diff options
author | adam <adam> | 2011-03-17 14:57:47 +0000 |
---|---|---|
committer | adam <adam> | 2011-03-17 14:57:47 +0000 |
commit | 2314cbe1e11e5242f5256ca478ccefaa88eed2f1 (patch) | |
tree | 036098fca723c183857ad060b6217d37601f094f /archivers | |
parent | 51c2f856cc8c958e5e168a304300b168575d74aa (diff) | |
download | pkgsrc-2314cbe1e11e5242f5256ca478ccefaa88eed2f1.tar.gz |
Changes in 1.03:
* Assorted minor updates.
Changes in 1.02rc1:
* Made lzop compile with LZO v2.
* Under Windows files are now opened using the _O_SEQUENTIAL flag,
which results in a major speedup when (de)compressing large files.
* Under MacOS X, the configure script now will use the '-no-cpp-precomp'
compiler option in order to work around bugs in Apple's native
"smart" preprocessor.
* File sizes > 2GB are correctly displayed.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lzop/Makefile | 11 | ||||
-rw-r--r-- | archivers/lzop/distinfo | 8 |
2 files changed, 9 insertions, 10 deletions
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index 7de0b6c6038..4dc267d71cb 100644 --- a/archivers/lzop/Makefile +++ b/archivers/lzop/Makefile @@ -1,19 +1,18 @@ -# $NetBSD: Makefile,v 1.17 2008/07/14 12:55:56 joerg Exp $ -# +# $NetBSD: Makefile,v 1.18 2011/03/17 14:57:47 adam Exp $ -DISTNAME= lzop-1.01 -PKGREVISION= 1 +DISTNAME= lzop-1.03 CATEGORIES= archivers MASTER_SITES= http://www.lzop.org/download/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.lzop.org/ COMMENT= Fast file compressor similar to gzip, using the LZO library +LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes -.include "../../archivers/liblzo/buildlink3.mk" +.include "../../archivers/lzo/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/archivers/lzop/distinfo b/archivers/lzop/distinfo index 593ca84b124..6413a929556 100644 --- a/archivers/lzop/distinfo +++ b/archivers/lzop/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/02/23 14:45:24 agc Exp $ +$NetBSD: distinfo,v 1.5 2011/03/17 14:57:47 adam Exp $ -SHA1 (lzop-1.01.tar.gz) = ad61e58d7bf02687c2da48e4386d5b377352db3f -RMD160 (lzop-1.01.tar.gz) = d7d93d217fcdeb542c2535e444a4c1271659e980 -Size (lzop-1.01.tar.gz) = 282491 bytes +SHA1 (lzop-1.03.tar.gz) = 4ee0b49b2a6b0a13572ddca5785ee48ef4c8f80f +RMD160 (lzop-1.03.tar.gz) = 306c454f52632b14740d6b00c1b315f0221fb45b +Size (lzop-1.03.tar.gz) = 370775 bytes |