Date: Sun, 2 Mar 2014 01:40:37 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346728 - head/archivers/lzip Message-ID: <201403020140.s221ebuM076894@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sun Mar 2 01:40:36 2014 New Revision: 346728 URL: http://svnweb.freebsd.org/changeset/ports/346728 QAT: https://qat.redports.org/buildarchive/r346728/ Log: Adopt this port. Simplify URL and editorial changes in pkg-descr. Modified: head/archivers/lzip/Makefile head/archivers/lzip/pkg-descr Modified: head/archivers/lzip/Makefile ============================================================================== --- head/archivers/lzip/Makefile Sun Mar 2 01:22:41 2014 (r346727) +++ head/archivers/lzip/Makefile Sun Mar 2 01:40:36 2014 (r346728) @@ -6,7 +6,7 @@ PORTVERSION= 1.15 CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gerald@FreeBSD.org COMMENT= Lossless data compressor based on the LZMA algorithm LICENSE= GPLv3 Modified: head/archivers/lzip/pkg-descr ============================================================================== --- head/archivers/lzip/pkg-descr Sun Mar 2 01:22:41 2014 (r346727) +++ head/archivers/lzip/pkg-descr Sun Mar 2 01:40:36 2014 (r346728) @@ -1,10 +1,10 @@ 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 +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. +data archiving. Lzip is a clean implementation of the LZMA algorithm. -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. +The lzip file format is designed for long-term data archiving. It is +clean, provides very safe four factor integrity checking, and is backed +by the recovery capabilities of lziprecover. -WWW: http://www.nongnu.org/lzip/lzip.html +WWW: http://www.nongnu.org/lzip/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403020140.s221ebuM076894>