Update of /cvsroot/fink/dists/10.2/stable/crypto/finkinfo
In directory sc8-pr-cvs1:/tmp/cvs-serv10103
Added Files:
yafc-1.0-1.info yafc-1.0-1.patch
Log Message:
from unstable
--- NEW FILE: yafc-1.0-1.info ---
Package: yafc
Version: 1.0
Revision: 1
Description: Enhanced ftp client, supporting ssh2 (sftp)
License: GPL
Maintainer: Christian Swinehart <[EMAIL PROTECTED]>
Depends: readline-shlibs (>= 4.3-5)
BuildDepends: readline (>= 4.3-5)
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 3017b3161097f44ca24d55bd1bc38531
ConfigureParams: --with-readline --with-krb4
UpdateConfigGuess: yes
PatchScript: sed 's|@PREFIX@|%p|g' <%a/%f.patch | patch -p1
cp config.guess config.sub support/
GCC: 3.1
CompileScript: ./configure %c
make
(cd doc; texi2html -split_chapter yafc.texi)
InstallScript: make install prefix=%i mandir=%i/share/man infodir=%i/share/info
install -d -m 755 %i/etc
cp -p yafcrc.sample yafcrc
install -c -p -m 644 yafcrc %i/etc/
install -d -m 755 %i/share/doc/%n/examples
install -c -p -m 644 inputrc.sample %i/share/doc/%n/examples/
install -c -p -m 644 yafc-import_ncftp.pl %i/share/doc/%n/examples/
mkdir -p %i/share/doc/%n/html
install -m 644 doc/*.html %i/share/doc/%n/html
ConfFiles: %p/etc/yafcrc
DocFiles: COPYING NEWS README TODO THANKS ChangeLog BUGS
InfoDocs: yafc.info
DescDetail: <<
Yafc is yet another ftp client, similar to ftp(1).
It is an interactive interface to the FTP protocol.
Features
* SSH2 support (sftp)
* 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)
* it's free!
The fink version is currently lacking:
* proxy support (socks)
Features included but not tested:
* kerberos authentication (please send feedback if this works)
<<
DescPort: <<
Patched references to /etc to point to %p/etc.
Modified configure script to properly set am_aux_dir variable
<<
Homepage: http://yafc.sourceforge.net
--- NEW FILE: yafc-1.0-1.patch ---
diff -u -Naur yafc-1.0/NEWS yafc-1.0.fink/NEWS
--- yafc-1.0/NEWS Thu Dec 5 17:06:59 2002
+++ yafc-1.0.fink/NEWS Fri Jan 10 17:24:33 2003
@@ -260,7 +260,7 @@
* added --help option for untag
* added *.md5 to ascii_transfer_mask
-* now parses system-wide /etc/yafcrc on startup
+* now parses system-wide @PREFIX@/etc/yafcrc on startup
+ doesn't create default ~/.yafc/yafcrc on first run
* rglob.c: didn't update directory cache properly
* segfault in get/put if connection timed out
diff -u -Naur yafc-1.0/configure yafc-1.0.fink/configure
--- yafc-1.0/configure Thu Dec 5 17:15:45 2002
+++ yafc-1.0.fink/configure Fri Jan 10 17:25:50 2003
@@ -1635,7 +1635,7 @@
# expand $ac_aux_dir to an absolute path
[...3003 lines suppressed...]
+ }
+
+ else
+ {
+ print $bookmark[2];
+
+ $bookmark[3] =~ s/^\*encoded\*/\[base64\]/ if $bookmark[3];
+ print " password $bookmark[3]" if $bookmark[3];
+ }
+
+ $bookmark[5] = "\"$bookmark[5]\"" if ($bookmark[5] =~ m/ /);
+ print " cwd $bookmark[5]" if ($bookmark[5] && $bookmark[5] ne '/');
+
+ print "\n\n";
+ }
+}
+
+print "# end of bookmark file\n";
+
+close(BOOKMARKS);
-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits