components/webalizer/webalizer.p5m
branchs11-update
changeset 2723 138732f62341
child 2978 59a50dbb2a15
equal deleted inserted replaced
2722:dc566ca73390 2723:138732f62341
       
     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:/web/analytics/webalizer@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    29 set name=pkg.human-version value=$(HUMAN_VERSION)
       
    30 set name=pkg.summary value="A flexible Web server log file analysis program"
       
    31 set name=pkg.description \
       
    32     value="The Webalizer is a Web server log analysis program. It is designed to scan Web server log files in various formats and produce usage statistics in HTML format for viewing through a browser. It produces professional looking graphs which make analyzing when and where your Web traffic is coming from easy."
       
    33 set name=com.oracle.info.description value="the Webalizer utility"
       
    34 set name=info.classification \
       
    35     value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
       
    36 set name=info.source-url \
       
    37     value=ftp://ftp.mrunix.net/pub/webalizer/webalizer-$(HUMAN_VERSION)-src.tar.bz2
       
    38 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    39 set name=org.opensolaris.arc-caseid value=LSARC/2008/503
       
    40 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    41 file sample.conf path=etc/webalizer.conf.sample
       
    42 file usr/bin/$(MACH64)/webalizer path=usr/bin/webalizer
       
    43 file path=usr/share/man/man1/webalizer.1
       
    44 license webalizer.license license=GPLv2
       
    45 depend type=require fmri=image/library/libpng
       
    46 
       
    47 # webalizer was previously in the 'desktop' consolidation. This optional
       
    48 # dependency is here to facilitate the safe transfer of the package to the
       
    49 # 'userland' consolidation.
       
    50 depend type=optional fmri=consolidation/desktop/[email protected]