[79173] trunk/dports/perl/p5-patchreader/Portfile

l2g at macports.org l2g at macports.org
Fri Jun 3 23:01:29 PDT 2011


Revision: 79173
          http://trac.macports.org/changeset/79173
Author:   l2g at macports.org
Date:     2011-06-03 23:01:28 -0700 (Fri, 03 Jun 2011)
Log Message:
-----------
p5-patchreader: added modeline and adjusted whitespace only

Modified Paths:
--------------
    trunk/dports/perl/p5-patchreader/Portfile

Modified: trunk/dports/perl/p5-patchreader/Portfile
===================================================================
--- trunk/dports/perl/p5-patchreader/Portfile	2011-06-04 05:49:29 UTC (rev 79172)
+++ trunk/dports/perl/p5-patchreader/Portfile	2011-06-04 06:01:28 UTC (rev 79173)
@@ -1,20 +1,24 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
-PortSystem		1.0
-PortGroup		perl5 1.0
 
-perl5.setup		PatchReader 0.9.5 ../by-authors/id/J/JK/JKEISER
-revision        1
-maintainers		nomaintainer
-description		utilities for reading, transforming, etc. a patch
-long_description	PatchReader is a set of utilities for reading in, \
-					transforming, and doing various other things with a \
-					patch.  It basically allows you to create a chain of \
-					readers that can read a patch, remove files from a \
-					patch, add CVS context, fix up the patch root \
-					according to CVS, and output the patch as raw \
-					unified or through a template processor (used in \
-					some places to output a patch as HTML).
-checksums		md5 8aca86b807aec3c82dcb981c7730f022
-platforms		darwin
+PortSystem          1.0
+PortGroup           perl5 1.0
 
-supported_archs noarch
+perl5.setup         PatchReader 0.9.5 ../by-authors/id/J/JK/JKEISER
+revision            1
+maintainers         nomaintainer
+
+description         utilities for reading, transforming, etc. a patch
+
+long_description    PatchReader is a set of utilities for reading in, \
+                    transforming, and doing various other things with a \
+                    patch.  It basically allows you to create a chain of \
+                    readers that can read a patch, remove files from a \
+                    patch, add CVS context, fix up the patch root \
+                    according to CVS, and output the patch as raw \
+                    unified or through a template processor (used in \
+                    some places to output a patch as HTML).
+
+checksums           md5 8aca86b807aec3c82dcb981c7730f022
+platforms           darwin
+supported_archs     noarch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110603/2ca57061/attachment.html>


More information about the macports-changes mailing list