add py-SciParam 1.0.1

Scientific Parameter Dialogs in wxPython based user interfaces
This commit is contained in:
Ying-Chieh Liao 2004-03-23 06:04:30 +00:00
parent db5deb420e
commit 82051d4a90
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105002
4 changed files with 49 additions and 0 deletions

View File

@ -155,6 +155,7 @@
SUBDIR += php-gtk
SUBDIR += plib
SUBDIR += pmw
SUBDIR += py-SciParam
SUBDIR += py-anygui
SUBDIR += py-gnome
SUBDIR += py-gnome2

View File

@ -0,0 +1,42 @@
# ex:ts=8
# Ports collection makefile for: py-SciParam
# Date created: Mar 23, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= SciParam
PORTVERSION= 1.0.1
CATEGORIES= x11-toolkits python
MASTER_SITES= ftp://ftp.intevation.de/great-er/sciparam/ \
http://ftp.intevation.de/great-er/sciparam/ \
ftp://ftp.gwdg.de/pub/misc/freegis/intevation/great-er/sciparam/ \
http://ftp.gwdg.de/pub/misc/freegis/intevation/great-er/sciparam/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Scientific Parameter Dialogs in wxPython based user interfaces
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wx/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.if !defined(NOPORTDOCS)
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
PORTDOCS= *
.endif
post-install:
@${FIND} ${PYTHON_SITELIBDIR}/${PORTNAME} -type f | \
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
@${FIND} ${PYTHON_SITELIBDIR}/${PORTNAME} -type d | ${SORT} -r | \
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${CP} -R ${WRKSRC}/doc/ ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (SciParam-1.0.1.tar.bz2) = a385f7a890d8b7134b95e4d23fa5accb
SIZE (SciParam-1.0.1.tar.bz2) = 524695

View File

@ -0,0 +1,4 @@
SciParam is a Python package to easily add additional quality control for
entering scientific parameters in wxPython-based user interfaces.
WWW: http://great-er.intevation.org/sciparam/