Thu Mar 27 14:18:50 2008 UTC ()
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.


(bjs)
diff -r1.3 -r1.4 pkgsrc/filesystems/fuse-curlftpfs/Makefile
diff -r1.2 -r1.3 pkgsrc/filesystems/fuse-curlftpfs/distinfo
diff -r1.1.1.1 -r0 pkgsrc/filesystems/fuse-curlftpfs/patches/patch-ad

cvs diff -r1.3 -r1.4 pkgsrc/filesystems/fuse-curlftpfs/Makefile (expand / switch to unified diff)

--- pkgsrc/filesystems/fuse-curlftpfs/Makefile 2008/01/18 05:06:33 1.3
+++ pkgsrc/filesystems/fuse-curlftpfs/Makefile 2008/03/27 14:18:50 1.4
@@ -1,21 +1,22 @@ @@ -1,21 +1,22 @@
1# $NetBSD: Makefile,v 1.3 2008/01/18 05:06:33 tnn Exp $ 1# $NetBSD: Makefile,v 1.4 2008/03/27 14:18:50 bjs Exp $
2# 2#
3 3
4DISTNAME= curlftpfs-0.9 4DISTNAME= curlftpfs-0.9.1
5PKGNAME= fuse-${DISTNAME} 5PKGNAME= fuse-${DISTNAME}
6PKGREVISION= 1 
7CATEGORIES= filesystems 6CATEGORIES= filesystems
8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=curlftpfs/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=curlftpfs/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://curlftpfs.sourceforge.net/ 10HOMEPAGE= http://curlftpfs.sourceforge.net/
12COMMENT= FUSE filesystem for acessing FTP hosts 11COMMENT= FUSE filesystem for acessing FTP hosts
13 12
14GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 14USE_LIBTOOL= yes
16USE_TOOLS+= gmake pkg-config 15USE_TOOLS+= gmake pkg-config
17 16
 17CFLAGS.NetBSD+= -D_NETBSD_SOURCE
 18
18.include "../../devel/glib2/buildlink3.mk" 19.include "../../devel/glib2/buildlink3.mk"
19.include "../../www/curl/buildlink3.mk" 20.include "../../www/curl/buildlink3.mk"
20.include "../../mk/fuse.buildlink3.mk" 21.include "../../mk/fuse.buildlink3.mk"
21.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/filesystems/fuse-curlftpfs/distinfo (expand / switch to unified diff)

--- pkgsrc/filesystems/fuse-curlftpfs/distinfo 2007/02/28 16:34:25 1.2
+++ pkgsrc/filesystems/fuse-curlftpfs/distinfo 2008/03/27 14:18:50 1.3
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.2 2007/02/28 16:34:25 xtraeme Exp $ 1$NetBSD: distinfo,v 1.3 2008/03/27 14:18:50 bjs Exp $
2 2
3SHA1 (curlftpfs-0.9.tar.gz) = cfd4a88e768be246335e5f0032728cf34571dc37 3SHA1 (curlftpfs-0.9.1.tar.gz) = 768385f68f7e128ec9e852bbf7860a632e8e3c46
4RMD160 (curlftpfs-0.9.tar.gz) = cabb0022129fb9e7354b05efd020ab89d8345f66 4RMD160 (curlftpfs-0.9.1.tar.gz) = bb1a156160ff4bd517410f872f68ba77c8085b11
5Size (curlftpfs-0.9.tar.gz) = 347657 bytes 5Size (curlftpfs-0.9.1.tar.gz) = 362542 bytes
6SHA1 (patch-aa) = bfa05b8930560ffe25c3a2b12ff9497c0c5d37c4 6SHA1 (patch-aa) = bfa05b8930560ffe25c3a2b12ff9497c0c5d37c4
7SHA1 (patch-ad) = 8988796a6169b16d3b88a39017236b7dac7ddb83 7SHA1 (patch-ad) = 8988796a6169b16d3b88a39017236b7dac7ddb83

File Deleted: pkgsrc/filesystems/fuse-curlftpfs/patches/Attic/patch-ad