summaryrefslogtreecommitdiff
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
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
1999-06-23Developers, not Developpers.Bill Fumerola1-1/+1
Notes: svn path=/head/; revision=19717
1999-06-23Sun's Java Servlet Developpers KitJun Kuriyama5-0/+162
PR: ports/10389 (part of) Submitted by: greg@greg.rim.or.jp Notes: svn path=/head/; revision=19716
1999-06-21a) Update jdk-doc to 1.1.8. (from submitter)Chris Piazza20-5495/+5540
b) Change the PLIST to use a PLIST_SUB for the version number to cut down on the size of diffs. (me) PR: 12312 Submitted by: Steve Coltrin <spcoltri@io.com> Notes: svn path=/head/; revision=19599
1999-06-14Add to BUILD_DEPENDS instead of overriding it when OSVERSION < 400002.Steve Price1-2/+2
PR: 12208 Submitted by: Akinori MUSHA <knu@and.or.jp> Messed up by: steve Notes: svn path=/head/; revision=19474
1999-06-10Initial import of shujit version 0.2.10.Steve Price8-0/+94
A Just In Time java bytecode compiler. PR: 11491 Submitted by: Jake Burkholder <jake@checker.org> Notes: svn path=/head/; revision=19410
1999-06-10Re-import of tya version 1.3v2 from devel.Steve Price5-0/+64
Notes: svn path=/head/; revision=19397
1999-06-09Java Foundation Classes with SwingJun Kuriyama5-0/+2287
Notes: svn path=/head/; revision=19381
1999-06-08Incorporate the new patch that fixes a permissions error when tryingSteve Price4-6/+24
to send UDP packets to the broadcast address. Requested by: maintainer Notes: svn path=/head/; revision=19330
1999-06-08Work a little PLIST magic so the next time we upgrade the diffs willSteve Price4-1222/+1228
be minimal. Notes: svn path=/head/; revision=19315
1999-06-08- Updated to JDK1.1.8.Nate Williams10-1212/+1234
Notes: svn path=/head/; revision=19312
1999-05-20Remove doubled-slash.Jun Kuriyama1-2/+2
Notes: svn path=/head/; revision=18900
1999-05-12Fix up dependencies so this will build in 3.x.Satoshi Asami1-5/+9
Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=18817
1999-05-06Change bsd.port.mk -> bsd.port.post.mkSatoshi Taoka14-63/+132
Modify the method to make MESSAGE when we "make install" Noticed by: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Notes: svn path=/head/; revision=18526
1999-05-05Allow the ${RM} in "pre-clean" to fail; otherwise you can't clean thisBill Fenner2-4/+4
port unless you've already installed it. Found by: "make clean" in /usr/ports Notes: svn path=/head/; revision=18513
1999-05-05Fix pkg/MESSAGESatoshi Taoka10-95/+30
(When we "make install", pkg/MESSAGE is made from pkg/MESSAGE.tmpl.) Noticed by: maintainer Notes: svn path=/head/; revision=18511
1999-05-05Add "-f" after ${RM} (for a problem when we "make clean")Satoshi Taoka2-4/+4
Obtained from: the e-mail from maintainer Notes: svn path=/head/; revision=18510
1999-05-04Adjust libiberty path in dependency. This probably won't fix the buildSatoshi Asami1-2/+2
anyway but it's one less warning to worry about. Notes: svn path=/head/; revision=18458
1999-05-03Yet more WWW: additionsMichael Haro12-2/+22
Notes: svn path=/head/; revision=18435
1999-04-30Sun's Java Developers Kit tutorialSatoshi Taoka10-0/+5560
PR: 10745 Submitted by: Martti Kuparinen <martti.kuparinen@ericsson.com> Notes: svn path=/head/; revision=18235
1999-04-16Update to use newer (read fixed!) AOUT release.Nate Williams4-6/+6
Notes: svn path=/head/; revision=17936
1999-04-11Import of devel/java-cup v10.gJustin M. Seger5-0/+95
This is the Java based Constructor of Useful Parsers (CUP for short). It serves the same role as the widely used program YAXX and in fact offers most of the features of YACC. However, CUP is written in Java, uses specifications including embedded Java code, and produces parsers which are implemented in Java. PR: ports/6570 Submitted by: Jason Nordwick <nordwick@xcf.berkeley.edu> Notes: svn path=/head/; revision=17766
1999-04-10Update to version 1.0.b4.Archie Cobbs5-28/+37
Notes: svn path=/head/; revision=17753
1999-03-26Introduce a new ELF version and upgrade the a.out version to the latestSteve Price4-16/+36
release. Notes: svn path=/head/; revision=17404
1999-03-22Update to version 0.47Archie Cobbs2-3/+3
Notes: svn path=/head/; revision=17344
1999-03-22Fixes from maintainer:Steve Price10-15/+115
This patch does the following things: - show some **very** useful links after installing the port - use ${TAR} instead of just tar and prepend arguments with a `-' PR: 10703 Submitted by: maintainer Notes: svn path=/head/; revision=17339
1999-03-18Sun's Java Developers Kit documentationSatoshi Taoka25-0/+5660
PR: ports/10483 Submitted by: Martti Kuparinen martti.kuparinen@ericsson.com Notes: svn path=/head/; revision=17271
1999-03-10Update to version 0.46.Archie Cobbs3-29/+23
Notes: svn path=/head/; revision=17122
1999-03-08Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi Asami1-1/+2
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of some ports that added it explicitly; define it as ${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part; define it as something else (such as ${MACHINE_ARCH}--freebsdelf if the port requires that; define it as an empty string if the port doesn't like it at all. The last might be a sign that a GNU_CONFIGURE port actually doesn't use GNU's version of configure at all; but I don't have time to go look at them all, we'll fix them as time goes on. At least we've got much fewer "-unknown-"s in the tree as the result. :) Notes: svn path=/head/; revision=17053
1999-03-01Update to jikes-0.45. Still need a better master site.Archie Cobbs3-68/+31
Notes: svn path=/head/; revision=16956
1999-01-23Bump png's major number to 3.Vanilla I. Shu1-2/+2
Notes: svn path=/head/; revision=16275
1999-01-12Change maitainer's email address,Vanilla I. Shu1-2/+2
and BROKEN some gnome ports until I upgrade it. Notes: svn path=/head/; revision=16018
1998-12-23Yikes, there was another ../../files.Satoshi Asami1-1/+2
Notes: svn path=/head/; revision=15526
1998-12-22Use FILESDIR/PKGDIR instead of relative paths from ${WRKSRC}.Satoshi Asami1-1/+2
Notes: svn path=/head/; revision=15484