1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name gftp |
---|
4 | version 2.0.14 |
---|
5 | categories net |
---|
6 | maintainers tomfowler@mac.com |
---|
7 | description GTK+ FTP client |
---|
8 | long_description Distributed under the terms of the GNU Public License Agreement \ |
---|
9 | Written in C and has a text interface and a GTK+ 1.2/2.0 interface \ |
---|
10 | Supports the FTP, HTTP and SSH protocols \ |
---|
11 | Supports FXP file transfers (transfering files between 2 remote servers via FTP) \ |
---|
12 | Multithreaded to allow for simultaneous downloads \ |
---|
13 | File transfer queues to allow for downloading multiple files \ |
---|
14 | Supports downloading entire directories and subdirectories \ |
---|
15 | Bookmarks menu to allow you to quickly connect to remote sites \ |
---|
16 | Supports resuming interrupted file transfers \ |
---|
17 | Supports caching of remote directory listings \ |
---|
18 | Drag-N-Drop support \ |
---|
19 | FTP and HTTP proxy server support \ |
---|
20 | Allows for passive and non-passive file transfers \ |
---|
21 | Supports UNIX, EPLF, Novell, MacOS, and NT (DOS) style directory listings \ |
---|
22 | Full graphical configuration. |
---|
23 | |
---|
24 | homepage http://gftp.seul.org/ |
---|
25 | master_sites ftp://www.gftp.org/pub/gftp/ |
---|
26 | checksums md5 61e1271af88de20b50a90242a648ab2b |
---|
27 | configure.args --disable-nls |
---|
28 | configure.env LDFLAGS=-bind_at_load |
---|
29 | configure.env CFLAGS=-traditional-cpp |
---|
30 | |
---|
31 | depends_lib lib:libgtk.1:gtk |
---|
32 | |
---|
33 | post-configure { |
---|
34 | reinplace "s|#include <sys/sysmacros.h>| |g" \ |
---|
35 | "${workpath}/${worksrcdir}/lib/gftp.h" |
---|
36 | } |
---|