freebsd-ports/archivers/Makefile
Renato Botelho 2e676175ca The XAR project aims to provide an easily extensible archive format.
Important design decisions include an easily extensible XML table of
contents for random access to archived files, storing the toc at the
beginning of the archive to allow for efficient handling of streamed
archives,  the ability to  handle files of  arbitrarily large sizes,
the ability to choose independent  encodings for individual files in
the archive, the ability to  store checksums for individual files in
both compressed  and uncompressed form, and the ability to query the
table of content's rich meta-data.

WWW: http://www.opendarwin.org/projects/xar/

PR:		ports/92250
Submitted by:	Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
2006-01-25 16:55:09 +00:00

123 lines
2.6 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 += deb2targz
SUBDIR += deepforest
SUBDIR += deutex
SUBDIR += dpkg
SUBDIR += dynamite
SUBDIR += dzip
SUBDIR += ecm
SUBDIR += fastjar
SUBDIR += fileroller
SUBDIR += fpc-paszlib
SUBDIR += freeze
SUBDIR += gtar
SUBDIR += gzip
SUBDIR += gzrecover
SUBDIR += ha
SUBDIR += hffzip
SUBDIR += hpack.non-usa.only
SUBDIR += jzip.org
SUBDIR += jzlib
SUBDIR += lbrate
SUBDIR += lcab
SUBDIR += lha
SUBDIR += libarc
SUBDIR += libarchive
SUBDIR += libcabinet
SUBDIR += libcomprex
SUBDIR += liblzxcomp
SUBDIR += libmspack
SUBDIR += libunrar
SUBDIR += linux-unace
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 += 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-File_Archive
SUBDIR += pecl-zip
SUBDIR += php4-bz2
SUBDIR += php4-zlib
SUBDIR += php5-bz2
SUBDIR += php5-zlib
SUBDIR += ppmd
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 += torrentzip
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 += unzoo
SUBDIR += upx
SUBDIR += wzip
SUBDIR += xar
SUBDIR += xarchive
SUBDIR += xdms
SUBDIR += xmill
SUBDIR += xpk
SUBDIR += zip
SUBDIR += zipios++
SUBDIR += zoo
.include <bsd.port.subdir.mk>