[110189] trunk/dports/python/py-reportlab/Portfile

stromnov at macports.org stromnov at macports.org
Wed Aug 28 02:26:14 PDT 2013


Revision: 110189
          https://trac.macports.org/changeset/110189
Author:   stromnov at macports.org
Date:     2013-08-28 02:26:14 -0700 (Wed, 28 Aug 2013)
Log Message:
-----------
py-reportlab: reformat, add maintainer

Modified Paths:
--------------
    trunk/dports/python/py-reportlab/Portfile

Modified: trunk/dports/python/py-reportlab/Portfile
===================================================================
--- trunk/dports/python/py-reportlab/Portfile	2013-08-28 09:24:02 UTC (rev 110188)
+++ trunk/dports/python/py-reportlab/Portfile	2013-08-28 09:26:14 UTC (rev 110189)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -5,34 +6,40 @@
 
 name                py-reportlab
 version             2.6
+revision            0
+categories-append   textproc
+platforms           darwin freebsd
 license             BSD
-maintainers         nomaintainer
-platforms           darwin freebsd
-description         python library for creating pdf files
-long_description \
-   ReportLab is a software library that lets you directly create documents \
-   in Adobe's Portable Document Format (PDF) using the python programming \
-   language.
 
 python.versions     24 25 26 27
 
+maintainers         stromnov openmaintainer
+
+description         python library for creating pdf files
+
+long_description    ReportLab is a software library that lets you directly \
+                    create documents in Adobe's Portable Document Format \
+                    (PDF) using the python programming language.
+
 homepage            http://www.reportlab.com/software/opensource/rl-toolkit/
 master_sites        http://www.reportlab.com/ftp/
+
 distname            reportlab-${version}
 
 checksums           rmd160  1128a37b6cf020a44fa3a1bac57cdebebd0dea59 \
                     sha256  76c3cda08f6eac9b0adf0e3c86202fe5e9cb075c00503bef5760cd9e75ec34ff
 
-if {${name} != ${subport}} {
+if {$name != $subport} {
     depends_lib-append  port:py${python.version}-pil
-    
+
     patchfiles      patch-src_reportlab_lib_testutils.py.diff
-    
+
     post-destroot {
         set docdir ${prefix}/share/doc/${subport}
         xinstall -m 644 -W ${worksrcpath} README.txt CHANGES.txt LICENSE.txt \
             ${destroot}${docdir}
     }
+
     livecheck.type  none
 } else {
     livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130828/fb989168/attachment.html>


More information about the macports-changes mailing list