components/xmlto/xmlto.p5m
author Rich Burridge <rich.burridge@oracle.com>
Tue, 22 Sep 2015 13:34:04 -0700
changeset 4887 4db7e64f5de8
parent 1948 2d1537e7942d
child 5682 94c0ca64c022
permissions -rw-r--r--
21881935 xmlto shouldn't use w3m and should depend on lynx

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
#
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
set name=pkg.fmri \
    value=pkg:/developer/documentation-tool/xmlto@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="XML documentation format conversion tool"
set name=pkg.description \
    value="xmlto(1) is a shell-script tool for converting XML files to various formats. It supports conversion from DocBook, XHTML 1.0 and XSL-FO formats to various output formats including AWT, XSL-FO, HTML Help, JavaHelp, MIF, PDF, SVG, XHTML, DVI, HTML, HTML (no chunks), UNIX man, PCL, PostScript, TXT, XHTML (no chunks), and EPUB."
set name=com.oracle.info.description \
    value="the xmlto developer documentation tool"
set name=com.oracle.info.tpno value=$(TPNO)
set name=info.classification \
    value="org.opensolaris.category.2008:System/Text Tools"
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=org.opensolaris.arc-caseid value=PSARC/2013/212
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
file usr/bin/$(MACH64)/xmlif path=usr/bin/xmlif
file usr/bin/$(MACH64)/xmlto path=usr/bin/xmlto
file path=usr/share/man/man1/xmlif.1
file path=usr/share/man/man1/xmlto.1
file path=usr/share/xmlto/format/docbook/awt
file path=usr/share/xmlto/format/docbook/dvi
file path=usr/share/xmlto/format/docbook/epub
file path=usr/share/xmlto/format/docbook/fo
file path=usr/share/xmlto/format/docbook/html
file path=usr/share/xmlto/format/docbook/html-nochunks
file path=usr/share/xmlto/format/docbook/htmlhelp
file path=usr/share/xmlto/format/docbook/javahelp
file path=usr/share/xmlto/format/docbook/man mangler.bypass=true
file path=usr/share/xmlto/format/docbook/mif
file path=usr/share/xmlto/format/docbook/pcl
file path=usr/share/xmlto/format/docbook/pdf
file path=usr/share/xmlto/format/docbook/ps
file path=usr/share/xmlto/format/docbook/svg
file path=usr/share/xmlto/format/docbook/txt
file path=usr/share/xmlto/format/docbook/xhtml
file path=usr/share/xmlto/format/docbook/xhtml-nochunks
file path=usr/share/xmlto/format/fo/awt
file path=usr/share/xmlto/format/fo/dvi
file path=usr/share/xmlto/format/fo/mif
file path=usr/share/xmlto/format/fo/pcl
file path=usr/share/xmlto/format/fo/pdf
file path=usr/share/xmlto/format/fo/ps
file path=usr/share/xmlto/format/fo/svg
file path=usr/share/xmlto/format/fo/txt
file path=usr/share/xmlto/format/xhtml1/awt
file path=usr/share/xmlto/format/xhtml1/dvi
file path=usr/share/xmlto/format/xhtml1/fo
file path=usr/share/xmlto/format/xhtml1/mif
file path=usr/share/xmlto/format/xhtml1/pcl
file path=usr/share/xmlto/format/xhtml1/pdf
file path=usr/share/xmlto/format/xhtml1/ps
file path=usr/share/xmlto/format/xhtml1/svg
file path=usr/share/xmlto/format/xhtml1/txt
file path=usr/share/xmlto/xmlto.mak
license COPYING license=GPLv2

# xmlto script dependencies that aren't automatically found:
depend type=require fmri=__TBD pkg.debug.depend.file=usr/bin/lynx
depend type=require fmri=__TBD pkg.debug.depend.file=usr/bin/xmllint
depend type=require fmri=__TBD pkg.debug.depend.file=usr/bin/xsltproc
depend type=require fmri=__TBD pkg.debug.depend.file=usr/gnu/bin/find
depend type=require fmri=__TBD pkg.debug.depend.file=usr/gnu/bin/getopt
depend type=require fmri=__TBD pkg.debug.depend.file=usr/gnu/bin/grep
depend type=require fmri=__TBD pkg.debug.depend.file=usr/gnu/bin/tail

# The DocBook back-end needs the following data files:
depend type=require fmri=data/docbook/docbook-dtds
depend type=require fmri=data/docbook/docbook-style-xsl
depend type=require fmri=data/sgml-common
depend type=require fmri=data/xml-common