[56894] trunk/dports/perl/p5-template-toolkit/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Sep 2 19:07:32 PDT 2009


Revision: 56894
          http://trac.macports.org/changeset/56894
Author:   ryandesign at macports.org
Date:     2009-09-02 19:07:29 -0700 (Wed, 02 Sep 2009)
Log Message:
-----------
p5-template-toolkit: whitespace changes only (tabs to spaces)

Modified Paths:
--------------
    trunk/dports/perl/p5-template-toolkit/Portfile

Modified: trunk/dports/perl/p5-template-toolkit/Portfile
===================================================================
--- trunk/dports/perl/p5-template-toolkit/Portfile	2009-09-03 01:53:44 UTC (rev 56893)
+++ trunk/dports/perl/p5-template-toolkit/Portfile	2009-09-03 02:07:29 UTC (rev 56894)
@@ -1,51 +1,56 @@
 # $Id$
 
-PortSystem			1.0
-PortGroup			perl5 1.0
-perl5.setup			Template-Toolkit 2.19
-maintainers			nomaintainer
-description			Template processing system modules
-long_description \
-	The Template Toolkit is a collection of modules which implement a fast, \
-	flexible, powerful and extensible template processing system.  It was \
-	originally designed and remains primarily useful for generating dynamic \
-	web content, but it can be used equally well for processing any other \
-	kind of text based documents: HTML, XML, POD, PostScript, LaTeX, and so on.
+PortSystem              1.0
 
-platforms			darwin
+PortGroup               perl5 1.0
+perl5.setup             Template-Toolkit 2.19
+maintainers             nomaintainer
+platforms               darwin
 
-homepage			http://www.template-toolkit.org/
+description             Template processing system modules
 
-checksums			md5 5c886d392ca57a13ded91fa64834913c
+long_description        The Template Toolkit is a collection of modules \
+                        which implement a fast, flexible, powerful and \
+                        extensible template processing system. It was \
+                        originally designed and remains primarily useful \
+                        for generating dynamic web content, but it can \
+                        be used equally well for processing any other \
+                        kind of text based documents: HTML, XML, POD, \
+                        PostScript, LaTeX, and so on.
 
-depends_lib-append		port:p5-appconfig \
-				port:p5-file-homedir \
-				port:p5-mac-carbon
+homepage                http://www.template-toolkit.org/
 
-patchfiles			patch-Makefile.PL
+checksums               md5     5c886d392ca57a13ded91fa64834913c
 
-configure.post_args	TT_PREFIX=${prefix}/share/tt2 TT_ACCEPT=y TT_QUIET=y
+depends_lib-append      port:p5-appconfig \
+                        port:p5-file-homedir \
+                        port:p5-mac-carbon
 
+patchfiles              patch-Makefile.PL
+
+configure.post_args     TT_PREFIX=${prefix}/share/tt2 \
+                        TT_ACCEPT=y \
+                        TT_QUIET=y
+
 # During install (or destroot in DP's case), parts are expected to be
 # installed already, earlier in the install; this step causes the install
 # to use the destroot'd version, then we switch it back in post-destroot
 post-configure {
-	reinplace "s|${prefix}|${destroot}${prefix}|g" \
-		${worksrcpath}/docs/ttree.cfg ${worksrcpath}/examples/ttree.cfg
+    reinplace "s|${prefix}|${destroot}${prefix}|g" \
+        ${worksrcpath}/docs/ttree.cfg ${worksrcpath}/examples/ttree.cfg
 }
 
-destroot.target-append	    tt2_install tt2_splash tt2_html_docs tt2_examples
+destroot.target-append  tt2_install tt2_splash tt2_html_docs tt2_examples
 
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} INSTALL README \
-		${destroot}${prefix}/share/doc/${name}
-	reinplace "s|${destroot}${prefix}|${prefix}|g" \
-		${destroot}${prefix}/share/tt2/docs/ttree.cfg \
-		${destroot}${prefix}/share/tt2/examples/ttree.cfg
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} INSTALL README \
+        ${destroot}${prefix}/share/doc/${name}
+    reinplace "s|${destroot}${prefix}|${prefix}|g" \
+        ${destroot}${prefix}/share/tt2/docs/ttree.cfg \
+        ${destroot}${prefix}/share/tt2/examples/ttree.cfg
 }
 
 variant DBI {
-	depends_lib-append	port:p5-dbi
+    depends_lib-append  port:p5-dbi
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090902/7a6ccd5d/attachment-0001.html>


More information about the macports-changes mailing list