[29897] trunk/dports/net/gftp/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Oct 14 11:02:38 PDT 2007


Revision: 29897
          http://trac.macosforge.org/projects/macports/changeset/29897
Author:   nox at macports.org
Date:     2007-10-14 11:02:38 -0700 (Sun, 14 Oct 2007)

Log Message:
-----------
gftp: Whitespace changes.

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

Modified: trunk/dports/net/gftp/Portfile
===================================================================
--- trunk/dports/net/gftp/Portfile	2007-10-14 17:50:35 UTC (rev 29896)
+++ trunk/dports/net/gftp/Portfile	2007-10-14 18:02:38 UTC (rev 29897)
@@ -1,37 +1,41 @@
 # $Id$
 
-PortSystem 1.0
-name             gftp
-version          2.0.18
-categories       net
-maintainers      nomaintainer at macports.org
-description      GTK+ FTP client
+PortSystem      1.0
+
+name            gftp
+version         2.0.18
+categories      net
+platforms       darwin
+maintainers     nomaintainer
+description     GTK+ FTP client
+
 long_description \
-	Distributed under the terms of the GNU Public License Agreement \
-	Written in C and has a text interface and a GTK+ 1.2/2.0 interface \
-	Supports the FTP, HTTP and SSH protocols \
-	Supports FXP file transfers (xfering files between 2 servers via FTP) \
-	Multithreaded to allow for simultaneous downloads \
-	File transfer queues to allow for downloading multiple files \
-	Supports downloading entire directories and subdirectories \
-	Bookmarks menu to allow you to quickly connect to remote sites \
-	Supports resuming interrupted file transfers \
-	Supports caching of remote directory listings \
-	Drag-N-Drop support \
-	FTP and HTTP proxy server support \
-	Allows for passive and non-passive file transfers \
-	Supports UNIX, EPLF, Novell, Mac OS, and NT (DOS) style dir listings \
-	Full graphical configuration.
-homepage         http://www.gftp.org/
-platforms        darwin
+    Distributed under the terms of the GNU Public License Agreement \
+    Written in C and has a text interface and a GTK+ 1.2/2.0 interface \
+    Supports the FTP, HTTP and SSH protocols \
+    Supports FXP file transfers (xfering files between 2 servers via FTP) \
+    Multithreaded to allow for simultaneous downloads \
+    File transfer queues to allow for downloading multiple files \
+    Supports downloading entire directories and subdirectories \
+    Bookmarks menu to allow you to quickly connect to remote sites \
+    Supports resuming interrupted file transfers \
+    Supports caching of remote directory listings \
+    Drag-N-Drop support \
+    FTP and HTTP proxy server support \
+    Allows for passive and non-passive file transfers \
+    Supports UNIX, EPLF, Novell, Mac OS, and NT (DOS) style dir listings \
+    Full graphical configuration.
 
-master_sites     ${homepage}
-use_bzip2        yes
-checksums        md5 44b19442d06f6dc68c7211d66029d826
+homepage        http://www.gftp.org/
+master_sites    ${homepage}
+use_bzip2       yes
 
-depends_lib      port:gtk2
+checksums       md5 44b19442d06f6dc68c7211d66029d826
 
-patchfiles	patch-pty.c.diff
+depends_lib     port:gtk2
 
-configure.ldflags-append	"-bind_at_load"
-configure.args   --mandir=${prefix}/share/man
+patchfiles      patch-pty.c.diff
+
+configure.ldflags-append    -bind_at_load
+configure.args              --mandir=${prefix}/share/man
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071014/0685e645/attachment.html


More information about the macports-changes mailing list