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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"