aboutsummaryrefslogtreecommitdiff
path: root/textproc/xp/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-261-1/+0
| | | | | | | | | | | | | | | java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and java/openjdk6 and java/openjdk6-jre were removed from the ports tree (r512663). Now this patch completely removes remaining stuff from the ports tree. PR: 241953 (exp-run) Reviewed by: glewis Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D22342 Notes: svn path=/head/; revision=518482
* textproc/xp: Drop bogus NO_WORKSUBDIRTobias Kortkamp2019-05-251-1/+0
| | | | Notes: svn path=/head/; revision=502558
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-08-031-1/+1
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories T-V. CR: D509 Approved by: portmgr (antoine) Notes: svn path=/head/; revision=363904
* Convert textproc to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347786
* - Stage supportMartin Wilke2014-02-281-9/+5
| | | | Notes: svn path=/head/; revision=346550
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part3) Notes: svn path=/head/; revision=308605
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp Notes: svn path=/head/; revision=278068
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - 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-161-13/+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
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+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-051-0/+36
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