pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/cuetools Initial import of cuetools, version 0.4:
details: https://anonhg.NetBSD.org/pkgsrc/rev/1848fce0c815
branches: trunk
changeset: 466017:1848fce0c815
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sat Jan 10 09:47:56 2004 +0000
description:
Initial import of cuetools, version 0.4:
cuetools is a set of utilities for working with cue and toc files.
It includes the following programs:
* cueconvert
Convert between cue and toc formats.
* cuebreakpoints
Output track break points from a cue/toc file, in a format usable by
shnsplit (part of the shntool package).
* cuerename
Rename files based on a template.
diffstat:
misc/cuetools/DESCR | 10 ++++++++++
misc/cuetools/Makefile | 31 +++++++++++++++++++++++++++++++
misc/cuetools/PLIST | 10 ++++++++++
misc/cuetools/distinfo | 4 ++++
4 files changed, 55 insertions(+), 0 deletions(-)
diffs (71 lines):
diff -r 1610fa67e220 -r 1848fce0c815 misc/cuetools/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/cuetools/DESCR Sat Jan 10 09:47:56 2004 +0000
@@ -0,0 +1,10 @@
+cuetools is a set of utilities for working with cue and toc files.
+It includes the following programs:
+
+* cueconvert
+ Convert between cue and toc formats.
+* cuebreakpoints
+ Output track break points from a cue/toc file, in a format usable by
+ shnsplit (part of the shntool package).
+* cuerename
+ Rename files based on a template.
diff -r 1610fa67e220 -r 1848fce0c815 misc/cuetools/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/cuetools/Makefile Sat Jan 10 09:47:56 2004 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/10 09:47:56 jmmv Exp $
+#
+
+DISTNAME= cuetools-0.4
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cuetools/}
+
+MAINTAINER= jmmv%NetBSD.org@localhost
+HOMEPAGE= http://cuetools.sourceforge.net/
+COMMENT= Set of utilities to manipulate cue and toc files
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= yes
+
+INSTALLATION_DIRS= bin
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/cuebreakpoints ${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/cueconvert ${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/cuerename ${PREFIX}/bin/
+ ${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_DIR} ${PREFIX}/share/examples/cuetools/
+ ${INSTALL_DATA} ${WRKSRC}/EXAMPLE.cuerenamerc \
+ ${PREFIX}/share/examples/cuetools/cuerenamerc
+
+.include "../../mk/bsd.pkg.mk"
diff -r 1610fa67e220 -r 1848fce0c815 misc/cuetools/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/cuetools/PLIST Sat Jan 10 09:47:56 2004 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/10 09:47:56 jmmv Exp $
+bin/cuebreakpoints
+bin/cueconvert
+bin/cuerename
+share/doc/cuetools/README
+share/doc/cuetools/README.formats
+share/doc/cuetools/usage
+share/examples/cuetools/cuerenamerc
+@dirrm share/examples/cuetools
+@dirrm share/doc/cuetools
diff -r 1610fa67e220 -r 1848fce0c815 misc/cuetools/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/cuetools/distinfo Sat Jan 10 09:47:56 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/01/10 09:47:56 jmmv Exp $
+
+SHA1 (cuetools-0.4.tar.gz) = 87dc4948dfa2c22a1514d7de5fd9199e7877d5ac
+Size (cuetools-0.4.tar.gz) = 19762 bytes
Home |
Main Index |
Thread Index |
Old Index