aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* . Update to 1.3.5 (packing list clean up by me).glewis2004-03-103-180/+248
| | | | | | | . Change to a new maintainer. PR: 63968 Submitted by: karlj000@unbc.ca (previous maintainer)
* Add USE_LIBTOOL.archie2004-03-091-2/+2
|
* Use MASTER_SITE_ECLIPSE.nork2004-03-081-2/+3
| | | | | PR: ports/63909 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
* Fixed ONLY_FOR_ARCHS from 'arm i386 ppc sparc' to 'i386'.znerd2004-03-081-1/+1
| | | | Reported by: kris
* Set LATEST_LINK.znerd2004-03-085-2/+7
| | | | Reported by: kris
* Set LATEST_LINK.znerd2004-03-083-1/+6
| | | | Suggested by: kris
* . Update to 0.40.glewis2004-03-082-4/+3
| | | | | PR: 63899 Submitted by: Ronald Klop <ronald@cs.vu.nl>
* . Set LATEST_LINK [1]phantom2004-03-059-3/+951
| | | | | | | | | | | | . Fix rare NULL pointer de-reference bug in plugin code [2] . Use better chinese fonts [3] . Bump PORTREVISION Requested by: kris [1] Submitted by: Georg-W. Koltermann <gwk@rahn-koltermann.de> [2], Clive Lin <clive@tongi.org> [3]
* Update to version 1.1.3edwin2004-03-052-16/+51
| | | | | | Use OPTIONS Submitted by: Mark Huizer <xaa+ports@timewasters.nl>
* . Replace unresponsive MASTER_SITE with two working ones.glewis2004-03-031-1/+2
| | | | Submitted by: bento, distfiles survey
* Kaffe doesn't like !=i386.lofi2004-02-271-1/+1
|
* Add dependency on esound & unbreak.lofi2004-02-271-4/+1
|
* Update to version 1.0.1.archie2004-02-273-3/+12
|
* Restrict to i386.archie2004-02-241-4/+1
|
* Set ONLY_FOR_ARCHS i386. Remove extraneous "exit 1".archie2004-02-241-1/+1
|
* - Use %%DOCSDIR%% and %%EXAMPLESDIR%%krion2004-02-242-137/+137
| | | | | PR: ports/63208 Submitted by: maintainer
* BROKEN on alpha: does not compilekris2004-02-241-1/+7
|
* New port.archie2004-02-236-0/+16022
| | | | | | | | | | | JC is a Java virtual machine implementation that converts class files into C source files using the Soot Java bytecode analysis framework, compiles them with GCC, and loads them using a built-in ELF object file loader. JC utilizes the GNU Classpath class library and provides support for most features you would expect such as reflection, user class loaders, etc. WWW: http://jcvm.sourceforge.net/
* This port is scheduled for removal on April 21 if it is still broken at thatkris2004-02-221-0/+2
| | | | time.
* This is also broken on 4.x.kris2004-02-221-7/+3
|
* Fix incorrect MASTER_SITES.archie2004-02-221-1/+1
|
* . Don't patch out a line that doesn't need to be removed.glewis2004-02-201-9/+2
|
* . Add $FreeBSD$glewis2004-02-202-0/+4
|
* . Fix the build for JDK 1.1.8.glewis2004-02-201-3/+2
| | | | Submitted by: bento (via kris)
* . Add a secondary category of devel, which seems appropriate.glewis2004-02-191-1/+1
|
* Add a port of jflex:glewis2004-02-197-0/+219
| | | | | | | | | | | | | | JFlex is a lexical analyzer generator for Java written in Java. It is also a rewrite of the very useful tool JLex which was developed by Elliot Berk at Princeton University. As Vern Paxon states for his C/C++ tool flex: They do not share any code though. WWW: http://www.jflex.de/ I've done some clean up to the submitted version of the port. PR: 62043 Submitted by: Conor McDermottroe <ports@mcdermottroe.com>
* . Add OPTIONS.glewis2004-02-141-1/+4
| | | | | PR: 62712 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* Update to official 1.5.0beta1.znerd2004-02-116-12/+38
| | | | | | | Bumped PORTEPOCH, because this second beta is called 'beta1'. See: http://java.sun.com/j2se/1.5.0/
* Update to version 0.39 (2004-02-03):linimon2004-02-112-3/+3
| | | | | | | | | | | | Added menu separators in some menus. Added a string dumper that makes it easy to inspect all strings in memory, it also has the ability to dump all strings to a file. Fixed a bug in down link handling that caused instance numbers to increase for arrays (thanks to matze who tried to use the string inspector and did send back traces from crashes). PR: ports/62365 Submitted by: maintainer
* Added LATEST_LINK.znerd2004-02-104-4/+8
| | | | Reported by: kris
* Slightly improved the COMMENT.znerd2004-02-104-4/+4
| | | | Requested by: lofi
* . Add a new port, java/jmf:glewis2004-02-109-0/+143
| | | | | | | | | | | | | | | | Java Media Framework API The Java Media Framework API (JMF) enables audio, video and other time-based media to be added to Java applications and applets. This optional package, which can capture, playback, stream and transcode multiple media formats, extends the multimedia capabilities on the J2SE platform, and gives multimedia developers a powerful toolkit to develop scalable, cross-platform technology. WWW: http://java.sun.com/products/java-media/jmf/ PR: 58524 Submitted by: Anton Yudin <toha@toha.org.ua> (plus some tweaks by me)
* add USE_GCC=2.95 and unbreak this port.leeym2004-02-081-7/+2
|
* BROKEN on 5.x: does not compilekris2004-02-081-1/+7
|
* BROKEN on 5.x: broken pkg-plistkris2004-02-081-1/+7
|
* - Set correct LATEST_LINKclement2004-02-081-0/+2
| | | | Reported/Requested by: kris
* . Set LATEST_LINK to avoid conflict with other JBoss ports.glewis2004-02-073-3/+6
| | | | | | | . Restrict usage of the port to JDK1.4. PR: 62458 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
* . Set LATEST_LINK to avoid conflicting with other jdk ports.glewis2004-02-071-0/+1
| | | | Reminded by: kris
* . It appears as though diablo is problematic on 5.x still, so default toglewis2004-02-071-0/+4
| | | | | bootstrapping with the Linux JDK if there isn't a previously compiled native one.
* . Set an appropriate LATEST_LINK to avoid conflicts with other jdk ports.glewis2004-02-072-0/+2
| | | | Reminded by: kris
* 1. Take maintainership.glewis2004-02-071-1/+2
| | | | | | 2. Set an approptiate LATEST_LINK to avoid conflicts with other jdk ports. Reminded by: kris [2]
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-066-5/+5
|
* Use PLIST_FILES.trevor2004-02-0610-5/+5
| | | | Reviewed by: marcus
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-0446-11/+46
| | | | (Part 2)
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-042-3/+4
| | | | | Submitted by: trevor Tested by: bento
* Upgrade to version 1.19.archie2004-02-034-15/+3
|
* Add NOT_FOR_ARCHS=amd64edwin2004-02-021-0/+2
| | | | Submitted by: xaa+ports@timewasters.nl
* . Update to 0.9.16. There are a few tweaks to the original submission.glewis2004-02-012-5/+26
| | | | | PR: 62061 Submitted by: Sepherosa Ziehau <sepherosa@softhome.net>
* Fix plist.linimon2004-01-302-0/+2
| | | | | PR: ports/61580 Submitted by: Simun Mikecin <sime@logos.hr> (maintainer)
* Add SIZEerwin2004-01-301-0/+1
| | | | | PR: 62076 Submitted by: maintainer
* - Fix fetching by adding missed MASTER_SITE_SUBDIRpav2004-01-291-0/+1
| | | | | PR: ports/62057 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* SIZEify.trevor2004-01-2911-0/+11
|
* 1. Switch 5.x version of jdk14 back to libc_r as default threading library.phantom2004-01-2815-3297/+3660
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We switched FreeBSD-5.x port to libkse as default threading library before releasing of patchset 6, but users who has most of stuff linked against libc_r and attempted to use jdk linked against libkse got into local hell of threading libraries mix. So, rollback to libc_r by default and add PTHREAD_LIBS support for this port. IMPORTANT: In order to use libkse as threading library for jdk14 you have to use rtld's libmap feature or recompile your ports stuff (like mozilla) with libkse. NOTE: libkse still has issues with java debug support, so if you're going to use debuging (JVMDI) stuff - leave with libc_r for now. 2. Disable IPv6 support by default. Unfortunatelly due to security reasons IPv4-to-IPv6 addresses mapping is disabled by default in FreeBSD-5.x, so those who would like to use Java Networking stuff had to manually enable it. To make jdk14 port more user-friendly IPv6 is disabled now on compile time. Those who need this stuff enabled have to use WITH_IPV6 compile time option. 3. Add MINIMAL compile option. If this option is used to build jdk14 port then plugin, javaws and demos stuff will not be installed and/or packaged. Also (as noted in [5]) X11 runtime dependancy will not be registered into built package. 4. Strip runtime depends of jdk14 port. There's no need to require open-motif to be runtime depends since libXm is staticly linked into libawt.so. 5. Make X11 runtime dependancy conditional (via urwfonts) in !WITHOUT_PLUGIN case only. This should affect only prebuilt package users: there's no need to install X11 libraries if you're going to use non-GUI stuff only (i.e. tomcat or jboss) 6. Add ${LOCALBASE}/lib to the deafult search path for JNI libraries. 7. Bump PORTVERSION Reported by: many [1] Submitted by: glewis [6] Requested by: marcus [6]
* Update license to most recent SCSL license version.phantom2004-01-283-72/+42
|
* Now gettext 0.12.1 is gettext-old.trevor2004-01-242-2/+2
|
* . Unbreak the build after the recent changes to ant. I've done it slightlyglewis2004-01-232-2/+4
| | | | | | | differently than the PR, using the ANT_INCLUDE_SHARED_JARS variable. PR: 61711 Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer)
* Use LS macro.trevor2004-01-233-3/+3
|
* move xalan-j from java to textproceik2004-01-236-2271/+0
| | | | | | PR: 34442 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> Approved by: linimon
* Use the CPIO macro defined in bsd.port.mk.trevor2004-01-2223-41/+0
|
* Use the SORT macro from bsd.port.mk.trevor2004-01-2212-12/+6
|
* I have no idea how these features* files made the way to my machine,alex2004-01-221-10/+0
| | | | | | | but they are obviously not in the dist, so remove them from the plist and fix build on bento. Submitted by: kris
* . Add ${LOCALBASE}/lib to the default search path for JNI libraries forglewis2004-01-212-3/+21
| | | | HotSpot as well.
* . Add ${LOCALBASE}/lib to the default search path for libraries when usingglewis2004-01-202-1/+19
| | | | | | | | | JNI. XXX: Maybe ${X11BASE}/lib and /lib (5.x dynamic root support) should also be added? /lib is part of the default search path on Linux. Requested by: marcus
* . Add ${LOCALBASE}/lib to the default search path for libraries when usingglewis2004-01-202-2/+17
| | | | | | | | | JNI. XXX: Maybe ${X11BASE}/lib and /lib (5.x dynamic root support) should also be added? /lib is part of the default search path on Linux. Requested by: marcus
* . Convert spaces to tabs.glewis2004-01-201-8/+8
|
* . More standard format for substitution in pkg-message.glewis2004-01-202-2/+7
| | | | | | . Generate a substituted pkg-message in ${WRKDIR} for packaging rather than just echoing it during the port install and leaving the package with an unsubstituted version.
* Update to 1.2.6arved2004-01-194-37/+13
| | | | | PR: 61225 Submitted by: Conor McDermottroe <mcdermc@tcd.ie>
* Fix install.nork2004-01-182-3/+9
| | | | Requested by: many
* . Check the return value of stat(2) when trying to read the javawsglewis2004-01-176-0/+51
| | | | | | | | configuration file and behave appropriately if its -1. Fixes a SEGV caused by ignoring the return value and just carrying on. . Bump PORTREVISION. PR: 61392
* . Install an updated cacerts file. This was produced by taking theglewis2004-01-172-1/+2
| | | | | | | standard 1.2.2 cacerts file and updating it with the new root certificates using the procedure described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
* . Install an updated cacerts file. This was produced by taking theglewis2004-01-172-0/+2
| | | | | | | standard 1.2.2 cacerts file and updating it with the new root certificates using the procedure described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
* . Adjust download instructions for new download URL.glewis2004-01-171-2/+3
|
* . Convert a space to a tab.glewis2004-01-171-2/+3
| | | | . Use a download URL which is one less hop away from the actual download.
* . Add cacerts file missed in last commit.glewis2004-01-171-0/+0
|
* . Install the cacerts file from Sun's 1.3.1_10 release to avoid someglewis2004-01-171-1/+2
| | | | | | problems associated with expired root certificates described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
* . Update to 1.3.1 SR6 [1]glewis2004-01-173-2/+3
| | | | | | | | | | . Install the cacerts file from Sun's 1.3.1_10 release to avoid some problems associated with expired root certificates described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436 PR: 59867 [1] Submitted by: Krzysztof Stryjek <wtp@bsdguru.org> [1]
* . Install an updated cacerts file. This was produced by taking theglewis2004-01-162-0/+3
| | | | | | | standard 1.2.2 cacerts file and updating it with the new root certificates using the procedure described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
* . Use the correct variables for appending to CPPFLAGS and LDFLAGS. Thisglewis2004-01-161-0/+15
| | | | | also avoids grabbing the jni.h header from gcj, which really causes problems.
* . Update to 1.4.2 patchset 6.glewis2004-01-1521-114/+60
| | | | | | | | | . Install the cacerts file from Sun's 1.4.2_03 release to avoid some problems associated with expired root certificates described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436 Hopefully not objected to by: phantom
* . Install the cacerts file from Sun's 1.3.1_10 release to avoid someglewis2004-01-152-0/+2
| | | | | | problems associated with expired root certificates described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
* Add missing rundepends to eclipse-emf (reminded by olgeni),alex2004-01-141-1/+3
| | | | and fix the version number, while I'm here.
* Improved download URL to be more specific.znerd2004-01-141-1/+1
|
* Improved download URL to be more specific.znerd2004-01-141-1/+1
|
* Minor patch to remove bogus dependancy and to stop portlint FATAL error.znerd2004-01-143-9/+0
| | | | | PR: 61220 Submitted by: jonc@chen.org.nz (maintainer)
* First-class GUI building tools for Eclipsealex2004-01-145-0/+777
|
* Add Eclipse Modeling Frameworkalex2004-01-145-0/+459
|
* Add Eclipse XML Schema Infoset Modelalex2004-01-145-0/+256
|
* . Use MASTER_SITE_APACHE_JAKARTA to fetch the distfile.glewis2004-01-141-1/+2
| | | | | PR: 61311 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
* Add phpeclipse_phphelp 1.0.4, PHP Eclipse Help for the Eclipse IDEalex2004-01-135-0/+39
| | | | | | | Framework. PR: 58402 Submitted by: rtdean@cytherianage.net
* Add phpeclipse_tidy 1.0.2, PHP Eclipse HTML tidier plugin for Eclipsealex2004-01-135-0/+46
| | | | | | | IDE Framework. PR: 58401 Submitted by: rtdean@cytherianage.net
* Add phpeclipse_sql 1.0.1, PHP Eclipse SQL Utility plugin for Eclipse IDEalex2004-01-135-0/+71
| | | | | | | Framework. PR: 58400 Submitted by: rtdean@cytherianage.net
* Add phpeclipse 1.0.8, PHP Eclipse adds PHP support to the Eclipse IDEalex2004-01-135-0/+128
| | | | | | | Framework. PR: 58399 Submitted by: rtdean@cytherianage.net
* Log:znerd2004-01-133-71/+169
| | | | | | - Update to 2.0 - Now uses MASTER_SITE_APACHE_JAKARTAm, as it should - Properly using PORTDOCS in pkg-plist
* Removed share/nls/POSIX and share/nls/en_US.US-ASCII.znerd2004-01-132-4/+0
| | | | These were added erroneously by my build-plist script.
* Using MASTER_SITE_APACHE_JAKARTA.znerd2004-01-132-3/+5
| | | | Distfile changed name only.
* . Update to 0.38.glewis2004-01-122-2/+2
| | | | | PR: 61208 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* Add jai-imageio 1.0, which is JAI Image I/O Tools provides reader,nork2004-01-117-0/+129
| | | | | | | | | writer, and stream plug-ins for the Java Image I/O Framework and Image I/O-based read and write operations for Java Advanced Imaging. PR: CBUG-ML/2572 Submitted by: OISHI Masakuni <yamasa@bsdhouse.org> Committed at: CBUG 2004 New Year Party
* Add jai 1.1.2, which is Java Advanced Imaging (JAI) API providesnork2004-01-117-0/+130
| | | | | | | | a set of object-oriented interfaces that support a simple, high-level programming model which lets you manipulate images easily. PR: CBUG-ML/2572 Submitted by: OISHI Masakuni <yamasa@bsdhouse.org>
* o Print pkg-message for setting libmap.conf.nork2004-01-114-7/+62
| | | | | | | | | o Cosmetic change. PR: CBUG-ML/2572 Submitted by: OISHI Masakuni <yamasa@bsdhouse.org> Committed at: CBUG 2004 New Year Party Reviewed by: OISHI Masakuni <yamasa@bsdhouse.org>
* . Update to 1.3.1_10.glewis2004-01-112-9/+5
|
* Add eclipse-pmd 1.1.2, scan Java source code and look for potentialpetef2004-01-105-0/+92
| | | | | | | problems. PR: 57956 Submitted by: Bruno Van Den Bossche <bruno.van.den.bossche@pandora.be>
* assign maintainer to java@, requested by maintainer des.alfred2004-01-091-1/+1
|
* Update to 2.1.2.nork2004-01-083-454/+1981
| | | | | PR: ports/61008 Submitted by: HASHI Hiroaki <hashiz@tomba.cskk-sv.co.jp>
* Update to 3.2.3 and enable building from source. It remains to belinimon2004-01-079-5232/+120
| | | | | | | | determined whether or not this fixes the problem with attempting to use JDK1.3 to run the binary (see ports/57854). PR: ports/60996 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
* . Update to 1.4.2-rc1.glewis2004-01-073-438/+88
|
* [maintainer update] java/kaffe-devel update to 1.1.3edwin2004-01-035-35/+38
| | | | | | | Upgrade to 1.1.3 PR: ports/60762 Submitted by: Mark Huizer <xaa+ports@timewasters.nl>
* Don't use a leading zero in PORTREVISION, it confuses the pkg* tools andalfred2004-01-031-4/+4
| | | | | | | | | | | | | portupgrade with "missing origin". Properly detect that the distfile doesn't exist. We can't use ${DISTDIR}/${DISTFILES} because it's not defined until after bsd.port.post.mk, but after inclusion of bsd.port.post.mk we can not define IGNORE. To fix use the already known variables as so: ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} Reviewed by: maintainer timeout. PR: ports/60652
* Improved DOWNLOAD_URL.znerd2004-01-021-1/+1
|
* Add Linux Blackdown Java3D 1.3.1, provides a set of object-orientednork2003-12-305-0/+564
| | | | | | interfaces that support a simple, high-level programming model. Reviewed by: OISHI Masakuni <yamasa@bsdhouse.org>
* Remove java/orion again, it was a duplicate of www/orionedwin2003-12-298-459/+0
| | | | Gimme da pointy hat.
* [new port]: java/orionedwin2003-12-298-0/+459
| | | | | | | | | | | | | Orion version 2.0.2 has all the features of J2EE 1.3, such as JSP 1.2, Servlet 2.3, EJB 2.0, Connector 1.0, client jars for remote and emdedded clients. The new EJB 2.0 features will make it easier than ever to take advantage of third party tools. The Orion 2.0.2 features gives you a full J2EE 1.3 compliant Application Server with extremely good performance for an affordable price. PR: ports/60522 Submitted by: Jerry <unidevel@yahoo.com.cn>
* New port: Sun JDK 1.5.x for Linux.znerd2003-12-2413-0/+4071
| | | | | | | Current version is 1.5.0 beta 1. See: http://javalobby.org/thread.jspa?forumID=61&threadID=10482
* . Update to 1.3.1 patchset 9.glewis2003-12-2016-1347/+16
|
* Don't use patch release number while setting up BUILD_DEPENDS forphantom2003-12-163-6/+9
| | | | linux-sun-jdk.
* . Update to 3.2.glewis2003-12-163-190/+22
| | | | | PR: 59187 Submitted by: Dave Glowacki <dglo@glowacki.dyndns.org>
* Add a port of jaxen:glewis2003-12-165-0/+64
| | | | | | | | | | | | | | The Jaxen project is a Java XPath Engine. jaxen is a universal object model walker, capable of evaluating XPath expressions across multiple models. Currently supported are dom4j and JDOM . Jaxen provides a single point for XPath expression evaluation, regardless of the target object model, whether its dom4j, JDOM, DOM, JavaBeans, or whatnot. WWW: http://jaxen.org PR: 60085 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
* . Update to jmp 0.37.glewis2003-12-162-2/+2
| | | | | PR: 60100 Submitted by: ronald@cs.vu.nl (maintainer)
* Update to 1.4.2_03.znerd2003-12-152-6/+5
| | | | Noticed by: Andrew Edwards <andrew@shavers.co.uk>
* Updated message:znerd2003-12-151-2/+2
| | | | | | - This JDK may be quite stable. - Advice to use the native FreeBSD JDK 1.4, not the 1.3 JDKs anymore.
* . Simplify the documentation handling using PORTDOCS. This also meansglewis2003-12-102-498/+68
| | | | | | | | the documentation is now handled correctly in pkg-plist. . Use EXAMPLESDIR and JAVAJARDIR in Makefile and pkg-plist. PR: 59022 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
* . Simplify the packing list by using PORTDOCS.glewis2003-12-092-360/+8
| | | | | | | | . Add support for %%JAVAJARDIR%% in pkg-plist. . Don't define INSTALL_JAR as INSTALL_DATA, just use INSTALL_DATA. PR: 59039 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
* New port jakarta-commons-primitives:glewis2003-12-095-0/+58
| | | | | | | | | | | | | | | Apache Jakarta Commons Primitives provides a collection of types and utilities optimized for working with Java primitives (boolean, byte, char, double, float, int, long, short). Generally, the Commons-Primitives classes are faster, smaller and easier to work with than their purely Object based alternatives. Currently Commons Primitives is primarily composed of implementations of the java.util collections adapted for the primitive types. WWW: http://jakarta.apache.org/commons/primitives PR: 59017 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
* . Wrap the PORTDOCS setting in .if !defined(NOPORTDOCS) .. .endif.glewis2003-12-091-0/+2
| | | | Forgotten by: glewis
* New port java/avalon-logkit:glewis2003-12-095-0/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | LogKit is a logging toolkit designed for secure performance oriented logging in applications. The LogKit provides the following features: - Decouples LogEvent generation from LogEvent handling. - Is simple to use and simple to configure. - Designed with security in mind. - Allow users fine control of logging based on priority and/or category. - Has hierarchical logging namespace to enable inheritance of LogTargets and Priorities. - Lightweight. - Designed to be integrated into existing products. - Performance oriented. - Enables users to plug in filters to filter out or modify LogEvents before they are written out. - Allow users to specify the serialization format of LogEvents via Formatters. - Comes with a number of existing LogTargets to ease integration. - The LogKit has existed for a number years and been used in a number of different environments which demonstrates it's reliability and stability. WWW: http://avalon.apache.org/logkit/index.html PR: 59040 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
* Upgrade to Eclipse 2.1.2.olgeni2003-12-0411-1510/+1528
|
* . Simplify packing list [1]glewis2003-11-213-73/+2
| | | | | | | . Minor simplification of BUILD_DEPENDS. PR: 59179 [1] Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer) [1]
* . Simplify the packing list [1]glewis2003-11-212-43/+3
| | | | | | | . Add missing BUILD_DEPENDS entry. PR: 59179 [1] Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer) [1]
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-174-4/+0
|
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-136-8/+9
|
* Fix path to patched file.phantom2003-11-123-6/+6
| | | | Reported by: Nelis Lamprecht <nelis@brabys.co.za>
* Fix bootstrap jdk detection process, so it work in case if no valid jdkphantom2003-11-123-12/+33
| | | | | | installed. Previously BUILD_DEPENDS was not set correctly. Add all possible choices for 1.4.1/1.4.2 JDKs while auto-detecting.
* Add patch to fix build problems on 5.x system reported by many people.phantom2003-11-123-0/+39
| | | | | | It was last minute change and since this tool (unpack) is not used while building jdk14 port, I did not paid enough attention to test this change at -CURRENT system. Sorry.
* add jfreechart 0.9.13ijliao2003-11-125-0/+39
| | | | A free Java class library for generating charts
* add jcommon 0.8.8ijliao2003-11-125-0/+36
| | | | A collection of useful classes used by JFreeChart and JFreeReport
* . Update to 1.4.2_02.glewis2003-11-122-5/+4
|
* Update to 1.4.2p5.phantom2003-11-1233-858/+855
| | | | | | | | | | | | | | | | | | | | | | | | Important changes since last patchset: . jdk14 port is now JDK 1.4.2 based! . JavaWS distributing with jdk . Runway problem fixed (fork() is no more problem for java apps) . Sound support updated . IPv6 support overhauled . Drag'n'Drop support fixed (require open-motif mods) As for now there's no more outstanding issues with this port! FreeBSD port is also got a important of changes: . optimized setup is now default (to get debuging bins/libs use WITH_DEBUG) . bootstrap jdk autodetection. If WITH_LINUX_BOOTSTRAP is not set, then it checks all known to work JDKs installed. If nothing found, forces to install of linux-sun-jdk14 . Because of above change there's no NATIVE_BOOTSTRAP option anymore. If native jdk14 is installed, it will be used by default.
* Update commons-[dbcp|pool] to 1.1.osa2003-11-116-101/+107
| | | | | | | Utilize DOCSDIR and PORTDOCS macros. Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer) PR: 59050
* Add iconv encoding support.archie2003-11-111-0/+5
| | | | | PR: ports/57725 Submitted by: Palle Girgensohn <girgen@pingpong.net>
* Don't redefine ECHO_MSG to echo explicitly. It b0rked IGNORE messages.phantom2003-11-103-3/+0
| | | | | PR: java/58902 Reported by: Linh Pham <question@closedsrc.org>
* . Update to 3.2.2glewis2003-11-059-165/+2886
| | | | | | | | . Fix an owner/permission problem that stops JBoss starting up correctly. . Change maintainer to jonc@chen.org.nz PR: 58743 Approved by: des (previous maintainer)
* Reset maintainer on ports owned by the following committers who havekris2003-11-031-1/+1
| | | | | | | been inactive for over 12 months and did not respond to my email confirming their status: keith, nakai, torstenb Reviewed by: portmgr
* undo previous commit.edwin2003-11-021-1/+1
|
* ports with possibly unreachable MAINTAINERsedwin2003-11-021-1/+1
| | | | | | | | *** addresses that may be dead, even though the error is temporary: *** addresses that seem to be dead, but give a hint to a new address: PR: ports/58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* ports with possibly unreachable MAINTAINERsedwin2003-11-021-1/+1
| | | | | | | *** addresses that seem to be dead: PR: ports/58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Fix email addressedwin2003-11-021-1/+1
| | | | | PR: 58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* - Chase MAINTAINER e-mail changessergei2003-10-301-1/+1
| | | | | PR: 58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>, ceri
* Fix a comment, the first line was "apache New ports" (apache -> #).olgeni2003-10-301-1/+1
|
* People should report problems with this port to maintainers. Make thekan2003-10-301-1/+0
| | | | | confusion less likely by removing all non-relevant email addresses from the Makefile.
* . Add fix for "runaway process" problem. It should fix of stalledphantom2003-10-299-6/+285
| | | | | | | | | | | | | | processes problem for people who use Runtime.getRuntime.exec() method and related things. Least five people reported that this patch fixed problem for them. IMPORTANT: I'd also suggested to all jdk14 users who runs FreeBSD 4.x and use libc_r at FreeBSD 5.x to upgrade. . Stop removing "src.zip" from installation bundle. Since -p4 it builds correctly and there's no reason to forbit people to use it. . Bump PORTREVISION.
* . Fix the plugin build when LOCALBASE is not /usr/local.glewis2003-10-291-1/+2
| | | | | PR: 58618 Submitted by: harti
* Update to 1.8.fjoe2003-10-285-11/+69
| | | | | Fix build on -CURRENT. Utilize DOCSDIR, obey NOPORTDOCS.
* . Update to 1.4.1 Service Release 1.glewis2003-10-243-71/+5
| | | | Prompted by: Marco Wertejuk <wertejuk@mwcis.com>
* . Add PLIST_SUB settings that somehow didn't get committed. This unbreaksglewis2003-10-231-0/+4
| | | | | | | the package list. PR: 58398 Submitted by: Palle Girgensohn <girgen@pingpong.net>
* . Sort PTHREAD_FILES.glewis2003-10-213-6/+9
| | | | | | | | . Add j2se/ext/plugin/build/solaris/GNUmakefile to PTHREAD_FILES. Should fix plugin compilation on -CURRENT. Mea culpa. PR: 58269 Submitted by: Scott Dodson <sdodson@sdodson.com>
* . Update to 1.1.16.glewis2003-10-176-85/+339
| | | | | | | | | . Allow build with any native JDK, not just 1.1.8. The default is the Diablo Caffe JDK. This part should be revisited once bsd.java.mk 2.0 hits the scene. One could also consider doing it so it could install for all the native JDKs, not just one at a time. . Fix build on 5.x. . Respect NOPORTDOCS.
* . Fix pre-everything target.glewis2003-10-171-1/+1
| | | | | PR: 58148 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* BROKEN on 5.x: does not compilekris2003-10-161-1/+7
|
* . Add a missing BUILD_DEPENDS on NSPR so the plugin builds.glewis2003-10-143-3/+6
| | | | Forgotten by: glewis
* . Override PKGINSTALL to place it in WRKDIR, which is writeable, ratherglewis2003-10-134-0/+4
| | | | | | than PORTSDIR, which may not be. Submitted by: kris
* . Install system preferences during post-install to avoid annoying errorglewis2003-10-113-1/+28
| | | | messages.
* . Update to 1.4.1p4.glewis2003-10-1124-177/+1839
| | | | | | | . Use ${PTHREAD_LIBS} rather than -pthread or -lc_r. . Install system preferences to avoid annoying and constant error messages. Approved by: phantom (the update, anyway)
* . Unset -Werror when compiling the NIO stuff. GCC 3.3.1 tends to generateglewis2003-10-113-0/+39
| | | | warnings that 2.95 doesn't and breaks the build on -CURRENT.
* . Update to 1.3glewis2003-10-102-5/+7
| | | | | PR: 57764 Submitted by: Dave Glowacki <dglo@glowacki.dyndns.org> (maintainer)
* [maintainer update] Update java/jakarta-oroedwin2003-10-102-3/+4
| | | | | | | | The jakarta-oro port no longer fetches. There's also a newer version PR: ports/57763 Submitted by: Dave Glowacki <dglo@glowacki.dyndns.org>
* Add slash to WWW tag.osa2003-10-082-4/+2
| | | | | | Also remove pair new-lines for portlint(1) happy. Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer)
* . Use ${PTHREAD_LIBS} rather than -pthread.glewis2003-10-082-1/+30
| | | | Suggested by: mi
* . Make HotSpot compile with gcc 3.3.1.glewis2003-10-084-0/+151
| | | | | Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp> Reminded by: mi
* . Update to 1.2.2.017.glewis2003-10-073-5/+7
| | | | . Some minor syncing with the linux-sun-jdk13 port while I'm here.
* New port: Jakarta Commons DBCP.znerd2003-10-066-0/+149
| | | | | PR: 57573 Submitted by: Anton Yudin <toha@toha.org.ua>
* New port: Jakarta Commons Pool.znerd2003-10-065-0/+105
| | | | | PR: 57573 Submitted by: Anton Yudin <toha@toha.org.ua>
* . Update to 0.35.glewis2003-10-052-2/+2
| | | | | PR: 57581 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* . Sync with the change to linux-sun-jdk14 (it now installs inglewis2003-10-023-3/+3
| | | | /usr/local/linux-sun-jdk1.4.2) so this port will bootstrap.
* . Install in ${LOCALBASE}/linux-sun-jdk1.4.2, notglewis2003-10-011-3/+5
| | | | | | | | ${LOCALBASE}/linux-sun-jdk1.4.2_01 as the latter is wrong and breaks detection in bsd.java.mk. . Bump PORTREVISION for this fix. PR: 57420
* . Unbreak this port. The binaries call the program "arch" to determineglewis2003-09-304-6/+47
| | | | | | | the architecture. Unfortunately arch doesn't exist on FreeBSD or in linux_base or linux_base-8. Since "arch" is simply "uname -m" implement it as such and make sure its in the path when running any of the binaries.
* [new port] java/gj[-jdk11]: Generic Javaedwin2003-09-299-0/+714
| | | | | | | | | | | | | | | | | GJ is an extension of the Java programming language that supports generic types. * Support for generics * Superset of the Java programming language * Compiles into the Java Virtual Machine * Compatible with existing libraries WWW: http://www.cis.unisa.edu.au/~pizza/gj/ gj-jdk11 is a slave port to gj which uses JDK 1.1. PR: ports/55111 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* [new port] java/gj[-jdk11]: Generic Javaedwin2003-09-291-0/+1
| | | | | | | | | | | | | | | | | GJ is an extension of the Java programming language that supports generic types. * Support for generics * Superset of the Java programming language * Compiles into the Java Virtual Machine * Compatible with existing libraries WWW: http://www.cis.unisa.edu.au/~pizza/gj/ gj-jdk11 is a slave port to gj which uses JDK 1.1. PR: ports/55111 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* New port: java/linux-blackdown-jre11: Blackdown Linux JRE 1.1.8edwin2003-09-297-0/+199
| | | | | | | | Blackdown Linux Java Runtime Environment 1.1.8 It is needed for running Oracle for Linux PR: ports/56738 Submitted by: Simun Mikecin <sime@logos.hr> <sime@logos.hr>
* . Update to the 1.4.2 docs.glewis2003-09-272-3/+3
|
* . Set EXPR_COMPAT so 5.x expr doesn't get confused by having "-" at the startglewis2003-09-271-0/+10
| | | | | | of an argument. Submitted by: jmallett
* Fix GCC33 issue. Bumped PORTREVISION.znerd2003-09-252-0/+12
| | | | | PR: 55957 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-242-2/+2
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* . s:NO_CDROM:RESTRICTED: as neither the distfiles nor the packages shouldglewis2003-09-242-2/+2
| | | | | | be on FTP sites according to my understanding of the license. Mea culpa. Approved by: portmgr (kris)
* Back out previous commit. Further inspection reveals that it is thekris2003-09-241-2/+0
| | | | | diablo-jdk port that is bogusly requiring manual input at pkg_add time, thereby preventing any other packages from building with it.
* Mark as IS_INTERACTIVE because it asks for manual license acceptance andkris2003-09-241-0/+2
| | | | | | | causes the bento build to loop. This probably should be patched out as in the other jdk ports, so it can be packaged on bento.
* Fix compilation with WITHOUT_X11.osa2003-09-191-1/+1
| | | | | Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) PR: 57000
* kaffe-devel doesn't know about amd64 CPUs.edwin2003-09-181-0/+2
| | | | | Maintainer is informed. Noticed by: bento/kris@
* Update linux jdk location after recent linux-sun-jdk update to 1.4.2_01phantom2003-09-083-3/+3
|
* Removed the DIST_SUBDIR statement.znerd2003-09-082-2/+1
| | | | | | | | | | | | | | | | | Explanation from maintainer: "Log4j has been the first port from the Jakarta series and back then I thought it would be useful to put all distfiles from the Jakarta project in the same subdirectory. Now I don't think it is such a good idea. Furthermore, the ports of other Jakarta projects do not use this scheme. So here is a patch to fix it. I didn't bump the PORT_REVISION as there is no point in updating the port if already installed." PR: 56490 Submitted by: maintainer
* New port: kaffe-devel, development release of kaffe Java VMedwin2003-09-076-0/+159
| | | | | | | Multi-platform Java virtual machine with JIT compiler and AWT package PR: ports/55270 Submitted by: Mark Huizer <xaa+ports@timewasters.nl>
* . Update from 0.33 to 0.34 [1]glewis2003-09-052-4/+5
| | | | | | | | | . Allow compilation when one of the gcc ports with gcj is installed by explicitly specifying the JDK include path comes before ${LOCALBASE}/include. PR: 56379 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) [1]
* Fixed installation (destination directory) andznerd2003-09-042-1/+8
| | | | | package list (missing files). Bumped PORTREVISION.
* Update to 1.4.2_01.znerd2003-09-042-7/+8
|
* Add Japanese More Pack. It contains Japanese menu, etc..nork2003-09-043-1/+11
| | | | Submitted by: daichi
* Add eclipse-langpack-2.1.1.1, the Eclipse language pack isnork2003-09-036-0/+495
| | | | | | | | | distributed as a feature. It contains translations for German, Spanish, French, Italian, Japanese, Korean, Portuguese (Brazil), Traditional Chinese and Simplified Chinese. Reviewed by: daichi
* . Remove native_threads directories when native threads are not specifiedglewis2003-09-012-4/+8
| | | | | | | | | | during the compile. The native threads java_vm binaries are compiled regardless of the settings and were causing problems with the packing list. . Fix packing list so that native_threads versions of java_vm are conditionalised. PR: 56007
* . Check for a setting of "-mcpu=k6" in CFLAGS and error if so. Thisglewis2003-08-301-2/+9
| | | | | | | | setting will cause an internal compiler error in gcc 2.95.x when compiling the JDK. PR: 46269 Submitted by: Simon Barner <barner@in.tum.de>
* . Add support for bootstrapping with the Diablo Caffe JDK. The bootstrapglewis2003-08-301-3/+6
| | | | | | | | | | | order is now: . linux-blackdown-jdk13 iff WITH_LINUX_BOOTSTRAP is set. . A previous installation of this port, if it exists. . The Diablo Caffe JDK. That is, the Diablo Caffe JDK is now the default bootstrapper in the absence of a previous installation of this port.
* . Remove trailing comma from line which displayed the URL to downloadglewis2003-08-272-2/+2
| | | | | | | the tarballs from. It wasn't grammatically correct and was too easy to cut and paste along with the actual URL. Submitted by: znerd
* . Add diablo-jdk13 and diablo-jre13.glewis2003-08-261-0/+2
|
* . Add a port of the Diablo Caffe JDK 1.3.1 binary release.glewis2003-08-266-0/+1343
| | | | | | "The Java Development Kit (JDK) provides the Java Virtual Machine, base classes, and development tools to permit developers to create new Java applications, applets, and components on FreeBSD."
* . Add a port of the Diablo Latte JRE 1.3.1 binary release.glewis2003-08-266-0/+618
| | | | | | "The Java Runtime Environment (JRE) implements the Java Virtual machine and base classes, and permits the execution of Java applications on FreeBSD."
* . Add a script which checks if ${LINUX_BASE}/${WRKDIRPREFIX} isglewis2003-08-232-4/+31
| | | | | | | | | | | (possibly indirectly) a symbolic link to ${WRKDIRPREFIX}. . Use this script in preference to the direct symbolic link check previously used, as it handles indirections which cause the same problem. . /compat/linux -> ${LINUXBASE} in the message output if the check detects a link. PR: 43602
* . Add a script which checks if ${LINUX_BASE}/${WRKDIRPREFIX} isglewis2003-08-232-4/+31
| | | | | | | | | | | (possibly indirectly) a symbolic link to ${WRKDIRPREFIX}. . Use this script in preference to the direct symbolic link check previously used, as it handles indirections which cause the same problem. . /compat/linux -> ${LINUXBASE} in the message output if the check detects a link. PR: 43602
* update java/jmp: 0.32 -> 0.33daichi2003-08-202-2/+2
| | | | | PR: 55585 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* java/jdbcpool: drop maintainer shipdaichi2003-08-191-1/+1
| | | | | PR: 55691 Submitted by: Jose Marques <noway@nohow.demon.co.uk> (maintainer)
* java/infobus: drop maintainer shipdaichi2003-08-191-1/+1
| | | | | PR: 55691 Submitted by: Jose Marques <noway@nohow.demon.co.uk> (maintainer)
* java/cos: drop maintainer shipdaichi2003-08-191-1/+1
| | | | | PR: 55691 Submitted by: Jose Marques <noway@nohow.demon.co.uk> (maintainer)
* java/collections: drop maintainer shipdaichi2003-08-191-1/+1
| | | | | PR: 55691 Submitted by: Jose Marques <noway@nohow.demon.co.uk> (maintainer)
* . Update to 1.3.1_09.glewis2003-08-142-4/+4
|
* Let DOWNLOAD_URL point to the actual 3.5.1 license page.olgeni2003-08-066-6/+6
| | | | Submitted by: Carlos F. A. Paniago <pan@cnpm.embrapa.br>
* Upgrade to release 3.5.1.olgeni2003-08-0512-24/+30
|
* Warn users about requirement of having linprocfs mounted in order tophantom2003-08-043-6/+66
| | | | | | | | | | | start native JDK port build. linprocfs mounted become pre-requisite of build after Linux SUN JDK port was updated to 1.4.2. Add run-time (pre-build) check for linprocfs mounted as well. Bump space requirements note about disk space required for build of whole JDK 1.4.1 port and package to more appropriate value (as reported by many people).
* . Autodetect a previous jdk13 install and use that to bootstrap byglewis2003-08-031-9/+11
| | | | | | | default if it exists. This can be overidden either using JDK13DIR or setting WITH_LINUX_BOOTSTRAP. PR: 52195
* 1. Autodetect a previous jdk13 install and use that to bootstrap byglewis2003-08-031-20/+12
| | | | | | | | | default if it exists. This can be overidden either using JDK13DIR or setting WITH_LINUX_BOOTSTRAP. 2. Don't create directories for new files, invoke patch with -p0. PR: 52195 [1] Submitted by: David Yeske <dyeske@yahoo.com> [1 - based on]
* Let be hohest: I really don't have a time now to properly maintain allsobomax2003-07-293-3/+3
| | | | | these great pieces of software, so that let others with more free time to take over them.
* # New ports collection makefile for: JDOMznerd2003-07-232-303/+282
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Date created: June 1, 2001 # Whom: Ernst de Haan <znerd@FreeBSD.org> # # $FreeBSD: ports/java/jdom/Makefile,v 1.8 2003/07/23 14:30:27 znerd Exp $ # PORTNAME= jdom PORTVERSION= 1.0b9 CATEGORIES= java MASTER_SITES= http://www.jdom.org/dist/source/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/[0-9]*\.[0-9]*//} MAINTAINER= znerd@FreeBSD.org COMMENT= Java library for accessing and manipulating XML documents BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/apache-ant USE_JAVA= 1.2+ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/[0-9]*\.[0-9]*//} PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///} TARGET_DIR?= ${PREFIX}/share/java/${PORTNAME}-${PORTVERSION} ANT?= ${LOCALBASE}/bin/ant ANT_TARGET= package javadoc do-build: @cd ${WRKSRC} && ${ANT} ${ANT_TARGET} do-install: @${ECHO} -n ">> Creating directory ${TARGET_DIR}..." @${MKDIR} ${TARGET_DIR} @${ECHO} " [ DONE ]" @${ECHO} -n ">> Copying files..." @${CP} -r ${WRKSRC}/* ${TARGET_DIR} @${ECHO} " [ DONE ]" @${ECHO} -n ">> Installing JAR..." @${CP} ${WRKSRC}/build/jdom.jar ${PREFIX}/share/java/classes/ @${ECHO} " [ DONE ]" .include <bsd.port.mk>
* Port devel/jakarta-ant was renamed to devel/apache-ant.znerd2003-07-2313-19/+15
| | | | | Reported by: kris Pointy hat to: me
* Update to 1.3.1 Service Release 5.znerd2003-07-234-4/+5
| | | | | | | See: ftp://javaww@207.25.253.61/developer/linuxia32/131SR5/fixes.html Pointed out by: Lauri J. Jarvenpaa <Lauri.Jarvenpaa@students.turkuamk.fi>
* Use `/' instead of `.' at end of URL.osa2003-07-221-1/+1
| | | | Notify from: maintainer via fenner
* . Switch to using the appropriate Blackdown JDK for bootstrapping sinceglewis2003-07-222-4/+4
| | | | | | it doesn't require user intervention to download and install. PR: 30576
* . Update recommendations on alternatives.glewis2003-07-221-4/+17
| | | | | . Note that you now need to enable linprocfs for this port to work correctly.
* Chase ant port rename.olgeni2003-07-211-1/+1
|
* Update to 1.1osa2003-07-213-80/+83
| | | | | Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer) PR: 54615
* Now expects bootstrap JDK in ${LOCALBASE}/linux-sun-jdk1.4.2.znerd2003-07-213-3/+9
| | | | Approved by: MAINTAINER
* Update to Xalan-J 2.5.1.znerd2003-07-183-308/+1675
|
* Partially fix the build with gcc 3.3. This still blows up later in the build.kris2003-07-182-0/+20
|
* 1) Include xjavadoc, which I had installed locally, and without whichsheldonh2003-07-183-3/+14
| | | | | | xdoclet doesn't work. 2) Remove empty stylesheets directory that was messing up packaging.
* Installing API documentation in ${DOCSDIR}/apidocs instead of in ${DOCSDIR}.znerd2003-07-172-1804/+838
| | | | | | Bumped PORTREVISION. Pointed out by: Joshua Sahala <ntranc3d@yahoo.com>
* Whitespace.olgeni2003-07-151-1/+1
|
* The refactor/rename option would not work when building from sources, asolgeni2003-07-152-1/+48
| | | | | | | | | stated in Eclipse PR 37846. https://bugs.eclipse.org/bugs/show_bug.cgi?id=37846 The REINPLACE_CMD-powered "refactoring" is somewhat brutal, but it is better than 50+ patchfiles or a single large diff.
* Add ANT_OPTS to MAKE_ENV to expand the java heap at runtime.olgeni2003-07-151-0/+1
| | | | | | | | It may happen that ant does not have sufficient heap to zip the plugins during installation. Obtained from: Jan Schulz (from the eclipse.tools.jdt newsgroup) Verified by: Edmond Nolan <eddie@eddienolan.com>
* Make this look and behave more like a FreeBSD port.des2003-07-149-4398/+4248
|
* Update to 2.4.11.znerd2003-07-143-4/+9
| | | | Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru>
* Handing over maintainership to des.znerd2003-07-143-3/+3
| | | | Requested by: des
* Forgot a @dirrm.olgeni2003-07-121-0/+1
|
* Let the port build and install the source code related features andolgeni2003-07-124-54/+338
| | | | | | | | | | | | plugins. This basically means that Javadoc help and editor hover links will work on Eclipse libraries when developing plugins and SWT applications. It requires some zipping and unzipping but at least we get the correct tree installed (much like the available binaries for other platforms). Obtained from: Jan Schulz (from the eclipse.tools.jdt newsgroup)
* Fix typo in progress message.olgeni2003-07-121-1/+1
|
* . Try to ensure that we get the correct version of some Netscape headerglewis2003-07-121-0/+13
| | | | | | | files. This will hopefully fix some build problems people have been experiencing with bogus versions of these files being installed by Qt. PR: 54180
* . Update to 0.32.glewis2003-07-123-15/+2
| | | | | PR: 54337, 54364 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* . Update to 1.4.1-01.glewis2003-07-123-1322/+1735
| | | | | | | . Ensure correct ownership after copying files. . More consistent VM registration. . Create/destroy the ${LOCALBASE}/share/doc/java in the packing list. . Register/unregister the VM in the packing list.
* Update to 3.2.1.znerd2003-07-119-2499/+4047
|
* Patch to delete the symbol CR (carriage return) in some files.znerd2003-07-114-9/+57
| | | | | | Bumped PORTREVISION. Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru>
* Update to 3.1.znerd2003-07-112-2/+2
| | | | Approved by: MAINTAINER
* 1. Update to 1.2.2glewis2003-07-113-20/+90
| | | | | | | | 2. Install a symbolic link to the main shell script in ${PREFIX}/bin so that people won't have to change $PATH to run it. PR: 50481 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> [1 partially]
* Update to 1.2b3, the last beta anticipated for the 1.2 release.sheldonh2003-07-103-406/+165
| | | | Over 160 bugs fixed, including some really annoying ejb tag mishandling.
* USE_REINPLACE and change ant's buildfile verbose flags to "false"olgeni2003-07-101-0/+4
| | | | (should speed up the build a bit).
* Update to 3.0.7.znerd2003-07-109-543/+2292
| | | | Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru>
* Update to JBoss 2.4.10.znerd2003-07-103-931/+935
| | | | Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru>
* fix java/javamail: Fix pkg-plist of port java/javamail 1.3.1.daichi2003-07-101-3/+4
| | | | | | PR: 54275 Submitted by: Ronald Klop <ronald@cs.vu.nl> Pointed out by: "Sergey A. Osokin" <osa@freebsd.org>
* . Update to 1.4.2.glewis2003-07-103-1313/+1372
|