pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Major upgrade to the 0.3 series due to a structural re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa92aecec743
branches:  trunk
changeset: 495413:aa92aecec743
user:      reinoud <reinoud%pkgsrc.org@localhost>
date:      Wed Jun 08 22:46:26 2005 +0000

description:
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:

 doc/CHANGES             |  3 ++-
 misc/udfclient/Makefile |  6 +++---
 misc/udfclient/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r 30d7bc08c382 -r aa92aecec743 doc/CHANGES
--- a/doc/CHANGES       Wed Jun 08 22:44:08 2005 +0000
+++ b/doc/CHANGES       Wed Jun 08 22:46:26 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.10332 2005/06/08 16:21:37 bouyer Exp $
+$NetBSD: CHANGES,v 1.10333 2005/06/08 22:46:26 reinoud Exp $
 
 Changes to the packages collection and infrastructure in 2005:
        
@@ -2844,3 +2844,4 @@
        Removed security/pam-smbpass [salo 2005-06-08]
        Removed security/winbind [salo 2005-06-08]
        Updated net/p5-SNMP-Info to 0.9nb1 [bouyer 2005-06-08]
+       Updated misc/udfclient to 0.4 [reinoud 2005-06-09]
diff -r 30d7bc08c382 -r aa92aecec743 misc/udfclient/Makefile
--- a/misc/udfclient/Makefile   Wed Jun 08 22:44:08 2005 +0000
+++ b/misc/udfclient/Makefile   Wed Jun 08 22:46:26 2005 +0000
@@ -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 -r 30d7bc08c382 -r aa92aecec743 misc/udfclient/distinfo
--- a/misc/udfclient/distinfo   Wed Jun 08 22:44:08 2005 +0000
+++ b/misc/udfclient/distinfo   Wed Jun 08 22:46:26 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index