[31354] trunk/dports/net/yafc/Portfile

ram at macports.org ram at macports.org
Tue Nov 20 19:21:53 PST 2007


Revision: 31354
          http://trac.macosforge.org/projects/macports/changeset/31354
Author:   ram at macports.org
Date:     2007-11-20 19:21:51 -0800 (Tue, 20 Nov 2007)

Log Message:
-----------
whitespace

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

Modified: trunk/dports/net/yafc/Portfile
===================================================================
--- trunk/dports/net/yafc/Portfile	2007-11-21 02:39:29 UTC (rev 31353)
+++ trunk/dports/net/yafc/Portfile	2007-11-21 03:21:51 UTC (rev 31354)
@@ -1,42 +1,42 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem         1.0
 
-name		yafc
-version		1.1
-revision	1
-categories	net
-platforms	darwin
-maintainers	ram openmaintainer
-description	yafc is yet another ftp client
-long_description	yafc is yet another ftp client featuring cached \
-			directory listings, extensive tab completion, aliases, \
-			colored ls (ie, ls --color, uses \$LS_COLORS like GNU \
-			ls), automatic reconnect on timed out connections, \
-			recursive get/put/fxp/ls/rm, nohup mode transfers, \
-			multiple connections open simultaneously, tagging \
-			(queueing), very configurable, autologin and \
-			bookmarks, automagically enters nohup-mode when SIGHUP \
-			received (in get and put), redirection to local \
-			command or file, proxy support, Kerberos support \
-			(version 4 and 5, heimdal, kth-krb or MIT), SSH2 \
-			support (sftp).
+name               yafc
+version            1.1
+revision           1
+categories         net
+platforms          darwin
+maintainers        ram openmaintainer
 
-homepage	http://yafc.sourceforge.net/
-master_sites	sourceforge
-checksums	md5 877c21d9b70d89474d1a6478a21c1e51
-use_bzip2	yes
-patchfiles	patch-src__syshdr.h.diff
+description        yafc is yet another ftp client
+long_description   yafc is yet another ftp client featuring cached \
+  directory listings, extensive tab completion, aliases, colored ls \
+  (ie, ls --color, uses \$LS_COLORS like GNU ls), automatic reconnect \
+  on timed out connections, recursive get/put/fxp/ls/rm, nohup mode \
+  transfers, multiple connections open simultaneously, tagging \
+  (queueing), very configurable, autologin and bookmarks, automagically \
+  enters nohup-mode when SIGHUP received (in get and put), redirection \
+  to local command or file, proxy support, Kerberos support (version 4 \
+  and 5, heimdal, kth-krb or MIT), SSH2 support (sftp).
 
-depends_lib	port:readline
+homepage           http://yafc.sourceforge.net/
+master_sites       sourceforge:yafc
+use_bzip2          yes
 
-configure.args	--mandir=${prefix}/share/man \
-		--infodir=${prefix}/share/info \
-		--with-readline-lib=${prefix}/lib \
-		--with-readline-include=${prefix}/include
+checksums          md5 877c21d9b70d89474d1a6478a21c1e51
 
+patchfiles         patch-src__syshdr.h.diff
+
+depends_lib        port:readline
+
+configure.args     --mandir=${prefix}/share/man \
+                   --infodir=${prefix}/share/info \
+                   --with-readline-lib=${prefix}/lib \
+                   --with-readline-include=${prefix}/include
+
 platform darwin 8 {
-	patchfiles-append patch-lib__gssapi.c.diff
+  patchfiles-append patch-lib__gssapi.c.diff
 }
 
 platform darwin 9 {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071120/7008053c/attachment.html


More information about the macports-changes mailing list