[94562] trunk/dports/php/php-gdchart/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jun 22 13:58:58 PDT 2012


Revision: 94562
          https://trac.macports.org/changeset/94562
Author:   ryandesign at macports.org
Date:     2012-06-22 13:58:58 -0700 (Fri, 22 Jun 2012)
Log Message:
-----------
php-gdchart: whitespace changes; add modeline

Modified Paths:
--------------
    trunk/dports/php/php-gdchart/Portfile

Modified: trunk/dports/php/php-gdchart/Portfile
===================================================================
--- trunk/dports/php/php-gdchart/Portfile	2012-06-22 20:57:29 UTC (rev 94561)
+++ trunk/dports/php/php-gdchart/Portfile	2012-06-22 20:58:58 UTC (rev 94562)
@@ -1,32 +1,34 @@
+# -*- 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
+PortSystem          1.0
 PortGroup           php 1.1
 
 name                php-gdchart
 version             0.2.0
-license         PHP
-categories      php devel
-platforms       darwin
-maintainers     nomaintainer
+categories          php devel
+platforms           darwin
+maintainers         nomaintainer
+license             PHP
 
 php.branches        5.3
 php.pecl            yes
 php.pecl.name       GDChart
 php.pecl.prerelease yes
 
-description     GDChart Based Graphing Interface
+description         GDChart Based Graphing Interface
 
-long_description \
-    The GDChart extension provides an interface to the bundled gdchart \
-    library. This library uses GD (bundled) library to generate 20 different \
-    types of graphs based on supplied parameters. The extension provides an OO \
-    interface to gdchart exposing majority of options via properties and \
-    complex (array) options via a series of methods.
+long_description    The GDChart extension provides an interface to the \
+                    bundled gdchart library. This library uses GD (bundled) \
+                    library to generate 20 different types of graphs based \
+                    on supplied parameters. The extension provides an OO \
+                    interface to gdchart exposing majority of options via \
+                    properties and complex (array) options via a series of \
+                    methods.
 
-checksums       md5     a8428e43616b6a5a40cb5f322acaf2be \
-                sha1    cf1071d5e9bba2ea0dc45fd172b22db68a66b953 \
-                rmd160  ae22aaa5b869a15677fc11d038ea0319179f056c
+checksums           md5     a8428e43616b6a5a40cb5f322acaf2be \
+                    sha1    cf1071d5e9bba2ea0dc45fd172b22db68a66b953 \
+                    rmd160  ae22aaa5b869a15677fc11d038ea0319179f056c
 
 distname            gdchart-${version}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120622/1241155d/attachment.html>


More information about the macports-changes mailing list