head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.05.10.16.32.05; author vins; state Exp; branches; next ; commitid DXobVrgLVpalShFG; desc @@ 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 @$NetBSD$ Install man page by default. --- meson.build.orig 2026-05-10 02:41:37.000000000 +0000 +++ meson.build @@@@ -49,7 +49,7 @@@@ httpdirfs = executable('httpdirfs', install_dir: get_option('bindir'), ) -if (host_machine.system() == 'linux') +if (host_machine.system() != 'dummy') help2man = find_program('help2man', required: false) if help2man.found() help2man_opts = [ @