From owner-svn-ports-all@freebsd.org Tue Nov 12 11:24:40 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EDCEB1AA22D; Tue, 12 Nov 2019 11:24:40 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47C54S5nvzz4R8f; Tue, 12 Nov 2019 11:24:40 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id A50941A8A3; Tue, 12 Nov 2019 11:24:40 +0000 (UTC) Date: Tue, 12 Nov 2019 11:24:40 +0000 From: Alexey Dokuchaev 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> References: <201911121054.xACAsxDE031564@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201911121054.xACAsxDE031564@repo.freebsd.org> User-Agent: Mutt/1.11.4 (2019-03-13) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2019 11:24:41 -0000 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