Bug 80068 - New port: archivers/pear-File_Archive PEAR class to easily manipulate tar, gz and zip files
Summary: New port: archivers/pear-File_Archive PEAR class to easily manipulate tar, gz...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-18 13:40 UTC by Antonio Carlos Venancio Junior
Modified: 2005-04-20 16:58 UTC (History)
0 users

See Also:


Attachments
file.shar (3.73 KB, text/plain)
2005-04-18 13:40 UTC, Antonio Carlos Venancio Junior
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!