diff options
Diffstat (limited to 'x11-toolkits/py-SciParam')
-rw-r--r-- | x11-toolkits/py-SciParam/Makefile | 46 | ||||
-rw-r--r-- | x11-toolkits/py-SciParam/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/py-SciParam/pkg-descr | 4 |
3 files changed, 0 insertions, 52 deletions
diff --git a/x11-toolkits/py-SciParam/Makefile b/x11-toolkits/py-SciParam/Makefile deleted file mode 100644 index edbbb0e53451..000000000000 --- a/x11-toolkits/py-SciParam/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: py-SciParam -# Date created: Mar 23, 2004 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= SciParam -PORTVERSION= 1.0.1 -PORTREVISION= 9 -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 - -DEPRECATED= Depends on the deprecated wx 2.4 -EXPIRATION_DATE= 2012-10-20 - -USE_BZIP2= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes -USE_WX= 2.4 -WX_COMPS= python - -.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 deleted file mode 100644 index 9b6c5f81595b..000000000000 --- a/x11-toolkits/py-SciParam/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (SciParam-1.0.1.tar.bz2) = 59415b0a4edf078c2babf34e2fe5ee4c3d8bf3ea6841ad1f458182538be23b7d -SIZE (SciParam-1.0.1.tar.bz2) = 524695 diff --git a/x11-toolkits/py-SciParam/pkg-descr b/x11-toolkits/py-SciParam/pkg-descr deleted file mode 100644 index 6a67331a5329..000000000000 --- a/x11-toolkits/py-SciParam/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -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/ |