[125112] trunk/dports/lang/tclx/Portfile

khindenburg at macports.org khindenburg at macports.org
Sat Sep 6 06:46:55 PDT 2014


Revision: 125112
          https://trac.macports.org/changeset/125112
Author:   khindenburg at macports.org
Date:     2014-09-06 06:46:55 -0700 (Sat, 06 Sep 2014)
Log Message:
-----------
tclx: add modeline + whitespace

Modified Paths:
--------------
    trunk/dports/lang/tclx/Portfile

Modified: trunk/dports/lang/tclx/Portfile
===================================================================
--- trunk/dports/lang/tclx/Portfile	2014-09-06 13:44:08 UTC (rev 125111)
+++ trunk/dports/lang/tclx/Portfile	2014-09-06 13:46:55 UTC (rev 125112)
@@ -1,6 +1,7 @@
+# -*- 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                    tclx
 version                 8.4.1
@@ -33,7 +34,7 @@
                         rmd160  574bffdf3e390cf6460ab4a9d4b59db0e58f2998 \
                         sha256  86f7ae5f581dd0904d04415637ab3aef5a50986c1b6d04c340e2b1b0258da9c4
 
-use_bzip2		    yes
+use_bzip2               yes
 extract.only            ${distname}.tar.bz2
 
 post-extract {
@@ -42,15 +43,15 @@
 
 configure.cflags-append "-I${workpath}/tcl${tclv}/generic -I${workpath}/tcl${tclv}/unix"
 
-configure.args		--enable-shared \
-			--with-help=Help \
-			--with-tcl=${prefix}/lib \
-            --with-tclinclude=${workpath}/tcl${tclv}/generic/
+configure.args          --enable-shared \
+                        --with-help=Help \
+                        --with-tcl=${prefix}/lib \
+                        --with-tclinclude=${workpath}/tcl${tclv}/generic/
 
-destroot.target		install-binaries install-libraries
+destroot.target         install-binaries install-libraries
 
 variant universal {}
 
-livecheck.type     regex
-livecheck.url       https://sourceforge.net/projects/tclx/files/TclX/
-livecheck.regex     "title=\"(\\d+(?:\\.\\d+)*)\" class=\"folder"
+livecheck.type          regex
+livecheck.url           https://sourceforge.net/projects/tclx/files/TclX/
+livecheck.regex         "title=\"(\\d+(?:\\.\\d+)*)\" class=\"folder"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140906/c49b020a/attachment.html>


More information about the macports-changes mailing list