aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-04-20 23:57:52 +0800
committerpav <pav@FreeBSD.org>2005-04-20 23:57:52 +0800
commit230ab31f82f3bd61f9124963e5eac4b17fee7b74 (patch)
treec618ae66e131b53cf5669c3b64ed459dccba8f13 /archivers/Makefile
parenta80aedcb7e857d136142743c6a48e75cf8d58902 (diff)
downloadfreebsd-ports-graphics-230ab31f82f3bd61f9124963e5eac4b17fee7b74.tar.gz
freebsd-ports-graphics-230ab31f82f3bd61f9124963e5eac4b17fee7b74.tar.zst
freebsd-ports-graphics-230ab31f82f3bd61f9124963e5eac4b17fee7b74.zip
New port: archivers/pear-File_Archive PEAR class to easily manipulate tar, gz and zip files
PEAR::File_Archive will let you manipulate easily the tar, gz and zip files. This library is strongly object oriented. It makes it very easy to use, writing simple code, yet the library is very powerfull. File_Archive is made of two objects: readers and writers. Are currently implemented readers from file, directory, tar, gz, zip and bzip2 archives. You can write to file(s), send mails with files attached, or create tar, gz, zip, bzip2 archives. PR: ports/80068 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Diffstat (limited to 'archivers/Makefile')
-rw-r--r--archivers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index f1ce9d5643a..927f27a00ff 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -57,6 +57,7 @@
SUBDIR += parchive
SUBDIR += pbzip2
SUBDIR += pear-Archive_Tar
+ SUBDIR += pear-File_Archive
SUBDIR += pecl-zip
SUBDIR += php4-bz2
SUBDIR += php4-zlib