Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Sep 2022 13:51:44 +0300
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        Stefan =?utf-8?B?RcOfZXI=?= <se@freebsd.org>
Cc:        ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org
Subject:   Re: git: b7f05445c00f - main - Add WWW entries to port Makefiles
Message-ID:  <YxnJQNryOG0BMhB6@hades.panopticon>
In-Reply-To: <202209072117.287LHGu7035095@gitrepo.freebsd.org>
References:  <202209072117.287LHGu7035095@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* Stefan Eßer (se@FreeBSD.org) wrote:

> commit b7f05445c00f2625aa19b4154ebcbce5ed2daa52
> Author:     Stefan Eßer <se@FreeBSD.org>
> AuthorDate: 2022-09-07 21:06:12 +0000
> Commit:     Stefan Eßer <se@FreeBSD.org>
> CommitDate: 2022-09-07 21:10:59 +0000
> 
>     Add WWW entries to port Makefiles
>     
>     It has been common practice to have one or more URLs at the end of the
>     ports' pkg-descr files, one per line and prefixed with "WWW:". These
>     URLs should point at a project website or other relevant resources.
>     
>     Access to these URLs required processing of the pkg-descr files, and
>     they have often become stale over time. If more than one such URL was
>     present in a pkg-descr file, only the first one was tarnsfered into
>     the port INDEX, but for many ports only the last line did contain the
>     port specific URL to further information.
>     
>     There have been several proposals to make a project URL available as
>     a macro in the ports' Makefiles, over time.
>     
>     This commit implements such a proposal and moves one of the WWW: entries
>     of each pkg-descr file into the respective port's Makefile. A heuristic
>     attempts to identify the most relevant URL in case there is more than
>     one WWW: entry in some pkg-descr file. URLs that are not moved into the
>     Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
>     files in order to preserve them.

Why weren't all urls moved to WWW? For my ports, if there were multiple
WWW's, all of them important and thus all of them should be moved to
WWW=. Is there a policy which disallows multiple URLs in WWW?

-- 
Dmitry Marakasov   .
amdmi3@amdmi3.ru  ..:  https://github.com/AMDmi3  https://amdmi3.ru/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YxnJQNryOG0BMhB6>