components/httping/httping.p5m
author Mohana Rao Gorai <mohana.gorai@oracle.com>
Mon, 24 Mar 2014 09:57:22 -0700
branchs11u1-sru
changeset 3001 b96508535208
parent 629 daaab66f7276
child 1172 812e434cd1a8
child 2551 0391c5c3b137
permissions -rw-r--r--
16242256 linkUpDownNotifications does not work as described in snmpd.conf man page 15819411 SUNBT7201970 There is no "PORTNUMBER" info for "traphandle" in solaris11 snmptra 15754602 SUNBT7111031 snmpd dumping during walk as strs test suite winds down its connect
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
355
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     1
#
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     3
#
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     7
#
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    12
#
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    18
#
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    20
#
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    21
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    22
#
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    23
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    25
set name=pkg.fmri value=pkg:/diagnostic/httping@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    26
set name=pkg.summary value="Ping for HTTP requests"
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    27
set name=pkg.description \
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    28
	value="Give httping an url, and it'll show you how long it takes to connect, send a request and retrieve the reply (only the headers)."
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    29
set name=info.classification value="org.opensolaris.category.2008:Applications/Internet"
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 411
diff changeset
    30
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 411
diff changeset
    31
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
355
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    32
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 411
diff changeset
    33
set name=org.opensolaris.arc-caseid \
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 411
diff changeset
    34
	value=PSARC/2009/118
355
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    35
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    36
license httping.license license='GPLv2'
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    37
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    38
dir path=usr
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    39
dir path=usr/bin
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    40
dir path=usr/share
411
47dc7d1d6551 7067795 Upgrade httping from 1.3.0 to 1.4.4
Kevin Crowe <Kevin.Crowe@oracle.com>
parents: 355
diff changeset
    41
dir path=usr/share/doc
47dc7d1d6551 7067795 Upgrade httping from 1.3.0 to 1.4.4
Kevin Crowe <Kevin.Crowe@oracle.com>
parents: 355
diff changeset
    42
dir path=/usr/share/doc/httping
355
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    43
dir path=usr/share/man
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    44
dir path=usr/share/man/man1
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    45
file path=usr/bin/httping
411
47dc7d1d6551 7067795 Upgrade httping from 1.3.0 to 1.4.4
Kevin Crowe <Kevin.Crowe@oracle.com>
parents: 355
diff changeset
    46
file path=usr/share/doc/httping/license.txt
47dc7d1d6551 7067795 Upgrade httping from 1.3.0 to 1.4.4
Kevin Crowe <Kevin.Crowe@oracle.com>
parents: 355
diff changeset
    47
file path=usr/share/doc/httping/license.OpenSSL
47dc7d1d6551 7067795 Upgrade httping from 1.3.0 to 1.4.4
Kevin Crowe <Kevin.Crowe@oracle.com>
parents: 355
diff changeset
    48
file path=usr/share/doc/httping/readme.txt
355
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    49
file path=usr/share/man/man1/httping.1