freebsd-ports/archivers/Makefile
Martin Wilke 0eaf68f46a The phar extension provides the phar stream wrapper and the Phar
class for manipulating self-contained PHP Archive (phar) files.
The Phar class can be used to create and to extract contents of
phar files as well as iterating over their contents.

PHP Archive files (Phars) are special collections of files that
can be transparently run right out of the file, similar to Java's
jar archive files. Using a phar archive, it is possible to distribute
a complete PHP application in a single file that will run out of the
file without modification or extraction.

WWW: http://pecl.php.net/package/phar/

PR:		ports/115224
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
2007-08-21 09:10:15 +00:00

158 lines
3.5 KiB
Makefile

# $FreeBSD$
#
COMMENT = Archivers
SUBDIR += 9e
SUBDIR += advancecomp
SUBDIR += aolserver-nszlib
SUBDIR += arc
SUBDIR += arj
SUBDIR += bicom
SUBDIR += bzip
SUBDIR += bzip2
SUBDIR += cabextract
SUBDIR += dact
SUBDIR += deb2targz
SUBDIR += deepforest
SUBDIR += deutex
SUBDIR += dpkg
SUBDIR += dynamite
SUBDIR += dzip
SUBDIR += ecm
SUBDIR += epkg
SUBDIR += fastjar
SUBDIR += file-roller
SUBDIR += fpc-paszlib
SUBDIR += fpc-unzip
SUBDIR += freetar
SUBDIR += freeze
SUBDIR += grzip
SUBDIR += gtar
SUBDIR += gzip
SUBDIR += gzrecover
SUBDIR += ha
SUBDIR += hffzip
SUBDIR += hpack.non-usa.only
SUBDIR += jzip.org
SUBDIR += jzlib
SUBDIR += kbackup
SUBDIR += kio_p7zip
SUBDIR += lbrate
SUBDIR += lcab
SUBDIR += lha
SUBDIR += lha-ac
SUBDIR += libarc
SUBDIR += libarchive
SUBDIR += libcabinet
SUBDIR += libcomprex
SUBDIR += liblzxcomp
SUBDIR += libmspack
SUBDIR += libunrar
SUBDIR += libzip
SUBDIR += linux-ucl
SUBDIR += linux-upx
SUBDIR += lzma
SUBDIR += lzo
SUBDIR += lzo2
SUBDIR += lzop
SUBDIR += macutils
SUBDIR += makeself
SUBDIR += mar
SUBDIR += mscompress
SUBDIR += mtf
SUBDIR += nomarch
SUBDIR += nulib
SUBDIR += nwreckdum
SUBDIR += ocaml-zip
SUBDIR += orange
SUBDIR += p5-Archive-Any
SUBDIR += p5-Archive-Extract
SUBDIR += p5-Archive-Tar
SUBDIR += p5-Archive-Zip
SUBDIR += p5-Compress-Bzip2
SUBDIR += p5-Compress-LZF
SUBDIR += p5-Compress-LZO
SUBDIR += p5-Compress-LZW
SUBDIR += p5-Compress-Raw-Bzip2
SUBDIR += p5-Compress-Raw-Zlib
SUBDIR += p5-Compress-Zlib
SUBDIR += p5-IO-Compress-Base
SUBDIR += p5-IO-Compress-Bzip2
SUBDIR += p5-IO-Compress-Zlib
SUBDIR += p5-IO-Zlib
SUBDIR += p5-Mac-Macbinary
SUBDIR += p5-POE-Filter-Bzip2
SUBDIR += p5-POE-Filter-LZF
SUBDIR += p5-POE-Filter-LZO
SUBDIR += p5-POE-Filter-LZW
SUBDIR += p5-POE-Filter-Zlib
SUBDIR += p5-PerlIO-gzip
SUBDIR += p5-PerlIO-via-Bzip2
SUBDIR += p7zip
SUBDIR += paq
SUBDIR += par2cmdline
SUBDIR += parchive
SUBDIR += pbzip2
SUBDIR += pear-File_Archive
SUBDIR += pecl-bz2
SUBDIR += pecl-lzf
SUBDIR += pecl-phar
SUBDIR += pecl-rar
SUBDIR += pecl-zip
SUBDIR += php4-bz2
SUBDIR += php4-zlib
SUBDIR += php5-bz2
SUBDIR += php5-zlib
SUBDIR += ppmd
SUBDIR += ppunpack
SUBDIR += py-lzma
SUBDIR += py-tarfile
SUBDIR += rar
SUBDIR += rox-archive
SUBDIR += rpm
SUBDIR += rpm2cpio
SUBDIR += rpm4
SUBDIR += ruby-bz2
SUBDIR += ruby-lha
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 += tclmkziplib
SUBDIR += torrentzip
SUBDIR += ucl
SUBDIR += unace
SUBDIR += unadf
SUBDIR += unalz
SUBDIR += unarj
SUBDIR += undms
SUBDIR += unfoo
SUBDIR += unlzx
SUBDIR += unmakeself
SUBDIR += unmass
SUBDIR += unrar
SUBDIR += unshield
SUBDIR += untar
SUBDIR += unzip
SUBDIR += unzoo
SUBDIR += upx
SUBDIR += wzip
SUBDIR += xar
SUBDIR += xarchive
SUBDIR += xdms
SUBDIR += xmill
SUBDIR += xpk
SUBDIR += zip
SUBDIR += zipios++
SUBDIR += zipper
SUBDIR += zoo
.include <bsd.port.subdir.mk>