1 | # $Id: Portfile 30239 2007-10-23 01:55:09Z jmpp@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name yafc |
---|
6 | version 1.1 |
---|
7 | revision 1 |
---|
8 | categories net |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | description yafc is yet another ftp client |
---|
12 | long_description yafc is yet another ftp client featuring cached \ |
---|
13 | directory listings, extensive tab completion, aliases, \ |
---|
14 | colored ls (ie, ls --color, uses \$LS_COLORS like GNU \ |
---|
15 | ls), automatic reconnect on timed out connections, \ |
---|
16 | recursive get/put/fxp/ls/rm, nohup mode transfers, \ |
---|
17 | multiple connections open simultaneously, tagging \ |
---|
18 | (queueing), very configurable, autologin and \ |
---|
19 | bookmarks, automagically enters nohup-mode when SIGHUP \ |
---|
20 | received (in get and put), redirection to local \ |
---|
21 | command or file, proxy support, Kerberos support \ |
---|
22 | (version 4 and 5, heimdal, kth-krb or MIT), SSH2 \ |
---|
23 | support (sftp). |
---|
24 | |
---|
25 | homepage http://yafc.sourceforge.net/ |
---|
26 | master_sites sourceforge |
---|
27 | checksums md5 877c21d9b70d89474d1a6478a21c1e51 |
---|
28 | use_bzip2 yes |
---|
29 | patchfiles patch-src-syshdr.h |
---|
30 | |
---|
31 | depends_lib port:kerberos5 \ |
---|
32 | port:readline |
---|
33 | |
---|
34 | configure.args --mandir=${prefix}/share/man \ |
---|
35 | --infodir=${prefix}/share/info \ |
---|
36 | --with-readline-lib=${prefix}/lib \ |
---|
37 | --with-readline-include=${prefix}/include |
---|
38 | |
---|
39 | platform darwin 8 { |
---|
40 | patchfiles-append patch-lib__gssapi.c |
---|
41 | } |
---|