Re-import of tya version 1.3v2 from devel.

This commit is contained in:
Steve Price 1999-06-10 08:10:15 +00:00
parent 009ef11723
commit aeec83c04e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19397
5 changed files with 64 additions and 0 deletions

40
java/tya/Makefile Normal file
View file

@ -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 <bsd.port.mk>

1
java/tya/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (tya13v2.tgz) = 0e6739bf1365d597da93e2d2d95d28f6

1
java/tya/pkg-comment Normal file
View file

@ -0,0 +1 @@
A ``100% unofficial'' JIT-compiler for java.

19
java/tya/pkg-descr Normal file
View file

@ -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

3
java/tya/pkg-plist Normal file
View file

@ -0,0 +1,3 @@
%%JAVADIR%%/lib/i386/green_threads/libtya.so
%%JAVADIR%%/tya/README
@dirrm %%JAVADIR%%/tya