summaryrefslogtreecommitdiff
path: root/textproc/xmlto (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix OptionsNG descriptions to be named ${OPT}_DESC rather than ${OPT}_DESCR.Matthias Andree2013-01-241-3/+3
| | | | Submitted by: danfe
* Convert to Options NGMatthias Andree2013-01-061-15/+12
|
* Replace GNU-make-ism in upstream Makefile by a BSD-make compatible expansion.Matthias Andree2012-07-311-0/+3
| | | | | | | Not currently needed, but since I've debugged this in a different context, save the solution for good. Feature safe: yes
* Update to new upstream release 0.0.25. Changes:Matthias Andree2012-02-093-4/+15
| | | | | | | | | | fix possible conflict in manpage generation fix the issue with fop/fop1 extensions support fix support for external data objects (images) with fop Local change: fix the --noextensions option. Note: This also fixes the PDF generation in x11-toolkits/libXaw.
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-2/+4
| | | | | | | | | | | | | | | | 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
* Update to new upstream version 0.0.24.Matthias Andree2011-07-173-20/+20
| | | | | Submitted by: Jin-Sih Lin <linpct@gmail.com> PR: ports/158937
* Use immediate assignment when copying BUILD_DEPENDS to RUN_DEPENDS,Matthias Andree2011-03-212-2/+1
| | | | | | | | per the revised porter's handbook. Remove MD5 checksum from distinfo. PR: 154896
* Update WWW link to https://fedorahosted.org/xmlto/.Matthias Andree2011-02-071-1/+1
| | | | Feature safe: yes
* Add missing dependency on docbook-xml (4.2).Matthias Andree2010-07-051-1/+2
| | | | | | | Reported by: Jack Peirce <jpeirce@sourcecode.com> PR: ports/148243 Approved by: garga (mentor, implicit) Feature safe: yes
* - Update to new upstream 0.0.23Matthias Andree2009-12-233-34/+39
| | | | | | | | | | | | | | | - Change maintainer's email address - Unconditionally depend on libpaper - Depend on w3m (required by xmlto for certain output formats) - Rearrange OPTIONS display - Change way how CONFIGURE_ARGS are set, to track upstream changes - Set MAKE_JOBS_UNSAFE (because it is) - Simplified passivetex-related xmlto installation now possible after upstream fixes - Better choice of default backend Submitted by: mandree (maintainer) Approved by: garga (mentor)
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* Update to 0.0.21.Wesley Shields2008-07-223-33/+24
| | | | | | | | | | Chase new MASTER_SITE. Add more OPTIONS (default to off). Cleanup post-patch and post-build targets. Remove unnecessary patch. PR: ports/125837 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
* 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)
* [PATCH] textproc/xmlto: important fixes, general overhaul, take maintainershipEdwin Groothuis2008-05-284-23/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Supersedes: ports/123952 - please close that one, in favour of this one. (Note, if that one should have been committed before this one, please bump PORTREVISION to 2!) Changes that were already in ports/123952: - Fix all scripts that use cp -a to instead use cp -PpR, fixing output formats such as html, html-nochunks and others. - Take maintainership of port. Additional changes since ports/123952, a.k.a. "overhaul": - Drop non-functional passivetex autodetection - Make WITH_PASSIVETEX an official OPTION (default: OFF, as previously) - Add COPYING ChangeLog THANKS to PORTDOCS - Use PORTDOCS instead of pkg-plist - Properly depend on print/passivetex (so the build system doesn't get away with just TeX installed but PassiveTeX missing) - Fix bug (missing "export USE_BACKEND"), amending to files/patch-xmlto.in, reported, with fix, by Ondrej Vasik; the bug rendered "xmlto txt ..." unusable - Complete pkg-plist for WITH_PASSIVETEX case, it missed some files; thus fixing packages. - Mention Ondrej Vasik, current xmlto maintainer, in pkg-descr. Dropped from ports/123952 (i. e. deliberately omitted from this PR, and not part of 0.0.20): - Move files/patch-xmlto.in into post-patch section of Makefile but keep the file. PR: ports/123979 Submitted by: Matthias Andree <matthias.andree@gmx.de>
* - UnbreakPietro Cerutti2008-05-071-2/+4
| | | | | | | PR: 123054 Submitted by: Chess Griffin <chess@chessgriffin.com> Alexander Botero-Lowry <alexbl@FreeBSD.org> Approved by: miwi (mentor)
* - Update to 0.0.20Pietro Cerutti2008-04-223-5/+8
| | | | Approved by: miwi (mentor implicit)
* - fix build with passivetexDirk Meyer2007-09-301-2/+1
|
* - Update WWWPav Lucistnik2007-03-031-1/+1
|
* In preparation to deprecate shells/bash2 do at textproc/xmlto [1]Boris Samorodov2007-01-311-1/+2
| | | | | | | | | | and devel/cogito [2]: . change RUN_DEPENDS shells/bash2 -> shells/bash; . bump PORTREVISION. PR: 107005 [1], 107113 [2] Submitted by: bsam (me) [1], [2] Approved by: anholt (maintainer timeout) [2]
* - Drop port maintainership due to ENOTIMESergei Kolobov2007-01-291-1/+1
|
* Remove USE_REINPLACE from categories starting with TEdwin Groothuis2006-05-131-1/+0
|
* - Add SHA256 checksums to my portsSergei Kolobov2005-11-251-0/+1
|
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - PassiveTeX support needs more testing - mark the port IGNORESergei Kolobov2005-01-211-1/+1
| | | | | if WITH_PASSIVETEX=yes knob is specified - Remove now-unneeded DISTNAME override
* - Update to 0.0.18Sergei Kolobov2004-04-042-4/+7
| | | | | | | | - Teach format/docbook/txt to look in ${LOCALBASE}/bin instead of /usr/bin This fixes this error: No way to convert HTML to text found. PR: ports/64952 Submitted by: Koop Mast <kwm@rainbow-runner.nl>
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | (Part 1)
* SIZE *DOES* MATTER.Sergei Kolobov2004-01-301-0/+1
|
* - Fix #!/bin/bash in xmlto to refer to ${LOCALBASE}/bin/bash insteadSergei Kolobov2004-01-052-0/+9
| | | | Noticed by: Nicola Vitale <nivit@email.it>
* - Update to 0.0.17 (unbreaks fetching)Sergei Kolobov2003-12-123-12/+4
| | | | | - Remove local hacks to prevent fetching DocBook XML from SourceForge at build-time - we now have xmlcatmgr that DTRT
* - Update to 0.0.16pre1Sergei Kolobov2003-11-012-2/+2
|
* Change to my @FreeBSD.org address.Sergei Kolobov2003-10-231-1/+1
| | | | Approved by: krion
* update textproc/xmlto: 0.0.14 -> 0.0.15.p1Daichi GOTO2003-07-092-4/+5
| | | | | PR: 54227 Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
* Add xmlto - front-end to an XSL toolchainSergey A. Osokin2003-06-204-0/+105
Submitted by: Sergei Kolobov <sergei@kolobov.com> PR: 53173 Approved by: fjoe (mentor) (implicit)