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 0.6:
details: https://anonhg.NetBSD.org/pkgsrc/rev/efcd772292ee
branches: trunk
changeset: 474908:efcd772292ee
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Fri May 07 11:27:16 2004 +0000
description:
Update to 0.6:
- cuerename - fixed bug that was causing original filenames to be modified
- cuerename - added "replace=FROM/TO" option
- cuerename - improved file prefix/suffix code
- cuerename - neither %f or %F contain a '.' now (strict was getting rid of
this in some cases). added a %. which expands to a '.' if the filename had
one. '%f%.%F' will expand to original filename, with formatting applied to
prefix and suffix.
- cuerename - allow for comments (lines beginning with '#') in option file
- cuerename - added an escape character '\' to replace, so replacing a '/' is
possible
released cuetools-0.5
- CATALOG field should not be quoted for cue files. Updated cue.c and formats.
released cuetools-0.5.1
- modified source package directory structure
- CATALOG was still being quoted when writing a cue file.
- index/pregap handling improved, however it may still contain bugs.
- ~/.cuerenamerc is now ~/.cuerename
released cuetools-0.5.2
- renamed ChangeLog to CHANGES
- added man pages
- removed cuebreakpoints (obsoleted by shntool-2.0.0)
released cuetools-0.6
diffstat:
misc/cuetools/Makefile | 24 ++++++++++++------------
misc/cuetools/PLIST | 10 +++++-----
misc/cuetools/distinfo | 6 +++---
3 files changed, 20 insertions(+), 20 deletions(-)
diffs (74 lines):
diff -r 4ce4c0975d0f -r efcd772292ee misc/cuetools/Makefile
--- a/misc/cuetools/Makefile Fri May 07 11:19:21 2004 +0000
+++ b/misc/cuetools/Makefile Fri May 07 11:27:16 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/01/10 09:47:56 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2004/05/07 11:27:16 jmmv Exp $
#
-DISTNAME= cuetools-0.4
+DISTNAME= cuetools-0.6
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cuetools/}
@@ -12,20 +12,20 @@
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= make
-INSTALLATION_DIRS= bin
+INSTALLATION_DIRS= bin man/man1
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/cuebreakpoints ${PREFIX}/bin/
- ${INSTALL_PROGRAM} ${WRKSRC}/cueconvert ${PREFIX}/bin/
- ${INSTALL_PROGRAM} ${WRKSRC}/cuerename ${PREFIX}/bin/
+ ${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_DATA_DIR} ${PREFIX}/share/doc/cuetools/
- ${INSTALL_DATA} ${WRKSRC}/EXAMPLE.useage \
- ${PREFIX}/share/doc/cuetools/usage
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cuetools/
- ${INSTALL_DATA} ${WRKSRC}/README.formats ${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}/EXAMPLE.cuerenamerc \
- ${PREFIX}/share/examples/cuetools/cuerenamerc
+ ${INSTALL_DATA} ${WRKSRC}/doc/cuerename \
+ ${PREFIX}/share/examples/cuetools/cuerename
.include "../../mk/bsd.pkg.mk"
diff -r 4ce4c0975d0f -r efcd772292ee misc/cuetools/PLIST
--- a/misc/cuetools/PLIST Fri May 07 11:19:21 2004 +0000
+++ b/misc/cuetools/PLIST Fri May 07 11:27:16 2004 +0000
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/10 09:47:56 jmmv Exp $
-bin/cuebreakpoints
+@comment $NetBSD: PLIST,v 1.2 2004/05/07 11:27:16 jmmv Exp $
bin/cueconvert
bin/cuerename
-share/doc/cuetools/README
-share/doc/cuetools/README.formats
+man/man1/cueconvert.1
+man/man1/cuerename.1
+share/doc/cuetools/formats
share/doc/cuetools/usage
-share/examples/cuetools/cuerenamerc
+share/examples/cuetools/cuerename
@dirrm share/examples/cuetools
@dirrm share/doc/cuetools
diff -r 4ce4c0975d0f -r efcd772292ee misc/cuetools/distinfo
--- a/misc/cuetools/distinfo Fri May 07 11:19:21 2004 +0000
+++ b/misc/cuetools/distinfo Fri May 07 11:27:16 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/01/10 09:47:56 jmmv Exp $
+$NetBSD: distinfo,v 1.2 2004/05/07 11:27:16 jmmv Exp $
-SHA1 (cuetools-0.4.tar.gz) = 87dc4948dfa2c22a1514d7de5fd9199e7877d5ac
-Size (cuetools-0.4.tar.gz) = 19762 bytes
+SHA1 (cuetools-0.6.tar.gz) = eb3de104796bc19d898f91daa87052651f574f56
+Size (cuetools-0.6.tar.gz) = 21583 bytes
Home |
Main Index |
Thread Index |
Old Index