Port details |
- httpdirfs FUSE filesystem to mount HTTP directory listings, with a permanent cache
- 1.2.0 www
=0 1.2.0Version of this port present on the latest quarterly branch.
- Maintainer: 0mp@FreeBSD.org
- Port Added: 2019-11-12 10:55:04
- Last Update: 2019-11-23 14:21:03
- SVN Revision: 518239
- License: GPL3OPENSSL
- WWW:
- https://github.com/fangfufu/httpdirfs
- Description:
- Have you ever wanted to mount those HTTP directory listings as if it was a
partition? Look no further, this is your solution. HTTPDirFS stands for Hyper
Text Transfer Protocol Directory Filesystem.
The performance of the program is excellent. HTTP connections are reused due to
the use of curl-multi interface. The FUSE component runs in 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 makes this
filesystem much faster than rclone mount.
The support for Airsonic / Subsonic server has also been added. This allows you
to mount a remote music collection locally.
WWW: https://github.com/fangfufu/httpdirfs
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- httpdirfs>0:www/httpdirfs
- No installation instructions:
- This port has been deleted.
- PKGNAME: httpdirfs
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1573554310
SHA256 (fangfufu-httpdirfs-1.2.0_GH0.tar.gz) = 05be4d83434eaea002f550b77aed6c05ff135927662d53a6e2b224e766a50a9a
SIZE (fangfufu-httpdirfs-1.2.0_GH0.tar.gz) = 74794
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libcurl.so : ftp/curl
- libexpat.so : textproc/expat2
- libfuse.so : sysutils/fusefs-libs
- libgumbo.so : devel/gumbo
- libuuid.so : misc/e2fsprogs-libuuid
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for httpdirfs-1.2.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- gmake localbase 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.0 23 Nov 2019 14:21:03 |
0mp |
Move www/httpdirfs to sysutils/fusefs-httpdirfs
The reason for this is to make the HTTPDirFS port more consistent with the
rest of FUSE ports.
Also, update pkg-descr to avoid talking directly to the user and presenting
judgmental assessments about the performance of the software.
Reported by: danfe |
1.2.0 13 Nov 2019 03:33:36 |
linimon |
Fix build on GCC-based systems:
src/main.c:47: error: 'for' loop initial declaration used outside C99 mode
Approved by: portmgr (tier-2 blanket) |
1.2.0 12 Nov 2019 10:54:59 |
0mp |
New port: www/httpdirfs: FUSE filesystem to mount HTTP directory listings, with
a permanent cache
Have you ever wanted to mount those HTTP directory listings as if it was a
partition? Look no further, this is your solution. HTTPDirFS stands for
Hyper Text Transfer Protocol Directory Filesystem.
The performance of the program is excellent. HTTP connections are reused
due to the use of curl-multi interface. The FUSE component runs in
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 makes this
filesystem much faster than rclone mount.
The support for Airsonic / Subsonic server has also been added. This allows
you to mount a remote music collection locally.
WWW: https://github.com/fangfufu/httpdirfs |
Number of commits found: 3
|