mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -288,6 +288,7 @@
|
|||
SUBDIR += streamtuner
|
||||
SUBDIR += streamtuner-live365
|
||||
SUBDIR += streamtuner-local
|
||||
SUBDIR += streamtuner-python
|
||||
SUBDIR += sweep
|
||||
SUBDIR += swhplugins
|
||||
SUBDIR += tclmidi
|
||||
|
|
27
audio/streamtuner-python/Makefile
Normal file
27
audio/streamtuner-python/Makefile
Normal 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>
|
1
audio/streamtuner-python/distinfo
Normal file
1
audio/streamtuner-python/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (streamtuner-python-0.0.2.tar.gz) = aa6067f94be48b163f0d8ea57e397264
|
7
audio/streamtuner-python/pkg-descr
Normal file
7
audio/streamtuner-python/pkg-descr
Normal 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
|
15
audio/streamtuner-python/pkg-plist
Normal file
15
audio/streamtuner-python/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue