components/httping/httping.p5m
author Rich Burridge <rich.burridge@oracle.com>
Mon, 02 Mar 2015 18:08:31 -0800
changeset 3890 9eec2b00040d
parent 1948 2d1537e7942d
permissions -rw-r--r--
20555268 httping should be updated to version 2.4
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
#
3890
9eec2b00040d 20555268 httping should be updated to version 2.4
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    21
# Copyright (c) 2011, 2015, 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>
1172
812e434cd1a8 PSARC 2013/044 httping 1.5.7
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    25
set name=pkg.fmri \
812e434cd1a8 PSARC 2013/044 httping 1.5.7
Rich Burridge <rich.burridge@oracle.com>
parents: 629
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 \
1172
812e434cd1a8 PSARC 2013/044 httping 1.5.7
Rich Burridge <rich.burridge@oracle.com>
parents: 629
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)."
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 1172
diff changeset
    30
set name=com.oracle.info.description value="the HTTP ping utility"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1379
diff changeset
    31
set name=com.oracle.info.tpno value=$(TPNO)
1172
812e434cd1a8 PSARC 2013/044 httping 1.5.7
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    32
set name=info.classification \
812e434cd1a8 PSARC 2013/044 httping 1.5.7
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    33
    value=org.opensolaris.category.2008:Applications/Internet
812e434cd1a8 PSARC 2013/044 httping 1.5.7
Rich Burridge <rich.burridge@oracle.com>
parents: 629
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)
1172
812e434cd1a8 PSARC 2013/044 httping 1.5.7
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    36
set name=org.opensolaris.arc-caseid value=PSARC/2009/118 value=PSARC/2013/044
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
3890
9eec2b00040d 20555268 httping should be updated to version 2.4
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    39
file path=usr/share/locale/nl/LC_MESSAGES/httping.mo
355
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    40
file path=usr/share/man/man1/httping.1
1172
812e434cd1a8 PSARC 2013/044 httping 1.5.7
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    41
license httping.license license=GPLv2