summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archivers/lzip/DESCR5
-rw-r--r--archivers/lzip/Makefile22
-rw-r--r--archivers/lzip/PLIST10
-rw-r--r--archivers/lzip/distinfo5
4 files changed, 42 insertions, 0 deletions
diff --git a/archivers/lzip/DESCR b/archivers/lzip/DESCR
new file mode 100644
index 00000000000..24a629166d4
--- /dev/null
+++ b/archivers/lzip/DESCR
@@ -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 --git a/archivers/lzip/Makefile b/archivers/lzip/Makefile
new file mode 100644
index 00000000000..c7565ef9d72
--- /dev/null
+++ b/archivers/lzip/Makefile
@@ -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
+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 --git a/archivers/lzip/PLIST b/archivers/lzip/PLIST
new file mode 100644
index 00000000000..90c4100c2e9
--- /dev/null
+++ b/archivers/lzip/PLIST
@@ -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 --git a/archivers/lzip/distinfo b/archivers/lzip/distinfo
new file mode 100644
index 00000000000..c633e31d3ce
--- /dev/null
+++ b/archivers/lzip/distinfo
@@ -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