diff options
author | Stefan Eßer <se@FreeBSD.org> | 2022-09-07 23:06:12 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-09-07 23:10:59 +0200 |
commit | b7f05445c00f2625aa19b4154ebcbce5ed2daa52 (patch) | |
tree | c3b04fc0b07c55f849072e9b35e694f3d8ccf871 /x11-wm | |
parent | graphics/tesseract: fix build when building from ports (diff) |
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.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
Diffstat (limited to 'x11-wm')
120 files changed, 120 insertions, 0 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index f183498c3c90..b564c648b578 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -7,6 +7,7 @@ DISTNAME= AfterStep-${PORTVERSION} MAINTAINER= glewis@FreeBSD.org COMMENT= Stable version of the AfterStep window manager +WWW= http://www.afterstep.org/ LIB_DEPENDS= libdbus-1.so:devel/dbus \ libfontconfig.so:x11-fonts/fontconfig \ diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile index 9776c63868fd..675d7f8af971 100644 --- a/x11-wm/afterstep/Makefile +++ b/x11-wm/afterstep/Makefile @@ -8,6 +8,7 @@ DISTNAME= AfterStep-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Window manager originally based on the Bowman NeXTstep clone +WWW= http://www.afterstep.org/ LICENSE= GPLv2+ diff --git a/x11-wm/amiwm/Makefile b/x11-wm/amiwm/Makefile index 49658f1dd771..0f8931a1fe83 100644 --- a/x11-wm/amiwm/Makefile +++ b/x11-wm/amiwm/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}0.21pl2 MAINTAINER= dcarmich@dcarmichael.net COMMENT= Window manager that makes your desktop look like an Amiga(TM) +WWW= https://www.lysator.liu.se/~marcus/amiwm.html USES= shebangfix xorg SHEBANG_FILES= Xinitrc.in \ diff --git a/x11-wm/antiwm/Makefile b/x11-wm/antiwm/Makefile index 7c6ffa6d7e60..76bd2453d3df 100644 --- a/x11-wm/antiwm/Makefile +++ b/x11-wm/antiwm/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Minimalist window manager inspired by Ratpoison +WWW= https://sourceforge.net/projects/antiwm/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/aphelia/Makefile b/x11-wm/aphelia/Makefile index 00046cb615d0..84dc9b806053 100644 --- a/x11-wm/aphelia/Makefile +++ b/x11-wm/aphelia/Makefile @@ -4,6 +4,7 @@ CATEGORIES= x11-wm MAINTAINER= eduardo@FreeBSD.org COMMENT= Light, single-file, minimalist window manager for X11 +WWW= https://github.com/vardy/aphelia LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/awesome-vicious/Makefile b/x11-wm/awesome-vicious/Makefile index f3276e7c9157..ce0708e7779b 100644 --- a/x11-wm/awesome-vicious/Makefile +++ b/x11-wm/awesome-vicious/Makefile @@ -5,6 +5,7 @@ CATEGORIES= x11-wm MAINTAINER= eduardo@FreeBSD.org COMMENT= Widgets for the awesome window manager +WWW= https://vicious.readthedocs.io/en/latest/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile index 1a2f70ab40a7..a9224658dfa3 100644 --- a/x11-wm/awesome/Makefile +++ b/x11-wm/awesome/Makefile @@ -7,6 +7,7 @@ CATEGORIES= x11-wm MAINTAINER= rigoletto@FreeBSD.org COMMENT= Highly configurable, next generation framework window manager +WWW= https://awesomewm.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/bbkeys/Makefile b/x11-wm/bbkeys/Makefile index f89305834167..087925a97160 100644 --- a/x11-wm/bbkeys/Makefile +++ b/x11-wm/bbkeys/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= A.J.Caines@halplant.com COMMENT= Keygrabber for the Blackbox window manager +WWW= http://bbkeys.sourceforge.net/ LICENSE= MIT diff --git a/x11-wm/bbpager/Makefile b/x11-wm/bbpager/Makefile index 7653e933a2d5..eb5bf6170b60 100644 --- a/x11-wm/bbpager/Makefile +++ b/x11-wm/bbpager/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/bbtools/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= A.J.Caines@halplant.com COMMENT= Pager for the Blackbox window manager +WWW= http://bbtools.sourceforge.net/ OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_SUB= yes diff --git a/x11-wm/berry/Makefile b/x11-wm/berry/Makefile index 7cfff73b7ed4..8a8b5b2833ff 100644 --- a/x11-wm/berry/Makefile +++ b/x11-wm/berry/Makefile @@ -4,6 +4,7 @@ CATEGORIES= x11-wm MAINTAINER= lcook@FreeBSD.org COMMENT= Byte-sized, Xlib-based window manager +WWW= https://berrywm.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/blackbox/Makefile b/x11-wm/blackbox/Makefile index 57b7e5451664..9f2480d7e1f1 100644 --- a/x11-wm/blackbox/Makefile +++ b/x11-wm/blackbox/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}wm/${PORTNAME}wm/Blackbox%20${PORTVERSION} MAINTAINER= A.J.Caines@halplant.com COMMENT= Small and fast window manager for X11R6 +WWW= http://blackboxwm.sourceforge.net/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/bspwm/Makefile b/x11-wm/bspwm/Makefile index b6c3aaf76daf..0a677e5794be 100644 --- a/x11-wm/bspwm/Makefile +++ b/x11-wm/bspwm/Makefile @@ -4,6 +4,7 @@ CATEGORIES= x11-wm MAINTAINER= o.hushchenkov@gmail.com COMMENT= Tiling window manager based on binary space partitioning +WWW= https://github.com/baskerville/bspwm LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/cage/Makefile b/x11-wm/cage/Makefile index 3a8e585ae9b8..578dda91e589 100644 --- a/x11-wm/cage/Makefile +++ b/x11-wm/cage/Makefile @@ -12,6 +12,7 @@ PATCHFILES+= ee748fec3adf.patch:-p1 # https://github.com/Hjdskes/cage/pull/197 MAINTAINER= jbeich@FreeBSD.org COMMENT= Wayland kiosk +WWW= https://www.hjdskes.nl/projects/cage/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/cagebreak/Makefile b/x11-wm/cagebreak/Makefile index ee900732c9e5..af412da9ea7b 100644 --- a/x11-wm/cagebreak/Makefile +++ b/x11-wm/cagebreak/Makefile @@ -4,6 +4,7 @@ CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org COMMENT= Wayland tiling compositor inspired by ratpoison +WWW= https://github.com/project-repo/cagebreak LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/chamfer/Makefile b/x11-wm/chamfer/Makefile index 49b716e6bc1b..49d9263ee40b 100644 --- a/x11-wm/chamfer/Makefile +++ b/x11-wm/chamfer/Makefile @@ -5,6 +5,7 @@ CATEGORIES= x11-wm MAINTAINER= jbeich@FreeBSD.org COMMENT= Tiling X11 window manager with Vulkan compositor +WWW= https://jaelpark.github.io/chamferwm-docs/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/compiz-plugins-extra/Makefile b/x11-wm/compiz-plugins-extra/Makefile index ee82e7f0ef53..ed076e40fd64 100644 --- a/x11-wm/compiz-plugins-extra/Makefile +++ b/x11-wm/compiz-plugins-extra/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ MAINTAINER= samy.mahmoudi@gmail.com COMMENT= Plugins for Compiz Composite Window Manager +WWW= https://gitlab.com/compiz/compiz-plugins-extra LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/compiz-plugins-main/Makefile b/x11-wm/compiz-plugins-main/Makefile index 5b705aac9139..b78903e13cf6 100644 --- a/x11-wm/compiz-plugins-main/Makefile +++ b/x11-wm/compiz-plugins-main/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://BSDforge.com/projects/source/x11-wm/compiz-plugins-main/ MAINTAINER= portmaster@BSDforge.com COMMENT= Plugins for Compiz Composite Window Manager +WWW= https://gitlab.com/compiz/compiz-plugins-main LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/compiz/Makefile b/x11-wm/compiz/Makefile index 430a68623a47..80c4eb3681de 100644 --- a/x11-wm/compiz/Makefile +++ b/x11-wm/compiz/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://BSDforge.com/projects/source/x11-wm/compiz/ MAINTAINER= portmaster@BSDforge.com COMMENT= Compiz Composite/Window Manager +WWW= http://www.compiz.org/ LICENSE= GPLv2+ LGPL21+ MIT LICENSE_COMB= multi diff --git a/x11-wm/compton/Makefile b/x11-wm/compton/Makefile index c36479c6b915..399d0c34e811 100644 --- a/x11-wm/compton/Makefile +++ b/x11-wm/compton/Makefile @@ -5,6 +5,7 @@ CATEGORIES= x11-wm MAINTAINER= femc7488@gmail.com COMMENT= Feature-rich compositing window manager for X11 +WWW= https://github.com/chjj/compton LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/ctwm/Makefile b/x11-wm/ctwm/Makefile index 75af6af272a1..4fce380cea40 100644 --- a/x11-wm/ctwm/Makefile +++ b/x11-wm/ctwm/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://www.ctwm.org/dist/ \ MAINTAINER= fullermd@over-yonder.net COMMENT= Extension to twm, with support for multiple virtual screens +WWW= https://www.ctwm.org/ LICENSE= MIT diff --git a/x11-wm/cwm/Makefile b/x11-wm/cwm/Makefile index c1f7d4832d68..958353ad5413 100644 --- a/x11-wm/cwm/Makefile +++ b/x11-wm/cwm/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://leahneukirchen.org/releases/ MAINTAINER= me@emilengler.com COMMENT= Minimalistic window manager for X11 based on evilwm +WWW= https://github.com/leahneukirchen/cwm LICENSE= ISCL diff --git a/x11-wm/devilspie/Makefile b/x11-wm/devilspie/Makefile index ae106e5e35b6..4b7676f55964 100644 --- a/x11-wm/devilspie/Makefile +++ b/x11-wm/devilspie/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.burtonini.com/computing/ MAINTAINER= w.schwarzenfeld@utanet.at COMMENT= Window manipulation tool +WWW= http://www.burtonini.com/blog/computers/devilspie/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/devilspie2/Makefile b/x11-wm/devilspie2/Makefile index 6af7937804fe..bc87d5ebee7d 100644 --- a/x11-wm/devilspie2/Makefile +++ b/x11-wm/devilspie2/Makefile @@ -6,6 +6,7 @@ DISTFILES= ${PORTNAME}_${PORTVERSION}-src.tar.gz MAINTAINER= bsd@dino.sk COMMENT= Window manipulation tool +WWW= https://www.nongnu.org/devilspie2/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/durden/Makefile b/x11-wm/durden/Makefile index aad9a0f82a0c..d80c5e58e5ac 100644 --- a/x11-wm/durden/Makefile +++ b/x11-wm/durden/Makefile @@ -4,6 +4,7 @@ CATEGORIES= x11-wm MAINTAINER= jbeich@FreeBSD.org COMMENT= Desktop Environment for Arcan +WWW= https://durden.arcan-fe.com/ LICENSE= BSD3CLAUSE # without fonts LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/dwl/Makefile b/x11-wm/dwl/Makefile index 211a38a0df02..047b1982bb43 100644 --- a/x11-wm/dwl/Makefile +++ b/x11-wm/dwl/Makefile @@ -8,6 +8,7 @@ PATCHFILES+= cba259e9bf4a.patch:-p1 # https://github.com/djpohly/dwl/pull/212 MAINTAINER= jbeich@FreeBSD.org COMMENT= dwm for Wayland +WWW= https://github.com/djpohly/dwl LICENSE= CC0-1.0 GPLv3+ MIT LICENSE_COMB= multi diff --git a/x11-wm/dwm/Makefile b/x11-wm/dwm/Makefile index 756d0d5aceac..1ac252d12231 100644 --- a/x11-wm/dwm/Makefile +++ b/x11-wm/dwm/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://dl.suckless.org/${PORTNAME}/ MAINTAINER= 0mp@FreeBSD.org COMMENT= Dynamic, small, fast and simple window manager +WWW= https://dwm.suckless.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/e16-docs/Makefile b/x11-wm/e16-docs/Makefile index 0793e6d030e5..bca6ffb89538 100644 --- a/x11-wm/e16-docs/Makefile +++ b/x11-wm/e16-docs/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/enlightenment/e16-docs/${PORTVERSION} MAINTAINER= enlightenment@FreeBSD.org COMMENT= Data files of enlightenment DOX +WWW= https://www.enlightenment.org/ RUN_DEPENDS= ${LOCALBASE}/bin/e16:x11-wm/e16 diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index 3a626b03de4b..17320998965e 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION}/ MAINTAINER= gahr@FreeBSD.org COMMENT= Enlightenment DR16 window manager +WWW= https://www.enlightenment.org/p.php?p=about/e16 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/echinus/Makefile b/x11-wm/echinus/Makefile index dff2deb66418..db365f53acba 100644 --- a/x11-wm/echinus/Makefile +++ b/x11-wm/echinus/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://plhk.ru/static/echinus/ MAINTAINER= hrkfdn@gmail.com COMMENT= Dynamic window manager for X11 based on dwm +WWW= https://plhk.ru/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/emerald/Makefile b/x11-wm/emerald/Makefile index 5628c39ce769..e0ab9acf2eee 100644 --- a/x11-wm/emerald/Makefile +++ b/x11-wm/emerald/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://BSDforge.com/projects/source/x11-wm/emerald/ MAINTAINER= portmaster@BSDforge.com COMMENT= Emerald Window Decorator +WWW= http://www.beryl-project.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index c2a92f0c07bc..153a413025a4 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= enlightenment MAINTAINER= enlightenment@FreeBSD.org COMMENT= Artistic and fast X window manager +WWW= https://www.enlightenment.org/ LICENSE= BSD2CLAUSE diff --git a/x11-wm/euclid-wm/Makefile b/x11-wm/euclid-wm/Makefile index 573ee8daf7db..6c61f1813c66 100644 --- a/x11-wm/euclid-wm/Makefile +++ b/x11-wm/euclid-wm/Makefile @@ -5,6 +5,7 @@ CATEGORIES= x11-wm MAINTAINER= anastasios@mageirias.com COMMENT= Minimalist, tiling window manager for X11 +WWW= http://euclid-wm.sourceforge.net LICENSE= BSD3CLAUSE diff --git a/x11-wm/evilwm/Makefile b/x11-wm/evilwm/Makefile index 0f63f4b4693a..ef7092814d8b 100644 --- a/x11-wm/evilwm/Makefile +++ b/x11-wm/evilwm/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.6809.org.uk/evilwm/ MAINTAINER= lasg@lasg.dk COMMENT= Minimalist window manager based on 9wm +WWW= https://www.6809.org.uk/evilwm/ USES= gmake localbase:ldflags xorg USE_XORG= x11 xpm xext xrandr xrender diff --git a/x11-wm/fbcmd/Makefile b/x11-wm/fbcmd/Makefile index bf4208b1c356..d3b9587db483 100644 --- a/x11-wm/fbcmd/Makefile +++ b/x11-wm/fbcmd/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://darkshed.net/files/c_cpp/fbcmd/ MAINTAINER= ports@FreeBSD.org COMMENT= Commandline utility for controlling fluxbox +WWW= https://darkshed.net/files/c_cpp/fbcmd/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/x11-wm/fluxbox/Makefile b/x11-wm/fluxbox/Makefile index 26b3c0325528..b7247578dc20 100644 --- a/x11-wm/fluxbox/Makefile +++ b/x11-wm/fluxbox/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= jgh@FreeBSD.org COMMENT= Small and fast window manager based on BlackBox +WWW= http://fluxbox.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/fluxter/Makefile b/x11-wm/fluxter/Makefile index c9834cee2e0e..cd4412046b7c 100644 --- a/x11-wm/fluxter/Makefile +++ b/x11-wm/fluxter/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.hydrus.org.uk/downloads/ MAINTAINER= jgh@FreeBSD.org COMMENT= Desktop pager for the Fluxbox Slit +WWW= https://www.hydrus.org.uk/ LICENSE= GPLv2 diff --git a/x11-wm/flwm/Makefile b/x11-wm/flwm/Makefile index 74a00b51e349..0957f25541dd 100644 --- a/x11-wm/flwm/Makefile +++ b/x11-wm/flwm/Makefile @@ -5,6 +5,7 @@ CATEGORIES= x11-wm MAINTAINER= ports@FreeBSD.org COMMENT= The Fast Light Window Manager +WWW= https://github.com/bbidulock/flwm LICENSE= GPLv2+ diff --git a/x11-wm/fvwm3/Makefile b/x11-wm/fvwm3/Makefile index 44330be081d5..dbc91db9eb03 100644 --- a/x11-wm/fvwm3/Makefile +++ b/x11-wm/fvwm3/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://github.com/fvwmorg/fvwm3/releases/download/${PORTVERSION}/ MAINTAINER= zirias@FreeBSD.org COMMENT= F? Virtual Window Manager +WWW= https://www.fvwm.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/gamescope/Makefile b/x11-wm/gamescope/Makefile index 2e85c4a45e85..c83230c6056c 100644 --- a/x11-wm/gamescope/Makefile +++ b/x11-wm/gamescope/Makefile @@ -9,6 +9,7 @@ PATCHFILES+= a618ea074660.patch:-p1 # https://github.com/Plagman/gamescope/issue MAINTAINER= jbeich@FreeBSD.org COMMENT= Micro-compositor from SteamOS +WWW= https://github.com/Plagman/gamescope LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/herbstluftwm/Makefile b/x11-wm/herbstluftwm/Makefile index 2bd899ebfc03..af2feb2c1d70 100644 --- a/x11-wm/herbstluftwm/Makefile +++ b/x11-wm/herbstluftwm/Makefile @@ -5,6 +5,7 @@ CATEGORIES= x11-wm MAINTAINER= uzsolt@uzsolt.hu COMMENT= Manual tiling window manager for X11 +WWW= https://herbstluftwm.org/ LICENSE= BSD2CLAUSE diff --git a/x11-wm/hikari/Makefile b/x11-wm/hikari/Makefile index a010359d57ab..cf5807fb0a94 100644 --- a/x11-wm/hikari/Makefile +++ b/x11-wm/hikari/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://hikari.acmelabs.space/releases/ MAINTAINER= ashish@FreeBSD.org COMMENT= Stacking Wayland compositor with tiling capabilities +WWW= https://hikari.acmelabs.space LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/hs-xmonad/Makefile b/x11-wm/hs-xmonad/Makefile index 49acde498c77..238b87509813 100644 --- a/x11-wm/hs-xmonad/Makefile +++ b/x11-wm/hs-xmonad/Makefile @@ -5,6 +5,7 @@ CATEGORIES= x11-wm haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Tiling window manager +WWW= https://xmonad.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/i3-gaps/Makefile b/x11-wm/i3-gaps/Makefile index abc4fd9759f0..f63462427162 100644 --- a/x11-wm/i3-gaps/Makefile +++ b/x11-wm/i3-gaps/Makefile @@ -5,6 +5,7 @@ PKGNAMESUFFIX= -gaps MAINTAINER= dmgk@FreeBSD.org COMMENT= Fork of i3 tiling window manager with more features, including gaps +WWW= https://github.com/Airblader/i3 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile index f203c06578c5..6b896f12101c 100644 --- a/x11-wm/i3/Makefile +++ b/x11-wm/i3/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://i3wm.org/downloads/ \ MAINTAINER= bapt@FreeBSD.org COMMENT= Improved dynamic tiling window manager +WWW= https://i3wm.org LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 92d390e32c6f..b023279ad333 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/ice-wm/icewm/releases/download/${PORTVERSION}/ MAINTAINER= portmaster@bsdforge.com COMMENT= Window manager designed for speed and usability +WWW= https://ice-wm.org/ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/ittywm/Makefile b/x11-wm/ittywm/Makefile index fe639769ce95..062b302d6617 100644 --- a/x11-wm/ittywm/Makefile +++ b/x11-wm/ittywm/Makefile @@ -4,6 +4,7 @@ CATEGORIES= x11-wm MAINTAINER= pyrus@bsdmail.com COMMENT= Ridiculously tiny libxcb window manager +WWW= https://github.com/marshallmason/ittywm LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/jewel/Makefile b/x11-wm/jewel/Makefile index 313a1c332c75..01c1b18cb745 100644 --- a/x11-wm/jewel/Makefile +++ b/x11-wm/jewel/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://mjr.towers.org.uk/comp/ MAINTAINER= ports@FreeBSD.org COMMENT= Window manager based on aewm++ +WWW= http://www.mjr.dsl.pipex.com/xwinman.html #jewel LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/jwm/Makefile b/x11-wm/jwm/Makefile index cd16bda36493..b6c4e62f7ede 100644 --- a/x11-wm/jwm/Makefile +++ b/x11-wm/jwm/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://github.com/joewing/jwm/releases/download/v${PORTVERSION}/ MAINTAINER= john.grafton@gmail.com COMMENT= Joe's Window Manager +WWW= https://joewing.net/projects/jwm/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/kickshaw/Makefile b/x11-wm/kickshaw/Makefile index f475a5105d55..a9e0795c87d3 100644 --- a/x11-wm/kickshaw/Makefile +++ b/x11-wm/kickshaw/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_source_only MAINTAINER= danfe@FreeBSD.org COMMENT= Menu editor for the Openbox window manager +WWW= https://savannah.nongnu.org/projects/obladi LICENSE= GPLv2+ diff --git a/x11-wm/kwinft/Makefile b/x11-wm/kwinft/Makefile index b6c6c336c2a5..b4c5f3bd8004 100644 --- a/x11-wm/kwinft/Makefile +++ b/x11-wm/kwinft/Makefile @@ -5,6 +5,7 @@ CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org COMMENT= Wayland compositor and X11 window manager +WWW= https://gitlab.com/kwinft/kwinft LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/labwc/Makefile b/x11-wm/labwc/Makefile index 5924ee07d0f6..4b9b994febe8 100644 --- a/x11-wm/labwc/Makefile +++ b/x11-wm/labwc/Makefile @@ -4,6 +4,7 @@ CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org COMMENT= Wayland stacking compositor +WWW= https://github.com/labwc/labwc LICENSE= GPLv2 diff --git a/x11-wm/larswm/Makefile b/x11-wm/larswm/Makefile index be54824e0f7e..3602fbbb2a20 100644 --- a/x11-wm/larswm/Makefile +++ b/x11-wm/larswm/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Tiling Window Manager for X +WWW= https://sourceforge.net/projects/larswm/ USES= imake xorg USE_XORG= ice sm x11 xext xmu xt diff --git a/x11-wm/leftwm/Makefile b/x11-wm/leftwm/Makefile index 657cd435e866..6b57a6bcee6b 100644 --- a/x11-wm/leftwm/Makefile +++ b/x11-wm/leftwm/Makefile @@ -5,6 +5,7 @@ CATEGORIES= x11-wm MAINTAINER= rigoletto@FreeBSD.org COMMENT= Tiling window manager for Adventurers +WWW= https://leftwm.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/x11-wm/libdockapp/Makefile b/x11-wm/libdockapp/Makefile index 6131bea226c5..06277a766914 100644 --- a/x11-wm/libdockapp/Makefile +++ b/x11-wm/libdockapp/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://www.dockapps.net/download/ MAINTAINER= xride@FreeBSD.org COMMENT= Standard library for Window Maker dock apps +WWW= http://solfertje.student.utwente.nl/~dalroi/libdockapp/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/libwraster/Makefile b/x11-wm/libwraster/Makefile index 146e7a4730f2..008e6a5b965b 100644 --- a/x11-wm/libwraster/Makefile +++ b/x11-wm/libwraster/Makefile @@ -7,6 +7,7 @@ DISTNAME= WindowMaker-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Window Maker raster graphics library +WWW= https://www.windowmaker.org/ LICENSE= LGPL21 diff --git a/x11-wm/lwm/Makefile b/x11-wm/lwm/Makefile index 7f8b3c2ebbdb..5e5a47d7a39d 100644 --- a/x11-wm/lwm/Makefile +++ b/x11-wm/lwm/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.jfc.org.uk/files/lwm/ MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight window manager +WWW= https://www.jfc.org.uk/software/lwm.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/lxappearance-obconf/Makefile b/x11-wm/lxappearance-obconf/Makefile index 17e3c5aeb0fc..7d33fa494021 100644 --- a/x11-wm/lxappearance-obconf/Makefile +++ b/x11-wm/lxappearance-obconf/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/lxde/LXAppearance%20Obconf/ MAINTAINER= ports@FreeBSD.org COMMENT= LXAppearance ObConf plugin +WWW= https://www.lxde.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/lxqt-panel/Makefile b/x11-wm/lxqt-panel/Makefile index ef00e40489a9..6981310e9e9d 100644 --- a/x11-wm/lxqt-panel/Makefile +++ b/x11-wm/lxqt-panel/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= LXQT MAINTAINER= jsm@FreeBSD.org COMMENT= Panel for the LXQt desktop +WWW= https://lxqt-project.org LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/lxqt-session/Makefile b/x11-wm/lxqt-session/Makefile index 8091057587ba..1e7db1d9114a 100644 --- a/x11-wm/lxqt-session/Makefile +++ b/x11-wm/lxqt-session/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= LXQT MAINTAINER= jsm@FreeBSD.org COMMENT= Session manager component for LXQt +WWW= https://github.com/lxqt/lxqt-session/ LICENSE= LGPL21+ diff --git a/x11-wm/lxqt/Makefile b/x11-wm/lxqt/Makefile index 9adeb0b29524..dc40f38a1331 100644 --- a/x11-wm/lxqt/Makefile +++ b/x11-wm/lxqt/Makefile @@ -4,6 +4,7 @@ CATEGORIES= x11-wm MAINTAINER= jsm@FreeBSD.org COMMENT= Meta-port for the LXQt Desktop +WWW= https://lxqt-project.org RUN_DEPENDS= startlxqt:x11-wm/lxqt-session \ lxqt-about:x11/lxqt-about \ diff --git a/x11-wm/lxsession/Makefile b/x11-wm/lxsession/Makefile index e75e3c10b5e3..367dc40beddf 100644 --- a/x11-wm/lxsession/Makefile +++ b/x11-wm/lxsession/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/lxde/LXSession%20%28session%20manager%29/LXSession%200.5.x/ MAINTAINER= ports@FreeBSD.org COMMENT= LXDE Session Manager +WWW= https://lxde.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/marco/Makefile b/x11-wm/marco/Makefile index b550acd4ac25..7166398804f9 100644 --- a/x11-wm/marco/Makefile +++ b/x11-wm/marco/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Window manager for the adult in you +WWW= https://mate-desktop.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/mcwm/Makefile b/x11-wm/mcwm/Makefile index d42f7c5ef74c..be99748fb3ac 100644 --- a/x11-wm/mcwm/Makefile +++ b/x11-wm/mcwm/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://hack.org/mc/hacks/mcwm/ MAINTAINER= jakub_lach@mailplus.pl COMMENT= Small window manager inspired by CTWM, evilwm, and tinywm +WWW= https://hack.org/mc/hacks/mcwm/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/muffin/Makefile b/x11-wm/muffin/Makefile index 7371f800fbe6..1436b9a7274f 100644 --- a/x11-wm/muffin/Makefile +++ b/x11-wm/muffin/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Compositing window manager forked from Mutter for use with Cinnamon +WWW= http://cinnamon.linuxmint.com/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile index 476a237f29aa..84a16adc2a0c 100644 --- a/x11-wm/mutter/Makefile +++ b/x11-wm/mutter/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Window and compositing manager based on Clutter +WWW= https://gitlab.gnome.org/GNOME/mutter LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/nscde/Makefile b/x11-wm/nscde/Makefile index 52b53e6c2016..fa80bb7f6959 100644 --- a/x11-wm/nscde/Makefile +++ b/x11-wm/nscde/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/NsCDE/NsCDE/releases/download/${DISTVERSION}/ MAINTAINER= freebsd@ny-central.org COMMENT= Modern CDE clone based on fvwm +WWW= https://github.com/NsCDE/NsCDE LICENSE= GPLv3 diff --git a/x11-wm/obconf-qt/Makefile b/x11-wm/obconf-qt/Makefile index 268ed6f4ca13..0461510f8848 100644 --- a/x11-wm/obconf-qt/Makefile +++ b/x11-wm/obconf-qt/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= LXQT/${PORTNAME} MAINTAINER= jsm@FreeBSD.org COMMENT= Qt port of preferences manager for Openbox +WWW= https://github.com/lxqt/obconf-qt LICENSE= GPLv2 diff --git a/x11-wm/obconf/Makefile b/x11-wm/obconf/Makefile index c2744b734e53..2c9aab1e554f 100644 --- a/x11-wm/obconf/Makefile +++ b/x11-wm/obconf/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://openbox.org/dist/obconf/ MAINTAINER= novel@FreeBSD.org COMMENT= Preferences manager for the Openbox window manager +WWW= http://openbox.org/wiki/Obconf LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \ libobrender.so:x11-wm/openbox diff --git a/x11-wm/obpager/Makefile b/x11-wm/obpager/Makefile index 8f097ead9f43..319231f41af7 100644 --- a/x11-wm/obpager/Makefile +++ b/x11-wm/obpager/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight pager for netwm compatible window managers +WWW= http://obpager.sourceforge.net/ LICENSE= GPLv2 diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index 1d01d39d8004..9152820a22cd 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://openbox.org/dist/openbox/ MAINTAINER= novel@FreeBSD.org COMMENT= Small, fast, standards compliant, extensible window manager +WWW= http://openbox.org/ LICENSE= GPLv2 diff --git a/x11-wm/oroborus/Makefile b/x11-wm/oroborus/Makefile index fb67df86719a..37cd59355f3e 100644 --- a/x11-wm/oroborus/Makefile +++ b/x11-wm/oroborus/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= matt@peterson.org COMMENT= Small and simple GNOME-compatible window manager +WWW= https://www.oroborus.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/pager/Makefile b/x11-wm/pager/Makefile index 6849faea1880..15a9a40c3ea1 100644 --- a/x11-wm/pager/Makefile +++ b/x11-wm/pager/Makefile @@ -7,6 +7,7 @@ DISTNAME= sawfish-pager-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Pager for sawfish without GNOME +WWW= https://sawfish.tuxfamily.org/ BUILD_DEPENDS= sawfish:x11-wm/sawfish RUN_DEPENDS= sawfish:x11-wm/sawfish diff --git a/x11-wm/peksystray/Makefile b/x11-wm/peksystray/Makefile index 0a290bb665d1..0e9fa09d4c00 100644 --- a/x11-wm/peksystray/Makefile +++ b/x11-wm/peksystray/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= System tray dockapp similar to the GNOME notification area applet +WWW= http://peksystray.sourceforge.net/ LICENSE= GPLv2 diff --git a/x11-wm/pekwm/Makefile b/x11-wm/pekwm/Makefile index 8570f10694ac..259f2b296151 100644 --- a/x11-wm/pekwm/Makefile +++ b/x11-wm/pekwm/Makefile @@ -6,6 +6,7 @@ CATEGORIES= x11-wm MAINTAINER= natbsd@instinctive.eu COMMENT= Light, Unobtrusive, and configurable windowmanager +WWW= https://www.pekwm.se/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/phluid/Makefile b/x11-wm/phluid/Makefile index 68c77126d5af..d92f0ac1641b 100644 --- a/x11-wm/phluid/Makefile +++ b/x11-wm/phluid/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Window manager that emphasizes efficiency, speed, and beauty +WWW= https://sourceforge.net/projects/phluid/ LIB_DEPENDS= libImlib2.so:graphics/imlib2 diff --git a/x11-wm/phoc/Makefile b/x11-wm/phoc/Makefile index 00b6e16db10d..6b127f154e78 100644 --- a/x11-wm/phoc/Makefile +++ b/x11-wm/phoc/Makefile @@ -5,6 +5,7 @@ CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org COMMENT= Phone compositor +WWW= https://gitlab.gnome.org/World/Phosh/phoc LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/picom/Makefile b/x11-wm/picom/Makefile index 2436e6e3315b..f8c7510c9be7 100644 --- a/x11-wm/picom/Makefile +++ b/x11-wm/picom/Makefile @@ -5,6 +5,7 @@ CATEGORIES= x11-wm MAINTAINER= jbeich@FreeBSD.org COMMENT= Lightweight X11 compositor +WWW= https://github.com/yshui/picom LICENSE= MIT MPL20 LICENSE_COMB= multi diff --git a/x11-wm/piewm/Makefile b/x11-wm/piewm/Makefile index 314c83c493de..3f3cc7e90598 100644 --- a/x11-wm/piewm/Makefile +++ b/x11-wm/piewm/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.catwhisker.org/~david/FreeBSD/distfiles/ LOCAL/dhw MAINTAINER= david@catwhisker.org COMMENT= tvtwm with pie (circular) menus +WWW= http://www.crynwr.com/piewm/ USES= imake xorg DISABLE_SIZE= yes diff --git a/x11-wm/plasma5-kdecoration/Makefile b/x11-wm/plasma5-kdecoration/Makefile index bd5ef35cd08d..0a8a19fd6a79 100644 --- a/x11-wm/plasma5-kdecoration/Makefile +++ b/x11-wm/plasma5-kdecoration/Makefile @@ -4,6 +4,7 @@ CATEGORIES= x11-wm kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 library to create window decorations +WWW= https://www.kde.org/plasma-desktop LICENSE= LGPL21 diff --git a/x11-wm/plasma5-kwin/Makefile b/x11-wm/plasma5-kwin/Makefile index 654122b38003..92a220eb24bf 100644 --- a/x11-wm/plasma5-kwin/Makefile +++ b/x11-wm/plasma5-kwin/Makefile @@ -5,6 +5,7 @@ CATEGORIES= x11-wm kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 window manager +WWW= https://www.kde.org/plasma-desktop LICENSE= GPLv2 diff --git a/x11-wm/pwm/Makefile b/x11-wm/pwm/Makefile index f66a6386d737..965334305a46 100644 --- a/x11-wm/pwm/Makefile +++ b/x11-wm/pwm/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} MAINTAINER= schot@a-eskwadraat.nl COMMENT= Lightweight window manager with emphasis on usability +WWW= http://iki.fi/tuomov/ion/pwm.html USES= gmake xorg USE_XORG= x11 diff --git a/x11-wm/qtile/Makefile b/x11-wm/qtile/Makefile index 2dc9f8c0c4b8..03cde95a39b3 100644 --- a/x11-wm/qtile/Makefile +++ b/x11-wm/qtile/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ericbsd@FreeBSD.org COMMENT= Small, flexible, scriptable tiling window manager written in Python +WWW= http://qtile.org LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/ratmen/Makefile b/x11-wm/ratmen/Makefile index e356bb3fbc01..97107d29e283 100644 --- a/x11-wm/ratmen/Makefile +++ b/x11-wm/ratmen/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.update.uu.se/~zrajm/programs/ratmen/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple program for displaying a menu in a window +WWW= http://www.update.uu.se/~zrajm/programs/ USES= perl5 xorg USE_XORG= x11 diff --git a/x11-wm/ratpoison/Makefile b/x11-wm/ratpoison/Makefile index b0af35fedf89..1dc4f44cd6a5 100644 --- a/x11-wm/ratpoison/Makefile +++ b/x11-wm/ratpoison/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SAVANNAH MAINTAINER= jrm@FreeBSD.org COMMENT= Simple window manager with no fat library dependencies +WWW= https://www.nongnu.org/ratpoison/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/river/Makefile b/x11-wm/river/Makefile index 1cd5a0734e46..e9ef002759ee 100644 --- a/x11-wm/river/Makefile +++ b/x11-wm/river/Makefile @@ -6,6 +6,7 @@ CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org COMMENT= Dynamic tiling Wayland compositor +WWW= https://github.com/riverwm/river LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/rubygem-uh-layout/Makefile b/x11-wm/rubygem-uh-layout/Makefile index d2d3d4340b51..dd184bb36784 100644 --- a/x11-wm/rubygem-uh-layout/Makefile +++ b/x11-wm/rubygem-uh-layout/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= tj+freebsd_ports@a13.fr COMMENT= Tiling and stacking layout for uh-wm ruby gem +WWW= https://rubygems.org/gems/uh-layout LICENSE= BSD3CLAUSE diff --git a/x11-wm/rubygem-uh-wm/Makefile b/x11-wm/rubygem-uh-wm/Makefile index 2d391bbe0dc4..98af0bb0d84d 100644 --- a/x11-wm/rubygem-uh-wm/Makefile +++ b/x11-wm/rubygem-uh-wm/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= tj+freebsd_ports@a13.fr COMMENT= Minimalistic tiling and stacking window manager +WWW= https://rubygems.org/gems/uh-wm LICENSE= BSD3CLAUSE diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile index fd83c2117150..e4b0deecbac8 100644 --- a/x11-wm/sawfish/Makefile +++ b/x11-wm/sawfish/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Extensible window manager using Lisp-based scripting language +WWW= https://sawfish.tuxfamily.org/ LICENSE= ART20 GPLv2 LICENSE_COMB= multi diff --git a/x11-wm/sdorfehs/Makefile b/x11-wm/sdorfehs/Makefile index 514fcc966a39..cd46597ff370 100644 --- a/x11-wm/sdorfehs/Makefile +++ b/x11-wm/sdorfehs/Makefile @@ -5,6 +5,7 @@ CATEGORIES= x11-wm MAINTAINER= jrm@FreeBSD.org COMMENT= Tiling window manager descended from ratpoison +WWW= https://github.com/jcs/sdorfehs LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/selectwm/Makefile b/x11-wm/selectwm/Makefile index 9fe7077d6925..0734aeb4f844 100644 --- a/x11-wm/selectwm/Makefile +++ b/x11-wm/selectwm/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://ordiluc.net/selectwm/ MAINTAINER= ports@FreeBSD.org COMMENT= GTK application to let you select a window manager when starting X +WWW= https://ordiluc.net/selectwm/ USES= gnome pkgconfig tar:bzip2 USE_GNOME= gtk20 diff --git a/x11-wm/skippy-xd/Makefile b/x11-wm/skippy-xd/Makefile index 321c3c86e72e..e17b46c78d08 100644 --- a/x11-wm/skippy-xd/Makefile +++ b/x11-wm/skippy-xd/Makefile @@ -5,6 +5,7 @@ CATEGORIES= x11-wm MAINTAINER= danfe@FreeBSD.org COMMENT= Full-screen Expose-style standalone task switcher for X11 +WWW= https://github.com/richardgv/skippy-xd LICENSE= GPLv2 diff --git a/x11-wm/spectrwm/Makefile b/x11-wm/spectrwm/Makefile index 651a5167642d..a11b05187f2b 100644 --- a/x11-wm/spectrwm/Makefile +++ b/x11-wm/spectrwm/Makefile @@ -5,6 +5,7 @@ CATEGORIES= x11-wm MAINTAINER= ports@FreeBSD.org COMMENT= Small, dynamic tiling window manager for X11 +WWW= https://github.com/conformal/spectrwm LICENSE= ISCL diff --git a/x11-wm/stumpwm/Makefile b/x11-wm/stumpwm/Makefile index 0bb1271a6c20..c17a59f163a1 100644 --- a/x11-wm/stumpwm/Makefile +++ b/x11-wm/stumpwm/Makefile @@ -5,6 +5,7 @@ CATEGORIES= x11-wm lisp MAINTAINER= jrm@FreeBSD.org COMMENT= Tiling, keyboard driven Window Manager written in Common Lisp +WWW= https://www.nongnu.org/stumpwm/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/subtle/Makefile b/x11-wm/subtle/Makefile index f79a204095b6..0dede06f9b24 100644 --- a/x11-wm/subtle/Makefile +++ b/x11-wm/subtle/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-xi MAINTAINER= danfe@FreeBSD.org COMMENT= Grid-based manual tiling window manager +WWW= https://subtle.subforge.org/ LICENSE= GPLv2 diff --git a/x11-wm/sway-devel/Makefile b/x11-wm/sway-devel/Makefile index 8142bdeac27e..eb768702a890 100644 --- a/x11-wm/sway-devel/Makefile +++ b/x11-wm/sway-devel/Makefile @@ -10,6 +10,7 @@ PATCHFILES+= f98ca3ab7ca1.patch:-p1 # https://github.com/swaywm/sway/pull/5090 MAINTAINER= jbeich@FreeBSD.org COMMENT= i3-compatible Wayland compositor (development snapshot) +WWW= https://swaywm.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/sway/Makefile b/x11-wm/sway/Makefile index 3cd490d17d93..236bdb3213f6 100644 --- a/x11-wm/sway/Makefile +++ b/x11-wm/sway/Makefile @@ -8,6 +8,7 @@ PATCHFILES+= f98ca3ab7ca1.patch:-p1 # https://github.com/swaywm/sway/pull/5090 MAINTAINER= jbeich@FreeBSD.org COMMENT= i3-compatible Wayland compositor +WWW= https://swaywm.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/tinywm/Makefile b/x11-wm/tinywm/Makefile index b9c1ccaaafd4..ac49e097eae8 100644 --- a/x11-wm/tinywm/Makefile +++ b/x11-wm/tinywm/Makefile @@ -7,6 +7,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Ridiculously tiny window manager +WWW= http://freshmeat.net/projects/tinywm/?branch_id=55633&release_id=184175 OPTIONS_DEFINE= DOCS diff --git a/x11-wm/transset/Makefile b/x11-wm/transset/Makefile index ec7ca29a6732..7368948cc24d 100644 --- a/x11-wm/transset/Makefile +++ b/x11-wm/transset/Makefile @@ -6,6 +6,7 @@ CATEGORIES= x11-wm MAINTAINER= x11@FreeBSD.org COMMENT= Make your windows transparent +WWW= https://forchheimer.se/transset-df/ USES= xorg xorg-cat:app USE_XORG= x11 xorgproto diff --git a/x11-wm/treewm/Makefile b/x11-wm/treewm/Makefile index cd0287ba1921..5732ba10a7c7 100644 --- a/x11-wm/treewm/Makefile +++ b/x11-wm/treewm/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Window manager that arranges windows in a tree +WWW= http://treewm.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/vtwm/Makefile b/x11-wm/vtwm/Makefile index 4cdec91288ce..4d77cca43491 100644 --- a/x11-wm/vtwm/Makefile +++ b/x11-wm/vtwm/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME} MAINTAINER= ak@FreeBSD.org COMMENT= Twm with a virtual desktop and optional Motif-like features +WWW= http://www.vtwm.org/ LICENSE= MIT diff --git a/x11-wm/w9wm/Makefile b/x11-wm/w9wm/Makefile index 542fbbdb2e2b..11369d029caa 100644 --- a/x11-wm/w9wm/Makefile +++ b/x11-wm/w9wm/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.drieu.org/code/w9wm/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Hack of 9wm to give virtual screens +WWW= http://www.grassouille.org/code/w9wm.en.html WRKSRC= ${WRKDIR}/${DISTNAME}.orig diff --git a/x11-wm/wayfire-plugins-extra/Makefile b/x11-wm/wayfire-plugins-extra/Makefile index de58bef17561..9dbcd3caa03c 100644 --- a/x11-wm/wayfire-plugins-extra/Makefile +++ b/x11-wm/wayfire-plugins-extra/Makefile @@ -9,6 +9,7 @@ PATCHFILES+= cf95ac721fb1.patch:-p1 # https://github.com/WayfireWM/wayfire-plugi MAINTAINER= jbeich@FreeBSD.org COMMENT= Additional plugins for Wayfire +WWW= https://wayfire.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/wayfire/Makefile b/x11-wm/wayfire/Makefile index 2f73b09f6a7e..112df93590fe 100644 --- a/x11-wm/wayfire/Makefile +++ b/x11-wm/wayfire/Makefile @@ -8,6 +8,7 @@ PATCHFILES+= dd479c06bf84.patch:-p1 # https://github.com/WayfireWM/wayfire/issue MAINTAINER= jbeich@FreeBSD.org COMMENT= 3D Wayland compositor +WWW= https://wayfire.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 8daef87694eb..cebd3d7d7697 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -7,6 +7,7 @@ DISTNAME= WindowMaker-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= GNUstep-compliant NeXTstep window manager clone +WWW= https://windowmaker.org/ LICENSE= GPLv2 diff --git a/x11-wm/wm2/Makefile b/x11-wm/wm2/Makefile index b285bdbe00e1..10f1f14a32c1 100644 --- a/x11-wm/wm2/Makefile +++ b/x11-wm/wm2/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org COMMENT= Simple window manager for X +WWW= https://www.all-day-breakfast.com/wm2/ BUILD_DEPENDS= makedepend:devel/makedepend diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile index 30a82fda2f56..842dfac0ea0d 100644 --- a/x11-wm/wmakerconf/Makefile +++ b/x11-wm/wmakerconf/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Configuration tool for Window Maker +WWW= https://sourceforge.net/projects/wmakerconf/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/wmanager-addons/Makefile b/x11-wm/wmanager-addons/Makefile index 74457bec785d..d60672d95a1e 100644 --- a/x11-wm/wmanager-addons/Makefile +++ b/x11-wm/wmanager-addons/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://devel.ringlet.net/x11/wmanager-addons/ MAINTAINER= ports@FreeBSD.org COMMENT= Helper scripts and documentation for the X11 window manager selector +WWW= https://devel.ringlet.net/x11/wmanager-addons/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/wmconfig/Makefile b/x11-wm/wmconfig/Makefile index 6f5e35f30f16..602586d19a08 100644 --- a/x11-wm/wmconfig/Makefile +++ b/x11-wm/wmconfig/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://www.arrishq.net/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Menu generation tool for X window managers +WWW= https://www.arrishq.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/wmii-devel/Makefile b/x11-wm/wmii-devel/Makefile index 739a45f49db3..937476bbfbfc 100644 --- a/x11-wm/wmii-devel/Makefile +++ b/x11-wm/wmii-devel/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME}+ixp-${PORTVERSION} MAINTAINER= rodrigo@FreeBSD.org COMMENT= Dynamic, minimalist window manager for X11 +WWW= https://code.google.com/p/wmii/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/wmii/Makefile b/x11-wm/wmii/Makefile index ec6f09349d7a..0c89e5474d24 100644 --- a/x11-wm/wmii/Makefile +++ b/x11-wm/wmii/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://dl.suckless.org/wmii/ MAINTAINER= rodrigo@FreeBSD.org COMMENT= Dynamic, minimalist window manager for X11 +WWW= http://wmii.suckless.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11-wm/wmname/Makefile b/x11-wm/wmname/Makefile index 8490838a57e2..8381d6cf5248 100644 --- a/x11-wm/wmname/Makefile +++ b/x11-wm/wmname/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://dl.suckless.org/tools/ MAINTAINER= nuncupatio@gmail.com COMMENT= Prints/sets the window manager name property of the root window +WWW= https://tools.suckless.org/x/wmname USES= xorg USE_XORG= x11 xorgproto diff --git a/x11-wm/wmx/Makefile b/x11-wm/wmx/Makefile index cae40a496ae4..bf21ffd3f28a 100644 --- a/x11-wm/wmx/Makefile +++ b/x11-wm/wmx/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.all-day-breakfast.com/wmx/ MAINTAINER= kwhite@site.uottawa.ca COMMENT= Simple window manager based on wm2 +WWW= https://www.all-day-breakfast.com/wmx/ USES= pkgconfig xorg GNU_CONFIGURE= yes diff --git a/x11-wm/xcompmgr/Makefile b/x11-wm/xcompmgr/Makefile index ca097864b2cf..838ea90ffa5b 100644 --- a/x11-wm/xcompmgr/Makefile +++ b/x11-wm/xcompmgr/Makefile @@ -4,6 +4,7 @@ CATEGORIES= x11-wm MAINTAINER= x11@FreeBSD.org COMMENT= Sample X compositing manager +WWW= https://www.freedesktop.org/Software/xapps LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile index 27ac1a5f97c8..ccfa29a6c37c 100644 --- a/x11-wm/xfce4-desktop/Makefile +++ b/x11-wm/xfce4-desktop/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce's desktop manager +WWW= https://www.xfce.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11-wm/xfce4-panel-profiles/Makefile b/x11-wm/xfce4-panel-profiles/Makefile index de961c696f62..bb6367ba9965 100644 --- a/x11-wm/xfce4-panel-profiles/Makefile +++ b/x11-wm/xfce4-panel-profiles/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce's panel multiple layouts manager +WWW= https://git.xfce.org/apps/xfce4-panel-profiles/about/ LICENSE= GPLv3 diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile index 48aa4483cb48..1245310b1796 100644 --- a/x11-wm/xfce4-panel/Makefile +++ b/x11-wm/xfce4-panel/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce's panel +WWW= https://docs.xfce.org/xfce/xfce4-panel/start LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile index 04f649790853..379da3f79537 100644 --- a/x11-wm/xfce4-session/Makefile +++ b/x11-wm/xfce4-session/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce's session manager +WWW= https://www.xfce.org/ LICENSE= GPLv2 diff --git a/x11-wm/xfce4-wm/Makefile b/x11-wm/xfce4-wm/Makefile index 94ab6c48e71c..bb09f4fa0247 100644 --- a/x11-wm/xfce4-wm/Makefile +++ b/x11-wm/xfce4-wm/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce's window manager +WWW= https://xfce.org/ LICENSE= GPLv2 diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index e5d8bd72a692..bcdd0d855fc9 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -4,6 +4,7 @@ CATEGORIES= x11-wm xfce MAINTAINER= xfce@FreeBSD.org COMMENT= Meta-port for the Xfce Desktop Environment +WWW= https://www.xfce.org/ RUN_DEPENDS= xfwm4:x11-wm/xfce4-wm \ xfce4-session:x11-wm/xfce4-session \ diff --git a/x11-wm/yeahwm/Makefile b/x11-wm/yeahwm/Makefile index 3e9796ad336e..3e56e42b7b06 100644 --- a/x11-wm/yeahwm/Makefile +++ b/x11-wm/yeahwm/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= danfe@FreeBSD.org COMMENT= Minimal X11 window manager with BeOS-like tabbed titles +WWW= http://phrat.de/ USES= xorg USE_XORG= x11 xext xinerama |