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 /sysutils | |
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 'sysutils')
1468 files changed, 1469 insertions, 3 deletions
diff --git a/sysutils/3dm/Makefile b/sysutils/3dm/Makefile index b2d5836911fb..56f210d7f835 100644 --- a/sysutils/3dm/Makefile +++ b/sysutils/3dm/Makefile @@ -9,6 +9,7 @@ DIST_SUBDIR= 3dm2 MAINTAINER= takefu@airport.fm COMMENT= 3ware RAID controller monitoring daemon and web server +WWW= https://www.broadcom.com/support/ LICENSE= 3dm LICENSE_NAME= BROADCOM diff --git a/sysutils/3mux/Makefile b/sysutils/3mux/Makefile index 78ced3c4a419..0c811313be79 100644 --- a/sysutils/3mux/Makefile +++ b/sysutils/3mux/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org COMMENT= Terminal multiplexer inspired by i3 +WWW= https://github.com/aaronjanse/3mux LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile index 409ddacb4ce5..8e4f1cf78ac3 100644 --- a/sysutils/LPRng/Makefile +++ b/sysutils/LPRng/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME:tl}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Enhanced Printer Spooler +WWW= http://lprng.sourceforge.net/ LICENSE= ART10 GPLv2 LICENSE_COMB= dual diff --git a/sysutils/LPRngTool/Makefile b/sysutils/LPRngTool/Makefile index 94d9eb9953e9..4f309bf87e27 100644 --- a/sysutils/LPRngTool/Makefile +++ b/sysutils/LPRngTool/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/lprng/lprngtool/LRPngTool-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Configuration Tool for LPRng +WWW= http://lprng.sourceforge.net/ LICENSE= GPLv2 diff --git a/sysutils/R-cran-fs/Makefile b/sysutils/R-cran-fs/Makefile index 3ff778b5740a..d1d37f043225 100644 --- a/sysutils/R-cran-fs/Makefile +++ b/sysutils/R-cran-fs/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= ygy@FreeBSD.org COMMENT= Cross-Platform File System Operations Based on 'libuv' +WWW= https://fs.r-lib.org LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/R-cran-processx/Makefile b/sysutils/R-cran-processx/Makefile index f394473d466a..aab69e708bdf 100644 --- a/sysutils/R-cran-processx/Makefile +++ b/sysutils/R-cran-processx/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= ygy@FreeBSD.org COMMENT= Execute and Control System Processes +WWW= https://processx.r-lib.org LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/R-cran-ps/Makefile b/sysutils/R-cran-ps/Makefile index df825594fbb3..a0e9390d6bf2 100644 --- a/sysutils/R-cran-ps/Makefile +++ b/sysutils/R-cran-ps/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= ygy@FreeBSD.org COMMENT= List, Query, Manipulate System Processes +WWW= https://github.com/r-lib/ps #readme LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/R-cran-xopen/Makefile b/sysutils/R-cran-xopen/Makefile index bc5bd7d4a64a..d966ce91fb1a 100644 --- a/sysutils/R-cran-xopen/Makefile +++ b/sysutils/R-cran-xopen/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= ygy@FreeBSD.org COMMENT= Open System Files, 'URLs', Anything +WWW= https://github.com/r-lib/xopen #readme LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/UEFITool/Makefile b/sysutils/UEFITool/Makefile index 947136e298fa..ef5072ab60b2 100644 --- a/sysutils/UEFITool/Makefile +++ b/sysutils/UEFITool/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= pkubaj@FreeBSD.org COMMENT= UEFI images parser +WWW= https://github.com/LongSoft/UEFITool LICENSE= MIT LICENSE_FILE= ${WRKSRC}/../LICENSE.md diff --git a/sysutils/abduco/Makefile b/sysutils/abduco/Makefile index eed2cc4a45cf..ca9c0a69f212 100644 --- a/sysutils/abduco/Makefile +++ b/sysutils/abduco/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.brain-dump.org/projects/abduco/ MAINTAINER= swdragonmaus@gmail.com COMMENT= Session management in a clean and simple way +WWW= http://www.brain-dump.org/projects/abduco/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/abgx360/Makefile b/sysutils/abgx360/Makefile index efe3ba6171a0..d1bd8ac32257 100644 --- a/sysutils/abgx360/Makefile +++ b/sysutils/abgx360/Makefile @@ -8,6 +8,7 @@ MASTER_SITES= http://abgx360.xecuter.com/dl/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Verify and repair Xbox 360 backup images +WWW= https://abgx360.xecuter.com/ LICENSE= NONE diff --git a/sysutils/accounts-qml-module/Makefile b/sysutils/accounts-qml-module/Makefile index f1fc416706d5..eeeb1bbea7b2 100644 --- a/sysutils/accounts-qml-module/Makefile +++ b/sysutils/accounts-qml-module/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= KDE/${GL_ACCOUNT} MAINTAINER= kde@FreeBSD.org COMMENT= Expose the Online Accounts API to QML applications +WWW= https://gitlab.com/groups/accounts-sso LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/accountsservice/Makefile b/sysutils/accountsservice/Makefile index bf91d7d78c0e..cefce5e353c3 100644 --- a/sysutils/accountsservice/Makefile +++ b/sysutils/accountsservice/Makefile @@ -9,6 +9,7 @@ PATCHFILES+= ac9b14f1c1bb.patch:-p1 # https://gitlab.freedesktop.org/accountsser MAINTAINER= kwm@FreeBSD.org COMMENT= D-Bus interface for user account query and manipulation +WWW= https://gitlab.freedesktop.org/accountsservice/accountsservice LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/acerhdf-kmod/Makefile b/sysutils/acerhdf-kmod/Makefile index 816702fd65b0..d110c6c7b59c 100644 --- a/sysutils/acerhdf-kmod/Makefile +++ b/sysutils/acerhdf-kmod/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Acer Aspire One fan control +WWW= https://github.com/t6/kmod-acerhdf LICENSE= GPLv2 diff --git a/sysutils/acfgfs/Makefile b/sysutils/acfgfs/Makefile index c581e3fd2e22..b99010099d7f 100644 --- a/sysutils/acfgfs/Makefile +++ b/sysutils/acfgfs/Makefile @@ -8,6 +8,7 @@ PATCHFILES+= f1ff13a78c8a.patch:-p1 # https://github.com/letoram/arcan/pull/254 MAINTAINER= jbeich@FreeBSD.org COMMENT= FUSE file system driver for Arcan window managers +WWW= https://arcan-fe.com/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC:H:H:H}/data/distr/LICENSE.BSD diff --git a/sysutils/acpica-tools/Makefile b/sysutils/acpica-tools/Makefile index 970794f7a2c8..255e1b21a637 100644 --- a/sysutils/acpica-tools/Makefile +++ b/sysutils/acpica-tools/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME}-unix-${PORTVERSION} MAINTAINER= jkim@FreeBSD.org COMMENT= Tools from the ACPI Component Architecture (ACPICA) project +WWW= https://acpica.org LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= dual diff --git a/sysutils/acts/Makefile b/sysutils/acts/Makefile index a6e5aa1ba5f3..8592df230195 100644 --- a/sysutils/acts/Makefile +++ b/sysutils/acts/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils archivers MAINTAINER= adamw@FreeBSD.org COMMENT= Another Calendar-based Tarsnap Script +WWW= https://github.com/alexjurkiewicz/acts LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/adtool/Makefile b/sysutils/adtool/Makefile index 859b8e6407b6..7b96a33b4ca7 100644 --- a/sysutils/adtool/Makefile +++ b/sysutils/adtool/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://gp2x.org/adtool/ MAINTAINER= joseph@randomnetworks.com COMMENT= Active Directory administration tool +WWW= https://gp2x.org/adtool/ USES= gmake libtool GNU_CONFIGURE= yes diff --git a/sysutils/afflib/Makefile b/sysutils/afflib/Makefile index c6501d1ca4c1..c68245691170 100644 --- a/sysutils/afflib/Makefile +++ b/sysutils/afflib/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= antoine@FreeBSD.org COMMENT= Advanced Forensics Format library and utilities +WWW= https://github.com/sshock/AFFLIBv3 LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/afio/Makefile b/sysutils/afio/Makefile index 8bd88651a216..81b4a0f2e087 100644 --- a/sysutils/afio/Makefile +++ b/sysutils/afio/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://members.chello.nl/~k.holtman/ MAINTAINER= portmaster@BSDforge.com COMMENT= Archiver and backup program with builtin compression +WWW= http://members.chello.nl/k.holtman/afio.html LICENSE= ART20 BSD2CLAUSE LICENSE_COMB= multi diff --git a/sysutils/agedu/Makefile b/sysutils/agedu/Makefile index b9841681aa3d..349c017fdd38 100644 --- a/sysutils/agedu/Makefile +++ b/sysutils/agedu/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://www.chiark.greenend.org.uk/~sgtatham/agedu/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Unix utility for tracking down wasted disk space +WWW= https://www.chiark.greenend.org.uk/~sgtatham/agedu/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE diff --git a/sysutils/ah-tty/Makefile b/sysutils/ah-tty/Makefile index 23899c12648e..59d559bcb284 100644 --- a/sysutils/ah-tty/Makefile +++ b/sysutils/ah-tty/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Automatic helper for command prompts and shells +WWW= http://ah-tty.sourceforge.net/ USES= ncurses GNU_CONFIGURE= yes diff --git a/sysutils/aimage/Makefile b/sysutils/aimage/Makefile index 1a8681b2ee37..cbaf0dd83695 100644 --- a/sysutils/aimage/Makefile +++ b/sysutils/aimage/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://digitalcorpora.org/downloads/ MAINTAINER= portmaster@BSDforge.com COMMENT= Advanced Disk Imager +WWW= https://BSDforge.com/projects/sysutils/aimage/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/aird/Makefile b/sysutils/aird/Makefile index d8bb331c165e..308a0b876d6a 100644 --- a/sysutils/aird/Makefile +++ b/sysutils/aird/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ MAINTAINER= crees@FreeBSD.org COMMENT= Handles Apple IR receiver button events +WWW= https://wiki.freebsd.org/AppleMacbook LICENSE= BSD2CLAUSE diff --git a/sysutils/alfio/Makefile b/sysutils/alfio/Makefile index 7fb181684a9c..d561cbcef4ea 100644 --- a/sysutils/alfio/Makefile +++ b/sysutils/alfio/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= salvadore@FreeBSD.org COMMENT= Services manager to choose which services start at boot time +WWW= https://github.com/lsalvadore/alfio LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/am-utils/Makefile b/sysutils/am-utils/Makefile index 4eba8519b2e1..2fb536baebc6 100644 --- a/sysutils/am-utils/Makefile +++ b/sysutils/am-utils/Makefile @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.am-utils.org/pub/am-utils/ \ MAINTAINER= cy@FreeBSD.org COMMENT= Berkeley Automounter Suite of Utilities +WWW= https://www.am-utils.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/amazon-ssm-agent/Makefile b/sysutils/amazon-ssm-agent/Makefile index 72ebc39b2380..49ec572bc63a 100644 --- a/sysutils/amazon-ssm-agent/Makefile +++ b/sysutils/amazon-ssm-agent/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= cperciva@FreeBSD.org COMMENT= Amazon Simple Systems Manager Agent +WWW= https://github.com/aws/amazon-ssm-agent LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/amdmsrtweaker/Makefile b/sysutils/amdmsrtweaker/Makefile index e79f667db35f..b49b9031d263 100644 --- a/sysutils/amdmsrtweaker/Makefile +++ b/sysutils/amdmsrtweaker/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= danfe@FreeBSD.org COMMENT= Tool to reprogram the P-states on various AMD CPUs and APUs +WWW= https://github.com/danfe/amdmsrtweaker-lnx LICENSE= GPLv3 diff --git a/sysutils/amrstat/Makefile b/sysutils/amrstat/Makefile index a12e37d0c778..829644cfc1c7 100644 --- a/sysutils/amrstat/Makefile +++ b/sysutils/amrstat/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= LOCAL/jkim MAINTAINER= jkim@FreeBSD.org COMMENT= Utility for LSI Logic's MegaRAID RAID controllers +WWW= https://lists.freebsd.org/pipermail/freebsd-scsi/2006-February/002294.html LICENSE= BSD2CLAUSE diff --git a/sysutils/amtc/Makefile b/sysutils/amtc/Makefile index 84ff84272e40..d310a9405bf0 100644 --- a/sysutils/amtc/Makefile +++ b/sysutils/amtc/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= tony.li@tony.li COMMENT= Threaded Intel AMT/vPro mass management tool +WWW= https://github.com/schnoddelbotz/amtc LICENSE= CC-BY-3.0 diff --git a/sysutils/anacron/Makefile b/sysutils/anacron/Makefile index 3779e16658fb..034e97d75c9f 100644 --- a/sysutils/anacron/Makefile +++ b/sysutils/anacron/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= dz@426.ch COMMENT= Schedules periodic jobs on systems that are not permanently up +WWW= https://sourceforge.net/projects/anacron/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/and/Makefile b/sysutils/and/Makefile index 19d93437cb21..cec80d62f334 100644 --- a/sysutils/and/Makefile +++ b/sysutils/and/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= portmaster@BSDforge.com COMMENT= Auto Nice Daemon +WWW= http://and.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/android-file-transfer/Makefile b/sysutils/android-file-transfer/Makefile index 481cd9b9aa1c..68425866f1b5 100644 --- a/sysutils/android-file-transfer/Makefile +++ b/sysutils/android-file-transfer/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Android MTP client with minimalistic UI +WWW= https://github.com/whoozle/android-file-transfer-linux LICENSE= GPLv3+ diff --git a/sysutils/angrysearch/Makefile b/sysutils/angrysearch/Makefile index 917f06f3d2e8..555616540e40 100644 --- a/sysutils/angrysearch/Makefile +++ b/sysutils/angrysearch/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils python MAINTAINER= danfe@FreeBSD.org COMMENT= Quick search GUI tool for Unix-like systems +WWW= https://github.com/DoTheEvo/ANGRYsearch LICENSE= GPLv2 diff --git a/sysutils/ansible-iocage/Makefile b/sysutils/ansible-iocage/Makefile index 28b26faf38ee..0f1a7d44f20a 100644 --- a/sysutils/ansible-iocage/Makefile +++ b/sysutils/ansible-iocage/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lcook@FreeBSD.org COMMENT= Ansible module for iocage +WWW= https://github.com/fractalcells/ansible-iocage LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/ansible-kld/Makefile b/sysutils/ansible-kld/Makefile index e458b6bcba47..e6f19347b13d 100644 --- a/sysutils/ansible-kld/Makefile +++ b/sysutils/ansible-kld/Makefile @@ -8,6 +8,7 @@ PKGNAMESUFFIX= -${_LIBRARY} MAINTAINER= lcook@FreeBSD.org COMMENT?= Ansible module to load kernel modules or update /boot/loader.conf +WWW= https://github.com/dlundgren/ansible-freebsd-modules/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/ansible-sshjail/Makefile b/sysutils/ansible-sshjail/Makefile index f3d306e6c248..4f2e4acedcd1 100644 --- a/sysutils/ansible-sshjail/Makefile +++ b/sysutils/ansible-sshjail/Makefile @@ -7,6 +7,7 @@ CATEGORIES= sysutils MAINTAINER= madpilot@FreeBSD.org COMMENT= Ansible connector for remote jails +WWW= https://github.com/austinhyde/ansible-sshjail LICENSE= MIT diff --git a/sysutils/ansible-sysrc/Makefile b/sysutils/ansible-sysrc/Makefile index 5ebf09ce5959..de437fee161e 100644 --- a/sysutils/ansible-sysrc/Makefile +++ b/sysutils/ansible-sysrc/Makefile @@ -1,6 +1,7 @@ PORTREVISION= 1 COMMENT= Ansible module to set sysvars in rc.conf +WWW= https://github.com/dlundgren/ansible-freebsd-modules/ MASTERDIR= ${.CURDIR}/../ansible-kld _LIBRARY= sysrc diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile index 6d22a965c9fd..f82eda59f939 100644 --- a/sysutils/ansible/Makefile +++ b/sysutils/ansible/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= 0mp@FreeBSD.org COMMENT= Radically simple IT automation +WWW= https://www.ansible.com/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/ansible4/Makefile b/sysutils/ansible4/Makefile index 8851974ea0ee..8f785e91c712 100644 --- a/sysutils/ansible4/Makefile +++ b/sysutils/ansible4/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= 4 MAINTAINER= 0mp@FreeBSD.org COMMENT= Radically simple IT automation +WWW= https://www.ansible.com/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/anvil/Makefile b/sysutils/anvil/Makefile index 325e3b967c2e..60c714b4683c 100644 --- a/sysutils/anvil/Makefile +++ b/sysutils/anvil/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= dvl@FreeBSD.org COMMENT= Tools for distributing ssl certificates +WWW= https://github.com/dlangille/anvil LICENSE= BSD2CLAUSE diff --git a/sysutils/apache-mesos/Makefile b/sysutils/apache-mesos/Makefile index 9fd5ee8a6fe9..d381b0bb73ab 100644 --- a/sysutils/apache-mesos/Makefile +++ b/sysutils/apache-mesos/Makefile @@ -9,6 +9,7 @@ DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} MAINTAINER= james.wright@digital-chaos.com COMMENT= Cluster manager providing resource isolation and sharing +WWW= https://mesos.apache.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/apachetop/Makefile b/sysutils/apachetop/Makefile index 70c45e76fb90..cac6e66c9ad7 100644 --- a/sysutils/apachetop/Makefile +++ b/sysutils/apachetop/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/tessus/${PORTNAME}/releases/download/${DISTVERS MAINTAINER= lukasz@wasikowski.net COMMENT= Apache realtime log stats +WWW= https://github.com/tessus/apachetop LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/apcctrl/Makefile b/sysutils/apcctrl/Makefile index 4040cd824a49..edf6e5bdbda8 100644 --- a/sysutils/apcctrl/Makefile +++ b/sysutils/apcctrl/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME} MAINTAINER= lobo@bsd.com.br COMMENT= Fork of apcupsd 3.14.x with support for Brazilian APC nobreaks +WWW= http://www.apcctrl.com.br LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 095ddc9bacec..c6126dd72c54 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20-%20Stable/${PORTVERSION} MAINTAINER= dbaio@FreeBSD.org COMMENT= Set of programs for controlling APC UPS +WWW= http://www.apcupsd.com LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/aptly/Makefile b/sysutils/aptly/Makefile index 02078a86196b..5d5c36c45200 100644 --- a/sysutils/aptly/Makefile +++ b/sysutils/aptly/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= romain@FreeBSD.org COMMENT= Debian repository management tool +WWW= https://www.aptly.info/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/arcconf/Makefile b/sysutils/arcconf/Makefile index 5d75aa74e3a0..851b9b0206be 100644 --- a/sysutils/arcconf/Makefile +++ b/sysutils/arcconf/Makefile @@ -7,6 +7,7 @@ DISTNAME= arcconf_v${DISTVERSION} MAINTAINER= michael@fuckner.net COMMENT= Adaptec SCSI/SAS RAID administration tool +WWW= https://storage.microsemi.com/en-us/support/ LICENSE= Microsemi LICENSE_NAME= Microsemi License diff --git a/sysutils/archey4/Makefile b/sysutils/archey4/Makefile index aea36ce51407..4f7be3306cb9 100644 --- a/sysutils/archey4/Makefile +++ b/sysutils/archey4/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= CHEESESHOP MAINTAINER= sbz@FreeBSD.org COMMENT= Simple system information tool written in Python +WWW= https://github.com/HorlogeSkynet/archey4 LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/archivemount/Makefile b/sysutils/archivemount/Makefile index fda49fe83dcc..c763b2e13925 100644 --- a/sysutils/archivemount/Makefile +++ b/sysutils/archivemount/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://www.cybernoia.de/software/archivemount/ MAINTAINER= jirnov@gmail.com COMMENT= Mount archives with FUSE +WWW= https://www.cybernoia.de/software/archivemount.html LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/ascpu/Makefile b/sysutils/ascpu/Makefile index 0ce72181d794..8cb12a5de5f5 100644 --- a/sysutils/ascpu/Makefile +++ b/sysutils/ascpu/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.tigr.net/afterstep/download/ascpu/ MAINTAINER= demon@FreeBSD.org COMMENT= CPU statistics monitor utility for XFree86 +WWW= http://www.tigr.net/ USES= jpeg xorg USE_XORG= xpm diff --git a/sysutils/asmctl/Makefile b/sysutils/asmctl/Makefile index c7dbe2dc5420..1c91fcb6c54f 100644 --- a/sysutils/asmctl/Makefile +++ b/sysutils/asmctl/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= naito.yuichiro@gmail.com COMMENT= Apple System Management Controller +WWW= https://github.com/yuichiro-naito/asmctl LICENSE= BSD2CLAUSE diff --git a/sysutils/asmem/Makefile b/sysutils/asmem/Makefile index 58fe99131e9d..618c35027745 100644 --- a/sysutils/asmem/Makefile +++ b/sysutils/asmem/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://tigr.net/afterstep/download/asmem/ MAINTAINER= ports@FreeBSD.org COMMENT= AfterStep look-n-feel memory utilization monitor +WWW= https://tigr.net/afterstep/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/atf-fvp/Makefile b/sysutils/atf-fvp/Makefile index 0ce0eea09296..52efd819b15a 100644 --- a/sysutils/atf-fvp/Makefile +++ b/sysutils/atf-fvp/Makefile @@ -1,3 +1,4 @@ +WWW= https://github.com/ARM-software/arm-trusted-firmware MASTERDIR= ${.CURDIR}/../atf-master PLAT= fvp diff --git a/sysutils/atf-rk3328/Makefile b/sysutils/atf-rk3328/Makefile index 4c7bc0baa454..382542cdfa47 100644 --- a/sysutils/atf-rk3328/Makefile +++ b/sysutils/atf-rk3328/Makefile @@ -1,3 +1,4 @@ +WWW= https://github.com/ARM-software/arm-trusted-firmware MASTERDIR= ${.CURDIR}/../atf-master PLAT= rk3328 diff --git a/sysutils/atf-rk3399/Makefile b/sysutils/atf-rk3399/Makefile index eb760c912766..efc5a58e4376 100644 --- a/sysutils/atf-rk3399/Makefile +++ b/sysutils/atf-rk3399/Makefile @@ -1,3 +1,4 @@ +WWW= https://github.com/ARM-software/arm-trusted-firmware MASTERDIR= ${.CURDIR}/../atf-master PLAT= rk3399 diff --git a/sysutils/atf-sun50i_a64/Makefile b/sysutils/atf-sun50i_a64/Makefile index d4f3af91fe0e..294e42ccb644 100644 --- a/sysutils/atf-sun50i_a64/Makefile +++ b/sysutils/atf-sun50i_a64/Makefile @@ -1,3 +1,4 @@ +WWW= https://github.com/ARM-software/arm-trusted-firmware MASTERDIR= ${.CURDIR}/../atf-master PLAT= sun50i_a64 diff --git a/sysutils/atf-sun50i_h6/Makefile b/sysutils/atf-sun50i_h6/Makefile index 8382a586ca49..d83d85a847f1 100644 --- a/sysutils/atf-sun50i_h6/Makefile +++ b/sysutils/atf-sun50i_h6/Makefile @@ -1,3 +1,4 @@ +WWW= https://github.com/ARM-software/arm-trusted-firmware MASTERDIR= ${.CURDIR}/../atf-master PLAT= sun50i_h6 diff --git a/sysutils/atitvout/Makefile b/sysutils/atitvout/Makefile index 56b92e2b6f16..58f11316143a 100644 --- a/sysutils/atitvout/Makefile +++ b/sysutils/atitvout/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://0pointer.de/lennart/projects/atitvout/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Toggle TV Out on Mach64 graphics cards +WWW= https://0pointer.de/lennart/projects/atitvout/ LICENSE= GPLv2 diff --git a/sysutils/atop/Makefile b/sysutils/atop/Makefile index 0d88db54e663..f7f70b6dc067 100644 --- a/sysutils/atop/Makefile +++ b/sysutils/atop/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= samm@FreeBSD.org COMMENT= ASCII Monitor for system resources and process activity +WWW= https://github.com/samm-git/atop-freebsd LICENSE= GPLv2 diff --git a/sysutils/auto-admin/Makefile b/sysutils/auto-admin/Makefile index ac07bec138ce..dd2ce97cae38 100644 --- a/sysutils/auto-admin/Makefile +++ b/sysutils/auto-admin/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= jwb@FreeBSD.org COMMENT= Portable tools for automating systems management +WWW= https://acadix.biz/auto-admin.php LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/autojump/Makefile b/sysutils/autojump/Makefile index 82402e7ffa04..6a989d4a1c83 100644 --- a/sysutils/autojump/Makefile +++ b/sysutils/autojump/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= michel@boaventura.dev COMMENT= Faster way to navigate your filesystem +WWW= https://github.com/wting/autojump LICENSE= GPLv3+ diff --git a/sysutils/automount/Makefile b/sysutils/automount/Makefile index b2bbe1766e93..0e41d4cee41b 100644 --- a/sysutils/automount/Makefile +++ b/sysutils/automount/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://raw.github.com/vermaden/automount/master/ MAINTAINER= vermaden@interia.pl COMMENT= FreeBSD's devd(8) based automount solution +WWW= https://github.com/vermaden/automount/ LICENSE= BSD2CLAUSE diff --git a/sysutils/automounter/Makefile b/sysutils/automounter/Makefile index 32c461973e76..1e3cc7416bd3 100644 --- a/sysutils/automounter/Makefile +++ b/sysutils/automounter/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Provides scripts to dynamically configure amd +WWW= https://sf.net/projects/bsdadminscripts/ LICENSE= BSD2CLAUSE diff --git a/sysutils/avfs/Makefile b/sysutils/avfs/Makefile index c17e84ec951c..a6f05c736eb0 100644 --- a/sysutils/avfs/Makefile +++ b/sysutils/avfs/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/avf/${PORTNAME}/${PORTVERSION} MAINTAINER= mp39590@gmail.com COMMENT= Virtual File System library +WWW= http://avf.sourceforge.net/ # FUSE daemon is licensed as GPLv2, shared library is LGPLv2 LICENSE= LGPL20 GPLv2 diff --git a/sysutils/azure-agent/Makefile b/sysutils/azure-agent/Makefile index db657147b9ae..8dab3236759c 100644 --- a/sysutils/azure-agent/Makefile +++ b/sysutils/azure-agent/Makefile @@ -8,6 +8,7 @@ PATCH_SITES= https://github.com/Azure/WALinuxAgent/commit/ MAINTAINER= weh@microsoft.com COMMENT= Microsoft Azure Linux Agent +WWW= https://github.com/Azure/WALinuxAgent/ LICENSE= APACHE20 diff --git a/sysutils/b2sum/Makefile b/sysutils/b2sum/Makefile index ad34c476bec9..b3408ec601ae 100644 --- a/sysutils/b2sum/Makefile +++ b/sysutils/b2sum/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils security MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fast secure hashing +WWW= https://blake2.net/ LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/../COPYING diff --git a/sysutils/b3sum/Makefile b/sysutils/b3sum/Makefile index d3f1eee5b480..63d5075c7812 100644 --- a/sysutils/b3sum/Makefile +++ b/sysutils/b3sum/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= sec.research.2005@gmail.com COMMENT= Command line implementation of the BLAKE3 hash function +WWW= https://github.com/blake3-team/blake3 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/../LICENSE diff --git a/sysutils/b43-fwcutter/Makefile b/sysutils/b43-fwcutter/Makefile index 9e76ff9c79a3..f7b314be1328 100644 --- a/sysutils/b43-fwcutter/Makefile +++ b/sysutils/b43-fwcutter/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://bues.ch/b43/fwcutter/ MAINTAINER= danfe@FreeBSD.org COMMENT= Firmware extractor for Broadcom wireless adapters +WWW= https://bues.ch/cms/hacking/misc.html #linux_b43_driver_firmware_tools LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/backuppc-devel/Makefile b/sysutils/backuppc-devel/Makefile index f6352cd02862..3ca00b6fc666 100644 --- a/sysutils/backuppc-devel/Makefile +++ b/sysutils/backuppc-devel/Makefile @@ -5,6 +5,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= moiseev@mezonplus.ru COMMENT= Multi-platform backup to disk-based storage +WWW= https://backuppc.github.io/backuppc/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/backuppc/Makefile b/sysutils/backuppc/Makefile index f078a852b5b8..221d929a2983 100644 --- a/sysutils/backuppc/Makefile +++ b/sysutils/backuppc/Makefile @@ -8,6 +8,7 @@ DISTNAME= BackupPC-${PORTVERSION} MAINTAINER= moiseev@mezonplus.ru COMMENT= Multi-platform backup to disk-based storage +WWW= https://backuppc.github.io/backuppc/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/backuppc4/Makefile b/sysutils/backuppc4/Makefile index 5b244d21eed5..ebf9e106173e 100644 --- a/sysutils/backuppc4/Makefile +++ b/sysutils/backuppc4/Makefile @@ -8,6 +8,7 @@ DISTNAME= BackupPC-${DISTVERSION} MAINTAINER= moiseev@mezonplus.ru COMMENT= Multi-platform backup to disk-based storage +WWW= https://backuppc.github.io/backuppc/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/backupuser/Makefile b/sysutils/backupuser/Makefile index 61f33d65e01a..e7507e820941 100644 --- a/sysutils/backupuser/Makefile +++ b/sysutils/backupuser/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://www.olivermahmoudi.com/files/ MAINTAINER= fbsd@olivermahmoudi.com COMMENT= User Backup Utility +WWW= https://www.olivermahmoudi.com/programming/backupuser/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/bacula11-docs/Makefile b/sysutils/bacula11-docs/Makefile index 62083a5b2248..3678a4d5def9 100644 --- a/sysutils/bacula11-docs/Makefile +++ b/sysutils/bacula11-docs/Makefile @@ -9,6 +9,7 @@ CONFLICTS= bacula9 MAINTAINER= dvl@FreeBSD.org COMMENT= Bacula document set +WWW= https://www.bacula.org/ USES= tar:bz2 NO_BUILD= yes diff --git a/sysutils/bacula11-server/Makefile b/sysutils/bacula11-server/Makefile index 641fb1f2c9aa..80c5cd1f34c6 100644 --- a/sysutils/bacula11-server/Makefile +++ b/sysutils/bacula11-server/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX?= 11-server MAINTAINER= dvl@FreeBSD.org COMMENT?= Network backup solution (server) +WWW= https://www.bacula.org/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/bacula13-docs/Makefile b/sysutils/bacula13-docs/Makefile index 0ebcac026363..91687d2e0976 100644 --- a/sysutils/bacula13-docs/Makefile +++ b/sysutils/bacula13-docs/Makefile @@ -9,6 +9,7 @@ CONFLICTS= bacula9 MAINTAINER= dvl@FreeBSD.org COMMENT= Bacula document set +WWW= https://www.bacula.org/ USES= tar:bz2 NO_BUILD= yes diff --git a/sysutils/bacula13-server/Makefile b/sysutils/bacula13-server/Makefile index f9449f98ceea..7094f78eee9f 100644 --- a/sysutils/bacula13-server/Makefile +++ b/sysutils/bacula13-server/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX?= 13-server MAINTAINER= dvl@FreeBSD.org COMMENT?= Network backup solution (server) +WWW= https://www.bacula.org/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/bacula9-docs/Makefile b/sysutils/bacula9-docs/Makefile index 1914f1cafea3..0c33f5779e1b 100644 --- a/sysutils/bacula9-docs/Makefile +++ b/sysutils/bacula9-docs/Makefile @@ -10,6 +10,7 @@ CONFLICTS= bacula bacula11 MAINTAINER= dvl@FreeBSD.org COMMENT= Bacula document set +WWW= https://www.bacula.org/ USES= tar:bz2 NO_BUILD= yes diff --git a/sysutils/bacula9-server/Makefile b/sysutils/bacula9-server/Makefile index 06afa93cd36f..e18d8d17856d 100644 --- a/sysutils/bacula9-server/Makefile +++ b/sysutils/bacula9-server/Makefile @@ -8,6 +8,7 @@ PKGNAMESUFFIX?= 9-server MAINTAINER= dvl@FreeBSD.org COMMENT?= Network backup solution (server) +WWW= https://www.bacula.org/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/baloo-widgets/Makefile b/sysutils/baloo-widgets/Makefile index 116de1b9f0e0..f910bb8ff359 100644 --- a/sysutils/baloo-widgets/Makefile +++ b/sysutils/baloo-widgets/Makefile @@ -8,6 +8,7 @@ PATCHFILES= 7ff54ae9b68ca0edf3d6cd57c3eefb6cf072b6f8.diff:-p1 MAINTAINER= kde@FreeBSD.org COMMENT= BalooWidgets library +WWW= https://projects.kde.org/projects/kde/kdelibs/baloo USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg USE_KDE= baloo completion config coreaddons emoticons filemetadata \ diff --git a/sysutils/bamf/Makefile b/sysutils/bamf/Makefile index 9143ce3d2c27..bc41d3397ba4 100644 --- a/sysutils/bamf/Makefile +++ b/sysutils/bamf/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/ MAINTAINER= duchateau.olivier@gmail.com COMMENT= BAMF Application Matching Framework +WWW= https://launchpad.net/bamf LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING.LGPL diff --git a/sysutils/bareos-server/Makefile b/sysutils/bareos-server/Makefile index d2822c6a568d..e7da0c8fdaf2 100644 --- a/sysutils/bareos-server/Makefile +++ b/sysutils/bareos-server/Makefile @@ -8,6 +8,7 @@ PKGNAMESUFFIX?= -server MAINTAINER= acm@FreeBSD.org COMMENT?= Backup archiving recovery open sourced (server) +WWW= https://www.bareos.org/ LICENSE= AGPLv3 LGPL3 LICENSE_COMB= multi diff --git a/sysutils/bareos-traymonitor/Makefile b/sysutils/bareos-traymonitor/Makefile index ca17ee09c350..40c9babae8c5 100644 --- a/sysutils/bareos-traymonitor/Makefile +++ b/sysutils/bareos-traymonitor/Makefile @@ -3,6 +3,7 @@ PORTREVISION= 1 PKGNAMESUFFIX= -traymonitor COMMENT= Backup archiving recovery open sourced (traymonitor) +WWW= https://www.bareos.org/ LIB_DEPENDS+= libqwt5-qt5.so:x11-toolkits/qwt5-qt5 \ libbareos.so:sysutils/bareos-client diff --git a/sysutils/bareos18-server/Makefile b/sysutils/bareos18-server/Makefile index 19f1354962d8..8d7cb7d00a2a 100644 --- a/sysutils/bareos18-server/Makefile +++ b/sysutils/bareos18-server/Makefile @@ -8,6 +8,7 @@ PKGNAMESUFFIX?= 18-server MAINTAINER= acm@FreeBSD.org COMMENT?= Backup archiving recovery open sourced (server) +WWW= https://www.bareos.org/ LICENSE= AGPLv3 LGPL3 LICENSE_COMB= multi diff --git a/sysutils/bareos18-traymonitor/Makefile b/sysutils/bareos18-traymonitor/Makefile index 8911cd7965bd..cee589300d68 100644 --- a/sysutils/bareos18-traymonitor/Makefile +++ b/sysutils/bareos18-traymonitor/Makefile @@ -3,6 +3,7 @@ PORTREVISION= 1 PKGNAMESUFFIX= 18-traymonitor COMMENT= Backup archiving recovery open sourced (traymonitor) +WWW= https://www.bareos.org/ LIB_DEPENDS+= libqwt5-qt5.so:x11-toolkits/qwt5-qt5 \ libbareos.so:sysutils/bareos18-client diff --git a/sysutils/bareos19-server/Makefile b/sysutils/bareos19-server/Makefile index b81040947d77..04ab87269471 100644 --- a/sysutils/bareos19-server/Makefile +++ b/sysutils/bareos19-server/Makefile @@ -8,6 +8,7 @@ PKGNAMESUFFIX?= 19-server MAINTAINER= acm@FreeBSD.org COMMENT?= Backup archiving recovery open sourced (server) +WWW= https://www.bareos.org/ LICENSE= AGPLv3 LGPL3 LICENSE_COMB= multi diff --git a/sysutils/bareos19-traymonitor/Makefile b/sysutils/bareos19-traymonitor/Makefile index 08b73bdd8c82..175e68c99f6e 100644 --- a/sysutils/bareos19-traymonitor/Makefile +++ b/sysutils/bareos19-traymonitor/Makefile @@ -3,6 +3,7 @@ PORTREVISION= 1 PKGNAMESUFFIX= 19-traymonitor COMMENT= Backup archiving recovery open sourced (traymonitor) +WWW= https://www.bareos.org/ LIB_DEPENDS+= libqwt5-qt5.so:x11-toolkits/qwt5-qt5 \ libbareos.so:sysutils/bareos19-client diff --git a/sysutils/bareos20-server/Makefile b/sysutils/bareos20-server/Makefile index a8e8cf550673..6671f2315446 100644 --- a/sysutils/bareos20-server/Makefile +++ b/sysutils/bareos20-server/Makefile @@ -8,6 +8,7 @@ PKGNAMESUFFIX?= 20-server MAINTAINER= acm@FreeBSD.org COMMENT?= Backup archiving recovery open sourced (server) +WWW= https://www.bareos.org/ LICENSE= AGPLv3 LGPL3 LICENSE_COMB= multi diff --git a/sysutils/bareos20-traymonitor/Makefile b/sysutils/bareos20-traymonitor/Makefile index fd346e673284..bec01f522d64 100644 --- a/sysutils/bareos20-traymonitor/Makefile +++ b/sysutils/bareos20-traymonitor/Makefile @@ -3,6 +3,7 @@ PORTREVISION= 1 PKGNAMESUFFIX= 20-traymonitor COMMENT= Backup archiving recovery open sourced (traymonitor) +WWW= https://www.bareos.org/ LIB_DEPENDS+= libqwt5-qt5.so:x11-toolkits/qwt5-qt5 \ libbareos.so:sysutils/bareos20-client diff --git a/sysutils/barrier/Makefile b/sysutils/barrier/Makefile index c1fff1d739df..2f7714c1f026 100644 --- a/sysutils/barrier/Makefile +++ b/sysutils/barrier/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= sec.research.2005@gmail.com COMMENT= Mouse and keyboard sharing utility +WWW= https://github.com/debauchee/barrier LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/bashtop/Makefile b/sysutils/bashtop/Makefile index f5e0df9fb849..8871d48df926 100644 --- a/sysutils/bashtop/Makefile +++ b/sysutils/bashtop/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= lwhsu@FreeBSD.org COMMENT= Linux/OSX/FreeBSD resource monitor +WWW= https://github.com/aristocratos/bashtop LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/bastille/Makefile b/sysutils/bastille/Makefile index 647f54dcc8d0..51f7071aad76 100644 --- a/sysutils/bastille/Makefile +++ b/sysutils/bastille/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= christer.edwards@gmail.com COMMENT= Jail automation framework +WWW= https://bastillebsd.org LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/batmon/Makefile b/sysutils/batmon/Makefile index 7933e489cf25..096daa7b00d7 100644 --- a/sysutils/batmon/Makefile +++ b/sysutils/batmon/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SAVANNAH/gap MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep battery monitor for laptops +WWW= https://www.nongnu.org/gap/batmon/index.html LICENSE= GPLv2+ diff --git a/sysutils/batterycat/Makefile b/sysutils/batterycat/Makefile index 635fb88bf01e..3e782e7e0b63 100644 --- a/sysutils/batterycat/Makefile +++ b/sysutils/batterycat/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= danfe@FreeBSD.org COMMENT= Graphical battery monitoring tool +WWW= https://sourceforge.net/projects/batterycat/ LICENSE= GPLv2+ diff --git a/sysutils/battmond/Makefile b/sysutils/battmond/Makefile index 8a4fc4d6b5df..cd8664af1355 100644 --- a/sysutils/battmond/Makefile +++ b/sysutils/battmond/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= ntarmos@gmail.com COMMENT= Daemon monitoring the battery level of ACPI-enabled laptops +WWW= https://github.com/ntarmos/battmond/ LICENSE= BSD2CLAUSE diff --git a/sysutils/battray/Makefile b/sysutils/battray/Makefile index 57258940eb52..f1b338f69ebd 100644 --- a/sysutils/battray/Makefile +++ b/sysutils/battray/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils python MAINTAINER= ports@FreeBSD.org COMMENT= Display notebook battery status in tray +WWW= https://github.com/arp242/battray LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/bchunk/Makefile b/sysutils/bchunk/Makefile index 8bc9e0e8b1f1..2eb63f7a8ce3 100644 --- a/sysutils/bchunk/Makefile +++ b/sysutils/bchunk/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://he.fi/bchunk/ MAINTAINER= ports@FreeBSD.org COMMENT= Converts .bin/.cue files to .iso/audio +WWW= http://he.fi/bchunk/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/beadm-devel/Makefile b/sysutils/beadm-devel/Makefile index 28c70dc05f93..dc15035acb21 100644 --- a/sysutils/beadm-devel/Makefile +++ b/sysutils/beadm-devel/Makefile @@ -10,6 +10,7 @@ MASTER_SITES= \ MAINTAINER= vermaden@interia.pl COMMENT= Solaris-like utility to manage Boot Environments on ZFS +WWW= https://github.com/vermaden/beadm/ LICENSE= BSD2CLAUSE diff --git a/sysutils/beadm/Makefile b/sysutils/beadm/Makefile index c1e0c0dc1827..0952d104f788 100644 --- a/sysutils/beadm/Makefile +++ b/sysutils/beadm/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= GH MAINTAINER= vermaden@interia.pl COMMENT= Solaris-like utility to manage Boot Environments on ZFS +WWW= https://github.com/vermaden/beadm/ LICENSE= BSD2CLAUSE diff --git a/sysutils/beats6/Makefile b/sysutils/beats6/Makefile index 88f4ee9f6071..ca7ace5dc4dc 100644 --- a/sysutils/beats6/Makefile +++ b/sysutils/beats6/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= 6 MAINTAINER= elastic@FreeBSD.org COMMENT= Collect logs locally and send to remote logstash +WWW= https://www.elastic.co/products/beats/ LICENSE= APACHE20 diff --git a/sysutils/beats7/Makefile b/sysutils/beats7/Makefile index c7b9b507bb66..ed671f52a6ef 100644 --- a/sysutils/beats7/Makefile +++ b/sysutils/beats7/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX?= 7 MAINTAINER= elastic@FreeBSD.org COMMENT= Send logs, network, metrics and heartbeat to elasticsearch or logstash +WWW= https://www.elastic.co/products/beats/ LICENSE= APACHE20 diff --git a/sysutils/bfs/Makefile b/sysutils/bfs/Makefile index a0376105a587..95d37a27d2b6 100644 --- a/sysutils/bfs/Makefile +++ b/sysutils/bfs/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= driesm@FreeBSD.org COMMENT= Breadth-first version of the UNIX find command +WWW= https://github.com/tavianator/bfs LICENSE= BSD0CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/bhyve+/Makefile b/sysutils/bhyve+/Makefile index 4302191a6829..3649950af942 100644 --- a/sysutils/bhyve+/Makefile +++ b/sysutils/bhyve+/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= pali.gabor@gmail.com COMMENT= BHyVe with unofficial extensions +WWW= https://github.com/pgj/freebsd-bhyve-plus-port LICENSE= BSD2CLAUSE diff --git a/sysutils/bhyve-firmware/Makefile b/sysutils/bhyve-firmware/Makefile index 5af09d45882b..ececb52125bf 100644 --- a/sysutils/bhyve-firmware/Makefile +++ b/sysutils/bhyve-firmware/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= fabian.freyer@physik.tu-berlin.de COMMENT= Collection of Firmware for bhyve +WWW= https://wiki.freebsd.org/bhyve/UEFI RUN_DEPENDS= ${LOCALBASE}/share/uefi-firmware/BHYVE_UEFI_CODE.fd:sysutils/edk2@bhyve diff --git a/sysutils/biosfont/Makefile b/sysutils/biosfont/Makefile index 46a60bf5b1ce..94ad0ab94518 100644 --- a/sysutils/biosfont/Makefile +++ b/sysutils/biosfont/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= rene@FreeBSD.org COMMENT= Kernel module to retrieve bitmap fonts from BIOS memory +WWW= https://github.com/rene0/biosfont LICENSE= BSD2CLAUSE diff --git a/sysutils/bksh/Makefile b/sysutils/bksh/Makefile index 881b9bb5c2c6..19b760fbbbdf 100644 --- a/sysutils/bksh/Makefile +++ b/sysutils/bksh/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://anarcat.ath.cx/software/distfiles/ MAINTAINER= anarcat@anarcat.ath.cx COMMENT= Backup-only shell +WWW= http://anarcat.ath.cx/software/bksh USES= uidfix diff --git a/sysutils/bkt/Makefile b/sysutils/bkt/Makefile index cebc7f0df51f..eeb78e133ba5 100644 --- a/sysutils/bkt/Makefile +++ b/sysutils/bkt/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org COMMENT= Subprocess caching utility +WWW= https://github.com/dimo414/bkt LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/boot-extract/Makefile b/sysutils/boot-extract/Makefile index 821253dbdc4a..130d905c3f32 100644 --- a/sysutils/boot-extract/Makefile +++ b/sysutils/boot-extract/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= freebsd@sysctl.cz COMMENT= Android Boot image extraction tool +WWW= https://github.com/csimmonds/boot-extract LICENSE= GPLv2 diff --git a/sysutils/boxbackup-devel/Makefile b/sysutils/boxbackup-devel/Makefile index 460d336ca306..47d246297dc9 100644 --- a/sysutils/boxbackup-devel/Makefile +++ b/sysutils/boxbackup-devel/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME}-${SVNVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Open-source, completely automatic on-line backup system +WWW= https://www.boxbackup.org/ LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= dual diff --git a/sysutils/bpytop/Makefile b/sysutils/bpytop/Makefile index ba0b42359616..5629af4f9744 100644 --- a/sysutils/bpytop/Makefile +++ b/sysutils/bpytop/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= lwhsu@FreeBSD.org COMMENT= Linux/OSX/FreeBSD resource monitor +WWW= https://github.com/aristocratos/bpytop LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index 3de9403b63ce..3b3c014b035a 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= CD/DVD mastering tool for the GNOME desktop +WWW= https://projects.gnome.org/brasero/ BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libnotify.so:devel/libnotify \ diff --git a/sysutils/brename/Makefile b/sysutils/brename/Makefile index bdf1fca64f1f..b83322509788 100644 --- a/sysutils/brename/Makefile +++ b/sysutils/brename/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Tool for batch renaming files/directories via regular expressions +WWW= https://github.com/shenwei356/brename LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/brut/Makefile b/sysutils/brut/Makefile index 838ba519ff76..f0cd5214862c 100644 --- a/sysutils/brut/Makefile +++ b/sysutils/brut/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= georg.lastname@web.de COMMENT= Multitool, Partition Editor, Manage User/Groups +WWW= https://github.com/random532/brut LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/bsd-splash-changer/Makefile b/sysutils/bsd-splash-changer/Makefile index fb59228f15ff..d6c2e030b4a2 100644 --- a/sysutils/bsd-splash-changer/Makefile +++ b/sysutils/bsd-splash-changer/Makefile @@ -6,6 +6,7 @@ DISTFILES= # none MAINTAINER= gamato@users.sf.net COMMENT= Boot Splash Image Changer +WWW= https://mato.gamato.org/freebsd/ USE_RC_SUBR= change_splash SUB_FILES= pkg-message diff --git a/sysutils/bsdconfig/Makefile b/sysutils/bsdconfig/Makefile index 046553793ae7..377dc6dc2dce 100644 --- a/sysutils/bsdconfig/Makefile +++ b/sysutils/bsdconfig/Makefile @@ -10,6 +10,7 @@ PATCHFILES= ${DISTNAME}-${PORTVERSION}.diff.gz MAINTAINER= ports@FreeBSD.org COMMENT= Utility to configure various aspects of FreeBSD +WWW= http://druidbsd.sourceforge.net/ LICENSE= BSD2CLAUSE diff --git a/sysutils/bsdcrashtar/Makefile b/sysutils/bsdcrashtar/Makefile index e7326d482dd1..b90f13e556d1 100644 --- a/sysutils/bsdcrashtar/Makefile +++ b/sysutils/bsdcrashtar/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= trociny@FreeBSD.org COMMENT= Archive FreeBSD kernel crash files +WWW= https://code.google.com/archive/p/bsdcrashtar/ LICENSE= BSD3CLAUSE diff --git a/sysutils/bsdfan/Makefile b/sysutils/bsdfan/Makefile index c874b8ab5d1b..39382652909a 100644 --- a/sysutils/bsdfan/Makefile +++ b/sysutils/bsdfan/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= danfe@FreeBSD.org COMMENT= Utility to manage fans on Lenovo ThinkPad laptops +WWW= https://github.com/claudiozz/bsdfan LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/bsdhwmon/Makefile b/sysutils/bsdhwmon/Makefile index 5d0a1ed73796..38950f9caaab 100644 --- a/sysutils/bsdhwmon/Makefile +++ b/sysutils/bsdhwmon/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= jdc@koitsu.org COMMENT= Hardware sensor monitoring utility for FreeBSD +WWW= https://github.com/koitsu/bsdhwmon LICENSE= BSD2CLAUSE diff --git a/sysutils/bsdinfo/Makefile b/sysutils/bsdinfo/Makefile index 218a3da18afe..e5dcdf9cb622 100644 --- a/sysutils/bsdinfo/Makefile +++ b/sysutils/bsdinfo/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= freebsd-ports@samu.pl COMMENT= Simple utility to display system-based information +WWW= https://github.com/samaelszafran/bsdinfo USE_GITHUB= yes GH_ACCOUNT= samupl diff --git a/sysutils/bsdisks/Makefile b/sysutils/bsdisks/Makefile index 2e8796d1b284..9661ae73c2aa 100644 --- a/sysutils/bsdisks/Makefile +++ b/sysutils/bsdisks/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= arrowd@FreeBSD.org COMMENT= UDisks2 service implementation for FreeBSD +WWW= https://foss.heptapod.net/bsdutils/bsdisks LICENSE= BSD3CLAUSE diff --git a/sysutils/bsdstats/Makefile b/sysutils/bsdstats/Makefile index 3a64e8fd4a1a..efc2b70b66e9 100644 --- a/sysutils/bsdstats/Makefile +++ b/sysutils/bsdstats/Makefile @@ -6,6 +6,7 @@ DISTFILES= MAINTAINER= scrappy@hub.org COMMENT= Monthly script for reporting anonymous statistics about your machine +WWW= https://www.bsdstats.org/ LICENSE= BSD4CLAUSE diff --git a/sysutils/bstack/Makefile b/sysutils/bstack/Makefile index c5cbc6191636..b61d8f934ea7 100644 --- a/sysutils/bstack/Makefile +++ b/sysutils/bstack/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org COMMENT= Debug tool that shows the stack trace of a running process +WWW= https://github.com/pizzamig/bstack LICENSE= BSD3CLAUSE diff --git a/sysutils/btop/Makefile b/sysutils/btop/Makefile index af275659c467..6b279fc4f243 100644 --- a/sysutils/btop/Makefile +++ b/sysutils/btop/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= pkubaj@FreeBSD.org COMMENT= Monitor of resources +WWW= https://github.com/aristocratos/btop LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/btsixad/Makefile b/sysutils/btsixad/Makefile index b748e2294987..eff3b8ef9a51 100644 --- a/sysutils/btsixad/Makefile +++ b/sysutils/btsixad/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://althenia.net/files/ MAINTAINER= aaz@q-fu.com COMMENT= Driver for Sixaxis gamepad connected over Bluetooth +WWW= http://althenia.net/btsixad LICENSE= BSD2CLAUSE diff --git a/sysutils/bulk_extractor/Makefile b/sysutils/bulk_extractor/Makefile index 1595431e339c..0bba2dde7e0b 100644 --- a/sysutils/bulk_extractor/Makefile +++ b/sysutils/bulk_extractor/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= nobutaka@FreeBSD.org COMMENT= Program that scans a disk image and extracts useful information +WWW= https://github.com/simsong/bulk_extractor LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/bupstash/Makefile b/sysutils/bupstash/Makefile index 8c84858c433b..22221919686e 100644 --- a/sysutils/bupstash/Makefile +++ b/sysutils/bupstash/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= felix@userspace.com.au COMMENT= Easy and efficient encrypted backups +WWW= https://bupstash.io LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/burp-devel/Makefile b/sysutils/burp-devel/Makefile index 7b9d03f1fcbd..e41a814ffcba 100644 --- a/sysutils/burp-devel/Makefile +++ b/sysutils/burp-devel/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= sunpoet@FreeBSD.org COMMENT= Network backup and restore program (development) +WWW= https://burp.grke.org/ LICENSE= AGPLv3 PD LICENSE_COMB= multi diff --git a/sysutils/burp/Makefile b/sysutils/burp/Makefile index f1fe64247532..ab5cf58c6954 100644 --- a/sysutils/burp/Makefile +++ b/sysutils/burp/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/grke/burp/releases/download/${PORTVERSION}/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Network backup and restore program +WWW= https://burp.grke.org/ LICENSE= AGPLv3 PD LICENSE_COMB= multi diff --git a/sysutils/busybox/Makefile b/sysutils/busybox/Makefile index e07edbbd4c7d..e5131169f68b 100644 --- a/sysutils/busybox/Makefile +++ b/sysutils/busybox/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://busybox.net/downloads/ MAINTAINER= samm@FreeBSD.org COMMENT= Set of common utilities built as single binary +WWW= https://www.busybox.net/ LICENSE= GPLv2 diff --git a/sysutils/bvm/Makefile b/sysutils/bvm/Makefile index c2c12939e2cc..be04afdcc583 100644 --- a/sysutils/bvm/Makefile +++ b/sysutils/bvm/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= guoqiang_cn@126.com COMMENT= Bhyve VM Manager +WWW= https://github.com/bigdragonsoft/bvm LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/byobu/Makefile b/sysutils/byobu/Makefile index 196d0fb4217d..1384fc893aaf 100644 --- a/sysutils/byobu/Makefile +++ b/sysutils/byobu/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= cws@cybersecu.red COMMENT= Profile and configuration utilities for GNU Screen and/or tmux +WWW= https://byobu.org LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/calamares/Makefile b/sysutils/calamares/Makefile index a437f77a471d..9baad15557f3 100644 --- a/sysutils/calamares/Makefile +++ b/sysutils/calamares/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/calamares/${PORTNAME}/releases/download/v${DIST MAINTAINER= adridg@FreeBSD.org COMMENT= Distro- and desktop-independent installer +WWW= https://calamares.io/ LIB_DEPENDS= libicui18n.so:devel/icu \ libyaml-cpp.so:devel/yaml-cpp \ diff --git a/sysutils/catfish/Makefile b/sysutils/catfish/Makefile index 37fc6c87a77d..b5749a8e1ce9 100644 --- a/sysutils/catfish/Makefile +++ b/sysutils/catfish/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= GTK search utility +WWW= https://docs.xfce.org/apps/catfish/start LICENSE= GPLv3 diff --git a/sysutils/cbsd-mq-api/Makefile b/sysutils/cbsd-mq-api/Makefile index e2c855ec7e52..ca18d7dda6dc 100644 --- a/sysutils/cbsd-mq-api/Makefile +++ b/sysutils/cbsd-mq-api/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru COMMENT= Simplified API for creating and destroying CBSD virtual environments +WWW= https://www.bsdstore.ru/ LICENSE= BSD2CLAUSE diff --git a/sysutils/cbsd-mq-router/Makefile b/sysutils/cbsd-mq-router/Makefile index 4fa4078acdda..5c3779b7360f 100644 --- a/sysutils/cbsd-mq-router/Makefile +++ b/sysutils/cbsd-mq-router/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru COMMENT= CBSD message queue router +WWW= https://github.com/cbsd/cbsd-mq-router LICENSE= BSD2CLAUSE diff --git a/sysutils/cbsd/Makefile b/sysutils/cbsd/Makefile index ba08bd452911..b2255e22ff1c 100644 --- a/sysutils/cbsd/Makefile +++ b/sysutils/cbsd/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru COMMENT= Yet another FreeBSD Jail, XEN and Bhyve Management Utility +WWW= https://www.bsdstore.ru LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/ccd2iso/Makefile b/sysutils/ccd2iso/Makefile index eb2467903046..89e7b755d53f 100644 --- a/sysutils/ccd2iso/Makefile +++ b/sysutils/ccd2iso/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= osa@FreeBSD.org COMMENT= CloneCD to ISO converter +WWW= https://sourceforge.net/projects/ccd2iso/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/cciss_vol_status/Makefile b/sysutils/cciss_vol_status/Makefile index 8d9f13bbcba6..6588e35c92f3 100644 --- a/sysutils/cciss_vol_status/Makefile +++ b/sysutils/cciss_vol_status/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/cciss/${PORTNAME} MAINTAINER= fw@moov.de COMMENT= Reports status of logical drives on ciss(4) controllers +WWW= http://cciss.sourceforge.net LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/ccze/Makefile b/sysutils/ccze/Makefile index 069786eb1041..e53b18c3a555 100644 --- a/sysutils/ccze/Makefile +++ b/sysutils/ccze/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://falafel.200ok.org/distfiles/ccze/ \ MAINTAINER= ecu@200ok.org COMMENT= Fast log colorizer +WWW= http://bonehunter.rulez.org/CCZE.phtml LICENSE= GPLv2 diff --git a/sysutils/cdargs/Makefile b/sysutils/cdargs/Makefile index 8b23d288ecdb..18a6b3566280 100644 --- a/sysutils/cdargs/Makefile +++ b/sysutils/cdargs/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://www.skamphausen.de/downloads/cdargs/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Navigate the filesystem using a menu interface or a bookmark system +WWW= https://www.skamphausen.de/cgi-bin/ska/CDargs LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/cdbkup/Makefile b/sysutils/cdbkup/Makefile index b9fb18554349..51afe2eaea9f 100644 --- a/sysutils/cdbkup/Makefile +++ b/sysutils/cdbkup/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}-1 MAINTAINER= ports@FreeBSD.org COMMENT= Simple but full-featured backup/restore perl scripts (uses gnu tar) +WWW= http://cdbkup.sourceforge.net/ BUILD_DEPENDS= ${LOCALBASE}/sbin/eject:sysutils/eject \ cdrecord:sysutils/cdrtools diff --git a/sysutils/cdeploy/Makefile b/sysutils/cdeploy/Makefile index c857bc16667f..e40397a9e0bb 100644 --- a/sysutils/cdeploy/Makefile +++ b/sysutils/cdeploy/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/root-tools/cdeploy/0.2 MAINTAINER= ports@FreeBSD.org COMMENT= Deploy a set of configuration files to a target file system +WWW= https://sourceforge.net/projects/root-tools/ USES= tar:bzip2 diff --git a/sysutils/cdircmp/Makefile b/sysutils/cdircmp/Makefile index 1d1a096830bb..b5678be1ffcc 100644 --- a/sysutils/cdircmp/Makefile +++ b/sysutils/cdircmp/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Compare directories and select files to copy +WWW= http://home.hccnet.nl/paul.schuurmans/linux/index.html #xdircmp LICENSE= GPLv2 diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile index 1be2083b3d08..bfb4847f1316 100644 --- a/sysutils/cdrdao/Makefile +++ b/sysutils/cdrdao/Makefile @@ -7,6 +7,7 @@ DISTNAME= cdrdao-${PORTVERSION} MAINTAINER= marius@FreeBSD.org COMMENT?= Record CD-R[W]s in disk-at-once mode +WWW= http://cdrdao.sourceforge.net/ LICENSE= GPLv2 diff --git a/sysutils/cdrkit/Makefile b/sysutils/cdrkit/Makefile index 71cb715f96fe..4219a694e1bf 100644 --- a/sysutils/cdrkit/Makefile +++ b/sysutils/cdrkit/Makefile @@ -8,6 +8,7 @@ MASTER_SITES= http://ponce.cc/slackware/sources/repo/ \ MAINTAINER= jharris@widomaker.com COMMENT?= Command-line CD/DVD writing suite +WWW= http://www.cdrkit.org/ LICENSE= GPLv2+ diff --git a/sysutils/cdroot/Makefile b/sysutils/cdroot/Makefile index 8efae69ff1e7..9f67039e915e 100644 --- a/sysutils/cdroot/Makefile +++ b/sysutils/cdroot/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://BSDforge.com/projects/source/sysutils/cdroot/ MAINTAINER= portmaster@bsdforge.com COMMENT= Scripts automating setup of a bootable CD-ROM based FreeBSD system +WWW= https://BSDforge.com/projects/sysutils/cdroot/ LICENSE= BSD2CLAUSE diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile index 16510d4c491e..7bc7d27c2c2e 100644 --- a/sysutils/cdrtools/Makefile +++ b/sysutils/cdrtools/Makefile @@ -2,6 +2,7 @@ PORTNAME= cdrtools CATEGORIES= sysutils audio COMMENT= Tools for ripping from and recording to CDs and DVDs +WWW= https://codeberg.org/schilytools/schilytools LAME_RUN_DEPENDS= lame:audio/lame VORBIS_RUN_DEPENDS= oggenc:audio/vorbis-tools diff --git a/sysutils/cfengine-devel/Makefile b/sysutils/cfengine-devel/Makefile index 19a0104b1e9d..36744675c026 100644 --- a/sysutils/cfengine-devel/Makefile +++ b/sysutils/cfengine-devel/Makefile @@ -8,6 +8,7 @@ CFENGINE_COMMIT_DATE= 2022.08.19 MAINTAINER= cy@FreeBSD.org COMMENT= Systems administration tool for networks +WWW= https://cfengine.com/ LICENSE= GPLv3 diff --git a/sysutils/cfengine-masterfiles-devel/Makefile b/sysutils/cfengine-masterfiles-devel/Makefile index c7bab034ea34..05c850560f41 100644 --- a/sysutils/cfengine-masterfiles-devel/Makefile +++ b/sysutils/cfengine-masterfiles-devel/Makefile @@ -7,6 +7,7 @@ CFENGINE_COMMIT_DATE= 2022.08.26 MAINTAINER= cy@FreeBSD.org COMMENT= cfengine sample policies for installations and upgrades +WWW= https://cfengine.com/ LICENSE= GPLv3 diff --git a/sysutils/cfengine-masterfiles317/Makefile b/sysutils/cfengine-masterfiles317/Makefile index 4290f7515c91..a21c278f4792 100644 --- a/sysutils/cfengine-masterfiles317/Makefile +++ b/sysutils/cfengine-masterfiles317/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/ MAINTAINER= cy@FreeBSD.org COMMENT= cfengine sample policies for installations and upgrades +WWW= https://cfengine.com/ LICENSE= GPLv3 diff --git a/sysutils/cfengine-masterfiles318/Makefile b/sysutils/cfengine-masterfiles318/Makefile index a11b9d33b8a5..bd85daa30f54 100644 --- a/sysutils/cfengine-masterfiles318/Makefile +++ b/sysutils/cfengine-masterfiles318/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/ MAINTAINER= cy@FreeBSD.org COMMENT= cfengine sample policies for installations and upgrades +WWW= https://cfengine.com/ DEPRECATED= Expire one year after cfengine-masterfiles 3.19.0 released EXPIRATION_DATE= 2023-07-02 diff --git a/sysutils/cfengine-masterfiles319/Makefile b/sysutils/cfengine-masterfiles319/Makefile index 8ec67d5c50f3..0efcb9e13325 100644 --- a/sysutils/cfengine-masterfiles319/Makefile +++ b/sysutils/cfengine-masterfiles319/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/ MAINTAINER= cy@FreeBSD.org COMMENT= cfengine sample policies for installations and upgrades +WWW= https://cfengine.com/ LICENSE= GPLv3 diff --git a/sysutils/cfengine-masterfiles320/Makefile b/sysutils/cfengine-masterfiles320/Makefile index 15ca7a3b41c8..eb6da49e646e 100644 --- a/sysutils/cfengine-masterfiles320/Makefile +++ b/sysutils/cfengine-masterfiles320/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/ MAINTAINER= cy@FreeBSD.org COMMENT= cfengine sample policies for installations and upgrades +WWW= https://cfengine.com/ LICENSE= GPLv3 diff --git a/sysutils/cfengine317/Makefile b/sysutils/cfengine317/Makefile index 045922687aee..d6c3027c6ce2 100644 --- a/sysutils/cfengine317/Makefile +++ b/sysutils/cfengine317/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://s3.amazonaws.com/cfengine-package-repos/tarballs/ MAINTAINER= cy@FreeBSD.org COMMENT= Systems administration tool for networks +WWW= https://cfengine.com/ LICENSE= GPLv3 diff --git a/sysutils/cfengine318/Makefile b/sysutils/cfengine318/Makefile index 0e49269b98e2..2ad1049516ea 100644 --- a/sysutils/cfengine318/Makefile +++ b/sysutils/cfengine318/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://s3.amazonaws.com/cfengine-package-repos/tarballs/ MAINTAINER= cy@FreeBSD.org COMMENT= Systems administration tool for networks +WWW= https://cfengine.com/ DEPRECATED= Expire one year after cfengine 3.19.0 released EXPIRATION_DATE= 2023-07-02 diff --git a/sysutils/cfengine319/Makefile b/sysutils/cfengine319/Makefile index 4383733a8fc1..30a9c0494984 100644 --- a/sysutils/cfengine319/Makefile +++ b/sysutils/cfengine319/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://s3.amazonaws.com/cfengine-package-repos/tarballs/ MAINTAINER= cy@FreeBSD.org COMMENT= Systems administration tool for networks +WWW= https://cfengine.com/ LICENSE= GPLv3 diff --git a/sysutils/cfengine320/Makefile b/sysutils/cfengine320/Makefile index 5d89fe19cbf2..4ea589de3bbe 100644 --- a/sysutils/cfengine320/Makefile +++ b/sysutils/cfengine320/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://s3.amazonaws.com/cfengine-package-repos/tarballs/ MAINTAINER= cy@FreeBSD.org COMMENT= Systems administration tool for networks +WWW= https://cfengine.com/ LICENSE= GPLv3 diff --git a/sysutils/chaoskube/Makefile b/sysutils/chaoskube/Makefile index 744c8eb31109..3c0085093dbe 100644 --- a/sysutils/chaoskube/Makefile +++ b/sysutils/chaoskube/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= 0xdutra@gmail.com COMMENT= Chaoskube periodically kills random pods in your Kubernetes cluster +WWW= https://github.com/linki/chaoskube LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/checkrestart/Makefile b/sysutils/checkrestart/Makefile index e2993164017d..d64d4b31b3c7 100644 --- a/sysutils/checkrestart/Makefile +++ b/sysutils/checkrestart/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= tom@hur.st COMMENT= Find processes that need restarting after an upgrade +WWW= https://github.com/Freaky/checkrestart LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/chezmoi/Makefile b/sysutils/chezmoi/Makefile index 6b05f8bc4c7d..228e45276d3a 100644 --- a/sysutils/chezmoi/Makefile +++ b/sysutils/chezmoi/Makefile @@ -6,6 +6,7 @@ EXTRACT_ONLY= ${_DISTFILES:N*.js} MAINTAINER= samir@noir.im COMMENT= Manage your dotfiles across multiple diverse machines, securely +WWW= https://www.chezmoi.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/chgrep/Makefile b/sysutils/chgrep/Makefile index 3c43d5be2024..1d0bfb38daf7 100644 --- a/sysutils/chgrep/Makefile +++ b/sysutils/chgrep/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.bmk-it.com/projects/chgrep/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Fast string substitution across multiple files +WWW= http://www.bmk-it.com/projects/chgrep/ GNU_CONFIGURE= yes USES= gmake tar:tgz diff --git a/sysutils/choria/Makefile b/sysutils/choria/Makefile index 2d1f844eba20..17dae808b57f 100644 --- a/sysutils/choria/Makefile +++ b/sysutils/choria/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= puppet@FreeBSD.org COMMENT= Server to host Choria agents, networks, federations and discovery +WWW= https://choria.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/chyves/Makefile b/sysutils/chyves/Makefile index a67fef8d65dc..7d7a76a4c2a6 100644 --- a/sysutils/chyves/Makefile +++ b/sysutils/chyves/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= bhyve front-end manager +WWW= http://chyves.org LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/cinnamon-control-center/Makefile b/sysutils/cinnamon-control-center/Makefile index 25a656b0ccfc..c681b9d1e254 100644 --- a/sysutils/cinnamon-control-center/Makefile +++ b/sysutils/cinnamon-control-center/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Control center for Cinnamon +WWW= http://cinnamon.linuxmint.com LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/cinnamon-settings-daemon/Makefile b/sysutils/cinnamon-settings-daemon/Makefile index ed43a1b2d13b..0f3abddeaf25 100644 --- a/sysutils/cinnamon-settings-daemon/Makefile +++ b/sysutils/cinnamon-settings-daemon/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Cinnamon desktop settings daemon +WWW= http://cinnamon.linuxmint.com/ LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi diff --git a/sysutils/ciso-maker/Makefile b/sysutils/ciso-maker/Makefile index 3151f05aadcb..475f31c0f17d 100644 --- a/sysutils/ciso-maker/Makefile +++ b/sysutils/ciso-maker/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= luke@foolishgames.com COMMENT= Tool to compress ISO images to CSO format +WWW= https://github.com/laffer1/ciso-maker LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/sysutils/ciso/Makefile b/sysutils/ciso/Makefile index 98af045c9c01..3819ab0a4daf 100644 --- a/sysutils/ciso/Makefile +++ b/sysutils/ciso/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= blttll@gmail.com COMMENT= Tool to compress ISO images to CSO format +WWW= https://sourceforge.net/projects/ciso/ USES= dos2unix PLIST_FILES= bin/ciso diff --git a/sysutils/ck4up/Makefile b/sysutils/ck4up/Makefile index 4e89d5aa3e73..2257f4fce29a 100644 --- a/sysutils/ck4up/Makefile +++ b/sysutils/ck4up/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://jue.li/crux/ck4up/ MAINTAINER= ports@FreeBSD.org COMMENT= Check HTTP and FTP sites for updates +WWW= http://jue.li/crux/ck4up/ RUN_DEPENDS= rubygem-gdbm>=2.0.0,2:databases/rubygem-gdbm diff --git a/sysutils/clockspeed/Makefile b/sysutils/clockspeed/Makefile index 29d66516b80e..496ed5a86844 100644 --- a/sysutils/clockspeed/Makefile +++ b/sysutils/clockspeed/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://cr.yp.to/clockspeed/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Uses a hardware tick counter to compensate for deviant system clock +WWW= https://cr.yp.to/clockspeed.html LIB_DEPENDS= libtai.so:devel/libtai diff --git a/sysutils/clone/Makefile b/sysutils/clone/Makefile index 6afb92c4a9f9..5dc811bf85d9 100644 --- a/sysutils/clone/Makefile +++ b/sysutils/clone/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= cyclaero@gmail.com COMMENT= File tree cloning tool +WWW= https://cyclaero.github.io/clone/ LICENSE= BSD2CLAUSE diff --git a/sysutils/clonehdd/Makefile b/sysutils/clonehdd/Makefile index 054977ecb652..11f3b906b43b 100644 --- a/sysutils/clonehdd/Makefile +++ b/sysutils/clonehdd/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= jgh@FreeBSD.org COMMENT= Tool for clone HDD on FreeBSD +WWW= https://sourceforge.net/projects/clonehdd/ LICENSE= GPLv2 diff --git a/sysutils/cloudabi-utils/Makefile b/sysutils/cloudabi-utils/Makefile index 873edc2703cd..d847668c2e60 100644 --- a/sysutils/cloudabi-utils/Makefile +++ b/sysutils/cloudabi-utils/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= ed@FreeBSD.org COMMENT= Utilities for running CloudABI programs +WWW= https://github.com/NuxiNL/cloudabi-utils LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/clsync/Makefile b/sysutils/clsync/Makefile index 13c093c3d83f..b330858545fc 100644 --- a/sysutils/clsync/Makefile +++ b/sysutils/clsync/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= dyokunev@ut.mephi.ru COMMENT= Live file sync daemon based on inotify, written in GNU C +WWW= https://github.com/xaionaro/clsync LICENSE= GPLv3 diff --git a/sysutils/cluster-glue/Makefile b/sysutils/cluster-glue/Makefile index eef02dfd5ec3..f71c0d83b76a 100644 --- a/sysutils/cluster-glue/Makefile +++ b/sysutils/cluster-glue/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= linux-ha MAINTAINER= ports@FreeBSD.org COMMENT= High availability cluster libraries and utilities +WWW= http://linux-ha.org/wiki/Cluster_Glue LICENSE= GPLv2+ LGPL21+ LICENSE_COMB= multi diff --git a/sysutils/cmocka/Makefile b/sysutils/cmocka/Makefile index a092a4f5ac50..a3251bfe04a9 100644 --- a/sysutils/cmocka/Makefile +++ b/sysutils/cmocka/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://cmocka.org/files/1.1/ \ MAINTAINER= dteske@FreeBSD.org COMMENT= Unit testing framework for C with support for mock objects +WWW= https://cmocka.org/ LICENSE= APACHE20 diff --git a/sysutils/cmockery2/Makefile b/sysutils/cmockery2/Makefile index d82dfcf95cee..406cf5430251 100644 --- a/sysutils/cmockery2/Makefile +++ b/sysutils/cmockery2/Makefile @@ -7,6 +7,7 @@ CATEGORIES= sysutils MAINTAINER= harsha@harshavardhana.net COMMENT= Cmockery2 revival of Cmockery unit test framework from Google +WWW= https://github.com/lpabon/cmockery2 LICENSE= APACHE20 diff --git a/sysutils/cmogstored/Makefile b/sysutils/cmogstored/Makefile index 965fe295a262..7a2ed3d20647 100644 --- a/sysutils/cmogstored/Makefile +++ b/sysutils/cmogstored/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://yhbt.net/cmogstored/files/ MAINTAINER= trociny@FreeBSD.org COMMENT= Alternative mogstored implementation for MogileFS +WWW= https://yhbt.net/cmogstored/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/cmospwd/Makefile b/sysutils/cmospwd/Makefile index f3025b38f52c..58659ba3296a 100644 --- a/sysutils/cmospwd/Makefile +++ b/sysutils/cmospwd/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.cgsecurity.org/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= BIOS password recovery tool +WWW= https://www.cgsecurity.org/wiki/CmosPwd LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/colorize/Makefile b/sysutils/colorize/Makefile index d4b3a530591a..9af41e37740b 100644 --- a/sysutils/colorize/Makefile +++ b/sysutils/colorize/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= sunpoet@FreeBSD.org COMMENT= Robust log colorizer +WWW= https://github.com/raszi/colorize LICENSE= GPLv2+ diff --git a/sysutils/conan/Makefile b/sysutils/conan/Makefile index ab4a20ec63cb..678e9d30fe52 100644 --- a/sysutils/conan/Makefile +++ b/sysutils/conan/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= CHEESESHOP MAINTAINER= yuri@FreeBSD.org COMMENT= C/C++ package manager +WWW= https://conan.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/sysutils/confctl/Makefile b/sysutils/confctl/Makefile index 28c9e7958518..5f462d707c3a 100644 --- a/sysutils/confctl/Makefile +++ b/sysutils/confctl/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= portmaster@BSDforge.com COMMENT= Utility to parse and modify C-like configuration files +WWW= https://github.com/trasz/confctl/ LICENSE= BSD2CLAUSE diff --git a/sysutils/conky-awesome/Makefile b/sysutils/conky-awesome/Makefile index 8e8ac9d7fc85..859b0d27c446 100644 --- a/sysutils/conky-awesome/Makefile +++ b/sysutils/conky-awesome/Makefile @@ -2,6 +2,7 @@ PKGNAMESUFFIX= -awesome MAINTAINER= madpilot@FreeBSD.org COMMENT= Advanced, highly configurable system monitor (configured for x11-wm/awesome) +WWW= https://github.com/brndnmtthws/conky MASTERDIR= ${.CURDIR}/../conky DESCR= ${.CURDIR}/pkg-descr diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile index 51fcd2a9195d..898285aea7ca 100644 --- a/sysutils/conky/Makefile +++ b/sysutils/conky/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= madpilot@FreeBSD.org COMMENT?= Advanced, highly configurable system monitor for X11 +WWW= https://github.com/brndnmtthws/conky LIB_DEPENDS= libinotify.so:devel/libinotify BUILD_DEPENDS= db2x_xsltproc:textproc/docbook2X \ diff --git a/sysutils/conman/Makefile b/sysutils/conman/Makefile index 0e45ad518bd7..5079fc37932f 100644 --- a/sysutils/conman/Makefile +++ b/sysutils/conman/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= jhixson@FreeBSD.org COMMENT= Serial Console Management Program +WWW= https://dun.github.io/conman/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/consolekit2/Makefile b/sysutils/consolekit2/Makefile index 6226ddaf5538..26da1bb35ba0 100644 --- a/sysutils/consolekit2/Makefile +++ b/sysutils/consolekit2/Makefile @@ -13,6 +13,7 @@ PATCHFILES= 03eaa9779f2c9c7b0acf0521a5547036bdec2245.patch:-p1 \ MAINTAINER= desktop@FreeBSD.org COMMENT= Framework for defining and tracking users +WWW= https://github.com/ConsoleKit2/ConsoleKit2 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/consul-alerts/Makefile b/sysutils/consul-alerts/Makefile index bf9981e94e9b..47a2b18119cd 100644 --- a/sysutils/consul-alerts/Makefile +++ b/sysutils/consul-alerts/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= jhixson@FreeBSD.org COMMENT= Simple daemon to send notifications based on Consul health checks +WWW= https://github.com/AcalephStorage/consul-alerts LICENSE= GPLv2+ diff --git a/sysutils/consul-replicate/Makefile b/sysutils/consul-replicate/Makefile index dd0c987a69f6..bf63147eef51 100644 --- a/sysutils/consul-replicate/Makefile +++ b/sysutils/consul-replicate/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= jhixson@FreeBSD.org COMMENT= Consul cross-DC KV replication daemon +WWW= https://github.com/hashicorp/consul-replicate LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile index 512f02d07ce0..6fa9404bab1a 100644 --- a/sysutils/consul/Makefile +++ b/sysutils/consul/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= swills@FreeBSD.org # co-maintainer: brd COMMENT= Service discovery and configuration made easy +WWW= https://www.consul.io/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/consul_exporter/Makefile b/sysutils/consul_exporter/Makefile index bcda98c4e595..bd8643ef64f0 100644 --- a/sysutils/consul_exporter/Makefile +++ b/sysutils/consul_exporter/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= t.tom@succont.de COMMENT= Exporter for Consul metrics +WWW= https://github.com/prometheus/consul_exporter LICENSE= APACHE20 diff --git a/sysutils/container-diff/Makefile b/sysutils/container-diff/Makefile index efe4e00c0f5b..91ff68a026db 100644 --- a/sysutils/container-diff/Makefile +++ b/sysutils/container-diff/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= sunpoet@FreeBSD.org COMMENT= Diff your Docker containers +WWW= https://github.com/GoogleContainerTools/container-diff LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/containerd/Makefile b/sysutils/containerd/Makefile index 58848c9e0bdf..4fd5822ca1d3 100644 --- a/sysutils/containerd/Makefile +++ b/sysutils/containerd/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= decke@FreeBSD.org COMMENT= Open and reliable container runtime +WWW= https://containerd.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/contractor/Makefile b/sysutils/contractor/Makefile index 3514dff761d5..063626ff4600 100644 --- a/sysutils/contractor/Makefile +++ b/sysutils/contractor/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= duchateau.olivier@gmail.com COMMENT= Desktop-wide extension service +WWW= https://github.com/elementary/contractor LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/coreos-ct/Makefile b/sysutils/coreos-ct/Makefile index c1dd3cab8531..fa9806b5f296 100644 --- a/sysutils/coreos-ct/Makefile +++ b/sysutils/coreos-ct/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= fabian.freyer@physik.tu-berlin.de COMMENT= Container Linux Config Transpiler +WWW= https://coreos.com/os/docs/latest/overview-of-ct.html LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile index 4c227caf9f7f..b99827dd62f7 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= GNU MAINTAINER= jharris@widomaker.com COMMENT= Free Software Foundation core utilities +WWW= https://www.gnu.org/software/coreutils/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/cpdup/Makefile b/sysutils/cpdup/Makefile index 297750fef13a..13371a87a3fb 100644 --- a/sysutils/cpdup/Makefile +++ b/sysutils/cpdup/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= gmarco@giovannelli.it COMMENT= Comprehensive filesystem mirroring and backup program +WWW= https://github.com/DragonFlyBSD/cpdup LICENSE= BSD2CLAUSE # clarified by Matthew Dillon himself diff --git a/sysutils/cpu-x/Makefile b/sysutils/cpu-x/Makefile index fa69f40a5e67..5948e816bb74 100644 --- a/sysutils/cpu-x/Makefile +++ b/sysutils/cpu-x/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= danfe@FreeBSD.org COMMENT= Gathers information about CPU, motherboard, and more +WWW= https://x0rg.github.io/CPU-X/ LICENSE= GPLv3 diff --git a/sysutils/cpufetch/Makefile b/sysutils/cpufetch/Makefile index 22f2298cebda..169fe8fbbce7 100644 --- a/sysutils/cpufetch/Makefile +++ b/sysutils/cpufetch/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= jbo@insane.engineer COMMENT= Simple yet fancy CPU architecture fetching tool +WWW= https://github.com/Dr-Noob/cpufetch LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/cpuid/Makefile b/sysutils/cpuid/Makefile index f59d8edc5480..ebc72ac95b7e 100644 --- a/sysutils/cpuid/Makefile +++ b/sysutils/cpuid/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= ${CPUID_SUFFIX} MAINTAINER= pkubaj@FreeBSD.org COMMENT= Tool to dump x86 CPUID information about the CPU(s) +WWW= https://www.etallen.com/cpuid.html LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/cpuid2cpuflags/Makefile b/sysutils/cpuid2cpuflags/Makefile index 8b7102904575..dca8b7c71c32 100644 --- a/sysutils/cpuid2cpuflags/Makefile +++ b/sysutils/cpuid2cpuflags/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= danfe@FreeBSD.org COMMENT= Tool to generate CPU_FLAGS_* for your CPU +WWW= https://github.com/mgorny/cpuid2cpuflags LICENSE= BSD2CLAUSE diff --git a/sysutils/cpulimit/Makefile b/sysutils/cpulimit/Makefile index 14b1e3d7f030..ec386c02d061 100644 --- a/sysutils/cpulimit/Makefile +++ b/sysutils/cpulimit/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/limitcpu/limitcpu/ MAINTAINER= jessefrgsmith@yahoo.ca COMMENT= Limit the CPU usage of a process +WWW= http://limitcpu.sourceforge.net/ LICENSE= GPLv2 diff --git a/sysutils/cpupdate/Makefile b/sysutils/cpupdate/Makefile index a7b1fc5e73b5..2374265640de 100644 --- a/sysutils/cpupdate/Makefile +++ b/sysutils/cpupdate/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= eugen@FreeBSD.org COMMENT= CPU microcode update utility for x86 +WWW= https://github.com/kernschmelze/cpupdate LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/cramfs/Makefile b/sysutils/cramfs/Makefile index ccba74a33f8a..1e8493856130 100644 --- a/sysutils/cramfs/Makefile +++ b/sysutils/cramfs/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= portmaster@BSDforge.com COMMENT= Linux Compressed ROM FileSystem +WWW= https://sourceforge.net/projects/cramfs/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/crashme/Makefile b/sysutils/crashme/Makefile index cb4bec91e862..70a0c0bb2bc5 100644 --- a/sysutils/crashme/Makefile +++ b/sysutils/crashme/Makefile @@ -7,6 +7,7 @@ DISTNAME= crashme MAINTAINER= gjc@alum.mit.edu COMMENT= Tool to test an operating system's robustness +WWW= http://crashme.codeplex.com/ # according to license.rtf, and using the most restrictive one: LICENSE= LGPL21 diff --git a/sysutils/crate/Makefile b/sysutils/crate/Makefile index 184ae9fb3f8c..3af7d904fcb4 100644 --- a/sysutils/crate/Makefile +++ b/sysutils/crate/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils emulators MAINTAINER= yuri@FreeBSD.org COMMENT= Containerizer for FreeBSD (alpha-software, expect bugs) +WWW= https://github.com/yurivict/crate LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/cronic/Makefile b/sysutils/cronic/Makefile index 6025d140cc70..3b7b70b37f89 100644 --- a/sysutils/cronic/Makefile +++ b/sysutils/cronic/Makefile @@ -7,6 +7,7 @@ EXTRACT_SUFX= MAINTAINER= dharrigan@gmail.com COMMENT= Shell script that handles cron error detection +WWW= https://habilis.net/cronic LICENSE= CC0-1.0 diff --git a/sysutils/cronolog-devel/Makefile b/sysutils/cronolog-devel/Makefile index 40b1c701dc0d..663a05f945b8 100644 --- a/sysutils/cronolog-devel/Makefile +++ b/sysutils/cronolog-devel/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-beta MAINTAINER= portmaster@BSDforge.com COMMENT= Web log rotation utility that provides datestamp filenames +WWW= https://BSDforge.com/projects/sysutils/cronolog-devel LICENSE= APACHE10 diff --git a/sysutils/cronolog/Makefile b/sysutils/cronolog/Makefile index e1d2a9b5a27f..c1a785113c06 100644 --- a/sysutils/cronolog/Makefile +++ b/sysutils/cronolog/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Web log rotation utility that provides datestamp filenames +WWW= https://github.com/fordmason/cronolog LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/ctop/Makefile b/sysutils/ctop/Makefile index c58b192d983b..154929921fda 100644 --- a/sysutils/ctop/Makefile +++ b/sysutils/ctop/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= dmgk@FreeBSD.org COMMENT= Top-like interface for Docker container metrics +WWW= https://ctop.sh LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/currtime/Makefile b/sysutils/currtime/Makefile index 4ce5f3f67925..70d12d2290aa 100644 --- a/sysutils/currtime/Makefile +++ b/sysutils/currtime/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= nc@FreeBSD.org COMMENT= Enhanced command-line operated real time clock +WWW= https://github.com/neelchauhan/currtime LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/cw/Makefile b/sysutils/cw/Makefile index 971c5f5e7b86..192fdf5b5dd2 100644 --- a/sysutils/cw/Makefile +++ b/sysutils/cw/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://cwrapper.sourceforge.net/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Non-intrusive color wrapper for common commands +WWW= http://cwrapper.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/czkawka/Makefile b/sysutils/czkawka/Makefile index 31c4e3bf08a3..8462d78a2d6f 100644 --- a/sysutils/czkawka/Makefile +++ b/sysutils/czkawka/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= jbeich@FreeBSD.org COMMENT= Multi functional app to find duplicates, empty folders, similar images etc. +WWW= https://github.com/qarmin/czkawka LICENSE= CC-BY-4.0 MIT LICENSE_COMB= multi diff --git a/sysutils/daa2iso/Makefile b/sysutils/daa2iso/Makefile index 2cbef97d54f2..29182a1658f8 100644 --- a/sysutils/daa2iso/Makefile +++ b/sysutils/daa2iso/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= marcel@herrbischoff.com COMMENT= Convert PowerISO DAA files to ISO9660 +WWW= https://aluigi.altervista.org/mytoolz.htm LICENSE= GPLv2 diff --git a/sysutils/daemonize/Makefile b/sysutils/daemonize/Makefile index fc3108f079bd..5a3053b94240 100644 --- a/sysutils/daemonize/Makefile +++ b/sysutils/daemonize/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tool to run a command as a daemon +WWW= https://github.com/bmc/daemonize LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/sysutils/daemontools-encore/Makefile b/sysutils/daemontools-encore/Makefile index f54a40033ae9..6cab18efed2d 100644 --- a/sysutils/daemontools-encore/Makefile +++ b/sysutils/daemontools-encore/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://untroubled.org/daemontools-encore/ MAINTAINER= ports@FreeBSD.org COMMENT= Collection of tools for managing Unix services +WWW= https://untroubled.org/daemontools-encore/ LICENSE= MIT diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile index a795612f724e..03f5f310444b 100644 --- a/sysutils/daemontools/Makefile +++ b/sysutils/daemontools/Makefile @@ -9,6 +9,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= bdrewery@FreeBSD.org COMMENT= Service monitoring and logging utilities by djb +WWW= https://cr.yp.to/daemontools.html LICENSE= PD diff --git a/sysutils/daggy/Makefile b/sysutils/daggy/Makefile index e08c8c3387a5..bc84df1190f8 100644 --- a/sysutils/daggy/Makefile +++ b/sysutils/daggy/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Data Aggregation Utility: runs commands on remote hosts simultaneously +WWW= https://daggy.dev/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/../LICENSE diff --git a/sysutils/damager/Makefile b/sysutils/damager/Makefile index 6f84eb67f401..eab08dbc1194 100644 --- a/sysutils/damager/Makefile +++ b/sysutils/damager/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= amijaresp@gmail.com COMMENT= Overrides chunks of files with garbage +WWW= https://github.com/granalberto/damager LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/dar/Makefile b/sysutils/dar/Makefile index 36f489e371f0..d7d12985bac6 100644 --- a/sysutils/dar/Makefile +++ b/sysutils/dar/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= SF MAINTAINER= bofh@FreeBSD.org COMMENT= Command-line backup tool, aimed for disks +WWW= http://dar.linux.free.fr/ LICENSE= GPLv2+ diff --git a/sysutils/datadog-agent/Makefile b/sysutils/datadog-agent/Makefile index e5d913a83c4f..e161122e3349 100644 --- a/sysutils/datadog-agent/Makefile +++ b/sysutils/datadog-agent/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils net www MAINTAINER= uros@gruber.si COMMENT= Datadog Agent: collect metrics and events from your systems and apps +WWW= https://www.datadoghq.com/ LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/datadog-integrations/Makefile b/sysutils/datadog-integrations/Makefile index cffb8cac6ed3..9ab75bc3d053 100644 --- a/sysutils/datadog-integrations/Makefile +++ b/sysutils/datadog-integrations/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= uros@gruber.si COMMENT= Datadog Agent Integrations +WWW= https://www.datadoghq.com/ LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/dateutils/Makefile b/sysutils/dateutils/Makefile index a25601ed2b7e..347dbf6a9014 100644 --- a/sysutils/dateutils/Makefile +++ b/sysutils/dateutils/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://bitbucket.org/hroptatyr/dateutils/downloads/ MAINTAINER= jessefrgsmith@yahoo.ca COMMENT= Command line utilities for working with dates +WWW= https://www.fresse.org/dateutils/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/dc3dd/Makefile b/sysutils/dc3dd/Makefile index e12dbaabe4a3..d23a4b8f18cd 100644 --- a/sysutils/dc3dd/Makefile +++ b/sysutils/dc3dd/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/${PORTNAME}%20${PORTVERS MAINTAINER= nobutaka@FreeBSD.org COMMENT= dd program useful for computer forensics +WWW= http://dc3dd.sourceforge.net/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/dcfldd/Makefile b/sysutils/dcfldd/Makefile index 49dea86f166b..02c7af3e713f 100644 --- a/sysutils/dcfldd/Makefile +++ b/sysutils/dcfldd/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= nobutaka@FreeBSD.org COMMENT= Enhanced dd tool with MD5 hashing capability +WWW= https://github.com/resurrecting-open-source-projects/dcfldd LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/dd_rescue/Makefile b/sysutils/dd_rescue/Makefile index 565f3dcd0edf..2915c45be061 100644 --- a/sysutils/dd_rescue/Makefile +++ b/sysutils/dd_rescue/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.garloff.de/kurt/linux/ddrescue/ \ MAINTAINER= nobutaka@FreeBSD.org COMMENT= dd tool suitable for rescuing data from a medium with errors +WWW= http://www.garloff.de/kurt/linux/ddrescue/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/ddpt/Makefile b/sysutils/ddpt/Makefile index c094e8bdfe5f..2be7dc940445 100644 --- a/sysutils/ddpt/Makefile +++ b/sysutils/ddpt/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://sg.danny.cz/sg/p/ MAINTAINER= delphij@FreeBSD.org COMMENT= dd tool that specializes in files that are block devices +WWW= https://sg.danny.cz/sg/ddpt.html LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/ddrescue/Makefile b/sysutils/ddrescue/Makefile index 95d732d749a8..7e5a255edbfe 100644 --- a/sysutils/ddrescue/Makefile +++ b/sysutils/ddrescue/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= GNU MAINTAINER= jharris@widomaker.com COMMENT= Data recovery tool +WWW= https://www.gnu.org/software/ddrescue/ddrescue.html LICENSE= GPLv2 diff --git a/sysutils/debhelper/Makefile b/sysutils/debhelper/Makefile index 8b38d5c83372..72b656f88fb5 100644 --- a/sysutils/debhelper/Makefile +++ b/sysutils/debhelper/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Helper programs for debian/rules +WWW= https://salsa.debian.org/debian/debhelper LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/GPL diff --git a/sysutils/debootstrap/Makefile b/sysutils/debootstrap/Makefile index f39321ca41bb..85b5bb9c2507 100644 --- a/sysutils/debootstrap/Makefile +++ b/sysutils/debootstrap/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= nc@FreeBSD.org COMMENT= Install Debian or Ubuntu base system into a directory +WWW= https://wiki.debian.org/Debootstrap LICENSE= MIT LICENSE_FILE= ${WRKSRC}/debian/copyright diff --git a/sysutils/deltarpm/Makefile b/sysutils/deltarpm/Makefile index fa9b9a35870a..044411cadbe2 100644 --- a/sysutils/deltarpm/Makefile +++ b/sysutils/deltarpm/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= ftp://ftp.suse.com/pub/projects/deltarpm/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool that generates delta RPMs +WWW= http://freecode.com/projects/deltarpm/ LICENSE= BSD3CLAUSE diff --git a/sysutils/deltup/Makefile b/sysutils/deltup/Makefile index 2de087d6c7a6..94b8607a23fc 100644 --- a/sysutils/deltup/Makefile +++ b/sysutils/deltup/Makefile @@ -10,6 +10,7 @@ DISTFILES+= ${DISTNAME}.tar.gz ${BZIP2_102_SOURCE}:bzip2102src ${BZIP2_103_SOURC MAINTAINER= ports@FreeBSD.org COMMENT= Source delta update program +WWW= http://www.deltup.org/ RUN_DEPENDS= bdelta:misc/bdelta \ xdelta:misc/xdelta \ diff --git a/sysutils/desktop-installer/Makefile b/sysutils/desktop-installer/Makefile index 766a3b2b5a3b..e95d6ef0fd3b 100644 --- a/sysutils/desktop-installer/Makefile +++ b/sysutils/desktop-installer/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= jwb@FreeBSD.org COMMENT= Quickly configure a FreeBSD desktop system +WWW= https://acadix.biz/desktop-installer.php LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/detox/Makefile b/sysutils/detox/Makefile index c1ffc9ed5bb6..4d595af9407d 100644 --- a/sysutils/detox/Makefile +++ b/sysutils/detox/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= krion@FreeBSD.org COMMENT= Removes non-standard characters from filenames +WWW= https://github.com/dharple/detox LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/devcpu-data-intel/Makefile b/sysutils/devcpu-data-intel/Makefile index 7a925b01bd62..53264d93db78 100644 --- a/sysutils/devcpu-data-intel/Makefile +++ b/sysutils/devcpu-data-intel/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= -intel MAINTAINER= sbruno@FreeBSD.org COMMENT= Intel CPU microcode updates +WWW= https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files LICENSE= EULA LICENSE_NAME= Intel Software License Agreement diff --git a/sysutils/devstat/Makefile b/sysutils/devstat/Makefile index 8b622650887f..4503776aed2f 100644 --- a/sysutils/devstat/Makefile +++ b/sysutils/devstat/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= trociny@FreeBSD.org COMMENT= Utility to display device statistics +WWW= http://devstat.googlecode.com/ LICENSE= BSD2CLAUSE diff --git a/sysutils/dfc/Makefile b/sysutils/dfc/Makefile index 6e256cf694fb..71aade518b40 100644 --- a/sysutils/dfc/Makefile +++ b/sysutils/dfc/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://projects.gw-computing.net/attachments/download/615/ MAINTAINER= mcy@lm7.fr COMMENT= Display file system space usage using graph and colors +WWW= https://projects.gw-computing.net/projects/dfc LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/di/Makefile b/sysutils/di/Makefile index 9f5e21f4e4fc..ad6291b03e19 100644 --- a/sysutils/di/Makefile +++ b/sysutils/di/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/diskinfo-di MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Disk Information Utility +WWW= https://diskinfo-di.sourceforge.io/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/digdag/Makefile b/sysutils/digdag/Makefile index e46496413cf1..d530f87457a2 100644 --- a/sysutils/digdag/Makefile +++ b/sysutils/digdag/Makefile @@ -8,6 +8,7 @@ EXTRACT_SUFX= .jar MAINTAINER= ehaupt@FreeBSD.org COMMENT= Workload Automation System +WWW= https://www.digdag.io/ LICENSE= APACHE20 diff --git a/sysutils/dim/Makefile b/sysutils/dim/Makefile index b6661fbccda5..a62103165a65 100644 --- a/sysutils/dim/Makefile +++ b/sysutils/dim/Makefile @@ -7,6 +7,7 @@ EXTRACT_SUFX= .tar MAINTAINER= ports@FreeBSD.org COMMENT= Directory lister which sorts the file list in 2D +WWW= https://glyphobet.net/dim/dim.html LICENSE= GPLv2+ diff --git a/sysutils/dirdiff/Makefile b/sysutils/dirdiff/Makefile index 439758a8b4b9..61d313b8c6b1 100644 --- a/sysutils/dirdiff/Makefile +++ b/sysutils/dirdiff/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://ftp.samba.org/pub/paulus/ MAINTAINER= tcltk@FreeBSD.org COMMENT= Graphical diff tool +WWW= http://freecode.com/projects/dirdiff/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/direnv/Makefile b/sysutils/direnv/Makefile index 379d9c9e13d5..532e2da0ecad 100644 --- a/sysutils/direnv/Makefile +++ b/sysutils/direnv/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= swills@FreeBSD.org COMMENT= Environment variable manager for your shell +WWW= https://direnv.net/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/direvent/Makefile b/sysutils/direvent/Makefile index 1df7b8c03c87..7b1c98d037ab 100644 --- a/sysutils/direvent/Makefile +++ b/sysutils/direvent/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= GNU MAINTAINER= zeus@gnu.org.ua COMMENT= Per-directory file system event monitor +WWW= https://www.gnu.org.ua/software/direvent/ LICENSE= GPLv3+ diff --git a/sysutils/dirvish/Makefile b/sysutils/dirvish/Makefile index 978d62719f13..03312cb11ae3 100644 --- a/sysutils/dirvish/Makefile +++ b/sysutils/dirvish/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.dirvish.org/ MAINTAINER= tarkhil@over.ru COMMENT= Network backup system based off of rsync +WWW= http://www.dirvish.org/ RUN_DEPENDS= p5-Time-modules>=0:devel/p5-Time-modules \ p5-Time-Period>=0:devel/p5-Time-Period \ diff --git a/sysutils/discus/Makefile b/sysutils/discus/Makefile index 9e0d121f42a4..ed8db5056ee6 100644 --- a/sysutils/discus/Makefile +++ b/sysutils/discus/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= freebsd@ny-central.org COMMENT= Discus is a program to display hard drive space usage +WWW= https://github.com/ncarrier/discus LICENSE= GPLv2 diff --git a/sysutils/diskimage-tools/Makefile b/sysutils/diskimage-tools/Makefile index f94e82ce647d..8cdbefb7f302 100644 --- a/sysutils/diskimage-tools/Makefile +++ b/sysutils/diskimage-tools/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://acadix.biz/Ports/distfiles/ MAINTAINER= jwb@FreeBSD.org COMMENT= Convenience tools for manipulating disk images +WWW= https://acadix.biz/diskimage-tools.php LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/diskonaut/Makefile b/sysutils/diskonaut/Makefile index f6f2503c114a..1e9a2fb5ec95 100644 --- a/sysutils/diskonaut/Makefile +++ b/sysutils/diskonaut/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Terminal disk space navigator +WWW= https://github.com/imsnif/diskonaut LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/diskscrub/Makefile b/sysutils/diskscrub/Makefile index 7c68d295bcee..1560bf9b6745 100644 --- a/sysutils/diskscrub/Makefile +++ b/sysutils/diskscrub/Makefile @@ -6,6 +6,7 @@ DISTNAME= scrub-${PORTVERSION} MAINTAINER= erik@elfga.com COMMENT= Writes patterns on files to make retrieving the data more difficult +WWW= https://code.google.com/p/diskscrub/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/disktype/Makefile b/sysutils/disktype/Makefile index aac64039c3aa..cef8a7a468c6 100644 --- a/sysutils/disktype/Makefile +++ b/sysutils/disktype/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF MAINTAINER= ehaupt@FreeBSD.org COMMENT= Disk formatting type autodetector +WWW= http://disktype.sourceforge.net/ USES= gmake diff --git a/sysutils/diskus/Makefile b/sysutils/diskus/Makefile index c503226ce44f..9aecf80206ef 100644 --- a/sysutils/diskus/Makefile +++ b/sysutils/diskus/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= sec.research.2005@gmail.com COMMENT= Mminimal, fast alternative to 'du -sh' +WWW= https://github.com/sharkdp/diskus/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE-MIT diff --git a/sysutils/dmg2img/Makefile b/sysutils/dmg2img/Makefile index 60f034db1fc7..d64f31cc4835 100644 --- a/sysutils/dmg2img/Makefile +++ b/sysutils/dmg2img/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://vu1tur.eu.org/tools/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= DMG2IMG convert tool +WWW= http://vu1tur.eu.org/tools/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/dmidecode/Makefile b/sysutils/dmidecode/Makefile index b834f8df4116..d3c39e4e3381 100644 --- a/sysutils/dmidecode/Makefile +++ b/sysutils/dmidecode/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SAVANNAH MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tool for dumping DMI (SMBIOS) contents in human-readable format +WWW= https://www.nongnu.org/dmidecode/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/dnf/Makefile b/sysutils/dnf/Makefile index bd2dc164581d..2f3d9d84ca85 100644 --- a/sysutils/dnf/Makefile +++ b/sysutils/dnf/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Dandified YUM, the next-generation version of YUM +WWW= https://github.com/rpm-software-management/dnf LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/docker-compose/Makefile b/sysutils/docker-compose/Makefile index 3bcfbef309fd..bf05d845eaef 100644 --- a/sysutils/docker-compose/Makefile +++ b/sysutils/docker-compose/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= CHEESESHOP MAINTAINER= ports@FreeBSD.org COMMENT= Define and run multi-container applications with Docker +WWW= https://github.com/docker/compose/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/docker-credential-pass/Makefile b/sysutils/docker-credential-pass/Makefile index a8c0b7235412..447d9477040b 100644 --- a/sysutils/docker-credential-pass/Makefile +++ b/sysutils/docker-credential-pass/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= dmgk@FreeBSD.org COMMENT= Helper to use sysutils/password-store as Docker credentials store +WWW= https://github.com/docker/docker-credential-helpers LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/docker-machine/Makefile b/sysutils/docker-machine/Makefile index 96b58e2a2ca4..99c5a3321d62 100644 --- a/sysutils/docker-machine/Makefile +++ b/sysutils/docker-machine/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Tool to create Docker hosts +WWW= https://github.com/docker/machine/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/docker-registry/Makefile b/sysutils/docker-registry/Makefile index 87b738398cbc..7be48feccbf7 100644 --- a/sysutils/docker-registry/Makefile +++ b/sysutils/docker-registry/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= freebsd@yapsoft.it COMMENT= Docker implementation of the OCI Distribution Specification +WWW= https://github.com/docker/distribution/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/docker/Makefile b/sysutils/docker/Makefile index fdd05464ea63..1bdfb0fa462d 100644 --- a/sysutils/docker/Makefile +++ b/sysutils/docker/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Open-source application container engine +WWW= https://www.docker.com/ LICENSE= APACHE20 diff --git a/sysutils/doctl/Makefile b/sysutils/doctl/Makefile index ce8e185b43ec..a13e3bbd5367 100644 --- a/sysutils/doctl/Makefile +++ b/sysutils/doctl/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-source MAINTAINER= jrm@FreeBSD.org COMMENT= Command line tool for DigitalOcean services +WWW= https://github.com/digitalocean/doctl LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/doinkd/Makefile b/sysutils/doinkd/Makefile index e052fb2540e6..c507eee997d8 100644 --- a/sysutils/doinkd/Makefile +++ b/sysutils/doinkd/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= cy@FreeBSD.org COMMENT= Daemon that logs out idle users and those users hogging resources +WWW= https://sourceforge.net/projects/idled/ USE_GITHUB= yes GH_ACCOUNT= cschuber diff --git a/sysutils/dolly/Makefile b/sysutils/dolly/Makefile index a86fb083ee1b..2babf3f688be 100644 --- a/sysutils/dolly/Makefile +++ b/sysutils/dolly/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}.${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Program to clone harddisks/partitions over a fast switched network +WWW= http://www.cs.inf.ethz.ch/CoPs/patagonia/dolly.html OPTIONS_DEFINE= BZIP2 HIGHEST_COMPRESSION DOCS OPTIONS_DEFAULT= BZIP2 HIGHEST_COMPRESSION diff --git a/sysutils/downtimed/Makefile b/sysutils/downtimed/Makefile index b8981ed5dd6d..2110ec64ea90 100644 --- a/sysutils/downtimed/Makefile +++ b/sysutils/downtimed/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://dist.epipe.com/${PORTNAME}/ \ MAINTAINER= dbaio@FreeBSD.org COMMENT= System downtime monitoring and reporting tool +WWW= https://dist.epipe.com/downtimed/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/dsbbatmon/Makefile b/sysutils/dsbbatmon/Makefile index 128c3a5c95b5..aacd1db9bfe5 100644 --- a/sysutils/dsbbatmon/Makefile +++ b/sysutils/dsbbatmon/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://freeshell.de/~mk/download/ MAINTAINER= mk@nic-nac-project.org COMMENT= Qt battery monitor +WWW= https://freeshell.de/~mk/projects/dsbbatmon.html LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/dsbdriverd/Makefile b/sysutils/dsbdriverd/Makefile index f59906f567b8..7d193abaa84f 100644 --- a/sysutils/dsbdriverd/Makefile +++ b/sysutils/dsbdriverd/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= mk@nic-nac-project.org COMMENT= Hardware detecting, device driver loading daemon +WWW= https://github.com/mrclksr/DSBDriverd LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/dsblogoutmgr/Makefile b/sysutils/dsblogoutmgr/Makefile index b0c453ba4495..e6728b1ce330 100644 --- a/sysutils/dsblogoutmgr/Makefile +++ b/sysutils/dsblogoutmgr/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://freeshell.de/~mk/download/ MAINTAINER= mk@nic-nac-project.org COMMENT= Graphical logout manager +WWW= https://freeshell.de/~mk/projects/dsblogoutmgr.html LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/dsbmc-cli/Makefile b/sysutils/dsbmc-cli/Makefile index 62338d029c64..a047b7ebe537 100644 --- a/sysutils/dsbmc-cli/Makefile +++ b/sysutils/dsbmc-cli/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://freeshell.de/~mk/download/ MAINTAINER= mk@nic-nac-project.org COMMENT= Command-line client for DSBMD +WWW= https://freeshell.de/~mk/projects/dsbmc-cli.html LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/dsbmc/Makefile b/sysutils/dsbmc/Makefile index a016778ce9c8..97fb872975f5 100644 --- a/sysutils/dsbmc/Makefile +++ b/sysutils/dsbmc/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= mk@nic-nac-project.org COMMENT= Qt client for DSBMD that lets you mount media, and more +WWW= https://github.com/mrclksr/DSBMC LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/dsbmd/Makefile b/sysutils/dsbmd/Makefile index 7d93b21f8b9a..2b79533ccf89 100644 --- a/sysutils/dsbmd/Makefile +++ b/sysutils/dsbmd/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= mk@nic-nac-project.org COMMENT= Media mounting daemon +WWW= https://github.com/mrclksr/DSBMD LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/dsbsu/Makefile b/sysutils/dsbsu/Makefile index 3d82efc50706..e29d58ff25f9 100644 --- a/sysutils/dsbsu/Makefile +++ b/sysutils/dsbsu/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= mk@nic-nac-project.org COMMENT= Qt frontend to su(1) +WWW= https://github.com/mrclksr/DSBSu LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/dsbwrtsysctl/Makefile b/sysutils/dsbwrtsysctl/Makefile index 4a42fcfd16fa..76116b1ac5f6 100644 --- a/sysutils/dsbwrtsysctl/Makefile +++ b/sysutils/dsbwrtsysctl/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://freeshell.de/~mk/download/ MAINTAINER= mk@nic-nac-project.org COMMENT= Changes variable=value pairs in sysctl.conf, or adds them +WWW= https://freeshell.de/~mk/projects/dsbwrtsysctl.html LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/dtc/Makefile b/sysutils/dtc/Makefile index 37675677287b..96f931c46845 100644 --- a/sysutils/dtc/Makefile +++ b/sysutils/dtc/Makefile @@ -8,6 +8,7 @@ PATCHFILES+= ca19c3db2b.patch:-p1 # https://github.com/dgibson/dtc/pull/41 MAINTAINER= uboot@FreeBSD.org COMMENT= Device Tree Compiler +WWW= https://git.kernel.org/cgit/utils/dtc/dtc.git LICENSE= GPLv2 diff --git a/sysutils/dtpstree/Makefile b/sysutils/dtpstree/Makefile index 1a63cfdffc04..b874ca756f4b 100644 --- a/sysutils/dtpstree/Makefile +++ b/sysutils/dtpstree/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://dl1.douglasthrift.net/${PORTNAME}/ \ MAINTAINER= douglas@douglasthrift.net COMMENT= Display a tree of processes +WWW= https://code.douglasthrift.net/trac/dtpstree LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/dtrace-toolkit/Makefile b/sysutils/dtrace-toolkit/Makefile index 10da338fe77c..f77a41e753f5 100644 --- a/sysutils/dtrace-toolkit/Makefile +++ b/sysutils/dtrace-toolkit/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= 0mp@FreeBSD.org COMMENT= Collection of useful scripts for DTrace +WWW= https://github.com/opendtrace/toolkit LICENSE= CDDL LICENSE_FILE= ${WRKSRC}/Docs/cddl1.txt diff --git a/sysutils/du2ps/Makefile b/sysutils/du2ps/Makefile index 505b6a60972f..10914ebf76dc 100644 --- a/sysutils/du2ps/Makefile +++ b/sysutils/du2ps/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://line.to/mac/soft/du2ps/ MAINTAINER= ports@FreeBSD.org COMMENT= Filter for converting output of du to PostScript file +WWW= https://line.to/mac/soft/du2ps/ LICENSE= MIT diff --git a/sysutils/dua-cli/Makefile b/sysutils/dua-cli/Makefile index ae56fb09fdd8..6c6d7b88ba3e 100644 --- a/sysutils/dua-cli/Makefile +++ b/sysutils/dua-cli/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org COMMENT= Conveniently learn about the disk usage of directories +WWW= https://github.com/Byron/dua-cli LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/duf/Makefile b/sysutils/duf/Makefile index f2785a5a7ce5..8a719f23690f 100644 --- a/sysutils/duf/Makefile +++ b/sysutils/duf/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org COMMENT= Disk Usage/Free Utility +WWW= https://github.com/muesli/duf LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/duff/Makefile b/sysutils/duff/Makefile index d39390bbd781..e294e6e27595 100644 --- a/sysutils/duff/Makefile +++ b/sysutils/duff/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= jhale@FreeBSD.org COMMENT= Duplicate file finder +WWW= https://github.com/elmindreda/duff LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/dunst/Makefile b/sysutils/dunst/Makefile index 51062198d086..090cdd28b809 100644 --- a/sysutils/dunst/Makefile +++ b/sysutils/dunst/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils wayland MAINTAINER= dmgk@FreeBSD.org COMMENT= Lightweight notification daemon +WWW= https://dunst-project.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/dupd/Makefile b/sysutils/dupd/Makefile index a9635e636d47..bb8e1d46d26b 100644 --- a/sysutils/dupd/Makefile +++ b/sysutils/dupd/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= tom@hur.st COMMENT= File duplicate detection CLI utility +WWW= https://www.virkki.com/dupd/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile index 73c3a9fa3ed2..bfd6490f934a 100644 --- a/sysutils/duplicity/Makefile +++ b/sysutils/duplicity/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= CHEESESHOP MAINTAINER= dbaio@FreeBSD.org COMMENT= Backup tool that uses librsync and GnuPG +WWW= https://duplicity.nongnu.org LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/duply/Makefile b/sysutils/duply/Makefile index b647ae2a9134..d78affe3218b 100644 --- a/sysutils/duply/Makefile +++ b/sysutils/duply/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= michael@ranner.eu COMMENT= Shell front end for the duplicity backup tool +WWW= https://duply.net LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/gpl-2.0.txt diff --git a/sysutils/dupmerge/Makefile b/sysutils/dupmerge/Makefile index 06ff40036b41..01bae3facf26 100644 --- a/sysutils/dupmerge/Makefile +++ b/sysutils/dupmerge/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= danfe@FreeBSD.org COMMENT= Searches for files with equal content +WWW= https://sourceforge.net/projects/dupmerge/ USES= zip MAKE_FLAGS= # empty diff --git a/sysutils/dust/Makefile b/sysutils/dust/Makefile index e1cc05abff61..1ce579cb6e57 100644 --- a/sysutils/dust/Makefile +++ b/sysutils/dust/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= antranigv@freebsd.am COMMENT= More intuitive version of du +WWW= https://github.com/bootandy/dust LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/dvd+rw-tools/Makefile b/sysutils/dvd+rw-tools/Makefile index 6fdecaf01ad3..f12c178e8ab7 100644 --- a/sysutils/dvd+rw-tools/Makefile +++ b/sysutils/dvd+rw-tools/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://www.pkix.net/mirror/fy.chalmers.se/ \ MAINTAINER= mbeis@xs4all.nl COMMENT= DVD burning software +WWW= http://fy.chalmers.se/~appro/linux/DVD+RW/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/dvdbackup/Makefile b/sysutils/dvdbackup/Makefile index 5b0544adb0ad..4e45586f7f2f 100644 --- a/sysutils/dvdbackup/Makefile +++ b/sysutils/dvdbackup/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Backup content from DVD to hard disk +WWW= http://dvdbackup.sourceforge.net/ LICENSE= GPLv3 diff --git a/sysutils/dvdimagecmp/Makefile b/sysutils/dvdimagecmp/Makefile index 5bfe2b34f2b6..ea5ed603fd69 100644 --- a/sysutils/dvdimagecmp/Makefile +++ b/sysutils/dvdimagecmp/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SUNSITE/apps/video MAINTAINER= ports@thepentagon.org COMMENT= Simple tool for comparing an image to a burned disc +WWW= https://www.ibiblio.org/pub/linux/apps/video/dvdimagecmp-0.3.lsm USES= gmake tar:tgz diff --git a/sysutils/dvdisaster/Makefile b/sysutils/dvdisaster/Makefile index 1edcf6605bad..918ed3525a8e 100644 --- a/sysutils/dvdisaster/Makefile +++ b/sysutils/dvdisaster/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://www.ml1.org.uk/distfiles/ \ MAINTAINER= bob@eager.cx COMMENT= Optical disc error correction data and recovery tool +WWW= https://www.bobeager.uk/software.html LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/dvdvideo/Makefile b/sysutils/dvdvideo/Makefile index ace251b3daec..4c9f43d04ba8 100644 --- a/sysutils/dvdvideo/Makefile +++ b/sysutils/dvdvideo/Makefile @@ -9,6 +9,7 @@ DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= martymac@FreeBSD.org COMMENT= Video DVD backup tool +WWW= http://bblank.thinkmo.de/blog/new-software-python-dvdvideo LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/dvtm/Makefile b/sysutils/dvtm/Makefile index 01f9fac9d86c..340cd7412bb4 100644 --- a/sysutils/dvtm/Makefile +++ b/sysutils/dvtm/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.brain-dump.org/projects/dvtm/ MAINTAINER= beat@FreeBSD.org COMMENT= Tiling window management for the console +WWW= https://www.brain-dump.org/projects/dvtm/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/dwatch-gource/Makefile b/sysutils/dwatch-gource/Makefile index 20e93691d402..7cf8716dc852 100644 --- a/sysutils/dwatch-gource/Makefile +++ b/sysutils/dwatch-gource/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= FreeBSD dwatch profiles for creating gource logs +WWW= https://fraubsd.org/dwatch-gource/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/dwatch-json/Makefile b/sysutils/dwatch-json/Makefile index 0915fdfa168c..4d1e816e61c4 100644 --- a/sysutils/dwatch-json/Makefile +++ b/sysutils/dwatch-json/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= dteske@FreeBSD.org COMMENT= FreeBSD dwatch suite to produce JSON stats +WWW= https://fraubsd.org/dwatch-json/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/dwatch-pwsnoop/Makefile b/sysutils/dwatch-pwsnoop/Makefile index 3c1b80af538b..0993cd10db06 100644 --- a/sysutils/dwatch-pwsnoop/Makefile +++ b/sysutils/dwatch-pwsnoop/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= FreeBSD dwatch profile for snooping passwords +WWW= https://fraubsd.org/dwatch-pwsnoop/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/dwatch/Makefile b/sysutils/dwatch/Makefile index e0ed6874ecbb..488510babeef 100644 --- a/sysutils/dwatch/Makefile +++ b/sysutils/dwatch/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://siag.nu/pub/dwatch/ MAINTAINER= ports@FreeBSD.org COMMENT= Daemon Watcher +WWW= https://siag.nu/dwatch/ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index 1e8c6f15f25d..f45b04a5762e 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -19,6 +19,7 @@ MASTER_SITES= KERNEL_ORG/linux/kernel/people/tytso/${PORTNAME}/v${PORTVERSION} MAINTAINER?= mandree@FreeBSD.org COMMENT?= Utilities & library to manipulate ext2/3/4 filesystems +WWW= http://e2fsprogs.sourceforge.net/ LICENSE?= GPLv2+ .if !defined(_no_license_file) diff --git a/sysutils/e2tools/Makefile b/sysutils/e2tools/Makefile index 7325bb027790..3bef62a2d4fe 100644 --- a/sysutils/e2tools/Makefile +++ b/sysutils/e2tools/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DI MAINTAINER= fuz@fuz.su COMMENT= Utilities to manipulate files in an ext2/ext3 filesystem +WWW= https://e2tools.github.io/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/ebsnvme-id/Makefile b/sysutils/ebsnvme-id/Makefile index 0cd59ca25cf0..e85c4c9d3023 100644 --- a/sysutils/ebsnvme-id/Makefile +++ b/sysutils/ebsnvme-id/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= cperciva@FreeBSD.org COMMENT= Exposes information about NVMe disks on EC2 +WWW= https://github.com/cperciva/ebsnvme-id LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT diff --git a/sysutils/ec2-scripts/Makefile b/sysutils/ec2-scripts/Makefile index ab892ccae9d3..887f77a8e006 100644 --- a/sysutils/ec2-scripts/Makefile +++ b/sysutils/ec2-scripts/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= cperciva@FreeBSD.org COMMENT= Startup scripts for FreeBSD/EC2 environment +WWW= https://www.daemonology.net/freebsd-on-ec2/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT diff --git a/sysutils/eclat/Makefile b/sysutils/eclat/Makefile index 1c6fc1c5e1d8..f312d1eea1e5 100644 --- a/sysutils/eclat/Makefile +++ b/sysutils/eclat/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://download.gnu.org.ua/pub/release/${PORTNAME}/ \ MAINTAINER= zeus@gnu.org.ua COMMENT= Amazon EC2 command line administration tool +WWW= https://puszcza.gnu.org.ua/software/eclat/ LICENSE= GPLv3 diff --git a/sysutils/edid-decode/Makefile b/sysutils/edid-decode/Makefile index b8120e2be860..8b8a3c02cbe8 100644 --- a/sysutils/edid-decode/Makefile +++ b/sysutils/edid-decode/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Decodes binary EDID information from monitors +WWW= https://git.linuxtv.org/edid-decode.git LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/eksctl/Makefile b/sysutils/eksctl/Makefile index 6546127b0d4b..84e20e5c732b 100644 --- a/sysutils/eksctl/Makefile +++ b/sysutils/eksctl/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= LOCAL/danilo MAINTAINER= danilo@FreeBSD.org COMMENT= CLI for Amazon EKS +WWW= https://eksctl.io/ LICENSE= APACHE20 diff --git a/sysutils/enteruser/Makefile b/sysutils/enteruser/Makefile index 6970dbf33d20..48676e7781c2 100644 --- a/sysutils/enteruser/Makefile +++ b/sysutils/enteruser/Makefile @@ -8,6 +8,7 @@ EXTRACT_ONLY= # empty MAINTAINER= 0mp@FreeBSD.org COMMENT= Extensible script for adding new users +WWW= https://web.archive.org/web/20041211013021/http://www.daemonnews.org/199908/enteruser.html LICENSE= BSD2CLAUSE diff --git a/sysutils/entr/Makefile b/sysutils/entr/Makefile index 670ae7ed3662..39647f1f6587 100644 --- a/sysutils/entr/Makefile +++ b/sysutils/entr/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://entrproject.org/code/ MAINTAINER= danilo@FreeBSD.org COMMENT= Runs arbitrary commands when files change +WWW= https://entrproject.org/ # This software has code under BSD2CLAUSE license. # All the code used in FreeBSD is under ISCL license. diff --git a/sysutils/envconsul/Makefile b/sysutils/envconsul/Makefile index 9b98f892a18a..82b08423badd 100644 --- a/sysutils/envconsul/Makefile +++ b/sysutils/envconsul/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= swills@FreeBSD.org COMMENT= Populate values from Consul into a process environment +WWW= https://github.com/hashicorp/envconsul LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/epazote/Makefile b/sysutils/epazote/Makefile index 128ea2121ddc..ff965e952970 100644 --- a/sysutils/epazote/Makefile +++ b/sysutils/epazote/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= nbari@tequila.io COMMENT= Automated HTTP (microservices) supervisor +WWW= https://epazote.io LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/equinix-metal-cli/Makefile b/sysutils/equinix-metal-cli/Makefile index 8c14b2333b03..aff1939e3960 100644 --- a/sysutils/equinix-metal-cli/Makefile +++ b/sysutils/equinix-metal-cli/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= dch@FreeBSD.org COMMENT= Command line tool for Equinix Metal services +WWW= https://github.com/equinix/metal-cli/blob/main/docs/metal.md LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/etc_os-release/Makefile b/sysutils/etc_os-release/Makefile index 848606c79982..d78a61b995e6 100644 --- a/sysutils/etc_os-release/Makefile +++ b/sysutils/etc_os-release/Makefile @@ -8,6 +8,7 @@ EXTRACT_ONLY= # MAINTAINER= tcberner@FreeBSD.org COMMENT= Operating system identification file +WWW= https://www.freedesktop.org/software/systemd/man/os-release.html NO_ARCH= yes NO_BUILD= yes diff --git a/sysutils/etcmerge/Makefile b/sysutils/etcmerge/Makefile index 876102edbf66..fa5abd69341e 100644 --- a/sysutils/etcmerge/Makefile +++ b/sysutils/etcmerge/Makefile @@ -6,6 +6,7 @@ DISTFILES= # none MAINTAINER= portmaster@BSDforge.com COMMENT= Automatic 3-way merge of /etc updates +WWW= https://BSDforge.com/projects/sysutils/etcmerge/ LICENSE= NONE diff --git a/sysutils/ethname/Makefile b/sysutils/ethname/Makefile index 24efc813654c..602e9a03a137 100644 --- a/sysutils/ethname/Makefile +++ b/sysutils/ethname/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= eborisch@gmail.com COMMENT= MAC-based network name pinning +WWW= https://github.com/eborisch/ethname LICENSE= MIT diff --git a/sysutils/evhz/Makefile b/sysutils/evhz/Makefile index ed680dd71362..7bcd91aabf27 100644 --- a/sysutils/evhz/Makefile +++ b/sysutils/evhz/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://git.sr.ht/~iank/${PORTNAME}/archive/${SR_HT_COMMIT}${EXTRA MAINTAINER= greg@unrelenting.technology COMMENT= Tool for measuring evdev event rate (mouse polling rate) +WWW= https://git.sr.ht/~iank/evhz LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/evisum/Makefile b/sysutils/evisum/Makefile index 929044f020d0..b618c348d6b0 100644 --- a/sysutils/evisum/Makefile +++ b/sysutils/evisum/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ MAINTAINER= enlightenment@FreeBSD.org COMMENT= EFL process monitor and system monitor +WWW= https://www.enlightenment.org/ LICENSE= BSD2CLAUSE diff --git a/sysutils/evtviewer/Makefile b/sysutils/evtviewer/Makefile index f264fdc8be4f..e7e2318731c0 100644 --- a/sysutils/evtviewer/Makefile +++ b/sysutils/evtviewer/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}/${PORTNAME}-${PORTVERSION} \ MAINTAINER= martymac@FreeBSD.org COMMENT= Ms event log viewer +WWW= https://contribs.martymac.org LICENSE= GPLv2 diff --git a/sysutils/exa/Makefile b/sysutils/exa/Makefile index 12486ce634a0..010178c25ad7 100644 --- a/sysutils/exa/Makefile +++ b/sysutils/exa/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= mikael@FreeBSD.org COMMENT= Modern replacement for ls +WWW= https://the.exa.website/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE diff --git a/sysutils/exfat-utils/Makefile b/sysutils/exfat-utils/Makefile index 3afbe7e75b0d..cca59d3a1bf5 100644 --- a/sysutils/exfat-utils/Makefile +++ b/sysutils/exfat-utils/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= -utils MAINTAINER= samm@FreeBSD.org COMMENT= Utilities to create, check, label and dump exFAT filesystem +WWW= https://github.com/relan/exfat LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/extipl/Makefile b/sysutils/extipl/Makefile index 97607aa219cc..0fb33fb7fbef 100644 --- a/sysutils/extipl/Makefile +++ b/sysutils/extipl/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= OSDN/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Partition-selectable boot loader for IBM-PC/AT compatibles +WWW= http://extipl.sourceforge.jp/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/ezjail/Makefile b/sysutils/ezjail/Makefile index 4c654b5fe248..9288de960873 100644 --- a/sysutils/ezjail/Makefile +++ b/sysutils/ezjail/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://erdgeist.org/arts/software/ezjail/ MAINTAINER= erdgeist@erdgeist.org COMMENT= Framework to easily create, manipulate, and run FreeBSD jails +WWW= https://erdgeist.org/arts/software/ezjail/ USES= tar:bzip2 diff --git a/sysutils/f2/Makefile b/sysutils/f2/Makefile index 30cbb19a7aa4..6fab4428e8ba 100644 --- a/sysutils/f2/Makefile +++ b/sysutils/f2/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Command-line tool for batch renaming files and directories +WWW= https://github.com/ayoisaiah/f2 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE diff --git a/sysutils/f3/Makefile b/sysutils/f3/Makefile index 01b81aa8db59..083b921c302b 100644 --- a/sysutils/f3/Makefile +++ b/sysutils/f3/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= dbaio@FreeBSD.org COMMENT= Fight Flash Fraud or Fight Fake Flash test tool +WWW= https://oss.digirati.com.br/f3 LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/facter/Makefile b/sysutils/facter/Makefile index 9cb78f0e6756..0142422683f8 100644 --- a/sysutils/facter/Makefile +++ b/sysutils/facter/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://downloads.puppetlabs.com/facter/ MAINTAINER= puppet@FreeBSD.org COMMENT= Cross-platform library for retrieving facts from OS +WWW= https://puppetlabs.com/facter LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/fakertc/Makefile b/sysutils/fakertc/Makefile index ef133cc68e0d..6caa9bae4573 100644 --- a/sysutils/fakertc/Makefile +++ b/sysutils/fakertc/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= ronald-lists@klop.ws COMMENT= Save real-time clock on reboot +WWW= https://github.com/ronaldklop/fakertc LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/fand/Makefile b/sysutils/fand/Makefile index e78aff2aa2a3..eded9d2b84a8 100644 --- a/sysutils/fand/Makefile +++ b/sysutils/fand/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= corey@electrickite.org COMMENT= PWM cooling fan control daemon +WWW= https://github.com/electrickite/fand LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/fanout/Makefile b/sysutils/fanout/Makefile index 1e522cd77dc2..923e382e1c45 100644 --- a/sysutils/fanout/Makefile +++ b/sysutils/fanout/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://www.stearns.org/fanout/ \ MAINTAINER= jmohacsi@bsd.hu COMMENT= Tool to run commands on multiple machines +WWW= http://www.stearns.org/fanout/ USES= perl5 USE_PERL5= run diff --git a/sysutils/fatback/Makefile b/sysutils/fatback/Makefile index ac67438d43a1..a00372f9da79 100644 --- a/sysutils/fatback/Makefile +++ b/sysutils/fatback/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Recover deleted files from FAT filesystems +WWW= https://sourceforge.net/project/showfiles.php?group_id=46038 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/fcode-utils/Makefile b/sysutils/fcode-utils/Makefile index 4aeea2deb6c8..f2dd3fd6fd6e 100644 --- a/sysutils/fcode-utils/Makefile +++ b/sysutils/fcode-utils/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= pkubaj@FreeBSD.org COMMENT= Utilities to process FCODE, OpenFirmware's byte code +WWW= https://www.openfirmware.info/FCODE_suite LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/fconfig/Makefile b/sysutils/fconfig/Makefile index 27240cdbb707..598abeff74e1 100644 --- a/sysutils/fconfig/Makefile +++ b/sysutils/fconfig/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://downloads.openwrt.org/sources/ \ MAINTAINER= thompsa@FreeBSD.org COMMENT= Read and modify RedBoot embedded boot configuration +WWW= http://andrzejekiert.ovh.org/software.html.en USES= gmake diff --git a/sysutils/fcron/Makefile b/sysutils/fcron/Makefile index 3047cd603fd2..b36e00a8bde4 100644 --- a/sysutils/fcron/Makefile +++ b/sysutils/fcron/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= bob@eager.cx COMMENT= Periodic command scheduler +WWW= http://fcron.free.fr/ LICENSE= GPLv2 diff --git a/sysutils/fd/Makefile b/sysutils/fd/Makefile index e58c77141e6b..5f8b2f8aa80c 100644 --- a/sysutils/fd/Makefile +++ b/sysutils/fd/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= -find MAINTAINER= mikael@FreeBSD.org COMMENT= Simple, fast and user-friendly alternative to find +WWW= https://github.com/sharkdp/fd LICENSE= APACHE20 MIT LICENSE_COMB= dual diff --git a/sysutils/fdupes/Makefile b/sysutils/fdupes/Makefile index b807b1b946d8..6cb5a2154350 100644 --- a/sysutils/fdupes/Makefile +++ b/sysutils/fdupes/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://github.com/adrianlopezroche/${PORTNAME}/releases/download/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Program for identifying or deleting duplicate files +WWW= https://github.com/adrianlopezroche/fdupes/ LICENSE= MIT diff --git a/sysutils/ffs2recov/Makefile b/sysutils/ffs2recov/Makefile index 788a9073611b..75a8a7a55c41 100644 --- a/sysutils/ffs2recov/Makefile +++ b/sysutils/ffs2recov/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://BSDforge.com/projects/source/sysutils/ffs2recov/ MAINTAINER= portmaster@bsdforge.com COMMENT= Utility to recover UFS2 filesystems +WWW= https://BSDforge.com/projects/sysutils/ffs2recov/ LICENSE= BSD2CLAUSE diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile index 527588fb4e5a..1971ab49096b 100644 --- a/sysutils/file/Makefile +++ b/sysutils/file/Makefile @@ -8,6 +8,7 @@ MASTER_SITES= https://astron.com/pub/file/ \ MAINTAINER= jharris@widomaker.com COMMENT= Utility to determine file type +WWW= https://darwinsys.com/file/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/filedupe/Makefile b/sysutils/filedupe/Makefile index a553ce625b32..ad434d445c6b 100644 --- a/sysutils/filedupe/Makefile +++ b/sysutils/filedupe/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://sammy.net/~sammy/hacks/ MAINTAINER= ports@FreeBSD.org COMMENT= Utility for quickly finding duplicate files +WWW= http://sammy.net/~sammy/hacks/ LIB_DEPENDS= libgdbm.so:databases/gdbm diff --git a/sysutils/filelight/Makefile b/sysutils/filelight/Makefile index 029820d7e22b..fd149863f6aa 100644 --- a/sysutils/filelight/Makefile +++ b/sysutils/filelight/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Map of concentric segmented-rings representing file system +WWW= https://utils.kde.org/projects/filelight/ BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \ docbook-xml>0:textproc/docbook-xml diff --git a/sysutils/fileprune/Makefile b/sysutils/fileprune/Makefile index 33e55a416fe4..610d20e959d2 100644 --- a/sysutils/fileprune/Makefile +++ b/sysutils/fileprune/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= dds@FreeBSD.org COMMENT= Prune a file set according to a given age distribution +WWW= https://www.spinellis.gr/sw/unix/fileprune/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/fileschanged/Makefile b/sysutils/fileschanged/Makefile index 4e49f2535912..ddecb8f9b5c3 100644 --- a/sysutils/fileschanged/Makefile +++ b/sysutils/fileschanged/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Utility that reports when files have been altered +WWW= http://fileschanged.sourceforge.net/ LIB_DEPENDS= libargp.so:devel/argp-standalone BUILD_DEPENDS= help2man:misc/help2man diff --git a/sysutils/filetype/Makefile b/sysutils/filetype/Makefile index 24e09050f1b3..ae640705a6ea 100644 --- a/sysutils/filetype/Makefile +++ b/sysutils/filetype/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.pldaniels.com/filetype/ MAINTAINER= ismail.yenigul@endersys.com.tr COMMENT= New file-type detection system +WWW= https://www.pldaniels.com/filetype/ PORTDOCS= README CHANGELOG CONTRIBUTORS INSTALL LICENSE TODO diff --git a/sysutils/filevercmp/Makefile b/sysutils/filevercmp/Makefile index 4ebce4ad8cfc..8b59efd3b57d 100644 --- a/sysutils/filevercmp/Makefile +++ b/sysutils/filevercmp/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= jwb@FreeBSD.org COMMENT= Compare version strings as in sort --version-sort +WWW= https://github.com/ekg/filevercmp LICENSE= GPLv3 diff --git a/sysutils/filewatcherd/Makefile b/sysutils/filewatcherd/Makefile index 85c1b08a13b0..a84642f9cdcb 100644 --- a/sysutils/filewatcherd/Makefile +++ b/sysutils/filewatcherd/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= natbsd@instinctive.eu COMMENT= Daemon that watches files and runs commands when they change +WWW= https://github.com/faelys/filewatcherd/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/firstboot-cloudsetup/Makefile b/sysutils/firstboot-cloudsetup/Makefile index ab765260373e..214e551b49db 100644 --- a/sysutils/firstboot-cloudsetup/Makefile +++ b/sysutils/firstboot-cloudsetup/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= firstboot- MAINTAINER= jornane@icloud.com COMMENT= Configure network and user when the system first boots +WWW= https://git.sr.ht/~jornane/cloudsetup LICENSE= BSD3CLAUSE diff --git a/sysutils/flasher/Makefile b/sysutils/flasher/Makefile index 55142cd4d108..77d42fb18f35 100644 --- a/sysutils/flasher/Makefile +++ b/sysutils/flasher/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.unixporting.com/downloads/flasher/ MAINTAINER= freebsd@nesbitt.ca COMMENT= Monitors log or mail files for writes, and flashes a keyboard LED +WWW= http://www.unixporting.com/downloads/flasher/ PLIST_FILES= sbin/flasher man/man1/flasher.1.gz diff --git a/sysutils/flashrom/Makefile b/sysutils/flashrom/Makefile index 4911320a0cb3..d77da6b78572 100644 --- a/sysutils/flashrom/Makefile +++ b/sysutils/flashrom/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://download.flashrom.org/releases/ MAINTAINER= mizhka@gmail.com COMMENT= Utility for reading, writing, verifying, and erasing flash ROM chips +WWW= https://www.flashrom.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/flexbackup/Makefile b/sysutils/flexbackup/Makefile index b9c8b4131395..0ac5177b225e 100644 --- a/sysutils/flexbackup/Makefile +++ b/sysutils/flexbackup/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://www.edwinh.org/flexbackup/tarball/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Perl-based flexible backup system that can use dump/afio/cpio/tar +WWW= http://flexbackup.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/flock/Makefile b/sysutils/flock/Makefile index 8bb9c7c1b4e6..25b2182da7f8 100644 --- a/sysutils/flock/Makefile +++ b/sysutils/flock/Makefile @@ -7,6 +7,7 @@ DISTNAME= util-linux-${PORTVERSION} MAINTAINER= franco@opnsense.org COMMENT= Manage locks from shell scripts +WWW= https://www.kernel.org/pub/linux/utils/util-linux/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/flog/Makefile b/sysutils/flog/Makefile index 2e5c7e5ff227..0aa370b95881 100644 --- a/sysutils/flog/Makefile +++ b/sysutils/flog/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://oss.ezic.com/flog/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Small STDIN-to-file logger with support for log rotation +WWW= http://oss.ezic.com/ LICENSE= GPLv2 # version is not specified actually diff --git a/sysutils/flowgger/Makefile b/sysutils/flowgger/Makefile index 67586bbd9e55..8560c81241ad 100644 --- a/sysutils/flowgger/Makefile +++ b/sysutils/flowgger/Makefile @@ -7,6 +7,7 @@ DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} MAINTAINER= mikael@FreeBSD.org COMMENT= Fast data collector +WWW= https://github.com/awslabs/flowgger LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/fluent-bit/Makefile b/sysutils/fluent-bit/Makefile index 9fae55944479..4559543fdacd 100644 --- a/sysutils/fluent-bit/Makefile +++ b/sysutils/fluent-bit/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= girgen@FreeBSD.org COMMENT= Fast and lightweight data forwarder +WWW= https://fluentbit.io/ LICENSE= APACHE20 diff --git a/sysutils/fluxengine/Makefile b/sysutils/fluxengine/Makefile index 98c3b198d600..463fdb93c216 100644 --- a/sysutils/fluxengine/Makefile +++ b/sysutils/fluxengine/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= probono@puredarwin.org COMMENT= USB floppy disk interface for reading and writing non-PC disk formats +WWW= https://cowlark.com/fluxengine/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING.md diff --git a/sysutils/fonteditfs/Makefile b/sysutils/fonteditfs/Makefile index 2b207a31c227..f073ac21e9d9 100644 --- a/sysutils/fonteditfs/Makefile +++ b/sysutils/fonteditfs/Makefile @@ -7,6 +7,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= uri@keves.org COMMENT= Full screen syscons font editor +WWW= http://fonteditfs.sourceforge.net/ USES= ncurses PLIST_FILES= bin/fnteditfs man/man1/fnteditfs.1.gz diff --git a/sysutils/foremost/Makefile b/sysutils/foremost/Makefile index 6c053368b248..563b4d6ff6e2 100644 --- a/sysutils/foremost/Makefile +++ b/sysutils/foremost/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://foremost.sourceforge.net/pkg/ MAINTAINER= onatan@gmail.com COMMENT= Console program to recover files based on their headers and footers +WWW= http://foremost.sourceforge.net USES= gmake ALL_TARGET= freebsd diff --git a/sysutils/fpart/Makefile b/sysutils/fpart/Makefile index 0e12a4c532a6..bc2e3dbf32c9 100644 --- a/sysutils/fpart/Makefile +++ b/sysutils/fpart/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ MAINTAINER= martymac@FreeBSD.org COMMENT= Sort and pack files into partitions +WWW= https://contribs.martymac.org LICENSE= BSD2CLAUSE diff --git a/sysutils/frand/Makefile b/sysutils/frand/Makefile index 5dc79f5af812..cd85226acf39 100644 --- a/sysutils/frand/Makefile +++ b/sysutils/frand/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= serpent7776@gmail.com COMMENT= Selects a random file using reservoir sampling algorithm +WWW= https://github.com/serpent7776/frand LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/freebsd-snapshot/Makefile b/sysutils/freebsd-snapshot/Makefile index e61b75dd5a25..08dc4b28d532 100644 --- a/sysutils/freebsd-snapshot/Makefile +++ b/sysutils/freebsd-snapshot/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://people.freebsd.org/~rse/dist/ MAINTAINER= gtodd@bellanet.org COMMENT= Convenience frontend tools for the management of UFS2/ZFS snapshots +WWW= https://people.freebsd.org/~rse/snapshot/ LICENSE= BSD2CLAUSE diff --git a/sysutils/freecolor/Makefile b/sysutils/freecolor/Makefile index 17fda0c1669c..da8b8e36e392 100644 --- a/sysutils/freecolor/Makefile +++ b/sysutils/freecolor/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.rkeene.org/files/oss/freecolor/ MAINTAINER= tdb@FreeBSD.org COMMENT= Displays free memory as a bargraph +WWW= https://www.rkeene.org/oss/freecolor/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/freedt/Makefile b/sysutils/freedt/Makefile index a1267085020f..ba83da14bda3 100644 --- a/sysutils/freedt/Makefile +++ b/sysutils/freedt/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://offog.org/files/ \ MAINTAINER= tdb@FreeBSD.org COMMENT= Experimental reimplementation of Dan Bernstein's daemontools +WWW= https://offog.org/code/freedt.html CONFLICTS= daemontools daemontools-encore ucspi-tcp # bin/argv0 bin/envdir bin/envuidgid diff --git a/sysutils/freeipmi/Makefile b/sysutils/freeipmi/Makefile index e6c74e355be2..1b4b57e428fe 100644 --- a/sysutils/freeipmi/Makefile +++ b/sysutils/freeipmi/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= GNU MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library and tools to support IPMI-capable hardware +WWW= https://savannah.gnu.org/projects/freeipmi/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/freesbie/Makefile b/sysutils/freesbie/Makefile index 4617607d5ebe..b1be3652db0a 100644 --- a/sysutils/freesbie/Makefile +++ b/sysutils/freesbie/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/2.0.//} MAINTAINER= riggs@FreeBSD.org COMMENT= Yet another cool answer to the system-on-cd question +WWW= http://www.freesbie.org/ LICENSE= BSD2CLAUSE diff --git a/sysutils/froxlor/Makefile b/sysutils/froxlor/Makefile index f0013128b36d..5544a22e757d 100644 --- a/sysutils/froxlor/Makefile +++ b/sysutils/froxlor/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://files.froxlor.org/releases/ MAINTAINER= nc@FreeBSD.org COMMENT= PHP-based ISP Server Management Panel +WWW= https://www.froxlor.org/ LICENSE= GPLv2 diff --git a/sysutils/fsbackup/Makefile b/sysutils/fsbackup/Makefile index 5f9dd5a68ebe..124b9fc17a60 100644 --- a/sysutils/fsbackup/Makefile +++ b/sysutils/fsbackup/Makefile @@ -7,6 +7,7 @@ DISTNAME= fsbackup-1.2pl1 MAINTAINER= ports@FreeBSD.org COMMENT= File system backup and synchronization utility +WWW= https://www.opennet.ru/dev/fsbackup/index_eng.shtml LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/fsc/Makefile b/sysutils/fsc/Makefile index 5c539b489c19..0641ed46010e 100644 --- a/sysutils/fsc/Makefile +++ b/sysutils/fsc/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= samm@FreeBSD.org COMMENT= FreeBSD Services Control family of utilities +WWW= https://github.com/bsdtrhodes/freebsd-fscd/ LICENSE= BSD2CLAUSE diff --git a/sysutils/fsearch/Makefile b/sysutils/fsearch/Makefile index 13c893bb5dfa..f5217baf0c5d 100644 --- a/sysutils/fsearch/Makefile +++ b/sysutils/fsearch/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= danfe@FreeBSD.org COMMENT= Fast file search utility for Unix-like systems +WWW= https://cboxdoerfer.github.io/fsearch/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/License diff --git a/sysutils/fselect/Makefile b/sysutils/fselect/Makefile index d76ff4e6eb32..40bf47cede6f 100644 --- a/sysutils/fselect/Makefile +++ b/sysutils/fselect/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org COMMENT= Find files with SQL-like queries +WWW= https://github.com/jhspetersson/fselect LICENSE= APACHE20 MIT LICENSE_COMB= dual diff --git a/sysutils/fstyp/Makefile b/sysutils/fstyp/Makefile index cc1fd06d977a..81b0388d1a7f 100644 --- a/sysutils/fstyp/Makefile +++ b/sysutils/fstyp/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} http://thega MAINTAINER= ports@FreeBSD.org COMMENT= Detect which filesystem type a device/partition contains +WWW= http://nchc.dl.sourceforge.net/sourceforge/fstyp/ USES= gmake GNU_CONFIGURE= yes diff --git a/sysutils/fswatch-mon/Makefile b/sysutils/fswatch-mon/Makefile index b000fc752ec1..1fba6c7e9230 100644 --- a/sysutils/fswatch-mon/Makefile +++ b/sysutils/fswatch-mon/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= -mon MAINTAINER= enrico.m.crisostomo@gmail.com COMMENT= Cross-platform file change monitor +WWW= https://github.com/emcrisostomo/fswatch LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/ftwin/Makefile b/sysutils/ftwin/Makefile index 1785b21b6c87..9b70bd7abbff 100644 --- a/sysutils/ftwin/Makefile +++ b/sysutils/ftwin/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= shoesoft@gmx.net COMMENT= Useful tool to find duplicate files +WWW= https://github.com/fpesce/ftwin LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/fusefs-afuse/Makefile b/sysutils/fusefs-afuse/Makefile index 225010f3a247..29d86ac74c20 100644 --- a/sysutils/fusefs-afuse/Makefile +++ b/sysutils/fusefs-afuse/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= portmaster@BSDforge.com COMMENT= File system automounting implemented in user-space using FUSE +WWW= https://github.com/pcarrier/afuse LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/fusefs-bindfs/Makefile b/sysutils/fusefs-bindfs/Makefile index 7b2b9b8f97b6..a291c8c09427 100644 --- a/sysutils/fusefs-bindfs/Makefile +++ b/sysutils/fusefs-bindfs/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= doralitze@chaotikum.org COMMENT= FUSE based bindfs implementation way more powerful than nullfs +WWW= https://bindfs.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/fusefs-chironfs/Makefile b/sysutils/fusefs-chironfs/Makefile index 6352daaf732c..bbb660c8d496 100644 --- a/sysutils/fusefs-chironfs/Makefile +++ b/sysutils/fusefs-chironfs/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= portmaster@BSDforge.com COMMENT= FUSE based filesystem with replication at the filesystem level +WWW= https://BSDforge.com/projects/sysutils/fusefs-chironfs/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/doc/copyright diff --git a/sysutils/fusefs-cryptofs/Makefile b/sysutils/fusefs-cryptofs/Makefile index 054a44dd78e8..dac8d80da95a 100644 --- a/sysutils/fusefs-cryptofs/Makefile +++ b/sysutils/fusefs-cryptofs/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= portmaster@BSDforge.com COMMENT= Encrypted filesystem for FUSE +WWW= https://BSDforge.com/projects/sysutils/fusefs-cryptofs/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/fusefs-curlftpfs/Makefile b/sysutils/fusefs-curlftpfs/Makefile index e208c791cbd3..8655efb449db 100644 --- a/sysutils/fusefs-curlftpfs/Makefile +++ b/sysutils/fusefs-curlftpfs/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= rodrigo@FreeBSD.org COMMENT= Mount remote FTP directories +WWW= http://curlftpfs.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/fusefs-encfs/Makefile b/sysutils/fusefs-encfs/Makefile index e8d38b4eb9e7..533886cd24a9 100644 --- a/sysutils/fusefs-encfs/Makefile +++ b/sysutils/fusefs-encfs/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= dmgk@FreeBSD.org COMMENT= Encrypted pass-through FUSE filesystem +WWW= http://www.arg0.net/encfs LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/fusefs-exfat/Makefile b/sysutils/fusefs-exfat/Makefile index 69277ae8e1f0..ce63b317f659 100644 --- a/sysutils/fusefs-exfat/Makefile +++ b/sysutils/fusefs-exfat/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= samm@FreeBSD.org COMMENT= Full-featured exFAT FS implementation as a FUSE module +WWW= https://github.com/relan/exfat LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/fusefs-ext2/Makefile b/sysutils/fusefs-ext2/Makefile index 1fbcc7176468..e101ec5460d5 100644 --- a/sysutils/fusefs-ext2/Makefile +++ b/sysutils/fusefs-ext2/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org COMMENT= FUSE module to mount ext2, ext3 and ext4 with read write support +WWW= https://github.com/alperakcan/fuse-ext2 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/fusefs-funionfs/Makefile b/sysutils/fusefs-funionfs/Makefile index c4a814797312..fc513726db2b 100644 --- a/sysutils/fusefs-funionfs/Makefile +++ b/sysutils/fusefs-funionfs/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= ports@FreeBSD.org COMMENT= Union filesystem for the FUSE driver +WWW= http://funionfs.apiou.org/ LICENSE= GPLv2+ diff --git a/sysutils/fusefs-fusepak/Makefile b/sysutils/fusefs-fusepak/Makefile index e187c887a4dd..a8e7dc9baff0 100644 --- a/sysutils/fusefs-fusepak/Makefile +++ b/sysutils/fusefs-fusepak/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= ports@FreeBSD.org COMMENT= Mount packed data files of various games (PACK, WAD, etc.) +WWW= http://fusepak.sourceforge.net/ LICENSE= GPLv2 diff --git a/sysutils/fusefs-gitfs/Makefile b/sysutils/fusefs-gitfs/Makefile index 2f0422fe44b4..1d24d96d328f 100644 --- a/sysutils/fusefs-gitfs/Makefile +++ b/sysutils/fusefs-gitfs/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= ports@FreeBSD.org COMMENT= Version controlled file system +WWW= https://www.presslabs.com/code/gitfs/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/fusefs-hfsfuse/Makefile b/sysutils/fusefs-hfsfuse/Makefile index 8b5360431c6f..eccf4c6c8a57 100644 --- a/sysutils/fusefs-hfsfuse/Makefile +++ b/sysutils/fusefs-hfsfuse/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= me@cameronkatri.com COMMENT= FUSE driver for HFS+ filesystems +WWW= https://github.com/0x09/hfsfuse LICENSE= MIT LICENSE_FILE= ${WRKSRC}/src/COPYING diff --git a/sysutils/fusefs-httpdirfs/Makefile b/sysutils/fusefs-httpdirfs/Makefile index 2d73d8ce0a02..49493200010a 100644 --- a/sysutils/fusefs-httpdirfs/Makefile +++ b/sysutils/fusefs-httpdirfs/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= 0mp@FreeBSD.org COMMENT= FUSE filesystem to mount HTTP directory listings, with a permanent cache +WWW= https://github.com/fangfufu/httpdirfs LICENSE= GPL3OPENSSL LICENSE_NAME= GPLv3 or later with execption to link with OpenSSL diff --git a/sysutils/fusefs-httpfs/Makefile b/sysutils/fusefs-httpfs/Makefile index 6acbc7f69f02..48df69d4929c 100644 --- a/sysutils/fusefs-httpfs/Makefile +++ b/sysutils/fusefs-httpfs/Makefile @@ -9,6 +9,7 @@ DISTNAME= ${PORTNAME}2-${VERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Fuse-based http filesystem +WWW= http://httpfs.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/debian/copyright diff --git a/sysutils/fusefs-ifuse/Makefile b/sysutils/fusefs-ifuse/Makefile index 33eef677f2b0..38489be55721 100644 --- a/sysutils/fusefs-ifuse/Makefile +++ b/sysutils/fusefs-ifuse/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= ports@FreeBSD.org COMMENT= FUSE-based filesystem for mounting iOS devices over USB +WWW= https://www.libimobiledevice.org LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/fusefs-jmtpfs/Makefile b/sysutils/fusefs-jmtpfs/Makefile index 8ccd4ded1889..dd0838321682 100644 --- a/sysutils/fusefs-jmtpfs/Makefile +++ b/sysutils/fusefs-jmtpfs/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= rozhuk.im@gmail.com COMMENT= MTP device filesystem +WWW= https://github.com/kiorky/jmtpfs LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/fusefs-libs/Makefile b/sysutils/fusefs-libs/Makefile index ff09b1159e98..7df70d03d24f 100644 --- a/sysutils/fusefs-libs/Makefile +++ b/sysutils/fusefs-libs/Makefile @@ -8,6 +8,7 @@ DISTNAME= fuse-${DISTVERSION} MAINTAINER= se@FreeBSD.org COMMENT= FUSE allows filesystem implementation in userspace +WWW= https://github.com/libfuse/libfuse LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LIB diff --git a/sysutils/fusefs-libs3/Makefile b/sysutils/fusefs-libs3/Makefile index 297dd01c538c..cc173c2eeee0 100644 --- a/sysutils/fusefs-libs3/Makefile +++ b/sysutils/fusefs-libs3/Makefile @@ -6,6 +6,7 @@ DISTNAME= fuse-${DISTVERSION} MAINTAINER= se@FreeBSD.org COMMENT= FUSE library version 3 for filesystems implemented in userspace +WWW= https://github.com/libfuse/libfuse LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi diff --git a/sysutils/fusefs-lkl/Makefile b/sysutils/fusefs-lkl/Makefile index 904e5f1fce5c..e4a3ced502f5 100644 --- a/sysutils/fusefs-lkl/Makefile +++ b/sysutils/fusefs-lkl/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= cem@FreeBSD.org COMMENT= Full-featured Linux BTRFS, Ext4, XFS as a FUSE module +WWW= https://github.com/lkl/linux/ LICENSE= GPLv2 diff --git a/sysutils/fusefs-mhddfs/Makefile b/sysutils/fusefs-mhddfs/Makefile index 6f5f8769d2df..a2c56f2d1e1a 100644 --- a/sysutils/fusefs-mhddfs/Makefile +++ b/sysutils/fusefs-mhddfs/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= proler@gmail.com COMMENT= Multi HDD [FUSE] File System +WWW= http://mhddfs.uvw.ru/ USES= fuse pkgconfig gmake MAKE_ARGS= WITHOUT_XATTR=1 diff --git a/sysutils/fusefs-mp3fs/Makefile b/sysutils/fusefs-mp3fs/Makefile index 83e9df4b4e76..75346c484ea1 100644 --- a/sysutils/fusefs-mp3fs/Makefile +++ b/sysutils/fusefs-mp3fs/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= stefan.rumetshofer@drei.at COMMENT= FUSE-based filesystem for transcoding FLAC to MP3 on the fly +WWW= https://github.com/khenriks/mp3fs LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/fusefs-ntfs-compression/Makefile b/sysutils/fusefs-ntfs-compression/Makefile index 8c28971b77cb..e1961c378850 100644 --- a/sysutils/fusefs-ntfs-compression/Makefile +++ b/sysutils/fusefs-ntfs-compression/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= greg@unrelenting.technology COMMENT= NTFS-3G plugin for reading XPRESS or LZX compressed files +WWW= https://github.com/ebiggers/ntfs-3g-system-compression LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile index b09057e4eb2e..2c5bdcd35934 100644 --- a/sysutils/fusefs-ntfs/Makefile +++ b/sysutils/fusefs-ntfs/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-3g_ntfsprogs-${PORTVERSION} MAINTAINER= freebsd@dussan.org COMMENT= Mount NTFS partitions (read/write) and disk images +WWW= https://github.com/tuxera/ntfs-3g LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/fusefs-pod/Makefile b/sysutils/fusefs-pod/Makefile index 63a741faa36c..be2956464731 100644 --- a/sysutils/fusefs-pod/Makefile +++ b/sysutils/fusefs-pod/Makefile @@ -8,6 +8,7 @@ DISTNAME= fusepod-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= FUSE-based filesystem for iPod +WWW= http://fusepod.sourceforge.net/ LIB_DEPENDS= libgpod.so:audio/libgpod\ libtag.so:audio/taglib diff --git a/sysutils/fusefs-rar2fs/Makefile b/sysutils/fusefs-rar2fs/Makefile index 91fe763a5296..68268024cfcd 100644 --- a/sysutils/fusefs-rar2fs/Makefile +++ b/sysutils/fusefs-rar2fs/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= n_carlsson@outlook.com COMMENT= Mount RAR archives as file system +WWW= https://hasse69.github.io/rar2fs/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/fusefs-s3backer/Makefile b/sysutils/fusefs-s3backer/Makefile index 6aa489fc1158..b94f9e3b1baa 100644 --- a/sysutils/fusefs-s3backer/Makefile +++ b/sysutils/fusefs-s3backer/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= bsdports@staktrace.com COMMENT= FUSE filesystem that uses Amazon S3 as a backing store +WWW= https://github.com/archiecobbs/s3backer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/fusefs-s3fs/Makefile b/sysutils/fusefs-s3fs/Makefile index b60f002bc612..d0e4bc9d1b24 100644 --- a/sysutils/fusefs-s3fs/Makefile +++ b/sysutils/fusefs-s3fs/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= dmgk@FreeBSD.org COMMENT= FUSE-based file system backed by Amazon S3 +WWW= https://github.com/s3fs-fuse/s3fs-fuse LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/fusefs-sandboxfs/Makefile b/sysutils/fusefs-sandboxfs/Makefile index cefe86685a33..e406980dc0f2 100644 --- a/sysutils/fusefs-sandboxfs/Makefile +++ b/sysutils/fusefs-sandboxfs/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= mikael@FreeBSD.org COMMENT= Virtual file system for sandboxing +WWW= https://github.com/bazelbuild/sandboxfs LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/fusefs-securefs/Makefile b/sysutils/fusefs-securefs/Makefile index 09b549ac3f68..b5f4937584b0 100644 --- a/sysutils/fusefs-securefs/Makefile +++ b/sysutils/fusefs-securefs/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= skozlov@FreeBSD.org COMMENT= Filesystem in userspace with transparent encryption and decryption +WWW= https://github.com/netheril96/securefs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/sysutils/fusefs-simple-mtpfs/Makefile b/sysutils/fusefs-simple-mtpfs/Makefile index cd656dd7b4d9..430f0b85905e 100644 --- a/sysutils/fusefs-simple-mtpfs/Makefile +++ b/sysutils/fusefs-simple-mtpfs/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= ports@FreeBSD.org COMMENT= Simple MTP fuse filesystem driver +WWW= https://github.com/phatina/simple-mtpfs LICENSE= GPLv2+ diff --git a/sysutils/fusefs-smbnetfs/Makefile b/sysutils/fusefs-smbnetfs/Makefile index 7bbdb8d21404..0736c1f59b38 100644 --- a/sysutils/fusefs-smbnetfs/Makefile +++ b/sysutils/fusefs-smbnetfs/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= mi@aldan.algebra.com COMMENT= Mount smb shares (Fuse filesystem) +WWW= https://sourceforge.net/projects/smbnetfs/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/fusefs-sqlfs/Makefile b/sysutils/fusefs-sqlfs/Makefile index 796d82c8e35f..164e87194d10 100644 --- a/sysutils/fusefs-sqlfs/Makefile +++ b/sysutils/fusefs-sqlfs/Makefile @@ -9,6 +9,7 @@ DISTNAME= lib${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= SQLite backed FUSE file system +WWW= https://www.nongnu.org/libsqlfs/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/fusefs-squashfuse/Makefile b/sysutils/fusefs-squashfuse/Makefile index a560fec83d0f..2d5098a7d5ad 100644 --- a/sysutils/fusefs-squashfuse/Makefile +++ b/sysutils/fusefs-squashfuse/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= jsmith@resonatingmedia.com COMMENT= Mount a squashfs archive and treat it like a local file system +WWW= https://github.com/vasi/squashfuse LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/fusefs-sshfs/Makefile b/sysutils/fusefs-sshfs/Makefile index c77efc2b32f2..dc38c094ab50 100644 --- a/sysutils/fusefs-sshfs/Makefile +++ b/sysutils/fusefs-sshfs/Makefile @@ -10,6 +10,7 @@ PATCHFILES+= a73501f2159875aef082ab0a61731a8b7673d477.patch:-p1 # https://github MAINTAINER= bofh@FreeBSD.org COMMENT= Mount remote directories over ssh +WWW= https://github.com/libfuse/sshfs LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/fusefs-unionfs/Makefile b/sysutils/fusefs-unionfs/Makefile index 6da8de955727..31e255809a46 100644 --- a/sysutils/fusefs-unionfs/Makefile +++ b/sysutils/fusefs-unionfs/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= 0mp@FreeBSD.org COMMENT= FUSE based implementation of the well-known unionfs +WWW= https://github.com/rpodgorny/unionfs-fuse LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/fusefs-unreliablefs/Makefile b/sysutils/fusefs-unreliablefs/Makefile index d49f626d7e32..a5ade2473124 100644 --- a/sysutils/fusefs-unreliablefs/Makefile +++ b/sysutils/fusefs-unreliablefs/Makefile @@ -7,6 +7,7 @@ PATCHFILES= e97d259b1cda3c1342c9cb472d31230e50b0776d.patch:-p1 MAINTAINER= 0mp@FreeBSD.org COMMENT= FUSE-based fault injection filesystem +WWW= https://github.com/ligurio/unreliablefs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/fusefs-webdavfs/Makefile b/sysutils/fusefs-webdavfs/Makefile index ad5e09d66100..5c204385c46d 100644 --- a/sysutils/fusefs-webdavfs/Makefile +++ b/sysutils/fusefs-webdavfs/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= eugen@FreeBSD.org COMMENT= FUSE filesystem for WEBDAV shares +WWW= https://github.com/miquels/webdavfs LICENSE= BSD3CLAUSE BSD4CLAUSE MIT LICENSE_COMB= multi diff --git a/sysutils/fusefs-xfuse/Makefile b/sysutils/fusefs-xfuse/Makefile index 498615ebbcf8..36b31581d360 100644 --- a/sysutils/fusefs-xfuse/Makefile +++ b/sysutils/fusefs-xfuse/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= mail@KhaledEmara.dev COMMENT= Read-only FUSE server implementing XFS +WWW= https://github.com/KhaledEmaraDev/xfuse LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/sysutils/fusefs-zip/Makefile b/sysutils/fusefs-zip/Makefile index e57a9eaa0fa0..71e60343a16e 100644 --- a/sysutils/fusefs-zip/Makefile +++ b/sysutils/fusefs-zip/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://bitbucket.org/agalanin/fuse-zip/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= FUSE filesystem to mount ZIP archives with write support +WWW= https://bitbucket.org/agalanin/fuse-zip/ LICENSE= LGPL3 diff --git a/sysutils/fvcool/Makefile b/sysutils/fvcool/Makefile index 86156a8a009e..5c9205152f21 100644 --- a/sysutils/fvcool/Makefile +++ b/sysutils/fvcool/Makefile @@ -6,6 +6,7 @@ DISTNAME= FVCool${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org COMMENT= VCool for FreeBSD - Cooling software for AMD Athlon/Duron CPUs +WWW= http://www.nt.phys.kyushu-u.ac.jp/shimizu/ LICENSE= BSD3CLAUSE # misses 2nd clause, but it's still not BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/CopyRight diff --git a/sysutils/fwup/Makefile b/sysutils/fwup/Makefile index 5fd419f53636..6da76ad4df92 100644 --- a/sysutils/fwup/Makefile +++ b/sysutils/fwup/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= dch@FreeBSD.org COMMENT= Configurable embedded Linux firmware update creator and runner +WWW= https://github.com/fhunleth/fwup LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/fx/Makefile b/sysutils/fx/Makefile index f55004e01faa..953127b265a2 100644 --- a/sysutils/fx/Makefile +++ b/sysutils/fx/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= 0xdutra@gmail.com COMMENT= Terminal JSON viewer +WWW= https://github.com/antonmedv/fx LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/g15daemon/Makefile b/sysutils/g15daemon/Makefile index cc6551a34363..ce69f0b1d9ba 100644 --- a/sysutils/g15daemon/Makefile +++ b/sysutils/g15daemon/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://gitlab.com/menelkir/${PORTNAME}/-/archive/${PORTVERSION}/ MAINTAINER= dmenelkir@gmail.com COMMENT= Daemon for Logitech G15 Keyboards +WWW= https://gitlab.com/menelkir/g15daemon LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/gaffitter/Makefile b/sysutils/gaffitter/Makefile index 203321567459..7acc1dfc6370 100644 --- a/sysutils/gaffitter/Makefile +++ b/sysutils/gaffitter/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Binary packing utility that uses a genetic algorithm +WWW= http://gaffitter.sourceforge.net/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/ganglia-monitor-core/Makefile b/sysutils/ganglia-monitor-core/Makefile index 641014f84c37..0b5d18181e61 100644 --- a/sysutils/ganglia-monitor-core/Makefile +++ b/sysutils/ganglia-monitor-core/Makefile @@ -10,6 +10,7 @@ DISTNAME= ganglia-${PORTVERSION} MAINTAINER= jwb@FreeBSD.org COMMENT= Ganglia cluster monitor, monitoring daemon +WWW= http://ganglia.info/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/ganglia-webfrontend/Makefile b/sysutils/ganglia-webfrontend/Makefile index 9c5fa325523e..d89e990f1da4 100644 --- a/sysutils/ganglia-webfrontend/Makefile +++ b/sysutils/ganglia-webfrontend/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= -webfrontend${PHP_PKGNAMESUFFIX} MAINTAINER= jwb@FreeBSD.org COMMENT= Ganglia cluster monitor, web frontend +WWW= http://ganglia.sourceforge.net/ LICENSE= BSD3CLAUSE diff --git a/sysutils/gapcmon/Makefile b/sysutils/gapcmon/Makefile index 7898a8de897a..acc566431486 100644 --- a/sysutils/gapcmon/Makefile +++ b/sysutils/gapcmon/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= jhale@FreeBSD.org COMMENT= Monitor apcupsd with GTK+2 GUI +WWW= http://gapcmon.sourceforge.net/ LICENSE= GPLv2 diff --git a/sysutils/garcon/Makefile b/sysutils/garcon/Makefile index 91096f5a7567..86e7b6c1b450 100644 --- a/sysutils/garcon/Makefile +++ b/sysutils/garcon/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Freedesktop compliant menu library +WWW= https://www.xfce.org/ # garcon's source code is licensed under GPLv2, while its # documentation is under GFDL 1.1. diff --git a/sysutils/gather/Makefile b/sysutils/gather/Makefile index c2f4b4efe9ae..c7914ccfca69 100644 --- a/sysutils/gather/Makefile +++ b/sysutils/gather/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= trociny@FreeBSD.org COMMENT= Utility to store and display system statistics +WWW= https://github.com/trociny/gather LICENSE= BSD2CLAUSE diff --git a/sysutils/gcp-ops-agent/Makefile b/sysutils/gcp-ops-agent/Makefile index fc4eea723b9c..a4ca8b006da2 100644 --- a/sysutils/gcp-ops-agent/Makefile +++ b/sysutils/gcp-ops-agent/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= gcp- MAINTAINER= jrm@FreeBSD.org COMMENT= Gather logs and metrics from Google Compute Engine instances +WWW= https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/gdisk/Makefile b/sysutils/gdisk/Makefile index 6c9947e3f05f..6f000f5c7eac 100644 --- a/sysutils/gdisk/Makefile +++ b/sysutils/gdisk/Makefile @@ -6,6 +6,7 @@ DISTNAME= gptfdisk-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= GPT fdisk +WWW= https://www.rodsbooks.com/fixparts/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/gdmap/Makefile b/sysutils/gdmap/Makefile index 7592991690da..db74831e20a0 100644 --- a/sysutils/gdmap/Makefile +++ b/sysutils/gdmap/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Graphical disk map Utility +WWW= http://gdmap.sourceforge.net/ LICENSE= GPLv2 diff --git a/sysutils/gdu/Makefile b/sysutils/gdu/Makefile index a9682f495610..b81cb89d3c40 100644 --- a/sysutils/gdu/Makefile +++ b/sysutils/gdu/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org COMMENT= Disk usage analyzer with console interface written in Go +WWW= https://github.com/dundee/gdu LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/sysutils/getdelta/Makefile b/sysutils/getdelta/Makefile index 66e89336025e..9346c57318b5 100644 --- a/sysutils/getdelta/Makefile +++ b/sysutils/getdelta/Makefile @@ -9,6 +9,7 @@ MASTER_SITES= GENTOO \ MAINTAINER= astatutov@gmail.com COMMENT= Script for reducing bandwidth load while upgrading ports disfiles +WWW= http://linux01.gwdg.de/~nlissne/ LICENSE= GPLv2 diff --git a/sysutils/geteltorito/Makefile b/sysutils/geteltorito/Makefile index a0508f8454ae..994ede60a57b 100644 --- a/sysutils/geteltorito/Makefile +++ b/sysutils/geteltorito/Makefile @@ -8,6 +8,7 @@ EXTRACT_ONLY= MAINTAINER= valerio.daelli@gmail.com COMMENT= El Torito image extractor +WWW= https://www.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/ NO_BUILD= yes NO_ARCH= yes diff --git a/sysutils/getssl/Makefile b/sysutils/getssl/Makefile index 20bcc499425b..cc1735d00b77 100644 --- a/sysutils/getssl/Makefile +++ b/sysutils/getssl/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= rainbow@sanitylinux.org COMMENT= Local LetsEncrypt client for managing certificates on remote servers +WWW= https://github.com/srvrco/getssl LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/gigolo/Makefile b/sysutils/gigolo/Makefile index f597c5cc09a3..23a69d446d71 100644 --- a/sysutils/gigolo/Makefile +++ b/sysutils/gigolo/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= XFCE/apps MAINTAINER= xfce@FreeBSD.org COMMENT= Frontend to easily manage filesystem connections +WWW= https://docs.xfce.org/apps/gigolo/start LICENSE= GPLv2 diff --git a/sysutils/gitwatch/Makefile b/sysutils/gitwatch/Makefile index f5436ccec5c8..91333426f93c 100644 --- a/sysutils/gitwatch/Makefile +++ b/sysutils/gitwatch/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org COMMENT= Bash script to watch a file or folder and commit changes to a git repo +WWW= https://github.com/gitwatch/gitwatch LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/gkfreq/Makefile b/sysutils/gkfreq/Makefile index f74df6bd08b5..78f5b6fd3ed7 100644 --- a/sysutils/gkfreq/Makefile +++ b/sysutils/gkfreq/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= ume@FreeBSD.org COMMENT= Plugin to GKrellM that displays the current CPU frequencies +WWW= https://sourceforge.net/projects/gkrellm-gkfreq/ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gkrellm.pc:sysutils/gkrellm2 RUN_DEPENDS= gkrellm:sysutils/gkrellm2 diff --git a/sysutils/gkleds2/Makefile b/sysutils/gkleds2/Makefile index 6ded1380584f..dd7e8238c91a 100644 --- a/sysutils/gkleds2/Makefile +++ b/sysutils/gkleds2/Makefile @@ -7,6 +7,7 @@ DISTNAME= gkleds-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GKrellM Leds for CapsLock, NumLock, and ScrollLock +WWW= http://heim.ifi.uio.no/~oyvinha/gkleds/ LICENSE= GPLv2 # only LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/gkrellflynn/Makefile b/sysutils/gkrellflynn/Makefile index 9b862b7244a2..ab1ee9d8ecec 100644 --- a/sysutils/gkrellflynn/Makefile +++ b/sysutils/gkrellflynn/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Tiny system load meter for gkrellm +WWW= http://horus.comlab.uni-rostock.de/flynn/ BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2 RUN_DEPENDS= gkrellm:sysutils/gkrellm2 diff --git a/sysutils/gkrellm-trayicons/Makefile b/sysutils/gkrellm-trayicons/Makefile index 80763e7477c1..e84c615df432 100644 --- a/sysutils/gkrellm-trayicons/Makefile +++ b/sysutils/gkrellm-trayicons/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GKrellM2 plugin to display definable icons as notifiers or launchers +WWW= http://sweb.cz/tripie/gkrellm/trayicons/ BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2 RUN_DEPENDS= gkrellm:sysutils/gkrellm2 diff --git a/sysutils/gkrellm2/Makefile b/sysutils/gkrellm2/Makefile index fe1e788a0b5b..a25663276640 100644 --- a/sysutils/gkrellm2/Makefile +++ b/sysutils/gkrellm2/Makefile @@ -8,6 +8,7 @@ PKGNAMESUFFIX= 2 MAINTAINER= ume@FreeBSD.org COMMENT= GTK based system monitor +WWW= http://gkrellm.net LICENSE= GPLv3 diff --git a/sysutils/gkrelltop/Makefile b/sysutils/gkrelltop/Makefile index 84773b92feee..10e9e5501ff7 100644 --- a/sysutils/gkrelltop/Makefile +++ b/sysutils/gkrelltop/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= Plugin for gkrellm 2.x shows top three processes, requires procfs +WWW= https://sourceforge.net/projects/gkrelltop/ LICENSE= GPLv2 diff --git a/sysutils/glogg/Makefile b/sysutils/glogg/Makefile index a8e7c52f2345..bb9c8e11c665 100644 --- a/sysutils/glogg/Makefile +++ b/sysutils/glogg/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://glogg.bonnefon.org/files/ MAINTAINER= yuri@FreeBSD.org COMMENT= GUI application to browse and search through long or complex log files +WWW= https://glogg.bonnefon.org LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/glow/Makefile b/sysutils/glow/Makefile index 7705e24e3737..305957759fe4 100644 --- a/sysutils/glow/Makefile +++ b/sysutils/glow/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org COMMENT= Render markdown on the CLI, with pizzazz! +WWW= https://github.com/charmbracelet/glow LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index 5bbe580f1a69..705b7dd297f1 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Control center for the GNOME desktop +WWW= https://www.gnome.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/gnome-power-manager/Makefile b/sysutils/gnome-power-manager/Makefile index ceb4ab18beed..eb5010899474 100644 --- a/sysutils/gnome-power-manager/Makefile +++ b/sysutils/gnome-power-manager/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Power management system for the GNOME Desktop +WWW= https://projects.gnome.org/gnome-power-manager/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/gnome-settings-daemon/Makefile b/sysutils/gnome-settings-daemon/Makefile index ff10074f7e33..dd7fcec889b9 100644 --- a/sysutils/gnome-settings-daemon/Makefile +++ b/sysutils/gnome-settings-daemon/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME settings daemon +WWW= https://www.gnome.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/gnome_subr/Makefile b/sysutils/gnome_subr/Makefile index 148c0aff4772..d66cdcf185e4 100644 --- a/sysutils/gnome_subr/Makefile +++ b/sysutils/gnome_subr/Makefile @@ -5,6 +5,7 @@ DISTFILES= # none MAINTAINER= desktop@FreeBSD.org COMMENT= Common startup and shutdown subroutines used by GNOME scripts +WWW= https://www.FreeBSD.org/gnome/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${PORTSDIR}/COPYRIGHT diff --git a/sysutils/go-wtf/Makefile b/sysutils/go-wtf/Makefile index 659c27d25532..7d5d3adb122a 100644 --- a/sysutils/go-wtf/Makefile +++ b/sysutils/go-wtf/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= go- MAINTAINER= hsw@bitmark.com COMMENT= Personal information dashboard for your terminal +WWW= https://wtfutil.com LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/sysutils/goaccess/Makefile b/sysutils/goaccess/Makefile index c3b5e8ea2068..d48f79802b67 100644 --- a/sysutils/goaccess/Makefile +++ b/sysutils/goaccess/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://tar.goaccess.io/ MAINTAINER= sbz@FreeBSD.org COMMENT= Real-time Apache web log analyzer +WWW= https://goaccess.io LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/goawk/Makefile b/sysutils/goawk/Makefile index ecfb378542aa..42e01148c35a 100644 --- a/sysutils/goawk/Makefile +++ b/sysutils/goawk/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= AWK interpreter written in Go +WWW= https://github.com/benhoyt/goawk LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/gobi_loader/Makefile b/sysutils/gobi_loader/Makefile index fd45f13b9b94..28e28f591bd4 100644 --- a/sysutils/gobi_loader/Makefile +++ b/sysutils/gobi_loader/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils net MAINTAINER= zarychtam@plan-b.pwste.edu.pl COMMENT= Firmware Loader for Qualcomm Gobi USB Chipsets +WWW= https://github.com/kicer/gobi_loader LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/gomi/Makefile b/sysutils/gomi/Makefile index b23118869275..812cdd50c73a 100644 --- a/sysutils/gomi/Makefile +++ b/sysutils/gomi/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Unix rm(1) command that can restore deleted files +WWW= https://github.com/b4b4r07/gomi LICENSE= MIT diff --git a/sysutils/gomplate/Makefile b/sysutils/gomplate/Makefile index 9d7957d857f4..92f6c678c6bc 100644 --- a/sysutils/gomplate/Makefile +++ b/sysutils/gomplate/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org COMMENT= Command-line tool for rendering templates before executing binaries +WWW= https://github.com/hairyhenderson/gomplate LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/google-compute-engine-oslogin/Makefile b/sysutils/google-compute-engine-oslogin/Makefile index f7e9bb19f586..1130d832a37f 100644 --- a/sysutils/google-compute-engine-oslogin/Makefile +++ b/sysutils/google-compute-engine-oslogin/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= OS Login Guest Environment for Google Compute Engine +WWW= https://github.com/GoogleCloudPlatform/guest-oslogin LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/packaging/debian/copyright diff --git a/sysutils/gotop/Makefile b/sysutils/gotop/Makefile index fbe0d2886d4b..fb37e6c98512 100644 --- a/sysutils/gotop/Makefile +++ b/sysutils/gotop/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Terminal based graphical activity monitor inspired by gtop and vtop +WWW= https://github.com/xxxserxxx/gotop LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/govmomi/Makefile b/sysutils/govmomi/Makefile index 6e7172d04f97..faf4845ff998 100644 --- a/sysutils/govmomi/Makefile +++ b/sysutils/govmomi/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= alex@i.org.ua COMMENT= vSphere CLI and vSphere API mock framework +WWW= https://github.com/vmware/govmomi/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/gpart/Makefile b/sysutils/gpart/Makefile index 282bc6981c0d..d61ff0dbdabc 100644 --- a/sysutils/gpart/Makefile +++ b/sysutils/gpart/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= SUNSITE/system/filesystems \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Tries to recover lost partition tables and file systems +WWW= https://github.com/baruch/gpart/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/graffer/Makefile b/sysutils/graffer/Makefile index 96027dcd037d..a21a76bddb4b 100644 --- a/sysutils/graffer/Makefile +++ b/sysutils/graffer/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://chaosophia.net/downloads/graffer/ \ MAINTAINER= koue@chaosophia.net COMMENT= Utility to render graphical statistics +WWW= http://chaosophia.net/graffer/ LIB_DEPENDS= libpng.so:graphics/png \ libfreetype.so:print/freetype2 diff --git a/sysutils/graveman/Makefile b/sysutils/graveman/Makefile index a0d4004b677e..f089e7c9c087 100644 --- a/sysutils/graveman/Makefile +++ b/sysutils/graveman/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://graveman.tuxfamily.org/sources/ MAINTAINER= ports@FreeBSD.org COMMENT= Another GTK2 frontend for cdrecord, mkisofs, readcd, and sox +WWW= https://www.nongnu.org/graveman/ LIB_DEPENDS= libmng.so:graphics/libmng BUILD_DEPENDS= cdrecord:sysutils/cdrtools diff --git a/sysutils/graylog/Makefile b/sysutils/graylog/Makefile index 974664186162..41cb6f26281e 100644 --- a/sysutils/graylog/Makefile +++ b/sysutils/graylog/Makefile @@ -7,6 +7,7 @@ DISTFILES= graylog/${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= dch@FreeBSD.org COMMENT= Tool for centralized log collection +WWW= https://www.graylog.org/ LICENSE= APACHE20 SSPLv1 LICENSE_COMB= multi diff --git a/sysutils/grub2-bhyve/Makefile b/sysutils/grub2-bhyve/Makefile index 646ad87ee10a..d06ff2541bdd 100644 --- a/sysutils/grub2-bhyve/Makefile +++ b/sysutils/grub2-bhyve/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Grub-emu loader for bhyve +WWW= https://github.com/grehan-freebsd/grub2-bhyve LICENSE= GPLv3 diff --git a/sysutils/grub2-efi/Makefile b/sysutils/grub2-efi/Makefile index ab563f30c244..04546d26cb14 100644 --- a/sysutils/grub2-efi/Makefile +++ b/sysutils/grub2-efi/Makefile @@ -7,6 +7,7 @@ DISTNAME= grub-${PORTVERSION}_7 MAINTAINER= kevlo@FreeBSD.org COMMENT= Multiboot EFI boot loader +WWW= https://www.gnu.org/software/grub/ LICENSE= GPLv3 diff --git a/sysutils/grub2-pcbsd/Makefile b/sysutils/grub2-pcbsd/Makefile index a3c3bb3cb701..5fe107bc121b 100644 --- a/sysutils/grub2-pcbsd/Makefile +++ b/sysutils/grub2-pcbsd/Makefile @@ -7,6 +7,7 @@ DISTNAME= grub-2.02_8 MAINTAINER= kevlo@FreeBSD.org COMMENT= Multiboot boot loader +WWW= https://www.gnu.org/software/grub/ LICENSE= GPLv3 diff --git a/sysutils/gsh/Makefile b/sysutils/gsh/Makefile index ad9b501d3e61..b07c3db50d37 100644 --- a/sysutils/gsh/Makefile +++ b/sysutils/gsh/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= jsmith@resonatingmedia.com COMMENT= Program to run commands on multiple remote hosts +WWW= https://github.com/kees/gsh/ LICENSE= GPLv2 diff --git a/sysutils/gsmartcontrol/Makefile b/sysutils/gsmartcontrol/Makefile index fd8583ce6e86..435c8c6a67c6 100644 --- a/sysutils/gsmartcontrol/Makefile +++ b/sysutils/gsmartcontrol/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Graphical user interface for smartmontools +WWW= https://gsmartcontrol.sourceforge.io LICENSE= BSD3CLAUSE BSL GPLv2 GPLv3 PD ZLIB LICENSE_COMB= multi diff --git a/sysutils/gstat-rs/Makefile b/sysutils/gstat-rs/Makefile index 429339765795..40f305e2037f 100644 --- a/sysutils/gstat-rs/Makefile +++ b/sysutils/gstat-rs/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= asomers@FreeBSD.org COMMENT= Replacement for gstat(8) +WWW= https://github.com/asomers/gstat-rs LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/gtk-imonc/Makefile b/sysutils/gtk-imonc/Makefile index a59498a06417..fa3031cf2017 100644 --- a/sysutils/gtk-imonc/Makefile +++ b/sysutils/gtk-imonc/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://stefan-strigler.de/download/ MAINTAINER= ports@FreeBSD.org COMMENT= GTK2-based imond-client to control an on(e) disc fli4l router +WWW= http://stefan-strigler.de/gtkimonc/ LICENSE= GPLv2+ diff --git a/sysutils/handlr/Makefile b/sysutils/handlr/Makefile index 983d4834c9c9..dcb2c6d9a844 100644 --- a/sysutils/handlr/Makefile +++ b/sysutils/handlr/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= sec.research.2005@gmail.com COMMENT= Manage mimeapps.list and default applications with ease +WWW= https://github.com/Anomalocaridid/handlr LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/hardlink/Makefile b/sysutils/hardlink/Makefile index 3627fedb9cf0..7ca617e58556 100644 --- a/sysutils/hardlink/Makefile +++ b/sysutils/hardlink/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= douglas@douglasthrift.net COMMENT= Replace file copies using hardlinks +WWW= https://jak-linux.org/projects/hardlink/ LICENSE= MIT diff --git a/sysutils/hare/Makefile b/sysutils/hare/Makefile index e2f6c02a6178..98105e74e0e0 100644 --- a/sysutils/hare/Makefile +++ b/sysutils/hare/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= dvl@FreeBSD.org COMMENT= Small C client for sending ssh login notications to a hared server +WWW= https://github.com/jpmens/hared-hare LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/hared/Makefile b/sysutils/hared/Makefile index e2b4bd512653..cae793ea867b 100644 --- a/sysutils/hared/Makefile +++ b/sysutils/hared/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= 0mp@FreeBSD.org COMMENT= Small Go server for inserting notifications into MQTT +WWW= https://github.com/jpmens/hared-hare LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/hatop/Makefile b/sysutils/hatop/Makefile index 4b6e621c2fcd..48e0a36f3a98 100644 --- a/sysutils/hatop/Makefile +++ b/sysutils/hatop/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils net MAINTAINER= mikeg@bsd-box.net COMMENT= Interactive real-time monitoring tool for the HAProxy unix socket +WWW= https://github.com/jhunt/hatop LICENSE= GPLv3+ diff --git a/sysutils/hcloud/Makefile b/sysutils/hcloud/Makefile index ef8cfbab83cc..d3f8512d6c97 100644 --- a/sysutils/hcloud/Makefile +++ b/sysutils/hcloud/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= uzsolt@uzsolt.hu COMMENT= Official Hetzner Cloud command-line interface +WWW= https://github.com/hetznercloud/cli LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/hdrecover/Makefile b/sysutils/hdrecover/Makefile index 7671a25c8f23..4f16853f0222 100644 --- a/sysutils/hdrecover/Makefile +++ b/sysutils/hdrecover/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= cy@FreeBSD.org COMMENT= Attempts to recover a hard disk that has bad blocks on it +WWW= http://hdrecover.sourceforge.net/ GNU_CONFIGURE= yes LICENSE= GPLv2 diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index d598464000c7..86b488059552 100644 --- a/sysutils/healthd/Makefile +++ b/sysutils/healthd/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://healthd.thehousleys.net/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Daemon to monitor vital motherboard parameters +WWW= http://healthd.thehousleys.net/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT diff --git a/sysutils/heirloom/Makefile b/sysutils/heirloom/Makefile index 4de3a63f7fad..ecb07a2d6a06 100644 --- a/sysutils/heirloom/Makefile +++ b/sysutils/heirloom/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= cy@FreeBSD.org COMMENT= Collection of standard Unix utilities +WWW= http://heirloom.sourceforge.net/ BUILD_DEPENDS= ksh:shells/pdksh RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/sysutils/helm/Makefile b/sysutils/helm/Makefile index f22b8a6a2e5a..e93e139f8ae8 100644 --- a/sysutils/helm/Makefile +++ b/sysutils/helm/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org COMMENT= Kubernetes Package Manager +WWW= https://helm.sh LICENSE= APACHE20 @@ -170,7 +171,6 @@ GH_TUPLE= \ yvasiyarov:newrelic_platform_go:b21fdbd4370f:yvasiyarov_newrelic_platform_go/vendor/github.com/yvasiyarov/newrelic_platform_go \ ziutek:mymysql:v1.5.4:ziutek_mymysql/vendor/github.com/ziutek/mymysql - GO_PKGNAME= k8s.io/helm GO_BUILDFLAGS= -ldflags="-X helm.sh/helm/v3/internal/version.version=v${PORTVERSION} \ -X helm.sh/helm/v3/internal/version.gitCommit=663a896f4a815053445eec4153677ddc24a0a361" diff --git a/sysutils/helmfile/Makefile b/sysutils/helmfile/Makefile index cc3ad55b9aac..b69b6ba2f36a 100644 --- a/sysutils/helmfile/Makefile +++ b/sysutils/helmfile/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= timp87@gmail.com COMMENT= Helmfile is a declarative spec for deploying helm charts +WWW= https://github.com/roboll/helmfile LICENSE= MIT diff --git a/sysutils/herbe/Makefile b/sysutils/herbe/Makefile index 6894dcebcce0..92ee5f327e5e 100644 --- a/sysutils/herbe/Makefile +++ b/sysutils/herbe/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= 0mp@FreeBSD.org COMMENT= Daemon-less notifications without D-Bus +WWW= https://github.com/dudik/herbe LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/hexpeek/Makefile b/sysutils/hexpeek/Makefile index ec9a0e716a42..9fd932636d55 100644 --- a/sysutils/hexpeek/Makefile +++ b/sysutils/hexpeek/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://www.hexpeek.com/releases/${DISTNAME}/ MAINTAINER= se@freebsd.org COMMENT= Hex file editor +WWW= https://www.hexpeek.com/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/hextools/Makefile b/sysutils/hextools/Makefile index e1703738473c..6fb45915423b 100644 --- a/sysutils/hextools/Makefile +++ b/sysutils/hextools/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://avl.enemy.org/utils/hextools/ MAINTAINER= ports@FreeBSD.org COMMENT= Useful tools for dealing with hex files +WWW= http://gnuwin32.sourceforge.net/packages/hextools.htm LICENSE= HEXTOOLS LICENSE_NAME= License of hextools diff --git a/sysutils/hexyl/Makefile b/sysutils/hexyl/Makefile index ad12fe6c7aa6..702d110d5ef8 100644 --- a/sysutils/hexyl/Makefile +++ b/sysutils/hexyl/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= mikael@FreeBSD.org COMMENT= Command-line hex viewer +WWW= https://github.com/sharkdp/hexyl LICENSE= APACHE20 MIT LICENSE_COMB= dual diff --git a/sysutils/hfsexplorer/Makefile b/sysutils/hfsexplorer/Makefile index 3b4335ea7d9d..edb385b2b60a 100644 --- a/sysutils/hfsexplorer/Makefile +++ b/sysutils/hfsexplorer/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils java MAINTAINER= ports@FreeBSD.org COMMENT= HFSExplorer read Mac-formatted harddisks and disk images +WWW= https://www.catacombae.org/hfsexplorer/ LICENSE= GPLv3 diff --git a/sysutils/hfsutils/Makefile b/sysutils/hfsutils/Makefile index 7dfd601bb16f..0a60de4ae326 100644 --- a/sysutils/hfsutils/Makefile +++ b/sysutils/hfsutils/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= ftp://ftp.mars.org/pub/hfs/ MAINTAINER= ports@FreeBSD.org COMMENT= Utilities for accessing Apple's HFS volumes +WWW= https://www.mars.org/home/rob/proj/hfs/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/hid-tools/Makefile b/sysutils/hid-tools/Makefile index 20d461c018f4..d1668fa60d18 100644 --- a/sysutils/hid-tools/Makefile +++ b/sysutils/hid-tools/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://gitlab.freedesktop.org/libevdev/${PORTNAME}/-/archive/${DI MAINTAINER= wulf@FreeBSD.org COMMENT= Python scripts to manipulate HID data +WWW= https://gitlab.freedesktop.org/libevdev/hid-tools LICENSE= GPLv2 diff --git a/sysutils/highlnk/Makefile b/sysutils/highlnk/Makefile index 32ce245ffd48..0940df6bfb44 100644 --- a/sysutils/highlnk/Makefile +++ b/sysutils/highlnk/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://perli.net/projekte/highlnk/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Tool to save disk space on hard disks by using hardlinks +WWW= https://perli.net/projekte/highlnk/ LICENSE= GPLv2 diff --git a/sysutils/hilite/Makefile b/sysutils/hilite/Makefile index 0ed1caa1baa5..b58d8ac187d3 100644 --- a/sysutils/hilite/Makefile +++ b/sysutils/hilite/Makefile @@ -7,6 +7,7 @@ EXTRACT_SUFX= .c MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line utility to highlight anything printed to stderr +WWW= https://sourceforge.net/projects/hilite/ PLIST_FILES= bin/hilite diff --git a/sysutils/host-setup/Makefile b/sysutils/host-setup/Makefile index f10e1cfcdc66..bbe079105cf1 100644 --- a/sysutils/host-setup/Makefile +++ b/sysutils/host-setup/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://druidbsd.sourceforge.net/download/ MAINTAINER= ports@FreeBSD.org COMMENT= System configuration setup/management utility +WWW= http://druidbsd.sourceforge.net/ NO_ARCH= yes NO_BUILD= yes diff --git a/sysutils/hostctl/Makefile b/sysutils/hostctl/Makefile index e49b792f4a5c..ec711e9e5b9e 100644 --- a/sysutils/hostctl/Makefile +++ b/sysutils/hostctl/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org COMMENT= Command-line tool to manage your hosts file +WWW= https://guumaster.github.io/hostctl/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/hourglass/Makefile b/sysutils/hourglass/Makefile index b594fc38c9fd..cd6aa1d2e47a 100644 --- a/sysutils/hourglass/Makefile +++ b/sysutils/hourglass/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.cs.utah.edu/~regehr/hourglass/ MAINTAINER= ports@FreeBSD.org COMMENT= Real-time application to learn how CPU scheduling works +WWW= https://www.cs.utah.edu/~regehr/hourglass/ RUN_DEPENDS= jgraph:graphics/jgraph diff --git a/sysutils/hptcli/Makefile b/sysutils/hptcli/Makefile index 057b672cfaff..60bef7bd1c3b 100644 --- a/sysutils/hptcli/Makefile +++ b/sysutils/hptcli/Makefile @@ -7,6 +7,7 @@ DISTNAME= CLI-FreeBSD-3.6-1-120913 MAINTAINER= bofh@FreeBSD.org COMMENT= HighPoint storage controllers management CLI +WWW= http://www.highpoint-tech.com/USA_new/cs-service_support.htm # Converted from RESTRICTED LICENSE= hptcli diff --git a/sysutils/hs-cputype/Makefile b/sysutils/hs-cputype/Makefile index 748a8d106d09..267a87712700 100644 --- a/sysutils/hs-cputype/Makefile +++ b/sysutils/hs-cputype/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils haskell MAINTAINER= arrowd@FreeBSD.org COMMENT= Find out your CPUTYPE +WWW= https://foss.heptapod.net/bsdutils/cputype LICENSE= BSD3CLAUSE diff --git a/sysutils/hstr/Makefile b/sysutils/hstr/Makefile index efbdf9afffee..18a1dbe5db97 100644 --- a/sysutils/hstr/Makefile +++ b/sysutils/hstr/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= monsieurp@gentoo.org COMMENT= Bash and Zsh shell history suggest box +WWW= https://github.com/dvorka/hstr LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile index ca3f99de4a17..8f179f139f4e 100644 --- a/sysutils/htop/Makefile +++ b/sysutils/htop/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= gaod@hychen.org COMMENT= Better top(1) - interactive process viewer +WWW= https://htop.dev/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/hw-probe/Makefile b/sysutils/hw-probe/Makefile index 40a13afcdc5c..2f6a10bc39d0 100644 --- a/sysutils/hw-probe/Makefile +++ b/sysutils/hw-probe/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils perl5 MAINTAINER= danfe@FreeBSD.org COMMENT= Probe for hardware, check operability, and find drivers +WWW= https://bsd-hardware.info/ LICENSE= LGPL21+ BSD4CLAUSE LICENSE_COMB= dual diff --git a/sysutils/hwstat/Makefile b/sysutils/hwstat/Makefile index 30075778dbae..a7c415f14ae1 100644 --- a/sysutils/hwstat/Makefile +++ b/sysutils/hwstat/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://BSDforge.com/projects/source/sysutils/hwstat/ MAINTAINER= portmaster@BSDforge.com COMMENT= Command line tool to display CPU temp and battery infos +WWW= https://BSDforge.com/projects/sysutils/hwstat/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/i2c-tools/Makefile b/sysutils/i2c-tools/Makefile index 712bb1704b40..0deca7d3052f 100644 --- a/sysutils/i2c-tools/Makefile +++ b/sysutils/i2c-tools/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://mirrors.edge.kernel.org/pub/software/utils/i2c-tools/ MAINTAINER= avg@FreeBSD.org COMMENT= Heterogeneous set of I2C tools +WWW= https://i2c.wiki.kernel.org/index.php/I2C_Tools LICENSE= GPLv2 diff --git a/sysutils/i7z/Makefile b/sysutils/i7z/Makefile index afa2570864e1..8243045574a6 100644 --- a/sysutils/i7z/Makefile +++ b/sysutils/i7z/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= dim@FreeBSD.org COMMENT= Thermal and C-state reporting utility for Intel Core CPUs +WWW= https://github.com/DimitryAndric/i7z LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/iat/Makefile b/sysutils/iat/Makefile index b65ef530842f..0bbbaf610dc9 100644 --- a/sysutils/iat/Makefile +++ b/sysutils/iat/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= BERLIOS MAINTAINER= amdmi3@FreeBSD.org COMMENT= Converter of many types of CD-ROM image file formats into ISO-9660 +WWW= http://iat.berlios.de/ LICENSE= GPLv2 GPLv3 # code says GPLv2, COPYING says GPLv3 LICENSE_COMB= multi diff --git a/sysutils/iichid/Makefile b/sysutils/iichid/Makefile index c346a876089f..3686903e262f 100644 --- a/sysutils/iichid/Makefile +++ b/sysutils/iichid/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= wulf@FreeBSD.org COMMENT= Generic FreeBSD HID layer for I2C and USB devices +WWW= https://github.com/wulf7/iichid LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/immortal/Makefile b/sysutils/immortal/Makefile index 72a07dd6ef41..1c9954cf6c7c 100644 --- a/sysutils/immortal/Makefile +++ b/sysutils/immortal/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= nbari@tequila.io COMMENT= Unix cross-platform (OS agnostic) supervisor +WWW= https://immortal.run LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/incron/Makefile b/sysutils/incron/Makefile index d8e335aea5cd..3e804faea4e8 100644 --- a/sysutils/incron/Makefile +++ b/sysutils/incron/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= joh.hendriks@gmail.com COMMENT= Handle filesystem-events the way cron handles time ones +WWW= https://inotify.aiken.cz/?section=incron&page=about LICENSE= GPLv2 LGPL21 MIT LICENSE_COMB= dual diff --git a/sysutils/inotify-tools/Makefile b/sysutils/inotify-tools/Makefile index f3c1fd170678..331457edcf03 100644 --- a/sysutils/inotify-tools/Makefile +++ b/sysutils/inotify-tools/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Command-line utilities to watch for file events +WWW= https://github.com/inotify-tools/inotify-tools/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/installwatch/Makefile b/sysutils/installwatch/Makefile index db5d9830c516..7eb29a90dc3d 100644 --- a/sysutils/installwatch/Makefile +++ b/sysutils/installwatch/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://asic-linux.com.mx/~izto/checkinstall/files/source/ MAINTAINER= ports@FreeBSD.org COMMENT= File creation/modification logger +WWW= http://asic-linux.com.mx/~izto/checkinstall/installwatch.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/intel-nvmupdate/Makefile b/sysutils/intel-nvmupdate/Makefile index d2a5364d7917..d4eb0d13953c 100644 --- a/sysutils/intel-nvmupdate/Makefile +++ b/sysutils/intel-nvmupdate/Makefile @@ -9,6 +9,7 @@ DISTNAME= 700Series_NVMUpdatePackage_v${DISTVERSION}_FreeBSD MAINTAINER= freebsd@intel.com COMMENT= NVM Update Utility for Intel(R) Ethernet Adapters +WWW= https://downloadcenter.intel.com LICENSE= IFL IPL LICENSE_COMB= multi diff --git a/sysutils/intel-pcm/Makefile b/sysutils/intel-pcm/Makefile index 255157bad53f..d38883a300ff 100644 --- a/sysutils/intel-pcm/Makefile +++ b/sysutils/intel-pcm/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= imp@FreeBSD.org COMMENT= Process Count Monitor (PCM) for Intel processors +WWW= https://github.com/opcm/pcm LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/intel-undervolt/Makefile b/sysutils/intel-undervolt/Makefile index ca45fecc35a6..9acf4ab2908f 100644 --- a/sysutils/intel-undervolt/Makefile +++ b/sysutils/intel-undervolt/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= greg@unrelenting.technology COMMENT= Intel CPU undervolting tool +WWW= https://github.com/kitsunyan/intel-undervolt LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/inxi/Makefile b/sysutils/inxi/Makefile index ec800993c32b..0593fd450a8f 100644 --- a/sysutils/inxi/Makefile +++ b/sysutils/inxi/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org COMMENT= Full featured CLI system information tool +WWW= https://github.com/smxi/inxi LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/ioc/Makefile b/sysutils/ioc/Makefile index eac939469044..36611cd556fd 100644 --- a/sysutils/ioc/Makefile +++ b/sysutils/ioc/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= stefan@gronke.net COMMENT= Jail management CLI using libioc +WWW= https://github.com/bsdci/ioc LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/iocage-devel/Makefile b/sysutils/iocage-devel/Makefile index a588aff51a40..046e840ed467 100644 --- a/sysutils/iocage-devel/Makefile +++ b/sysutils/iocage-devel/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nc@FreeBSD.org COMMENT= FreeBSD jail manager written in Python3 +WWW= https://github.com/iocage/iocage LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/iocage/Makefile b/sysutils/iocage/Makefile index 6635d3137bc2..a5465621d15b 100644 --- a/sysutils/iocage/Makefile +++ b/sysutils/iocage/Makefile @@ -11,6 +11,7 @@ PATCHFILES= 2883770ae46731a2a94cd41e6d01d32cec6f1f21.patch:-p1 \ MAINTAINER= grembo@FreeBSD.org COMMENT= FreeBSD jail manager written in Python3 +WWW= https://github.com/iocage/iocage LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/iocell/Makefile b/sysutils/iocell/Makefile index e717237b30c8..b2c5bcb70711 100644 --- a/sysutils/iocell/Makefile +++ b/sysutils/iocell/Makefile @@ -9,6 +9,7 @@ PATCHFILES+= 37.patch:-p1 # https://github.com/bartekrutkowski/iocell/pull/37 MAINTAINER= robak@FreeBSD.org COMMENT= Feature rich Jail containers manager (iocage fork) +WWW= https://github.com/bartekrutkowski/iocell LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/iograph/Makefile b/sysutils/iograph/Makefile index 5cd886eca8f3..ae19515e65d5 100644 --- a/sysutils/iograph/Makefile +++ b/sysutils/iograph/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/iograph MAINTAINER= bsdfan@nurfuerspam.de COMMENT= Creates HTML statistics of network transfer +WWW= http://mdolze.gmxhome.de/iograph.shtml LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/iohyve/Makefile b/sysutils/iohyve/Makefile index d99d9e55aeaa..d2e0663fa2a1 100644 --- a/sysutils/iohyve/Makefile +++ b/sysutils/iohyve/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= bhyve manager utilizing ZFS and other FreeBSD tools +WWW= https://github.com/pr1ntf/iohyve LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/ioping/Makefile b/sysutils/ioping/Makefile index 3267ae78e110..8b2f02e8f97a 100644 --- a/sysutils/ioping/Makefile +++ b/sysutils/ioping/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple disk I/0 latency measuring tool +WWW= https://github.com/koct9i/ioping LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/ipa/Makefile b/sysutils/ipa/Makefile index 7cc692e985e7..7313931eda27 100644 --- a/sysutils/ipa/Makefile +++ b/sysutils/ipa/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/ipa-system MAINTAINER= ports@FreeBSD.org COMMENT= Pluggable accounting system +WWW= http://ipa-system.sourceforge.net/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/ipdbtools/Makefile b/sysutils/ipdbtools/Makefile index 3cff155f3a4c..3e0a90f947a8 100644 --- a/sysutils/ipdbtools/Makefile +++ b/sysutils/ipdbtools/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= cyclaero@gmail.com COMMENT= Tools for IP based Geo-blocking and Geo-routing +WWW= https://cyclaero.github.io/ipdb/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/ipfs-go-fs-repo-migrations/Makefile b/sysutils/ipfs-go-fs-repo-migrations/Makefile index 184a55b3c1bf..fb5cef3f8826 100644 --- a/sysutils/ipfs-go-fs-repo-migrations/Makefile +++ b/sysutils/ipfs-go-fs-repo-migrations/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://github.com/ipfs/fs-repo-migrations/archive/${DISTVERSIONFU MAINTAINER= swills@FreeBSD.org COMMENT= Migrations for the filesystem repository of ipfs clients +WWW= https://github.com/ipfs/fs-repo-migrations LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/ipfs-go/Makefile b/sysutils/ipfs-go/Makefile index 880fa78ab510..9fd850b5452c 100644 --- a/sysutils/ipfs-go/Makefile +++ b/sysutils/ipfs-go/Makefile @@ -9,6 +9,7 @@ DISTNAME= go-ipfs-source MAINTAINER= jhixson@FreeBSD.org COMMENT= IPFS implementation in Go +WWW= https://github.com/ipfs/go-ipfs LICENSE= MIT APACHE20 LICENSE_COMB= dual diff --git a/sysutils/ipget/Makefile b/sysutils/ipget/Makefile index 0563f683228e..fd43ce7c09e1 100644 --- a/sysutils/ipget/Makefile +++ b/sysutils/ipget/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Retrieve files over IPFS and save them locally +WWW= https://github.com/ipfs/ipget LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/ipmitool/Makefile b/sysutils/ipmitool/Makefile index 9edaa2fea5f9..9cb658dea448 100644 --- a/sysutils/ipmitool/Makefile +++ b/sysutils/ipmitool/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= zi@FreeBSD.org COMMENT= CLI to manage IPMI systems +WWW= https://sourceforge.net/projects/ipmitool/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/ipsc/Makefile b/sysutils/ipsc/Makefile index 846b36b87a1b..e187d7737e8f 100644 --- a/sysutils/ipsc/Makefile +++ b/sysutils/ipsc/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= cy@FreeBSD.org COMMENT= IP Subnet Calculator +WWW= http://www.alaskaparadise.com/ipsc BUILD_DEPENDS= ${PRIPS_WRKSRC}/prips.o:sysutils/prips:build diff --git a/sysutils/isomaster/Makefile b/sysutils/isomaster/Makefile index 40e3c96f9557..d5d83ebd625f 100644 --- a/sysutils/isomaster/Makefile +++ b/sysutils/isomaster/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://littlesvr.ca/isomaster/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 (bootable) CD ISO Image editor +WWW= http://littlesvr.ca/isomaster/ LICENSE= GPLv2 diff --git a/sysutils/istatserver/Makefile b/sysutils/istatserver/Makefile index e33e519d4b89..3c761c6dfc9a 100644 --- a/sysutils/istatserver/Makefile +++ b/sysutils/istatserver/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://s3.amazonaws.com/bjango/files/istatserverlinux/ MAINTAINER= farrokhi@FreeBSD.org COMMENT= Daemon for iStat iPhone application +WWW= https://bjango.com/linux/istatserver/ LICENSE= BSD3CLAUSE diff --git a/sysutils/istio/Makefile b/sysutils/istio/Makefile index 77cb0ca75d12..216d0fe6fe08 100644 --- a/sysutils/istio/Makefile +++ b/sysutils/istio/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org COMMENT= Open platform to connect, manage, and secure microservices +WWW= https://istio.io LICENSE= APACHE20 diff --git a/sysutils/jadm/Makefile b/sysutils/jadm/Makefile index c5fbf3f6edd8..fe2bb52c3e3c 100644 --- a/sysutils/jadm/Makefile +++ b/sysutils/jadm/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jadm@dachev.info COMMENT= FreeBSD jail framework with zfs, vnet and jail.conf support +WWW= https://github.com/NikolayDachev/jadm LICENSE= BSD3CLAUSE diff --git a/sysutils/jail_exporter/Makefile b/sysutils/jail_exporter/Makefile index 7a5da3d6a8ea..e0f2fc4c33d3 100644 --- a/sysutils/jail_exporter/Makefile +++ b/sysutils/jail_exporter/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= dor.bsd@xm0.uk COMMENT= Prometheus exporter for FreeBSD jail metrics +WWW= https://github.com/phyber/jail_exporter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/jailadmin/Makefile b/sysutils/jailadmin/Makefile index 668e28dcd5c3..7f14a863ed2b 100644 --- a/sysutils/jailadmin/Makefile +++ b/sysutils/jailadmin/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://BSDforge.com/projects/source/sysutils/jailadmin/ MAINTAINER= portmaster@BSDforge.com COMMENT= Jail management system with optional SNMP support +WWW= https://BSDforge.com/projects/sysutils/jailadmin/ LICENSE= BSD2CLAUSE diff --git a/sysutils/jaildaemon/Makefile b/sysutils/jaildaemon/Makefile index 29534641de59..6a27a3ccfb49 100644 --- a/sysutils/jaildaemon/Makefile +++ b/sysutils/jaildaemon/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://erdgeist.org/arts/software/jaildaemon/ MAINTAINER= erdgeist@erdgeist.org COMMENT= Fixed command-line interface for FreeBSD jails to their host system +WWW= https://erdgeist.org/arts/software/jaildaemon/ LICENSE= BEERWARE LICENSE_NAME= beerware diff --git a/sysutils/jailme/Makefile b/sysutils/jailme/Makefile index 68b9366531c3..c1f2045b1caa 100644 --- a/sysutils/jailme/Makefile +++ b/sysutils/jailme/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= freebsd-ports-maintainers@intermedix.com COMMENT= Setuid version of jexec to allow normal users access to jails +WWW= https://github.com/Intermedix/jailme LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/jailutils/Makefile b/sysutils/jailutils/Makefile index c319b48365e7..7ac9d61ab840 100644 --- a/sysutils/jailutils/Makefile +++ b/sysutils/jailutils/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://thewalter.net/stef/freebsd/jails/jailutils/ \ MAINTAINER= portmaster@BSDforge.com COMMENT= Several utilities for managing jails +WWW= http://thewalter.net/stef/freebsd/jails/jailutils/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/javaservicewrapper/Makefile b/sysutils/javaservicewrapper/Makefile index 793ac611b64d..25fcfcfae8b1 100644 --- a/sysutils/javaservicewrapper/Makefile +++ b/sysutils/javaservicewrapper/Makefile @@ -6,6 +6,7 @@ DISTNAME= wrapper_${PORTVERSION}_src MAINTAINER= michael.osipov@siemens.com COMMENT= JSW enables a Java application to be run as a Unix daemon +WWW= https://wrapper.tanukisoftware.org/ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/sysutils/jdiskreport/Makefile b/sysutils/jdiskreport/Makefile index c21c53b16c45..31ce7c4eb503 100644 --- a/sysutils/jdiskreport/Makefile +++ b/sysutils/jdiskreport/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.jGoodies.com/download/${PORTNAME}/ MAINTAINER= jon@witchspace.com COMMENT= Java program to graphically display disk usage statistics +WWW= http://www.jgoodies.com/freeware/jdiskreport/ USES= zip USE_JAVA= YES diff --git a/sysutils/jdupes/Makefile b/sysutils/jdupes/Makefile index d55b2c6e3180..a3a963d29e35 100644 --- a/sysutils/jdupes/Makefile +++ b/sysutils/jdupes/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= tom@hur.st COMMENT= Powerful duplicate file finder and an enhanced fork of 'fdupes' +WWW= https://github.com/jbruchon/jdupes LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/jest/Makefile b/sysutils/jest/Makefile index 83bf642ddf9c..5b0e8f4a83f9 100644 --- a/sysutils/jest/Makefile +++ b/sysutils/jest/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= ReST api for creating and managing FreeBSD jails written in Go +WWW= https://github.com/tabrarg/jest LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/jkill/Makefile b/sysutils/jkill/Makefile index b6776d01e35d..4e62318bdf0c 100644 --- a/sysutils/jkill/Makefile +++ b/sysutils/jkill/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= MAINTAINER= pavel@ext.by COMMENT= Shutdowns a running jail and all its processes +WWW= http://ext.by/jkill/ USES= perl5 shebangfix USE_PERL5= run diff --git a/sysutils/jobd/Makefile b/sysutils/jobd/Makefile index 777d7cae951f..6a105f3ddc16 100644 --- a/sysutils/jobd/Makefile +++ b/sysutils/jobd/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= mark@heily.com COMMENT= Job management framework +WWW= https://github.com/mheily/jobd LICENSE= ISCL diff --git a/sysutils/jps/Makefile b/sysutils/jps/Makefile index 9bdc86e5915a..c09c1a450e4c 100644 --- a/sysutils/jps/Makefile +++ b/sysutils/jps/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://ext.by/jps/ MAINTAINER= pavel@ext.by COMMENT= Wrapper to ps(1) that maps pids to jails +WWW= http://ext.by/jps/ BUILD_DEPENDS= p5-Term-ReadKey>=0:devel/p5-Term-ReadKey RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/sysutils/jruls/Makefile b/sysutils/jruls/Makefile index 93ad9af61fd9..f9ec0d946e98 100644 --- a/sysutils/jruls/Makefile +++ b/sysutils/jruls/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= 606u@dir.bg COMMENT= Display and update FreeBSD jails resource usage +WWW= https://github.com/606u/jruls LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/jstest-gtk/Makefile b/sysutils/jstest-gtk/Makefile index ec9c733d47bc..811ff6feb5d3 100644 --- a/sysutils/jstest-gtk/Makefile +++ b/sysutils/jstest-gtk/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= rozhuk.im@gmail.com COMMENT= Simple joystick tester based on Gtk+ +WWW= https://jstest-gtk.gitlab.io/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/jtop/Makefile b/sysutils/jtop/Makefile index 16c8b41a1374..c6245525c15f 100644 --- a/sysutils/jtop/Makefile +++ b/sysutils/jtop/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://ext.by/jtop/ MAINTAINER= pavel@ext.by COMMENT= Wrapper to top(1) that maps pids to jails +WWW= http://ext.by/jtop/ BUILD_DEPENDS= p5-Term-ReadKey>=0:devel/p5-Term-ReadKey RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/sysutils/jtopen/Makefile b/sysutils/jtopen/Makefile index 581255ed0f7d..d4b56dcb6d1b 100644 --- a/sysutils/jtopen/Makefile +++ b/sysutils/jtopen/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/} MAINTAINER= saper@saper.info COMMENT= Java library to access OS/400 or i5/OS systems +WWW= http://jt400.sourceforge.net/ LICENSE= IBMPL10 LICENSE_NAME= IBM Public License 1.0 diff --git a/sysutils/jvmtop/Makefile b/sysutils/jvmtop/Makefile index a2077159aa54..10847d329aba 100644 --- a/sysutils/jvmtop/Makefile +++ b/sysutils/jvmtop/Makefile @@ -8,6 +8,7 @@ DISTFILES= jvmtop-maven-repository-${BUILD}.tar.gz:source2 MAINTAINER= jgh@FreeBSD.org COMMENT= Lightweight console application to monitor running jvms +WWW= https://github.com/patric-r/jvmtop LICENSE= GPLv2 diff --git a/sysutils/k3b/Makefile b/sysutils/k3b/Makefile index 9f2a501e14d3..15b4a179ce3c 100644 --- a/sysutils/k3b/Makefile +++ b/sysutils/k3b/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils multimedia kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE CD/DVD writing suite +WWW= https://www.k3b.org/ LIB_DEPENDS= libFLAC.so:audio/flac \ libKF5Cddb.so:audio/libkcddb \ diff --git a/sysutils/k4dirstat/Makefile b/sysutils/k4dirstat/Makefile index 57c6f20c7778..a7754bab6e46 100644 --- a/sysutils/k4dirstat/Makefile +++ b/sysutils/k4dirstat/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils kde MAINTAINER= ports@FreeBSD.org COMMENT= KDE utility that sums up disk usage for directory trees +WWW= https://github.com/jeromerobert/k4dirstat LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/k8temp/Makefile b/sysutils/k8temp/Makefile index a64909c51bb6..e6c2d3fc2845 100644 --- a/sysutils/k8temp/Makefile +++ b/sysutils/k8temp/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://hur.st/k8temp/ MAINTAINER= tom@hur.st COMMENT= Athlon 64 and Opteron on-die temperature reader +WWW= https://hur.st/k8temp/ LICENSE= MIT diff --git a/sysutils/k9s/Makefile b/sysutils/k9s/Makefile index 5fe6c897d5fa..51cfa8fdf241 100644 --- a/sysutils/k9s/Makefile +++ b/sysutils/k9s/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= gogolok@gmail.com COMMENT= Kubernetes command-line tool +WWW= https://github.com/derailed/k9s LICENSE= APACHE20 diff --git a/sysutils/kbackup/Makefile b/sysutils/kbackup/Makefile index d163315d243c..ee90ab46647c 100644 --- a/sysutils/kbackup/Makefile +++ b/sysutils/kbackup/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Backup program with an easy to use user interface +WWW= https://utils.kde.org/projects/kbackup/ USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \ qt:5 shared-mime-info tar:xz xorg diff --git a/sysutils/kcron/Makefile b/sysutils/kcron/Makefile index 58eb81aa824e..622f6fa47b60 100644 --- a/sysutils/kcron/Makefile +++ b/sysutils/kcron/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE task scheduler +WWW= https://www.kde.org BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \ docbook-xml>0:textproc/docbook-xml diff --git a/sysutils/kdeadmin/Makefile b/sysutils/kdeadmin/Makefile index 97800234d359..4f947fab8005 100644 --- a/sysutils/kdeadmin/Makefile +++ b/sysutils/kdeadmin/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils kde MAINTAINER= kde@FreeBSD.org COMMENT= KDE Administration applications (meta port) +WWW= https://www.kde.org USES= kde:5 metaport diff --git a/sysutils/kdebugsettings/Makefile b/sysutils/kdebugsettings/Makefile index 64498609101f..dfd5e382e1b7 100644 --- a/sysutils/kdebugsettings/Makefile +++ b/sysutils/kdebugsettings/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE application to enable/disable qCDebug +WWW= https://projects.kde.org/projects/kde/kdeutils/kdebugsettings USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz USE_KDE= completion config configwidgets coreaddons dbusaddons \ diff --git a/sysutils/kdf/Makefile b/sysutils/kdf/Makefile index fdd0c4dd8378..2b25be54db93 100644 --- a/sysutils/kdf/Makefile +++ b/sysutils/kdf/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Shows free space of devices for KDE +WWW= https://utils.kde.org/projects/kdf/ USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg USE_KDE= auth codecs completion config configwidgets coreaddons doctools \ diff --git a/sysutils/kdialog/Makefile b/sysutils/kdialog/Makefile index 3a6e2e6a43f0..e91e9c5e4a98 100644 --- a/sysutils/kdialog/Makefile +++ b/sysutils/kdialog/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Show nice dialog boxes from shell scripts +WWW= https://kde.org USES= cmake compiler:c++11-lang gettext kde:5 pkgconfig \ qt:5 tar:xz xorg diff --git a/sysutils/keyboard-daemon/Makefile b/sysutils/keyboard-daemon/Makefile index f6239605a097..6507fc57c333 100644 --- a/sysutils/keyboard-daemon/Makefile +++ b/sysutils/keyboard-daemon/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ MAINTAINER= crees@FreeBSD.org COMMENT= Listens on a keyboard device and executes commands on keypresses +WWW= https://www.bayofrum.net/cgi-bin/fossil/keyboard-daemon/ LICENSE= BSD2CLAUSE diff --git a/sysutils/keyd/Makefile b/sysutils/keyd/Makefile index 643615ba0b92..e9d34091858f 100644 --- a/sysutils/keyd/Makefile +++ b/sysutils/keyd/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= jbeich@FreeBSD.org COMMENT= Key remapping daemon for evdev +WWW= https://github.com/rvaiya/keyd BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto LIB_DEPENDS= libinotify.so:devel/libinotify diff --git a/sysutils/kf5-baloo/Makefile b/sysutils/kf5-baloo/Makefile index 88c2fca21a22..a786c3e92a6c 100644 --- a/sysutils/kf5-baloo/Makefile +++ b/sysutils/kf5-baloo/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 Framework for searching and managing user metadata +WWW= https://projects.kde.org/projects/kde/kdelibs/baloo LIB_DEPENDS= liblmdb.so:databases/lmdb \ libinotify.so:devel/libinotify diff --git a/sysutils/kf5-kwallet/Makefile b/sysutils/kf5-kwallet/Makefile index 7adc4f735ce9..6bc48d5097cf 100644 --- a/sysutils/kf5-kwallet/Makefile +++ b/sysutils/kf5-kwallet/Makefile @@ -8,6 +8,7 @@ PATCHFILES= ac77d25dcf9eb5832ebdf9301041682547d2b4cf.diff:-p1 MAINTAINER= kde@FreeBSD.org COMMENT= KF5 secure and unified container for user passwords +WWW= https://api.kde.org/frameworks-api/frameworks5-apidocs/kwallet/html/index.html LIB_DEPENDS= libassuan.so:security/libassuan \ libgcrypt.so:security/libgcrypt \ diff --git a/sysutils/kfloppy/Makefile b/sysutils/kfloppy/Makefile index f5c7849737b8..b8cfa847f9c4 100644 --- a/sysutils/kfloppy/Makefile +++ b/sysutils/kfloppy/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Floppy disk formatter for KDE +WWW= https://utils.kde.org/projects/kfloppy/ USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz USE_KDE= auth codecs completion config configwidgets coreaddons crash \ diff --git a/sysutils/khelpcenter/Makefile b/sysutils/khelpcenter/Makefile index fc7dc983dbc4..a9c43ca31a50 100644 --- a/sysutils/khelpcenter/Makefile +++ b/sysutils/khelpcenter/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 application to show KDE application documentation +WWW= https://projects.kde.org/projects/kde/workspace/khelpcenter LIB_DEPENDS= libxapian.so:databases/xapian-core diff --git a/sysutils/kiconvtool/Makefile b/sysutils/kiconvtool/Makefile index 725829d29fa8..f073de0a8ba1 100644 --- a/sysutils/kiconvtool/Makefile +++ b/sysutils/kiconvtool/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= amdmi3@FreeBSD.org COMMENT= Tool to preload kernel iconv charset tables +WWW= https://wiki.freebsd.org/DmitryMarakasov/kiconvtool LICENSE= BSD2CLAUSE diff --git a/sysutils/kio-fuse/Makefile b/sysutils/kio-fuse/Makefile index b94252fc7397..7137e14955ae 100644 --- a/sysutils/kio-fuse/Makefile +++ b/sysutils/kio-fuse/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= FUSE Interface for KIO +WWW= https://invent.kde.org/system/kio-fuse LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt diff --git a/sysutils/kldfind/Makefile b/sysutils/kldfind/Makefile index 293eecf20e66..4cacd45ed0c4 100644 --- a/sysutils/kldfind/Makefile +++ b/sysutils/kldfind/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ricardo.areis@gmail.com COMMENT= Find kernel modules by string +WWW= https://sourceforge.net/projects/kldfind/ NO_BUILD= yes USES= tar:bzip2 diff --git a/sysutils/kldpatch/Makefile b/sysutils/kldpatch/Makefile index 38c0a53e2511..b0aed996fc79 100644 --- a/sysutils/kldpatch/Makefile +++ b/sysutils/kldpatch/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTVERSION}-${PORTNAME} MAINTAINER= portmaster@BSDforge.com COMMENT= Utility to patch modules and kernel +WWW= http://info.iet.unipi.it/~luigi/FreeBSD/ USES= tar:tgz diff --git a/sysutils/kopia/Makefile b/sysutils/kopia/Makefile index b0ab62b72b7d..14e69f295e88 100644 --- a/sysutils/kopia/Makefile +++ b/sysutils/kopia/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org COMMENT= Fast and secure open-source backup/restore tool +WWW= https://kopia.io/ LICENSE= APACHE20 diff --git a/sysutils/kops/Makefile b/sysutils/kops/Makefile index d0ff62b9b6e6..a483e341e2c0 100644 --- a/sysutils/kops/Makefile +++ b/sysutils/kops/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org COMMENT= Kubernetes Operations +WWW= https://github.com/kubernetes/kops LICENSE= APACHE20 diff --git a/sysutils/kpmcore/Makefile b/sysutils/kpmcore/Makefile index b37078167d25..afc29e2058b6 100644 --- a/sysutils/kpmcore/Makefile +++ b/sysutils/kpmcore/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils kde-applications MAINTAINER= adridg@FreeBSD.org COMMENT= KDE Partition Manager core library +WWW= https://invent.kde.org/system/kpmcore LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt diff --git a/sysutils/krename/Makefile b/sysutils/krename/Makefile index 055fcca59434..a1bfa0cc843d 100644 --- a/sysutils/krename/Makefile +++ b/sysutils/krename/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src MAINTAINER= kde@FreeBSD.org COMMENT= Powerful batch file renamer for KDE +WWW= https://userbase.kde.org/KRename LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/kshutdown/Makefile b/sysutils/kshutdown/Makefile index e802f5b2ac40..62dc1fd8018c 100644 --- a/sysutils/kshutdown/Makefile +++ b/sysutils/kshutdown/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}-source-${DISTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Advanced shutdown utility +WWW= http://kshutdown.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/ksystemlog/Makefile b/sysutils/ksystemlog/Makefile index fa749bd05aba..db55d13fc4fd 100644 --- a/sysutils/ksystemlog/Makefile +++ b/sysutils/ksystemlog/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE system log application +WWW= https://kde.org/applications/system/ksystemlog/ USES= cmake compiler:c++11-lang gettext kde:5 pkgconfig \ qt:5 tar:xz xorg diff --git a/sysutils/kubectl/Makefile b/sysutils/kubectl/Makefile index f01bb3b08e1f..691485837fef 100644 --- a/sysutils/kubectl/Makefile +++ b/sysutils/kubectl/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org COMMENT= Kubernetes command-line tool +WWW= https://github.com/kubernetes/kubectl LICENSE= APACHE20 diff --git a/sysutils/kvmclock-kmod/Makefile b/sysutils/kvmclock-kmod/Makefile index 8ea3f5f2d626..ed06ab84f3d0 100644 --- a/sysutils/kvmclock-kmod/Makefile +++ b/sysutils/kvmclock-kmod/Makefile @@ -5,6 +5,7 @@ PKGNAMESUFFIX= -kmod MAINTAINER= dch@FreeBSD.org COMMENT= Paravirtualized Linux KVM clock support +WWW= https://reviews.freebsd.org/D29733 LICENSE= BSD2CLAUSE diff --git a/sysutils/lava/Makefile b/sysutils/lava/Makefile index 9b38da610b5d..d54900764061 100644 --- a/sysutils/lava/Makefile +++ b/sysutils/lava/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= dch@FreeBSD.org COMMENT= Keeps your CouchDB views molten hot +WWW= https://github.com/iwantmyname/lava LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/lbl-cf/Makefile b/sysutils/lbl-cf/Makefile index e27216252286..bf825d535e40 100644 --- a/sysutils/lbl-cf/Makefile +++ b/sysutils/lbl-cf/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= lbl- MAINTAINER= leres@FreeBSD.org COMMENT= Unix time to formatted time and date filter +WWW= https://ee.lbl.gov/ LICENSE= BSD3CLAUSE diff --git a/sysutils/lbl-hf/Makefile b/sysutils/lbl-hf/Makefile index 98d60dee703d..39e59b8c593a 100644 --- a/sysutils/lbl-hf/Makefile +++ b/sysutils/lbl-hf/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= lbl- MAINTAINER= leres@FreeBSD.org COMMENT= Address to hostname filter +WWW= https://ee.lbl.gov/downloads/hf/ LICENSE= BSD3CLAUSE diff --git a/sysutils/lcdproc/Makefile b/sysutils/lcdproc/Makefile index b416b56b35a8..79373928a1c5 100644 --- a/sysutils/lcdproc/Makefile +++ b/sysutils/lcdproc/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= daniel@shafer.cc COMMENT= Client/server suite for LCD devices +WWW= https://www.lcdproc.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/ldap-account-manager/Makefile b/sysutils/ldap-account-manager/Makefile index cd337c751ca5..7c8d0f511e6a 100644 --- a/sysutils/ldap-account-manager/Makefile +++ b/sysutils/ldap-account-manager/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${SHORTNAME}/LAM/${PORTVERSION} MAINTAINER= basil@vpm.net.ua COMMENT= Webfrontend for managing accounts stored in an OpenLDAP server +WWW= https://www.ldap-account-manager.org/lamcms/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/ldapvi/Makefile b/sysutils/ldapvi/Makefile index dbb220e1a289..dd2a3ea2a0ba 100644 --- a/sysutils/ldapvi/Makefile +++ b/sysutils/ldapvi/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://www.lichteblau.com/download/ \ MAINTAINER= sbz@FreeBSD.org COMMENT= Tool to update LDAP entries with a text editor +WWW= http://www.lichteblau.com/ldapvi.html LICENSE= GPLv2 diff --git a/sysutils/ledit/Makefile b/sysutils/ledit/Makefile index ceccb9b80520..7400a9a813f2 100644 --- a/sysutils/ledit/Makefile +++ b/sysutils/ledit/Makefile @@ -7,6 +7,7 @@ MASTER_SITE_SUBDIR= ~ddr/${PORTNAME}/distrib/src MAINTAINER= k@stereochro.me COMMENT= Line editor to be used with interactive commands +WWW= http://cristal.inria.fr/~ddr/ledit/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/less/Makefile b/sysutils/less/Makefile index c2dc517d0533..0b2c4ebc3ec6 100644 --- a/sysutils/less/Makefile +++ b/sysutils/less/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.greenwoodsoftware.com/less/ MAINTAINER= jharris@widomaker.com COMMENT= Better pager utility +WWW= https://www.greenwoodsoftware.com/less/ LICENSE= GPLv3+ MIT LICENSE_COMB= dual diff --git a/sysutils/lfm/Makefile b/sysutils/lfm/Makefile index b29a5049a34a..83053202ad8d 100644 --- a/sysutils/lfm/Makefile +++ b/sysutils/lfm/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://inigo.katxi.org/devel/lfm/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Last File Manager, a powerful file manager for the UNIX console +WWW= https://inigo.katxi.org/devel/lfm/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/libcdio-paranoia/Makefile b/sysutils/libcdio-paranoia/Makefile index e110f9a57e2f..6d15e31bf093 100644 --- a/sysutils/libcdio-paranoia/Makefile +++ b/sysutils/libcdio-paranoia/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= GNU/libcdio MAINTAINER= jhale@FreeBSD.org COMMENT= Read audio from the CDROM directly as data +WWW= https://www.gnu.org/software/libcdio/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/libcdio/Makefile b/sysutils/libcdio/Makefile index 37e2885a3444..5d5da03eb3c0 100644 --- a/sysutils/libcdio/Makefile +++ b/sysutils/libcdio/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= GNU MAINTAINER= jhale@FreeBSD.org COMMENT= Compact Disc Input and Control Library +WWW= https://www.gnu.org/software/libcdio/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/libchk/Makefile b/sysutils/libchk/Makefile index 69bec00c9f8a..3facc7c4ce52 100644 --- a/sysutils/libchk/Makefile +++ b/sysutils/libchk/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Tool to check shared library links +WWW= http://svn.idaemons.org/cgi-bin/viewvc.cgi/trunk/?root=libchk LICENSE= BSD2CLAUSE diff --git a/sysutils/libcpuid/Makefile b/sysutils/libcpuid/Makefile index 2f6a87d0ccf8..9e4a2e4ec13b 100644 --- a/sysutils/libcpuid/Makefile +++ b/sysutils/libcpuid/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= danfe@FreeBSD.org COMMENT= Small x86 CPU identification library +WWW= http://libcpuid.sourceforge.net/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/libdnf/Makefile b/sysutils/libdnf/Makefile index 8d4445689287..e102077db359 100644 --- a/sysutils/libdnf/Makefile +++ b/sysutils/libdnf/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Dandified YUM, the next-generation version of YUM +WWW= https://github.com/rpm-software-management/libdnf LICENSE= LGPL21 # no LICENSE tag for Version 2.1 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/libfvde/Makefile b/sysutils/libfvde/Makefile index 2b1fb5c213c3..1addb060dfa4 100644 --- a/sysutils/libfvde/Makefile +++ b/sysutils/libfvde/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://github.com/libyal/libfvde/releases/download/${PORTVERSION} MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tools for reading FileVault (FVDE) encrypted volumes +WWW= https://github.com/libyal/libfvde LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/libg15/Makefile b/sysutils/libg15/Makefile index 668af19fd366..9e6dc20be96e 100644 --- a/sysutils/libg15/Makefile +++ b/sysutils/libg15/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://gitlab.com/menelkir/${PORTNAME}/-/archive/${PORTVERSION}/ MAINTAINER= dmenelkir@gmail.com COMMENT= API for control of LCD and the extra keys on Logitech keyboards +WWW= https://sourceforge.net/projects/g15tools LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/libg15render/Makefile b/sysutils/libg15render/Makefile index b213aa316cf8..d8b02b212c8a 100644 --- a/sysutils/libg15render/Makefile +++ b/sysutils/libg15render/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://gitlab.com/menelkir/${PORTNAME}/-/archive/${PORTVERSION}/ MAINTAINER= dmenelkir@gmail.com COMMENT= Library to render the LCD screen on Logitech keyboards +WWW= https://sourceforge.net/projects/g15tools LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/libieee1284/Makefile b/sysutils/libieee1284/Makefile index b68e1a55639f..b6477db8b372 100644 --- a/sysutils/libieee1284/Makefile +++ b/sysutils/libieee1284/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= IEEE 1284 communication library +WWW= http://cyberelk.net/tim/libieee1284/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/libptytty/Makefile b/sysutils/libptytty/Makefile index 4436834d2d19..29bb61b59e8b 100644 --- a/sysutils/libptytty/Makefile +++ b/sysutils/libptytty/Makefile @@ -6,6 +6,7 @@ MASTER_SITE_SUBDIR= . Attic MAINTAINER= thierry@FreeBSD.org COMMENT= OS independent and secure pseudo-tty management +WWW= http://software.schmorp.de/pkg/libptytty.html LICENSE= GPLv2 diff --git a/sysutils/libsysstat/Makefile b/sysutils/libsysstat/Makefile index 16b71fe6dad4..3a3361e46243 100644 --- a/sysutils/libsysstat/Makefile +++ b/sysutils/libsysstat/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= LXQT/${PORTNAME} MAINTAINER= jsm@FreeBSD.org COMMENT= Library used to query system info and statistics +WWW= https://lxqt-project.org LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/libtree/Makefile b/sysutils/libtree/Makefile index f2c50eff9c17..12a55b91137b 100644 --- a/sysutils/libtree/Makefile +++ b/sysutils/libtree/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org COMMENT= Show library info in a tree form +WWW= https://github.com/haampie/libtree LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/libudisks/Makefile b/sysutils/libudisks/Makefile index 603e5c75d59d..7f5b376813fe 100644 --- a/sysutils/libudisks/Makefile +++ b/sysutils/libudisks/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= pauamma@gundo.com COMMENT= Library to manipulate storage devices, from udisks +WWW= https://www.freedesktop.org/wiki/Software/udisks/ LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/liburcu/Makefile b/sysutils/liburcu/Makefile index 678e051dbbb8..04583139a422 100644 --- a/sysutils/liburcu/Makefile +++ b/sysutils/liburcu/Makefile @@ -6,6 +6,7 @@ DISTNAME= userspace-rcu-${PORTVERSION} MAINTAINER= freebsd@dns-lab.com COMMENT= Userspace read-copy-update (RCU) data synchronization library +WWW= https://liburcu.org/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/lgpl-2.1.txt diff --git a/sysutils/lineak-defaultplugin/Makefile b/sysutils/lineak-defaultplugin/Makefile index 0e24b7f9ac34..0160a0c0a08c 100644 --- a/sysutils/lineak-defaultplugin/Makefile +++ b/sysutils/lineak-defaultplugin/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= lineak MAINTAINER= ports@FreeBSD.org COMMENT= Default plugins for lineakd +WWW= http://lineak.sourceforge.net/ LICENSE= GPLv2 diff --git a/sysutils/lineak-xosdplugin/Makefile b/sysutils/lineak-xosdplugin/Makefile index 449ee24f5a9e..a3aaff1360f9 100644 --- a/sysutils/lineak-xosdplugin/Makefile +++ b/sysutils/lineak-xosdplugin/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= lineak MAINTAINER= ports@FreeBSD.org COMMENT= Xosd-plugin for lineakd +WWW= http://lineak.sourceforge.net/ LICENSE= GPLv2 diff --git a/sysutils/lineakd/Makefile b/sysutils/lineakd/Makefile index c31567fb0e58..1c267acc2a37 100644 --- a/sysutils/lineakd/Makefile +++ b/sysutils/lineakd/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= lineak MAINTAINER= ports@FreeBSD.org COMMENT= Daemon which enables special keys on internet keyboards +WWW= http://lineak.sourceforge.net USES= gmake libtool localbase xorg USE_CXXSTD= c++98 diff --git a/sysutils/linrename/Makefile b/sysutils/linrename/Makefile index 4a5c3a544507..58ca920be893 100644 --- a/sysutils/linrename/Makefile +++ b/sysutils/linrename/Makefile @@ -10,6 +10,7 @@ DISTNAME= util-linux-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Rename multiple files using substitution +WWW= http://freecode.com/projects/util-linux/ BUILD_WRKSRC= ${WRKSRC}/misc-utils INSTALL_WRKSRC= ${WRKSRC}/misc-utils diff --git a/sysutils/linux-c7-dosfstools/Makefile b/sysutils/linux-c7-dosfstools/Makefile index bd9f8fa4122d..4275fcf94c08 100644 --- a/sysutils/linux-c7-dosfstools/Makefile +++ b/sysutils/linux-c7-dosfstools/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils linux MAINTAINER= emulation@FreeBSD.org COMMENT= Utilities for MS-DOS FAT filesystems (CentOS ${LINUX_DIST_VER}) +WWW= https://github.com/dosfstools/dosfstools LICENSE= GPLv3+ diff --git a/sysutils/linux-c7-numactl-libs/Makefile b/sysutils/linux-c7-numactl-libs/Makefile index e1057b9dabfd..6f2a714a6d73 100644 --- a/sysutils/linux-c7-numactl-libs/Makefile +++ b/sysutils/linux-c7-numactl-libs/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= -libs MAINTAINER= emulation@FreeBSD.org COMMENT= Simple NUMA policy support (CentOS ${LINUX_DIST_VER}) +WWW= https://github.com/numactl/numactl USES= linux:c7 USE_LDCONFIG= yes diff --git a/sysutils/linux-miniconda-installer/Makefile b/sysutils/linux-miniconda-installer/Makefile index 78cf0e186d92..b5001070c74f 100644 --- a/sysutils/linux-miniconda-installer/Makefile +++ b/sysutils/linux-miniconda-installer/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= linux- MAINTAINER= jwb@FreeBSD.org COMMENT= Aid for installing and using miniconda +WWW= https://github.com/outpaddling/miniconda-installer LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/linux-rkbin/Makefile b/sysutils/linux-rkbin/Makefile index 393d79d25c0f..87c62c054045 100644 --- a/sysutils/linux-rkbin/Makefile +++ b/sysutils/linux-rkbin/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils linux MAINTAINER= ports@FreeBSD.org COMMENT= Firmware and tools for RockChip SoCs +WWW= https://github.com/rockchip-linux/rkbin ONLY_FOR_ARCHS= amd64 diff --git a/sysutils/lizardfs/Makefile b/sysutils/lizardfs/Makefile index 1a2c27b2f3ef..2d0e4412f917 100644 --- a/sysutils/lizardfs/Makefile +++ b/sysutils/lizardfs/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= jhixson@FreeBSD.org COMMENT= Open Source Distributed Filesystem +WWW= https://lizardfs.org/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/lmon/Makefile b/sysutils/lmon/Makefile index 1a02d1515e24..6ccae71b763a 100644 --- a/sysutils/lmon/Makefile +++ b/sysutils/lmon/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://BSDforge.com/projects/source/sysutils/lmon/ MAINTAINER= portmaster@BSDforge.com COMMENT= Near-realtime log monitoring tool, sends alerts on hits and misses +WWW= http://www.bsdconsulting.no/tools/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/lnav/Makefile b/sysutils/lnav/Makefile index d719947dd524..5bf8fcd2cc64 100644 --- a/sysutils/lnav/Makefile +++ b/sysutils/lnav/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/tstack/${PORTNAME}/releases/download/v${PORTVER MAINTAINER= tom@hur.st COMMENT= Terminal based log file navigator +WWW= https://lnav.org/ LICENSE= BSD2CLAUSE diff --git a/sysutils/lockfile-progs/Makefile b/sysutils/lockfile-progs/Makefile index 6e59c3909b6e..8e7b626b3ee4 100644 --- a/sysutils/lockfile-progs/Makefile +++ b/sysutils/lockfile-progs/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= yasu@FreeBSD.org COMMENT= Programs for locking and unlocking files and mailboxes +WWW= https://tracker.debian.org/pkg/lockfile-progs LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/loganalyzer/Makefile b/sysutils/loganalyzer/Makefile index 8bf6ab809094..7c470f815a59 100644 --- a/sysutils/loganalyzer/Makefile +++ b/sysutils/loganalyzer/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= dinoex@FreeBSD.org COMMENT= Web Syslog and IT Event Viewer +WWW= https://loganalyzer.adiscon.com/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/logstalgia/Makefile b/sysutils/logstalgia/Makefile index 77524df7d760..070d7a37a57d 100644 --- a/sysutils/logstalgia/Makefile +++ b/sysutils/logstalgia/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://github.com/acaudwell/${PORTNAME}/releases/download/${DISTN MAINTAINER= ehaupt@FreeBSD.org COMMENT= Website access log visualization tool +WWW= https://logstalgia.io/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/logstash-forwarder/Makefile b/sysutils/logstash-forwarder/Makefile index 67712a9241ae..5b3616f6919a 100644 --- a/sysutils/logstash-forwarder/Makefile +++ b/sysutils/logstash-forwarder/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= cheffo@freebsd-bg.org COMMENT= Collect logs locally in preparation for processing elsewhere! +WWW= https://github.com/elasticsearch/logstash-forwarder LICENSE= APACHE20 diff --git a/sysutils/logstash6/Makefile b/sysutils/logstash6/Makefile index f126930d8250..079c1af79640 100644 --- a/sysutils/logstash6/Makefile +++ b/sysutils/logstash6/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= 6 MAINTAINER= elastic@FreeBSD.org COMMENT= Server-side data ingestion and transformation tool +WWW= https://www.elastic.co/products/logstash LICENSE= APACHE20 diff --git a/sysutils/logstash7/Makefile b/sysutils/logstash7/Makefile index 7bd481402698..fdbc50b17b84 100644 --- a/sysutils/logstash7/Makefile +++ b/sysutils/logstash7/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= 7 MAINTAINER= elastic@FreeBSD.org COMMENT= Server-side data ingestion and transformation tool +WWW= https://www.elastic.co/products/logstash LICENSE= APACHE20 diff --git a/sysutils/logtool/Makefile b/sysutils/logtool/Makefile index 5510c356810e..0c959b98af11 100644 --- a/sysutils/logtool/Makefile +++ b/sysutils/logtool/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://xjack.org/logtool/download/ MAINTAINER= rodrigo@FreeBSD.org COMMENT= Parse ASCII logfiles into ANSI, CSV, HTML formats +WWW= http://xjack.org/logtool/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/logwatch/Makefile b/sysutils/logwatch/Makefile index e11a879555aa..93ca0b5e08c2 100644 --- a/sysutils/logwatch/Makefile +++ b/sysutils/logwatch/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= trix@basement.net COMMENT= Log file analysis program +WWW= https://www.logwatch.org LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/loki/Makefile b/sysutils/loki/Makefile index 1e379619c91b..212375c530e4 100644 --- a/sysutils/loki/Makefile +++ b/sysutils/loki/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= grafana- MAINTAINER= freebsd@funzi.org COMMENT= Scalable, highly-available, multi-tenant log aggregation system +WWW= https://github.com/grafana/loki LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE @@ -15,7 +16,6 @@ USES= go:modules cpe CPE_VENDOR= grafana USE_GITHUB= yes - GH_ACCOUNT= grafana GH_PROJECT= loki GH_TUPLE= \ diff --git a/sysutils/lookat/Makefile b/sysutils/lookat/Makefile index 8f5154fc0af1..c322e16eacb1 100644 --- a/sysutils/lookat/Makefile +++ b/sysutils/lookat/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_bekijk-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Program to view Un*x text files and manual pages +WWW= http://www.wagemakers.be/english/programs/lookat GNU_CONFIGURE= yes USES= gmake ncurses diff --git a/sysutils/lr/Makefile b/sysutils/lr/Makefile index 3b64971c2747..775eea51a1d4 100644 --- a/sysutils/lr/Makefile +++ b/sysutils/lr/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= List files, recursively +WWW= https://github.com/leahneukirchen/lr/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/lsblk/Makefile b/sysutils/lsblk/Makefile index ef14e1348c6a..412eb8dd638f 100644 --- a/sysutils/lsblk/Makefile +++ b/sysutils/lsblk/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/vermaden/lsblk/raw/master/release/ MAINTAINER= vermaden@interia.pl COMMENT= Lists information about block devices in the system +WWW= https://github.com/vermaden/lsblk LICENSE= BSD2CLAUSE diff --git a/sysutils/lscpu/Makefile b/sysutils/lscpu/Makefile index b85130aa154a..1c26dc5d7c28 100644 --- a/sysutils/lscpu/Makefile +++ b/sysutils/lscpu/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= zi@FreeBSD.org COMMENT= Display information about the CPU architecture +WWW= https://github.com/NanXiao/lscpu LICENSE= BSD3CLAUSE diff --git a/sysutils/lsd/Makefile b/sysutils/lsd/Makefile index f45940e0445d..27de7d46fde7 100644 --- a/sysutils/lsd/Makefile +++ b/sysutils/lsd/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= andoriyu@gmail.com COMMENT= Pretty ls alternative with support for icons +WWW= https://github.com/Peltoche/lsd LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index cbe9e9a02dd2..c8e2a9ac8817 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -8,6 +8,7 @@ CATEGORIES= sysutils MAINTAINER= ler@FreeBSD.org COMMENT= Lists information about open files (similar to fstat(1)) +WWW= https://github.com/lsof-org/lsof LICENSE= lsof LICENSE_NAME= lsof diff --git a/sysutils/lsop/Makefile b/sysutils/lsop/Makefile index f535dca8807c..f570f9f0639c 100644 --- a/sysutils/lsop/Makefile +++ b/sysutils/lsop/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= 606u@dir.bg COMMENT= List all processes running with outdated binaries or shared libraries +WWW= https://github.com/606u/lsop LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/lsyncd/Makefile b/sysutils/lsyncd/Makefile index ef1f96bd1ba2..c656cc6be0a7 100644 --- a/sysutils/lsyncd/Makefile +++ b/sysutils/lsyncd/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= junichi@junichi.org COMMENT= Live Syncing (Mirror) Daemon +WWW= https://axkibe.github.io/lsyncd/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/ltfs/Makefile b/sysutils/ltfs/Makefile index 6dbc3da0bd83..6ce836d474b5 100644 --- a/sysutils/ltfs/Makefile +++ b/sysutils/ltfs/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= kbowling@FreeBSD.org COMMENT= Reference implementation of LTFS for stand-alone tape drive +WWW= https://github.com/LinearTapeFileSystem/ltfs LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/ltrace/Makefile b/sysutils/ltrace/Makefile index 18315e2c2eb6..225b71a806fb 100644 --- a/sysutils/ltrace/Makefile +++ b/sysutils/ltrace/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= LOCAL/sbz \ MAINTAINER= sbz@FreeBSD.org COMMENT= Track runtime library calls in dynamically linked programs +WWW= https://ltrace.org/ LICENSE= GPLv2 diff --git a/sysutils/lttng-tools/Makefile b/sysutils/lttng-tools/Makefile index b017c1ff6c66..086020c1a145 100644 --- a/sysutils/lttng-tools/Makefile +++ b/sysutils/lttng-tools/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://lttng.org/files/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Set of tools to control LTTng tracing +WWW= https://lttng.org/ LICENSE= LGPL21 GPLv2 LICENSE_COMB= dual diff --git a/sysutils/lttng-ust/Makefile b/sysutils/lttng-ust/Makefile index 710c58eae598..5d48813f3fac 100644 --- a/sysutils/lttng-ust/Makefile +++ b/sysutils/lttng-ust/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://lttng.org/files/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Libraries to instrument and trace user applications +WWW= https://github.com/lttng/lttng-ust LICENSE= LGPL21 MIT GPLv2 LICENSE_COMB= dual diff --git a/sysutils/luckybackup/Makefile b/sysutils/luckybackup/Makefile index fefad09665b3..d8feabb05776 100644 --- a/sysutils/luckybackup/Makefile +++ b/sysutils/luckybackup/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/source MAINTAINER= jhale@FreeBSD.org COMMENT= Qt frontend to the backup utility rsync +WWW= http://luckybackup.sourceforge.net/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/license/gpl.txt diff --git a/sysutils/lxinput/Makefile b/sysutils/lxinput/Makefile index 4a066d2fca48..b3a8f9f9e375 100644 --- a/sysutils/lxinput/Makefile +++ b/sysutils/lxinput/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/lxde/LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/LXInput% MAINTAINER= ports@FreeBSD.org COMMENT= Keyboard and mouse settings +WWW= https://lxde.org/ LICENSE= GPLv2+ # though COPYING is GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/lxqt-admin/Makefile b/sysutils/lxqt-admin/Makefile index f1f5e15f61f8..aafd7b24cf64 100644 --- a/sysutils/lxqt-admin/Makefile +++ b/sysutils/lxqt-admin/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= LXQT MAINTAINER= jsm@FreeBSD.org COMMENT= System administration tool for the LXQt desktop +WWW= https://lxqt-project.org LICENSE= LGPL21+ diff --git a/sysutils/lxqt-config/Makefile b/sysutils/lxqt-config/Makefile index f28d5d97eb23..1b12d7565b2a 100644 --- a/sysutils/lxqt-config/Makefile +++ b/sysutils/lxqt-config/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= lxqt MAINTAINER= jsm@FreeBSD.org COMMENT= LXQt system settings center +WWW= https://lxqt-project.org LICENSE= GPLv2 LGPL21+ LICENSE_COMB= multi diff --git a/sysutils/lxqt-policykit/Makefile b/sysutils/lxqt-policykit/Makefile index ff82c0eb51e6..a361213f0dab 100644 --- a/sysutils/lxqt-policykit/Makefile +++ b/sysutils/lxqt-policykit/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= LXQT MAINTAINER= jsm@FreeBSD.org COMMENT= PolicyKit authentication agent +WWW= https://lxqt-project.org LICENSE= LGPL21+ diff --git a/sysutils/lxqt-powermanagement/Makefile b/sysutils/lxqt-powermanagement/Makefile index 52247d25b6e5..1edbe302f06e 100644 --- a/sysutils/lxqt-powermanagement/Makefile +++ b/sysutils/lxqt-powermanagement/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= LXQT MAINTAINER= jsm@FreeBSD.org COMMENT= LXQt power management +WWW= https://github.com/lxqt/lxqt-powermanagement LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/lxqt-qtplugin/Makefile b/sysutils/lxqt-qtplugin/Makefile index 61402bfa827a..20e4a885d1e5 100644 --- a/sysutils/lxqt-qtplugin/Makefile +++ b/sysutils/lxqt-qtplugin/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= LXQT MAINTAINER= jsm@FreeBSD.org COMMENT= LXQt system integration plugin for Qt +WWW= https://lxqt-project.org LICENSE= LGPL21+ diff --git a/sysutils/lxsplit/Makefile b/sysutils/lxsplit/Makefile index 677185d00970..95d3c136c2a8 100644 --- a/sysutils/lxsplit/Makefile +++ b/sysutils/lxsplit/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Simple program to split or join files +WWW= http://lxsplit.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/lxtask/Makefile b/sysutils/lxtask/Makefile index 635f90a5261e..d58361e59000 100644 --- a/sysutils/lxtask/Makefile +++ b/sysutils/lxtask/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/lxde/LXTask%20%28task%20manager%29/LXTask%200.1.x/ MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight desktop-independent task manager +WWW= https://wiki.lxde.org/en/LXTask LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/lxterminal/Makefile b/sysutils/lxterminal/Makefile index 9a1198274f3c..6ea9c887633d 100644 --- a/sysutils/lxterminal/Makefile +++ b/sysutils/lxterminal/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/lxde/LXTerminal%20%28terminal%20emulator%29/LXTerminal%200.4.x/ MAINTAINER= portmaster@BSDforge.com COMMENT= Lightweight terminal emulator from the LXDE project +WWW= https://wiki.lxde.org/en/LXTerminal LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/mac_nonet/Makefile b/sysutils/mac_nonet/Makefile index b5abb45b7f79..523fa07e54c1 100644 --- a/sysutils/mac_nonet/Makefile +++ b/sysutils/mac_nonet/Makefile @@ -5,6 +5,7 @@ PKGNAMESUFFIX= -kmod MAINTAINER= ports@FreeBSD.org COMMENT= MAC policy to disable access to networking for certain group +WWW= https://github.com/pbiernacki/mac_nonet LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/mac_rtprio/Makefile b/sysutils/mac_rtprio/Makefile index 5fe13672fb2f..eadf6d5d5acb 100644 --- a/sysutils/mac_rtprio/Makefile +++ b/sysutils/mac_rtprio/Makefile @@ -5,6 +5,7 @@ PKGNAMESUFFIX= -kmod MAINTAINER= ports@FreeBSD.org COMMENT= MAC policy to manage access for setting realtime priorities by GID +WWW= https://github.com/pbiernacki/mac_rtprio LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/mackerel-agent/Makefile b/sysutils/mackerel-agent/Makefile index a6ede247f7ff..dc0f7060f7f2 100644 --- a/sysutils/mackerel-agent/Makefile +++ b/sysutils/mackerel-agent/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= meta@FreeBSD.org COMMENT= Agent program to post your hosts' metrics to mackerel.io +WWW= https://mackerel.io LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/magicrescue/Makefile b/sysutils/magicrescue/Makefile index 63437628593b..43513981e07b 100644 --- a/sysutils/magicrescue/Makefile +++ b/sysutils/magicrescue/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org COMMENT= File recovery tool which recovers deleted files from a block device +WWW= https://github.com/jbj/magicrescue/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/mapchan/Makefile b/sysutils/mapchan/Makefile index 232eb89104d1..56bc55517036 100644 --- a/sysutils/mapchan/Makefile +++ b/sysutils/mapchan/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= bofh@FreeBSD.org COMMENT= Transform the input and output of a terminal (SCO Unix alike) +WWW= https://mapchan.sourceforge.io/ LICENSE= GPLv2 diff --git a/sysutils/mapdir/Makefile b/sysutils/mapdir/Makefile index 637dde65dc07..db8a2490fa9d 100644 --- a/sysutils/mapdir/Makefile +++ b/sysutils/mapdir/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://www.olivermahmoudi.com/files/ MAINTAINER= fbsd@olivermahmoudi.com COMMENT= Tool to map directory trees +WWW= https://www.olivermahmoudi.com/programming/mapping-dirs LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/massadmin/Makefile b/sysutils/massadmin/Makefile index aac8c1faf86d..bcd5f74a0616 100644 --- a/sysutils/massadmin/Makefile +++ b/sysutils/massadmin/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Send system commands to a group of remote servers simultaneously +WWW= https://massadmin.darold.net/ LICENSE= GPLv3 diff --git a/sysutils/mate-control-center/Makefile b/sysutils/mate-control-center/Makefile index 34a8e5b96f21..2cca948cfebf 100644 --- a/sysutils/mate-control-center/Makefile +++ b/sysutils/mate-control-center/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Control center for MATE project +WWW= https://mate-desktop.org/ LICENSE= GPLv2+ GPLv3+ LICENSE_COMB= multi diff --git a/sysutils/mate-polkit/Makefile b/sysutils/mate-polkit/Makefile index 2d28700c0362..7a91062541ba 100644 --- a/sysutils/mate-polkit/Makefile +++ b/sysutils/mate-polkit/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= MATE frontend to the PolicyKit framework +WWW= https://mate-desktop.org/ LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/mate-power-manager/Makefile b/sysutils/mate-power-manager/Makefile index 48502981c79f..abd5b1ded650 100644 --- a/sysutils/mate-power-manager/Makefile +++ b/sysutils/mate-power-manager/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Power management system for the MATE Desktop +WWW= https://mate-desktop.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/mate-settings-daemon/Makefile b/sysutils/mate-settings-daemon/Makefile index 19877e04146c..1373116521ed 100644 --- a/sysutils/mate-settings-daemon/Makefile +++ b/sysutils/mate-settings-daemon/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= MATE settings daemon +WWW= https://mate-desktop.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/mate-system-monitor/Makefile b/sysutils/mate-system-monitor/Makefile index 73089b4f5021..880947bd7f56 100644 --- a/sysutils/mate-system-monitor/Makefile +++ b/sysutils/mate-system-monitor/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= MATE system monitor program +WWW= https://mate-desktop.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/mbgtools/Makefile b/sysutils/mbgtools/Makefile index 82819bd0ce60..0de8296059a0 100644 --- a/sysutils/mbgtools/Makefile +++ b/sysutils/mbgtools/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.meinberg.de/download/drivers/ MAINTAINER= ports@FreeBSD.org COMMENT= Drivers and tools for Meinberg PTP/GPS cards +WWW= https://www.meinbergglobal.com/english/sw/ LICENSE= BSD2CLAUSE diff --git a/sysutils/mcelog/Makefile b/sysutils/mcelog/Makefile index 70d408a5ae5d..4eabc8aaaf63 100644 --- a/sysutils/mcelog/Makefile +++ b/sysutils/mcelog/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= ultima@FreeBSD.org COMMENT= Collects and decodes Machine Check Exception data +WWW= http://mcelog.org/ LICENSE= GPLv2 diff --git a/sysutils/mcfly/Makefile b/sysutils/mcfly/Makefile index 625ea6be6e7b..370c2ddec8fa 100644 --- a/sysutils/mcfly/Makefile +++ b/sysutils/mcfly/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Fly through your shell history +WWW= https://github.com/cantino/mcfly LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/mcollective-actionpolicy-auth/Makefile b/sysutils/mcollective-actionpolicy-auth/Makefile index 4393f290dad8..0beedbd6a7ea 100644 --- a/sysutils/mcollective-actionpolicy-auth/Makefile +++ b/sysutils/mcollective-actionpolicy-auth/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= puppet@FreeBSD.org COMMENT= MCollective Authorization plugin allowing fine grained ACLs +WWW= https://github.com/puppetlabs/mcollective-actionpolicy-auth LICENSE= APACHE20 diff --git a/sysutils/mcollective-nettest-common/Makefile b/sysutils/mcollective-nettest-common/Makefile index 7dfa0e697e95..b26efc83ebc7 100644 --- a/sysutils/mcollective-nettest-common/Makefile +++ b/sysutils/mcollective-nettest-common/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= puppet@FreeBSD.org COMMENT?= MCollective common files to test ICMP and TCP connectivity +WWW= https://github.com/puppetlabs/mcollective-nettest-agent LICENSE= APACHE20 diff --git a/sysutils/mcollective-nrpe-common/Makefile b/sysutils/mcollective-nrpe-common/Makefile index 61a481547bfc..9ee974a43989 100644 --- a/sysutils/mcollective-nrpe-common/Makefile +++ b/sysutils/mcollective-nrpe-common/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= puppet@FreeBSD.org COMMENT?= MCollective common files to interact with the NRPE monitoring system +WWW= https://github.com/puppetlabs/mcollective-package-agent LICENSE= APACHE20 diff --git a/sysutils/mcollective-puppet-common/Makefile b/sysutils/mcollective-puppet-common/Makefile index fc8d449e5c62..e07386220c19 100644 --- a/sysutils/mcollective-puppet-common/Makefile +++ b/sysutils/mcollective-puppet-common/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= puppet@FreeBSD.org COMMENT?= MCollective common files to manage the Puppet Agent +WWW= https://github.com/puppetlabs/mcollective-puppet-agent LICENSE= APACHE20 diff --git a/sysutils/mcollective-service-common/Makefile b/sysutils/mcollective-service-common/Makefile index 3689dfd35b1d..45ecfcee6efc 100644 --- a/sysutils/mcollective-service-common/Makefile +++ b/sysutils/mcollective-service-common/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= puppet@FreeBSD.org COMMENT?= MCollective common files to manage the OS Services +WWW= https://github.com/puppetlabs/mcollective-service-agent LICENSE= APACHE20 diff --git a/sysutils/mcollective-shell-agent/Makefile b/sysutils/mcollective-shell-agent/Makefile index 8089541e9c75..612403f1c155 100644 --- a/sysutils/mcollective-shell-agent/Makefile +++ b/sysutils/mcollective-shell-agent/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= robak@FreeBSD.org COMMENT= MCollective shell agent plugin +WWW= https://github.com/puppetlabs/mcollective-shell-agent LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/mcollective-shell-client/Makefile b/sysutils/mcollective-shell-client/Makefile index cb7a81a8f143..9146136b9492 100644 --- a/sysutils/mcollective-shell-client/Makefile +++ b/sysutils/mcollective-shell-client/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= robak@FreeBSD.org COMMENT= MCollective shell client plugin +WWW= https://github.com/puppetlabs/mcollective-shell-agent LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/mcollective/Makefile b/sysutils/mcollective/Makefile index 4d111a86a4b0..c605460c4887 100644 --- a/sysutils/mcollective/Makefile +++ b/sysutils/mcollective/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://downloads.puppetlabs.com/${PORTNAME}/ MAINTAINER= puppet@FreeBSD.org COMMENT= Modern scalable datacenter orchestration framework +WWW= http://docs.puppetlabs.com/mcollective/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/mcron/Makefile b/sysutils/mcron/Makefile index f115224be168..74ae25bbbb4a 100644 --- a/sysutils/mcron/Makefile +++ b/sysutils/mcron/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org COMMENT= 100% compatible replacement for Vixie cron +WWW= https://www.gnu.org/software/mcron/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/mdf2iso/Makefile b/sysutils/mdf2iso/Makefile index ed5de0f0c97b..63a67189cd0b 100644 --- a/sysutils/mdf2iso/Makefile +++ b/sysutils/mdf2iso/Makefile @@ -6,6 +6,7 @@ DISTFILES= ${PORTNAME}_${PORTVERSION}.orig.tar.gz ${PORTNAME}_${PORTVERSION}-${D MAINTAINER= portmaster@BSDforge.com COMMENT= Alcohol 120% to ISO converter +WWW= https://BSDforge.com/projects/sysutils/mdf2iso/ LICENSE= GPLv2+ diff --git a/sysutils/megarc/Makefile b/sysutils/megarc/Makefile index 44c2eaae7594..d1db851a1284 100644 --- a/sysutils/megarc/Makefile +++ b/sysutils/megarc/Makefile @@ -7,6 +7,7 @@ EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= LSI Logic's MegaRAID controlling software +WWW= http://www.lsi.com/products/raid-controllers/pages/default.aspx # Converted from RESTRICTED LICENSE= LSI diff --git a/sysutils/memdump/Makefile b/sysutils/memdump/Makefile index 9bc46028cce0..d1daf592a10f 100644 --- a/sysutils/memdump/Makefile +++ b/sysutils/memdump/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.porcupine.org/forensics/ MAINTAINER= onatan@gmail.com COMMENT= Forensic utility for memory dumping +WWW= http://www.porcupine.org/forensics/tct.html LICENSE= IBM LICENSE_NAME= IBM Public License 1.0 diff --git a/sysutils/memfetch/Makefile b/sysutils/memfetch/Makefile index 62e1741ddf08..7aa6f3469ae1 100644 --- a/sysutils/memfetch/Makefile +++ b/sysutils/memfetch/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= onatan@gmail.com COMMENT= Utility to dump memory of a running process +WWW= https://lcamtuf.coredump.cx/ LICENSE= GPLv2 diff --git a/sysutils/memtest86+/Makefile b/sysutils/memtest86+/Makefile index 6976a8f7e832..b0d9c6516491 100644 --- a/sysutils/memtest86+/Makefile +++ b/sysutils/memtest86+/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.memtest.org/download/${PORTVERSION}/ MAINTAINER= avg@FreeBSD.org COMMENT= Stand-alone memory test for x86 architecture computers +WWW= https://www.memtest.org/ LICENSE= GPLv2 diff --git a/sysutils/memtest86/Makefile b/sysutils/memtest86/Makefile index 2925be8d86b0..bb5b0b37cc4a 100644 --- a/sysutils/memtest86/Makefile +++ b/sysutils/memtest86/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://www.memtest86.com/downloads/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Stand-alone memory test for x86 architecture computers +WWW= https://www.memtest86.com/ NO_WRKSUBDIR= yes diff --git a/sysutils/memtester/Makefile b/sysutils/memtester/Makefile index 56b7567ba301..a03ec6cf5b8f 100644 --- a/sysutils/memtester/Makefile +++ b/sysutils/memtester/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://pyropus.ca/software/${PORTNAME}/old-versions/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Utility to test for faulty memory subsystem +WWW= http://pyropus.ca/software/memtester/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/metalog/Makefile b/sysutils/metalog/Makefile index 408d1a0f2302..59774e99d880 100644 --- a/sysutils/metalog/Makefile +++ b/sysutils/metalog/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= SF/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Modern syslogd replacement with PCRE support +WWW= http://metalog.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/mfid/Makefile b/sysutils/mfid/Makefile index 77eb582f17ff..7fc567144540 100644 --- a/sysutils/mfid/Makefile +++ b/sysutils/mfid/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= LOCAL/feld MAINTAINER= feld@FreeBSD.org COMMENT= Monitoring daemon for mfi RAID controllers +WWW= https://www.freebsd.org/ USE_RC_SUBR= mfid PLIST_FILES+= sbin/mfid diff --git a/sysutils/minikube/Makefile b/sysutils/minikube/Makefile index 26e342245e62..6827c12b7de5 100644 --- a/sysutils/minikube/Makefile +++ b/sysutils/minikube/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org COMMENT= Run Kubernetes locally +WWW= https://github.com/kubernetes/minikube LICENSE= APACHE20 diff --git a/sysutils/minimunin/Makefile b/sysutils/minimunin/Makefile index 6966257e9fd1..90ecdc368f7c 100644 --- a/sysutils/minimunin/Makefile +++ b/sysutils/minimunin/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://erdgeist.org/arts/software/minimunin/ MAINTAINER= erdgeist@erdgeist.org COMMENT= Tiny munin-node implementation written in pure bourne shell +WWW= https://erdgeist.org/arts/software/minimunin/ LICENSE= Beerware LICENSE_NAME= Beerware License diff --git a/sysutils/minipot/Makefile b/sysutils/minipot/Makefile index 04152a40821a..225fbcf963eb 100644 --- a/sysutils/minipot/Makefile +++ b/sysutils/minipot/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org COMMENT= Mono-server installation of pot, nomad and consul +WWW= https://github.com/pizzamig/minipot LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/minipro/Makefile b/sysutils/minipro/Makefile index 9ddea4196bf9..84354a6c11b4 100644 --- a/sysutils/minipro/Makefile +++ b/sysutils/minipro/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= sbruno@freebsd.org COMMENT= CLI for MiniPRO TL866xx chip programmers +WWW= https://gitlab.com/DavidGriffith/minipro LICENSE= GPLv3 diff --git a/sysutils/mkdesktop/Makefile b/sysutils/mkdesktop/Makefile index 83faa4c23df5..594af418b5f2 100644 --- a/sysutils/mkdesktop/Makefile +++ b/sysutils/mkdesktop/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= bourne.identity@hotmail.com COMMENT= Set up any desktop under FreeBSD with ease +WWW= https://github.com/bourne-again/mkdesktop LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/mkfwimage/Makefile b/sysutils/mkfwimage/Makefile index e51a9c8b8d58..596ebd60d9b1 100644 --- a/sysutils/mkfwimage/Makefile +++ b/sysutils/mkfwimage/Makefile @@ -7,6 +7,7 @@ DISTNAME= ubnt-${PORTNAME}-${DISTVERSION} MAINTAINER= adrian@FreeBSD.org COMMENT= Ubiquiti Embedded Board Image Generator +WWW= https://people.freebsd.org/~adrian/mkfwimage/ LICENSE= GPLv2+ diff --git a/sysutils/mkjail/Makefile b/sysutils/mkjail/Makefile index 3b53f32e1491..560bc94867bf 100644 --- a/sysutils/mkjail/Makefile +++ b/sysutils/mkjail/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= fuz@fuz.su COMMENT= Fat jail creation script +WWW= https://github.com/mkjail/mkjail LICENSE= BSD2CLAUSE diff --git a/sysutils/mkntpwd/Makefile b/sysutils/mkntpwd/Makefile index d7b5886b9849..c700e9f0c611 100644 --- a/sysutils/mkntpwd/Makefile +++ b/sysutils/mkntpwd/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= pcTA@cs.nctu.edu.tw COMMENT= Utility to create Samba password hashes +WWW= https://sourceforge.net/projects/ldaputils/ NO_WRKSUBDIR= yes PLIST_FILES= bin/mkntpwd diff --git a/sysutils/mmc-utils/Makefile b/sysutils/mmc-utils/Makefile index 26a1640909ea..7ca781190bd6 100644 --- a/sysutils/mmc-utils/Makefile +++ b/sysutils/mmc-utils/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/snapshot/${ MAINTAINER= marius@FreeBSD.org COMMENT= Userspace tools for MMC/SD devices +WWW= https://www.kernel.org/doc/Documentation/mmc/mmc-tools.txt LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= multi diff --git a/sysutils/mmve/Makefile b/sysutils/mmve/Makefile index 385c09faa166..41e067e482e2 100644 --- a/sysutils/mmve/Makefile +++ b/sysutils/mmve/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= tj+freebsd_ports@a13.fr COMMENT= Mass MV Editor: move files with your text editor +WWW= https://rubygems.org/gems/mmve LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/mnrpes/Makefile b/sysutils/mnrpes/Makefile index 49e2b730d978..460474061854 100644 --- a/sysutils/mnrpes/Makefile +++ b/sysutils/mnrpes/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= robak@FreeBSD.org COMMENT= MCollective and Rufus scheduler wrapper +WWW= https://github.com/nullDowntimeLtd/mnrpes LICENSE= APACHE20 diff --git a/sysutils/modman/Makefile b/sysutils/modman/Makefile index dba85eb3f0b2..a602ebe8abee 100644 --- a/sysutils/modman/Makefile +++ b/sysutils/modman/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils www MAINTAINER= lukasz@wasikowski.net COMMENT= Modularize extensions using symlinks +WWW= https://github.com/colinmollenhour/modman LICENSE= APACHE20 diff --git a/sysutils/modules/Makefile b/sysutils/modules/Makefile index 30cbe90dcc54..5ee143550c6c 100644 --- a/sysutils/modules/Makefile +++ b/sysutils/modules/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/cea-hpc/modules/releases/download/v${PORTVERSIO MAINTAINER= ports@FreeBSD.org COMMENT= Dynamic modification of a user environment +WWW= http://modules.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING.GPLv2 diff --git a/sysutils/mog/Makefile b/sysutils/mog/Makefile index 672251e9823c..06017a258da8 100644 --- a/sysutils/mog/Makefile +++ b/sysutils/mog/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org COMMENT= Different take on the UNIX tool cat +WWW= https://github.com/witchard/mog/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/monit/Makefile b/sysutils/monit/Makefile index b5add4a11763..26f7758e9f89 100644 --- a/sysutils/monit/Makefile +++ b/sysutils/monit/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://mmonit.com/monit/dist/ MAINTAINER= martinp@tildeslash.com COMMENT= Unix system management and proactive monitoring +WWW= https://mmonit.com/monit/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/monitorix/Makefile b/sysutils/monitorix/Makefile index c63c539fd602..74a8eae8053c 100644 --- a/sysutils/monitorix/Makefile +++ b/sysutils/monitorix/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://www.monitorix.org/ \ MAINTAINER= crees@FreeBSD.org COMMENT= Web based monitoring system +WWW= https://www.monitorix.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/moosefs2-cgi/Makefile b/sysutils/moosefs2-cgi/Makefile index d33138f4f30c..8eb7f9643933 100644 --- a/sysutils/moosefs2-cgi/Makefile +++ b/sysutils/moosefs2-cgi/Makefile @@ -1,6 +1,7 @@ PKGNAMESUFFIX= -cgi COMMENT= MooseFS CGI interface +WWW= https://moosefs.com/ MFS_COMPONENT= cgi diff --git a/sysutils/moosefs2-cgiserv/Makefile b/sysutils/moosefs2-cgiserv/Makefile index 21d745f4396f..854a3347c5d2 100644 --- a/sysutils/moosefs2-cgiserv/Makefile +++ b/sysutils/moosefs2-cgiserv/Makefile @@ -1,6 +1,7 @@ PKGNAMESUFFIX= -cgiserv COMMENT= MooseFS CGI webserver +WWW= https://moosefs.com/ MFS_COMPONENT= cgiserv diff --git a/sysutils/moosefs2-chunkserver/Makefile b/sysutils/moosefs2-chunkserver/Makefile index 70ba917000d0..36f8c2c012bc 100644 --- a/sysutils/moosefs2-chunkserver/Makefile +++ b/sysutils/moosefs2-chunkserver/Makefile @@ -1,6 +1,7 @@ PKGNAMESUFFIX= -chunkserver COMMENT= MooseFS data storage and synchronization component +WWW= https://moosefs.com/ MFS_COMPONENT= chunkserver diff --git a/sysutils/moosefs2-cli/Makefile b/sysutils/moosefs2-cli/Makefile index 0719b1f1cfe7..9110bd551227 100644 --- a/sysutils/moosefs2-cli/Makefile +++ b/sysutils/moosefs2-cli/Makefile @@ -1,6 +1,7 @@ PKGNAMESUFFIX= -cli COMMENT= MooseFS command line interface +WWW= https://moosefs.com/ MFS_COMPONENT= cli diff --git a/sysutils/moosefs2-client/Makefile b/sysutils/moosefs2-client/Makefile index d682b550a57f..c166ce3461e3 100644 --- a/sysutils/moosefs2-client/Makefile +++ b/sysutils/moosefs2-client/Makefile @@ -1,6 +1,7 @@ PKGNAMESUFFIX= -client COMMENT= MooseFS client tools +WWW= https://moosefs.com/ MFS_COMPONENT= client diff --git a/sysutils/moosefs2-master/Makefile b/sysutils/moosefs2-master/Makefile index 393c0fc85209..a13aa3d8224a 100644 --- a/sysutils/moosefs2-master/Makefile +++ b/sysutils/moosefs2-master/Makefile @@ -7,6 +7,7 @@ DISTNAME= moosefs-${PORTVERSION}-1 MAINTAINER= freebsd@moosefs.com COMMENT?= Fault-tolerant distributed filesystem +WWW= https://moosefs.com/ LICENSE= GPLv2 diff --git a/sysutils/moosefs2-metalogger/Makefile b/sysutils/moosefs2-metalogger/Makefile index 229593fb1b33..c2f8eeb725dd 100644 --- a/sysutils/moosefs2-metalogger/Makefile +++ b/sysutils/moosefs2-metalogger/Makefile @@ -1,6 +1,7 @@ PKGNAMESUFFIX= -metalogger COMMENT= MooseFS metadata backup server +WWW= https://moosefs.com/ MFS_COMPONENT= metalogger diff --git a/sysutils/moosefs2-netdump/Makefile b/sysutils/moosefs2-netdump/Makefile index 282ce7ccd794..29a814507314 100644 --- a/sysutils/moosefs2-netdump/Makefile +++ b/sysutils/moosefs2-netdump/Makefile @@ -1,6 +1,7 @@ PKGNAMESUFFIX= -netdump COMMENT= MooseFS network packet dump utility +WWW= https://moosefs.com/ MFS_COMPONENT= netdump diff --git a/sysutils/moosefs3-cgi/Makefile b/sysutils/moosefs3-cgi/Makefile index 7d037c1e09ae..f9862a9510b6 100644 --- a/sysutils/moosefs3-cgi/Makefile +++ b/sysutils/moosefs3-cgi/Makefile @@ -1,6 +1,7 @@ PKGNAMESUFFIX= -cgi COMMENT= MooseFS CGI interface +WWW= https://moosefs.com/ MFS_COMPONENT= cgi diff --git a/sysutils/moosefs3-cgiserv/Makefile b/sysutils/moosefs3-cgiserv/Makefile index fb8de26fb7e4..4839ca31c9e7 100644 --- a/sysutils/moosefs3-cgiserv/Makefile +++ b/sysutils/moosefs3-cgiserv/Makefile @@ -1,6 +1,7 @@ PKGNAMESUFFIX= -cgiserv COMMENT= MooseFS CGI webserver +WWW= https://moosefs.com/ MFS_COMPONENT= cgiserv diff --git a/sysutils/moosefs3-chunkserver/Makefile b/sysutils/moosefs3-chunkserver/Makefile index 455c77feca38..8db9746faade 100644 --- a/sysutils/moosefs3-chunkserver/Makefile +++ b/sysutils/moosefs3-chunkserver/Makefile @@ -1,6 +1,7 @@ PKGNAMESUFFIX= -chunkserver COMMENT= MooseFS data storage and synchronization component +WWW= https://moosefs.com/ MFS_COMPONENT= chunkserver diff --git a/sysutils/moosefs3-cli/Makefile b/sysutils/moosefs3-cli/Makefile index c4ca64e8ad86..4d0ae86a3b22 100644 --- a/sysutils/moosefs3-cli/Makefile +++ b/sysutils/moosefs3-cli/Makefile @@ -1,6 +1,7 @@ PKGNAMESUFFIX= -cli COMMENT= MooseFS command line interface +WWW= https://moosefs.com/ MFS_COMPONENT= cli diff --git a/sysutils/moosefs3-client/Makefile b/sysutils/moosefs3-client/Makefile index 710a9d213612..e16e1b3ba8c0 100644 --- a/sysutils/moosefs3-client/Makefile +++ b/sysutils/moosefs3-client/Makefile @@ -1,6 +1,7 @@ PKGNAMESUFFIX= -client COMMENT= MooseFS client tools +WWW= https://moosefs.com/ MFS_COMPONENT= client diff --git a/sysutils/moosefs3-master/Makefile b/sysutils/moosefs3-master/Makefile index 2fe023c00560..0a9a86299340 100644 --- a/sysutils/moosefs3-master/Makefile +++ b/sysutils/moosefs3-master/Makefile @@ -9,6 +9,7 @@ DISTNAME= moosefs-${DISTVERSION}-${DISTVERSIONSUFFIX} MAINTAINER= freebsd@moosefs.pro COMMENT?= Fault-tolerant distributed filesystem +WWW= https://moosefs.com/ LICENSE= GPLv2 diff --git a/sysutils/moosefs3-metalogger/Makefile b/sysutils/moosefs3-metalogger/Makefile index 8b54b39fd9fa..c355a060eca7 100644 --- a/sysutils/moosefs3-metalogger/Makefile +++ b/sysutils/moosefs3-metalogger/Makefile @@ -1,6 +1,7 @@ PKGNAMESUFFIX= -metalogger COMMENT= MooseFS metadata backup server +WWW= https://moosefs.com/ MFS_COMPONENT= metalogger diff --git a/sysutils/moosefs3-netdump/Makefile b/sysutils/moosefs3-netdump/Makefile index f895b5c88089..082e1eca3224 100644 --- a/sysutils/moosefs3-netdump/Makefile +++ b/sysutils/moosefs3-netdump/Makefile @@ -1,6 +1,7 @@ PKGNAMESUFFIX= -netdump COMMENT= MooseFS network packet dump utility +WWW= https://moosefs.com/ MFS_COMPONENT= netdump diff --git a/sysutils/moreutils/Makefile b/sysutils/moreutils/Makefile index 33e2db8140d3..abbc1005d479 100644 --- a/sysutils/moreutils/Makefile +++ b/sysutils/moreutils/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://git.joeyh.name/index.cgi/moreutils.git/snapshot/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Additional Unix utilities +WWW= https://joeyh.name/code/moreutils/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/mountsmb2/Makefile b/sysutils/mountsmb2/Makefile index c8fa4f0de97b..41eb4962aa9f 100644 --- a/sysutils/mountsmb2/Makefile +++ b/sysutils/mountsmb2/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= LOCAL/lippe MAINTAINER= ports@FreeBSD.org COMMENT= SMB/CIFS shares mounting scripts to do it at login +WWW= http://www.granch.ru/~shelton RUN_DEPENDS= nbtscan:net-mgmt/nbtscan \ sudo:security/sudo diff --git a/sysutils/mping/Makefile b/sysutils/mping/Makefile index ca7135a80f16..8c4bf8d74f8c 100644 --- a/sysutils/mping/Makefile +++ b/sysutils/mping/Makefile @@ -5,6 +5,7 @@ PKGNAMESUFFIX= -fraubsd MAINTAINER= ports@FreeBSD.org COMMENT= Ping multiple hosts +WWW= https://fraubsd.org/mping/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/mptd/Makefile b/sysutils/mptd/Makefile index d7be1ee63410..4730db484ce9 100644 --- a/sysutils/mptd/Makefile +++ b/sysutils/mptd/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/ MAINTAINER= feld@FreeBSD.org COMMENT= Monitoring daemon for mpt RAID controllers +WWW= https://www.freebsd.org/ LICENSE= BSD2CLAUSE diff --git a/sysutils/msiklm/Makefile b/sysutils/msiklm/Makefile index 00e26395c0e2..feaa9c51ca1a 100644 --- a/sysutils/msiklm/Makefile +++ b/sysutils/msiklm/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= jhale@FreeBSD.org COMMENT= MSI keyboard light manager +WWW= https://github.com/Gibtnix/MSIKLM LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/msktutil/Makefile b/sysutils/msktutil/Makefile index 5eca5f518e42..874ce82f84d4 100644 --- a/sysutils/msktutil/Makefile +++ b/sysutils/msktutil/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= zi@FreeBSD.org COMMENT= Utility to manage Active Directory interoperability +WWW= https://github.com/msktutil/msktutil LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/mstflint-lite/Makefile b/sysutils/mstflint-lite/Makefile index abdac3e7ef75..0739bf144bfb 100644 --- a/sysutils/mstflint-lite/Makefile +++ b/sysutils/mstflint-lite/Makefile @@ -2,6 +2,7 @@ PORTREVISION= 1 PKGNAMESUFFIX= -lite COMMENT= Firmware Burning and Diagnostics Tools for Mellanox devices (lite version) +WWW= https://www.mellanox.com/page/management_tools CONFLICTS_INSTALL= mstflint diff --git a/sysutils/mstflint/Makefile b/sysutils/mstflint/Makefile index 45e1f0ab92d5..51f7cc3e28cb 100644 --- a/sysutils/mstflint/Makefile +++ b/sysutils/mstflint/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= hselasky@FreeBSD.org COMMENT?= Firmware Burning and Diagnostics Tools for Mellanox devices +WWW= https://www.mellanox.com/page/management_tools LICENSE= BSD2CLAUSE GPLv2 LICENSE_COMB= dual diff --git a/sysutils/msyslog/Makefile b/sysutils/msyslog/Makefile index 3f4fa2034c32..797f8bc13877 100644 --- a/sysutils/msyslog/Makefile +++ b/sysutils/msyslog/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION}-src MAINTAINER= bofh@FreeBSD.org COMMENT= Flexible and easy to integrate syslog daemon +WWW= http://oss.coresecurity.com/projects/msyslog.html LICENSE= BSD4CLAUSE MIT LICENSE_COMB= dual diff --git a/sysutils/mtm/Makefile b/sysutils/mtm/Makefile index 559f7438d31c..2d47963cc015 100644 --- a/sysutils/mtm/Makefile +++ b/sysutils/mtm/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= 0mp@FreeBSD.org COMMENT= Terminal multiplexer focused on simplicity, compatibility and stability +WWW= https://github.com/deadpixi/mtm LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/README.rst diff --git a/sysutils/mtpfs/Makefile b/sysutils/mtpfs/Makefile index ceabe633bc30..11d3402edd42 100644 --- a/sysutils/mtpfs/Makefile +++ b/sysutils/mtpfs/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= jhixson@FreeBSD.org COMMENT= MTP device filesystem +WWW= https://www.adebenham.com/mtpfs/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/mtxorbd/Makefile b/sysutils/mtxorbd/Makefile index 3205af1c09e9..b1a060b52adf 100644 --- a/sysutils/mtxorbd/Makefile +++ b/sysutils/mtxorbd/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/mtxorb/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Control Daemon for Matrix Orbital LCD screens +WWW= http://mtxorb.sourceforge.net/ USES= tar:tgz diff --git a/sysutils/multitail/Makefile b/sysutils/multitail/Makefile index 0f6c93e301a6..d5e432a66ccb 100644 --- a/sysutils/multitail/Makefile +++ b/sysutils/multitail/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.vanheusden.com/multitail/ \ MAINTAINER= beat@FreeBSD.org COMMENT= Tail multiple files on console with ncurses +WWW= https://www.vanheusden.com/multitail/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/license.txt diff --git a/sysutils/munin-common/Makefile b/sysutils/munin-common/Makefile index c4392a64844c..69437fb9c144 100644 --- a/sysutils/munin-common/Makefile +++ b/sysutils/munin-common/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= -common MAINTAINER= mat@FreeBSD.org COMMENT= Common components between a munin node and server +WWW= https://munin-monitoring.org/ BUILD_DEPENDS= p5-Module-Build>=0:devel/p5-Module-Build \ p5-Net-SSLeay>=0:security/p5-Net-SSLeay diff --git a/sysutils/munin-contrib/Makefile b/sysutils/munin-contrib/Makefile index ab4fcf3bee59..69848de38d13 100644 --- a/sysutils/munin-contrib/Makefile +++ b/sysutils/munin-contrib/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= munin- MAINTAINER= mat@FreeBSD.org COMMENT= Contributed plugins and other for munin +WWW= https://github.com/munin-monitoring/contrib LICENSE= GPLv2 diff --git a/sysutils/munin-master/Makefile b/sysutils/munin-master/Makefile index 70af44c0a2a3..4ca0257b6fc8 100644 --- a/sysutils/munin-master/Makefile +++ b/sysutils/munin-master/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= -master MAINTAINER= mat@FreeBSD.org COMMENT= Collector part of Munin +WWW= https://munin-monitoring.org/ BUILD_DEPENDS= munin-common>=${MUNIN_VERSION}:sysutils/munin-common \ p5-CGI>=0:www/p5-CGI \ diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile index 1a73b8fca626..bf86e07f4698 100644 --- a/sysutils/munin-node/Makefile +++ b/sysutils/munin-node/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= -node MAINTAINER= mat@FreeBSD.org COMMENT= Node-specific part of Munin +WWW= https://munin-monitoring.org/ BUILD_DEPENDS= bash:shells/bash \ munin-common>=${MUNIN_VERSION}:sysutils/munin-common \ diff --git a/sysutils/muse/Makefile b/sysutils/muse/Makefile index 443593c48544..f9a39aa25384 100644 --- a/sysutils/muse/Makefile +++ b/sysutils/muse/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.spatula.net/muse/ MAINTAINER= freebsd@spatula.net COMMENT= Shows memory usage data +WWW= http://www.spatula.net/proc/muse/index.src BROKEN_FreeBSD_12= fails to compile: read_mem.c: invalid use of undefined type 'struct vmmeter' BROKEN_FreeBSD_13= fails to compile: read_mem.c: invalid use of undefined type 'struct vmmeter' diff --git a/sysutils/mxkill/Makefile b/sysutils/mxkill/Makefile index 65c196d26ae3..1cd8eb3dff72 100644 --- a/sysutils/mxkill/Makefile +++ b/sysutils/mxkill/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= cy@FreeBSD.org COMMENT= X/Motif interface to ps with kill capability +WWW= https://www.muquit.com/muquit/software/mxkill/mxkill.html USES= imake:noman motif USE_XORG= xt x11 diff --git a/sysutils/mybashburn/Makefile b/sysutils/mybashburn/Makefile index 3d1c79eec296..00c942e5ecee 100644 --- a/sysutils/mybashburn/Makefile +++ b/sysutils/mybashburn/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Ncurses CD burning bash script +WWW= http://mybashburn.sf.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/myrescue/Makefile b/sysutils/myrescue/Makefile index 0e75e5f5fba5..e46b445a53b5 100644 --- a/sysutils/myrescue/Makefile +++ b/sysutils/myrescue/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ MAINTAINER= anastasios@mageirias.com COMMENT= Rescue still-readable data from a damaged harddisk +WWW= https://sourceforge.net/projects/myrescue LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/../COPYING diff --git a/sysutils/n98-magerun/Makefile b/sysutils/n98-magerun/Makefile index fb96f1b33c7b..fa3a7bf0c252 100644 --- a/sysutils/n98-magerun/Makefile +++ b/sysutils/n98-magerun/Makefile @@ -7,6 +7,7 @@ EXTRACT_SUFX= .phar MAINTAINER= lukasz@wasikowski.net COMMENT= CLI tool for inspection and control of Magento installations +WWW= https://magerun.net/ LICENSE= MIT diff --git a/sysutils/nagios-statd/Makefile b/sysutils/nagios-statd/Makefile index 6a7e5ba10099..dfe6ad9f0b76 100644 --- a/sysutils/nagios-statd/Makefile +++ b/sysutils/nagios-statd/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.twoevils.org/files/netsaint_statd/ MAINTAINER= jims@bluenotch.com COMMENT= Daemon/client to check remote host information for Nagios +WWW= http://www.twoevils.org/files/netsaint_statd/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/share/doc/LICENSE diff --git a/sysutils/namefix/Makefile b/sysutils/namefix/Makefile index 590c44e789d6..0d95adad439f 100644 --- a/sysutils/namefix/Makefile +++ b/sysutils/namefix/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}.pl_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Batch file renamer +WWW= https://namefix.blogspot.com/ LICENSE= GPLv2 diff --git a/sysutils/ncdu/Makefile b/sysutils/ncdu/Makefile index 8d08295edf6f..da722fb95788 100644 --- a/sysutils/ncdu/Makefile +++ b/sysutils/ncdu/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://dev.yorhel.nl/download/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ncurses du(1) +WWW= https://dev.yorhel.nl/ncdu LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/ndmpd/Makefile b/sysutils/ndmpd/Makefile index 20ebb9c4a033..28311ec74cf4 100644 --- a/sysutils/ndmpd/Makefile +++ b/sysutils/ndmpd/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Network Data Management Protocol daemon +WWW= https://github.com/iXsystems/ndmpd LICENSE= BSD3CLAUSE diff --git a/sysutils/neofetch/Makefile b/sysutils/neofetch/Makefile index 46eb343cc4ce..a5a52df536a5 100644 --- a/sysutils/neofetch/Makefile +++ b/sysutils/neofetch/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= pkubaj@FreeBSD.org COMMENT= Fast, highly customizable system info script +WWW= https://github.com/dylanaraps/neofetch LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/sysutils/nerdctl/Makefile b/sysutils/nerdctl/Makefile index a121cfa94148..0c29610fc3ce 100644 --- a/sysutils/nerdctl/Makefile +++ b/sysutils/nerdctl/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= woodsb02@FreeBSD.org COMMENT= Docker-compatible CLI for containerd +WWW= https://github.com/containerd/nerdctl LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/netevent/Makefile b/sysutils/netevent/Makefile index 59efab4158ed..58aedaf30777 100644 --- a/sysutils/netevent/Makefile +++ b/sysutils/netevent/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= greg@unrelenting.technology COMMENT= Tool for sharing uinput devices with other machines +WWW= https://github.com/Blub/netevent LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/nfcutils/Makefile b/sysutils/nfcutils/Makefile index bf72b7bd016d..9f9ab8d916db 100644 --- a/sysutils/nfcutils/Makefile +++ b/sysutils/nfcutils/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= dengtooling@gmail.com COMMENT= Listing NFC devices and in-field tags or targets +WWW= https://github.com/nfc-tools/nfcutils/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/nfs-over-tls/Makefile b/sysutils/nfs-over-tls/Makefile index 9d911f53a58c..a74849b5ea1c 100644 --- a/sysutils/nfs-over-tls/Makefile +++ b/sysutils/nfs-over-tls/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://people.freebsd.org/~rmacklem/nfs-over-tls/ MAINTAINER= rmacklem@freebsd.org COMMENT= Utilities for NFS over TLS +WWW= https://people.freebsd.org/~rmacklem/nfs-over-tls-setup.txt LICENSE= BSD2CLAUSE diff --git a/sysutils/nitrogen/Makefile b/sysutils/nitrogen/Makefile index 75181db48f6c..e0156e289fbc 100644 --- a/sysutils/nitrogen/Makefile +++ b/sysutils/nitrogen/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://github.com/l3ib/nitrogen/releases/download/${DISTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Background browser and setter for X windows +WWW= https://github.com/l3ib/nitrogen LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/nix/Makefile b/sysutils/nix/Makefile index 12995e00a2fb..e0e506509d47 100644 --- a/sysutils/nix/Makefile +++ b/sysutils/nix/Makefile @@ -7,6 +7,7 @@ PATCHFILES= 7c112351d9e941567e64063638396259546d9a48.patch:-p1 # libutil: EPERM MAINTAINER= 0mp@FreeBSD.org COMMENT= Purely functional package manager +WWW= https://nixos.org/nix/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/nmrpflash/Makefile b/sysutils/nmrpflash/Makefile index fc76b4f7a495..4d03e416f097 100644 --- a/sysutils/nmrpflash/Makefile +++ b/sysutils/nmrpflash/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= se@FreeBSD.org COMMENT= Unofficial flash tool for Netgear network devices +WWW= https://github.com/jclehner/nmrpflash LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/node_exporter/Makefile b/sysutils/node_exporter/Makefile index 48dc84067929..9b721947d70c 100644 --- a/sysutils/node_exporter/Makefile +++ b/sysutils/node_exporter/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= dor.bsd@xm0.uk COMMENT= Prometheus exporter for machine metrics +WWW= https://github.com/prometheus/node_exporter LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/nomad-pot-driver/Makefile b/sysutils/nomad-pot-driver/Makefile index 959c684897eb..1efcda5a0dd8 100644 --- a/sysutils/nomad-pot-driver/Makefile +++ b/sysutils/nomad-pot-driver/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org COMMENT= Nomad driver to support pot jails +WWW= https://www.nomadproject.io LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/nomad/Makefile b/sysutils/nomad/Makefile index eb55fc1d95f0..3e39c6774e34 100644 --- a/sysutils/nomad/Makefile +++ b/sysutils/nomad/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= jhixson@FreeBSD.org COMMENT= Cluster manager and scheduler +WWW= https://www.nomadproject.io/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/npadmin/Makefile b/sysutils/npadmin/Makefile index d6970a923f41..d289e708c2ea 100644 --- a/sysutils/npadmin/Makefile +++ b/sysutils/npadmin/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= SNMP based command line network printer management tool +WWW= http://npadmin.sourceforge.net/ USES= compiler GNU_CONFIGURE= yes diff --git a/sysutils/nq/Makefile b/sysutils/nq/Makefile index bb32c58e8203..f11d6c841893 100644 --- a/sysutils/nq/Makefile +++ b/sysutils/nq/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Unix command line queue utility +WWW= https://github.com/leahneukirchen/nq LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/nrg2iso/Makefile b/sysutils/nrg2iso/Makefile index ce4fd27fe3f9..32eb67f71124 100644 --- a/sysutils/nrg2iso/Makefile +++ b/sysutils/nrg2iso/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://gregory.kokanosky.free.fr/v4/linux/ MAINTAINER= ports@FreeBSD.org COMMENT= Convert Nero .nrg CD-Image format to ISO +WWW= http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html USES= gmake diff --git a/sysutils/nsysctl/Makefile b/sysutils/nsysctl/Makefile index 57ff5efe5a8e..8712a3bf77fb 100644 --- a/sysutils/nsysctl/Makefile +++ b/sysutils/nsysctl/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= alfix86@gmail.com COMMENT= Utility to get and set kernel state at runtime +WWW= https://gitlab.com/alfix/nsysctl/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/ntfy/Makefile b/sysutils/ntfy/Makefile index 5be99ff73fd0..55709e2b7516 100644 --- a/sysutils/ntfy/Makefile +++ b/sysutils/ntfy/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils deskutils MAINTAINER= yuri@FreeBSD.org COMMENT= Utility for sending notifications on-demand, and when commands finish +WWW= https://ntfy.readthedocs.io/en/latest/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/ntpstat/Makefile b/sysutils/ntpstat/Makefile index 8ce66cc8536a..c0ee1bdd25e0 100644 --- a/sysutils/ntpstat/Makefile +++ b/sysutils/ntpstat/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= cy@FreeBSD.org COMMENT= Print the ntpd or chronyd synchronisation status +WWW= https://github.com/mlichvar/ntpstat LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/nut-devel/Makefile b/sysutils/nut-devel/Makefile index cbed9c263078..e7c21df88436 100644 --- a/sysutils/nut-devel/Makefile +++ b/sysutils/nut-devel/Makefile @@ -9,6 +9,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= cy@FreeBSD.org COMMENT= Network UPS Tools +WWW= https://www.networkupstools.org/ LICENSE= GPLv2+ GPLv3+ ART10 GPLv1+ LICENSE_COMB= multi diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index 30eb3474f0c3..2ba36006d53a 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ MAINTAINER= cy@FreeBSD.org COMMENT= Network UPS Tools +WWW= https://www.networkupstools.org/ LICENSE= GPLv2+ GPLv3+ ART10 GPLv1+ LICENSE_COMB= multi diff --git a/sysutils/nvclock/Makefile b/sysutils/nvclock/Makefile index 25a0c4588a9a..0a572f74dd6f 100644 --- a/sysutils/nvclock/Makefile +++ b/sysutils/nvclock/Makefile @@ -7,6 +7,7 @@ DISTNAME= nvclock${DISTVERSION} MAINTAINER= danfe@FreeBSD.org COMMENT= NVidia graphic card status and overclocking tool +WWW= https://www.linuxhardware.org/nvclock/ LICENSE= GPLv2 diff --git a/sysutils/nvimpager/Makefile b/sysutils/nvimpager/Makefile index a5407945f156..a6f718a4aa4d 100644 --- a/sysutils/nvimpager/Makefile +++ b/sysutils/nvimpager/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= adamw@FreeBSD.org COMMENT= Use NeoVim as a pager, with full syntax highlighting +WWW= https://github.com/lucc/nvimpager LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/nvme-cli/Makefile b/sysutils/nvme-cli/Makefile index 73be47e8cae5..8a1a1e1e3638 100644 --- a/sysutils/nvme-cli/Makefile +++ b/sysutils/nvme-cli/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= imp@FreeBSD.org COMMENT= Port of Linux nvme cli utility +WWW= https://github.com/linux-nvme/nvme-cli LICENSE= GPLv2 diff --git a/sysutils/nvramtool/Makefile b/sysutils/nvramtool/Makefile index 3b9452d77bb7..22fffd053785 100644 --- a/sysutils/nvramtool/Makefile +++ b/sysutils/nvramtool/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.zonov.org/${PORTNAME}/ MAINTAINER= zont@FreeBSD.org COMMENT= Utility for reading, writing the contents of CMOS memory +WWW= https://www.coreboot.org/Nvramtool USES= gmake tar:bzip2 diff --git a/sysutils/oak/Makefile b/sysutils/oak/Makefile index 58beb72e1a30..e15aa97c2bf2 100644 --- a/sysutils/oak/Makefile +++ b/sysutils/oak/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.ktools.org/dist/oak/ MAINTAINER= demon@FreeBSD.org COMMENT= System Log Reporting Tool +WWW= https://www.ktools.org/oak/ USE_RC_SUBR= oak diff --git a/sysutils/oc/Makefile b/sysutils/oc/Makefile index 3a1e7cf63841..e9577e8ae3a2 100644 --- a/sysutils/oc/Makefile +++ b/sysutils/oc/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= jhixson@freebsd.org COMMENT= OpenShift Command Line +WWW= https://github.com/openshift/oc LICENSE= APACHE20 LICENSE_FILE= ${GO_WRKSRC}/LICENSE diff --git a/sysutils/odo/Makefile b/sysutils/odo/Makefile index d7f6bb1b549a..650c43bdd471 100644 --- a/sysutils/odo/Makefile +++ b/sysutils/odo/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Atomic odometer for the command line +WWW= https://github.com/atomicobject/odo LICENSE= ISCL diff --git a/sysutils/ods2/Makefile b/sysutils/ods2/Makefile index 769e2829b458..174b99d60574 100644 --- a/sysutils/ods2/Makefile +++ b/sysutils/ods2/Makefile @@ -7,6 +7,7 @@ DISTNAME= ods2 MAINTAINER= pzn.unixbsd@gmail.com COMMENT= Utility for manipulating ODS-2 filesystems +WWW= https://www.goatley.com/hunter/ USES= zip NO_WRKSUBDIR= yes diff --git a/sysutils/ohmu/Makefile b/sysutils/ohmu/Makefile index e9f167c41a50..d8086541fa18 100644 --- a/sysutils/ohmu/Makefile +++ b/sysutils/ohmu/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Tool to view space usage in your terminal +WWW= https://github.com/paul-nechifor/ohmu LICENSE= MIT diff --git a/sysutils/omnibackup/Makefile b/sysutils/omnibackup/Makefile index b8ca6cdd386a..f067909758b5 100644 --- a/sysutils/omnibackup/Makefile +++ b/sysutils/omnibackup/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= info@babaei.net COMMENT= One Script to back them all up +WWW= https://github.com/NuLL3rr0r/omnibackup LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/onefetch/Makefile b/sysutils/onefetch/Makefile index 111a72112ad3..7688de32ba5f 100644 --- a/sysutils/onefetch/Makefile +++ b/sysutils/onefetch/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils devel MAINTAINER= lcook@FreeBSD.org COMMENT= Git repository summary on your terminal +WWW= https://github.com/o2sh/onefetch LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/sysutils/opa/Makefile b/sysutils/opa/Makefile index aeeceeac07bc..2f41310dd476 100644 --- a/sysutils/opa/Makefile +++ b/sysutils/opa/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Open Policy Agent for policy enforcement across the entire stack +WWW= https://github.com/open-policy-agent/opa LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/opencorsairlink/Makefile b/sysutils/opencorsairlink/Makefile index bfe2e62f33a5..7de38c4c2a5c 100644 --- a/sysutils/opencorsairlink/Makefile +++ b/sysutils/opencorsairlink/Makefile @@ -7,6 +7,7 @@ PATCHFILES= d600c7ff032a3911d30b039844a31f0b3acfe26a.patch:-p1 MAINTAINER= ports@FreeBSD.org COMMENT= Support for CorsairLink Devices +WWW= https://github.com/audiohacked/OpenCorsairLink LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/opendircolors/Makefile b/sysutils/opendircolors/Makefile index 58ed7cf299b7..423501bada3a 100644 --- a/sysutils/opendircolors/Makefile +++ b/sysutils/opendircolors/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= me@cameronkatri.com COMMENT= BSD-licensed replacement for dircolors +WWW= https://github.com/CRKatri/opendircolors LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/openipmi/Makefile b/sysutils/openipmi/Makefile index 8638ad376f2b..969781923d87 100644 --- a/sysutils/openipmi/Makefile +++ b/sysutils/openipmi/Makefile @@ -6,6 +6,7 @@ DISTNAME= OpenIPMI-${PORTVERSION} MAINTAINER= egypcio@FreeBSD.org COMMENT= Complex IPMI management software +WWW= http://openipmi.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/opensbi/Makefile b/sysutils/opensbi/Makefile index 090a90e55c67..0a916f22222e 100644 --- a/sysutils/opensbi/Makefile +++ b/sysutils/opensbi/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= mhorne@FreeBSD.org COMMENT= RISC-V SBI bootloader and firmware +WWW= https://github.com/riscv/opensbi LICENSE= BSD2CLAUSE diff --git a/sysutils/openseachest/Makefile b/sysutils/openseachest/Makefile index 6c7b6243bd09..81a3b32753d6 100644 --- a/sysutils/openseachest/Makefile +++ b/sysutils/openseachest/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= swills@FreeBSD.org COMMENT= Utilities for managing storage devices +WWW= https://github.com/Seagate/openSeaChest LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/sysutils/openshift-install/Makefile b/sysutils/openshift-install/Makefile index a4be190e59f0..469462d25d38 100644 --- a/sysutils/openshift-install/Makefile +++ b/sysutils/openshift-install/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= jhixson@freebsd.org COMMENT= RedHat OpenShift installer +WWW= https://github.com/openshift/installer LICENSE= APACHE20 LICENSE_FILE= ${GO_WRKSRC}/LICENSE diff --git a/sysutils/openupsd/Makefile b/sysutils/openupsd/Makefile index da1a1a8e7efb..98c4760b4d11 100644 --- a/sysutils/openupsd/Makefile +++ b/sysutils/openupsd/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://BSDforge.com/projects/source/sysutils/openupsd/ MAINTAINER= tdb@FreeBSD.org COMMENT= UPS daemon for some Belkin UPS's +WWW= https://BSDforge.com/projects/sysutils/openupsd/ USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes diff --git a/sysutils/openzfs-kmod/Makefile b/sysutils/openzfs-kmod/Makefile index c86fdd16e8dd..48448057e652 100644 --- a/sysutils/openzfs-kmod/Makefile +++ b/sysutils/openzfs-kmod/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX?= -kmod MAINTAINER= freqlabs@FreeBSD.org COMMENT= OpenZFS kernel module for FreeBSD +WWW= https://github.com/zfsonfreebsd/ZoF LICENSE= CDDL diff --git a/sysutils/openzfs/Makefile b/sysutils/openzfs/Makefile index c18f9ce73d91..f53c0aab7e4a 100644 --- a/sysutils/openzfs/Makefile +++ b/sysutils/openzfs/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= freqlabs@FreeBSD.org COMMENT= OpenZFS userland for FreeBSD +WWW= https://github.com/zfsonfreebsd/ZoF LICENSE= CDDL diff --git a/sysutils/osinfo-db-tools/Makefile b/sysutils/osinfo-db-tools/Makefile index fb37ffc22a31..db93c0d80b7e 100644 --- a/sysutils/osinfo-db-tools/Makefile +++ b/sysutils/osinfo-db-tools/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://releases.pagure.org/libosinfo/ MAINTAINER= novel@FreeBSD.org COMMENT= Tools for managing the osinfo database +WWW= https://libosinfo.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/p5-App-Regather/Makefile b/sysutils/p5-App-Regather/Makefile index 1079832ec1b0..4cc9e84bc0ab 100644 --- a/sysutils/p5-App-Regather/Makefile +++ b/sysutils/p5-App-Regather/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= zeus@gnu.org.ua COMMENT= Script to perform actions on LDAP syncrepl events +WWW= https://metacpan.org/release/App-Regather LICENSE= GPLv3+ diff --git a/sysutils/p5-App-RunCron/Makefile b/sysutils/p5-App-RunCron/Makefile index 11f3245825a0..a3af61391733 100644 --- a/sysutils/p5-App-RunCron/Makefile +++ b/sysutils/p5-App-RunCron/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bokutin@bokut.in COMMENT= Making wrapper scripts for cron tasks +WWW= https://metacpan.org/release/App-RunCron LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-App-ZFSCurses/Makefile b/sysutils/p5-App-ZFSCurses/Makefile index 5d96f3b15563..337ac33ef7cf 100644 --- a/sysutils/p5-App-ZFSCurses/Makefile +++ b/sysutils/p5-App-ZFSCurses/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= monsieurp@gentoo.org COMMENT= Curses UI to query/modify a ZFS dataset/snapshot properties +WWW= https://metacpan.org/pod/App::ZFSCurses LICENSE= BSD3CLAUSE diff --git a/sysutils/p5-BSD-Jail-Object/Makefile b/sysutils/p5-BSD-Jail-Object/Makefile index 32160e745306..5abe05813b7d 100644 --- a/sysutils/p5-BSD-Jail-Object/Makefile +++ b/sysutils/p5-BSD-Jail-Object/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= mahlon@martini.nu COMMENT= Object oriented perl interface to jail(2) +WWW= https://metacpan.org/release/BSD-Jail-Object LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-BSD-Process/Makefile b/sysutils/p5-BSD-Process/Makefile index a36a3361daa3..9d768c570b35 100644 --- a/sysutils/p5-BSD-Process/Makefile +++ b/sysutils/p5-BSD-Process/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Information about running processes on BSD platforms +WWW= https://metacpan.org/release/BSD-Process BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor diff --git a/sysutils/p5-BSD-Sysctl/Makefile b/sysutils/p5-BSD-Sysctl/Makefile index fb639af30678..f167a9d31a56 100644 --- a/sysutils/p5-BSD-Sysctl/Makefile +++ b/sysutils/p5-BSD-Sysctl/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= glebius@FreeBSD.org COMMENT= Fetch sysctl values from BSD-like systems +WWW= https://metacpan.org/release/BSD-Sysctl LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-BSD-getloadavg/Makefile b/sysutils/p5-BSD-getloadavg/Makefile index cf07a6afbdd3..5d0020981966 100644 --- a/sysutils/p5-BSD-getloadavg/Makefile +++ b/sysutils/p5-BSD-getloadavg/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= gert@space.net COMMENT= Perl Interface to getloadavg(3) +WWW= https://metacpan.org/release/BSD-getloadavg LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-BackupPC-XS/Makefile b/sysutils/p5-BackupPC-XS/Makefile index da640e50f80b..3ca0524961f6 100644 --- a/sysutils/p5-BackupPC-XS/Makefile +++ b/sysutils/p5-BackupPC-XS/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= moiseev@mezonplus.ru COMMENT= Perl extension for BackupPC libraries +WWW= http://backuppc.sourceforge.net LICENSE= GPLv3 diff --git a/sysutils/p5-Brackup/Makefile b/sysutils/p5-Brackup/Makefile index 82879d98704c..958af49fc042 100644 --- a/sysutils/p5-Brackup/Makefile +++ b/sysutils/p5-Brackup/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Flexible backup tool +WWW= https://metacpan.org/release/Brackup BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-DBD-SQLite>0:databases/p5-DBD-SQLite \ diff --git a/sysutils/p5-Device-RAID-Poller/Makefile b/sysutils/p5-Device-RAID-Poller/Makefile index c4d36b4f0a78..34662cc63ccb 100644 --- a/sysutils/p5-Device-RAID-Poller/Makefile +++ b/sysutils/p5-Device-RAID-Poller/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= RAID poller providing LibreNMS JSON app and Nagios style checks +WWW= https://metacpan.org/dist/Device-RAID-Poller LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-Dir-Purge/Makefile b/sysutils/p5-Dir-Purge/Makefile index ea669a46359a..26c1ff8d42ad 100644 --- a/sysutils/p5-Dir-Purge/Makefile +++ b/sysutils/p5-Dir-Purge/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Purge directories to a given number of files +WWW= https://metacpan.org/release/Dir-Purge USES= perl5 USE_PERL5= configure diff --git a/sysutils/p5-File-BackupCopy/Makefile b/sysutils/p5-File-BackupCopy/Makefile index dd156c6469e0..b35128401824 100644 --- a/sysutils/p5-File-BackupCopy/Makefile +++ b/sysutils/p5-File-BackupCopy/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create a backup copy of the file with Perl +WWW= https://metacpan.org/release/File-BackupCopy LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/p5-File-Cmp/Makefile b/sysutils/p5-File-Cmp/Makefile index 20c9bda5efe8..dfff8c7559e2 100644 --- a/sysutils/p5-File-Cmp/Makefile +++ b/sysutils/p5-File-Cmp/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to compare two files character by character +WWW= https://metacpan.org/release/File-Cmp USES= perl5 USE_PERL5= configure diff --git a/sysutils/p5-File-DirCompare/Makefile b/sysutils/p5-File-DirCompare/Makefile index feeacd8ad87c..f9b38dc8029f 100644 --- a/sysutils/p5-File-DirCompare/Makefile +++ b/sysutils/p5-File-DirCompare/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to compare two directories using callbacks +WWW= https://metacpan.org/release/File-DirCompare USES= perl5 USE_PERL5= configure diff --git a/sysutils/p5-File-Listing/Makefile b/sysutils/p5-File-Listing/Makefile index 74b393e7bee5..db4389b22714 100644 --- a/sysutils/p5-File-Listing/Makefile +++ b/sysutils/p5-File-Listing/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parse directory listings +WWW= https://metacpan.org/release/File-Listing LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-File-Log/Makefile b/sysutils/p5-File-Log/Makefile index 84f1153487f2..e619493bfdd9 100644 --- a/sysutils/p5-File-Log/Makefile +++ b/sysutils/p5-File-Log/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple Object Orientated Logger +WWW= https://metacpan.org/release/File-Log USES= perl5 USE_PERL5= configure diff --git a/sysutils/p5-File-Next/Makefile b/sysutils/p5-File-Next/Makefile index 1fbf9961be38..7b421ffd6c92 100644 --- a/sysutils/p5-File-Next/Makefile +++ b/sysutils/p5-File-Next/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= File-finding iterator +WWW= https://metacpan.org/release/File-Next LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-File-Rename/Makefile b/sysutils/p5-File-Rename/Makefile index 9854c42e8074..35176009d632 100644 --- a/sysutils/p5-File-Rename/Makefile +++ b/sysutils/p5-File-Rename/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= vidar@karlsen.tech COMMENT= Rename multiple files +WWW= https://metacpan.org/release/File-Rename LICENSE= ART10 diff --git a/sysutils/p5-File-Signature/Makefile b/sysutils/p5-File-Signature/Makefile index 1c7706787857..0f91d097c583 100644 --- a/sysutils/p5-File-Signature/Makefile +++ b/sysutils/p5-File-Signature/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Detect changes to a file's content or attributes +WWW= https://metacpan.org/release/File-Signature USES= perl5 USE_PERL5= configure diff --git a/sysutils/p5-File-Stat-Bits/Makefile b/sysutils/p5-File-Stat-Bits/Makefile index 72660cdd7473..9fa71fa5eb4f 100644 --- a/sysutils/p5-File-Stat-Bits/Makefile +++ b/sysutils/p5-File-Stat-Bits/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= pirzyk@FreeBSD.org COMMENT= Perl5 module interface to the major()/minor() C routines +WWW= https://metacpan.org/release/File-Stat-Bits USES= perl5 USE_PERL5= configure diff --git a/sysutils/p5-File-Stat-ModeString/Makefile b/sysutils/p5-File-Stat-ModeString/Makefile index 4e177b54fda5..ebd148339445 100644 --- a/sysutils/p5-File-Stat-ModeString/Makefile +++ b/sysutils/p5-File-Stat-ModeString/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Converts file stat(2) mode to/from string representation +WWW= https://metacpan.org/release/File-Stat-ModeString LICENSE= GPLv2 diff --git a/sysutils/p5-File-Tee/Makefile b/sysutils/p5-File-Tee/Makefile index ad50c4592371..a14c9da6190f 100644 --- a/sysutils/p5-File-Tee/Makefile +++ b/sysutils/p5-File-Tee/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= kostjnspb@yandex.ru COMMENT= Replicate data sent to a Perl stream +WWW= https://metacpan.org/release/File-Tee USES= perl5 USE_PERL5= configure diff --git a/sysutils/p5-File-Which/Makefile b/sysutils/p5-File-Which/Makefile index b6bc4acc2404..eed914d1d208 100644 --- a/sysutils/p5-File-Which/Makefile +++ b/sysutils/p5-File-Which/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Portable implementation of which(1) in Perl +WWW= https://metacpan.org/release/File-Which LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-Filesys-Df/Makefile b/sysutils/p5-Filesys-Df/Makefile index afa9178dc657..3721ecb687e0 100644 --- a/sysutils/p5-Filesys-Df/Makefile +++ b/sysutils/p5-Filesys-Df/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= pirzyk@FreeBSD.org COMMENT= Perl extension for filesystem space +WWW= https://metacpan.org/release/Filesys-Df USES= perl5 USE_PERL5= configure diff --git a/sysutils/p5-Filesys-DfPortable/Makefile b/sysutils/p5-Filesys-DfPortable/Makefile index bd3e4734cbf3..a9c7abb22c32 100644 --- a/sysutils/p5-Filesys-DfPortable/Makefile +++ b/sysutils/p5-Filesys-DfPortable/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for filesystem disk space information +WWW= https://metacpan.org/release/Filesys-DfPortable USES= perl5 USE_PERL5= configure diff --git a/sysutils/p5-Filesys-DiskSpace/Makefile b/sysutils/p5-Filesys-DiskSpace/Makefile index 495c1caad364..1865e5d93838 100644 --- a/sysutils/p5-Filesys-DiskSpace/Makefile +++ b/sysutils/p5-Filesys-DiskSpace/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl equivalent of statfs(2) +WWW= https://metacpan.org/release/Filesys-DiskSpace USES= perl5 USE_PERL5= configure diff --git a/sysutils/p5-Filesys-DiskUsage/Makefile b/sysutils/p5-Filesys-DiskUsage/Makefile index b06774b9e3f6..c2ba399f5e56 100644 --- a/sysutils/p5-Filesys-DiskUsage/Makefile +++ b/sysutils/p5-Filesys-DiskUsage/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl equivalent of du(1) +WWW= https://metacpan.org/release/Filesys-DiskUsage LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-Filesys-Statvfs/Makefile b/sysutils/p5-Filesys-Statvfs/Makefile index 84bb903fa2fa..2bfce4da6b05 100644 --- a/sysutils/p5-Filesys-Statvfs/Makefile +++ b/sysutils/p5-Filesys-Statvfs/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= pirzyk@FreeBSD.org COMMENT= Perl extension for statvfs() and fstatvfs() +WWW= https://metacpan.org/release/Filesys-Statvfs USES= perl5 USE_PERL5= configure diff --git a/sysutils/p5-Filesys-ZFS-Stat/Makefile b/sysutils/p5-Filesys-ZFS-Stat/Makefile index e291d21f8ef6..3dd15cbc1081 100644 --- a/sysutils/p5-Filesys-ZFS-Stat/Makefile +++ b/sysutils/p5-Filesys-ZFS-Stat/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= glebius@FreeBSD.org COMMENT= Perl interface to kstat.zfs +WWW= https://github.com/glebius/Filesys-ZFS-Stat LICENSE= BSD2CLAUSE diff --git a/sysutils/p5-Filesys-ZFS/Makefile b/sysutils/p5-Filesys-ZFS/Makefile index 8f50424064da..fb8bbec5e8a6 100644 --- a/sysutils/p5-Filesys-ZFS/Makefile +++ b/sysutils/p5-Filesys-ZFS/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= glebius@FreeBSD.org COMMENT= Perl interface to zpool(8) and zfs(8) +WWW= https://metacpan.org/pod/Filesys::ZFS LICENSE= ARTPERL10 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/p5-Fuse-Simple/Makefile b/sysutils/p5-Fuse-Simple/Makefile index aa8f65db916e..12f85036ac9c 100644 --- a/sysutils/p5-Fuse-Simple/Makefile +++ b/sysutils/p5-Fuse-Simple/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple way to write filesystems in Perl using FUSE +WWW= https://metacpan.org/release/Fuse-Simple LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-Fuse/Makefile b/sysutils/p5-Fuse/Makefile index 1a0bde45a2d1..890b989c5a77 100644 --- a/sysutils/p5-Fuse/Makefile +++ b/sysutils/p5-Fuse/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Write filesystems in Perl using FUSE +WWW= https://metacpan.org/release/Fuse LICENSE= LGPL21 diff --git a/sysutils/p5-Giovanni/Makefile b/sysutils/p5-Giovanni/Makefile index b83ef84a3c66..69fccce5089d 100644 --- a/sysutils/p5-Giovanni/Makefile +++ b/sysutils/p5-Giovanni/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= dch@FreeBSD.org COMMENT= PERL-based software deployment tool inspired by capistrano +WWW= https://metacpan.org/release/Giovanni LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-Iterator-File/Makefile b/sysutils/p5-Iterator-File/Makefile index ff792666fc3a..59ee914c971d 100644 --- a/sysutils/p5-Iterator-File/Makefile +++ b/sysutils/p5-Iterator-File/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= File iterator, optionally stateful and verbose +WWW= https://metacpan.org/release/Iterator-File USES= perl5 USE_PERL5= configure diff --git a/sysutils/p5-Lchown/Makefile b/sysutils/p5-Lchown/Makefile index 587068917b3a..6b80274e5a65 100644 --- a/sysutils/p5-Lchown/Makefile +++ b/sysutils/p5-Lchown/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= jeffrey@goldmark.org COMMENT= Perl5 module providing access to lchown(2) +WWW= https://metacpan.org/release/Lchown USES= perl5 USE_PERL5= modbuild diff --git a/sysutils/p5-Log-Colorize-Helper/Makefile b/sysutils/p5-Log-Colorize-Helper/Makefile index 0c201125014c..d3802c0d511d 100644 --- a/sysutils/p5-Log-Colorize-Helper/Makefile +++ b/sysutils/p5-Log-Colorize-Helper/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Makes searching and colorizing logs trivial without piping +WWW= https://metacpan.org/release/Log-Colorize-Helper LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-Log-Syslog-Constants/Makefile b/sysutils/p5-Log-Syslog-Constants/Makefile index 8e5e9c0324cf..63b55c902a33 100644 --- a/sysutils/p5-Log-Syslog-Constants/Makefile +++ b/sysutils/p5-Log-Syslog-Constants/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= matthew@FreeBSD.org COMMENT= Syslog priority constants as defined in RFC3164 +WWW= https://metacpan.org/release/Log-Syslog-Constants NO_ARCH= yes diff --git a/sysutils/p5-Log-Syslog-Fast/Makefile b/sysutils/p5-Log-Syslog-Fast/Makefile index daae37f3cc53..cd6e6258fb80 100644 --- a/sysutils/p5-Log-Syslog-Fast/Makefile +++ b/sysutils/p5-Log-Syslog-Fast/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= matthew@FreeBSD.org COMMENT= Send syslog messages over TCP, UDP, or UNIX sockets +WWW= https://metacpan.org/release/Log-Syslog-Fast LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-MogileFS-Client/Makefile b/sysutils/p5-MogileFS-Client/Makefile index 3cc7593d5b22..155e6dfb22c6 100644 --- a/sysutils/p5-MogileFS-Client/Makefile +++ b/sysutils/p5-MogileFS-Client/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= trociny@FreeBSD.org COMMENT= Client library for the MogileFS distributed file system +WWW= https://metacpan.org/release/MogileFS-Client BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-IO-Stringy>=2.102:devel/p5-IO-Stringy \ diff --git a/sysutils/p5-MogileFS-Network/Makefile b/sysutils/p5-MogileFS-Network/Makefile index 824c186c4a77..8717cb1f4078 100644 --- a/sysutils/p5-MogileFS-Network/Makefile +++ b/sysutils/p5-MogileFS-Network/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= trociny@FreeBSD.org COMMENT= Network awareness and extensions for p5-MogileFS-Server +WWW= https://metacpan.org/release/MogileFS-Network LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-MogileFS-Server/Makefile b/sysutils/p5-MogileFS-Server/Makefile index 97dced230c0d..9b19982efe6b 100644 --- a/sysutils/p5-MogileFS-Server/Makefile +++ b/sysutils/p5-MogileFS-Server/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= trociny@FreeBSD.org COMMENT= MogileFS (distributed filesystem) server +WWW= https://metacpan.org/release/MogileFS-Server BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Danga-Socket>=1.56:devel/p5-Danga-Socket \ diff --git a/sysutils/p5-MogileFS-Utils/Makefile b/sysutils/p5-MogileFS-Utils/Makefile index ef8d7990609d..c4502b29ad95 100644 --- a/sysutils/p5-MogileFS-Utils/Makefile +++ b/sysutils/p5-MogileFS-Utils/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= trociny@FreeBSD.org COMMENT= MogileFS tools +WWW= https://metacpan.org/release/MogileFS-Utils BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-MogileFS-Client>=1.16:sysutils/p5-MogileFS-Client \ diff --git a/sysutils/p5-Monitor-Simple/Makefile b/sysutils/p5-Monitor-Simple/Makefile index e2ec0d5d3c48..665871623fd6 100644 --- a/sysutils/p5-Monitor-Simple/Makefile +++ b/sysutils/p5-Monitor-Simple/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple monitoring of applications and services +WWW= https://metacpan.org/release/Monitor-Simple LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-POSIX-Run-Capture/Makefile b/sysutils/p5-POSIX-Run-Capture/Makefile index 71a6ba2872fb..8c30ad19bd85 100644 --- a/sysutils/p5-POSIX-Run-Capture/Makefile +++ b/sysutils/p5-POSIX-Run-Capture/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Run command and capture its output +WWW= https://metacpan.org/dist/POSIX-Run-Capture LICENSE= GPLv3+ diff --git a/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile b/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile index e03d254510b1..14dd9900f1cd 100644 --- a/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile +++ b/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Automatically handles the home OU for when adding/removing users +WWW= https://metacpan.org/release/Plugtools-Plugins-HomeOU RUN_DEPENDS= p5-Plugtools>=0:sysutils/p5-Plugtools diff --git a/sysutils/p5-Plugtools/Makefile b/sysutils/p5-Plugtools/Makefile index 5f2a039aa26c..a0a52461a49b 100644 --- a/sysutils/p5-Plugtools/Makefile +++ b/sysutils/p5-Plugtools/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Manages POSIX users in LDAP and is extensible via a plugin system +WWW= https://metacpan.org/release/Plugtools RUN_DEPENDS= p5-perl-ldap>=0:net/p5-perl-ldap \ p5-Sys-User-UIDhelper>=0:sysutils/p5-Sys-User-UIDhelper \ diff --git a/sysutils/p5-Probe-Perl/Makefile b/sysutils/p5-Probe-Perl/Makefile index 62a6a5143f27..c000d3b722d4 100644 --- a/sysutils/p5-Probe-Perl/Makefile +++ b/sysutils/p5-Probe-Perl/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Information about the currently running perl +WWW= https://metacpan.org/release/Probe-Perl LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-Proc-PidUtil/Makefile b/sysutils/p5-Proc-PidUtil/Makefile index 18a67b9f4ac3..efb710c3c34d 100644 --- a/sysutils/p5-Proc-PidUtil/Makefile +++ b/sysutils/p5-Proc-PidUtil/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= PID file management utilities +WWW= https://metacpan.org/release/Proc-PidUtil LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/sysutils/p5-Proc-ProcessTable-Colorizer/Makefile b/sysutils/p5-Proc-ProcessTable-Colorizer/Makefile index 2d67ad85e485..1f5580bd92f7 100644 --- a/sysutils/p5-Proc-ProcessTable-Colorizer/Makefile +++ b/sysutils/p5-Proc-ProcessTable-Colorizer/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Colorized and enhanced version of ps +WWW= https://metacpan.org/release/Proc-ProcessTable-Colorizer LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-Proc-ProcessTable-InfoString/Makefile b/sysutils/p5-Proc-ProcessTable-InfoString/Makefile index 3db43c52bd71..8356cb7333c8 100644 --- a/sysutils/p5-Proc-ProcessTable-InfoString/Makefile +++ b/sysutils/p5-Proc-ProcessTable-InfoString/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Creates a PS like stat string showing the flags/state/wchan +WWW= https://metacpan.org/release/Proc-ProcessTable-InfoString BUILD_DEPENDS= p5-Proc-ProcessTable>=0.59:devel/p5-Proc-ProcessTable \ p5-Term-ANSIColor>0:devel/p5-Term-ANSIColor diff --git a/sysutils/p5-Proc-ProcessTable-Match/Makefile b/sysutils/p5-Proc-ProcessTable-Match/Makefile index 215ff470ddcc..ee73b93b5992 100644 --- a/sysutils/p5-Proc-ProcessTable-Match/Makefile +++ b/sysutils/p5-Proc-ProcessTable-Match/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Matches a Proc::ProcessTable::Process against a stack of checks +WWW= https://metacpan.org/release/Proc-ProcessTable-Match BUILD_DEPENDS= p5-Proc-ProcessTable>=0.59:devel/p5-Proc-ProcessTable RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/sysutils/p5-Proc-ProcessTable-ncps/Makefile b/sysutils/p5-Proc-ProcessTable-ncps/Makefile index e8389ceddde2..632d37f0f39c 100644 --- a/sysutils/p5-Proc-ProcessTable-ncps/Makefile +++ b/sysutils/p5-Proc-ProcessTable-ncps/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Searches the process table and displays the results +WWW= https://metacpan.org/release/Proc-ProcessTable-ncps LICENSE= ART20 diff --git a/sysutils/p5-Proclet/Makefile b/sysutils/p5-Proclet/Makefile index 11c2c007eee4..711ae3debd59 100644 --- a/sysutils/p5-Proclet/Makefile +++ b/sysutils/p5-Proclet/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for minimalistic Supervisor +WWW= https://metacpan.org/release/Proclet LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-Quota/Makefile b/sysutils/p5-Quota/Makefile index 535f0ea92975..78ef2de869df 100644 --- a/sysutils/p5-Quota/Makefile +++ b/sysutils/p5-Quota/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module that provides access to filesystem quotas +WWW= https://metacpan.org/release/Quota LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-Rex/Makefile b/sysutils/p5-Rex/Makefile index 0c687d128d6c..3dc400e2965f 100644 --- a/sysutils/p5-Rex/Makefile +++ b/sysutils/p5-Rex/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Friendly automation framework +WWW= https://metacpan.org/release/Rex LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/p5-RundeckAPI/Makefile b/sysutils/p5-RundeckAPI/Makefile index 12d9ff33ceff..3e881cfcdb5e 100644 --- a/sysutils/p5-RundeckAPI/Makefile +++ b/sysutils/p5-RundeckAPI/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= xavier@groumpf.org COMMENT= Easily queries Rundeck's REST API +WWW= https://metacpan.org/dist/RundeckAPI LICENSE= GPLv2 diff --git a/sysutils/p5-Samba-SIDhelper/Makefile b/sysutils/p5-Samba-SIDhelper/Makefile index f3805342c29d..7de07f8f51cd 100644 --- a/sysutils/p5-Samba-SIDhelper/Makefile +++ b/sysutils/p5-Samba-SIDhelper/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Create SIDs based on G/UIDs +WWW= https://metacpan.org/release/Samba-SIDhelper USES= perl5 USE_PERL5= configure diff --git a/sysutils/p5-Schedule-At/Makefile b/sysutils/p5-Schedule-At/Makefile index e4a4337445f6..45d8761b781a 100644 --- a/sysutils/p5-Schedule-At/Makefile +++ b/sysutils/p5-Schedule-At/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= OS independent interface to the Unix 'at' command +WWW= https://metacpan.org/release/Schedule-At USES= perl5 USE_PERL5= configure diff --git a/sysutils/p5-Schedule-Cron-Events/Makefile b/sysutils/p5-Schedule-Cron-Events/Makefile index 40a706999166..1b4d3f88eae1 100644 --- a/sysutils/p5-Schedule-Cron-Events/Makefile +++ b/sysutils/p5-Schedule-Cron-Events/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= akuz84@gmail.com COMMENT= Take a line from a crontab and find out when events will occur +WWW= https://metacpan.org/release/Schedule-Cron-Events LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-Schedule-Cron/Makefile b/sysutils/p5-Schedule-Cron/Makefile index f5c1ae75e0c8..9269c92200ca 100644 --- a/sysutils/p5-Schedule-Cron/Makefile +++ b/sysutils/p5-Schedule-Cron/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Cron-like scheduler for Perl subroutines +WWW= https://metacpan.org/release/Schedule-Cron BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Time-modules>=0:devel/p5-Time-modules diff --git a/sysutils/p5-Schedule-Load/Makefile b/sysutils/p5-Schedule-Load/Makefile index 6c7848f9cb0e..85db746bcfc3 100644 --- a/sysutils/p5-Schedule-Load/Makefile +++ b/sysutils/p5-Schedule-Load/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Load distribution and status across multiple host machines +WWW= https://metacpan.org/release/WSNYDER/Schedule-Load-3.064 LICENSE= ART20 LGPL3 LICENSE_COMB= dual diff --git a/sysutils/p5-Shell-Command/Makefile b/sysutils/p5-Shell-Command/Makefile index ae109797381e..37df3081e959 100644 --- a/sysutils/p5-Shell-Command/Makefile +++ b/sysutils/p5-Shell-Command/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Cross-platform functions emulating common shell commands +WWW= https://metacpan.org/release/Shell-Command USES= perl5 USE_PERL5= configure diff --git a/sysutils/p5-Stat-lsMode/Makefile b/sysutils/p5-Stat-lsMode/Makefile index 1d07243ecd0d..d4e92b74de99 100644 --- a/sysutils/p5-Stat-lsMode/Makefile +++ b/sysutils/p5-Stat-lsMode/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Format file modes like "ls -l" command does +WWW= https://metacpan.org/release/Stat-lsMode LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-Sys-CpuLoad/Makefile b/sysutils/p5-Sys-CpuLoad/Makefile index ab868ba6edaf..3cb92036d2c7 100644 --- a/sysutils/p5-Sys-CpuLoad/Makefile +++ b/sysutils/p5-Sys-CpuLoad/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module to retrieve CPU load averages +WWW= https://metacpan.org/release/Sys-CpuLoad LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-Sys-Filesystem/Makefile b/sysutils/p5-Sys-Filesystem/Makefile index 592786d75696..a7e9d39c72a1 100644 --- a/sysutils/p5-Sys-Filesystem/Makefile +++ b/sysutils/p5-Sys-Filesystem/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= pirzyk@FreeBSD.org COMMENT= Perl module to Retrieve list of filesystems and their properties +WWW= https://metacpan.org/release/Sys-Filesystem LICENSE= APACHE20 diff --git a/sysutils/p5-Sys-Group-GIDhelper/Makefile b/sysutils/p5-Sys-Group-GIDhelper/Makefile index 7e0e2c5fa586..7b044010488d 100644 --- a/sysutils/p5-Sys-Group-GIDhelper/Makefile +++ b/sysutils/p5-Sys-Group-GIDhelper/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Helps for locating free GIDs +WWW= https://metacpan.org/release/Sys-Group-GIDhelper USES= perl5 USE_PERL5= configure diff --git a/sysutils/p5-Sys-HostIP/Makefile b/sysutils/p5-Sys-HostIP/Makefile index 689b309bf7b5..66eea7dc1281 100644 --- a/sysutils/p5-Sys-HostIP/Makefile +++ b/sysutils/p5-Sys-HostIP/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= mopsfelder@gmail.com COMMENT= Perl module to get IP address related info +WWW= https://metacpan.org/release/Sys-HostIP USES= perl5 USE_PERL5= configure diff --git a/sysutils/p5-Sys-Hostname-FQDN/Makefile b/sysutils/p5-Sys-Hostname-FQDN/Makefile index 51b084684b92..f07970e2df20 100644 --- a/sysutils/p5-Sys-Hostname-FQDN/Makefile +++ b/sysutils/p5-Sys-Hostname-FQDN/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= Get the short or long hostname +WWW= https://metacpan.org/release/Sys-Hostname-FQDN LICENSE= ART20 diff --git a/sysutils/p5-Sys-Hostname-Long/Makefile b/sysutils/p5-Sys-Hostname-Long/Makefile index 91ef1332e029..24f8fb0399de 100644 --- a/sysutils/p5-Sys-Hostname-Long/Makefile +++ b/sysutils/p5-Sys-Hostname-Long/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tdb@FreeBSD.org COMMENT= Try every conceivable way to get full hostname +WWW= https://metacpan.org/release/Sys-Hostname-Long LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-Sys-Load/Makefile b/sysutils/p5-Sys-Load/Makefile index 05deb75d5e62..dcfaf9a97d47 100644 --- a/sysutils/p5-Sys-Load/Makefile +++ b/sysutils/p5-Sys-Load/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= kostjnspb@yandex.ru COMMENT= Getting the current system load and uptime +WWW= https://metacpan.org/release/Sys-Load USES= perl5 USE_PERL5= configure diff --git a/sysutils/p5-Sys-Syslog/Makefile b/sysutils/p5-Sys-Syslog/Makefile index ab4e903c8f11..7fafc2d93a41 100644 --- a/sysutils/p5-Sys-Syslog/Makefile +++ b/sysutils/p5-Sys-Syslog/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the UNIX syslog(3) calls +WWW= https://metacpan.org/release/Sys-Syslog LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-Sys-User-UIDhelper/Makefile b/sysutils/p5-Sys-User-UIDhelper/Makefile index c87b95befbd3..58ad7a17f57e 100644 --- a/sysutils/p5-Sys-User-UIDhelper/Makefile +++ b/sysutils/p5-Sys-User-UIDhelper/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Helps for locating free UIDs +WWW= https://metacpan.org/release/Sys-User-UIDhelper LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-Sysadm-Install/Makefile b/sysutils/p5-Sysadm-Install/Makefile index 71e13d37e453..d4c0b423b068 100644 --- a/sysutils/p5-Sysadm-Install/Makefile +++ b/sysutils/p5-Sysadm-Install/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Typical installation tasks for system administrators +WWW= https://metacpan.org/release/Sysadm-Install LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-Tail-Stat/Makefile b/sysutils/p5-Tail-Stat/Makefile index 80a8643757c4..6d4e206e9d5c 100644 --- a/sysutils/p5-Tail-Stat/Makefile +++ b/sysutils/p5-Tail-Stat/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= oleg@mamontov.net COMMENT= Real-time log statistics server +WWW= https://metacpan.org/release/Tail-Stat LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-Tie-Syslog/Makefile b/sysutils/p5-Tie-Syslog/Makefile index f394b40d19ff..798a33ec39b1 100644 --- a/sysutils/p5-Tie-Syslog/Makefile +++ b/sysutils/p5-Tie-Syslog/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Tie a filehandle to Syslog +WWW= https://metacpan.org/release/Tie-Syslog LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-Ubic/Makefile b/sysutils/p5-Ubic/Makefile index 6afddb51fa25..31a4c506d205 100644 --- a/sysutils/p5-Ubic/Makefile +++ b/sysutils/p5-Ubic/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= dmitry@yashin.su COMMENT= Flexible perl-based service manager +WWW= https://metacpan.org/release/Ubic LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-Unix-ConfigFile/Makefile b/sysutils/p5-Unix-ConfigFile/Makefile index 1785ed43528d..99fa77bafc86 100644 --- a/sysutils/p5-Unix-ConfigFile/Makefile +++ b/sysutils/p5-Unix-ConfigFile/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Perl modules that provides a simple interface to reading /etc files +WWW= https://metacpan.org/release/Unix-ConfigFile LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-Unix-Lsof/Makefile b/sysutils/p5-Unix-Lsof/Makefile index 36e029418e1b..0aa712128fc8 100644 --- a/sysutils/p5-Unix-Lsof/Makefile +++ b/sysutils/p5-Unix-Lsof/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= gjvc@gjvc.com COMMENT= Perl wrapper for Unix lsof(8) utility +WWW= https://metacpan.org/release/Unix-Lsof BUILD_DEPENDS= p5-IPC-Run3>=0:devel/p5-IPC-Run3 RUN_DEPENDS= p5-IPC-Run3>=0:devel/p5-IPC-Run3 diff --git a/sysutils/p5-Unix-Mknod/Makefile b/sysutils/p5-Unix-Mknod/Makefile index a90d0679380b..d9fbe0757043 100644 --- a/sysutils/p5-Unix-Mknod/Makefile +++ b/sysutils/p5-Unix-Mknod/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= pirzyk@FreeBSD.org COMMENT= Perl5 module to create special files +WWW= https://metacpan.org/release/Unix-Mknod USES= perl5 USE_PERL5= configure diff --git a/sysutils/p5-Unix-Processors/Makefile b/sysutils/p5-Unix-Processors/Makefile index 1fc9f76c4c65..94a3dc7426b6 100644 --- a/sysutils/p5-Unix-Processors/Makefile +++ b/sysutils/p5-Unix-Processors/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Interface to processor (CPU) information +WWW= https://metacpan.org/release/Unix-Processors LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-Unix-Syslog/Makefile b/sysutils/p5-Unix-Syslog/Makefile index 96d21b1d2c98..235c07ff3bdf 100644 --- a/sysutils/p5-Unix-Syslog/Makefile +++ b/sysutils/p5-Unix-Syslog/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to the UNIX syslog(3) calls +WWW= https://metacpan.org/release/Unix-Syslog LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/Artistic diff --git a/sysutils/p5-User/Makefile b/sysutils/p5-User/Makefile index 2ec7b085caba..291fc0b581f4 100644 --- a/sysutils/p5-User/Makefile +++ b/sysutils/p5-User/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= OS-independent API for locating user information +WWW= https://metacpan.org/release/User LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/p5-arclog/Makefile b/sysutils/p5-arclog/Makefile index 4d9bb4c259d1..bfa7b6a06a66 100644 --- a/sysutils/p5-arclog/Makefile +++ b/sysutils/p5-arclog/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Archive the log files monthly +WWW= https://metacpan.org/release/IMACAT/arclog-3.04 LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/p5-reslog/Makefile b/sysutils/p5-reslog/Makefile index 8386c32dc6ed..0f179094dc68 100644 --- a/sysutils/p5-reslog/Makefile +++ b/sysutils/p5-reslog/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Reverse-resolve IP in Apache log files +WWW= https://metacpan.org/release/IMACAT/reslog-3.16 LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/packer/Makefile b/sysutils/packer/Makefile index d40608052e71..915b2f645d57 100644 --- a/sysutils/packer/Makefile +++ b/sysutils/packer/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= brad@facefault.org COMMENT= Tool for creating machine images +WWW= https://packer.io/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/packmule/Makefile b/sysutils/packmule/Makefile index 01279e6ca74b..c030fdc5c5b5 100644 --- a/sysutils/packmule/Makefile +++ b/sysutils/packmule/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils perl5 MAINTAINER= ashafer@badland.io COMMENT= Creates and packs custom FreeBSD installation images +WWW= http://badland.io/packmule.md LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/Copyright diff --git a/sysutils/pacman/Makefile b/sysutils/pacman/Makefile index 5a39b0bba19e..49a9e6bd7669 100644 --- a/sysutils/pacman/Makefile +++ b/sysutils/pacman/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://sources.archlinux.org/other/${PORTNAME}/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Package manager from ArchLinux +WWW= https://www.archlinux.org/pacman/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/paladin/Makefile b/sysutils/paladin/Makefile index fe270e6d5d71..ed2ac529766e 100644 --- a/sysutils/paladin/Makefile +++ b/sysutils/paladin/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= rwestlun@gmail.com COMMENT= Simple process supervisor +WWW= https://github.com/rwestlund/paladin LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/pam_mount/Makefile b/sysutils/pam_mount/Makefile index d6439de708f7..b6a967f48b96 100644 --- a/sysutils/pam_mount/Makefile +++ b/sysutils/pam_mount/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME:S/_/-/}/${PORTNAME}/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= PAM module that can mount volumes for a user session +WWW= http://pam-mount.sourceforge.net/ LICENSE= LGPL21 GPLv2 LICENSE_COMB= multi diff --git a/sysutils/pam_xdg/Makefile b/sysutils/pam_xdg/Makefile index 1942570b04a3..7e4de78816d0 100644 --- a/sysutils/pam_xdg/Makefile +++ b/sysutils/pam_xdg/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://ftp.sdaoden.eu/ MAINTAINER= jbeich@FreeBSD.org COMMENT= PAM module to manage XDG Base Directories +WWW= https://www.sdaoden.eu/code.html #s-toolbox LICENSE= ISCL diff --git a/sysutils/parafly/Makefile b/sysutils/parafly/Makefile index 980e9843fce1..75f626c47256 100644 --- a/sysutils/parafly/Makefile +++ b/sysutils/parafly/Makefile @@ -7,6 +7,7 @@ CATEGORIES= sysutils MAINTAINER= jwb@FreeBSD.org COMMENT= Process multiple commands in parallel on a single server +WWW= https://github.com/ParaFly/ParaFly/releases LICENSE= BSD3CLAUSE diff --git a/sysutils/parallel/Makefile b/sysutils/parallel/Makefile index bbd73485b500..6c632a944593 100644 --- a/sysutils/parallel/Makefile +++ b/sysutils/parallel/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= GNU MAINTAINER= sunpoet@FreeBSD.org COMMENT= Shell tool for executing jobs in parallel +WWW= https://www.gnu.org/software/parallel/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt diff --git a/sysutils/parkverbot/Makefile b/sysutils/parkverbot/Makefile index c938e1d39d7c..576667972caf 100644 --- a/sysutils/parkverbot/Makefile +++ b/sysutils/parkverbot/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://inai.de/files/parkverbot/ MAINTAINER= danfe@FreeBSD.org COMMENT= Hard disk head parking inhibitor +WWW= https://inai.de/projects/parkverbot/ LICENSE= GPLv2+ diff --git a/sysutils/pass-otp/Makefile b/sysutils/pass-otp/Makefile index eea4b39fa26e..4bae39616dd6 100644 --- a/sysutils/pass-otp/Makefile +++ b/sysutils/pass-otp/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= alex@xanderio.de COMMENT= Pass extension for managing one-time-password (OTP) tokens +WWW= https://github.com/tadfisher/pass-otp LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/pass-secrets/Makefile b/sysutils/pass-secrets/Makefile index 7dc4e0c94b8d..6aa46ff4a041 100644 --- a/sysutils/pass-secrets/Makefile +++ b/sysutils/pass-secrets/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= jbeich@FreeBSD.org COMMENT= Freedesktop secrets provider that uses pass as a backend +WWW= https://github.com/nullobsi/pass-secrets LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/pass-update/Makefile b/sysutils/pass-update/Makefile index 23ad27574e51..c0e95db31b0c 100644 --- a/sysutils/pass-update/Makefile +++ b/sysutils/pass-update/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= vendion@gmail.com COMMENT= Pass extension that provides an easy flow for updating passwords +WWW= https://github.com/roddhjav/pass-update LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/password-store/Makefile b/sysutils/password-store/Makefile index bdbbf522a92e..1979205e7b13 100644 --- a/sysutils/password-store/Makefile +++ b/sysutils/password-store/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://git.zx2c4.com/${PORTNAME}/snapshot/ MAINTAINER= rene@FreeBSD.org COMMENT= Stores, retrieves, generates, and synchronizes passwords securely +WWW= https://www.passwordstore.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/passwordsafe/Makefile b/sysutils/passwordsafe/Makefile index ddcf407bd37a..4c294692bcb1 100644 --- a/sysutils/passwordsafe/Makefile +++ b/sysutils/passwordsafe/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= brnrd@FreeBSD.org COMMENT= Popular secure and convenient password manager +WWW= https://pwsafe.org LICENSE= ART20 diff --git a/sysutils/patchelf/Makefile b/sysutils/patchelf/Makefile index bf76a0bb099c..c4f98a4666e9 100644 --- a/sysutils/patchelf/Makefile +++ b/sysutils/patchelf/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/NixOS/${PORTNAME}/releases/download/${DISTVERSI MAINTAINER= yuri@FreeBSD.org COMMENT= Utility to modify the dynamic linker +WWW= https://github.com/NixOS/patchelf LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/pax-utils/Makefile b/sysutils/pax-utils/Makefile index 1f4f5b94e190..b121655c279a 100644 --- a/sysutils/pax-utils/Makefile +++ b/sysutils/pax-utils/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= sbz@FreeBSD.org COMMENT= Various ELF related utils for ELF32, ELF64 binaries +WWW= https://www.gentoo.org/proj/en/hardened/pax-utils.xml LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/pbimaker/Makefile b/sysutils/pbimaker/Makefile index 2391ab7c4543..299b96b41e1b 100644 --- a/sysutils/pbimaker/Makefile +++ b/sysutils/pbimaker/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/makeapbi/makeapbi/ MAINTAINER= jessefrgsmith@yahoo.ca COMMENT= Program to convert ports into PBI modules +WWW= http://makeapbi.sourceforge.net/ LICENSE= BSD3CLAUSE diff --git a/sysutils/pc-networkmanager/Makefile b/sysutils/pc-networkmanager/Makefile index 71a85b655fb9..5ceefe03b741 100644 --- a/sysutils/pc-networkmanager/Makefile +++ b/sysutils/pc-networkmanager/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= jt@ixsystems.com COMMENT= TrueOS Qt based network manager +WWW= https://github.com/trueos/pc-networkmanager LICENSE= BSD2CLAUSE diff --git a/sysutils/pcapfix/Makefile b/sysutils/pcapfix/Makefile index 7880843472c8..94c3010e0c08 100644 --- a/sysutils/pcapfix/Makefile +++ b/sysutils/pcapfix/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= vidar@karlsen.tech COMMENT= Tool to repair damaged or corrupted pcap and pcapng files +WWW= https://f00l.de/pcapfix/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile index c4769fbc72b1..8600a361420e 100644 --- a/sysutils/pciutils/Makefile +++ b/sysutils/pciutils/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= KERNEL_ORG/software/utils/pciutils \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= PCI configuration utilities +WWW= https://mj.ucw.cz/sw/pciutils/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/pcpustat/Makefile b/sysutils/pcpustat/Makefile index b2e78601155e..f1193a324c53 100644 --- a/sysutils/pcpustat/Makefile +++ b/sysutils/pcpustat/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Per-CPU usage statistics +WWW= https://bitbucket.org/sterlingcamden/pcpustat LICENSE= OWL LICENSE_FILE= ${WRKSRC}/license.txt diff --git a/sysutils/pdsh/Makefile b/sysutils/pdsh/Makefile index f82585c791bc..003fc03aa9cd 100644 --- a/sysutils/pdsh/Makefile +++ b/sysutils/pdsh/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= i@levsha.me COMMENT= Parallel Distributed Shell +WWW= https://github.com/chaos/pdsh LICENSE= GPLv2 diff --git a/sysutils/pdumpfs/Makefile b/sysutils/pdumpfs/Makefile index 18b69cd61756..761e403efbd4 100644 --- a/sysutils/pdumpfs/Makefile +++ b/sysutils/pdumpfs/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://0xcc.net/pdumpfs/ MAINTAINER= ports@FreeBSD.org COMMENT= Daily backup system similar to Plan9's dumpfs +WWW= http://0xcc.net/pdumpfs/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/pear-Cache/Makefile b/sysutils/pear-Cache/Makefile index c920c1654a1c..45e4e5d5749d 100644 --- a/sysutils/pear-Cache/Makefile +++ b/sysutils/pear-Cache/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils www pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= PEAR framework for caching of arbitrary data +WWW= https://pear.php.net/package/Cache BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR} diff --git a/sysutils/pear-Cache_Lite/Makefile b/sysutils/pear-Cache_Lite/Makefile index 2afc4b1a8e0d..a739dfd2e000 100644 --- a/sysutils/pear-Cache_Lite/Makefile +++ b/sysutils/pear-Cache_Lite/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils www pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fast and Safe little cache system +WWW= https://pear.php.net/package/Cache_Lite LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/pear-File/Makefile b/sysutils/pear-File/Makefile index 269e7eb4a944..7f9defa7170a 100644 --- a/sysutils/pear-File/Makefile +++ b/sysutils/pear-File/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils www pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= PEAR common file and directory routines +WWW= https://pear.php.net/package/File USES= pear php USE_PHP= pcre diff --git a/sysutils/pear-File_Find/Makefile b/sysutils/pear-File_Find/Makefile index 133b945916dd..8bd7fce9bee0 100644 --- a/sysutils/pear-File_Find/Makefile +++ b/sysutils/pear-File_Find/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils www pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= PEAR class that facilitates the search of filesystems +WWW= https://pear.php.net/package/File_Find LICENSE= PHP301 diff --git a/sysutils/pear-File_Fstab/Makefile b/sysutils/pear-File_Fstab/Makefile index b4978d588331..b9cb14d20c99 100644 --- a/sysutils/pear-File_Fstab/Makefile +++ b/sysutils/pear-File_Fstab/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils devel pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= PEAR class to read and write fstab files +WWW= https://pear.php.net/package/File_Fstab NO_ARCH= yes USES= pear diff --git a/sysutils/pear-File_Gettext/Makefile b/sysutils/pear-File_Gettext/Makefile index b4951003afba..2990885e7106 100644 --- a/sysutils/pear-File_Gettext/Makefile +++ b/sysutils/pear-File_Gettext/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils devel pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= PEAR GNU Gettext file parser +WWW= https://pear.php.net/package/File_Gettext USES= pear diff --git a/sysutils/pear-Horde_Log/Makefile b/sysutils/pear-Horde_Log/Makefile index e43eb170eee9..7e8b4831fdbb 100644 --- a/sysutils/pear-Horde_Log/Makefile +++ b/sysutils/pear-Horde_Log/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX} MAINTAINER= horde@FreeBSD.org COMMENT= Horde Logging library +WWW= https://pear.horde.org OPTIONS_DEFINE= SCRIBE SCRIBE_DESC= Enable scribe support diff --git a/sysutils/pear-Horde_Vfs/Makefile b/sysutils/pear-Horde_Vfs/Makefile index 457317e216e3..794a74200562 100644 --- a/sysutils/pear-Horde_Vfs/Makefile +++ b/sysutils/pear-Horde_Vfs/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX} MAINTAINER= horde@FreeBSD.org COMMENT= Horde Virtual File System API +WWW= https://pear.horde.org USE_HORDE_RUN= Horde_Exception \ Horde_Translation \ diff --git a/sysutils/pear-I18Nv2/Makefile b/sysutils/pear-I18Nv2/Makefile index b17372dc9d38..730721828116 100644 --- a/sysutils/pear-I18Nv2/Makefile +++ b/sysutils/pear-I18Nv2/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils devel pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= PEAR Internationalization +WWW= https://pear.php.net/package/I18Nv2 LICENSE= PHP30 diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index 92e4d2d69380..c13f5bcb9439 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils www pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= PEAR logging utilities +WWW= https://pear.php.net/package/Log LICENSE= MIT diff --git a/sysutils/pear-Translation2/Makefile b/sysutils/pear-Translation2/Makefile index b5ba8e21e11c..8392aaec5dfa 100644 --- a/sysutils/pear-Translation2/Makefile +++ b/sysutils/pear-Translation2/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils devel pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= PEAR class for multilingual applications management +WWW= https://pear.php.net/package/Translation2 USES= pear shebangfix diff --git a/sysutils/pecl-proctitle/Makefile b/sysutils/pecl-proctitle/Makefile index d662ac485ec4..978071c96307 100644 --- a/sysutils/pecl-proctitle/Makefile +++ b/sysutils/pecl-proctitle/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils pear MAINTAINER= flo@FreeBSD.org COMMENT= PECL extension that allows changing the current process' name +WWW= http://www.pecl.php.net/package/proctitle/ LICENSE= PHP301 diff --git a/sysutils/pefs-kmod/Makefile b/sysutils/pefs-kmod/Makefile index b274481ea359..7367f10280d1 100644 --- a/sysutils/pefs-kmod/Makefile +++ b/sysutils/pefs-kmod/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= -kmod MAINTAINER= darius@dons.net.au COMMENT= PEFS kernel level stacked cryptographic filesystem +WWW= https://wiki.freebsd.org/PEFS LICENSE= BSD2CLAUSE diff --git a/sysutils/perp/Makefile b/sysutils/perp/Makefile index 403ff36cc543..29ec1d180809 100644 --- a/sysutils/perp/Makefile +++ b/sysutils/perp/Makefile @@ -5,6 +5,7 @@ MASTER_SITES = http://b0llix.net/perp/distfiles/ MAINTAINER= ports@jpmens.net COMMENT= Persistent process supervisor and service management framework +WWW= http://b0llix.net/perp/ LICENSE= UNKNOWN LICENSE_NAME= unknown diff --git a/sysutils/pfetch/Makefile b/sysutils/pfetch/Makefile index dfebe87e4d93..618e4b97464f 100644 --- a/sysutils/pfetch/Makefile +++ b/sysutils/pfetch/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org COMMENT= Pretty system information tool written in POSIX sh +WWW= https://github.com/dylanaraps/pfetch LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/sysutils/pflogx/Makefile b/sysutils/pflogx/Makefile index 080e9d152790..a51da0ff22f8 100644 --- a/sysutils/pflogx/Makefile +++ b/sysutils/pflogx/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//} MAINTAINER= ports@FreeBSD.org COMMENT= Simple tool to export pf (packet filter) logs to XML files +WWW= http://akldev.free.fr/pflogx/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/pfstat/Makefile b/sysutils/pfstat/Makefile index 8a6e7703ad8a..69330136192a 100644 --- a/sysutils/pfstat/Makefile +++ b/sysutils/pfstat/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://www.benzedrine.ch/ MAINTAINER= ports@FreeBSD.org COMMENT= Utility to render graphical statistics for pf +WWW= https://www.benzedrine.ch/pfstat.html LICENSE= BSD2CLAUSE diff --git a/sysutils/pftables/Makefile b/sysutils/pftables/Makefile index 1ec3f288cc30..ed3dcd3f041e 100644 --- a/sysutils/pftables/Makefile +++ b/sysutils/pftables/Makefile @@ -7,6 +7,7 @@ CATEGORIES= sysutils MAINTAINER= riggs@FreeBSD.org COMMENT= Minimal rc script to save and restore pf tables upon reboots +WWW= https://github.com/riggs-/pftables LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/pftop/Makefile b/sysutils/pftop/Makefile index 41c6687218e6..9794f4a81acf 100644 --- a/sysutils/pftop/Makefile +++ b/sysutils/pftop/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils net MAINTAINER= grembo@FreeBSD.org COMMENT= Utility for real-time display of statistics for pf +WWW= https://github.com/araujobsd/pftop/ LICENSE= BSD2CLAUSE diff --git a/sysutils/pick/Makefile b/sysutils/pick/Makefile index 08bfa5822f53..876656603e3e 100644 --- a/sysutils/pick/Makefile +++ b/sysutils/pick/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/mptre/pick/releases/download/v${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool for choosing one option from a set of choices with an interface +WWW= https://github.com/mptre/pick LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/pidof/Makefile b/sysutils/pidof/Makefile index 4e1acbe15387..18c6c9109c8f 100644 --- a/sysutils/pidof/Makefile +++ b/sysutils/pidof/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= novel@FreeBSD.org COMMENT= Tool which prints PID of given process name +WWW= https://people.freebsd.org/~novel/pidof.html LICENSE= BSD2CLAUSE diff --git a/sysutils/pies/Makefile b/sysutils/pies/Makefile index a40ee2b61470..0904283bc4ff 100644 --- a/sysutils/pies/Makefile +++ b/sysutils/pies/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://download.gnu.org.ua/pub/release/${PORTNAME}/ \ MAINTAINER= zeus@gnu.org.ua COMMENT= Program Invocation and Execution Supervisor +WWW= https://puszcza.gnu.org.ua/projects/pies LICENSE= GPLv3+ diff --git a/sysutils/pipemeter/Makefile b/sysutils/pipemeter/Makefile index b03cad4c34d4..b245cea18b88 100644 --- a/sysutils/pipemeter/Makefile +++ b/sysutils/pipemeter/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://launchpadlibrarian.net/516365027/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Tool for displaying pipe status information +WWW= https://launchpad.net/pipemeter LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/plasma-pass/Makefile b/sysutils/plasma-pass/Makefile index 3951648628ec..e864acf0f549 100644 --- a/sysutils/plasma-pass/Makefile +++ b/sysutils/plasma-pass/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils kde MAINTAINER= kde@FreeBSD.org COMMENT= Plasma applet for Pass password manager +WWW= https://github.com/kde/plasma-pass LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/plasma5-discover/Makefile b/sysutils/plasma5-discover/Makefile index 4694962be57f..c9250753d6f9 100644 --- a/sysutils/plasma5-discover/Makefile +++ b/sysutils/plasma5-discover/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 package management tools +WWW= https://www.kde.org/plasma-desktop # TODO: update packagekit-qt5 #LIB_DEPENDS= libpackagekit-qt.so:ports-mgmt/packagekit-qt5 diff --git a/sysutils/plasma5-drkonqi/Makefile b/sysutils/plasma5-drkonqi/Makefile index 3b4bbb3e880e..3ca36d0e5ccc 100644 --- a/sysutils/plasma5-drkonqi/Makefile +++ b/sysutils/plasma5-drkonqi/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 crash handler +WWW= https://www.kde.org/plasma-desktop USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz xorg USE_KDE= auth codecs completion config configwidgets coreaddons crash \ diff --git a/sysutils/plasma5-kde-cli-tools/Makefile b/sysutils/plasma5-kde-cli-tools/Makefile index eaf01f2f776c..ad17d1ceed62 100644 --- a/sysutils/plasma5-kde-cli-tools/Makefile +++ b/sysutils/plasma5-kde-cli-tools/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 non-interactive system tools +WWW= https://www.kde.org/plasma-desktop USES= cmake compiler:c++11-lib cpe gettext desktop-file-utils \ kde:5 qt:5 tar:xz xorg diff --git a/sysutils/plasma5-kinfocenter/Makefile b/sysutils/plasma5-kinfocenter/Makefile index a15bd32b06f2..c0e8957eecf1 100644 --- a/sysutils/plasma5-kinfocenter/Makefile +++ b/sysutils/plasma5-kinfocenter/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 utility providing system information +WWW= https://www.kde.org/plasma-desktop RUN_DEPENDS= lscpu:sysutils/lscpu \ glxinfo:graphics/mesa-demos \ diff --git a/sysutils/plasma5-kmenuedit/Makefile b/sysutils/plasma5-kmenuedit/Makefile index 6ebf4d417b74..e27ca1f548d0 100644 --- a/sysutils/plasma5-kmenuedit/Makefile +++ b/sysutils/plasma5-kmenuedit/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 menu editor +WWW= https://www.kde.org/plasma-desktop USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg USE_KDE= auth bookmarks codecs completion config configwidgets \ diff --git a/sysutils/plasma5-ksysguard/Makefile b/sysutils/plasma5-ksysguard/Makefile index 294a24098eb1..ee28cc48323a 100644 --- a/sysutils/plasma5-ksysguard/Makefile +++ b/sysutils/plasma5-ksysguard/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= KDE/plasma/${KDE_PLASMA_VERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 utility to track and control the running processes +WWW= https://www.kde.org/plasma-desktop USES= cmake compiler:c++11-lib desktop-file-utils gettext kde:5 \ localbase pathfix qt:5 tar:xz xorg diff --git a/sysutils/plasma5-ksystemstats/Makefile b/sysutils/plasma5-ksystemstats/Makefile index a2c141081b4e..7c8dbb95e89d 100644 --- a/sysutils/plasma5-ksystemstats/Makefile +++ b/sysutils/plasma5-ksystemstats/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 library to report system activity +WWW= https://invent.kde.org/plasma/ksystemstats LIB_DEPENDS+= libudev.so:devel/libudev-devd diff --git a/sysutils/plasma5-libksysguard/Makefile b/sysutils/plasma5-libksysguard/Makefile index 9c4aee7fa143..1b1a2d612ffe 100644 --- a/sysutils/plasma5-libksysguard/Makefile +++ b/sysutils/plasma5-libksysguard/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 library to track and control running processes +WWW= https://www.kde.org/plasma-desktop USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg USE_KDE= auth codecs completion config configwidgets coreaddons \ diff --git a/sysutils/plasma5-plasma-disks/Makefile b/sysutils/plasma5-plasma-disks/Makefile index ce28228d7aef..b68495ca6348 100644 --- a/sysutils/plasma5-plasma-disks/Makefile +++ b/sysutils/plasma5-plasma-disks/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Monitors S.M.A.R.T. capable devices for imminent failure +WWW= https://invent.kde.org/plasma/plasma-disks # XXX license # https://invent.kde.org/plasma/plasma-disks/-/tree/master/LICENSES diff --git a/sysutils/plasma5-plasma-systemmonitor/Makefile b/sysutils/plasma5-plasma-systemmonitor/Makefile index 0b336ac658c0..88e24a305fdf 100644 --- a/sysutils/plasma5-plasma-systemmonitor/Makefile +++ b/sysutils/plasma5-plasma-systemmonitor/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 system monitor +WWW= https://www.kde.org/plasma-desktop USES= cmake compiler:c++11-lib desktop-file-utils gettext kde:5 \ localbase pathfix qt:5 tar:xz xorg diff --git a/sysutils/plasma5-polkit-kde-agent-1/Makefile b/sysutils/plasma5-polkit-kde-agent-1/Makefile index 39a1a1d1aac8..e114c4ab8ecc 100644 --- a/sysutils/plasma5-polkit-kde-agent-1/Makefile +++ b/sysutils/plasma5-polkit-kde-agent-1/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 daemon providing a polkit authentication UI +WWW= https://www.kde.org/plasma-desktop LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt diff --git a/sysutils/plasma5-powerdevil/Makefile b/sysutils/plasma5-powerdevil/Makefile index dac0c856fc59..61c7adde8bc4 100644 --- a/sysutils/plasma5-powerdevil/Makefile +++ b/sysutils/plasma5-powerdevil/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 tool to manage the power consumption settings +WWW= https://www.kde.org/plasma-desktop LIB_DEPENDS= libudev.so:devel/libudev-devd RUN_DEPENDS= ${LOCALBASE}/libexec/upowerd:sysutils/upower diff --git a/sysutils/plasma5-systemsettings/Makefile b/sysutils/plasma5-systemsettings/Makefile index 84f550f5eacc..cf441062fe7b 100644 --- a/sysutils/plasma5-systemsettings/Makefile +++ b/sysutils/plasma5-systemsettings/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 system settings +WWW= https://www.kde.org/plasma-desktop USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg USE_KDE= activities activities-stats auth codecs completion config \ diff --git a/sysutils/plconfig/Makefile b/sysutils/plconfig/Makefile index 1baf4815f5d8..9ffbbdfea8a8 100644 --- a/sysutils/plconfig/Makefile +++ b/sysutils/plconfig/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.neon1.net/prog/ \ MAINTAINER= matt@peterson.org COMMENT= Tool for configuring HomePlug powerline bridges +WWW= http://www.neon1.net/prog/plconfig.html ALL_TARGET= plconfig diff --git a/sysutils/pmt/Makefile b/sysutils/pmt/Makefile index da554f804fc8..d31ed6e8bb1b 100644 --- a/sysutils/pmt/Makefile +++ b/sysutils/pmt/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://hansmi.ch/download/pmt/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Small collection of filters which can be added to UNIX pipes +WWW= https://hansmi.ch/software/pipe-magic-tools USES= gmake tar:bzip2 diff --git a/sysutils/pnscan/Makefile b/sysutils/pnscan/Makefile index 81f0fe0d9a05..7b94a778fa2b 100644 --- a/sysutils/pnscan/Makefile +++ b/sysutils/pnscan/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils security MAINTAINER= pen@lysator.liu.se COMMENT= Parallel Network Scanner +WWW= https://github.com/ptrrkssn/pnscan LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/polkit-gnome/Makefile b/sysutils/polkit-gnome/Makefile index 6cd7c69e4e50..16fd5b96983d 100644 --- a/sysutils/polkit-gnome/Makefile +++ b/sysutils/polkit-gnome/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME frontend to the PolicyKit framework +WWW= https://www.freedesktop.org/wiki/Software/polkit/ LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit diff --git a/sysutils/polkit-qt/Makefile b/sysutils/polkit-qt/Makefile index 75bcad0cf968..577cd26b82e7 100644 --- a/sysutils/polkit-qt/Makefile +++ b/sysutils/polkit-qt/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= KDE/stable/${PORTNAME}/ MAINTAINER= kde@FreeBSD.org COMMENT= Qt5 wrapper around Polkit libraries +WWW= https://projects.kde.org/projects/kdesupport/polkit-qt-1 LICENSE= LGPL21 diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile index 1ebb6fa0dae3..4252c990f7f2 100644 --- a/sysutils/polkit/Makefile +++ b/sysutils/polkit/Makefile @@ -10,6 +10,7 @@ PATCHFILES+= a2bf5c9c83b6.patch:-p1 # https://gitlab.freedesktop.org/polkit/polk MAINTAINER= desktop@FreeBSD.org COMMENT= Framework for controlling access to system-wide components +WWW= https://www.freedesktop.org/wiki/Software/polkit/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/pot/Makefile b/sysutils/pot/Makefile index fc7a076af55f..14d63762bfa7 100644 --- a/sysutils/pot/Makefile +++ b/sysutils/pot/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org COMMENT= Container framework for FreeBSD +WWW= https://github.com/pizzamig/pot/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/potnet/Makefile b/sysutils/potnet/Makefile index 6eafa4a52044..ab593eb04fb5 100644 --- a/sysutils/potnet/Makefile +++ b/sysutils/potnet/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org COMMENT= Utility to help sysutils/pot to manage the internal network +WWW= https://github.com/pizzamig/potnet LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/powerdxx/Makefile b/sysutils/powerdxx/Makefile index 75da0080c7a7..d15b924e5c9f 100644 --- a/sysutils/powerdxx/Makefile +++ b/sysutils/powerdxx/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= rigoletto@FreeBSD.org COMMENT= CPU clock speed/frequency daemon +WWW= https://github.com/lonkamikaze/powerdxx LICENSE= ISCL diff --git a/sysutils/powerman/Makefile b/sysutils/powerman/Makefile index 57dc0dc307e8..ca21935706d3 100644 --- a/sysutils/powerman/Makefile +++ b/sysutils/powerman/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://github.com/chaos/powerman/releases/download/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Tool for doing remote power control +WWW= https://github.com/chaos/powerman LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/powermon/Makefile b/sysutils/powermon/Makefile index 5e021005eee7..6b5de4c0a31c 100644 --- a/sysutils/powermon/Makefile +++ b/sysutils/powermon/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= yamagi@yamagi.org COMMENT= Displays the CPUs current power consumption +WWW= https://github.com/Yamagi/powermon LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/pp/Makefile b/sysutils/pp/Makefile index 8692c93e8bed..a06a11245f7f 100644 --- a/sysutils/pp/Makefile +++ b/sysutils/pp/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://de.nologin.ru/distfiles/sysutils/pp/ MAINTAINER= a.arepo@gmail.com COMMENT= Small and fast progress bar for pipe +WWW= https://github.com/avz/pp LICENSE= BSD3CLAUSE diff --git a/sysutils/pprotectd/Makefile b/sysutils/pprotectd/Makefile index 525a449ed8b1..0fbe1845b3e6 100644 --- a/sysutils/pprotectd/Makefile +++ b/sysutils/pprotectd/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.zonov.org/${PORTNAME}/ MAINTAINER= zont@FreeBSD.org COMMENT= Daemon that protects processes from killing when memory is exhausted +WWW= http://www.zonov.org/ USE_RC_SUBR= ${PORTNAME} diff --git a/sysutils/prips/Makefile b/sysutils/prips/Makefile index 223218fe179f..9c27619d40cb 100644 --- a/sysutils/prips/Makefile +++ b/sysutils/prips/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://devel.ringlet.net/files/sys/prips/ MAINTAINER= dbaio@FreeBSD.org COMMENT= Prints IP subnet ranges by list or CIDR +WWW= https://devel.ringlet.net/sysutils/prips/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/GPL-2 diff --git a/sysutils/procenv/Makefile b/sysutils/procenv/Makefile index bc1a07e00bca..34eac5ebf75d 100644 --- a/sysutils/procenv/Makefile +++ b/sysutils/procenv/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org COMMENT= Utility to show process environment +WWW= https://github.com/jamesodhunt/procenv LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/progsreiserfs/Makefile b/sysutils/progsreiserfs/Makefile index 81bfe5d8ca4d..a1b311da2503 100644 --- a/sysutils/progsreiserfs/Makefile +++ b/sysutils/progsreiserfs/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.cgsecurity.org/ MAINTAINER= ports@FreeBSD.org COMMENT= Utilities and library to manipulate ReiserFS partitions +WWW= https://reiserfs.osdn.org.ua LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/pslist/Makefile b/sysutils/pslist/Makefile index 44bae8e388f1..51eae662cce9 100644 --- a/sysutils/pslist/Makefile +++ b/sysutils/pslist/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://devel.ringlet.net/files/sys/pslist/ MAINTAINER= dbaio@FreeBSD.org COMMENT= Utility to view or send signals to processes with all their children +WWW= https://devel.ringlet.net/sysutils/pslist/ LICENSE= BSD2CLAUSE #LICENSE_FILE= ${WRKSRC}/README # License on 4th paragraph diff --git a/sysutils/psmisc/Makefile b/sysutils/psmisc/Makefile index 2f3b52d3cd5d..421e3e7939dc 100644 --- a/sysutils/psmisc/Makefile +++ b/sysutils/psmisc/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ MAINTAINER= douglas@douglasthrift.net COMMENT= Port of the Linux pstree, killall, and pidof commands +WWW= http://psmisc.sourceforge.net/ LICENSE= GPLv2 diff --git a/sysutils/pstack/Makefile b/sysutils/pstack/Makefile index 4b993e0836aa..cff046e87567 100644 --- a/sysutils/pstack/Makefile +++ b/sysutils/pstack/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org COMMENT= Retrieve process/core file stack traces +WWW= https://sourceforge.net/projects/bsd-pstack/ LICENSE= BSD2CLAUSE diff --git a/sysutils/pstacku/Makefile b/sysutils/pstacku/Makefile index b00bd8be33ad..c60ce63385de 100644 --- a/sysutils/pstacku/Makefile +++ b/sysutils/pstacku/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://kib.kiev.ua/kib/${PORTNAME}/ \ MAINTAINER= pizzamig@FreeBSD.org COMMENT= Retrieve process stack traces +WWW= https://www.kib.kiev.ua/git/gitweb.cgi?p=pstacku.git;a=tree LICENSE= BSD2CLAUSE diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile index 92ce60381a35..18ca54b59306 100644 --- a/sysutils/pstree/Makefile +++ b/sysutils/pstree/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= ftp://ftp.thp.uni-due.de/pub/source/ MAINTAINER= jgh@FreeBSD.org COMMENT= List processes as a tree +WWW= http://www.thp.uni-due.de/pstree/ USES= alias diff --git a/sysutils/puppet-lint/Makefile b/sysutils/puppet-lint/Makefile index f2c494b21a1c..7395e9474354 100644 --- a/sysutils/puppet-lint/Makefile +++ b/sysutils/puppet-lint/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= puppet@FreeBSD.org COMMENT= Checks Puppet manifests against the style guide +WWW= http://puppet-lint.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/puppet-mode.el/Makefile b/sysutils/puppet-mode.el/Makefile index d4cfc6b51fd6..9ca89e7e40c7 100644 --- a/sysutils/puppet-mode.el/Makefile +++ b/sysutils/puppet-mode.el/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= demon@FreeBSD.org COMMENT= Simple mode for editing puppet manifests +WWW= https://github.com/puppetlabs/puppet-syntax-emacs LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/puppet6/Makefile b/sysutils/puppet6/Makefile index c8afdc61ddd3..b36a1f107f8a 100644 --- a/sysutils/puppet6/Makefile +++ b/sysutils/puppet6/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= 6 MAINTAINER= puppet@FreeBSD.org COMMENT= Configuration management framework written in Ruby +WWW= https://puppet.com/docs/puppet/latest/puppet_index.html LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/puppet7/Makefile b/sysutils/puppet7/Makefile index b320d2b1f3be..b1943adb1620 100644 --- a/sysutils/puppet7/Makefile +++ b/sysutils/puppet7/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= 7 MAINTAINER= puppet@FreeBSD.org COMMENT= Configuration management framework written in Ruby +WWW= https://puppet.com/docs/puppet/latest/puppet_index.html LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/puppetserver6/Makefile b/sysutils/puppetserver6/Makefile index a2f096380801..b41d86bac418 100644 --- a/sysutils/puppetserver6/Makefile +++ b/sysutils/puppetserver6/Makefile @@ -10,6 +10,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= puppet@FreeBSD.org COMMENT= Puppet Server running in the JVM +WWW= https://docs.puppetlabs.com/puppetserver/latest/services_master_puppetserver.html LICENSE= APACHE20 diff --git a/sysutils/puppetserver7/Makefile b/sysutils/puppetserver7/Makefile index 917ab6b93bad..8f09d4d871f5 100644 --- a/sysutils/puppetserver7/Makefile +++ b/sysutils/puppetserver7/Makefile @@ -8,6 +8,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= puppet@FreeBSD.org COMMENT= Puppet Server running in the JVM +WWW= https://docs.puppetlabs.com/puppetserver/latest/services_master_puppetserver.html LICENSE= APACHE20 diff --git a/sysutils/pv/Makefile b/sysutils/pv/Makefile index 2eb8c868b5b0..3c43304d2d75 100644 --- a/sysutils/pv/Makefile +++ b/sysutils/pv/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.ivarch.com/programs/sources/ MAINTAINER= martymac@FreeBSD.org COMMENT= Pipe throughput monitor +WWW= https://www.ivarch.com/programs/pv.shtml LICENSE= ART20 diff --git a/sysutils/pwd_unmkdb/Makefile b/sysutils/pwd_unmkdb/Makefile index 52f09a17cc90..755324cd2449 100644 --- a/sysutils/pwd_unmkdb/Makefile +++ b/sysutils/pwd_unmkdb/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.over-yonder.net/~fullermd/projects/pwd_unmkdb/ \ MAINTAINER= fullermd@over-yonder.net COMMENT= Recover a master.passwd from the hashed database +WWW= https://www.over-yonder.net/~fullermd/projects/pwd_unmkdb/ USES= tar:xz diff --git a/sysutils/pwgen/Makefile b/sysutils/pwgen/Makefile index 02c92ed80e8d..f4553f85426b 100644 --- a/sysutils/pwgen/Makefile +++ b/sysutils/pwgen/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= andrey@hm.perm.ru COMMENT= Small, powerful, GPL'ed password generator #' +WWW= https://sourceforge.net/projects/pwgen/ LICENSE= GPLv2 diff --git a/sysutils/pwol/Makefile b/sysutils/pwol/Makefile index bcef9ad21ff6..aa85e2c21e06 100644 --- a/sysutils/pwol/Makefile +++ b/sysutils/pwol/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= pen@lysator.liu.se COMMENT= Peter's Wake-on-LAN Tool +WWW= https://github.com/ptrrkssn/pwol LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/pwsafe/Makefile b/sysutils/pwsafe/Makefile index ff29718481c5..21dda5fb3dcd 100644 --- a/sysutils/pwsafe/Makefile +++ b/sysutils/pwsafe/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= m.ne@gmx.net COMMENT= Command-line encrypted password database manager +WWW= https://github.com/nsd20463/pwsafe/ LICENSE= GPLv2+ diff --git a/sysutils/pxattr/Makefile b/sysutils/pxattr/Makefile index 5629cfa969f7..03e5b24b5aa6 100644 --- a/sysutils/pxattr/Makefile +++ b/sysutils/pxattr/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://www.lesbonscomptes.com/pxattr/ MAINTAINER= danfe@FreeBSD.org COMMENT= Portable utility to work with file extended attributes +WWW= https://www.lesbonscomptes.com/pxattr/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/pxp-agent/Makefile b/sysutils/pxp-agent/Makefile index 7038104122e9..c3f7ab908152 100644 --- a/sysutils/pxp-agent/Makefile +++ b/sysutils/pxp-agent/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= puppet@FreeBSD.org COMMENT= PCP eXecution Protocol Agent +WWW= https://github.com/puppetlabs/pxp-agent LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-ansible-base/Makefile b/sysutils/py-ansible-base/Makefile index 238669c75ef7..df23098323f0 100644 --- a/sysutils/py-ansible-base/Makefile +++ b/sysutils/py-ansible-base/Makefile @@ -8,6 +8,7 @@ PATCHFILES= 6459fbb7bcf792aac9208d7851bf1edeb0495295.patch:-p1 MAINTAINER= 0mp@FreeBSD.org COMMENT= Radically simple IT automation +WWW= https://www.ansible.com/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/py-ansible-compat/Makefile b/sysutils/py-ansible-compat/Makefile index b316d6a3c669..79b29b80b9b5 100644 --- a/sysutils/py-ansible-compat/Makefile +++ b/sysutils/py-ansible-compat/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= matthew@FreeBSD.org COMMENT= Ansible compatibility goodies +WWW= https://github.com/ansible-community/ansible-compat LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-ansible-core/Makefile b/sysutils/py-ansible-core/Makefile index 0ce9ab83c938..318e377fcf81 100644 --- a/sysutils/py-ansible-core/Makefile +++ b/sysutils/py-ansible-core/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= 0mp@FreeBSD.org COMMENT= Radically simple IT automation +WWW= https://www.ansible.com/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/py-ansible-core211/Makefile b/sysutils/py-ansible-core211/Makefile index eb998d17ff93..4bec247c72f9 100644 --- a/sysutils/py-ansible-core211/Makefile +++ b/sysutils/py-ansible-core211/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= 211 MAINTAINER= 0mp@FreeBSD.org COMMENT= Radically simple IT automation +WWW= https://www.ansible.com/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/py-ansible-lint/Makefile b/sysutils/py-ansible-lint/Makefile index 7142d36edd35..663b6fd8e4ba 100644 --- a/sysutils/py-ansible-lint/Makefile +++ b/sysutils/py-ansible-lint/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= matthew@FreeBSD.org COMMENT= Checks playbooks for sub-optimal practices and behaviour +WWW= https://github.com/willthames/ansible-lint LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/py-ansible-runner/Makefile b/sysutils/py-ansible-runner/Makefile index 8c35545b9dfb..2c1c0bcd1f4b 100644 --- a/sysutils/py-ansible-runner/Makefile +++ b/sysutils/py-ansible-runner/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dch@FreeBSD.org COMMENT= Extensible embeddable ansible job runner +WWW= https://ansible-runner.readthedocs.io/ LICENSE= APACHE20 diff --git a/sysutils/py-azure-cli-acr/Makefile b/sysutils/py-azure-cli-acr/Makefile index 91c932f2115f..4cf079205a5a 100644 --- a/sysutils/py-azure-cli-acr/Makefile +++ b/sysutils/py-azure-cli-acr/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dbaio@FreeBSD.org COMMENT= Microsoft Azure Command-Line Tools ACR Command Module +WWW= https://pypi.org/project/azure-cli-acr/ LICENSE= MIT diff --git a/sysutils/py-azure-cli-core/Makefile b/sysutils/py-azure-cli-core/Makefile index b451755d69c3..d5c621b6eeec 100644 --- a/sysutils/py-azure-cli-core/Makefile +++ b/sysutils/py-azure-cli-core/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dbaio@FreeBSD.org COMMENT= Microsoft Azure Command-Line Tools Core Module +WWW= https://pypi.org/project/azure-cli-core/ LICENSE= MIT diff --git a/sysutils/py-azure-cli-telemetry/Makefile b/sysutils/py-azure-cli-telemetry/Makefile index 831cc4bf815d..0ff32ab74a6b 100644 --- a/sysutils/py-azure-cli-telemetry/Makefile +++ b/sysutils/py-azure-cli-telemetry/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dbaio@FreeBSD.org COMMENT= Microsoft Azure CLI Telemetry Package +WWW= https://pypi.org/project/azure-cli-telemetry/ LICENSE= MIT diff --git a/sysutils/py-azure-cli/Makefile b/sysutils/py-azure-cli/Makefile index d2a1d9a8924a..400c0cb6efe3 100644 --- a/sysutils/py-azure-cli/Makefile +++ b/sysutils/py-azure-cli/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dbaio@FreeBSD.org COMMENT= Microsoft Azure Command-Line Tools +WWW= https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/py-bitrot/Makefile b/sysutils/py-bitrot/Makefile index 66507ded8920..31ef83c70e63 100644 --- a/sysutils/py-bitrot/Makefile +++ b/sysutils/py-bitrot/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= fixer@bsdmail.com COMMENT= Utility to detect data corruption and bit rot +WWW= https://github.com/ambv/bitrot LICENSE= MIT diff --git a/sysutils/py-borgmatic/Makefile b/sysutils/py-borgmatic/Makefile index d4ac739a5770..2d82ee2292ca 100644 --- a/sysutils/py-borgmatic/Makefile +++ b/sysutils/py-borgmatic/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= egypcio@FreeBSD.org COMMENT= Wrapper script for Borg backup software +WWW= https://torsion.org/borgmatic/ LICENSE= GPLv3 diff --git a/sysutils/py-concurrent-log-handler/Makefile b/sysutils/py-concurrent-log-handler/Makefile index 9fdc9e43e2cf..06f70693a08f 100644 --- a/sysutils/py-concurrent-log-handler/Makefile +++ b/sysutils/py-concurrent-log-handler/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= risner@stdio.com COMMENT= RotatingFileHandler replacement with concurrency, gzip +WWW= https://pypi.org/project/concurrent-log-handler/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-cron-descriptor/Makefile b/sysutils/py-cron-descriptor/Makefile index ba0ff706f525..074ab5dc4280 100644 --- a/sysutils/py-cron-descriptor/Makefile +++ b/sysutils/py-cron-descriptor/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= loader@FreeBSD.org COMMENT= Converts cron expressions into human readable strings +WWW= https://github.com/Salamek/cron-descriptor LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-croniter/Makefile b/sysutils/py-croniter/Makefile index 293f7dfdfb12..855455773ac5 100644 --- a/sysutils/py-croniter/Makefile +++ b/sysutils/py-croniter/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= skreuzer@FreeBSD.org COMMENT= Iteration support for datetime objects with cron like format +WWW= https://pypi.org/project/croniter/ LICENSE= MIT diff --git a/sysutils/py-dict-toolbox/Makefile b/sysutils/py-dict-toolbox/Makefile index 0d9cffd87492..cb6c4b622c34 100644 --- a/sysutils/py-dict-toolbox/Makefile +++ b/sysutils/py-dict-toolbox/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= krion@FreeBSD.org COMMENT= Collection of python dictionary management tools +WWW= https://gitlab.com/saltstack/open/dict-toolbox/ LICENSE= APACHE20 diff --git a/sysutils/py-diffoscope/Makefile b/sysutils/py-diffoscope/Makefile index 43fdd16740da..5c0e69985640 100644 --- a/sysutils/py-diffoscope/Makefile +++ b/sysutils/py-diffoscope/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ygy@FreeBSD.org COMMENT= In-depth comparison of files, archives, and directories +WWW= https://diffoscope.org/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/py-dirsync/Makefile b/sysutils/py-dirsync/Makefile index 29f88f03bbda..d7a7b29af0b8 100644 --- a/sysutils/py-dirsync/Makefile +++ b/sysutils/py-dirsync/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Advanced directory tree synchronisation tool +WWW= https://github.com/tkhyn/dirsync LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/py-distro/Makefile b/sysutils/py-distro/Makefile index 87c4b2983c40..539e770559ac 100644 --- a/sysutils/py-distro/Makefile +++ b/sysutils/py-distro/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Linux OS platform information API +WWW= https://github.com/python-distro/distro LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-dlipower/Makefile b/sysutils/py-dlipower/Makefile index d1a9089ecc41..4c0660a66bc3 100644 --- a/sysutils/py-dlipower/Makefile +++ b/sysutils/py-dlipower/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= imp@FreeBSD.org COMMENT= CLI interface to Digital Logger's (DLI) Power Strips +WWW= https://github.com/dwighthubbard/python-dlipower LICENSE= BSD2CLAUSE diff --git a/sysutils/py-docker/Makefile b/sysutils/py-docker/Makefile index a6881c73c1fa..f28aad498c22 100644 --- a/sysutils/py-docker/Makefile +++ b/sysutils/py-docker/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ygy@FreeBSD.org COMMENT= Python library for the Docker Engine API +WWW= https://github.com/docker/docker-py LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-drmaa/Makefile b/sysutils/py-drmaa/Makefile index ba62bbd4284b..3511bd14572f 100644 --- a/sysutils/py-drmaa/Makefile +++ b/sysutils/py-drmaa/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= i@levsha.me COMMENT= Interact with DRMAA-compliant distributed resource management systems +WWW= http://code.google.com/p/drmaa-python/ LICENSE= BSD3CLAUSE diff --git a/sysutils/py-elf_diff/Makefile b/sysutils/py-elf_diff/Makefile index dd250a5a199c..1f2303d4a749 100644 --- a/sysutils/py-elf_diff/Makefile +++ b/sysutils/py-elf_diff/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= arrowd@FreeBSD.org COMMENT= Tool to Compare Elf Binaries +WWW= https://github.com/noseglasses/elf_diff LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/py-execnet/Makefile b/sysutils/py-execnet/Makefile index b199addccc9a..0867253c639f 100644 --- a/sysutils/py-execnet/Makefile +++ b/sysutils/py-execnet/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bofh@FreeBSD.org COMMENT= Distributed Python deployment and communication +WWW= https://codespeak.net/execnet/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-filelike/Makefile b/sysutils/py-filelike/Makefile index 60a73d37dace..dddd45d1a7a1 100644 --- a/sysutils/py-filelike/Makefile +++ b/sysutils/py-filelike/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dikshie@sfc.wide.ad.jp COMMENT= Python module for building and manipulating file-like object +WWW= http://www.rfk.id.au/software/filelike/ USES= python:3.6+ USE_PYTHON= distutils autoplist concurrent diff --git a/sysutils/py-filelock/Makefile b/sysutils/py-filelock/Makefile index ae1de2db4c37..84736464a1e8 100644 --- a/sysutils/py-filelock/Makefile +++ b/sysutils/py-filelock/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Platform independent file lock +WWW= https://github.com/benediktschmitt/py-filelock LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-focker/Makefile b/sysutils/py-focker/Makefile index caa0ba9eb7a0..c5d8f5c3bc3a 100644 --- a/sysutils/py-focker/Makefile +++ b/sysutils/py-focker/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bofh@FreeBSD.org COMMENT= FreeBSD image orchestration tool in the vein of Docker +WWW= https://github.com/sadaszewski/focker LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-glances/Makefile b/sysutils/py-glances/Makefile index eb58b8c650da..5cbe61a8661b 100644 --- a/sysutils/py-glances/Makefile +++ b/sysutils/py-glances/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gasol.wu@gmail.com COMMENT= CLI curses based monitoring tool for GNU/Linux and BSD OS +WWW= https://nicolargo.github.io/glances/ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/py-google-compute-engine/Makefile b/sysutils/py-google-compute-engine/Makefile index 7a2ba595e287..c3062706ee47 100644 --- a/sysutils/py-google-compute-engine/Makefile +++ b/sysutils/py-google-compute-engine/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Guest Environment for Google Compute Engine +WWW= https://github.com/GoogleCloudPlatform/compute-image-packages LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-hared/Makefile b/sysutils/py-hared/Makefile index 9711f0f5dccc..8cd4f49e55af 100644 --- a/sysutils/py-hared/Makefile +++ b/sysutils/py-hared/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dvl@FreeBSD.org COMMENT= Small Python server for inserting notications into MQTT +WWW= https://github.com/jpmens/hared-hare LICENSE= MIT diff --git a/sysutils/py-hcloud/Makefile b/sysutils/py-hcloud/Makefile index a1a59aa87829..409bb69ee2bf 100644 --- a/sysutils/py-hcloud/Makefile +++ b/sysutils/py-hcloud/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= matthew@FreeBSD.org COMMENT= Official Hetzner Cloud python library +WWW= https://hcloud-python.readthedocs.io/en/latest/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-honcho/Makefile b/sysutils/py-honcho/Makefile index b55d5eef7c3a..d9eb9bf09fa6 100644 --- a/sysutils/py-honcho/Makefile +++ b/sysutils/py-honcho/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= loader@FreeBSD.org COMMENT= Managing Procfile-based applications tool +WWW= https://github.com/nickstenning/honcho LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-howdoi/Makefile b/sysutils/py-howdoi/Makefile index e9200c4b595e..716b3f0669c4 100644 --- a/sysutils/py-howdoi/Makefile +++ b/sysutils/py-howdoi/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= DtxdF@disroot.org COMMENT= Instant coding answers via the command line +WWW= https://github.com/gleitz/howdoi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/py-hpilo/Makefile b/sysutils/py-hpilo/Makefile index 8c3b4c3bf237..d90d379cc048 100644 --- a/sysutils/py-hpilo/Makefile +++ b/sysutils/py-hpilo/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= pizzamig@FreeBSD.org COMMENT= Python cli to interact with HP iLO management interface +WWW= https://github.com/seveas/python-hpilo LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/py-iowait/Makefile b/sysutils/py-iowait/Makefile index 4bbf075e9a40..ece4287a44dd 100644 --- a/sysutils/py-iowait/Makefile +++ b/sysutils/py-iowait/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Python module for I/O completion events +WWW= https://launchpad.net/python-iowait LICENSE= GPLv3 diff --git a/sysutils/py-ioztat/Makefile b/sysutils/py-ioztat/Makefile index 01899f60d732..e934493eb606 100644 --- a/sysutils/py-ioztat/Makefile +++ b/sysutils/py-ioztat/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tom@hur.st COMMENT= Storage load analysis tool for OpenZFS +WWW= https://github.com/jimsalterjrs/ioztat LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-jailconf/Makefile b/sysutils/py-jailconf/Makefile index 8f65dec76cc6..5a9c39da2f2a 100644 --- a/sysutils/py-jailconf/Makefile +++ b/sysutils/py-jailconf/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bofh@FreeBSD.org COMMENT= Parse and edit your FreeBSD jail.conf file +WWW= https://github.com/leforestier/jailconf LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-keep/Makefile b/sysutils/py-keep/Makefile index e142d0497d81..2e8274617abc 100644 --- a/sysutils/py-keep/Makefile +++ b/sysutils/py-keep/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= DtxdF@disroot.org COMMENT= Personal shell command keeper +WWW= https://github.com/OrkoHunter/keep LICENSE= MIT LICENSE_FILE= ${FILESDIR}/LICENSE.md diff --git a/sysutils/py-leviathan/Makefile b/sysutils/py-leviathan/Makefile index 2f50f2bf6bf5..0babdf161c8c 100644 --- a/sysutils/py-leviathan/Makefile +++ b/sysutils/py-leviathan/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= greg@unrelenting.technology COMMENT= Application to control and monitor NZXT (Asetek) liquid coolers +WWW= https://github.com/jaksi/leviathan/tree/0.1.1 LICENSE= GPLv2 #LICENSE_FILE= Not packaged with PyPI sdist diff --git a/sysutils/py-liquidctl/Makefile b/sysutils/py-liquidctl/Makefile index 835ce3b89a6a..26c5922cfa9c 100644 --- a/sysutils/py-liquidctl/Makefile +++ b/sysutils/py-liquidctl/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Cross-platform tool and drivers for liquid coolers and other devices +WWW= https://pypi.org/project/liquidctl/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/py-mitogen/Makefile b/sysutils/py-mitogen/Makefile index 5835b417fea5..f5f4ced9723c 100644 --- a/sysutils/py-mitogen/Makefile +++ b/sysutils/py-mitogen/Makefile @@ -9,6 +9,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dch@FreeBSD.org COMMENT= Ansible accelerator & python library for writing distributed programs +WWW= https://mitogen.networkgenomics.com/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-mqttwarn/Makefile b/sysutils/py-mqttwarn/Makefile index 056b1930558f..718fd74b6de0 100644 --- a/sysutils/py-mqttwarn/Makefile +++ b/sysutils/py-mqttwarn/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dvl@FreeBSD.org COMMENT= Subscribe to MQTT topics and notify pluggable services +WWW= https://github.com/jpmens/mqttwarn LICENSE= EPL diff --git a/sysutils/py-nagiosplugin/Makefile b/sysutils/py-nagiosplugin/Makefile index b3b2fc099e17..5a1c18d3bb82 100644 --- a/sysutils/py-nagiosplugin/Makefile +++ b/sysutils/py-nagiosplugin/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bofh@FreeBSD.org COMMENT= Class library for writing Nagios (Icinga) plugins +WWW= https://bitbucket.org/flyingcircus/nagiosplugin LICENSE= ZPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/py-packet-python/Makefile b/sysutils/py-packet-python/Makefile index e8031e9d38f0..0136867fad3d 100644 --- a/sysutils/py-packet-python/Makefile +++ b/sysutils/py-packet-python/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dch@FreeBSD.org COMMENT= Python client for Packet.net API +WWW= https://pypi.org/project/packet-python/ LICENSE= LGPL3+ diff --git a/sysutils/py-pkginfo/Makefile b/sysutils/py-pkginfo/Makefile index ed3ea247577b..06d0b295efa7 100644 --- a/sysutils/py-pkginfo/Makefile +++ b/sysutils/py-pkginfo/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ygy@FreeBSD.org COMMENT= Query metadatdata from sdists / bdists / installed packages +WWW= https://pypi.org/project/pkginfo/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/py-ploy/Makefile b/sysutils/py-ploy/Makefile index 305560b6f615..5a90e9d20314 100644 --- a/sysutils/py-ploy/Makefile +++ b/sysutils/py-ploy/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bofh@FreeBSD.org COMMENT= Manage servers through a central configuration +WWW= https://github.com/ployground/ploy LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/py-ploy_ezjail/Makefile b/sysutils/py-ploy_ezjail/Makefile index d7441310f8d1..92b7b142b6e9 100644 --- a/sysutils/py-ploy_ezjail/Makefile +++ b/sysutils/py-ploy_ezjail/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bofh@FreeBSD.org COMMENT= Plugin for ploy to provision FreeBSD jails using ezjail +WWW= https://github.com/ployground/ploy_ezjail LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/py-plumbum/Makefile b/sysutils/py-plumbum/Makefile index 24140b6e3b28..7dfdb14a9e98 100644 --- a/sysutils/py-plumbum/Makefile +++ b/sysutils/py-plumbum/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= CHEESESHOP MAINTAINER= sunpoet@FreeBSD.org COMMENT= Shell combinators library +WWW= https://github.com/tomerfiliba/plumbum LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-power/Makefile b/sysutils/py-power/Makefile index fd8c11d2ecc4..0f398e82e85f 100644 --- a/sysutils/py-power/Makefile +++ b/sysutils/py-power/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cederom@tlen.pl COMMENT= Cross-platform system power status information for Python +WWW= https://github.com/Kentzo/Power LICENSE= MIT diff --git a/sysutils/py-prometheus-zfs/Makefile b/sysutils/py-prometheus-zfs/Makefile index b60b900eb2ec..9a92187bf2c1 100644 --- a/sysutils/py-prometheus-zfs/Makefile +++ b/sysutils/py-prometheus-zfs/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= 0mp@FreeBSD.org COMMENT= Prometheus exporter for ZFS statistics using py-libzfs +WWW= https://github.com/matusnovak/prometheus-zfs LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index b4b7ae0dcda9..8668d9bdc0cf 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Process utilities module for Python +WWW= https://github.com/giampaolo/psutil LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-psutil121/Makefile b/sysutils/py-psutil121/Makefile index 9e1a709d15a0..ce92421cb6cb 100644 --- a/sysutils/py-psutil121/Makefile +++ b/sysutils/py-psutil121/Makefile @@ -8,6 +8,7 @@ PKGNAMESUFFIX= 121 MAINTAINER= swills@FreeBSD.org COMMENT= Process utilities module for Python +WWW= https://pypi.org/project/psutil/ LICENSE= BSD3CLAUSE diff --git a/sysutils/py-ptyprocess/Makefile b/sysutils/py-ptyprocess/Makefile index c08a77d0d317..d03ee4d4e81e 100644 --- a/sysutils/py-ptyprocess/Makefile +++ b/sysutils/py-ptyprocess/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= robak@FreeBSD.org COMMENT= Run a subprocess in a pseudo terminal +WWW= https://github.com/pexpect/ptyprocess LICENSE= ISCL diff --git a/sysutils/py-puremagic/Makefile b/sysutils/py-puremagic/Makefile index 0304940a38bc..2a15547813db 100644 --- a/sysutils/py-puremagic/Makefile +++ b/sysutils/py-puremagic/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= james@french.id.au COMMENT= Pure python implementation of magic file detection +WWW= https://pypi.org/project/puremagic/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-py-cpuinfo/Makefile b/sysutils/py-py-cpuinfo/Makefile index e20dfd0f6bf5..de4efc41ce15 100644 --- a/sysutils/py-py-cpuinfo/Makefile +++ b/sysutils/py-py-cpuinfo/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Module for getting CPU info with pure Python +WWW= https://github.com/workhorsy/py-cpuinfo LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-python-consul/Makefile b/sysutils/py-python-consul/Makefile index 45da7b27a73e..d70653007626 100644 --- a/sysutils/py-python-consul/Makefile +++ b/sysutils/py-python-consul/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jhixson@FreeBSD.org COMMENT= Python client for consul +WWW= https://github.com/cablehead/python-consul LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-python-consul2/Makefile b/sysutils/py-python-consul2/Makefile index 94ffd06863b1..5e1be529921e 100644 --- a/sysutils/py-python-consul2/Makefile +++ b/sysutils/py-python-consul2/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python client for Consul +WWW= https://github.com/poppyred/python-consul2 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-python-crontab/Makefile b/sysutils/py-python-crontab/Makefile index cd27fd1d6701..8bdd0cfddaaf 100644 --- a/sysutils/py-python-crontab/Makefile +++ b/sysutils/py-python-crontab/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= skreuzer@FreeBSD.org COMMENT= Read and write crontab files using a direct API +WWW= https://gitlab.com/doctormo/python-crontab LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/py-python-nomad/Makefile b/sysutils/py-python-nomad/Makefile index e538b9d422b8..b5075e844f38 100644 --- a/sysutils/py-python-nomad/Makefile +++ b/sysutils/py-python-nomad/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jhixson@FreeBSD.org COMMENT= Python client for nomad +WWW= https://github.com/jrxFive/python-nomad LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-pytsk/Makefile b/sysutils/py-pytsk/Makefile index 0ee2c5b24609..85599e99a6c7 100644 --- a/sysutils/py-pytsk/Makefile +++ b/sysutils/py-pytsk/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME}3-${PORTVERSION} MAINTAINER= antoine@FreeBSD.org COMMENT= Python bindings for the Sleuthkit +WWW= https://github.com/py4n6/pytsk LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-pywatchman/Makefile b/sysutils/py-pywatchman/Makefile index 7b293074596f..b177f46e5f3a 100644 --- a/sysutils/py-pywatchman/Makefile +++ b/sysutils/py-pywatchman/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= linpct@gmail.com COMMENT= Watchman client for Python +WWW= https://pypi.org/project/pywatchman/ LICENSE= BSD3CLAUSE MIT LICENSE_COMB= multi diff --git a/sysutils/py-pyznap/Makefile b/sysutils/py-pyznap/Makefile index 4481dc72ad2d..e02d3717052b 100644 --- a/sysutils/py-pyznap/Makefile +++ b/sysutils/py-pyznap/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= driesm@FreeBSD.org COMMENT= ZFS snapshot tool written in Python +WWW= https://github.com/yboetz/pyznap LICENSE= GPLv3 diff --git a/sysutils/py-qmk/Makefile b/sysutils/py-qmk/Makefile index 42830e82bf61..87f74b7e1f79 100644 --- a/sysutils/py-qmk/Makefile +++ b/sysutils/py-qmk/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= 0mp@FreeBSD.org COMMENT= CLI program for working with QMK firmware +WWW= https://github.com/qmk/qmk_cli LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-queuelib/Makefile b/sysutils/py-queuelib/Makefile index 2679a950166f..93aeef2fb919 100644 --- a/sysutils/py-queuelib/Makefile +++ b/sysutils/py-queuelib/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jhale@FreeBSD.org COMMENT= Collection of persistent (disk-based) queues +WWW= https://github.com/scrapy/queuelib LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-ranger/Makefile b/sysutils/py-ranger/Makefile index a25c460b042d..876cf8aae4bd 100644 --- a/sysutils/py-ranger/Makefile +++ b/sysutils/py-ranger/Makefile @@ -11,6 +11,7 @@ PATCHFILES= 081e73152a9391211770fab56676d7d974413ae6.patch:-p1 MAINTAINER= linpct@gmail.com COMMENT= File manager with VI key bindings +WWW= https://ranger.github.io/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-rdiff-backup/Makefile b/sysutils/py-rdiff-backup/Makefile index b6c3674bd57e..bfbba64a3dbe 100644 --- a/sysutils/py-rdiff-backup/Makefile +++ b/sysutils/py-rdiff-backup/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= uzsolt@uzsolt.hu COMMENT= Easy to use and efficient backup and restore utility +WWW= https://www.nongnu.org/rdiff-backup/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/py-resolve-march-native/Makefile b/sysutils/py-resolve-march-native/Makefile index 97c636916a56..ef346f6f5316 100644 --- a/sysutils/py-resolve-march-native/Makefile +++ b/sysutils/py-resolve-march-native/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= pkubaj@FreeBSD.org COMMENT= Command line tool to resolve -march=native into explicit flags +WWW= https://github.com/hartwork/resolve-march-native LICENSE= GPLv2+ diff --git a/sysutils/py-salt/Makefile b/sysutils/py-salt/Makefile index e527c2761cfe..3eeb0a5ca530 100644 --- a/sysutils/py-salt/Makefile +++ b/sysutils/py-salt/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= krion@FreeBSD.org COMMENT= Distributed remote execution and configuration management system +WWW= https://pypi.org/project/salt/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-scandir/Makefile b/sysutils/py-scandir/Makefile index b6ea27f7a7ec..a2787f152786 100644 --- a/sysutils/py-scandir/Makefile +++ b/sysutils/py-scandir/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fast and featureful directory iterator +WWW= https://github.com/benhoyt/scandir LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/py-scarab/Makefile b/sysutils/py-scarab/Makefile index 80e510b8c6dd..98426332fbce 100644 --- a/sysutils/py-scarab/Makefile +++ b/sysutils/py-scarab/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= driesm@FreeBSD.org COMMENT= CLI interface for FreeBSD Bugzilla +WWW= https://github.com/gonzoua/scarab LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-supervisor/Makefile b/sysutils/py-supervisor/Makefile index 1a82fb11f057..97cb9fecd839 100644 --- a/sysutils/py-supervisor/Makefile +++ b/sysutils/py-supervisor/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= thomas@gibfest.dk COMMENT= System for controlling process state under UNIX +WWW= http://supervisord.org/ LICENSE= BSD3CLAUSE MEDUSA REPOZE LICENSE_COMB= multi diff --git a/sysutils/py-tarsnapper/Makefile b/sysutils/py-tarsnapper/Makefile index 6a0323a6b4ed..e5f5184f3693 100644 --- a/sysutils/py-tarsnapper/Makefile +++ b/sysutils/py-tarsnapper/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= philip@FreeBSD.org COMMENT= Tarsnap wrapper which expires backups using a gfs-scheme +WWW= https://github.com/miracle2k/tarsnapper LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-tmuxp/Makefile b/sysutils/py-tmuxp/Makefile index 7559418d87e5..b15d4502817b 100644 --- a/sysutils/py-tmuxp/Makefile +++ b/sysutils/py-tmuxp/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Session manager for tmux +WWW= https://github.com/tmux-python/tmuxp LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-upt-cpan/Makefile b/sysutils/py-upt-cpan/Makefile index 727e50f112cd..0b3a4bfe88c4 100644 --- a/sysutils/py-upt-cpan/Makefile +++ b/sysutils/py-upt-cpan/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= CPAN frontend for upt +WWW= https://framagit.org/upt/upt-cpan LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-upt-freebsd/Makefile b/sysutils/py-upt-freebsd/Makefile index f623ab29b668..fe7c0a73dc6e 100644 --- a/sysutils/py-upt-freebsd/Makefile +++ b/sysutils/py-upt-freebsd/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tipecaml@gmail.com COMMENT= FreeBSD backend for upt +WWW= https://framagit.org/upt/upt-freebsd LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-upt-pypi/Makefile b/sysutils/py-upt-pypi/Makefile index e3d39d083cce..c1c5c93d5469 100644 --- a/sysutils/py-upt-pypi/Makefile +++ b/sysutils/py-upt-pypi/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tipecaml@gmail.com COMMENT= PyPI frontend for upt +WWW= https://framagit.org/upt/upt-pypi LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-upt-rubygems/Makefile b/sysutils/py-upt-rubygems/Makefile index a2d988d26f2f..9ad733feca80 100644 --- a/sysutils/py-upt-rubygems/Makefile +++ b/sysutils/py-upt-rubygems/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= RubyGems frontend for upt +WWW= https://framagit.org/upt/upt-rubygems LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-upt/Makefile b/sysutils/py-upt/Makefile index ff09ae7d2016..9cdc3e330377 100644 --- a/sysutils/py-upt/Makefile +++ b/sysutils/py-upt/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tipecaml@gmail.com COMMENT= Package software from any package manager to any distribution +WWW= https://framagit.org/upt/upt LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/py-uptime/Makefile b/sysutils/py-uptime/Makefile index 070e4fd23f20..2008cbd18bb7 100644 --- a/sysutils/py-uptime/Makefile +++ b/sysutils/py-uptime/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= uros@gruber.si COMMENT= Cross-platform uptime library +WWW= https://github.com/Cairnarvon/uptime LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.txt diff --git a/sysutils/py-zdaemon/Makefile b/sysutils/py-zdaemon/Makefile index 86b4334390e1..d38f6371d04d 100644 --- a/sysutils/py-zdaemon/Makefile +++ b/sysutils/py-zdaemon/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= zope@FreeBSD.org COMMENT= Daemon Process Control Library and Tools for Unix-bases Systems +WWW= https://pypi.org/project/zdaemon/ LICENSE= ZPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/py-zfs-autobackup/Makefile b/sysutils/py-zfs-autobackup/Makefile index 4fdc08a76b62..e09d25dcb015 100644 --- a/sysutils/py-zfs-autobackup/Makefile +++ b/sysutils/py-zfs-autobackup/Makefile @@ -7,6 +7,7 @@ DISTNAME= zfs_autobackup-${DISTVERSION} MAINTAINER= skozlov@FreeBSD.org COMMENT= Periodicly backup zfs filesystems to other locations +WWW= https://github.com/psy0rz/zfs_autobackup LICENSE= GPLv3 diff --git a/sysutils/pydf/Makefile b/sysutils/pydf/Makefile index f8e8807cc4c4..ac3856aa00e6 100644 --- a/sysutils/pydf/Makefile +++ b/sysutils/pydf/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= baptiste@bapt.name COMMENT= Python implementation of df +WWW= http://kassiopeia.juls.savba.sk/~garabik/software/pydf/ LICENSE= PD LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/qdirstat/Makefile b/sysutils/qdirstat/Makefile index 77fc8b02eb15..f9d30c0d198c 100644 --- a/sysutils/qdirstat/Makefile +++ b/sysutils/qdirstat/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= kbowling@FreeBSD.org COMMENT= Qt utility that sums up disk usage for directory trees +WWW= https://github.com/shundhammer/qdirstat LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/qjail/Makefile b/sysutils/qjail/Makefile index 3a5bf6a3fbb1..e5045c564fea 100644 --- a/sysutils/qjail/Makefile +++ b/sysutils/qjail/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME} MAINTAINER= qjail1@a1poweruser.com COMMENT= Utility to quickly deploy and manage jails +WWW= http://qjail.sourceforge.net/ LICENSE= BERNE-CONVENTION LICENSE_NAME= Berne Convention diff --git a/sysutils/qjail54/Makefile b/sysutils/qjail54/Makefile index 4cd15c190c93..45208cc9af16 100644 --- a/sysutils/qjail54/Makefile +++ b/sysutils/qjail54/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= 54 MAINTAINER= qjail1@a1poweruser.com COMMENT= Utility to quickly deploy and manage jails +WWW= http://qjail.sourceforge.net/ LICENSE= BERNE-CONVENTION LICENSE_NAME= Berne Convention diff --git a/sysutils/qlogtools/Makefile b/sysutils/qlogtools/Makefile index 3a2b4f97520e..5cf526de431f 100644 --- a/sysutils/qlogtools/Makefile +++ b/sysutils/qlogtools/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://untroubled.org/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Tools for processing logs from qmail and other packages +WWW= https://untroubled.org/qlogtools/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/qsudo/Makefile b/sysutils/qsudo/Makefile index dd1c80f7d401..133919c109f8 100644 --- a/sysutils/qsudo/Makefile +++ b/sysutils/qsudo/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils security MAINTAINER= jt@ixsystems.com COMMENT= Qt sudo front-end +WWW= https://github.com/trueos/qsudo LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/../LICENSE diff --git a/sysutils/qtpass/Makefile b/sysutils/qtpass/Makefile index 14073ccc8b35..dfcc296d3955 100644 --- a/sysutils/qtpass/Makefile +++ b/sysutils/qtpass/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= brouwer@annejan.com COMMENT= Qt GUI for pass, the standard unix password manager +WWW= https://qtpass.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/quickjail/Makefile b/sysutils/quickjail/Makefile index 6f14c914a61d..d4d4257b2236 100644 --- a/sysutils/quickjail/Makefile +++ b/sysutils/quickjail/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://git.kevans.dev/kevans/${PORTNAME}/archive/${PORTVERSION}.t MAINTAINER= kevans@FreeBSD.org COMMENT= Utility to quickly create transient single-command jails +WWW= https://git.kevans.dev/kevans/quickjail LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/quicksynergy/Makefile b/sysutils/quicksynergy/Makefile index 15664a286eb9..a78392dce925 100644 --- a/sysutils/quicksynergy/Makefile +++ b/sysutils/quicksynergy/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/Linux/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Graphical interface for easily configuring Synergy2 +WWW= http://quicksynergy.sourceforge.net/ BUILD_DEPENDS= synergys:sysutils/synergy diff --git a/sysutils/racktables/Makefile b/sysutils/racktables/Makefile index de392ff8a635..c5cc27cc6bce 100644 --- a/sysutils/racktables/Makefile +++ b/sysutils/racktables/Makefile @@ -8,6 +8,7 @@ DISTNAME= RackTables-${DISTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Server room asset management suite +WWW= https://www.racktables.org/ LICENSE= GPLv2 diff --git a/sysutils/radeontop/Makefile b/sysutils/radeontop/Makefile index cb2de26d1891..523b6db1f601 100644 --- a/sysutils/radeontop/Makefile +++ b/sysutils/radeontop/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= danfe@FreeBSD.org COMMENT= Program that shows AMD Radeon GPU resource utilization +WWW= https://github.com/clbr/radeontop LICENSE= GPLv3 diff --git a/sysutils/radmind/Makefile b/sysutils/radmind/Makefile index 6fb8d7b1b678..03e7d8f58ad0 100644 --- a/sysutils/radmind/Makefile +++ b/sysutils/radmind/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://github.com/voretaq7/${PORTNAME}/releases/download/${PORTNA MAINTAINER= mikeg@bsd-box.net COMMENT= Utility for administering filesystem changes +WWW= https://github.com/voretaq7/radmind LICENSE= Michigan LICENSE_NAME= University of Michigan License diff --git a/sysutils/rainbarf/Makefile b/sysutils/rainbarf/Makefile index 0526870758a9..f4ec79181285 100644 --- a/sysutils/rainbarf/Makefile +++ b/sysutils/rainbarf/Makefile @@ -8,6 +8,7 @@ DISTNAME= App-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= CPU/RAM/battery stats chart bar for tmux (and GNU screen) +WWW= https://github.com/creaktive/rainbarf LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/rcadm/Makefile b/sysutils/rcadm/Makefile index 8ca9baf689d0..56afb629c496 100644 --- a/sysutils/rcadm/Makefile +++ b/sysutils/rcadm/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= reinier@skoef.nl COMMENT= Utility for administrating rc.conf +WWW= https://github.com/skoef/rcadm USE_GITHUB= yes GH_ACCOUNT= skoef diff --git a/sysutils/rclean/Makefile b/sysutils/rclean/Makefile index db9ddd8e9cea..0ac9a328396f 100644 --- a/sysutils/rclean/Makefile +++ b/sysutils/rclean/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.lapo.it/rclean/ MAINTAINER= lapo@lapo.it COMMENT= Command-line rc.conf ordering and cleaning tool +WWW= https://www.lapo.it/rclean/ PLIST_FILES= bin/rclean USES= tar:bzip2 diff --git a/sysutils/rcm/Makefile b/sysutils/rcm/Makefile index d93a8c11f16e..bd83d13cddb2 100644 --- a/sysutils/rcm/Makefile +++ b/sysutils/rcm/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://thoughtbot.github.io/rcm/dist/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= RC file (dotfile) management +WWW= https://github.com/thoughtbot/rcm LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rdup/Makefile b/sysutils/rdup/Makefile index 75fa6b689edf..fc2658c10331 100644 --- a/sysutils/rdup/Makefile +++ b/sysutils/rdup/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= rm@FreeBSD.org COMMENT= Tool to generate (incremental) backup file list +WWW= https://github.com/miekg/rdup LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/read-edid/Makefile b/sysutils/read-edid/Makefile index 7bb94f72c5d7..1a1a9fead261 100644 --- a/sysutils/read-edid/Makefile +++ b/sysutils/read-edid/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.polypux.org/projects/${PORTNAME}/ MAINTAINER= danfe@FreeBSD.org COMMENT= Tools for reading the EDID from a monitor +WWW= http://www.polypux.org/projects/read-edid/ LIB_DEPENDS= libx86.so:devel/libx86 diff --git a/sysutils/recoverdm/Makefile b/sysutils/recoverdm/Makefile index 6562f816032f..b5d1a9a3c442 100644 --- a/sysutils/recoverdm/Makefile +++ b/sysutils/recoverdm/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Recover files and discs with damaged sectors +WWW= http://www.vanheusden.com/recoverdm/ LICENSE= AGPLv3 diff --git a/sysutils/reggae/Makefile b/sysutils/reggae/Makefile index 75cf627b17a6..685e423711c6 100644 --- a/sysutils/reggae/Makefile +++ b/sysutils/reggae/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= meka@tilda.center COMMENT= Powerful DevOps solution heavily relaying on CBSD +WWW= https://github.com/cbsd/reggae LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/relaxconf/Makefile b/sysutils/relaxconf/Makefile index 40e4fda52697..223e5a07c8e3 100644 --- a/sysutils/relaxconf/Makefile +++ b/sysutils/relaxconf/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/relaxbsd/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Set of text menu based utilities for configuring RelaxBSD LiveCD +WWW= https://sourceforge.net/projects/relaxbsd/ BUILD_DEPENDS= cdialog:devel/cdialog RUN_DEPENDS= cdialog:devel/cdialog \ diff --git a/sysutils/rename/Makefile b/sysutils/rename/Makefile index 2e0c53525e91..2b0a0e6ace45 100644 --- a/sysutils/rename/Makefile +++ b/sysutils/rename/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Rename multiple files using regular expressions +WWW= http://rename.sourceforge.net/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/renameutils/Makefile b/sysutils/renameutils/Makefile index e44232f77b1d..63b631508816 100644 --- a/sysutils/renameutils/Makefile +++ b/sysutils/renameutils/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SAVANNAH MAINTAINER= mcy@lm7.fr COMMENT= Rename files faster and more easily +WWW= https://www.nongnu.org/renameutils/ LICENSE= GPLv3 diff --git a/sysutils/reoback/Makefile b/sysutils/reoback/Makefile index 312a8e4ce2f5..8b2600107440 100644 --- a/sysutils/reoback/Makefile +++ b/sysutils/reoback/Makefile @@ -7,6 +7,7 @@ EXTRACT_SUFX= _r3.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Simple but flexible FTP/NFS backup script +WWW= https://sourceforge.net/projects/reoback/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/docs/LICENSE diff --git a/sysutils/reptyr/Makefile b/sysutils/reptyr/Makefile index 47662b2bfabe..20ab188d689a 100644 --- a/sysutils/reptyr/Makefile +++ b/sysutils/reptyr/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= andoriyu@gmail.com COMMENT= Reparent a running program to a new terminal +WWW= https://github.com/nelhage/reptyr LICENSE= MIT diff --git a/sysutils/respond/Makefile b/sysutils/respond/Makefile index c96ed4902336..d423e33cabe9 100644 --- a/sysutils/respond/Makefile +++ b/sysutils/respond/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= j.witteveen@gmail.com COMMENT= Response automator for logged events +WWW= https://github.com/joukewitteveen/respond LICENSE= BSD2CLAUSE diff --git a/sysutils/rest-server/Makefile b/sysutils/rest-server/Makefile index 691446a45528..00bfb9884254 100644 --- a/sysutils/rest-server/Makefile +++ b/sysutils/rest-server/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= dch@FreeBSD.org COMMENT= Performant HTTP server for sysutils/restic backend API +WWW= https://github.com/restic/rest-server LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/restic/Makefile b/sysutils/restic/Makefile index b590743dc13e..84677a58c392 100644 --- a/sysutils/restic/Makefile +++ b/sysutils/restic/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org COMMENT= Fast, secure, efficient backup program +WWW= https://restic.net/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/retail/Makefile b/sysutils/retail/Makefile index 6bdb9acb782e..77970495f959 100644 --- a/sysutils/retail/Makefile +++ b/sysutils/retail/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://xjack.org/retail/download/ \ MAINTAINER= portmaster@BSDforge.com COMMENT= Program for incremental logfile reader +WWW= http://xjack.org/retail/ LICENSE= GPLv2 diff --git a/sysutils/rex/Makefile b/sysutils/rex/Makefile index 276d67cd462b..2b57b19c2588 100644 --- a/sysutils/rex/Makefile +++ b/sysutils/rex/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://download.gnu.org.ua/pub/release/${PORTNAME}/ MAINTAINER= zeus@gnu.org.ua COMMENT= Remote EXecution utility +WWW= https://puszcza.gnu.org.ua/projects/rex LICENSE= GPLv3+ diff --git a/sysutils/rhc/Makefile b/sysutils/rhc/Makefile index d316e28ffdb4..4fdc7e4a9ae6 100644 --- a/sysutils/rhc/Makefile +++ b/sysutils/rhc/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= RG MAINTAINER= dereckson@gmail.com COMMENT= Administration console client for RedHat OpenShift +WWW= https://github.com/openshift/rhc LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rinse/Makefile b/sysutils/rinse/Makefile index 183cf633b4c8..c2b567abc72b 100644 --- a/sysutils/rinse/Makefile +++ b/sysutils/rinse/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Install RPM-based system into a directory +WWW= http://collab-maint.alioth.debian.org/rinse/ LICENSE= ART10 diff --git a/sysutils/rmlint/Makefile b/sysutils/rmlint/Makefile index d9f1b7d03c1d..1e2af09f5db5 100644 --- a/sysutils/rmlint/Makefile +++ b/sysutils/rmlint/Makefile @@ -7,6 +7,7 @@ CATEGORIES= sysutils MAINTAINER= jockl@pianojockl.org COMMENT= Remove duplicates and other lint from your filesystem +WWW= https://rmlint.readthedocs.io/en/latest/ LICENSE= GPLv3 diff --git a/sysutils/rocinante/Makefile b/sysutils/rocinante/Makefile index 44ae63316f14..2dfad01b169f 100644 --- a/sysutils/rocinante/Makefile +++ b/sysutils/rocinante/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= christer.edwards@gmail.com COMMENT= Rocinante is a lightweight configuration management software +WWW= https://github.com/bastillebsd/rocinante LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rocr/Makefile b/sysutils/rocr/Makefile index e7543eb5ffa7..297f297bc678 100644 --- a/sysutils/rocr/Makefile +++ b/sysutils/rocr/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= jmd@FreeBSD.org COMMENT= HPC market enhanced HSA based runtime +WWW= https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface LICENSE= NCSA LICENSE_FILE= ${WRKSRC}/src/LICENSE.md diff --git a/sysutils/roct/Makefile b/sysutils/roct/Makefile index b9d08de66216..cf68214c8e16 100644 --- a/sysutils/roct/Makefile +++ b/sysutils/roct/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= jmd@FreeBSD.org COMMENT= Radeon Open Compute Thunk Interface +WWW= https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/sysutils/root-tail/Makefile b/sysutils/root-tail/Makefile index d501f55a7533..a8bf1861d80d 100644 --- a/sysutils/root-tail/Makefile +++ b/sysutils/root-tail/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://dist.schmorp.de/${PORTNAME}/ MAINTAINER= drtr0jan@yandex.ru COMMENT= Print text directly to X11 root window +WWW= http://software.schmorp.de/pkg/root-tail.html LICENSE= GPLv2+ diff --git a/sysutils/rovclock/Makefile b/sysutils/rovclock/Makefile index f3b7c4b423b0..eb61266255c2 100644 --- a/sysutils/rovclock/Makefile +++ b/sysutils/rovclock/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.hasw.net/linux/ MAINTAINER= danfe@FreeBSD.org COMMENT= Overclocking utility for ATI Radeon video cards +WWW= http://www.hasw.net/linux/ LICENSE= GPLv2 diff --git a/sysutils/rpi-firmware/Makefile b/sysutils/rpi-firmware/Makefile index 9644f229ff85..e82ab20ebc74 100644 --- a/sysutils/rpi-firmware/Makefile +++ b/sysutils/rpi-firmware/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= uboot@FreeBSD.org COMMENT= Firmware for RaspberryPi Single Board Computer +WWW= https://github.com/raspberrypi/firmware LICENSE= BROADCOM LICENSE_NAME= Broadcom Corporation diff --git a/sysutils/rset/Makefile b/sysutils/rset/Makefile index c9595693f810..fad212485e3e 100644 --- a/sysutils/rset/Makefile +++ b/sysutils/rset/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://scriptedconfiguration.org/code/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Configure systems using using any scripting language +WWW= https://scriptedconfiguration.org/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rsfetch/Makefile b/sysutils/rsfetch/Makefile index 7e9e1675d848..8af25c7303db 100644 --- a/sysutils/rsfetch/Makefile +++ b/sysutils/rsfetch/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org COMMENT= Minimal fetch program written in Rust +WWW= https://github.com/rsfetch/rsfetch LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rshim-user-space/Makefile b/sysutils/rshim-user-space/Makefile index 104e7ce008b1..f4e00d3e1267 100644 --- a/sysutils/rshim-user-space/Makefile +++ b/sysutils/rshim-user-space/Makefile @@ -5,6 +5,7 @@ PORTEPOCH= 1 MAINTAINER= hselasky@FreeBSD.org COMMENT= Userspace daemon for the Mellanox BlueField SoC +WWW= https://github.com/Mellanox/rshim-user-space/ LICENSE= BSD3CLAUSE diff --git a/sysutils/rsnapshot/Makefile b/sysutils/rsnapshot/Makefile index e5c08668cd7e..fdadf33c3db0 100644 --- a/sysutils/rsnapshot/Makefile +++ b/sysutils/rsnapshot/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.rsnapshot.org/downloads/ MAINTAINER= ralfvd@gmail.com COMMENT= Filesystem snapshot utility based on rsync(1) +WWW= https://www.rsnapshot.org LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/rsyncbackup/Makefile b/sysutils/rsyncbackup/Makefile index 30dc5386e82c..9ea26309a601 100644 --- a/sysutils/rsyncbackup/Makefile +++ b/sysutils/rsyncbackup/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://BSDforge.com/projects/source/sysutils/rsyncbackup/ MAINTAINER= portmaster@bsdforge.com COMMENT= Rsync frontend written in Perl +WWW= https://BSDforge.com/projects/sysutils/rsync-backup/ LICENSE= GPLv2+ diff --git a/sysutils/rsyncrypto/Makefile b/sysutils/rsyncrypto/Makefile index 85e206c32db0..ca4b5fe26963 100644 --- a/sysutils/rsyncrypto/Makefile +++ b/sysutils/rsyncrypto/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= linpct@gmail.com COMMENT= Rsync Friendly File Encryption +WWW= https://rsyncrypto.lingnu.com/ LICENSE= GPLv2+ diff --git a/sysutils/rsyslog8/Makefile b/sysutils/rsyslog8/Makefile index 679800b66072..f79a2a231422 100644 --- a/sysutils/rsyslog8/Makefile +++ b/sysutils/rsyslog8/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ MAINTAINER= matthew@FreeBSD.org COMMENT= Syslogd supporting SQL, TCP, and TLS +WWW= https://www.rsyslog.com/ LICENSE= GPLv3 LGPL3 APACHE20 LICENSE_COMB= multi diff --git a/sysutils/rtsx-kmod/Makefile b/sysutils/rtsx-kmod/Makefile index 3123de627475..6f888a8b2f2e 100644 --- a/sysutils/rtsx-kmod/Makefile +++ b/sysutils/rtsx-kmod/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= arrowd@FreeBSD.org COMMENT= FreeBSD driver for Realtec card readers +WWW= https://github.com/hlh-restart/rtsx LICENSE= BSD2CLAUSE diff --git a/sysutils/rubygem-backup/Makefile b/sysutils/rubygem-backup/Makefile index 341b149800ce..d72156fa48f5 100644 --- a/sysutils/rubygem-backup/Makefile +++ b/sysutils/rubygem-backup/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perform backup operations on remote and local environment +WWW= https://github.com/backup/backup LICENSE= MIT diff --git a/sysutils/rubygem-bolt/Makefile b/sysutils/rubygem-bolt/Makefile index dac564928a07..4a8750548891 100644 --- a/sysutils/rubygem-bolt/Makefile +++ b/sysutils/rubygem-bolt/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= puppet@FreeBSD.org COMMENT= Execute commands remotely over SSH and WinRM +WWW= https://github.com/puppetlabs/bolt LICENSE= APACHE20 diff --git a/sysutils/rubygem-bosh-gen/Makefile b/sysutils/rubygem-bosh-gen/Makefile index 3247c06288c2..56124c9dfc2b 100644 --- a/sysutils/rubygem-bosh-gen/Makefile +++ b/sysutils/rubygem-bosh-gen/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Generators for creating BOSH releases +WWW= https://github.com/cloudfoundry-community/bosh-gen LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-bundler/Makefile b/sysutils/rubygem-bundler/Makefile index aa294f3bbf14..04fe78c84f92 100644 --- a/sysutils/rubygem-bundler/Makefile +++ b/sysutils/rubygem-bundler/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Tool that manages gem dependencies for Ruby applications +WWW= https://bundler.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/sysutils/rubygem-bundler_ext/Makefile b/sysutils/rubygem-bundler_ext/Makefile index edc8236992c3..1be3112fcac5 100644 --- a/sysutils/rubygem-bundler_ext/Makefile +++ b/sysutils/rubygem-bundler_ext/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Loads gems installed on the system using Bundler Gemfile DSL +WWW= https://github.com/bundlerext/bundler_ext LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE diff --git a/sysutils/rubygem-capistrano-ext/Makefile b/sysutils/rubygem-capistrano-ext/Makefile index 8bdef13ce285..8539f5224bb4 100644 --- a/sysutils/rubygem-capistrano-ext/Makefile +++ b/sysutils/rubygem-capistrano-ext/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Useful task libraries and methods for Capistrano +WWW= https://www.capify.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE diff --git a/sysutils/rubygem-capistrano-harrow/Makefile b/sysutils/rubygem-capistrano-harrow/Makefile index 1560291fe3e2..497e5d51231b 100644 --- a/sysutils/rubygem-capistrano-harrow/Makefile +++ b/sysutils/rubygem-capistrano-harrow/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Capistrano plugin for integration with Harrow.io +WWW= https://github.com/harrowio/capistrano-harrow LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/rubygem-capistrano/Makefile b/sysutils/rubygem-capistrano/Makefile index 79239a9eb9f5..e2c49b0c818f 100644 --- a/sysutils/rubygem-capistrano/Makefile +++ b/sysutils/rubygem-capistrano/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Utility for executing commands in parallel on multiple machines +WWW= https://github.com/capistrano/capistrano LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/rubygem-chef-bin/Makefile b/sysutils/rubygem-chef-bin/Makefile index 62986c6d9f4e..fa4f2db7fc5b 100644 --- a/sysutils/rubygem-chef-bin/Makefile +++ b/sysutils/rubygem-chef-bin/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Chef-branded binstubs for chef-client +WWW= https://github.com/chef/chef/tree/main/chef-bin LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-chef-cleanroom/Makefile b/sysutils/rubygem-chef-cleanroom/Makefile index f651073c45d7..bd648b28215b 100644 --- a/sysutils/rubygem-chef-cleanroom/Makefile +++ b/sysutils/rubygem-chef-cleanroom/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Safely evaluate Ruby DSLs with cleanroom +WWW= https://github.com/chef/cleanroom LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-chef-config/Makefile b/sysutils/rubygem-chef-config/Makefile index 80b8ed2f4dc5..6fdd80b95bd8 100644 --- a/sysutils/rubygem-chef-config/Makefile +++ b/sysutils/rubygem-chef-config/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Default configuration and config loading library for Chef +WWW= https://github.com/chef/chef/tree/main/chef-config LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-chef-telemetry/Makefile b/sysutils/rubygem-chef-telemetry/Makefile index 81c0b571c550..ff85bf10eda1 100644 --- a/sysutils/rubygem-chef-telemetry/Makefile +++ b/sysutils/rubygem-chef-telemetry/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Send user actions to the Chef telemetry system +WWW= https://github.com/chef/chef-telemetry LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-chef-utils/Makefile b/sysutils/rubygem-chef-utils/Makefile index 0d6d76c2958b..b40efd84a058 100644 --- a/sysutils/rubygem-chef-utils/Makefile +++ b/sysutils/rubygem-chef-utils/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Basic utility functions for Core Chef Infra development +WWW= https://github.com/chef/chef/tree/main/chef-utils LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-chef-vault/Makefile b/sysutils/rubygem-chef-vault/Makefile index 4808d98bf426..a20c931dcdc7 100644 --- a/sysutils/rubygem-chef-vault/Makefile +++ b/sysutils/rubygem-chef-vault/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Data encryption support for Chef Infra using data bags +WWW= https://github.com/chef/chef-vault LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-chef-zero/Makefile b/sysutils/rubygem-chef-zero/Makefile index 1df82164f1d8..dccf1738a7df 100644 --- a/sysutils/rubygem-chef-zero/Makefile +++ b/sysutils/rubygem-chef-zero/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Self-contained, easy-setup, fast-start in-memory Chef server +WWW= https://github.com/chef/chef-zero LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-chef/Makefile b/sysutils/rubygem-chef/Makefile index afe1f8b41adb..88a4dcafdd6d 100644 --- a/sysutils/rubygem-chef/Makefile +++ b/sysutils/rubygem-chef/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Systems integration framework. Client part +WWW= https://www.chef.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-choria-mcorpc-support/Makefile b/sysutils/rubygem-choria-mcorpc-support/Makefile index 25431eb61b47..901547c60347 100644 --- a/sysutils/rubygem-choria-mcorpc-support/Makefile +++ b/sysutils/rubygem-choria-mcorpc-support/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= puppet@FreeBSD.org COMMENT= Ruby support for the Choria Orchestration Server +WWW= https://rubygems.org/gems/choria-mcorpc-support LICENSE= APACHE20 diff --git a/sysutils/rubygem-facter/Makefile b/sysutils/rubygem-facter/Makefile index 848dcec7ccb5..f6727599e475 100644 --- a/sysutils/rubygem-facter/Makefile +++ b/sysutils/rubygem-facter/Makefile @@ -10,6 +10,7 @@ PATCH_DIST_STRIP=-p1 MAINTAINER= puppet@FreeBSD.org COMMENT= Cross-platform Ruby library for retrieving facts from OS +WWW= https://puppetlabs.com/facter LICENSE= APACHE20 diff --git a/sysutils/rubygem-fluent-mixin-plaintextformatter/Makefile b/sysutils/rubygem-fluent-mixin-plaintextformatter/Makefile index a2be071e37b3..e9ebe4c00423 100644 --- a/sysutils/rubygem-fluent-mixin-plaintextformatter/Makefile +++ b/sysutils/rubygem-fluent-mixin-plaintextformatter/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= girgen@FreeBSD.org COMMENT= Fluentd plugin to include format values into json, tsv or csv +WWW= https://github.com/tagomoris/fluent-mixin-plaintextformatter LICENSE= APACHE20 diff --git a/sysutils/rubygem-fluent-plugin-config-expander/Makefile b/sysutils/rubygem-fluent-plugin-config-expander/Makefile index cd3f6214a00b..83414277b921 100644 --- a/sysutils/rubygem-fluent-plugin-config-expander/Makefile +++ b/sysutils/rubygem-fluent-plugin-config-expander/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= girgen@FreeBSD.org COMMENT= Fluent plugin which provides directives for loop extraction +WWW= https://github.com/tagomoris/fluent-plugin-config-expander LICENSE= APACHE20 diff --git a/sysutils/rubygem-fluent-plugin-file-alternative/Makefile b/sysutils/rubygem-fluent-plugin-file-alternative/Makefile index 26c55502919a..91d96227ab83 100644 --- a/sysutils/rubygem-fluent-plugin-file-alternative/Makefile +++ b/sysutils/rubygem-fluent-plugin-file-alternative/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= girgen@FreeBSD.org COMMENT= Gems for fluent plugin of alternative implementation of out_file +WWW= https://rubygems.org/gems/fluent-plugin-file-alternative RUN_DEPENDS= \ rubygem-fluentd>0:sysutils/rubygem-fluentd \ diff --git a/sysutils/rubygem-fluent-plugin-tail-asis/Makefile b/sysutils/rubygem-fluent-plugin-tail-asis/Makefile index b7462ec91fff..df203e871dd5 100644 --- a/sysutils/rubygem-fluent-plugin-tail-asis/Makefile +++ b/sysutils/rubygem-fluent-plugin-tail-asis/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ports@FreeBSD.org COMMENT= Gems for fluent plugin to read whole line into single key +WWW= https://github.com/yteraoka/fluent-plugin-tail-asis RUN_DEPENDS= \ rubygem-fluentd>0:sysutils/rubygem-fluentd diff --git a/sysutils/rubygem-fluentd/Makefile b/sysutils/rubygem-fluentd/Makefile index 8b2e59729ae2..b0a6e2f2ddbf 100644 --- a/sysutils/rubygem-fluentd/Makefile +++ b/sysutils/rubygem-fluentd/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= girgen@FreeBSD.org COMMENT= Fluent event collector +WWW= https://fluentd.org/ LICENSE= APACHE20 diff --git a/sysutils/rubygem-fssm/Makefile b/sysutils/rubygem-fssm/Makefile index d6e3c65f449d..91f66c5faa19 100644 --- a/sysutils/rubygem-fssm/Makefile +++ b/sysutils/rubygem-fssm/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= State tracking and event firing utility +WWW= https://github.com/ttilley/fssm LICENSE= MIT diff --git a/sysutils/rubygem-god/Makefile b/sysutils/rubygem-god/Makefile index 73153fffba0e..88cdb493ff6c 100644 --- a/sysutils/rubygem-god/Makefile +++ b/sysutils/rubygem-god/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Monitoring framework written in Ruby +WWW= http://godrb.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-guard-compat/Makefile b/sysutils/rubygem-guard-compat/Makefile index f39200609e6c..7d4a62428b4b 100644 --- a/sysutils/rubygem-guard-compat/Makefile +++ b/sysutils/rubygem-guard-compat/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Helps creating valid Guard plugins and testing them +WWW= https://github.com/guard/guard-compat LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/rubygem-guard-cucumber/Makefile b/sysutils/rubygem-guard-cucumber/Makefile index 2ecbadc11dde..728bd4398db5 100644 --- a/sysutils/rubygem-guard-cucumber/Makefile +++ b/sysutils/rubygem-guard-cucumber/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Automatically run your features +WWW= https://github.com/guard/guard-cucumber LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-guard-livereload/Makefile b/sysutils/rubygem-guard-livereload/Makefile index f4f4db97e7c4..7691fb162bc7 100644 --- a/sysutils/rubygem-guard-livereload/Makefile +++ b/sysutils/rubygem-guard-livereload/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Automatically reloads your browser when 'view' files are modified +WWW= https://github.com/guard/guard-livereload LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/rubygem-guard-minitest/Makefile b/sysutils/rubygem-guard-minitest/Makefile index ba021817d6d2..9a47f52e519c 100644 --- a/sysutils/rubygem-guard-minitest/Makefile +++ b/sysutils/rubygem-guard-minitest/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Automatically run your tests with Minitest framework +WWW= https://github.com/guard/guard-minitest LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-guard-rspec/Makefile b/sysutils/rubygem-guard-rspec/Makefile index c4228ef2c49b..caa6e074913e 100644 --- a/sysutils/rubygem-guard-rspec/Makefile +++ b/sysutils/rubygem-guard-rspec/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Guard::RSpec automatically run your specs (much like autotest) +WWW= https://github.com/guard/guard-rspec LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/rubygem-guard/Makefile b/sysutils/rubygem-guard/Makefile index 6f2d6e92795f..80716cce6e7e 100644 --- a/sysutils/rubygem-guard/Makefile +++ b/sysutils/rubygem-guard/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Command line tool to easily handle events on file system modifications +WWW= https://github.com/guard/guard LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-hammer_cli/Makefile b/sysutils/rubygem-hammer_cli/Makefile index 40bc7073c0c6..e91c5fa23381 100644 --- a/sysutils/rubygem-hammer_cli/Makefile +++ b/sysutils/rubygem-hammer_cli/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Provides CLI interfaces for Ruby apps +WWW= https://github.com/theforeman/hammer-cli LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-hammer_cli_foreman/Makefile b/sysutils/rubygem-hammer_cli_foreman/Makefile index 373e252d9d3b..6207d492c40a 100644 --- a/sysutils/rubygem-hammer_cli_foreman/Makefile +++ b/sysutils/rubygem-hammer_cli_foreman/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Foreman commands for Hammer CLI +WWW= https://github.com/theforeman/hammer-cli-foreman LICENSE= GPLv3+ diff --git a/sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile b/sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile index 1c1302653bfb..b700ed51684d 100644 --- a/sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile +++ b/sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Foreman bootdisk commands for Hammer CLI +WWW= https://github.com/theforeman/hammer_cli_foreman_bootdisk LICENSE= GPLv3+ diff --git a/sysutils/rubygem-hammer_cli_foreman_salt/Makefile b/sysutils/rubygem-hammer_cli_foreman_salt/Makefile index c09d7b18cdca..4b8622503df6 100644 --- a/sysutils/rubygem-hammer_cli_foreman_salt/Makefile +++ b/sysutils/rubygem-hammer_cli_foreman_salt/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= SaltStack integration commands for Hammer CLI +WWW= https://github.com/theforeman/hammer_cli_foreman_salt LICENSE= GPLv3 diff --git a/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile b/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile index 4129635bc0c0..da7dbcdc1e5a 100644 --- a/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile +++ b/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= SSH host commands for Hammer CLI +WWW= https://github.com/theforeman/hammer-cli-foreman-ssh LICENSE= GPLv3+ diff --git a/sysutils/rubygem-hiera-eyaml/Makefile b/sysutils/rubygem-hiera-eyaml/Makefile index 019681a0d7b0..44815f6ce2c2 100644 --- a/sysutils/rubygem-hiera-eyaml/Makefile +++ b/sysutils/rubygem-hiera-eyaml/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= RG MAINTAINER= puppet@FreeBSD.org COMMENT= Backend for Hiera that provides encryption/decryption for properties +WWW= https://github.com/voxpupuli/hiera-eyaml LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/rubygem-hiera-file/Makefile b/sysutils/rubygem-hiera-file/Makefile index 7524e5e2774e..7da20ef6dc85 100644 --- a/sysutils/rubygem-hiera-file/Makefile +++ b/sysutils/rubygem-hiera-file/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= RG MAINTAINER= matthew@FreeBSD.org COMMENT= Data backend for Hiera that returns whole files +WWW= https://github.com/adrienthebo/hiera-file NO_ARCH= yes diff --git a/sysutils/rubygem-hiera/Makefile b/sysutils/rubygem-hiera/Makefile index 822ad5c78b97..a09c76502c5e 100644 --- a/sysutils/rubygem-hiera/Makefile +++ b/sysutils/rubygem-hiera/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Pluggable data store for hierarchical data +WWW= https://github.com/puppetlabs/hiera LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/rubygem-hieracles/Makefile b/sysutils/rubygem-hieracles/Makefile index 8f5f92b5c23b..7269f1a9ed13 100644 --- a/sysutils/rubygem-hieracles/Makefile +++ b/sysutils/rubygem-hieracles/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ports@FreeBSD.org COMMENT= CLI tool for Hiera parameters visualisation and analysis +WWW= https://github.com/Gandi/hieracles/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-httplog/Makefile b/sysutils/rubygem-httplog/Makefile index 5cda114a687c..2f2198d91e0a 100644 --- a/sysutils/rubygem-httplog/Makefile +++ b/sysutils/rubygem-httplog/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Log outgoing HTTP requests +WWW= https://github.com/trusche/httplog LICENSE= MIT diff --git a/sysutils/rubygem-itamae/Makefile b/sysutils/rubygem-itamae/Makefile index 29841f7716fd..59f50b798a2a 100644 --- a/sysutils/rubygem-itamae/Makefile +++ b/sysutils/rubygem-itamae/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= naito.yuichiro@gmail.com COMMENT= Simple and lightweight configuration management tool +WWW= https://github.com/itamae-kitchen/itamae LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/rubygem-librarian-puppet/Makefile b/sysutils/rubygem-librarian-puppet/Makefile index 9a215f64896f..0605aa28bf74 100644 --- a/sysutils/rubygem-librarian-puppet/Makefile +++ b/sysutils/rubygem-librarian-puppet/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= RG MAINTAINER= robak@FreeBSD.org COMMENT= Tool for management and bundling Puppet modules +WWW= https://github.com/rodjek/librarian-puppet LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-license-acceptance/Makefile b/sysutils/rubygem-license-acceptance/Makefile index a05d1f12eb8f..31fe83d9ea3d 100644 --- a/sysutils/rubygem-license-acceptance/Makefile +++ b/sysutils/rubygem-license-acceptance/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Chef End User License Agreement Acceptance for Ruby products +WWW= https://github.com/chef/license-acceptance LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-license_scout/Makefile b/sysutils/rubygem-license_scout/Makefile index b8433e12b3da..57c2974f3dd2 100644 --- a/sysutils/rubygem-license_scout/Makefile +++ b/sysutils/rubygem-license_scout/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Discover license files of a project's dependencies +WWW= https://github.com/chef/license_scout LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-log4r/Makefile b/sysutils/rubygem-log4r/Makefile index ad17e3274166..a5d3e800a8a1 100644 --- a/sysutils/rubygem-log4r/Makefile +++ b/sysutils/rubygem-log4r/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Flexible logging library for use in Ruby programs +WWW= https://github.com/colbygk/log4r LICENSE= LGPL3 diff --git a/sysutils/rubygem-logify/Makefile b/sysutils/rubygem-logify/Makefile index 7f8acd4a89e8..f87b4a3d210e 100644 --- a/sysutils/rubygem-logify/Makefile +++ b/sysutils/rubygem-logify/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Lightweight logging library for Ruby +WWW= https://github.com/sethvargo/logify LICENSE= APACHE20 diff --git a/sysutils/rubygem-mogilefs-client/Makefile b/sysutils/rubygem-mogilefs-client/Makefile index 053614459e4d..fb7bd452d5fe 100644 --- a/sysutils/rubygem-mogilefs-client/Makefile +++ b/sysutils/rubygem-mogilefs-client/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= trociny@FreeBSD.org COMMENT= MogileFS client library for Ruby +WWW= https://yhbt.net/mogilefs-client/ LICENSE= BSD3CLAUSE diff --git a/sysutils/rubygem-mothra/Makefile b/sysutils/rubygem-mothra/Makefile index bc9252780284..712d587b4ac1 100644 --- a/sysutils/rubygem-mothra/Makefile +++ b/sysutils/rubygem-mothra/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= linpct@gmail.com COMMENT= FreeBSD send-pr command line tool for Bugzilla system +WWW= https://github.com/pct/mothra LICENSE= MIT diff --git a/sysutils/rubygem-murder/Makefile b/sysutils/rubygem-murder/Makefile index b056243aaed9..284a980342f5 100644 --- a/sysutils/rubygem-murder/Makefile +++ b/sysutils/rubygem-murder/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Large scale deploys using BitTorrent +WWW= https://github.com/lg/murder LICENSE= APACHE20 diff --git a/sysutils/rubygem-ohai/Makefile b/sysutils/rubygem-ohai/Makefile index d2fe8ecbab4d..7894b6b68ebb 100644 --- a/sysutils/rubygem-ohai/Makefile +++ b/sysutils/rubygem-ohai/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ohai profiles your system and emits JSON +WWW= https://github.com/chef/ohai LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-parallel/Makefile b/sysutils/rubygem-parallel/Makefile index 577206545269..6bb58d11f636 100644 --- a/sysutils/rubygem-parallel/Makefile +++ b/sysutils/rubygem-parallel/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Run any kind of code in parallel processes +WWW= https://github.com/grosser/parallel LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt diff --git a/sysutils/rubygem-puppet_forge/Makefile b/sysutils/rubygem-puppet_forge/Makefile index 2561bd48121e..a834480deab2 100644 --- a/sysutils/rubygem-puppet_forge/Makefile +++ b/sysutils/rubygem-puppet_forge/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby client for the Puppet Forge API +WWW= https://github.com/puppetlabs/forge-ruby LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/rubygem-puppetfile-resolver/Makefile b/sysutils/rubygem-puppetfile-resolver/Makefile index 4cf088786d55..e2b19c89a17f 100644 --- a/sysutils/rubygem-puppetfile-resolver/Makefile +++ b/sysutils/rubygem-puppetfile-resolver/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= puppet@FreeBSD.org COMMENT= Dependency resolver for Puppetfiles as a gem +WWW= https://rubygems.org/gems/puppetfile-resolver LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-puppetserver-ca/Makefile b/sysutils/rubygem-puppetserver-ca/Makefile index 6d058210ae88..1af53fe3544f 100644 --- a/sysutils/rubygem-puppetserver-ca/Makefile +++ b/sysutils/rubygem-puppetserver-ca/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= puppet@FreeBSD.org COMMENT= Ruby CLI tool to interact with the Puppet Server Certificate Authority +WWW= https://github.com/puppetlabs/puppetserver-ca-cli/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-r10k/Makefile b/sysutils/rubygem-r10k/Makefile index dfdb1aad24b4..d5df609c738a 100644 --- a/sysutils/rubygem-r10k/Makefile +++ b/sysutils/rubygem-r10k/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= puppet@FreeBSD.org COMMENT= Tool for deploying Puppet environments and modules +WWW= https://github.com/puppetlabs/r10k LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-redfish_client/Makefile b/sysutils/rubygem-redfish_client/Makefile index 89cc3e46b538..8fa00a4dc05c 100644 --- a/sysutils/rubygem-redfish_client/Makefile +++ b/sysutils/rubygem-redfish_client/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= freebsd@moov.de COMMENT= Simple Redfish client library +WWW= https://github.com/xlab-steampunk/redfish-client-ruby LICENSE= APACHE20 diff --git a/sysutils/rubygem-rubyipmi/Makefile b/sysutils/rubygem-rubyipmi/Makefile index 8ebff2bdc877..42ebabf71910 100644 --- a/sysutils/rubygem-rubyipmi/Makefile +++ b/sysutils/rubygem-rubyipmi/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Command line wrapper for ipmitool and freeipmi +WWW= https://github.com/logicminds/rubyipmi LICENSE= LGPL21 diff --git a/sysutils/rubygem-serverspec/Makefile b/sysutils/rubygem-serverspec/Makefile index 1304b007492f..8321661cf92a 100644 --- a/sysutils/rubygem-serverspec/Makefile +++ b/sysutils/rubygem-serverspec/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= naito.yuichiro@gmail.com COMMENT= Test suite for server configuration +WWW= https://serverspec.org LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/rubygem-shellany/Makefile b/sysutils/rubygem-shellany/Makefile index 5ddc8ca00e12..46d86bdb1198 100644 --- a/sysutils/rubygem-shellany/Makefile +++ b/sysutils/rubygem-shellany/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= MRI+JRuby compatible command output capturing +WWW= https://github.com/guard/shellany LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/rubygem-smart_proxy_dynflow/Makefile b/sysutils/rubygem-smart_proxy_dynflow/Makefile index 5c8a915cea28..198740f9b1db 100644 --- a/sysutils/rubygem-smart_proxy_dynflow/Makefile +++ b/sysutils/rubygem-smart_proxy_dynflow/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Plugin to use Dynflow in Foreman Smart Proxy +WWW= https://github.com/theforeman/smart_proxy_dynflow LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile b/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile index 73f481818dd2..4080b63d368a 100644 --- a/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile +++ b/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= SSH remote execution provider for foreman-proxy +WWW= https://github.com/theforeman/smart_proxy_remote_execution_ssh LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-smart_proxy_salt/Makefile b/sysutils/rubygem-smart_proxy_salt/Makefile index d9d94fd6b9ed..9c42bb6548f2 100644 --- a/sysutils/rubygem-smart_proxy_salt/Makefile +++ b/sysutils/rubygem-smart_proxy_salt/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= SaltStack Plug-In for Foreman's Smart Proxy +WWW= https://github.com/theforeman/smart_proxy_salt LICENSE= GPLv3 diff --git a/sysutils/rubygem-specinfra/Makefile b/sysutils/rubygem-specinfra/Makefile index 7d98d86b8048..5cc119ba0cc3 100644 --- a/sysutils/rubygem-specinfra/Makefile +++ b/sysutils/rubygem-specinfra/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= naito.yuichiro@gmail.com COMMENT= Test suite for server configuration +WWW= https://github.com/mizzy/specinfra LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/rubygem-sys-admin/Makefile b/sysutils/rubygem-sys-admin/Makefile index 912cd410265d..590919daa2b8 100644 --- a/sysutils/rubygem-sys-admin/Makefile +++ b/sysutils/rubygem-sys-admin/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Unified, cross platform replacement for the Etc module +WWW= https://github.com/djberg96/sys-admin LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-sys-cpu/Makefile b/sysutils/rubygem-sys-cpu/Makefile index a0d7b2446311..0d33a2237549 100644 --- a/sysutils/rubygem-sys-cpu/Makefile +++ b/sysutils/rubygem-sys-cpu/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Interface for getting information about the CPU +WWW= https://github.com/djberg96/sys-cpu LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-sys-filesystem/Makefile b/sysutils/rubygem-sys-filesystem/Makefile index ee5b8b757b5f..eada2b845b32 100644 --- a/sysutils/rubygem-sys-filesystem/Makefile +++ b/sysutils/rubygem-sys-filesystem/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby interface for getting filesystem information +WWW= https://github.com/djberg96/sys-filesystem LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-sys-host/Makefile b/sysutils/rubygem-sys-host/Makefile index 64a489ba6359..986648403623 100644 --- a/sysutils/rubygem-sys-host/Makefile +++ b/sysutils/rubygem-sys-host/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Provides hostname, IP address, and other information for a given host +WWW= https://github.com/djberg96/sys-host LICENSE= ART20 diff --git a/sysutils/rubygem-sys-proctable/Makefile b/sysutils/rubygem-sys-proctable/Makefile index 948b0d9e99f7..b8cbd3236e54 100644 --- a/sysutils/rubygem-sys-proctable/Makefile +++ b/sysutils/rubygem-sys-proctable/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby interface for getting process information +WWW= https://github.com/djberg96/sys-proctable LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-sys-uname/Makefile b/sysutils/rubygem-sys-uname/Makefile index ee645195fba5..dea55520e261 100644 --- a/sysutils/rubygem-sys-uname/Makefile +++ b/sysutils/rubygem-sys-uname/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby interface for getting system information +WWW= https://github.com/djberg96/sys-uname LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-sys-uptime/Makefile b/sysutils/rubygem-sys-uptime/Makefile index cf5f59132787..fbdb5dacd51d 100644 --- a/sysutils/rubygem-sys-uptime/Makefile +++ b/sysutils/rubygem-sys-uptime/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Provides uptime and boot time information +WWW= https://github.com/djberg96/sys-uptime LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-syslog-logger/Makefile b/sysutils/rubygem-syslog-logger/Makefile index 2001d329ba17..0b4422b33503 100644 --- a/sysutils/rubygem-syslog-logger/Makefile +++ b/sysutils/rubygem-syslog-logger/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Improved Logger replacement that logs to syslog +WWW= https://github.com/ngmoco/syslog_logger LICENSE= MIT diff --git a/sysutils/rubygem-teamocil/Makefile b/sysutils/rubygem-teamocil/Makefile index 9e5e9e6a8605..8d456ddf2642 100644 --- a/sysutils/rubygem-teamocil/Makefile +++ b/sysutils/rubygem-teamocil/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Helps you to set up window and splits layouts for tmux +WWW= https://github.com/remiprev/teamocil LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/sysutils/rubygem-tmuxinator/Makefile b/sysutils/rubygem-tmuxinator/Makefile index ce231a6c9f4f..5b8ae3afdbd7 100644 --- a/sysutils/rubygem-tmuxinator/Makefile +++ b/sysutils/rubygem-tmuxinator/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Manage complex tmux sessions easily +WWW= https://github.com/tmuxinator/tmuxinator LICENSE= MIT diff --git a/sysutils/rubygem-vagrant-bhyve/Makefile b/sysutils/rubygem-vagrant-bhyve/Makefile index 67e5d54e3aa7..a5e849493e61 100644 --- a/sysutils/rubygem-vagrant-bhyve/Makefile +++ b/sysutils/rubygem-vagrant-bhyve/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Vagrant provider plugin to support bhyve +WWW= https://github.com/jesa7955/vagrant-bhyve RUN_DEPENDS= rubygem-ruby_expect>=0:textproc/rubygem-ruby_expect diff --git a/sysutils/rubygem-vagrant-mutate/Makefile b/sysutils/rubygem-vagrant-mutate/Makefile index d05420dc232d..6c9c63cde38d 100644 --- a/sysutils/rubygem-vagrant-mutate/Makefile +++ b/sysutils/rubygem-vagrant-mutate/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Convert vagrant boxes to work with different providers +WWW= https://github.com/sciurus/vagrant-mutate LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-vagrant-vbguest/Makefile b/sysutils/rubygem-vagrant-vbguest/Makefile index 5f8eceb4f17f..c48c60141b60 100644 --- a/sysutils/rubygem-vagrant-vbguest/Makefile +++ b/sysutils/rubygem-vagrant-vbguest/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Vagrant plugin to install the VirtualBoxAdditions into the guest VM +WWW= https://github.com/dotless-de/vagrant-vbguest LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-vagrant_cloud/Makefile b/sysutils/rubygem-vagrant_cloud/Makefile index d7de4063f361..38576683489e 100644 --- a/sysutils/rubygem-vagrant_cloud/Makefile +++ b/sysutils/rubygem-vagrant_cloud/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= cmt@FreeBSD.org COMMENT= Vagrant Cloud API wrapper for Ruby +WWW= https://www.vagrantup.com/docs/cli/cloud.html LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-vmstat/Makefile b/sysutils/rubygem-vmstat/Makefile index 3aa287706e81..b9e610b3b243 100644 --- a/sysutils/rubygem-vmstat/Makefile +++ b/sysutils/rubygem-vmstat/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Library to gather memory, cpu, network, load avg and disk information +WWW= https://threez.github.io/ruby-vmstat/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/rubygem-win32-file-security/Makefile b/sysutils/rubygem-win32-file-security/Makefile index b405f6503489..83f270c14074 100644 --- a/sysutils/rubygem-win32-file-security/Makefile +++ b/sysutils/rubygem-win32-file-security/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= File security methods for the File class on MS Windows +WWW= https://github.com/chef/win32-file-security/ LICENSE= ART20 diff --git a/sysutils/rubygem-win32-file-stat/Makefile b/sysutils/rubygem-win32-file-stat/Makefile index 5ba562c045c1..34f93939be04 100644 --- a/sysutils/rubygem-win32-file-stat/Makefile +++ b/sysutils/rubygem-win32-file-stat/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= File::Stat class tailored to MS Windows +WWW= https://github.com/chef/win32-file-stat/ LICENSE= ART20 diff --git a/sysutils/rubygem-win32-file/Makefile b/sysutils/rubygem-win32-file/Makefile index c34ed3aa7cd0..489ada526aa0 100644 --- a/sysutils/rubygem-win32-file/Makefile +++ b/sysutils/rubygem-win32-file/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Extra and redefined methods for the File class on MS Windows +WWW= https://github.com/chef/win32-file LICENSE= ART20 diff --git a/sysutils/rubygem-winrm-elevated/Makefile b/sysutils/rubygem-winrm-elevated/Makefile index 2223a163b925..04c9afb77a4c 100644 --- a/sysutils/rubygem-winrm-elevated/Makefile +++ b/sysutils/rubygem-winrm-elevated/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby library for running commands as elevated +WWW= https://github.com/WinRb/winrm-elevated LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-winrm-fs/Makefile b/sysutils/rubygem-winrm-fs/Makefile index 08783298c45f..f7dc4c5ec8a6 100644 --- a/sysutils/rubygem-winrm-fs/Makefile +++ b/sysutils/rubygem-winrm-fs/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Library for file system operations via WinRM +WWW= https://github.com/WinRb/winrm-fs LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-winrm/Makefile b/sysutils/rubygem-winrm/Makefile index 5ffe95390adb..42cfa93022cc 100644 --- a/sysutils/rubygem-winrm/Makefile +++ b/sysutils/rubygem-winrm/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= joe@thrallingpenguin.com COMMENT= Library for Windows Remote Management +WWW= https://github.com/WinRb/WinRM LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rubygem-yell/Makefile b/sysutils/rubygem-yell/Makefile index 5af5659aac0f..b04ae1381da0 100644 --- a/sysutils/rubygem-yell/Makefile +++ b/sysutils/rubygem-yell/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Extensible logging library for Ruby +WWW= https://github.com/rudionrails/yell LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/rundeck2/Makefile b/sysutils/rundeck2/Makefile index 170c3af63317..4d9a42280e27 100644 --- a/sysutils/rundeck2/Makefile +++ b/sysutils/rundeck2/Makefile @@ -8,6 +8,7 @@ EXTRACT_SUFX= .jar MAINTAINER= daniel.tihanyi@tetragir.com COMMENT= Web-console for dispatching commands and scripts to your nodes +WWW= https://rundeck.org LICENSE= APACHE20 diff --git a/sysutils/rundeck3/Makefile b/sysutils/rundeck3/Makefile index 5e423a1cf401..3573be10b1d0 100644 --- a/sysutils/rundeck3/Makefile +++ b/sysutils/rundeck3/Makefile @@ -9,6 +9,7 @@ EXTRACT_SUFX= .war MAINTAINER= daniel.tihanyi@tetragir.com COMMENT= Web-console for dispatching commands and scripts to your nodes +WWW= https://rundeck.org LICENSE= APACHE20 diff --git a/sysutils/runit-faster/Makefile b/sysutils/runit-faster/Makefile index eb59d326fd7b..136c100ff19d 100644 --- a/sysutils/runit-faster/Makefile +++ b/sysutils/runit-faster/Makefile @@ -7,6 +7,7 @@ DISTNAME= freebsd-runit-${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Runit based init replacement for ${OPSYS} +WWW= http://smarden.org/runit/ LICENSE= BSD3CLAUSE CC0-1.0 LICENSE_COMB= multi diff --git a/sysutils/runit/Makefile b/sysutils/runit/Makefile index a976a4e2f8d9..b98867ef8ba4 100644 --- a/sysutils/runit/Makefile +++ b/sysutils/runit/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://smarden.org/${PORTNAME}/ \ MAINTAINER= crees@FreeBSD.org COMMENT= Service supervision tools compatible with DJB daemontools +WWW= http://smarden.org/runit/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/package/COPYING diff --git a/sysutils/runj/Makefile b/sysutils/runj/Makefile index 8b7508f9155d..11763a8bfd5c 100644 --- a/sysutils/runj/Makefile +++ b/sysutils/runj/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= dch@FreeBSD.org COMMENT= Experimental, proof-of-concept OCI-compatible runtime for jails +WWW= https://github.com/samuelkarp/runj LICENSE= APACHE20 BSD2CLAUSE BSD3CLAUSE MIT LICENSE_COMB= multi diff --git a/sysutils/runwhen/Makefile b/sysutils/runwhen/Makefile index 7eff933d09e7..f20afbd09a4c 100644 --- a/sysutils/runwhen/Makefile +++ b/sysutils/runwhen/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://code.dogmap.org/runwhen/releases/ MAINTAINER= crest@rlwinm.de COMMENT= Tools for running commands at particular times +WWW= http://code.dogmap.org/runwhen/ LICENSE= GPLv2 diff --git a/sysutils/rush/Makefile b/sysutils/rush/Makefile index 5688bdfd948a..2fb73b56b713 100644 --- a/sysutils/rush/Makefile +++ b/sysutils/rush/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= -parallelization-tool MAINTAINER= yuri@FreeBSD.org COMMENT= Command-line tool for executing jobs in parallel +WWW= https://github.com/shenwei356/rush LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/rw/Makefile b/sysutils/rw/Makefile index 43edd2026e7f..67b0e63bf3c1 100644 --- a/sysutils/rw/Makefile +++ b/sysutils/rw/Makefile @@ -7,6 +7,7 @@ DISTNAME= rw-portable-${DISTVERSION} MAINTAINER= jsmith@resonatingmedia.com COMMENT= Simple replacement for dd(1) with standard command-line flags +WWW= https://sortix.org/rw/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/s-tui/Makefile b/sysutils/s-tui/Makefile index f3c48e210681..634ca69f031c 100644 --- a/sysutils/s-tui/Makefile +++ b/sysutils/s-tui/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= CHEESESHOP MAINTAINER= sunpoet@FreeBSD.org COMMENT= Stress Terminal UI, Terminal-based CPU stress and monitoring utility +WWW= https://github.com/amanusk/s-tui LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/s6-rc/Makefile b/sysutils/s6-rc/Makefile index dcf292b74be5..4f11d00be56e 100644 --- a/sysutils/s6-rc/Makefile +++ b/sysutils/s6-rc/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.skarnet.org/software/${PORTNAME}/ MAINTAINER= crest@rlwinm.de COMMENT= Skarnet.org service manager +WWW= https://www.skarnet.org/software/s6-rc/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/s6/Makefile b/sysutils/s6/Makefile index 1159bcee63dd..04a4d1b19e20 100644 --- a/sysutils/s6/Makefile +++ b/sysutils/s6/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://www.skarnet.org/software/${PORTNAME}/ MAINTAINER= crest@rlwinm.de COMMENT= Skarnet.org supervision suite +WWW= https://www.skarnet.org/software/s6/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/safe-rm/Makefile b/sysutils/safe-rm/Makefile index baf8eb08de21..d04d727fb209 100644 --- a/sysutils/safe-rm/Makefile +++ b/sysutils/safe-rm/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://launchpad.net/safe-rm/trunk/${PORTVERSION}/+download/ MAINTAINER= ports@FreeBSD.org COMMENT= Wrapper around the rm command to prevent accidental deletions +WWW= https://launchpad.net/safe-rm LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/safecat/Makefile b/sysutils/safecat/Makefile index aa0bb22f3f2f..87a63bd7a351 100644 --- a/sysutils/safecat/Makefile +++ b/sysutils/safecat/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://www.jeenyus.net/linux/software/safecat/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Safely write data to maildir directory +WWW= http://www.jeenyus.net/linux/software/safecat.html LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/safecopy/Makefile b/sysutils/safecopy/Makefile index 11bfc5d98377..16cb6bf72360 100644 --- a/sysutils/safecopy/Makefile +++ b/sysutils/safecopy/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ MAINTAINER= anastasios@mageirias.com COMMENT= Safe copying of files and partition +WWW= http://safecopy.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/samdruckerclientshell/Makefile b/sysutils/samdruckerclientshell/Makefile index e3f738de0d21..d73c0e5ad70d 100644 --- a/sysutils/samdruckerclientshell/Makefile +++ b/sysutils/samdruckerclientshell/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= GH MAINTAINER= dvl@FreeBSD.org COMMENT= Client for sending package information to SamDrucker +WWW= https://github.com/dlangille/SamDrucker LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/samefile/Makefile b/sysutils/samefile/Makefile index d7c48e7800e5..66b33f57b5f9 100644 --- a/sysutils/samefile/Makefile +++ b/sysutils/samefile/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.schweikhardt.net/ MAINTAINER= schweikh@FreeBSD.org COMMENT= Find files with identical contents +WWW= http://www.schweikhardt.net/samefile/ CONFLICTS= samesame diff --git a/sysutils/samesame/Makefile b/sysutils/samesame/Makefile index df8b58c9195a..d6cd58b706c8 100644 --- a/sysutils/samesame/Makefile +++ b/sysutils/samesame/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://samesame.kruijff.org/ \ MAINTAINER= samesame@akruijff.dds.nl COMMENT= Find duplicate files and optionally link them together +WWW= https://samesame.kruijff.org/ LICENSE= BSD2CLAUSE diff --git a/sysutils/sanoid-devel/Makefile b/sysutils/sanoid-devel/Makefile index ab3f5b8383b1..4c57f98a7d32 100644 --- a/sysutils/sanoid-devel/Makefile +++ b/sysutils/sanoid-devel/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= hartzell@alerce.com COMMENT= Policy-driven snapshot management and replication tools +WWW= https://github.com/jimsalterjrs/sanoid LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/sanoid/Makefile b/sysutils/sanoid/Makefile index 2a8de3ea1895..4b6b0617c907 100644 --- a/sysutils/sanoid/Makefile +++ b/sysutils/sanoid/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= hartzell@alerce.com COMMENT= Policy-driven snapshot management and replication tools +WWW= https://github.com/jimsalterjrs/sanoid LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/sas2ircu/Makefile b/sysutils/sas2ircu/Makefile index ea99e20032c9..43d6653e0c99 100644 --- a/sysutils/sas2ircu/Makefile +++ b/sysutils/sas2ircu/Makefile @@ -7,6 +7,7 @@ DISTNAME= SAS2IRCU_P20 MAINTAINER= freebsd-ports@dan.me.uk COMMENT= Tool for basic management of mps(4) based LSI/Avago/Broadcom RAID controllers +WWW= https://www.avagotech.com/ LICENSE= sas2ircu LICENSE_NAME= BROADCOM diff --git a/sysutils/sas3ircu/Makefile b/sysutils/sas3ircu/Makefile index 88df9eaf02a5..ca4f9ec8760c 100644 --- a/sysutils/sas3ircu/Makefile +++ b/sysutils/sas3ircu/Makefile @@ -6,6 +6,7 @@ DISTNAME= SAS3IRCU_P16 MAINTAINER= ports@FreeBSD.org COMMENT= SAS-3 Integrated RAID Configuration Utility +WWW= https://www.avagotech.com/ # Converted from RESTRICTED LICENSE= BROADCOM diff --git a/sysutils/savelogs/Makefile b/sysutils/savelogs/Makefile index 928fcf51baea..96bd2cd71a01 100644 --- a/sysutils/savelogs/Makefile +++ b/sysutils/savelogs/Makefile @@ -7,6 +7,7 @@ MASTER_SITE_SUBDIR= CPAN:SCOTTW MAINTAINER= portmaster@BSDforge.com COMMENT= Save log files in a nice way +WWW= https://metacpan.org/release/SCOTTW/savelogs-1.98 LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/sysutils/scalpel/Makefile b/sysutils/scalpel/Makefile index 50ce8f0c4066..44553872c209 100644 --- a/sysutils/scalpel/Makefile +++ b/sysutils/scalpel/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.digitalforensicssolutions.com/Scalpel/ \ MAINTAINER= nukama+maintainer@gmail.com COMMENT= Frugal, high performance file carver +WWW= http://www.digitalforensicssolutions.com/Scalpel/ LICENSE= GPLv2 diff --git a/sysutils/scanbuttond/Makefile b/sysutils/scanbuttond/Makefile index c9f53804b2f9..b0628af94739 100644 --- a/sysutils/scanbuttond/Makefile +++ b/sysutils/scanbuttond/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= dthiele@gmx.net COMMENT= Daemon to monitor and configure modern scanner's buttons +WWW= http://scanbuttond.sourceforge.net/ LICENSE= GPLv2 diff --git a/sysutils/scanmem/Makefile b/sysutils/scanmem/Makefile index ecbb2c6809c9..3b48c1a642fd 100644 --- a/sysutils/scanmem/Makefile +++ b/sysutils/scanmem/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= danfe@FreeBSD.org COMMENT= Locate and modify various data in an executing process +WWW= https://code.google.com/p/scanmem/ LICENSE= GPLv3 diff --git a/sysutils/scct/Makefile b/sysutils/scct/Makefile index 25e4f8fbadcd..8400638315ea 100644 --- a/sysutils/scct/Makefile +++ b/sysutils/scct/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= jrm@FreeBSD.org COMMENT= Simple Cluster_SSH Clone using Tmux +WWW= https://github.com/Jehops/scct LICENSE= BSD2CLAUSE diff --git a/sysutils/schedutils/Makefile b/sysutils/schedutils/Makefile index 220dacf4fc99..716dbafb0237 100644 --- a/sysutils/schedutils/Makefile +++ b/sysutils/schedutils/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF MAINTAINER= skreuzer@FreeBSD.org COMMENT= Collection of realtime scheduling tools +WWW= https://sourceforge.net/projects/schedutils/ LICENSE= BSD3CLAUSE diff --git a/sysutils/schilyutils/Makefile b/sysutils/schilyutils/Makefile index ab902a99f8fe..7358d8f9249d 100644 --- a/sysutils/schilyutils/Makefile +++ b/sysutils/schilyutils/Makefile @@ -2,6 +2,7 @@ PORTNAME= schilyutils CATEGORIES= sysutils converters deskutils textproc shells COMMENT= Collection of utilities from J. Schilling +WWW= https://codeberg.org/schilytools/schilytools USES+= perl5 shebangfix USE_PERL5= run diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile index e4fb213ab975..050b2c503fff 100644 --- a/sysutils/screen/Makefile +++ b/sysutils/screen/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= GNU \ MAINTAINER= cy@FreeBSD.org COMMENT= Multi-screen window manager +WWW= https://www.gnu.org/software/screen/ LICENSE= GPLv3 @@ -84,7 +85,6 @@ CONFIGURE_ARGS+= --disable-socket-dir CONFIGURE_ARGS+= --with-socket-dir=${SCREEN_SOCKET_DIR} .endif - post-patch: @${RM} ${WRKSRC}/doc/screen.info* diff --git a/sysutils/screenfetch/Makefile b/sysutils/screenfetch/Makefile index 1b6521cd92d4..b3a9704f352c 100644 --- a/sysutils/screenfetch/Makefile +++ b/sysutils/screenfetch/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= jgh@FreeBSD.org COMMENT= Bash Screenshot Information Tool +WWW= https://github.com/KittyKatt/screenFetch LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/screenie/Makefile b/sysutils/screenie/Makefile index ebc89464da27..3fda223a59ee 100644 --- a/sysutils/screenie/Makefile +++ b/sysutils/screenie/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/screenie MAINTAINER= ports@FreeBSD.org COMMENT= Small and lightweight screen(1) wrapper +WWW= https://sourceforge.net/projects/screenie/ LICENSE= GPLv2 diff --git a/sysutils/scterc/Makefile b/sysutils/scterc/Makefile index d4d84746e1ab..4e1e36099a95 100644 --- a/sysutils/scterc/Makefile +++ b/sysutils/scterc/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= amdmi3@FreeBSD.org COMMENT= Configure SCT ERC for hard disks on system startup +WWW= https://github.com/AMDmi3/scterc-rc.d RUN_DEPENDS= smartctl:sysutils/smartmontools diff --git a/sysutils/sd-agent/Makefile b/sysutils/sd-agent/Makefile index af7965fb5c6a..bc904cf5f94c 100644 --- a/sysutils/sd-agent/Makefile +++ b/sysutils/sd-agent/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= tim@wallago.co.uk COMMENT= Server Density Agent for FreeBSD +WWW= https://www.serverdensity.com/ LICENSE= BSD3CLAUSE diff --git a/sysutils/sdparm/Makefile b/sysutils/sdparm/Makefile index 387bff24f6ac..0ae10341109a 100644 --- a/sysutils/sdparm/Makefile +++ b/sysutils/sdparm/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://sg.danny.cz/sg/p/ MAINTAINER= delphij@FreeBSD.org COMMENT= Utilities to access SCSI device parameters +WWW= https://sg.danny.cz/sg/sdparm.html LICENSE= BSD3CLAUSE diff --git a/sysutils/seatd/Makefile b/sysutils/seatd/Makefile index aa684e0a8518..b13d7b48bf5b 100644 --- a/sysutils/seatd/Makefile +++ b/sysutils/seatd/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://git.sr.ht/~kennylevinsen/${PORTNAME}/archive/${DISTVERSION MAINTAINER= jbeich@FreeBSD.org COMMENT= Minimal seat management daemon and universal library +WWW= https://git.sr.ht/~kennylevinsen/seatd LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/seatools/Makefile b/sysutils/seatools/Makefile index 02d72fc18ba2..2eae315c9668 100644 --- a/sysutils/seatools/Makefile +++ b/sysutils/seatools/Makefile @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tar MAINTAINER= cy@FreeBSD.org COMMENT= Seagate's SeaTools for Linux +WWW= https://www.seagate.com # Converted from RESTRICTED LICENSE= seatools diff --git a/sysutils/sec/Makefile b/sysutils/sec/Makefile index cc5624c77f31..2b28ac71f233 100644 --- a/sysutils/sec/Makefile +++ b/sysutils/sec/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/simple-evcorr/${PORTNAME}/${PORTVERSION} MAINTAINER= ecu@200ok.org COMMENT= Simple event (logs) correlator +WWW= https://simple-evcorr.github.io/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/sensu-go/Makefile b/sysutils/sensu-go/Makefile index 9d00d73d4d01..be750bec29e7 100644 --- a/sysutils/sensu-go/Makefile +++ b/sysutils/sensu-go/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= jp+ports@supplntr.io COMMENT= Ephemeral infrastructure and distributed applications monitoring +WWW= https://github.com/sensu/sensu-go/ LICENSE= APACHE20 diff --git a/sysutils/serf/Makefile b/sysutils/serf/Makefile index 8ff04ee92b24..e100da2f3d07 100644 --- a/sysutils/serf/Makefile +++ b/sysutils/serf/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= hashicorp- MAINTAINER= swills@FreeBSD.org COMMENT= Service discovery and configuration made easy +WWW= https://serfdom.io/ LICENSE= MPL20 diff --git a/sysutils/setsid/Makefile b/sysutils/setsid/Makefile index 090a18a4157f..c8b9f74a8d58 100644 --- a/sysutils/setsid/Makefile +++ b/sysutils/setsid/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Run a command in a new session +WWW= https://github.com/t6/setsid LICENSE= PD diff --git a/sysutils/sg3_utils/Makefile b/sysutils/sg3_utils/Makefile index 6b35d8075fb9..4d9f1c50a371 100644 --- a/sysutils/sg3_utils/Makefile +++ b/sysutils/sg3_utils/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://sg.danny.cz/sg/p/ MAINTAINER= ports@FreeBSD.org COMMENT= Set of utilities that send SCSI commands to devices +WWW= https://sg.danny.cz/sg/sg3_utils.html LICENSE= BSD2CLAUSE GPLv2+ LICENSE_COMB= multi diff --git a/sysutils/shim/Makefile b/sysutils/shim/Makefile index 2a0a1333ba47..a986dbea37d5 100644 --- a/sysutils/shim/Makefile +++ b/sysutils/shim/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= egypcio@FreeBSD.org COMMENT= UEFI Secure Boot shim loader +WWW= https://github.com/mjg59/shim LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT diff --git a/sysutils/shlock/Makefile b/sysutils/shlock/Makefile index 07317e585f8f..8c0f970669a1 100644 --- a/sysutils/shlock/Makefile +++ b/sysutils/shlock/Makefile @@ -6,6 +6,7 @@ DISTNAME= inn-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Create lock files for use in shell scripts +WWW= https://www.eyrie.org/~eagle/software/inn/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/shmcat/Makefile b/sysutils/shmcat/Makefile index 93f525cde0ce..ae181b29c82e 100644 --- a/sysutils/shmcat/Makefile +++ b/sysutils/shmcat/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME} MAINTAINER= gasol.wu@gmail.com COMMENT= Simple tool that dumps System V shared memory segments +WWW= https://sourceforge.net/projects/shmcat/ LICENSE= GPLv2 diff --git a/sysutils/shuf/Makefile b/sysutils/shuf/Makefile index 2b24051cffb1..08f877f6c9ee 100644 --- a/sysutils/shuf/Makefile +++ b/sysutils/shuf/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/ibara/shuf/releases/download/${PORTNAME}-${DIST MAINTAINER= feld@FreeBSD.org COMMENT= Randomly permute input lines +WWW= https://github.com/ibara/shuf LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/siegfried/Makefile b/sysutils/siegfried/Makefile index de0590c4ffab..b2b3232f7f67 100644 --- a/sysutils/siegfried/Makefile +++ b/sysutils/siegfried/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org COMMENT= File identification tool +WWW= https://github.com/richardlehane/siegfried LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/signon-kwallet-extension/Makefile b/sysutils/signon-kwallet-extension/Makefile index cb11630273d7..b8ea98603537 100644 --- a/sysutils/signon-kwallet-extension/Makefile +++ b/sysutils/signon-kwallet-extension/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KWallet integration for signon framework +WWW= https://projects.kde.org/projects/kde/kdenetwork/signon-kwallet-extension LIB_DEPENDS= libsignon-qt5.so:sysutils/signon-qt5 diff --git a/sysutils/signon-plugin-oauth2/Makefile b/sysutils/signon-plugin-oauth2/Makefile index cfc7ecd1d476..b94b02e7c326 100644 --- a/sysutils/signon-plugin-oauth2/Makefile +++ b/sysutils/signon-plugin-oauth2/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= KDE/${GL_ACCOUNT} MAINTAINER= kde@FreeBSD.org COMMENT= Signon OAuth 1.0 and 2.0 plugin for accounts-sso +WWW= https://gitlab.com/accounts-sso/signon-plugin-oauth2 LIB_DEPENDS= libsignon-qt5.so:sysutils/signon-qt5 diff --git a/sysutils/signon-qt5/Makefile b/sysutils/signon-qt5/Makefile index 4b7ba765bf32..2e66e58c7add 100644 --- a/sysutils/signon-qt5/Makefile +++ b/sysutils/signon-qt5/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= KDE/${GL_ACCOUNT} MAINTAINER= kde@FreeBSD.org COMMENT= D-Bus service performing user authentication +WWW= https://gitlab.com/accounts-sso/signond LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/signon-ui/Makefile b/sysutils/signon-ui/Makefile index 431d821f3f1e..73d177a0cc49 100644 --- a/sysutils/signon-ui/Makefile +++ b/sysutils/signon-ui/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= KDE/${GL_ACCOUNT} MAINTAINER= kde@FreeBSD.org COMMENT= Component for handling accounts-sso user interactions +WWW= https://gitlab.com/accounts-sso/signon-ui LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/slack/Makefile b/sysutils/slack/Makefile index 5eaaa80293f7..782aa2bdcd38 100644 --- a/sysutils/slack/Makefile +++ b/sysutils/slack/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.sundell.net/~alan/projects/slack/ MAINTAINER= satwell@disjoint.net COMMENT= Configuration management system designed to appeal to lazy admins +WWW= https://code.google.com/p/slack/ RUN_DEPENDS= rsync:net/rsync diff --git a/sysutils/sleuthkit/Makefile b/sysutils/sleuthkit/Makefile index de2cc2817b8d..961ce1c8495f 100644 --- a/sysutils/sleuthkit/Makefile +++ b/sysutils/sleuthkit/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/sleuthkit/sleuthkit/releases/download/sleuthkit MAINTAINER= antoine@FreeBSD.org COMMENT= Tools and library for filesystem forensic analysis +WWW= https://www.sleuthkit.org/sleuthkit/ LICENSE= CPL IBM GPLv2 LICENSE_COMB= multi diff --git a/sysutils/slst/Makefile b/sysutils/slst/Makefile index 02d9a3c8f977..c9ff805998c1 100644 --- a/sysutils/slst/Makefile +++ b/sysutils/slst/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.vanheusden.com/slst/ MAINTAINER= ports@FreeBSD.org COMMENT= Generates syslog statistics to detect tendencies and unexpected change +WWW= http://www.vanheusden.com/slst/ USES= ncurses tar:tgz ALL_TARGET= all diff --git a/sysutils/slurm-wlm/Makefile b/sysutils/slurm-wlm/Makefile index 6d199d4a5c89..05e00a56bb66 100644 --- a/sysutils/slurm-wlm/Makefile +++ b/sysutils/slurm-wlm/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= -wlm MAINTAINER= ports@FreeBSD.org COMMENT= Simple Linux Utility for Resource Management +WWW= https://slurm.schedmd.com/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/smart/Makefile b/sysutils/smart/Makefile index 3bff8cee53e0..babfb92491ec 100644 --- a/sysutils/smart/Makefile +++ b/sysutils/smart/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= jrm@FreeBSD.org COMMENT= Output disk SMART values +WWW= https://github.com/ctuffli/smart LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/smartmontools/Makefile b/sysutils/smartmontools/Makefile index 5eec62088168..8b53ce8c25ca 100644 --- a/sysutils/smartmontools/Makefile +++ b/sysutils/smartmontools/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF MAINTAINER= samm@FreeBSD.org COMMENT= S.M.A.R.T. disk monitoring tools +WWW= https://www.smartmontools.org LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/smenu/Makefile b/sysutils/smenu/Makefile index 820efc0311c7..398b77a908f9 100644 --- a/sysutils/smenu/Makefile +++ b/sysutils/smenu/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= dbaio@FreeBSD.org COMMENT= Terminal utility to interactively filter text +WWW= https://github.com/p-gen/smenu LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/smp_utils/Makefile b/sysutils/smp_utils/Makefile index 11659ff2c24d..398e5b2ebad0 100644 --- a/sysutils/smp_utils/Makefile +++ b/sysutils/smp_utils/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://sg.danny.cz/sg/p/ MAINTAINER= delphij@FreeBSD.org COMMENT= Utilities to send SAS Serial Management Protocol requests +WWW= https://sg.danny.cz/sg/smp_utils.html LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/smug/Makefile b/sysutils/smug/Makefile index e0a2af4e7bbd..6abf139a4b0a 100644 --- a/sysutils/smug/Makefile +++ b/sysutils/smug/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org COMMENT= Session manager and task runner for tmux +WWW= https://github.com/ivaaaan/smug LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/snap/Makefile b/sysutils/snap/Makefile index 5e6c38ba959a..9f67dd95996f 100644 --- a/sysutils/snap/Makefile +++ b/sysutils/snap/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.cs.nctu.edu.tw/~wchunhao/ports/snap/ MAINTAINER= wchunhao@cs.nctu.edu.tw COMMENT= Tools for periodic and manual management of UFS2 snapshots +WWW= http://www.cs.nctu.edu.tw/~wchunhao/ports/snap/ NO_BUILD= yes USES= perl5 shebangfix diff --git a/sysutils/snapraid/Makefile b/sysutils/snapraid/Makefile index 28c04542fbdc..91e82d305287 100644 --- a/sysutils/snapraid/Makefile +++ b/sysutils/snapraid/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/amadvance/snapraid/releases/download/v${DISTVER MAINTAINER= fuz@fuz.su COMMENT= File-level Backup/RAID program for disk arrays +WWW= https://www.snapraid.it/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/snmp_exporter/Makefile b/sysutils/snmp_exporter/Makefile index 594b9e2d191b..a4117acb3d89 100644 --- a/sysutils/snmp_exporter/Makefile +++ b/sysutils/snmp_exporter/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= fabian.freyer@physik.tu-berlin.de COMMENT= SNMP Exporter for Prometheus +WWW= https://github.com/prometheus/snmp_exporter LICENSE= APACHE20 diff --git a/sysutils/snooze/Makefile b/sysutils/snooze/Makefile index 07ad649512c3..cb1abd79719a 100644 --- a/sysutils/snooze/Makefile +++ b/sysutils/snooze/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= krion@FreeBSD.org COMMENT= Run a command at a particular time +WWW= https://github.com/leahneukirchen/snooze LICENSE= CC0-1.0 diff --git a/sysutils/sockaddr/Makefile b/sysutils/sockaddr/Makefile index 9dc92a4cdafe..c1e12dd70cd5 100644 --- a/sysutils/sockaddr/Makefile +++ b/sysutils/sockaddr/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Command line utility for querying IP information +WWW= https://github.com/hashicorp/go-sockaddr/tree/master/cmd/sockaddr LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/socklog/Makefile b/sysutils/socklog/Makefile index 9889cd49fecc..28209b5403b6 100644 --- a/sysutils/socklog/Makefile +++ b/sysutils/socklog/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://smarden.org/socklog/ MAINTAINER= ports@FreeBSD.org COMMENT= Small and secure replacement for syslogd +WWW= http://smarden.org/socklog/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/package/COPYING diff --git a/sysutils/solaar/Makefile b/sysutils/solaar/Makefile index fef78e8182af..644595d9cb3f 100644 --- a/sysutils/solaar/Makefile +++ b/sysutils/solaar/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Device manager for the Logitech Unifying Receiver +WWW= https://pwr-solaar.github.io/Solaar/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/spcm/Makefile b/sysutils/spcm/Makefile index 332330640c32..358ef2e4ddaf 100644 --- a/sysutils/spcm/Makefile +++ b/sysutils/spcm/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= jwb@FreeBSD.org COMMENT= Tools for building and managing HPC clusters +WWW= http://acadix.biz/cluster-admin.php LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/spindown/Makefile b/sysutils/spindown/Makefile index f614e92f0149..cad70c598202 100644 --- a/sysutils/spindown/Makefile +++ b/sysutils/spindown/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.noresult.net/freebsd/spindown/ MAINTAINER= noresult@noresult.net COMMENT= SCSI/firewire harddrive spindown daemon +WWW= https://www.noresult.net/freebsd/spindown/ WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/sysutils/spiped/Makefile b/sysutils/spiped/Makefile index c76c4e06c341..172ae58acaec 100644 --- a/sysutils/spiped/Makefile +++ b/sysutils/spiped/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.tarsnap.com/spiped/ MAINTAINER= cperciva@tarsnap.com COMMENT= Daemon for creating secure symmetric pipes +WWW= https://www.tarsnap.com/spiped.html LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT diff --git a/sysutils/squashfs-tools-ng/Makefile b/sysutils/squashfs-tools-ng/Makefile index 6d7cec281579..047e95a8421e 100644 --- a/sysutils/squashfs-tools-ng/Makefile +++ b/sysutils/squashfs-tools-ng/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://infraroot.at/pub/squashfs/ MAINTAINER= danfe@FreeBSD.org COMMENT= New set of tools and libraries to work with SquashFS images +WWW= https://infraroot.at/projects/squashfs-tools-ng/ LICENSE= GPLv3+ LGPL3+ LICENSE_COMB= dual diff --git a/sysutils/squashfs-tools/Makefile b/sysutils/squashfs-tools/Makefile index 6c0b897e7c1b..057d50a747c0 100644 --- a/sysutils/squashfs-tools/Makefile +++ b/sysutils/squashfs-tools/Makefile @@ -6,6 +6,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= danfe@FreeBSD.org COMMENT= Set of tools to manipulate squashfs images +WWW= http://squashfs.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/../COPYING diff --git a/sysutils/ssd_report/Makefile b/sysutils/ssd_report/Makefile index b2673302e65f..e834ebc6b7bd 100644 --- a/sysutils/ssd_report/Makefile +++ b/sysutils/ssd_report/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= dteske@FreeBSD.org COMMENT= SSD health report +WWW= https://fraubsd.org/ssd_report/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/sshsudo/Makefile b/sysutils/sshsudo/Makefile index ba3753713844..1b3d3a24a6e5 100644 --- a/sysutils/sshsudo/Makefile +++ b/sysutils/sshsudo/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= gaod@hychen.org COMMENT= Bash script to run sudo command on multiple remote computers +WWW= https://github.com/gaod/sshsudo LICENSE= GPLv3 diff --git a/sysutils/ssync/Makefile b/sysutils/ssync/Makefile index e4198244983e..0ea440621daa 100644 --- a/sysutils/ssync/Makefile +++ b/sysutils/ssync/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://linuxfocus.org/~guido/ MAINTAINER= samm@FreeBSD.org COMMENT= Minimalistic tool for keeping filesystems in synchronization +WWW= http://linuxfocus.org/~guido/endangered_software.html #ssync USES= gmake diff --git a/sysutils/stalepid/Makefile b/sysutils/stalepid/Makefile index 4550b5563923..1f19976831bb 100644 --- a/sysutils/stalepid/Makefile +++ b/sysutils/stalepid/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://devel.ringlet.net/files/sys/stalepid/ MAINTAINER= driesm@FreeBSD.org COMMENT= Check for stale pid files and remove them +WWW= https://devel.ringlet.net/sysutils/stalepid/ LICENSE= BSD2CLAUSE diff --git a/sysutils/stepsync/Makefile b/sysutils/stepsync/Makefile index 7c9055928431..32f6e20153cb 100644 --- a/sysutils/stepsync/Makefile +++ b/sysutils/stepsync/Makefile @@ -7,6 +7,7 @@ DISTNAME= StepSync-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= File and folder synchronization tool +WWW= https://gap.nongnu.org/stepsync/ LICENSE= GPLv2+ diff --git a/sysutils/storcli/Makefile b/sysutils/storcli/Makefile index 6087feaf99f9..1a79af4e70ae 100644 --- a/sysutils/storcli/Makefile +++ b/sysutils/storcli/Makefile @@ -6,6 +6,7 @@ DISTNAME= 007.1211.0000.0000_Unified_StorCLI MAINTAINER= takefu@airport.fm COMMENT= SAS MegaRAID FreeBSD StorCLI +WWW= https://broadcom.com/support/storage/ LICENSE= storcli LICENSE_NAME= BROADCOM diff --git a/sysutils/stow/Makefile b/sysutils/stow/Makefile index 6ef4358a19c6..280d091495bc 100644 --- a/sysutils/stow/Makefile +++ b/sysutils/stow/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= GNU MAINTAINER= bofh@FreeBSD.org COMMENT= GNU version of Carnegie Mellon's "Depot" program +WWW= https://www.gnu.org/software/stow/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/stowES/Makefile b/sysutils/stowES/Makefile index 350906e864a5..a2dc8e768bcd 100644 --- a/sysutils/stowES/Makefile +++ b/sysutils/stowES/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://os.inf.tu-dresden.de/~adam/stowES/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Stow enhancement script +WWW= https://os.inf.tu-dresden.de/~adam/stowES/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/stressdisk/Makefile b/sysutils/stressdisk/Makefile index f593af71eab6..6efc8cf11bba 100644 --- a/sysutils/stressdisk/Makefile +++ b/sysutils/stressdisk/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org COMMENT= Stress test your disks before trusting your valuable data to them +WWW= https://github.com/ncw/stressdisk LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/superiotool/Makefile b/sysutils/superiotool/Makefile index 27413dc32f16..1b621fbedf07 100644 --- a/sysutils/superiotool/Makefile +++ b/sysutils/superiotool/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= LOCAL/avg \ MAINTAINER= avg@FreeBSD.org COMMENT= Helper tool for Super I/O chip detection and analysis +WWW= http://www.coreboot.org/Superiotool LIB_DEPENDS= libpci.so:devel/libpci diff --git a/sysutils/swapd/Makefile b/sysutils/swapd/Makefile index 0c5d9c042526..d4ee64f242f1 100644 --- a/sysutils/swapd/Makefile +++ b/sysutils/swapd/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.rkeene.org/files/oss/swapd/ MAINTAINER= ports@FreeBSD.org COMMENT= Daemon that watches free memory and manages swap files +WWW= https://www.rkeene.org/oss/swapd/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/swapexd/Makefile b/sysutils/swapexd/Makefile index 4f3be174d71f..28bd3b8eafb8 100644 --- a/sysutils/swapexd/Makefile +++ b/sysutils/swapexd/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://makeapbi.sourceforge.net/${PORTNAME}/ MAINTAINER= jessefrgsmith@yahoo.ca COMMENT= Tool for growing and shrinking on-disk swap space +WWW= http://makeapbi.sourceforge.net/ WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/sysutils/swapusage/Makefile b/sysutils/swapusage/Makefile index 47379ea559e3..7352367703bd 100644 --- a/sysutils/swapusage/Makefile +++ b/sysutils/swapusage/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= aduitsis@douitsis.com COMMENT= Get swap usage on a FreeBSD system +WWW= https://github.com/aduitsis/freebsd_swapusage LICENSE= BSD2CLAUSE diff --git a/sysutils/sweeper/Makefile b/sysutils/sweeper/Makefile index 68183c12dba3..70850cf1fe8c 100644 --- a/sysutils/sweeper/Makefile +++ b/sysutils/sweeper/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Cleans temporal files for KDE +WWW= https://utils.kde.org/projects/sweeper/ USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= activities-stats auth bookmarks codecs config configwidgets \ diff --git a/sysutils/symon/Makefile b/sysutils/symon/Makefile index a897b8b60847..acd27a25bdbc 100644 --- a/sysutils/symon/Makefile +++ b/sysutils/symon/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://wpd.home.xs4all.nl/symon/philes/ \ MAINTAINER= uqs@FreeBSD.org COMMENT= Performance and information monitoring tool +WWW= https://wpd.home.xs4all.nl/symon/ SUB_FILES= pkg-message diff --git a/sysutils/synergy/Makefile b/sysutils/synergy/Makefile index be0b48277ad5..d8a18af3f598 100644 --- a/sysutils/synergy/Makefile +++ b/sysutils/synergy/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Mouse and keyboard sharing utility +WWW= https://symless.com/synergy LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/sysctlbyname-improved-kmod/Makefile b/sysutils/sysctlbyname-improved-kmod/Makefile index 69e2966cb1f5..8dc75b99c9ca 100644 --- a/sysutils/sysctlbyname-improved-kmod/Makefile +++ b/sysutils/sysctlbyname-improved-kmod/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= alfix86@gmail.com COMMENT= Internal sysctl object to implement an improved sysctlbyname(3) +WWW= https://gitlab.com/alfix/sysctlbyname-improved/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/sysctlinfo-kmod/Makefile b/sysutils/sysctlinfo-kmod/Makefile index 231e8566fbc5..9ecbfaba6e6c 100644 --- a/sysutils/sysctlinfo-kmod/Makefile +++ b/sysutils/sysctlinfo-kmod/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= alfix86@gmail.com COMMENT= Kernel sysctl MIB-Tree interface +WWW= https://gitlab.com/alfix/sysctlinfo LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/sysgather/Makefile b/sysutils/sysgather/Makefile index aeb7386d574a..afc7e751339d 100644 --- a/sysutils/sysgather/Makefile +++ b/sysutils/sysgather/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://devel.ringlet.net/sysutils/sysgather/ MAINTAINER= ports@FreeBSD.org COMMENT= Keep configuration files under version control +WWW= https://devel.ringlet.net/sysutils/sysgather/ LICENSE= BSD2CLAUSE diff --git a/sysutils/sysinfo/Makefile b/sysutils/sysinfo/Makefile index 42d2582abfb7..38fa22fea053 100644 --- a/sysutils/sysinfo/Makefile +++ b/sysutils/sysinfo/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= LOCAL/danger \ MAINTAINER= danger@FreeBSD.org COMMENT= Utility used to gather system configuration information +WWW= https://forums.freebsd.org/showthread.php?t=3282 LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENCE diff --git a/sysutils/syslinux/Makefile b/sysutils/syslinux/Makefile index 7f1935ed022f..e9500fe200d5 100644 --- a/sysutils/syslinux/Makefile +++ b/sysutils/syslinux/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= KERNEL_ORG/linux/utils/boot/syslinux MAINTAINER= beastieboy@beastieboy.net COMMENT= Boot loader for the Linux operating system +WWW= https://www.syslinux.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/syslog-ng/Makefile b/sysutils/syslog-ng/Makefile index f99fd27e35c6..0b96b3bb46b4 100644 --- a/sysutils/syslog-ng/Makefile +++ b/sysutils/syslog-ng/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/syslog-ng-$ MAINTAINER= cy@FreeBSD.org COMMENT= Powerful syslogd replacement +WWW= https://www.syslog-ng.org/ LICENSE= GPLv2+ LGPL21+ LICENSE_COMB= multi diff --git a/sysutils/syslogger/Makefile b/sysutils/syslogger/Makefile index 1adbd8044b73..16dcc8142570 100644 --- a/sysutils/syslogger/Makefile +++ b/sysutils/syslogger/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://oav.net/projects/syslogger/ MAINTAINER= kiwi@oav.net COMMENT= Logger(1) like tool that sends file or pipe througth syslog +WWW= https://oav.net/projects/syslogger/ PLIST_FILES= bin/syslogger diff --git a/sysutils/sysrc/Makefile b/sysutils/sysrc/Makefile index 630c943b6ded..7b8e0aeffb1b 100644 --- a/sysutils/sysrc/Makefile +++ b/sysutils/sysrc/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://druidbsd.sourceforge.net/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Utility to get or set rc.conf(5) values +WWW= http://druidbsd.sourceforge.net/ LICENSE= BSD2CLAUSE diff --git a/sysutils/sysvbanner/Makefile b/sysutils/sysvbanner/Makefile index 55c0b8b2dd94..0c7fa2f38021 100644 --- a/sysutils/sysvbanner/Makefile +++ b/sysutils/sysvbanner/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= d.oriented@gmail.com COMMENT= SysV banner +WWW= https://github.com/uffejakobsen/sysvbanner USES= gmake USE_GITHUB= yes diff --git a/sysutils/tai64nfrac/Makefile b/sysutils/tai64nfrac/Makefile index 9c0431b61aca..77e4127aafee 100644 --- a/sysutils/tai64nfrac/Makefile +++ b/sysutils/tai64nfrac/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://archives.eyrie.org/software/system/ \ MAINTAINER= paulo@nlink.com.br COMMENT= Convert tai64n format invented by Dan Bernstein +WWW= https://www.eyrie.org/~eagle/software/tai64nfrac/ PLIST_FILES= bin/tai64nfrac man/man1/tai64nfrac.1.gz diff --git a/sysutils/tarsnap-gui/Makefile b/sysutils/tarsnap-gui/Makefile index 264b9168c930..f1b83e8a09d9 100644 --- a/sysutils/tarsnap-gui/Makefile +++ b/sysutils/tarsnap-gui/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= swills@FreeBSD.org COMMENT= Cross platform GUI for the Tarsnap command line client +WWW= https://github.com/Tarsnap/tarsnap-gui/wiki USE_GITHUB= yes GH_ACCOUNT= Tarsnap diff --git a/sysutils/tarsnap-periodic/Makefile b/sysutils/tarsnap-periodic/Makefile index 8d212ef578fb..0d32b6fa031c 100644 --- a/sysutils/tarsnap-periodic/Makefile +++ b/sysutils/tarsnap-periodic/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= kamila@ksp.sk COMMENT= Simple way of making tarsnap backups using the periodic system +WWW= https://github.com/anotherkamila/tarsnap-periodic LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/tarsnap/Makefile b/sysutils/tarsnap/Makefile index 39576b4ef19e..a8ac472d4c1f 100644 --- a/sysutils/tarsnap/Makefile +++ b/sysutils/tarsnap/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-autoconf-${PORTVERSION} MAINTAINER= cperciva@tarsnap.com COMMENT= Online encrypted backup service (client) +WWW= https://www.tarsnap.com/ LICENSE= tarsnap LICENSE_NAME= tarsnap diff --git a/sysutils/tartarus/Makefile b/sysutils/tartarus/Makefile index 8bd164cfdbb3..81dd30e155c9 100644 --- a/sysutils/tartarus/Makefile +++ b/sysutils/tartarus/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://wertarbyte.de/tartarus/ \ MAINTAINER= otis@FreeBSD.org COMMENT= Wrappers around common Unix tools for simplified backup solution +WWW= https://wertarbyte.de/tartarus.shtml LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/tclsyslog/Makefile b/sysutils/tclsyslog/Makefile index ebd48befce6d..33b756f5fbaf 100644 --- a/sysutils/tclsyslog/Makefile +++ b/sysutils/tclsyslog/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://ftp.wagner.pp.ru/pub/tcl/tclsyslog/ MAINTAINER= frank@fenor.de COMMENT= Tcl Interface to Syslog +WWW= https://www.wagner.pp.ru/~vitus/software/tcl/tclsyslog.html USES= tcl diff --git a/sysutils/tealdeer/Makefile b/sysutils/tealdeer/Makefile index e9eeaf9be0c5..3ccbbdb1c4a9 100644 --- a/sysutils/tealdeer/Makefile +++ b/sysutils/tealdeer/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org COMMENT= Fast tldr client written in Rust +WWW= https://github.com/dbrgn/tealdeer LICENSE= APACHE20 MIT LICENSE_COMB= dual diff --git a/sysutils/tenshi/Makefile b/sysutils/tenshi/Makefile index 62800ec50dd8..49ab8453ba9a 100644 --- a/sysutils/tenshi/Makefile +++ b/sysutils/tenshi/Makefile @@ -8,6 +8,7 @@ PATCHFILES= 1c9c887.patch:-p1 \ MAINTAINER= 0mp@FreeBSD.org COMMENT= Log monitoring program, designed to watch multiple logs +WWW= https://inversepath.com/tenshi.html LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/terraform-docs/Makefile b/sysutils/terraform-docs/Makefile index 60820b014c4b..7d10daeb929c 100644 --- a/sysutils/terraform-docs/Makefile +++ b/sysutils/terraform-docs/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils textproc MAINTAINER= 0xdutra@gmail.com COMMENT= Generate documentation from Terraform modules +WWW= https://github.com/terraform-docs/terraform-docs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/terraform-provider-gridscale/Makefile b/sysutils/terraform-provider-gridscale/Makefile index 8103209b2494..e2e18a257574 100644 --- a/sysutils/terraform-provider-gridscale/Makefile +++ b/sysutils/terraform-provider-gridscale/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= egypcio@FreeBSD.org COMMENT= Terraform provider for gridscale +WWW= https://github.com/terraform-providers/terraform-provider-gridscale LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/terraform-provider-vultr/Makefile b/sysutils/terraform-provider-vultr/Makefile index 3bf8c0e59b8a..f829acc9e534 100644 --- a/sysutils/terraform-provider-vultr/Makefile +++ b/sysutils/terraform-provider-vultr/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Terraform provider for Vultr +WWW= https://github.com/squat/terraform-provider-vultr LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/terraform-switcher/Makefile b/sysutils/terraform-switcher/Makefile index ea4272d88366..7106224e126d 100644 --- a/sysutils/terraform-switcher/Makefile +++ b/sysutils/terraform-switcher/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= 0xdutra@gmail.com COMMENT= Tool to switch between different versions of terraform +WWW= https://tfswitch.warrensbox.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/terraform/Makefile b/sysutils/terraform/Makefile index 1fd645a77871..96e54d874352 100644 --- a/sysutils/terraform/Makefile +++ b/sysutils/terraform/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= LOCAL/0mp:tencentcloud_tencentcloud_sdk_go MAINTAINER= 0mp@FreeBSD.org COMMENT= Provides a common configuration to launch infrastructure +WWW= https://terraform.io/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/terragrunt/Makefile b/sysutils/terragrunt/Makefile index 2f2dab2ba775..5d058c2aefd5 100644 --- a/sysutils/terragrunt/Makefile +++ b/sysutils/terragrunt/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= 0xdutra@gmail.com COMMENT= Terragrunt is a thin wrapper for Terraform +WWW= https://terragrunt.gruntwork.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/testdisk/Makefile b/sysutils/testdisk/Makefile index 38f0a619438c..c976f9f7784f 100644 --- a/sysutils/testdisk/Makefile +++ b/sysutils/testdisk/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.cgsecurity.org/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool to check and undelete partitions +WWW= https://www.cgsecurity.org/wiki/TestDisk LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/tflint/Makefile b/sysutils/tflint/Makefile index df67ef09a8e2..89e58789d3d3 100644 --- a/sysutils/tflint/Makefile +++ b/sysutils/tflint/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= 0xdutra@gmail.com COMMENT= Terraform Linter +WWW= https://github.com/terraform-linters/tflint LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/thefish/Makefile b/sysutils/thefish/Makefile index 16bcf4f4aead..a7ec44a6e0b6 100644 --- a/sysutils/thefish/Makefile +++ b/sysutils/thefish/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://BSDforge.com/projects/source/sysutils/thefish/ MAINTAINER= portmaster@BSDforge.com COMMENT= Gtk+/ncurses rc.conf editor/management tool +WWW= https://BSDforge.com/projects/sysutils/thefish LICENSE= BSD2CLAUSE diff --git a/sysutils/timelimit/Makefile b/sysutils/timelimit/Makefile index 8acc8da7f2a3..4cd541d8b50e 100644 --- a/sysutils/timelimit/Makefile +++ b/sysutils/timelimit/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://devel.ringlet.net/files/sys/timelimit/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Limit the absolute execution time of a process +WWW= https://devel.ringlet.net/sysutils/timelimit/ LICENSE= BSD2CLAUSE diff --git a/sysutils/timemon/Makefile b/sysutils/timemon/Makefile index e1fb9b91718f..366190110f38 100644 --- a/sysutils/timemon/Makefile +++ b/sysutils/timemon/Makefile @@ -7,6 +7,7 @@ DISTNAME= TimeMon-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= CPU time usage monitor for GNUstep +WWW= https://www.nongnu.org/gap/timemon/index.html # Converted from NO_CDROM LICENSE= TimeMon diff --git a/sysutils/tiramisu/Makefile b/sysutils/tiramisu/Makefile index 8d730916256c..b138786fb91e 100644 --- a/sysutils/tiramisu/Makefile +++ b/sysutils/tiramisu/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= jbeich@FreeBSD.org COMMENT= Desktop notifications, the UNIX way +WWW= https://github.com/Sweets/tiramisu LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/titlefix/Makefile b/sysutils/titlefix/Makefile index a5412fd02132..af33873bdd14 100644 --- a/sysutils/titlefix/Makefile +++ b/sysutils/titlefix/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Renames files in a proper English title format +WWW= https://sourceforge.net/projects/titlefix/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/tkdvd/Makefile b/sysutils/tkdvd/Makefile index fbd5278bd877..b55ae6748d8c 100644 --- a/sysutils/tkdvd/Makefile +++ b/sysutils/tkdvd/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://regis.damongeot.free.fr/tkdvd/dl/ \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= GUI to dvd+rw-tools and cdrecord +WWW= http://regis.damongeot.free.fr/tkdvd/ RUN_DEPENDS= growisofs:sysutils/dvd+rw-tools \ cdrecord:sysutils/cdrtools diff --git a/sysutils/tlsdate/Makefile b/sysutils/tlsdate/Makefile index 10a7d4a1e4af..452f53154a59 100644 --- a/sysutils/tlsdate/Makefile +++ b/sysutils/tlsdate/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= sunpoet@FreeBSD.org COMMENT= Secure parasitic rdate replacement +WWW= https://github.com/ioerror/tlsdate LICENSE= BSD3CLAUSE diff --git a/sysutils/tm/Makefile b/sysutils/tm/Makefile index abe351b123cc..4f3ad684d2e0 100644 --- a/sysutils/tm/Makefile +++ b/sysutils/tm/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://vicerveza.homeunix.net/~viric/soft/tm/ MAINTAINER= ports@FreeBSD.org COMMENT= Terminal mixer +WWW= https://vicerveza.homeunix.net/~viric/soft/tm/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/tmate-ssh-server/Makefile b/sysutils/tmate-ssh-server/Makefile index 077f236797ac..3644e4d91819 100644 --- a/sysutils/tmate-ssh-server/Makefile +++ b/sysutils/tmate-ssh-server/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= swills@FreeBSD.org COMMENT= Instant terminal sharing server +WWW= https://tmate.io/ LIB_DEPENDS= libevent.so:devel/libevent \ libmsgpackc.so:devel/msgpack \ diff --git a/sysutils/tmate/Makefile b/sysutils/tmate/Makefile index 0b94386a3c23..e9cb950887d2 100644 --- a/sysutils/tmate/Makefile +++ b/sysutils/tmate/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= swills@FreeBSD.org COMMENT= Instant terminal sharing +WWW= https://tmate.io/ LIB_DEPENDS= libevent.so:devel/libevent \ libmsgpackc.so:devel/msgpack \ diff --git a/sysutils/tmpreaper/Makefile b/sysutils/tmpreaper/Makefile index 4713094216cb..e546251b5a79 100644 --- a/sysutils/tmpreaper/Makefile +++ b/sysutils/tmpreaper/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Cleans up files in directories based on their age +WWW= https://packages.debian.org/sid/tmpreaper LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/tmpwatch/Makefile b/sysutils/tmpwatch/Makefile index 9e9579396c9a..ce54e4030f84 100644 --- a/sysutils/tmpwatch/Makefile +++ b/sysutils/tmpwatch/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://releases.pagure.org/tmpwatch/ MAINTAINER= ports@FreeBSD.org COMMENT= Utility for removing files based on when they were last accessed +WWW= https://pagure.io/tmpwatch LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/tmux-mem-cpu-load/Makefile b/sysutils/tmux-mem-cpu-load/Makefile index e5b30eb49953..2b1df0b09c58 100644 --- a/sysutils/tmux-mem-cpu-load/Makefile +++ b/sysutils/tmux-mem-cpu-load/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= adamw@FreeBSD.org COMMENT= CPU, RAM, and load monitor for use with tmux +WWW= https://github.com/thewtex/tmux-mem-cpu-load LICENSE= APACHE20 diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile index 7f7070ce8cf9..f8550ef4c2d2 100644 --- a/sysutils/tmux/Makefile +++ b/sysutils/tmux/Makefile @@ -6,6 +6,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= mat@FreeBSD.org COMMENT= Terminal Multiplexer +WWW= https://tmux.github.io/ LICENSE= ISCL GPLv2 LICENSE_COMB= multi diff --git a/sysutils/tmux23/Makefile b/sysutils/tmux23/Makefile index 448f5254a528..4ad8514470c0 100644 --- a/sysutils/tmux23/Makefile +++ b/sysutils/tmux23/Makefile @@ -8,6 +8,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= 000.fbsd@quip.cz COMMENT= Terminal Multiplexer (old stable version 2.3) +WWW= https://tmux.github.io/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/topgrade/Makefile b/sysutils/topgrade/Makefile index 1ca3a08c7a99..ec1959a394b7 100644 --- a/sysutils/topgrade/Makefile +++ b/sysutils/topgrade/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= freebsd@scd-systems.net COMMENT= Tool for upgrade everything +WWW= https://github.com/r-darwish/topgrade LICENSE= GPLv3 diff --git a/sysutils/topless/Makefile b/sysutils/topless/Makefile index 7fa46d1a7710..502ba5ed7122 100644 --- a/sysutils/topless/Makefile +++ b/sysutils/topless/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://people.freebsd.org/~daichi/src/ MAINTAINER= koma2@lovepeers.org COMMENT= Display command output on the whole screen like "top" +WWW= https://people.freebsd.org/~daichi/ LICENSE= BSD2CLAUSE diff --git a/sysutils/torque/Makefile b/sysutils/torque/Makefile index ada9434c0592..1f687a30f244 100644 --- a/sysutils/torque/Makefile +++ b/sysutils/torque/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://www.adaptivecomputing.com/index.php?wpfb_dl=1643/ MAINTAINER= ports@FreeBSD.org COMMENT= Open source distributed computing resource manager based on PBS +WWW= http://www.adaptivecomputing.com/products/open-source/torque/ BROKEN_aarch64= fails to link: missing sbrk BROKEN_riscv64= fails to link: missing sbrk diff --git a/sysutils/toshctl/Makefile b/sysutils/toshctl/Makefile index 5c7a25ec9f95..292b7e5f7600 100644 --- a/sysutils/toshctl/Makefile +++ b/sysutils/toshctl/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://freebie.miraclenet.co.th/notebook/toshctl/ MAINTAINER= ports@FreeBSD.org COMMENT= Command-line tool to access parts of the Toshiba hardware interface +WWW= http://freebie.miraclenet.co.th/notebook/toshctl/ LICENSE= GPLv2+ diff --git a/sysutils/toybox/Makefile b/sysutils/toybox/Makefile index 15384e092bf3..6daa38eca0cc 100644 --- a/sysutils/toybox/Makefile +++ b/sysutils/toybox/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://landley.net/toybox/downloads/ MAINTAINER= vidar@karlsen.tech COMMENT= All-in-one command line +WWW= https://landley.net/toybox/ LICENSE= 0BSD LICENSE_NAME= BSD Zero Clause License diff --git a/sysutils/tracker-miners/Makefile b/sysutils/tracker-miners/Makefile index 03d807932590..ef8763366744 100644 --- a/sysutils/tracker-miners/Makefile +++ b/sysutils/tracker-miners/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Miners for tracker2 +WWW= https://wiki.gnome.org/Projects/Tracker LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LGPL diff --git a/sysutils/tracker/Makefile b/sysutils/tracker/Makefile index 70b9ac246819..5293addf4396 100644 --- a/sysutils/tracker/Makefile +++ b/sysutils/tracker/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Object database, tag/metadata database, search tool and indexer +WWW= https://wiki.gnome.org/Projects/Tracker LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LGPL diff --git a/sysutils/tracker3/Makefile b/sysutils/tracker3/Makefile index b0f88294a924..9f9cf57260f6 100644 --- a/sysutils/tracker3/Makefile +++ b/sysutils/tracker3/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= 3 MAINTAINER= gnome@FreeBSD.org COMMENT= Object database, tag/metadata database, search tool and indexer +WWW= https://wiki.gnome.org/Projects/Tracker LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LGPL diff --git a/sysutils/tree/Makefile b/sysutils/tree/Makefile index 06665e705749..9e6260cbafb3 100644 --- a/sysutils/tree/Makefile +++ b/sysutils/tree/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://mama.indstate.edu/users/ice/tree/src/ \ MAINTAINER= gb@unistra.fr COMMENT= Display a tree-view of directories with optional color or HTML output +WWW= https://mama.indstate.edu/users/ice/tree/ LICENSE= GPLv2+ diff --git a/sysutils/triton/Makefile b/sysutils/triton/Makefile index 1c86bc54e314..6c0f10c524cb 100644 --- a/sysutils/triton/Makefile +++ b/sysutils/triton/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Dynamic Binary Analysis (DBA) framework +WWW= https://triton.quarkslab.com/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/trueos-libqt5/Makefile b/sysutils/trueos-libqt5/Makefile index c121cd4622a5..5668a690d52a 100644 --- a/sysutils/trueos-libqt5/Makefile +++ b/sysutils/trueos-libqt5/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= jt@ixsystems.com COMMENT= TrueOS QT5 Library +WWW= https://github.com/trueos/trueos-libqt5 LICENSE= BSD2CLAUSE diff --git a/sysutils/ts/Makefile b/sysutils/ts/Makefile index a2b6505b4af2..21ad1404ad8c 100644 --- a/sysutils/ts/Makefile +++ b/sysutils/ts/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://vicerveza.homeunix.net/~viric/soft/ts/ MAINTAINER= demon@FreeBSD.org COMMENT= Serial task spooler +WWW= https://vicerveza.homeunix.net/~viric/soft/ts/ LICENSE= GPLv2+ diff --git a/sysutils/tty-clock/Makefile b/sysutils/tty-clock/Makefile index b513d62748e2..54f1bb3820ef 100644 --- a/sysutils/tty-clock/Makefile +++ b/sysutils/tty-clock/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= sunpoet@FreeBSD.org COMMENT= Terminal based clock +WWW= https://github.com/xorg62/tty-clock LICENSE= BSD3CLAUSE diff --git a/sysutils/ttyd/Makefile b/sysutils/ttyd/Makefile index 4bdea5cabe0b..98862b23e93d 100644 --- a/sysutils/ttyd/Makefile +++ b/sysutils/ttyd/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= nc@FreeBSD.org COMMENT= Program to share your terminal over the web +WWW= https://github.com/tsl0922/ttyd LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/ttyload/Makefile b/sysutils/ttyload/Makefile index ad1f7a3fdc4d..04005ca2ec1b 100644 --- a/sysutils/ttyload/Makefile +++ b/sysutils/ttyload/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.daveltd.com/src/util/ttyload/ MAINTAINER= ports@FreeBSD.org COMMENT= Give a color-coded graph of load averages over time +WWW= https://www.daveltd.com/src/util/ttyload/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/tuptime/Makefile b/sysutils/tuptime/Makefile index 92f165512d6f..b250de1f6548 100644 --- a/sysutils/tuptime/Makefile +++ b/sysutils/tuptime/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= jeremy@smart-serv.net COMMENT= Historical and statistical system running time report tool +WWW= https://github.com/rfrail3/tuptime LICENSE= GPLv2 diff --git a/sysutils/turbostat/Makefile b/sysutils/turbostat/Makefile index c748473c3a7e..b2784d3b2542 100644 --- a/sysutils/turbostat/Makefile +++ b/sysutils/turbostat/Makefile @@ -9,6 +9,7 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Report power statistics for Intel CPUs +WWW= https://github.com/torvalds/linux/tree/master/tools/power/x86/turbostat LICENSE= GPLv2 diff --git a/sysutils/tw_cli/Makefile b/sysutils/tw_cli/Makefile index ebeb3315a23f..c036658e2031 100644 --- a/sysutils/tw_cli/Makefile +++ b/sysutils/tw_cli/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= 3dm2 MAINTAINER= ports@FreeBSD.org COMMENT= 3ware storage controllers management CLI +WWW= http://3ware.com/support/download.asp LICENSE= tw_cli LICENSE_NAME= BROADCOM diff --git a/sysutils/twmn/Makefile b/sysutils/twmn/Makefile index df1f89cbf6da..ae29f84fe701 100644 --- a/sysutils/twmn/Makefile +++ b/sysutils/twmn/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= dmgk@FreeBSD.org COMMENT= Notification system for tiling window managers +WWW= https://github.com/sboli/twmn LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/tzdialog/Makefile b/sysutils/tzdialog/Makefile index 81247f9a5c8e..54ff183eaae2 100644 --- a/sysutils/tzdialog/Makefile +++ b/sysutils/tzdialog/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://druidbsd.sourceforge.net/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Set the local timezone using dialog(1) or Xdialog(1) +WWW= http://druidbsd.sourceforge.net/ NO_BUILD= yes diff --git a/sysutils/u-boot-a13-olinuxino/Makefile b/sysutils/u-boot-a13-olinuxino/Makefile index 407d6922f606..73e9af02bbfe 100644 --- a/sysutils/u-boot-a13-olinuxino/Makefile +++ b/sysutils/u-boot-a13-olinuxino/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= a13-olinuxino diff --git a/sysutils/u-boot-a64-olinuxino/Makefile b/sysutils/u-boot-a64-olinuxino/Makefile index e31b35af6cc6..c09f84eb20fe 100644 --- a/sysutils/u-boot-a64-olinuxino/Makefile +++ b/sysutils/u-boot-a64-olinuxino/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= a64-olinuxino diff --git a/sysutils/u-boot-bananapi/Makefile b/sysutils/u-boot-bananapi/Makefile index 9ee34393b078..fb27ad2ae493 100644 --- a/sysutils/u-boot-bananapi/Makefile +++ b/sysutils/u-boot-bananapi/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= bananapi diff --git a/sysutils/u-boot-bananapim2/Makefile b/sysutils/u-boot-bananapim2/Makefile index 5baa88ee439e..7677177e6552 100644 --- a/sysutils/u-boot-bananapim2/Makefile +++ b/sysutils/u-boot-bananapim2/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= bananapim2 diff --git a/sysutils/u-boot-beaglebone/Makefile b/sysutils/u-boot-beaglebone/Makefile index b111e31c032f..e182ae9acfa8 100644 --- a/sysutils/u-boot-beaglebone/Makefile +++ b/sysutils/u-boot-beaglebone/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= beaglebone diff --git a/sysutils/u-boot-chip/Makefile b/sysutils/u-boot-chip/Makefile index fce52137940c..e352f1c1dc7a 100644 --- a/sysutils/u-boot-chip/Makefile +++ b/sysutils/u-boot-chip/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= chip diff --git a/sysutils/u-boot-clearfog/Makefile b/sysutils/u-boot-clearfog/Makefile index c7fa674db0a1..835db703e91b 100644 --- a/sysutils/u-boot-clearfog/Makefile +++ b/sysutils/u-boot-clearfog/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= clearfog diff --git a/sysutils/u-boot-cubieboard/Makefile b/sysutils/u-boot-cubieboard/Makefile index 2cd8f57252da..e6049e3c649d 100644 --- a/sysutils/u-boot-cubieboard/Makefile +++ b/sysutils/u-boot-cubieboard/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= cubieboard diff --git a/sysutils/u-boot-cubieboard2/Makefile b/sysutils/u-boot-cubieboard2/Makefile index 99a4e7aee710..aeb82285a38c 100644 --- a/sysutils/u-boot-cubieboard2/Makefile +++ b/sysutils/u-boot-cubieboard2/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= cubieboard2 diff --git a/sysutils/u-boot-cubox-hummingboard/Makefile b/sysutils/u-boot-cubox-hummingboard/Makefile index 45c14eb898fe..3d541c7eacc8 100644 --- a/sysutils/u-boot-cubox-hummingboard/Makefile +++ b/sysutils/u-boot-cubox-hummingboard/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= cubox-hummingboard diff --git a/sysutils/u-boot-firefly-rk3399/Makefile b/sysutils/u-boot-firefly-rk3399/Makefile index 8c5ebef45ba1..4aa12d1c2477 100644 --- a/sysutils/u-boot-firefly-rk3399/Makefile +++ b/sysutils/u-boot-firefly-rk3399/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= firefly-rk3399 diff --git a/sysutils/u-boot-imx-serial-loader/Makefile b/sysutils/u-boot-imx-serial-loader/Makefile index 517e33b66009..ddb6ecf2de96 100644 --- a/sysutils/u-boot-imx-serial-loader/Makefile +++ b/sysutils/u-boot-imx-serial-loader/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Load u-boot via USB or UART on i.MX5, i.MX6, i.MX7, and Vybrid +WWW= https://github.com/boundarydevices/imx_usb_loader LICENSE= LGPL21 diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile index aca7c0d03b6b..f0ae07a8aab5 100644 --- a/sysutils/u-boot-master/Makefile +++ b/sysutils/u-boot-master/Makefile @@ -13,6 +13,7 @@ DIST_SUBDIR= u-boot MAINTAINER?= uboot@FreeBSD.org COMMENT= Cross-build das u-boot for model ${MODEL} +WWW= https://www.denx.de/wiki/U-Boot LICENSE= GPLv2 diff --git a/sysutils/u-boot-nanopi-a64/Makefile b/sysutils/u-boot-nanopi-a64/Makefile index 014ecdce8237..6e6c63201157 100644 --- a/sysutils/u-boot-nanopi-a64/Makefile +++ b/sysutils/u-boot-nanopi-a64/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= nanopi_a64 diff --git a/sysutils/u-boot-nanopi-m1plus/Makefile b/sysutils/u-boot-nanopi-m1plus/Makefile index 12ce943fab6f..177c50a65c6e 100644 --- a/sysutils/u-boot-nanopi-m1plus/Makefile +++ b/sysutils/u-boot-nanopi-m1plus/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= nanopi_m1plus diff --git a/sysutils/u-boot-nanopi-neo-air/Makefile b/sysutils/u-boot-nanopi-neo-air/Makefile index b3d99c0565ba..7252ef7b11eb 100644 --- a/sysutils/u-boot-nanopi-neo-air/Makefile +++ b/sysutils/u-boot-nanopi-neo-air/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= nanopi_neo_air diff --git a/sysutils/u-boot-nanopi-neo/Makefile b/sysutils/u-boot-nanopi-neo/Makefile index a9439ce1df49..4e5601b3a092 100644 --- a/sysutils/u-boot-nanopi-neo/Makefile +++ b/sysutils/u-boot-nanopi-neo/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= nanopi_neo diff --git a/sysutils/u-boot-nanopi-neo2/Makefile b/sysutils/u-boot-nanopi-neo2/Makefile index 411d7f82d438..3033346d4c09 100644 --- a/sysutils/u-boot-nanopi-neo2/Makefile +++ b/sysutils/u-boot-nanopi-neo2/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= nanopi-neo2 diff --git a/sysutils/u-boot-nanopi-r4s/Makefile b/sysutils/u-boot-nanopi-r4s/Makefile index ad4f32947328..02cc6e6abf79 100644 --- a/sysutils/u-boot-nanopi-r4s/Makefile +++ b/sysutils/u-boot-nanopi-r4s/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= nanopi-r4s diff --git a/sysutils/u-boot-olimex-a20-som-evb/Makefile b/sysutils/u-boot-olimex-a20-som-evb/Makefile index b18d1681e6ce..137da3bdbb08 100644 --- a/sysutils/u-boot-olimex-a20-som-evb/Makefile +++ b/sysutils/u-boot-olimex-a20-som-evb/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= olimex-a20-som-evb diff --git a/sysutils/u-boot-olinuxino-lime/Makefile b/sysutils/u-boot-olinuxino-lime/Makefile index d547189f2e7f..2ccf27e9fc51 100644 --- a/sysutils/u-boot-olinuxino-lime/Makefile +++ b/sysutils/u-boot-olinuxino-lime/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= olinuxino-lime diff --git a/sysutils/u-boot-olinuxino-lime2-emmc/Makefile b/sysutils/u-boot-olinuxino-lime2-emmc/Makefile index 9a8690cf7cf1..07ea85eb127d 100644 --- a/sysutils/u-boot-olinuxino-lime2-emmc/Makefile +++ b/sysutils/u-boot-olinuxino-lime2-emmc/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= olinuxino-lime2-emmc diff --git a/sysutils/u-boot-olinuxino-lime2/Makefile b/sysutils/u-boot-olinuxino-lime2/Makefile index 01f63220757b..a6f9269f7e9d 100644 --- a/sysutils/u-boot-olinuxino-lime2/Makefile +++ b/sysutils/u-boot-olinuxino-lime2/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= olinuxino-lime2 diff --git a/sysutils/u-boot-orangepi-one/Makefile b/sysutils/u-boot-orangepi-one/Makefile index a2f9701b2df4..d0801dcdebf3 100644 --- a/sysutils/u-boot-orangepi-one/Makefile +++ b/sysutils/u-boot-orangepi-one/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= orangepi-one diff --git a/sysutils/u-boot-orangepi-pc-plus/Makefile b/sysutils/u-boot-orangepi-pc-plus/Makefile index bf950cb76382..5c87921a680c 100644 --- a/sysutils/u-boot-orangepi-pc-plus/Makefile +++ b/sysutils/u-boot-orangepi-pc-plus/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= orangepi-pc-plus diff --git a/sysutils/u-boot-orangepi-pc/Makefile b/sysutils/u-boot-orangepi-pc/Makefile index 08affd797db7..398a8736b8d9 100644 --- a/sysutils/u-boot-orangepi-pc/Makefile +++ b/sysutils/u-boot-orangepi-pc/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= orangepi-pc diff --git a/sysutils/u-boot-orangepi-pc2/Makefile b/sysutils/u-boot-orangepi-pc2/Makefile index b52c1da531f3..2c6cc8e65ff6 100644 --- a/sysutils/u-boot-orangepi-pc2/Makefile +++ b/sysutils/u-boot-orangepi-pc2/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= orangepi-pc2 diff --git a/sysutils/u-boot-orangepi-plus-2e/Makefile b/sysutils/u-boot-orangepi-plus-2e/Makefile index 4438ed120a46..36ed197bf073 100644 --- a/sysutils/u-boot-orangepi-plus-2e/Makefile +++ b/sysutils/u-boot-orangepi-plus-2e/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= orangepi-plus-2e diff --git a/sysutils/u-boot-orangepi-r1/Makefile b/sysutils/u-boot-orangepi-r1/Makefile index ae7eef62684d..dce9021d6ffa 100644 --- a/sysutils/u-boot-orangepi-r1/Makefile +++ b/sysutils/u-boot-orangepi-r1/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= orangepi_r1 diff --git a/sysutils/u-boot-orangepi-zero-plus/Makefile b/sysutils/u-boot-orangepi-zero-plus/Makefile index 44bdc6e6d67f..850702c726b9 100644 --- a/sysutils/u-boot-orangepi-zero-plus/Makefile +++ b/sysutils/u-boot-orangepi-zero-plus/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= orangepi-zero-plus diff --git a/sysutils/u-boot-orangepi-zero/Makefile b/sysutils/u-boot-orangepi-zero/Makefile index 505d6ac83724..4b6a2113bf69 100644 --- a/sysutils/u-boot-orangepi-zero/Makefile +++ b/sysutils/u-boot-orangepi-zero/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= orangepi-zero diff --git a/sysutils/u-boot-pandaboard/Makefile b/sysutils/u-boot-pandaboard/Makefile index abb4a8a6b999..1ce25d02ab84 100644 --- a/sysutils/u-boot-pandaboard/Makefile +++ b/sysutils/u-boot-pandaboard/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= pandaboard diff --git a/sysutils/u-boot-pcduino3/Makefile b/sysutils/u-boot-pcduino3/Makefile index 2b6d57ffb75b..8bf5deee8372 100644 --- a/sysutils/u-boot-pcduino3/Makefile +++ b/sysutils/u-boot-pcduino3/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= pcduino3 diff --git a/sysutils/u-boot-pine-h64/Makefile b/sysutils/u-boot-pine-h64/Makefile index 42f339cb021b..e24095f0dbdf 100644 --- a/sysutils/u-boot-pine-h64/Makefile +++ b/sysutils/u-boot-pine-h64/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= pine-h64 diff --git a/sysutils/u-boot-pine64-lts/Makefile b/sysutils/u-boot-pine64-lts/Makefile index 48b98afb1a6c..a040f2f2dd36 100644 --- a/sysutils/u-boot-pine64-lts/Makefile +++ b/sysutils/u-boot-pine64-lts/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= pine64-lts diff --git a/sysutils/u-boot-pinebookpro/Makefile b/sysutils/u-boot-pinebookpro/Makefile index 91420a2ebbca..f0a4a7dbce37 100644 --- a/sysutils/u-boot-pinebookpro/Makefile +++ b/sysutils/u-boot-pinebookpro/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= pinebookpro diff --git a/sysutils/u-boot-qemu-riscv64/Makefile b/sysutils/u-boot-qemu-riscv64/Makefile index 31fcb3ef7eba..53edd4e77319 100644 --- a/sysutils/u-boot-qemu-riscv64/Makefile +++ b/sysutils/u-boot-qemu-riscv64/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= qemu-riscv64 diff --git a/sysutils/u-boot-riotboard/Makefile b/sysutils/u-boot-riotboard/Makefile index d710be0389c8..d470e2a5723f 100644 --- a/sysutils/u-boot-riotboard/Makefile +++ b/sysutils/u-boot-riotboard/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= riotboard diff --git a/sysutils/u-boot-rock-pi-4/Makefile b/sysutils/u-boot-rock-pi-4/Makefile index d5a4f09e1279..414a323c0227 100644 --- a/sysutils/u-boot-rock-pi-4/Makefile +++ b/sysutils/u-boot-rock-pi-4/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= rock-pi-4 diff --git a/sysutils/u-boot-rock64/Makefile b/sysutils/u-boot-rock64/Makefile index 0a4a26dfb032..4d8d0791e2c3 100644 --- a/sysutils/u-boot-rock64/Makefile +++ b/sysutils/u-boot-rock64/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= rock64 diff --git a/sysutils/u-boot-rockpro64/Makefile b/sysutils/u-boot-rockpro64/Makefile index db0818d0ef33..7ee31fdc233b 100644 --- a/sysutils/u-boot-rockpro64/Makefile +++ b/sysutils/u-boot-rockpro64/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= rockpro64 diff --git a/sysutils/u-boot-rpi-0-w/Makefile b/sysutils/u-boot-rpi-0-w/Makefile index 37cd2a34ad81..dbd1b1981add 100644 --- a/sysutils/u-boot-rpi-0-w/Makefile +++ b/sysutils/u-boot-rpi-0-w/Makefile @@ -2,6 +2,8 @@ MASTERDIR= ${.CURDIR}/../u-boot-master PATCHFILES+= 939129/raw +WWW= https://www.denx.de/wiki/U-Boot + MODEL= rpi-0-w BOARD_CONFIG= rpi_0_w_defconfig FAMILY= rpi diff --git a/sysutils/u-boot-sifive-fu540/Makefile b/sysutils/u-boot-sifive-fu540/Makefile index bdbf228d4178..3731d4e8a3eb 100644 --- a/sysutils/u-boot-sifive-fu540/Makefile +++ b/sysutils/u-boot-sifive-fu540/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= sifive-fu540 diff --git a/sysutils/u-boot-sifive-fu740/Makefile b/sysutils/u-boot-sifive-fu740/Makefile index 64008f9bfa0d..46bbfe566468 100644 --- a/sysutils/u-boot-sifive-fu740/Makefile +++ b/sysutils/u-boot-sifive-fu740/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= sifive-fu740 diff --git a/sysutils/u-boot-sinovoip-bpi-m3/Makefile b/sysutils/u-boot-sinovoip-bpi-m3/Makefile index 73004eea1b93..3ecbdff0f0a5 100644 --- a/sysutils/u-boot-sinovoip-bpi-m3/Makefile +++ b/sysutils/u-boot-sinovoip-bpi-m3/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= sinovoip-bpi-m3 diff --git a/sysutils/u-boot-sopine-spi/Makefile b/sysutils/u-boot-sopine-spi/Makefile index 16a7105b54c6..b603ee6a8071 100644 --- a/sysutils/u-boot-sopine-spi/Makefile +++ b/sysutils/u-boot-sopine-spi/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= sopine-spi diff --git a/sysutils/u-boot-sopine/Makefile b/sysutils/u-boot-sopine/Makefile index 553884763bc2..e983e4940197 100644 --- a/sysutils/u-boot-sopine/Makefile +++ b/sysutils/u-boot-sopine/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= sopine diff --git a/sysutils/u-boot-tools/Makefile b/sysutils/u-boot-tools/Makefile index c50baed8db3a..c4debfd500c7 100644 --- a/sysutils/u-boot-tools/Makefile +++ b/sysutils/u-boot-tools/Makefile @@ -6,6 +6,7 @@ DISTNAME= u-boot-${PORTVERSION} MAINTAINER= uboot@FreeBSD.org COMMENT= U-boot related tools +WWW= https://www.denx.de/wiki/U-Boot LICENSE= GPLv2 diff --git a/sysutils/u-boot-wandboard/Makefile b/sysutils/u-boot-wandboard/Makefile index f4844c0a9f9d..cdc1207abb44 100644 --- a/sysutils/u-boot-wandboard/Makefile +++ b/sysutils/u-boot-wandboard/Makefile @@ -1,3 +1,4 @@ +WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= wandboard diff --git a/sysutils/ua/Makefile b/sysutils/ua/Makefile index bc6a12f22a84..597cf54d6bfc 100644 --- a/sysutils/ua/Makefile +++ b/sysutils/ua/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Finds sets of identical files +WWW= https://github.com/euedge/ua/wiki LICENSE= MPL11 diff --git a/sysutils/ucspi-ipc/Makefile b/sysutils/ucspi-ipc/Makefile index 5422bfd31570..d0ba46d75717 100644 --- a/sysutils/ucspi-ipc/Makefile +++ b/sysutils/ucspi-ipc/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.superscript.com/ucspi-ipc/ MAINTAINER= ports@FreeBSD.org COMMENT= UCSPI tools for building local-domain client-server applications +WWW= http://www.superscript.com/ucspi-ipc/ USES= perl5 diff --git a/sysutils/ucspi-proxy/Makefile b/sysutils/ucspi-proxy/Makefile index 75e7db0e9ec5..edb44adbe203 100644 --- a/sysutils/ucspi-proxy/Makefile +++ b/sysutils/ucspi-proxy/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://untroubled.org/ucspi-proxy/ MAINTAINER= ports@FreeBSD.org COMMENT= Proxy program for UCSPI servers and clients +WWW= https://untroubled.org/ucspi-proxy/ LICENSE= GPLv2 diff --git a/sysutils/ucspi-ssl/Makefile b/sysutils/ucspi-ssl/Makefile index c8a7fbf0bb6d..84ace3c1dbe0 100644 --- a/sysutils/ucspi-ssl/Makefile +++ b/sysutils/ucspi-ssl/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.fehcom.de/ipnet/ucspi-ssl/ MAINTAINER= freebsd@charles.lecklider.org COMMENT= UCSPI tools for building SSL client-server applications +WWW= http://www.fehcom.de/ipnet/ucspi-ssl.html RUN_DEPENDS= tcpserver:sysutils/ucspi-tcp \ ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss diff --git a/sysutils/ucspi-tcp/Makefile b/sysutils/ucspi-tcp/Makefile index cb9da9d6d984..3ed5122ded70 100644 --- a/sysutils/ucspi-tcp/Makefile +++ b/sysutils/ucspi-tcp/Makefile @@ -9,6 +9,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= Command-line tools for building TCP client-server applications +WWW= https://cr.yp.to/ucspi-tcp.html CONFLICTS_INSTALL= freedt # bin/argv0 diff --git a/sysutils/ucspi-unix/Makefile b/sysutils/ucspi-unix/Makefile index d489231d8874..c54db0c327f7 100644 --- a/sysutils/ucspi-unix/Makefile +++ b/sysutils/ucspi-unix/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://untroubled.org/${PORTNAME}/archive/ MAINTAINER= ports@FreeBSD.org COMMENT= Unix-domain socket client-server command-line tools +WWW= https://untroubled.org/ucspi-unix/ LICENSE= GPLv2 diff --git a/sysutils/udfclient/Makefile b/sysutils/udfclient/Makefile index c42692073b84..d9e0f1e27d9d 100644 --- a/sysutils/udfclient/Makefile +++ b/sysutils/udfclient/Makefile @@ -6,6 +6,7 @@ DISTFILES= UDFclient.${PORTVERSION}.tgz MAINTAINER= avg@FreeBSD.org COMMENT= Tools for UDF filesystem +WWW= http://www.13thmonkey.org/udfclient/ LICENSE= ClArtistic diff --git a/sysutils/uefi-edk2-bhyve-csm/Makefile b/sysutils/uefi-edk2-bhyve-csm/Makefile index 19d9c0c43073..0d5dc049a617 100644 --- a/sysutils/uefi-edk2-bhyve-csm/Makefile +++ b/sysutils/uefi-edk2-bhyve-csm/Makefile @@ -7,6 +7,7 @@ CATEGORIES= sysutils MAINTAINER= bcran@FreeBSD.org COMMENT= UEFI EDK2 firmware for bhyve with CSM (16-bit BIOS) +WWW= https://github.com/freebsd/uefi-edk2/tree/bhyve/UDK2014.SP1 LICENSE= BSD2CLAUSE diff --git a/sysutils/ufetch/Makefile b/sysutils/ufetch/Makefile index d419b6157f99..e2f3a93d1080 100644 --- a/sysutils/ufetch/Makefile +++ b/sysutils/ufetch/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org COMMENT= Tiny system info for Unix-like operating systems +WWW= https://gitlab.com/jschx/ufetch/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/ufs_copy/Makefile b/sysutils/ufs_copy/Makefile index 12a2373a260b..e097ba2116f4 100644 --- a/sysutils/ufs_copy/Makefile +++ b/sysutils/ufs_copy/Makefile @@ -7,6 +7,7 @@ DISTNAME= ufs-${PORTVERSION} MAINTAINER= nobutaka@FreeBSD.org COMMENT= Fast copy utility for UFS filesystem +WWW= https://people.freebsd.org/~simokawa/ufs/ LICENSE= BSD4CLAUSE diff --git a/sysutils/uhidd/Makefile b/sysutils/uhidd/Makefile index 5a03dca772d3..01ab6ba6f901 100644 --- a/sysutils/uhidd/Makefile +++ b/sysutils/uhidd/Makefile @@ -18,6 +18,7 @@ PATCHFILES+= 7022ca4d1a1b.patch:-p1 MAINTAINER= ports@FreeBSD.org COMMENT= Userland USB HID device driver using libusb20 +WWW= https://wiki.FreeBSD.org/uhidd LICENSE= BSD2CLAUSE diff --git a/sysutils/uif2iso/Makefile b/sysutils/uif2iso/Makefile index d406bc629ed4..7c49d2eeadc7 100644 --- a/sysutils/uif2iso/Makefile +++ b/sysutils/uif2iso/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Convert MagicISO UIF files to ISO9660 +WWW= https://aluigi.altervista.org/mytoolz.htm LICENSE= GPLv2 diff --git a/sysutils/unetbootin/Makefile b/sysutils/unetbootin/Makefile index 5367f31bd306..ccddcf130a70 100644 --- a/sysutils/unetbootin/Makefile +++ b/sysutils/unetbootin/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-source-${PORTVERSION} MAINTAINER= danfe@FreeBSD.org COMMENT= Bootable Live USB creator for various Linux distributions +WWW= https://unetbootin.github.io/ LICENSE= GPLv2+ diff --git a/sysutils/unieject/Makefile b/sysutils/unieject/Makefile index 27b90511b890..efbb506eced9 100644 --- a/sysutils/unieject/Makefile +++ b/sysutils/unieject/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Eject(1) replacement +WWW= http://flameeyes.is-a-geek.org/projects #unieject LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/uniutils/Makefile b/sysutils/uniutils/Makefile index 761b66ab8474..a83ad515d24e 100644 --- a/sysutils/uniutils/Makefile +++ b/sysutils/uniutils/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://billposer.org/Software/Downloads/ MAINTAINER= thierry@FreeBSD.org COMMENT= Unicode Description Utilities +WWW= https://billposer.org/Software/unidesc.html LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/unquote/Makefile b/sysutils/unquote/Makefile index 19ad381ba70a..47689a83b491 100644 --- a/sysutils/unquote/Makefile +++ b/sysutils/unquote/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/} MAINTAINER= ports@FreeBSD.org COMMENT= Execute a command with safely quoted arguments +WWW= https://devel.ringlet.net/misc/unquote/ USES= uidfix diff --git a/sysutils/unstow/Makefile b/sysutils/unstow/Makefile index 672f6a0f6ff5..efa439ffb140 100644 --- a/sysutils/unstow/Makefile +++ b/sysutils/unstow/Makefile @@ -7,6 +7,7 @@ DISTNAME= knu-stow-utils-885c88a MAINTAINER= ports@FreeBSD.org COMMENT= Script to unstow packages much faster than stow -D +WWW= https://github.com/knu/stow-utils NO_BUILD= yes diff --git a/sysutils/upower/Makefile b/sysutils/upower/Makefile index f8524e4bced6..4a26b3ea4bfa 100644 --- a/sysutils/upower/Makefile +++ b/sysutils/upower/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://gitlab.freedesktop.org/upower/upower/-/archive/${DISTVERSI MAINTAINER= desktop@FreeBSD.org COMMENT= D-Bus daemon for simplifying power management tasks +WWW= https://upower.freedesktop.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/upsdaemon/Makefile b/sysutils/upsdaemon/Makefile index b1873850662b..ca91794a5e3a 100644 --- a/sysutils/upsdaemon/Makefile +++ b/sysutils/upsdaemon/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://BSDforge.com/projects/sysutils/upsdaemon/ MAINTAINER= portmaster@BSDforge.com COMMENT= Simple APC UPS Daemon +WWW= https://BSDforge.com/projects/sysutils/upsdaemon/ LICENSE= BSD2CLAUSE diff --git a/sysutils/uptimed/Makefile b/sysutils/uptimed/Makefile index 6c23cb45e3ee..a8a20acd64b1 100644 --- a/sysutils/uptimed/Makefile +++ b/sysutils/uptimed/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= pkubaj@FreeBSD.org COMMENT= Uptime daemon +WWW= https://github.com/rpodgorny/uptimed LICENSE= GPLv2 # only LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/usb_modeswitch/Makefile b/sysutils/usb_modeswitch/Makefile index 61221b4ea29d..26f3326c1906 100644 --- a/sysutils/usb_modeswitch/Makefile +++ b/sysutils/usb_modeswitch/Makefile @@ -8,6 +8,7 @@ DISTFILES= ${DISTNAME}.tar.bz2 \ MAINTAINER= franco@opnsense.org COMMENT= Handling Mode-Switching USB Devices +WWW= https://www.draisberghof.de/usb_modeswitch/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/usbhid-dump/Makefile b/sysutils/usbhid-dump/Makefile index e6351f462fca..4cfd2e965a7e 100644 --- a/sysutils/usbhid-dump/Makefile +++ b/sysutils/usbhid-dump/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/DIGImend/usbhid-dump/releases/download/${PORTVE MAINTAINER= sunpoet@FreeBSD.org COMMENT= USB HID device dumping utility +WWW= https://github.com/DIGImend/usbhid-dump LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/sysutils/usbtop/Makefile b/sysutils/usbtop/Makefile index e85b39bd305b..4c9087886b8a 100644 --- a/sysutils/usbtop/Makefile +++ b/sysutils/usbtop/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Utility that shows an estimated instantaneous USB bandwidth +WWW= https://github.com/aguinet/usbtop LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/usbutils/Makefile b/sysutils/usbutils/Makefile index 12131936e4b8..e1e38d1d3454 100644 --- a/sysutils/usbutils/Makefile +++ b/sysutils/usbutils/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= sunpoet@FreeBSD.org COMMENT= Utility for listing USB devices +WWW= https://github.com/gregkh/usbutils LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/uschedule/Makefile b/sysutils/uschedule/Makefile index 07d4880eb520..fc90fc656a82 100644 --- a/sysutils/uschedule/Makefile +++ b/sysutils/uschedule/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.ohse.de/uwe/uschedule/ MAINTAINER= ports@FreeBSD.org COMMENT= Scheduler program, designed to replace cron(8) and at(1) +WWW= https://www.ohse.de/uwe/uschedule.html BUILD_DEPENDS= ${LOCALBASE}/bin/tai64nlocal:sysutils/daemontools RUN_DEPENDS= ${LOCALBASE}/bin/multilog:sysutils/daemontools diff --git a/sysutils/userinfo/Makefile b/sysutils/userinfo/Makefile index df55ef0dc61c..f03ed14acee4 100644 --- a/sysutils/userinfo/Makefile +++ b/sysutils/userinfo/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= zi@FreeBSD.org COMMENT= Show information about local users +WWW= http://bjk.sourceforge.net/userinfo/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/usermin/Makefile b/sysutils/usermin/Makefile index 96607b129e5d..1251283bc1ea 100644 --- a/sysutils/usermin/Makefile +++ b/sysutils/usermin/Makefile @@ -9,6 +9,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= olgeni@FreeBSD.org COMMENT= Web-based interface for performing some user tasks +WWW= http://www.usermin.com/ LICENSE= BSD3CLAUSE diff --git a/sysutils/vagrant/Makefile b/sysutils/vagrant/Makefile index 2c5053fae2ad..bbd4d80e264f 100644 --- a/sysutils/vagrant/Makefile +++ b/sysutils/vagrant/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils rubygems devel MAINTAINER= joe@thrallingpenguin.com COMMENT= Vagrant Virtual Machine Manager +WWW= https://www.vagrantup.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/vbetool/Makefile b/sysutils/vbetool/Makefile index 17083caf3ef4..4cf8e50dac2d 100644 --- a/sysutils/vbetool/Makefile +++ b/sysutils/vbetool/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://www.codon.org.uk/~mjg59/vbetool/download/ \ MAINTAINER= jkim@FreeBSD.org COMMENT= Application for executing video card BIOS code +WWW= http://www.codon.org.uk/~mjg59/vbetool/ LICENSE= GPLv2 diff --git a/sysutils/vchanger/Makefile b/sysutils/vchanger/Makefile index 045e5a7632a0..44f825393e04 100644 --- a/sysutils/vchanger/Makefile +++ b/sysutils/vchanger/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF MAINTAINER= ml@netfence.it COMMENT= Disk-based virtual autochanger for Bacula +WWW= https://vchanger.sourceforge.io LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/vcp/Makefile b/sysutils/vcp/Makefile index 92473cd1dae8..c29b9ded6cb0 100644 --- a/sysutils/vcp/Makefile +++ b/sysutils/vcp/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://freebsdcluster.org/~mich/software/ MAINTAINER= ports@FreeBSD.org COMMENT= Copy files in curses interface +WWW= http://members.iinet.net.au/~lynx/vcp BROKEN_FreeBSD_13= ld: error: duplicate symbol: logw BROKEN_FreeBSD_14= ld: error: duplicate symbol: logw diff --git a/sysutils/vector/Makefile b/sysutils/vector/Makefile index 17d5ed24856c..9964562129e7 100644 --- a/sysutils/vector/Makefile +++ b/sysutils/vector/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= greg@unrelenting.technology COMMENT= High performance logs, metrics, and events router +WWW= https://vector.dev LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/viddy/Makefile b/sysutils/viddy/Makefile index e031ca6509ca..ed6a64b42714 100644 --- a/sysutils/viddy/Makefile +++ b/sysutils/viddy/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= MAINTAINER= lcook@FreeBSD.org COMMENT= Modern watch command +WWW= https://github.com/sachaos/viddy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/videogen/Makefile b/sysutils/videogen/Makefile index 91a5a1885b39..aaa9e1916c6c 100644 --- a/sysutils/videogen/Makefile +++ b/sysutils/videogen/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.dynaweb.hu/opensource/videogen/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool for calculating XFree86 modelines +WWW= http://www.dynaweb.hu/opensource/videogen/ LICENSE= GPLv2 diff --git a/sysutils/vii/Makefile b/sysutils/vii/Makefile index 854f7d62cf40..54718a7c2787 100644 --- a/sysutils/vii/Makefile +++ b/sysutils/vii/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://vii.sourceforge.net/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Execute a command repeatedly and scroll the output +WWW= http://vii.sourceforge.net/ LICENSE= GPLv2 diff --git a/sysutils/vils/Makefile b/sysutils/vils/Makefile index bdc32378ee95..77e0c8745083 100644 --- a/sysutils/vils/Makefile +++ b/sysutils/vils/Makefile @@ -7,6 +7,7 @@ DISTFILES= vils MAINTAINER= amdmi3@FreeBSD.org COMMENT= Use your favorite editor to rename files +WWW= http://www.secnetix.de/~olli/ LICENSE= BSD2CLAUSE diff --git a/sysutils/vimpager/Makefile b/sysutils/vimpager/Makefile index f373fe85342a..26466bb6f799 100644 --- a/sysutils/vimpager/Makefile +++ b/sysutils/vimpager/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Use Vim/NeoVim as a pager +WWW= https://github.com/rkitover/vimpager LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/virt-what/Makefile b/sysutils/virt-what/Makefile index b19049dda326..630fbe5baf3b 100644 --- a/sysutils/virt-what/Makefile +++ b/sysutils/virt-what/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://people.redhat.com/~rjones/virt-what/files/ MAINTAINER= otis@FreeBSD.org COMMENT= Utility to determine whether it is being run in virtual environment +WWW= https://people.redhat.com/~rjones/virt-what/ LICENSE= GPLv1 diff --git a/sysutils/virtualmin/Makefile b/sysutils/virtualmin/Makefile index 4ee1f83a9599..811f0761dc84 100644 --- a/sysutils/virtualmin/Makefile +++ b/sysutils/virtualmin/Makefile @@ -9,6 +9,7 @@ EXTRACT_SUFX= .wbm.gz MAINTAINER= olgeni@FreeBSD.org COMMENT= Virtual hosting management system based on webmin +WWW= https://www.webmin.com/virtualmin.html LICENSE= GPLv2 diff --git a/sysutils/vivid/Makefile b/sysutils/vivid/Makefile index b4b1fc8a3b2f..73ad9ec39b4a 100644 --- a/sysutils/vivid/Makefile +++ b/sysutils/vivid/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= 0mp@FreeBSD.org COMMENT= Themeable LS_COLORS generator with a rich filetype datebase +WWW= https://github.com/sharkdp/vivid LICENSE= APACHE20 MIT LICENSE_COMB= dual diff --git a/sysutils/vm-bhyve-devel/Makefile b/sysutils/vm-bhyve-devel/Makefile index dfb074d1517c..81d332a1503d 100644 --- a/sysutils/vm-bhyve-devel/Makefile +++ b/sysutils/vm-bhyve-devel/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= driesm@FreeBSD.org COMMENT= Management system for bhyve virtual machines +WWW= https://github.com/churchers/vm-bhyve LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/vm-bhyve/Makefile b/sysutils/vm-bhyve/Makefile index e4a2666e09d9..7970b195518b 100644 --- a/sysutils/vm-bhyve/Makefile +++ b/sysutils/vm-bhyve/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= churchers@gmail.com COMMENT= Management system for bhyve virtual machines +WWW= https://github.com/churchers/vm-bhyve LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/vmdktool/Makefile b/sysutils/vmdktool/Makefile index 8104af0b5c3d..9abac541c7ca 100644 --- a/sysutils/vmdktool/Makefile +++ b/sysutils/vmdktool/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://www.Awfulhak.org/vmdktool/ \ MAINTAINER= garga@FreeBSD.org COMMENT= Convert VMDK files to/from raw disk images +WWW= http://www.awfulhak.org/vmdktool LICENSE= BSD2CLAUSE diff --git a/sysutils/vmtouch/Makefile b/sysutils/vmtouch/Makefile index 6121041544c8..49a450016635 100644 --- a/sysutils/vmtouch/Makefile +++ b/sysutils/vmtouch/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= trociny@FreeBSD.org COMMENT= Virtual Memory Toucher +WWW= https://hoytech.com/vmtouch/ USE_GITHUB= yes GH_ACCOUNT= hoytech diff --git a/sysutils/vobcopy/Makefile b/sysutils/vobcopy/Makefile index 2730d788482b..f4c2020ebfa0 100644 --- a/sysutils/vobcopy/Makefile +++ b/sysutils/vobcopy/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://vobcopy.org/download/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Decrypts and copies DVD .vob files +WWW= http://vobcopy.org/projects/c/c.shtml LIB_DEPENDS= libdvdread.so:multimedia/libdvdread diff --git a/sysutils/volman/Makefile b/sysutils/volman/Makefile index 5053b042f703..4433b9bef110 100644 --- a/sysutils/volman/Makefile +++ b/sysutils/volman/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= FreeBSD specific volume manager +WWW= https://forums.freebsd.org/showthread.php?t=27233 USE_GITHUB= yes GH_ACCOUNT= uffejakobsen diff --git a/sysutils/vordog/Makefile b/sysutils/vordog/Makefile index 4e9b7217503e..67767ccf6983 100644 --- a/sysutils/vordog/Makefile +++ b/sysutils/vordog/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.assembla.com/spaces/vordog/documents/dcR7vqtqyr3AMlab7j MAINTAINER= ports@FreeBSD.org COMMENT= Watchdog(9) driver for watchdog timer of Vortex86 +WWW= https://app.assembla.com/spaces/vordog/wiki LICENSE= BSD2CLAUSE diff --git a/sysutils/vpnc-scripts/Makefile b/sysutils/vpnc-scripts/Makefile index 0e5e9606dd7e..bf06c1125ffd 100644 --- a/sysutils/vpnc-scripts/Makefile +++ b/sysutils/vpnc-scripts/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= ftp://ftp.infradead.org/pub/${PORTNAME}/ \ MAINTAINER= zi@FreeBSD.org COMMENT= Collection of scripts to setup routes and other changes for a VPN +WWW= https://git.infradead.org/users/dwmw2/vpnc-scripts.git LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/vttest/Makefile b/sysutils/vttest/Makefile index f409823748e7..41633f260530 100644 --- a/sysutils/vttest/Makefile +++ b/sysutils/vttest/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S,.,,g} MAINTAINER= nivit@FreeBSD.org COMMENT= Program to test "VT100-compatibility" of terminals +WWW= https://invisible-island.net/vttest/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/vzvol/Makefile b/sysutils/vzvol/Makefile index 6db2a19904b3..1575b7582359 100644 --- a/sysutils/vzvol/Makefile +++ b/sysutils/vzvol/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= rainbow@sanitylinux.org COMMENT= Feature-rich ZFS zvol management tool +WWW= https://github.com/RainbowHackerHorse/vzvol LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/wait_on/Makefile b/sysutils/wait_on/Makefile index 55a0ae66e038..15ead2def35d 100644 --- a/sysutils/wait_on/Makefile +++ b/sysutils/wait_on/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= jcpierri@gmail.com COMMENT= Enable shell scripts to monitor for changes on directories and files +WWW= https://github.com/jcpierri/wait_on LICENSE= BSD3CLAUSE diff --git a/sysutils/watchman/Makefile b/sysutils/watchman/Makefile index 168bc24145b4..aa8ddf4ac238 100644 --- a/sysutils/watchman/Makefile +++ b/sysutils/watchman/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= File alteration monitoring service +WWW= https://facebook.github.io/watchman/ LICENSE= APACHE20 diff --git a/sysutils/watchmen/Makefile b/sysutils/watchmen/Makefile index 3fe3cb9dc241..80f56d385b4b 100644 --- a/sysutils/watchmen/Makefile +++ b/sysutils/watchmen/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= proler@gmail.com COMMENT= Watch and restart daemons +WWW= https://github.com/proller/watchmen LICENSE= GPLv3+ diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index 52d07c55733b..5e03ecd6706d 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -10,6 +10,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= olgeni@FreeBSD.org COMMENT= Web-based interface for system administration for Unix +WWW= https://www.webmin.com/ LICENSE= BSD3CLAUSE diff --git a/sysutils/weedit/Makefile b/sysutils/weedit/Makefile index b217418c2509..95d89df76c73 100644 --- a/sysutils/weedit/Makefile +++ b/sysutils/weedit/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= File duplicate scanner with database support +WWW= http://freecode.com/projects/weedit LICENSE= GPLv2 diff --git a/sysutils/wemux/Makefile b/sysutils/wemux/Makefile index edbdadf80209..f6573dd7b3ef 100644 --- a/sysutils/wemux/Makefile +++ b/sysutils/wemux/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= cs@FreeBSD.org COMMENT= Enhances tmux to make multi-user terminal multiplexing easier +WWW= https://github.com/zolrath/wemux LICENSE= MIT diff --git a/sysutils/whatpix/Makefile b/sysutils/whatpix/Makefile index 5d9bacff7137..c8e7a43c62a9 100644 --- a/sysutils/whatpix/Makefile +++ b/sysutils/whatpix/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://whatpix.sourceforge.net/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Perl console application which finds, moves, or deletes duplicate files +WWW= http://whatpix.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/whowatch/Makefile b/sysutils/whowatch/Makefile index b04096233df7..802419b9cd36 100644 --- a/sysutils/whowatch/Makefile +++ b/sysutils/whowatch/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Displays information in real time about users currently logged on +WWW= http://wizard.ae.krakow.pl/~mike/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/wiimms/Makefile b/sysutils/wiimms/Makefile index c0523bb98714..e852adff5896 100644 --- a/sysutils/wiimms/Makefile +++ b/sysutils/wiimms/Makefile @@ -8,6 +8,7 @@ DISTNAME= wit-${DISTVERSION} MAINTAINER= olivier@FreeBSD.org COMMENT= Wiimms ISO Tools +WWW= https://wit.wiimm.de/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/gpl-2.0.txt diff --git a/sysutils/wimlib/Makefile b/sysutils/wimlib/Makefile index 79fb652d553e..4a3cd0da19aa 100644 --- a/sysutils/wimlib/Makefile +++ b/sysutils/wimlib/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://wimlib.net/downloads/ MAINTAINER= mail_of_sergey@mail.ru COMMENT= Manipulate Windows Imaging (WIM) archives +WWW= https://wimlib.net/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING.GPLv3 diff --git a/sysutils/wmapmload/Makefile b/sysutils/wmapmload/Makefile index fa646aa9b6b1..367820a3c440 100644 --- a/sysutils/wmapmload/Makefile +++ b/sysutils/wmapmload/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://tnemeth.free.fr/projets/programmes/ MAINTAINER= ports@FreeBSD.org COMMENT= APM battery status monitor dockapp with a similar look to wmcpuload +WWW= http://tnemeth.free.fr/projets/dockapps.html LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/wmbluecpu/Makefile b/sysutils/wmbluecpu/Makefile index 21c28d9d867a..732fb2cfdccb 100644 --- a/sysutils/wmbluecpu/Makefile +++ b/sysutils/wmbluecpu/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SUNSITE/X11/xutils MAINTAINER= benjsc@FreeBSD.org COMMENT= CPU monitoring dockapp +WWW= http://misuceldestept.go.ro/wmbluecpu/ USES= tar:bzip2 xorg USE_XORG= xpm diff --git a/sysutils/wmbsdbatt/Makefile b/sysutils/wmbsdbatt/Makefile index ce18cf7b924b..5544c8568463 100644 --- a/sysutils/wmbsdbatt/Makefile +++ b/sysutils/wmbsdbatt/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://mirror.its.dal.ca/freebsd/distfiles/ \ MAINTAINER= xride@FreeBSD.org COMMENT= Dockapp for battery & temperature monitoring through ACPI +WWW= http://mailbox.univie.ac.at/~le/wmbsdbatt/ LICENSE= GPLv2 diff --git a/sysutils/wmcpuload/Makefile b/sysutils/wmcpuload/Makefile index 3544458fa66a..ed7a9372db59 100644 --- a/sysutils/wmcpuload/Makefile +++ b/sysutils/wmcpuload/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://www.dockapps.net/download/ MAINTAINER= drtr0jan@yandex.ru COMMENT= "lcd" dockapp for windowmaker, which displays the current cpuload +WWW= https://www.dockapps.net/wmcpuload LICENSE= GPLv2 USES= xorg diff --git a/sysutils/wmcube/Makefile b/sysutils/wmcube/Makefile index 21758daaeb83..2ad2f644f49e 100644 --- a/sysutils/wmcube/Makefile +++ b/sysutils/wmcube/Makefile @@ -8,6 +8,7 @@ MASTER_SITES= http://www.tucows.com/download/linux/files/x11/dock/ \ MAINTAINER= garga@FreeBSD.org COMMENT= Window Maker dockapp that displays cpu load and a realtime 3D object +WWW= https://www.dockapps.net/wmcube LICENSE= GPLv2 diff --git a/sysutils/wmdiskmon/Makefile b/sysutils/wmdiskmon/Makefile index e2a221f47c43..b96154603da0 100644 --- a/sysutils/wmdiskmon/Makefile +++ b/sysutils/wmdiskmon/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://tnemeth.free.fr/projets/programmes/ MAINTAINER= mbeis@xs4all.nl COMMENT= Disk usage monitor dockapp +WWW= http://tnemeth.free.fr/projets/dockapps.html USES= xorg USE_XORG= x11 xpm diff --git a/sysutils/wmflame/Makefile b/sysutils/wmflame/Makefile index b13de147bad8..5c0e2c8b39b0 100644 --- a/sysutils/wmflame/Makefile +++ b/sysutils/wmflame/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= AFTERSTEP/stable/rpms/misc-tarballs \ MAINTAINER= ports@FreeBSD.org COMMENT= Dockapp that shows the load average as a flame +WWW= http://web.novalis.org/ LICENSE= GPLv2 diff --git a/sysutils/wmmemload/Makefile b/sysutils/wmmemload/Makefile index bd454c25ba16..d29a45755266 100644 --- a/sysutils/wmmemload/Makefile +++ b/sysutils/wmmemload/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://dev.gentoo.org/~voyageur/distfiles/ MAINTAINER= mbeis@xs4all.nl COMMENT= Dockapp for monitoring memory and swap usage +WWW= https://windowmaker.org/dockapps/?name=wmmemload LICENSE= GPLv2+ diff --git a/sysutils/wmscript/Makefile b/sysutils/wmscript/Makefile index a2a214e14e9c..1eccd0f9cb99 100644 --- a/sysutils/wmscript/Makefile +++ b/sysutils/wmscript/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://krapplets.cream.org/linux/ MAINTAINER= ip@unixway.org COMMENT= System monitoring dockapp for Window Maker +WWW= http://freshmeat.sourceforge.net/projects/wmscript LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/wmtop/Makefile b/sysutils/wmtop/Makefile index 89274bb07edf..91506d451b2e 100644 --- a/sysutils/wmtop/Makefile +++ b/sysutils/wmtop/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://www.dockapps.net/download/ MAINTAINER= uqs@FreeBSD.org COMMENT= Dockapp to display top three CPU consuming processes +WWW= http://wmtop.sourceforge.net/ LICENSE= GPLv2 diff --git a/sysutils/wmupmon/Makefile b/sysutils/wmupmon/Makefile index 6b8323ca003c..700a437a2a4c 100644 --- a/sysutils/wmupmon/Makefile +++ b/sysutils/wmupmon/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://j-z-s.com/projects/downloads/ MAINTAINER= rhurlin@FreeBSD.org COMMENT= Uptime showing dockapp with a similar look to wmcpuload +WWW= http://freecode.com/projects/wmupmon GNU_CONFIGURE= yes USES= autoreconf tar:bzip2 xorg diff --git a/sysutils/wuzzah/Makefile b/sysutils/wuzzah/Makefile index 156cb58db354..3ff0fa28017e 100644 --- a/sysutils/wuzzah/Makefile +++ b/sysutils/wuzzah/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line utility for stalking users +WWW= https://www.cs.swarthmore.edu/~finney/proj/wuzzah/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/x86info/Makefile b/sysutils/x86info/Makefile index ed1b8cf4b29a..c88ed55b5d0d 100644 --- a/sysutils/x86info/Makefile +++ b/sysutils/x86info/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= ler@FreeBSD.org COMMENT= x86 CPU identification and feature display utility +WWW= https://github.com/kernelslacker/x86info LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/xbattbar/Makefile b/sysutils/xbattbar/Makefile index 8a2534c61281..cb9e15079042 100644 --- a/sysutils/xbattbar/Makefile +++ b/sysutils/xbattbar/Makefile @@ -10,6 +10,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple battery meter +WWW= http://iplab.aist-nara.ac.jp/member/suguru/xbattbar.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/xcpustate/Makefile b/sysutils/xcpustate/Makefile index 7df863e4e632..871c0d9d3648 100644 --- a/sysutils/xcpustate/Makefile +++ b/sysutils/xcpustate/Makefile @@ -7,6 +7,7 @@ EXTRACT_SUFX= .shar MAINTAINER= ports@FreeBSD.org COMMENT= System monitoring utility graphically showing cpu load and status +WWW= https://www.cs.toronto.edu/~jdd/ EXTRACT_CMD= ${SH} EXTRACT_BEFORE_ARGS= # none diff --git a/sysutils/xdu/Makefile b/sysutils/xdu/Makefile index 53ac72969021..38db7b354ed9 100644 --- a/sysutils/xdu/Makefile +++ b/sysutils/xdu/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= cy@FreeBSD.org COMMENT= Graphically display output of du +WWW= https://sd.wareonearth.com/~phil/xdu/ USE_GITHUB= yes GH_ACCOUNT= vlasovskikh diff --git a/sysutils/xe/Makefile b/sysutils/xe/Makefile index c0e37663ac3c..429a567c7db3 100644 --- a/sysutils/xe/Makefile +++ b/sysutils/xe/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Simple xargs and apply replacement +WWW= https://github.com/leahneukirchen/xe/ LICENSE= CC0-1.0 diff --git a/sysutils/xen-guest-tools/Makefile b/sysutils/xen-guest-tools/Makefile index ff53d26e5a2e..df649668fdb3 100644 --- a/sysutils/xen-guest-tools/Makefile +++ b/sysutils/xen-guest-tools/Makefile @@ -7,6 +7,7 @@ DISTNAME= xen-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Xen tools within FreeBSD domU +WWW= https://xenproject.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/xen-tools/Makefile b/sysutils/xen-tools/Makefile index c95508e331ce..e9d24f922ff6 100644 --- a/sysutils/xen-tools/Makefile +++ b/sysutils/xen-tools/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://downloads.xenproject.org/release/xen/${PORTVERSION}/ MAINTAINER= royger@FreeBSD.org COMMENT= Xen management tools +WWW= https://wiki.xen.org/wiki/XL LICENSE= GPLv2 LGPL3 LICENSE_COMB= multi diff --git a/sysutils/xfburn/Makefile b/sysutils/xfburn/Makefile index 6f2e021b164b..24acc2db34c8 100644 --- a/sysutils/xfburn/Makefile +++ b/sysutils/xfburn/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= CD/DVD burning tool for Xfce +WWW= https://goodies.xfce.org/projects/applications/xfburn LICENSE= GPLv2 diff --git a/sysutils/xfce4-battery-plugin/Makefile b/sysutils/xfce4-battery-plugin/Makefile index 1c22657cb890..b0279972c24a 100644 --- a/sysutils/xfce4-battery-plugin/Makefile +++ b/sysutils/xfce4-battery-plugin/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Battery monitor panel plugin for Xfce4 +WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin LICENSE= GPLv2 diff --git a/sysutils/xfce4-cpugraph-plugin/Makefile b/sysutils/xfce4-cpugraph-plugin/Makefile index 0d2d6bf8be48..2b6d6b76cbc8 100644 --- a/sysutils/xfce4-cpugraph-plugin/Makefile +++ b/sysutils/xfce4-cpugraph-plugin/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Graphical representation of the CPU load +WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin LICENSE= GPLv2 diff --git a/sysutils/xfce4-diskperf-plugin/Makefile b/sysutils/xfce4-diskperf-plugin/Makefile index 4f0fb4be00a2..980f1e33ab11 100644 --- a/sysutils/xfce4-diskperf-plugin/Makefile +++ b/sysutils/xfce4-diskperf-plugin/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= danilo@FreeBSD.org COMMENT= Graphical representation of the disk IO +WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/xfce4-fsguard-plugin/Makefile b/sysutils/xfce4-fsguard-plugin/Makefile index 60cf954b5b01..5f9475f30ee8 100644 --- a/sysutils/xfce4-fsguard-plugin/Makefile +++ b/sysutils/xfce4-fsguard-plugin/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Panel plugin which displays free space of mountpoint +WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin # COPYING file is wrong compared to license header LICENSE= BSD2CLAUSE diff --git a/sysutils/xfce4-genmon-plugin/Makefile b/sysutils/xfce4-genmon-plugin/Makefile index 356b39b82d66..99030ba3ff66 100644 --- a/sysutils/xfce4-genmon-plugin/Makefile +++ b/sysutils/xfce4-genmon-plugin/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Generic Monitor Xfce4 panel plugin +WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin LICENSE= LGPL21 diff --git a/sysutils/xfce4-mount-plugin/Makefile b/sysutils/xfce4-mount-plugin/Makefile index 7435269c8c25..a0d01acbd3a3 100644 --- a/sysutils/xfce4-mount-plugin/Makefile +++ b/sysutils/xfce4-mount-plugin/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Mount and umount utility for the Xfce4 panel +WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin LICENSE= GPLv2 diff --git a/sysutils/xfce4-netload-plugin/Makefile b/sysutils/xfce4-netload-plugin/Makefile index 4802b6fb7d0b..8c3bad8e7f51 100644 --- a/sysutils/xfce4-netload-plugin/Makefile +++ b/sysutils/xfce4-netload-plugin/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Network Load plugin for Xfce4 +WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/xfce4-places-plugin/Makefile b/sysutils/xfce4-places-plugin/Makefile index 0a57c71806d3..8014c977742f 100644 --- a/sysutils/xfce4-places-plugin/Makefile +++ b/sysutils/xfce4-places-plugin/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= File browser launcher for Xfce4 panel plugin +WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/xfce4-power-manager/Makefile b/sysutils/xfce4-power-manager/Makefile index 61bee089e75e..4594e2ce8fb4 100644 --- a/sysutils/xfce4-power-manager/Makefile +++ b/sysutils/xfce4-power-manager/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Power manager for the Xfce Desktop +WWW= https://goodies.xfce.org/projects/applications/xfce4-power-manager LICENSE= GPLv2 diff --git a/sysutils/xfce4-settings/Makefile b/sysutils/xfce4-settings/Makefile index 3a769078d8bd..b424ea7cef26 100644 --- a/sysutils/xfce4-settings/Makefile +++ b/sysutils/xfce4-settings/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce 4 settings application +WWW= https://docs.xfce.org/xfce/xfce4-settings/start LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/xfce4-systemload-plugin/Makefile b/sysutils/xfce4-systemload-plugin/Makefile index 430262cd96d7..ab14a337d565 100644 --- a/sysutils/xfce4-systemload-plugin/Makefile +++ b/sysutils/xfce4-systemload-plugin/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= System Load plugin for Xfce4 panel +WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin LICENSE= BSD2CLAUSE diff --git a/sysutils/xfce4-wavelan-plugin/Makefile b/sysutils/xfce4-wavelan-plugin/Makefile index acb61a0dac53..d6b31b6e3ec4 100644 --- a/sysutils/xfce4-wavelan-plugin/Makefile +++ b/sysutils/xfce4-wavelan-plugin/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Displays various information about a WaveLAN device +WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin LICENSE= BSD3CLAUSE diff --git a/sysutils/xfsprogs/Makefile b/sysutils/xfsprogs/Makefile index b8ec7f0a3276..1bf61df83144 100644 --- a/sysutils/xfsprogs/Makefile +++ b/sysutils/xfsprogs/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= ftp://oss.sgi.com/projects/xfs/cmd_tars/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Utilities for managing XFS filesystems +WWW= http://oss.sgi.com/projects/xfs/ LICENSE= LGPL21 GPLv2 LICENSE_COMB= multi diff --git a/sysutils/xin/Makefile b/sysutils/xin/Makefile index 2526c1c0159f..9eb8efdbe7f9 100644 --- a/sysutils/xin/Makefile +++ b/sysutils/xin/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SUNSITE/utils/file MAINTAINER= ports@FreeBSD.org COMMENT= Splits standard input and pipes into a command +WWW= https://www.kyne.com.au/~mark/software/xin.php LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/xjobs/Makefile b/sysutils/xjobs/Makefile index 38f0a2f0c9f6..2beae78f424a 100644 --- a/sysutils/xjobs/Makefile +++ b/sysutils/xjobs/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.maier-komor.de/xjobs/ MAINTAINER= jgh@FreeBSD.org COMMENT= Utility reads job descriptions line by line and executes in parallel +WWW= https://www.maier-komor.de/xjobs.html LICENSE= GPLv2 diff --git a/sysutils/xmbmon/Makefile b/sysutils/xmbmon/Makefile index ca2333763c3b..56f990cd6332 100644 --- a/sysutils/xmbmon/Makefile +++ b/sysutils/xmbmon/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= MB monitor for LM78/79, W8378x, AS99127F, VT82C686 and ADM9240 +WWW= http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/download.html LICENSE= BSD2CLAUSE diff --git a/sysutils/xorriso/Makefile b/sysutils/xorriso/Makefile index 507b2edf8fd6..c59ff05366f5 100644 --- a/sysutils/xorriso/Makefile +++ b/sysutils/xorriso/Makefile @@ -6,6 +6,7 @@ DISTNAME= libisoburn-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= ISO image manipulation tool based on Libburnia +WWW= https://dev.lovelyhq.com/libburnia/web/wikis/Xorriso LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index d0c1b21d71ed..af04b4f31e34 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= otaciliodearaujo@gmail.com COMMENT= Graphical performance meter +WWW= https://www.pogo.org.uk/~mark/xosview/ LICENSE= BSD4CLAUSE GPLv2 LICENSE_COMB= multi diff --git a/sysutils/xpipe/Makefile b/sysutils/xpipe/Makefile index a67982dc812f..82c821194b3b 100644 --- a/sysutils/xpipe/Makefile +++ b/sysutils/xpipe/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= jjuanino@gmail.com COMMENT= Split input and feed it into the given utility +WWW= https://github.com/jschauma/xpipe LICENSE= BSD2CLAUSE diff --git a/sysutils/xstow/Makefile b/sysutils/xstow/Makefile index cf4642ef411f..143825af145d 100644 --- a/sysutils/xstow/Makefile +++ b/sysutils/xstow/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/ MAINTAINER= rakuco@FreeBSD.org COMMENT= Enhanced replacement for GNU stow written in C++ +WWW= http://xstow.sourceforge.net/ LICENSE= GPLv2 diff --git a/sysutils/yadf/Makefile b/sysutils/yadf/Makefile index 1387c57ed943..e8ee936f0d52 100644 --- a/sysutils/yadf/Makefile +++ b/sysutils/yadf/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= sec.research.2005@gmail.com COMMENT= Yet Another Duplicate files finder +WWW= https://github.com/jrimbault/yadf LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/yadm/Makefile b/sysutils/yadm/Makefile index 49a31a8c123e..e2e248d50f40 100644 --- a/sysutils/yadm/Makefile +++ b/sysutils/yadm/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= vendion@gmail.com COMMENT= Yet Another Dotfiles Manager +WWW= https://thelocehiliosan.github.io/yadm/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/yank/Makefile b/sysutils/yank/Makefile index 7914e83012ee..54d210251254 100644 --- a/sysutils/yank/Makefile +++ b/sysutils/yank/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/mptre/yank/releases/download/v${DISTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Yank terminal output to clipboard +WWW= https://github.com/mptre/yank LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/z/Makefile b/sysutils/z/Makefile index 83d462d48b44..7cdc6ca5c04f 100644 --- a/sysutils/z/Makefile +++ b/sysutils/z/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Takes you to your most used directories, based on "frecency" +WWW= https://github.com/rupa/z/ LICENSE= WTFPL diff --git a/sysutils/zap/Makefile b/sysutils/zap/Makefile index 27618b269a72..96b38052b15a 100644 --- a/sysutils/zap/Makefile +++ b/sysutils/zap/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= jrm@FreeBSD.org COMMENT= Maintain and replicate ZFS snapshots +WWW= https://github.com/Jehops/zap LICENSE= BSD2CLAUSE diff --git a/sysutils/zbackup/Makefile b/sysutils/zbackup/Makefile index eb0b937bd454..faea89da17ef 100644 --- a/sysutils/zbackup/Makefile +++ b/sysutils/zbackup/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Versatile deduplicating backup tool +WWW= http://zbackup.org/ LICENSE= GPLv2 diff --git a/sysutils/zeitgeist/Makefile b/sysutils/zeitgeist/Makefile index ba80eecca022..9fefeb0a530e 100644 --- a/sysutils/zeitgeist/Makefile +++ b/sysutils/zeitgeist/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= kwm@FreeBSD.org COMMENT= Event logging framework +WWW= https://wiki.gnome.org/Projects/Zeitgeist LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi diff --git a/sysutils/zellij/Makefile b/sysutils/zellij/Makefile index cba74e294be8..5e8a54c722ed 100644 --- a/sysutils/zellij/Makefile +++ b/sysutils/zellij/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= riggs@FreeBSD.org COMMENT= Versatile, extensible terminal multiplexer +WWW= https://zellij.dev/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/sysutils/zeroer/Makefile b/sysutils/zeroer/Makefile index 2426fc9769a2..92c07f9947f7 100644 --- a/sysutils/zeroer/Makefile +++ b/sysutils/zeroer/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line utility for wiping unallocated space on a filesystem +WWW= https://critical.ch/zeroer/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/zfs-periodic/Makefile b/sysutils/zfs-periodic/Makefile index fde847486fec..948a9749f2b3 100644 --- a/sysutils/zfs-periodic/Makefile +++ b/sysutils/zfs-periodic/Makefile @@ -4,6 +4,7 @@ CATEGORIES= sysutils MAINTAINER= peter@pean.org COMMENT= Simple way of maintaining zfs snapshots using the periodic system +WWW= https://github.com/ross/zfs-periodic USE_GITHUB= yes GH_ACCOUNT= ross diff --git a/sysutils/zfs-replicate/Makefile b/sysutils/zfs-replicate/Makefile index 58df6ee74264..4a0d6be6db8a 100644 --- a/sysutils/zfs-replicate/Makefile +++ b/sysutils/zfs-replicate/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw COMMENT= ZFS Snapshot Replication Script +WWW= https://github.com/leprechau/zfs-replicate RUN_DEPENDS= bash:shells/bash diff --git a/sysutils/zfs-snap-diff/Makefile b/sysutils/zfs-snap-diff/Makefile index 4bd1b74b850f..c4ea8499d966 100644 --- a/sysutils/zfs-snap-diff/Makefile +++ b/sysutils/zfs-snap-diff/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= ben@lavery-griffiths.com COMMENT= View ZFS snapshot differences via a web browser +WWW= https://github.com/j-keck/zfs-snap-diff LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/zfs-snapshot-clean/Makefile b/sysutils/zfs-snapshot-clean/Makefile index d038f77d3296..06ae6d29327f 100644 --- a/sysutils/zfs-snapshot-clean/Makefile +++ b/sysutils/zfs-snapshot-clean/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Tool to sieve ZFS snapshots as per given spec a la 'pdumpfs-clean' +WWW= https://github.com/knu/zfs-snapshot-clean LICENSE= BSD2CLAUSE diff --git a/sysutils/zfs-snapshot-mgmt/Makefile b/sysutils/zfs-snapshot-mgmt/Makefile index e737e89833c8..09a3c4a3a246 100644 --- a/sysutils/zfs-snapshot-mgmt/Makefile +++ b/sysutils/zfs-snapshot-mgmt/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://marcin.studio4plus.com/files/ MAINTAINER= johntdarrah@gmail.com COMMENT= Automatic ZFS snapshot management tool +WWW= http://marcin.studio4plus.com/en/zfs-file-history/howto.html USE_RUBY= yes USES= shebangfix diff --git a/sysutils/zfs-stats-lite/Makefile b/sysutils/zfs-stats-lite/Makefile index 3d69ca16c3bd..f8e279ce523c 100644 --- a/sysutils/zfs-stats-lite/Makefile +++ b/sysutils/zfs-stats-lite/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://druidbsd.sourceforge.net/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Display human-readable ZFS statistics +WWW= http://druidbsd.sourceforge.net/download.shtml #zfs-stats-lite LICENSE= BSD2CLAUSE diff --git a/sysutils/zfs-stats/Makefile b/sysutils/zfs-stats/Makefile index 672add1ce357..075a53973479 100644 --- a/sysutils/zfs-stats/Makefile +++ b/sysutils/zfs-stats/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= GH MAINTAINER= mm@FreeBSD.org COMMENT= Display human-readable ZFS statistics +WWW= https://www.vx.sk/zfs-stats/ LICENSE= BSD2CLAUSE diff --git a/sysutils/zfsnap/Makefile b/sysutils/zfsnap/Makefile index d83c24511254..a64bca3152e3 100644 --- a/sysutils/zfsnap/Makefile +++ b/sysutils/zfsnap/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= yamagi@yamagi.org COMMENT= Simple sh script to make zfs rolling snaphosts with cron +WWW= https://github.com/zfsnap/zfsnap LICENSE= BSD3CLAUSE diff --git a/sysutils/zfsnap2/Makefile b/sysutils/zfsnap2/Makefile index 710227bfc1fb..56df4687cd16 100644 --- a/sysutils/zfsnap2/Makefile +++ b/sysutils/zfsnap2/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= 2 MAINTAINER= mm@FreeBSD.org COMMENT= Portable performant script to make rolling ZFS snapshots easy +WWW= https://github.com/zfsnap/zfsnap LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/zfstools/Makefile b/sysutils/zfstools/Makefile index 364e1a487001..2096e877c97a 100644 --- a/sysutils/zfstools/Makefile +++ b/sysutils/zfstools/Makefile @@ -8,6 +8,7 @@ MASTER_SITES= GH \ MAINTAINER= bdrewery@FreeBSD.org COMMENT= OpenSolaris-compatible auto snapshotting for ZFS +WWW= https://github.com/bdrewery/zfstools LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/sysutils/zidrav/Makefile b/sysutils/zidrav/Makefile index 73b671541384..38917c3b4cfa 100644 --- a/sysutils/zidrav/Makefile +++ b/sysutils/zidrav/Makefile @@ -7,6 +7,7 @@ DISTNAME= zidrav4unix-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= File corruption detection and repair program +WWW= https://sourceforge.net/projects/zidrav/ LICENSE= GPLv2 diff --git a/sysutils/znapzend/Makefile b/sysutils/znapzend/Makefile index 22b86f182268..8dc3926aa962 100644 --- a/sysutils/znapzend/Makefile +++ b/sysutils/znapzend/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= olgeni@FreeBSD.org COMMENT= ZFS-centric backup tool +WWW= https://www.znapzend.org/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/zogftw/Makefile b/sysutils/zogftw/Makefile index a38b92bc3b42..5bdab0c0c1d6 100644 --- a/sysutils/zogftw/Makefile +++ b/sysutils/zogftw/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}-2022-06-25-03982c7 MAINTAINER= fk@fabiankeil.de COMMENT= Creates redundant backups on encrypted ZFS pools +WWW= https://www.fabiankeil.de/gehacktes/zogftw/ RUN_DEPENDS= mbuffer:misc/mbuffer \ sudo:security/sudo diff --git a/sysutils/zoxide/Makefile b/sysutils/zoxide/Makefile index c8ad20c4a9f1..9bfea814ea92 100644 --- a/sysutils/zoxide/Makefile +++ b/sysutils/zoxide/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= andoriyu@gmail.com COMMENT= Fast cd alternative that learns your habits +WWW= https://github.com/ajeetdsouza/zoxide LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/zpool-iostat-viz/Makefile b/sysutils/zpool-iostat-viz/Makefile index ec63f247aa55..5fad76d8b7da 100644 --- a/sysutils/zpool-iostat-viz/Makefile +++ b/sysutils/zpool-iostat-viz/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= se@FreeBSD.org COMMENT= ZFS pool I/O latency statistics +WWW= https://github.com/chadmiller/zpool-iostat-viz LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/zrep/Makefile b/sysutils/zrep/Makefile index 2bfd61ecb499..65dac17b161a 100644 --- a/sysutils/zrep/Makefile +++ b/sysutils/zrep/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org COMMENT= ZFS based replication and failover solution +WWW= http://www.bolthole.com/solaris/zrep/ LICENSE= bolthole LICENSE_NAME= bolthole diff --git a/sysutils/zrepl/Makefile b/sysutils/zrepl/Makefile index fc745f8cbf62..4332a101ae60 100644 --- a/sysutils/zrepl/Makefile +++ b/sysutils/zrepl/Makefile @@ -7,6 +7,7 @@ CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org COMMENT= ZFS dataset replication tool +WWW= https://zrepl.github.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/zsd/Makefile b/sysutils/zsd/Makefile index 7d6478e3f9aa..eafd971d061b 100644 --- a/sysutils/zsd/Makefile +++ b/sysutils/zsd/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}-2014-12-07-c2d3662 MAINTAINER= ports@FreeBSD.org COMMENT= Destroys ZFS snapshots +WWW= https://www.fabiankeil.de/gehacktes/zsd/ LICENSE= MIT diff --git a/sysutils/zsm/Makefile b/sysutils/zsm/Makefile index 2784ac645647..eb86e2320d5c 100644 --- a/sysutils/zsm/Makefile +++ b/sysutils/zsm/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= CHEESESHOP MAINTAINER= mattias.lindvall@gmail.com COMMENT= ZFS Snapshot Manager +WWW= https://zsm.rtfd.io/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/ztop/Makefile b/sysutils/ztop/Makefile index 67162692afde..43fe091a1792 100644 --- a/sysutils/ztop/Makefile +++ b/sysutils/ztop/Makefile @@ -6,6 +6,7 @@ CATEGORIES= sysutils MAINTAINER= asomers@FreeBSD.org COMMENT= Display ZFS dataset I/O in real time +WWW= https://github.com/asomers/ztop LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/sysutils/zxfer/Makefile b/sysutils/zxfer/Makefile index e9783c654dbe..b61f0bf859b6 100644 --- a/sysutils/zxfer/Makefile +++ b/sysutils/zxfer/Makefile @@ -5,6 +5,7 @@ CATEGORIES= sysutils MAINTAINER= ports@scaleengine.com COMMENT= Easily and reliably transfer ZFS filesystems +WWW= https://github.com/allanjude/zxfer LICENSE= BSD2CLAUSE |