diff options
author | reinoud <reinoud@pkgsrc.org> | 2005-06-08 22:46:26 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2005-06-08 22:46:26 +0000 |
commit | 7599bb7bcfec6bb919da25b2e3f4a0eac7824c12 (patch) | |
tree | 79539b6cf8592e868f9e80cf21ab4f2585c68d0c /misc | |
parent | c209ba29cbb6e6d7bf3d94e2881f7adc8492255b (diff) | |
download | pkgsrc-7599bb7bcfec6bb919da25b2e3f4a0eac7824c12.tar.gz |
Major upgrade to the 0.3 series due to a structural rebuild of main engine
based on insights gained from developing version 0.3. Pitty enough still no
recordable media write support (sorry folks...). Significant speed
improvements have been made in both reading and writing heaps of little
files. Offcource also heaps of bug fixes. Work has also started on an
in-kernel implementation though i decided to get udfclient fully functional
first. New in this version is support for non 2048 byte media using the -b
flag, new `rename' and `free' commands in udfclient and a fixed and
hopefully full working `rm' command. Warning some flags have been changed
meaning so check your scripts!
Diffstat (limited to 'misc')
-rw-r--r-- | misc/udfclient/Makefile | 6 | ||||
-rw-r--r-- | misc/udfclient/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/udfclient/Makefile b/misc/udfclient/Makefile index 54d66c27f6e..c11d1e7f4ff 100644 --- a/misc/udfclient/Makefile +++ b/misc/udfclient/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2005/04/11 21:46:40 tv Exp $ +# $NetBSD: Makefile,v 1.20 2005/06/08 22:46:26 reinoud Exp $ # -DISTNAME= UDFclient.0.3.5 -PKGNAME= udfclient-0.3.5 +DISTNAME= UDFclient.0.4 +PKGNAME= udfclient-0.4 #PKGREVISION= 0 CATEGORIES= misc MASTER_SITES= http://www.13thmonkey.org/udfclient/releases/ diff --git a/misc/udfclient/distinfo b/misc/udfclient/distinfo index b52c6f8adf4..3e26507f528 100644 --- a/misc/udfclient/distinfo +++ b/misc/udfclient/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2005/04/10 00:42:49 reinoud Exp $ +$NetBSD: distinfo,v 1.18 2005/06/08 22:46:26 reinoud Exp $ -SHA1 (UDFclient.0.3.5.tgz) = e18afc0270b3e362593ac1df1692a69f707ecc80 -RMD160 (UDFclient.0.3.5.tgz) = e9df99db9a256ed63c554c0da8e7ed4480eca056 -Size (UDFclient.0.3.5.tgz) = 189644 bytes +SHA1 (UDFclient.0.4.tgz) = 307a38ea8114663f4b5174eac09caf4c57770186 +RMD160 (UDFclient.0.4.tgz) = 8b95463b8d385bff3175303b0bf6de0b9a2f55c2 +Size (UDFclient.0.4.tgz) = 228756 bytes |