./wip/kissme, Java Virtual Machine (JVM) freely available

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.0.32, Package name: kissme-0.0.32, Maintainer: pkgsrc-users

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.


Required to run:
[archivers/zip] [lang/classpath]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: daa3ae3443f9eb4bbf8775dd59a9dd779ff89d2e
Filesize: 430.133 KB

Version history: (Expand)


CVS history: (Expand)


   2012-11-26 00:32:22 by othyro | Files touched by this commit (104)
Log message:
Maintainer stated that no time is available to work on pkgsrc anymore, but
wouldn't mind seeing other people continue to maintain these packages.
Resetting to pkgsrc-users@NetBSD.org
   2012-10-01 23:57:31 by Aleksej Saushev | Files touched by this commit (30)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2008-01-22 12:49:32 by Tobias Nygren | Files touched by this commit (1)
Log message:
Fix bad DEPENDS lines (paths should not have trailing slashes)
   2007-01-13 22:34:43 by Sergey Svishchev | Files touched by this commit (1)
Log message:
Unbreak packaging.
   2006-10-29 09:32:37 by Sergey Svishchev | Files touched by this commit (192)
Log message:
Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
   2005-09-28 08:41:20 by Roland Illig | Files touched by this commit (179)
Log message:
Added RMD160 checksums.
   2005-04-11 23:13:36 by Todd Vierling | Files touched by this commit (1)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

   2004-07-18 17:26:00 by Peter Postma | Files touched by this commit (1)
Log message:
wip is not the category, fix it.