From aeec83c04e851e15a5fad8fec94ad14c92c27ad3 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Thu, 10 Jun 1999 08:10:15 +0000 Subject: Re-import of tya version 1.3v2 from devel. --- java/tya/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ java/tya/distinfo | 1 + java/tya/pkg-comment | 1 + java/tya/pkg-descr | 19 +++++++++++++++++++ java/tya/pkg-plist | 3 +++ 5 files changed, 64 insertions(+) create mode 100644 java/tya/Makefile create mode 100644 java/tya/distinfo create mode 100644 java/tya/pkg-comment create mode 100644 java/tya/pkg-descr create mode 100644 java/tya/pkg-plist diff --git a/java/tya/Makefile b/java/tya/Makefile new file mode 100644 index 000000000000..59df8a9176eb --- /dev/null +++ b/java/tya/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: tya +# Version required: 1.3v2 +# Date created: 16 May 1999 +# Whom: jake@checker.org +# +# $Id: Makefile,v 1.1.1.1 1999/06/09 00:59:02 steve Exp $ +# + +DISTNAME= tya13v2 +PKGNAME= tya-1.3v2 +CATEGORIES= lang +MASTER_SITES= ftp://gonzalez.cyberus.ca/pub/Linux/java/ +EXTRACT_SUFX= .tgz + +MAINTAINER= jake@checker.org + +BUILD_DEPENDS= ${PREFIX}/jdk1.1.8/bin/java:${PORTSDIR}/lang/jdk:install + +WRKSRC= ${WRKDIR}/tya1.3v2 + +ONLY_FOR_ARCHS= i386 + +HAS_CONFIGURE= yes + +JAVADIR= jdk1.1.8 +JAVALIBDIR= ${PREFIX}/${JAVADIR}/lib/i386/green_threads/ + +PLIST_SUB= JAVADIR=${JAVADIR} + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/libtya.so ${JAVALIBDIR} + +post-install: + @${MKDIR} ${PREFIX}/${JAVADIR}/tya + @${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/${JAVADIR}/tya + @${ECHO_MSG} "" + @${ECHO_MSG} "See ${PREFIX}/${JAVADIR}/tya/README for usage instructions." + @${ECHO_MSG} "" + +.include diff --git a/java/tya/distinfo b/java/tya/distinfo new file mode 100644 index 000000000000..b5fe5f5095bc --- /dev/null +++ b/java/tya/distinfo @@ -0,0 +1 @@ +MD5 (tya13v2.tgz) = 0e6739bf1365d597da93e2d2d95d28f6 diff --git a/java/tya/pkg-comment b/java/tya/pkg-comment new file mode 100644 index 000000000000..c4785c79ee38 --- /dev/null +++ b/java/tya/pkg-comment @@ -0,0 +1 @@ +A ``100% unofficial'' JIT-compiler for java. diff --git a/java/tya/pkg-descr b/java/tya/pkg-descr new file mode 100644 index 000000000000..2f58a9ad57db --- /dev/null +++ b/java/tya/pkg-descr @@ -0,0 +1,19 @@ +TYA is a ``100% unofficial'' JIT-compiler designed as an +add-on to the Blackdown ports of JDK 1.1.x for Linux (x86), +but currently experimental ported for usage with JDK 1.2. + +For the command line option, run Java using option "-Djava.compiler=", +like this example: + +java -Djava.compiler=tya Iview Valetta.jpg +# ^ set property ^ ^your pgm ^ pgm's options + +But a better and easier way is setting the JAVA_COMPILER environment +variable, as in + + export JAVA_COMPILER=tya + +ftp://gonzalez.cyberus.ca/pub/Linux/java/ + +- Jake +jake@checker.org diff --git a/java/tya/pkg-plist b/java/tya/pkg-plist new file mode 100644 index 000000000000..e193fb9acc2c --- /dev/null +++ b/java/tya/pkg-plist @@ -0,0 +1,3 @@ +%%JAVADIR%%/lib/i386/green_threads/libtya.so +%%JAVADIR%%/tya/README +@dirrm %%JAVADIR%%/tya -- cgit v1.2.3