1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/archivers/Makefile
Jean-Yves Lefort 3a6cbec0cb Simple command line version of compression program using LZMA compression
method. This program is taken from LZMA SDK. 7-zip uses the same compression
method, but creates 7Z archives instead of pure LZMA data stream. LZMA can
compress and decompress data streams using standard input/output.

Compression ratio is about 25-30% better than bzip2 and decompression speed
is about two times faster. This makes LZMA good bzip2 replacement for
use in software distribution.

WWW: http://www.7-zip.org/sdk.html

PR:		ports/80554
Submitted by:	Radim Kolar <hsn@netmag.cz>
2005-05-07 19:11:16 +00:00

111 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 += lzma
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 += 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 += upx
SUBDIR += wzip
SUBDIR += xdms
SUBDIR += xmill
SUBDIR += xpk
SUBDIR += zip
SUBDIR += zipios++
SUBDIR += zoo
.include <bsd.port.subdir.mk>