summaryrefslogtreecommitdiff
path: root/java/sablevm/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.13Pav Lucistnik2007-12-153-169/+0
| | | | | | | | | | | | - Take maintainership - Split classpath into separate port - Switch to libffi-devel to allow build on !386 PR: ports/118288, ports/118312 Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de> Notes: svn path=/head/; revision=203766
* Add build fix for FreeBSD 4.x.Archie Cobbs2004-07-271-0/+14
| | | | Notes: svn path=/head/; revision=114825
* Update to 1.1.6.Archie Cobbs2004-07-262-0/+155
| | | | Notes: svn path=/head/; revision=114805
* Upgrade to version 1.1.5.Archie Cobbs2004-06-1720-451/+0
| | | | | | | Submitted by: Roman Kennke <roman@ontographics.com> Notes: svn path=/head/; revision=111670
* Fix port build failure.Archie Cobbs2003-03-201-0/+15
| | | | Notes: svn path=/head/; revision=77166
* Fix port build failure.Archie Cobbs2003-03-201-0/+12
| | | | Notes: svn path=/head/; revision=77165
* Unbreak port in the non-gnome case.Archie Cobbs2003-02-231-11/+9
| | | | Notes: svn path=/head/; revision=76222
* Update to version 1.0.6.Archie Cobbs2003-02-2018-47/+278
| | | | Notes: svn path=/head/; revision=75993
* Update to version 1.0.5.Archie Cobbs2002-10-1711-44/+39
| | | | Notes: svn path=/head/; revision=68229
* Annihilate #inclusions of <malloc.h>.Archie Cobbs2002-08-302-0/+21
| | | | Notes: svn path=/head/; revision=65323
* Update to version 1.0.4.Archie Cobbs2002-08-2411-60/+26
| | | | Notes: svn path=/head/; revision=64961
* Remove this patch, it's not actually needed.Archie Cobbs2002-08-231-11/+0
| | | | Notes: svn path=/head/; revision=64894
* Patches to fix compilation on -stable.Archie Cobbs2002-08-232-0/+27
| | | | Notes: svn path=/head/; revision=64858
* Patch to fix the build when doing USE_GNOMELIBS.Archie Cobbs2002-08-192-0/+34
| | | | Notes: svn path=/head/; revision=64666
* Pass CFLAGS to configure scripts using CONFIGURE_ENV.Archie Cobbs2002-08-192-20/+1
| | | | Notes: svn path=/head/; revision=64649
* Update to version 1.0.3.Archie Cobbs2002-08-198-15/+51
| | | | | | | Make USE_GNOMELIBS optional. Add a patch that fixes a native library bug. Notes: svn path=/head/; revision=64648
* Update to SableVM version 1.0.2.Archie Cobbs2002-08-157-408/+108
| | | | | | | This port includes the Java classes, making the java/sablepath port obsolete. Notes: svn path=/head/; revision=64558
* SableVM implements the Java virtual machine specification, second edition.Archie Cobbs2002-07-097-0/+446
SableVM is a bytecode interpreter. It's goals are to be reasonably small, efficient, and fast, as well as providing a well-designed platform for doing research into different algorithms for bytecode interpretation, garbage collection, memory management, etc. SableVM uses a modified version of the GNU Classpath Java classes; these classes are installed by the "sablepath" port. WWW: http://www.sablevm.org/ Notes: svn path=/head/; revision=62726