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-im | |
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-im')
187 files changed, 187 insertions, 1 deletions
diff --git a/net-im/6cord/Makefile b/net-im/6cord/Makefile index 89cd62981ba8..6596880d337b 100644 --- a/net-im/6cord/Makefile +++ b/net-im/6cord/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im MAINTAINER= lcook@FreeBSD.org COMMENT= Terminal-driven Discord client +WWW= https://gitlab.com/diamondburned/6cord LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/beebeep/Makefile b/net-im/beebeep/Makefile index 2ef2f22c9493..a02b7387c097 100644 --- a/net-im/beebeep/Makefile +++ b/net-im/beebeep/Makefile @@ -9,6 +9,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-code-r$(SVNREVISION) MAINTAINER= adridg@FreeBSD.org COMMENT= Secure office (Local-area-network) chat +WWW= https://www.beebeep.net/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/net-im/biboumi/Makefile b/net-im/biboumi/Makefile index 98f799e833ca..b71f4b2b1b04 100644 --- a/net-im/biboumi/Makefile +++ b/net-im/biboumi/Makefile @@ -7,6 +7,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= samir@noir.im COMMENT= XMPP gateway to IRC +WWW= https://biboumi.louiz.org/ LICENSE= ZLIB diff --git a/net-im/cawbird/Makefile b/net-im/cawbird/Makefile index 20c31cdb6083..7f6f1fc31d8d 100644 --- a/net-im/cawbird/Makefile +++ b/net-im/cawbird/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im MAINTAINER= nc@FreeBSD.org COMMENT= Fork of Corebird GTK Twitter client +WWW= https://github.com/IBBoard/cawbird LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/centerim/Makefile b/net-im/centerim/Makefile index 1aa2844208e9..c45686be3ae1 100644 --- a/net-im/centerim/Makefile +++ b/net-im/centerim/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://www.centerim.org/download/releases/ \ MAINTAINER= frank@altpeter.de COMMENT= Text mode menu- and window-driven IM interface +WWW= https://www.centerim.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/chatterino2/Makefile b/net-im/chatterino2/Makefile index 2f1f70d6b48b..1f64015ac043 100644 --- a/net-im/chatterino2/Makefile +++ b/net-im/chatterino2/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-im MAINTAINER= swills@FreeBSD.org COMMENT= Twitch chat client +WWW= https://chatterino.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile index 580be1802ca1..efd25e63c313 100644 --- a/net-im/climm/Makefile +++ b/net-im/climm/Makefile @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= CLI-based Multi-Messenger +WWW= http://www.climm.org/ USES= gmake pkgconfig GNU_CONFIGURE= yes diff --git a/net-im/coccinella/Makefile b/net-im/coccinella/Makefile index 2bf9a268191a..832c5abf6516 100644 --- a/net-im/coccinella/Makefile +++ b/net-im/coccinella/Makefile @@ -7,6 +7,7 @@ DISTNAME= Coccinella-${PORTVERSION}Src MAINTAINER= ports@FreeBSD.org COMMENT= Jabber client with whiteboard communication +WWW= https://thecoccinella.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING.txt diff --git a/net-im/conduit/Makefile b/net-im/conduit/Makefile index 116aae95084f..23702dce742a 100644 --- a/net-im/conduit/Makefile +++ b/net-im/conduit/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= matrix- MAINTAINER= ashish@FreeBSD.org COMMENT= Simple, fast and reliable chat server powered by Matrix +WWW= https://conduit.rs/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/convey/Makefile b/net-im/convey/Makefile index 610acea35541..6922fcfa641e 100644 --- a/net-im/convey/Makefile +++ b/net-im/convey/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= nivit@FreeBSD.org COMMENT= Instant Message (IM) program using the Jabber protocol +WWW= http://convey.sourceforge.net/ USE_ANT= yes USE_JAVA= yes diff --git a/net-im/coyim/Makefile b/net-im/coyim/Makefile index 09ce65931607..cd41d236a298 100644 --- a/net-im/coyim/Makefile +++ b/net-im/coyim/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-im MAINTAINER= fox@FreeBSD.org COMMENT= Safe and secure by default chat client +WWW= https://coy.im LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/cutegram/Makefile b/net-im/cutegram/Makefile index 2f09136eb1d9..cb5d32039300 100644 --- a/net-im/cutegram/Makefile +++ b/net-im/cutegram/Makefile @@ -7,6 +7,7 @@ CATEGORIES= net-im MAINTAINER= henry.hu.sh@gmail.com COMMENT= Free and opensource telegram client +WWW= https://aseman.co/en/products/cutegram/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/dendrite/Makefile b/net-im/dendrite/Makefile index 9093e648f18f..b0d5a187fcc9 100644 --- a/net-im/dendrite/Makefile +++ b/net-im/dendrite/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im MAINTAINER= ashish@FreeBSD.org COMMENT= Matrix protocol homeserver +WWW= https://github.com/matrix-org/dendrite LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/dino/Makefile b/net-im/dino/Makefile index f6e0c7aa3da8..892ca2749d1e 100644 --- a/net-im/dino/Makefile +++ b/net-im/dino/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-im MAINTAINER= ashish@FreeBSD.org COMMENT= Modern XMPP Chat Client using GTK+/Vala +WWW= https://dino.im LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/echat/Makefile b/net-im/echat/Makefile index 7df8609f011e..e15c61fc64ad 100644 --- a/net-im/echat/Makefile +++ b/net-im/echat/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://echat.deep.perm.ru/files/ MAINTAINER= ports@FreeBSD.org COMMENT= LAN chat program over the TCP/IP networks +WWW= http://echat.deep.perm.ru/ USES= ncurses MAKE_ARGS= LIBS="${LDFLAGS} -lncurses" diff --git a/net-im/ejabberd/Makefile b/net-im/ejabberd/Makefile index 921673e2c8ba..7a4ecadc499c 100644 --- a/net-im/ejabberd/Makefile +++ b/net-im/ejabberd/Makefile @@ -9,6 +9,7 @@ PATCH_SITES+= https://github.com/processone/ejabberd/commit/ MAINTAINER= ashish@FreeBSD.org COMMENT= Free and Open Source distributed fault-tolerant Jabber server +WWW= https://www.ejabberd.im/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/farstream/Makefile b/net-im/farstream/Makefile index e8e65a965703..53360b2e3106 100644 --- a/net-im/farstream/Makefile +++ b/net-im/farstream/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://freedesktop.org/software/farstream/releases/farstream/ MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of GStreamer modules and libraries for videoconferencing +WWW= https://www.freedesktop.org/wiki/Software/Farstream/ LICENSE= LGPL21+ diff --git a/net-im/finch/Makefile b/net-im/finch/Makefile index 56dda03844e8..0617301c6328 100644 --- a/net-im/finch/Makefile +++ b/net-im/finch/Makefile @@ -2,6 +2,7 @@ PORTNAME= finch MAINTAINER= marcus@FreeBSD.org COMMENT= Finch multi-protocol messaging client (Console UI) +WWW= https://www.pidgin.im/ LIB_DEPENDS= libpurple.so:net-im/libpurple \ libgnt.so:devel/libgnt diff --git a/net-im/folks/Makefile b/net-im/folks/Makefile index 636f4d542c0c..8213f051148c 100644 --- a/net-im/folks/Makefile +++ b/net-im/folks/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Library to aggregates people from multiple sources +WWW= https://wiki.gnome.org/Projects/Folks LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/fractal/Makefile b/net-im/fractal/Makefile index ad89badbd7aa..c68ac0df2135 100644 --- a/net-im/fractal/Makefile +++ b/net-im/fractal/Makefile @@ -9,6 +9,7 @@ PATCHFILES+= 6fa1a23596d6.patch:-p1 # https://gitlab.gnome.org/GNOME/fractal/-/m MAINTAINER= greg@unrelenting.technology COMMENT= GTK+ Matrix IM client +WWW= https://wiki.gnome.org/Apps/Fractal LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/net-im/freetalk/Makefile b/net-im/freetalk/Makefile index 64363a535446..2e8f37f34d73 100644 --- a/net-im/freetalk/Makefile +++ b/net-im/freetalk/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-im MAINTAINER= ports@FreeBSD.org COMMENT= GNU console based Jabber client +WWW= https://www.gnu.org/software/freetalk/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/gajim/Makefile b/net-im/gajim/Makefile index cfcf3f79c90e..b5de1d81c7d7 100644 --- a/net-im/gajim/Makefile +++ b/net-im/gajim/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://gajim.org/downloads/${DISTVERSION:R}/ MAINTAINER= rm@FreeBSD.org COMMENT= GTK+ Jabber client +WWW= https://gajim.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/gitterdone/Makefile b/net-im/gitterdone/Makefile index afb454908056..4e1c4da618a8 100644 --- a/net-im/gitterdone/Makefile +++ b/net-im/gitterdone/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im MAINTAINER= jt@ixsystems.com COMMENT= Gitter Client based on Qt5 +WWW= https://github.com/trueos/gitterdone LICENSE= BSD2CLAUSE diff --git a/net-im/gloox/Makefile b/net-im/gloox/Makefile index 5014d7f38628..49b8a9ec3146 100644 --- a/net-im/gloox/Makefile +++ b/net-im/gloox/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://camaya.net/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Jabber/XMPP client library +WWW= https://camaya.net/gloox LICENSE= GPLv3 # with OpenSSL exception LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/gomuks/Makefile b/net-im/gomuks/Makefile index 1a1dd0faf2d2..8fab4520c73f 100644 --- a/net-im/gomuks/Makefile +++ b/net-im/gomuks/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-im MAINTAINER= ehaupt@FreeBSD.org COMMENT= Terminal Matrix client written in Go +WWW= https://github.com/tulir/gomuks LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/gotktrix/Makefile b/net-im/gotktrix/Makefile index 4a710845bea9..320fb8c21d12 100644 --- a/net-im/gotktrix/Makefile +++ b/net-im/gotktrix/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im MAINTAINER= fuz@fuz.su COMMENT= Matrix client in Go and GTK4 +WWW= https://github.com/diamondburned/gotktrix LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/net-im/gotosocial/Makefile b/net-im/gotosocial/Makefile index 5a20516769e3..9b791686d6c5 100644 --- a/net-im/gotosocial/Makefile +++ b/net-im/gotosocial/Makefile @@ -8,6 +8,7 @@ DISTFILES?= ${PORTNAME}_${DISTVERSION}_web-assets.tar.gz:web MAINTAINER= me+freebsd@igalic.co COMMENT= Golang fediverse server +WWW= https://docs.gotosocial.org/en/latest/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/icmpchat/Makefile b/net-im/icmpchat/Makefile index 411c10565e8b..d4aa6da5f50e 100644 --- a/net-im/icmpchat/Makefile +++ b/net-im/icmpchat/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Simple console-based chat that uses ICMP protocol +WWW= http://icmpchat.sourceforge.net/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/License diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index 6a7276e1f53d..6f7f4a2d0d54 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://github.com/jabberd2/jabberd2/releases/download/${PORTNAME} MAINTAINER= mm@FreeBSD.org COMMENT= Online presence and instant messaging server +WWW= https://jabberd2.org/ LICENSE= GPLv2 diff --git a/net-im/jarl/Makefile b/net-im/jarl/Makefile index 8d374aec08cd..920ab6e5ef93 100644 --- a/net-im/jarl/Makefile +++ b/net-im/jarl/Makefile @@ -7,6 +7,7 @@ DISTNAME= Jarl-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Perl/Tk Jabber client +WWW= http://jarl.sourceforge.net/ LICENSE= GPLv2 diff --git a/net-im/jggtrans/Makefile b/net-im/jggtrans/Makefile index 131482b96405..6d7f0b0c11ba 100644 --- a/net-im/jggtrans/Makefile +++ b/net-im/jggtrans/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://github.com/Jajcus/jggtrans/releases/download/v${DISTVERSIO MAINTAINER= ports@FreeBSD.org COMMENT= Jabberd XMPP to GG instant messaging service gateway +WWW= http://jggtrans.jajcus.net/ LICENSE= GPLv2 diff --git a/net-im/jicofo/Makefile b/net-im/jicofo/Makefile index f3988254f55f..b110073c05ee 100644 --- a/net-im/jicofo/Makefile +++ b/net-im/jicofo/Makefile @@ -4,6 +4,7 @@ CATEGORIES= net-im java MAINTAINER= acm@FreeBSD.org COMMENT= Server side focus component used in Jitsi Meet conferences +WWW= https://github.com/jitsi/jicofo/ LICENSE= APACHE20 diff --git a/net-im/jitsi-meet-full/Makefile b/net-im/jitsi-meet-full/Makefile index 528f4b69d3ed..9c5a8d5bf3c7 100644 --- a/net-im/jitsi-meet-full/Makefile +++ b/net-im/jitsi-meet-full/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im MAINTAINER= acm@FreeBSD.org COMMENT= All components to run Jitsi Meet video conferencing +WWW= https://jitsi.org/jitsi-meet/ USES= metaport diff --git a/net-im/jitsi-prosody-plugins/Makefile b/net-im/jitsi-prosody-plugins/Makefile index c53dc81e158b..fdc291063d01 100644 --- a/net-im/jitsi-prosody-plugins/Makefile +++ b/net-im/jitsi-prosody-plugins/Makefile @@ -5,6 +5,7 @@ PKGNAMESUFFIX= -prosody-plugins MAINTAINER= acm@FreeBSD.org COMMENT= Prosody plugins for Jitsi Meet +WWW= https://github.com/jitsi/jitsi-meet/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/jitsi-srtp-native/Makefile b/net-im/jitsi-srtp-native/Makefile index 9bc6d6c40687..92d434c5876f 100644 --- a/net-im/jitsi-srtp-native/Makefile +++ b/net-im/jitsi-srtp-native/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= -srtp-native MAINTAINER= acm@FreeBSD.org COMMENT= Native libraties to speed up jitsi-srtp +WWW= https://github.com/jitsi/jitsi-srtp/tree/master/src/main/native LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/jitsi-videobridge/Makefile b/net-im/jitsi-videobridge/Makefile index 70bce46cd2ec..868c291a0932 100644 --- a/net-im/jitsi-videobridge/Makefile +++ b/net-im/jitsi-videobridge/Makefile @@ -5,6 +5,7 @@ PKGNAMESUFFIX= -videobridge MAINTAINER= acm@FreeBSD.org COMMENT= WebRTC compatible video router or SFU +WWW= https://jitsi.org/jitsi-videobridge LICENSE= APACHE20 @@ -13,7 +14,6 @@ ONLY_FOR_ARCHS= i386 amd64 powerpc64 powerpc64le BUILD_DEPENDS= ${LOCALBASE}/share/java/maven/bin/mvn:devel/maven RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash - USE_GITHUB= yes GH_PROJECT= ${PORTNAME}${PKGNAMESUFFIX} GH_TAGNAME= 3544ed05 diff --git a/net-im/kaccounts-integration/Makefile b/net-im/kaccounts-integration/Makefile index b8bbc853792c..22c65db77595 100644 --- a/net-im/kaccounts-integration/Makefile +++ b/net-im/kaccounts-integration/Makefile @@ -4,6 +4,7 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= System to administer web accounts for the KDE desktop +WWW= https://projects.kde.org/projects/kdereview/kaccounts-integration LIB_DEPENDS= libaccounts-glib.so:net-im/libaccounts-glib \ libaccounts-qt5.so:net-im/libaccounts-qt5 \ diff --git a/net-im/kaccounts-providers/Makefile b/net-im/kaccounts-providers/Makefile index c8db1ff99393..4ed4898d1ad3 100644 --- a/net-im/kaccounts-providers/Makefile +++ b/net-im/kaccounts-providers/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= System to administer web accounts for the KDE desktop +WWW= https://projects.kde.org/projects/kdereview/kaccounts-providers LIB_DEPENDS= libaccounts-glib.so:net-im/libaccounts-glib \ libkaccounts.so:net-im/kaccounts-integration \ diff --git a/net-im/kaidan/Makefile b/net-im/kaidan/Makefile index 7b6190523591..6faaea16ee5b 100644 --- a/net-im/kaidan/Makefile +++ b/net-im/kaidan/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= KDE/unstable/${PORTNAME}/${DISTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= User-friendly XMPP client for every device +WWW= https://www.kaidan.im/ LIB_DEPENDS= libqxmpp.so:net-im/qxmpp-qt5 \ libZXing.so:textproc/zxing-cpp diff --git a/net-im/kde-telepathy/Makefile b/net-im/kde-telepathy/Makefile index ab612459cb36..f47d8661c313 100644 --- a/net-im/kde-telepathy/Makefile +++ b/net-im/kde-telepathy/Makefile @@ -4,6 +4,7 @@ CATEGORIES= net-im kde MAINTAINER= kde@FreeBSD.org COMMENT= KDE integrated instant messaging framework +WWW= https://community.kde.org/KTp RUN_DEPENDS= ktp-accounts-kcm>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-accounts-kcm \ ktp-approver>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-approver \ diff --git a/net-im/kopete/Makefile b/net-im/kopete/Makefile index 673ac7fbe224..d948373e3978 100644 --- a/net-im/kopete/Makefile +++ b/net-im/kopete/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE multi-protocol instant messenger +WWW= https://apps.kde.org/kopete/ BUILD_DEPENDS= v4l_compat>0:multimedia/v4l_compat LIB_DEPENDS= libidn.so:dns/libidn \ diff --git a/net-im/ktp-accounts-kcm/Makefile b/net-im/ktp-accounts-kcm/Makefile index bb4be3a6e83b..fc00881c7b49 100644 --- a/net-im/ktp-accounts-kcm/Makefile +++ b/net-im/ktp-accounts-kcm/Makefile @@ -4,6 +4,7 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE instant messaging account management module +WWW= https://community.kde.org/KTp LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/ktp-approver/Makefile b/net-im/ktp-approver/Makefile index cb0348a84704..2873ce512579 100644 --- a/net-im/ktp-approver/Makefile +++ b/net-im/ktp-approver/Makefile @@ -4,6 +4,7 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE instant messaging notifier +WWW= https://community.kde.org/KTp LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/ktp-auth-handler/Makefile b/net-im/ktp-auth-handler/Makefile index d54f4eec72bf..cabbb3b512e8 100644 --- a/net-im/ktp-auth-handler/Makefile +++ b/net-im/ktp-auth-handler/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KWallet integration module for KDE Telepathy +WWW= https://community.kde.org/KTp LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/ktp-call-ui/Makefile b/net-im/ktp-call-ui/Makefile index e521ce8f9a5e..9c9500858aea 100644 --- a/net-im/ktp-call-ui/Makefile +++ b/net-im/ktp-call-ui/Makefile @@ -4,6 +4,7 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Voice/Video Call UI for Telepathy +WWW= https://community.kde.org/KTp LICENSE= GPLv2+ LGPL21+ LICENSE_COMB= multi diff --git a/net-im/ktp-common-internals/Makefile b/net-im/ktp-common-internals/Makefile index 45741a378872..597d4e3de342 100644 --- a/net-im/ktp-common-internals/Makefile +++ b/net-im/ktp-common-internals/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE Telepathy internal library +WWW= https://community.kde.org/KTp LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libsignon-qt5.so:sysutils/signon-qt5 \ diff --git a/net-im/ktp-contact-list/Makefile b/net-im/ktp-contact-list/Makefile index d59bc099e712..99395b34b269 100644 --- a/net-im/ktp-contact-list/Makefile +++ b/net-im/ktp-contact-list/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE instant messaging contact list application +WWW= https://community.kde.org/KTp LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt \ libtelepathy-logger-qt.so:net-im/telepathy-logger-qt5 \ diff --git a/net-im/ktp-contact-runner/Makefile b/net-im/ktp-contact-runner/Makefile index c5e520ce3c00..8ee783baea10 100644 --- a/net-im/ktp-contact-runner/Makefile +++ b/net-im/ktp-contact-runner/Makefile @@ -4,6 +4,7 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KRunner integration module for KDE Telepathy +WWW= https://community.kde.org/KTp LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt \ libKTpCommonInternals.so:net-im/ktp-common-internals diff --git a/net-im/ktp-desktop-applets/Makefile b/net-im/ktp-desktop-applets/Makefile index a96eea25a863..fa7807d4c75d 100644 --- a/net-im/ktp-desktop-applets/Makefile +++ b/net-im/ktp-desktop-applets/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE instant messaging plasma widgets +WWW= https://community.kde.org/KTp LIB_DEPENDS= libKTpCommonInternals.so:net-im/ktp-common-internals diff --git a/net-im/ktp-filetransfer-handler/Makefile b/net-im/ktp-filetransfer-handler/Makefile index fc377be36063..301650bb7017 100644 --- a/net-im/ktp-filetransfer-handler/Makefile +++ b/net-im/ktp-filetransfer-handler/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE instant messaging file transfer handler +WWW= https://community.kde.org/KTp LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/ktp-kded-module/Makefile b/net-im/ktp-kded-module/Makefile index d75e41c63fce..6aa31faafe9c 100644 --- a/net-im/ktp-kded-module/Makefile +++ b/net-im/ktp-kded-module/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Module for integration of instant messaging into KDE Workspaces +WWW= https://community.kde.org/KTp LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/ktp-send-file/Makefile b/net-im/ktp-send-file/Makefile index d0e7654ce25a..3fbc806d7e8d 100644 --- a/net-im/ktp-send-file/Makefile +++ b/net-im/ktp-send-file/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE instant messaging file transfer application +WWW= https://community.kde.org/KTp LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/ktp-text-ui/Makefile b/net-im/ktp-text-ui/Makefile index 3de4775f5cf0..a8f045e6e9a8 100644 --- a/net-im/ktp-text-ui/Makefile +++ b/net-im/ktp-text-ui/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE chat window application +WWW= https://community.kde.org/KTp LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/libaccounts-glib/Makefile b/net-im/libaccounts-glib/Makefile index e25f1c502746..641e33104996 100644 --- a/net-im/libaccounts-glib/Makefile +++ b/net-im/libaccounts-glib/Makefile @@ -5,6 +5,7 @@ DIST_SUBDIR= KDE/${GL_ACCOUNT} MAINTAINER= kde@FreeBSD.org COMMENT= Accounts and SSO framework for Linux and POSIX based platforms +WWW= https://code.google.com/p/accounts-sso/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/libaccounts-qt5/Makefile b/net-im/libaccounts-qt5/Makefile index 92e322fc8812..a6ebfafcf028 100644 --- a/net-im/libaccounts-qt5/Makefile +++ b/net-im/libaccounts-qt5/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= KDE/${GL_ACCOUNT} MAINTAINER= kde@FreeBSD.org COMMENT= Qt5 wrapper for SSO framework +WWW= https://code.google.com/p/accounts-sso/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/libmesode/Makefile b/net-im/libmesode/Makefile index bae81498662f..77cb36428acb 100644 --- a/net-im/libmesode/Makefile +++ b/net-im/libmesode/Makefile @@ -4,6 +4,7 @@ CATEGORIES= net-im MAINTAINER= ashish@FreeBSD.org COMMENT= Lightweight XMPP library +WWW= https://github.com/boothj5/libmesode LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt diff --git a/net-im/libnice-gst1/Makefile b/net-im/libnice-gst1/Makefile index b9703c8780ce..8bbcd60ddf3c 100644 --- a/net-im/libnice-gst1/Makefile +++ b/net-im/libnice-gst1/Makefile @@ -1,6 +1,7 @@ PKGNAMESUFFIX= -gst1 COMMENT= GStreamer 1 plugin from libnice +WWW= https://nice.freedesktop.org/ LIB_DEPENDS= libnice.so:net-im/libnice diff --git a/net-im/libnice/Makefile b/net-im/libnice/Makefile index 16612f4fa8f3..b6afb2a09fb4 100644 --- a/net-im/libnice/Makefile +++ b/net-im/libnice/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://nice.freedesktop.org/releases/ MAINTAINER= gnome@FreeBSD.org COMMENT?= Library and transmitter that implements ICE-19 +WWW= https://nice.freedesktop.org/ LICENSE= LGPL21 MPL11 LICENSE_COMB= dual diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index cb7219960180..9b783c4d6e69 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -6,6 +6,7 @@ DISTNAME= pidgin-${PORTVERSION} MAINTAINER?= marcus@FreeBSD.org COMMENT?= Backend library for the Pidgin multi-protocol messaging client +WWW= https://www.pidgin.im/ LICENSE= GPLv3 diff --git a/net-im/libqtelegram-ae/Makefile b/net-im/libqtelegram-ae/Makefile index 470b3d50c664..1549a14ccce7 100644 --- a/net-im/libqtelegram-ae/Makefile +++ b/net-im/libqtelegram-ae/Makefile @@ -7,6 +7,7 @@ CATEGORIES= net-im MAINTAINER= henry.hu.sh@gmail.com COMMENT= Fork of libqtelegram by Aseman Team +WWW= https://github.com/Aseman-Land/libqtelegram-aseman-edition LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/libquotient/Makefile b/net-im/libquotient/Makefile index a6ac13746022..2ed0adc84bd0 100644 --- a/net-im/libquotient/Makefile +++ b/net-im/libquotient/Makefile @@ -4,6 +4,7 @@ CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org COMMENT= Matrix IM support library using Qt technologies +WWW= https://github.com/quotient-im/libQuotient LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/libsignal-client/Makefile b/net-im/libsignal-client/Makefile index 3abf4afc0318..494b5ca1e58a 100644 --- a/net-im/libsignal-client/Makefile +++ b/net-im/libsignal-client/Makefile @@ -7,6 +7,7 @@ CATEGORIES= net-im java MAINTAINER= 0mp@FreeBSD.org COMMENT= Implementation of the Signal client protocol +WWW= https://github.com/signalapp/libsignal-client LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/libsignal-node/Makefile b/net-im/libsignal-node/Makefile index df95ca03c8ab..95660f0145a0 100644 --- a/net-im/libsignal-node/Makefile +++ b/net-im/libsignal-node/Makefile @@ -9,6 +9,7 @@ DISTFILES= libsignal-node-${DISTVERSION}-yarn-cache.tar.gz:yarn MAINTAINER= mikael@FreeBSD.org COMMENT= Platform-agnostic APIs used by the official Signal clients and servers +WWW= https://github.com/signalapp/libsignal LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/libsignon-glib/Makefile b/net-im/libsignon-glib/Makefile index da5045362358..c69d575e2b29 100644 --- a/net-im/libsignon-glib/Makefile +++ b/net-im/libsignon-glib/Makefile @@ -5,6 +5,7 @@ DIST_SUBDIR= KDE/${GL_ACCOUNT} MAINTAINER= kde@FreeBSD.org COMMENT= GLib-based client library for applications handling account authentication +WWW= https://gitlab.com/accounts-sso/libsignon-glib LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/libstrophe/Makefile b/net-im/libstrophe/Makefile index 9cef752ce922..e2ae980fd028 100644 --- a/net-im/libstrophe/Makefile +++ b/net-im/libstrophe/Makefile @@ -4,6 +4,7 @@ CATEGORIES= net-im MAINTAINER= ashish@FreeBSD.org COMMENT= Lightweight XMPP library +WWW= https://strophe.im/libstrophe/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile index 84e4789bf46e..c54acf7d335a 100644 --- a/net-im/loudmouth/Makefile +++ b/net-im/loudmouth/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://mcabber.com/files/loudmouth/ \ MAINTAINER= gnome@FreeBSD.org COMMENT= Lightweight Jabber client library +WWW= https://mcabber.com/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/lurch/Makefile b/net-im/lurch/Makefile index da140f39c9b8..13cc23b014f3 100644 --- a/net-im/lurch/Makefile +++ b/net-im/lurch/Makefile @@ -6,6 +6,7 @@ EXTRACT_SUFX= -src.tar.gz MAINTAINER= micadeyeye@gmail.com COMMENT= OMEMO Encryption Library for libpurple (plugin) +WWW= https://research.ngportal.com/lurch LICENSE= GPLv2 diff --git a/net-im/matterbridge/Makefile b/net-im/matterbridge/Makefile index e46025ea3b10..10f7cae600f0 100644 --- a/net-im/matterbridge/Makefile +++ b/net-im/matterbridge/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-im MAINTAINER= swills@FreeBSD.org COMMENT= Chat network bridge +WWW= https://github.com/42wim/matterbridge LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/matterhorn/Makefile b/net-im/matterhorn/Makefile index eab45e034db9..3951d2f18486 100644 --- a/net-im/matterhorn/Makefile +++ b/net-im/matterhorn/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im MAINTAINER= haskell@FreeBSD.org COMMENT= Feature-rich Unix terminal client for the Mattermost chat system +WWW= https://github.com/matterhorn-chat/matterhorn/ LICENSE= BSD3CLAUSE diff --git a/net-im/matterircd/Makefile b/net-im/matterircd/Makefile index 0c5797d4a002..28f01309668a 100644 --- a/net-im/matterircd/Makefile +++ b/net-im/matterircd/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-im irc MAINTAINER= norrland@nullbyte.se COMMENT= IRC bridge for Mattermost and Slack +WWW= https://github.com/42wim/matterircd LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/mbpurple/Makefile b/net-im/mbpurple/Makefile index e259c5860668..30125f48e33a 100644 --- a/net-im/mbpurple/Makefile +++ b/net-im/mbpurple/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://BSDforge.com/projects/source/net-im/mbpurple/ MAINTAINER= portmaster@bsdforge.com COMMENT= Integrate Twitter with Pidgin (AKA microblog-purple) +WWW= https://BSDforge.com/projects/net-im/mbpurple/ BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:net-im/pidgin RUN_DEPENDS= ${LOCALBASE}/bin/pidgin:net-im/pidgin diff --git a/net-im/mcabber/Makefile b/net-im/mcabber/Makefile index 39a862b5ced6..0eb9412b17ba 100644 --- a/net-im/mcabber/Makefile +++ b/net-im/mcabber/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Small Jabber console client +WWW= https://www.lilotux.net/~mikael/mcabber/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/meanwhile/Makefile b/net-im/meanwhile/Makefile index 588bd3dab59f..fe4eebbae23d 100644 --- a/net-im/meanwhile/Makefile +++ b/net-im/meanwhile/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= marcus@FreeBSD.org COMMENT= Open Source implementation of the Lotus Sametime protocol +WWW= http://meanwhile.sourceforge.net/ USES= gmake gnome libtool pathfix pkgconfig USE_GNOME= glib20 diff --git a/net-im/mikutter/Makefile b/net-im/mikutter/Makefile index 7c72c89c7ce1..af83c07f371f 100644 --- a/net-im/mikutter/Makefile +++ b/net-im/mikutter/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://mikutter.hachune.net/bin/ \ MAINTAINER= meta@FreeBSD.org COMMENT= Simple, powerful, and moeful Twitter client +WWW= https://mikutter.hachune.net/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/mtxclient/Makefile b/net-im/mtxclient/Makefile index 6025dc5947cb..4f3dd3595eea 100644 --- a/net-im/mtxclient/Makefile +++ b/net-im/mtxclient/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org COMMENT= Client API library for the Matrix protocol +WWW= https://github.com/Nheko-Reborn/mtxclient LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/neochat/Makefile b/net-im/neochat/Makefile index 66c49194c18b..e9fda9318336 100644 --- a/net-im/neochat/Makefile +++ b/net-im/neochat/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= KDE/stable/plasma-mobile/${DISTVERSION} MAINTAINER= adridg@FreeBSD.org COMMENT= Glossy Matrix IM client based on KDE technologies +WWW= https://invent.kde.org/network/neochat LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-only.txt diff --git a/net-im/nextcloud-spreed-signaling/Makefile b/net-im/nextcloud-spreed-signaling/Makefile index de0914c5bdde..e9c200c57a81 100644 --- a/net-im/nextcloud-spreed-signaling/Makefile +++ b/net-im/nextcloud-spreed-signaling/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-im MAINTAINER= jsm@FreeBSD.org COMMENT= Signaling server used for Nextcloud Talk +WWW= https://github.com/strukturag/nextcloud-spreed-signaling LICENSE= AGPLv3 diff --git a/net-im/nextcloud-talk/Makefile b/net-im/nextcloud-talk/Makefile index 7ff55963eb5a..8b2f08cb7f7b 100644 --- a/net-im/nextcloud-talk/Makefile +++ b/net-im/nextcloud-talk/Makefile @@ -10,6 +10,7 @@ DIST_SUBDIR= nextcloud MAINTAINER= brnrd@FreeBSD.org COMMENT= Online meeting app for Nextcloud +WWW= https://nextcloud.com/talk/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/nheko/Makefile b/net-im/nheko/Makefile index 6c93522abf98..9cc4c609a090 100644 --- a/net-im/nheko/Makefile +++ b/net-im/nheko/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org COMMENT= Matrix IM client based on Qt technologies +WWW= https://github.com/Nheko-Reborn/nheko LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/openfire/Makefile b/net-im/openfire/Makefile index bca5a48f4261..c0fc004e77b1 100644 --- a/net-im/openfire/Makefile +++ b/net-im/openfire/Makefile @@ -8,6 +8,7 @@ MASTER_SITES= LOCAL/fernape:maven MAINTAINER= nikita@druba.su COMMENT= Enterprise instant messaging server +WWW= https://www.igniterealtime.org/projects/openfire/index.jsp LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/net-im/oysttyer/Makefile b/net-im/oysttyer/Makefile index dc030e433f7d..3e6f151b0cc1 100644 --- a/net-im/oysttyer/Makefile +++ b/net-im/oysttyer/Makefile @@ -4,6 +4,7 @@ CATEGORIES= net-im MAINTAINER= pi@FreeBSD.org COMMENT= Interactive console text-based command-line Twitter client +WWW= https://oysttyer.github.io/docs/userGuide.html LICENSE= FFSL LICENSE_NAME= Floodgap Free Software License diff --git a/net-im/p5-AnyEvent-XMPP/Makefile b/net-im/p5-AnyEvent-XMPP/Makefile index dffe3ec981a4..d39f0604ef29 100644 --- a/net-im/p5-AnyEvent-XMPP/Makefile +++ b/net-im/p5-AnyEvent-XMPP/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Implementation of the XMPP Protocol +WWW= https://metacpan.org/release/AnyEvent-XMPP LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/net-im/p5-DJabberd/Makefile b/net-im/p5-DJabberd/Makefile index ea8cb46a7429..2857a2e0bc57 100644 --- a/net-im/p5-DJabberd/Makefile +++ b/net-im/p5-DJabberd/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Scalable, extensible Jabber/XMPP server framework +WWW= https://metacpan.org/release/DJabberd BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Danga-Socket>=0:devel/p5-Danga-Socket \ diff --git a/net-im/p5-Jabber-Lite/Makefile b/net-im/p5-Jabber-Lite/Makefile index c6c3bd9187ec..d256ff0b185d 100644 --- a/net-im/p5-Jabber-Lite/Makefile +++ b/net-im/p5-Jabber-Lite/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Standalone library for communicating with Jabber servers +WWW= https://metacpan.org/release/Jabber-Lite LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/net-im/p5-Jabber-SimpleSend/Makefile b/net-im/p5-Jabber-SimpleSend/Makefile index b6bbc1b142e9..8753c504bb6f 100644 --- a/net-im/p5-Jabber-SimpleSend/Makefile +++ b/net-im/p5-Jabber-SimpleSend/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Send a Jabber message simply +WWW= https://metacpan.org/release/Jabber-SimpleSend BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \ diff --git a/net-im/p5-Net-Async-XMPP/Makefile b/net-im/p5-Net-Async-XMPP/Makefile index 6bf35846f032..a9cab0915b38 100644 --- a/net-im/p5-Net-Async-XMPP/Makefile +++ b/net-im/p5-Net-Async-XMPP/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Asynchronous XMPP client and server +WWW= https://metacpan.org/release/Net-Async-XMPP LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/net-im/p5-Net-Jabber/Makefile b/net-im/p5-Net-Jabber/Makefile index aed501a963ec..5d3714c8de17 100644 --- a/net-im/p5-Net-Jabber/Makefile +++ b/net-im/p5-Net-Jabber/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= jabber MAINTAINER= perl@FreeBSD.org COMMENT= Net::Jabber provides Perl Developer access to the Jabber protocol +WWW= https://metacpan.org/release/Net-Jabber LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL diff --git a/net-im/p5-Net-NetSend/Makefile b/net-im/p5-Net-NetSend/Makefile index 3faab98fc7a1..c5f3ad7f1945 100644 --- a/net-im/p5-Net-NetSend/Makefile +++ b/net-im/p5-Net-NetSend/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= Perl extension for sending Windows Popup Messages +WWW= https://metacpan.org/release/Net-NetSend USES= perl5 USE_PERL5= configure diff --git a/net-im/p5-Net-OSCAR/Makefile b/net-im/p5-Net-OSCAR/Makefile index addfb973f180..aa56b0c4cac4 100644 --- a/net-im/p5-Net-OSCAR/Makefile +++ b/net-im/p5-Net-OSCAR/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for the AOL Instant Messenger OSCAR protocol +WWW= https://metacpan.org/release/Net-OSCAR BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-SOCKS>=0:net/p5-Socks \ diff --git a/net-im/p5-Net-Stomp/Makefile b/net-im/p5-Net-Stomp/Makefile index 2c552378cb5d..b97edd17b473 100644 --- a/net-im/p5-Net-Stomp/Makefile +++ b/net-im/p5-Net-Stomp/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Streaming Text Orientated Messaging Protocol Client +WWW= https://metacpan.org/release/Net-Stomp LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/net-im/p5-Net-XMPP/Makefile b/net-im/p5-Net-XMPP/Makefile index e0b6f270dbe0..5e23deaec98b 100644 --- a/net-im/p5-Net-XMPP/Makefile +++ b/net-im/p5-Net-XMPP/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Net::XMPP provides Perl Developer access to the XMPP protocol +WWW= https://metacpan.org/release/Net-XMPP LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/p5-Net-XMPP2/Makefile b/net-im/p5-Net-XMPP2/Makefile index 3e8122f6f823..d8999f577777 100644 --- a/net-im/p5-Net-XMPP2/Makefile +++ b/net-im/p5-Net-XMPP2/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Implementation of the XMPP Protocol +WWW= https://metacpan.org/release/ELMEX/Net-XMPP2-0.14 LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/net-im/p5-Protocol-XMPP/Makefile b/net-im/p5-Protocol-XMPP/Makefile index 95438c753630..9942f8aaf129 100644 --- a/net-im/p5-Protocol-XMPP/Makefile +++ b/net-im/p5-Protocol-XMPP/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Protocol-level support for XMPP interaction +WWW= https://metacpan.org/release/Protocol-XMPP RUN_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL \ p5-XML-LibXML-SAX-ChunkParser>=0.00003:textproc/p5-XML-LibXML-SAX-ChunkParser diff --git a/net-im/p5-SOAP-Transport-JABBER/Makefile b/net-im/p5-SOAP-Transport-JABBER/Makefile index c2e241a166ef..fea791929c5c 100644 --- a/net-im/p5-SOAP-Transport-JABBER/Makefile +++ b/net-im/p5-SOAP-Transport-JABBER/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Jabber-based transport backend for SOAP::Lite +WWW= https://metacpan.org/release/SOAP-Transport-JABBER LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/net-im/pecl-stomp2/Makefile b/net-im/pecl-stomp2/Makefile index c16b68ded6cf..08aa24555fda 100644 --- a/net-im/pecl-stomp2/Makefile +++ b/net-im/pecl-stomp2/Makefile @@ -4,6 +4,7 @@ CATEGORIES= net-im pear MAINTAINER= dbaio@FreeBSD.org COMMENT= PECL extension of stomp client +WWW= https://pecl.php.net/package/stomp LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/pidgin-bot-sentry/Makefile b/net-im/pidgin-bot-sentry/Makefile index c0d0d8631756..ba72970c7b9d 100644 --- a/net-im/pidgin-bot-sentry/Makefile +++ b/net-im/pidgin-bot-sentry/Makefile @@ -7,6 +7,7 @@ DISTNAME= bot-sentry-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Pidgin plugin to prevent instant message spam +WWW= https://sourceforge.net/projects/pidgin-bs/ LICENSE= GPLv3 diff --git a/net-im/pidgin-fetion/Makefile b/net-im/pidgin-fetion/Makefile index d8c732b71d0b..6039431b7e98 100644 --- a/net-im/pidgin-fetion/Makefile +++ b/net-im/pidgin-fetion/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= pidgin- MAINTAINER= ports@FreeBSD.org COMMENT= Fetion protocol plugin for libpurple +WWW= https://sourceforge.net/projects/fetion/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/pidgin-hotkeys/Makefile b/net-im/pidgin-hotkeys/Makefile index 8de1910bdd11..ff8dfcc4555f 100644 --- a/net-im/pidgin-hotkeys/Makefile +++ b/net-im/pidgin-hotkeys/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= garga@FreeBSD.org COMMENT= Pidgin plugin that allows user to assign global hotkeys +WWW= https://sourceforge.net/projects/pidgin-hotkeys/ LICENSE= GPLv2 diff --git a/net-im/pidgin-icyque/Makefile b/net-im/pidgin-icyque/Makefile index 769a1ddeb4bc..aeeec66014b1 100644 --- a/net-im/pidgin-icyque/Makefile +++ b/net-im/pidgin-icyque/Makefile @@ -4,6 +4,7 @@ CATEGORIES= net-im MAINTAINER= eugen@FreeBSD.org COMMENT= Pidgin plugin for ICQ/WIM protocol +WWW= https://github.com/EionRobb/icyque LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/pidgin-latex/Makefile b/net-im/pidgin-latex/Makefile index 19258bb3c0c5..b96fe890f1f2 100644 --- a/net-im/pidgin-latex/Makefile +++ b/net-im/pidgin-latex/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= mainland@apeiron.net COMMENT= Display LaTeX output in your IMs +WWW= https://sourceforge.net/projects/pidgin-latex/ BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:net-im/pidgin RUN_DEPENDS= pidgin:net-im/pidgin diff --git a/net-im/pidgin-libnotify/Makefile b/net-im/pidgin-libnotify/Makefile index 47dcdbb75f88..b58ca78767a8 100644 --- a/net-im/pidgin-libnotify/Makefile +++ b/net-im/pidgin-libnotify/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= meethune@gmail.com COMMENT= This plugin adds a libnotify interface to Pidgin +WWW= http://gaim-libnotify.sourceforge.net/ BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:net-im/pidgin \ ${LOCALBASE}/libdata/pkgconfig/libnotify.pc:devel/libnotify diff --git a/net-im/pidgin-manualsize/Makefile b/net-im/pidgin-manualsize/Makefile index 5bbba73f1b73..e0b79f125256 100644 --- a/net-im/pidgin-manualsize/Makefile +++ b/net-im/pidgin-manualsize/Makefile @@ -9,6 +9,7 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= eugen@FreeBSD.org COMMENT= Plugin to allow manual resizing of Pidgin's message input area +WWW= https://developer.pidgin.im/wiki/ThirdPartyPlugins #Third-PartyPlugins LICENSE= GPLv2 diff --git a/net-im/pidgin-sipe/Makefile b/net-im/pidgin-sipe/Makefile index c7b55015718c..a51b335274d6 100644 --- a/net-im/pidgin-sipe/Makefile +++ b/net-im/pidgin-sipe/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/sipe/sipe/${DISTNAME} MAINTAINER= john.c.prather@gmail.com COMMENT= Plugin for Pidgin to provide LCS/OCS connectivity +WWW= https://www.sourceforge.net/projects/sipe LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/pidgin-skypeweb/Makefile b/net-im/pidgin-skypeweb/Makefile index 3357bc39aff2..42d9c32238bc 100644 --- a/net-im/pidgin-skypeweb/Makefile +++ b/net-im/pidgin-skypeweb/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im MAINTAINER= sepulkarium45@yahoo.com COMMENT= Plugin to use Skype chat from Pidgin(without Skype running) +WWW= https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/gpl3.txt diff --git a/net-im/pidgin-twitter/Makefile b/net-im/pidgin-twitter/Makefile index 495621f89cff..89f997b9a44c 100644 --- a/net-im/pidgin-twitter/Makefile +++ b/net-im/pidgin-twitter/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.honeyplanet.jp/ MAINTAINER= jun-g@daemonfreaks.com COMMENT= Pidgin plugin to help twitting via pidgin +WWW= http://honeyplanet.jp/pidgin-twitter/ BUILD_DEPENDS= pidgin:net-im/pidgin RUN_DEPENDS= pidgin:net-im/pidgin diff --git a/net-im/pidgin-window_merge/Makefile b/net-im/pidgin-window_merge/Makefile index d788dcb301e4..b8ef6f017d4b 100644 --- a/net-im/pidgin-window_merge/Makefile +++ b/net-im/pidgin-window_merge/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= pidgin- MAINTAINER= arcade@b1t.name COMMENT= One window interface for pidgin +WWW= https://github.com/dm0-/window_merge LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile index b6b61d9cc850..5f4153c629b4 100644 --- a/net-im/pidgin/Makefile +++ b/net-im/pidgin/Makefile @@ -2,6 +2,7 @@ PORTNAME= pidgin MAINTAINER= marcus@FreeBSD.org COMMENT= Pidgin multi-protocol messaging client (GTK+ UI) +WWW= https://www.pidgin.im/ LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \ libpurple.so:net-im/libpurple diff --git a/net-im/profanity/Makefile b/net-im/profanity/Makefile index b134e0471d8a..dd8818361aff 100644 --- a/net-im/profanity/Makefile +++ b/net-im/profanity/Makefile @@ -4,6 +4,7 @@ CATEGORIES= net-im MAINTAINER= ashish@FreeBSD.org COMMENT= Console based XMPP client +WWW= http://www.profanity.im/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/net-im/prosody-modules/Makefile b/net-im/prosody-modules/Makefile index 4c9be15d3284..21c71a0a846e 100644 --- a/net-im/prosody-modules/Makefile +++ b/net-im/prosody-modules/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= rozhuk.im@gmail.com COMMENT= Prosody Community modules repository snapshot +WWW= https://modules.prosody.im/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/prosody/Makefile b/net-im/prosody/Makefile index 0b12532be1a4..1385dd1701c6 100644 --- a/net-im/prosody/Makefile +++ b/net-im/prosody/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://prosody.im/downloads/source/ MAINTAINER= thomas@beingboiled.info COMMENT= Simple extensible XMPP server written in Lua +WWW= https://www.prosody.im/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile index 1fa5a4b89676..ac19614c38ba 100644 --- a/net-im/psi/Makefile +++ b/net-im/psi/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/Psi/${PORTVERSION} MAINTAINER= danfe@FreeBSD.org COMMENT= Qt-based Jabber (XMPP) client +WWW= https://psi-im.org/ LICENSE= GPLv2+ diff --git a/net-im/purple-discord/Makefile b/net-im/purple-discord/Makefile index 6268f9b968d4..005fa2c6a313 100644 --- a/net-im/purple-discord/Makefile +++ b/net-im/purple-discord/Makefile @@ -4,6 +4,7 @@ CATEGORIES= net-im MAINTAINER= swills@FreeBSD.org COMMENT= Discord plugin for libpurple +WWW= https://github.com/EionRobb/purple-discord LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/purple-facebook/Makefile b/net-im/purple-facebook/Makefile index 8b3d9d722ae0..6302952078e2 100644 --- a/net-im/purple-facebook/Makefile +++ b/net-im/purple-facebook/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= swills@FreeBSD.org COMMENT= Facebook plugin for libpurple +WWW= https://github.com/dequis/purple-facebook LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/purple-googlechat/Makefile b/net-im/purple-googlechat/Makefile index 58473a72e971..72964e201751 100644 --- a/net-im/purple-googlechat/Makefile +++ b/net-im/purple-googlechat/Makefile @@ -4,6 +4,7 @@ CATEGORIES= net-im MAINTAINER= jjuanino@gmail.com COMMENT= Google Chat Plugin for libpurple +WWW= https://github.com/EionRobb/purple-googlechat LICENSE= GPLv3+ diff --git a/net-im/purple-hangouts/Makefile b/net-im/purple-hangouts/Makefile index 1b73603e8936..c2beaecd2d46 100644 --- a/net-im/purple-hangouts/Makefile +++ b/net-im/purple-hangouts/Makefile @@ -4,6 +4,7 @@ CATEGORIES= net-im MAINTAINER= jjuanino@gmail.com COMMENT= Hangouts plugin for libpurple +WWW= https://github.com/EionRobb/purple-hangouts LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/gpl3.txt diff --git a/net-im/purple-mattermost/Makefile b/net-im/purple-mattermost/Makefile index d70b9fc54f97..3e28f46ed1b7 100644 --- a/net-im/purple-mattermost/Makefile +++ b/net-im/purple-mattermost/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im MAINTAINER= swills@FreeBSD.org COMMENT= Mattermost plugin for libpurple +WWW= https://github.com/EionRobb/purple-mattermost LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/purple-plugin-pack/Makefile b/net-im/purple-plugin-pack/Makefile index ebdda24000a3..f876b9ac8f22 100644 --- a/net-im/purple-plugin-pack/Makefile +++ b/net-im/purple-plugin-pack/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://dl.bintray.com/pidgin/releases/ MAINTAINER= swills@FreeBSD.org COMMENT= Collection of libpurple plugins +WWW= https://keep.imfreedom.org/pidgin/purple-plugin-pack LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/purple-rocketchat/Makefile b/net-im/purple-rocketchat/Makefile index e8b3f1f27194..9ea2471cff0d 100644 --- a/net-im/purple-rocketchat/Makefile +++ b/net-im/purple-rocketchat/Makefile @@ -4,6 +4,7 @@ CATEGORIES= net-im MAINTAINER= mizhka@freebsd.org COMMENT= Rocket.Chat Plugin for libpurple +WWW= https://github.com/EionRobb/purple-rocketchat LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/purple-slack/Makefile b/net-im/purple-slack/Makefile index 7508544deada..f2e90001fe80 100644 --- a/net-im/purple-slack/Makefile +++ b/net-im/purple-slack/Makefile @@ -4,6 +4,7 @@ CATEGORIES= net-im MAINTAINER= aou@eecs.berkeley.edu COMMENT= Slack plugin for libpurple +WWW= https://github.com/dylex/slack-libpurple LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/py-fbmq/Makefile b/net-im/py-fbmq/Makefile index 4df16125e36b..3be3229648a0 100644 --- a/net-im/py-fbmq/Makefile +++ b/net-im/py-fbmq/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= olgeni@FreeBSD.org COMMENT= Python library for using the Facebook Messenger API +WWW= https://github.com/conbus/fbmq LICENSE= MIT diff --git a/net-im/py-matrix-synapse/Makefile b/net-im/py-matrix-synapse/Makefile index 1a01e4336031..ddb9ff96e1d9 100644 --- a/net-im/py-matrix-synapse/Makefile +++ b/net-im/py-matrix-synapse/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@skyforge.at COMMENT= Matrix protocol reference homeserver +WWW= https://www.matrix.org LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/py-nbxmpp/Makefile b/net-im/py-nbxmpp/Makefile index e814ff2959a7..d4cdbc7fcdd0 100644 --- a/net-im/py-nbxmpp/Makefile +++ b/net-im/py-nbxmpp/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rm@FreeBSD.org COMMENT= Non-blocking Jabber/XMPP module +WWW= https://dev.gajim.org/gajim/python-nbxmpp LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/py-punjab/Makefile b/net-im/py-punjab/Makefile index b77b9209e106..4a5906c517ae 100644 --- a/net-im/py-punjab/Makefile +++ b/net-im/py-punjab/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= HTTP XMPP client interface +WWW= https://github.com/twonds/punjab RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} diff --git a/net-im/py-python-telegram-bot/Makefile b/net-im/py-python-telegram-bot/Makefile index 337f8983f4b6..bbe56dab3feb 100644 --- a/net-im/py-python-telegram-bot/Makefile +++ b/net-im/py-python-telegram-bot/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= olgeni@FreeBSD.org COMMENT= Not just a Python wrapper around the Telegram Bot API +WWW= https://python-telegram-bot.org/ LICENSE= LGPL3 diff --git a/net-im/py-slack-sdk/Makefile b/net-im/py-slack-sdk/Makefile index 3f380136bda2..177a646b5338 100644 --- a/net-im/py-slack-sdk/Makefile +++ b/net-im/py-slack-sdk/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bofh@FreeBSD.org COMMENT= Slack SDK for several API +WWW= https://slack.dev/python-slack-sdk/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/py-slixmpp/Makefile b/net-im/py-slixmpp/Makefile index b7af5979c1d1..0f14e8a62728 100644 --- a/net-im/py-slixmpp/Makefile +++ b/net-im/py-slixmpp/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= 0mp@FreeBSD.org COMMENT= Elegant Python library for XMPP (aka Jabber, Google Talk, etc.) +WWW= https://lab.louiz.org/poezio/slixmpp LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/py-telepot/Makefile b/net-im/py-telepot/Makefile index 8d9ee44678d2..12c8f83e67ab 100644 --- a/net-im/py-telepot/Makefile +++ b/net-im/py-telepot/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python framework for Telegram Bot API +WWW= https://github.com/nickoala/telepot LICENSE= MIT diff --git a/net-im/py-toxcore-c/Makefile b/net-im/py-toxcore-c/Makefile index 7cc57f4d3b43..f9e9e03497d7 100644 --- a/net-im/py-toxcore-c/Makefile +++ b/net-im/py-toxcore-c/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python binding for Project-Tox +WWW= https://github.com/TokTok/py-toxcore-c LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/net-im/py-unmessage/Makefile b/net-im/py-unmessage/Makefile index ce66821f7e99..14646cf7236f 100644 --- a/net-im/py-unmessage/Makefile +++ b/net-im/py-unmessage/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Privacy enhanced instant messenger +WWW= https://github.com/AnemoneLabs/unmessage LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/qTox/Makefile b/net-im/qTox/Makefile index 70c78607afde..922e9218be22 100644 --- a/net-im/qTox/Makefile +++ b/net-im/qTox/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im net-p2p MAINTAINER= yuri@FreeBSD.org COMMENT= Qt 5 based Tox client +WWW= https://qtox.github.io/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/quaternion/Makefile b/net-im/quaternion/Makefile index 1ea703bb31c8..9e34bfc26be1 100644 --- a/net-im/quaternion/Makefile +++ b/net-im/quaternion/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org COMMENT= Matrix IM client based on Qt technologies +WWW= https://github.com/QMatrixClient/Quaternion LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/qxmpp-qt5/Makefile b/net-im/qxmpp-qt5/Makefile index 81e750f66fb8..df88e7958c87 100644 --- a/net-im/qxmpp-qt5/Makefile +++ b/net-im/qxmpp-qt5/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= -qt5 MAINTAINER= kde@FreeBSD.org COMMENT= XMPP client library based on Qt and C++ +WWW= https://github.com/qxmpp-project/qxmpp/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL diff --git a/net-im/ricochet/Makefile b/net-im/ricochet/Makefile index da558da86411..b989084f2cb8 100644 --- a/net-im/ricochet/Makefile +++ b/net-im/ricochet/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-im net-p2p MAINTAINER= yuri@FreeBSD.org COMMENT= Anonymous peer-to-peer instant messenger +WWW= https://github.com/ricochet-im/ricochet LICENSE= RICOCHET LICENSE_NAME= Ricochet diff --git a/net-im/rubygem-discordrb-webhooks-blackst0ne/Makefile b/net-im/rubygem-discordrb-webhooks-blackst0ne/Makefile index ff2022adb002..6b77aeffc5b9 100644 --- a/net-im/rubygem-discordrb-webhooks-blackst0ne/Makefile +++ b/net-im/rubygem-discordrb-webhooks-blackst0ne/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= mfechner@FreeBSD.org COMMENT= Discord API for Ruby +WWW= https://github.com/blackst0ne/discordrb LICENSE= MIT diff --git a/net-im/rubygem-discordrb-webhooks/Makefile b/net-im/rubygem-discordrb-webhooks/Makefile index 3f276a847815..fb88dccf287f 100644 --- a/net-im/rubygem-discordrb-webhooks/Makefile +++ b/net-im/rubygem-discordrb-webhooks/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= mfechner@FreeBSD.org COMMENT= Discord API for Ruby +WWW= https://github.com/shardlab/discordrb LICENSE= MIT diff --git a/net-im/rubygem-hipchat/Makefile b/net-im/rubygem-hipchat/Makefile index 446e9241f930..668cdcd007be 100644 --- a/net-im/rubygem-hipchat/Makefile +++ b/net-im/rubygem-hipchat/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby library to interact with HipChat +WWW= https://github.com/hipchat/hipchat-rb LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/rubygem-lita/Makefile b/net-im/rubygem-lita/Makefile index 7c79fef4baa9..f070288ac975 100644 --- a/net-im/rubygem-lita/Makefile +++ b/net-im/rubygem-lita/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Multi-service chat bot with extendable behavior +WWW= https://github.com/litaio/lita LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/rubygem-termtter/Makefile b/net-im/rubygem-termtter/Makefile index bc919f2b7f96..43499c8cbb74 100644 --- a/net-im/rubygem-termtter/Makefile +++ b/net-im/rubygem-termtter/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Terminal based Twitter client +WWW= https://termtter.github.io/ LICENSE= MIT diff --git a/net-im/rubygem-tinder/Makefile b/net-im/rubygem-tinder/Makefile index 535ae9499b8c..cf4e6fa5dc58 100644 --- a/net-im/rubygem-tinder/Makefile +++ b/net-im/rubygem-tinder/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby API for interfacing with Campfire +WWW= https://github.com/collectiveidea/tinder LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE diff --git a/net-im/ruqola/Makefile b/net-im/ruqola/Makefile index f6a6cbec74dc..f5b4cc8dbbf1 100644 --- a/net-im/ruqola/Makefile +++ b/net-im/ruqola/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-im kde MAINTAINER= kde@FreeBSD.org COMMENT= Rocket.Chat client +WWW= https://apps.kde.org/ruqola/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/sayaka/Makefile b/net-im/sayaka/Makefile index b11dd3f9e280..033e6f33095e 100644 --- a/net-im/sayaka/Makefile +++ b/net-im/sayaka/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im MAINTAINER= sue@iwmt.org COMMENT= Twitter client for sixel-capable terminals +WWW= https://github.com/isaki68k/sayaka LICENSE= BSD2CLAUSE diff --git a/net-im/scli/Makefile b/net-im/scli/Makefile index 07c05b610b09..c5dd30f83ffc 100644 --- a/net-im/scli/Makefile +++ b/net-im/scli/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im python MAINTAINER= 0mp@FreeBSD.org COMMENT= Simple terminal user interface for the Signal messenger (using signal-cli) +WWW= https://github.com/isamert/scli LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/scudcloud/Makefile b/net-im/scudcloud/Makefile index 4bf2cec1c68b..9cef2ca79009 100644 --- a/net-im/scudcloud/Makefile +++ b/net-im/scudcloud/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-im MAINTAINER= nivit@FreeBSD.org COMMENT= Desktop client app for Slack +WWW= https://github.com/raelgc/scudcloud LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/sendxmpp/Makefile b/net-im/sendxmpp/Makefile index d306eef7c637..6d8453b8d70c 100644 --- a/net-im/sendxmpp/Makefile +++ b/net-im/sendxmpp/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-im perl5 MAINTAINER= mek@mek.uz.ua COMMENT= Perl script to send XMPP (Jabber) messages +WWW= https://sendxmpp.hostname.sk/ LICENSE= GPLv2 diff --git a/net-im/signal-cli/Makefile b/net-im/signal-cli/Makefile index d55c0f2fdec5..a17df448d11e 100644 --- a/net-im/signal-cli/Makefile +++ b/net-im/signal-cli/Makefile @@ -9,6 +9,7 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:jars MAINTAINER= ports@FreeBSD.org COMMENT= Command-line and D-Bus interface for Signal and libsignal-service-java +WWW= https://github.com/AsamK/signal-cli LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/signal-desktop/Makefile b/net-im/signal-desktop/Makefile index d74a9794398b..98e4784d116f 100644 --- a/net-im/signal-desktop/Makefile +++ b/net-im/signal-desktop/Makefile @@ -13,6 +13,7 @@ DISTFILES= signal-desktop-${DISTVERSION}-yarn-cache.tar.gz:yarn \ MAINTAINER= mikael@FreeBSD.org COMMENT= Cross-platform centralized encrypted messaging service +WWW= https://signal.org/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/signald/Makefile b/net-im/signald/Makefile index 6f5e4e838f25..2702207d59b3 100644 --- a/net-im/signald/Makefile +++ b/net-im/signald/Makefile @@ -65,6 +65,7 @@ DISTFILES= BuildConfigPlugin-1.1.8.jar:buildconfig \ MAINTAINER= grembo@FreeBSD.org COMMENT= Daemon to facilitate communication via Signal Private Messenger +WWW= https://signald.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/slack-term/Makefile b/net-im/slack-term/Makefile index 5d5fc6dbbe0b..ee26489be734 100644 --- a/net-im/slack-term/Makefile +++ b/net-im/slack-term/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-im MAINTAINER= dmgk@FreeBSD.org COMMENT= Slack client for your terminal +WWW= https://github.com/erroneousboat/slack-term LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/spectral/Makefile b/net-im/spectral/Makefile index 216b70d5f404..90b05ec85bb7 100644 --- a/net-im/spectral/Makefile +++ b/net-im/spectral/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org COMMENT= Glossy Matrix IM client based on Qt technologies +WWW= https://gitlab.com/spectral-im/spectral LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/ssh-chat/Makefile b/net-im/ssh-chat/Makefile index 55a76ffd7a21..ee64c6be27e4 100644 --- a/net-im/ssh-chat/Makefile +++ b/net-im/ssh-chat/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-im MAINTAINER= yuri@FreeBSD.org COMMENT= Chat over SSH +WWW= https://github.com/shazow/ssh-chat LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/sshout/Makefile b/net-im/sshout/Makefile index 8a5ec7456b7a..0b7ed087b579 100644 --- a/net-im/sshout/Makefile +++ b/net-im/sshout/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= msl0000023508@gmail.com COMMENT= Instant-messaging service based on SSH +WWW= https://sourceforge.net/projects/sshout/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/talkatu/Makefile b/net-im/talkatu/Makefile index 9ae53cf14ba7..f875e97e3312 100644 --- a/net-im/talkatu/Makefile +++ b/net-im/talkatu/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= swills@FreeBSD.org COMMENT= Collection of Gtk+ widgets that are useful for chat applications +WWW= https://bitbucket.org/pidgin/talkatu/overview LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/tdlib/Makefile b/net-im/tdlib/Makefile index 04e4f0e44aa7..d338e8a95edc 100644 --- a/net-im/tdlib/Makefile +++ b/net-im/tdlib/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im devel MAINTAINER= yuri@FreeBSD.org COMMENT= Library for building Telegram clients +WWW= https://github.com/tdlib/td LICENSE= BSL diff --git a/net-im/teamwords/Makefile b/net-im/teamwords/Makefile index b11bc7656aa4..82cd39011dd7 100644 --- a/net-im/teamwords/Makefile +++ b/net-im/teamwords/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-im MAINTAINER= ports@FreeBSD.org COMMENT= Unofficial Qt Slack client +WWW= https://github.com/MiT-Ufa/TeamWords LICENSE= LGPL3 diff --git a/net-im/telegram-cli/Makefile b/net-im/telegram-cli/Makefile index 262c31f072a2..0a94ff985a0a 100644 --- a/net-im/telegram-cli/Makefile +++ b/net-im/telegram-cli/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im MAINTAINER= ports@FreeBSD.org COMMENT= Command-line interface for Telegram +WWW= https://github.com/kenorb-contrib/tg LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile index 35427f0e6b8e..5bd066582209 100644 --- a/net-im/telegram-desktop/Makefile +++ b/net-im/telegram-desktop/Makefile @@ -8,6 +8,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= osa@FreeBSD.org COMMENT= Telegram Desktop messaging app +WWW= https://desktop.telegram.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/telegram-purple/Makefile b/net-im/telegram-purple/Makefile index 27a5c6ed7f46..17bf414890ba 100644 --- a/net-im/telegram-purple/Makefile +++ b/net-im/telegram-purple/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im MAINTAINER= jjuanino@gmail.com COMMENT= Libpurple plugin for Telegram messenger +WWW= https://github.com/majn/telegram-purple LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/telegramqml/Makefile b/net-im/telegramqml/Makefile index 38a1c5d946bb..0991083e234e 100644 --- a/net-im/telegramqml/Makefile +++ b/net-im/telegramqml/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-im MAINTAINER= henry.hu.sh@gmail.com COMMENT= Telegram API tools for QtQML and Qml +WWW= https://github.com/Aseman-Land/TelegramQML LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/telepathy-accounts-signon/Makefile b/net-im/telepathy-accounts-signon/Makefile index 1c7d3e5e83f3..ea5da8236dc3 100644 --- a/net-im/telepathy-accounts-signon/Makefile +++ b/net-im/telepathy-accounts-signon/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= KDE/${GL_ACCOUNT} MAINTAINER= kde@FreeBSD.org COMMENT= Telepathy libaccounts and libsignon plugin +WWW= https://gitlab.com/accounts-sso/telepathy-accounts-signon LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LGPL diff --git a/net-im/telepathy-farstream/Makefile b/net-im/telepathy-farstream/Makefile index 58e3a9e5d85c..49b03533236d 100644 --- a/net-im/telepathy-farstream/Makefile +++ b/net-im/telepathy-farstream/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Farstream Connection Manager for Telepathy Framework +WWW= https://telepathy.freedesktop.org/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile index b130c886aaf4..e595d45c506d 100644 --- a/net-im/telepathy-gabble/Makefile +++ b/net-im/telepathy-gabble/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Jabber Connection Manager for Telepathy Framework +WWW= https://telepathy.freedesktop.org/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/telepathy-glib/Makefile b/net-im/telepathy-glib/Makefile index 5c883885541f..994a758b00df 100644 --- a/net-im/telepathy-glib/Makefile +++ b/net-im/telepathy-glib/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= GLib utility library for the Telepathy framework +WWW= https://telepathy.freedesktop.org/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/telepathy-idle/Makefile b/net-im/telepathy-idle/Makefile index e06ed8efe449..0659c4f8acf2 100644 --- a/net-im/telepathy-idle/Makefile +++ b/net-im/telepathy-idle/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= IRC Connection Manager for Telepathy Framework +WWW= https://telepathy.freedesktop.org/ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libtelepathy-glib.so:net-im/telepathy-glib diff --git a/net-im/telepathy-logger-qt5/Makefile b/net-im/telepathy-logger-qt5/Makefile index 31761ce5cccd..a8f99a423e32 100644 --- a/net-im/telepathy-logger-qt5/Makefile +++ b/net-im/telepathy-logger-qt5/Makefile @@ -8,6 +8,7 @@ PKGNAMESUFFIX= 5 MAINTAINER= kde@FreeBSD.org COMMENT= Qt binding for Telepathy Logger +WWW= https://community.kde.org/KTp LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/telepathy-logger/Makefile b/net-im/telepathy-logger/Makefile index 77f114a40936..b60b189f7404 100644 --- a/net-im/telepathy-logger/Makefile +++ b/net-im/telepathy-logger/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Logger utility library for the Telepathy framework +WWW= https://telepathy.freedesktop.org/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/telepathy-mission-control/Makefile b/net-im/telepathy-mission-control/Makefile index 99b25274d81e..6573d8ca0bae 100644 --- a/net-im/telepathy-mission-control/Makefile +++ b/net-im/telepathy-mission-control/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-mission-contro MAINTAINER= gnome@FreeBSD.org COMMENT= Telepathy component to apps to abstract details of connection managers +WWW= http://mission-control.sourceforge.net/ LIB_DEPENDS= libtelepathy-glib.so:net-im/telepathy-glib \ libdbus-glib-1.so:devel/dbus-glib \ diff --git a/net-im/telepathy-qt/Makefile b/net-im/telepathy-qt/Makefile index f07e4f290631..0b46704a59fe 100644 --- a/net-im/telepathy-qt/Makefile +++ b/net-im/telepathy-qt/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= 5 MAINTAINER= kde@FreeBSD.org COMMENT= High-level Qt binding for Telepathy +WWW= https://telepathy.freedesktop.org/doc/telepathy-qt LICENSE= LGPL21 diff --git a/net-im/telepathy-salut/Makefile b/net-im/telepathy-salut/Makefile index 4ffe730dfd32..8200a29c3076 100644 --- a/net-im/telepathy-salut/Makefile +++ b/net-im/telepathy-salut/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Link-local Connection Manager for Telepathy Framework +WWW= https://telepathy.freedesktop.org/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/telepathy-sofiasip/Makefile b/net-im/telepathy-sofiasip/Makefile index 67c80027e9d0..a835e7befe05 100644 --- a/net-im/telepathy-sofiasip/Makefile +++ b/net-im/telepathy-sofiasip/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/tp-sofiasip/${PORTNAME}/${PORTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= SIP (sofia-sip) Connection Manager for Telepathy Framework +WWW= http://sofia-sip.sourceforge.net/ LIB_DEPENDS= libsofia-sip-ua.so:net/sofia-sip \ libtelepathy-glib.so:net-im/telepathy-glib \ diff --git a/net-im/tg_owt/Makefile b/net-im/tg_owt/Makefile index 10716c0cbc8d..1dbd14183be9 100644 --- a/net-im/tg_owt/Makefile +++ b/net-im/tg_owt/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im MAINTAINER= osa@FreeBSD.org COMMENT= Webrtc library used by telegram-desktop +WWW= https://github.com/desktop-app/tg_owt LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/tkabber-plugins/Makefile b/net-im/tkabber-plugins/Makefile index 1d8f6f05b26e..8ce5bef5b615 100644 --- a/net-im/tkabber-plugins/Makefile +++ b/net-im/tkabber-plugins/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://files.jabber.ru/tkabber/ MAINTAINER= mp39590@gmail.com COMMENT= External Plugins for Tkabber +WWW= http://tkabber.jabber.ru/tkabber-plugins LICENSE= GPLv2 diff --git a/net-im/tkabber/Makefile b/net-im/tkabber/Makefile index 2cca2c493e1a..928ab6a4c74e 100644 --- a/net-im/tkabber/Makefile +++ b/net-im/tkabber/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://files.jabber.ru/tkabber/ MAINTAINER= mp39590@gmail.com COMMENT= Tcl/Tk based jabber client +WWW= http://tkabber.jabber.ru/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/toot/Makefile b/net-im/toot/Makefile index 0040c33e18ef..8280a65ebca5 100644 --- a/net-im/toot/Makefile +++ b/net-im/toot/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= 0mp@FreeBSD.org COMMENT= Interact with the Mastodon social network from the command line +WWW= https://github.com/ihabunek/toot LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile index 060c9fd2a7f7..0d6aabca182d 100644 --- a/net-im/tox/Makefile +++ b/net-im/tox/Makefile @@ -7,6 +7,7 @@ CATEGORIES= net-im net-p2p MAINTAINER= thierry@FreeBSD.org COMMENT= ProjectTox-Core library, a decentralized and secure messenger +WWW= https://tox.chat/ LICENSE= GPLv3 diff --git a/net-im/tox_extension_messages/Makefile b/net-im/tox_extension_messages/Makefile index bda32d375cfe..1821aa58ce30 100644 --- a/net-im/tox_extension_messages/Makefile +++ b/net-im/tox_extension_messages/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im net-p2p MAINTAINER= yuri@FreeBSD.org COMMENT= Message extension library for tox +WWW= https://github.com/toxext/tox_extension_messages LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/toxbot/Makefile b/net-im/toxbot/Makefile index 8a5e9d0cabf5..82bf51986e81 100644 --- a/net-im/toxbot/Makefile +++ b/net-im/toxbot/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im net-p2p MAINTAINER= yuri@FreeBSD.org COMMENT= Groupchat control bot for Tox +WWW= https://github.com/JFreegman/ToxBot LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/net-im/toxext/Makefile b/net-im/toxext/Makefile index 6a77c0d415d9..a24584c12a2f 100644 --- a/net-im/toxext/Makefile +++ b/net-im/toxext/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im net-p2p MAINTAINER= yuri@FreeBSD.org COMMENT= Extension library for tox +WWW= https://github.com/toxext/toxext LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile index 258bb6d8767a..9b6df0a97eb0 100644 --- a/net-im/toxic/Makefile +++ b/net-im/toxic/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org COMMENT= Console client for Tox +WWW= https://tox.chat/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/toxins/Makefile b/net-im/toxins/Makefile index 6bb0254e78cb..d216742fcf84 100644 --- a/net-im/toxins/Makefile +++ b/net-im/toxins/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im MAINTAINER= yuri@FreeBSD.org COMMENT= Collection of small programs using toxcore +WWW= https://github.com/TokTok/toxins LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/net-im/tut/Makefile b/net-im/tut/Makefile index 96d8afaa805a..c26609c92050 100644 --- a/net-im/tut/Makefile +++ b/net-im/tut/Makefile @@ -4,6 +4,7 @@ CATEGORIES= net-im MAINTAINER= lcook@FreeBSD.org COMMENT= TUI for Mastodon +WWW= https://github.com/RasmusLindroth/tut LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/twirssi/Makefile b/net-im/twirssi/Makefile index fedb949dc078..98457f7b2284 100644 --- a/net-im/twirssi/Makefile +++ b/net-im/twirssi/Makefile @@ -4,6 +4,7 @@ CATEGORIES= net-im MAINTAINER= zi@FreeBSD.org COMMENT= Twitter script to irssi +WWW= https://twirssi.com/ LICENSE= GPLv2 diff --git a/net-im/uTox/Makefile b/net-im/uTox/Makefile index 2b9906e742ec..b78541964e7d 100644 --- a/net-im/uTox/Makefile +++ b/net-im/uTox/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://github.com/uTox/uTox/releases/download/v${DISTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight Tox client +WWW= https://utox.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/vqcc-gtk/Makefile b/net-im/vqcc-gtk/Makefile index 4b3334e37245..069bd54edfb4 100644 --- a/net-im/vqcc-gtk/Makefile +++ b/net-im/vqcc-gtk/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER?= ports@FreeBSD.org COMMENT= LAN chat client compatible with quickChat and Vypress Chat (TM) +WWW= http://vqcc-gtk.sourceforge.net/ LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification diff --git a/net-im/xmpp-client/Makefile b/net-im/xmpp-client/Makefile index 5b17857da446..c66ae459a4ef 100644 --- a/net-im/xmpp-client/Makefile +++ b/net-im/xmpp-client/Makefile @@ -5,6 +5,7 @@ CATEGORIES= net-im MAINTAINER= cs@FreeBSD.org COMMENT= XMPP client with OTR support +WWW= https://github.com/agl/xmpp-client LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/yume/Makefile b/net-im/yume/Makefile index 5dc94ad982f9..91d9ff233ea8 100644 --- a/net-im/yume/Makefile +++ b/net-im/yume/Makefile @@ -6,6 +6,7 @@ CATEGORIES= net-im MAINTAINER= yuri@FreeBSD.org COMMENT= Encrypted peer-to-peer IPv6 UDP messaging terminal +WWW= https://github.com/yamafaktory/yume LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE-MIT diff --git a/net-im/zkgroup/Makefile b/net-im/zkgroup/Makefile index 70ff41e9dc2b..575b90eabf95 100644 --- a/net-im/zkgroup/Makefile +++ b/net-im/zkgroup/Makefile @@ -7,6 +7,7 @@ CATEGORIES= net-im MAINTAINER= 0mp@FreeBSD.org COMMENT= Library for the Signal Private Group System +WWW= https://github.com/signalapp/zkgroup LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net-im/zoom/Makefile b/net-im/zoom/Makefile index c6599014dcac..1e81fa64aee4 100644 --- a/net-im/zoom/Makefile +++ b/net-im/zoom/Makefile @@ -8,6 +8,7 @@ DISTNAME= zoom_x86_64.pkg MAINTAINER= yuri@FreeBSD.org COMMENT= Zoom videoconferencing client (CAVEAT: Sound doesn't yet work) +WWW= https://zoom.us/ RUN_DEPENDS= linux-c7-xcb-util-image>0:x11/linux-c7-xcb-util-image \ linux-c7-xcb-util-keysyms>0:x11/linux-c7-xcb-util-keysyms \ |