components/libconfuse/libconfuse.p5m
author Rich Burridge <rich.burridge@oracle.com>
Thu, 17 Nov 2011 14:40:44 -0800
changeset 587 9cc973a7ad62
parent 464 08f94c414553
child 629 daaab66f7276
permissions -rw-r--r--
7060335 several components contain version in their legacy actions' descriptions
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
425
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     1
#
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     3
#
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     7
#
ddb1d95b4cfc 7067338 migrate libconfuse 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
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    12
#
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    18
#
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    20
#
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    21
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    22
#
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    23
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    24
#
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    25
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    26
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    27
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    28
# libconfuse doesn't install many files we choose to deliver so we use transforms:
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    29
# Files delivered to usr/share/doc/confuse/doc will be found
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    30
# under build/$(MACH32)/doc. 
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    31
<transform file path=usr/share/doc/confuse/doc/(.+)$ -> \
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    32
    set action.hash build/$(MACH32)/doc/%<1> >
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    33
# Files delivered to usr/share/man/man3 will be found under
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    34
# doc/man/man3 in the expanded source archive.
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    35
<transform file path=usr/share/man/man3/(.+)$ -> \
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    36
    set action.hash doc/man/man3/%<1> >
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    37
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    38
set name=pkg.fmri \
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    39
    value=pkg:/library/libconfuse@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    40
set name=pkg.summary \
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    41
    value="Configuration file parser library"
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    42
set name=pkg.description \
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    43
    value="libConfuse is a configuration file parser library written in C. It supports sections and lists of values. It makes it very easy to add configuration file capability to a program using a simple API."
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    44
set name=info.classification value="org.opensolaris.category.2008:System/Libraries"
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 425
diff changeset
    45
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 425
diff changeset
    46
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 425
diff changeset
    47
set name=org.opensolaris.arc-caseid \
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 425
diff changeset
    48
    value=LSARC/2009/151
