[130132] trunk/dports/perl/p5-cam-pdf/Portfile

mojca at macports.org mojca at macports.org
Sat Dec 27 06:22:55 PST 2014


Revision: 130132
          https://trac.macports.org/changeset/130132
Author:   mojca at macports.org
Date:     2014-12-27 06:22:55 -0800 (Sat, 27 Dec 2014)
Log Message:
-----------
p5-cam-pdf: whitespace only

Modified Paths:
--------------
    trunk/dports/perl/p5-cam-pdf/Portfile

Modified: trunk/dports/perl/p5-cam-pdf/Portfile
===================================================================
--- trunk/dports/perl/p5-cam-pdf/Portfile	2014-12-27 14:20:18 UTC (rev 130131)
+++ trunk/dports/perl/p5-cam-pdf/Portfile	2014-12-27 14:22:55 UTC (rev 130132)
@@ -1,32 +1,33 @@
+# -*- 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 5.18 5.20
-perl5.setup                     CAM-PDF 1.52
-revision                        5
-license                         {Artistic-1 GPL}
-maintainers                     nomaintainer
-description                     Reads and writes any document that conforms to PDF v1.4
-long_description                This package reads and writes any document that \
-	conforms to the PDF specification generously provided by Adobe at \
-	http://partners.adobe.com/asn/developer/acrosdk/docs/filefmtspecs/PDFReference.pdf \
-	(3rd edition, for PDF v1.4 as of May 2002)
+perl5.setup         CAM-PDF 1.52
+revision            5
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Reads and writes any document that conforms to PDF v1.4
+long_description    This package reads and writes any document that \
+                    conforms to the PDF specification generously provided by Adobe at \
+                    http://partners.adobe.com/asn/developer/acrosdk/docs/filefmtspecs/PDFReference.pdf \
+                    (3rd edition, for PDF v1.4 as of May 2002)
 
-platforms                 darwin
+platforms           darwin
+supported_archs     noarch
 
+# checksums           md5     ab4914a3f07dd2d8cc23f2cdee8f7ce3 \
+#                     sha1    d0ecb93f0c67d4986a5e06d4bb891c358a25ab8f \
+#                     rmd160  8ec766c8ca3561b64573ddf228bdafdc3b0546ca
+
 if {${perl5.major} != ""} {
-    patchfiles			patch-lib-CAM-PDF.pm
-    
-    checksums           md5     ab4914a3f07dd2d8cc23f2cdee8f7ce3 \
-                        sha1    d0ecb93f0c67d4986a5e06d4bb891c358a25ab8f \
-                        rmd160  8ec766c8ca3561b64573ddf228bdafdc3b0546ca
-    
-    depends_lib-append              port:p${perl5.major}-crypt-rc4 \
-                                    port:p${perl5.major}-text-pdf
-    
-    supported_archs noarch
+    patchfiles      patch-lib-CAM-PDF.pm
+
+    depends_lib-append \
+                    port:p${perl5.major}-crypt-rc4 \
+                    port:p${perl5.major}-text-pdf
 }
 
 ## Note: CAM-PDF requires Digest::MD5, this is present in base perl 5.8.8.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141227/9f0da036/attachment.html>


More information about the macports-changes mailing list