diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-29 20:02:49 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-29 20:02:49 +0800 |
commit | c0200917a31fcd24d7e48d366b7256d778d157f5 (patch) | |
tree | f8d1c3840035b6c1921af89b9af1db2dfd65114d /java/Makefile | |
parent | 4645b3a0331dc61e0a75a9de296bd4f70a02c628 (diff) | |
download | freebsd-ports-gnome-c0200917a31fcd24d7e48d366b7256d778d157f5.tar.gz freebsd-ports-gnome-c0200917a31fcd24d7e48d366b7256d778d157f5.tar.zst freebsd-ports-gnome-c0200917a31fcd24d7e48d366b7256d778d157f5.zip |
[new port] java/gj[-jdk11]: Generic Java
GJ is an extension of the Java programming language that
supports generic types.
* Support for generics
* Superset of the Java programming language
* Compiles into the Java Virtual Machine
* Compatible with existing libraries
WWW: http://www.cis.unisa.edu.au/~pizza/gj/
gj-jdk11 is a slave port to gj which uses JDK 1.1.
PR: ports/55111
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index b50b29534527..61560014753d 100644 --- a/java/Makefile +++ b/java/Makefile @@ -17,6 +17,7 @@ SUBDIR += eclipse-gef-examples SUBDIR += eclipse-langpack SUBDIR += forte + SUBDIR += gj SUBDIR += gnu-regexp SUBDIR += guavac SUBDIR += infobus |