[151145] trunk/dports/python/py-wordaxe/Portfile

petr at macports.org petr at macports.org
Mon Aug 8 06:53:55 PDT 2016


Revision: 151145
          https://trac.macports.org/changeset/151145
Author:   petr at macports.org
Date:     2016-08-08 06:53:55 -0700 (Mon, 08 Aug 2016)
Log Message:
-----------
py-wordaxe: modeline, formating

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

Modified: trunk/dports/python/py-wordaxe/Portfile
===================================================================
--- trunk/dports/python/py-wordaxe/Portfile	2016-08-08 12:43:50 UTC (rev 151144)
+++ trunk/dports/python/py-wordaxe/Portfile	2016-08-08 13:53:55 UTC (rev 151145)
@@ -1,29 +1,31 @@
+# -*- 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               python 1.0
+PortSystem          1.0
+PortGroup           python 1.0
 
-name                    py-wordaxe
-version                 0.3.3
-categories-append       textproc
-license                 {Apache-2 BSD}
-maintainers             nomaintainer
-description             Python library for hyphenation by decomposition of compound words
-long_description        The wordaxe library (formerly known as deco-cow) provides Python \
-                        programs with the ability to automatically hyphenate words using \
-                        an algorithm which is based on decomposition of compound words \
-                        into base words, and is named DCWHyphenator in the code. 
+name                py-wordaxe
+version             0.3.3
+categories-append   textproc
+platforms           darwin
+supported_archs     noarch
+license             {Apache-2 BSD}
+maintainers         nomaintainer
 
-platforms               darwin
-supported_archs         noarch
+description         Python library for hyphenation by decomposition of compound words
+long_description    \
+    The wordaxe library (formerly known as deco-cow) provides Python programs \
+    with the ability to automatically hyphenate words using an algorithm \
+    which is based on decomposition of compound words into base words, and is \
+    named DCWHyphenator in the code. 
 
-homepage                http://deco-cow.sourceforge.net/
-master_sites            sourceforge:deco-cow
-distname                wordaxe-${version}
-use_zip                 yes
+homepage            http://deco-cow.sourceforge.net/
+master_sites        sourceforge:deco-cow
+distname            wordaxe-${version}
+use_zip             yes
 
-checksums               md5 fc734363e526de7e5750f0292bcbe43e \
-                        sha1 8336496dc79a670d207d3838dba807fef60f221b \
-                        rmd160 9b52288ce444e20dfef4f0bc00c6d9f9c0a731f1
+checksums           md5 fc734363e526de7e5750f0292bcbe43e \
+                    sha1 8336496dc79a670d207d3838dba807fef60f221b \
+                    rmd160 9b52288ce444e20dfef4f0bc00c6d9f9c0a731f1
 
-python.versions         26
+python.versions     26
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160808/8428d5f2/attachment.html>


More information about the macports-changes mailing list