components/xmlto/xmlto.p5m
author Shawn Walker-Salas <shawn.walker@oracle.com>
Wed, 30 Mar 2016 13:33:31 -0700
changeset 5682 94c0ca64c022
parent 4887 4db7e64f5de8
permissions -rw-r--r--
15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh 22228656 remove redundant declarations and additions from makefiles 22252545 simplify build rules for components from common upstream 22378457 tclConfig.sh compiler settings are too specific 22727315 httping curses gui missing 22750630 procmail ignores userland cflags and may use private strstr function 22758725 wdiff uses diff from PATH instead of /usr/gnu/bin/diff 22926847 cloog Makefile typo when setting ASLR_MODE 22935090 tk config script has wrong linker flags
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1714
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
4887
4db7e64f5de8 21881935 xmlto shouldn't use w3m and should depend on lynx
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    21
# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
1714
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
set name=pkg.fmri \
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
    value=pkg:/developer/documentation-tool/xmlto@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
set name=pkg.summary value="XML documentation format conversion tool"
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
set name=pkg.description \
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
    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."
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
set name=com.oracle.info.description \
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
    value="the xmlto developer documentation tool"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1714
diff changeset
    31
set name=com.oracle.info.tpno value=$(TPNO)
1714
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
set name=info.classification \
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
    value="org.opensolaris.category.2008:System/Text Tools"
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
set name=org.opensolaris.arc-caseid value=PSARC/2013/212
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4887
diff changeset
    38
file path=usr/bin/xmlif
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4887
diff changeset
    39
file path=usr/bin/xmlto
1714
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
file path=usr/share/man/man1/xmlif.1
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
file path=usr/share/man/man1/xmlto.1
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
file path=usr/share/xmlto/format/docbook/awt
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
file path=usr/share/xmlto/format/docbook/dvi
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
file path=usr/share/xmlto/format/docbook/epub
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
file path=usr/share/xmlto/format/docbook/fo
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
file path=usr/share/xmlto/format/docbook/html
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
file path=usr/share/xmlto/format/docbook/html-nochunks
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
file path=usr/share/xmlto/format/docbook/htmlhelp
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
file path=usr/share/xmlto/format/docbook/javahelp
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
file path=usr/share/xmlto/format/docbook/man mangler.bypass=true
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
file path=usr/share/xmlto/format/docbook/mif
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
file path=usr/share/xmlto/format/docbook/pcl
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
file path=usr/share/xmlto/format/docbook/pdf
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
file path=usr/share/xmlto/format/docbook/ps
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
file path=usr/share/xmlto/format/docbook/svg
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
file path=usr/share/xmlto/format/docbook/txt
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
file path=usr/share/xmlto/format/docbook/xhtml
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
file path=usr/share/xmlto/format/docbook/xhtml-nochunks
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
file path=usr/share/xmlto/format/fo/awt
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
file path=usr/share/xmlto/format/fo/dvi
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
file path=usr/share/xmlto/format/fo/mif
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
file path=usr/share/xmlto/format/fo/pcl
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
file path=usr/share/xmlto/format/fo/pdf
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
file path=usr/share/xmlto/format/fo/ps
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
file path=usr/share/xmlto/format/fo/svg
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
file path=usr/share/xmlto/format/fo/txt
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
file path=usr/share/xmlto/format/xhtml1/awt
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
file path=usr/share/xmlto/format/xhtml1/dvi
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    69
file path=usr/share/xmlto/format/xhtml1/fo
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    70
file path=usr/share/xmlto/format/xhtml1/mif
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    71
file path=usr/share/xmlto/format/xhtml1/pcl
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    72
file path=usr/share/xmlto/format/xhtml1/pdf
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    73
file path=usr/share/xmlto/format/xhtml1/ps
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    74
file path=usr/share/xmlto/format/xhtml1/svg
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    75
file path=usr/share/xmlto/format/xhtml1/txt
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    76
file path=usr/share/xmlto/xmlto.mak
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    77
license COPYING license=GPLv2
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    78
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    79
# xmlto script dependencies that aren't automatically found:
4887
4db7e64f5de8 21881935 xmlto shouldn't use w3m and should depend on lynx
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    80
depend type=require fmri=__TBD pkg.debug.depend.file=usr/bin/lynx
1714
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    81
depend type=require fmri=__TBD pkg.debug.depend.file=usr/bin/xmllint
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    82
depend type=require fmri=__TBD pkg.debug.depend.file=usr/bin/xsltproc
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    83
depend type=require fmri=__TBD pkg.debug.depend.file=usr/gnu/bin/find
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    84
depend type=require fmri=__TBD pkg.debug.depend.file=usr/gnu/bin/getopt
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    85
depend type=require fmri=__TBD pkg.debug.depend.file=usr/gnu/bin/grep
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    86
depend type=require fmri=__TBD pkg.debug.depend.file=usr/gnu/bin/tail
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    87
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    88
# The DocBook back-end needs the following data files:
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    89
depend type=require fmri=data/docbook/docbook-dtds
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    90
depend type=require fmri=data/docbook/docbook-style-xsl
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    91
depend type=require fmri=data/sgml-common
9074d725010f PSARC 2013/212 xmlto
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    92
depend type=require fmri=data/xml-common