aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/lzip
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-06-22 04:44:56 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-06-22 04:44:56 +0800
commitcfff8558f107411a882a73fa6f09e70fd6f5f761 (patch)
tree004869d6906791bcf206bca3222b13232aa917b0 /archivers/lzip
parent31966227e9cd33b68f112efbf0834547a877391c (diff)
downloadfreebsd-ports-gnome-cfff8558f107411a882a73fa6f09e70fd6f5f761.tar.gz
freebsd-ports-gnome-cfff8558f107411a882a73fa6f09e70fd6f5f761.tar.zst
freebsd-ports-gnome-cfff8558f107411a882a73fa6f09e70fd6f5f761.zip
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. WWW: http://www.nongnu.org/lzip/lzip.html Sylvio Cesar <scjamorim@bsd.com.br> PR: 135889 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Diffstat (limited to 'archivers/lzip')
-rw-r--r--archivers/lzip/Makefile22
-rw-r--r--archivers/lzip/distinfo3
-rw-r--r--archivers/lzip/pkg-descr7
3 files changed, 32 insertions, 0 deletions
diff --git a/archivers/lzip/Makefile b/archivers/lzip/Makefile
new file mode 100644
index 000000000000..486adc1daa45
--- /dev/null
+++ b/archivers/lzip/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: lzip
+# Date created: 2009-06-20
+# Whom: Sylvio Cesar <scjamorim@bsd.com.br>
+#
+# $FreeBSD$
+#
+
+PORTNAME= lzip
+PORTVERSION= 1.5
+CATEGORIES= archivers
+MASTER_SITES= SAVANNAH/lzip
+
+MAINTAINER= scjamorim@bsd.com.br
+COMMENT= Is a lossless data compressor based on the LZMA algorithm
+
+PLIST_FILES= bin/lzip
+
+GNU_CONFIGURE= yes
+MAN1= lzip.1
+INFO= lzip
+
+.include <bsd.port.mk>
diff --git a/archivers/lzip/distinfo b/archivers/lzip/distinfo
new file mode 100644
index 000000000000..71278823cc14
--- /dev/null
+++ b/archivers/lzip/distinfo
@@ -0,0 +1,3 @@
+MD5 (lzip-1.5.tar.gz) = 5c4a933d2f5d939f257b56be403e5659
+SHA256 (lzip-1.5.tar.gz) = 7db43e620f2ce785753426309f7599aab4d9890f61d116ef7ae7448e19dd7a2f
+SIZE (lzip-1.5.tar.gz) = 65091
diff --git a/archivers/lzip/pkg-descr b/archivers/lzip/pkg-descr
new file mode 100644
index 000000000000..3f316ab7e83d
--- /dev/null
+++ b/archivers/lzip/pkg-descr
@@ -0,0 +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.
+
+WWW: http://www.nongnu.org/lzip/lzip.html
+
+Sylvio Cesar <scjamorim@bsd.com.br>