diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-08-26 10:30:10 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-08-26 10:30:10 +0000 |
commit | e9c4b09c2e0b9e7b340463e04a1bcd52c1c8feff (patch) | |
tree | 0d3ccbba04d44385de7881af5ff24f194e2ff49a /audio/xmms-pipe | |
parent | cb3d227605392e34b0e305ebb9ff4edb7933cf11 (diff) |
Moved xmms-pipe to audio from misc, since all other xmms-related ports live
in audio.
Reviewed by: Trevor Johnson <trevor@jpj.net>
Notes
Notes:
svn path=/head/; revision=65031
Diffstat (limited to 'audio/xmms-pipe')
-rw-r--r-- | audio/xmms-pipe/Makefile | 41 | ||||
-rw-r--r-- | audio/xmms-pipe/distinfo | 1 | ||||
-rw-r--r-- | audio/xmms-pipe/pkg-comment | 1 | ||||
-rw-r--r-- | audio/xmms-pipe/pkg-descr | 8 | ||||
-rw-r--r-- | audio/xmms-pipe/pkg-plist | 5 |
5 files changed, 56 insertions, 0 deletions
diff --git a/audio/xmms-pipe/Makefile b/audio/xmms-pipe/Makefile new file mode 100644 index 000000000000..97738f832339 --- /dev/null +++ b/audio/xmms-pipe/Makefile @@ -0,0 +1,41 @@ +# 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= audio +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/audio/xmms-pipe/distinfo b/audio/xmms-pipe/distinfo new file mode 100644 index 000000000000..a890f9f96c36 --- /dev/null +++ b/audio/xmms-pipe/distinfo @@ -0,0 +1 @@ +MD5 (xmmspipe-0.4.5.tgz) = c22d8b4ed62a1bf000312c80e2a4ea34 diff --git a/audio/xmms-pipe/pkg-comment b/audio/xmms-pipe/pkg-comment new file mode 100644 index 000000000000..85a6ff1a19d4 --- /dev/null +++ b/audio/xmms-pipe/pkg-comment @@ -0,0 +1 @@ +Controls XMMS with a named pipe diff --git a/audio/xmms-pipe/pkg-descr b/audio/xmms-pipe/pkg-descr new file mode 100644 index 000000000000..c00d94cc39a6 --- /dev/null +++ b/audio/xmms-pipe/pkg-descr @@ -0,0 +1,8 @@ +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/audio/xmms-pipe/pkg-plist b/audio/xmms-pipe/pkg-plist new file mode 100644 index 000000000000..f88a50ae5563 --- /dev/null +++ b/audio/xmms-pipe/pkg-plist @@ -0,0 +1,5 @@ +%%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 |