components/libconfuse/libconfuse.p5m
branchs11-update
changeset 3734 24181f5eb463
parent 3661 47545fb8aed4
--- a/components/libconfuse/libconfuse.p5m	Tue Feb 03 12:52:16 2015 -0800
+++ b/components/libconfuse/libconfuse.p5m	Tue Feb 03 13:01:27 2015 -0800
@@ -20,68 +20,58 @@
 #
 
 #
-# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 
 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
 
 # libconfuse doesn't install many files we choose to deliver so we use transforms:
 # Files delivered to usr/share/doc/confuse/doc will be found
-# under build/$(MACH32)/doc. 
+# under build/$(MACH32)/doc.
 <transform file path=usr/share/doc/confuse/doc/(.+)$ -> \
     set action.hash build/$(MACH32)/doc/%<1> >
 # Files delivered to usr/share/man/man3 will be found under
 # doc/man/man3 in the expanded source archive.
 <transform file path=usr/share/man/man3/(.+)$ -> \
     set action.hash doc/man/man3/%<1> >
-
 set name=pkg.fmri \
     value=pkg:/library/libconfuse@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
-set name=pkg.summary \
-    value="Configuration file parser library"
+set name=pkg.summary value="Configuration file parser library"
 set name=pkg.description \
     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."
-set name=com.oracle.info.description value="the libconfuse configuration file parser library"
+set name=com.oracle.info.description \
+    value="the libconfuse configuration file parser library"
 set name=com.oracle.info.tpno value=$(TPNO)
-set name=info.classification value="org.opensolaris.category.2008:System/Libraries"
+set name=info.classification \
+    value=org.opensolaris.category.2008:System/Libraries
 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=LSARC/2009/151
+set name=org.opensolaris.arc-caseid value=LSARC/2009/151
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
-
-license libconfuse.copyright license='ISC'
-
-dir path=usr
-dir path=usr/include
-dir path=usr/lib
-dir path=usr/lib/$(MACH64)
-dir path=usr/lib/pkgconfig
-dir path=usr/share
-dir path=usr/share/doc
-dir path=usr/share/doc/confuse
-dir path=usr/share/doc/confuse/doc 
-dir path=usr/share/doc/confuse/doc/html
-dir path=usr/share/doc/confuse/doc/tutorial-html
-dir path=usr/share/doc/confuse/examples
-dir path=usr/share/locale 
-dir path=usr/share/locale/fr
-dir path=usr/share/locale/fr/LC_MESSAGES
-dir path=usr/share/locale/sv
-dir path=usr/share/locale/sv/LC_MESSAGES
-dir path=usr/share/man
-dir path=usr/share/man/man3
-
+dir  path=usr
+dir  path=usr/include
 file path=usr/include/confuse.h
+dir  path=usr/lib
+dir  path=usr/lib/$(MACH64)
+link path=usr/lib/$(MACH64)/libconfuse.so target=./libconfuse.so.0.0.0
+link path=usr/lib/$(MACH64)/libconfuse.so.0 target=./libconfuse.so.0.0.0
 file path=usr/lib/$(MACH64)/libconfuse.so.0.0.0
+link path=usr/lib/libconfuse.so target=./libconfuse.so.0.0.0
+link path=usr/lib/libconfuse.so.0 target=./libconfuse.so.0.0.0
 file path=usr/lib/libconfuse.so.0.0.0
+dir  path=usr/lib/pkgconfig
 file path=usr/lib/pkgconfig/libconfuse.pc
-file path=usr/share/doc/confuse/doc/css.xsl
+dir  path=usr/share
+dir  path=usr/share/doc
+dir  path=usr/share/doc/confuse
+dir  path=usr/share/doc/confuse/doc
 file path=usr/share/doc/confuse/doc/Doxyfile
 file path=usr/share/doc/confuse/doc/Doxyfile.in
+file path=usr/share/doc/confuse/doc/css.xsl
 file path=usr/share/doc/confuse/doc/doxygen-footer.html
 file path=usr/share/doc/confuse/doc/doxygen-header.html
 file path=usr/share/doc/confuse/doc/doxygen.css
+dir  path=usr/share/doc/confuse/doc/html
 file path=usr/share/doc/confuse/doc/html/annotated.html
 file path=usr/share/doc/confuse/doc/html/confuse_8h-source.html
 file path=usr/share/doc/confuse/doc/html/confuse_8h.html
