components/apache2-modules/mod_proxy_html/apache-xml2enc.p5m
changeset 5172 2ac937ed383b
parent 5171 4e8b3c0ea78c
child 5173 fe10c87a291e
equal deleted inserted replaced
5171:4e8b3c0ea78c 5172:2ac937ed383b
     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, 2015, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 set name=pkg.fmri \
       
    24     value=pkg:/web/server/apache-22/module/[email protected],$(BUILD_VERSION)
       
    25 set name=pkg.summary value="xml2nec plugin for Apache Web Server V2.2"
       
    26 set name=pkg.description \
       
    27     value="xml2enc plugin for Apache Web Server Version 2.2"
       
    28 set name=com.oracle.info.description \
       
    29     value="the xml2nec plugin for Apache Web Server V2.2"
       
    30 set name=com.oracle.info.tpno value=$(TPNO_MOD_XML2ENC)
       
    31 set name=info.classification \
       
    32     value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
       
    33 set name=info.upstream-url value=http://apache.webthing.com/mod_xml2enc/
       
    34 set name=org.opensolaris.arc-caseid value=LSARC/2009/553
       
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    36 file mod_xml2enc.h path=usr/apache2/2.2/include/mod_xml2enc.h
       
    37 file build/$(MACH64)/.libs/mod_xml2enc.so \
       
    38     path=usr/apache2/2.2/libexec/$(MACH64)/mod_xml2enc.so
       
    39 file build/$(MACH32)/.libs/mod_xml2enc.so \
       
    40     path=usr/apache2/2.2/libexec/mod_xml2enc.so
       
    41 
       
    42 
       
    43 license apache-xml2enc.license license="Apache v2.0"