diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-01-10 09:47:56 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-01-10 09:47:56 +0000 |
commit | e61b9441ebdaf0fe8720316cb859b6d785f404ad (patch) | |
tree | f1df80f9c5200d785cfb258dddec5dd3d1f49c99 /misc/cuetools | |
parent | fb61fa4f8207898b2a0cfbb8aa361601f3439367 (diff) | |
download | pkgsrc-e61b9441ebdaf0fe8720316cb859b6d785f404ad.tar.gz |
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 (limited to 'misc/cuetools')
-rw-r--r-- | misc/cuetools/DESCR | 10 | ||||
-rw-r--r-- | misc/cuetools/Makefile | 31 | ||||
-rw-r--r-- | misc/cuetools/PLIST | 10 | ||||
-rw-r--r-- | misc/cuetools/distinfo | 4 |
4 files changed, 55 insertions, 0 deletions
diff --git a/misc/cuetools/DESCR b/misc/cuetools/DESCR new file mode 100644 index 00000000000..e4cd368a276 --- /dev/null +++ b/misc/cuetools/DESCR @@ -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 --git a/misc/cuetools/Makefile b/misc/cuetools/Makefile new file mode 100644 index 00000000000..31ecc6aea2f --- /dev/null +++ b/misc/cuetools/Makefile @@ -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 +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 --git a/misc/cuetools/PLIST b/misc/cuetools/PLIST new file mode 100644 index 00000000000..ecec9a5a888 --- /dev/null +++ b/misc/cuetools/PLIST @@ -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 --git a/misc/cuetools/distinfo b/misc/cuetools/distinfo new file mode 100644 index 00000000000..2c0b4f52993 --- /dev/null +++ b/misc/cuetools/distinfo @@ -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 |