diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-03-23 06:04:30 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-03-23 06:04:30 +0000 |
commit | 82051d4a90647e9e62509c182015d927c3ad4300 (patch) | |
tree | 76ef7411621447366dd77bf81b0ab4c2a0b121c1 /x11-toolkits/py-SciParam | |
parent | db5deb420ea043a3c27dfef46423c67356080fdc (diff) | |
download | ports-82051d4a90647e9e62509c182015d927c3ad4300.tar.gz ports-82051d4a90647e9e62509c182015d927c3ad4300.zip |
add py-SciParam 1.0.1
Scientific Parameter Dialogs in wxPython based user interfaces
Notes
Notes:
svn path=/head/; revision=105002
Diffstat (limited to 'x11-toolkits/py-SciParam')
-rw-r--r-- | x11-toolkits/py-SciParam/Makefile | 42 | ||||
-rw-r--r-- | x11-toolkits/py-SciParam/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/py-SciParam/pkg-descr | 4 |
3 files changed, 48 insertions, 0 deletions
diff --git a/x11-toolkits/py-SciParam/Makefile b/x11-toolkits/py-SciParam/Makefile new file mode 100644 index 000000000000..0d0b9dccee4f --- /dev/null +++ b/x11-toolkits/py-SciParam/Makefile @@ -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> diff --git a/x11-toolkits/py-SciParam/distinfo b/x11-toolkits/py-SciParam/distinfo new file mode 100644 index 000000000000..a7ce1d913b9c --- /dev/null +++ b/x11-toolkits/py-SciParam/distinfo @@ -0,0 +1,2 @@ +MD5 (SciParam-1.0.1.tar.bz2) = a385f7a890d8b7134b95e4d23fa5accb +SIZE (SciParam-1.0.1.tar.bz2) = 524695 diff --git a/x11-toolkits/py-SciParam/pkg-descr b/x11-toolkits/py-SciParam/pkg-descr new file mode 100644 index 000000000000..6a67331a5329 --- /dev/null +++ b/x11-toolkits/py-SciParam/pkg-descr @@ -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/ |