Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2013 08:59:29 -0400 (AST)
From:      Jason Harris <jharris@widomaker.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        Jason Harris <jharris@widomaker.com>
Subject:   ports/180968: archivers/lzip -> 1.14
Message-ID:  <201307311259.r6VCxTYe003611@wilma.widomaker.com>
Resent-Message-ID: <201307311300.r6VD00dI085345@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180968
>Category:       ports
>Synopsis:       archivers/lzip -> 1.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 31 13:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jason Harris
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
bitrote.org
>Environment:
FreeBSD laptop 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
	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...

>How-To-Repeat:
	apply patch below
>Fix:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message

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)

iJ0EARECAF0FAlH5CElWGGh0dHA6Ly9rZXlzZXJ2ZXIua2pzbC5jb206MTEzNzEv
cGtzL2xvb2t1cD9vcD1nZXQmc2VhcmNoPTB4RDM5REEwRTMmd2VoYXZleW91bm93
PXRydWUACgkQSypIl9OdoOOkbwCfetq62r2hthGyCWfuEAYDBkJBXCsAn1+Ad2Qy
26K4+p162Ht6dr9l0Tqs
=BXVw
-----END PGP SIGNATURE-----
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307311259.r6VCxTYe003611>