[130003] trunk/dports/perl/p5-graphviz/Portfile

mojca at macports.org mojca at macports.org
Wed Dec 24 03:51:14 PST 2014


Revision: 130003
          https://trac.macports.org/changeset/130003
Author:   mojca at macports.org
Date:     2014-12-24 03:51:14 -0800 (Wed, 24 Dec 2014)
Log Message:
-----------
p5-graphviz: whitespace, remove 5.8

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

Modified: trunk/dports/perl/p5-graphviz/Portfile
===================================================================
--- trunk/dports/perl/p5-graphviz/Portfile	2014-12-24 11:39:44 UTC (rev 130002)
+++ trunk/dports/perl/p5-graphviz/Portfile	2014-12-24 11:51:14 UTC (rev 130003)
@@ -1,30 +1,30 @@
+# -*- 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.8 5.10 5.12 5.14 5.16 5.18 5.20
-perl5.setup                     GraphViz 2.16
-license				{Artistic-1 GPL}
-maintainers			ryandesign openmaintainer
-description			Interface to the GraphViz graphing tool
-long_description \
-	This modules provides an interface to layout and generate images of \
-	directed graphs in a variety of formats (PostScript, PNG, etc.) using \
-	the \"dot\" and \"neato\" programs from the GraphViz project
+perl5.branches      5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         GraphViz 2.16
+license             {Artistic-1 GPL}
+maintainers         ryandesign openmaintainer
+description         Interface to the GraphViz graphing tool
+long_description    This modules provides an interface to layout and generate images of \
+                    directed graphs in a variety of formats (PostScript, PNG, etc.) using \
+                    the \"dot\" and \"neato\" programs from the GraphViz project
 
-platforms			darwin
+platforms           darwin
+supported_archs     noarch
 
-checksums                       rmd160  b38274901a56cfea0bd3aa7f345e0ee971c0f074 \
-                                sha256  00ee1ecd447bf14f53022b47369ce0764db605c6e5ee210079429ccfa1e5b7c6
+checksums           rmd160  b38274901a56cfea0bd3aa7f345e0ee971c0f074 \
+                    sha256  00ee1ecd447bf14f53022b47369ce0764db605c6e5ee210079429ccfa1e5b7c6
 
 if {${perl5.major} != ""} {
-extract.suffix			.tgz
+    extract.suffix  .tgz
 
-depends_lib-append		path:bin/dot:graphviz port:p${perl5.major}-ipc-run \
-				port:p${perl5.major}-graph port:p${perl5.major}-math-bezier
-
-supported_archs noarch
-
-livecheck.type                  none
+    depends_lib-append \
+                    path:bin/dot:graphviz \
+                    port:p${perl5.major}-graph \
+                    port:p${perl5.major}-ipc-run \
+                    port:p${perl5.major}-math-bezier
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141224/083616ff/attachment.html>


More information about the macports-changes mailing list