summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-08-24 07:34:45 +0000
committeredwin <edwin@FreeBSD.org>2003-08-24 07:34:45 +0000
commit4e8cee278e15a79b48306166dac6ffb5aeb823b5 (patch)
treeb49dc40f856de0ef34ea362a8075cdb92c78221e /audio
parent36a517abf7b531df2fb0ec119488afd09caff9ed (diff)
downloadFreeBSD-ports-4e8cee278e15a79b48306166dac6ffb5aeb823b5.zip
FreeBSD-ports-4e8cee278e15a79b48306166dac6ffb5aeb823b5.tar.gz
New port: xmms-infopipe (Create a named pipe to retrive xmms info
about currently playing song). Create a named pipe to retrive xmms info about currently playing song. PR: ports/54493 Submitted by: Manuel Rodirigo Rabade Garcia <mig@mig-29.net>
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/xmms-infopipe/Makefile23
-rw-r--r--audio/xmms-infopipe/distinfo1
-rw-r--r--audio/xmms-infopipe/pkg-descr8
-rw-r--r--audio/xmms-infopipe/pkg-plist7
5 files changed, 40 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index defbab4..199d1e5 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -344,6 +344,7 @@
SUBDIR += xmms-faad
SUBDIR += xmms-fc
SUBDIR += xmms-flac
+ SUBDIR += xmms-infopipe
SUBDIR += xmms-kde
SUBDIR += xmms-kj
SUBDIR += xmms-ladspa
diff --git a/audio/xmms-infopipe/Makefile b/audio/xmms-infopipe/Makefile
new file mode 100644
index 0000000..0bfa5fd
--- /dev/null
+++ b/audio/xmms-infopipe/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: xmms-infopipe
+# Date created: 14 July 2003
+# Whom: mig
+#
+# $FreeBSD$
+#
+
+PORTNAME= xmms-infopipe
+PORTVERSION= 1.3
+CATEGORIES= audio
+MASTER_SITES= http://www.beastwithin.org/users/wwwwolf/code/xmms/
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= mig@mig-29.net
+COMMENT= Create a named pipe to retrive xmms info about currently playing song
+
+RUN_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
+
+USE_X_PREFIX= yes
+USE_GNOME= gtk12
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>
diff --git a/audio/xmms-infopipe/distinfo b/audio/xmms-infopipe/distinfo
new file mode 100644
index 0000000..71060fb
--- /dev/null
+++ b/audio/xmms-infopipe/distinfo
@@ -0,0 +1 @@
+MD5 (xmms-infopipe-1.3.tar.gz) = 1ccc90254c58a81f87abc43720fe71bf
diff --git a/audio/xmms-infopipe/pkg-descr b/audio/xmms-infopipe/pkg-descr
new file mode 100644
index 0000000..8283116
--- /dev/null
+++ b/audio/xmms-infopipe/pkg-descr
@@ -0,0 +1,8 @@
+Opens a named pipe to /tmp/xmms-info. When read from there, it just
+returns plain text that has information about currently playing
+song.
+
+WWW: http://www.beastwithin.org/users/wwwwolf/code/xmms/infopipe.html
+
+- Manuel Rodrigo Rabade Garcia
+mig@mig-29.net
diff --git a/audio/xmms-infopipe/pkg-plist b/audio/xmms-infopipe/pkg-plist
new file mode 100644
index 0000000..2a41bfe
--- /dev/null
+++ b/audio/xmms-infopipe/pkg-plist
@@ -0,0 +1,7 @@
+lib/xmms/General/libinfopipe-1.3.so.1
+@exec ln -s %D/lib/xmms/General/libinfopipe-1.3.so.1 %D/lib/xmms/General/libinfopipe-1.3.so
+@exec ln -s %D/lib/xmms/General/libinfopipe-1.3.so.1 %D/lib/xmms/General/libinfopipe.so
+lib/xmms/General/libinfopipe.la
+lib/xmms/General/libinfopipe.a
+@unexec rm %D/lib/xmms/General/libinfopipe-1.3.so
+@unexec rm %D/lib/xmms/General/libinfopipe.so
OpenPOWER on IntegriCloud