diff options
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/bmp-songchange/Makefile | 25 | ||||
-rw-r--r-- | audio/bmp-songchange/distinfo | 2 | ||||
-rw-r--r-- | audio/bmp-songchange/pkg-descr | 4 |
4 files changed, 32 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index af1f6aee5cbf..9406f0266c4a 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -37,6 +37,7 @@ SUBDIR += blop SUBDIR += bmp-faad SUBDIR += bmp-scrobbler + SUBDIR += bmp-songchange SUBDIR += bmp-wma SUBDIR += bonk SUBDIR += boodler diff --git a/audio/bmp-songchange/Makefile b/audio/bmp-songchange/Makefile new file mode 100644 index 000000000000..b4059e91b09b --- /dev/null +++ b/audio/bmp-songchange/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: bmp-song_change +# Date created: 27 January, 2005 +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= bmp-songchange +PORTVERSION= 0.0.1 +CATEGORIES= audio +MASTER_SITES= http://download.berlios.de/bmp-plugins/ +DISTNAME= song_change-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org +COMMENT= Beep Media Player do-this-on-song-change plugin + +LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player + +USE_X_PREFIX= yes +USE_LIBTOOL_VER=15 +USE_GNOME= gtk20 + +PLIST_FILES= lib/bmp/General/libsong_change.so + +.include <bsd.port.mk> diff --git a/audio/bmp-songchange/distinfo b/audio/bmp-songchange/distinfo new file mode 100644 index 000000000000..c6003040c18f --- /dev/null +++ b/audio/bmp-songchange/distinfo @@ -0,0 +1,2 @@ +MD5 (song_change-0.0.1.tar.gz) = 84acb53712b8e995e083d285695f519d +SIZE (song_change-0.0.1.tar.gz) = 304075 diff --git a/audio/bmp-songchange/pkg-descr b/audio/bmp-songchange/pkg-descr new file mode 100644 index 000000000000..706b20d6b3a9 --- /dev/null +++ b/audio/bmp-songchange/pkg-descr @@ -0,0 +1,4 @@ +bmp-songchange is a port of xmms-songchange (distributed with xmms). +It allows you to execute custom command on every song change. + +WWW: http://bmp-plugins.berlios.de/bmp-songchange.html |