Commit Graph

300 Commits

Author SHA1 Message Date
Maxim Sobolev
4f81079d73 Correct patch, so it will apply cleanly.
Submitted by:	Ed Sweeney <edwardsweeney@yahoo.com>
2000-10-16 07:50:21 +00:00
Maxim Sobolev
14f1f7fdbd This port is i386 only for the moment. We need some assembler code written
to make the Alpha work.

Submitted by:	Greg Lewis <glewis@trc.adelaide.edu.au>
2000-10-14 11:58:04 +00:00
Maxim Sobolev
a09d414989 Add jdk12-beta - a "glue" to build a native JDK1.2.2 using source code from
Sun and patchset from FreeBSD Java Project.
2000-10-13 12:41:25 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Maxim Sobolev
0a4a167d0a - Update to 0.6.7;
- use USE_RUBY.

Submitted by:	knu
2000-09-26 13:06:30 +00:00
Maxim Sobolev
7de588fb9a Add openjit - a high-performance reflective Java Just-In-Time (JIT) bytecode
compiler.
2000-09-26 13:04:30 +00:00
Maxim Sobolev
527910f526 Clarify usage instructions (you have to set LD_LIBRARY_PATH to
${PREFIX}/lib/[tya,shujit] in addition to JAVA_COMPILER.
2000-09-25 07:32:43 +00:00
Maxim Sobolev
b83b5e1947 Backout previous JIT-related change - it can cause legal problems.
Submitted by:	nate
2000-09-12 07:11:27 +00:00
Maxim Sobolev
48471de20b Pre-create symlinks pointing to a 2 jits (Just-in-time compilers) - tya and
shujit, so you can use it with jre by installing whichever you like and setting
JAVA_COMPILER environment variable to be shujit or tya.
2000-09-11 08:09:12 +00:00
Maxim Sobolev
85f243251f Add patch required to respect CFLAGS (forgotten in previous commit). 2000-09-11 07:47:58 +00:00
Maxim Sobolev
9e942d2b58 Update to 0.6.5.
- HAS_CONFIGURE -> GNU_CONFIGURE;
- don't bind to any particular virtual machine - install jit into
  ${PREFIX}/lib/shujit;
- respect CFLAGS;
- drop aout support.
2000-09-11 07:46:56 +00:00
Maxim Sobolev
503a9453ff Several enhancements/cleanups:
- HAS_CONFIGURE -> GNU_CONFIGURE;
- Don't bind to any particular virtual machine - install jit into
  ${LOCALBASE}/lib/tya;
- Respect CFLAGS.
2000-09-11 07:37:23 +00:00
Maxim Sobolev
e4911d8856 Update to 0.6.3. 2000-08-29 15:24:09 +00:00
Kevin Lo
f838755889 Update to version 12Jun2000
PR: 20574
Submitted by: Ports Fury
2000-08-14 02:18:34 +00:00
Chris Piazza
77f32e460e Update MASTER_SITE
PR:		20487
Submitted by:	rwatson
2000-08-09 16:49:27 +00:00
Archie Cobbs
d6b92f9058 Update to version 1.12. 2000-07-31 23:55:10 +00:00
Archie Cobbs
f2f382b63e Upgrade to version 1.0.6. 2000-07-25 00:10:58 +00:00
Maxim Sobolev
665cf70719 Claim maintainership.
Submitted by:	jake (previous maintainer)
2000-07-24 08:09:09 +00:00
Maxim Sobolev
898158d06a Define int_t and uint_t on CURRENT too. This should fix tya and shujit on
-current systems.
2000-07-24 08:05:49 +00:00
Maxim Sobolev
d7c0ad45aa Update port to 1.7.2 and fix it on 4-CURRENT and 5-STABLE (missed uint_t type). 2000-07-21 17:22:35 +00:00
Kevin Lo
46297c8830 Update MASTER_SITES. ftp.uk.linux.org doesn't have jdk-1.2.2-RC4-linux. 2000-07-18 16:07:29 +00:00
SADA Kenji
5eeb2fbdfc Apostrophes in string should be escaped. 2000-07-15 13:49:46 +00:00
SADA Kenji
71ac8c1396 Version required is no longer needed in the comment section of Makefile.
Submitted by:	portlint
2000-07-15 13:37:15 +00:00
Maxim Sobolev
efbbec8013 Correct libc warning message:
/usr/src/lib/compat/compat3x --> /usr/src/lib/compat/compat3x.${ARCH}
2000-07-06 13:35:39 +00:00
Maxim Sobolev
6db96c0500 Bump png shared library version.
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +00:00
Kris Kennaway
6205296caa Port has been broken since 12/96..goodbye :-) 2000-07-02 22:29:14 +00:00
Will Andrews
a573eb43bc Fix typo where \ was not added after an intermediate MASTER_SITES.
PR:		19590
Submitted by:	Dann Lunsford <dann@greycat.com>
2000-06-30 01:23:22 +00:00
David E. O'Brien
1228d352ee Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +00:00
Maxim Sobolev
64111d7db5 Create/remove shared among Java ports ditrectories.
Submitted by:	bento
2000-06-23 09:21:25 +00:00
Maxim Sobolev
ceec80fd32 Add "unset JAVA_HOME" to make javavmwrapper working with some brain damaged
software (Adobe AcrobatViewer).
2000-06-20 07:40:20 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Maxim Sobolev
e9f0345a1d Fix MASTER_SITES.
Submitted by:	bento
2000-06-14 14:27:41 +00:00
Maxim Sobolev
0f07eca387 Fix typo. 2000-06-12 13:37:28 +00:00
Maxim Sobolev
a0097025ac Activate jre. 2000-06-12 13:29:46 +00:00
Maxim Sobolev
df962173f3 Initial import of JRE - Sun's Java Run Time Enviponment. 2000-06-12 13:28:14 +00:00
Maxim Sobolev
bd7b5a2989 Add support for javavmwrapper. 2000-06-12 12:55:46 +00:00
Maxim Sobolev
54240bf8a1 Handle comments in all places. 2000-06-12 12:43:43 +00:00
Maxim Sobolev
aa7e297224 Activate javavmwrapper. 2000-06-12 09:49:32 +00:00
Maxim Sobolev
a69acf6529 Initial import of javavmwrapper - a simple shell script which would allow
Java-based ports to use any of the Java Virtual Machines installed on the
system.
2000-06-12 09:42:51 +00:00
Maxim Sobolev
44860f639f Create/remove share/java, share/java/classes and share/java/doc directories upon
install/uninstall, as it is outlined in Java Porters page
(http://www.FreeBSD.org/java/docs/howtoports.html).

Approved by:	asami
2000-05-31 09:44:15 +00:00
Jake Burkholder
bf32e6617e Add WWW. 2000-05-28 17:22:46 +00:00
Steve Price
082549a43f Spell NO_WKRSUBDIR correctly and don't write files to the pkg directory. 2000-05-28 03:32:38 +00:00
Jake Burkholder
2dcd1ca7f6 Update to version 0.5.2, cleanup Makefile.
PR:		ports/18492
Submitted by:	Palle Girgensohn <girgen@partitur.se>, ade
Reviewed by:	ade
2000-05-16 19:12:42 +00:00
Chuck Robey
a6ee2fc037 Activate linux-jdk. 2000-05-16 01:48:06 +00:00
Chuck Robey
30583d6916 This is the Linux JDK port. It's marked no package and no cdrom, so
there's no license problem, just allows a lot of java hackers in the game.
Thanks to Kees Koster and Jose Marques, I just neatened up around the
edges.

Submitted by:	Kees Koster and Jose Marques
2000-05-16 01:46:26 +00:00
Archie Cobbs
ba2be00761 Update master site. 2000-05-11 03:28:47 +00:00
Akinori MUSHA
522fbddcb6 Update to 1.1.3.
PR:		ports/17913
Submitted by:	Palle Girgensohn <girgen@partitur.se>
2000-04-25 15:22:51 +00:00
Akinori MUSHA
c76a75669b Update to 1.1.8_003. (PORTVERSION untouched)
PR:		18034
Submitted by:	Palle Girgensohn <girgen@partitur.se>

Use just `${CP} -R' instead of tar|tar.

By the way, owner/group IDs of files should not be preserved on
copying in the installation process, because if one did `make' and
then `su' to `make install', the installed files would be owned by a
normal user.  Beware, porters!
2000-04-19 09:06:27 +00:00
Akinori MUSHA
9ca4ec6659 Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}
PR:		ports/18009
Submitted by:	tkato@prontomail.ne.jp
2000-04-14 18:40:29 +00:00
Akinori MUSHA
52190dc850 Portlint COMMENT's.
Everybody should read the Handbook again!

