Commit graph

8 commits

Author SHA1 Message Date
Tobias Nygren
6e35ec5b85 Fix bad DEPENDS lines (paths should not have trailing slashes) 2008-01-22 11:49:32 +00:00
Sergey Svishchev
1d06d88112 Unbreak packaging. 2007-01-13 21:34:43 +00:00
Sergey Svishchev
7b4709677e Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
2006-10-29 08:32:37 +00:00
Roland Illig
1ee539a984 Added RMD160 checksums. 2005-09-28 06:41:05 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Peter Postma
b54dc19d08 wip is not the category, fix it. 2004-07-18 15:25:57 +00:00
pancake ;)
2654f67605 What are you doing here?!?!? 2004-03-03 20:14:23 +00:00
pancake ;)
72ab739e58 Initial import of Kissme JVM
DESCR::::

kissme is Java Virtual Machine (JVM) freely available under the GPL.

It is currently still under development but can run many console java
applications. The Kissme JVM has the following properties:

    * It runs on UNIX, particularly GNU/Linux.
    * It is written in C (although the JIT is being written in Java)
    * It uses native (Operating System) threads, as opposed to user or
	'green' threads.
    * It uses a conservative Mark and Sweep garbage collector. (Hopefully
	this will change in the future.)
    * It interprets java bytecodes. (A JIT compiler that compiles bytecode
	to native i386 code is under development, though this project has
	been inactive for some time.)
    * It supports an extension to the JVM that implements orthogonal
	persistence. This is a mechanism in which the JVM transparently
	migrates Java data structures between memory and a persistent store.
    * It uses the GNU Classpath runtime libraries. Classpath is a
	clean-room, open source reimplementation of the standard Java
	runtime libraries.


TODO:::::::::

Last patch disables install, kissmebin is created, but i wasn't able 
to run it :/

If anybody could help on that will be nice ;)

I'm expecting that classpath 0.7 (done by me comes up into pkgsrc...)
just a time tip.
2004-03-03 20:11:50 +00:00