Date: Mon, 19 May 2008 05:21:51 +0000 (UTC) From: Cheng-Lung Sung <clsung@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/py-jcc Makefile distinfo pkg-descr pkg-plist Message-ID: <200805190521.m4J5LpCV022835@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
clsung 2008-05-19 05:21:51 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/py-jcc Makefile distinfo pkg-descr pkg-plist
Log:
JCC is a C++ code generator for producing the glue code necessary to call
into Java classes from CPython via Java's Native Invocation Interface (JNI).
JCC generates C++ wrapper classes that hide all the gory details of JNI
access as well Java memory and object reference management.
JCC generates CPython types that make these C++ classes accessible from a
Python interpreter. JCC attempts to make these Python types pythonic by
detecting iterators and property accessors. Iterators and mappings may
also be declared to JCC.
WWW: http://pypi.python.org/pypi/JCC/
Revision Changes Path
1.3064 +1 -0 ports/devel/Makefile
1.1 +31 -0 ports/devel/py-jcc/Makefile (new)
1.1 +3 -0 ports/devel/py-jcc/distinfo (new)
1.1 +12 -0 ports/devel/py-jcc/pkg-descr (new)
1.1 +26 -0 ports/devel/py-jcc/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805190521.m4J5LpCV022835>
