summaryrefslogtreecommitdiff
path: root/net/flan
AgeCommit message (Collapse)AuthorFilesLines
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-1/+2
2005-11-04Removed jdk13 from the PKG_JVMS_ACCEPTED.rillig1-2/+2
2005-06-17Create directories before installing files into them.jlam1-1/+2
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 digests.agc1-1/+2
2004-07-07Accept sun-jdk13, sun-jdk14, jdk13 and jdk14.xtraeme1-4/+6
2004-02-21s/writen/written/snj1-2/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-08-23Add pseudo-category 'java'.jschauma1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-12-31E_JAVA=yes is implied by java-vm.mk.jlam1-2/+2
2002-10-10Use PKG_JAVA_HOME consistently instead of JAVA_HOME now that JAVA_HOME isjlam1-3/+3
no longer defined by bsd.pkg.mk.
2002-08-07This package needs a Java2 compiler, so mark the PKG_JVM accordingly.agc1-1/+2
2002-07-24Use ${JAVA_HOME} instead of ${PREFIX}/java (they're not the sameschmonz2-6/+8
on Darwin). While I'm here, move the WRKSRC definition up to a more visible spot.
2002-07-24Initial import of flan-1.1beta, as flan-1.1rc1, into the NetBSD Packagesagc6-0/+88
Collection. Provided in PR 15687 by Ola Eriksson (ola@mrEriksson.net), modified by myself. Flan is a network simluator written in java, and is now fully functionnal. The IP protocol is implemented, with a quite complete RIPv2 routing algorithm. The protocols are also written in java, so GO AHEAD ! Flan is under GNU Public License, so download it, modify it, and distribute it. The networks are now encoded in XML, using XMLCoDe. This very useful library (included in the flan tarball as jars) automatically creates an XML image of a java object, like the flan nets (XMLCoDe is entirely written by Sylvain Guerin).