Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jul 2023 20:22:52 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0c39e5b3120c - main - */*: Change webserver to web server in COMMENT and descriptions
Message-ID:  <202307162022.36GKMq1R060717@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0c39e5b3120c353df231678ff86b848e9babb5ce

commit 0c39e5b3120c353df231678ff86b848e9babb5ce
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-07-16 06:17:24 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-07-16 20:22:08 +0000

    */*: Change webserver to web server in COMMENT and descriptions
    
    Change it for consistency and to make finding packages easier
    
    Approved by:    portmgr (blanket)
---
 benchmarks/httperf/Makefile         | 2 +-
 sysutils/moosefs2-cgiserv/Makefile  | 2 +-
 sysutils/moosefs3-cgiserv/Makefile  | 2 +-
 www/awffull/Makefile                | 2 +-
 www/awffull/pkg-descr               | 2 +-
 www/devd/Makefile                   | 2 +-
 www/dfileserver/Makefile            | 2 +-
 www/dfileserver/pkg-descr           | 2 +-
 www/dhttpd/Makefile                 | 2 +-
 www/fnord/Makefile                  | 2 +-
 www/fnord/pkg-descr                 | 2 +-
 www/gatling/Makefile                | 2 +-
 www/hiawatha-monitor/Makefile       | 2 +-
 www/hiawatha/Makefile               | 2 +-
 www/hiawatha/pkg-descr              | 4 ++--
 www/mod_auth_openid/Makefile        | 2 +-
 www/mod_auth_openid/pkg-descr       | 2 +-
 www/mod_tidy/Makefile               | 2 +-
 www/mod_tidy/pkg-descr              | 2 +-
 www/nostromo/Makefile               | 2 +-
 www/p5-WWW-Mechanize-GZip/Makefile  | 2 +-
 www/p5-WWW-Mechanize-GZip/pkg-descr | 4 ++--
 www/perlbal/Makefile                | 2 +-
 www/pserv/Makefile                  | 2 +-
 www/rubygem-rack/Makefile           | 2 +-
 www/rubygem-rack16/Makefile         | 2 +-
 www/rubygem-rack22/Makefile         | 2 +-
 27 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile
index 4ee1d31e2559..e482c2dbe1e1 100644
--- a/benchmarks/httperf/Makefile
+++ b/benchmarks/httperf/Makefile
@@ -3,7 +3,7 @@ PORTVERSION=	0.9.1
 CATEGORIES=	benchmarks www
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Tool for measuring webserver performance
+COMMENT=	Tool for measuring web server performance
 WWW=		https://github.com/httperf/httperf
 
 LICENSE=	GPLv2
diff --git a/sysutils/moosefs2-cgiserv/Makefile b/sysutils/moosefs2-cgiserv/Makefile
index 21d745f4396f..12f1d45ce07d 100644
--- a/sysutils/moosefs2-cgiserv/Makefile
+++ b/sysutils/moosefs2-cgiserv/Makefile
@@ -1,6 +1,6 @@
 PKGNAMESUFFIX=	-cgiserv
 
-COMMENT=	MooseFS CGI webserver
+COMMENT=	MooseFS CGI web server
 
 MFS_COMPONENT=	cgiserv
 
diff --git a/sysutils/moosefs3-cgiserv/Makefile b/sysutils/moosefs3-cgiserv/Makefile
index fb8de26fb7e4..e1d1391a8254 100644
--- a/sysutils/moosefs3-cgiserv/Makefile
+++ b/sysutils/moosefs3-cgiserv/Makefile
@@ -1,6 +1,6 @@
 PKGNAMESUFFIX=	-cgiserv
 
-COMMENT=	MooseFS CGI webserver
+COMMENT=	MooseFS CGI web server
 
 MFS_COMPONENT=	cgiserv
 
diff --git a/www/awffull/Makefile b/www/awffull/Makefile
index 4b456143f2e4..cd0cd0527e99 100644
--- a/www/awffull/Makefile
+++ b/www/awffull/Makefile
@@ -5,7 +5,7 @@ CATEGORIES?=	www
 MASTER_SITES=	https://launchpadlibrarian.net/20395993/
 
 MAINTAINER?=	ports@FreeBSD.org
-COMMENT=	Webserver log analysis tool forked from Webalizer
+COMMENT=	Web server log analysis tool forked from Webalizer
 WWW=		http://www.stedee.id.au/awffull
 
 LICENSE=	GPLv3
