aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2022-11-24 04:31:28 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2022-11-24 04:31:28 +0000
commitc230295b76f7f3eaba32bc162e4a627d83e1a4e5 (patch)
tree667f0a2fad39c86900ab7405d8e6dfe4e87ed42e
parentbe147911aa1eb66c6e166f52fef5cd52c40b4329 (diff)
downloadports-c230295b76f7f3eaba32bc162e4a627d83e1a4e5.tar.gz
ports-c230295b76f7f3eaba32bc162e4a627d83e1a4e5.zip
games/glbsp: update port description, WWW address, assume maintainership.
-rw-r--r--games/glbsp/Makefile4
-rw-r--r--games/glbsp/pkg-descr17
2 files changed, 11 insertions, 10 deletions
diff --git a/games/glbsp/Makefile b/games/glbsp/Makefile
index 702ee2b93db5..2545811194a7 100644
--- a/games/glbsp/Makefile
+++ b/games/glbsp/Makefile
@@ -5,9 +5,9 @@ CATEGORIES= games
MASTER_SITES= SF
DISTNAME= ${PORTNAME}_src_${PORTVERSION:S/.//}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= danfe@FreeBSD.org
COMMENT= BSP node builder for OpenGL ports of the DOOM game engine
-WWW= http://glbsp.sourceforge.net/
+WWW= https://glbsp.sourceforge.net/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING.txt
diff --git a/games/glbsp/pkg-descr b/games/glbsp/pkg-descr
index 0f7bc4043050..c2b42636ae20 100644
--- a/games/glbsp/pkg-descr
+++ b/games/glbsp/pkg-descr
@@ -1,8 +1,9 @@
-glBSP is a node builder specially designed to be used with OpenGL
-ports of the DOOM game engine. It adheres to the "GL-Friendly Nodes"
-specification, which means it adds some new special nodes to a WAD
-file that makes it very easy (and fast !) for an OpenGL DOOM engine to
-compute the polygons needed for drawing the levels.
-There are many DOOM ports that understand the GL Nodes which glBSP
-creates, including: EDGE, the Doomsday engine (JDOOM), Doom3D, PrBoom,
-and Vavoom.
+glBSP is a node builder specially designed to be used with OpenGL-based
+DOOM game engines. It adheres to the "GL-Friendly Nodes" specification,
+which means it adds some new special nodes to a WAD file that makes it
+very easy for an OpenGL DOOM engine to compute the polygons needed for
+drawing the levels.
+
+There are many DOOM ports that understand the GL Nodes created by glBSP,
+including: EDGE, Doomsday (JDOOM), PrBoom, Vavoom, ZDoomGL, Legacy 2.0,
+and Doom3D.