[131213] trunk/dports/perl/p5-gd-barcode/Portfile

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


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

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

Modified: trunk/dports/perl/p5-gd-barcode/Portfile
===================================================================
--- trunk/dports/perl/p5-gd-barcode/Portfile	2015-01-06 20:35:30 UTC (rev 131212)
+++ trunk/dports/perl/p5-gd-barcode/Portfile	2015-01-06 20:37:40 UTC (rev 131213)
@@ -1,26 +1,26 @@
+# -*- 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-Barcode 1.15
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Create barcode image with GD
-long_description      GD::Barcode is a subclass of GD and allows you to \
-                      create barcode image with GD. This module based on \
-                      \"Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22\".
+perl5.setup         GD-Barcode 1.15
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Create barcode image with GD
+long_description    GD::Barcode is a subclass of GD and allows you to \
+                    create barcode image with GD. This module based on \
+                    \"Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22\".
 
-platforms             darwin
+checksums           rmd160  b878975e5e53fee84bc095a78f965e0c9dd5ab49 \
+                    sha256  8c22b449079dce65946ec72acf6d3db78753045e7738c5101bc26932c9704967
 
-checksums             md5 53788170efb00b671ffb6ced5b5b897b \
-                      sha1 e9ecbcb5085e29efb0de61a1fa4e50daea5846fd \
-                      rmd160 b878975e5e53fee84bc095a78f965e0c9dd5ab49
+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/fa8401e4/attachment.html>


More information about the macports-changes mailing list