aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pear-File_Fstab/pkg-descr
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-03-11 16:29:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-03-11 16:29:30 +0000
commit433040be213dffcdda4fd8dc8241655a1bbd4ade (patch)
treeea5a3a44ef01bec360c1bb816bc6010a172e3614 /sysutils/pear-File_Fstab/pkg-descr
parent879bebc29041e43fc50e8d953311328ddf68fce9 (diff)
downloadports-433040be213dffcdda4fd8dc8241655a1bbd4ade.tar.gz
ports-433040be213dffcdda4fd8dc8241655a1bbd4ade.zip
New port: sysutils/pear-File_Fstab PEAR class to read and write fstab files
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>
Notes
Notes: svn path=/head/; revision=130907
Diffstat (limited to 'sysutils/pear-File_Fstab/pkg-descr')
-rw-r--r--sysutils/pear-File_Fstab/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/pear-File_Fstab/pkg-descr b/sysutils/pear-File_Fstab/pkg-descr
new file mode 100644
index 000000000000..27f5ee4960e3
--- /dev/null
+++ b/sysutils/pear-File_Fstab/pkg-descr
@@ -0,0 +1,12 @@
+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.
+
+WWW: http://pear.php.net/package/File_Fstab/