[123486] trunk/dports/perl/p5-spreadsheet-writeexcel/Portfile

mojca at macports.org mojca at macports.org
Sat Aug 9 08:00:37 PDT 2014


Revision: 123486
          https://trac.macports.org/changeset/123486
Author:   mojca at macports.org
Date:     2014-08-09 08:00:37 -0700 (Sat, 09 Aug 2014)
Log Message:
-----------
p5-spreadsheet-writeexcel: whitespace, first line, sha256, no homepage needed

Modified Paths:
--------------
    trunk/dports/perl/p5-spreadsheet-writeexcel/Portfile

Modified: trunk/dports/perl/p5-spreadsheet-writeexcel/Portfile
===================================================================
--- trunk/dports/perl/p5-spreadsheet-writeexcel/Portfile	2014-08-09 14:55:56 UTC (rev 123485)
+++ trunk/dports/perl/p5-spreadsheet-writeexcel/Portfile	2014-08-09 15:00:37 UTC (rev 123486)
@@ -1,25 +1,28 @@
+# -*- 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		Spreadsheet-WriteExcel 2.14
-revision        3
-maintainers		mac.com:kykim
-categories-append	perl databases
-description		Write cross-platform Excel binary
-long_description	The Spreadsheet::WriteExcel module can be used to create a \
-                          cross-platform Excel binary file. Multiple worksheets can \
-                          be added to a workbook and formatting can be applied to cells. \
-                          Text, numbers, formulas, hyperlinks and images can be written \
-                          to the cells.
-homepage		http://search.cpan.org/~jmcnamara/${distname}/
-checksums		md5 2a2ff55a0b8a41bdfd0f8adf9925394a
-platforms		darwin
+perl5.setup         Spreadsheet-WriteExcel 2.14
+revision            3
+maintainers         mac.com:kykim
+categories-append   perl databases
+description         Write cross-platform Excel binary
+long_description    The Spreadsheet::WriteExcel module can be used to create a \
+                    cross-platform Excel binary file. Multiple worksheets can \
+                    be added to a workbook and formatting can be applied to cells. \
+                    Text, numbers, formulas, hyperlinks and images can be written \
+                    to the cells.
 
+platforms           darwin
+
+checksums           rmd160  04141c9a3fc6cf4f736bd7d574916d28e572320c \
+                    sha256  774b93e6c9449e9affe340cc1e8c5364ceace627b51483b6b32cb5629a06875a
+
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-parse-recdescent
+depends_lib-append  port:p${perl5.major}-parse-recdescent
 
-supported_archs noarch
+supported_archs     noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140809/afc624b2/attachment.html>


More information about the macports-changes mailing list