summaryrefslogtreecommitdiff
path: root/archivers/lzop
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-05-08 09:45:47 +0000
committerwiz <wiz@pkgsrc.org>2003-05-08 09:45:47 +0000
commitb7ccafd0818980725cd2abdf193f8bdeec1faff9 (patch)
tree4056c560e0ad95b0b077c0dd81a1158bcfb18462 /archivers/lzop
parent135cdaf99243bdc264a84846249ecfd60a1efd13 (diff)
downloadpkgsrc-b7ccafd0818980725cd2abdf193f8bdeec1faff9.tar.gz
Update to 1.01:
* Five years have passed since the last release: completely updated the Autoconf build system, enable Autoconf large file support. * Warn about a compressed file's trailing zero bytes only if in verbose mode (for compatibility with recent versions of GNU tar). * Don't be too strict in favoring stdin - using `--no-stdin' should not be necessary any longer. * Added option `-P' to save/restore the path name of a compressed file. * Added option `--crc32' to use a crc32 instead of a adler32 checksum. * Fixed an assertion that could happen in very rare cases.
Diffstat (limited to 'archivers/lzop')
-rw-r--r--archivers/lzop/Makefile8
-rw-r--r--archivers/lzop/distinfo7
-rw-r--r--archivers/lzop/patches/patch-aa13
3 files changed, 7 insertions, 21 deletions
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile
index 4d13a7e0131..36d3217f93b 100644
--- a/archivers/lzop/Makefile
+++ b/archivers/lzop/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.6 2002/08/25 21:49:15 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2003/05/08 09:45:47 wiz Exp $
#
-DISTNAME= lzop-1.00
+DISTNAME= lzop-1.01
CATEGORIES= archivers
-MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/
+MASTER_SITES= http://www.oberhumer.com/opensource/lzop/download/
MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/lzop.html
+HOMEPAGE= http://www.oberhumer.com/opensource/lzop/
COMMENT= Fast file compressor similar to gzip, using the LZO library
USE_BUILDLINK2= YES
diff --git a/archivers/lzop/distinfo b/archivers/lzop/distinfo
index 410ff780653..99f31f8f7c6 100644
--- a/archivers/lzop/distinfo
+++ b/archivers/lzop/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/18 11:21:06 agc Exp $
+$NetBSD: distinfo,v 1.3 2003/05/08 09:45:47 wiz Exp $
-SHA1 (lzop-1.00.tar.gz) = b3b2fb67cf3e94f7088a1d5dbdf9b281c36cfafe
-Size (lzop-1.00.tar.gz) = 160972 bytes
-SHA1 (patch-aa) = 4959e2fcdba4985167b26a32eb4db87e7ea8c9f9
+SHA1 (lzop-1.01.tar.gz) = ad61e58d7bf02687c2da48e4386d5b377352db3f
+Size (lzop-1.01.tar.gz) = 282491 bytes
diff --git a/archivers/lzop/patches/patch-aa b/archivers/lzop/patches/patch-aa
deleted file mode 100644
index 6fabe5e9003..00000000000
--- a/archivers/lzop/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2000/05/02 18:48:36 danw Exp $
-
---- configure.orig Sat Apr 25 18:23:14 1998
-+++ configure Mon Aug 16 16:00:37 1999
-@@ -2265,7 +2265,7 @@
- fi
- done
-
--for ac_func in access atoi chmod chown fchmod fileno fstat getumask isatty setmode stat umask utime
-+for ac_func in access atoi chmod chown fchmod fileno fstat getumask isatty stat umask utime
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
- echo "configure:2272: checking for $ac_func" >&5