Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SHA256ify | edwin | 2006-01-24 | 1 | -0/+1 |
| | | | | Approved by: krion@ | ||||
* | Remove pear ports obsolated by devel/pear and switch | ale | 2005-12-09 | 1 | -2/+2 |
| | | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net | ||||
* | - Update to 2.0.2 | pav | 2005-06-01 | 2 | -5/+4 |
| | | | | | PR: ports/81761 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer) | ||||
* | New port: sysutils/pear-File_Fstab PEAR class to read and write fstab files | pav | 2005-03-11 | 3 | -0/+47 |
PEAR::File_Fstab is an easy-to-use package which can read & write UNIX fstab files. It presents a pleasant object-oriented interface to the fstab. Features: * Supports blockdev, label, and UUID specification of mount device. * Extendable to parse non-standard fstab formats by defining a new Entry class for that format. * Easily examine and set mount options for an entry. * Stable, functional interface. * Fully documented with PHPDoc. PR: ports/78631 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> |