components/texinfo/texinfo.p5m
author John Beck <John.Beck@Oracle.COM>
Fri, 13 Jun 2014 12:36:52 -0700
changeset 1948 2d1537e7942d
parent 1699 152cafe6cd99
child 3732 0f62cc221c7e
permissions -rw-r--r--
18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
221
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     1
#
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     3
#
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     7
#
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    12
#
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    18
#
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    20
#
1699
152cafe6cd99 18203928 Add license and TPNO for texi2html to texinfo package
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 1529
diff changeset
    21
# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
221
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    22
#
1522
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1251
diff changeset
    23
# Note for the next texinfo maintainer:
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1251
diff changeset
    24
# if "file path=usr/lib/$(MACH64)/charset.alias" is in your texinfo.p5m file,
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1251
diff changeset
    25
# you may want to remove it, since charset.alias is coming from pkg: library/glib2
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1251
diff changeset
    26
#
221
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    27
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    28
<transform file path=usr.*/man/.+$ -> default mangler.man.stability volatile>
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    29
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    30
set name=pkg.fmri value=pkg:/text/texinfo@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    31
set name=pkg.summary value="Documentation system for on-line information and printed output"
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    32
set name=pkg.description value="Texinfo is a documentation system that uses a single source file to produce both on-line information and printed output."
1225
2e558aea9a28 16472248 More minor changes to license file text and .p5m action for Userland S12
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    33
set name=com.oracle.info.description value="Texinfo, the GNU documentation system"
221
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    34
set name=info.classification value="org.opensolaris.category.2008:Development/GNU"
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 587
diff changeset
    35
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 370
diff changeset
    36
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 370
diff changeset
    37
set name=org.opensolaris.arc-caseid \
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 370
diff changeset
    38
    value=PSARC/2000/488
221
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    39
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    40
1522
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1251
diff changeset
    41
depend fmri=__TBD pkg.debug.depend.file=usr/bin/python type=require
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1251
diff changeset
    42
1699
152cafe6cd99 18203928 Add license and TPNO for texi2html to texinfo package
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 1529
diff changeset
    43
license texinfo.copyright license="GPLv3, FDLv1.3" \
152cafe6cd99 18203928 Add license and TPNO for texi2html to texinfo package
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 1529
diff changeset
    44
	com.oracle.info.description="texinfo" \
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1699
diff changeset
    45
	com.oracle.info.name=texinfo com.oracle.info.tpno=$(TPNO_TEXINFO)
1699
152cafe6cd99 18203928 Add license and TPNO for texi2html to texinfo package
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 1529
diff changeset
    46
license texi2html.copyright license="texi2html" \
152cafe6cd99 18203928 Add license and TPNO for texi2html to texinfo package
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 1529
diff changeset
    47
	com.oracle.info.description="texi2html" \
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1699
diff changeset
    48
	com.oracle.info.name=texi2html com.oracle.info.tpno=$(TPNO_TEXI2HTML)
1522
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1251
diff changeset
    49
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1251
diff changeset
    50
legacy	pkg=SUNWtexi \
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1251
diff changeset
    51
	name="GNU texinfo - Texinfo utilities (texinfo)" \
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1251
diff changeset
    52
	desc="GNU texinfo (texinfo)"
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1251
diff changeset
    53
221
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    54
file texinfo-update.xml path=lib/svc/manifest/application/texinfo-update.xml
615
4a4ac540b603 7109218 pkg uninstall application/texinfo-update leads to service going into maintenance
Petr Cvachoucek <petr.cvachoucek@oracle.com>
parents: 609
diff changeset
    55
file svc-texinfo-update path=lib/svc/method/svc-texinfo-update disable_fmri=svc:/application/texinfo-update:default
232
2cf3cf4ba08c 7017805 texinfo should move to userland (add texi2html)
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 221
diff changeset
    56
file texi2html.pl path=usr/bin/texi2html
1522
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1251
diff changeset
    57
file usr/bin/$(MACH64)/info path=usr/bin/info
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1251
diff changeset
    58
file usr/bin/$(MACH64)/infokey path=usr/bin/infokey
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1251
diff changeset
    59
file usr/bin/$(MACH64)/install-info path=usr/bin/install-info
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1251
diff changeset
    60
