c9c2 FreshPorts -- textproc/xmlto
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
xmlto 0.0.25 textproc on this many watch lists=16 search for ports that depend on this port
Front-end to an XSL toolchain
Maintained by: mandree@FreeBSD.org search for ports maintained by this maintainer
Port Added: 20 Jun 2003 16:27:39
License: not specified in port


xmlto is a front-end to an XSL toolchain. It chooses an appropriate
stylesheet for the conversion you want and applies it using an external
XSL-T processor.  It also performs any necessary post-processing.

Supported conversions from DocBook XML: dvi, fo, html, html-nochunks,
htmlhelp, javahelp, man, pdf, ps, txt, xhtml, xhtml-nochunks.

Currently the only XSL-T processor supported is xsltproc (textproc/libxslt).
For DVI, PDF and PostScript output, PassiveTeX (print/passivetex) is required.

Author:	Tim Waugh <tim@cyberelk.net>
	Ondrej Vasik <ovasik@redhat.com>

WWW: http://fedorahosted.org/xmlto/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. shells/bash
  2. misc/getopt
  3. textproc/libxml2
  4. textproc/libxslt
  5. textproc/docbook-xsl
  6. print/libpaper
  7. www/w3m
  8. textproc/docbook-xml
Required To Run:
  1. shells/bash
  2. misc/getopt
  3. textproc/libxml2
  4. textproc/libxslt
  5. textproc/docbook-xsl
  6. print/libpaper
  7. www/w3m
  8. textproc/docbook-xml

This port is required by:

for Build

To install the port: cd /usr/ports/textproc/xmlto/ && make install clean
To add the package: pkg_add -r xmlto


Configuration Options
===> The following configuration options are available for xmlto-0.0.25:
     DBLATEX=off: Add dependency on Dblatex
     FOP=off: Add dependency on FOP (needs Java)
     PASSIVETEX=off: Add dependency on PassiveTeX
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. https://fedorahosted.org/releases/x/m/xmlto/

Number of commits found: 34

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
24 Jan 2013 18:10:26
Original commit files touched by this commit  0.0.25
mandree search for other commits by this committer
Fix OptionsNG descriptions to be named ${OPT}_DESC rather than ${OPT}_DESCR.

Submitted by:	danfe
06 Jan 2013 13:01:46
Original commit files touched by this commit  0.0.25
mandree search for other commits by this committer
Convert to Options NG
31 Jul 2012 22:07:28
Original commit files touched by this commit  0.0.25
mandree search for other commits by this committer
Replace GNU-make-ism in upstream Makefile by a BSD-make compatible expansion.
Not currently needed, but since I've debugged this in a different context,
save the solution for good.

Feature safe: yes
09 Feb 2012 01:18:20
Original commit files touched by this commit  0.0.25
mandree search for other commits by this committer
Update to new upstream release 0.0.25. Changes:
    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.
24 Oct 2011 09:11:38
Original commit files touched by this commit  0.0.24
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
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
17 Jul 2011 14:41:11
Original commit files touched by this commit  0.0.24
mandree search for other commits by this committer
Update to new upstream version 0.0.24.

Submitted by: Jin-Sih Lin <linpct@gmail.com>
PR:           ports/158937
21 Mar 2011 15:55:15
Original commit files touched by this commit  0.0.23
mandree search for other commits by this committer
Use immediate assignment when copying BUILD_DEPENDS to RUN_DEPENDS,
per the revised porter's handbook.

Remove MD5 checksum from distinfo.

PR: 154896
07 Feb 2011 11:17:27
Original commit files touched by this commit  0.0.23
mandree search for other commits by this committer
Update WWW link to https://fedorahosted.org/xmlto/.

Feature safe: yes
05 Jul 2010 13:21:05
Original commit files touched by this commit  0.0.23
mandree search for other commits by this committer
Add missing dependency on docbook-xml (4.2).

Reported by: Jack Peirce <jpeirce@sourcecode.com>
PR:          ports/148243
Approved by: garga (mentor, implicit)
Feature safe: yes
23 Dec 2009 17:28:26
Original commit files touched by this commit  0.0.23
mandree search for other commits by this committer
- Update to new upstream 0.0.23
- 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)
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.0.21
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
22 Jul 2008 02:00:58
Original commit files touched by this commit  0.0.21
wxs search for other commits by this committer
Update to 0.0.21.
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)
06 Jun 2008 14:05:09
Original commit files touched by this commit  0.0.20_2
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

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)
28 May 2008 12:40:05
Original commit files touched by this commit  0.0.20_1
edwin search for other commits by this committer
[PATCH] textproc/xmlto: important fixes, general overhaul, take maintainership

        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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
