aboutsummaryrefslogtreecommitdiff
path: root/audio/dagrab
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1999-01-02 19:40:28 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1999-01-02 19:40:28 +0000
commit8fc2877af3b95e3f8438c7cb67fa66e026750fd6 (patch)
tree60aa435b73608b4905fc88f9e34fcb516bf5719a /audio/dagrab
parente23b02cddc01b06ec2850461c97b574951fff06c (diff)
downloadports-8fc2877af3b95e3f8438c7cb67fa66e026750fd6.tar.gz
ports-8fc2877af3b95e3f8438c7cb67fa66e026750fd6.zip
Digital-Audio grabber (output into wav files)
Submitted by: Chia-liang Kao <clkao@CirX.ORG> (ports/9265)
Notes
Notes: svn path=/head/; revision=15777
Diffstat (limited to 'audio/dagrab')
-rw-r--r--audio/dagrab/Makefile27
-rw-r--r--audio/dagrab/distinfo2
-rw-r--r--audio/dagrab/pkg-comment1
-rw-r--r--audio/dagrab/pkg-descr2
-rw-r--r--audio/dagrab/pkg-plist1
5 files changed, 33 insertions, 0 deletions
diff --git a/audio/dagrab/Makefile b/audio/dagrab/Makefile
new file mode 100644
index 000000000000..82b1da1e6dde
--- /dev/null
+++ b/audio/dagrab/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: dagrab
+# Version required: 0.3
+# Date created: 2nd, Jan 1999
+# Whom: Chia-liang Kao <clkao@CirX.ORG>
+#
+# $Id$
+#
+
+DISTNAME= dagrab-0.3
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= apps/sound/cdrom
+
+PATCH_SITES= http://ken.csie.ntu.edu.tw/~clkao/
+PATCHFILES= dagrab-freebsd.patch.gz
+
+MAINTAINER= clkao@CirX.ORG
+
+USE_GMAKE= yes
+
+MAN1= dagrab.1
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/dagrab ${PREFIX}/bin/dagrab
+ @${INSTALL_MAN} ${WRKSRC}/dagrab.1 ${MANPREFIX}/man/man1/dagrab.1
+
+.include <bsd.port.mk>
diff --git a/audio/dagrab/distinfo b/audio/dagrab/distinfo
new file mode 100644
index 000000000000..97f7d37c4974
--- /dev/null
+++ b/audio/dagrab/distinfo
@@ -0,0 +1,2 @@
+MD5 (dagrab-0.3.tar.gz) = 5c7c7fb5e29bf2042f769d621a01d6d2
+MD5 (dagrab-freebsd.patch.gz) = 455f1852402610954617042bc1b41c6d
diff --git a/audio/dagrab/pkg-comment b/audio/dagrab/pkg-comment
new file mode 100644
index 000000000000..4045f7328c9f
--- /dev/null
+++ b/audio/dagrab/pkg-comment
@@ -0,0 +1 @@
+Read audio tracks from a CD into wav sound files.
diff --git a/audio/dagrab/pkg-descr b/audio/dagrab/pkg-descr
new file mode 100644
index 000000000000..b12e68b2f8b3
--- /dev/null
+++ b/audio/dagrab/pkg-descr
@@ -0,0 +1,2 @@
+DAGRAB is a program for reading audio tracks from a CD into wav sound
+files. An IDE CD-rom drive that supports digital audio is required.
diff --git a/audio/dagrab/pkg-plist b/audio/dagrab/pkg-plist
new file mode 100644
index 000000000000..da06db0a628f
--- /dev/null
+++ b/audio/dagrab/pkg-plist
@@ -0,0 +1 @@
+bin/dagrab