head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.20 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.18 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.16 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.14 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.12 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.10 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.8 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.6 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.4 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.2 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.1.1.1.0.8 pkgsrc-2007Q4-base:1.1.1.1 pkgsrc-2007Q3:1.1.1.1.0.6 pkgsrc-2007Q3-base:1.1.1.1 pkgsrc-2007Q2:1.1.1.1.0.4 pkgsrc-2007Q2-base:1.1.1.1 pkgsrc-2007Q1:1.1.1.1.0.2 pkgsrc-2007Q1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2008.03.27.14.18.50; author bjs; state dead; branches; next 1.1; 1.1 date 2007.02.20.23.02.03; author xtraeme; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2007.02.20.23.02.03; author xtraeme; state Exp; branches; next ; desc @@ 1.2 log @ Update to version 0.9.1. Changes since 0.9: - Ask for a password in the terminal so that it doesn't show in ps. - Support different codepages. - Support for SOCKS proxy. - Bug fixes. Add CFLAGS.NetBSD+=-D_NETBSD_SOURCE to make it build. @ text @$NetBSD: patch-ad,v 1.1 2007/02/20 23:02:03 xtraeme Exp $ --- ftpfs-ls.c.orig 2007-02-18 20:28:01.000000000 +0100 +++ ftpfs-ls.c 2007-02-18 20:29:01.000000000 +0100 @@@@ -6,7 +6,9 @@@@ See the file COPYING. */ +#ifndef __NetBSD__ #define _XOPEN_SOURCE 600 +#endif #include #include #include @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Initial import of fuse-curlftpfs-0.9.0. CurlFtpFS is a filesystem for acessing FTP hosts based on FUSE and libcurl. Features CurlFtpFS diferentiates itself from other FTP filesystems because it features: * SSLv3 and TLSv1 support * connecting through tunneling HTTP proxies * automatically reconnection if the server times out * transform absolute symlinks to point back into the ftp file system @ text @@