summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorthorpej <thorpej>1998-07-16 22:57:14 +0000
committerthorpej <thorpej>1998-07-16 22:57:14 +0000
commitd0b7e7a50978df600fa9baaee48790177997b212 (patch)
treebf4b16fa0499bf68b58c2e7fdd22229f4f384fe1 /audio
parent8c7f0d71d4a22f8f94853727afc854a270a98afc (diff)
downloadpkgsrc-d0b7e7a50978df600fa9baaee48790177997b212.tar.gz
Add a `cdd' package. CDD isn't maintained by the author anymore, so
we're using `cdd-1.0myc2', mycroft's hacked up version that works w/ ATAPI CD-ROMs, too.
Diffstat (limited to 'audio')
-rw-r--r--audio/cdd/Makefile15
-rw-r--r--audio/cdd/files/md51
-rw-r--r--audio/cdd/patches/patch-aa19
-rw-r--r--audio/cdd/pkg/COMMENT1
-rw-r--r--audio/cdd/pkg/DESCR6
-rw-r--r--audio/cdd/pkg/PLIST3
6 files changed, 45 insertions, 0 deletions
diff --git a/audio/cdd/Makefile b/audio/cdd/Makefile
new file mode 100644
index 00000000000..24a98fc0836
--- /dev/null
+++ b/audio/cdd/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 1998/07/16 22:57:14 thorpej Exp $
+
+DISTNAME= cdd-1.0myc2
+PKGNAME= cdd-1.0myc2
+WRKSRC= ${WRKDIR}/cdd
+CATEGORIES= audio
+MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/
+
+MAINTAINER= thorpej@netbsd.org
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/cdd ${PREFIX}/bin
+ @${INSTALL_PROGRAM} ${WRKSRC}/stripzeros ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/cdd/files/md5 b/audio/cdd/files/md5
new file mode 100644
index 00000000000..084d0d69807
--- /dev/null
+++ b/audio/cdd/files/md5
@@ -0,0 +1 @@
+MD5 (cdd-1.0myc2.tar.gz) = 26e5cd38a4f232b2180db50765c1b3be
diff --git a/audio/cdd/patches/patch-aa b/audio/cdd/patches/patch-aa
new file mode 100644
index 00000000000..9a287975f49
--- /dev/null
+++ b/audio/cdd/patches/patch-aa
@@ -0,0 +1,19 @@
+--- Makefile.orig Thu Jul 16 14:23:29 1998
++++ Makefile Thu Jul 16 14:25:55 1998
+@@ -14,9 +14,15 @@
+
+ STRIPZEROS_OBJECTS = stripzeros.o
+
+-all: cdd pcmplay stripzeros
++all: scsilib stlib cdd pcmplay stripzeros
+
+ $(CDD_OBJECTS): cdd.h
++
++scsilib:
++ cd libscsi; make
++
++stlib:
++ cd st; make
+
+ pcmplay: $(PCMPLAY_OBJECTS)
+ $(CC) $(CFLAGS) -o $@ $(PCMPLAY_OBJECTS) $(LDFLAGS) -lossaudio
diff --git a/audio/cdd/pkg/COMMENT b/audio/cdd/pkg/COMMENT
new file mode 100644
index 00000000000..3005f915f34
--- /dev/null
+++ b/audio/cdd/pkg/COMMENT
@@ -0,0 +1 @@
+Another program for reading CD digital audio from SCSI or ATAPI CD-ROM drives.
diff --git a/audio/cdd/pkg/DESCR b/audio/cdd/pkg/DESCR
new file mode 100644
index 00000000000..009c63c0f78
--- /dev/null
+++ b/audio/cdd/pkg/DESCR
@@ -0,0 +1,6 @@
+CDD is as the name implies, an attempt at a DD utility for CD's of all
+flavors. CDD will do its best to copy CD audio data, CD-ROM data in both
+raw and "cooked" forms to a directory of the users choice.
+
+CDD doesn't support every CD-ROM drive, though it supports many common
+ones, including those that support the new MMC command set.
diff --git a/audio/cdd/pkg/PLIST b/audio/cdd/pkg/PLIST
new file mode 100644
index 00000000000..858ebe30dc0
--- /dev/null
+++ b/audio/cdd/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 1998/07/16 22:57:15 thorpej Exp $
+bin/cdd
+bin/stripzeros