PCRS is a small library, written as a supplement to the
PCRE library, that implements regex based substitution with
the syntax and semantics of Perl's s/// operator.
PR: ports/89567
Submitted by: wongk@apt.homeunix.net
* Support for JAXP 1.3
* New default error handling behavior
* Support for XML 1.1
* Support for Alternative BSF Implementations
* New serializer.jar
- Do not ${MKDIR} ${JAVAJARDIR} as it has been part of mtree for 3 years now
- Install documentation using ${FIND} | ${INSTALL_DATA}
- Add SHA256 info
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]
Saxon 8.6.x is a complete and conformant implementation of the Candidate
Recommendations for XSLT 2.0, XQuery 1.0, and XPath 2.0 published on 3 November
2005
- fixed a bug (thanks to Greg) that had apparently been
lurking around since the beginning of times (bug would only
expose itself whenever the lowercase flag not set, which wouldn't
happen often, as it probably isn't common to search for case-sensitive
ngrams); digging deeper to understand the bug, by the way,
has unleashed a hell of confusion given that the documentation has a
couple of minor bugs that can become a major PITA in certain
situations... the module is safe to use if you don't want to
do major hacks with uppercased ngrams, but another version will
probably be available soon (for certain values of soon)
- added tests for behavior with lowercase flag not set
- add SHA256 checksums
PR: 88542
Submitted by: aaron
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
* Added checks for the occurence of both old and new boilerplate.
* Improves verbose output for boilerplate problems.
* Handle formfeeds better:
- 58 lines plus <FF><EOL> is valid.
- Count <FF> on the same line as the page number.
* Added a variation on Author's Address Section Name
* The code to find and adapt to the particular indentation of a draft
didn't work as intended. Rewritten with somewhat better results.
* Added a "Draft ..." as an acceptable variation on page header.