components/autogen/autogen.p5m
author John Beck <John.Beck@Oracle.COM>
Tue, 03 Feb 2015 13:01:27 -0800
branchs11-update
changeset 3734 24181f5eb463
parent 3661 47545fb8aed4
permissions -rw-r--r--
20440737 pkgfmt all Userland pkg(5) manifests
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     1
#
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     3
#
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     7
#
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    12
#
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    18
#
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    20
#
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    21
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    22
#
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    23
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 143
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 143
diff changeset
    25
set name=pkg.fmri \
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 143
diff changeset
    26
    value=pkg:/developer/build/autogen@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    27
set name=pkg.summary value="GNU autogen utility"
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 143
diff changeset
    28
set name=pkg.description \
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 143
diff changeset
    29
    value="AutoGen is a tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text."
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 683
diff changeset
    30
set name=com.oracle.info.description value="GNU autogen"
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2551
diff changeset
    31
set name=com.oracle.info.tpno value=$(TPNO)
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 143
diff changeset
    32
set name=info.classification \
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 143
diff changeset
    33
    value="org.opensolaris.category.2008:Development/Other Languages"
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 181
diff changeset
    34
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
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)
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    36
set name=org.opensolaris.arc-caseid value=PSARC/2008/315
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    38
dir  path=usr
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    39
dir  path=usr/bin
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    40
file path=usr/bin/autogen
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    41
file path=usr/bin/autoopts-config
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    42
file path=usr/bin/columns
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    43
file path=usr/bin/getdefs
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    44
file path=usr/bin/xml2ag
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    45
dir  path=usr/include
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    46
dir  path=usr/include/autoopts
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    47
file path=usr/include/autoopts/options.h
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    48
file path=usr/include/autoopts/usage-txt.h
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    49
dir  path=usr/lib
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    50
file path=usr/lib/libguileopts.a
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    51
link path=usr/lib/libguileopts.so target=libguileopts.so.0.0.1
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    52
link path=usr/lib/libguileopts.so.0 target=libguileopts.so.0.0.1
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    53
file path=usr/lib/libguileopts.so.0.0.1
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    54
file path=usr/lib/libopts.a
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    55
link path=usr/lib/libopts.so target=libopts.so.25.3.0
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    56
link path=usr/lib/libopts.so.25 target=libopts.so.25.3.0
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    57
file path=usr/lib/libopts.so.25.3.0
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    58
dir  path=usr/lib/pkgconfig
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    59
file path=usr/lib/pkgconfig/autoopts.pc
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    60
dir  path=usr/share
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    61
dir  path=usr/share/aclocal
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    62
file path=usr/share/aclocal/autoopts.m4
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    63
file path=usr/share/aclocal/liboptschk.m4
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    64
dir  path=usr/share/autogen
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    65
file path=usr/share/autogen/aginfo.tpl
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    66
file path=usr/share/autogen/aginfo3.tpl
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    67
file path=usr/share/autogen/agman-lib.tpl
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    68
file path=usr/share/autogen/agman1.tpl
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    69
file path=usr/share/autogen/agman3.tpl
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    70
file path=usr/share/autogen/autoopts.m4
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    71
file path=usr/share/autogen/confmacs.tpl
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    72
file path=usr/share/autogen/conftest.tpl
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    73
file path=usr/share/autogen/fsm-macro.tpl
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    74
file path=usr/share/autogen/fsm-trans.tpl
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    75
file path=usr/share/autogen/fsm.tpl
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    76
file path=usr/share/autogen/getopt.tpl
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    77
file path=usr/share/autogen/optcode.tpl
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    78
file path=usr/share/autogen/opthead.tpl
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    79
file path=usr/share/autogen/options.tpl
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    80
file path=usr/share/autogen/optlib.tpl
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    81
file path=usr/share/autogen/optmain.tpl
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    82
file path=usr/share/autogen/rc-sample.tpl
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    83
file path=usr/share/autogen/stdoptions.def
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    84
dir  path=usr/share/info
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    85
file path=usr/share/info/autogen.info
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    86
file path=usr/share/info/autogen.info-1
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    87
file path=usr/share/info/autogen.info-2
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    88
dir  path=usr/share/man
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    89
dir  path=usr/share/man/man1
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    90
file path=usr/share/man/man1/autogen.1
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    91
file path=usr/share/man/man1/autoopts-config.1
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    92
file path=usr/share/man/man1/columns.1
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    93
file path=usr/share/man/man1/getdefs.1
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    94
file path=usr/share/man/man1/xml2ag.1
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    95
dir  path=usr/share/man/man3
143
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    96
file path=usr/share/man/man3/ao_string_tokenize.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    97
file path=usr/share/man/man3/configFileLoad.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    98
file path=usr/share/man/man3/optionFileLoad.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    99
file path=usr/share/man/man3/optionFindNextValue.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   100
file path=usr/share/man/man3/optionFindValue.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   101
file path=usr/share/man/man3/optionFree.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   102
file path=usr/share/man/man3/optionGetValue.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   103
file path=usr/share/man/man3/optionLoadLine.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   104
file path=usr/share/man/man3/optionNextValue.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   105
file path=usr/share/man/man3/optionOnlyUsage.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   106
file path=usr/share/man/man3/optionProcess.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   107
file path=usr/share/man/man3/optionRestore.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   108
file path=usr/share/man/man3/optionSaveFile.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   109
file path=usr/share/man/man3/optionSaveState.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   110
file path=usr/share/man/man3/optionUnloadNested.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   111
file path=usr/share/man/man3/optionVersion.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   112
file path=usr/share/man/man3/strequate.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   113
file path=usr/share/man/man3/streqvcmp.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   114
file path=usr/share/man/man3/streqvmap.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   115
file path=usr/share/man/man3/strneqvcmp.3
b125d3ff99f0 7027495 migrate autogen to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   116
file path=usr/share/man/man3/strtransform.3
620
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 609
diff changeset
   117
license autogen.license license="GPLv2, FDLv1.2"