Index: head/net-im/Makefile =================================================================== --- head/net-im/Makefile (revision 542462) +++ head/net-im/Makefile (revision 542463) @@ -1,192 +1,193 @@ # $FreeBSD$ # COMMENT = Instant messaging SUBDIR += 6cord SUBDIR += beebeep SUBDIR += centerim SUBDIR += centerim-devel SUBDIR += climm SUBDIR += coccinella SUBDIR += convey SUBDIR += cordless SUBDIR += corebird SUBDIR += coyim SUBDIR += cutegram SUBDIR += diligent SUBDIR += dino SUBDIR += echat SUBDIR += ejabberd SUBDIR += ekiga SUBDIR += empathy SUBDIR += farsight2 SUBDIR += farstream SUBDIR += finch SUBDIR += folks SUBDIR += fractal SUBDIR += freetalk SUBDIR += fugu SUBDIR += gajim SUBDIR += gitterdone SUBDIR += gloox SUBDIR += icmpchat SUBDIR += icqlib SUBDIR += jabber.el SUBDIR += jabberd SUBDIR += jarl SUBDIR += jggtrans SUBDIR += jicofo SUBDIR += jitsi-videobridge SUBDIR += kaccounts-integration SUBDIR += kaccounts-providers SUBDIR += kaidan SUBDIR += kde-telepathy SUBDIR += kopete SUBDIR += ktp-accounts-kcm SUBDIR += ktp-approver SUBDIR += ktp-auth-handler SUBDIR += ktp-call-ui SUBDIR += ktp-common-internals SUBDIR += ktp-contact-list SUBDIR += ktp-contact-runner SUBDIR += ktp-desktop-applets SUBDIR += ktp-filetransfer-handler SUBDIR += ktp-kded-module SUBDIR += ktp-send-file SUBDIR += ktp-text-ui SUBDIR += libaccounts-glib SUBDIR += libaccounts-qt5 SUBDIR += libmesode SUBDIR += libnice SUBDIR += libnice-gst010 SUBDIR += libnice-gst1 SUBDIR += libpurple SUBDIR += libqmatrixclient SUBDIR += libqtelegram-ae SUBDIR += libsignon-glib SUBDIR += libstrophe SUBDIR += libtelepathy SUBDIR += licq SUBDIR += licq-icq SUBDIR += licq-jabber SUBDIR += licq-osd SUBDIR += licq-qt-gui SUBDIR += loudmouth SUBDIR += matterbridge SUBDIR += matterhorn SUBDIR += matterircd SUBDIR += mbpurple SUBDIR += mcabber SUBDIR += meanwhile SUBDIR += mikutter SUBDIR += mtxclient SUBDIR += nextcloud-talk SUBDIR += nheko SUBDIR += openfire SUBDIR += oysttyer SUBDIR += p5-AnyEvent-XMPP SUBDIR += p5-DJabberd SUBDIR += p5-Jabber-Lite SUBDIR += p5-Jabber-SimpleSend SUBDIR += p5-Net-AOLIM SUBDIR += p5-Net-Async-XMPP SUBDIR += p5-Net-Jabber SUBDIR += p5-Net-NetSend SUBDIR += p5-Net-OSCAR SUBDIR += p5-Net-Stomp SUBDIR += p5-Net-XMPP SUBDIR += p5-Net-XMPP2 SUBDIR += p5-Protocol-XMPP SUBDIR += p5-SOAP-Transport-JABBER SUBDIR += pecl-stomp2 SUBDIR += pidgin SUBDIR += pidgin-bs SUBDIR += pidgin-fetion SUBDIR += pidgin-hotkeys SUBDIR += pidgin-icyque SUBDIR += pidgin-latex SUBDIR += pidgin-libnotify SUBDIR += pidgin-manualsize SUBDIR += pidgin-sipe SUBDIR += pidgin-skypeweb SUBDIR += pidgin-twitter SUBDIR += pidgin-window_merge SUBDIR += profanity SUBDIR += prosody SUBDIR += prosody-modules SUBDIR += proxy65 SUBDIR += psi SUBDIR += purple-discord SUBDIR += purple-facebook SUBDIR += purple-hangouts + SUBDIR += purple-plugin-pack SUBDIR += purple-rocketchat SUBDIR += purple-slack SUBDIR += py-fbmq SUBDIR += py-matrix-synapse SUBDIR += py-nbxmpp SUBDIR += py-punjab SUBDIR += py-python-telegram-bot SUBDIR += py-skype4py SUBDIR += py-slackclient SUBDIR += py-sleekxmpp SUBDIR += py-slixmpp SUBDIR += py-telepot SUBDIR += py-toxcore-c SUBDIR += py-unmessage SUBDIR += py-xmpppy SUBDIR += qTox SUBDIR += quaternion SUBDIR += qxmpp-qt5 SUBDIR += ricochet SUBDIR += rubygem-discordrb-webhooks-blackst0ne SUBDIR += rubygem-hipchat SUBDIR += rubygem-lita SUBDIR += rubygem-termtter SUBDIR += rubygem-tinder SUBDIR += ruqola SUBDIR += sayaka SUBDIR += scudcloud SUBDIR += sendxmpp SUBDIR += signal-cli SUBDIR += slack-term SUBDIR += spectral SUBDIR += ssh-chat SUBDIR += sshout SUBDIR += talkatu SUBDIR += teamwords SUBDIR += telegram SUBDIR += telegram-desktop SUBDIR += telegram-purple SUBDIR += telegramqml SUBDIR += telepathy-accounts-signon SUBDIR += telepathy-farsight SUBDIR += telepathy-farstream SUBDIR += telepathy-gabble SUBDIR += telepathy-glib SUBDIR += telepathy-haze SUBDIR += telepathy-idle SUBDIR += telepathy-logger SUBDIR += telepathy-logger-qt5 SUBDIR += telepathy-mission-control SUBDIR += telepathy-python SUBDIR += telepathy-qt SUBDIR += telepathy-rakia SUBDIR += telepathy-salut SUBDIR += telepathy-sofiasip SUBDIR += tkabber SUBDIR += tkabber-plugins SUBDIR += toot SUBDIR += tox SUBDIR += toxbot SUBDIR += toxic SUBDIR += toxins SUBDIR += tut SUBDIR += twirssi SUBDIR += twitmail SUBDIR += uTox SUBDIR += vqcc-gtk SUBDIR += xmpp-client SUBDIR += zephyr .include Index: head/net-im/purple-plugin-pack/Makefile =================================================================== --- head/net-im/purple-plugin-pack/Makefile (nonexistent) +++ head/net-im/purple-plugin-pack/Makefile (revision 542463) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= purple-plugin-pack +PORTVERSION= g2020071701 +CATEGORIES= net-im +MASTER_SITES= https://keep.imfreedom.org/pidgin/purple-plugin-pack/archive/ +DISTNAME= default +DIST_SUBDIR= ${PORTNAME} + +MAINTAINER= swills@FreeBSD.org +COMMENT= Collection of libpurple plugins + +BUILD_DEPENDS= pidgin>0:net-im/pidgin +RUN_DEPENDS= pidgin>0:net-im/pidgin +LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ + libpurple.so:net-im/libpurple + +USES= gettext meson pkgconfig + +WRKSRC= ${WRKDIR}/${PORTNAME}-default + +.include Property changes on: head/net-im/purple-plugin-pack/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/purple-plugin-pack/distinfo =================================================================== --- head/net-im/purple-plugin-pack/distinfo (nonexistent) +++ head/net-im/purple-plugin-pack/distinfo (revision 542463) @@ -0,0 +1,3 @@ +TIMESTAMP = 1595029304 +SHA256 (purple-plugin-pack/default.tar.gz) = 2e09d94908d02869732da12c50755d70defe56562d38a51c6ccac07fc62bfade +SIZE (purple-plugin-pack/default.tar.gz) = 311565 Property changes on: head/net-im/purple-plugin-pack/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/purple-plugin-pack/pkg-descr =================================================================== --- head/net-im/purple-plugin-pack/pkg-descr (nonexistent) +++ head/net-im/purple-plugin-pack/pkg-descr (revision 542463) @@ -0,0 +1,5 @@ +The Purple Plugin Pack was originally created by Gary Kramlich and Stu +Tomlinson as a way to distribute their ever growing lists of simple Pidgin +plugins. It has since grown from its origins of about 6 plugins to over 50. + +WWW: https://keep.imfreedom.org/pidgin/purple-plugin-pack Property changes on: head/net-im/purple-plugin-pack/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/purple-plugin-pack/pkg-plist =================================================================== --- head/net-im/purple-plugin-pack/pkg-plist (nonexistent) +++ head/net-im/purple-plugin-pack/pkg-plist (revision 542463) @@ -0,0 +1,52 @@ +lib/pidgin/album.so +lib/pidgin/blistops.so +lib/pidgin/convbadger.so +lib/pidgin/difftopic.so +lib/pidgin/enhancedhist.so +lib/pidgin/gRIM.so +lib/pidgin/icon-override.so +lib/pidgin/irssi.so +lib/pidgin/lastseen.so +lib/pidgin/listlog.so +lib/pidgin/mystatusbox.so +lib/pidgin/nicksaid.so +lib/pidgin/plonkers.so +lib/pidgin/schedule.so +lib/pidgin/sepandtab.so +lib/pidgin/timelog.so +lib/purple-2/autoreply.so +lib/purple-2/bash.so +lib/purple-2/capsnot.so +lib/purple-2/colorize.so +lib/purple-2/dewysiwygification.so +lib/purple-2/dice.so +lib/purple-2/eight_ball.so +lib/purple-2/flip.so +lib/purple-2/google.so +lib/purple-2/groupmsg.so +lib/purple-2/highlight.so +lib/purple-2/ignore.so +lib/purple-2/irc-more.so +lib/purple-2/irchelper.so +lib/purple-2/listhandler.so +lib/purple-2/ning.so +lib/purple-2/okcupid.so +lib/purple-2/oldlogger.so +lib/purple-2/omegle.so +lib/purple-2/showoffline.so +lib/purple-2/simfix.so +lib/purple-2/slashexec.so +lib/purple-2/snpp.so +lib/purple-2/splitter.so +lib/purple-2/sslinfo.so +lib/purple-2/translate.so +lib/purple-2/xmppprio.so +share/locale/de/LC_MESSAGES/plugin_pack.mo +share/locale/en_AU/LC_MESSAGES/plugin_pack.mo +share/locale/es_ES/LC_MESSAGES/plugin_pack.mo +share/locale/fr/LC_MESSAGES/plugin_pack.mo +share/locale/vi/LC_MESSAGES/plugin_pack.mo +share/metainfo/purple-plugin-pack.metainfo.xml +share/pixmaps/pidgin/protocols/16/okcupid.png +share/pixmaps/pidgin/protocols/22/okcupid.png +share/pixmaps/pidgin/protocols/48/okcupid.png Property changes on: head/net-im/purple-plugin-pack/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property