@@ -89,12 +79,12 @@
 file path=usr/share/doc/confuse/doc/html/examples.html
 file path=usr/share/doc/confuse/doc/html/files.html
 file path=usr/share/doc/confuse/doc/html/ftpconf_8c-example.html
+file path=usr/share/doc/confuse/doc/html/functions.html
 file path=usr/share/doc/confuse/doc/html/functions_vars.html
-file path=usr/share/doc/confuse/doc/html/functions.html
+file path=usr/share/doc/confuse/doc/html/globals.html
 file path=usr/share/doc/confuse/doc/html/globals_eval.html
 file path=usr/share/doc/confuse/doc/html/globals_func.html
 file path=usr/share/doc/confuse/doc/html/globals_type.html
-file path=usr/share/doc/confuse/doc/html/globals.html
 file path=usr/share/doc/confuse/doc/html/index.html
 file path=usr/share/doc/confuse/doc/html/reread_8c-example.html
 file path=usr/share/doc/confuse/doc/html/simple_8c-example.html
@@ -115,6 +105,7 @@
 file path=usr/share/doc/confuse/doc/listing6.c
 file path=usr/share/doc/confuse/doc/listing7.c
 file path=usr/share/doc/confuse/doc/listing8.c
+dir  path=usr/share/doc/confuse/doc/tutorial-html
 file path=usr/share/doc/confuse/doc/tutorial-html/ar01s02.html
 file path=usr/share/doc/confuse/doc/tutorial-html/ar01s03.html
 file path=usr/share/doc/confuse/doc/tutorial-html/ar01s04.html
@@ -127,25 +118,32 @@
 file path=usr/share/doc/confuse/doc/tutorial-html/tutorial.css
 file path=usr/share/doc/confuse/doc/tutorial.css
 file path=usr/share/doc/confuse/doc/tutorial.xml
-file $(MACH32)/examples/.libs/ftpconf path=usr/share/doc/confuse/examples/ftpconf mode=0555
-file $(MACH32)/examples/.libs/reread path=usr/share/doc/confuse/examples/reread mode=0555
-file $(MACH32)/examples/.libs/simple path=usr/share/doc/confuse/examples/simple mode=0555
+dir  path=usr/share/doc/confuse/examples
 file examples/ftp.conf path=usr/share/doc/confuse/examples/ftp.conf
+file $(MACH32)/examples/.libs/ftpconf \
+    path=usr/share/doc/confuse/examples/ftpconf mode=0555
 file examples/ftpconf.c path=usr/share/doc/confuse/examples/ftpconf.c
+file $(MACH32)/examples/.libs/reread \
+    path=usr/share/doc/confuse/examples/reread mode=0555
 file examples/reread.c path=usr/share/doc/confuse/examples/reread.c
 file examples/reread.conf path=usr/share/doc/confuse/examples/reread.conf
+file $(MACH32)/examples/.libs/simple \
+    path=usr/share/doc/confuse/examples/simple mode=0555
 file examples/simple.c path=usr/share/doc/confuse/examples/simple.c
 file examples/simple.conf path=usr/share/doc/confuse/examples/simple.conf
 file libconfuse.spec path=usr/share/doc/confuse/libconfuse.spec
+dir  path=usr/share/locale
+dir  path=usr/share/locale/fr
+dir  path=usr/share/locale/fr/LC_MESSAGES
 file po/fr.gmo path=usr/share/locale/fr/LC_MESSAGES/confuse.mo
+dir  path=usr/share/locale/sv
+dir  path=usr/share/locale/sv/LC_MESSAGES
 file po/sv.gmo path=usr/share/locale/sv/LC_MESSAGES/confuse.mo
+dir  path=usr/share/man
+dir  path=usr/share/man/man3
 file path=usr/share/man/man3/cfg_defvalue_t.3
 file path=usr/share/man/man3/cfg_opt_t.3
 file path=usr/share/man/man3/cfg_t.3
 file path=usr/share/man/man3/cfg_value_t.3
 file path=usr/share/man/man3/confuse.h.3
-
-link path=usr/lib/$(MACH64)/libconfuse.so target=./libconfuse.so.0.0.0
-link path=usr/lib/$(MACH64)/libconfuse.so.0 target=./libconfuse.so.0.0.0
-link path=usr/lib/libconfuse.so target=./libconfuse.so.0.0.0
-link path=usr/lib/libconfuse.so.0 target=./libconfuse.so.0.0.0
+license libconfuse.copyright license=ISC