components/httping/httping.p5m
branchs11-update
changeset 2664 07a94f12f707
parent 2551 0391c5c3b137
child 3661 47545fb8aed4
--- a/components/httping/httping.p5m	Tue Jul 02 22:08:00 2013 -0700
+++ b/components/httping/httping.p5m	Wed Jul 03 04:21:23 2013 -0700
@@ -22,29 +22,22 @@
 #
 
 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
-set name=pkg.fmri value=pkg:/diagnostic/httping@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.fmri \
+    value=pkg:/diagnostic/httping@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 set name=pkg.summary value="Ping for HTTP requests"
 set name=pkg.description \
-	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)."
+    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)."
 set name=com.oracle.info.description value="the HTTP ping utility"
-set name=info.classification value="org.opensolaris.category.2008:Applications/Internet"
+set name=com.oracle.info.tpno value=9238
+set name=info.classification \
+    value=org.opensolaris.category.2008:Applications/Internet
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
-set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2009/118
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
-set name=org.opensolaris.arc-caseid \
-	value=PSARC/2009/118
-
-license httping.license license='GPLv2'
-
-dir path=usr
-dir path=usr/bin
-dir path=usr/share
-dir path=usr/share/doc
-dir path=/usr/share/doc/httping
-dir path=usr/share/man
-dir path=usr/share/man/man1
 file path=usr/bin/httping
+file path=usr/share/doc/httping/license.OpenSSL
 file path=usr/share/doc/httping/license.txt
-file path=usr/share/doc/httping/license.OpenSSL
 file path=usr/share/doc/httping/readme.txt
 file path=usr/share/man/man1/httping.1
+license httping.license license=GPLv2