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

source_changes at macosforge.org source_changes at macosforge.org
Sun Oct 14 11:29:25 PDT 2007


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

Log Message:
-----------
gftp:
 * Added standard doc installation.
 * Fixed dependencies.
 * Disabled tests building.
 * Added sha1 and rmd160 checksums.
 * Changed long_description to something less confuse.

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

Modified: trunk/dports/net/gftp/Portfile
===================================================================
--- trunk/dports/net/gftp/Portfile	2007-10-14 18:24:19 UTC (rev 29898)
+++ trunk/dports/net/gftp/Portfile	2007-10-14 18:29:25 UTC (rev 29899)
@@ -4,38 +4,43 @@
 
 name            gftp
 version         2.0.18
+revision        1
 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.
+    gFTP is a free multithreaded file transfer client for *NIX based machines.
 
 homepage        http://www.gftp.org/
-master_sites    ${homepage}
+master_sites    ${homepage} \
+                ftp://www.gftp.org/pub/gftp/
+
 use_bzip2       yes
 
-checksums       md5 44b19442d06f6dc68c7211d66029d826
+checksums       md5 44b19442d06f6dc68c7211d66029d826 \
+                sha1 c2468f1ff1fe978a5fab3a198e513558f3b48f5a \
+                rmd160 0e0daea8543ae822b25635647360193362a2648d
 
-depends_lib     port:gtk2
+depends_lib     port:gtk2 \
+                port:gettext \
+                port:openssl \
+                port:readline \
+                port:ncurses
 
 patchfiles      patch-pty.c.diff
 
 configure.ldflags-append    -bind_at_load
-configure.args              --mandir=${prefix}/share/man
+configure.args              --mandir=${prefix}/share/man \
+                            --disable-glibtest \
+                            --disable-gtktest
 
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}-${version}
+    xinstall -d ${destroot}${docdir}/html
+    xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README \
+        THANKS TODO ${destroot}${docdir}
+    xinstall -m 0644 ${worksrcpath}/README.html ${destroot}${docdir}/html
+}
+

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


More information about the macports-changes mailing list