net-fs/httpdirfs: new pkg; add 1.2.0 and 9999

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć
2020-12-03 22:43:24 +01:00
parent 4540ba5b6d
commit fa69c49c2d
4 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>xgqt@protonmail.com</email>
<name>Maciej Barć</name>
</maintainer>
<upstream>
<remote-id type="github">fangfufu/httpdirfs</remote-id>
</upstream>
<longdescription>
A filesystem which allows you to mount HTTP directory listings, with a permanent cache.
Now with Airsonic / Subsonic support!
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.
</longdescription>
</pkgmetadata>