FreshPorts -- The Place For Ports Tue, 9 Feb 2010 8:11 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
xerces-j 2.9.1 textproc on this many watch lists=9 search for ports that depend on this port
XML parser for Java
Maintained by: hq@FreeBSD.org search for ports maintained by this maintainer
Port Added: 11 Feb 2002 05:58:29
Also Listed In: java


The Xerces Java Parser is 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.

Xerces2 is the next generation of high performance, fully compliant XML parsers
in the Apache Xerces family. This version of Xerces introduces the Xerces
Native Interface (XNI), a complete framework for building parser components and
configurations that is extremely modular and easy to program.

The Apache Xerces2 parser is the reference implementation of XNI but other
parser components, configurations, and parsers can be written using the Xerces
Native Interface.

WWW: http://xml.apache.org/xerces2-j/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: java/diablo-jdk16, devel/apache-ant
Required To Run: java/diablo-jdk16

To install the port: cd /usr/ports/textproc/xerces-j/ && make install clean
To add the package: pkg_add -r xerces-j


Configuration Options
===> The following configuration options are available for xerces-j-2.9.1:
     DEPRECATED_JARS=on (default) "build/install the deprecated JARs"
     SAMPLES=on (default) "build/install the samples"
===> Use 'make config' to modify these settings

Master Sites:
http://www.apache.org/dist/xerces/j/
http://archive.apache.org/dist/xerces/j/
ftp://ftp.planetmirror.com/pub/apache/dist/xerces/j/
ftp://ftp.pop-mg.com.br/data/apache/dist/xerces/j/
ftp://ftp.gin.cz/pub/mirrors/www.apache.org/dist/xerces/j/
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.apache.org/dist/xerces/j/
ftp://ftp.apache.de/mirrors/dev.apache.org/dist/xerces/j/
ftp://mir1.ovh.net/ftp.apache.org/dist/xerces/j/
ftp://ftp.forthnet.gr/pub/www/apache/xerces/j/
ftp://xenia.sote.hu/pub/mirrors/www.apache.org/xerces/j/
ftp://ftp.esat.net/mirrors/ftp.apache.org/xerces/j/
ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/xerces/j/
ftp://ftp.rhnet.is/pub/apache/xerces/j/
http://ring.nict.go.jp/archives/net/apache/xerces/j/
http://ring.sakura.ad.jp/archives/net/apache/xerces/j/
http://ring.riken.jp/archives/net/apache/xerces/j/
ftp://ftp.sogang.ac.kr/www/apache/dist/xerces/j/
ftp://ftp.task.gda.pl/pub/www/apache/dist/xerces/j/
ftp://sunsite.icm.edu.pl/pub/www/apache/dist/xerces/j/
ftp://ftp.kappa.ro/pub/mirrors/ftp.apache.org/xerces/j/
ftp://apache.rinet.ru/pub/mirror/apache.org/dist/xerces/j/
ftp://ftp.chg.ru/pub/WWW/apache/dist/xerces/j/
ftp://ftp.sunet.se/pub/www/servers/apache/dist/xerces/j/
ftp://ftp.flirble.org/pub/web/apache/dist/xerces/j/
ftp://mirrors.rmplc.co.uk/pub/apache/xerces/j/
ftp://apache.secsup.org/pub/apache/dist/xerces/j/
ftp://ftp.ccs.neu.edu/net/mirrors/Apache/dist/xerces/j/
ftp://ftp.tux.org/pub/net/apache/dist/xerces/j/
ftp://ftp.saix.net/pub/apache/dist/xerces/j/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 27

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
05 Nov 2008 22:53:39
Original commit files touched by this commit  2.9.1
hq search for other commits by this committer
Update to 2.9.1

PR:             128573
Submitted by:   delphij
06 Jun 2008 15:05:09
Original commit files touched by this commit  2.9.0_2
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

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)
19 May 2007 21:32:57
Original commit files touched by this commit  2.9.0_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
04 Mar 2007 16:48:53
Original commit files touched by this commit  2.9.0
hq search for other commits by this committer
Update to 2.9.0

