components/libmemcached/libmemcached.p5m
branchs11-update
changeset 3734 24181f5eb463
parent 3661 47545fb8aed4
--- a/components/libmemcached/libmemcached.p5m	Tue Feb 03 12:52:16 2015 -0800
+++ b/components/libmemcached/libmemcached.p5m	Tue Feb 03 13:01:27 2015 -0800
@@ -18,35 +18,26 @@
 #
 # CDDL HEADER END
 #
-# 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>
-
-set name=pkg.fmri value=pkg:/library/libmemcached@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
-set name=pkg.summary value="An open source C/C++ client library and tools for the memcached server"
+set name=pkg.fmri \
+    value=pkg:/library/libmemcached@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary \
+    value="An open source C/C++ client library and tools for the memcached server"
 set name=pkg.description \
     value="Libmemcached has been designed to be light on memory usage, thread safe, and provide full access to server side methods."
 set name=com.oracle.info.description value="the memcached server library"
 set name=com.oracle.info.tpno value=$(TPNO)
 set name=info.classification \
-	value="org.opensolaris.category.2008:System/Libraries"
+    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=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=org.opensolaris.arc-caseid value=LSARC/2008/126
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
-set name=org.opensolaris.arc-caseid \
-    value=LSARC/2008/126
-
-dir path=usr
-dir path=usr/bin
-dir path=usr/include
-dir path=usr/include/libmemcached
-dir path=usr/lib
-dir path=usr/lib/$(MACH64)
-dir path=usr/share
-dir path=usr/share/man
-dir path=usr/share/man/man1
-dir path=usr/share/man/man3libmemcached
+dir  path=usr
+dir  path=usr/bin
 file path=usr/bin/memcat
 file path=usr/bin/memcp
 file path=usr/bin/memerror
@@ -54,9 +45,20 @@
 file path=usr/bin/memrm
 file path=usr/bin/memslap
 file path=usr/bin/memstat
+dir  path=usr/include
+dir  path=usr/include/libmemcached
 file path=usr/include/libmemcached/memcached.h
+dir  path=usr/lib
+dir  path=usr/lib/$(MACH64)
+link path=usr/lib/$(MACH64)/libmemcached.so target=libmemcached.so.2.0.0
+link path=usr/lib/$(MACH64)/libmemcached.so.2 target=libmemcached.so.2.0.0
+file path=usr/lib/$(MACH64)/libmemcached.so.2.0.0
+link path=usr/lib/libmemcached.so target=libmemcached.so.2.0.0
+link path=usr/lib/libmemcached.so.2 target=libmemcached.so.2.0.0
 file path=usr/lib/libmemcached.so.2.0.0
-file path=usr/lib/$(MACH64)/libmemcached.so.2.0.0
+dir  path=usr/share
+dir  path=usr/share/man
+dir  path=usr/share/man/man1
 file path=usr/share/man/man1/memcat.1
 file path=usr/share/man/man1/memcp.1
 file path=usr/share/man/man1/memerror.1
@@ -64,6 +66,7 @@
 file path=usr/share/man/man1/memrm.1
 file path=usr/share/man/man1/memslap.1
 file path=usr/share/man/man1/memstat.1
+dir  path=usr/share/man/man3libmemcached
 file path=usr/share/man/man3libmemcached/libmemcached.3libmemcached
 file path=usr/share/man/man3libmemcached/libmemcached_examples.3libmemcached
 file path=usr/share/man/man3libmemcached/memcached_add.3libmemcached
@@ -92,37 +95,25 @@
 file path=usr/share/man/man3libmemcached/memcached_mget.3libmemcached
 file path=usr/share/man/man3libmemcached/memcached_mget_by_key.3libmemcached
 file path=usr/share/man/man3libmemcached/memcached_prepend.3libmemcached
-file \
-    path=usr/share/man/man3libmemcached/memcached_prepend_by_key.3libmemcached
+file path=usr/share/man/man3libmemcached/memcached_prepend_by_key.3libmemcached
 file path=usr/share/man/man3libmemcached/memcached_quit.3libmemcached
 file path=usr/share/man/man3libmemcached/memcached_replace.3libmemcached
-file \
-    path=usr/share/man/man3libmemcached/memcached_replace_by_key.3libmemcached
+file path=usr/share/man/man3libmemcached/memcached_replace_by_key.3libmemcached
 file path=usr/share/man/man3libmemcached/memcached_server_add.3libmemcached
 file path=usr/share/man/man3libmemcached/memcached_server_count.3libmemcached
 file path=usr/share/man/man3libmemcached/memcached_server_list.3libmemcached
-file \
-    path=usr/share/man/man3libmemcached/memcached_server_list_append.3libmemcached
-file \
-    path=usr/share/man/man3libmemcached/memcached_server_list_count.3libmemcached
-file \
-    path=usr/share/man/man3libmemcached/memcached_server_list_free.3libmemcached
+file path=usr/share/man/man3libmemcached/memcached_server_list_append.3libmemcached
+file path=usr/share/man/man3libmemcached/memcached_server_list_count.3libmemcached
+file path=usr/share/man/man3libmemcached/memcached_server_list_free.3libmemcached
 file path=usr/share/man/man3libmemcached/memcached_server_push.3libmemcached
 file path=usr/share/man/man3libmemcached/memcached_servers_parse.3libmemcached
 file path=usr/share/man/man3libmemcached/memcached_set.3libmemcached
 file path=usr/share/man/man3libmemcached/memcached_set_by_key.3libmemcached
 file path=usr/share/man/man3libmemcached/memcached_stat.3libmemcached
 file path=usr/share/man/man3libmemcached/memcached_stat_get_keys.3libmemcached
-file \
-    path=usr/share/man/man3libmemcached/memcached_stat_get_value.3libmemcached
-file \
-    path=usr/share/man/man3libmemcached/memcached_stat_servername.3libmemcached
+file path=usr/share/man/man3libmemcached/memcached_stat_get_value.3libmemcached
+file path=usr/share/man/man3libmemcached/memcached_stat_servername.3libmemcached
 file path=usr/share/man/man3libmemcached/memcached_strerror.3libmemcached
 file path=usr/share/man/man3libmemcached/memcached_verbosity.3libmemcached
 file path=usr/share/man/man3libmemcached/memcached_version.3libmemcached
-link path=usr/lib/$(MACH64)/libmemcached.so target=libmemcached.so.2.0.0
-link path=usr/lib/$(MACH64)/libmemcached.so.2 target=libmemcached.so.2.0.0
-link path=usr/lib/libmemcached.so target=libmemcached.so.2.0.0
-link path=usr/lib/libmemcached.so.2 target=libmemcached.so.2.0.0
-
-license libmemcached.license license="BSD"
+license libmemcached.license license=BSD