diff --git a/www/awffull/pkg-descr b/www/awffull/pkg-descr
index df5df5b6ec16..a8783045ac87 100644
--- a/www/awffull/pkg-descr
+++ b/www/awffull/pkg-descr
@@ -1,4 +1,4 @@
-AWFFull is a webserver log analysis tool. Mainly used to produce
+AWFFull is a web server log analysis tool. Mainly used to produce
 simple reports, it can also be used as the starting point for more
 detailed Web Analytics.
 
diff --git a/www/devd/Makefile b/www/devd/Makefile
index 5ec46134b3bb..dd5f241c2bb3 100644
--- a/www/devd/Makefile
+++ b/www/devd/Makefile
@@ -5,7 +5,7 @@ PORTREVISION=	16
 CATEGORIES=	www devel
 
 MAINTAINER=	yuri@FreeBSD.org
-COMMENT=	Local webserver for developers
+COMMENT=	Local web server for developers
 WWW=		https://github.com/cortesi/devd
 
 LICENSE=	MIT
diff --git a/www/dfileserver/Makefile b/www/dfileserver/Makefile
index 7c7221bac3a2..739732c7cc5e 100644
--- a/www/dfileserver/Makefile
+++ b/www/dfileserver/Makefile
@@ -6,7 +6,7 @@ MASTER_SITES=	http://rodrigo.osorio.free.fr/freebsd/distfiles/ \
 		http://harpy.soarwitheagles.net/~dashy/
 
 MAINTAINER=	rodrigo@FreeBSD.org
-COMMENT=	Compact webserver designed to make sharing files easy
+COMMENT=	Compact web server designed to make sharing files easy
 WWW=		http://www.bebik.net/doku.php?id=software:dfileserver
 
 LICENSE=	BSD3CLAUSE
diff --git a/www/dfileserver/pkg-descr b/www/dfileserver/pkg-descr
index bf1fe4980a38..aae0c9b0c1b6 100644
--- a/www/dfileserver/pkg-descr
+++ b/www/dfileserver/pkg-descr
@@ -1,4 +1,4 @@
-A small and simple webserver programmed in C++ that was designed to make
+A small and simple web server programmed in C++ that was designed to make
 sharing files easy.
 
 By default, it shares whatever folder it was executed from on port 2000.
diff --git a/www/dhttpd/Makefile b/www/dhttpd/Makefile
index ff2979888e60..dacf9592d097 100644
--- a/www/dhttpd/Makefile
+++ b/www/dhttpd/Makefile
@@ -6,7 +6,7 @@ MASTER_SITES=	http://bsd-geek.de/FreeBSD/distfiles/
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Minimal secure webserver. Fast and efficient, no cgi-bin support
+COMMENT=	Minimal secure web server. Fast and efficient, no cgi-bin support
 
 LICENSE=	GPLv2
 
diff --git a/www/fnord/Makefile b/www/fnord/Makefile
index 5c648e0b8bcb..edb961edabd9 100644
--- a/www/fnord/Makefile
+++ b/www/fnord/Makefile
@@ -4,7 +4,7 @@ CATEGORIES=	www
 MASTER_SITES=	http://www.fefe.de/fnord/
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Small and fast webserver with CGI-capability
+COMMENT=	Small and fast web server with CGI-capability
 WWW=		https://www.fefe.de/fnord/
 
 LICENSE=	GPLv2
diff --git a/www/fnord/pkg-descr b/www/fnord/pkg-descr
index 58925e5047d4..c1a01cfbdc76 100644
--- a/www/fnord/pkg-descr
+++ b/www/fnord/pkg-descr
@@ -1,3 +1,3 @@
-fnord is a small and fast webserver with CGI-capability. fnord has
+fnord is a small and fast web server with CGI-capability. fnord has
 been written by Felix von Leitner. fnord supports virtual hosting
 und runs under tcpserver.
diff --git a/www/gatling/Makefile b/www/gatling/Makefile
index fbc06f22330f..27380b88487e 100644
--- a/www/gatling/Makefile
+++ b/www/gatling/Makefile
@@ -4,7 +4,7 @@ CATEGORIES=	www benchmarks ftp
 MASTER_SITES=	https://www.fefe.de/gatling/
 
 MAINTAINER=	coco@executive-computing.de
-COMMENT=	High performance webserver with scalability benchmark tools
+COMMENT=	High performance web server with scalability benchmark tools
 WWW=		https://www.fefe.de/gatling/
 
 LICENSE=	GPLv2
diff --git a/www/hiawatha-monitor/Makefile b/www/hiawatha-monitor/Makefile
index 030e9b136053..e07c2d3d674a 100644
--- a/www/hiawatha-monitor/Makefile
+++ b/www/hiawatha-monitor/Makefile
@@ -6,7 +6,7 @@ PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
 DISTNAME=	monitor-${PORTVERSION}
 
 MAINTAINER=	christopher.petrik@usm.edu
