[131815] trunk/dports/textproc/intltool/Portfile

mojca at macports.org mojca at macports.org
Mon Jan 19 02:13:52 PST 2015


Revision: 131815
          https://trac.macports.org/changeset/131815
Author:   mojca at macports.org
Date:     2015-01-19 02:13:52 -0800 (Mon, 19 Jan 2015)
Log Message:
-----------
intltool: whitespace only

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

Modified: trunk/dports/textproc/intltool/Portfile
===================================================================
--- trunk/dports/textproc/intltool/Portfile	2015-01-19 10:05:29 UTC (rev 131814)
+++ trunk/dports/textproc/intltool/Portfile	2015-01-19 10:13:52 UTC (rev 131815)
@@ -1,39 +1,38 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
+PortSystem          1.0
 
-name            intltool
-version         0.50.2
-revision        4
-maintainers     nomaintainer
-categories      textproc gnome
-license         GPL-2+
-installs_libs   no
-platforms       darwin
-supported_archs noarch
+name                intltool
+version             0.50.2
+revision            4
+maintainers         nomaintainer
+categories          textproc gnome
+license             GPL-2+
+installs_libs       no
+platforms           darwin
+supported_archs     noarch
 
-description     a string tool
+description         a string tool
 
-long_description \
-    The intltool collection can be used to extract translatable \
-    strings from various source files (.xml.in, .glade, .desktop.in, \
-    .server.in, .oaf.in), collect the extracted strings together with \
-    messages from traditional source files (.c, .h) in po/PACKAGE.pot \
-    and merge back the translations from .po files into .xml, .desktop \
-    and .oaf files. This merge step will happen at build or \
-    installation time.
+long_description    The intltool collection can be used to extract translatable \
+                    strings from various source files (.xml.in, .glade, .desktop.in, \
+                    .server.in, .oaf.in), collect the extracted strings together with \
+                    messages from traditional source files (.c, .h) in po/PACKAGE.pot \
+                    and merge back the translations from .po files into .xml, .desktop \
+                    and .oaf files. This merge step will happen at build or \
+                    installation time.
 
-homepage        https://launchpad.net/intltool
-master_sites    ${homepage}/trunk/${version}/+download
+homepage            https://launchpad.net/intltool
+master_sites        ${homepage}/trunk/${version}/+download
 
-checksums       rmd160  52b1c6aae5f5f0069d09cef8d709ab267c460319 \
-                sha256  67f25c5c6fb71d095793a7f895b245e65e829e8bde68c6c8b4c912144ff34406
+checksums           rmd160  52b1c6aae5f5f0069d09cef8d709ab267c460319 \
+                    sha256  67f25c5c6fb71d095793a7f895b245e65e829e8bde68c6c8b4c912144ff34406
 
-depends_build   port:gnome-common
-depends_lib     port:expat
+depends_build       port:gnome-common
+depends_lib         port:expat
 
-patchfiles      patch-remove-intltool-perl-hack.diff
+patchfiles          patch-remove-intltool-perl-hack.diff
 
 # TODO: This perlver cruft should be done in the perl5 PortGroup
 if {[variant_isset perl5_18]} {
@@ -49,18 +48,17 @@
 variant perl5_18 conflicts perl5_16 perl5_20 description {use perl 5.18} {}
 variant perl5_20 conflicts perl5_16 perl5_18 description {use perl 5.20} {}
 
-depends_lib-append \
-                port:perl${perlver} \
-                port:p${perlver}-xml-parser \
-                port:p${perlver}-getopt-long \
-                port:p${perlver}-pathtools \
-                port:p${perlver}-scalar-list-utils
+depends_lib-append  port:perl${perlver} \
+                    port:p${perlver}-xml-parser \
+                    port:p${perlver}-getopt-long \
+                    port:p${perlver}-pathtools \
+                    port:p${perlver}-scalar-list-utils
 
-configure.perl  ${prefix}/bin/perl${perlver}
+configure.perl      ${prefix}/bin/perl${perlver}
 
-test.run        yes
-test.target     check
+test.run            yes
+test.target         check
 
-livecheck.type  regex
-livecheck.url   ${homepage}/+download
-livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
+livecheck.type      regex
+livecheck.url       ${homepage}/+download
+livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150119/e61cbaca/attachment.html>


More information about the macports-changes mailing list