summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-02 06:46:47 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-02 06:46:47 +0000
commit7fece56865ac45089774e3b38588000f3ff96fb0 (patch)
treeec98fa03ae9f6c487fdfafc6b69753063ea2a874 /audio
parentGNU Findutils: (diff)
Add cd2mp3, an easy-to-use perl UI to assist in ripping MP3s using dagrab
and bladeenc. PR: 15886 Submitted by: Jamie Heckford <jamie@jamiesdomain.co.uk>
Notes
Notes: svn path=/head/; revision=29090
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/cd2mp3/Makefile29
-rw-r--r--audio/cd2mp3/distinfo1
-rw-r--r--audio/cd2mp3/pkg-comment1
-rw-r--r--audio/cd2mp3/pkg-descr14
-rw-r--r--audio/cd2mp3/pkg-plist3
6 files changed, 49 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 94fad91883ac..774f6b4718dc 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -8,6 +8,7 @@
SUBDIR += bladeenc
SUBDIR += cam
SUBDIR += cd-console
+ SUBDIR += cd2mp3
SUBDIR += cdd
SUBDIR += cdindex
SUBDIR += cdplay
diff --git a/audio/cd2mp3/Makefile b/audio/cd2mp3/Makefile
new file mode 100644
index 000000000000..7ea8cf902238
--- /dev/null
+++ b/audio/cd2mp3/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: cd2mp3
+# Date created: 4 January 2000
+# Whom: Jamie Heckford <jamie@jamiesdomain.co.uk>
+#
+# $FreeBSD$
+#
+
+PORTNAME= cd2mp3
+PORTVERSION= 1.1
+CATEGORIES= audio
+MASTER_SITES= ftp://ukug.uk.freebsd.org/pub/kandy/cd2mp3/${PORTVERSION}/
+MASTER_SITE_SUBDIR= ${PORTVERSION}
+
+MAINTAINER= jamie@jamiesdomain.co.uk
+
+RUN_DEPENDS= bladeenc:${PORTSDIR}/audio/bladeenc/ \
+ dagrab:${PORTSDIR}/audio/dagrab
+
+NO_BUILD= yes
+WRKSRC= ${WRKDIR}/cd2mp3
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/cd2mp3 ${PREFIX}/bin/cd2mp3
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/cd2mp3
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/cd2mp3/README
+.endif
+
+.include <bsd.port.mk>
diff --git a/audio/cd2mp3/distinfo b/audio/cd2mp3/distinfo
new file mode 100644
index 000000000000..1a58f95b6f96
--- /dev/null
+++ b/audio/cd2mp3/distinfo
@@ -0,0 +1 @@
+MD5 (cd2mp3-1.1.tar.gz) = 2e63c95c79b6cfbad95cabb3e42c5b01
diff --git a/audio/cd2mp3/pkg-comment b/audio/cd2mp3/pkg-comment
new file mode 100644
index 000000000000..a1133e82db94
--- /dev/null
+++ b/audio/cd2mp3/pkg-comment
@@ -0,0 +1 @@
+Easy to use MP3 Creator
diff --git a/audio/cd2mp3/pkg-descr b/audio/cd2mp3/pkg-descr
new file mode 100644
index 000000000000..c0a9b2e8805d
--- /dev/null
+++ b/audio/cd2mp3/pkg-descr
@@ -0,0 +1,14 @@
+This port makes mp3 creation easy, by ripping tracks from
+CD to WAV files and Encoding them to mp3 automatically.
+
+It is basically a front-end (but VERY easy to use) to
+dagrab and bladeenc, which must be installed in your
+path.
+
+These programs and further documentation are available
+from the website.
+
+WWW: http://ukug.uk.freebsd.org/~kandy/
+
+- Jamie Heckford
+jamie@jamiesdomain.co.uk
diff --git a/audio/cd2mp3/pkg-plist b/audio/cd2mp3/pkg-plist
new file mode 100644
index 000000000000..6951f24c2acb
--- /dev/null
+++ b/audio/cd2mp3/pkg-plist
@@ -0,0 +1,3 @@
+bin/cd2mp3
+share/cd2mp3/README
+@dirrm share/cd2mp3