Move more URLs from pkg-descr to WWW in Makefile

These ports did contain untagged URLs (without the WWW: prefix) in
their pkg-descr files

Approved by:	portmgr (implicit)
This commit is contained in:
Stefan Eßer 2022-09-12 18:15:01 +02:00
parent 60764ff075
commit 28f5812db9
25 changed files with 14 additions and 23 deletions

View File

@ -6,6 +6,7 @@ CATEGORIES= devel
MAINTAINER= lukejee@gmail.com
COMMENT= Go Versioning Manager
WWW= https://github.com/pote/gvp
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE

View File

@ -9,5 +9,3 @@ it also modifies GOBIN and PATH to include the new GOPATH/bin directory.
gvp is a companion tool to gpm but both tools can be used independently
from each other.
https://github.com/pote/gvp

View File

@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Create PO files from text files
WWW= https://metacpan.org/release/Locale-XGettext
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE

View File

@ -7,5 +7,3 @@ common base needed for such scripts.
Locale::XGettext is the base class for various string extractors. These string
extractors can be used as standalone programs on the command-line or as a module
as a part of other software.
https://metacpan.org/release/Locale-XGettext

View File

@ -11,6 +11,7 @@ EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Falling blocks game
WWW= http://www.reloco.com.ar/xemeraldia/
USES= gnome pkgconfig
USE_GNOME= cairo gtk20

View File

@ -6,5 +6,3 @@ the second will cause the block(s) to dissolve.
You can either use the arrow keys or vi-style (hjkl) keys to move/
rotate the blocks. `s' or `p' will pause the game, and if your boss
comes along, `q' can be used to avoid an unpleasant confrontation.
http://www.reloco.com.ar/xemeraldia/

View File

@ -5,6 +5,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python OpenSSL wrapper
WWW= https://github.com/radfish/pyelliptic
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

View File

@ -1,4 +1,2 @@
Python OpenSSL wrapper. For modern cryptography with ECC, AES, HMAC,
Blowfish, ...
https://github.com/radfish/pyelliptic

View File

@ -6,6 +6,7 @@ DISTFILES= ${PORTNAME}?${PORTVERSION}
MAINTAINER= jrm@FreeBSD.org
COMMENT= Print ZFS ARC cache statistics and other information
WWW= https://cuddletech.com/2008/10/explore-your-zfs-adaptive-replacement-cache-arc/
LICENSE= BSD2CLAUSE

View File

@ -10,6 +10,7 @@ DISTFILES= u-boot-2015.07.tar.bz2:source1 \
MAINTAINER= martin@waschbuesch.de
COMMENT= Cross-build U-Boot loader for Utilite (and Utilite Pro)
WWW= https://www.denx.de/wiki/U-Boot
LICENSE= GPLv2

View File

@ -20,4 +20,4 @@ The sources for this port are based on stock U-Boot 2015.07 with patches
provided by CompuLab at:
http://www.compulab.co.il/wp-content/uploads/2015/10/u-boot-2015.07.tar.bz2
For general information about U-Boot see WWW: https://www.denx.de/wiki/U-Boot
For general information about U-Boot see https://www.denx.de/wiki/U-Boot

View File

@ -7,6 +7,7 @@ ZETABACK_COMMIT_DATE= 2020.01.31
MAINTAINER= cy@FreeBSD.org
COMMENT= Zetaback ZFS backup and recovery management system
WWW= https://labs.omniti.com/trac/zetaback
USE_GITHUB= yes
GH_ACCOUNT= omniti-labs

View File

@ -10,5 +10,3 @@ Zetaback is a thin-agent based ZFS backup tool. It is designed to:
* maintain varying retention policies (per host)
* summarize existing backups
* restore any host:fs backup at any point in time to any target host
https://labs.omniti.com/trac/zetaback

View File

@ -4,6 +4,7 @@ CATEGORIES= sysutils
MAINTAINER= cy@FreeBSD.org
COMMENT= Zetaback ZFS backup and recovery management system
WWW= https://labs.omniti.com/trac/zetaback
USE_GITHUB= yes
GH_ACCOUNT= omniti-labs

View File

@ -10,5 +10,3 @@ Zetaback is a thin-agent based ZFS backup tool. It is designed to:
* maintain varying retention policies (per host)
* summarize existing backups
* restore any host:fs backup at any point in time to any target host
https://labs.omniti.com/trac/zetaback

View File

@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
MAINTAINER= chromium@FreeBSD.org
COMMENT= Iridium browser
WWW= https://iridiumbrowser.de/
LICENSE= BSD3CLAUSE LGPL21 MPL11
LICENSE_COMB= multi

View File

@ -3,5 +3,3 @@ code base, with privacy being enhanced in several key areas.
Automatic transmission of partial queries, keywords, metrics to central
services is inhibited and only occurs with consent.
https://iridiumbrowser.de/

View File

@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Mojolicious plugin to set unprivileged credentials
WWW= https://metacpan.org/pod/Mojolicious::Plugin::SetUserGroup
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE

View File

@ -8,5 +8,3 @@ ports such as port 80 or 443, but run worker processes as unprivileged users.
However, if the application is not started as root, it will most likely fail to
change credentials. So, you should only set the user/group when the application
is started as root.
https://metacpan.org/pod/Mojolicious::Plugin::SetUserGroup

View File

@ -5,6 +5,7 @@ MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Authenticate with the Atlassian Connect REST APIs
WWW= https://bitbucket.org/atlassian/atlassian-jwt-ruby
LICENSE= APACHE20

View File

@ -5,5 +5,3 @@ URL the app is accessing. This gem simplifies generating the claim.
This gem provides helpers for generating Atlassian specific JWT claims. It also
exposes the ruby-jwt gem's encode and decode methods.
https://bitbucket.org/atlassian/atlassian-jwt-ruby

View File

@ -5,6 +5,7 @@ CATEGORIES= www
MAINTAINER= ports@FreeBSD.org
COMMENT= Nagios plugin to check status of Varnish
WWW= https://www.varnish-cache.org/utility/nagios-varnish-plugin
LICENSE= BSD2CLAUSE

View File

@ -1,3 +1 @@
Nagios plugin to monitor Varnish.
https://www.varnish-cache.org/utility/nagios-varnish-plugin

View File

@ -6,6 +6,7 @@ MASTER_SITES= ftp://ftp.cs.brown.edu/pub/xmx/
MAINTAINER= ports@FreeBSD.org
COMMENT= X protocol multiplexor
WWW= https://cs.brown.edu/software/xmx/
USES= tar:Z xorg
USE_XORG= x11

View File

@ -17,5 +17,3 @@ them to maintain a visual look-alike of the master server's display.
This software was developed at Brown University for use in our electronic
classroom. Some version of it has been in use here since 1988.
http://cs.brown.edu/software/xmx/