summaryrefslogtreecommitdiff
path: root/textproc/xp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't remove the share/java/classes system directoryKris Kennaway2003-02-221-1/+0
|
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
|
* Fix dependencies to be in sync with the recent JDK ports renaming.Greg Lewis2002-06-161-1/+1
| | | | Forgotten by: znerd
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-3/+3
|
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-5/+4
|
* XP is an XML 1.0 parser written in Java. It is fully conforming: itChris Piazza1999-10-055-0/+263
detects all non well-formed documents. XP has the following design goals: Conformance and correctness, high performance and a layered structure. Is is currently non-validating but can parse all external entities. PR: 13875 Submitted by: mike@vee.net