# $Id: Portfile,v 1.1 2004/02/09 05:21:30 rshaw Exp $ PortSystem 1.0 name fugu version 1.1.0 categories aqua maintainers rshaw@opendarwin.org description A Mac OS X SFTP, SCP and SSH Frontend. long_description Fugu is a graphical frontend to the commandline \ Secure File Transfer application (SFTP). SFTP is \ similar to FTP, but unlike FTP, the entire session \ is encrypted, meaning no passwords are sent in \ cleartext form, and is thus much less vulnerable to \ third-party interception. platforms darwin homepage http://rsug.itd.umich.edu/software/fugu/ fetch.type cvs cvs.root :pserver:anonymous@rsug.itd.umich.edu:/usr/local/src/cvsroot cvs.password RSUG cvs.module ${name} set cvsdate 20040104 distname ${name} post-fetch { cd ${worksrcpath} system "/usr/bin/env ${cvs.env} cvs update -D ${cvsdate}" } use_configure no post-patch { set xcodebuild "xcodebuild" if {[catch {set xcodebuild [binaryInPath $xcodebuild]}] == 0} { reinplace "s%pbxbuild%${xcodebuild}%" ${worksrcpath}/Makefile } } destroot { set appPath ${destroot}/Applications/DarwinPorts cd ${worksrcpath}/build xinstall -d -m 0755 ${appPath} system "ditto -v -rsrcFork Fugu.app ${appPath}/Fugu.app" }