summaryrefslogtreecommitdiff
path: root/lang/sablevm-classpath/Makefile.common
AgeCommit message (Collapse)AuthorFilesLines
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-04-23Add build_dependency on zip, and remove the --without-zip argument totonio1-2/+1
configure, since it is no more supported That should fix PLIST problems
2006-04-15Update sablevm-classpath to 1.13tonio1-4/+3
It seems that it was synced with gnu-classpath 0.19 this fixes part of PR pkg/30022 ,applying the suggested patch with small changes
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-05-23Convert sablevm{,-classpath,-classpath-gui} to java-env.mk, so that theyjmmv1-2/+4
can easily coexist with other Java implementations. This basically means that they are now installed under ${PREFIX}/java/sablevm and that a wrapper is created under ${PREFIX}/bin (sablevm-java) to exec this VM.
2004-04-30Update sablevm-classpath{,-gui} to 1.1.3. I wasn't able to find a concretejmmv1-3/+4
list of changes since 1.1.1. AFAICT, it seems that the code has been sync'ed with GNU classpath 0.08 and the installation has been modified to work "out of the box" with sablevm (i.e., no need to create more symbolic links to let the vm find the classes).
2004-03-28Initial import of sablevm-classpath, version 1.1.1:jmmv1-0/+22
SableVM is a portable bytecode interpreter written in C, and implementing the Java virtual machine specification, second edition. Its goals are to be reasonably small, fast and efficient, as well as providing a well designed and robust platform for conducting research. This package contains the class library for SableVM, based on GNU classpath. For GUI support, install sablevm-classpath-gui too.