pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/cuetools Update to 1.2 and adjust homepage and ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31c6367774fb
branches:  trunk
changeset: 486817:31c6367774fb
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Jan 03 22:48:40 2005 +0000

description:
Update to 1.2 and adjust homepage and master sites (project moved):

Changes since 1.1
-----------------

* cuebreakpoints was not printing the last track breakpoint.  This has been
  fixed.

* cueprint now prints a zero-length string for undefined values.  Flags, width,
  and precision are applied to conversion characters which have no conversion.

* Added a tagging script, cuetag.sh, which uses cueprint, vorbiscomment, and
  mp3info to tag Ogg Vorbis and MP3 files.  This needs more testing and
  documentation.

* Added a track selection flag to cueprint.

Changes since 1.0
-----------------

* File formats documentation has been readded and updated (docs/formats.txt).

* ``CDTEXTFILE`` is now a recognized (but ignored) keyword.

* If only a disc or track template is specified on the command line, then only
  the disc or track information is printed, respectively.

* cueprint now supports flags and width and precision values for template
  expansion (like the printf command).

Changes since 0.6
-----------------

* cuetools-1.x is a significant code rewrite of 0.x.  The cue/toc parsing code
  has been reimplemented in lex/yacc.

* cuerename has been replaced by the more general utility cueprint.

* Usage syntax of the utilities has changed.  See the respective man pages.

diffstat:

 misc/cuetools/Makefile |  27 ++++++++++++++-------------
 misc/cuetools/PLIST    |  13 ++++++-------
 misc/cuetools/distinfo |   6 +++---
 3 files changed, 23 insertions(+), 23 deletions(-)

diffs (77 lines):

diff -r 7d223e6f6f1e -r 31c6367774fb misc/cuetools/Makefile
--- a/misc/cuetools/Makefile    Mon Jan 03 21:50:12 2005 +0000
+++ b/misc/cuetools/Makefile    Mon Jan 03 22:48:40 2005 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.2 2004/05/07 11:27:16 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2005/01/03 22:48:40 jmmv Exp $
 #
 
-DISTNAME=      cuetools-0.6
+DISTNAME=      cuetools-1.2
 CATEGORIES=    misc
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=cuetools/}
+MASTER_SITES=  http://download.berlios.de/cuetools/
 
 MAINTAINER=    jmmv%NetBSD.org@localhost
-HOMEPAGE=      http://cuetools.sourceforge.net/
+HOMEPAGE=      http://cuetools.berlios.de/
 COMMENT=       Set of utilities to manipulate cue and toc files
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
@@ -17,15 +17,16 @@
 INSTALLATION_DIRS=     bin man/man1
 
 do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/src/cueconvert ${PREFIX}/bin/
-       ${INSTALL_PROGRAM} ${WRKSRC}/src/cuerename ${PREFIX}/bin/
-       ${INSTALL_DATA} ${WRKSRC}/man/cueconvert.1 ${PREFIX}/man/man1
-       ${INSTALL_DATA} ${WRKSRC}/man/cuerename.1 ${PREFIX}/man/man1
+       ${INSTALL_PROGRAM} ${WRKSRC}/tools/cuebreakpoints ${PREFIX}/bin/
+       ${INSTALL_PROGRAM} ${WRKSRC}/tools/cueconvert ${PREFIX}/bin/
+       ${INSTALL_PROGRAM} ${WRKSRC}/tools/cueprint ${PREFIX}/bin/
+       ${INSTALL_DATA} ${WRKSRC}/man/cuebreakpoints.man \
+               ${PREFIX}/man/man1/cuebreakpoints.1
+       ${INSTALL_DATA} ${WRKSRC}/man/cueconvert.man \
+               ${PREFIX}/man/man1/cueconvert.1
+       ${INSTALL_DATA} ${WRKSRC}/man/cueprint.man \
+               ${PREFIX}/man/man1/cueprint.1
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cuetools/
-       ${INSTALL_DATA} ${WRKSRC}/doc/formats ${PREFIX}/share/doc/cuetools/
-       ${INSTALL_DATA} ${WRKSRC}/doc/useage ${PREFIX}/share/doc/cuetools/usage
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cuetools/
-       ${INSTALL_DATA} ${WRKSRC}/doc/cuerename \
-           ${PREFIX}/share/examples/cuetools/cuerename
+       ${INSTALL_DATA} ${WRKSRC}/formats.txt ${PREFIX}/share/doc/cuetools/
 
 .include "../../mk/bsd.pkg.mk"
diff -r 7d223e6f6f1e -r 31c6367774fb misc/cuetools/PLIST
--- a/misc/cuetools/PLIST       Mon Jan 03 21:50:12 2005 +0000
+++ b/misc/cuetools/PLIST       Mon Jan 03 22:48:40 2005 +0000
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2004/05/07 11:27:16 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/01/03 22:48:40 jmmv Exp $
+bin/cuebreakpoints
 bin/cueconvert
-bin/cuerename
+bin/cueprint
+man/man1/cuebreakpoints.1
 man/man1/cueconvert.1
-man/man1/cuerename.1
-share/doc/cuetools/formats
-share/doc/cuetools/usage
-share/examples/cuetools/cuerename
-@dirrm share/examples/cuetools
+man/man1/cueprint.1
+share/doc/cuetools/formats.txt
 @dirrm share/doc/cuetools
diff -r 7d223e6f6f1e -r 31c6367774fb misc/cuetools/distinfo
--- a/misc/cuetools/distinfo    Mon Jan 03 21:50:12 2005 +0000
+++ b/misc/cuetools/distinfo    Mon Jan 03 22:48:40 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2004/05/07 11:27:16 jmmv Exp $
+$NetBSD: distinfo,v 1.3 2005/01/03 22:48:40 jmmv Exp $
 
-SHA1 (cuetools-0.6.tar.gz) = eb3de104796bc19d898f91daa87052651f574f56
-Size (cuetools-0.6.tar.gz) = 21583 bytes
+SHA1 (cuetools-1.2.tar.gz) = e007fb1373776d26ea79b17dcf556b938fd460be
+Size (cuetools-1.2.tar.gz) = 28337 bytes



Home | Main Index | Thread Index | Old Index