PR:		ports/18008
Submitted by:	tkato@prontomail.ne.jp
2000-04-14 18:16:14 +00:00
Satoshi Asami
aed2107c40 Typo (PORTVESION -> PORTVERSION). 2000-04-13 18:43:49 +00:00
David E. O'Brien
5cd5b258b5 Convert to the PORTNAME - PORTVERSION syntax. 2000-04-12 06:21:15 +00:00
Michael Haro
6b4f4b977b update to 1.7
PR:		17797
Submitted by:	maintainer
2000-04-06 07:30:59 +00:00
Michael Haro
3de7c64b12 update to reflect latest tarball
PR:		17392
Submitted by:	maintainer
2000-03-24 00:52:15 +00:00
Jun Kuriyama
902e0bcaee Activate jce-aba. 2000-03-08 12:09:22 +00:00
Jun Kuriyama
65aebe7dcf Yet another JCE port.
PR:		ports/16592
Submitted by:	Kensaku Masuda <greg@fxis.fujixerox.co.jp>
2000-03-08 12:08:34 +00:00
Kris Kennaway
cc2dde91ab Chase the checksum by updating to NetRexx 1.160, which seems to be mostly doc
fixes (including some "Jan 1, 1900" javascript bugs in the documentation
webpages..nice one, IBM :-)

