components/httping/httping.p5m
author Rich Burridge <rich.burridge@oracle.com>
Wed, 03 Jul 2013 04:21:23 -0700
branchs11-update
changeset 2664 07a94f12f707
parent 2551 0391c5c3b137
child 3661 47545fb8aed4
permissions -rw-r--r--
17036846 httping needs TPNO and license adjustments
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
#
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    21
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
355
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>
2664
07a94f12f707 17036846 httping needs TPNO and license adjustments
Rich Burridge <rich.burridge@oracle.com>
parents: 2551
diff changeset
    25
set name=pkg.fmri \
07a94f12f707 17036846 httping needs TPNO and license adjustments
Rich Burridge <rich.burridge@oracle.com>
parents: 2551
diff changeset
    26
    value=pkg:/diagnostic/httping@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
355
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    27
set name=pkg.summary value="Ping for HTTP requests"
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    28
set name=pkg.description \
2664
07a94f12f707 17036846 httping needs TPNO and license adjustments
Rich Burridge <rich.burridge@oracle.com>
parents: 2551
diff changeset
    29
    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)."
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    30
set name=com.oracle.info.description value="the HTTP ping utility"
2664
07a94f12f707 17036846 httping needs TPNO and license adjustments
Rich Burridge <rich.burridge@oracle.com>
parents: 2551
diff changeset
    31
set name=com.oracle.info.tpno value=9238
07a94f12f707 17036846 httping needs TPNO and license adjustments
Rich Burridge <rich.burridge@oracle.com>
parents: 2551
diff changeset
    32
set name=info.classification \
07a94f12f707 17036846 httping needs TPNO and license adjustments
Rich Burridge <rich.burridge@oracle.com>
parents: 2551
diff changeset
    33
    value=org.opensolaris.category.2008:Applications/Internet
07a94f12f707 17036846 httping needs TPNO and license adjustments
Rich Burridge <rich.burridge@oracle.com>
parents: 2551
diff changeset
    34
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 411
diff changeset
    35
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
2664
07a94f12f707 17036846 httping needs TPNO and license adjustments
Rich Burridge <rich.burridge@oracle.com>
parents: 2551
diff changeset
    36
set name=org.opensolaris.arc-caseid value=PSARC/2009/118
355
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    38
file path=usr/bin/httping
2664
07a94f12f707 17036846 httping needs TPNO and license adjustments
Rich Burridge <rich.burridge@oracle.com>
parents: 2551
diff changeset
    39
file path=usr/share/doc/httping/license.OpenSSL
411
47dc7d1d6551 7067795 Upgrade httping from 1.3.0 to 1.4.4
Kevin Crowe <Kevin.Crowe@oracle.com>
parents: 355
diff changeset
    40
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
    41
file path=usr/share/doc/httping/readme.txt
355
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    42
file path=usr/share/man/man1/httping.1
2664
07a94f12f707 17036846 httping needs TPNO and license adjustments
Rich Burridge <rich.burridge@oracle.com>
parents: 2551
diff changeset
    43
license httping.license license=GPLv2