summaryrefslogtreecommitdiff
path: root/archivers/xz
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-08-31 08:59:11 +0000
committerwiz <wiz@pkgsrc.org>2009-08-31 08:59:11 +0000
commit5c7f8e02627ec59227c5723b7ae9218645f16de0 (patch)
tree3a5f698e179a3a270e5d95e8b505e7b759dd8ff7 /archivers/xz
parentb3c6e064a7d176e549223ab2d1af9f856705ef1b (diff)
downloadpkgsrc-5c7f8e02627ec59227c5723b7ae9218645f16de0.tar.gz
Update to 4.999.9beta:
XZ Utils 4.999.9beta was released on 2009-08-27. Among many less important changes, this release fixes a data corruption in the compression code. (The bug was specific to XZ Utils and was not present in 7-Zip or LZMA SDK.) Everyone using an older version of XZ Utils should upgrade. This is the last beta release before XZ Utils 5.0.0. No big changes are planned before the first stable release.
Diffstat (limited to 'archivers/xz')
-rw-r--r--archivers/xz/Makefile6
-rw-r--r--archivers/xz/PLIST37
-rw-r--r--archivers/xz/distinfo8
3 files changed, 43 insertions, 8 deletions
diff --git a/archivers/xz/Makefile b/archivers/xz/Makefile
index eb540892c9c..fe40bf289c8 100644
--- a/archivers/xz/Makefile
+++ b/archivers/xz/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.2 2009/08/23 09:23:28 obache Exp $
+# $NetBSD: Makefile,v 1.3 2009/08/31 08:59:11 wiz Exp $
#
-DISTNAME= xz-4.999.8beta
+DISTNAME= xz-4.999.9beta
CATEGORIES= archivers
MASTER_SITES= http://tukaani.org/xz/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://tukaani.org/xz/
COMMENT= XZ utilities
-#LICENSE= public-domain AND gnu-gpl-v2 AND gnu-lgpl-v2.1
+LICENSE= public-domain AND gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/archivers/xz/PLIST b/archivers/xz/PLIST
index be6ccb78361..04cf669f119 100644
--- a/archivers/xz/PLIST
+++ b/archivers/xz/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/07 11:08:52 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/08/31 08:59:11 wiz Exp $
bin/lzcat
bin/lzcmp
bin/lzdiff
@@ -8,12 +8,20 @@ bin/lzgrep
bin/lzless
bin/lzma
bin/lzmadec
+bin/lzmainfo
bin/lzmore
bin/unlzma
bin/unxz
bin/xz
bin/xzcat
+bin/xzcmp
bin/xzdec
+bin/xzdiff
+bin/xzegrep
+bin/xzfgrep
+bin/xzgrep
+bin/xzless
+bin/xzmore
include/lzma.h
include/lzma/base.h
include/lzma/bcj.h
@@ -31,10 +39,37 @@ include/lzma/version.h
include/lzma/vli.h
lib/liblzma.la
lib/pkgconfig/liblzma.pc
+man/man1/lzcat.1
man/man1/lzcmp.1
man/man1/lzdiff.1
man/man1/lzegrep.1
man/man1/lzfgrep.1
man/man1/lzgrep.1
man/man1/lzless.1
+man/man1/lzma.1
+man/man1/lzmadec.1
+man/man1/lzmainfo.1
man/man1/lzmore.1
+man/man1/unlzma.1
+man/man1/unxz.1
+man/man1/xz.1
+man/man1/xzcat.1
+man/man1/xzcmp.1
+man/man1/xzdec.1
+man/man1/xzdiff.1
+man/man1/xzegrep.1
+man/man1/xzfgrep.1
+man/man1/xzgrep.1
+man/man1/xzless.1
+man/man1/xzmore.1
+share/doc/xz/AUTHORS
+share/doc/xz/COPYING
+share/doc/xz/COPYING.GPLv2
+share/doc/xz/NEWS
+share/doc/xz/README
+share/doc/xz/THANKS
+share/doc/xz/TODO
+share/doc/xz/faq.txt
+share/doc/xz/history.txt
+share/doc/xz/lzma-file-format.txt
+share/doc/xz/xz-file-format.txt
diff --git a/archivers/xz/distinfo b/archivers/xz/distinfo
index ad6b6d81955..91082b36f5b 100644
--- a/archivers/xz/distinfo
+++ b/archivers/xz/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/07/07 11:08:52 minskim Exp $
+$NetBSD: distinfo,v 1.2 2009/08/31 08:59:11 wiz Exp $
-SHA1 (xz-4.999.8beta.tar.gz) = d282518518488c37ec268401e1b8247749279c44
-RMD160 (xz-4.999.8beta.tar.gz) = 41303aed49cfb976da54d7e3e88210b4eeaebbbd
-Size (xz-4.999.8beta.tar.gz) = 879382 bytes
+SHA1 (xz-4.999.9beta.tar.gz) = 9627de3997ddcdb02f8d327e84b2cf1941ecd230
+RMD160 (xz-4.999.9beta.tar.gz) = 1253ce01746c748c8549effa5041224044919c4e
+Size (xz-4.999.9beta.tar.gz) = 1037541 bytes