[126876] trunk/dports/python/py-chm2pdf/Portfile

larryv at macports.org larryv at macports.org
Thu Oct 16 13:35:59 PDT 2014


Revision: 126876
          https://trac.macports.org/changeset/126876
Author:   larryv at macports.org
Date:     2014-10-16 13:35:59 -0700 (Thu, 16 Oct 2014)
Log Message:
-----------
py-chm2pdf: Add modeline, rearrange, and reformat

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

Modified: trunk/dports/python/py-chm2pdf/Portfile
===================================================================
--- trunk/dports/python/py-chm2pdf/Portfile	2014-10-16 20:35:56 UTC (rev 126875)
+++ trunk/dports/python/py-chm2pdf/Portfile	2014-10-16 20:35:59 UTC (rev 126876)
@@ -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
@@ -3,17 +4,17 @@
 PortGroup           python 1.0
 
-name			          py-chm2pdf
-version			        0.9.1
-categories		      python textproc
-platforms		        darwin
-maintainers		      nomaintainer
-description		      chm2pdf is a convenient wrapper around chmlib and htmldoc\
+name                py-chm2pdf
+version             0.9.1
+categories-append   textproc
+platforms           darwin
+maintainers         nomaintainer
+
+description         chm2pdf is a convenient wrapper around chmlib and htmldoc\
                     for quickly converting chm files.
-long_description	  ${description}
-                    
-homepage		        http://gnochm.sourceforge.net/pychm.html
-master_sites	      googlecode:chm2pdf
-distname		        chm2pdf-${version}
+long_description    ${description}
+homepage            http://gnochm.sourceforge.net/pychm.html
 
+master_sites        googlecode:chm2pdf
+distname            chm2pdf-${version}
 checksums           md5     2d5518e3284cca496270566c2554b713 \
                     sha1    92c3dc39aaa3d5452cc9d37d1d34385e8698888b \
@@ -23,7 +24,7 @@
 python.versions     26 27
 
 if {${name} ne ${subport}} {
-    depends_run-append	port:chmlib \
+    depends_run-append  port:chmlib \
                         port:py${python.version}-chm \
                         port:htmldoc
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141016/98faedd1/attachment.html>


More information about the macports-changes mailing list