summaryrefslogtreecommitdiff
path: root/textproc/docproj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* o Add textproc/docbook-xsl and textproc/docbook-xml to the list of dependenciesCeri Davies2003-04-091-3/+5
| | | | | | | | | | | (required for STYLESHEET_TYPE=xsl builds) o Change maintainer from nik to doceng Approved by: nik Notes: svn path=/head/; revision=78662
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Use openjade on all non-i386 platforms, not just alpha.Thomas Moestl2002-11-101-1/+1
| | | | | | | Reviewed by: -doc Notes: svn path=/head/; revision=69812
* Add a dependency on textproc/scr2txt, which is used to convert screenshotsNik Clayton2002-10-281-2/+3
| | | | | | | to their plain text equivalent. Bump the port version accordingly. Notes: svn path=/head/; revision=69048
* Depend on links from www/links1 rather than www/links.Dmitry Sivachenko2002-07-031-1/+1
| | | | | | | This should unbreak doc builds. Notes: svn path=/head/; revision=62396
* Partial back-out of 1.35->1.36.Bruce A. Mah2002-03-281-1/+1
| | | | | | | | | | | | This unbreaks the port build in the case that the user wants JADETEX=yes and there isn't an existing TeX installation (specifically, kpsewhich in the user's $PATH); we might want another knob to really fix PR ports/29153. Reviewed by: Niall Brady <bradyn@maths.tcd.ie> Notes: svn path=/head/; revision=56798
* Use ${FILESDIR} appropriately. Use kpsewhich to find tex.Nik Clayton2001-12-031-2/+2
| | | | | | | | PR: ports/29153 Submitted by: Niall Brady <bradyn@maths.tcd.ie> Notes: svn path=/head/; revision=50990
* Only define IS_INTERACTIVE if JADETEX is not set.Murray Stokely2001-09-131-0/+2
| | | | Notes: svn path=/head/; revision=47809
* Add textproc/xhtml dependency.Jun Kuriyama2001-09-041-1/+2
| | | | Notes: svn path=/head/; revision=47424
* Add scr2png since it is now needed for the handbook build.Jim Mock2001-08-141-2/+3
| | | | Notes: svn path=/head/; revision=46260
* Add dependency on libxslt/xsltproc. Bump PORTREVISION.Nik Clayton2001-08-051-2/+3
| | | | Notes: svn path=/head/; revision=45855
* Note that the dependenc list should be kept in sync withDima Dorfman2001-07-241-0/+3
| | | | | | | src/release/Makefile.inc.docports. Notes: svn path=/head/; revision=45429
* Pull out the dependency on DocBook 3.1, since none of the docs now requireNik Clayton2001-07-131-2/+1
| | | | | | | it. Bump PORTVERSION. Notes: svn path=/head/; revision=45108
* Depend on peps instead of eps2png -- peps produces better output (inc.Nik Clayton2001-07-131-2/+2
| | | | | | | anti-aliasing) than eps2png. Bump PORTREVISION accordingly. Notes: svn path=/head/; revision=45105
* Use links instead of w3m. Select OpenJade automatically if building on anNik Clayton2001-03-111-10/+4
| | | | | | | Alpha. Notes: svn path=/head/; revision=39599
* Depend on specific versions of the DocBook DTD. Bump the port versionNik Clayton2001-02-231-2/+3
| | | | | | | accordingly. Notes: svn path=/head/; revision=38656
* Bump PORTVERSION to reflect extra dependencies.Nik Clayton2001-02-201-1/+1
| | | | Notes: svn path=/head/; revision=38527
* Add graphics/eps2png and graphics/netpbm as dependencies. These areNik Clayton2001-02-201-1/+3
| | | | | | | required in order to process the graphics. Notes: svn path=/head/; revision=38526
* More style fixes for ports/textproc.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37996
* Tweak the openjade definition a bit and use lynx if building on the Alpha.Jim Mock2000-10-251-11/+13
| | | | | | | Submitted by: obrien Notes: svn path=/head/; revision=34213
* Add a knob for openjade.Jim Mock2000-10-161-1/+10
| | | | | | | Ok'd by: nik Notes: svn path=/head/; revision=33907
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+2
| | | | Notes: svn path=/head/; revision=27429
* Explicitly depend on the catalog file created by the textproc/docbookNik Clayton1999-12-301-1/+1
| | | | | | | | port, and not just the directory. This should *really* fix the bug I thought I'd fixed in 1.18. Notes: svn path=/head/; revision=24297
* Since jade is a superset of the sp port, we really don't both in thisSteve Price1999-12-291-1/+0
| | | | | | | | | | | | port. I've done a complete doc build and all's well. This has the added benefit that we can now resume building -current snapshots of FreeBSD/Alpha with full docs, because the sp port is broken badly on the Alpha. PR: 12674 Submitted by: JOhn Baldwin <jobaldwi@vt.edu> Notes: svn path=/head/; revision=24241
* Prefer w3m over lynx, it's table handling is superior.Nik Clayton1999-12-241-2/+2
| | | | | | | | | | | | | | | | Explicitly specify DocBook 3.1, rather than the meta-port. This triggered a rather interesting bug on a completely clean machine, where the sgmlformat port, depending on DocBook 3.0, installed enough DocBook that the ${PREFIX}/share/sgml/docbook:${PORTSDIR}/textproc/docbook dependency line was satisfied, and DocBook 3.1 was never installed. This was noticed by Mark Ovens <mark@ukug.uk.freebsd.org>, who helped me track it down. Notes: svn path=/head/; revision=23949
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21145
* Use lynx instead of lynx-current.Chris Piazza1999-08-061-2/+2
| | | | | | | | Submitted by: nik Prompted by: broken lynx-current Notes: svn path=/head/; revision=20575
* Don't be verbose for ``make fetch''.David E. O'Brien1999-07-061-2/+2
| | | | | | | Approved by: nik, jkh Notes: svn path=/head/; revision=20093
* Bump the version number to reflect the changed dependencies.Nik Clayton1999-06-081-2/+2
| | | | Notes: svn path=/head/; revision=19314
* Depend on the textproc/docbook meta-port, instead of explicitly listingNik Clayton1999-06-031-2/+2
| | | | | | | the version number as docbook-300. Notes: svn path=/head/; revision=19193
* I assume Nik meant "textproc/docbook-300" when he wroteSatoshi Asami1999-04-301-2/+2
| | | | | | | "textproc/docbook/3.0". :) Notes: svn path=/head/; revision=18243
* Be more explicit about the dependencies. This doesn't actually changeNik Clayton1999-04-291-3/+8
| | | | | | | | | them, but helps document them a little better. Previously there chains of dependencies two or three ports long, which was a little counter-intuitive. Notes: svn path=/head/; revision=18189
* Add a dependency on lynx. Pointed out by Wolfram.Nik Clayton1999-04-141-2/+3
| | | | Notes: svn path=/head/; revision=17884
* Move pkg/JADETEX to files/JADETEX.Nik Clayton1999-01-222-2/+19
| | | | Notes: svn path=/head/; revision=16254
* This was just a bit _too_ willing to blow up and killed the readmes.Jordan K. Hubbard1999-01-211-2/+2
| | | | | | | Make more selective about targets to yell about. Notes: svn path=/head/; revision=16221
* Port now requires the JADETEX variable to be either "yes" or "no". IfNik Clayton1999-01-201-1/+15
| | | | | | | | | | | | "yes" then a dependency on print/jadetex is included (which in turn pulls in all 30MB of TeTeX). If no then it is ignored. There is no default. If ${JADETEX} is unset then pkg/JADETEX is shown to the user. Set IS_INTERACTIVE to indicate this in the Makefile. Notes: svn path=/head/; revision=16218
* Add tidy (www/tidy) and the HTML stylesheets (textproc/html) to theNik Clayton1998-12-201-3/+4
| | | | | | | | | dependencies list. Prompted by: Jordan (for the stylesheets) Notes: svn path=/head/; revision=15449
* Whoops, the last change to BUILD_DEPENDS was bogus. Revert.Jordan K. Hubbard1998-12-181-2/+2
| | | | Notes: svn path=/head/; revision=15413
* This doesn't actually build anything with RUN_DEPENDS. Use BUILD_DEPENDSJordan K. Hubbard1998-12-181-2/+2
| | | | Notes: svn path=/head/; revision=15409
* Add a PKGNAME for version tracking.Nik Clayton1998-07-071-1/+2
| | | | Notes: svn path=/head/; revision=11775
* NO_PATCH is a no-op. By the way, didn't NO_INSTALL work for you?Satoshi Asami1998-07-031-2/+1
| | | | Notes: svn path=/head/; revision=11681
* Meta-port for tools used by the Documentation project.Nik Clayton1998-06-294-0/+35
PR: ports/7087 Submitted by: nik@freebsd.org Notes: svn path=/head/; revision=11609