summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Add a workaround to chown the files if the person installingcpiazza1999-08-025-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.
* Re-enforce caps, no period. An "exceptions" file has been createdhoek1999-08-021-1/+1
| | | | containing the ports editors/vim5, sysutils/star, and one other.
* Fix WWW: typosfenner1999-08-011-2/+2
| | | | | Found by: not-yet-completed addition to port distfile checker suggested by Tim Vanderhoek
* Update to version 0.3.1b.steve1999-08-015-25/+7
| | | | | PR: 12744 Submitted by: maintainer
* - Update to the newest release of the JDK.nate1999-07-204-28/+10
|
* Make tya actually find jdk.cpiazza1999-07-101-2/+3
| | | | | | | Fixup some instances of ${PREFIX} that should be ${LOCALBASE} too. PR: 12590 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
* There is ZERO reason I should need to have Java installed just to fetchobrien1999-07-041-2/+2
| | | | this thing.
* Activate jlex.cpiazza1999-07-041-1/+2
|
* JLex: a uitility based upon the Lex lexical analyzer generator model.cpiazza1999-07-046-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>
* Re-arrange directory hierarchy.kuriyama1999-06-303-104/+128
| | | | Approved by: maintainer
* Undo part of previous commit to put back the correct ${WRKSRC}.steve1999-06-291-2/+2
|
* Update to version 1.1.8 to match JDK.cpiazza1999-06-288-5498/+5676
| | | | | PR: 12114 Submitted by: maintainer
* new ports/{java,irc,x11-servers}, dependency sweep #1billf1999-06-285-13/+13
|
* Fix typo. (fix make fetch problem)shige1999-06-281-6/+6
| | | | | @{ECHO} => ${ECHO_MSG} Submitted by: Toshihiko Kodama <kodama@ayame.mfd.cs.fujitsu.co.jp
* New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.billf1999-06-2817-34/+34
|
* New category java. Here's the charter:asami1999-06-262-0/+18
| | | | Java language support.
* Commit #3/4 to enforce caps, no period.hoek1999-06-263-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
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-261-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Fix for jdk1.1.8.kuriyama1999-06-231-2/+2
|
* Developers, not Developpers.billf1999-06-231-1/+1
|
* Sun's Java Servlet Developpers Kitkuriyama1999-06-235-0/+162
| | | | | PR: ports/10389 (part of) Submitted by: greg@greg.rim.or.jp
* a) Update jdk-doc to 1.1.8. (from submitter)cpiazza1999-06-2120-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>
* Add to BUILD_DEPENDS instead of overriding it when OSVERSION < 400002.steve1999-06-141-2/+2
| | | | | | PR: 12208 Submitted by: Akinori MUSHA <knu@and.or.jp> Messed up by: steve
* Initial import of shujit version 0.2.10.steve1999-06-108-0/+94
| | | | | | | A Just In Time java bytecode compiler. PR: 11491 Submitted by: Jake Burkholder <jake@checker.org>
* Re-import of tya version 1.3v2 from devel.steve1999-06-105-0/+64
|
* Java Foundation Classes with Swingkuriyama1999-06-095-0/+2287
|
* Incorporate the new patch that fixes a permissions error when tryingsteve1999-06-084-6/+24
| | | | | | to send UDP packets to the broadcast address. Requested by: maintainer
* Work a little PLIST magic so the next time we upgrade the diffs willsteve1999-06-084-1222/+1228
| | | | be minimal.
* - Updated to JDK1.1.8.nate1999-06-0810-1212/+1234
|
* Remove doubled-slash.kuriyama1999-05-201-2/+2
|
* Fix up dependencies so this will build in 3.x.asami1999-05-121-5/+9
| | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Change bsd.port.mk -> bsd.port.post.mktaoka1999-05-0614-63/+132
| | | | | | Modify the method to make MESSAGE when we "make install" Noticed by: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami)
* Allow the ${RM} in "pre-clean" to fail; otherwise you can't clean thisfenner1999-05-052-4/+4
| | | | | | port unless you've already installed it. Found by: "make clean" in /usr/ports
* Fix pkg/MESSAGEtaoka1999-05-0510-95/+30
| | | | | | (When we "make install", pkg/MESSAGE is made from pkg/MESSAGE.tmpl.) Noticed by: maintainer
* Add "-f" after ${RM} (for a problem when we "make clean")taoka1999-05-052-4/+4
| | | | Obtained from: the e-mail from maintainer
* Adjust libiberty path in dependency. This probably won't fix the buildasami1999-05-041-2/+2
| | | | anyway but it's one less warning to worry about.
* Yet more WWW: additionsmharo1999-05-0312-2/+22
|
* Sun's Java Developers Kit tutorialtaoka1999-04-3010-0/+5560
| | | | | PR: 10745 Submitted by: Martti Kuparinen <martti.kuparinen@ericsson.com>
* Update to use newer (read fixed!) AOUT release.nate1999-04-164-6/+6
|
* Import of devel/java-cup v10.gjseger1999-04-115-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>
* Update to version 1.0.b4.archie1999-04-105-28/+37
|
* Introduce a new ELF version and upgrade the a.out version to the lateststeve1999-03-264-16/+36
| | | | release.
* Update to version 0.47archie1999-03-222-3/+3
|
* Fixes from maintainer:steve1999-03-2210-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
* Sun's Java Developers Kit documentationtaoka1999-03-1825-0/+5660
| | | | | PR: ports/10483 Submitted by: Martti Kuparinen martti.kuparinen@ericsson.com
* Update to version 0.46.archie1999-03-103-29/+23
|
* Fix to make ports work with bsd.port.mk rev. 1.306.asami1999-03-081-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. :)
* Update to jikes-0.45. Still need a better master site.archie1999-03-013-68/+31
|
* Bump png's major number to 3.vanilla1999-01-231-2/+2
|
* Change maitainer's email address,vanilla1999-01-121-2/+2
| | | | and BROKEN some gnome ports until I upgrade it.
OpenPOWER on IntegriCloud