components/slang/slang.p5m
branchs11-update
changeset 3734 24181f5eb463
parent 3661 47545fb8aed4
--- a/components/slang/slang.p5m	Tue Feb 03 12:52:16 2015 -0800
+++ b/components/slang/slang.p5m	Tue Feb 03 13:01:27 2015 -0800
@@ -18,7 +18,7 @@
 #
 # 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 volatile>
@@ -26,27 +26,29 @@
 <transform file path=etc/slsh/slsh.rc$ -> default mode 0644>
 <transform file path=etc/slsh/slsh.rc$ -> default preserve renamenew>
 <transform file path=usr/share/slsh/scripts/.+ -> default mode 0555>
-
-set name=pkg.fmri value=pkg:/library/slang@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
-set name=pkg.summary value="Library designed to allow a developer to create robust multi-platform software"
-set name=pkg.description value="S-Lang is a multi-platform programmer's library designed to allow a developer to create robust multi-platform software."
+set name=pkg.fmri \
+    value=pkg:/library/slang@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary \
+    value="Library designed to allow a developer to create robust multi-platform software"
+set name=pkg.description \
+    value="S-Lang is a multi-platform programmer's library designed to allow a developer to create robust multi-platform software."
 set name=com.oracle.info.description value="the S-Lang library"
-set name=info.classification value="org.opensolaris.category.2008:Development/Other Languages"
-set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    value="org.opensolaris.category.2008:Development/Other Languages"
 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=PSARC/2008/135
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
-set name=com.oracle.info.tpno value=$(TPNO)
-set name=org.opensolaris.arc-caseid \
-    value=PSARC/2008/135
-
-license slang.license license=GPLv2
-
 file path=etc/slsh/slsh.rc
 file path=usr/bin/$(MACH64)/slsh
 file path=usr/bin/slsh
 file path=usr/include/slang.h
 file path=usr/include/slcurses.h
+link path=usr/lib/$(MACH64)/libslang.so target=libslang.so.2
 file path=usr/lib/$(MACH64)/libslang.so.$(COMPONENT_VERSION)
+link path=usr/lib/$(MACH64)/libslang.so.2 \
+    target=libslang.so.$(COMPONENT_VERSION)
 file path=usr/lib/$(MACH64)/pkgconfig/slang.pc
 file path=usr/lib/$(MACH64)/slang/v2/modules/csv-module.so
 file path=usr/lib/$(MACH64)/slang/v2/modules/fcntl-module.so
@@ -62,7 +64,9 @@
 file path=usr/lib/$(MACH64)/slang/v2/modules/termios-module.so
 file path=usr/lib/$(MACH64)/slang/v2/modules/varray-module.so
 file path=usr/lib/$(MACH64)/slang/v2/modules/zlib-module.so
+link path=usr/lib/libslang.so target=libslang.so.2
 file path=usr/lib/libslang.so.$(COMPONENT_VERSION)
+link path=usr/lib/libslang.so.2 target=libslang.so.$(COMPONENT_VERSION)
 file path=usr/lib/pkgconfig/slang.pc
 file path=usr/lib/slang/v2/modules/csv-module.so
 file path=usr/lib/slang/v2/modules/fcntl-module.so
@@ -183,8 +187,4 @@
 file path=usr/share/slsh/termios.sl
 file path=usr/share/slsh/varray.sl
 file path=usr/share/slsh/zlib.sl
-link path=usr/lib/$(MACH64)/libslang.so target=libslang.so.2
-link path=usr/lib/$(MACH64)/libslang.so.2 \
-    target=libslang.so.$(COMPONENT_VERSION)
-link path=usr/lib/libslang.so target=libslang.so.2
-link path=usr/lib/libslang.so.2 target=libslang.so.$(COMPONENT_VERSION)
+license slang.license license=GPLv2