summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreinoud <reinoud@pkgsrc.org>2007-02-16 15:19:29 +0000
committerreinoud <reinoud@pkgsrc.org>2007-02-16 15:19:29 +0000
commit6f052c6bd58a46944fabbccb42079e452f983898 (patch)
tree9f3dbcc8c31ab000909e83d4f8d9777ca6113688
parent3ae83bbc2844da037fec43d0ce3c8f70a899e03b (diff)
downloadpkgsrc-6f052c6bd58a46944fabbccb42079e452f983898.tar.gz
Update to version 0.5.5 : Support for reading UDF 2.50/2.60 media! This
also adds support for all HDDVD and BluRay media! Also small but important fixes have been made on cd_disect for ATAPI drives; these could give up in the process.
-rw-r--r--misc/udfclient/Makefile6
-rw-r--r--misc/udfclient/distinfo9
-rw-r--r--misc/udfclient/patches/patch-aa14
3 files changed, 7 insertions, 22 deletions
diff --git a/misc/udfclient/Makefile b/misc/udfclient/Makefile
index a1910775a68..72d788effb7 100644
--- a/misc/udfclient/Makefile
+++ b/misc/udfclient/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2006/10/13 23:50:30 reinoud Exp $
+# $NetBSD: Makefile,v 1.29 2007/02/16 15:19:29 reinoud Exp $
#
-DISTNAME= UDFclient.0.5.4
-PKGNAME= udfclient-0.5.4
+DISTNAME= UDFclient.0.5.5
+PKGNAME= udfclient-0.5.5
PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.13thmonkey.org/udfclient/releases/
diff --git a/misc/udfclient/distinfo b/misc/udfclient/distinfo
index 0f406551e5b..a09a6029666 100644
--- a/misc/udfclient/distinfo
+++ b/misc/udfclient/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.27 2006/10/13 23:50:30 reinoud Exp $
+$NetBSD: distinfo,v 1.28 2007/02/16 15:19:29 reinoud Exp $
-SHA1 (UDFclient.0.5.4.tgz) = ce4e332c211041abba64bec7a908b079ffb67ab9
-RMD160 (UDFclient.0.5.4.tgz) = 9884802a7792b6a763c1db1fe213e8cc5f8bb4c7
-Size (UDFclient.0.5.4.tgz) = 233285 bytes
-SHA1 (patch-aa) = 8862b35d49bb8615522cc3b762dd81b6667a1611
+SHA1 (UDFclient.0.5.5.tgz) = 542da85cc1d2bb103f40735ba7e873d6bc3896a3
+RMD160 (UDFclient.0.5.5.tgz) = dab8491f7e57715bb8e9e5e3e21773e5d92c90d1
+Size (UDFclient.0.5.5.tgz) = 232823 bytes
diff --git a/misc/udfclient/patches/patch-aa b/misc/udfclient/patches/patch-aa
deleted file mode 100644
index 73fafc3cc73..00000000000
--- a/misc/udfclient/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.7 2006/06/06 21:11:29 joerg Exp $
-
---- udf.c.orig 2006-06-06 21:05:41.000000000 +0000
-+++ udf.c
-@@ -5323,7 +5323,9 @@ static int read_fid_stream(struct udf_no
- /* create resulting dirent structure */
- fid_name = (char *) fid->data + udf_rw16(fid->l_iu);
- dirent->d_fileno = udf_rw32(fid->icb.impl.im_used.unique_id); /* only 32 bits salvageable */
-+#if !defined(__DragonFly__)
- dirent->d_reclen = sizeof(struct dirent);
-+#endif
- dirent->d_type = DT_UNKNOWN;
- udf_to_unix_name(dirent->d_name, fid_name, fid->l_fi, &dir_node->udf_log_vol->log_vol->desc_charset);
- if (fid->file_char & UDF_FILE_CHAR_DIR) dirent->d_type = DT_DIR;