summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-09-30 14:29:30 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-09-30 14:29:30 +0000
commit10196634c9995649793f4664470763748041bfaf (patch)
tree53e763ce7c1b476dd86257def1c2b3e7c334c88c /audio
parentadd pkg_cutleaves-20030727 (diff)
Add cue2toc 0.0, perl script that converts CUE files into TOC
files for cdrdao.
Notes
Notes: svn path=/head/; revision=89900
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/cue2toc/Makefile27
-rw-r--r--audio/cue2toc/distinfo1
-rw-r--r--audio/cue2toc/pkg-descr4
-rw-r--r--audio/cue2toc/pkg-plist1
5 files changed, 34 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 5a0aa2970cb0..205497e3fd93 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -48,6 +48,7 @@
SUBDIR += crip
SUBDIR += csound
SUBDIR += csound-manual
+ SUBDIR += cue2toc
SUBDIR += cymbaline
SUBDIR += dagrab
SUBDIR += dap
diff --git a/audio/cue2toc/Makefile b/audio/cue2toc/Makefile
new file mode 100644
index 000000000000..bbaa99061a3f
--- /dev/null
+++ b/audio/cue2toc/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: cue2toc
+# Date created: 24th September 2003
+# Whom: Pav Lucistnik <pav@oook.cz>
+#
+# $FreeBSD$
+#
+
+PORTNAME= cue2toc
+PORTVERSION= 0.0
+CATEGORIES= audio perl5
+MASTER_SITES= http://www.tuxcoder.com/cue2toc/download/
+
+MAINTAINER= pav@oook.cz
+COMMENT= Perl script that converts CUE files into TOC files for cdrdao
+
+RUN_DEPENDS= ${SITE_PERL}/Audio/Wav.pm:${PORTSDIR}/audio/p5-Audio-Wav
+
+NO_BUILD= yes
+USE_REINPLACE= yes
+
+pre-patch:
+ @${REINPLACE_CMD} -e 's|use warnings;||' ${WRKSRC}/cue2toc
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/cue2toc ${PREFIX}/bin/cue2toc
+
+.include <bsd.port.mk>
diff --git a/audio/cue2toc/distinfo b/audio/cue2toc/distinfo
new file mode 100644
index 000000000000..3d2d9fea170d
--- /dev/null
+++ b/audio/cue2toc/distinfo
@@ -0,0 +1 @@
+MD5 (cue2toc-0.0.tar.gz) = a36f42552440963a35c6ce265d635205
diff --git a/audio/cue2toc/pkg-descr b/audio/cue2toc/pkg-descr
new file mode 100644
index 000000000000..3cb9f118a8af
--- /dev/null
+++ b/audio/cue2toc/pkg-descr
@@ -0,0 +1,4 @@
+Cue2Toc is a perl script that will convert CUE file into a cdrdao TOC file.
+The script can handle audio CUE files only.
+
+WWW: http://www.tuxcoder.com/cue2toc/
diff --git a/audio/cue2toc/pkg-plist b/audio/cue2toc/pkg-plist
new file mode 100644
index 000000000000..c1b0bfd4c5e4
--- /dev/null
+++ b/audio/cue2toc/pkg-plist
@@ -0,0 +1 @@
+bin/cue2toc