Port details |
- httpdirfs FUSE filesystem to mount HTTP directory listings, with a permanent cache
- 1.2.7 filesystems =0 1.2.7Version of this port present on the latest quarterly branch.
- Maintainer: alster@vinterdalen.se
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libcurl.so : ftp/curl
- libexpat.so : textproc/expat2
- libgumbo.so : devel/gumbo
- libuuid.so : misc/e2fsprogs-libuuid
- 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:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.7 12 Jan 2025 21:41:54 |
Piotr Kubaj (pkubaj) |
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 |
Zsolt Udvari (uzsolt) 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 |
Robert Clausecker (fuz) |
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
|