Revision
77396
Author
l2g@macports.org
Date
2011-03-29 01:29:24 -0700 (Tue, 29 Mar 2011)

Log Message

p5-math-bezier: no effective change; just added modeline, adjusted whitespace,
and rearranged some lines

Modified Paths

Diff

Modified: trunk/dports/perl/p5-math-bezier/Portfile (77395 => 77396)


--- trunk/dports/perl/p5-math-bezier/Portfile	2011-03-29 08:17:38 UTC (rev 77395)
+++ trunk/dports/perl/p5-math-bezier/Portfile	2011-03-29 08:29:24 UTC (rev 77396)
@@ -1,18 +1,20 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem			1.0
-PortGroup			perl5 1.0
-perl5.setup			Math-Bezier 0.01
-revision        1
-maintainers			nomaintainer
-description			Solution of Bezier Curves
-long_description \
-	This module implements the algorithm for the solution of Bezier curves \
-	as presented by Robert D. Miller in Graphics Gems V, \"Quick and Simple \
-	Bezier Curve Drawing\".
+PortSystem          1.0
+PortGroup           perl5 1.0
 
-platforms			darwin
+perl5.setup         Math-Bezier 0.01
+revision            1
+platforms           darwin
+maintainers         nomaintainer
+supported_archs     noarch
 
-checksums			md5 ba6874d8754e2d64ab9c7d15e0eb56c2
+description         Solution of Bezier Curves
 
-supported_archs noarch
+long_description \
+    This module implements the algorithm for the solution of Bezier curves \
+    as presented by Robert D. Miller in Graphics Gems V, \"Quick and Simple \
+    Bezier Curve Drawing\".
+
+checksums           md5 ba6874d8754e2d64ab9c7d15e0eb56c2