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 /net-p2p | |
| 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 'net-p2p')
88 files changed, 92 insertions, 0 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile index dbb37e8490e4..910ffaafb2b4 100644 --- a/net-p2p/amule-devel/Makefile +++ b/net-p2p/amule-devel/Makefile @@ -8,6 +8,7 @@ DISTNAME= aMule-SVN-r${PORTVERSION} MAINTAINER= bar@FreeBSD.org COMMENT= All-platform eMule p2p client +WWW= https://www.amule.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/docs/COPYING diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile index 928a882ecc32..b8554e095498 100644 --- a/net-p2p/amule/Makefile +++ b/net-p2p/amule/Makefile @@ -7,6 +7,7 @@ DISTNAME= aMule-${PORTVERSION} MAINTAINER= bar@FreeBSD.org COMMENT= All-platform eMule p2p client +WWW= https://www.amule.org/ LICENSE= GPLv2+ LICENSE_FILE_GPLv2+ = ${WRKSRC}/docs/COPYING diff --git a/net-p2p/arbitrum-avm/Makefile b/net-p2p/arbitrum-avm/Makefile index ed9df0378909..d66c374594c7 100644 --- a/net-p2p/arbitrum-avm/Makefile +++ b/net-p2p/arbitrum-avm/Makefile @@ -9,6 +9,7 @@ DISTNAME= arbitrum-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Arbitrum Virtual Machine +WWW= https://arbitrum.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-p2p/awgg/Makefile b/net-p2p/awgg/Makefile index 61afb59f19aa..67d3a0e9bac5 100644 --- a/net-p2p/awgg/Makefile +++ b/net-p2p/awgg/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} MAINTAINER= acm@FreeBSD.org COMMENT= Advanced wget GUI +WWW= https://github.com/Nenirey/AWGG DEPRECATED= Depends on expired ftp/axel EXPIRATION_DATE=2022-09-30 diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index 4448b740ff1a..521c13f063e8 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -10,6 +10,7 @@ EXTRACT_ONLY= ${_DISTFILES:N*.png} MAINTAINER= kbowling@FreeBSD.org COMMENT?= Virtual Peer-to-Peer Currency Client (QT) +WWW= https://www.bitcoin.org/ LICENSE= MIT diff --git a/net-p2p/bitflu/Makefile b/net-p2p/bitflu/Makefile index 290e916813c3..a8c815569072 100644 --- a/net-p2p/bitflu/Makefile +++ b/net-p2p/bitflu/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://bitflu.workaround.ch/bitflu/ MAINTAINER= ports@FreeBSD.org COMMENT= BitTorrent client written in Perl +WWW= https://bitflu.workaround.ch/ LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/Documentation/artistic-2_0.txt diff --git a/net-p2p/bitmark/Makefile b/net-p2p/bitmark/Makefile index f0b339f8a56c..a360a175ef21 100644 --- a/net-p2p/bitmark/Makefile +++ b/net-p2p/bitmark/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-p2p MAINTAINER= hsw@bitmark.com COMMENT?= Bitmark distributed property system programs +WWW= https://github.com/bitmark-inc/bitmarkd LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-p2p/btcheck/Makefile b/net-p2p/btcheck/Makefile index 62d512092b0e..3a379d41db52 100644 --- a/net-p2p/btcheck/Makefile +++ b/net-p2p/btcheck/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME} MAINTAINER= danfe@FreeBSD.org COMMENT= BitTorrent data checker and torrent file content viewer +WWW= https://sourceforge.net/projects/btcheck/ LICENSE= GPLv3 diff --git a/net-p2p/btpd/Makefile b/net-p2p/btpd/Makefile index ea522e4ed553..6b8ce7bd4858 100644 --- a/net-p2p/btpd/Makefile +++ b/net-p2p/btpd/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-p2p MAINTAINER= mat@FreeBSD.org COMMENT= Bittorrent client consisting of a daemon and client commands +WWW= https://github.com/btpd/btpd/wiki LICENSE= BSD2CLAUSE BSD3CLAUSE LICENSE_COMB= multi diff --git a/net-p2p/c-lightning/Makefile b/net-p2p/c-lightning/Makefile index e84588ed319f..d8e87e471927 100644 --- a/net-p2p/c-lightning/Makefile +++ b/net-p2p/c-lightning/Makefile @@ -9,6 +9,7 @@ CATEGORIES= net-p2p finance MAINTAINER= vd@FreeBSD.org COMMENT= Lightning Network implementation in C +WWW= https://github.com/ElementsProject/lightning LICENSE= MIT diff --git a/net-p2p/cardano-db-sync/Makefile b/net-p2p/cardano-db-sync/Makefile index e86819ec13c4..9998df762402 100644 --- a/net-p2p/cardano-db-sync/Makefile +++ b/net-p2p/cardano-db-sync/Makefile @@ -7,6 +7,7 @@ PATCHFILES= 1210.patch:freebsd_compat MAINTAINER= arrowd@FreeBSD.org COMMENT= PostgreSQL-driven Cardano blockchain data tool +WWW= https://cardano.org/ LICENSE= APACHE20 diff --git a/net-p2p/cardano-node/Makefile b/net-p2p/cardano-node/Makefile index ed51f831d5fa..69e4ee10e1a2 100644 --- a/net-p2p/cardano-node/Makefile +++ b/net-p2p/cardano-node/Makefile @@ -4,6 +4,7 @@ CATEGORIES= net-p2p MAINTAINER= arrowd@FreeBSD.org COMMENT= Core component of the Cardano decentralized blockchain +WWW= https://cardano.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-p2p/cncli/Makefile b/net-p2p/cncli/Makefile index f0a0dac1a886..9f3bbf985f66 100644 --- a/net-p2p/cncli/Makefile +++ b/net-p2p/cncli/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-p2p MAINTAINER= boris@zfs.ninja COMMENT= A community-based cardano-node CLI tool +WWW= https://cardano-community.github.io/guild-operators/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-p2p/cpuminer/Makefile b/net-p2p/cpuminer/Makefile index dd8f398a82f6..3622608cd42e 100644 --- a/net-p2p/cpuminer/Makefile +++ b/net-p2p/cpuminer/Makefile @@ -7,6 +7,7 @@ DISTNAME= pooler-${PORTNAME}-${PORTVERSION} MAINTAINER= mm@FreeBSD.org COMMENT= CPU miner for Litecoin and Bitcoin +WWW= https://sourceforge.net/projects/cpuminer/ LICENSE= GPLv2 diff --git a/net-p2p/ctcs/Makefile b/net-p2p/ctcs/Makefile index a59541f62240..58d705a56caa 100644 --- a/net-p2p/ctcs/Makefile +++ b/net-p2p/ctcs/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/dtorrent/${PORTNAME}/${PORTVERSION} MAINTAINER= dereckson@gmail.com COMMENT= CTorrent monitoring and managing interface +WWW= https://www.rahul.net/dholmes/ctorrent/ctcs.html USES= perl5 shebangfix USE_PERL5= run diff --git a/net-p2p/ctorrent/Makefile b/net-p2p/ctorrent/Makefile index 544c4b493393..8473dc819378 100644 --- a/net-p2p/ctorrent/Makefile +++ b/net-p2p/ctorrent/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME}-dnh${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= BitTorrent Client written in C for FreeBSD and Linux +WWW= https://www.rahul.net/dholmes/ctorrent/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-p2p/dclib/Makefile b/net-p2p/dclib/Makefile index 08c6bd5e4223..339ccfcbe03e 100644 --- a/net-p2p/dclib/Makefile +++ b/net-p2p/dclib/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/wxdcgui/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Direct connect interface library for valknut +WWW= http://wxdcgui.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-p2p/deluge-cli/Makefile b/net-p2p/deluge-cli/Makefile index 841069334df5..dcadacc8156c 100644 --- a/net-p2p/deluge-cli/Makefile +++ b/net-p2p/deluge-cli/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= -cli MAINTAINER= rm@FreeBSD.org COMMENT= CLI part of bittorrent client using Python and libtorrent-rasterbar +WWW= https://deluge-torrent.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index 4eb23c345208..15da125d2c12 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-p2p python MAINTAINER= rm@FreeBSD.org COMMENT= Bittorrent client using Python, GTK3, and libtorrent-rasterbar +WWW= https://deluge-torrent.org/ LICENSE= GPLv3 diff --git a/net-p2p/ed2k/Makefile b/net-p2p/ed2k/Makefile index 97e56c75bf31..3ba22b943fe5 100644 --- a/net-p2p/ed2k/Makefile +++ b/net-p2p/ed2k/Makefile @@ -9,6 +9,7 @@ EXTRACT_ONLY= MAINTAINER= dinoex@FreeBSD.org COMMENT= Calculates 'eMule' hashes or producing ed2k:// file links +WWW= https://www.sdalu.com/software/ LICENSE= PD BSD3CLAUSE LICENSE_COMB= multi diff --git a/net-p2p/edonkey-tool-hash/Makefile b/net-p2p/edonkey-tool-hash/Makefile index 9c3c9a272de8..4ab1d7f4cd1f 100644 --- a/net-p2p/edonkey-tool-hash/Makefile +++ b/net-p2p/edonkey-tool-hash/Makefile @@ -7,6 +7,7 @@ DISTNAME= ed2k_hash-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Both calculates 'eDonkey/Overnet hashes' producing ed2k:// file links +WWW= http://ed2k-tools.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-p2p/eiskaltdcpp-lib/Makefile b/net-p2p/eiskaltdcpp-lib/Makefile index 0ef12a4d08b6..5baa3bf00a70 100644 --- a/net-p2p/eiskaltdcpp-lib/Makefile +++ b/net-p2p/eiskaltdcpp-lib/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX?= -lib MAINTAINER?= ports@FreeBSD.org COMMENT?= EiskaltDC++ shared library and header files +WWW= https://github.com/eiskaltdcpp/eiskaltdcpp LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-p2p/ethash/Makefile b/net-p2p/ethash/Makefile index ac3c01ef9d5b..245f80db6eee 100644 --- a/net-p2p/ethash/Makefile +++ b/net-p2p/ethash/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-p2p MAINTAINER= ports@FreeBSD.org COMMENT= C/C++ implementation of Ethash and ProgPoW +WWW= https://github.com/chfast/ethash LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-p2p/frost/Makefile b/net-p2p/frost/Makefile index 179425265baf..f37443329bcf 100644 --- a/net-p2p/frost/Makefile +++ b/net-p2p/frost/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME}-14-Mar-2009 MAINTAINER= peter.thoenen@yahoo.com COMMENT= Freenet client that provides messenger and file services +WWW= http://jtcfrost.sourceforge.net/ USES= zip USE_JAVA= yes diff --git a/net-p2p/go-ethereum/Makefile b/net-p2p/go-ethereum/Makefile index d4a1882439bd..173f1da7dbba 100644 --- a/net-p2p/go-ethereum/Makefile +++ b/net-p2p/go-ethereum/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-p2p MAINTAINER= me@enriquefynn.com COMMENT= Go implementation of the Ethereum y/w paper +WWW= https://github.com/ethereum/go-ethereum LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-p2p/go-prysm/Makefile b/net-p2p/go-prysm/Makefile index 2eb60cda6c51..33bcf692f2ca 100644 --- a/net-p2p/go-prysm/Makefile +++ b/net-p2p/go-prysm/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-p2p MAINTAINER= zi@FreeBSD.org COMMENT= Go implementation of the Ethereum 2.0 +WWW= https://github.com/prysmaticlabs/prysm LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/net-p2p/gtk-gnutella/Makefile b/net-p2p/gtk-gnutella/Makefile index a9bd88dd93dc..10800de989e6 100644 --- a/net-p2p/gtk-gnutella/Makefile +++ b/net-p2p/gtk-gnutella/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= GTK based Gnutella client +WWW= http://gtk-gnutella.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-p2p/gtorrentviewer/Makefile b/net-p2p/gtorrentviewer/Makefile index 38c8bba984d1..31a10a2884f6 100644 --- a/net-p2p/gtorrentviewer/Makefile +++ b/net-p2p/gtorrentviewer/Makefile @@ -7,6 +7,7 @@ DISTNAME= GTorrentViewer-${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= GTK+2 viewer and editor for BitTorrent meta files +WWW= http://gtorrentviewer.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-p2p/jackett/Makefile b/net-p2p/jackett/Makefile index 5c61e80c06f2..ecd85429f8de 100644 --- a/net-p2p/jackett/Makefile +++ b/net-p2p/jackett/Makefile @@ -6,6 +6,7 @@ DISTNAME= v${PORTVERSION}/Jackett.Binaries.Mono MAINTAINER= ports@FreeBSD.org COMMENT= Torznab proxy implementation of the Newznab API +WWW= https://github.com/Jackett/Jackett LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-p2p/jigdo/Makefile b/net-p2p/jigdo/Makefile index 52e45f3a1fdc..9aafa61365ce 100644 --- a/net-p2p/jigdo/Makefile +++ b/net-p2p/jigdo/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://atterer.org/sites/atterer/files/2009-08/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Utility used to retrieve large files over the Internet +WWW= http://atterer.org/jigdo/ RUN_DEPENDS= ${LOCALBASE}/bin/wget:ftp/wget diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index 731693b53e30..dfdcb2b22dee 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-p2p kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= BitTorrent client for KDE +WWW= https://kde.org/applications/en/internet/org.kde.ktorrent CONFLICTS_BUILD= libtorrent diff --git a/net-p2p/libbt/Makefile b/net-p2p/libbt/Makefile index b50f11fc72c3..f92726f6ab2e 100644 --- a/net-p2p/libbt/Makefile +++ b/net-p2p/libbt/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF MAINTAINER= egypcio@FreeBSD.org COMMENT= C library implementing the core BitTorrent protocol +WWW= http://libbt.sourceforge.net/ LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi diff --git a/net-p2p/liberator/Makefile b/net-p2p/liberator/Makefile index 0b0672eb221c..9502f106abd6 100644 --- a/net-p2p/liberator/Makefile +++ b/net-p2p/liberator/Makefile @@ -7,6 +7,7 @@ DISTNAME= ofcp-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Command line client to FreeNet Network +WWW= https://sourceforge.net/projects/liberator/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-p2p/libktorrent/Makefile b/net-p2p/libktorrent/Makefile index 3a8a7c5b6d7b..7e4b47ae1b6e 100644 --- a/net-p2p/libktorrent/Makefile +++ b/net-p2p/libktorrent/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-p2p kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Torrent library from KTorrent project +WWW= https://ktorrent.org/ BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ diff --git a/net-p2p/libswift/Makefile b/net-p2p/libswift/Makefile index 25473bae841d..80c815d2d98e 100644 --- a/net-p2p/libswift/Makefile +++ b/net-p2p/libswift/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-p2p MAINTAINER= dch@FreeBSD.org COMMENT= IETF Peer-to-Peer Streaming Peer Protocol implementation +WWW= https://github.com/skunkwerks/libswift LICENSE= LGPL21 diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile index cf31f050b7ba..45fad884292f 100644 --- a/net-p2p/libtorrent-rasterbar/Makefile +++ b/net-p2p/libtorrent-rasterbar/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/v${DISTVERS MAINTAINER= yuri@FreeBSD.org COMMENT= C++ library implementing a BitTorrent client +WWW= https://libtorrent.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-p2p/libtorrent-rasterbar2/Makefile b/net-p2p/libtorrent-rasterbar2/Makefile index 814735927f1c..5f5f9db3cfa8 100644 --- a/net-p2p/libtorrent-rasterbar2/Makefile +++ b/net-p2p/libtorrent-rasterbar2/Makefile @@ -8,6 +8,7 @@ PKGNAMESUFFIX= 2 MAINTAINER= yuri@FreeBSD.org COMMENT= C++ library implementing a BitTorrent client +WWW= https://libtorrent.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 8fc1ca095180..d3eb654ab329 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://rtorrent.net/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= BitTorrent Library written in C++ +WWW= https://github.com/rakshasa/libtorrent LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-p2p/lidarr/Makefile b/net-p2p/lidarr/Makefile index a8543c298da0..d88b1407d0b8 100644 --- a/net-p2p/lidarr/Makefile +++ b/net-p2p/lidarr/Makefile @@ -6,6 +6,7 @@ DISTNAME= Lidarr.master.${PORTVERSION}.freebsd-core-x64 MAINTAINER= michiel@vanbaak.eu COMMENT= Music collection manager for Usenet and BitTorrent users +WWW= https://lidarr.audio LICENSE= GPLv3 diff --git a/net-p2p/linuxdcpp/Makefile b/net-p2p/linuxdcpp/Makefile index f90bf11984e0..199f31cd7e97 100644 --- a/net-p2p/linuxdcpp/Makefile +++ b/net-p2p/linuxdcpp/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://launchpadlibrarian.net/69733951/ MAINTAINER= danfe@FreeBSD.org COMMENT= Port of the DC++ Direct Connect client to Unix-like systems +WWW= https://launchpad.net/linuxdcpp LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/License.txt diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile index 84f7f00643b5..ee7b47b7351e 100644 --- a/net-p2p/litecoin/Makefile +++ b/net-p2p/litecoin/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-p2p finance MAINTAINER= hsw@bitmark.com COMMENT?= Virtual Peer-to-Peer Currency Client (QT) +WWW= https://www.litecoin.org/ LICENSE= MIT diff --git a/net-p2p/microdc2/Makefile b/net-p2p/microdc2/Makefile index 38831b0a4192..343c295f625f 100644 --- a/net-p2p/microdc2/Makefile +++ b/net-p2p/microdc2/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://corsair626.no-ip.org/microdc/ MAINTAINER= pankov_p@mail.ru COMMENT= Command-line based Direct Connect client +WWW= http://corsair626.no-ip.org/microdc/ LICENSE= GPLv2 diff --git a/net-p2p/minder/Makefile b/net-p2p/minder/Makefile index 9404657c5235..dbde4fb6081e 100644 --- a/net-p2p/minder/Makefile +++ b/net-p2p/minder/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.alhem.net/project/minder/ MAINTAINER= ports@FreeBSD.org COMMENT= Small network application for automatic maintenance of peer lists +WWW= http://www.alhem.net/project/minder/index.html LICENSE= GPLv2+ diff --git a/net-p2p/mktorrent/Makefile b/net-p2p/mktorrent/Makefile index 1f3b8632ad13..4e42bf3dd0d1 100644 --- a/net-p2p/mktorrent/Makefile +++ b/net-p2p/mktorrent/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-p2p MAINTAINER= ports@FreeBSD.org COMMENT= Command-line utility for creating BitTorrent metainfo files +WWW= https://github.com/Rudde/mktorrent LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index 6f0f0d7bdcaa..992e283ef35e 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -8,6 +8,7 @@ EXTRA_PATCHES= ${FILESDIR}/git-30e77e2:-p1 MAINTAINER?= danfe@FreeBSD.org COMMENT?= Multi-protocol peer-to-peer client written in OCaml +WWW= http://mldonkey.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/Copying.txt diff --git a/net-p2p/monero-cli/Makefile b/net-p2p/monero-cli/Makefile index 322d68ccd249..0eda9cbe640d 100644 --- a/net-p2p/monero-cli/Makefile +++ b/net-p2p/monero-cli/Makefile @@ -10,6 +10,7 @@ CATEGORIES= net-p2p finance MAINTAINER= vd@FreeBSD.org COMMENT= Private, secure, untraceable, decentralised digital currency (CLI) +WWW= https://getmonero.org/ LICENSE= BSD3CLAUSE diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile index 352174688f3f..468944d48fea 100644 --- a/net-p2p/namecoin/Makefile +++ b/net-p2p/namecoin/Makefile @@ -7,6 +7,7 @@ CATEGORIES= net-p2p dns MAINTAINER= milios@ccsys.com COMMENT?= Decentralized, open DNS and general purpose key/value store +WWW= https://namecoin.org/ LICENSE= MIT diff --git a/net-p2p/ncdc/Makefile b/net-p2p/ncdc/Makefile index 980be7667086..3e985b1085c7 100644 --- a/net-p2p/ncdc/Makefile +++ b/net-p2p/ncdc/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://dev.yorhel.nl/download/ MAINTAINER= earl1k@mail.ru COMMENT= Lightweight direct connect client with ncurses interface +WWW= https://dev.yorhel.nl/ncdc LICENSE= MIT diff --git a/net-p2p/ogmios/Makefile b/net-p2p/ogmios/Makefile index 39848d08ea8e..fb6ef95bf2e6 100644 --- a/net-p2p/ogmios/Makefile +++ b/net-p2p/ogmios/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-p2p MAINTAINER= arrowd@FreeBSD.org COMMENT= WebSockets API to Cardano Ouroboros' mini-protocols +WWW= https://ogmios.dev/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-p2p/opendchub/Makefile b/net-p2p/opendchub/Makefile index ac94984e570b..7a6b69e944a5 100644 --- a/net-p2p/opendchub/Makefile +++ b/net-p2p/opendchub/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/Open%20DC%20Hub/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Unofficial Unix version of the Direct Connect Hub software +WWW= http://opendchub.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-p2p/openethereum/Makefile b/net-p2p/openethereum/Makefile index 16fe0d40220a..818f2e5c0828 100644 --- a/net-p2p/openethereum/Makefile +++ b/net-p2p/openethereum/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-p2p MAINTAINER= ale@FreeBSD.org COMMENT= Fast and feature-rich multi-network Ethereum client +WWW= https://github.com/openethereum/openethereum/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-p2p/oura/Makefile b/net-p2p/oura/Makefile index 29ca1c65e585..982aa7bd3ab3 100644 --- a/net-p2p/oura/Makefile +++ b/net-p2p/oura/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-p2p MAINTAINER= boris@zfs.ninja COMMENT= A pipeline that connects to the tip of a Cardano node +WWW= https://txpipe.github.io/oura/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-p2p/p5-Net-BitTorrent-File/Makefile b/net-p2p/p5-Net-BitTorrent-File/Makefile index 874731848fe9..31c88ecb3710 100644 --- a/net-p2p/p5-Net-BitTorrent-File/Makefile +++ b/net-p2p/p5-Net-BitTorrent-File/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module for handles loading and saving of .torrent file +WWW= https://metacpan.org/release/Net-BitTorrent-File LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/net-p2p/p5-Net-BitTorrent-PeerPacket/Makefile b/net-p2p/p5-Net-BitTorrent-PeerPacket/Makefile index 533b4630ad45..287ae0c35aa2 100644 --- a/net-p2p/p5-Net-BitTorrent-PeerPacket/Makefile +++ b/net-p2p/p5-Net-BitTorrent-PeerPacket/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parse/Build Peer Packets from BitTorrent +WWW= https://metacpan.org/release/Net-BitTorrent-PeerPacket USES= perl5 USE_PERL5= modbuild diff --git a/net-p2p/p5-Net-BitTorrent/Makefile b/net-p2p/p5-Net-BitTorrent/Makefile index 815eadf229ae..88c3f72299bf 100644 --- a/net-p2p/p5-Net-BitTorrent/Makefile +++ b/net-p2p/p5-Net-BitTorrent/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= BitTorrent peer-to-peer protocol class +WWW= https://metacpan.org/release/Net-BitTorrent LICENSE= ART20 diff --git a/net-p2p/p5-Net-DirectConnect/Makefile b/net-p2p/p5-Net-DirectConnect/Makefile index af347dbf7a54..a1ab7788542f 100644 --- a/net-p2p/p5-Net-DirectConnect/Makefile +++ b/net-p2p/p5-Net-DirectConnect/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= proler@gmail.com COMMENT= Perl Direct Connect lib and client +WWW= https://metacpan.org/release/Net-DirectConnect LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/net-p2p/p5-WWW-BitTorrent/Makefile b/net-p2p/p5-WWW-BitTorrent/Makefile index 616f7d3d1489..8e759f012176 100644 --- a/net-p2p/p5-WWW-BitTorrent/Makefile +++ b/net-p2p/p5-WWW-BitTorrent/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= Search and Download .torrent(s) files from BitTorrents boards +WWW= https://metacpan.org/release/WWW-BitTorrent BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-libwww>=0:www/p5-libwww diff --git a/net-p2p/phex/Makefile b/net-p2p/phex/Makefile index 882565cdb31c..1dbce19816ea 100644 --- a/net-p2p/phex/Makefile +++ b/net-p2p/phex/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= jhale@FreeBSD.org COMMENT= Multi-platform and spyware-free Gnutella client +WWW= http://phex.sourceforge.net/ LICENSE= GPLv2 diff --git a/net-p2p/prowlarr/Makefile b/net-p2p/prowlarr/Makefile index 9eb7396558f9..7e7522509e09 100644 --- a/net-p2p/prowlarr/Makefile +++ b/net-p2p/prowlarr/Makefile @@ -6,6 +6,7 @@ DISTNAME= Prowlarr.develop.${PORTVERSION}.freebsd-core-x64 MAINTAINER= michiel@vanbaak.eu COMMENT= Indexer Manager for Usenet and BitTorrent users +WWW= https://github.com/Prowlarr/Prowlarr LICENSE= GPLv3 diff --git a/net-p2p/py-libtorrent-rasterbar/Makefile b/net-p2p/py-libtorrent-rasterbar/Makefile index a7528322099c..548a83e953d7 100644 --- a/net-p2p/py-libtorrent-rasterbar/Makefile +++ b/net-p2p/py-libtorrent-rasterbar/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python bindings for libtorrent-rasterbar +WWW= https://libtorrent.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../../COPYING diff --git a/net-p2p/py-nicotine-plus/Makefile b/net-p2p/py-nicotine-plus/Makefile index 65569be4ee47..d85a675158a9 100644 --- a/net-p2p/py-nicotine-plus/Makefile +++ b/net-p2p/py-nicotine-plus/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dmenelkir@gmail.com COMMENT= Graphical client for the Soulseek file sharing network +WWW= https://github.com/Nicotine-Plus/nicotine-plus/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-p2p/py-transmission-rpc/Makefile b/net-p2p/py-transmission-rpc/Makefile index 373a9458e456..520f7d6a3f99 100644 --- a/net-p2p/py-transmission-rpc/Makefile +++ b/net-p2p/py-transmission-rpc/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jbeich@FreeBSD.org COMMENT= Python module for Transmission bittorent client JSON-RPC protocol +WWW= https://pypi.org/project/transmission-rpc/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-p2p/py-tremc/Makefile b/net-p2p/py-tremc/Makefile index e3525335257f..589a13c08fdf 100644 --- a/net-p2p/py-tremc/Makefile +++ b/net-p2p/py-tremc/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rigoletto@FreeBSD.org COMMENT= Console client for the BitTorrent client Transmission +WWW= https://github.com/tremc/tremc LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-p2p/py-vertex/Makefile b/net-p2p/py-vertex/Makefile index a72372bbf542..f1582c80d1bf 100644 --- a/net-p2p/py-vertex/Makefile +++ b/net-p2p/py-vertex/Makefile @@ -8,6 +8,7 @@ DISTNAME= Vertex-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Implementation of Q2Q protocol +WWW= https://launchpad.net/divmod LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 8eecbdce4c33..02bf6d8b169a 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Bittorrent client using Qt5 and libtorrent-rasterbar +WWW= https://www.qbittorrent.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-p2p/qtum/Makefile b/net-p2p/qtum/Makefile index dba89641f1f3..ed0959872e9b 100644 --- a/net-p2p/qtum/Makefile +++ b/net-p2p/qtum/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-p2p finance MAINTAINER= ports@FreeBSD.org COMMENT= PoS cryptocurrency that can execute smart contract as part of an UTXO +WWW= https://qtum.org/ LICENSE= GPLv3 diff --git a/net-p2p/radarr/Makefile b/net-p2p/radarr/Makefile index 66bbd9a6225c..dc9877bae844 100644 --- a/net-p2p/radarr/Makefile +++ b/net-p2p/radarr/Makefile @@ -7,6 +7,7 @@ DISTNAME= Radarr.master.${PORTVERSION}.freebsd-core-x64 MAINTAINER= michiel@vanbaak.eu COMMENT= Movie Library Manager for Usenet and BitTorrent users +WWW= https://radarr.video LICENSE= GPLv3 diff --git a/net-p2p/readarr/Makefile b/net-p2p/readarr/Makefile index 69fc08a1780f..b517ab6e3b4e 100644 --- a/net-p2p/readarr/Makefile +++ b/net-p2p/readarr/Makefile @@ -7,6 +7,7 @@ DISTNAME= Readarr.develop.${PORTVERSION}.freebsd-core-x64 MAINTAINER= michiel@vanbaak.eu COMMENT= Book Manager and Automation (Sonarr for Ebooks) +WWW= https://readarr.com LICENSE= GPLv3 diff --git a/net-p2p/retroshare/Makefile b/net-p2p/retroshare/Makefile index 5605720617f0..bb490a545ab8 100644 --- a/net-p2p/retroshare/Makefile +++ b/net-p2p/retroshare/Makefile @@ -9,6 +9,7 @@ PATCHFILES= 428b331d8efe.patch:-p1 MAINTAINER= peter@netkey.at COMMENT= Private and secure decentralised communication platform +WWW= https://retroshare.github.io/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/net-p2p/rslsync/Makefile b/net-p2p/rslsync/Makefile index f08c540813fd..b986a6c0f444 100644 --- a/net-p2p/rslsync/Makefile +++ b/net-p2p/rslsync/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= arcade@b1t.name COMMENT= Distributed peer-to-peer file syncing application +WWW= https://www.resilio.com/ LICENSE= EULA LICENSE_NAME= Resilio Sync diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index 205092c13c80..9b825c5b936f 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://rtorrent.net/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= BitTorrent Client written in C++ +WWW= https://github.com/rakshasa/rtorrent LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/net-p2p/shx/Makefile b/net-p2p/shx/Makefile index 794699b16640..97882aa89ac8 100644 --- a/net-p2p/shx/Makefile +++ b/net-p2p/shx/Makefile @@ -9,6 +9,7 @@ PATCHFILES= ${DISTNAME}.diff.gz MAINTAINER= ports@FreeBSD.org COMMENT= Text based Hotline Communications client for Unix +WWW= http://synhxd.sourceforge.net/ LICENSE= GPLv1 diff --git a/net-p2p/sonarr/Makefile b/net-p2p/sonarr/Makefile index 804bf9e7c22b..1bc22e96e4d8 100644 --- a/net-p2p/sonarr/Makefile +++ b/net-p2p/sonarr/Makefile @@ -6,6 +6,7 @@ DISTNAME= Sonarr.main.${PORTVERSION}.linux MAINTAINER= michiel@vanbaak.eu COMMENT= PVR for Usenet and BitTorrent users +WWW= https://sonarr.tv LICENSE= GPLv3 diff --git a/net-p2p/torrent-file-editor/Makefile b/net-p2p/torrent-file-editor/Makefile index a3a6a10a6a91..34c0669a8da6 100644 --- a/net-p2p/torrent-file-editor/Makefile +++ b/net-p2p/torrent-file-editor/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-p2p MAINTAINER= danfe@FreeBSD.org COMMENT= GUI tool for creating and editing .torrent files +WWW= https://torrent-file-editor.github.io/ LICENSE= GPLv3+ diff --git a/net-p2p/torrentcheck/Makefile b/net-p2p/torrentcheck/Makefile index e4a88d134ca6..cdec17593372 100644 --- a/net-p2p/torrentcheck/Makefile +++ b/net-p2p/torrentcheck/Makefile @@ -9,6 +9,7 @@ EXTRACT_ONLY= ${_DISTFILES:N*.txt} MAINTAINER= danfe@FreeBSD.org COMMENT= Command-line torrent viewer and hash checker +WWW= https://sourceforge.net/projects/torrentcheck/ LICENSE= PD diff --git a/net-p2p/torrentsniff/Makefile b/net-p2p/torrentsniff/Makefile index 7e0c80f332d3..a28ec5b863dd 100644 --- a/net-p2p/torrentsniff/Makefile +++ b/net-p2p/torrentsniff/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.highprogrammer.com/alan/perl/ MAINTAINER= jharris@widomaker.com COMMENT= Command-line tool for getting status of torrent +WWW= http://www.highprogrammer.com/alan/perl/torrentsniff.html RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \ p5-Digest-SHA1>=0:security/p5-Digest-SHA1 diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index c5b8c28f5f04..213f1fc65c01 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX?= -cli MAINTAINER= rigoletto@FreeBSD.org COMMENT= Meta-port for Transmission BitTorrent client +WWW= https://www.transmissionbt.com/ LICENSE+= MIT diff --git a/net-p2p/transmission-daemon/Makefile b/net-p2p/transmission-daemon/Makefile index 1ff1584a772c..90eb62baa3c9 100644 --- a/net-p2p/transmission-daemon/Makefile +++ b/net-p2p/transmission-daemon/Makefile @@ -1,6 +1,8 @@ PKGNAMESUFFIX= -daemon PORTREVISION= 4 +WWW= https://www.transmissionbt.com/ + USES= ssl NLS_USES= gettext-runtime:run diff --git a/net-p2p/transmission-gtk/Makefile b/net-p2p/transmission-gtk/Makefile index 26249dbd8f25..3ef3c4667903 100644 --- a/net-p2p/transmission-gtk/Makefile +++ b/net-p2p/transmission-gtk/Makefile @@ -1,6 +1,8 @@ PKGNAMESUFFIX= -gtk PORTREVISION= 4 +WWW= https://www.transmissionbt.com/ + LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libnotify.so:devel/libnotify RUN_DEPENDS= xdg-open:devel/xdg-utils diff --git a/net-p2p/transmission-qt/Makefile b/net-p2p/transmission-qt/Makefile index 2d87b5ad3725..b04e6b29cc06 100644 --- a/net-p2p/transmission-qt/Makefile +++ b/net-p2p/transmission-qt/Makefile @@ -1,6 +1,8 @@ PKGNAMESUFFIX= -qt PORTREVISION= 4 +WWW= https://www.transmissionbt.com/ + LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 diff --git a/net-p2p/transmission-remote-gui/Makefile b/net-p2p/transmission-remote-gui/Makefile index 3247801f75ac..23f53fb226b3 100644 --- a/net-p2p/transmission-remote-gui/Makefile +++ b/net-p2p/transmission-remote-gui/Makefile @@ -10,6 +10,7 @@ GH_PROJECT= transgui MAINTAINER= acm@FreeBSD.org COMMENT= Remote GUI for transmission daemon +WWW= https://github.com/transmission-remote-gui/transgui LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING.txt diff --git a/net-p2p/transmission-utils/Makefile b/net-p2p/transmission-utils/Makefile index ff6ad1e29054..d7fe4763e000 100644 --- a/net-p2p/transmission-utils/Makefile +++ b/net-p2p/transmission-utils/Makefile @@ -1,6 +1,8 @@ PKGNAMESUFFIX= -utils PORTREVISION= 3 +WWW= https://www.transmissionbt.com/ + NLS_USES= gettext-tools:build MASTERDIR= ${.CURDIR}/../transmission-cli diff --git a/net-p2p/transmission/Makefile b/net-p2p/transmission/Makefile index 03210ae288f0..0ac76799b609 100644 --- a/net-p2p/transmission/Makefile +++ b/net-p2p/transmission/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-p2p MAINTAINER= rigoletto@FreeBSD.org COMMENT= Meta-port for Transmission BitTorrent client +WWW= https://www.transmissionbt.com/ USES= metaport diff --git a/net-p2p/udpt/Makefile b/net-p2p/udpt/Makefile index e55930d0e323..105cfd1539d3 100644 --- a/net-p2p/udpt/Makefile +++ b/net-p2p/udpt/Makefile @@ -4,6 +4,7 @@ CATEGORIES= net-p2p MAINTAINER= danfe@FreeBSD.org COMMENT= Lightweight UDP torrent tracker +WWW= https://github.com/troydm/udpt LICENSE= GPLv3+ diff --git a/net-p2p/uhub/Makefile b/net-p2p/uhub/Makefile index 3d4cc16761b9..bfa36e72e29a 100644 --- a/net-p2p/uhub/Makefile +++ b/net-p2p/uhub/Makefile @@ -4,6 +4,7 @@ CATEGORIES= net-p2p MAINTAINER= ports@FreeBSD.org COMMENT= High performance peer-to-peer hub for the ADC network +WWW= https://www.uhub.org/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-p2p/vuze/Makefile b/net-p2p/vuze/Makefile index 4b899af63206..10f5cb58946e 100644 --- a/net-p2p/vuze/Makefile +++ b/net-p2p/vuze/Makefile @@ -7,6 +7,7 @@ DISTNAME= Vuze_${PORTVERSION:S/.//g}_source MAINTAINER= ports@FreeBSD.org COMMENT= BitTorrent client written in Java +WWW= https://www.vuze.com/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/GPL.txt diff --git a/net-p2p/xmrig/Makefile b/net-p2p/xmrig/Makefile index f1d4c38c4c5c..8897ab792e02 100644 --- a/net-p2p/xmrig/Makefile +++ b/net-p2p/xmrig/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-p2p MAINTAINER= ehaupt@FreeBSD.org COMMENT= High performance Monero (XMR) CPU miner +WWW= https://github.com/xmrig/xmrig LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-p2p/zetacoin/Makefile b/net-p2p/zetacoin/Makefile index edde1bf0a51d..0baff5761e62 100644 --- a/net-p2p/zetacoin/Makefile +++ b/net-p2p/zetacoin/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-p2p finance MAINTAINER= daniel@morante.net COMMENT= Peer-to-Peer crypto currency with quick transactions +WWW= https://github.com/zetacoin/zetacoin LICENSE= MIT |
