pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/lzip Initial import of lzip-1.7:
details: https://anonhg.NetBSD.org/pkgsrc/rev/7a9665dca825
branches: trunk
changeset: 395862:7a9665dca825
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Jul 15 08:36:48 2009 +0000
description:
Initial import of lzip-1.7:
Lzip is a lossless data compressor based on the LZMA algorithm, with
very safe integrity checking and a user interface similar to the one of
gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses
better than bzip2, which makes it well suited for software distribution
and data archiving.
diffstat:
archivers/lzip/DESCR | 5 +++++
archivers/lzip/Makefile | 22 ++++++++++++++++++++++
archivers/lzip/PLIST | 10 ++++++++++
archivers/lzip/distinfo | 5 +++++
4 files changed, 42 insertions(+), 0 deletions(-)
diffs (58 lines):
diff -r 86ad24895b5a -r 7a9665dca825 archivers/lzip/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lzip/DESCR Wed Jul 15 08:36:48 2009 +0000
@@ -0,0 +1,5 @@
+Lzip is a lossless data compressor based on the LZMA algorithm, with
+very safe integrity checking and a user interface similar to the one of
+gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses
+better than bzip2, which makes it well suited for software distribution
+and data archiving.
diff -r 86ad24895b5a -r 7a9665dca825 archivers/lzip/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lzip/Makefile Wed Jul 15 08:36:48 2009 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/07/15 08:36:48 wiz Exp $
+#
+
+DISTNAME= lzip-1.7
+CATEGORIES= archivers
+MASTER_SITES= http://mirror.lihnidos.org/GNU/savannah/lzip/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://www.nongnu.org/lzip/lzip.html
+COMMENT= Lossless data compressor based on the LZMA algorithm
+LICENSE= gnu-gpl-v3
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= c++
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --infodir=${PREFIX}/info
+CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
+INFO_FILES= YES
+
+.include "../../mk/bsd.pkg.mk"
diff -r 86ad24895b5a -r 7a9665dca825 archivers/lzip/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lzip/PLIST Wed Jul 15 08:36:48 2009 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/15 08:36:48 wiz Exp $
+bin/lzdiff
+bin/lzgrep
+bin/lzip
+bin/lziprecover
+info/lzip.info
+man/man1/lzdiff.1
+man/man1/lzgrep.1
+man/man1/lzip.1
+man/man1/lziprecover.1
diff -r 86ad24895b5a -r 7a9665dca825 archivers/lzip/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lzip/distinfo Wed Jul 15 08:36:48 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/07/15 08:36:48 wiz Exp $
+
+SHA1 (lzip-1.7.tar.gz) = fd6ae17440947aec22dc50a99cf63a30a1fd8c29
+RMD160 (lzip-1.7.tar.gz) = 7c0a1748dd7e42a285367d7d0db3e3df3a242c99
+Size (lzip-1.7.tar.gz) = 66758 bytes
Home |
Main Index |
Thread Index |
Old Index