summaryrefslogtreecommitdiff
path: root/lang/jasmin
AgeCommit message (Collapse)AuthorFilesLines
2002-05-21MAINTAINER= jschauma@netbsd.org, I guess.jschauma1-2/+2
2002-05-21Any JDK will do, so USE_JAVA rather than depend on sun-jre.jschauma1-3/+2
2002-05-21Add a chmod of various files:jschauma1-1/+2
Original tarball contains files with wrong permissions, making the package useless for lusers.
2002-04-22Remove a comment which is no longer applicable.agc1-3/+1
2002-04-22Initial import of jasmin-1.06 into the NetBSD Packages Collection.agc5-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.