summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-06-15 12:01:14 +0000
committeragc <agc@pkgsrc.org>1998-06-15 12:01:14 +0000
commitb1ffbc57d4a6412f09e7d3dd0f5cb63cd495d94c (patch)
tree66068f90652f887d2873f5a35d78dc13cd8b36cd /audio
parent94216426d2cfae4b92e84f7dcae4673a943e184a (diff)
downloadpkgsrc-b1ffbc57d4a6412f09e7d3dd0f5cb63cd495d94c.tar.gz
Delete non-functional package. Fixes PR 4919, from Jaromir Dolecek.
Diffstat (limited to 'audio')
-rw-r--r--audio/xcd/Makefile17
-rw-r--r--audio/xcd/files/md51
-rw-r--r--audio/xcd/patches/patch-aa49
-rw-r--r--audio/xcd/pkg/COMMENT1
-rw-r--r--audio/xcd/pkg/DESCR10
-rw-r--r--audio/xcd/pkg/PLIST22
-rw-r--r--audio/xcd/scripts/configure15
7 files changed, 0 insertions, 115 deletions
diff --git a/audio/xcd/Makefile b/audio/xcd/Makefile
deleted file mode 100644
index e62c72a6c65..00000000000
--- a/audio/xcd/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.6 1998/04/24 09:20:33 agc Exp $
-# FreeBSD Id: Makefile,v 1.18 1997/10/08 13:10:20 jmz Exp
-#
-
-DISTNAME= xcd-1.6
-CATEGORIES= audio tk80
-MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
-
-MAINTAINER= packages@netbsd.org
-
-RUN_DEPENDS= wish8.0:../../x11/tk80
-DEPENDS+= tk-8.0p2:../../x11/tk80
-
-WRKSRC= ${WRKDIR}/xcd
-MAN1= cdplayer.1 xcd.1
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/audio/xcd/files/md5 b/audio/xcd/files/md5
deleted file mode 100644
index a7b743ded0a..00000000000
--- a/audio/xcd/files/md5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (xcd-1.6.tar.gz) = 718427360102e84af3df3e37478623ce
diff --git a/audio/xcd/patches/patch-aa b/audio/xcd/patches/patch-aa
deleted file mode 100644
index a623d34867e..00000000000
--- a/audio/xcd/patches/patch-aa
+++ /dev/null
@@ -1,49 +0,0 @@
-diff -c ../../work/xcd/Makefile ./Makefile
-*** ../../work/xcd/Makefile Mon Feb 9 23:16:59 1998
---- ./Makefile Mon Feb 9 23:19:02 1998
-***************
-*** 5,10 ****
---- 5,11 ----
- all: cdplayer xcd
- xcd: xcd.in
- sed -e s?CDPLAYER?$(BINDIR)/cdplayer? -e s?BITMAPDIR?$(CDDIR)? \
-+ -e s?WISH?$(BINDIR)/wish8.0? \
- < xcd.in > $@
- chmod ugo+x xcd
- cdplayer: cdplayer.c
-Common subdirectories: ../../work/xcd/bitmaps and ./bitmaps
-Binary files ../../work/xcd/cdplayer and ./cdplayer differ
-diff -c ../../work/xcd/cdplayer.c ./cdplayer.c
-*** ../../work/xcd/cdplayer.c Sun Oct 1 03:01:07 1995
---- ./cdplayer.c Mon Feb 9 22:30:42 1998
-***************
-*** 6,12 ****
- #include <sys/cdio.h>
- #include <sys/ioctl.h>
-
-! #define DEVICE "/dev/rcd0c"
-
- #define command(s) strncmp(cmd,s,strlen(s))==0
-
---- 6,12 ----
- #include <sys/cdio.h>
- #include <sys/ioctl.h>
-
-! #define DEVICE "/dev/rcd0d"
-
- #define command(s) strncmp(cmd,s,strlen(s))==0
-
-diff -c ../../work/xcd/xcd.in ./xcd.in
-*** ../../work/xcd/xcd.in Mon Feb 9 23:16:59 1998
---- ./xcd.in Mon Feb 9 23:19:19 1998
-***************
-*** 1,4 ****
-! #!/usr/local/bin/wish4.1 -f
- # -*- tcl -*-
-
- # Copyright (C) 1994 by Jean-Marc Zucconi (jmz@cabri.obs-besancon.fr)
---- 1,4 ----
-! #!WISH -f
- # -*- tcl -*-
-
- # Copyright (C) 1994 by Jean-Marc Zucconi (jmz@cabri.obs-besancon.fr)
diff --git a/audio/xcd/pkg/COMMENT b/audio/xcd/pkg/COMMENT
deleted file mode 100644
index 671a4b3d427..00000000000
--- a/audio/xcd/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-A Tcl/Tk CD player.
diff --git a/audio/xcd/pkg/DESCR b/audio/xcd/pkg/DESCR
deleted file mode 100644
index a05075ed0f7..00000000000
--- a/audio/xcd/pkg/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-Xcd is a simple GUI to control a CD player. It requires Tcl/Tk to be
-installed on your system.
-Xcd has the usual buttons to control a CD player: "play",
-"pause/resume", "stop", "eject", "next track", "previous track",
-"rewind", "forward" and a volume slider. Xcd displays continuously the
-current track number and the elapsed time of the track. Pressing the
-left mouse button on the "track" label causes Xcd to display the total
-number of the tracks and the total duration of the disk. Pressing the
-left mouse button on the "time" label causes xcd to display the
-duration of the current track.
diff --git a/audio/xcd/pkg/PLIST b/audio/xcd/pkg/PLIST
deleted file mode 100644
index b794407918a..00000000000
--- a/audio/xcd/pkg/PLIST
+++ /dev/null
@@ -1,22 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 1998/02/28 20:27:12 frueauf Exp $
-bin/cdplayer
-bin/xcd
-lib/xcd/eject.xbm
-lib/xcd/eject_s.xbm
-lib/xcd/ff.xbm
-lib/xcd/ff_s.xbm
-lib/xcd/next.xbm
-lib/xcd/next_s.xbm
-lib/xcd/pause.xbm
-lib/xcd/pause_s.xbm
-lib/xcd/play.xbm
-lib/xcd/play_s.xbm
-lib/xcd/prev.xbm
-lib/xcd/prev_s.xbm
-lib/xcd/rewind.xbm
-lib/xcd/rewind_s.xbm
-lib/xcd/stop.xbm
-lib/xcd/stop_s.xbm
-man/man1/cdplayer.1.gz
-man/man1/xcd.1.gz
-@dirrm lib/xcd
diff --git a/audio/xcd/scripts/configure b/audio/xcd/scripts/configure
deleted file mode 100644
index d2d74e8a2f9..00000000000
--- a/audio/xcd/scripts/configure
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-cd $WRKSRC || exit 1;
-
-cat >> Makefile << END
-
-BINDIR = $PREFIX/bin
-CDDIR = $PREFIX/lib/xcd
-MANDIR = $PREFIX/man/man1
-
-END
-
-mv xcd.in xcd.in~
-sed -e 's/wish4\.1/wish8.0/' < xcd.in~ > xcd.in
-exit 0;