+ update port: archivers/pear-File_Archive to 1.0.1

+ changelog: http://pear.php.net/package/File_Archive/download/1.0.1/
+ update COMMENT
+ update pkg-descr

PR:		80332
Submitted by:	Antonio Carlos Venancio Junior (maintainer)
This commit is contained in:
Roman Bogorodskiy 2005-04-26 05:22:25 +00:00
parent 4fb24ac7bb
commit 85adf3f2bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134170
3 changed files with 5 additions and 6 deletions

View file

@ -6,11 +6,11 @@
#
PORTNAME= File_Archive
PORTVERSION= 1.0.0
PORTVERSION= 1.0.1
CATEGORIES= archivers www pear
MAINTAINER= antonio@php.net
COMMENT= PEAR class to easily manipulate tar, gz and zip files
COMMENT= PEAR class to easily manipulate tar, gz, bz2 and zip files
BUILD_DEPENDS= ${PEARDIR}/MIME/Type.php:${PORTSDIR}/mail/pear-MIME_Type
RUN_DEPENDS= ${BUILD_DEPENDS}

View file

@ -1,2 +1,2 @@
MD5 (PEAR/File_Archive-1.0.0.tgz) = 8fc81a11977939f430f6eadc3f9270a0
SIZE (PEAR/File_Archive-1.0.0.tgz) = 34904
MD5 (PEAR/File_Archive-1.0.1.tgz) = 977bc9e04d1441cbf8679294c18d5aac
SIZE (PEAR/File_Archive-1.0.1.tgz) = 35213

View file

@ -1,8 +1,7 @@
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
PEAR::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,