aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Using PORTDOCS macro.Ernst de Haan2004-04-151-26/+11
| | | | Notes: svn path=/head/; revision=107172
* Slightly improved phrasing of RESTRICTED.Ernst de Haan2004-04-151-1/+1
| | | | Notes: svn path=/head/; revision=107171
* - Removed non-existent download site metaverse.nlErnst de Haan2004-04-151-27/+10
| | | | | | | | | | - Fixed removal of files after deinstall [1] - Using PORTDOCS macro Reported by: kris [1] Notes: svn path=/head/; revision=107170
* Removed unused DOWNLOAD_URL variable.Ernst de Haan2004-04-151-1/+0
| | | | Notes: svn path=/head/; revision=107169
* Made cp -R silent again, like previously.Ernst de Haan2004-04-151-1/+1
| | | | Notes: svn path=/head/; revision=107168
* Cleverly determine version-related variable valuesErnst de Haan2004-04-151-2/+3
| | | | | | | based on other variables. Notes: svn path=/head/; revision=107167
* - Removed non-existent download site metaverse.nl.Ernst de Haan2004-04-151-24/+7
| | | | | | | | | | - Using PORTDOCS macro. - Fixed issue with files staying being after deinstall [1]. Reported by: kris [1] Notes: svn path=/head/; revision=107166
* . Update to 1.4.1 SR2.Greg Lewis2004-04-153-3/+6
| | | | | | | . SIZEify. Notes: svn path=/head/; revision=107165
* Now consistent with other JDK ports. Also added WWW: line.Ernst de Haan2004-04-151-1/+3
| | | | Notes: svn path=/head/; revision=107164
* Removed non-existent master site metaverse.nl.Ernst de Haan2004-04-152-3/+1
| | | | Notes: svn path=/head/; revision=107163
* Removed non-existent metaverse.nl download site.Ernst de Haan2004-04-151-3/+2
| | | | | | | Added category: security. Notes: svn path=/head/; revision=107162
* ABA website seems to have disappeared.Ernst de Haan2004-04-151-0/+2
| | | | Notes: svn path=/head/; revision=107161
* Only using preferred download sites.Ernst de Haan2004-04-151-4/+1
| | | | Notes: svn path=/head/; revision=107160
* Homepage re-appeared.Ernst de Haan2004-04-151-1/+1
| | | | Notes: svn path=/head/; revision=107159
* No longer using non-existent metaverse.nl download site.Ernst de Haan2004-04-151-1/+2
| | | | Notes: svn path=/head/; revision=107158
* - Update to JUMP 0.5Ernst de Haan2004-04-153-63/+13
| | | | | | | | | - Unbroken - Using PORTDOCS macro - Removed non-existent metaverse.nl download site Notes: svn path=/head/; revision=107157
* Removed pkg-plist file. This was missed in the last commit.Ernst de Haan2004-04-151-0/+0
| | | | Notes: svn path=/head/; revision=107156
* Upgrade to 1.11.15.Munechika SUMIKAWA2004-04-1510-664/+686
| | | | Notes: svn path=/head/; revision=107155
* Log:Ernst de Haan2004-04-152-59/+5
| | | | | | | | | | | | | | - Use the PORTDOCS macro to build dynamically pkg-plist (no more Javadoc 1.3/1.4 issues hopefully, and pkg-plist is now one line long) - Define the ANT_INCLUDE_SHARED_JARS variable so Ant now correctly gets JARs from ${JAVAJARDIR} PR: 61357 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=107154
* Log:Ernst de Haan2004-04-152-57/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Now using PORTDOCS macro for automated PLIST build (should fix the deinstall issue) - Now using OPTIONS macro for dependency setting: - WITH_LOG4J: Enable Jakarta Log4j log factory (default: on) - WITH_LOGKIT: Enable Avalon LogKit log factory (default: off) - WITH_JDK14LOG: Enable JDK 1.4 log factory (default: off) - Changed Ant target 'dist' to 'compile' (to produce only JAR when NOPORTDOCS is set) - Now using Ant target 'javadoc' (see above) - Fixed an issue with shared JARs not in classpath (by setting ANT_INCLUDE_SHARED_JARS=YES) - Now bsd.java.mk 2.0 compliant - Fixed a bug with ant targets (adding rather than overwriting) - Use JAVAJARDIR everywhere - Fixed the ugly '*' in PORTDOCS - ECHO -> ECHO_CMD - Fixed indentation (previously 4 spaces) - Use MASTER_SITE_APACHE_JAKARTA - Removed the WRKSRC override stuff (it's the default value anyway) PR: 63928 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=107153
* - backward compatibility option GNUSTEP_WITH_GCC32=yesDirk Meyer2004-04-151-0/+12
| | | | Notes: svn path=/head/; revision=107152
* Log:Ernst de Haan2004-04-153-104/+29
| | | | | | | | | | | | | | | | | | | | | | - Update to version 3.0 - Now using PORTDOCS macro for automated PLIST build (should fix the deinstall issue) - Now using MASTER_SITE_APACHE_JAKARTA - Now installs various additional docs: e.g. DEVELOPERS-GUIDE.html - Now using JAVAJARDIR instead of JAVASHAREDIR/classes - bsd.java.mk 2.0 compliant - ECHO_CMD instead of ECHO - Make JAVAJARDIR - Echo doc files as they are installed - Removed pkg-plist entirely (use PLIST_FILES) - Changed the name of the installed JAR (no more version number in it as it is the case for other Java libraries) PR: 64171 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=107151
* - update to gcc33Dirk Meyer2004-04-152-6/+9
| | | | Notes: svn path=/head/; revision=107150
* Log:Ernst de Haan2004-04-152-435/+60
| | | | | | | | | | | | | | | | | | | | | | - Now using JAVAJARDIR instead of PREFIX/share/java/classes - Now using PORTDOCS macro (to reduce pkg-plist size and fix the apidocs deinstall issue with some JDKs) - Now using PLIST_FILES macro (to reduce pkg-plist size) - No longer installing JARs from 'lib' directory (but rather have them declared as run dependencies) - No longer installing junk files (such as perl CVS commiter scripts) - No longer installing class nor source files - Now installing samples in EXAMPLESDIR - Now installing README and such in DOCSDIR - Will not install docs and samples when NOPORTDOCS is set - Bumped PORTREVISION PR: 64703 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=107149
* - fix amd64 buildDirk Meyer2004-04-151-5/+17
| | | | | | | - add option WITHOUT_LIBJAVA=yes Notes: svn path=/head/; revision=107148
* Fixed LATEST_LINK. It referred to linux-blackdown-jdk13.Ernst de Haan2004-04-151-1/+1
| | | | | | | | PR: 65127 Submitted by: Kang Liu <liukang@bjpu.edu.cn> Notes: svn path=/head/; revision=107147
* Improved description. In fact it related to jakarta-commons-validator.Ernst de Haan2004-04-151-9/+10
| | | | | | | | PR: 65491 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=107146
* Update to 2.0.1. For a list of what's new, see:Joe Marcus Clarke2004-04-159-18/+24
| | | | | | | http://lists.gnome.org/archives/gnome-announce-list/2004-April/msg00031.html Notes: svn path=/head/; revision=107145
* Abe's website is OBE after retiring from Purdue.David E. O'Brien2004-04-151-2/+0
| | | | Notes: svn path=/head/; revision=107144
* - Downgrade to version 5.0.1Kirill Ponomarev2004-04-152-4/+8
| | | | | | | | | | - 5.0.2 version caused xpdf to crash with almost all PDFs - Bump PORTEPOCH Submitted by: naddy, Ports Fury Notes: svn path=/head/; revision=107143
* Update to 0.8.3.Joe Marcus Clarke2004-04-153-10/+11
| | | | Notes: svn path=/head/; revision=107142
* - Update MASTER_SITESKirill Ponomarev2004-04-151-1/+1
| | | | | | | | PR: ports/65581 Submitted by: Jason Harris <jharris at widomaker dot com> Notes: svn path=/head/; revision=107141
* . Empirically this port appears to require 1.4 to compile. So set thisGreg Lewis2004-04-151-2/+3
| | | | | | | as the version and make sure ant uses it. Notes: svn path=/head/; revision=107140
* Add a missing dependency on gstreamer-plugins.Joe Marcus Clarke2004-04-152-2/+6
| | | | Notes: svn path=/head/; revision=107139
* Update description (approved by maintainer)Volker Stolz2004-04-151-3/+6
| | | | | | | | | PR: ports/65441 Submitted by: Radim Kolar Approved by: linimon (mentor) Notes: svn path=/head/; revision=107138
* . This port explicitly uses jikes during the build, so set USE_JIKES.Greg Lewis2004-04-151-0/+1
| | | | | | | | I still have problems with the build, but this gets it closer and others have reported success with it. Notes: svn path=/head/; revision=107137
* Create /usr/local/etc/rc.d if it doesn't already exist.Archie Cobbs2004-04-151-0/+4
| | | | | | | PR: ports/65564 Notes: svn path=/head/; revision=107136
* . Fix the port to work with both JDK 1.3 and JDK 1.4 by using theGreg Lewis2004-04-152-164/+1
| | | | | | | | | PORTDOCS macro. Also trims the pkg-plist considerably. Hopefully not objected to by: znerd Notes: svn path=/head/; revision=107135
* Add --without-x on amd64 to fix the build. This is only temporary.Joe Marcus Clarke2004-04-151-1/+7
| | | | | | | | | | Hopefully the next incarnation of X will have more shared libraries, and thus this problem will no longer occur. I think this patch was originally submitted by arved. Notes: svn path=/head/; revision=107134
* . This port actually requires JDK 1.4 to build, JDK 1.3 won't cut it.Greg Lewis2004-04-151-1/+1
| | | | | | | Maintainer informed. Notes: svn path=/head/; revision=107133
* - Mirror distfile [1]Clement Laforet2004-04-151-2/+4
| | | | | | | | | - Take back maintainership Noticed by: bento via kris [1] Notes: svn path=/head/; revision=107132
* - Fix WWW: and MASTER_SITESKirill Ponomarev2004-04-152-2/+2
| | | | | | | | PR: ports/65580 Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=107131
* Update to Exim release 4.32 + exiscan 17Oliver Eikemeier2004-04-152-6/+6
| | | | | | | | - ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/ChangeLogs/ChangeLog-4.32 - http://duncanthrax.net/exiscan-acl/CHANGELOG Notes: svn path=/head/; revision=107129
* Add zgv 5.8,Kirill Ponomarev2004-04-154-0/+63
| | | | | | | | | | | | | | | zgv is an svgalib-based viewer which views GIF, JPEG, PNG, PBM/PGM/PPM, TIFF, BMP, TGA, PCX, mrf, XBM, and XPM files, with a full-screen file selector front-end. It can be used as a simple command, with zgv filename(s), which bypasses the front-end. For more on how zgv works and how to use it, do `info zgv' or `man zgv' once it's installed. PR: ports/65577 Submitted by: Radim Kolar Notes: svn path=/head/; revision=107128
* (null commit)FUJISHIMA Satsuki2004-04-150-0/+0
| | | | | | | | previous commit was actually: PR: 65569 Notes: svn path=/head/; revision=107127
* fix plistMathieu Arnold2004-04-151-0/+2
| | | | Notes: svn path=/head/; revision=107126
* fix depends listMathieu Arnold2004-04-151-3/+1
| | | | Notes: svn path=/head/; revision=107125
* libflac -> libFLACEdwin Groothuis2004-04-151-1/+1
| | | | | | | | | | pointy hat to: deischen@ PR: ports/65565 Submitted by: Shigetomo Kimura <kimura@netlab.is.tsukuba.ac.jp> Notes: svn path=/head/; revision=107124
* Cleanup.Makoto Matsushita2004-04-152-15/+21
| | | | | | | | | | | | | | - Fix pkg-plist, add missing files to the list (gimme a pointy hat to me...) - Introduce INFO variable. - Don't touch share/locale/ directory. - Employ WITHOUT_NLS macro as other ports did. Since pkg-plist is changed, bump PORTREVISION. Submitted by: sf Notes: svn path=/head/; revision=107123
* Fix plistMathieu Arnold2004-04-151-0/+3
| | | | Notes: svn path=/head/; revision=107122