diff options
author | schmonz <schmonz@pkgsrc.org> | 2003-01-24 20:21:19 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2003-01-24 20:21:19 +0000 |
commit | 3518f0db5c9cc68e365519d3532586bf42e96c87 (patch) | |
tree | 8919d6d2a99add91ee80c7a2d0a708931bf3f7ac /audio/rioutil | |
parent | 9b3abb1066b84169831426d77ab9027437750f8f (diff) | |
download | pkgsrc-3518f0db5c9cc68e365519d3532586bf42e96c87.tar.gz |
Update to 1.3.3. From the changelog:
Jan 16 2003:
- Yet more code cleanup. Added a write_cksum_rio internal routine.
- Fixed a major typeo in complete_upload_rio. Uploads should work again.
Jan 13 2003:
- Further code cleanup
- S-Series should no longer bomb out on RIO_PREFR command
Jan 09 2003:
- Code cleanup, removed all compatability for recognizing old hack (sorry)
- (Library) added function for uploading from pipe (needs testing)
- (Frontend) added support for uploading from stdin (needs testing)
Jan 08 2003:
These updates correspond to v1.3.1 (currently in CVS):
- Updated the version to somthing a little easier to follow
- Minor fixes
- Mixed results comming in about using rioutil with the S-Series,
but in general the reports are positive :)
- Eliminated support to recognize old hack (it was causing wierd problems)
Other Changes:
- Updated README
- Release source to rioutil Firmware Updater
Dec 19 2002:
- Completly changed the downloadable song hack:
- Any file can be downloaded (regardless of what sf was used to ul it)
- Any song that is downloaded will be removed as well.
- No more weird numbering!
- General fixes/changes
Diffstat (limited to 'audio/rioutil')
-rw-r--r-- | audio/rioutil/Makefile | 5 | ||||
-rw-r--r-- | audio/rioutil/PLIST | 6 | ||||
-rw-r--r-- | audio/rioutil/distinfo | 6 |
3 files changed, 8 insertions, 9 deletions
diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile index a77d0ea61f0..4f0710ee816 100644 --- a/audio/rioutil/Makefile +++ b/audio/rioutil/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2002/11/26 22:02:59 schmonz Exp $ +# $NetBSD: Makefile,v 1.6 2003/01/24 20:21:19 schmonz Exp $ # -DISTNAME= rioutil-1.2b -PKGNAME= rioutil-1.2.1 +DISTNAME= rioutil-1.3.3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rioutil/} diff --git a/audio/rioutil/PLIST b/audio/rioutil/PLIST index e1cc24b9aad..0ff2d811504 100644 --- a/audio/rioutil/PLIST +++ b/audio/rioutil/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 2002/11/11 14:00:47 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/01/24 20:21:19 schmonz Exp $ bin/riofck bin/rioutil include/rio.h lib/librioutil.a lib/librioutil.la lib/librioutil.so -lib/librioutil.so.1 -lib/librioutil.so.1.2 +lib/librioutil.so.4 +lib/librioutil.so.4.2 man/man1/rioutil.1 diff --git a/audio/rioutil/distinfo b/audio/rioutil/distinfo index 13031462293..3d3727d3ec8 100644 --- a/audio/rioutil/distinfo +++ b/audio/rioutil/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2002/11/26 22:02:59 schmonz Exp $ +$NetBSD: distinfo,v 1.5 2003/01/24 20:21:20 schmonz Exp $ -SHA1 (rioutil-1.2b.tar.gz) = 25a8e88aed114ea95895581950b11fb054f499d4 -Size (rioutil-1.2b.tar.gz) = 283752 bytes +SHA1 (rioutil-1.3.3.tar.gz) = 5e4ff0a339a2a8cef902ec115dd9c40cd5bb3df1 +Size (rioutil-1.3.3.tar.gz) = 328773 bytes |