aboutsummaryrefslogtreecommitdiff
path: root/textproc/docbook
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Fix unintended dependency change.Hiroki Sato2015-07-131-1/+2
| | | | | | | Spotted by: sunpoet Notes: svn path=/head/; revision=391954
* Use USES=metaport.Hiroki Sato2015-07-131-7/+2
| | | | | | | | PR: 201535 Submitted by: Andriy Voskoboinyk Notes: svn path=/head/; revision=391940
* Switch ports depending on docbook* through a directory name to a package name,Antoine Brodin2015-01-231-1/+1
| | | | | | | as a directory name can't be attributed to a package Notes: svn path=/head/; revision=377770
* textproc/sdocbook-xml: Reintegrate docbook/bsd.docbook.mkJohn Marino2014-05-281-90/+0
| | | | | | | | | | | | | | | | | | | A few months ago, sdocbook-xml was split up along with many other docbook ports to use a common makefile. Since then, the other docbook ports have been consolidated into two flavors (xml and sgml) and neither use the textproc/docbook/bsd.docbook.mk makefile. Moreover, it conditionally sets the EXTRACT_SUFX to .zip, but without setting USES+= zip which is now required for all zip distfiles. The cleanest fix is to move the needed bits from the common makefile back into sdocbook-xml and delete the common makefile. It passed 8x on redport and DragonFly (w/ AK archiver patch in place) Approved by: portmgr (mat) Notes: svn path=/head/; revision=355656
* Consolidate the docbook ports into -sgml and -xml variants.Mathieu Arnold2014-02-191-46/+6
| | | | | | | | Submitted by: hrs (based on) Sponsored by: Absolight Notes: svn path=/head/; revision=345097
* And actually do something that work.Mathieu Arnold2014-02-181-2/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=344978
* pkg_create seems to be quite a bit stupid about what you put in TMPPLIST.Mathieu Arnold2014-02-181-2/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=344977
* Convert textproc/sdocbook to staging.Mathieu Arnold2014-02-181-4/+9
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=344920
* Fix docbook-500, the files were one level too deep.Mathieu Arnold2014-02-181-4/+9
| | | | | | | | Pointy hat to: mat Sponsored by: Absolight Notes: svn path=/head/; revision=344882
* Refactor the docbook ports.Mathieu Arnold2014-02-181-0/+80
| | | | | | | | Reviewed by: miwi Sponsored by: Absolight Notes: svn path=/head/; revision=344866
* Use new options knobs.Mathieu Arnold2014-02-181-77/+21
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=344865
* Support staging.Mathieu Arnold2014-01-261-1/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=341240
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Fix typo for XMLCHARENT option descriptionWilliam Grzybowski2013-06-081-1/+1
| | | | | | | | | PR: ports/178391 Submitted by: Sayetsky Anton <vsjcfm@gmail.com> Approved by: culot / jpaetzel (mentors, implicit), maintainer (timeout, > 1 month) Notes: svn path=/head/; revision=320246
* Reactive options wrongly deactivated during conversionBaptiste Daroussin2013-05-031-1/+2
| | | | | | | | | Bump port revision as the package has been affected Reported by: kwm Notes: svn path=/head/; revision=317196
* Convert textproc to new options frameworkBaptiste Daroussin2013-04-281-47/+46
| | | | Notes: svn path=/head/; revision=316718
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-4/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Pass maintainership to gabor@.Alejandro Pulver2009-02-101-1/+1
| | | | Notes: svn path=/head/; revision=228028
* - Fix DB50_XML dependency.Alejandro Pulver2009-02-061-1/+1
| | | | | | | Reported by: Scott Allendorf <scott-allendorf@uiowa.edu> Notes: svn path=/head/; revision=227702
* - Add DocBook 5Alejandro Pulver2008-08-101-18/+43
| | | | | | | | | | | | | | | | | - Add XML character entities - Rename option for SGML character entities to be more descriptive - Sort option in a more logical way - Bump PORTVERSION - Added SGML DocBook 4.3, 4.4, 4.5 - At the moment FreeBSD docproj uses DocBook 4.1, the older version are very old, change the default options to on from 4.1 and to off for former versions PR: ports/126346 Submitted by: gabor Notes: svn path=/head/; revision=218339
* - Fix dependency on textproc/sdocbook-xml.Alejandro Pulver2007-01-151-1/+1
| | | | | | | | PR: ports/107734 Submitted by: Koji Yokota <yokota@res.otaru-uc.ac.jp> Notes: svn path=/head/; revision=182437
* - Fix typos in dependencies.Alejandro Pulver2006-11-171-3/+3
| | | | | | | | PR: ports/105594 Submitted by: "Conrad J. Sabatier" <conrads@cox.net> Notes: svn path=/head/; revision=177470
* - Add empty do-install target.Alejandro Pulver2006-11-061-0/+3
| | | | | | | | | PR: ports/105223 Submitted by: Diane Bruce <db@db.net> Reworked by: alepulver (myself) Notes: svn path=/head/; revision=176652
* - Add OPTIONS for all the DocBook versions.Alejandro Pulver2006-10-312-23/+71
| | | | | | | | - Take maintainership. - Remove catalog file (each port adds itself to the corresponding catalog). Notes: svn path=/head/; revision=175954
* Reset nik's ports due to no response to email about status and variousMark Linimon2006-04-151-1/+1
| | | | | | | | | maintainer-timeouts. We hope to see him more active again in the future. Hat: portmgr Notes: svn path=/head/; revision=159557
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Add a dependency on the XML DocBook files.Nik Clayton2004-02-031-3/+3
| | | | | | | | PR: ports/53817 Submitted by: hrs Notes: svn path=/head/; revision=99888
* Register docbook/catalog which includes all of docbook-* SGML DTDs.Jun Kuriyama2003-07-143-2/+11
| | | | Notes: svn path=/head/; revision=84864
* 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
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-6/+6
| | | | Notes: svn path=/head/; revision=37252
* Change this port to a meta port.Shigeyuki Fukushima2000-10-272-12/+3
| | | | Notes: svn path=/head/; revision=34295
* Remove possibly empty directories on deinstallKris Kennaway2000-09-171-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=32748
* Update port to include the latest docbook ports.Jeroen Ruigrok van der Werven2000-07-251-2/+6
| | | | Notes: svn path=/head/; revision=31026
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-4/+3
| | | | Notes: svn path=/head/; revision=27429
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21145
* Use RUN_DEPENDS, not BUILD_DEPENDS.Jun Kuriyama1999-08-281-2/+2
| | | | | | | Found by: bento Notes: svn path=/head/; revision=21056
* Add catalog file for package.Jun Kuriyama1999-08-261-1/+1
| | | | Notes: svn path=/head/; revision=20995
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Did you know that there exists http://www.DocBook.org/ ? However, it isTim Vanderhoek1999-06-081-0/+3
| | | | | | | | | not the homepage of docbook. This is. I'm not sure this (no, a different this, this time) is the only place to list the homepage for a meta-port, but it'll do. Notes: svn path=/head/; revision=19302
* Add textproc/iso8879 to the DEPENDS list, for completeness.Nik Clayton1999-04-291-2/+3
| | | | Notes: svn path=/head/; revision=18188
* Portlint.Satoshi Asami1999-04-181-6/+6
| | | | Notes: svn path=/head/; revision=17966
* Thsi is now a meta-port. Installing it will bring in versions 2.4.1, 3.0Nik Clayton1999-04-144-69/+28
| | | | | | | | and 3.1 of the DocBook DTD from the docbook-* ports. Should make it a little easier to drop in support for new versions in the future. Notes: svn path=/head/; revision=17883
* Added link to ASCII and PDF DocBook documentation.Wolfram Schneider1998-08-301-0/+3
| | | | Notes: svn path=/head/; revision=12921
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.Satoshi Asami1998-06-271-3/+1
| | | | Notes: svn path=/head/; revision=11552
* Finally, clean up this port.John Fieber1997-07-101-4/+3
| | | | Notes: svn path=/head/; revision=7266
* Style police:David E. O'Brien1997-06-291-4/+4
| | | | | | | | * Move RUN_DEPENDS to proper place * use PKGNAME and EXTRACT_SUFX rather than DISTFILES Notes: svn path=/head/; revision=7117
* The DocBook DTD--an SGML DTD designed for computer system documentation.John Fieber1997-06-224-0/+81
Already in use in the FreeBSD web site and the ultimate destiny for the FreeBSD handbook and FAQ. Both version 2.4.1 and 3.0 are included in the port. Notes: svn path=/head/; revision=7042