diff options
author | reinoud <reinoud> | 2007-10-15 14:08:31 +0000 |
---|---|---|
committer | reinoud <reinoud> | 2007-10-15 14:08:31 +0000 |
commit | c8c579c7695424c64e8ff15c47950b0e1baf8f8d (patch) | |
tree | efb817bb777fe55b4fa1998134ab1f0018ac0c3a /misc | |
parent | f4b9431b7aaf3a9757cd6632fd4031e47edf8b64 (diff) | |
download | pkgsrc-c8c579c7695424c64e8ff15c47950b0e1baf8f8d.tar.gz |
Update udfclient to version 0.5.6 : important fixes in VAT searching on
CD-R/DVD*R allowing more discs to be read. Also better dumping of TOC's in
cd_discect and sequential dumping of files using a different sectorsize
than the media allowing disc images of CD's to be dumped.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/udfclient/DESCR | 2 | ||||
-rw-r--r-- | misc/udfclient/Makefile | 6 | ||||
-rw-r--r-- | misc/udfclient/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/misc/udfclient/DESCR b/misc/udfclient/DESCR index 42de55d4426..f296b02f5d3 100644 --- a/misc/udfclient/DESCR +++ b/misc/udfclient/DESCR @@ -5,3 +5,5 @@ full read and write kernel level implementation. UDFclient basically provides a user interface not unlike ftp(1) but always fetches and writes files recursively from the disc(s). +See the packages homepage http://www.13thmonkey.org/udfclient for its features +and history. diff --git a/misc/udfclient/Makefile b/misc/udfclient/Makefile index b7e78fd7cbe..77b9ee28c51 100644 --- a/misc/udfclient/Makefile +++ b/misc/udfclient/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2007/02/16 15:22:34 reinoud Exp $ +# $NetBSD: Makefile,v 1.31 2007/10/15 14:08:32 reinoud Exp $ # -DISTNAME= UDFclient.0.5.5 -PKGNAME= udfclient-0.5.5 +DISTNAME= UDFclient.0.5.6 +PKGNAME= udfclient-0.5.6 #PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.13thmonkey.org/udfclient/releases/ diff --git a/misc/udfclient/distinfo b/misc/udfclient/distinfo index b8e9b938834..e442f901ea5 100644 --- a/misc/udfclient/distinfo +++ b/misc/udfclient/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.29 2007/02/16 15:36:58 reinoud Exp $ +$NetBSD: distinfo,v 1.30 2007/10/15 14:08:32 reinoud Exp $ -SHA1 (UDFclient.0.5.5.tgz) = cb2426ab5a959b3d0c934ab29b1008795888d163 -RMD160 (UDFclient.0.5.5.tgz) = 5a2a7fd0983ffe5d2cef1da74ba8e4fef9ac2a37 -Size (UDFclient.0.5.5.tgz) = 233896 bytes +SHA1 (UDFclient.0.5.6.tgz) = a4f09a0a48753a75f916ae37d4e54a52aced4047 +RMD160 (UDFclient.0.5.6.tgz) = f4b3fad768c9863768e9266c875d3d41bdc099fe +Size (UDFclient.0.5.6.tgz) = 237023 bytes |