[131207] trunk/dports/perl/p5-gdtextutil/Portfile

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


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

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

Modified: trunk/dports/perl/p5-gdtextutil/Portfile
===================================================================
--- trunk/dports/perl/p5-gdtextutil/Portfile	2015-01-06 20:24:15 UTC (rev 131206)
+++ trunk/dports/perl/p5-gdtextutil/Portfile	2015-01-06 20:26:12 UTC (rev 131207)
@@ -1,26 +1,31 @@
+# -*- 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		GDTextUtil 0.86 GD
-revision        3
-license			{Artistic-1 GPL}
-maintainers		nomaintainer
-description		Text utilities for use with GD
-long_description	This package provides three modules that make it \
-					possible to work with internal GD fonts as well as \
-					TrueType fonts, without having to worry about \
-					different interface functions to call.  Apart from \
-					an abstract interface to all font types and strings \
-					for GD, this library also provides some utility in \
-					aligning and wrapping your string.
-checksums		md5 941ad06eadc86b47f3a32da405665c41
-platforms		darwin
+perl5.setup         GDTextUtil 0.86 GD
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
 
+description         Text utilities for use with GD
+long_description    This package provides three modules that make it \
+                    possible to work with internal GD fonts as well as \
+                    TrueType fonts, without having to worry about \
+                    different interface functions to call.  Apart from \
+                    an abstract interface to all font types and strings \
+                    for GD, this library also provides some utility in \
+                    aligning and wrapping your string.
+
+checksums           rmd160  2976da25e1f1e6e4564638e30e5e6e3a76ba6ef2 \
+                    sha256  886ecbf85cfe94f4135ee5689c4847a9ae783ecb99e6759e12c734f2dd6116bc
+
+platforms           darwin
+supported_archs     noarch
+
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-gd
-
-supported_archs noarch
+    depends_lib-append \
+                    port:p${perl5.major}-gd
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150106/7c4dad18/attachment.html>


More information about the macports-changes mailing list