714a FreshPorts -- devel/py-jcc
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
py-jcc 2.13 devel on this many watch lists=1 search for ports that depend on this port
C++ code generator for calling Java from C++/Python
Maintained by: clsung@FreeBSD.org search for ports maintained by this maintainer
Port Added: 19 May 2008 05:22:13
Also Listed In: java python
License: not specified in port


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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/python27
  2. java/openjdk6
Required To Run:
  1. lang/python27
  2. java/openjdk6

This port is required by:

for Build

To install the port: cd /usr/ports/devel/py-jcc/ && make install clean
To add the package: pkg_add -r py27-jcc


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://b.pypi.python.org/packages/source/J/JCC/
  3. http://c.pypi.python.org/packages/source/J/JCC/
  4. http://d.pypi.python.org/packages/source/J/JCC/
  5. http://e.pypi.python.org/packages/source/J/JCC/
  6. http://f.pypi.python.org/packages/source/J/JCC/
  7. http://pypi.inqbus.de/JCC/
  8. http://pypi.it.uwosh.edu/JCC/
  9. http://pypi.python.jp/JCC/
  10. http://pypi.python.org/packages/source/J/JCC/

Number of commits found: 18

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
10 Dec 2012 16:49:34
Original commit files touched by this commit  2.13
bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009) + removing outdated jdk16
vendors:
Remove any reference to bsdjava and freebsd Java Vendors, as the both are
outdated, have security issues and expired.

Mark icedtea6-stubs as broken as it doesn't build with any of the left supported
vendors.
Switch tuxguitar to be able to use openjdk16 [1]

Approved by:	gahr [1]
10 Dec 2012 11:25:28
Original commit files touched by this commit  2.13
bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to USE_JAVA=	1.5+ (part1)
29 Jun 2012 06:20:50
Original commit files touched by this commit  2.13
clsung search for other commits by this committer
- Update to 2.13
15 Dec 2011 08:49:51
Original commit files touched by this commit  2.12
clsung search for other commits by this committer
- Update to 2.12
28 Sep 2011 03:22:45
Original commit files touched by this commit  2.11
clsung search for other commits by this committer
- Update to 2.11
21 Jul 2011 05:03:02
Original commit files touched by this commit  2.7
linimon search for other commits by this committer
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:             ports/158969
Submitted by:   rene
Tested on:      pointyhat-west -exp
09 Feb 2011 09:14:45
Original commit files touched by this commit  2.7
clsung search for other commits by this committer
- Update to 2.7
29 Jul 2010 10:02:35
Original commit files touched by this commit  2.6
clsung search for other commits by this committer
- Update to 2.6
31 Mar 2010 08:16:50
Original commit files touched by this commit  2.5.1
clsung search for other commits by this committer
- Update to 2.5.1
12 Dec 2009 11:15:35
Original commit files touched by this commit  2.5
clsung search for other commits by this committer
- Update to 2.5
18 Nov 2009 12:16:14
Original commit files touched by this commit  2.4.1
clsung search for other commits by this committer
- Update to 2.4.1
28 May 2009 05:18:44
Original commit files touched by this commit  2.3
clsung search for other commits by this committer
- Update to 2.3

PR:             ports/134885
Submitted by:   Wen Heping <wenheping_AT_gmail dot com>
15 Dec 2008 15:18:47
Original commit files touched by this commit  2.1
clsung search for other commits by this committer
- Update to 2.1
03 Nov 2008 09:01:29
Original commit files touched by this commit  2.0_1
clsung search for other commits by this committer
- solve the problem by updating the py-jcc's Makefile
- bump PORTREVISION (devel/py-jcc)

PR:             ports/128311
Reviewed by:    clsung
20 Oct 2008 06:04:13
Original commit files touched by this commit  2.0
clsung search for other commits by this committer
- Update to 2.0
06 Jun 2008 13:21:59
Original commit files touched by this commit  1.9_2
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
20 May 2008 08:56:54
Original commit files touched by this commit  1.9_1
clsung search for other commits by this committer
- fix run-time error
- bump PORTREVISION

Changes:
19 May 2008 05:21:51
Original commit files touched by this commit  1.9
clsung search for other commits by this committer
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/

Number of commits found: 18

2841
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15
linux-firefoxMay 15
linux-seamonkeyMay 15

3 vulnerabilities affecting 19 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24516
Broken 219
Deprecated 472
Ignore 639
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 28
Expired 132
Set to expire 510
Interactive 33
new 24 hours 3
new 48 hours7
new 7 days30
new fortnight74
new month205

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0