Date: Fri, 5 Jan 2007 19:35:11 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/py-instant Makefile distinfo pkg-descr Message-ID: <200701051935.l05JZB0R011198@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2007-01-05 19:35:11 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/py-instant Makefile distinfo pkg-descr
Log:
By using the class Instant a Python extension module can be created at runtime.
For the user, it behaves somewhat like an inline module, except you have to
import the module manually.
The code can be either C or C++, but like when programming C or C++, it has to
be inside a function or a similar C/C++ construct.
WWW: http://pyinstant.sourceforge.net/
PR: ports/107517
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
Revision Changes Path
1.2581 +1 -0 ports/devel/Makefile
1.1 +28 -0 ports/devel/py-instant/Makefile (new)
1.1 +3 -0 ports/devel/py-instant/distinfo (new)
1.1 +8 -0 ports/devel/py-instant/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701051935.l05JZB0R011198>
