diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-29 20:07:08 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-29 20:07:08 +0800 |
commit | 383b4e48627ad80bacb2676da9e1e40ec5799586 (patch) | |
tree | 2f2bcae0d80b66f4d963a89f0b41ff87e89605c6 /java/gj/pkg-descr | |
parent | c0200917a31fcd24d7e48d366b7256d778d157f5 (diff) | |
download | freebsd-ports-gnome-383b4e48627ad80bacb2676da9e1e40ec5799586.tar.gz freebsd-ports-gnome-383b4e48627ad80bacb2676da9e1e40ec5799586.tar.zst freebsd-ports-gnome-383b4e48627ad80bacb2676da9e1e40ec5799586.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/gj/pkg-descr')
-rw-r--r-- | java/gj/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/java/gj/pkg-descr b/java/gj/pkg-descr new file mode 100644 index 000000000000..d0ae7777efc8 --- /dev/null +++ b/java/gj/pkg-descr @@ -0,0 +1,9 @@ +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/ |