summaryrefslogtreecommitdiff
path: root/java/jc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 1.4.5.Archie Cobbs2005-05-172-3/+3
| | | | Notes: svn path=/head/; revision=135471
* Update to version 1.4.4.Archie Cobbs2005-05-112-5/+4
| | | | Notes: svn path=/head/; revision=135056
* - Upgrade to version 1.4.3.Archie Cobbs2005-04-253-7/+19
| | | | | | | - Change JAVA_BUILD from "yes" to "jre" Notes: svn path=/head/; revision=134159
* Upgrade to version 1.4.2.Archie Cobbs2005-04-143-15/+3
| | | | Notes: svn path=/head/; revision=133331
* Bump PORTREVISION for previous commit which fixed a bug.Archie Cobbs2005-04-021-0/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=132150
* Add patch to fix a bug.Archie Cobbs2005-04-011-0/+11
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=132138
* Update to version 1.4.0.Archie Cobbs2005-03-212-3/+3
| | | | Notes: svn path=/head/; revision=131806
* Upgrade to version 1.3.2.Archie Cobbs2005-02-232-3/+3
| | | | Notes: svn path=/head/; revision=129605
* Fix file list: libtool seems to install the static library only on someArchie Cobbs2005-01-132-1/+3
| | | | | | | versions of FreeBSD. Notes: svn path=/head/; revision=126290
* Update to version 1.3.1 (these files were missing from previous commit).Archie Cobbs2005-01-112-2/+3
| | | | Notes: svn path=/head/; revision=126097
* Update to version 1.3.1.Archie Cobbs2005-01-101-2/+2
| | | | Notes: svn path=/head/; revision=126077
* Add missing file.Archie Cobbs2005-01-011-0/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=125626
* Upgrade to version 1.3.Archie Cobbs2004-12-293-17582/+24
| | | | Notes: svn path=/head/; revision=125437
* Add missing MAN1= line for man page.Archie Cobbs2004-12-281-0/+2
| | | | Notes: svn path=/head/; revision=125377
* Fix build failure: USE_JIKES is useless without USE_JAVA.Archie Cobbs2004-12-091-0/+1
| | | | Notes: svn path=/head/; revision=123570
* Upgrade to version 1.2.3.Archie Cobbs2004-11-295-1016/+1463
| | | | Notes: svn path=/head/; revision=122753
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Use ${MASTER_SITE_GNU}.Archie Cobbs2004-07-281-2/+2
| | | | Notes: svn path=/head/; revision=114907
* Add port dependency on GTK stuff and configure classpath to include it.Archie Cobbs2004-07-263-7/+21
| | | | Notes: svn path=/head/; revision=114813
* Update to version 1.2.2.Archie Cobbs2004-07-262-28/+6
| | | | Notes: svn path=/head/; revision=114778
* Update to version 1.2.1Archie Cobbs2004-07-133-9/+329
| | | | Notes: svn path=/head/; revision=113588
* Update to version 1.2.Archie Cobbs2004-07-067-142/+909
| | | | Notes: svn path=/head/; revision=113059
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+2
| | | | Notes: svn path=/head/; revision=105747
* Build fix for 5.x.Archie Cobbs2004-03-281-0/+22
| | | | Notes: svn path=/head/; revision=105561
* Build fix for 5.x.Archie Cobbs2004-03-171-0/+13
| | | | Notes: svn path=/head/; revision=104336
* Fix build with a patch from CVS.Archie Cobbs2004-03-102-2/+25
| | | | Notes: svn path=/head/; revision=103560
* Add USE_LIBTOOL.Archie Cobbs2004-03-081-2/+2
| | | | Notes: svn path=/head/; revision=103330
* Update to version 1.0.1.Archie Cobbs2004-02-263-3/+12
| | | | Notes: svn path=/head/; revision=102213
* Set ONLY_FOR_ARCHS i386. Remove extraneous "exit 1".Archie Cobbs2004-02-231-1/+1
| | | | Notes: svn path=/head/; revision=101918
* New port.Archie Cobbs2004-02-225-0/+16021
JC is a Java virtual machine implementation that converts class files into C source files using the Soot Java bytecode analysis framework, compiles them with GCC, and loads them using a built-in ELF object file loader. JC utilizes the GNU Classpath class library and provides support for most features you would expect such as reflection, user class loaders, etc. WWW: http://jcvm.sourceforge.net/ Notes: svn path=/head/; revision=101751