diff options
author | pav <pav@FreeBSD.org> | 2005-04-20 23:57:52 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-20 23:57:52 +0800 |
commit | 230ab31f82f3bd61f9124963e5eac4b17fee7b74 (patch) | |
tree | c618ae66e131b53cf5669c3b64ed459dccba8f13 /archivers/Makefile | |
parent | a80aedcb7e857d136142743c6a48e75cf8d58902 (diff) | |
download | freebsd-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/Makefile | 1 |
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 |