425
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    49
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    50
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    51
license libconfuse.copyright license='ISC'
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    52
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    53
dir path=usr
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    54
dir path=usr/include
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    55
dir path=usr/lib
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    56
dir path=usr/lib/$(MACH64)
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    57
dir path=usr/lib/pkgconfig
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    58
dir path=usr/share
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    59
dir path=usr/share/doc
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    60
dir path=usr/share/doc/confuse
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    61
dir path=usr/share/doc/confuse/doc 
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    62
dir path=usr/share/doc/confuse/doc/html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    63
dir path=usr/share/doc/confuse/doc/tutorial-html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    64
dir path=usr/share/doc/confuse/examples
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    65
dir path=usr/share/locale 
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    66
dir path=usr/share/locale/fr
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    67
dir path=usr/share/locale/fr/LC_MESSAGES
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    68
dir path=usr/share/locale/sv
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    69
dir path=usr/share/locale/sv/LC_MESSAGES
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    70
dir path=usr/share/man
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    71
dir path=usr/share/man/man3
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    72
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    73
file path=usr/include/confuse.h
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    74
file path=usr/lib/$(MACH64)/libconfuse.so.0.0.0
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    75
file path=usr/lib/libconfuse.so.0.0.0
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    76
file path=usr/lib/pkgconfig/libconfuse.pc
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    77
file path=usr/share/doc/confuse/doc/css.xsl
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    78
file path=usr/share/doc/confuse/doc/Doxyfile
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    79
file path=usr/share/doc/confuse/doc/Doxyfile.in
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    80
file path=usr/share/doc/confuse/doc/doxygen-footer.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    81
file path=usr/share/doc/confuse/doc/doxygen-header.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    82
file path=usr/share/doc/confuse/doc/doxygen.css
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    83
file path=usr/share/doc/confuse/doc/html/annotated.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    84
file path=usr/share/doc/confuse/doc/html/confuse_8h-source.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    85
file path=usr/share/doc/confuse/doc/html/confuse_8h.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    86
file path=usr/share/doc/confuse/doc/html/doxygen.png
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    87
file path=usr/share/doc/confuse/doc/html/examples.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    88
file path=usr/share/doc/confuse/doc/html/files.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    89
file path=usr/share/doc/confuse/doc/html/ftpconf_8c-example.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    90
file path=usr/share/doc/confuse/doc/html/functions_vars.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    91
file path=usr/share/doc/confuse/doc/html/functions.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    92
file path=usr/share/doc/confuse/doc/html/globals_eval.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    93
file path=usr/share/doc/confuse/doc/html/globals_func.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    94
file path=usr/share/doc/confuse/doc/html/globals_type.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    95
file path=usr/share/doc/confuse/doc/html/globals.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    96
file path=usr/share/doc/confuse/doc/html/index.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    97
file path=usr/share/doc/confuse/doc/html/reread_8c-example.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    98
file path=usr/share/doc/confuse/doc/html/simple_8c-example.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    99
file path=usr/share/doc/confuse/doc/html/structcfg__defvalue__t.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   100
file path=usr/share/doc/confuse/doc/html/structcfg__opt__t.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   101
file path=usr/share/doc/confuse/doc/html/structcfg__t.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   102
file path=usr/share/doc/confuse/doc/html/tab_b.gif
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   103
file path=usr/share/doc/confuse/doc/html/tab_l.gif
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   104
file path=usr/share/doc/confuse/doc/html/tab_r.gif
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   105
file path=usr/share/doc/confuse/doc/html/tabs.css
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   106
file path=usr/share/doc/confuse/doc/html/tutorial.css
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   107
file path=usr/share/doc/confuse/doc/html/unioncfg__value__t.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   108
file path=usr/share/doc/confuse/doc/listing1.c
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   109
file path=usr/share/doc/confuse/doc/listing2.c
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   110
file path=usr/share/doc/confuse/doc/listing3.c
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   111
file path=usr/share/doc/confuse/doc/listing4.c
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   112
file path=usr/share/doc/confuse/doc/listing5.c
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   113
file path=usr/share/doc/confuse/doc/listing6.c
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   114
file path=usr/share/doc/confuse/doc/listing7.c
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   115
file path=usr/share/doc/confuse/doc/listing8.c
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   116
file path=usr/share/doc/confuse/doc/tutorial-html/ar01s02.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   117
file path=usr/share/doc/confuse/doc/tutorial-html/ar01s03.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   118
file path=usr/share/doc/confuse/doc/tutorial-html/ar01s04.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   119
file path=usr/share/doc/confuse/doc/tutorial-html/ar01s05.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   120
file path=usr/share/doc/confuse/doc/tutorial-html/ar01s06.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   121
file path=usr/share/doc/confuse/doc/tutorial-html/ar01s07.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   122
file path=usr/share/doc/confuse/doc/tutorial-html/ar01s08.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   123
file path=usr/share/doc/confuse/doc/tutorial-html/ar01s09.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   124
file path=usr/share/doc/confuse/doc/tutorial-html/index.html
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   125
file path=usr/share/doc/confuse/doc/tutorial-html/tutorial.css
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   126
file path=usr/share/doc/confuse/doc/tutorial.css
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   127
file path=usr/share/doc/confuse/doc/tutorial.xml
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   128
file $(MACH32)/examples/.libs/ftpconf path=usr/share/doc/confuse/examples/ftpconf mode=0555
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   129
file $(MACH32)/examples/.libs/reread path=usr/share/doc/confuse/examples/reread mode=0555
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   130
file $(MACH32)/examples/.libs/simple path=usr/share/doc/confuse/examples/simple mode=0555
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   131
file examples/ftp.conf path=usr/share/doc/confuse/examples/ftp.conf
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   132
file examples/ftpconf.c path=usr/share/doc/confuse/examples/ftpconf.c
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   133
file examples/reread.c path=usr/share/doc/confuse/examples/reread.c
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   134
file examples/reread.conf path=usr/share/doc/confuse/examples/reread.conf
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   135
file examples/simple.c path=usr/share/doc/confuse/examples/simple.c
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   136
file examples/simple.conf path=usr/share/doc/confuse/examples/simple.conf
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   137
file libconfuse.spec path=usr/share/doc/confuse/libconfuse.spec
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   138
file po/fr.gmo path=usr/share/locale/fr/LC_MESSAGES/confuse.mo
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   139
file po/sv.gmo path=usr/share/locale/sv/LC_MESSAGES/confuse.mo
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   140
file path=usr/share/man/man3/cfg_defvalue_t.3
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   141
file path=usr/share/man/man3/cfg_opt_t.3
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   142
file path=usr/share/man/man3/cfg_t.3
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   143
file path=usr/share/man/man3/cfg_value_t.3
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   144
file path=usr/share/man/man3/confuse.h.3
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   145
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   146
link path=usr/lib/$(MACH64)/libconfuse.so target=./libconfuse.so.0.0.0
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   147
link path=usr/lib/$(MACH64)/libconfuse.so.0 target=./libconfuse.so.0.0.0
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   148
link path=usr/lib/libconfuse.so target=./libconfuse.so.0.0.0
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   149
link path=usr/lib/libconfuse.so.0 target=./libconfuse.so.0.0.0
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   150
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   151
legacy pkg=SUNWlibconfuse \
587
9cc973a7ad62 7060335 several components contain version in their legacy actions' descriptions
Rich Burridge <rich.burridge@oracle.com>
parents: 464
diff changeset
   152
    desc="libconfuse - configuration file parser library" \
425
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
   153
    name="libconfuse"