[123443] trunk/dports/perl/p5-graph/Portfile

mojca at macports.org mojca at macports.org
Sat Aug 9 05:04:47 PDT 2014


Revision: 123443
          https://trac.macports.org/changeset/123443
Author:   mojca at macports.org
Date:     2014-08-09 05:04:47 -0700 (Sat, 09 Aug 2014)
Log Message:
-----------
p5-graph: whitespace, first line, sha256

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

Modified: trunk/dports/perl/p5-graph/Portfile
===================================================================
--- trunk/dports/perl/p5-graph/Portfile	2014-08-09 12:02:40 UTC (rev 123442)
+++ trunk/dports/perl/p5-graph/Portfile	2014-08-09 12:04:47 UTC (rev 123443)
@@ -1,31 +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			Graph 0.94
+perl5.setup         Graph 0.94
 revision            3
-license				{Artistic-1 GPL}
-maintainers			nomaintainer
-description			graph operations for perl
-long_description \
-	This is Graph, a Perl module for dealing with graphs, the abstract \
-	data structures.  (If you were looking for pie charts, I'm sorry.) \
-	\
-	This is a full rewrite of the Graph module 0.2xx series as discussed \
-	in the book \"Mastering Algorithms with Perl\", written by Jarkko \
-	Hietaniemi (the undersigned), John Macdonald, and Jon Orwant, \
-	and published by O'Reilly and Associates.
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         graph operations for perl
+long_description    This is Graph, a Perl module for dealing with graphs, the abstract \
+                    data structures.  (If you were looking for pie charts, I'm sorry.) \
+                    \
+                    This is a full rewrite of the Graph module 0.2xx series as discussed \
+                    in the book \"Mastering Algorithms with Perl\", written by Jarkko \
+                    Hietaniemi (the undersigned), John Macdonald, and Jon Orwant, \
+                    and published by O'Reilly and Associates.
 
-platforms			darwin
+platforms           darwin
 
-checksums			md5     21c7c5b108fdf898ca1679a0509ccbb2 \
-				sha1    6aa818a4b97e6ecb6a461b8722ec514ad194a23d \
-				rmd160  f739d1ecd31d42cb8c45530cad5489916f0e86e1
+checksums           rmd160  f739d1ecd31d42cb8c45530cad5489916f0e86e1 \
+                    sha256  f6f5a36b8a96163a6d4ecb144d3559588272a4d9e58bd9af850ace4a74a2ced3
 
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-heap
+depends_lib-append  port:p${perl5.major}-heap
 
-supported_archs noarch
+supported_archs     noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140809/6d4f1f9f/attachment-0001.html>


More information about the macports-changes mailing list