aboutsummaryrefslogtreecommitdiff
path: root/archivers/lzip
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-08-21 22:58:24 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-08-21 22:58:24 +0000
commitb8211ae0864bf4340c5aa2ae2e3799ff9f93e21a (patch)
tree164d58a8340487a187f2233aefa83b9674dc6996 /archivers/lzip
parentd2a73ee689901990ffa0bad341db5e2212c91ace (diff)
downloadports-b8211ae0864bf4340c5aa2ae2e3799ff9f93e21a.tar.gz
ports-b8211ae0864bf4340c5aa2ae2e3799ff9f93e21a.zip
archivers/lzip: update to 1.14
- Update to 1.14 - Trim Makefile header - Rework pkg-descr and fix one space WWW: PR: ports/180968 Submitted by: Jason Harris <jharris widomaker.com> Approved by: maintainer (timeout)
Notes
Notes: svn path=/head/; revision=325169
Diffstat (limited to 'archivers/lzip')
-rw-r--r--archivers/lzip/Makefile10
-rw-r--r--archivers/lzip/distinfo6
-rw-r--r--archivers/lzip/pkg-descr13
3 files changed, 16 insertions, 13 deletions
diff --git a/archivers/lzip/Makefile b/archivers/lzip/Makefile
index c5f73d411039..512089d592c7 100644
--- a/archivers/lzip/Makefile
+++ b/archivers/lzip/Makefile
@@ -1,17 +1,13 @@
-# New ports collection makefile for: lzip
-# Date created: 2009-06-20
-# Whom: Sylvio Cesar <sylvio@FreeBSD.org>
-#
+# Created by: Sylvio Cesar <sylvio@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= lzip
-PORTVERSION= 1.13
+PORTVERSION= 1.14
CATEGORIES= archivers
MASTER_SITES= SAVANNAH/lzip
MAINTAINER= sylvio@FreeBSD.org
-COMMENT= Is a lossless data compressor based on the LZMA algorithm
+COMMENT= Lossless data compressor based on the LZMA algorithm
LICENSE= GPLv3
diff --git a/archivers/lzip/distinfo b/archivers/lzip/distinfo
index f820381e0776..4ca448ba3077 100644
--- a/archivers/lzip/distinfo
+++ b/archivers/lzip/distinfo
@@ -1,2 +1,4 @@
-SHA256 (lzip-1.13.tar.gz) = c73d36c0a926b71d484eacc192262a1d209674e3f903016f2c74a2bcbc5c28ac
-SIZE (lzip-1.13.tar.gz) = 90380
+SHA256 (lzip-1.14.tar.gz) = 7ff5cc521560edb2a0a6cdf258cf3afdaeb1dbcc354d96d011d0dd7ec584cbe7
+SIZE (lzip-1.14.tar.gz) = 80699
+SHA256 (lzip-1.14.tar.lz) = 8f3b932f88fd8d88653f46e2e35e6967ea0e136e200b368ffb7dc0cb43f17f98
+SIZE (lzip-1.14.tar.lz) = 60597
diff --git a/archivers/lzip/pkg-descr b/archivers/lzip/pkg-descr
index f504efa2505d..278a8f57042e 100644
--- a/archivers/lzip/pkg-descr
+++ b/archivers/lzip/pkg-descr
@@ -1,5 +1,10 @@
-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 is a lossless data compressor with a user interface similar to the one
+of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses
+more than bzip2, which makes it well suited for software distribution and
+data archiving. Lzip is a clean implementation of the LZMA algorithm.
-WWW: http://www.nongnu.org/lzip/lzip.html
+The lzip file format is designed for long-term data archiving. It is clean,
+provides very safe 4 factor integrity checking, and is backed by the
+recovery capabilities of lziprecover.
+
+WWW: http://www.nongnu.org/lzip/lzip.html