From owner-svn-ports-head@FreeBSD.ORG Sun Mar 2 01:40:37 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76D19588; Sun, 2 Mar 2014 01:40:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 637EF1913; Sun, 2 Mar 2014 01:40:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s221ebdG076896; Sun, 2 Mar 2014 01:40:37 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s221ebuM076894; Sun, 2 Mar 2014 01:40:37 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201403020140.s221ebuM076894@svn.freebsd.org> From: Gerald Pfeifer Date: Sun, 2 Mar 2014 01:40:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346728 - head/archivers/lzip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2014 01:40:37 -0000 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/