| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
10 Dec 2012 16:49:34
2.13
|
bapt  |
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
2.13
|
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to USE_JAVA= 1.5+ (part1) |
29 Jun 2012 06:20:50
2.13
|
clsung  |
- Update to 2.13 |
15 Dec 2011 08:49:51
2.12
|
clsung  |
- Update to 2.12 |
28 Sep 2011 03:22:45
2.11
|
clsung  |
- Update to 2.11 |
21 Jul 2011 05:03:02
2.7
|
linimon  |
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
2.7
|
clsung  |
- Update to 2.7 |
29 Jul 2010 10:02:35
2.6
|
clsung  |
- Update to 2.6 |
31 Mar 2010 08:16:50
2.5.1
|
clsung  |
- Update to 2.5.1 |
12 Dec 2009 11:15:35
2.5
|
clsung  |
- Update to 2.5 |
18 Nov 2009 12:16:14
2.4.1
|
clsung  |
- Update to 2.4.1 |
28 May 2009 05:18:44
2.3
|
clsung  |
- Update to 2.3
PR: ports/134885
Submitted by: Wen Heping <wenheping_AT_gmail dot com> |
15 Dec 2008 15:18:47
2.1
|
clsung  |
- Update to 2.1 |
03 Nov 2008 09:01:29
2.0_1
|
clsung  |
- 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
2.0
|
clsung  |
- Update to 2.0 |
06 Jun 2008 13:21:59
1.9_2
|
edwin  |
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
1.9_1
|
clsung  |
- fix run-time error
- bump PORTREVISION
Changes: |
19 May 2008 05:21:51
1.9
|
clsung  |
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/ |