diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2007-04-25 02:32:53 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2007-04-25 02:32:53 +0800 |
commit | c3ba9ef487246d795188ec99fdef5db40e952435 (patch) | |
tree | 9280639920a779d6b3805112e6a99724dfd5ef00 | |
parent | 65b9a0c97df761b6504c1e24f5c3a4c0928d5ad2 (diff) | |
download | freebsd-ports-gnome-c3ba9ef487246d795188ec99fdef5db40e952435.tar.gz freebsd-ports-gnome-c3ba9ef487246d795188ec99fdef5db40e952435.tar.zst freebsd-ports-gnome-c3ba9ef487246d795188ec99fdef5db40e952435.zip |
- Remove audio/xmms-real-random per maintainer's request,
serious multimedia users have surely moved beyond xmms(1).
PR: 112014
Submitted by: Ulrich Spoerlein <uspoerlein AT gmail.com> (maintainer)
Approved by: clsung (mentor, implicitly)
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/xmms-real-random/Makefile | 36 | ||||
-rw-r--r-- | audio/xmms-real-random/distinfo | 3 | ||||
-rw-r--r-- | audio/xmms-real-random/pkg-descr | 4 |
6 files changed, 1 insertions, 45 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 2a9491b60523..3946d49874ad 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -16440,7 +16440,6 @@ xmms-paranormal ports/graphics/xmms-paranormal xmms-pipe ports/audio/xmms-pipe xmms-plazma ports/graphics/xmms-plazma xmms-quix3dn ports/audio/xmms-quix3dn -xmms-real-random ports/audio/xmms-real-random xmms-sapplug ports/audio/xmms-sapplug xmms-scivi ports/graphics/xmms-scivi xmms-scrobbler ports/audio/xmms-scrobbler @@ -2943,3 +2943,4 @@ lang/gcc-objc|lang/gcc41|2007-04-21|Has expired, obsolete cad/geda-projectmanager||2007-04-23|Has expired: project dead audio/xmpeg3||2007-04-23|Has expired: does not work japanese/dvipdfm|print/dvipdfmx|2007-04-24|Obsolete +audio/xmms-real-random||2007-04-24|Removed per maintainer's request, serious multimedia users have surely moved beyond xmms(1) diff --git a/audio/Makefile b/audio/Makefile index 6be90bd1b236..408bc3e7748b 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -711,7 +711,6 @@ SUBDIR += xmms-osssurround SUBDIR += xmms-pipe SUBDIR += xmms-quix3dn - SUBDIR += xmms-real-random SUBDIR += xmms-sapplug SUBDIR += xmms-scrobbler SUBDIR += xmms-sexypsf diff --git a/audio/xmms-real-random/Makefile b/audio/xmms-real-random/Makefile deleted file mode 100644 index 207db4c3297b..000000000000 --- a/audio/xmms-real-random/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: xmms-real-random -# Date created: 03.10.2003 -# Whom: Ulrich Spoerlein <q@uni.de> -# -# $FreeBSD$ -# - -PORTNAME= xmms-real-random -PORTVERSION= 0.3 -PORTREVISION= 1 -CATEGORIES= audio -MASTER_SITES= http://kingleo.home.pages.at/development/stuff/ -DISTNAME= real_random-${PORTVERSION} - -MAINTAINER= uspoerlein@gmail.com -COMMENT= REAL shuffle mode for xmms - -LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms - -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_X_PREFIX= yes - -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CFLAGS="${CFLAGS}" CC="${CC}" - -PLIST_FILES= lib/xmms/General/libreal_random.la \ - lib/xmms/General/libreal_random.so - -post-patch: - @${REINPLACE_CMD} -e 's#-lpthread#${PTHREAD_LIBS}#' \ - -e 's#gcc#$${CC}#' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/audio/xmms-real-random/distinfo b/audio/xmms-real-random/distinfo deleted file mode 100644 index 81efc578b0e8..000000000000 --- a/audio/xmms-real-random/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (real_random-0.3.tar.gz) = f21b19c1485f7af4386e37c62e87df1e -SHA256 (real_random-0.3.tar.gz) = ab6ca6569beb3eee13625a4d08c18917d154db3e156aac625c2490ed5cfc8673 -SIZE (real_random-0.3.tar.gz) = 174286 diff --git a/audio/xmms-real-random/pkg-descr b/audio/xmms-real-random/pkg-descr deleted file mode 100644 index 5e20e04e5cc1..000000000000 --- a/audio/xmms-real-random/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The shuffle mode of xmms is not as I expected it. So I created this plugin --- Martin Oberzalek - -WWW: http://kingleo.home.pages.at/index_stuff.xml.php |