diff --git a/net-im/Makefile b/net-im/Makefile index 862b4cb8c5b2..619e5bb8231c 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -1,186 +1,187 @@ COMMENT = Instant messaging SUBDIR += 6cord SUBDIR += beebeep SUBDIR += centerim SUBDIR += chatterino2 SUBDIR += climm SUBDIR += coccinella SUBDIR += convey SUBDIR += coyim SUBDIR += cutegram SUBDIR += dendrite SUBDIR += diligent SUBDIR += dino SUBDIR += echat SUBDIR += ejabberd SUBDIR += ekiga SUBDIR += farstream SUBDIR += finch SUBDIR += folks SUBDIR += fractal SUBDIR += freetalk 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-gst1 SUBDIR += libpurple SUBDIR += libqmatrixclient SUBDIR += libqtelegram-ae SUBDIR += libquotient SUBDIR += libsignal-client SUBDIR += libsignon-glib SUBDIR += libstrophe 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 += neochat SUBDIR += nextcloud-spreed-signaling 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 += psi SUBDIR += purple-discord SUBDIR += purple-facebook SUBDIR += purple-hangouts SUBDIR += purple-mattermost 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-slackclient SUBDIR += py-slixmpp SUBDIR += py-telepot SUBDIR += py-toxcore-c SUBDIR += py-unmessage SUBDIR += qTox SUBDIR += quaternion SUBDIR += qxmpp-qt5 SUBDIR += ricochet SUBDIR += rubygem-discordrb-webhooks SUBDIR += rubygem-discordrb-webhooks-blackst0ne SUBDIR += rubygem-hipchat SUBDIR += rubygem-lita SUBDIR += rubygem-termtter SUBDIR += rubygem-tinder SUBDIR += ruqola SUBDIR += sayaka SUBDIR += scli SUBDIR += scudcloud SUBDIR += sendxmpp SUBDIR += signal-cli SUBDIR += slack-term SUBDIR += spectral SUBDIR += ssh-chat SUBDIR += sshout SUBDIR += talkatu + SUBDIR += tdlib SUBDIR += teamwords SUBDIR += telegram-cli SUBDIR += telegram-desktop SUBDIR += telegram-purple SUBDIR += telegramqml SUBDIR += telepathy-accounts-signon SUBDIR += telepathy-farstream SUBDIR += telepathy-gabble SUBDIR += telepathy-glib SUBDIR += telepathy-idle SUBDIR += telepathy-logger SUBDIR += telepathy-logger-qt5 SUBDIR += telepathy-mission-control SUBDIR += telepathy-qt SUBDIR += telepathy-salut SUBDIR += telepathy-sofiasip SUBDIR += tg_owt 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 += yume SUBDIR += zkgroup SUBDIR += zoom .include diff --git a/net-im/tdlib/Makefile b/net-im/tdlib/Makefile new file mode 100644 index 000000000000..814798dc13db --- /dev/null +++ b/net-im/tdlib/Makefile @@ -0,0 +1,25 @@ +PORTNAME= tdlib +DISTVERSIONPREFIX= v +DISTVERSION= 1.7.0-747 +DISTVERSIONSUFFIX= -gb342ec33 +CATEGORIES= net-im devel + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Library for building Telegram clients + +LICENSE= BSL + +USES= cmake compiler:c++14-lang gperf ssl + +USE_GITHUB= yes +GH_PROJECT= td + +CMAKE_OFF= FREEBSD_BUILD_TESTING + +do-test: + @cd ${BUILD_WRKSRC} && \ + ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DFREEBSD_BUILD_TESTING:BOOL=ON ${CMAKE_SOURCE_PATH} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test + +.include diff --git a/net-im/tdlib/distinfo b/net-im/tdlib/distinfo new file mode 100644 index 000000000000..1ed7a93f6497 --- /dev/null +++ b/net-im/tdlib/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1620336229 +SHA256 (tdlib-td-v1.7.0-747-gb342ec33_GH0.tar.gz) = e9feb347f0aaa75cdc0f940663623f330eecad0029b411016ffa3713775359cc +SIZE (tdlib-td-v1.7.0-747-gb342ec33_GH0.tar.gz) = 4399729 diff --git a/net-im/tdlib/pkg-descr b/net-im/tdlib/pkg-descr new file mode 100644 index 000000000000..ed66fa0bccbc --- /dev/null +++ b/net-im/tdlib/pkg-descr @@ -0,0 +1,4 @@ +TDLib (Telegram Database library) is a cross-platform library for building +Telegram clients. It can be easily used from almost any programming language. + +WWW: https://github.com/tdlib/td diff --git a/net-im/tdlib/pkg-plist b/net-im/tdlib/pkg-plist new file mode 100644 index 000000000000..e34554fc1a3d --- /dev/null +++ b/net-im/tdlib/pkg-plist @@ -0,0 +1,35 @@ +include/td/telegram/Client.h +include/td/telegram/Log.h +include/td/telegram/td_api.h +include/td/telegram/td_api.hpp +include/td/telegram/td_json_client.h +include/td/telegram/td_log.h +include/td/telegram/tdjson_export.h +include/td/tl/TlObject.h +lib/cmake/Td/TdConfig.cmake +lib/cmake/Td/TdConfigVersion.cmake +lib/cmake/Td/TdTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/Td/TdTargets.cmake +lib/libtdactor.a +lib/libtdapi.a +lib/libtdclient.a +lib/libtdcore.a +lib/libtddb.a +lib/libtdjson.so +lib/libtdjson.so.1.7.4 +lib/libtdjson_private.a +lib/libtdjson_static.a +lib/libtdnet.a +lib/libtdsqlite.a +lib/libtdutils.a +libdata/pkgconfig/tdactor.pc +libdata/pkgconfig/tdapi.pc +libdata/pkgconfig/tdclient.pc +libdata/pkgconfig/tdcore.pc +libdata/pkgconfig/tddb.pc +libdata/pkgconfig/tdjson.pc +libdata/pkgconfig/tdjson_private.pc +libdata/pkgconfig/tdjson_static.pc +libdata/pkgconfig/tdnet.pc +libdata/pkgconfig/tdsqlite.pc +libdata/pkgconfig/tdutils.pc