diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-31 09:28:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-31 09:28:39 +0000 |
commit | e4f57e823a3ac82387f040c1cab795db853a0cbd (patch) | |
tree | 04323be92ef8496a6b51e2d4142e810be4641758 /archivers | |
parent | 331330ccf4e6b700791ddea7edfe1d5353e025d4 (diff) | |
download | pkgsrc-e4f57e823a3ac82387f040c1cab795db853a0cbd.tar.gz |
Remove lzma-utils, use xz instead.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 3 | ||||
-rw-r--r-- | archivers/lzma-utils/DESCR | 3 | ||||
-rw-r--r-- | archivers/lzma-utils/Makefile | 21 | ||||
-rw-r--r-- | archivers/lzma-utils/PLIST | 27 | ||||
-rw-r--r-- | archivers/lzma-utils/distinfo | 5 |
5 files changed, 1 insertions, 58 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 5085bb858cb..1cbd22e452d 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.114 2009/07/15 08:37:45 wiz Exp $ +# $NetBSD: Makefile,v 1.115 2009/08/31 09:28:39 wiz Exp $ # COMMENT= Archivers @@ -39,7 +39,6 @@ SUBDIR+= liblzo SUBDIR+= libzip SUBDIR+= lzip SUBDIR+= lzma -SUBDIR+= lzma-utils SUBDIR+= lzmalib SUBDIR+= lzo SUBDIR+= lzop diff --git a/archivers/lzma-utils/DESCR b/archivers/lzma-utils/DESCR deleted file mode 100644 index 2bcdea4300b..00000000000 --- a/archivers/lzma-utils/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index fdd8e97bc59..00000000000 --- a/archivers/lzma-utils/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $NetBSD: Makefile,v 1.3 2009/06/08 14:01:58 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 - -PKG_DESTDIR_SUPPORT= user-destdir - -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -USE_LANGUAGES= c c++ - -CONFLICTS= lzma-[0-9]* xz-utils-[0-9]* - -.include "../../mk/bsd.pkg.mk" diff --git a/archivers/lzma-utils/PLIST b/archivers/lzma-utils/PLIST deleted file mode 100644 index 1e1df81aef1..00000000000 --- a/archivers/lzma-utils/PLIST +++ /dev/null @@ -1,27 +0,0 @@ -@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 deleted file mode 100644 index 4cffa4b5a94..00000000000 --- a/archivers/lzma-utils/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$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 |