components/top/top.p5m
changeset 181 87e11e685b1f
parent 127 3e3c266b3a81
child 186 3adedf0f9f4d
--- a/components/top/top.p5m	Wed Apr 13 10:10:46 2011 -0600
+++ b/components/top/top.p5m	Wed Apr 13 09:58:06 2011 -0700
@@ -21,13 +21,18 @@
 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
 #
 
-set name=pkg.fmri value=pkg:/diagnostic/top@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
-set name=pkg.summary value="provides a rolling display of top cpu using processes"
-set name=info.classification value="org.opensolaris.category.2008:Applications/System Utilities"
-set name=info.upstream_url value="http://www.unixtop.org/"
+<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
+set name=pkg.fmri \
+    value=pkg:/diagnostic/top@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary \
+    value="provides a rolling display of top cpu using processes"
+set name=info.classification \
+    value="org.opensolaris.category.2008:Applications/System Utilities"
 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream_url value=http://www.unixtop.org/
+set name=opensolaris.arc_url \
+    value=http://arc.opensolaris.org/caselog/PSARC/2008/533
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
-
 dir path=usr
 dir path=usr/bin
 dir path=usr/bin/$(MACH32)
@@ -37,12 +42,9 @@
 dir path=usr/share/man/man1
 file usr/bin/top path=usr/bin/$(MACH32)/top
 file path=usr/bin/$(MACH64)/top
-hardlink path=usr/bin/top target=../lib/isaexec pkg.linted=true
 file path=usr/share/man/man1/top.1
-
-license top.license license='BSD, Apachev2.0'
+hardlink path=usr/bin/top pkg.linted=true target=../lib/isaexec
+legacy pkg=SUNWtop desc="top - 3.8beta1" \
+    name="top - provides a rolling display of top cpu using processes"
+license top.license license="BSD, Apachev2.0"
 
-legacy pkg=SUNWtop \
-	name="top - provides a rolling display of top cpu using processes" \
-	desc="top - 3.8beta1"
-