[131209] trunk/dports/perl/p5-gd-graph3d/Portfile

mojca at macports.org mojca at macports.org
Tue Jan 6 12:30:36 PST 2015


Revision: 131209
          https://trac.macports.org/changeset/131209
Author:   mojca at macports.org
Date:     2015-01-06 12:30:36 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
p5-gd-graph3d: first line, checksums, whitespace only

Modified Paths:
--------------
    trunk/dports/perl/p5-gd-graph3d/Portfile

Modified: trunk/dports/perl/p5-gd-graph3d/Portfile
===================================================================
--- trunk/dports/perl/p5-gd-graph3d/Portfile	2015-01-06 20:28:55 UTC (rev 131208)
+++ trunk/dports/perl/p5-gd-graph3d/Portfile	2015-01-06 20:30:36 UTC (rev 131209)
@@ -1,25 +1,27 @@
+# -*- 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
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.16
-perl5.setup           GD-Graph3d 0.63
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Create 3D Graphs with GD and GD::Graph
-long_description      This is the GD::Graph3d extensions module. It \
-                      provides 3D graphs for the GD::Graph module by \
-                      Martien Verbruggen, which in turn generates graph \
-                      using Lincoln Stein's GD.pm.
+perl5.setup         GD-Graph3d 0.63
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Create 3D Graphs with GD and GD::Graph
+long_description    This is the GD::Graph3d extensions module. It \
+                    provides 3D graphs for the GD::Graph module by \
+                    Martien Verbruggen, which in turn generates graph \
+                    using Lincoln Stein's GD.pm.
 
-platforms             darwin
+checksums           rmd160  7e160b9ce63bf598ffdaa6ef7a184124c3edb3f1 \
+                    sha256  d1784461b86f00f564d29c4926e409a0a2ed087e6154f7a14341d53c3bb55259
 
-checksums             md5 f866dcdd1e7e2056bb946ab7ac3fe37b
+platforms           darwin
+supported_archs     noarch
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-gdgraph
-
-supported_archs noarch
+    depends_lib-append \
+                    port:p${perl5.major}-gdgraph
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150106/ab5f197e/attachment.html>


More information about the macports-changes mailing list