diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-04-16 06:18:20 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-04-16 06:18:20 +0800 |
commit | 0b2c06793eb9cacb15633adf30837689deae2cc5 (patch) | |
tree | 560d16a78120c04e736a4d87a101eb5d6838bf79 /java | |
parent | 1befcd3f27ddb7e0a78f149f3d765070bfb48036 (diff) | |
download | freebsd-ports-gnome-0b2c06793eb9cacb15633adf30837689deae2cc5.tar.gz freebsd-ports-gnome-0b2c06793eb9cacb15633adf30837689deae2cc5.tar.zst freebsd-ports-gnome-0b2c06793eb9cacb15633adf30837689deae2cc5.zip |
Drop maintainership - I'am so impressed by the performance and
stability of native JDK 1.4.1 with its built-in JIT on steroids
(HotSpot), so that I am unlikely ever will want to use external
JIT.
Diffstat (limited to 'java')
-rw-r--r-- | java/openjit/Makefile | 2 | ||||
-rw-r--r-- | java/shujit/Makefile | 2 | ||||
-rw-r--r-- | java/tya/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/java/openjit/Makefile b/java/openjit/Makefile index ce749312223e..97a6923a447d 100644 --- a/java/openjit/Makefile +++ b/java/openjit/Makefile @@ -11,7 +11,7 @@ CATEGORIES= java MASTER_SITES= http://www.openjit.org/dist/ DISTNAME= OpenJIT-${PORTVERSION} -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A high-performance reflective Java Just-In-Time (JIT) bytecode compiler BUILD_DEPENDS= ${JAVADIR}/bin/java:${PORTSDIR}/java/jdk11 diff --git a/java/shujit/Makefile b/java/shujit/Makefile index a0869253d3cc..d85bbfe77cdc 100644 --- a/java/shujit/Makefile +++ b/java/shujit/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.7.14 CATEGORIES= java MASTER_SITES= http://www.shudo.net/jit/dist/ -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A Just In Time java bytecode compiler LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm diff --git a/java/tya/Makefile b/java/tya/Makefile index e7d83b7a2624..4e84d187e178 100644 --- a/java/tya/Makefile +++ b/java/tya/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://sax.sax.de/~adlibit/ DISTNAME= tya17v3 EXTRACT_SUFX= .tgz -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A ``100% unofficial'' JIT-compiler for java BUILD_DEPENDS= ${JAVADIR}/bin/java:${PORTSDIR}/java/jdk11 |