[100430] trunk/dports/net/fspclient/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Dec 11 12:11:29 PST 2012


Revision: 100430
          https://trac.macports.org/changeset/100430
Author:   ryandesign at macports.org
Date:     2012-12-11 12:11:29 -0800 (Tue, 11 Dec 2012)
Log Message:
-----------
fspclient: adjust whitespace; add modeline

Modified Paths:
--------------
    trunk/dports/net/fspclient/Portfile

Modified: trunk/dports/net/fspclient/Portfile
===================================================================
--- trunk/dports/net/fspclient/Portfile	2012-12-11 20:10:26 UTC (rev 100429)
+++ trunk/dports/net/fspclient/Portfile	2012-12-11 20:11:29 UTC (rev 100430)
@@ -1,21 +1,23 @@
+# -*- 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			fspclient
+name                fspclient
 version             0.93.0
-categories		net
-platforms		darwin
-maintainers		nomaintainer
+categories          net
+platforms           darwin
+maintainers         nomaintainer
 # Quoth the web site: "Source code is copyrighted and uses 2-point BSD-like license which ais also called MIT/X11 License"
 license             {BSD MIT}
 
-description		command line client for the fsp protocol
-long_description	FSP Client is FTP-like interface for File Service \
-				Protocol. It look exactly like classic FTP does, but uses \
-				different transfer protocol.
+description         command line client for the fsp protocol
 
-homepage		http://fspclient.sourceforge.net/
+long_description    FSP Client is FTP-like interface for File Service \
+                    Protocol. It look exactly like classic FTP does, but uses \
+                    different transfer protocol.
+
+homepage            http://fspclient.sourceforge.net/
 master_sites        sourceforge:project/fspclient/fspclient/${version}
 
 checksums           rmd160  e27400dcb293dfb0e5eba8e78b5d33b88f5f7ad8 \
@@ -23,7 +25,7 @@
 
 depends_build       port:scons
 
-patchfiles		patch-client_util.c
+patchfiles          patch-client_util.c
 
 use_configure       no
 
@@ -37,10 +39,10 @@
 destroot.destdir    prefix=${destroot}${prefix}
 
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} doc/FOR.MORE.INFO doc/HISTORY ChangeLog \
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} doc/FOR.MORE.INFO doc/HISTORY ChangeLog \
         README ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.type	regex
-livecheck.regex	${name}-(\[0-9.\]+)${extract.suffix}
+livecheck.type      regex
+livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121211/f7006bf9/attachment.html>


More information about the macports-changes mailing list