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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
httpdirfs FUSE filesystem to mount HTTP directory listings, with a permanent cache
1.2.0 www Deleted 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.0Version of this port present on the latest quarterly branch.
Maintainer: 0mp@FreeBSD.org search for ports maintained by this maintainer
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
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/httpdirfs
  2. man/man1/httpdirfs.1.gz
  3. /usr/local/share/licenses/httpdirfs-1.2.0/catalog.mk
  4. /usr/local/share/licenses/httpdirfs-1.2.0/LICENSE
  5. /usr/local/share/licenses/httpdirfs-1.2.0/GPL3OPENSSL
Collapse this list.
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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake : devel/gmake
  2. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libcurl.so : ftp/curl
  2. libexpat.so : textproc/expat2
  3. libfuse.so : sysutils/fusefs-libs
  4. libgumbo.so : devel/gumbo
  5. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/fangfufu/httpdirfs/tar.gz/1.2.0?dummy=/
Collapse this list.

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.0
23 Nov 2019 14:21:03
Revision:518239Original commit files touched by this commit
0mp search for other commits by this committer
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
Revision:517357Original commit files touched by this commit
linimon search for other commits by this committer
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
Revision:517323Original commit files touched by this commit
0mp search for other commits by this committer
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