summaryrefslogtreecommitdiff
path: root/lang/joos
AgeCommit message (Collapse)AuthorFilesLines
2018-01-01Sort PLIST files.rillig1-2/+2
Unsorted entries in PLIST files have generated a pkglint warning for at least 12 years. Somewhat more recently, pkglint has learned to sort PLIST files automatically. Since pkglint 5.4.23, the sorting is only done in obvious, simple cases. These have been applied by running: pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2017-03-23Extend SHA512 checksums to various files I have on my local distfilejoerg1-1/+2
mirror.
2015-12-29Add patch comments.dholland7-13/+26
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-05-23Installs csh scripts. (Fie!) Adjust accordingly. PKGREVISION -> 1.dholland1-2/+12
2012-05-14USE_TOOLS+=flex, per latest linux builddholland1-2/+2
2012-04-13USE_TOOLS += yacc.dholland1-2/+2
2011-03-11service suspended. fetch from backup.zafer1-2/+2
2009-06-30Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build withjoerg1-1/+3
MAKE_JOBS=2 and worked without.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-20/+1
2009-03-21Fix MAINTAINER.darcy1-2/+2
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-2/+3
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-4/+6
their files via a custom do-install target.
2007-08-08Add forgotten patch to kill malloc.h.joerg1-0/+13
2007-08-08Don't use malloc.h.joerg2-8/+18
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-04-02drop maintainership; these have long outgrown mejschauma1-2/+2
2005-02-24Add RMD160 digestsagc1-1/+2
2003-08-23Put these packages into a new pseudo-category called 'java'.jschauma1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-5/+5
2002-12-26Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files asjlam1-2/+2
suggested by Simon J. Gerraty.
2002-10-15Trivially use java.mkjschauma1-2/+2
2002-10-04Update to version 0.2.jschauma4-7/+60
Changes: Add a A- directory with sources that fix several bugs in the original code. Keep A+ to allow students to compare results Corrections and A- tree from mark P Sullivan (msulliva at stevens-tech dot edu) Corrections sent to the original author, but no response. Synch PLIST with reality.
2002-08-07Make use of our new JAVA magic.jschauma1-6/+4
2002-05-08Initial import of "Joos":jschauma8-0/+522
Joos is an acronym for Java's Object-Oriented Subset. JOOS is a proper subset of Java which is used to teach students about compilers.