aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>1999-01-03 03:40:28 +0800
committerhoek <hoek@FreeBSD.org>1999-01-03 03:40:28 +0800
commit6444c59c2fcda91abb8ca293858d77b6b535efcc (patch)
tree4ae6934a8a38e57dcf219e34f8f6eeda7f465803 /audio
parent317a6839e9983445c1ea9498a9143fcf87781607 (diff)
downloadfreebsd-ports-gnome-6444c59c2fcda91abb8ca293858d77b6b535efcc.tar.gz
freebsd-ports-gnome-6444c59c2fcda91abb8ca293858d77b6b535efcc.tar.zst
freebsd-ports-gnome-6444c59c2fcda91abb8ca293858d77b6b535efcc.zip
Digital-Audio grabber (output into wav files)
Submitted by: Chia-liang Kao <clkao@CirX.ORG> (ports/9265)
Diffstat (limited to 'audio')
-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