aboutsummaryrefslogtreecommitdiff
path: root/archivers/pear-File_Archive
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.5.3Pav Lucistnik2005-10-072-17/+18
| | | | | | | Approved by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer) Notes: svn path=/head/; revision=144530
* Update to 1.5.0.Roman Bogorodskiy2005-07-212-3/+3
| | | | | | | | PR: 83813 Submitted by: Antonio Carlos Venancio Junior (maintainer) Notes: svn path=/head/; revision=139793
* - Update to 1.4.0Pav Lucistnik2005-06-072-22/+28
| | | | | | | | PR: ports/81993 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer) Notes: svn path=/head/; revision=136992
* - Update to 1.3.0.Florent Thoumie2005-05-312-22/+24
| | | | | | | | PR: ports/81711 Submitted by: maintainer Notes: svn path=/head/; revision=136516
* - Update to 1.2.0Pav Lucistnik2005-05-273-25/+24
| | | | | | | | PR: ports/81560 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer) Notes: svn path=/head/; revision=136291
* Update to 1.1.0Tilman Keskinoz2005-05-092-3/+3
| | | | | | | | | | (changelog: http://pear.php.net/package/File_Archive/download/1.1.0/) PR: 80818 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> Notes: svn path=/head/; revision=134928
* + update port: archivers/pear-File_Archive to 1.0.1Roman Bogorodskiy2005-04-263-6/+5
| | | | | | | | | | | | + 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) Notes: svn path=/head/; revision=134170
* New port: archivers/pear-File_Archive PEAR class to easily manipulate tar, ↵Pav Lucistnik2005-04-203-0/+76
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> Notes: svn path=/head/; revision=133789