summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.Bill Fumerola1999-06-2817-34/+34
| | | | Notes: svn path=/head/; revision=19854
* New category java. Here's the charter:Satoshi Asami1999-06-262-0/+18
| | | | | | | Java language support. Notes: svn path=/head/; revision=19810
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-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 Notes: svn path=/head/; revision=19803
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-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. Notes: svn path=/head/; revision=19799
* Fix for jdk1.1.8.Jun Kuriyama1999-06-231-2/+2
| | | | Notes: svn path=/head/; revision=19719
* Developers, not Developpers.Bill Fumerola1999-06-231-1/+1
| | | | Notes: svn path=/head/; revision=19717
* Sun's Java Servlet Developpers KitJun Kuriyama1999-06-235-0/+162
| | | | | | | | PR: ports/10389 (part of) Submitted by: greg@greg.rim.or.jp Notes: svn path=/head/; revision=19716
* a) Update jdk-doc to 1.1.8. (from submitter)Chris Piazza1999-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> Notes: svn path=/head/; revision=19599
* Add to BUILD_DEPENDS instead of overriding it when OSVERSION < 400002.Steve Price1999-06-141-2/+2
| | | | | | | | | PR: 12208 Submitted by: Akinori MUSHA <knu@and.or.jp> Messed up by: steve Notes: svn path=/head/; revision=19474
* Initial import of shujit version 0.2.10.Steve Price1999-06-108-0/+94
| | | | | | | | | | A Just In Time java bytecode compiler. PR: 11491 Submitted by: Jake Burkholder <jake@checker.org> Notes: svn path=/head/; revision=19410
* Re-import of tya version 1.3v2 from devel.Steve Price1999-06-105-0/+64
| | | | Notes: svn path=/head/; revision=19397
* Java Foundation Classes with SwingJun Kuriyama1999-06-095-0/+2287
| | | | Notes: svn path=/head/; revision=19381
* Incorporate the new patch that fixes a permissions error when tryingSteve Price1999-06-084-6/+24
| | | | | | | | | to send UDP packets to the broadcast address. Requested by: maintainer Notes: svn path=/head/; revision=19330
* Work a little PLIST magic so the next time we upgrade the diffs willSteve Price1999-06-084-1222/+1228
| | | | | | | be minimal. Notes: svn path=/head/; revision=19315
* - Updated to JDK1.1.8.Nate Williams1999-06-0810-1212/+1234
| | | | Notes: svn path=/head/; revision=19312
* Remove doubled-slash.Jun Kuriyama1999-05-201-2/+2
| | | | Notes: svn path=/head/; revision=18900
* Fix up dependencies so this will build in 3.x.Satoshi Asami1999-05-121-5/+9
| | | | | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=18817
* Change bsd.port.mk -> bsd.port.post.mkSatoshi Taoka1999-05-0614-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
* Allow the ${RM} in "pre-clean" to fail; otherwise you can't clean thisBill Fenner1999-05-052-4/+4
| | | | | | | | | port unless you've already installed it. Found by: "make clean" in /usr/ports Notes: svn path=/head/; revision=18513
* Fix pkg/MESSAGESatoshi Taoka1999-05-0510-95/+30
| | | | | | | | | (When we "make install", pkg/MESSAGE is made from pkg/MESSAGE.tmpl.) Noticed by: maintainer Notes: svn path=/head/; revision=18511
* Add "-f" after ${RM} (for a problem when we "make clean")Satoshi Taoka1999-05-052-4/+4
| | | | | | | Obtained from: the e-mail from maintainer Notes: svn path=/head/; revision=18510
* Adjust libiberty path in dependency. This probably won't fix the buildSatoshi Asami1999-05-041-2/+2
| | | | | | | anyway but it's one less warning to worry about. Notes: svn path=/head/; revision=18458
* Yet more WWW: additionsMichael Haro1999-05-0312-2/+22
| | | | Notes: svn path=/head/; revision=18435
* Sun's Java Developers Kit tutorialSatoshi Taoka1999-04-3010-0/+5560
| | | | | | | | PR: 10745 Submitted by: Martti Kuparinen <martti.kuparinen@ericsson.com> Notes: svn path=/head/; revision=18235
* Update to use newer (read fixed!) AOUT release.Nate Williams1999-04-164-6/+6
| | | | Notes: svn path=/head/; revision=17936
* Import of devel/java-cup v10.gJustin M. Seger1999-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> Notes: svn path=/head/; revision=17766
* Update to version 1.0.b4.Archie Cobbs1999-04-105-28/+37
| | | | Notes: svn path=/head/; revision=17753
* Introduce a new ELF version and upgrade the a.out version to the latestSteve Price1999-03-264-16/+36
| | | | | | | release. Notes: svn path=/head/; revision=17404
* Update to version 0.47Archie Cobbs1999-03-222-3/+3
| | | | Notes: svn path=/head/; revision=17344
* Fixes from maintainer:Steve Price1999-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 Notes: svn path=/head/; revision=17339
* Sun's Java Developers Kit documentationSatoshi Taoka1999-03-1825-0/+5660
| | | | | | | | PR: ports/10483 Submitted by: Martti Kuparinen martti.kuparinen@ericsson.com Notes: svn path=/head/; revision=17271
* Update to version 0.46.Archie Cobbs1999-03-103-29/+23
| | | | Notes: svn path=/head/; revision=17122
* Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi 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. :) Notes: svn path=/head/; revision=17053
* Update to jikes-0.45. Still need a better master site.Archie Cobbs1999-03-013-68/+31
| | | | Notes: svn path=/head/; revision=16956
* Bump png's major number to 3.Vanilla I. Shu1999-01-231-2/+2
| | | | Notes: svn path=/head/; revision=16275
* Change maitainer's email address,Vanilla I. Shu1999-01-121-2/+2
| | | | | | | and BROKEN some gnome ports until I upgrade it. Notes: svn path=/head/; revision=16018
* Yikes, there was another ../../files.Satoshi Asami1998-12-231-1/+2
| | | | Notes: svn path=/head/; revision=15526
* Use FILESDIR/PKGDIR instead of relative paths from ${WRKSRC}.Satoshi Asami1998-12-221-1/+2
| | | | Notes: svn path=/head/; revision=15484
* Remove BROKEN_ELF, glibstdc++28 is not broken anymore.Satoshi Asami1998-12-221-3/+1
| | | | Notes: svn path=/head/; revision=15482
* - Updated to JDK1.1.7.V98-12-21Nate Williams1998-12-224-6/+6
| | | | Notes: svn path=/head/; revision=15472
* Remove trailing whitespace.Satoshi Asami1998-12-171-3/+3
| | | | Notes: svn path=/head/; revision=15395
* Create ports patches for patches found on ftp site maintained byMatthew Dillon1998-12-162-1/+37
| | | | | | | | | | | | | | | | | | | Vadim Zaliva. See Makefile comments. * add extended version info to 'jikes -h' so we can track bugs with the port * unused variables warnings * patch for array cloning bug * patch for makedepend bug * patch for ANSI fp handling (i.e. avoid faulting out on divide by 0 an such). Notes: svn path=/head/; revision=15378
* Remove commented out DISTFILES declaration since this isSteve Price1998-12-161-2/+1
| | | | | | | its default value. Notes: svn path=/head/; revision=15371
* Cleanup PLIST too with upgrade.Steve Price1998-12-111-29/+28
| | | | Notes: svn path=/head/; revision=15263
* Update to version 1.0b3.Steve Price1998-12-112-4/+4
| | | | | | | | PR: 9046 Submitted by: maintainer Notes: svn path=/head/; revision=15262
* Submitted by: Steve Price <sprice@hiwaay.net>Matthew Dillon1998-12-102-5/+5
| | | | | | | | Remove DISTFILES= in Makefile (default works fine), general cleanup to make portlint(1) clean. Notes: svn path=/head/; revision=15259
* Add IBM's open-source jikes package to the ports collectionMatthew Dillon1998-12-107-0/+89
| | | | Notes: svn path=/head/; revision=15257
* Make good the missing symlinks in PLIST,SADA Kenji1998-12-044-2/+206
| | | | | | | | | and make to remove the installed directories. PR: ports/8957 Submitted by: taoka@infonets.hiroshima-u.ac.jp Notes: svn path=/head/; revision=15111
* Make this package by removing the --exclude option to tar. I'm assuming thisSatoshi Asami1998-11-162-4/+4
| | | | | | | | is what Nate intended because all the *.class files are listed in pkg/PLIST. If it's the other way around, go ahead and revert it (and fix PLIST), Nate. Notes: svn path=/head/; revision=14551
* Fixup dependency problems with libawt and libjpeg, libpng and libgif.Steve Price1998-11-151-3/+6
| | | | | | | | Reviewed by: Mark Huizer <xaa@xaa.iae.nl> (maintainer) Submitted by: Doug Rabson <dfr@calcaphon.com> Notes: svn path=/head/; revision=14544