aboutsummaryrefslogtreecommitdiff
path: root/textproc/xp
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* - Removed version number from JAR filenameHerve Quiroz2004-10-231-5/+4
| | | | | | | | | | | - Bumped PORTREVISION PR: 70143 Submitted by: me Approved by: maintainer Notes: svn path=/head/; revision=119984
* - use JAVAJARDIR macro provided by bsd.java.mkMark Linimon2004-05-162-223/+24
| | | | | | | | | | | | | | | | | | - use USE_JAVA to depend on any available JDK that fits (version >= 1.1) - honor NOPORTDOCS (do not install documentation when it is set) - honor DOCSDIR (install documentation in the same place as for any other port) - use PLIST_FILES and PORTDOCS macros (thus no more pkg-plist) - does not install source files anymore - now bsd.java.mk 2.0 compliant - changes location of install files to fit in with standard Java scheme, so bump PORTREVISION. PR: ports/65067 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Approved by: maintainer timeout (6 weeks) Notes: svn path=/head/; revision=109300
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Don't remove the share/java/classes system directoryKris Kennaway2003-02-221-1/+0
| | | | Notes: svn path=/head/; revision=76086
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76042
* Fix dependencies to be in sync with the recent JDK ports renaming.Greg Lewis2002-06-161-1/+1
| | | | | | | Forgotten by: znerd Notes: svn path=/head/; revision=61341
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-3/+3
| | | | Notes: svn path=/head/; revision=37252
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-5/+4
| | | | Notes: svn path=/head/; revision=27429
* 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 Notes: svn path=/head/; revision=22182