components/stunnel/stunnel.p5m
changeset 1131 4c414ada49de
child 1205 6c6c27bcf9ac
equal deleted inserted replaced
1130:a4adf8cbfa5d 1131:4c414ada49de
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
       
    27 set name=pkg.fmri \
       
    28     value=pkg:/service/security/stunnel@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    29 set name=pkg.summary value="An SSL-encrypting socket wrapper"
       
    30 set name=pkg.description \
       
    31     value="Stunnel is a socket wrapper which can provide SSL (Secure Sockets Layer) support to ordinary applications. For example, it can be used in conjunction with imapd to create an SSL secure IMAP server."
       
    32 set name=info.classification value=org.opensolaris.category.2008:System/Security
       
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    35 set name=opensolaris.smf.fmri value=svc:/network/ssl/stunnel \
       
    36     value=svc:/network/ssl/stunnel:default
       
    37 set name=org.opensolaris.arc-caseid value=PSARC/2008/369
       
    38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    39 dir  path=etc
       
    40 dir  path=etc/security
       
    41 dir  path=etc/security/auth_attr.d
       
    42 file auth_stunnel path=etc/security/auth_attr.d/stunnel
       
    43 dir  path=etc/security/prof_attr.d
       
    44 file prof_stunnel path=etc/security/prof_attr.d/stunnel
       
    45 dir  path=etc/stunnel
       
    46 file tools/stunnel.conf path=etc/stunnel/stunnel.conf
       
    47 file path=etc/stunnel/stunnel.pem
       
    48 dir  path=lib
       
    49 dir  path=lib/svc
       
    50 dir  path=lib/svc/manifest
       
    51 dir  path=lib/svc/manifest/network
       
    52 dir  path=lib/svc/manifest/network/ssl
       
    53 file stunnel.xml path=lib/svc/manifest/network/ssl/stunnel.xml
       
    54 dir  path=usr
       
    55 dir  path=usr/bin
       
    56 dir  path=usr/bin/$(MACH64)
       
    57 file path=usr/bin/$(MACH64)/stunnel
       
    58 file path=usr/bin/stunnel
       
    59 dir  path=usr/lib
       
    60 dir  path=usr/lib/$(MACH64)
       
    61 dir  path=usr/lib/$(MACH64)/stunnel
       
    62 file path=usr/lib/$(MACH64)/stunnel/libstunnel.so
       
    63 dir  path=usr/lib/stunnel
       
    64 file path=usr/lib/stunnel/libstunnel.so
       
    65 dir  path=usr/share
       
    66 dir  path=usr/share/doc
       
    67 file path=usr/share/doc/stunnel/PORTS
       
    68 file doc/en/VNC_StunnelHOWTO.html \
       
    69     path=usr/share/doc/stunnel/doc/en/VNC_StunnelHOWTO.html
       
    70 file doc/pl/faq.stunnel-2.html \
       
    71     path=usr/share/doc/stunnel/doc/pl/faq.stunnel-2.html
       
    72 file doc/pl/tworzenie_certyfikatow.html \
       
    73     path=usr/share/doc/stunnel/doc/pl/tworzenie_certyfikatow.html
       
    74 file etc/stunnel/stunnel.conf-sample \
       
    75     path=usr/share/doc/stunnel/tools/stunnel.conf-sample
       
    76 dir  path=usr/share/man
       
    77 dir  path=usr/share/man/fr
       
    78 dir  path=usr/share/man/fr/man8
       
    79 file usr/share/man/man8/stunnel.fr.8 path=usr/share/man/fr/man8/stunnel.fr.8
       
    80 dir  path=usr/share/man/man8
       
    81 file path=usr/share/man/man8/stunnel.8
       
    82 dir  path=usr/share/man/pl
       
    83 dir  path=usr/share/man/pl/man8
       
    84 file usr/share/man/man8/stunnel.pl.8 path=usr/share/man/pl/man8/stunnel.pl.8
       
    85 dir  path=var
       
    86 license stunnel.license license=GPLv2
       
    87 
       
    88 # stunnel was previously in the 'desktop' consolidation. This optional
       
    89 # dependency is here to facilitate the safe transfer of the package to the
       
    90 # 'userland' consolidation.
       
    91 depend type=optional fmri=consolidation/desktop/[email protected]