summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authortron <tron>2001-09-19 13:02:39 +0000
committertron <tron>2001-09-19 13:02:39 +0000
commit2b2d944eac96ae4a70f3510883b146c67ef2946c (patch)
treef576f59114b09dc5bed6ad574357aa4182332c6a /audio
parent1b26103c5f5e171c96484f8ffa96fe80ca154622 (diff)
downloadpkgsrc-2b2d944eac96ae4a70f3510883b146c67ef2946c.tar.gz
Remobe "nbc-vbi" package which is useless after R@dio MP3 has stopped
broad casting.
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile3
-rw-r--r--audio/nbc-vbi/Makefile24
-rw-r--r--audio/nbc-vbi/distinfo8
-rw-r--r--audio/nbc-vbi/patches/patch-aa22
-rw-r--r--audio/nbc-vbi/patches/patch-ab18
-rw-r--r--audio/nbc-vbi/patches/patch-ac16
-rw-r--r--audio/nbc-vbi/patches/patch-ad38
-rw-r--r--audio/nbc-vbi/pkg/DESCR2
-rw-r--r--audio/nbc-vbi/pkg/PLIST4
9 files changed, 1 insertions, 134 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 61997d4829e..8295bf2a338 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.114 2001/08/18 05:02:42 hubertf Exp $
+# $NetBSD: Makefile,v 1.115 2001/09/19 13:02:39 tron Exp $
#
COMMENT= Audio tools
@@ -94,7 +94,6 @@ SUBDIR+= mp3to
SUBDIR+= mpg123
SUBDIR+= musicbox
SUBDIR+= nas
-SUBDIR+= nbc-vbi
SUBDIR+= normalize
SUBDIR+= nspmod
SUBDIR+= p5-Audio-CD-disc-cover
diff --git a/audio/nbc-vbi/Makefile b/audio/nbc-vbi/Makefile
deleted file mode 100644
index 9ef989e4acd..00000000000
--- a/audio/nbc-vbi/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/04/22 08:19:54 tron Exp $
-
-DISTNAME= nbc-vbi-0.32
-CATEGORIES= audio
-MASTER_SITES= http://kaot.1a.org/download/
-EXTRACT_SUFX= -Source.tgz
-
-MAINTAINER= tron@netbsd.org
-HOMEPAGE= http://infoworld.wakka.de/linux/nbc-vbi.html
-COMMENT= Client for r@dio.mp3 broadcast service
-
-ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-* \
- NetBSD-1.5_ALPHA-* NetBSD-1.[5-9]*-*
-
-USE_GMAKE= YES
-
-WRKSRC= ${WRKDIR}/nbc-vbi-src-0.32
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/nbc-vbi ${PREFIX}/bin
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nbc-vbi
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nbc-vbi
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/audio/nbc-vbi/distinfo b/audio/nbc-vbi/distinfo
deleted file mode 100644
index cb18a211522..00000000000
--- a/audio/nbc-vbi/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.4 2001/04/23 17:28:17 tron Exp $
-
-SHA1 (nbc-vbi-0.32-Source.tgz) = 97494878d782c150185e07dc294f4315c0914393
-Size (nbc-vbi-0.32-Source.tgz) = 25206 bytes
-SHA1 (patch-aa) = d213cf28cb215983c8399bf542eaea575bb73f13
-SHA1 (patch-ab) = cb7dd5e9c1006e8f0ce9971d8c2419d832289c11
-SHA1 (patch-ac) = 5b18c6d8d26df6daabc7409db61776bb96d2b227
-SHA1 (patch-ad) = 0fc8a360a59dc63245650ca3c41e7cd7a961e67a
diff --git a/audio/nbc-vbi/patches/patch-aa b/audio/nbc-vbi/patches/patch-aa
deleted file mode 100644
index 8f3d1ccf26b..00000000000
--- a/audio/nbc-vbi/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2001/04/22 09:59:33 tron Exp $
-
---- Makefile.orig Sun Oct 29 14:03:25 2000
-+++ Makefile Sun Apr 22 11:55:45 2001
-@@ -2,7 +2,7 @@
- MP3DIR=mp3
- COVERDIR=covers
- GARBAGEDIR=garbage
--CFLAGS=-Wall -g -O2
-+CFLAGS+=-Wall
- CC=gcc
-
- # comment out when you want to use id3v1.1
-@@ -22,7 +22,7 @@
-
- bin/nbc-vbi: $(OBJS)
- $(CC) $(STATIC) $(LFLAGS) $(OBJS) -o $@ $(LIBS)
-- strip $@
-+# strip $@
-
-
- install: bin/nbc-vbi
diff --git a/audio/nbc-vbi/patches/patch-ab b/audio/nbc-vbi/patches/patch-ab
deleted file mode 100644
index d1d1442cdf4..00000000000
--- a/audio/nbc-vbi/patches/patch-ab
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2001/04/22 09:59:33 tron Exp $
-
---- src/global.h.orig Sun Oct 29 15:21:19 2000
-+++ src/global.h Sun Apr 22 11:57:49 2001
-@@ -16,9 +16,11 @@
- #include <unistd.h>
-
-
--#include <linux/ioctl.h>
--#include <linux/types.h>
-+#include <sys/ioctl.h>
-+#include <sys/types.h>
-+#ifdef __linux__
- #include <linux/videodev.h>
-+#endif
-
- #include <sys/ioctl.h>
- #include <sys/mman.h>
diff --git a/audio/nbc-vbi/patches/patch-ac b/audio/nbc-vbi/patches/patch-ac
deleted file mode 100644
index 460d0e23c8e..00000000000
--- a/audio/nbc-vbi/patches/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2001/04/22 09:59:33 tron Exp $
-
---- src/config.h.orig Sun Oct 29 13:52:41 2000
-+++ src/config.h Sun Apr 22 11:57:04 2001
-@@ -18,7 +18,11 @@
- #define D_FILTERFILE "filter" // Name of the filterfile
- #define D_GARBAGEPATH "garbage/" // Default place to save html/gif etc
- #define D_CONFIGFILE "nbc-vbi.conf" // Default config file
-+#ifdef __linux__
- #define D_DEVICE "/dev/vbi0" // Default device to read from
-+#else
-+#define D_DEVICE "/dev/vbi" // Default device to read from
-+#endif
- #define D_FILTERING 1 // Do Filtering as default
- #define D_MINMP3SIZE 0 // Minimal MP3 Size in KB
- #define D_MAXERRORS -1 // maximal errors an MP3 file may have
diff --git a/audio/nbc-vbi/patches/patch-ad b/audio/nbc-vbi/patches/patch-ad
deleted file mode 100644
index 715f16c3d33..00000000000
--- a/audio/nbc-vbi/patches/patch-ad
+++ /dev/null
@@ -1,38 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2001/04/23 17:28:18 tron Exp $
-
---- src/nbc-vbi.c.orig Sat Nov 11 10:12:22 2000
-+++ src/nbc-vbi.c Mon Apr 23 19:24:29 2001
-@@ -284,7 +284,7 @@
- }
- fclose(fp);
- ptr = 0x0; //finish buffer with double zero
-- realloc(filter, filtersize + 1);
-+ filter = realloc(filter, filtersize + 1);
- return (1);
- }
-
-@@ -544,6 +544,7 @@
- mp3.received = 0;
- mp3.playlist = 1;
- free(mp3.plptr); // free old playlist
-+ mp3.plptr = NULL;
- }
-
- if (mp3.size != 0) // dont write very first file
-@@ -662,7 +663,6 @@
- {
- memset(mp3.plentry, 0, 20 * sizeof(char *));
- mp3.plptr = (char *) malloc(TMPSIZE); // alloc mem for pl
-- memset(mp3.plptr, 0, TMPSIZE);
- memcpy(mp3.plptr, data, TMPSIZE);
- ptr = mp3.plptr;
-
-@@ -678,7 +678,7 @@
- }
-
-
-- realloc(mp3.plptr, plsize); // adjust its size
-+ mp3.plptr = realloc(mp3.plptr, plsize); // adjust its size
- print_playlist(mp3.plentry);
-
- memset(mp3.filename, 0, 256);
diff --git a/audio/nbc-vbi/pkg/DESCR b/audio/nbc-vbi/pkg/DESCR
deleted file mode 100644
index 2672d3762f7..00000000000
--- a/audio/nbc-vbi/pkg/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Client for r@dio.mp3 broadcast service (see "http://www.radiomp3.de/")
-which can receive and save covers and MP3 files.
diff --git a/audio/nbc-vbi/pkg/PLIST b/audio/nbc-vbi/pkg/PLIST
deleted file mode 100644
index 7b481c545f6..00000000000
--- a/audio/nbc-vbi/pkg/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/22 08:19:54 tron Exp $
-bin/nbc-vbi
-share/doc/nbc-vbi/README
-@dirrm share/doc/nbc-vbi