Bug 80068

Summary: New port: archivers/pear-File_Archive PEAR class to easily manipulate tar, gz and zip files
Product: Ports & Packages Reporter: Antonio Carlos Venancio Junior <antonio>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Antonio Carlos Venancio Junior 2005-04-18 13:40:23 UTC
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.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-04-20 16:58:29 UTC
State Changed
From-To: open->closed

New port added, thank you!