transforms/report
author Rich Burridge <rich.burridge@oracle.com>
Thu, 08 Sep 2016 09:15:40 -0700
changeset 6861 6110892450ff
parent 6309 45a5cfc1d6e8
permissions -rw-r--r--
22890928 deliver gawk section 3am man pages in /usr/share/man/man3


<transform set name=pkg.fmri value=pkg:/(.*)@(.*),.* -> \
	print PACKAGE += "%<1>@%<2>" >
<transform set name=org.opensolaris.arc-caseid value=(.*) -> \
	print COMP_ARC_CASE += %(value) >

<transform license license=(.*) -> print LICENSE += "%<1>" >