Reported by:    portscout
20 Jun 2006 10:31:50
Original commit files touched by this commit  2.8.0
hq search for other commits by this committer
Update to 2.8.0

Reported by:    portscout
28 Nov 2005 13:06:27
Original commit files touched by this commit  2.7.1
hq search for other commits by this committer
- 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]
24 Nov 2005 18:07:40
Original commit files touched by this commit  2.7.1
hq search for other commits by this committer
Cross-link API documentation with JDK API documentation (if installed)
24 Nov 2005 15:56:47
Original commit files touched by this commit  2.7.1
hq search for other commits by this committer
- 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]
10 Aug 2004 18:15:22
Original commit files touched by this commit  2.6.2_1
hq search for other commits by this committer
- Calm portlint: echo -> ${ECHO_CMD}

Approved by:    glewis (mentor)
09 Aug 2004 18:56:31
Original commit files touched by this commit  2.6.2_1
hq search for other commits by this committer
- Use USE_ANT
- Use %%JAVAJARDIR%%
- Use my FreeBSD email address in MAINTAINER field

Approved by:    glewis (mentor)
22 Jul 2004 10:51:38
Original commit files touched by this commit  2.6.2_1
vs search for other commits by this committer
Add CONFLICTS with textproc/xml4j

PR:             ports/69055
Submitted by:   Herve Quiroz (maintainer)
14 Jul 2004 12:44:09
Original commit files touched by this commit  2.6.2_1
vs search for other commits by this committer
- 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
16 Apr 2004 23:46:21
Original commit files touched by this commit  2.6.2
glewis search for other commits by this committer
. Really assign the maintainership to the submitted of PR/51415.

PR:             51415
Submitted by:   Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
12 Apr 2004 15:32:01
Original commit files touched by this commit  2.6.2
linimon search for other commits by this committer
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
09 Apr 2004 06:55:00
Original commit files touched by this commit  2.6.2
linimon search for other commits by this committer
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>
07 Apr 2004 07:37:56
Original commit files touched by this commit  2.2.0_1
kevlo search for other commits by this committer
drop maintainership.
31 Mar 2004 04:12:58
Original commit files touched by this commit  2.2.0_1
trevor search for other commits by this committer
SIZEify (maintainer timeout)
04 Feb 2004 05:10:27
Original commit files touched by this commit  2.2.0_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
23 Jul 2003 15:30:29
Original commit files touched by this commit  2.2.0
znerd search for other commits by this committer
Port devel/jakarta-ant was renamed to devel/apache-ant.

Reported by:    kris
Pointy hat to:  me
07 Mar 2003 06:11:57
Original commit files touched by this commit  2.2.0
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
11 Dec 2002 05:30:57
Original commit files touched by this commit  2.2.0
kevlo search for other commits by this committer
Fix MASTER_SITES
21 Oct 2002 08:40:50
Original commit files touched by this commit  2.2.0
znerd search for other commits by this committer
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
10 Sep 2002 03:42:20
Original commit files touched by this commit  2.1.0
kevlo search for other commits by this committer
- Update to version 2.1.0
- Update WWW
23 Aug 2002 11:58:27
Original commit files touched by this commit  2.0.2
kevlo search for other commits by this committer
Update to version 2.0.2
05 May 2002 21:46:34
Original commit files touched by this commit  2.0.1
des search for other commits by this committer
Upgrade to 2.0.1.

Approved by:    kevlo
15 Mar 2002 16:24:16
Original commit files touched by this commit  1.4.4
kevlo search for other commits by this committer
Fix pkg-plist
11 Feb 2002 08:58:29
files touched by this commit
kevlo search for other commits by this committer
Rename xerces to xerces-j. Please repocopy this, thanks.    

Number of commits found: 27

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 6
new 48 hours8
new 7 days28
new fortnight87
new month197

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.216 seconds.