Add pypanda 0.6, viewer for San Diego Zoo Pandacam written in Python.

This commit is contained in:
Maxim Sobolev 2001-09-03 13:45:15 +00:00
parent 3fcbe7739d
commit 559f2a0283
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47363
6 changed files with 53 additions and 0 deletions

View File

@ -148,6 +148,7 @@
SUBDIR += proxyper
SUBDIR += py-distutils
SUBDIR += pybliographer
SUBDIR += pypanda
SUBDIR += qbrew
SUBDIR += qhacc
SUBDIR += qlas

34
misc/pypanda/Makefile Normal file
View File

@ -0,0 +1,34 @@
# New ports collection makefile for: pypanda
# Date created: 3 September 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pypanda
PORTVERSION= 0.6
CATEGORIES= misc
MASTER_SITES= http://www3.telus.net/futility/futility/warez/
MAINTAINER= sobomax@FreeBSD.org
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game
USE_PYTHON= yes
do-build:
${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
do-install:
@${MKDIR} ${DATADIR}
.for ext in py pyc pyo jpg png
${INSTALL_DATA} ${WRKSRC}/*.${ext} ${DATADIR}
.endfor
@${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
@printf "#!/bin/sh\ncd ${DATADIR} && \
exec ${PYTHON_CMD} ${DATADIR}/pypanda.py\n" > ${WRKDIR}/pypanda.sh
@${INSTALL_SCRIPT} ${WRKDIR}/pypanda.sh ${PREFIX}/bin/pypanda
.include <bsd.port.mk>

1
misc/pypanda/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (pypanda-0.6.tar.gz) = 55dd67977e8e17376fe9f656ab51666d

1
misc/pypanda/pkg-comment Normal file
View File

@ -0,0 +1 @@
Viewer for San Diego Zoo Pandacam written in Python

6
misc/pypanda/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
pyPanda is a python script that uses the pySDL and pygame interfaces to the
SDL multimedia library. This program allows you to view the web's killer app,
the San Diego Zoo Panda Cam, in a window on your desktop. A mouse click
anywhere in the window will refresh the view, and a key press will quit.
WWW: http://www3.telus.net/futility/futility/software.html

10
misc/pypanda/pkg-plist Normal file
View File

@ -0,0 +1,10 @@
bin/pypanda
share/doc/pypanda/README
share/pypanda/camdown.jpg
share/pypanda/camrefresh.jpg
share/pypanda/pypanda.png
share/pypanda/pypanda.py
share/pypanda/pypanda.pyc
share/pypanda/pypanda.pyo
@dirrm share/pypanda
@dirrm share/doc/pypanda