[110242] trunk/dports/devel/poedit/Portfile

mojca at macports.org mojca at macports.org
Thu Aug 29 00:36:51 PDT 2013


Revision: 110242
          https://trac.macports.org/changeset/110242
Author:   mojca at macports.org
Date:     2013-08-29 00:36:51 -0700 (Thu, 29 Aug 2013)
Log Message:
-----------
poedit: whitespace & first line only

Modified Paths:
--------------
    trunk/dports/devel/poedit/Portfile

Modified: trunk/dports/devel/poedit/Portfile
===================================================================
--- trunk/dports/devel/poedit/Portfile	2013-08-29 07:29:56 UTC (rev 110241)
+++ trunk/dports/devel/poedit/Portfile	2013-08-29 07:36:51 UTC (rev 110242)
@@ -1,52 +1,52 @@
+# -*- 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            poedit
-version         1.5.5
-revision        1
-categories      devel aqua
-platforms       darwin
-license         MIT
-maintainers     raimue \
-                openmaintainer
+name                poedit
+version             1.5.5
+revision            1
+categories          devel aqua
+platforms           darwin
+license             MIT
+maintainers         raimue \
+                    openmaintainer
 
-description     Poedit is a cross-platform gettext catalogs (.po files) editor.
-long_description \
-    Poedit is a cross-platform gettext catalogs (.po files) editor. It aims to \
-    provide more convenient approach to editing catalogs than editing the file by \
-    hand. This port installs Poedit.app.
+description         Poedit is a cross-platform gettext catalogs (.po files) editor.
+long_description    Poedit is a cross-platform gettext catalogs (.po files) editor. It aims to \
+                    provide more convenient approach to editing catalogs than editing the file by \
+                    hand. This port installs Poedit.app.
 
-homepage        http://www.poedit.net/
-master_sites    sourceforge:poedit
+homepage            http://www.poedit.net/
+master_sites        sourceforge:poedit
 
-checksums       md5     da86cb73cee9d006a42f9574811d13ab \
-                sha1    822a72afab0c936c00291e21c8f23ff4cf8a3009 \
-                rmd160  cfc402f9eb0f000f068d98364870ac3860c20f57 \
-                sha256  3c94c9825c11a2d1ce10e083ad246e8625469f358da4a5a2f6210170b970f949
+checksums           md5     da86cb73cee9d006a42f9574811d13ab \
+                    sha1    822a72afab0c936c00291e21c8f23ff4cf8a3009 \
+                    rmd160  cfc402f9eb0f000f068d98364870ac3860c20f57 \
+                    sha256  3c94c9825c11a2d1ce10e083ad246e8625469f358da4a5a2f6210170b970f949
 
-depends_build   bin:grep:grep \
-                port:pkgconfig \
-                port:boost
-depends_lib     port:wxWidgets \
-                port:gettext
+depends_build       bin:grep:grep \
+                    port:pkgconfig \
+                    port:boost
+depends_lib         port:wxWidgets \
+                    port:gettext
 
 depends_skip_archcheck grep pkgconfig boost
 
 variant wxwidgets_devel description {Uses wxWidgets-devel (allows 64-bit build)} {
-    depends_lib-delete        port:wxWidgets
-    depends_lib-append        port:wxWidgets-devel
+    depends_lib-delete      port:wxWidgets
+    depends_lib-append      port:wxWidgets-devel
 }
 
 platform darwin 11 {
     # According to comments in wxWidgets Portfile
     if {[vercmp $xcodeversion 4.4] >= 0} {
-        default_variants +wxwidgets_devel
+        default_variants    +wxwidgets_devel
     }
 }
 
 platform darwin 12 {
-    depends_lib-replace    port:wxWidgets port:wxWidgets30
+    depends_lib-replace     port:wxWidgets port:wxWidgets30
 }
 
 if {![variant_isset wxwidgets_devel]} {
@@ -56,7 +56,7 @@
 }
 
 # remove some additional features, especially sparkle because macports handles updates
-configure.args  --disable-transmem --disable-spellchecking --without-sparkle
+configure.args      --disable-transmem --disable-spellchecking --without-sparkle
 
 build.dir           ${build.dir}/src
 build.target        bundle
@@ -86,6 +86,6 @@
     configure.args-append   --enable-spellchecking
 }
 
-livecheck.type  regex
-livecheck.url   http://www.poedit.net/download.php
-livecheck.regex {Latest stable version is <b>(\d+(?:.\d+)+)</b>}
+livecheck.type      regex
+livecheck.url       http://www.poedit.net/download.php
+livecheck.regex     {Latest stable version is <b>(\d+(?:.\d+)+)</b>}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130829/9277c192/attachment.html>


More information about the macports-changes mailing list