head 1.4; access; symbols pkgsrc-2026Q2:1.3.0.2 pkgsrc-2026Q2-base:1.3; locks; strict; comment @# @; 1.4 date 2026.09.01.19.33.01; author ktnb; state Exp; branches; next 1.3; commitid rDUx0KMYcZtmdXTG; 1.3 date 2026.05.25.07.01.45; author wiz; state Exp; branches; next 1.2; commitid 919l6tXweynUeaHG; 1.2 date 2026.05.14.16.40.53; author ryoon; state Exp; branches; next 1.1; commitid tKipFjQKzke3NNFG; 1.1 date 2026.05.10.16.32.04; author vins; state Exp; branches; next ; commitid DXobVrgLVpalShFG; desc @@ 1.4 log @Revbump all gumbo-parser packages after 0.14.0 update @ text @# $NetBSD: Makefile,v 1.3 2026/05/25 07:01:45 wiz Exp $ DISTNAME= httpdirfs-1.2.8 PKGNAME= ${DISTNAME:S/^/fuse-/} PKGREVISION= 2 CATEGORIES= filesystems MASTER_SITES= ${MASTER_SITE_GITHUB:=fangfufu/} GITHUB_PROJECT= httpdirfs GITHUB_TAG= ${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/fangfufu/httpdirfs/ COMMENT= FUSE filesystem to mount HTTP directory listings LICENSE= gnu-gpl-v3 # Needs FUSE 3.0 API but refuse(3) in NetBSD 9 only supports 2.6 NOT_FOR_PLATFORM+= NetBSD-[0-9].*-* USE_TOOLS+= pkg-config USE_FUSE3= yes TOOL_DEPENDS+= help2man-[0-9]*:../../converters/help2man DOCDIR= share/doc WRKSRC= ${WRKDIR}/${DISTNAME} INSTALLATION_DIRS+= ${DOCDIR} post-install: ${INSTALL_DATA} ${WRKSRC}/README.md \ ${DESTDIR}${PREFIX}/${DOCDIR} .include "../../devel/libexecinfo/buildlink3.mk" .include "../../devel/libuuid/buildlink3.mk" .include "../../devel/meson/build.mk" .include "../../security/openssl/buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" .include "../../www/curl/buildlink3.mk" .include "../../www/gumbo-parser/buildlink3.mk" .include "../../mk/fuse.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.3 log @fuse-httpdirfs: fix download @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2026/05/14 16:40:53 ryoon Exp $ d5 1 a5 1 PKGREVISION= 1 @ 1.2 log @*: Recursive revbump from security/nettle-4.0 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2026/05/10 16:32:04 vins Exp $ d8 1 @ 1.1 log @fuse-httpdirfs: initial import of package HTTPDirFS stands for Hyper Text Transfer Protocol Directory Filesystem. It allows to mount HTTP directory listings or a single file, using the FUSE API. The performance of the program is excellent. HTTP connections are reused through curl-multi interface. The FUSE component runs in the multithreaded mode. A permanent cache system caches all the file segments you have downloaded, so you don't need to these segments again if you access them later. @ text @d1 1 a1 1 # $NetBSD$ d5 1 @