author | Mike Sullivan <Mike.Sullivan@Oracle.COM> |
Wed, 29 Aug 2012 11:05:56 -0700 | |
changeset 957 | 255465c5756f |
parent 629 | daaab66f7276 |
child 1205 | 6c6c27bcf9ac |
child 2551 | 0391c5c3b137 |
permissions | -rw-r--r-- |
404
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
1 |
# |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
2 |
# CDDL HEADER START |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
3 |
# |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
4 |
# The contents of this file are subject to the terms of the |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
5 |
# Common Development and Distribution License (the "License"). |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
6 |
# You may not use this file except in compliance with the License. |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
7 |
# |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
8 |
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
9 |
# or http://www.opensolaris.org/os/licensing. |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
10 |
# See the License for the specific language governing permissions |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
11 |
# and limitations under the License. |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
12 |
# |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
13 |
# When distributing Covered Code, include this CDDL HEADER in each |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
14 |
# file and include the License file at usr/src/OPENSOLARIS.LICENSE. |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
15 |
# If applicable, add the following below this CDDL HEADER, with the |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
16 |
# fields enclosed by brackets "[]" replaced with your own identifying |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
17 |
# information: Portions Copyright [yyyy] [name of copyright owner] |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
18 |
# |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
19 |
# CDDL HEADER END |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
20 |
# |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
21 |
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
22 |
# |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
23 |
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted> |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
24 |
set name=pkg.fmri \ |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
25 |
value=pkg:/runtime/tcl-8/[email protected]$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
26 |
set name=pkg.summary value="Tcl binding to openssl toolkit" |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
27 |
set name=info.classification \ |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
28 |
value="org.opensolaris.category.2008:Development/Other Languages" |
464
08f94c414553
7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
404
diff
changeset
|
29 |
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) |
609
775168282b2f
7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents:
587
diff
changeset
|
30 |
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) |
464
08f94c414553
7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
404
diff
changeset
|
31 |
set name=org.opensolaris.arc-caseid \ |
08f94c414553
7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
404
diff
changeset
|
32 |
value=PSARC/2008/266 |
404
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
33 |
set name=org.opensolaris.consolidation value=$(CONSOLIDATION) |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
34 |
dir path=usr |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
35 |
dir path=usr/include |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
36 |
dir path=usr/lib |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
37 |
dir path=usr/lib/tcl8.5 |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
38 |
dir path=usr/lib/tcl8.5/tls$(COMPONENT_VERSION) |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
39 |
dir path=usr/lib/tcl8.5/tls$(COMPONENT_VERSION)/$(MACH64) |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
40 |
dir path=usr/share |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
41 |
dir path=usr/share/doc |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
42 |
dir path=usr/share/doc/tls-$(COMPONENT_VERSION) |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
43 |
dir path=usr/share/doc/tls-$(COMPONENT_VERSION)/html |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
44 |
dir path=usr/share/man |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
45 |
dir path=usr/share/man/man1t |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
46 |
file path=usr/include/tls.h |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
47 |
file usr/lib/$(MACH64)/tls$(COMPONENT_VERSION)/libtls$(COMPONENT_VERSION).so \ |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
48 |
path=usr/lib/tcl8.5/tls$(COMPONENT_VERSION)/$(MACH64)/libtls$(COMPONENT_VERSION).so |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
49 |
file usr/lib/tls$(COMPONENT_VERSION)/libtls1.6.so \ |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
50 |
path=usr/lib/tcl8.5/tls$(COMPONENT_VERSION)/libtls$(COMPONENT_VERSION).so |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
51 |
file usr/lib/tls$(COMPONENT_VERSION)/pkgIndex.tcl \ |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
52 |
path=usr/lib/tcl8.5/tls$(COMPONENT_VERSION)/pkgIndex.tcl |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
53 |
file usr/lib/tls$(COMPONENT_VERSION)/tls.tcl \ |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
54 |
path=usr/lib/tcl8.5/tls$(COMPONENT_VERSION)/tls.tcl |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
55 |
file tls.htm path=usr/share/doc/tls-$(COMPONENT_VERSION)/html/tls.htm |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
56 |
file tls.1t.sunman path=usr/share/man/man1t/tls.1t |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
57 |
link path=usr/lib/tcl8.5/tls$(COMPONENT_VERSION)/64 target=./$(MACH64) |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
58 |
license tcltls.license license=BSD-like |