diff --git a/net-im/mtxclient/Makefile b/net-im/mtxclient/Makefile index 994723adfac9..232c6d541525 100644 --- a/net-im/mtxclient/Makefile +++ b/net-im/mtxclient/Makefile @@ -1,28 +1,28 @@ PORTNAME= mtxclient DISTVERSIONPREFIX= v -DISTVERSION= 0.6.2 +DISTVERSION= 0.7.0 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org COMMENT= Client API library for the Matrix protocol LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= nlohmann-json>=3:devel/nlohmann-json LIB_DEPENDS= \ libcoeurl.so:ftp/coeurl \ libolm.so:security/olm \ libsodium.so:security/libsodium \ libspdlog.so:devel/spdlog USES= cmake compiler:c++17-lang pkgconfig ssl \ tar:xz CMAKE_OFF= BUILD_LIB_TESTS USE_GITHUB= yes GH_ACCOUNT= Nheko-Reborn PLIST_SUB= SOVER=${DISTVERSION} .include diff --git a/net-im/mtxclient/distinfo b/net-im/mtxclient/distinfo index 3e656289092d..93524317c7a8 100644 --- a/net-im/mtxclient/distinfo +++ b/net-im/mtxclient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1645744752 -SHA256 (Nheko-Reborn-mtxclient-v0.6.2_GH0.tar.gz) = 97e41340c3f03db8a7625dcd54f6c6a3c8726c7b7226630727fea7d2bb2213bf -SIZE (Nheko-Reborn-mtxclient-v0.6.2_GH0.tar.gz) = 596675 +TIMESTAMP = 1647025359 +SHA256 (Nheko-Reborn-mtxclient-v0.7.0_GH0.tar.gz) = dd8ad5725c391b7c5b18564074e50bfc667fb3047e681561e5e42aec99c25b12 +SIZE (Nheko-Reborn-mtxclient-v0.7.0_GH0.tar.gz) = 601042 diff --git a/net-im/mtxclient/pkg-plist b/net-im/mtxclient/pkg-plist index 546ff96c3d74..bd90e9774c33 100644 --- a/net-im/mtxclient/pkg-plist +++ b/net-im/mtxclient/pkg-plist @@ -1,84 +1,85 @@ include/mtx.hpp include/mtx/common.hpp include/mtx/errors.hpp include/mtx/events.hpp include/mtx/events/account_data/direct.hpp include/mtx/events/account_data/fully_read.hpp include/mtx/events/aliases.hpp include/mtx/events/avatar.hpp include/mtx/events/canonical_alias.hpp include/mtx/events/collections.hpp include/mtx/events/common.hpp include/mtx/events/create.hpp include/mtx/events/encrypted.hpp include/mtx/events/encryption.hpp include/mtx/events/ephemeral/receipt.hpp include/mtx/events/ephemeral/typing.hpp include/mtx/events/event_type.hpp include/mtx/events/guest_access.hpp include/mtx/events/history_visibility.hpp include/mtx/events/join_rules.hpp include/mtx/events/member.hpp include/mtx/events/messages/audio.hpp include/mtx/events/messages/emote.hpp include/mtx/events/messages/file.hpp include/mtx/events/messages/image.hpp include/mtx/events/messages/location.hpp include/mtx/events/messages/notice.hpp include/mtx/events/messages/text.hpp include/mtx/events/messages/video.hpp include/mtx/events/mscs/image_packs.hpp include/mtx/events/name.hpp include/mtx/events/nheko_extensions/hidden_events.hpp include/mtx/events/pinned_events.hpp include/mtx/events/power_levels.hpp include/mtx/events/presence.hpp include/mtx/events/reaction.hpp include/mtx/events/redaction.hpp include/mtx/events/spaces.hpp include/mtx/events/tag.hpp include/mtx/events/tombstone.hpp include/mtx/events/topic.hpp include/mtx/events/unknown.hpp include/mtx/events/voip.hpp +include/mtx/events/widget.hpp include/mtx/events_impl.hpp include/mtx/identifiers.hpp include/mtx/lightweight_error.hpp include/mtx/log.hpp include/mtx/pushrules.hpp include/mtx/requests.hpp include/mtx/responses.hpp include/mtx/responses/common.hpp include/mtx/responses/create_room.hpp include/mtx/responses/crypto.hpp include/mtx/responses/device.hpp include/mtx/responses/empty.hpp include/mtx/responses/groups.hpp include/mtx/responses/login.hpp include/mtx/responses/media.hpp include/mtx/responses/members.hpp include/mtx/responses/messages.hpp include/mtx/responses/notifications.hpp include/mtx/responses/profile.hpp include/mtx/responses/public_rooms.hpp include/mtx/responses/register.hpp include/mtx/responses/sync.hpp include/mtx/responses/turn_server.hpp include/mtx/responses/version.hpp include/mtx/responses/well-known.hpp include/mtx/secret_storage.hpp include/mtx/user_interactive.hpp include/mtxclient/crypto/client.hpp include/mtxclient/crypto/objects.hpp include/mtxclient/crypto/types.hpp include/mtxclient/crypto/utils.hpp include/mtxclient/http/client.hpp include/mtxclient/http/client_impl.hpp include/mtxclient/http/errors.hpp include/mtxclient/utils.hpp lib/cmake/MatrixClient/MatrixClientConfig.cmake lib/cmake/MatrixClient/MatrixClientConfigVersion.cmake lib/cmake/MatrixClient/MatrixClientTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/MatrixClient/MatrixClientTargets.cmake lib/libmatrix_client.so lib/libmatrix_client.so.%%SOVER%% diff --git a/net-im/nheko/Makefile b/net-im/nheko/Makefile index 32ca7912c3f5..e666f4c721e0 100644 --- a/net-im/nheko/Makefile +++ b/net-im/nheko/Makefile @@ -1,42 +1,45 @@ PORTNAME= nheko DISTVERSIONPREFIX=v -DISTVERSION= 0.9.1-1 +DISTVERSION= 0.9.2 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org COMMENT= Matrix IM client based on Qt technologies LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= nlohmann-json>=3:devel/nlohmann-json +BUILD_DEPENDS= nlohmann-json>=3:devel/nlohmann-json \ + asciidoc>=10:textproc/asciidoc # All those boost-libs are pulled in through mtxclient, which # links to them but stage-qa still complains. LIB_DEPENDS= \ libcmark.so:textproc/cmark \ libcoeurl.so:ftp/coeurl \ libfmt.so:devel/libfmt \ liblmdb.so:databases/lmdb \ libmatrix_client.so:net-im/mtxclient \ libolm.so:security/olm \ libqt5keychain.so:security/qtkeychain \ libspdlog.so:devel/spdlog USES= cmake compiler:c++17-lang desktop-file-utils \ localbase:ldflags pkgconfig qt:5 ssl tar:xz USE_QT= concurrent core dbus declarative gui multimedia network \ quickcontrols2 svg widgets \ graphicaleffects_run \ buildtools_build linguist_build qmake_build # There is one external dependency: lmdb++ # - lmdb++ is a single header file, it just needs to be included -CMAKE_ARGS= -DLMDBXX_INCLUDE_DIR=${WRKSRC}/deps/lmdb -DVOIP=OFF +CMAKE_ARGS= -DLMDBXX_INCLUDE_DIR=${WRKSRC}/deps/lmdb \ + -DVOIP=OFF \ + -DCMAKE_INSTALL_MANDIR=share/man CFLAGS+= -DSPDLOG_FMT_EXTERNAL=1 LDFLAGS+= -L${LOCALBASE}/lib -lfmt USE_GITHUB= yes GH_ACCOUNT= Nheko-Reborn GH_TUPLE= hoytech:lmdbxx:029fb681213af3020f5e3a86045445552bd024c5:lmdb/deps/lmdb .include diff --git a/net-im/nheko/distinfo b/net-im/nheko/distinfo index ed9db12cdee4..4541a30e7ad3 100644 --- a/net-im/nheko/distinfo +++ b/net-im/nheko/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1645745179 -SHA256 (Nheko-Reborn-nheko-v0.9.1-1_GH0.tar.gz) = 4e3b5994afd66a89441a616b9a8ea380aa544645e3dd4d36925495a317fdb0c4 -SIZE (Nheko-Reborn-nheko-v0.9.1-1_GH0.tar.gz) = 1374773 +TIMESTAMP = 1647025359 +SHA256 (Nheko-Reborn-nheko-v0.9.2_GH0.tar.gz) = 207243e1c0d0e879066233488b766e30d1902a24fd8f848850567d88408ce8ce +SIZE (Nheko-Reborn-nheko-v0.9.2_GH0.tar.gz) = 1418814 SHA256 (hoytech-lmdbxx-029fb681213af3020f5e3a86045445552bd024c5_GH0.tar.gz) = f1d048d7ec720667a3ea091ed44f06eb79171e77d646a59dac45b9e5ff75f33b SIZE (hoytech-lmdbxx-029fb681213af3020f5e3a86045445552bd024c5_GH0.tar.gz) = 52468 diff --git a/net-im/nheko/pkg-plist b/net-im/nheko/pkg-plist index 319586ef4077..1bd30d1c4fde 100644 --- a/net-im/nheko/pkg-plist +++ b/net-im/nheko/pkg-plist @@ -1,11 +1,12 @@ bin/nheko share/applications/nheko.desktop share/icons/hicolor/128x128/apps/nheko.png share/icons/hicolor/16x16/apps/nheko.png share/icons/hicolor/256x256/apps/nheko.png share/icons/hicolor/32x32/apps/nheko.png share/icons/hicolor/48x48/apps/nheko.png share/icons/hicolor/512x512/apps/nheko.png share/icons/hicolor/64x64/apps/nheko.png share/icons/hicolor/scalable/apps/nheko.svg +share/man/man1/nheko.1.gz share/metainfo/nheko.appdata.xml