summaryrefslogtreecommitdiff
path: root/audio/cdd
diff options
context:
space:
mode:
Diffstat (limited to 'audio/cdd')
-rw-r--r--audio/cdd/DESCR6
-rw-r--r--audio/cdd/Makefile23
-rw-r--r--audio/cdd/PLIST3
-rw-r--r--audio/cdd/distinfo10
-rw-r--r--audio/cdd/patches/patch-aa13
-rw-r--r--audio/cdd/patches/patch-ab15
-rw-r--r--audio/cdd/patches/patch-ac13
-rw-r--r--audio/cdd/patches/patch-ad13
-rw-r--r--audio/cdd/patches/patch-ae13
9 files changed, 0 insertions, 109 deletions
diff --git a/audio/cdd/DESCR b/audio/cdd/DESCR
deleted file mode 100644
index 009c63c0f78..00000000000
--- a/audio/cdd/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-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/Makefile b/audio/cdd/Makefile
deleted file mode 100644
index 75e2e95751b..00000000000
--- a/audio/cdd/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.14 2006/05/11 10:07:58 rillig Exp $
-
-DISTNAME= cdd-1.0nb3
-CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-
-MAINTAINER= thorpej@NetBSD.org
-COMMENT= Program for reading CD audio from SCSI/ATAPI CD-ROM drives
-
-.include "../../mk/bsd.prefs.mk"
-
-.if defined(CDDCPPFLAGS)
-MAKE_ENV+= CDDCPPFLAGS=${CDDCPPFLAGS:Q}
-.endif
-
-INSTALLATION_DIRS= bin
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/cdd ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/stripzeros ${PREFIX}/bin
-
-.include "../../devel/libscsi/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/audio/cdd/PLIST b/audio/cdd/PLIST
deleted file mode 100644
index a328e06c70c..00000000000
--- a/audio/cdd/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:15:24 zuntum Exp $
-bin/cdd
-bin/stripzeros
diff --git a/audio/cdd/distinfo b/audio/cdd/distinfo
deleted file mode 100644
index b85fce3a383..00000000000
--- a/audio/cdd/distinfo
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: distinfo,v 1.7 2005/02/23 20:39:43 agc Exp $
-
-SHA1 (cdd-1.0nb3.tar.gz) = 333323444571f463501c206f9d9fd7dde09d12a6
-RMD160 (cdd-1.0nb3.tar.gz) = 052cec366dbadde0c2de0f61a2d7a004cdf35a23
-Size (cdd-1.0nb3.tar.gz) = 48699 bytes
-SHA1 (patch-aa) = ab0188fe827c25a0c13c2af4a2b2f4806ac096bb
-SHA1 (patch-ab) = e126697b7ecc8a1d03fcc9db9d12d5667e3b787c
-SHA1 (patch-ac) = 39c609ac477981948f5f6822e188b52cd87d6489
-SHA1 (patch-ad) = 366d863c01f38056ef636a1f5e14632236d7fb77
-SHA1 (patch-ae) = fe2de6aa637a2832c066eb38f02fb9d438c1b78b
diff --git a/audio/cdd/patches/patch-aa b/audio/cdd/patches/patch-aa
deleted file mode 100644
index 5231b60cfac..00000000000
--- a/audio/cdd/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.7 2004/11/28 23:02:26 simonb Exp $
-
---- cdd_cddb.c.orig Thu Jun 26 03:29:21 1997
-+++ cdd_cddb.c
-@@ -49,7 +49,7 @@
- #include "st.h"
-
- #define NETBUFSIZ 256;
--#define CDDB_SERVER "cddb.sonic.net"
-+#define CDDB_SERVER "freedb.freedb.org"
- #define CDDB_PORT 888
- #define CDDB_TIMEOUT 30
-
diff --git a/audio/cdd/patches/patch-ab b/audio/cdd/patches/patch-ab
deleted file mode 100644
index c2bb31ba16d..00000000000
--- a/audio/cdd/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2002/07/19 04:18:25 mycroft Exp $
-
---- st/stdriver.c.orig Tue Jun 24 19:46:28 1997
-+++ st/stdriver.c Fri Jul 19 04:10:44 2002
-@@ -607,8 +607,8 @@
- int st_read(SOCK *entry, int timeout)
- {
- int ret; /* Generic return variable */
--long starttime;
--long endtime;
-+time_t starttime;
-+time_t endtime;
- static struct timeval read_timer; /* Timeout struct for select */
- static fd_set local_readfds; /* Socket bit sets for select */
-
diff --git a/audio/cdd/patches/patch-ac b/audio/cdd/patches/patch-ac
deleted file mode 100644
index d8db43958a8..00000000000
--- a/audio/cdd/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2002/07/19 04:18:25 mycroft Exp $
-
---- cdd_cddb.c.orig Fri Jul 19 04:09:28 2002
-+++ cdd_cddb.c Fri Jul 19 04:13:25 2002
-@@ -63,7 +63,7 @@
- int count;
- int ret;
- int track;
--long discid;
-+unsigned int discid;
-
- for(count=0;count<toc->numentries;count++)
- {
diff --git a/audio/cdd/patches/patch-ad b/audio/cdd/patches/patch-ad
deleted file mode 100644
index 6ee051ebe00..00000000000
--- a/audio/cdd/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.8 2002/07/19 04:18:40 mycroft Exp $
-
---- cdd_cdcmds.c.orig Sat Jan 6 06:29:43 2001
-+++ cdd_cdcmds.c Fri Jul 19 04:15:28 2002
-@@ -356,7 +356,7 @@
- return (F_dtable[F_pte].end_cdda_func)(scsifd);
- }
-
--int unsupported(void)
-+int unsupported()
- {
- cdd_printf("This operation is not supported on this device!\n");
-
diff --git a/audio/cdd/patches/patch-ae b/audio/cdd/patches/patch-ae
deleted file mode 100644
index 74617fd1b2e..00000000000
--- a/audio/cdd/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2002/07/19 04:18:40 mycroft Exp $
-
---- cdd_cdcmds.h.orig Tue Feb 20 21:57:29 1996
-+++ cdd_cdcmds.h Fri Jul 19 04:15:16 2002
-@@ -57,7 +57,7 @@
-
- void doinquiry(int scsifd);
-
--int unsupported(void);
-+int unsupported();
- int getcdtoc(int scsifd, CDTOC *cdtoc);
- int cd_setblocksize(int scsifd, int bytessec);
- int cddaread(char *buffer, int startlba, int blocksize,