aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-liveice
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-03-23 08:59:35 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-03-23 08:59:35 +0000
commitacb669235c2734bf5cc1ad1bdc6dda896f6b7a42 (patch)
tree39f81a9414760ae377a53edc7f5a7dcac05d6e48 /audio/xmms-liveice
parent43f3a744211f3897d27998d0f62fda59fd05d331 (diff)
downloadports-acb669235c2734bf5cc1ad1bdc6dda896f6b7a42.tar.gz
ports-acb669235c2734bf5cc1ad1bdc6dda896f6b7a42.zip
Notes
Diffstat (limited to 'audio/xmms-liveice')
-rw-r--r--audio/xmms-liveice/Makefile31
-rw-r--r--audio/xmms-liveice/distinfo2
-rw-r--r--audio/xmms-liveice/files/patch-aa18
-rw-r--r--audio/xmms-liveice/files/patch-ltconfig20
-rw-r--r--audio/xmms-liveice/pkg-descr5
5 files changed, 0 insertions, 76 deletions
diff --git a/audio/xmms-liveice/Makefile b/audio/xmms-liveice/Makefile
deleted file mode 100644
index d97b8a92469b..000000000000
--- a/audio/xmms-liveice/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: Espen Skoglund <esk@ira.uka.de>
-# $FreeBSD$
-
-PORTNAME= xmms-liveice
-PORTVERSION= 1.0.0
-PORTREVISION= 7
-CATEGORIES= audio
-MASTER_SITES= http://star.arm.ac.uk/~spm/software/
-DISTNAME= liveice-xmms
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Use XMMS for streaming audio to Icecast servers
-
-DEPRECATED= Abandonware, please consider using multimedia/audacious instead
-EXPIRATION_DATE= 2014-03-23
-
-LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms
-RUN_DEPENDS= lame:${PORTSDIR}/audio/lame
-
-WRKSRC= ${WRKDIR}/LiveIce-${PORTVERSION}
-
-PLIST_FILES= lib/xmms/Effect/libliveice.la \
- lib/xmms/Effect/libliveice.so
-USE_LDCONFIG= yes
-USE_GNOME= gtk12
-GNU_CONFIGURE= yes
-
-post-patch:
- @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig
-
-.include <bsd.port.mk>
diff --git a/audio/xmms-liveice/distinfo b/audio/xmms-liveice/distinfo
deleted file mode 100644
index c5ba20694a5c..000000000000
--- a/audio/xmms-liveice/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (liveice-xmms.tar.gz) = 5075e3913b2ba05d71875b6f34726360352adcd432b59a0b4c28cc5b25fd3d4e
-SIZE (liveice-xmms.tar.gz) = 132719
diff --git a/audio/xmms-liveice/files/patch-aa b/audio/xmms-liveice/files/patch-aa
deleted file mode 100644
index 6e7829a57081..000000000000
--- a/audio/xmms-liveice/files/patch-aa
+++ /dev/null
@@ -1,18 +0,0 @@
-*** src/serverlib.h.org Sat Feb 5 17:20:28 2000
---- src/serverlib.h Sat Feb 5 17:20:38 2000
-***************
-*** 19,24 ****
---- 19,25 ----
- */
-
-
-+ #include <sys/types.h>
- #include <sys/socket.h>
- #include <netdb.h>
- #include <netinet/in.h>
---- src/liveice.h.orig Mon May 15 08:00:03 2000
-+++ src/liveice.h Sat Jun 3 10:07:32 2000
-@@ -1,2 +1,2 @@
--
-+#include <sys/types.h>
-
diff --git a/audio/xmms-liveice/files/patch-ltconfig b/audio/xmms-liveice/files/patch-ltconfig
deleted file mode 100644
index 3624b78c3714..000000000000
--- a/audio/xmms-liveice/files/patch-ltconfig
+++ /dev/null
@@ -1,20 +0,0 @@
---- ltconfig.orig 2000-01-25 07:16:36.000000000 +0000
-+++ ltconfig
-@@ -1349,7 +1349,7 @@ else
- ;;
-
- # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
-- freebsd*)
-+ dragonfly*|freebsd*)
- archive_cmds='$CC -shared -o $lib $libobjs $deplibs $linkopts'
- hardcode_libdir_flag_spec='-R$libdir'
- hardcode_direct=yes
-@@ -1823,7 +1823,7 @@ freebsd1*)
- dynamic_linker=no
- ;;
-
--freebsd*)
-+dragonfly*|freebsd*)
- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
- version_type=freebsd-$objformat
- case "$version_type" in
diff --git a/audio/xmms-liveice/pkg-descr b/audio/xmms-liveice/pkg-descr
deleted file mode 100644
index 8238156c322a..000000000000
--- a/audio/xmms-liveice/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-The LiveIce plugin for XMMS allows you to use XMMS for streaming music
-(or whatever) to Icecast servers. Multiple bitrate streams and title
-streaming is not supported though.
-
-WWW: http://star.arm.ac.uk/~spm/software/liveice.html