Wed Jul 15 08:36:48 2009 UTC ()
Initial import of lzip-1.7:

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 decompresses almost as fast as gzip and compresses
better than bzip2, which makes it well suited for software distribution
and data archiving.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-20090715


(wiz)
diff -r0 -r1.1.1.1 pkgsrc/archivers/lzip/Makefile
diff -r0 -r1.1.1.1 pkgsrc/archivers/lzip/PLIST
diff -r0 -r1.1.1.1 pkgsrc/archivers/lzip/distinfo
diff -r0 -r1.1.1.1 pkgsrc/archivers/lzip/DESCR

File Added: pkgsrc/archivers/lzip/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/07/15 08:36:48 wiz Exp $
#

DISTNAME=	lzip-1.7
CATEGORIES=	archivers
MASTER_SITES=	http://mirror.lihnidos.org/GNU/savannah/lzip/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.nongnu.org/lzip/lzip.html
COMMENT=	Lossless data compressor based on the LZMA algorithm
LICENSE=	gnu-gpl-v3

PKG_DESTDIR_SUPPORT=	user-destdir

USE_LANGUAGES=		c++
HAS_CONFIGURE=		yes
CONFIGURE_ARGS=		--prefix=${PREFIX}
CONFIGURE_ARGS+=	--infodir=${PREFIX}/info
CONFIGURE_ARGS+=	--mandir=${PREFIX}/${PKGMANDIR}
INFO_FILES=		YES

.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/archivers/lzip/PLIST
@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/15 08:36:48 wiz Exp $
bin/lzdiff
bin/lzgrep
bin/lzip
bin/lziprecover
info/lzip.info
man/man1/lzdiff.1
man/man1/lzgrep.1
man/man1/lzip.1
man/man1/lziprecover.1

File Added: pkgsrc/archivers/lzip/distinfo
$NetBSD: distinfo,v 1.1.1.1 2009/07/15 08:36:48 wiz Exp $

SHA1 (lzip-1.7.tar.gz) = fd6ae17440947aec22dc50a99cf63a30a1fd8c29
RMD160 (lzip-1.7.tar.gz) = 7c0a1748dd7e42a285367d7d0db3e3df3a242c99
Size (lzip-1.7.tar.gz) = 66758 bytes

File Added: pkgsrc/archivers/lzip/DESCR
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 decompresses almost as fast as gzip and compresses
better than bzip2, which makes it well suited for software distribution
and data archiving.