aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* . Update to 1.3.1_09.Greg Lewis2003-08-142-4/+4
| | | | Notes: svn path=/head/; revision=86939
* Let DOWNLOAD_URL point to the actual 3.5.1 license page.Jimmy Olgeni2003-08-056-6/+6
| | | | | | | Submitted by: Carlos F. A. Paniago <pan@cnpm.embrapa.br> Notes: svn path=/head/; revision=86358
* Upgrade to release 3.5.1.Jimmy Olgeni2003-08-0512-24/+30
| | | | Notes: svn path=/head/; revision=86340
* Warn users about requirement of having linprocfs mounted in order toAlexey Zelkin2003-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). Notes: svn path=/head/; revision=86264
* . Autodetect a previous jdk13 install and use that to bootstrap byGreg Lewis2003-08-021-9/+11
| | | | | | | | | | default if it exists. This can be overidden either using JDK13DIR or setting WITH_LINUX_BOOTSTRAP. PR: 52195 Notes: svn path=/head/; revision=86196
* 1. Autodetect a previous jdk13 install and use that to bootstrap byGreg Lewis2003-08-021-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] Notes: svn path=/head/; revision=86195
* Let be hohest: I really don't have a time now to properly maintain allMaxim Sobolev2003-07-293-3/+3
| | | | | | | | these great pieces of software, so that let others with more free time to take over them. Notes: svn path=/head/; revision=85841
* # New ports collection makefile for: JDOMErnst de Haan2003-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> Notes: svn path=/head/; revision=85452
* Port devel/jakarta-ant was renamed to devel/apache-ant.Ernst de Haan2003-07-2313-19/+15
| | | | | | | | Reported by: kris Pointy hat to: me Notes: svn path=/head/; revision=85451
* Update to 1.3.1 Service Release 5.Ernst de Haan2003-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> Notes: svn path=/head/; revision=85420
* Use `/' instead of `.' at end of URL.Sergey A. Osokin2003-07-221-1/+1
| | | | | | | Notify from: maintainer via fenner Notes: svn path=/head/; revision=85343
* . Switch to using the appropriate Blackdown JDK for bootstrapping sinceGreg Lewis2003-07-212-4/+4
| | | | | | | | | it doesn't require user intervention to download and install. PR: 30576 Notes: svn path=/head/; revision=85308
* . Update recommendations on alternatives.Greg Lewis2003-07-211-4/+17
| | | | | | | | . Note that you now need to enable linprocfs for this port to work correctly. Notes: svn path=/head/; revision=85307
* Chase ant port rename.Jimmy Olgeni2003-07-211-1/+1
| | | | Notes: svn path=/head/; revision=85284
* Update to 1.1Sergey A. Osokin2003-07-213-80/+83
| | | | | | | | Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer) PR: 54615 Notes: svn path=/head/; revision=85281
* Now expects bootstrap JDK in ${LOCALBASE}/linux-sun-jdk1.4.2.Ernst de Haan2003-07-213-3/+9
| | | | | | | Approved by: MAINTAINER Notes: svn path=/head/; revision=85275
* Update to Xalan-J 2.5.1.Ernst de Haan2003-07-183-308/+1675
| | | | Notes: svn path=/head/; revision=85117
* Partially fix the build with gcc 3.3. This still blows up later in the build.Kris Kennaway2003-07-182-0/+20
| | | | Notes: svn path=/head/; revision=85095
* 1) Include xjavadoc, which I had installed locally, and without whichSheldon Hearn2003-07-173-3/+14
| | | | | | | | | xdoclet doesn't work. 2) Remove empty stylesheets directory that was messing up packaging. Notes: svn path=/head/; revision=85065
* Installing API documentation in ${DOCSDIR}/apidocs instead of in ${DOCSDIR}.Ernst de Haan2003-07-172-1804/+838
| | | | | | | | | Bumped PORTREVISION. Pointed out by: Joshua Sahala <ntranc3d@yahoo.com> Notes: svn path=/head/; revision=85037
* Whitespace.Jimmy Olgeni2003-07-151-1/+1
| | | | Notes: svn path=/head/; revision=84922
* The refactor/rename option would not work when building from sources, asJimmy Olgeni2003-07-142-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. Notes: svn path=/head/; revision=84894
* Add ANT_OPTS to MAKE_ENV to expand the java heap at runtime.Jimmy Olgeni2003-07-141-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> Notes: svn path=/head/; revision=84892
* Make this look and behave more like a FreeBSD port.Dag-Erling Smørgrav2003-07-149-4398/+4248
| | | | Notes: svn path=/head/; revision=84870
* Update to 2.4.11.Ernst de Haan2003-07-143-4/+9
| | | | | | | Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru> Notes: svn path=/head/; revision=84865
* Handing over maintainership to des.Ernst de Haan2003-07-143-3/+3
| | | | | | | Requested by: des Notes: svn path=/head/; revision=84862
* Forgot a @dirrm.Jimmy Olgeni2003-07-121-0/+1
| | | | Notes: svn path=/head/; revision=84777
* Let the port build and install the source code related features andJimmy Olgeni2003-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) Notes: svn path=/head/; revision=84775
* Fix typo in progress message.Jimmy Olgeni2003-07-111-1/+1
| | | | Notes: svn path=/head/; revision=84720
* . Try to ensure that we get the correct version of some Netscape headerGreg Lewis2003-07-111-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 Notes: svn path=/head/; revision=84718
* . Update to 0.32.Greg Lewis2003-07-113-15/+2
| | | | | | | | PR: 54337, 54364 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) Notes: svn path=/head/; revision=84681
* . Update to 1.4.1-01.Greg Lewis2003-07-113-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. Notes: svn path=/head/; revision=84677
* Update to 3.2.1.Ernst de Haan2003-07-119-2499/+4047
| | | | Notes: svn path=/head/; revision=84668
* Patch to delete the symbol CR (carriage return) in some files.Ernst de Haan2003-07-114-9/+57
| | | | | | | | | Bumped PORTREVISION. Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru> Notes: svn path=/head/; revision=84653
* Update to 3.1.Ernst de Haan2003-07-112-2/+2
| | | | | | | Approved by: MAINTAINER Notes: svn path=/head/; revision=84652
* 1. Update to 1.2.2Greg Lewis2003-07-103-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] Notes: svn path=/head/; revision=84610
* Update to 1.2b3, the last beta anticipated for the 1.2 release.Sheldon Hearn2003-07-103-406/+165
| | | | | | | Over 160 bugs fixed, including some really annoying ejb tag mishandling. Notes: svn path=/head/; revision=84591
* USE_REINPLACE and change ant's buildfile verbose flags to "false"Jimmy Olgeni2003-07-101-0/+4
| | | | | | | (should speed up the build a bit). Notes: svn path=/head/; revision=84586
* Update to 3.0.7.Ernst de Haan2003-07-109-543/+2292
| | | | | | | Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru> Notes: svn path=/head/; revision=84582
* Update to JBoss 2.4.10.Ernst de Haan2003-07-103-931/+935
| | | | | | | Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru> Notes: svn path=/head/; revision=84574
* fix java/javamail: Fix pkg-plist of port java/javamail 1.3.1.Daichi GOTO2003-07-101-3/+4
| | | | | | | | | PR: 54275 Submitted by: Ronald Klop <ronald@cs.vu.nl> Pointed out by: "Sergey A. Osokin" <osa@freebsd.org> Notes: svn path=/head/; revision=84561
* . Update to 1.4.2.Greg Lewis2003-07-093-1313/+1372
| | | | Notes: svn path=/head/; revision=84537
* 1. Update to 1.4.1.Greg Lewis2003-07-093-35/+40
| | | | | | | | | | | 2. More consistent javavm usage. 3. Create/delete /usr/local/share/doc/java in the packing list for consistency. Suggested by: des [1] Notes: svn path=/head/; revision=84536
* update java/javamail: 1.3 -> 1.3.1Daichi GOTO2003-07-092-3/+3
| | | | | | | | PR: 54239 Submitted by: Ronald Klop <ronald@cs.vu.nl> Notes: svn path=/head/; revision=84501
* Add example feature for the Graphical Editing Framework.Jimmy Olgeni2003-07-085-0/+48
| | | | Notes: svn path=/head/; revision=84465
* Add the Graphical Editing Framework for Eclipse.Jimmy Olgeni2003-07-085-0/+101
| | | | Notes: svn path=/head/; revision=84463
* Unbreak and grab maintainership.Dag-Erling Smørgrav2003-07-082-5/+11
| | | | Notes: svn path=/head/; revision=84451
* Add jakarta-struts 1.1-rc2, struts framework.Daichi GOTO2003-07-075-0/+126
| | | | | | | | PR: 53764 Submitted by: Anton Yudin <toha@toha.org.ua> Notes: svn path=/head/; revision=84355
* Fix typo in message.Jimmy Olgeni2003-07-061-1/+1
| | | | Notes: svn path=/head/; revision=84319
* Use MASTER_SITE_ECLIPSE.Jimmy Olgeni2003-07-041-4/+1
| | | | Notes: svn path=/head/; revision=84226