notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Diego: I replied to your email, it bounced. Please email me again from a different address.

HEADS UP

We have a known problem with lists of packages - they are out of date. A fix is in the works: see https://github.com/FreshPorts/freshports/issues/615 & https://github.com/FreshPorts/freshports/issues/616

Port details
httpdirfs FUSE filesystem to mount HTTP directory listings, with a permanent cache
1.2.7 filesystems on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.2.7Version of this port present on the latest quarterly branch.
Maintainer: alster@vinterdalen.se search for ports maintained by this maintainer
Port Added: 2024-11-07 19:52:55
Last Update: 2025-01-12 21:41:54
Commit Hash: c1e50bc
License: GPL3OPENSSL
WWW:
https://github.com/fangfufu/httpdirfs/
Description:
HTTPDirFS stands for Hyper Text Transfer Protocol Directory Filesystem. The performance of the program is excellent. HTTP connections are reused through curl-multi interface. The FUSE component runs in the multithreaded mode. There is a permanent cache system which can cache all the file segments you have downloaded, so you don't need to these segments again if you access them later. This feature is triggered by the --cache flag. This is similar to the --vfs-cache-mode full feature of rclone mount There is support for Airsonic / Subsonic server. This allows you to mount a remote music collection locally. If you only want to access a single file, there is also a simplified Single File Mode. This can be especially useful if the web server does not present a HTTP directory listing.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/httpdirfs
  2. /usr/local/share/licenses/fusefs-httpdirfs-1.2.7/catalog.mk
  3. /usr/local/share/licenses/fusefs-httpdirfs-1.2.7/LICENSE
  4. /usr/local/share/licenses/fusefs-httpdirfs-1.2.7/GPL3OPENSSL
Collapse this list.
Dependency lines:
  • fusefs-httpdirfs>0:filesystems/httpdirfs
To install the port:
cd /usr/ports/filesystems/httpdirfs/ && make install clean
To add the package, run one of these commands:
  • pkg install filesystems/httpdirfs
  • pkg install fusefs-httpdirfs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: fusefs-httpdirfs
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1734773125 SHA256 (fangfufu-httpdirfs-1.2.7_GH0.tar.gz) = c7de6851aaef3132971b9add4a1ed235777db0316f48414ff9d93a316055e9f3 SIZE (fangfufu-httpdirfs-1.2.7_GH0.tar.gz) = 81749

Packages (timestamps in pop-ups are UTC):
fusefs-httpdirfs
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.2.71.2.7-1.2.71.2.7---
FreeBSD:13:quarterly1.2.71.2.7------
FreeBSD:14:latest1.2.71.2.7--1.2.7---
FreeBSD:14:quarterly1.2.71.2.7------
FreeBSD:15:latest1.2.71.2.7n/a1.2.7n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. meson : devel/meson
  2. ninja : devel/ninja
  3. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libcurl.so : ftp/curl
  2. libexpat.so : textproc/expat2
  3. libgumbo.so : devel/gumbo
  4. libuuid.so : misc/e2fsprogs-libuuid
  5. libfuse3.so : filesystems/fusefs-libs3
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for fusefs-httpdirfs-1.2.7: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
filesystems_httpdirfs
USES:
fuse:3 meson pkgconfig ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/fangfufu/httpdirfs/tar.gz/1.2.7?dummy=/
Collapse this list.
Port Moves

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2.7
12 Jan 2025 21:41:54
commit hash: c1e50bcc6215576081ac9a4120e6cf2acdb51838commit hash: c1e50bcc6215576081ac9a4120e6cf2acdb51838commit hash: c1e50bcc6215576081ac9a4120e6cf2acdb51838commit hash: c1e50bcc6215576081ac9a4120e6cf2acdb51838 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
filesystems/httpdirfs: fix build on 32-bits

../src/link.c:998:55: error: format specifies type 'unsigned long' but the
argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat]
  998 |     snprintf(range_str, sizeof(range_str), "%lu-%lu", start, end);
      |                                             ~~~       ^~~~~
      |                                             %zu
../src/link.c:998:62: error: format specifies type 'unsigned long' but the
argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat]
  998 |     snprintf(range_str, sizeof(range_str), "%lu-%lu", start, end);
      |                                                 ~~~          ^~~
      |                                                 %zu
2 errors generated.
1.2.7
27 Dec 2024 19:08:03
commit hash: 401efad6e4be8872258f1c18fdf9f653fd848897commit hash: 401efad6e4be8872258f1c18fdf9f653fd848897commit hash: 401efad6e4be8872258f1c18fdf9f653fd848897commit hash: 401efad6e4be8872258f1c18fdf9f653fd848897 files touched by this commit
Zsolt Udvari (uzsolt) search for other commits by this committer
Author: Ã„lven
filesystems/httpdirfs: Update to 1.2.7

Clean pkg-descr.
Submitter takes maintainership.

Changelog:
https://github.com/fangfufu/httpdirfs/blob/master/CHANGELOG.md

PR:		283467
1.2.6
06 Nov 2024 15:17:35
commit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9dcommit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9dcommit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9dcommit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9d files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
filesystems: add new category for file systems and related utilities

The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.

Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.

Approved by:	portmgr (rene)
Reviewed by:	mat
Pull Request:	https://github.com/freebsd/freebsd-ports/pull/302
PR:		281988

Number of commits found: 3