-COMMENT=	Monitoring tool for the Hiawatha webserver
+COMMENT=	Monitoring tool for the Hiawatha web server
 WWW=		https://www.hiawatha-webserver.org/monitor
 
 LICENSE=	GPLv3
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile
index d51394b80816..6761b0394e0d 100644
--- a/www/hiawatha/Makefile
+++ b/www/hiawatha/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	www
 MASTER_SITES=	https://www.hiawatha-webserver.org/files/
 
 MAINTAINER=	johntdarrah@gmail.com
-COMMENT=	Advanced and secure webserver for Unix
+COMMENT=	Advanced and secure web server for Unix
 WWW=		https://www.hiawatha-webserver.org/
 
 LICENSE=	GPLv2
diff --git a/www/hiawatha/pkg-descr b/www/hiawatha/pkg-descr
index 57341792d979..ed10f5d60ff8 100644
--- a/www/hiawatha/pkg-descr
+++ b/www/hiawatha/pkg-descr
@@ -1,5 +1,5 @@
-Hiawatha is an advanced and secure webserver for Unix. It has been written with
+Hiawatha is an advanced and secure web server for Unix. It has been written with
 'being secure' as its main goal. Hiawatha has many security features that no
-other webserver has. Besides being very secure, it's also a very fast webserver.
+other web server has. Besides being very secure, it's also a very fast web server.
 It's twice as fast as Apache for static content. It supports load-balanced
 FastCGI, which makes it fast and scalable for serving CGI.
diff --git a/www/mod_auth_openid/Makefile b/www/mod_auth_openid/Makefile
index 3c27cce84ead..27d732746dab 100644
--- a/www/mod_auth_openid/Makefile
+++ b/www/mod_auth_openid/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	www
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
 
 MAINTAINER=	joneum@FreeBSD.org
-COMMENT=	Authentication module for the Apache 2 webserver with OpenID
+COMMENT=	Authentication module for the Apache 2 web server with OpenID
 WWW=		https://findingscience.com/mod_auth_openid/
 
 LICENSE=	MIT
diff --git a/www/mod_auth_openid/pkg-descr b/www/mod_auth_openid/pkg-descr
index 1dd4df8ad77a..5065d724b424 100644
--- a/www/mod_auth_openid/pkg-descr
+++ b/www/mod_auth_openid/pkg-descr
@@ -1,3 +1,3 @@
-mod_auth_openid is an authentication module for the Apache 2 webserver.
+mod_auth_openid is an authentication module for the Apache 2 web server.
 It handles the functions of an OpenID consumer as specified in the OpenID
 2.0 specification.
diff --git a/www/mod_tidy/Makefile b/www/mod_tidy/Makefile
index 5b27c2d4a1f6..a68f45ecd803 100644
--- a/www/mod_tidy/Makefile
+++ b/www/mod_tidy/Makefile
@@ -6,7 +6,7 @@ MASTER_SITES=	http://mod-tidy.sourceforge.net/src/
 DIST_SUBDIR=	apache2
 
 MAINTAINER=	apache@FreeBSD.org
-COMMENT=	Validates the HTML output of your apache2 webserver
+COMMENT=	Validates the HTML output of your apache2 web server
 WWW=		http://mod-tidy.sourceforge.net/
 
 LICENSE=	APACHE20 MIT
diff --git a/www/mod_tidy/pkg-descr b/www/mod_tidy/pkg-descr
index 676985c4b9ad..06660fcc875e 100644
--- a/www/mod_tidy/pkg-descr
+++ b/www/mod_tidy/pkg-descr
@@ -1,4 +1,4 @@
-mod_tidy validates the HTML output of your apache2 webserver. So you don't need
+mod_tidy validates the HTML output of your apache2 web server. So you don't need
 a separate application to check your HTML.
 It works as a filter that hooks up to HTML output. mod_tidy feeds the HTML
 output to TidyLib which validates the HTML output. If TidyLib finds
diff --git a/www/nostromo/Makefile b/www/nostromo/Makefile
index 28c63f2c6f9a..2e9c7f6659b6 100644
--- a/www/nostromo/Makefile
+++ b/www/nostromo/Makefile
@@ -4,7 +4,7 @@ CATEGORIES=	www
 MASTER_SITES=	http://www.nazgul.ch/dev/
 
 MAINTAINER=	loox@e-shell.net
