aboutsummaryrefslogtreecommitdiff
path: root/textproc/xerces-j
Commit message (Collapse)AuthorAgeFilesLines
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp Notes: svn path=/head/; revision=278068
* Update to 2.11.0 release:Alex Dupre2010-12-154-136/+21
| | | | | | | | | | | - switch to binary distribution - general cleanup of port Makefile - take maintainership [1] Approved by: maintainer [1] Notes: svn path=/head/; revision=266334
* Update to 2.9.1Herve Quiroz2008-11-052-10/+9
| | | | | | | | PR: 128573 Submitted by: delphij Notes: svn path=/head/; revision=222428
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update to 2.9.0Herve Quiroz2007-03-042-7/+7
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=186504
* Update to 2.8.0Herve Quiroz2006-06-202-7/+7
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=165838
* - Disable Jikes to avoid trouble with JDK 1.3Herve Quiroz2005-11-281-1/+5
| | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=149776
* Cross-link API documentation with JDK API documentation (if installed)Herve Quiroz2005-11-242-0/+66
| | | | Notes: svn path=/head/; revision=149320
* - Update to 2.7.1 [1]Herve Quiroz2005-11-243-25/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=149312
* - Calm portlint: echo -> ${ECHO_CMD}Herve Quiroz2004-08-101-1/+1
| | | | | | | Approved by: glewis (mentor) Notes: svn path=/head/; revision=115849
* - Use USE_ANTHerve Quiroz2004-08-091-13/+8
| | | | | | | | | | - Use %%JAVAJARDIR%% - Use my FreeBSD email address in MAINTAINER field Approved by: glewis (mentor) Notes: svn path=/head/; revision=115758
* Add CONFLICTS with textproc/xml4jVolker Stolz2004-07-221-0/+2
| | | | | | | | PR: ports/69055 Submitted by: Herve Quiroz (maintainer) Notes: svn path=/head/; revision=114419
* - Samples are now installed by defaultVolker Stolz2004-07-142-20/+50
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=113631
* . Really assign the maintainership to the submitted of PR/51415.Greg Lewis2004-04-161-1/+1
| | | | | | | | PR: 51415 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=107280
* Fix subtle bug in a plist substitution rule that left an unnecessaryMark Linimon2004-04-121-1/+1
| | | | | | | | | leading slash in certain filenames (only affected 'make package'). Prompted by: bento via kris Notes: svn path=/head/; revision=106811
* Update to version 2.6.2:Mark Linimon2004-04-093-990/+51
| | | | | | | | | | | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=106541
* drop maintainership.Kevin Lo2004-04-071-1/+1
| | | | Notes: svn path=/head/; revision=106383
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Port devel/jakarta-ant was renamed to devel/apache-ant.Ernst de Haan2003-07-231-1/+1
| | | | | | | | Reported by: kris Pointy hat to: me Notes: svn path=/head/; revision=85451
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fix MASTER_SITESKevin Lo2002-12-111-1/+1
| | | | Notes: svn path=/head/; revision=71514
* Upgrade from 2.1.0 to 2.2.0.Ernst de Haan2002-10-213-1099/+990
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=68476
* - Update to version 2.1.0Kevin Lo2002-09-104-44/+73
| | | | | | | - Update WWW Notes: svn path=/head/; revision=65968
* Update to version 2.0.2Kevin Lo2002-08-233-929/+1064
| | | | Notes: svn path=/head/; revision=64880
* Upgrade to 2.0.1.Dag-Erling Smørgrav2002-05-054-1342/+942
| | | | | | | Approved by: kevlo Notes: svn path=/head/; revision=58594
* Fix pkg-plistKevin Lo2002-03-151-1313/+1313
| | | | Notes: svn path=/head/; revision=56157
* Rename xerces to xerces-j. Please repocopy this, thanks.Kevin Lo2002-02-115-0/+1366
PR: 27266 Submitted by: znard Notes: svn path=/head/; revision=54536