aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--audio/Makefile1
-rw-r--r--audio/replay/Makefile55
-rw-r--r--audio/replay/distinfo2
-rw-r--r--audio/replay/files/patch-aa10
-rw-r--r--audio/replay/files/patch-ab40
-rw-r--r--audio/replay/files/patch-ac11
-rw-r--r--audio/replay/files/patch-ad12
-rw-r--r--audio/replay/files/patch-ae37
-rw-r--r--audio/replay/pkg-descr19
10 files changed, 1 insertions, 187 deletions
diff --git a/MOVED b/MOVED
index de91b1032738..c9f38cb458b7 100644
--- a/MOVED
+++ b/MOVED
@@ -1649,3 +1649,4 @@ devel/libpreps|devel/prepstools|2005-10-13|project was renamed
games/q3-paks|games/quake3-data|2005-10-16|sync name with other data ports
games/linux-q3ademo|games/linux-quake3-demo|2005-10-16|sync name with other Quake ports
net/evaq|net/eva|2005-10-16|project was renamed
+audio/replay||2005-10-17|no longer on sunsite, home page gone
diff --git a/audio/Makefile b/audio/Makefile
index 9066c1c28d15..329d59670124 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -401,7 +401,6 @@
SUBDIR += raproxy
SUBDIR += rawrec
SUBDIR += rbscrobbler
- SUBDIR += replay
SUBDIR += resid
SUBDIR += rexima
SUBDIR += rezound
diff --git a/audio/replay/Makefile b/audio/replay/Makefile
deleted file mode 100644
index e2d606527dd4..000000000000
--- a/audio/replay/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# New ports collection makefile for: replay
-# Date created: Oct 27 1998
-# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= replay
-PORTVERSION= 0.61
-PORTREVISION= 1
-CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= X11/gtkbuffet/apps/replay
-DISTNAME= ${PORTNAME}-source-dgtk_${PORTVERSION}
-
-DEPRECATED= "no longer on sunsite, home page gone"
-EXPIRATION_DATE=2005-08-31
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Another GTK-based mp3 player
-
-PLIST_FILES= bin/replay
-USE_X_PREFIX= yes
-USE_GNOME= gtk12 esound
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-
-.if defined(WITH_I18N)
-CONFIGURE_ARGS+= --enable-i18n=JAPANESE
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
-BROKEN= "Does not compile on alpha 5.x"
-.endif
-
-pre-configure:
-.if !defined(WITH_I18N)
- @${ECHO_MSG}
- @${ECHO_MSG} "If you would like build replay with I18N support"
- @${ECHO_MSG} "you must set the variable WITH_I18N"
- @${ECHO_MSG} "(Now JAPANESE only)"
- @${ECHO_MSG}
-.else
- @${ECHO_MSG}
- @${ECHO_MSG} "Building replay with I18N support"
- @${ECHO_MSG}
-.endif
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/replay ${PREFIX}/bin
-
-.include <bsd.port.post.mk>
diff --git a/audio/replay/distinfo b/audio/replay/distinfo
deleted file mode 100644
index 8608bd99c27b..000000000000
--- a/audio/replay/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (replay-source-dgtk_0.61.tar.gz) = a80fa47cdba975a3c7293243f7a14604
-SIZE (replay-source-dgtk_0.61.tar.gz) = 143890
diff --git a/audio/replay/files/patch-aa b/audio/replay/files/patch-aa
deleted file mode 100644
index f2faa725c5e8..000000000000
--- a/audio/replay/files/patch-aa
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.in.orig Sat Jan 23 03:50:57 1999
-+++ Makefile.in Sun Dec 5 10:20:13 1999
-@@ -3,7 +3,7 @@
- #DEBUG = -DDEBUG
-
- # Make sure the path is correct!
--GTK-CONFIG = "gtk-config"
-+GTK-CONFIG = "@GTK_CONFIG@"
-
- # ---- @OS_TYPE@/@ARCH_TYPE@ ----
diff --git a/audio/replay/files/patch-ab b/audio/replay/files/patch-ab
deleted file mode 100644
index c1b6e17300e2..000000000000
--- a/audio/replay/files/patch-ab
+++ /dev/null
@@ -1,40 +0,0 @@
---- audioIO_Linux.c.orig Sat Oct 24 22:22:41 1998
-+++ audioIO_Linux.c Wed Oct 28 01:27:43 1998
-@@ -26,7 +26,7 @@
-
- /* optimal fragment size */
-
--#ifndef OS_FreeBSD
-+#ifndef OS_BSD
- int AUSIZ = 0;
- #endif
-
-@@ -44,7 +44,7 @@
- void
- audioOpen(int frequency, int stereo, int volume)
- {
-- #ifdef OS_FreeBSD
-+ #ifdef OS_BSD
- int temp;
- #endif
- int supportedMixers, play_format=AFMT_S16_LE;
-@@ -83,7 +83,7 @@
- if (volume != -1)
- audioSetVolume(volume);
-
--#ifdef OS_FreeBSD
-+#ifdef OS_BSD
- temp = AUSIZ;
- if (ioctl(audio_fd, SNDCTL_DSP_GETBLKSIZE, &temp) == -1)
- #else
---- buffer.c.orig Wed Oct 28 01:26:57 1998
-+++ buffer.c Wed Oct 28 01:27:05 1998
-@@ -31,7 +31,7 @@
- #include "audio.h"
-
- #ifndef OS_SunOS
--#ifndef OS_FreeBSD
-+#ifndef OS_BSD
- extern int AUSIZ;
- #endif
- #endif
diff --git a/audio/replay/files/patch-ac b/audio/replay/files/patch-ac
deleted file mode 100644
index 1284ecc26f3f..000000000000
--- a/audio/replay/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- replay.c.orig Wed Oct 28 01:34:31 1998
-+++ replay.c Wed Oct 28 01:34:46 1998
-@@ -1163,7 +1163,7 @@
- DPRINT("\tglobbing: ");
- DPRINT(buffer2);
- DPRINT("\n");
-- if (glob(buffer2, GLOB_ERR, NULL, &match) == GLOB_NOMATCH) {
-+ if (glob(buffer2, GLOB_ERR, NULL, &match) == GLOB_NOCHECK) {
- DPRINT("\tmatched nothing\n");
- return;
- }
diff --git a/audio/replay/files/patch-ad b/audio/replay/files/patch-ad
deleted file mode 100644
index 43c8cec7cad7..000000000000
--- a/audio/replay/files/patch-ad
+++ /dev/null
@@ -1,12 +0,0 @@
---- audioIO_esd.c.orig Wed Oct 28 21:38:30 1998
-+++ audioIO_esd.c Wed Oct 28 21:39:01 1998
-@@ -19,7 +19,9 @@
-
- /* declare these static to effectively isolate the audio device */
-
-+#ifndef OS_BSD
- int AUSIZ=0;
-+#endif
- static int audio_fd;
-
- /* audioOpen() */
diff --git a/audio/replay/files/patch-ae b/audio/replay/files/patch-ae
deleted file mode 100644
index 34dc1a5a04cc..000000000000
--- a/audio/replay/files/patch-ae
+++ /dev/null
@@ -1,37 +0,0 @@
---- configure.orig Sat Jan 23 03:50:58 1999
-+++ configure Sun Dec 5 11:25:05 1999
-@@ -1484,7 +1484,7 @@
- ARCH_TYPE=`uname -m`
- echo "$ac_t""$ARCH_TYPE" 1>&6
-
--CFLAGS=
-+CFLAGS=$CFLAGS
- CFLAGS_ARCH=
- DEFINES=
-
-@@ -1502,7 +1502,7 @@
- ;;
-
- Linux|FreeBSD)
-- CC="gcc"
-+ CC="$CC"
- if test "$ARCH_TYPE" = "i486" ; then
- CFLAGS_ARCH="-m486"
- fi
-@@ -1512,7 +1512,7 @@
- if test "$OS_TYPE" = "FreeBSD" ; then
- OS_TYPE="BSD"
- fi
-- CFLAGS="-O6 -ffast-math -fomit-frame-pointer ${CFLAGS_ARCH}"
-+ CFLAGS="$CFLAGS -ffast-math -fomit-frame-pointer ${CFLAGS_ARCH}"
- DEFINES="-DNO_BYTE_SWAPPING -DOS_$OS_TYPE -DARCH_$ARCH_TYPE"
- ;;
-
-@@ -1806,6 +1806,7 @@
- s%@CFLAGS_ARCH@%$CFLAGS_ARCH%g
- s%@DEFINES@%$DEFINES%g
- s%@ESD_LIB@%$ESD_LIB%g
-+s%@GTK_CONFIG@%$GTK_CONFIG%g
-
- CEOF
- EOF
diff --git a/audio/replay/pkg-descr b/audio/replay/pkg-descr
deleted file mode 100644
index 49f907501e72..000000000000
--- a/audio/replay/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-Replay is an MP3 player with a GTK interface. It is based on amp. It
-has the following features as of today:
-
-- Cool GTK interface.
-- Theme support.
-- Plays layer 3 and layer 2 files.
-- Playlists (load/edit/save).
-- Y2K compliant. ;)
-- Can save to WAV.
-- Stereo/mono playing.
-- Fully controllable from command line, with options and signals.
-- Double click in playlist to jump to that track.
-- Seeking within a track.
-- Display playing time/number of files/size for whole playlist.
-
--Pooh
-vanilla@FreeBSD.ORG
-
-WWW: http://replay.replicant.nu/