-COMMENT=	Fast, secure HTTP/1.1 CGI/1.1 SSL IPv4/IPv6 webserver
+COMMENT=	Fast, secure HTTP/1.1 CGI/1.1 SSL IPv4/IPv6 web server
 WWW=		http://www.nazgul.ch/dev_nostromo.html
 
 LICENSE=	ISCL
diff --git a/www/p5-WWW-Mechanize-GZip/Makefile b/www/p5-WWW-Mechanize-GZip/Makefile
index 3b5558096b1c..f63db51e2fe3 100644
--- a/www/p5-WWW-Mechanize-GZip/Makefile
+++ b/www/p5-WWW-Mechanize-GZip/Makefile
@@ -5,7 +5,7 @@ MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl@FreeBSD.org
-COMMENT=	Use WWW::Mechanize by requesting gzip-compression from the webserver
+COMMENT=	Use WWW::Mechanize by requesting gzip-compression from the web server
 WWW=		https://metacpan.org/release/WWW-Mechanize-GZip
 
 LICENSE=	ART10 GPLv1+
diff --git a/www/p5-WWW-Mechanize-GZip/pkg-descr b/www/p5-WWW-Mechanize-GZip/pkg-descr
index cb43901ef798..d11cca885e1a 100644
--- a/www/p5-WWW-Mechanize-GZip/pkg-descr
+++ b/www/p5-WWW-Mechanize-GZip/pkg-descr
@@ -1,12 +1,12 @@
 The WWW::Mechanize::GZip module tries to fetch a URL by requesting
-gzip-compression from the webserver.
+gzip-compression from the web server.
 
 If the response contains a header with 'Content-Encoding: gzip',
 it decompresses the response in order to get the original
 (uncompressed) content.
 
 This module will help to reduce bandwith fetching webpages, if
-supported by the webeserver. If the webserver does not support
+supported by the web server. If the web server does not support
 gzip-compression, no decompression will be made.
 
 This modules is a direct subclass of WWW::Mechanize and will
diff --git a/www/perlbal/Makefile b/www/perlbal/Makefile
index 381a2cf34b82..3ed785880500 100644
--- a/www/perlbal/Makefile
+++ b/www/perlbal/Makefile
@@ -7,7 +7,7 @@ MASTER_SITE_SUBDIR=	CPAN:DORMANDO
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl@FreeBSD.org
-COMMENT=	Reverse-proxy load balancer and webserver
+COMMENT=	Reverse-proxy load balancer and web server
 WWW=		https://metacpan.org/release/Perlbal
 
 LICENSE=	ART10 GPLv1+
diff --git a/www/pserv/Makefile b/www/pserv/Makefile
index 29d7da38452a..4d8505ebfff3 100644
--- a/www/pserv/Makefile
+++ b/www/pserv/Makefile
@@ -5,7 +5,7 @@ MASTER_SITES=	SF
 EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	ale@FreeBSD.org
-COMMENT=	Portable and small webserver written in C
+COMMENT=	Portable and small web server written in C
 WWW=		https://sourceforge.net/projects/pserv/
 
 LICENSE=	GPLv2
diff --git a/www/rubygem-rack/Makefile b/www/rubygem-rack/Makefile
index d16fc8de1eca..1ffc0052eaa6 100644
--- a/www/rubygem-rack/Makefile
+++ b/www/rubygem-rack/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Rack, a Ruby Webserver Interface
+COMMENT=	Rack, a Ruby Web server Interface
 WWW=		https://github.com/rack/rack
 
 LICENSE=	MIT
diff --git a/www/rubygem-rack16/Makefile b/www/rubygem-rack16/Makefile
index 2941edceba95..eb187fc2a25c 100644
--- a/www/rubygem-rack16/Makefile
+++ b/www/rubygem-rack16/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES=	RG
 PKGNAMESUFFIX=	16
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Rack, a Ruby Webserver Interface
+COMMENT=	Rack, a Ruby Web server Interface
 WWW=		https://github.com/rack/rack
 
 LICENSE=	MIT
diff --git a/www/rubygem-rack22/Makefile b/www/rubygem-rack22/Makefile
index e324ba6cddc9..653300f5d0ec 100644
--- a/www/rubygem-rack22/Makefile
+++ b/www/rubygem-rack22/Makefile
@@ -6,7 +6,7 @@ MASTER_SITES=	RG
 PKGNAMESUFFIX=	22
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Rack, a Ruby Webserver Interface
+COMMENT=	Rack, a Ruby Web server Interface
 WWW=		https://github.com/rack/rack
 
 LICENSE=	MIT



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