www/{lib,}nghttp2: Improve descriptions

Make clear that www/libhttp2 is a HTTP/2 library with several consumers and
www/nghttp2 is a toolset using that lib. www/nghttp2 does not provide any C
library by itself.

See also: https://reviews.freebsd.org/D49114

Approved by:	jrm (mentor), sunpoet, fluffy (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D49118
This commit is contained in:
Michael Osipov 2025-02-24 09:10:12 +01:00
parent bc8d73fd1e
commit 4fc8ab499f
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ MASTER_SITES= https://github.com/nghttp2/nghttp2/releases/download/v${PORTVERSIO
PKGNAMEPREFIX= lib
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= HTTP/2.0 C Library
COMMENT= HTTP/2 C Library
WWW= https://nghttp2.org/ \
https://github.com/nghttp2/nghttp2

View file

@ -5,7 +5,7 @@ PORTREVISION= 3
CATEGORIES= www devel linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= HTTP/2.0 C Library (Rocky Linux ${LINUX_DIST_VER})
COMMENT= HTTP/2 C Library (Rocky Linux ${LINUX_DIST_VER})
WWW= https://nghttp2.org/ \
https://github.com/nghttp2/nghttp2

View file

@ -4,7 +4,7 @@ CATEGORIES= www net
MASTER_SITES= https://github.com/nghttp2/nghttp2/releases/download/v${PORTVERSION}/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= HTTP/2.0 C Library
COMMENT= HTTP/2 tools
WWW= https://nghttp2.org/
LICENSE= MIT