Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Apr 2005 15:57:52 +0000 (UTC)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/archivers Makefileports/archivers/pear-File_Archive Makefile distinfo pkg-descr
Message-ID:  <200504201557.j3KFvrx4022020@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504201557.j3KFvrx4022020>