diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-04 01:06:58 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-04 01:06:58 +0000 |
commit | 527d605d15dc8d8972e67ffa05a18cc689d7b573 (patch) | |
tree | 1bbe1a536810f451fce17aea750db8fcfd8fe1de /audio/streamtuner | |
parent | 430e5d3e3e0b478674862d0fc4e8696e7db5818d (diff) | |
download | ports-527d605d15dc8d8972e67ffa05a18cc689d7b573.tar.gz ports-527d605d15dc8d8972e67ffa05a18cc689d7b573.zip |
new port: audio/streamtuner
streamtuner is a stream directory browser. It will connect
to a source (probably a web server) and retrieve the list
of available audio streams.
PR: ports/43665
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Notes
Notes:
svn path=/head/; revision=74606
Diffstat (limited to 'audio/streamtuner')
-rw-r--r-- | audio/streamtuner/Makefile | 24 | ||||
-rw-r--r-- | audio/streamtuner/distinfo | 1 | ||||
-rw-r--r-- | audio/streamtuner/files/patch-aa | 19 | ||||
-rw-r--r-- | audio/streamtuner/pkg-comment | 1 | ||||
-rw-r--r-- | audio/streamtuner/pkg-descr | 11 | ||||
-rw-r--r-- | audio/streamtuner/pkg-plist | 34 |
6 files changed, 90 insertions, 0 deletions
diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile new file mode 100644 index 000000000000..653ffa5f3a3a --- /dev/null +++ b/audio/streamtuner/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: streamtuner +# Date created: 02 Apr 2002 +# Whom: Jean-Yves Lefort <jylefort@brutele.be> +# +# $FreeBSD$ +# + +PORTNAME= streamtuner +PORTVERSION= 0.9.0 +CATEGORIES= audio www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= streamtuner + +MAINTAINER= jylefort@brutele.be + +LIB_DEPENDS= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 \ + curl:${PORTSDIR}/ftp/curl + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes + +MAN1= streamtuner.1 + +.include <bsd.port.mk> diff --git a/audio/streamtuner/distinfo b/audio/streamtuner/distinfo new file mode 100644 index 000000000000..c624036739b7 --- /dev/null +++ b/audio/streamtuner/distinfo @@ -0,0 +1 @@ +MD5 (streamtuner-0.9.0.tar.gz) =3D cab3bd22e9168ab043c7648ef5b4378d diff --git a/audio/streamtuner/files/patch-aa b/audio/streamtuner/files/patch-aa new file mode 100644 index 000000000000..4c562499efcf --- /dev/null +++ b/audio/streamtuner/files/patch-aa @@ -0,0 +1,19 @@ +--- extras/Makefile.in.orig Sat Feb 1 18:49:42 2003 ++++ extras/Makefile.in Sat Feb 1 18:51:36 2003 +@@ -29,6 +29,7 @@ + sharedstatedir = @sharedstatedir@ + localstatedir = @localstatedir@ + libdir = @libdir@ ++libdatadir = @prefix@/libdata + infodir = @infodir@ + mandir = @mandir@ + includedir = @includedir@ +@@ -95,7 +96,7 @@ + am__quote = @am__quote@ + install_sh = @install_sh@ + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(libdatadir)/pkgconfig + + pkgconfig_DATA = streamtuner.pc + diff --git a/audio/streamtuner/pkg-comment b/audio/streamtuner/pkg-comment new file mode 100644 index 000000000000..c60e160ea8a3 --- /dev/null +++ b/audio/streamtuner/pkg-comment @@ -0,0 +1 @@ +A GTK+ stream directory browser diff --git a/audio/streamtuner/pkg-descr b/audio/streamtuner/pkg-descr new file mode 100644 index 000000000000..26224d507ec4 --- /dev/null +++ b/audio/streamtuner/pkg-descr @@ -0,0 +1,11 @@ +streamtuner is a stream directory browser. It offers an intuitive and +unified interface to various streaming directories through the use of +a plugin system. + +streamtuner implements a GTK+ 2.0 graphical user interface, and the +official distribution ships with the SHOUTcast plugin. + +WWW: http://streamtuner.sourceforge.net/ + +- Jean-Yves Lefort +jylefort@brutele.be diff --git a/audio/streamtuner/pkg-plist b/audio/streamtuner/pkg-plist new file mode 100644 index 000000000000..9161bda4af46 --- /dev/null +++ b/audio/streamtuner/pkg-plist @@ -0,0 +1,34 @@ +bin/streamtuner +include/streamtuner/st_category.h +include/streamtuner/st_dialog.h +include/streamtuner/st_handler.h +include/streamtuner/st_handler_field.h +include/streamtuner/st_handlers.h +include/streamtuner/st_programs.h +include/streamtuner/st_re.h +include/streamtuner/st_state.h +include/streamtuner/st_stream.h +include/streamtuner/st_transfer.h +include/streamtuner/st_version.h +include/streamtuner/streamtuner.h +lib/streamtuner/plugins/shoutcast.a +lib/streamtuner/plugins/shoutcast.la +lib/streamtuner/plugins/shoutcast.so +libdata/pkgconfig/streamtuner.pc +share/streamtuner/themes/Default/AUTHORS +share/streamtuner/themes/Default/browse-prelight.png +share/streamtuner/themes/Default/browse.png +share/streamtuner/themes/Default/record-prelight.png +share/streamtuner/themes/Default/record.png +share/streamtuner/themes/Default/reload-prelight.png +share/streamtuner/themes/Default/reload.png +share/streamtuner/themes/Default/stop-prelight.png +share/streamtuner/themes/Default/stop.png +share/streamtuner/themes/Default/tune_in-prelight.png +share/streamtuner/themes/Default/tune_in.png +@dirrm include/streamtuner +@dirrm lib/streamtuner/plugins +@dirrm lib/streamtuner +@dirrm share/streamtuner/themes/Default +@dirrm share/streamtuner/themes +@dirrm share/streamtuner |