From 63f7723ef47308ff53c59716cb4d029b8eb0177b Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 16 Sep 2007 09:16:58 +0000 Subject: The plugin allows you to generate a playlist based on a set of rules, f.e. "Genre contains 'jazz' and artist doesn't contain 'Jones'". WWW: http://sarine.nl/gmpc-plugins --- audio/gmpc-autoplaylist/Makefile | 25 +++++++++++++++++++++++++ audio/gmpc-autoplaylist/distinfo | 3 +++ audio/gmpc-autoplaylist/pkg-descr | 4 ++++ audio/gmpc-autoplaylist/pkg-plist | 5 +++++ 4 files changed, 37 insertions(+) create mode 100644 audio/gmpc-autoplaylist/Makefile create mode 100644 audio/gmpc-autoplaylist/distinfo create mode 100644 audio/gmpc-autoplaylist/pkg-descr create mode 100644 audio/gmpc-autoplaylist/pkg-plist (limited to 'audio/gmpc-autoplaylist') diff --git a/audio/gmpc-autoplaylist/Makefile b/audio/gmpc-autoplaylist/Makefile new file mode 100644 index 000000000000..afdbfac2fc58 --- /dev/null +++ b/audio/gmpc-autoplaylist/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: gmpc-autoplaylist +# Date created: September 14 2007 +# Whom: Martin Wilke +# +# $FreeBSD$ +# + +PORTNAME= gmpc-autoplaylist +PORTVERSION= 0.15.0 +CATEGORIES= audio +MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION}/plugins/ + +MAINTAINER= miwi@FreeBSD.org +COMMENT= A Autoplaylist plugin for gmpc + +LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \ + curl.4:${PORTSDIR}/ftp/curl +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc +RUN_DEPEND= gmpc:${PORTSDIR}/audio/gmpc + +GNU_CONFIGURE= yes +USE_XLIB= yes +USE_GNOME= gnomehack + +.include diff --git a/audio/gmpc-autoplaylist/distinfo b/audio/gmpc-autoplaylist/distinfo new file mode 100644 index 000000000000..18350e36be57 --- /dev/null +++ b/audio/gmpc-autoplaylist/distinfo @@ -0,0 +1,3 @@ +MD5 (gmpc-autoplaylist-0.15.0.tar.gz) = 23e70c00d1e33cb44086911a2ffba140 +SHA256 (gmpc-autoplaylist-0.15.0.tar.gz) = f237309b6a7a19a1a0c8b843c38057773f7ef24719d39416a87eb6e6bc40262b +SIZE (gmpc-autoplaylist-0.15.0.tar.gz) = 308861 diff --git a/audio/gmpc-autoplaylist/pkg-descr b/audio/gmpc-autoplaylist/pkg-descr new file mode 100644 index 000000000000..18aea28d81fd --- /dev/null +++ b/audio/gmpc-autoplaylist/pkg-descr @@ -0,0 +1,4 @@ +The plugin allows you to generate a playlist based on a set of rules, f.e. +"Genre contains 'jazz' and artist doesn't contain 'Jones'". + +WWW: http://sarine.nl/gmpc-plugins diff --git a/audio/gmpc-autoplaylist/pkg-plist b/audio/gmpc-autoplaylist/pkg-plist new file mode 100644 index 000000000000..4aacfad84ca4 --- /dev/null +++ b/audio/gmpc-autoplaylist/pkg-plist @@ -0,0 +1,5 @@ +share/gmpc/plugins/apl/apl.glade +share/gmpc/plugins/libautoplaylist.so +@dirrmtry share/gmpc/plugins/apl +@dirrmtry share/gmpc/plugins +@dirrmtry share/gmpc -- cgit v1.2.3