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/pear-File_Archive/distinfo | |
parent | a80aedcb7e857d136142743c6a48e75cf8d58902 (diff) | |
download | freebsd-ports-gnome-230ab31f82f3bd61f9124963e5eac4b17fee7b74.tar.gz freebsd-ports-gnome-230ab31f82f3bd61f9124963e5eac4b17fee7b74.tar.zst freebsd-ports-gnome-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/pear-File_Archive/distinfo')
-rw-r--r-- | archivers/pear-File_Archive/distinfo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/pear-File_Archive/distinfo b/archivers/pear-File_Archive/distinfo new file mode 100644 index 000000000000..6a301a7fcb86 --- /dev/null +++ b/archivers/pear-File_Archive/distinfo @@ -0,0 +1,2 @@ +MD5 (PEAR/File_Archive-1.0.0.tgz) = 8fc81a11977939f430f6eadc3f9270a0 +SIZE (PEAR/File_Archive-1.0.0.tgz) = 34904 |