1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
Commit Graph

100233 Commits

Author SHA1 Message Date
Ernst de Haan
4ab45882f5 Using PORTDOCS macro. 2004-04-15 23:27:41 +00:00
Ernst de Haan
583ef52daf Slightly improved phrasing of RESTRICTED. 2004-04-15 23:16:48 +00:00
Ernst de Haan
166deda508 - Removed non-existent download site metaverse.nl
- Fixed removal of files after deinstall [1]
- Using PORTDOCS macro

Reported by:	kris [1]
2004-04-15 23:14:26 +00:00
Ernst de Haan
fbda0a0a29 Removed unused DOWNLOAD_URL variable. 2004-04-15 23:10:25 +00:00
Ernst de Haan
6272e9dfa2 Made cp -R silent again, like previously. 2004-04-15 23:05:17 +00:00
Ernst de Haan
b9ee6e75d4 Cleverly determine version-related variable values
based on other variables.
2004-04-15 23:03:16 +00:00
Ernst de Haan
6cbcc623e3 - Removed non-existent download site metaverse.nl.
- Using PORTDOCS macro.
- Fixed issue with files staying being after deinstall [1].

Reported by:	kris [1]
2004-04-15 23:00:48 +00:00
Greg Lewis
fd6758b954 . Update to 1.4.1 SR2.
. SIZEify.
2004-04-15 22:55:14 +00:00
Ernst de Haan
4b17be02e3 Now consistent with other JDK ports. Also added WWW: line. 2004-04-15 22:42:30 +00:00
Ernst de Haan
ac6f62dc4e Removed non-existent master site metaverse.nl. 2004-04-15 22:40:29 +00:00
Ernst de Haan
9ab4692433 Removed non-existent metaverse.nl download site.
Added category: security.
2004-04-15 22:38:09 +00:00
Ernst de Haan
acb14315e0 ABA website seems to have disappeared. 2004-04-15 22:36:53 +00:00
Ernst de Haan
48dbfd72f4 Only using preferred download sites. 2004-04-15 22:32:33 +00:00
Ernst de Haan
4986d67f83 Homepage re-appeared. 2004-04-15 22:31:05 +00:00
Ernst de Haan
357cf67b9f No longer using non-existent metaverse.nl download site. 2004-04-15 22:29:28 +00:00
Ernst de Haan
4932a3ba74 - Update to JUMP 0.5
- Unbroken
- Using PORTDOCS macro
- Removed non-existent metaverse.nl download site
2004-04-15 22:07:40 +00:00
Ernst de Haan
ee5b9a9ffa Removed pkg-plist file. This was missed in the last commit. 2004-04-15 21:57:53 +00:00
Munechika SUMIKAWA
49494caf0b Upgrade to 1.11.15. 2004-04-15 21:39:39 +00:00
Ernst de Haan
cc87d472ad Log:
- 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>
2004-04-15 21:17:26 +00:00
Ernst de Haan
fadcf89898 Log:
- 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>
2004-04-15 20:58:17 +00:00
Dirk Meyer
1b7c77412e - backward compatibility option GNUSTEP_WITH_GCC32=yes 2004-04-15 20:54:57 +00:00
Ernst de Haan
44aa7ae911 Log:
- 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>
2004-04-15 20:53:59 +00:00
Dirk Meyer
113bd2c5f4 - update to gcc33 2004-04-15 20:51:06 +00:00
Ernst de Haan
66aec4a7b0 Log:
- 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>
2004-04-15 20:48:24 +00:00
Dirk Meyer
f49d28b85b - fix amd64 build
- add option WITHOUT_LIBJAVA=yes
2004-04-15 20:45:30 +00:00
Ernst de Haan
33bb1dbe0a Fixed LATEST_LINK. It referred to linux-blackdown-jdk13.
PR:		65127
Submitted by:	Kang Liu <liukang@bjpu.edu.cn>
2004-04-15 20:41:01 +00:00
Ernst de Haan
b26b1d3529 Improved description. In fact it related to jakarta-commons-validator.
PR:		65491
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-04-15 20:38:11 +00:00
Joe Marcus Clarke
c1456accbf Update to 2.0.1. For a list of what's new, see:
http://lists.gnome.org/archives/gnome-announce-list/2004-April/msg00031.html
2004-04-15 20:11:25 +00:00
David E. O'Brien
cda1639426 Abe's website is OBE after retiring from Purdue. 2004-04-15 19:22:58 +00:00
Kirill Ponomarev
ac916512e4 - Downgrade to version 5.0.1
- 5.0.2 version caused xpdf to crash with almost all PDFs
- Bump PORTEPOCH

