diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-05-07 11:27:16 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-05-07 11:27:16 +0000 |
commit | 2296c0c7ec8d6766df6ba077305521d7cfe73caf (patch) | |
tree | e285678329672a767f15189660819109ecd93880 /misc | |
parent | 69597c437746f08b66048e464cf39898f60b2327 (diff) | |
download | pkgsrc-2296c0c7ec8d6766df6ba077305521d7cfe73caf.tar.gz |
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 (limited to 'misc')
-rw-r--r-- | misc/cuetools/Makefile | 24 | ||||
-rw-r--r-- | misc/cuetools/PLIST | 10 | ||||
-rw-r--r-- | misc/cuetools/distinfo | 6 |
3 files changed, 20 insertions, 20 deletions
diff --git a/misc/cuetools/Makefile b/misc/cuetools/Makefile index 31ecc6aea2f..67bc971c1f8 100644 --- a/misc/cuetools/Makefile +++ b/misc/cuetools/Makefile @@ -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 @@ COMMENT= Set of utilities to manipulate cue and toc files 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 --git a/misc/cuetools/PLIST b/misc/cuetools/PLIST index ecec9a5a888..56d36099b21 100644 --- a/misc/cuetools/PLIST +++ b/misc/cuetools/PLIST @@ -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 --git a/misc/cuetools/distinfo b/misc/cuetools/distinfo index 2c0b4f52993..5d0b7bf7668 100644 --- a/misc/cuetools/distinfo +++ b/misc/cuetools/distinfo @@ -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 |