Commit graph

25 commits

Author SHA1 Message Date
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Herve Quiroz
c51f253708 Update to 2.9.0
Reported by:	portscout
2007-03-04 16:48:53 +00:00
Herve Quiroz
afceee84d8 Update to 2.8.0
Reported by:	portscout
2006-06-20 09:31:50 +00:00
Herve Quiroz
7f90d24606 - Disable Jikes to avoid trouble with JDK 1.3
- Disable building extra documentation when not using JDK 1.5 as the Xalan
  processor used to tranform the XML source files seems to try and use X11
  (which fails if built by superuser in a console) [1]

NOTE: When using JDK 1.5 (java/jdk15) this error does not occur so it seems
like we could find a fix for that. Otherwise I will probably convert the port
to a binary one.

Reported by:	pointyhat [1]
2005-11-28 13:06:27 +00:00
Herve Quiroz
6e220b3286 Cross-link API documentation with JDK API documentation (if installed) 2005-11-24 18:07:40 +00:00
Herve Quiroz
7710457c9a - Update to 2.7.1 [1]
This release provides a complete implementation of the parser related
    portions of JAXP 1.3 and also brings Xerces into compliance with SAX 2.0.2,
    the DOM Level 3 Core and Load/Save W3C Recommendations, the XML Inclusions
    (XInclude) Version 1.0 W3C Recommendation and the XML Schema 1.0 Structures
    and Datatypes Second Edition W3C Recommendations.

- Update pkg-descr to reflect latest additions and newly supported features
- Install deprecated JARs in ${DATADIR}/deprecated/ to avoid bloating
  ${JAVAJARDIR}
- Build and install extra documentation (not just JavaDoc)
- Add SHA256 info
- Do not ${MKDIR} ${JAVAJARDIR} as it has been part of mtree for more than 3
  years now

WARNING: Some deprecated JAR files are no longer built nor installed
(xmlParserAPIs.jar and resolver.jar). I contacted people maintaining ports that
were depending on these files [2] and it seems to be fine. Any subsequent
problem would come from ports depending on files from textproc/xerces-j but not
effectively registering the dependency.

Reported by:	FreeBSD Ports Version Check (via edwin) [1]
Tested by:	thierry (for some depending ports breaking) [2]
2005-11-24 15:56:47 +00:00
Herve Quiroz
63acad6387 - Calm portlint: echo -> ${ECHO_CMD}
Approved by:	glewis (mentor)
2004-08-10 17:15:22 +00:00
Herve Quiroz
d333ea0903 - Use USE_ANT
- Use %%JAVAJARDIR%%
- Use my FreeBSD email address in MAINTAINER field

Approved by:	glewis (mentor)
2004-08-09 17:56:31 +00:00
Volker Stolz
8727ad6ac4 Add CONFLICTS with textproc/xml4j
PR:		ports/69055
Submitted by:	Herve Quiroz (maintainer)
2004-07-22 09:51:38 +00:00
Volker Stolz
2432a7b5f6 - Samples are now installed by default
- The source code for samples is now installed with the samples
- Fixed some OPTIONS/package issue
- Updated pkg-descr
- Performance improvement: removed the unnecessary loop
- Cosmetic changes: honor 80 chars line length

PR:		ports/69015
Submitted by:	Herve Quiroz
Requested by:	me
2004-07-14 11:44:09 +00:00
Greg Lewis
218b91b2d9 . Really assign the maintainership to the submitted of PR/51415.
PR:		51415
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-04-16 22:46:20 +00:00
Mark Linimon
05a284c100 Fix subtle bug in a plist substitution rule that left an unnecessary
leading slash in certain filenames (only affected 'make package').

Prompted by:	bento via kris
2004-04-12 14:32:01 +00:00
Mark Linimon
4167b649d6 Update to version 2.6.2:
- Now using JAVAJARDIR instead of JAVASHAREDIR/classes
 - Now using PORTDOCS macro (to reduce pkg-plist size and fix the apidocs
   deinstall issue with some JDKs)
 - Now using PLIST_FILES macro (thus no more pkg-plist)
 - Now using MASTER_SITE_APACHE_XML/MASTER_SITE_SUBDIR
 - Now using OPTIONS macro for a more flexible build/install:
   - WITH_DEPRECATED_JARS: build and install deprecated JARs (default:
 	on, as some ports may depend on it)
   - WITH_SAMPLES_JAR: build and install samples (default: off)
 - bsd.java.mk 2.0 compliant
 - ECHO -> ECHO_CMD
 - explicit mkdir JAVAJARDIR (just in case)
 - SIZE added to distinfo
 - assign maintainership to submitter

PR:		ports/51415
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-04-09 05:54:59 +00:00
Kevin Lo
6d6adc1d89 drop maintainership. 2004-04-07 06:37:56 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Ernst de Haan
b093017dc6 Port devel/jakarta-ant was renamed to devel/apache-ant.
Reported by:	kris
Pointy hat to:	me
2003-07-23 14:30:29 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Kevin Lo
91c977743a Fix MASTER_SITES 2002-12-11 05:30:57 +00:00
Ernst de Haan
b3beee3f2c Upgrade from 2.1.0 to 2.2.0.
This version of the port will build from source instead of taking
a binary distro. It does not install the Stylebook-based
documentation. We will need to create a textproc/xml-stylebook
port for that. I've looked at it, but it's a bit cumbersome.
There is no official release of xml-stylebook (d'oh).

Approved by:	kevlo
2002-10-21 07:40:50 +00:00
Kevin Lo
a122b74860 - Update to version 2.1.0
- Update WWW
2002-09-10 02:42:16 +00:00
Kevin Lo
b10c557ad2 Update to version 2.0.2 2002-08-23 10:58:27 +00:00
Dag-Erling Smørgrav
0dd55e5970 Upgrade to 2.0.1.
Approved by:	kevlo
2002-05-05 20:46:34 +00:00
Kevin Lo
96f428bd5f Fix pkg-plist 2002-03-15 16:24:16 +00:00
Kevin Lo
db6ca15ea1 Rename xerces to xerces-j. Please repocopy this, thanks.
PR: 27266
Submitted by: znard
2002-02-11 08:58:29 +00:00