diff options
author | alane <alane@FreeBSD.org> | 2002-08-26 10:18:11 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-08-26 10:18:11 +0000 |
commit | 0f437ea4f097df13ac9199d8d3db71db057f74c3 (patch) | |
tree | 7e5939c5c72fbd7f180d51fc27c97ebebe92be1d /misc | |
parent | 0fd5a6d12a749a0358280405ad5fdfda868cea5f (diff) | |
download | FreeBSD-ports-0f437ea4f097df13ac9199d8d3db71db057f74c3.zip FreeBSD-ports-0f437ea4f097df13ac9199d8d3db71db057f74c3.tar.gz |
Moved port to audio/ where all the other xmms-* ports live.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/xmms-pipe/Makefile | 41 | ||||
-rw-r--r-- | misc/xmms-pipe/distinfo | 1 | ||||
-rw-r--r-- | misc/xmms-pipe/pkg-comment | 1 | ||||
-rw-r--r-- | misc/xmms-pipe/pkg-descr | 8 | ||||
-rw-r--r-- | misc/xmms-pipe/pkg-plist | 5 |
6 files changed, 0 insertions, 57 deletions
diff --git a/misc/Makefile b/misc/Makefile index 1e5a506..637599f 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -320,7 +320,6 @@ SUBDIR += xenmenu SUBDIR += xgas SUBDIR += xless - SUBDIR += xmms-pipe SUBDIR += xosd SUBDIR += xpns SUBDIR += xquote diff --git a/misc/xmms-pipe/Makefile b/misc/xmms-pipe/Makefile deleted file mode 100644 index b3f2699..0000000 --- a/misc/xmms-pipe/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: xmms-pipe -# Date created: 23 Aug 2002 -# Whom: David Yeske <dyeske@yahoo.com> -# -# $FreeBSD$ -# - -PORTNAME= xmms-pipe -PORTVERSION= 0.4.5 -CATEGORIES= misc -MASTER_SITES= http://rooster.stanford.edu/~ben/xmmspipe/ -DISTNAME= xmmspipe-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= dyeske@yahoo.com - -BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms -RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_REINPLACE= yes - -DOC_FILES= HISTORY README LICENSE - -post-patch: - @${REINPLACE_CMD} -E -e 's|gcc|${CC}|; \ - s|^(COPT=).+$$|\1${CFLAGS} ${PTHREAD_CFLAGS} ${PTHREAD_LIBS}|' \ - ${WRKSRC}/Makefile - -do-install: - @${INSTALL_DATA} ${WRKSRC}/xmmspipe.so \ - ${PREFIX}/lib/xmms/Effect/ -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/misc/xmms-pipe/distinfo b/misc/xmms-pipe/distinfo deleted file mode 100644 index a890f9f..0000000 --- a/misc/xmms-pipe/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (xmmspipe-0.4.5.tgz) = c22d8b4ed62a1bf000312c80e2a4ea34 diff --git a/misc/xmms-pipe/pkg-comment b/misc/xmms-pipe/pkg-comment deleted file mode 100644 index 85a6ff1..0000000 --- a/misc/xmms-pipe/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Controls XMMS with a named pipe diff --git a/misc/xmms-pipe/pkg-descr b/misc/xmms-pipe/pkg-descr deleted file mode 100644 index c00d94c..0000000 --- a/misc/xmms-pipe/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -xmmspipe is a plugin for XMMS that enables it to be controlled by -sending strings to a named pipe (FIFO). When enabled, XMMS can be -commanded by sending strings to $HOME/.xmms/inpipe. - -WWW: http://rooster.stanford.edu/~ben/xmmspipe/ - -- David -dyeske@yahoo.com diff --git a/misc/xmms-pipe/pkg-plist b/misc/xmms-pipe/pkg-plist deleted file mode 100644 index f88a50ae..0000000 --- a/misc/xmms-pipe/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%PORTDOCS%%share/doc/xmms-pipe/HISTORY -%%PORTDOCS%%share/doc/xmms-pipe/LICENSE -%%PORTDOCS%%share/doc/xmms-pipe/README -lib/xmms/Effect/xmmspipe.so -%%PORTDOCS%%@dirrm share/doc/xmms-pipe |