diff options
author | reinoud <reinoud@pkgsrc.org> | 2005-11-08 20:30:57 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2005-11-08 20:30:57 +0000 |
commit | 1eb7013c3d2f44e43e175f5f2dff1e153e419c5d (patch) | |
tree | 8f899852086bb8f697110b1f53e89db26a2f13ba | |
parent | b5411228ecf4fac3b7bb19d57655d5be9885f7ce (diff) | |
download | pkgsrc-1eb7013c3d2f44e43e175f5f2dff1e153e419c5d.tar.gz |
Upgrade udfclient to version 0.5, featuring
SCSI layer rewrite, new CD-MRW and DVD+MRW support, new scsi/atapi format
utility, more support for customer DVD (video) recorder DVDs and lots of
bug fixes. Please do test this version and report strange behaviour 0.4.9
didn't show and report any problems!
-rw-r--r-- | doc/CHANGES | 4 | ||||
-rw-r--r-- | misc/udfclient/Makefile | 6 | ||||
-rw-r--r-- | misc/udfclient/PLIST | 4 | ||||
-rw-r--r-- | misc/udfclient/distinfo | 8 |
4 files changed, 12 insertions, 10 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 0cddf0a82c1..4cd7b6caf25 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11865 2005/11/08 20:10:36 rillig Exp $ +$NetBSD: CHANGES,v 1.11866 2005/11/08 20:30:57 reinoud Exp $ Changes to the packages collection and infrastructure in 2005: @@ -5118,3 +5118,5 @@ Changes to the packages collection and infrastructure in 2005: Added audio/cplay version 1.49 [tonio 2005-11-08] Updated databases/postgresql74-lib to 7.4.8nb2 [root 2005-11-08] Updated graphics/Coin to 2.4.4 [rillig 2005-11-08] + Updated misc/udfclient to 0.5 [reinoud-11-08] + diff --git a/misc/udfclient/Makefile b/misc/udfclient/Makefile index d0a27117903..2a1bca139cd 100644 --- a/misc/udfclient/Makefile +++ b/misc/udfclient/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2005/06/26 15:24:14 reinoud Exp $ +# $NetBSD: Makefile,v 1.23 2005/11/08 20:30:58 reinoud Exp $ # -DISTNAME= UDFclient.0.4.9 -PKGNAME= udfclient-0.4.9 +DISTNAME= UDFclient.0.5 +PKGNAME= udfclient-0.5 #PKGREVISION= 0 CATEGORIES= misc MASTER_SITES= http://www.13thmonkey.org/udfclient/releases/ diff --git a/misc/udfclient/PLIST b/misc/udfclient/PLIST index 154821ccfdc..d93a55dda56 100644 --- a/misc/udfclient/PLIST +++ b/misc/udfclient/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.4 2005/01/11 21:09:24 reinoud Exp $ +@comment $NetBSD: PLIST,v 1.5 2005/11/08 20:30:58 reinoud Exp $ bin/cd_disect bin/cd_sessions -bin/cdrw_format +bin/mmc_format bin/newfs_udf bin/udfclient bin/udfdump diff --git a/misc/udfclient/distinfo b/misc/udfclient/distinfo index 3a5c2e63d63..475ce0971ef 100644 --- a/misc/udfclient/distinfo +++ b/misc/udfclient/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2005/06/26 15:24:14 reinoud Exp $ +$NetBSD: distinfo,v 1.21 2005/11/08 20:30:58 reinoud Exp $ -SHA1 (UDFclient.0.4.9.tgz) = 4138020cdc9f2250a105fe8aad5390773d4bfa2e -RMD160 (UDFclient.0.4.9.tgz) = 63e7864db97484dc3f1017d3b21c9fc59d2b9796 -Size (UDFclient.0.4.9.tgz) = 213058 bytes +SHA1 (UDFclient.0.5.tgz) = 826d1556bf6fb238da0db8aaa6948e6326a81100 +RMD160 (UDFclient.0.5.tgz) = 16efef79c51de76b887e5cf76cfdd6942298bd37 +Size (UDFclient.0.5.tgz) = 225082 bytes |