aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-instant/pkg-descr
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-01-06 03:35:11 +0800
committermiwi <miwi@FreeBSD.org>2007-01-06 03:35:11 +0800
commit1e5c9f3a72a8fe3affd6d0cc964bf9665103b611 (patch)
tree174129b69505f5c8b6d8daa0edffbd80474b8558 /devel/py-instant/pkg-descr
parent1f0faacda93f996db458a2d83b98e162d12060c1 (diff)
downloadfreebsd-ports-gnome-1e5c9f3a72a8fe3affd6d0cc964bf9665103b611.tar.gz
freebsd-ports-gnome-1e5c9f3a72a8fe3affd6d0cc964bf9665103b611.tar.zst
freebsd-ports-gnome-1e5c9f3a72a8fe3affd6d0cc964bf9665103b611.zip
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>
Diffstat (limited to 'devel/py-instant/pkg-descr')
-rw-r--r--devel/py-instant/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/py-instant/pkg-descr b/devel/py-instant/pkg-descr
new file mode 100644
index 000000000000..faea6ddfce82
--- /dev/null
+++ b/devel/py-instant/pkg-descr
@@ -0,0 +1,8 @@
+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/