diff options
author | Stefan Eßer <se@FreeBSD.org> | 2022-09-07 21:06:12 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-09-07 21:10:59 +0000 |
commit | b7f05445c00f2625aa19b4154ebcbce5ed2daa52 (patch) | |
tree | c3b04fc0b07c55f849072e9b35e694f3d8ccf871 /ports-mgmt | |
parent | 6c266c9c9e7b0ac1a35b05fbdeddbc330e4c5f43 (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 'ports-mgmt')
59 files changed, 59 insertions, 0 deletions
diff --git a/ports-mgmt/bsdadminscripts2/Makefile b/ports-mgmt/bsdadminscripts2/Makefile index eae07946698d..dd06ebeda9d2 100644 --- a/ports-mgmt/bsdadminscripts2/Makefile +++ b/ports-mgmt/bsdadminscripts2/Makefile @@ -4,6 +4,7 @@ CATEGORIES= ports-mgmt MAINTAINER= sunpoet@FreeBSD.org COMMENT= BSD Administration Scripts 2 +WWW= https://github.com/lonkamikaze/bsda2 LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/ports-mgmt/caronade/Makefile b/ports-mgmt/caronade/Makefile index 45a7ed436342..5a8475eb2d45 100644 --- a/ports-mgmt/caronade/Makefile +++ b/ports-mgmt/caronade/Makefile @@ -6,6 +6,7 @@ CATEGORIES= ports-mgmt MAINTAINER= decke@FreeBSD.org COMMENT= Small and light tool to help with FreeBSD Ports CI +WWW= https://github.com/decke/caronade LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/ports-mgmt/chucky/Makefile b/ports-mgmt/chucky/Makefile index 7c379dad717a..79a04eb9cee7 100644 --- a/ports-mgmt/chucky/Makefile +++ b/ports-mgmt/chucky/Makefile @@ -5,6 +5,7 @@ CATEGORIES= ports-mgmt MAINTAINER= waitman@waitman.net COMMENT= Port installed version check/report with shar archival +WWW= https://dx.burplex.com/bin/chucky.html LICENSE= CHUCKY LICENSE_NAME= CHUCKY BSD LICENSE diff --git a/ports-mgmt/create-rb-port/Makefile b/ports-mgmt/create-rb-port/Makefile index 7c52a63f6fbb..05e9eb0c5cbb 100644 --- a/ports-mgmt/create-rb-port/Makefile +++ b/ports-mgmt/create-rb-port/Makefile @@ -4,6 +4,7 @@ CATEGORIES= ports-mgmt MAINTAINER= swills@FreeBSD.org COMMENT= Script to ease creation of rubygem- ports +WWW= https://github.com/swills/freebsd-ruby RUN_DEPENDS= gem:devel/ruby-gems diff --git a/ports-mgmt/dialog4ports-static/Makefile b/ports-mgmt/dialog4ports-static/Makefile index 22341d29e84e..fe22cdb5e46a 100644 --- a/ports-mgmt/dialog4ports-static/Makefile +++ b/ports-mgmt/dialog4ports-static/Makefile @@ -1,6 +1,7 @@ PKGNAMESUFFIX= -static COMMENT= Console Interface to configure ports (static version for chroots) +WWW= https://bitbucket.org/m1cro/d4p/ MASTERDIR= ${.CURDIR}/../dialog4ports DESCR= ${.CURDIR}/pkg-descr diff --git a/ports-mgmt/dialog4ports/Makefile b/ports-mgmt/dialog4ports/Makefile index f8ee7d51b2b8..cc64b94f05b4 100644 --- a/ports-mgmt/dialog4ports/Makefile +++ b/ports-mgmt/dialog4ports/Makefile @@ -10,6 +10,7 @@ MASTER_SITES= https://files.etoilebsd.net/dialog4ports/ \ MAINTAINER= rum1cro@yandex.ru COMMENT?= Console Interface to configure ports +WWW= https://bitbucket.org/m1cro/d4p/ LICENSE= BSD2CLAUSE diff --git a/ports-mgmt/distilator/Makefile b/ports-mgmt/distilator/Makefile index 0fa89802be4f..f64600dacd0d 100644 --- a/ports-mgmt/distilator/Makefile +++ b/ports-mgmt/distilator/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://critical.ch/distilator/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line script to check the availability of a ports distfiles +WWW= https://critical.ch/distilator/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/ports-mgmt/fallout/Makefile b/ports-mgmt/fallout/Makefile index ba50476230a2..fbabbb58fb0f 100644 --- a/ports-mgmt/fallout/Makefile +++ b/ports-mgmt/fallout/Makefile @@ -6,6 +6,7 @@ CATEGORIES= ports-mgmt MAINTAINER= dmgk@FreeBSD.org COMMENT= Download and search pkg-fallout logs +WWW= https://github.com/dmgk/fallout LICENSE= BSD0CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/ports-mgmt/fastest_pkg/Makefile b/ports-mgmt/fastest_pkg/Makefile index 351b51cadd9e..f8a8f6b2a50c 100644 --- a/ports-mgmt/fastest_pkg/Makefile +++ b/ports-mgmt/fastest_pkg/Makefile @@ -10,6 +10,7 @@ PATCHFILES= 0a736009a0c98d3277e6cfe93cc36a5bc6f6cd40.patch:-p1 MAINTAINER= ehaupt@FreeBSD.org COMMENT= Script to find the fastest pkg mirror +WWW= https://github.com/ehaupt/fastest_pkg LICENSE= BSD3CLAUSE diff --git a/ports-mgmt/freebsd-bugzilla-cli/Makefile b/ports-mgmt/freebsd-bugzilla-cli/Makefile index 2efb609fa34b..11102a4e4bc5 100644 --- a/ports-mgmt/freebsd-bugzilla-cli/Makefile +++ b/ports-mgmt/freebsd-bugzilla-cli/Makefile @@ -4,6 +4,7 @@ CATEGORIES= ports-mgmt MAINTAINER= olgeni@FreeBSD.org COMMENT= Interact with the FreeBSD bugzilla instance +WWW= https://github.com/pgollucci/freebsd-bugzilla-cli LICENSE= APACHE20 diff --git a/ports-mgmt/genplist/Makefile b/ports-mgmt/genplist/Makefile index f031dea2b422..40d051da59a8 100644 --- a/ports-mgmt/genplist/Makefile +++ b/ports-mgmt/genplist/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://acadix.biz/Ports/distfiles/ MAINTAINER= jwb@FreeBSD.org COMMENT= Generates a static plist for a port +WWW= http://personalpages.tds.net/~jwbacon/Ports LICENSE= BSD2CLAUSE diff --git a/ports-mgmt/hs-cabal2tuple/Makefile b/ports-mgmt/hs-cabal2tuple/Makefile index e3178b40ab1b..6841f8c9206f 100644 --- a/ports-mgmt/hs-cabal2tuple/Makefile +++ b/ports-mgmt/hs-cabal2tuple/Makefile @@ -4,6 +4,7 @@ CATEGORIES= ports-mgmt haskell MAINTAINER= arrowd@FreeBSD.org COMMENT= Generate USE_CABAL and GH_TUPLE knobs for Haskell ports +WWW= https://foss.heptapod.net/bsdutils/cabal2tuple LICENSE= BSD3CLAUSE diff --git a/ports-mgmt/hs-panopticum/Makefile b/ports-mgmt/hs-panopticum/Makefile index f1d0a69bc8fd..9da05e04e66d 100644 --- a/ports-mgmt/hs-panopticum/Makefile +++ b/ports-mgmt/hs-panopticum/Makefile @@ -5,6 +5,7 @@ CATEGORIES= ports-mgmt haskell MAINTAINER= arrowd@FreeBSD.org COMMENT= Query port information with every combination of OPTIONS +WWW= https://foss.heptapod.net/bsdutils/panopticum LICENSE= BSD3CLAUSE diff --git a/ports-mgmt/jailaudit/Makefile b/ports-mgmt/jailaudit/Makefile index 470d2de381cf..080ad16652c5 100644 --- a/ports-mgmt/jailaudit/Makefile +++ b/ports-mgmt/jailaudit/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://outpost.h3q.com/software/jailaudit/ MAINTAINER= cryx-ports@h3q.com COMMENT= Script to generate portaudit reports for jails +WWW= https://github.com/cristianyxen/jailaudit LICENSE= Beerware LICENSE_NAME= Beerware diff --git a/ports-mgmt/mkreadmes/Makefile b/ports-mgmt/mkreadmes/Makefile index 9101bfd08f41..a74f4b3eca8d 100644 --- a/ports-mgmt/mkreadmes/Makefile +++ b/ports-mgmt/mkreadmes/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Speedy substitute for "make readmes" +WWW= https://sourceforge.net/projects/mkreadmes/ USES= tar:bzip2 diff --git a/ports-mgmt/modules2tuple/Makefile b/ports-mgmt/modules2tuple/Makefile index 643cdcfd439e..b5707a9b1447 100644 --- a/ports-mgmt/modules2tuple/Makefile +++ b/ports-mgmt/modules2tuple/Makefile @@ -6,6 +6,7 @@ CATEGORIES= ports-mgmt MAINTAINER= dmgk@FreeBSD.org COMMENT= Generate GH_TUPLE from modules.txt +WWW= https://github.com/dmgk/modules2tuple LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/ports-mgmt/octopkg/Makefile b/ports-mgmt/octopkg/Makefile index e0b4d41c86b6..cd245f12892c 100644 --- a/ports-mgmt/octopkg/Makefile +++ b/ports-mgmt/octopkg/Makefile @@ -5,6 +5,7 @@ CATEGORIES= ports-mgmt MAINTAINER= ports@FreeBSD.org COMMENT= Graphical front-end to the FreeBSD pkg-ng package manager +WWW= https://tintaescura.com/projects/octopkg/ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/ports-mgmt/p5-FreeBSD-Portindex/Makefile b/ports-mgmt/p5-FreeBSD-Portindex/Makefile index fbf3d4341bb2..5989cdcd2138 100644 --- a/ports-mgmt/p5-FreeBSD-Portindex/Makefile +++ b/ports-mgmt/p5-FreeBSD-Portindex/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= matthew@FreeBSD.org COMMENT= Incremental FreeBSD ports INDEX file generation +WWW= https://www.infracaninophile.co.uk/portindex/ LICENSE= BSD2CLAUSE diff --git a/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile b/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile index 418c8a8d00ba..1fb61c42722b 100644 --- a/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile +++ b/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Make a hash out of the index file for the ports tree +WWW= https://metacpan.org/release/FreeBSD-Ports-INDEXhash USES= perl5 USE_PERL5= configure diff --git a/ports-mgmt/p5-FreeBSD-Ports/Makefile b/ports-mgmt/p5-FreeBSD-Ports/Makefile index 77460976369b..3bb5978aed2d 100644 --- a/ports-mgmt/p5-FreeBSD-Ports/Makefile +++ b/ports-mgmt/p5-FreeBSD-Ports/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl modules for parsing FreeBSD's Ports INDEX file +WWW= https://people.freebsd.org/~tom/portpm/ LICENSE= BSD2CLAUSE diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile index 0d396cd36c57..8d5268d6a4eb 100644 --- a/ports-mgmt/packagekit/Makefile +++ b/ports-mgmt/packagekit/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.packagekit.org/releases/ MAINTAINER= gnome@FreeBSD.org COMMENT?= DBUS packaging abstraction layer +WWW= http://www.packagekit.org BUILD_DEPENDS= ${LOCALBASE}/bin/docbook2man:textproc/docbook-utils LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ diff --git a/ports-mgmt/parfetch-overlay/Makefile b/ports-mgmt/parfetch-overlay/Makefile index f60e91997c7c..023f03b877b2 100644 --- a/ports-mgmt/parfetch-overlay/Makefile +++ b/ports-mgmt/parfetch-overlay/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= -overlay MAINTAINER= tobik@FreeBSD.org COMMENT= Fetch distfiles in parallel and with pipelining +WWW= https://github.com/t6/parfetch LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index afbe9ce6fea1..463325ad310e 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= pkg@FreeBSD.org COMMENT= Package manager +WWW= https://github.com/freebsd/pkg LICENSE= BSD2CLAUSE diff --git a/ports-mgmt/pkg-graph/Makefile b/ports-mgmt/pkg-graph/Makefile index 8ac988ff5334..c8de793f7f87 100644 --- a/ports-mgmt/pkg-graph/Makefile +++ b/ports-mgmt/pkg-graph/Makefile @@ -5,6 +5,7 @@ CATEGORIES= ports-mgmt MAINTAINER= gnn@FreeBSD.org COMMENT= Graphviz generator for pkg +WWW= https://github.com/neosmart/pkg-graph LICENSE= BSD2CLAUSE diff --git a/ports-mgmt/pkg-provides/Makefile b/ports-mgmt/pkg-provides/Makefile index e2ae7a4b5310..9b7466a58625 100644 --- a/ports-mgmt/pkg-provides/Makefile +++ b/ports-mgmt/pkg-provides/Makefile @@ -5,6 +5,7 @@ CATEGORIES= ports-mgmt MAINTAINER= rodrigo@FreeBSD.org COMMENT= Pkg plugin for querying which package provides a particular file +WWW= https://github.com/rosorio/pkg-provides LICENSE= BSD2CLAUSE BSD3CLAUSE BSD4CLAUSE LICENSE_COMB= multi diff --git a/ports-mgmt/pkg-rmleaf/Makefile b/ports-mgmt/pkg-rmleaf/Makefile index aad99324aa5d..85ba8243531d 100644 --- a/ports-mgmt/pkg-rmleaf/Makefile +++ b/ports-mgmt/pkg-rmleaf/Makefile @@ -6,6 +6,7 @@ DISTFILES= # none MAINTAINER= shen.elf@gmail.com COMMENT= Remove leaf packages +WWW= https://github.com/bsdelf/pkg-rmleaf LICENSE= BSD2CLAUSE diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 14bcabd46bef..79222e20448f 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -9,6 +9,7 @@ CATEGORIES= ports-mgmt MAINTAINER= pkg@FreeBSD.org COMMENT= Package manager +WWW= https://github.com/freebsd/pkg LICENSE= BSD2CLAUSE diff --git a/ports-mgmt/pkg_jail/Makefile b/ports-mgmt/pkg_jail/Makefile index 913f68e2434b..ccfae90abb79 100644 --- a/ports-mgmt/pkg_jail/Makefile +++ b/ports-mgmt/pkg_jail/Makefile @@ -5,6 +5,7 @@ CATEGORIES= ports-mgmt MAINTAINER= dinoex@FreeBSD.org COMMENT= Manage your own package jail +WWW= https://people.freebsd.org/~dinoex/batch/README.txt LICENSE= BSD3CLAUSE diff --git a/ports-mgmt/pkg_replace/Makefile b/ports-mgmt/pkg_replace/Makefile index 3214140247bb..39fdec78aea8 100644 --- a/ports-mgmt/pkg_replace/Makefile +++ b/ports-mgmt/pkg_replace/Makefile @@ -4,6 +4,7 @@ CATEGORIES= ports-mgmt MAINTAINER= kdeguchi@sz.tokoha-u.ac.jp COMMENT= Utility for upgrading installed packages +WWW= https://portutil.osdn.jp/ LICENSE= CC0-1.0 diff --git a/ports-mgmt/pkg_search/Makefile b/ports-mgmt/pkg_search/Makefile index 8157e1392ee2..83c396593ceb 100644 --- a/ports-mgmt/pkg_search/Makefile +++ b/ports-mgmt/pkg_search/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.mathematik.uni-marburg.de/~schmidtm/pkg_search/ \ MAINTAINER= schmidtm@mathematik.uni-marburg.de COMMENT= Nifty script searching the ports database +WWW= https://www.mathematik.uni-marburg.de/~schmidtm/pkg_search/ IGNORE_DragonFly= Requires update to work for DragonFly diff --git a/ports-mgmt/pkg_tree/Makefile b/ports-mgmt/pkg_tree/Makefile index 6089ecb5ca4c..7d339f5f146d 100644 --- a/ports-mgmt/pkg_tree/Makefile +++ b/ports-mgmt/pkg_tree/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://www.mavetju.org/download/ MAINTAINER= tatsuki_makino@hotmail.com COMMENT= Get a 'graphical' tree-overview of installed packages +WWW= https://www.mavetju.org/unix/general.php LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/ports-mgmt/pkgcompare/Makefile b/ports-mgmt/pkgcompare/Makefile index a7036e5fb2f1..c46f4d8f29e1 100644 --- a/ports-mgmt/pkgcompare/Makefile +++ b/ports-mgmt/pkgcompare/Makefile @@ -4,6 +4,7 @@ CATEGORIES= ports-mgmt MAINTAINER= waitman@waitman.net COMMENT= Alternate to pkg upgrade +WWW= https://github.com/waitman/pkg-compare LICENSE= PKG-COMPARE LICENSE_NAME= PKG-COMPARE BSD LICENSE diff --git a/ports-mgmt/portal/Makefile b/ports-mgmt/portal/Makefile index ea6a867a67c1..ef8c3301a382 100644 --- a/ports-mgmt/portal/Makefile +++ b/ports-mgmt/portal/Makefile @@ -5,6 +5,7 @@ CATEGORIES= ports-mgmt MAINTAINER= ports@FreeBSD.org COMMENT= Front-end to pkg(8) +WWW= https://github.com/culot/portal LICENSE= BSD2CLAUSE diff --git a/ports-mgmt/portconfig/Makefile b/ports-mgmt/portconfig/Makefile index f7d0c9195289..78762485322f 100644 --- a/ports-mgmt/portconfig/Makefile +++ b/ports-mgmt/portconfig/Makefile @@ -4,6 +4,7 @@ CATEGORIES= ports-mgmt MAINTAINER= bapt@FreeBSD.org COMMENT= Utility to set up FreeBSD port options +WWW= https://gitlab.com/alfix/portconfig LICENSE= BSD2CLAUSE diff --git a/ports-mgmt/portest/Makefile b/ports-mgmt/portest/Makefile index 1f4875c4a456..8c014501c734 100644 --- a/ports-mgmt/portest/Makefile +++ b/ports-mgmt/portest/Makefile @@ -5,6 +5,7 @@ CATEGORIES= ports-mgmt MAINTAINER= ultima@FreeBSD.org COMMENT= Patch file automation for FreeBSD-ports +WWW= https://github.com/Ultima1252/portest LICENSE= BSD2CLAUSE diff --git a/ports-mgmt/portfind/Makefile b/ports-mgmt/portfind/Makefile index 946e9b1e0be4..6d9bfb89b554 100644 --- a/ports-mgmt/portfind/Makefile +++ b/ports-mgmt/portfind/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://gug-it.de/files/ MAINTAINER= thorsten@gug-it.de COMMENT= Search the ports tree +WWW= http://www.gug-it.de LICENSE= BSD3CLAUSE diff --git a/ports-mgmt/portfmt/Makefile b/ports-mgmt/portfmt/Makefile index 9edaba7849ab..905503461762 100644 --- a/ports-mgmt/portfmt/Makefile +++ b/ports-mgmt/portfmt/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://codeberg.org/attachments/0991a836-2810-45b3-9035-45716b5a2 MAINTAINER= tobik@FreeBSD.org COMMENT= Format FreeBSD Ports Makefiles +WWW= https://codeberg.org/tobik/portfmt LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/ports-mgmt/portgraph/Makefile b/ports-mgmt/portgraph/Makefile index 329573f9777e..8b617ca2b802 100644 --- a/ports-mgmt/portgraph/Makefile +++ b/ports-mgmt/portgraph/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= CHEESESHOP MAINTAINER= lbartoletti@FreeBSD.org COMMENT= Create a dependencies graph of a(all) port(s) +WWW= https://gitlab.com/lbartoletti/portgraph LICENSE= BSD2CLAUSE diff --git a/ports-mgmt/portgrep/Makefile b/ports-mgmt/portgrep/Makefile index 2638947b7143..95ed680845ac 100644 --- a/ports-mgmt/portgrep/Makefile +++ b/ports-mgmt/portgrep/Makefile @@ -6,6 +6,7 @@ CATEGORIES= ports-mgmt MAINTAINER= dmgk@FreeBSD.org COMMENT= Parallel port search utility +WWW= https://github.com/dmgk/portgrep LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile index 877051c40e3f..cc663ef0cbaf 100644 --- a/ports-mgmt/portmaster/Makefile +++ b/ports-mgmt/portmaster/Makefile @@ -4,6 +4,7 @@ CATEGORIES= ports-mgmt MAINTAINER= se@FreeBSD.org COMMENT= Manage your ports without external databases or languages +WWW= https://portmaster.github.io/ LICENSE= BSD2CLAUSE diff --git a/ports-mgmt/portrac/Makefile b/ports-mgmt/portrac/Makefile index d4c763b0cf68..efdc61df83ac 100644 --- a/ports-mgmt/portrac/Makefile +++ b/ports-mgmt/portrac/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://e-soul.org/distfiles/ \ MAINTAINER= Mario.G.Pavlov@gmail.com COMMENT= Simple GUI tool for tracking port updates +WWW= https://portrac.e-soul.org/ LICENSE= BSD2CLAUSE diff --git a/ports-mgmt/ports-tools/Makefile b/ports-mgmt/ports-tools/Makefile index ba31ade8d037..7cab63b4ff31 100644 --- a/ports-mgmt/ports-tools/Makefile +++ b/ports-mgmt/ports-tools/Makefile @@ -4,6 +4,7 @@ CATEGORIES= ports-mgmt MAINTAINER= ports@FreeBSD.org COMMENT= Collection of ports tree related scripts +WWW= https://github.com/ppekala/ports-tools LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/ports-mgmt/portscout/Makefile b/ports-mgmt/portscout/Makefile index 988d9a849649..f717fd9ac180 100644 --- a/ports-mgmt/portscout/Makefile +++ b/ports-mgmt/portscout/Makefile @@ -4,6 +4,7 @@ CATEGORIES= ports-mgmt MAINTAINER= bofh@FreeBSD.org COMMENT= Tool to scan for new versions of FreeBSD ports +WWW= https://www.inerd.com/software/portscout/ LICENSE= BSD2CLAUSE diff --git a/ports-mgmt/portsearch/Makefile b/ports-mgmt/portsearch/Makefile index 0f39874ac208..8155986fdd9d 100644 --- a/ports-mgmt/portsearch/Makefile +++ b/ports-mgmt/portsearch/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://people.freebsd.org/~vd/portsearch/ \ MAINTAINER= vd@FreeBSD.org COMMENT= Port searching tool that supports search by packing list files +WWW= https://people.freebsd.org/~vd/portsearch LICENSE= BSD2CLAUSE diff --git a/ports-mgmt/portshaker/Makefile b/ports-mgmt/portshaker/Makefile index b0c091b58c38..acb596985fc3 100644 --- a/ports-mgmt/portshaker/Makefile +++ b/ports-mgmt/portshaker/Makefile @@ -6,6 +6,7 @@ CATEGORIES?= ports-mgmt MAINTAINER?= romain@FreeBSD.org COMMENT?= Maintain ports tree using multiple sources +WWW= https://github.com/smortex/portshaker LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/ports-mgmt/portsreinstall/Makefile b/ports-mgmt/portsreinstall/Makefile index d7affdcf6fe0..8ab16b2eef20 100644 --- a/ports-mgmt/portsreinstall/Makefile +++ b/ports-mgmt/portsreinstall/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= OSDN/${PORTNAME} \ MAINTAINER= sakaue.mamoru@mwghennndo.com COMMENT= Ports upgrading utility for massive forced reinstall +WWW= http://www.mwghennndo.com/software/portsreinstall/ LICENSE= BSD2CLAUSE diff --git a/ports-mgmt/porttools/Makefile b/ports-mgmt/porttools/Makefile index 5a0bc2900a51..3ba70b7f62bb 100644 --- a/ports-mgmt/porttools/Makefile +++ b/ports-mgmt/porttools/Makefile @@ -4,6 +4,7 @@ CATEGORIES= ports-mgmt MAINTAINER= skreuzer@FreeBSD.org COMMENT= Tools for testing and submitting port updates and new ports +WWW= https://github.com/skreuzer/porttools/ LICENSE= BSD2CLAUSE diff --git a/ports-mgmt/porttree/Makefile b/ports-mgmt/porttree/Makefile index 540c61b83b62..7482302b7d73 100644 --- a/ports-mgmt/porttree/Makefile +++ b/ports-mgmt/porttree/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Show dependencies of FreeBSD port as pseudo graphical tree +WWW= https://sourceforge.net/projects/porttree/ LICENSE= MIT diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile index fd4f0b0c0310..1abdc7f2ef4e 100644 --- a/ports-mgmt/portupgrade-devel/Makefile +++ b/ports-mgmt/portupgrade-devel/Makefile @@ -10,6 +10,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= bdrewery@FreeBSD.org COMMENT= FreeBSD ports/packages management tool (devel version) +WWW= https://wiki.freebsd.org/portupgrade LICENSE= BSD3CLAUSE diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile index 40138767ad15..b4a8be928994 100644 --- a/ports-mgmt/portupgrade/Makefile +++ b/ports-mgmt/portupgrade/Makefile @@ -9,6 +9,7 @@ MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ MAINTAINER= bdrewery@FreeBSD.org COMMENT= FreeBSD ports/packages administration and management tool suite +WWW= https://wiki.freebsd.org/portupgrade LICENSE= BSD3CLAUSE diff --git a/ports-mgmt/poudriere-devel/Makefile b/ports-mgmt/poudriere-devel/Makefile index 1aa7b7b8884d..21039eb63fdb 100644 --- a/ports-mgmt/poudriere-devel/Makefile +++ b/ports-mgmt/poudriere-devel/Makefile @@ -9,6 +9,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= bdrewery@FreeBSD.org COMMENT= Port build and test system +WWW= https://github.com/freebsd/poudriere/wiki LICENSE= BSD2CLAUSE diff --git a/ports-mgmt/poudriere/Makefile b/ports-mgmt/poudriere/Makefile index a4e9f79a0eca..0dec64f43843 100644 --- a/ports-mgmt/poudriere/Makefile +++ b/ports-mgmt/poudriere/Makefile @@ -8,6 +8,7 @@ MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ MAINTAINER= bdrewery@FreeBSD.org COMMENT= Port build and test system +WWW= https://github.com/freebsd/poudriere/wiki LICENSE= BSD2CLAUSE diff --git a/ports-mgmt/psearch/Makefile b/ports-mgmt/psearch/Makefile index 905954df93c6..dac394cdb0c4 100644 --- a/ports-mgmt/psearch/Makefile +++ b/ports-mgmt/psearch/Makefile @@ -4,6 +4,7 @@ CATEGORIES= ports-mgmt MAINTAINER= mail@maxlor.com COMMENT= Utility for searching the FreeBSD Ports Collection +WWW= https://github.com/maxlor/psearch LICENSE= BSD2CLAUSE diff --git a/ports-mgmt/py-FreeBSD-ports/Makefile b/ports-mgmt/py-FreeBSD-ports/Makefile index 2e239fc7ad25..efcef2fe6e1b 100644 --- a/ports-mgmt/py-FreeBSD-ports/Makefile +++ b/ports-mgmt/py-FreeBSD-ports/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= swills@FreeBSD.org COMMENT= Parse FreeBSD Ports INDEX, provide search API +WWW= https://github.com/swills/py-FreeBSD-ports/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/ports-mgmt/py-pytoport/Makefile b/ports-mgmt/py-pytoport/Makefile index 24cd82eb841f..90ab42875f02 100644 --- a/ports-mgmt/py-pytoport/Makefile +++ b/ports-mgmt/py-pytoport/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Generate FreeBSD ports from Python modules on PyPI +WWW= https://github.com/freebsd/pytoport LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/ports-mgmt/py-skog/Makefile b/ports-mgmt/py-skog/Makefile index 9e6730c0dd5f..5886f74f6b88 100644 --- a/ports-mgmt/py-skog/Makefile +++ b/ports-mgmt/py-skog/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Generate visual dependency trees for FreeBSD ports +WWW= https://github.com/bbqsrc/skog-python LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/ports-mgmt/reprise/Makefile b/ports-mgmt/reprise/Makefile index fc6fcc5f431a..a09b55ee5f89 100644 --- a/ports-mgmt/reprise/Makefile +++ b/ports-mgmt/reprise/Makefile @@ -4,6 +4,7 @@ CATEGORIES= ports-mgmt python MAINTAINER= amdmi3@FreeBSD.org COMMENT= Port testing system +WWW= https://github.com/AMDmi3/reprise LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/ports-mgmt/sccache-overlay/Makefile b/ports-mgmt/sccache-overlay/Makefile index 367d7acc275c..67f161a2c4f7 100644 --- a/ports-mgmt/sccache-overlay/Makefile +++ b/ports-mgmt/sccache-overlay/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= -overlay MAINTAINER= rust@FreeBSD.org COMMENT= Ports overlay for sccache +WWW= https://github.com/mozilla/sccache LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile index c8afd288db19..3f357a48e07a 100644 --- a/ports-mgmt/synth/Makefile +++ b/ports-mgmt/synth/Makefile @@ -5,6 +5,7 @@ CATEGORIES= ports-mgmt MAINTAINER= fluffy@FreeBSD.org COMMENT= Custom package repository builder for FreeBSD and DragonFly +WWW= https://github.com/jrmarino/synth LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/License.txt |