Date: Tue, 12 Nov 2019 11:24:40 +0000 From: Alexey Dokuchaev <danfe@freebsd.org> To: Mateusz Piotrowski <0mp@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r517323 - in head/www: . httpdirfs httpdirfs/files Message-ID: <20191112112440.GA34193@FreeBSD.org> In-Reply-To: <201911121054.xACAsxDE031564@repo.freebsd.org> References: <201911121054.xACAsxDE031564@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 12, 2019 at 10:54:59AM +0000, Mateusz Piotrowski wrote: > New Revision: 517323 > URL: https://svnweb.freebsd.org/changeset/ports/517323 > > Log: > New port: www/httpdirfs: FUSE filesystem to mount HTTP directory > listings, with a permanent cache It would be nice if you'd taken a look at other fuse-* ports first. > Added: head/www/httpdirfs/Makefile > ============================================================================== > @@ -0,0 +1,40 @@ > +# $FreeBSD$ > + > +PORTNAME= httpdirfs > +DISTVERSION= 1.2.0 > +CATEGORIES= www I'd say that `net' or `sysutils' would be better category for this type of software. Missing PKGNAMEPREFIX=fusefs- (also in the port directory name). > +LIB_DEPENDS= libcurl.so:ftp/curl \ > + libexpat.so:textproc/expat2 \ > + libfuse.so:sysutils/fusefs-libs \ USES+=fuse. > Added: head/www/httpdirfs/pkg-descr > @@ -0,0 +1,16 @@ > +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. We typically discourage "talking to user" style in the port description, as well as judgmental assessments ("performance is excellent") coming from the software author(s). ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20191112112440.GA34193>