pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/py-funge Initial import of py-funge. Packaged by...
details: https://anonhg.NetBSD.org/pkgsrc/rev/705b0d547690
branches: trunk
changeset: 479543:705b0d547690
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Aug 16 17:11:00 2004 +0000
description:
Initial import of py-funge. Packaged by Yi Min-Cheol.
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.
diffstat:
lang/py-funge/DESCR | 4 ++++
lang/py-funge/Makefile | 33 +++++++++++++++++++++++++++++++++
lang/py-funge/PLIST | 25 +++++++++++++++++++++++++
lang/py-funge/distinfo | 4 ++++
4 files changed, 66 insertions(+), 0 deletions(-)
diffs (82 lines):
diff -r 58a4719ab60c -r 705b0d547690 lang/py-funge/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py-funge/DESCR Mon Aug 16 17:11:00 2004 +0000
@@ -0,0 +1,4 @@
+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 -r 58a4719ab60c -r 705b0d547690 lang/py-funge/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py-funge/Makefile Mon Aug 16 17:11:00 2004 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/16 17:11:00 minskim Exp $
+
+DISTNAME= pyfunge-0.2-beta1
+PKGNAME= ${PYPKGPREFIX}-funge-0.2beta1
+CATEGORIES= lang python
+MASTER_SITES= http://kldp.net/download.php/1270/
+
+MAINTAINER= fox9%netb.co.kr@localhost
+HOMEPAGE= http://pyfunge.kldp.net/
+COMMENT= Extensible Funge-98 interpreter written in Python
+
+NO_BUILD= yes
+NO_CONFIGURE= yes
+USE_BUILDLINK3= yes
+
+PYTHON_VERSIONS_ACCEPTED?= 23 23pth
+
+WRKSRC?= ${WRKDIR}/PyFunge
+PLIST_SUBST+= PYSITELIB=${PYSITELIB}
+
+PYCOMPILEALL= ${BUILDLINK_PREFIX.${PYPACKAGE}}/${PYLIB}/compileall.py
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE}
+ ${INSTALL_DATA} ${WRKSRC}/README.ko ${PREFIX}/share/doc/${PKGBASE}
+ ${INSTALL_DATA_DIR} ${PREFIX}/${PYSITELIB}/PyFunge
+ cd ${WRKSRC} && ${PAX} -rwppm '-s|.*/README.ko||' \
+ . ${PREFIX}/${PYSITELIB}/PyFunge
+ ${PYTHONBIN} ${PYCOMPILEALL} ${PREFIX}/${PYSITELIB}/PyFunge
+ ${PYTHONBIN} -O ${PYCOMPILEALL} ${PREFIX}/${PYSITELIB}/PyFunge
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 58a4719ab60c -r 705b0d547690 lang/py-funge/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py-funge/PLIST Mon Aug 16 17:11:00 2004 +0000
@@ -0,0 +1,25 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/16 17:11:00 minskim 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
+@dirrm share/doc/${PKGBASE}
+@dirrm ${PYSITELIB}/PyFunge
diff -r 58a4719ab60c -r 705b0d547690 lang/py-funge/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py-funge/distinfo Mon Aug 16 17:11:00 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/08/16 17:11:00 minskim Exp $
+
+SHA1 (pyfunge-0.2-beta1.tar.gz) = 98fa7f2411b0c026adeefb389a4370e8f1786eaa
+Size (pyfunge-0.2-beta1.tar.gz) = 17442 bytes
Home |
Main Index |
Thread Index |
Old Index