diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 | ||||
-rw-r--r-- | lang/py-funge/DESCR | 4 | ||||
-rw-r--r-- | lang/py-funge/Makefile | 35 | ||||
-rw-r--r-- | lang/py-funge/PLIST | 23 | ||||
-rw-r--r-- | lang/py-funge/distinfo | 5 |
5 files changed, 1 insertions, 69 deletions
diff --git a/lang/Makefile b/lang/Makefile index fa730bd69e6..f479d42cfab 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.273 2009/09/07 18:17:28 joerg Exp $ +# $NetBSD: Makefile,v 1.274 2009/09/07 18:32:05 joerg Exp $ # COMMENT= Programming languages @@ -123,7 +123,6 @@ SUBDIR+= pnetlib SUBDIR+= pnetlib-nox11 SUBDIR+= polyml SUBDIR+= py-basicproperty -SUBDIR+= py-funge SUBDIR+= py-html-docs SUBDIR+= py-psyco SUBDIR+= py-pyrex diff --git a/lang/py-funge/DESCR b/lang/py-funge/DESCR deleted file mode 100644 index 8aa01d5c190..00000000000 --- a/lang/py-funge/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -PyFunge is a Funge-98 interpreter written in Python. It includes almost -all of features found in the Funge-98 specification and also provides -some other features like fingerprints. PyFunge is written in object- -oriented fashion and designed to be extensible from ground up. diff --git a/lang/py-funge/Makefile b/lang/py-funge/Makefile deleted file mode 100644 index 2f23c0cf753..00000000000 --- a/lang/py-funge/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# $NetBSD: Makefile,v 1.9 2009/07/08 13:55:59 joerg Exp $ - -DISTNAME= pyfunge-0.2-beta1 -PKGNAME= ${PYPKGPREFIX}-funge-0.2beta1 -PKGREVISION= 1 -CATEGORIES= lang python -MASTER_SITES= http://kldp.net/download.php/1270/ - -MAINTAINER= fox9@netb.co.kr -HOMEPAGE= http://pyfunge.kldp.net/ -COMMENT= Extensible Funge-98 interpreter written in Python - -PKG_DESTDIR_SUPPORT= user-destdir - -USE_TOOLS+= pax - -NO_BUILD= yes -NO_CONFIGURE= yes - -PYTHON_VERSIONS_ACCEPTED?= 23 - -WRKSRC?= ${WRKDIR}/PyFunge -PLIST_SUBST+= PYSITELIB=${PYSITELIB:Q} - -INSTALLATION_DIRS= ${PYSITELIB}/PyFunge share/doc/${PKGBASE} - -do-install: - ${INSTALL_DATA} ${WRKSRC}/README.ko ${DESTDIR}${PREFIX}/share/doc/${PKGBASE} - cd ${WRKSRC} && pax -rwppm '-s|.*/README.ko||' \ - . ${DESTDIR}${PREFIX}/${PYSITELIB}/PyFunge - ${PY_COMPILE_ALL} ${DESTDIR}${PREFIX}/${PYSITELIB}/PyFunge - ${PY_COMPILE_O_ALL} ${DESTDIR}${PREFIX}/${PYSITELIB}/PyFunge - -.include "../../lang/python/extension.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/lang/py-funge/PLIST b/lang/py-funge/PLIST deleted file mode 100644 index 3725ac1dd67..00000000000 --- a/lang/py-funge/PLIST +++ /dev/null @@ -1,23 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:03:39 joerg Exp $ -share/doc/${PKGBASE}/README.ko -${PYSITELIB}/PyFunge/__init__.py -${PYSITELIB}/PyFunge/__init__.pyc -${PYSITELIB}/PyFunge/__init__.pyo -${PYSITELIB}/PyFunge/exception.py -${PYSITELIB}/PyFunge/exception.pyc -${PYSITELIB}/PyFunge/exception.pyo -${PYSITELIB}/PyFunge/execute.py -${PYSITELIB}/PyFunge/execute.pyc -${PYSITELIB}/PyFunge/execute.pyo -${PYSITELIB}/PyFunge/ip.py -${PYSITELIB}/PyFunge/ip.pyc -${PYSITELIB}/PyFunge/ip.pyo -${PYSITELIB}/PyFunge/platform.py -${PYSITELIB}/PyFunge/platform.pyc -${PYSITELIB}/PyFunge/platform.pyo -${PYSITELIB}/PyFunge/space.py -${PYSITELIB}/PyFunge/space.pyc -${PYSITELIB}/PyFunge/space.pyo -${PYSITELIB}/PyFunge/stack.py -${PYSITELIB}/PyFunge/stack.pyc -${PYSITELIB}/PyFunge/stack.pyo diff --git a/lang/py-funge/distinfo b/lang/py-funge/distinfo deleted file mode 100644 index e9fe1f56a77..00000000000 --- a/lang/py-funge/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 09:03:10 agc Exp $ - -SHA1 (pyfunge-0.2-beta1.tar.gz) = 98fa7f2411b0c026adeefb389a4370e8f1786eaa -RMD160 (pyfunge-0.2-beta1.tar.gz) = c58136f1fc4915e3536cefba228f9c6d3dfb2bf1 -Size (pyfunge-0.2-beta1.tar.gz) = 17442 bytes |