From 66104024a2cc5bec1007a66a11708a85d08ef493 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Tue, 4 Feb 2003 02:08:49 +0000 Subject: New port: audio/streamtuner-live365 streamtuner-live365 is a Live365 plugin for streamtuner. PR: ports/43269 Submitted by: Jean-Yves Lefort --- audio/Makefile | 1 + audio/streamtuner-local/Makefile | 26 ++++++++++++++++++++++++++ audio/streamtuner-local/distinfo | 1 + audio/streamtuner-local/pkg-comment | 1 + audio/streamtuner-local/pkg-descr | 7 +++++++ audio/streamtuner-local/pkg-plist | 3 +++ 6 files changed, 39 insertions(+) create mode 100644 audio/streamtuner-local/Makefile create mode 100644 audio/streamtuner-local/distinfo create mode 100644 audio/streamtuner-local/pkg-comment create mode 100644 audio/streamtuner-local/pkg-descr create mode 100644 audio/streamtuner-local/pkg-plist (limited to 'audio') diff --git a/audio/Makefile b/audio/Makefile index 38d224d0138b..cf255b7aa7e8 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -255,6 +255,7 @@ SUBDIR += streamripper SUBDIR += streamtuner SUBDIR += streamtuner-live365 + SUBDIR += streamtuner-local SUBDIR += sweep SUBDIR += swhplugins SUBDIR += tclmidi diff --git a/audio/streamtuner-local/Makefile b/audio/streamtuner-local/Makefile new file mode 100644 index 000000000000..6d4575227504 --- /dev/null +++ b/audio/streamtuner-local/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: streamtuner-local +# Date created: 18 Jul 2002 +# Whom: Jean-Yves Lefort +# +# $FreeBSD$ +# + +PORTNAME= local +PORTVERSION= 0.2.0 +CATEGORIES= audio www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= streamtuner +PKGNAMEPREFIX= streamtuner- +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} + +MAINTAINER= jylefort@brutele.be + +BUILD_DEPENDS= ${X11BASE}/include/streamtuner/streamtuner.h:${PORTSDIR}/audio/streamtuner +RUN_DEPENDS= ${X11BASE}/bin/streamtuner:${PORTSDIR}/audio/streamtuner +LIB_DEPENDS= id3-3.8:${PORTSDIR}/audio/id3lib + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-id3lib=${LOCALBASE} + +.include diff --git a/audio/streamtuner-local/distinfo b/audio/streamtuner-local/distinfo new file mode 100644 index 000000000000..3e0d4047c11b --- /dev/null +++ b/audio/streamtuner-local/distinfo @@ -0,0 +1 @@ +MD5 (streamtuner-local-0.2.0.tar.gz) = 09d558e18ce4ee68a6e5ed1f9117d0f9 diff --git a/audio/streamtuner-local/pkg-comment b/audio/streamtuner-local/pkg-comment new file mode 100644 index 000000000000..631db4ca50a8 --- /dev/null +++ b/audio/streamtuner-local/pkg-comment @@ -0,0 +1 @@ +A plugin for streamtuner that browses a local MP3 repository diff --git a/audio/streamtuner-local/pkg-descr b/audio/streamtuner-local/pkg-descr new file mode 100644 index 000000000000..b362bb6ca676 --- /dev/null +++ b/audio/streamtuner-local/pkg-descr @@ -0,0 +1,7 @@ +streamtuner-local is a streamtuner plugin providing access to your +local MP3 repository. It can extract ID3 information from your songs. + +WWW: http://streamtuner.sourceforge.net#plugins + +- Jean-Yves Lefort +jylefort@brutele.be diff --git a/audio/streamtuner-local/pkg-plist b/audio/streamtuner-local/pkg-plist new file mode 100644 index 000000000000..f2180d1612e9 --- /dev/null +++ b/audio/streamtuner-local/pkg-plist @@ -0,0 +1,3 @@ +lib/streamtuner/plugins/local.a +lib/streamtuner/plugins/local.la +lib/streamtuner/plugins/local.so -- cgit v1.2.3