cvs commit: ports/archivers Makefileports/archivers/pear-File_Archive Makefile distinfo pkg-descr

Pav Lucistnik pav at FreeBSD.org
Wed Apr 20 08:57:53 PDT 2005


pav         2005-04-20 15:57:52 UTC

  FreeBSD ports repository

  Modified files:
    archivers            Makefile 
  Added files:
    archivers/pear-File_Archive Makefile distinfo pkg-descr 
  Log:
  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.
  
  PR:             ports/80068
  Submitted by:   Antonio Carlos Venancio Junior <antonio at php.net>
  
  Revision  Changes    Path
  1.121     +1 -0      ports/archivers/Makefile
  1.1       +63 -0     ports/archivers/pear-File_Archive/Makefile (new)
  1.1       +2 -0      ports/archivers/pear-File_Archive/distinfo (new)
  1.1       +11 -0     ports/archivers/pear-File_Archive/pkg-descr (new)


More information about the cvs-all mailing list