mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
92babb4242
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>
109 lines
2.3 KiB
Makefile
109 lines
2.3 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Archivers
|
|
|
|
SUBDIR += 9e
|
|
SUBDIR += advancecomp
|
|
SUBDIR += arc
|
|
SUBDIR += arj
|
|
SUBDIR += bicom
|
|
SUBDIR += bsdtar
|
|
SUBDIR += bzip
|
|
SUBDIR += bzip2
|
|
SUBDIR += cabextract
|
|
SUBDIR += dact
|
|
SUBDIR += deepforest
|
|
SUBDIR += dpkg
|
|
SUBDIR += dynamite
|
|
SUBDIR += fastjar
|
|
SUBDIR += fileroller
|
|
SUBDIR += fpc-paszlib
|
|
SUBDIR += freeze
|
|
SUBDIR += gtar
|
|
SUBDIR += gzip
|
|
SUBDIR += ha
|
|
SUBDIR += hffzip
|
|
SUBDIR += hpack.non-usa.only
|
|
SUBDIR += jzip.org
|
|
SUBDIR += jzlib
|
|
SUBDIR += lbrate
|
|
SUBDIR += lha
|
|
SUBDIR += libarc
|
|
SUBDIR += libarchive
|
|
SUBDIR += libcabinet
|
|
SUBDIR += libcomprex
|
|
SUBDIR += liblzxcomp
|
|
SUBDIR += libmspack
|
|
SUBDIR += lzo
|
|
SUBDIR += lzop
|
|
SUBDIR += macutils
|
|
SUBDIR += makeself
|
|
SUBDIR += mscompress
|
|
SUBDIR += mtf
|
|
SUBDIR += nomarch
|
|
SUBDIR += nulib
|
|
SUBDIR += nwreckdum
|
|
SUBDIR += orange
|
|
SUBDIR += p5-Archive-Tar
|
|
SUBDIR += p5-Archive-Zip
|
|
SUBDIR += p5-Compress-Bzip2
|
|
SUBDIR += p5-Compress-Zlib
|
|
SUBDIR += p5-IO-Zlib
|
|
SUBDIR += p5-Mac-Macbinary
|
|
SUBDIR += p5-PerlIO-gzip
|
|
SUBDIR += p7zip
|
|
SUBDIR += par2cmdline
|
|
SUBDIR += parchive
|
|
SUBDIR += pbzip2
|
|
SUBDIR += pear-Archive_Tar
|
|
SUBDIR += pear-File_Archive
|
|
SUBDIR += pecl-zip
|
|
SUBDIR += php4-bz2
|
|
SUBDIR += php4-zlib
|
|
SUBDIR += php5-bz2
|
|
SUBDIR += php5-zlib
|
|
SUBDIR += ppunpack
|
|
SUBDIR += py-bzip2
|
|
SUBDIR += py-lzma
|
|
SUBDIR += py-tarfile
|
|
SUBDIR += rar
|
|
SUBDIR += rox-archive
|
|
SUBDIR += rpm
|
|
SUBDIR += rpm2cpio
|
|
SUBDIR += rpm4
|
|
SUBDIR += ruby-bz2
|
|
SUBDIR += ruby-zip
|
|
SUBDIR += rvm
|
|
SUBDIR += rzip
|
|
SUBDIR += sectar
|
|
SUBDIR += sharutils
|
|
SUBDIR += squsq
|
|
SUBDIR += star
|
|
SUBDIR += star-devel
|
|
SUBDIR += stuffit
|
|
SUBDIR += szip
|
|
SUBDIR += tardy
|
|
SUBDIR += ucl
|
|
SUBDIR += unace
|
|
SUBDIR += unadf
|
|
SUBDIR += unalz
|
|
SUBDIR += unarj
|
|
SUBDIR += undms
|
|
SUBDIR += unlzx
|
|
SUBDIR += unmakeself
|
|
SUBDIR += unrar
|
|
SUBDIR += unshield
|
|
SUBDIR += untar
|
|
SUBDIR += unzip
|
|
SUBDIR += upx
|
|
SUBDIR += wzip
|
|
SUBDIR += xdms
|
|
SUBDIR += xmill
|
|
SUBDIR += xpk
|
|
SUBDIR += zip
|
|
SUBDIR += zipios++
|
|
SUBDIR += zoo
|
|
|
|
.include <bsd.port.subdir.mk>
|