diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-08 18:06:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-08 18:06:39 +0000 |
commit | 03aec845a43fae177a054ea3a254f6436af3b3e4 (patch) | |
tree | d18594e989c853b52c600a65db523326035b873c | |
parent | 66667a43eeed3a10fe8ce3f78b890adac5fcf340 (diff) | |
download | pkgsrc-03aec845a43fae177a054ea3a254f6436af3b3e4.tar.gz |
Initial import of lzma-utils-4.32.7, packaged for pkgsrc-wip by Jukka Salmi:
LZMA Utils is a set of utilities for LZMA compression and decompression.
They aim to have an interface very similar to the well known gzip and
bzip2 utilities.
-rw-r--r-- | archivers/lzma-utils/DESCR | 3 | ||||
-rw-r--r-- | archivers/lzma-utils/Makefile | 19 | ||||
-rw-r--r-- | archivers/lzma-utils/PLIST | 27 | ||||
-rw-r--r-- | archivers/lzma-utils/distinfo | 5 |
4 files changed, 54 insertions, 0 deletions
diff --git a/archivers/lzma-utils/DESCR b/archivers/lzma-utils/DESCR new file mode 100644 index 00000000000..2bcdea4300b --- /dev/null +++ b/archivers/lzma-utils/DESCR @@ -0,0 +1,3 @@ +LZMA Utils is a set of utilities for LZMA compression and decompression. +They aim to have an interface very similar to the well known gzip and +bzip2 utilities. diff --git a/archivers/lzma-utils/Makefile b/archivers/lzma-utils/Makefile new file mode 100644 index 00000000000..3a290cf7b7b --- /dev/null +++ b/archivers/lzma-utils/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/10/08 18:06:39 wiz Exp $ +# + +DISTNAME= lzma-4.32.7 +PKGNAME= lzma-utils-4.32.7 +CATEGORIES= archivers +MASTER_SITES= http://tukaani.org/lzma/ + +MAINTAINER= magnus.henoch@gmail.com +HOMEPAGE= http://tukaani.org/lzma/ +COMMENT= LZMA compression and decompression utilities + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_LANGUAGES= c c++ + +CONFLICTS= lzma-[0-9]* + +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/lzma-utils/PLIST b/archivers/lzma-utils/PLIST new file mode 100644 index 00000000000..1e1df81aef1 --- /dev/null +++ b/archivers/lzma-utils/PLIST @@ -0,0 +1,27 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/10/08 18:06:39 wiz Exp $ +bin/lzcat +bin/lzcmp +bin/lzdiff +bin/lzegrep +bin/lzfgrep +bin/lzgrep +bin/lzless +bin/lzma +bin/lzmadec +bin/lzmainfo +bin/lzmore +bin/unlzma +include/lzmadec.h +lib/liblzmadec.la +man/man1/lzcat.1 +man/man1/lzcmp.1 +man/man1/lzdiff.1 +man/man1/lzegrep.1 +man/man1/lzfgrep.1 +man/man1/lzgrep.1 +man/man1/lzless.1 +man/man1/lzma.1 +man/man1/lzmadec.1 +man/man1/lzmainfo.1 +man/man1/lzmore.1 +man/man1/unlzma.1 diff --git a/archivers/lzma-utils/distinfo b/archivers/lzma-utils/distinfo new file mode 100644 index 00000000000..4cffa4b5a94 --- /dev/null +++ b/archivers/lzma-utils/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/10/08 18:06:39 wiz Exp $ + +SHA1 (lzma-4.32.7.tar.gz) = 1c90c2fd6d4d35f37589a03bcbc487e7c46ea389 +RMD160 (lzma-4.32.7.tar.gz) = 08f3e93bf23af4c90c8c06ecd7fa2fded5694d72 +Size (lzma-4.32.7.tar.gz) = 479270 bytes |