[123604] trunk/dports/perl/p5-cgi-ajax/Portfile

devans at macports.org devans at macports.org
Mon Aug 11 09:15:36 PDT 2014


Revision: 123604
          https://trac.macports.org/changeset/123604
Author:   devans at macports.org
Date:     2014-08-11 09:15:36 -0700 (Mon, 11 Aug 2014)
Log Message:
-----------
p5-cgi-ajax: add mode line and retab, whitespace only.

Modified Paths:
--------------
    trunk/dports/perl/p5-cgi-ajax/Portfile

Modified: trunk/dports/perl/p5-cgi-ajax/Portfile
===================================================================
--- trunk/dports/perl/p5-cgi-ajax/Portfile	2014-08-11 16:13:21 UTC (rev 123603)
+++ trunk/dports/perl/p5-cgi-ajax/Portfile	2014-08-11 16:15:36 UTC (rev 123604)
@@ -1,34 +1,35 @@
+# -*- 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             CGI-Ajax 0.707
-revision                4
-license                 {Artistic-1 GPL}
-maintainers             nomaintainer
-categories-append       www
+perl5.setup         CGI-Ajax 0.707
+revision            4
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+categories-append   www
 
-description             A module for writing AJAX/DHTML-based web apps
+description         A module for writing AJAX/DHTML-based web apps
 
-long_description        CGI::Ajax is an object-oriented module that provides \
-                        a unique mechanism for using Perl code \
-                        asynchronously from JavaScript-enhanced HTML pages. \
-                        CGI::Ajax unburdens the user from having to write \
-                        extensive JavaScript, except for associating an \
-                        exported method with a document-defined event (such \
-                        as onClick, onKeyUp, etc). CGI::Ajax also mixes well \
-                        with HTML containing more complex JavaScript.
+long_description    CGI::Ajax is an object-oriented module that provides \
+                    a unique mechanism for using Perl code \
+                    asynchronously from JavaScript-enhanced HTML pages. \
+                    CGI::Ajax unburdens the user from having to write \
+                    extensive JavaScript, except for associating an \
+                    exported method with a document-defined event (such \
+                    as onClick, onKeyUp, etc). CGI::Ajax also mixes well \
+                    with HTML containing more complex JavaScript.
 
 checksums           rmd160  66061a053e2eedba35d491cacd314b3733cfd7fa \
                     sha256  fb18801bf6473231199bb9e81f56ce945c4b93c68b05ed17049a8885b9e211f7
 
 if {${perl5.major} != ""} {
-	depends_lib-append \
-      		port:p${perl5.major}-class-accessor
+    depends_lib-append \
+            port:p${perl5.major}-class-accessor
 }
 
-platforms               darwin
+platforms           darwin
 
-supported_archs noarch
+supported_archs     noarch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140811/cabd1ec5/attachment.html>


More information about the macports-changes mailing list