components/tcltls/tcltls.p5m
author Liam Li<Liam.Li@Oracle.COM>
Thu, 14 Jul 2011 18:21:31 -0700
changeset 404 f62f2053b654
child 464 08f94c414553
permissions -rw-r--r--
7063147 migrate tcltls from SFW to userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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/tcl-openssl@$(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"
f62f2053b654 7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff changeset
    29
set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
f62f2053b654 7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff changeset
    30
set name=info.upstream_url value=http://tls.sourceforge.net/
f62f2053b654 7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff changeset
    31
set name=opensolaris.arc_url \
f62f2053b654 7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff changeset
    32
    value=http://arc.opensolaris.org/caselog/PSARC/2008/266
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
legacy pkg=SUNWtcltls desc="Tcl binding to openssl toolkit (1.6)" \
f62f2053b654 7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff changeset
    59
    name="Tcl binding to openssl toolkit"
f62f2053b654 7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff changeset
    60
license tcltls.license license=BSD-like