summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-04-15 22:18:20 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-04-15 22:18:20 +0000
commit61f30a9dfcc8d167bd12f0e3e8d5fcf96aed8ac2 (patch)
tree03f7b1ce8ac094d7154d9514544f5b77e90f0ed7 /java
parentOops, put the correct file into /etc/shells. (diff)
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.
Notes
Notes: svn path=/head/; revision=79037
Diffstat (limited to 'java')
-rw-r--r--java/openjit/Makefile2
-rw-r--r--java/shujit/Makefile2
-rw-r--r--java/tya/Makefile2
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