aboutsummaryrefslogtreecommitdiff
path: root/textproc/xerces-c3
Commit message (Collapse)AuthorAgeFilesLines
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* - Add patches to address upstream the following upstream issues [1]Pietro Cerutti2012-09-126-0/+133
| | | | | | | | | | | | | * https://issues.apache.org/jira/browse/XERCESC-1994 * https://issues.apache.org/jira/browse/XERCESC-1995 - Bump PORTREVISION - While at it, add a 'test' target to run the provided test suite PR: 171537 [1] Submitted by: Michael Gmelin <freebsd@grem.de> Notes: svn path=/head/; revision=304141
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | Notes: svn path=/head/; revision=284615
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-4/+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
* - Explicitely use iconv as a transcoderPietro Cerutti2011-02-242-3/+2
| | | | Notes: svn path=/head/; revision=269582
* - New port: textproc/xerces-c3Pietro Cerutti2011-02-234-0/+561
This is a port of the 3.x series of the Apache Xerces-C++ library. Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs. Notes: svn path=/head/; revision=269554