[127343] trunk/dports/textproc/itstool/Portfile

devans at macports.org devans at macports.org
Sat Oct 25 16:28:23 PDT 2014


Revision: 127343
          https://trac.macports.org/changeset/127343
Author:   devans at macports.org
Date:     2014-10-25 16:28:23 -0700 (Sat, 25 Oct 2014)
Log Message:
-----------
itstool: reformat, white space only.

Modified Paths:
--------------
    trunk/dports/textproc/itstool/Portfile

Modified: trunk/dports/textproc/itstool/Portfile
===================================================================
--- trunk/dports/textproc/itstool/Portfile	2014-10-25 22:58:00 UTC (rev 127342)
+++ trunk/dports/textproc/itstool/Portfile	2014-10-25 23:28:23 UTC (rev 127343)
@@ -1,37 +1,36 @@
 # -*- 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
 
-name            itstool
-version         2.0.2
-revision        1
-license         GPL-3+
-set branch      [join [lrange [split ${version} .] 0 1] .]
+name                itstool
+version             2.0.2
+revision            1
+license             GPL-3+
+set branch          [join [lrange [split ${version} .] 0 1] .]
 
-description     ITS Tool allows you to translate your XML documents with PO files, \
-                using rules from the W3C Internationalization Tag Set.
+description         ITS Tool allows you to translate your XML documents with PO files, \
+                    using rules from the W3C Internationalization Tag Set.
 
-long_description \
-                ${description}
+long_description    ${description}
 
-maintainers     devans openmaintainer
-categories      textproc
-platforms       darwin
-homepage        http://itstool.org/
-master_sites    http://files.itstool.org/${name}
+maintainers         devans openmaintainer
+categories          textproc
+platforms           darwin
+homepage            http://itstool.org/
+master_sites        http://files.itstool.org/${name}
 
-use_bzip2       yes
+use_bzip2           yes
 
-checksums       rmd160  04531d2a4a8c5fef3b77888cb267063af2cb2917 \
-                sha256  bf909fb59b11a646681a8534d5700fec99be83bb2c57badf8c1844512227033a
+checksums           rmd160  04531d2a4a8c5fef3b77888cb267063af2cb2917 \
+                    sha256  bf909fb59b11a646681a8534d5700fec99be83bb2c57badf8c1844512227033a
 
-supported_archs noarch
-installs_libs   no
+supported_archs     noarch
+installs_libs       no
 
-depends_build   port:gawk
+depends_build       port:gawk
 
-patchfiles      patch-configure.diff
+patchfiles          patch-configure.diff
 
 variant python26 conflicts python27 description {Use Python 2.6} {
     depends_lib-append  port:py26-libxml2
@@ -47,6 +46,6 @@
     default_variants +python27
 }
 
-livecheck.type  regex
-livecheck.url   http://itstool.org/download/
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.type      regex
+livecheck.url       http://itstool.org/download/
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141025/f3f19745/attachment-0001.html>


More information about the macports-changes mailing list