components/procmail/procmail.p5m
changeset 3732 0f62cc221c7e
parent 1948 2d1537e7942d
child 7957 39baccd8f6e8
--- a/components/procmail/procmail.p5m	Fri Jan 23 17:31:40 2015 -0800
+++ b/components/procmail/procmail.p5m	Tue Feb 03 19:24:25 2015 -0800
@@ -20,20 +20,21 @@
 #
 
 #
-# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 
 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
 
 # Get examples from component source directory.
 <transform file path=usr/share/doc/procmail/examples/(.+$) -> set action.hash examples/%<1>>
-
+#
 set name=pkg.fmri \
     value=pkg:/mail/procmail@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 set name=pkg.summary value="Mail processing program"
 set name=pkg.description \
     value="Procmail can be used to create mail-servers, mailing lists, sort your incoming mail into separate folders/files (real convenient when subscribing to one or more mailing lists or for prioritising your mail), preprocess your mail, start any programs upon mail arrival (e.g. to generate different chimes on your workstation for different types of mail) or selectively forward certain incoming mail automatically to someone."
-set name=com.oracle.info.description value="the procmail mail processing program"
+set name=com.oracle.info.description \
+    value="the procmail mail processing program"
 set name=com.oracle.info.tpno value=$(TPNO)
 set name=info.classification \
     value=org.opensolaris.category.2008:Applications/Internet
@@ -65,11 +66,11 @@
 file path=usr/share/man/man5/procmailex.5
 file path=usr/share/man/man5/procmailrc.5
 file path=usr/share/man/man5/procmailsc.5
-legacy pkg=SUNWprocmail \
-    desc="Procmail Mail Processing Program" \
+legacy pkg=SUNWprocmail desc="Procmail Mail Processing Program" \
     name="Procmail Mail Processing Program"
 license procmail.license license="GPLv2+ or Artistic"
 # procmail was previously in the 'desktop' consolidation. This optional
-# dependency is here to facilitate the safe transfer of the package 
+# dependency is here to facilitate the safe transfer of the package
 # to the 'userland' consolidation.
-depend type=optional fmri=consolidation/desktop/[email protected]
+depend type=optional \
+    fmri=consolidation/desktop/[email protected]