components/fastcgi/fcgi.p5m
changeset 119 c1d2498bb363
child 181 87e11e685b1f
equal deleted inserted replaced
118:049f3b3d6903 119:c1d2498bb363
       
     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 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 set name=pkg.fmri value=pkg:/library/fastcgi@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    24 set name=pkg.summary value="FastCGI"
       
    25 set name=pkg.description value="FastCGI is a high-speed and scalable interface for communicating with the web server"
       
    26 set name=info.classification value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
       
    27 set name=info.upstream_url value=http://www.fastcgi.com
       
    28 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
       
    29 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    30 
       
    31 dir path=usr
       
    32 dir path=usr/bin
       
    33 dir path=usr/bin/$(MACH64)
       
    34 dir path=usr/include
       
    35 dir path=usr/include/fastcgi
       
    36 dir path=usr/lib
       
    37 dir path=usr/lib/$(MACH64)
       
    38 dir path=usr/share
       
    39 dir path=usr/share/man
       
    40 dir path=usr/share/man/man1
       
    41 dir path=usr/share/man/man3
       
    42 file path=usr/lib/$(MACH64)/libfcgi.so.0.0.0
       
    43 file path=usr/lib/$(MACH64)/llib-lfcgi.ln
       
    44 file path=usr/lib/libfcgi.so.0.0.0
       
    45 file path=usr/lib/llib-lfcgi.ln
       
    46 file path=usr/include/fastcgi/fastcgi.h
       
    47 file path=usr/include/fastcgi/fcgi_config.h
       
    48 file path=usr/include/fastcgi/fcgi_stdio.h
       
    49 file path=usr/include/fastcgi/fcgiapp.h
       
    50 file path=usr/include/fastcgi/fcgimisc.h
       
    51 file path=usr/include/fastcgi/fcgio.h
       
    52 file path=usr/include/fastcgi/fcgios.h
       
    53 file llib-lfcgi path=usr/lib/llib-lfcgi
       
    54 file doc/cgi-fcgi.1 path=usr/share/man/man1/cgi-fcgi.1
       
    55 file doc/FCGI_Accept.3 path=usr/share/man/man3/FCGI_Accept.3
       
    56 file doc/FCGI_Finish.3 path=usr/share/man/man3/FCGI_Finish.3
       
    57 file doc/FCGI_SetExitStatus.3 path=usr/share/man/man3/FCGI_SetExitStatus.3
       
    58 file doc/FCGI_StartFilterData.3 path=usr/share/man/man3/FCGI_StartFilterData.3
       
    59 file path=usr/bin/$(MACH64)/cgi-fcgi
       
    60 file path=usr/bin/cgi-fcgi
       
    61 link path=usr/lib/libfcgi.so target=libfcgi.so.0.0.0
       
    62 link path=usr/lib/libfcgi.so.0 target=libfcgi.so.0.0.0
       
    63 link path=usr/lib/$(MACH64)/libfcgi.so.0 target=libfcgi.so.0.0.0
       
    64 link path=usr/lib/$(MACH64)/libfcgi.so target=libfcgi.so.0.0.0
       
    65 
       
    66 license fcgi.license license="FastCGI"
       
    67 
       
    68 legacy  pkg=SUNWfcgi \
       
    69         name="FastCGI - fcgi Application Libraries (2.4.0)" \
       
    70         desc="FastCGI is a high-speed and scalable interface for communicating with the web server (2.4.0)"
       
    71