Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-06-28 | Update to bl3. All test built with jdk or sun-jdk14. | abs | 1 | -2/+2 | |
jakarta-tomcat4 has other issues independant of this - will patch next | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-08-23 | Put these packages into a new pseudo-category called 'java'. | jschauma | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-12-26 | Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files as | jlam | 1 | -2/+2 | |
suggested by Simon J. Gerraty. | |||||
2002-10-18 | Trivially use buildlink2. | jlam | 1 | -2/+3 | |
2002-10-18 | Correct MASTER_SITE and HOMEPAGE. | jschauma | 1 | -3/+3 | |
2002-10-15 | Trivially use java.mk. | jschauma | 1 | -3/+5 | |
Clean up to to fit into <80 cols. (Note: MASTER_SITE seems to be unavailable at the moment, I contacted the author.) | |||||
2002-07-29 | Set USE_JAVA=run on some packages that obviously don't need a JDK for the | jlam | 1 | -2/+2 | |
build. These packages set NO_BUILD and by inspection of the Makefiles, there isn't any invocation of java needed. | |||||
2002-05-21 | MAINTAINER= jschauma@netbsd.org, I guess. | jschauma | 1 | -2/+2 | |
2002-05-21 | Any JDK will do, so USE_JAVA rather than depend on sun-jre. | jschauma | 1 | -3/+2 | |
2002-05-21 | Add a chmod of various files: | jschauma | 1 | -1/+2 | |
Original tarball contains files with wrong permissions, making the package useless for lusers. | |||||
2002-04-22 | Remove a comment which is no longer applicable. | agc | 1 | -3/+1 | |
2002-04-22 | Initial import of jasmin-1.06 into the NetBSD Packages Collection. | agc | 5 | -0/+538 | |
Provided in PR 16057 by Jan Schaumann <jschauma@cs.stevens-tech.edu> Jasmin is a Java Assembler Interface. It takes ASCII descriptions for Java classes, written in a simple assembler-like syntax and using the Java Virtual Machine instruction set. It converts them into binary Java class files suitable for loading into a JVM implementation. Modified slightly by myself. |