1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

New port xmms-pipe version 0.4.5: Controls XMMS with a named pipe

Submitted by:	David Yeske <dyeske@yahoo.com>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-08-26 00:38:21 +00:00
parent e47c11addd
commit ef23d82ed2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65006
6 changed files with 57 additions and 0 deletions

View File

@ -320,6 +320,7 @@
SUBDIR += xenmenu
SUBDIR += xgas
SUBDIR += xless
SUBDIR += xmms-pipe
SUBDIR += xosd
SUBDIR += xpns
SUBDIR += xquote

41
misc/xmms-pipe/Makefile Normal file
View File

@ -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= 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>

1
misc/xmms-pipe/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (xmmspipe-0.4.5.tgz) = c22d8b4ed62a1bf000312c80e2a4ea34

View File

@ -0,0 +1 @@
Controls XMMS with a named pipe

8
misc/xmms-pipe/pkg-descr Normal file
View File

@ -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

5
misc/xmms-pipe/pkg-plist Normal file
View File

@ -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