[102496] trunk/dports/devel/global/Portfile

sean at macports.org sean at macports.org
Mon Feb 4 09:12:14 PST 2013


Revision: 102496
          https://trac.macports.org/changeset/102496
Author:   sean at macports.org
Date:     2013-02-04 09:12:14 -0800 (Mon, 04 Feb 2013)
Log Message:
-----------
global: format whitespace and add modeline

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

Modified: trunk/dports/devel/global/Portfile
===================================================================
--- trunk/dports/devel/global/Portfile	2013-02-04 17:12:06 UTC (rev 102495)
+++ trunk/dports/devel/global/Portfile	2013-02-04 17:12:14 UTC (rev 102496)
@@ -1,41 +1,41 @@
+# -*- 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            global
-version         6.1
-categories      devel
-platforms       darwin
-maintainers     sean openmaintainer
-description     source code tag system
-license         GPL-3+
+name                global
+version             6.1
+categories          devel
+platforms           darwin
+maintainers         sean openmaintainer
+description         source code tag system
+license             GPL-3+
 
-long_description \
-    GNU GLOBAL is a source code tag system that works the \
-    same way across diverse environments. You can locate a \
-    specified object in the source files and move there \
-    easily. It is useful for hacking a large project \
-    containing many subdirectories, many #ifdef and many \
-    main() functions. It is similar to ctags or etags but \
-    is different from them at the point of independence of \
-    any editor.
+long_description    GNU GLOBAL is a source code tag system that works the \
+                    same way across diverse environments. You can locate a \
+                    specified object in the source files and move there \
+                    easily. It is useful for hacking a large project \
+                    containing many subdirectories, many #ifdef and many \
+                    main() functions. It is similar to ctags or etags but \
+                    is different from them at the point of independence of \
+                    any editor.
 
-homepage        http://www.gnu.org/software/global/
-master_sites    gnu
+homepage            http://www.gnu.org/software/global/
+master_sites        gnu
 
-checksums       md5     4c63b292f94a1cbbcd7737e1b2ccf02f \
-                sha1    8b31cfb9b6424880f9e0e8427cb3eeee2df7ed03 \
-                rmd160  843fd68b90d0f5f0aba009a76551b2d7857e6e56
+checksums           md5     4c63b292f94a1cbbcd7737e1b2ccf02f \
+                    sha1    8b31cfb9b6424880f9e0e8427cb3eeee2df7ed03 \
+                    rmd160  843fd68b90d0f5f0aba009a76551b2d7857e6e56
 
-depends_lib     port:libtool \
-                port:ncurses
+depends_lib         port:libtool \
+                    port:ncurses
 
-configure.args  --infodir=${prefix}/share/info \
-                --mandir=${prefix}/share/man
+configure.args      --infodir=${prefix}/share/info \
+                    --mandir=${prefix}/share/man
 
-test.run        yes
-test.target     check
+test.run            yes
+test.target         check
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnu.org/gnu/${name}/?C=M&O=D
-livecheck.regex ${name}-(\\d+\\.\\d+(?:\\.\\d+)?)
+livecheck.type      regex
+livecheck.url       http://ftp.gnu.org/gnu/${name}/?C=M&O=D
+livecheck.regex     ${name}-(\\d+\\.\\d+(?:\\.\\d+)?)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130204/471ce08a/attachment-0001.html>


More information about the macports-changes mailing list