New port: audio/streamtuner-python 0.0.1

This is streamtuner-python, a streamtuner plugin offering
	an embedded Python interpreter.

PR:		ports/48890
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
This commit is contained in:
Edwin Groothuis 2003-09-01 04:16:03 +00:00
parent 06a36db746
commit 01dd93ca39
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88239
5 changed files with 51 additions and 0 deletions

View file

@ -288,6 +288,7 @@
SUBDIR += streamtuner
SUBDIR += streamtuner-live365
SUBDIR += streamtuner-local
SUBDIR += streamtuner-python
SUBDIR += sweep
SUBDIR += swhplugins
SUBDIR += tclmidi

View file

@ -0,0 +1,27 @@
# New ports collection makefile for: streamtuner-python
# Date created: 03 Mar 2002
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
#
# $FreeBSD$
#
PORTNAME= python
PORTVERSION= 0.0.2
CATEGORIES= audio www
MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/streamtuner-python.pkg/${PORTVERSION}/
PKGNAMEPREFIX= streamtuner-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= jylefort@brutele.be
COMMENT= A streamtuner plugin providing a Python interpreter
BUILD_DEPENDS= ${X11BASE}/include/streamtuner/streamtuner.h:${PORTSDIR}/audio/streamtuner
RUN_DEPENDS= ${X11BASE}/bin/streamtuner:${PORTSDIR}/audio/streamtuner
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_PYTHON= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (streamtuner-python-0.0.2.tar.gz) = aa6067f94be48b163f0d8ea57e397264

View file

@ -0,0 +1,7 @@
streamtuner-python is a streamtuner plugin providing an embedded
Python interpreter.
WWW: http://www.nongnu.org/streamtuner/plugins/
- Jean-Yves Lefort
jylefort@brutele.be

View file

@ -0,0 +1,15 @@
lib/streamtuner/plugins/python.a
lib/streamtuner/plugins/python.la
lib/streamtuner/plugins/python.so
share/streamtuner-python/icons/google-stations.png
share/streamtuner-python/modules/G.py
share/streamtuner-python/modules/G.pyc
share/streamtuner-python/modules/G.pyo
share/streamtuner-python/modules/ST.py
share/streamtuner-python/modules/ST.pyc
share/streamtuner-python/modules/ST.pyo
share/streamtuner-python/scripts/google-stations.py
@dirrm share/streamtuner-python/icons
@dirrm share/streamtuner-python/modules
@dirrm share/streamtuner-python/scripts
@dirrm share/streamtuner-python