aboutsummaryrefslogtreecommitdiff
path: root/archivers/pear-File_Archive
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.5.5Martin Wilke2012-06-092-44/+15
| | | | | | | - Convert to optionNG Notes: svn path=/head/; revision=298872
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* - Add missing pear dependencyMartin Wilke2009-09-181-1/+3
| | | | | | | | | PR: 138836 Reported by: Oleg Gawriloff <barzog@telecom.by> Feature safe: yes Notes: svn path=/head/; revision=241683
* - Pass maintainership to miwiChin-San Huang2008-09-081-1/+1
| | | | Notes: svn path=/head/; revision=220194
* - Update to 1.5.4.Chin-San Huang2008-06-102-26/+27
| | | | | | | | - Add missing dependency. - Take maintainership. Notes: svn path=/head/; revision=214633
* Clean up port descriptions for unmaintained ports in `archivers' category:Alexey Dokuchaev2008-01-251-1/+1
| | | | | | | markup and spelling fixes, kill EOL whitespace and extraneous attribution. Notes: svn path=/head/; revision=206188
* Reset maintainership of ports assigned to antonio@php.net after numerousMark Linimon2006-09-231-1/+1
| | | | | | | | | maintainer-timeouts and no response to email. We hope to see him back. Hat: portmgr Notes: svn path=/head/; revision=173626
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154139
* Remove pear ports obsolated by devel/pear and switchAlex Dupre2005-12-091-1/+1
| | | | | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net Notes: svn path=/head/; revision=150745
* - 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