author | mahmood.ali@oracle.com <mahmood.ali@oracle.com> |
Mon, 21 Apr 2014 12:06:50 -0700 | |
changeset 1841 | 2dfc0526bfdd |
parent 1251 | f1fb66b52f41 |
child 1948 | 2d1537e7942d |
permissions | -rw-r--r-- |
256
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
1 |
# |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
2 |
# CDDL HEADER START |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
3 |
# |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
4 |
# The contents of this file are subject to the terms of the |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
5 |
# Common Development and Distribution License (the "License"). |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
6 |
# You may not use this file except in compliance with the License. |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
7 |
# |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
8 |
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
9 |
# or http://www.opensolaris.org/os/licensing. |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
10 |
# See the License for the specific language governing permissions |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
11 |
# and limitations under the License. |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
12 |
# |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
13 |
# When distributing Covered Code, include this CDDL HEADER in each |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
14 |
# file and include the License file at usr/src/OPENSOLARIS.LICENSE. |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
15 |
# If applicable, add the following below this CDDL HEADER, with the |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
16 |
# fields enclosed by brackets "[]" replaced with your own identifying |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
17 |
# information: Portions Copyright [yyyy] [name of copyright owner] |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
18 |
# |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
19 |
# CDDL HEADER END |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
20 |
# |
1841
2dfc0526bfdd
18621994 slang needs tpno in package manifest
mahmood.ali@oracle.com <mahmood.ali@oracle.com>
parents:
1251
diff
changeset
|
21 |
# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. |
256
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
22 |
# |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
23 |
|
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
24 |
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile> |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
25 |
<transform path=usr/bin/$(MACH64) -> drop> |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
26 |
<transform file path=etc/slsh/slsh.rc$ -> default mode 0644> |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
27 |
<transform file path=etc/slsh/slsh.rc$ -> default preserve renamenew> |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
28 |
<transform file path=usr/share/slsh/scripts/.+ -> default mode 0555> |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
29 |
|
587
9cc973a7ad62
7060335 several components contain version in their legacy actions' descriptions
Rich Burridge <rich.burridge@oracle.com>
parents:
464
diff
changeset
|
30 |
set name=pkg.fmri value=pkg:/library/slang@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) |
256
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
31 |
set name=pkg.summary value="Library designed to allow a developer to create robust multi-platform software" |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
32 |
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." |
1205
6c6c27bcf9ac
16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents:
986
diff
changeset
|
33 |
set name=com.oracle.info.description value="the S-Lang library" |
256
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
34 |
set name=info.classification value="org.opensolaris.category.2008:Development/Other Languages" |
464
08f94c414553
7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
256
diff
changeset
|
35 |
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) |
08f94c414553
7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
256
diff
changeset
|
36 |
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) |
256
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
37 |
set name=org.opensolaris.consolidation value=$(CONSOLIDATION) |
1841
2dfc0526bfdd
18621994 slang needs tpno in package manifest
mahmood.ali@oracle.com <mahmood.ali@oracle.com>
parents:
1251
diff
changeset
|
38 |
set name=com.oracle.info.tpno value=8995 |
464
08f94c414553
7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
256
diff
changeset
|
39 |
set name=org.opensolaris.arc-caseid \ |
986
ebade8aad240
7184693 Many Userland components have incorrect org.opensolaris.arc-caseid actions
Rich Burridge <rich.burridge@oracle.com>
parents:
629
diff
changeset
|
40 |
value=PSARC/2008/135 |
256
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
41 |
|
587
9cc973a7ad62
7060335 several components contain version in their legacy actions' descriptions
Rich Burridge <rich.burridge@oracle.com>
parents:
464
diff
changeset
|
42 |
license slang.license license=GPLv2 |
256
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
43 |
|
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
44 |
file path=etc/slsh/slsh.rc |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
45 |
file path=usr/bin/$(MACH64)/slsh |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
46 |
file path=usr/bin/slsh |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
47 |
file path=usr/include/slang.h |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
48 |
file path=usr/include/slcurses.h |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
49 |
file path=usr/lib/$(MACH64)/libslang.so.$(COMPONENT_VERSION) |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
50 |
file path=usr/lib/$(MACH64)/pkgconfig/slang.pc |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
51 |
file path=usr/lib/$(MACH64)/slang/v2/modules/csv-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
52 |
file path=usr/lib/$(MACH64)/slang/v2/modules/fcntl-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
53 |
file path=usr/lib/$(MACH64)/slang/v2/modules/fork-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
54 |
file path=usr/lib/$(MACH64)/slang/v2/modules/iconv-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
55 |
file path=usr/lib/$(MACH64)/slang/v2/modules/pcre-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
56 |
file path=usr/lib/$(MACH64)/slang/v2/modules/png-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
57 |
file path=usr/lib/$(MACH64)/slang/v2/modules/rand-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
58 |
file path=usr/lib/$(MACH64)/slang/v2/modules/select-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
59 |
file path=usr/lib/$(MACH64)/slang/v2/modules/slsmg-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
60 |
file path=usr/lib/$(MACH64)/slang/v2/modules/socket-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
61 |
file path=usr/lib/$(MACH64)/slang/v2/modules/sysconf-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
62 |
file path=usr/lib/$(MACH64)/slang/v2/modules/termios-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
63 |
file path=usr/lib/$(MACH64)/slang/v2/modules/varray-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
64 |
file path=usr/lib/$(MACH64)/slang/v2/modules/zlib-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
65 |
file path=usr/lib/libslang.so.$(COMPONENT_VERSION) |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
66 |
file path=usr/lib/pkgconfig/slang.pc |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
67 |
file path=usr/lib/slang/v2/modules/csv-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
68 |
file path=usr/lib/slang/v2/modules/fcntl-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
69 |
file path=usr/lib/slang/v2/modules/fork-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
70 |
file path=usr/lib/slang/v2/modules/iconv-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
71 |
file path=usr/lib/slang/v2/modules/pcre-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
72 |
file path=usr/lib/slang/v2/modules/png-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
73 |
file path=usr/lib/slang/v2/modules/rand-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
74 |
file path=usr/lib/slang/v2/modules/select-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
75 |
file path=usr/lib/slang/v2/modules/slsmg-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
76 |
file path=usr/lib/slang/v2/modules/socket-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
77 |
file path=usr/lib/slang/v2/modules/sysconf-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
78 |
file path=usr/lib/slang/v2/modules/termios-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
79 |
file path=usr/lib/slang/v2/modules/varray-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
80 |
file path=usr/lib/slang/v2/modules/zlib-module.so |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
81 |
file path=usr/share/doc/slang/v2/COPYING |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
82 |
file path=usr/share/doc/slang/v2/changes.txt |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
83 |
file path=usr/share/doc/slang/v2/cref.txt |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
84 |
file path=usr/share/doc/slang/v2/cslang.txt |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
85 |
file path=usr/share/doc/slang/v2/slang.txt |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
86 |
file path=usr/share/doc/slang/v2/slangdoc.html |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
87 |
file path=usr/share/doc/slang/v2/slangfun.txt |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
88 |
file path=usr/share/doc/slsh/html/slshfun-1.html |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
89 |
file path=usr/share/doc/slsh/html/slshfun-2.html |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
90 |
file path=usr/share/doc/slsh/html/slshfun-3.html |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
91 |
file path=usr/share/doc/slsh/html/slshfun-4.html |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
92 |
file path=usr/share/doc/slsh/html/slshfun-5.html |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
93 |
file path=usr/share/doc/slsh/html/slshfun-6.html |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
94 |
file path=usr/share/doc/slsh/html/slshfun-7.html |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
95 |
file path=usr/share/doc/slsh/html/slshfun-8.html |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
96 |
file path=usr/share/doc/slsh/html/slshfun-9.html |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
97 |
file path=usr/share/doc/slsh/html/slshfun.html |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
98 |
file path=usr/share/man/man1/slsh.1 |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
99 |
file path=usr/share/slsh/arrayfuns.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
100 |
file path=usr/share/slsh/autoload.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
101 |
file path=usr/share/slsh/cmaps/cool.map |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
102 |
file path=usr/share/slsh/cmaps/coolwarm.map |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
103 |
file path=usr/share/slsh/cmaps/copper.map |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
104 |
file path=usr/share/slsh/cmaps/drywet.map |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
105 |
file path=usr/share/slsh/cmaps/ds9b.map |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
106 |
file path=usr/share/slsh/cmaps/ds9sls.map |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
107 |
file path=usr/share/slsh/cmaps/gebco.map |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
108 |
file path=usr/share/slsh/cmaps/globe.map |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
109 |
file path=usr/share/slsh/cmaps/gray.map |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
110 |
file path=usr/share/slsh/cmaps/haxby.map |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
111 |
file path=usr/share/slsh/cmaps/hot.map |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
112 |
file path=usr/share/slsh/cmaps/jet.map |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
113 |
file path=usr/share/slsh/cmaps/no_green.map |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
114 |
file path=usr/share/slsh/cmaps/ocean.map |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
115 |
file path=usr/share/slsh/cmaps/polar.map |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
116 |
file path=usr/share/slsh/cmaps/rainbow.map |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
117 |
file path=usr/share/slsh/cmaps/red2green.map |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
118 |
file path=usr/share/slsh/cmaps/relief.map |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
119 |
file path=usr/share/slsh/cmaps/sealand.map |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
120 |
file path=usr/share/slsh/cmaps/seis.map |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
121 |
file path=usr/share/slsh/cmaps/split.map |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
122 |
file path=usr/share/slsh/cmaps/topo.map |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
123 |
file path=usr/share/slsh/cmaps/wysiwyg.map |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
124 |
file path=usr/share/slsh/cmdopt.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
125 |
file path=usr/share/slsh/csv.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
126 |
file path=usr/share/slsh/fcntl.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
127 |
file path=usr/share/slsh/fork.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
128 |
file path=usr/share/slsh/glob.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
129 |
file path=usr/share/slsh/help/arrayfuns.hlp |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
130 |
file path=usr/share/slsh/help/cmdopt.hlp |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
131 |
file path=usr/share/slsh/help/csvfuns.hlp |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
132 |
file path=usr/share/slsh/help/forkfuns.hlp |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
133 |
file path=usr/share/slsh/help/glob.hlp |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
134 |
file path=usr/share/slsh/help/onigfuns.hlp |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
135 |
file path=usr/share/slsh/help/pcrefuns.hlp |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
136 |
file path=usr/share/slsh/help/pngfuns.hlp |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
137 |
file path=usr/share/slsh/help/print.hlp |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
138 |
file path=usr/share/slsh/help/process.hlp |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
139 |
file path=usr/share/slsh/help/profile.hlp |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
140 |
file path=usr/share/slsh/help/randfuns.hlp |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
141 |
file path=usr/share/slsh/help/readascii.hlp |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
142 |
file path=usr/share/slsh/help/require.hlp |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
143 |
file path=usr/share/slsh/help/setfuns.hlp |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
144 |
file path=usr/share/slsh/help/slsmg.hlp |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
145 |
file path=usr/share/slsh/help/sockfuns.hlp |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
146 |
file path=usr/share/slsh/help/structfuns.hlp |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
147 |
file path=usr/share/slsh/iconv.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
148 |
file path=usr/share/slsh/onig.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
149 |
file path=usr/share/slsh/pcre.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
150 |
file path=usr/share/slsh/png.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
151 |
file path=usr/share/slsh/print.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
152 |
file path=usr/share/slsh/process.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
153 |
file path=usr/share/slsh/profile.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
154 |
file path=usr/share/slsh/rand.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
155 |
file path=usr/share/slsh/readascii.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
156 |
file path=usr/share/slsh/require.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
157 |
file path=usr/share/slsh/rline/complete.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
158 |
file path=usr/share/slsh/rline/editfuns.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
159 |
file path=usr/share/slsh/rline/editor.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
160 |
file path=usr/share/slsh/rline/emacskeys.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
161 |
file path=usr/share/slsh/rline/history.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
162 |
file path=usr/share/slsh/rline/histsrch.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
163 |
file path=usr/share/slsh/rline/slrline.rc |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
164 |
file path=usr/share/slsh/rline/vikeys.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
165 |
file path=usr/share/slsh/scripts/jpegsize |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
166 |
file path=usr/share/slsh/scripts/lsrpm |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
167 |
file path=usr/share/slsh/scripts/sldb |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
168 |
file path=usr/share/slsh/scripts/slprof |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
169 |
file path=usr/share/slsh/scripts/slstkchk |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
170 |
file path=usr/share/slsh/scripts/svnsh |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
171 |
file path=usr/share/slsh/select.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
172 |
file path=usr/share/slsh/setfuns.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
173 |
file path=usr/share/slsh/sldb.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
174 |
file path=usr/share/slsh/sldbcore.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
175 |
file path=usr/share/slsh/sldbsock.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
176 |
file path=usr/share/slsh/slshhelp.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
177 |
file path=usr/share/slsh/slshrl.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
178 |
file path=usr/share/slsh/slsmg.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
179 |
file path=usr/share/slsh/socket.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
180 |
file path=usr/share/slsh/stkcheck.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
181 |
file path=usr/share/slsh/structfuns.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
182 |
file path=usr/share/slsh/sysconf.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
183 |
file path=usr/share/slsh/termios.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
184 |
file path=usr/share/slsh/varray.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
185 |
file path=usr/share/slsh/zlib.sl |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
186 |
link path=usr/lib/$(MACH64)/libslang.so target=libslang.so.2 |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
187 |
link path=usr/lib/$(MACH64)/libslang.so.2 \ |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
188 |
target=libslang.so.$(COMPONENT_VERSION) |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
189 |
link path=usr/lib/libslang.so target=libslang.so.2 |
ba784342febe
7037056 Move S-Lang to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff
changeset
|
190 |
link path=usr/lib/libslang.so.2 target=libslang.so.$(COMPONENT_VERSION) |