cvs commit: ports/devel Makefile ports/devel/py-jcc Makefile distinfo pkg-descr pkg-plist

Cheng-Lung Sung clsung at FreeBSD.org
Mon May 19 05:21:52 UTC 2008


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)


More information about the cvs-all mailing list