Noticed by:	bento
2000-02-27 08:05:08 +00:00
Jun Kuriyama
0f20b0c6a1 Prepare directory for installation.
Submitted by:	bento-box
2000-02-22 05:37:05 +00:00
Bill Fumerola
6dce8250c4 update ports/java/shujit from version 0.4.0 to version 0.4.2 and fix
unfetchable distfile.

PR:		ports/16889
Submitted by:	Jake Burkholder <jburkhol@home.com> (maintainer)
2000-02-21 20:31:49 +00:00
Jun Kuriyama
ebb5a1d803 Add RESTRICTED. 2000-02-19 13:12:03 +00:00
Jun Kuriyama
c8ad72a6ff Activate cryptix-jce. 2000-02-19 12:26:26 +00:00
Jun Kuriyama
9b35d0c419 JCE(Java Cryptograph Extension) by Cryptix. 2000-02-19 12:26:04 +00:00
Ade Lovett
c253c24bdf Use libungif. Support already present in the configure script. 2000-02-17 03:23:26 +00:00
Dirk Froemberg
64981bca23 ports@freebsd.org -> ports@FreeBSD.org 2000-02-13 17:09:11 +00:00
Bill Fumerola
d626858c8c Use ${TAR} and the right arguments to it.
Submitted by:	billf, des (respectivly)
Approved by:	nate (maintainer)
2000-02-07 20:12:07 +00:00
Steve Price
cece4cac83 Update to version 1.6.
PR:		15991
Submitted by:	maintainer
2000-01-24 05:19:20 +00:00
Archie Cobbs
0f3db5cd3d Update to version 1.11.
PR:		ports/16259
Submitted by:	des
2000-01-24 02:53:14 +00:00
Michael Haro
25baac2104 update to 0.4.0
PR:		15990
Submitted by:	Jake Burkholder <jake@io.yi.org>
2000-01-22 13:20:21 +00:00
Yukihiro Nakai
6b0ea0d8a6 Change MAINTAINER address from nacai@iname.com
to nakai@FreeBSD.org
2000-01-07 02:27:48 +00:00
Steve Price
e97508857b Adding cos version 1.0.
The O'Reilly package of utility classes for servelt developers.

PR:		12522
Submitted by:	Jose Marques <noway@nohow.demon.co.uk>
1999-12-31 20:22:09 +00:00
Steve Price
e53017e5e2 Update location of file on MASTER_SITE.
PR:		15793
Submitted by:	Jose Marques <noway@nohow.demon.co.uk>
1999-12-31 20:09:18 +00:00
Steve Price
cfe42f7081 Distfile changed on MASTER_SITE fixup checksum and PLIST accordingly.
PR:		15740
Submitted by:	maintainer
1999-12-29 21:34:15 +00:00
Steve Price
eac5ec733c Adding jdbcpool version 0.94.
Implements a JDBC connection pool.

