summaryrefslogtreecommitdiff
path: root/lang/sablevm-classpath
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-12/+1
2009-04-08Remove the remaining NO_MTREE definitions, it has been a nop for ajoerg1-2/+1
while.
2008-06-20Add DESTDIR support.joerg1-1/+2
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
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 totonio2-3/+3
configure, since it is no more supported That should fix PLIST problems
2006-04-17Make sure sablevm-classpath do not install jni.h (since it is provided bytonio5-4/+33
sablevm) as noted by Gary Duzan in PR pkg/30137 Fix PLIST issues, to properly deintall Fix AWK snippets for print-PLIST Bump PKGREVISION for sablevm and sablevm-classpath
2006-04-15Update sablevm-classpath to 1.13tonio6-2818/+94
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-04-12Remove the misplaced info file entries in ${PREFIX}/info.jlam1-3/+1
2006-04-12Record hacking.info and vmintegration.info. Bump revision.joerg2-3/+5
2006-04-05List the info files directly in the PLIST, and honor PKGINFODIR andjlam2-3/+5
PKGMANDIR.
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.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-08-20Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} sojlam1-2/+2
that these directories will be conditionally removed (based on reference counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION for packages that were modified as a result.
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
2005-02-24Add RMD160 digestsagc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-22/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-05-23Convert sablevm{,-classpath,-classpath-gui} to java-env.mk, so that theyjmmv3-2827/+2833
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 concretejmmv3-2801/+2830
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:jmmv5-0/+2840
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.