summaryrefslogtreecommitdiff
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-11-01Activate the collections, infobus, jaf, and javamail ports.Steve Price1-0/+4
Notes: svn path=/head/; revision=22837
1999-11-01Initial import ov collections version 1.1.Steve Price5-0/+82
An API for exchanging of DataItem's between InfoBus Producers and Consumers. PR: 13159 Submitted by: Jose Marques <noway@nohow.demon.co.uk> Notes: svn path=/head/; revision=22836
1999-11-01Initial import of jaf version 1.0.1.Steve Price5-0/+143
JavaBeans(tm) Actication Framework. PR: 13160 Submitted by: Jose Marques <noway@nohow.demon.co.uk> Notes: svn path=/head/; revision=22835
1999-11-01Add $FreeBSD$ tag.Steve Price2-2/+2
Notes: svn path=/head/; revision=22834
1999-11-01Initial import of infobus version 1.2.Steve Price5-0/+131
Enables dynamic exchange of data between JavaBeans(TM). PR: 13163 Submitted by: Jose Marques <noway@nohow.demon.co.uk> Notes: svn path=/head/; revision=22833
1999-11-01Initial import of javamail version 1.1.2.Steve Price5-0/+423
A set of abstract Java classes that model a mail system. PR: 13163 Submitted by: Jose Marques <noway@nohow.demon.co.uk> Notes: svn path=/head/; revision=22832
1999-10-18Update to new version 1.0.5.Archie Cobbs5-18/+27
Notes: svn path=/head/; revision=22510
1999-10-16update to use new distfile.Chris Piazza4-3550/+3598
PR: 14338 Submitted by: Yin-Jieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw> Notes: svn path=/head/; revision=22472
1999-10-09Add a configure argument so shujit can find its includesChris Piazza1-0/+1
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> Notes: svn path=/head/; revision=22284
1999-10-07Update to 1.1.1. Move installation directory.Jun Kuriyama4-2266/+2096
Submitted by: Jose Marques <noway@nohow.demon.co.uk> Modified by: kuriyama Notes: svn path=/head/; revision=22221
1999-09-30Update to version 1.5.Steve Price2-5/+5
Submitted by: maintainer Notes: svn path=/head/; revision=22092
1999-09-27Jikes comes with its own man page now, so install that one insteadArchie Cobbs2-2/+2
of the placeholder man page. Notes: svn path=/head/; revision=22025
1999-09-27Update to version 1.4v2.Steve Price2-5/+5
PR: 13610 Submitted by: maintainer Notes: svn path=/head/; revision=22015
1999-09-27Update to version 0.3.8.Steve Price2-3/+3
PR: 13608 Submitted by: maintainer Notes: svn path=/head/; revision=21988
1999-09-26Upgrade to version 1.06. Also make myself the new maintainer.Archie Cobbs3-10/+13
Handed over by: dillon Notes: svn path=/head/; revision=21957
1999-09-23- Upgrade to the newest version of the JDK.Nate Williams4-12/+12
[ Not yet announced, will do later ] Notes: svn path=/head/; revision=21894
1999-09-18The version number of libgif.so has changed to 5.Steve Price1-1/+1
Notes: svn path=/head/; revision=21701
1999-09-17Mark this port as being i386 only.Steve Price2-0/+2
Notes: svn path=/head/; revision=21687
1999-09-11JDK is now at version 1.1.8. Also use ${JAVASUBDIR} wherever possible.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=21665
1999-09-09Tutorial was updated, stay in sync.Chris Piazza6-1574/+1530
PR: 13651 Submitted by: maintainer Notes: svn path=/head/; revision=21476
1999-09-06Updated to 1.4Satoshi Taoka2-5/+5
Notes: svn path=/head/; revision=21309
1999-08-31FreeBSD.ORG -> FreeBSD.orgMichael Haro1-2/+2
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
1999-08-29Remove preceeding pkgname from some of the comments having one.Tim Vanderhoek1-1/+1
Notes: svn path=/head/; revision=21098
1999-08-27echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro5-50/+50
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
1999-08-25Change Id->FreeBSD.David E. O'Brien19-19/+19
Notes: svn path=/head/; revision=20951
1999-08-23Use USE_GCC. This port still doesn't build:Satoshi Asami1-7/+3
=== : checking for awk... awk checking version of gcc... configure: error: unrecognized. ===> Script "configure" failed: here are the contents of "config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:563: checking host system type configure:594: checking for libgdbm.so configure:714: checking whether make sets ${MAKE} configure:741: checking C compiler configure:750: checking for gcc295 configure:845: checking for objdump configure:888: checking for ruby configure:928: checking for ci configure:965: checking for co configure:1002: checking for mv configure:1039: checking for rm configure:1076: checking for wc configure:1113: checking for etags configure:1151: checking for which configure:1189: checking for fgrep configure:1228: checking for sed configure:1266: checking for mawk configure:1266: checking for gawk configure:1266: checking for nawk configure:1266: checking for awk configure:1298: checking version of gcc (end of "config.log") *** Error code 1 Stop. : === which looks weird since it does find gcc295 (line 750) before it bows out by not recognizing it. But at least it's now finding the right compiler. Notes: svn path=/head/; revision=20907
1999-08-23grep -> ${GREP}Michael Haro1-2/+2
true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
1999-08-22Remove the chown stuff in pre-install. do-extract handles thisChris Piazza5-30/+5
by default now. Notes: svn path=/head/; revision=20892
1999-08-22Change all ports that need a new gcc on 3.x to use USE_NEWGCC.Chris Piazza1-10/+3
Notes: svn path=/head/; revision=20886
1999-08-22chmod -> ${CHMOD}Michael Haro9-18/+18
chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
1999-08-17egcc/eg++ have been renamed to gcc295/g++295. ChangeChris Piazza1-4/+4
all the ports that use them accordingly. PR: 13205 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20765
1999-08-02Add a workaround to chown the files if the person installingChris Piazza5-25/+40
the port is root. It was keeping the uid/gid of 10/143. There might be a better solution than this in the long run but it'll work for now. PR: 12897 Reported by: Jose Marques <jose@nobody.org> Also some minor non-functional changes, exit 0 -> ${FALSE}, PKGMESSAGE to use | ${SED} instead of creating a new file. Notes: svn path=/head/; revision=20504
1999-08-02Re-enforce caps, no period. An "exceptions" file has been createdTim Vanderhoek1-1/+1
containing the ports editors/vim5, sysutils/star, and one other. Notes: svn path=/head/; revision=20500
1999-08-01Fix WWW: typosBill Fenner1-2/+2
Found by: not-yet-completed addition to port distfile checker suggested by Tim Vanderhoek Notes: svn path=/head/; revision=20462
1999-08-01Update to version 0.3.1b.Steve Price5-25/+7
PR: 12744 Submitted by: maintainer Notes: svn path=/head/; revision=20438
1999-07-20- Update to the newest release of the JDK.Nate Williams4-28/+10
Notes: svn path=/head/; revision=20289
1999-07-10Make tya actually find jdk.Chris Piazza1-2/+3
Fixup some instances of ${PREFIX} that should be ${LOCALBASE} too. PR: 12590 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> Notes: svn path=/head/; revision=20150
1999-07-04There is ZERO reason I should need to have Java installed just to fetchDavid E. O'Brien1-2/+2
this thing. Notes: svn path=/head/; revision=19988
1999-07-04Activate jlex.Chris Piazza1-1/+2
Notes: svn path=/head/; revision=19984
1999-07-04JLex: a uitility based upon the Lex lexical analyzer generator model.Chris Piazza6-0/+78
It takes a specification file similar to that accepted by Lex and creates a Java source file for the correspoding lexical analyzer. PR: 12476 Submitted by: Jake Burkholder <jake@checker.org> Notes: svn path=/head/; revision=19983
1999-06-30Re-arrange directory hierarchy.Jun Kuriyama3-104/+128
Approved by: maintainer Notes: svn path=/head/; revision=19925
1999-06-29Undo part of previous commit to put back the correct ${WRKSRC}.Steve Price1-2/+2
Notes: svn path=/head/; revision=19905
1999-06-28Update to version 1.1.8 to match JDK.Chris Piazza8-5498/+5676
PR: 12114 Submitted by: maintainer Notes: svn path=/head/; revision=19889
1999-06-28new ports/{java,irc,x11-servers}, dependency sweep #1Bill Fumerola5-13/+13
Notes: svn path=/head/; revision=19876
1999-06-28Fix typo. (fix make fetch problem)Shigeyuki Fukushima1-6/+6
@{ECHO} => ${ECHO_MSG} Submitted by: Toshihiko Kodama <kodama@ayame.mfd.cs.fujitsu.co.jp Notes: svn path=/head/; revision=19872
1999-06-28New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.Bill Fumerola17-34/+34
Notes: svn path=/head/; revision=19854
1999-06-26New category java. Here's the charter:Satoshi Asami2-0/+18
Java language support. Notes: svn path=/head/; revision=19810
1999-06-26Commit #3/4 to enforce caps, no period.Tim Vanderhoek3-3/+3
FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
1999-06-26As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1-1/+1
permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
1999-06-23Fix for jdk1.1.8.Jun Kuriyama1-2/+2
Notes: svn path=/head/; revision=19719