PR:		12523
Submitted by:	Jose Marques <noway@nohow.demon.co.uk>
1999-12-29 09:16:05 +00:00
Steve Price
03077ec10f Either this port's distfile is no longer avaiable or the URL to grab
it is incorrect.  Either way mark it BROKEN until it is found or upgraded.
1999-12-29 07:42:15 +00:00
Steve Price
523269e5e1 Moving the starlogo port from java to lang. 1999-12-29 07:30:48 +00:00
Steve Price
b561e6f51c Adding starlogo version 1.0 beta 2.
The Logo programming language written in Java

PR:		14879
Submitted by:	Jose Marques <noway@nohow.demon.co.uk>
1999-12-27 01:45:51 +00:00
Steve Price
6f061a6040 Activate the netrexx port. 1999-11-26 20:57:46 +00:00
Steve Price
2d09300ec5 Initial import of netrexx version 1.151.
A human-oriented programming language for writing/using Java classes.

PR:		14503
Submitted by:	Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
1999-11-26 20:46:09 +00:00
Chris Piazza
20f83c3b8e Update MASTER_SITES
PR:		15099
Submitted by:	maintainer
1999-11-26 17:15:30 +00:00
Steve Price
2a4c374015 Update to version 0.3.13.
PR:		14670
Submitted by:	maintainer
1999-11-14 01:52:16 +00:00
Nate Williams
24600576ec - Updated to new 1999/11/9 release which fixes some multicast bugs. 1999-11-10 00:18:26 +00:00
Steve Price
2229e226e9 Activate the collections, infobus, jaf, and javamail ports. 1999-11-01 04:32:29 +00:00
Steve Price
51f903d15a Initial import ov collections version 1.1.
An API for exchanging of DataItem's between InfoBus Producers and Consumers.

PR:		13159
Submitted by:	Jose Marques <noway@nohow.demon.co.uk>
1999-11-01 04:32:00 +00:00
Steve Price
40c691c882 Initial import of jaf version 1.0.1.
JavaBeans(tm) Actication Framework.

PR:		13160
Submitted by:	Jose Marques <noway@nohow.demon.co.uk>
1999-11-01 04:29:39 +00:00
Steve Price
b6e3beb00b Add $FreeBSD$ tag. 1999-11-01 04:27:07 +00:00
Steve Price
7702c83488 Initial import of infobus version 1.2.
Enables dynamic exchange of data between JavaBeans(TM).

PR:		13163
Submitted by:	Jose Marques <noway@nohow.demon.co.uk>
1999-11-01 04:25:12 +00:00
Steve Price
a91935ba80 Initial import of javamail version 1.1.2.
A set of abstract Java classes that model a mail system.

PR:		13163
Submitted by:	Jose Marques <noway@nohow.demon.co.uk>
1999-11-01 04:22:56 +00:00
Archie Cobbs
abdd280f32 Update to new version 1.0.5. 1999-10-18 22:38:05 +00:00
Chris Piazza
4a49d03209 update to use new distfile.
PR:		14338
Submitted by:	Yin-Jieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw>
1999-10-16 04:09:02 +00:00
Chris Piazza
cf69513585 Add a configure argument so shujit can find its includes
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
1999-10-09 18:45:47 +00:00
Jun Kuriyama
458ddc22ab Update to 1.1.1. Move installation directory.
Submitted by:	Jose Marques <noway@nohow.demon.co.uk>
Modified by:	kuriyama
1999-10-07 04:35:04 +00:00
Steve Price
a84391f52a Update to version 1.5.
Submitted by:	maintainer
1999-09-30 23:56:27 +00:00
Archie Cobbs
cc9eb3cfa5 Jikes comes with its own man page now, so install that one instead
of the placeholder man page.
1999-09-27 18:52:36 +00:00
Steve Price
66416c5e2d Update to version 1.4v2.
PR:		13610
Submitted by:	maintainer
1999-09-27 17:36:42 +00:00
Steve Price
71a3dbab93 Update to version 0.3.8.
PR:		13608
Submitted by:	maintainer
1999-09-27 02:41:57 +00:00
Archie Cobbs
95afab2836 Upgrade to version 1.06. Also make myself the new maintainer.
Handed over by:	dillon
1999-09-26 18:14:40 +00:00
Nate Williams
4bb5c5db21 - Upgrade to the newest version of the JDK.
[ Not yet announced, will do later ]
1999-09-23 00:58:48 +00:00
Steve Price
2169e434e8 The version number of libgif.so has changed to 5. 1999-09-18 03:12:11 +00:00
Steve Price
2f3c6df9ad Mark this port as being i386 only. 1999-09-17 18:19:30 +00:00