file usr/bin/$(MACH64)/makeinfo path=usr/bin/makeinfo
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1251
diff changeset
    61
file usr/bin/$(MACH64)/texi2dvi path=usr/bin/texi2dvi
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1251
diff changeset
    62
file usr/bin/$(MACH64)/texindex path=usr/bin/texindex
221
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    63
file path=usr/share/info/info-stnd.info
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    64
file path=usr/share/info/info.info
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    65
file path=usr/share/info/texinfo
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    66
file path=usr/share/info/texinfo-1
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    67
file path=usr/share/info/texinfo-2
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    68
file path=usr/share/info/texinfo-3
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    69
file path=usr/share/locale/cs/LC_MESSAGES/texinfo.mo
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    70
file path=usr/share/locale/da/LC_MESSAGES/texinfo.mo
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    71
file path=usr/share/locale/de/LC_MESSAGES/texinfo.mo
1529
02fd7f3cf991 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links (fix package)
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1522
diff changeset
    72
#We don't ship locale/de_AT since it links to locale/de
02fd7f3cf991 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links (fix package)
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1522
diff changeset
    73
#file path=usr/share/locale/de_AT/LC_MESSAGES/texinfo.mo
221
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    74
file path=usr/share/locale/eo/LC_MESSAGES/texinfo.mo
1522
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1251
diff changeset
    75
file path=usr/share/locale/es/LC_MESSAGES/texinfo.mo
221
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    76
file path=usr/share/locale/fr/LC_MESSAGES/texinfo.mo
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    77
file path=usr/share/locale/he/LC_MESSAGES/texinfo.mo
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    78
file path=usr/share/locale/hr/LC_MESSAGES/texinfo.mo
1522
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1251
diff changeset
    79
file path=usr/share/locale/hu/LC_MESSAGES/texinfo.mo
221
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    80
file path=usr/share/locale/ja/LC_MESSAGES/texinfo.mo
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    81
file path=usr/share/locale/nb/LC_MESSAGES/texinfo.mo
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    82
file path=usr/share/locale/nl/LC_MESSAGES/texinfo.mo
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    83
file path=usr/share/locale/pl/LC_MESSAGES/texinfo.mo
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    84
file path=usr/share/locale/ro/LC_MESSAGES/texinfo.mo
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    85
file path=usr/share/locale/ru/LC_MESSAGES/texinfo.mo
1522
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1251
diff changeset
    86
file path=usr/share/locale/rw/LC_MESSAGES/texinfo.mo
221
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    87
file path=usr/share/locale/sv/LC_MESSAGES/texinfo.mo
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    88
file path=usr/share/locale/tr/LC_MESSAGES/texinfo.mo
1522
b74fd0949e89 17629924 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1251
diff changeset
    89
file path=usr/share/locale/vi/LC_MESSAGES/texinfo.mo
221
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    90
file path=usr/share/locale/zh_CN/LC_MESSAGES/texinfo.mo
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    91
file path=usr/share/locale/zh_TW/LC_MESSAGES/texinfo.mo
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    92
file path=usr/share/man/man1/info.1
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    93
file path=usr/share/man/man1/infokey.1
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    94
file path=usr/share/man/man1/install-info.1
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    95
file path=usr/share/man/man1/makeinfo.1
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    96
file path=usr/share/man/man1/texi2dvi.1
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    97
file path=usr/share/man/man1/texindex.1
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    98
file path=usr/share/man/man5/info.5
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    99
file path=usr/share/man/man5/texinfo.5
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   100
file path=usr/share/texinfo/texinfo.cat
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   101
file path=usr/share/texinfo/texinfo.dtd
a82f927119a1 7017805 texinfo should move to userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   102
file path=usr/share/texinfo/texinfo.xsl
1529
02fd7f3cf991 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links (fix package)
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1522
diff changeset
   103
file usr/share/info/dir path=var/info/usr_share_info_dir mode=0644 preserve=true
02fd7f3cf991 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links (fix package)
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1522
diff changeset
   104
link path=usr/share/info/dir target=../../../var/info/usr_share_info_dir
02fd7f3cf991 texinfo 4.13 - make 64bits build, enable ASLR, and remove SFW links (fix package)
Bick Torrejon <bick.torrejon@oracle.com>
parents: 1522
diff changeset
   105
link path=usr/share/locale/de_AT target=de