diff options
author | reinoud <reinoud> | 2004-02-23 00:44:36 +0000 |
---|---|---|
committer | reinoud <reinoud> | 2004-02-23 00:44:36 +0000 |
commit | 3bb0346f5db84e8854fe8688ebe32732d79fd7e9 (patch) | |
tree | e7dabe922cdef9b717fc23dc50d638529d7b40a0 | |
parent | 9013114cc9d2152149f26243832bb5c78b7a33b6 (diff) | |
download | pkgsrc-3bb0346f5db84e8854fe8688ebe32732d79fd7e9.tar.gz |
Updating version to 0.20 from 0.10
Mainly bugfixing, sanitising and improved compatibility.
-rw-r--r-- | misc/udfclient/DESCR | 3 | ||||
-rw-r--r-- | misc/udfclient/Makefile | 8 | ||||
-rw-r--r-- | misc/udfclient/PLIST | 2 | ||||
-rw-r--r-- | misc/udfclient/distinfo | 8 |
4 files changed, 11 insertions, 10 deletions
diff --git a/misc/udfclient/DESCR b/misc/udfclient/DESCR index d636f8d7d23..f935dc6145d 100644 --- a/misc/udfclient/DESCR +++ b/misc/udfclient/DESCR @@ -4,3 +4,6 @@ full read and write kernel level implementation. UDFclient basically provides a user interface not unlike ftp(1) but always fetches files recursively from the disc(s). + +Version 0.20 is a renewed and sanitised version pending write support... Mainly +bug fixes and improved reading support. diff --git a/misc/udfclient/Makefile b/misc/udfclient/Makefile index e4826be09bf..e2379cc9217 100644 --- a/misc/udfclient/Makefile +++ b/misc/udfclient/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2004/02/21 07:25:59 snj Exp $ +# $NetBSD: Makefile,v 1.8 2004/02/23 00:44:36 reinoud Exp $ # -DISTNAME= UDFclient.0.1p2 -PKGNAME= udfclient-0.1.2 +DISTNAME= UDFclient.0.2 +PKGNAME= udfclient-0.2 CATEGORIES= misc MASTER_SITES= http://www.13thmonkey.org/udfclient/releases/ EXTRACT_SUFX= .tgz @@ -11,7 +11,7 @@ MAINTAINER= buzztoh@13thmonkey.org HOMEPAGE= http://www.13thmonkey.org/udfclient/ COMMENT= UDF disc reader for CD-ROMs, CD-RWs and DVDs -WRKSRC= ${WRKDIR}/UDFclient +WRKSRC= ${WRKDIR}/UDFclient.0.2 MAKEFILE= makefile .include "../../mk/bsd.pkg.mk" diff --git a/misc/udfclient/PLIST b/misc/udfclient/PLIST index 78f0286e6f3..0ccb5493fdf 100644 --- a/misc/udfclient/PLIST +++ b/misc/udfclient/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/23 19:02:25 reinoud Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/02/23 00:44:36 reinoud Exp $ bin/cd_disect bin/cd_sessions bin/udfclient diff --git a/misc/udfclient/distinfo b/misc/udfclient/distinfo index d87ff437a4f..acc96e3e213 100644 --- a/misc/udfclient/distinfo +++ b/misc/udfclient/distinfo @@ -1,6 +1,4 @@ -$NetBSD: distinfo,v 1.6 2003/10/27 04:21:36 reinoud Exp $ +$NetBSD: distinfo,v 1.7 2004/02/23 00:44:36 reinoud Exp $ -SHA1 (UDFclient.0.1p2.tgz) = b694f206da740650a41365b5cc248034040845f0 -Size (UDFclient.0.1p2.tgz) = 75080 bytes -SHA1 (patch-aa) = 84856780260ff0e0b9703a0f23113d4e4f1573dd -SHA1 (patch-ab) = 15af654089b1c01c34e0fdcdff4e1fa090c32538 +SHA1 (UDFclient.0.2.tgz) = f857c3193d138e62452afde13ab88bee3a750a54 +Size (UDFclient.0.2.tgz) = 78629 bytes |