svn commit: r552051 - in head/security: . ffuf

Alexey Dokuchaev danfe at freebsd.org
Mon Oct 12 03:58:17 UTC 2020


On Sun, Oct 11, 2020 at 11:10:12AM +0000, Kurt Jaeger wrote:
> New Revision: 552051
> URL: https://svnweb.freebsd.org/changeset/ports/552051
> 
> Log:
>   New port: security/ffuf
>   
>   Fast web fuzzer written in Go
>   
> ...
> +PORTNAME=	ffuf
> +DISTVERSIONPREFIX=v
> +DISTVERSION=	1.1.0
> +CATEGORIES=	security www
> +
> +MAINTAINER=	0xdutra at gmail.com
> +COMMENT=	Fast web fuzzer written in Go
>   
> ...
> +++ head/security/ffuf/pkg-descr	Sun Oct 11 11:10:11 2020
> @@ -0,0 +1,3 @@
> +Fast web fuzzer written in Go
> +
> +WWW: https://github.com/ffuf/ffuf

COMMENT alone rarely makes good port description.  PHB explicitly tells
not to do so in Section 3.2.1.  If upstream and/or submitter failed to
provide propert text, it becomes committer's responsibility to write up
and add one.

Unlike COMMENT, port description should end with a full stop (period).

./danfe


More information about the svn-ports-all mailing list