07 May 2008 09:23:11
Original commit files touched by this commit  0.0.20
gahr search for other commits by this committer
- Unbreak

PR:             123054
Submitted by:   Chess Griffin <chess@chessgriffin.com>
                Alexander Botero-Lowry <alexbl@FreeBSD.org>
Approved by:    miwi (mentor)
22 Apr 2008 12:38:55
Original commit files touched by this commit  0.0.20
gahr search for other commits by this committer
- Update to 0.0.20

Approved by:    miwi (mentor implicit)
30 Sep 2007 04:32:12
Original commit files touched by this commit  0.0.18_1
dinoex search for other commits by this committer
- fix build with passivetex
03 Mar 2007 13:22:37
Original commit files touched by this commit  0.0.18_1
pav search for other commits by this committer
- Update WWW
31 Jan 2007 19:48:12
Original commit files touched by this commit  0.0.18_1
bsam search for other commits by this committer
In preparation to deprecate shells/bash2 do at textproc/xmlto [1]
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]
29 Jan 2007 14:39:28
Original commit files touched by this commit  0.0.18
sergei search for other commits by this committer
- Drop port maintainership due to ENOTIME
13 May 2006 04:24:52
Original commit files touched by this commit  0.0.18
edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with T
25 Nov 2005 14:05:38
Original commit files touched by this commit  0.0.18
sergei search for other commits by this committer
- Add SHA256 checksums to my ports
12 Apr 2005 03:26:57
Original commit files touched by this commit  0.0.18
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 08:04:41
Original commit files touched by this commit  0.0.18
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
21 Jan 2005 14:50:30
Original commit files touched by this commit  0.0.18
sergei search for other commits by this committer
- PassiveTeX support needs more testing - mark the port IGNORE
  if WITH_PASSIVETEX=yes knob is specified
- Remove now-unneeded DISTNAME override
04 Apr 2004 13:52:57
Original commit files touched by this commit  0.0.18
sergei search for other commits by this committer
- Update to 0.0.18
- 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>
04 Feb 2004 05:10:27
Original commit files touched by this commit  0.0.17_2
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
30 Jan 2004 16:03:29
Original commit files touched by this commit  0.0.17_1
sergei search for other commits by this committer
SIZE *DOES* MATTER.
05 Jan 2004 06:33:16
Original commit files touched by this commit  0.0.17_1
sergei search for other commits by this committer
- Fix #!/bin/bash in xmlto to refer to ${LOCALBASE}/bin/bash instead

Noticed by:     Nicola Vitale <nivit@email.it>
12 Dec 2003 21:11:13
Original commit files touched by this commit  0.0.17
sergei search for other commits by this committer
- Update to 0.0.17 (unbreaks fetching)
- Remove local hacks to prevent fetching DocBook XML
  from SourceForge at build-time - we now have xmlcatmgr that DTRT
01 Nov 2003 22:18:06
Original commit files touched by this commit  0.0.16.p1
sergei search for other commits by this committer
- Update to 0.0.16pre1
23 Oct 2003 05:42:49
Original commit files touched by this commit  0.0.15.p1
sergei search for other commits by this committer
Change to my @FreeBSD.org address.

Approved by:    krion
09 Jul 2003 04:43:19
Original commit files touched by this commit  0.0.15.p1
daichi search for other commits by this committer
update textproc/xmlto: 0.0.14 -> 0.0.15.p1

PR:             54227
Submitted by:   Sergei Kolobov <sergei@kolobov.com> (maintainer)
20 Jun 2003 16:27:08
Original commit files touched by this commit  0.0.14
osa search for other commits by this committer
Add xmlto - front-end to an XSL toolchain

Submitted by:   Sergei Kolobov <sergei@kolobov.com>
PR:             53173
Approved by:    fjoe (mentor) (implicit)

Number of commits found: 34

2831
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24528
Broken 216
Deprecated 473
Ignore 635
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours9
new 7 days29
new fortnight58
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0