Submitted by:	naddy, Ports Fury
2004-04-15 19:18:49 +00:00
Joe Marcus Clarke
bfc4d35317 Update to 0.8.3. 2004-04-15 18:43:28 +00:00
Kirill Ponomarev
936959eec7 - Update MASTER_SITES
PR:		ports/65581
Submitted by:	Jason Harris <jharris at widomaker dot com>
2004-04-15 18:34:20 +00:00
Greg Lewis
eaedf068ff . Empirically this port appears to require 1.4 to compile. So set this
as the version and make sure ant uses it.
2004-04-15 18:31:06 +00:00
Joe Marcus Clarke
dd28ecc9f8 Add a missing dependency on gstreamer-plugins. 2004-04-15 18:30:28 +00:00
Volker Stolz
5345fd68c0 Update description (approved by maintainer)
PR:             ports/65441
Submitted by:   Radim Kolar
Approved by:    linimon (mentor)
2004-04-15 18:09:15 +00:00
Greg Lewis
57adfb83a7 . This port explicitly uses jikes during the build, so set USE_JIKES.
I still have problems with the build, but this gets it closer and others
have reported success with it.
2004-04-15 17:44:47 +00:00
Archie Cobbs
79f3e46d6c Create /usr/local/etc/rc.d if it doesn't already exist.
PR:	ports/65564
2004-04-15 16:32:21 +00:00
Greg Lewis
32b76352de . Fix the port to work with both JDK 1.3 and JDK 1.4 by using the
PORTDOCS macro.  Also trims the pkg-plist considerably.

Hopefully not objected to by:	znerd
2004-04-15 16:26:43 +00:00
Joe Marcus Clarke
ec96adc1cf Add --without-x on amd64 to fix the build. This is only temporary.
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.
2004-04-15 16:26:15 +00:00
Greg Lewis
6735630176 . This port actually requires JDK 1.4 to build, JDK 1.3 won't cut it.
Maintainer informed.
2004-04-15 16:21:25 +00:00
Clement Laforet
b83aac491a - Mirror distfile [1]
- Take back maintainership

Noticed by:	bento via kris [1]
2004-04-15 16:08:50 +00:00
Kirill Ponomarev
9ea44c564b - Fix WWW: and MASTER_SITES
PR:		ports/65580
Submitted by:	Jason Harris <jharris@widomaker.com>
2004-04-15 15:22:15 +00:00
Oliver Eikemeier
f3c0003ef0 Update to Exim release 4.32 + exiscan 17
- ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/ChangeLogs/ChangeLog-4.32
- http://duncanthrax.net/exiscan-acl/CHANGELOG
2004-04-15 14:11:20 +00:00
Kirill Ponomarev
e41aae2665 Add zgv 5.8,
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
2004-04-15 14:11:16 +00:00
FUJISHIMA Satsuki
a23b7444b2 (null commit)
previous commit was actually:
PR:	65569
2004-04-15 13:57:01 +00:00
Mathieu Arnold
1cd9da0d63 fix plist 2004-04-15 13:52:49 +00:00
Mathieu Arnold
25bd48c84f fix depends list 2004-04-15 13:45:52 +00:00
Edwin Groothuis
cde6ad6394 libflac -> libFLAC
pointy hat to: deischen@

PR:		ports/65565
Submitted by:	Shigetomo Kimura <kimura@netlab.is.tsukuba.ac.jp>
2004-04-15 13:35:38 +00:00
Makoto Matsushita
0c035503c7 Cleanup.
- 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
2004-04-15 13:21:02 +00:00
Mathieu Arnold
00c8b6363a Fix plist 2004-04-15 12:56:38 +00:00