Bug 180968 - archivers/lzip -> 1.14
Summary: archivers/lzip -> 1.14
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-31 14:00 UTC by jharris
Modified: 2013-08-22 00:00 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jharris 2013-07-31 14:00:00 UTC
	update archivers/lzip to 1.14, update Makefile style,
	enhance pkg-descr.

	Changes:

	* Multi-step trials have been implemented.
	* Compression ratio has been slightly increased.
	* Compression time has been reduced by 5%.
	* Decompression time has been reduced by 12%.

	I can also take MAINTAINERship if Sylvio is too busy...

Fix: -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message



iJ0EARECAF0FAlH5CElWGGh0dHA6Ly9rZXlzZXJ2ZXIua2pzbC5jb206MTEzNzEv
cGtzL2xvb2t1cD9vcD1nZXQmc2VhcmNoPTB4RDM5REEwRTMmd2VoYXZleW91bm93
PXRydWUACgkQSypIl9OdoOOkbwCfetq62r2hthGyCWfuEAYDBkJBXCsAn1+Ad2Qy
26K4+p162Ht6dr9l0Tqs
=BXVw
-----END PGP SIGNATURE-------yBVkc3QtrwBfkNQF541kYEgUTDyf3DUzhq0YkHnRSFWOYzCu
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

Index: Makefile
===================================================================
--- Makefile	(revision 323883)
+++ Makefile	(working copy)
@@ -1,12 +1,8 @@
-# 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
 
Index: distinfo
===================================================================
--- distinfo	(revision 323883)
+++ distinfo	(working copy)
@@ -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
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 323883)
+++ pkg-descr	(working copy)
@@ -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
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (FreeBSD)
How-To-Repeat: 	apply patch below
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-31 14:00:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sylvio

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-08-21 23:58:36 UTC
Responsible Changed
From-To: sylvio->wg

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-08-21 23:58:37 UTC
Author: wg
Date: Wed Aug 21 22:58:24 2013
New Revision: 325169
URL: http://svnweb.freebsd.org/changeset/ports/325169

Log:
  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)

Modified:
  head/archivers/lzip/Makefile
  head/archivers/lzip/distinfo
  head/archivers/lzip/pkg-descr

Modified: head/archivers/lzip/Makefile
==============================================================================
--- head/archivers/lzip/Makefile	Wed Aug 21 21:29:54 2013	(r325168)
+++ head/archivers/lzip/Makefile	Wed Aug 21 22:58:24 2013	(r325169)
@@ -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
 

Modified: head/archivers/lzip/distinfo
==============================================================================
--- head/archivers/lzip/distinfo	Wed Aug 21 21:29:54 2013	(r325168)
+++ head/archivers/lzip/distinfo	Wed Aug 21 22:58:24 2013	(r325169)
@@ -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

Modified: head/archivers/lzip/pkg-descr
==============================================================================
--- head/archivers/lzip/pkg-descr	Wed Aug 21 21:29:54 2013	(r325168)
+++ head/archivers/lzip/pkg-descr	Wed Aug 21 22:58:24 2013	(r325169)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 William Grzybowski freebsd_committer freebsd_triage 2013-08-21 23:58:43 UTC
State Changed
From-To: open->closed

Committed. Thanks!