[92113] trunk/dports/www/linkchecker/Portfile

mww at macports.org mww at macports.org
Wed Apr 18 17:16:05 PDT 2012


Revision: 92113
          https://trac.macports.org/changeset/92113
Author:   mww at macports.org
Date:     2012-04-18 17:16:05 -0700 (Wed, 18 Apr 2012)
Log Message:
-----------
linkchecker: whitespace changes only

Modified Paths:
--------------
    trunk/dports/www/linkchecker/Portfile

Modified: trunk/dports/www/linkchecker/Portfile
===================================================================
--- trunk/dports/www/linkchecker/Portfile	2012-04-18 23:41:24 UTC (rev 92112)
+++ trunk/dports/www/linkchecker/Portfile	2012-04-19 00:16:05 UTC (rev 92113)
@@ -4,44 +4,44 @@
 PortGroup python27 1.0
 PortGroup app 1.0
 
-name			linkchecker
-version			7.6
-set branch		[join [lrange [split ${version} .] 0 1] .]
-categories		www python
-maintainers		mww
-platforms		darwin freebsd
-license			GPL-2+
+name                linkchecker
+version             7.6
+set branch          [join [lrange [split ${version} .] 0 1] .]
+categories          www python
+maintainers         mww
+platforms           darwin freebsd
+license             GPL-2+
 
-description		linkchecker for html pages
-long_description	linkchecker for html pages with recursive checking, \
-				multithreaded, output can be colored or normal text, HTML, \
-				SQL, CSV or a sitemap graph in XML or GML format, additionally \
-				reports download time for HTML pages HTTP/1.1 and 1.0, HTTPS, \
-				FTP, mailto:, news:, nntp:, gopher, telnet and local file \
-				links are supported, restrict link checking with regular \
-				expression filters for URLs, proxy support, give \
-				username/password for HTTP and FTP authorization, robots.txt \
-				exclusion protocol support, i18n support, CGI web interface.
+description         linkchecker for html pages
+long_description    linkchecker for html pages with recursive checking, \
+                    multithreaded, output can be colored or normal text, HTML, \
+                    SQL, CSV or a sitemap graph in XML or GML format, additionally \
+                    reports download time for HTML pages HTTP/1.1 and 1.0, HTTPS, \
+                    FTP, mailto:, news:, nntp:, gopher, telnet and local file \
+                    links are supported, restrict link checking with regular \
+                    expression filters for URLs, proxy support, give \
+                    username/password for HTTP and FTP authorization, robots.txt \
+                    exclusion protocol support, i18n support, CGI web interface.
 
-homepage		http://linkchecker.sourceforge.net/
-master_sites	sourceforge:project/linkchecker/${branch}/
-dist_subdir		${name}
-distname		LinkChecker-${version}
-use_bzip2		yes
+homepage            http://linkchecker.sourceforge.net/
+master_sites        sourceforge:project/linkchecker/${branch}/
+dist_subdir         ${name}
+distname            LinkChecker-${version}
+use_bzip2           yes
 
-checksums		rmd160  fb263d19806d80bfff86001b0eaa9236498a6d1f \
-				sha256  4a2f69bcdadd6c89436c9916c2a67b5bf1520c717456d46f752cbcf288c29b39
+checksums           rmd160  fb263d19806d80bfff86001b0eaa9236498a6d1f \
+                    sha256  4a2f69bcdadd6c89436c9916c2a67b5bf1520c717456d46f752cbcf288c29b39
 
-depends_lib-append	port:py27-pyqt4
+depends_lib-append  port:py27-pyqt4
 
 pre-build {
-	system "cd ${worksrcpath} && make -C doc/html"
+    system "cd ${worksrcpath} && make -C doc/html"
 }
 
-app.name		LinkChecker
-app.executable	linkchecker-gui
-app.icon		doc/html/logo128x128.png
+app.name            LinkChecker
+app.executable      linkchecker-gui
+app.icon            doc/html/logo128x128.png
 
 python.link_binaries_suffix
 
-livecheck.type	freecode
+livecheck.type      freecode
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120418/51768679/attachment.html>


More information about the macports-changes mailing list