Commit graph

20 commits

Author SHA1 Message Date
Adriaan de Groot
5b0382bf56 net-im/libquotient: update to latest release (+consumers)
Jump a couple of releases with libquotient, a Matrix-client-library.
- URL mangling bugfix (0.6.11)
- Missing invites bugfix (0.6.10)
- Assertion failure (0.6.9)
2022-02-18 16:00:37 +01:00
Adriaan de Groot
85ec88297f net-im/libquotient: update to latest release
Release notes are at
	https://github.com/quotient-im/libQuotient/releases/tag/0.6.8

Bump consumers to get a rebuild.
2021-08-30 12:36:50 +02:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Adriaan de Groot
7143d361cb Update net-im/libquotient to 0.6.6 (latest upstream)
libQuotient is a Matrix-client library used by several Matrix
clients in the ports tree. 0.6.6 fixes a crash that can be
triggered remotely. Bump two consumers to make them rebuild.
net-im/spectral isn't bumped because it doesn't see any
development, needs a specific bundled git hash, etc ..

While here mark the old-old name of libQuotient as deprecated;
I don't think it has any consumers.
2021-04-06 13:32:34 +02:00
Adriaan de Groot
09de3c2343 Update net-im/quaternion to latest upstream release
There are some version-numbering shenanigans, which I've followed
because that is easiest; I *am* looking forward to it hitting 0.1.0
and then having a more sensible versioning scheme.

Release notes are at
	https://github.com/quotient-im/Quaternion/releases/tag/0.0.95-beta3
Most important new feature is `/md` for Markdown-formatted messages
(for when you **really** want to bold that message).

Now checks for QQC2 at build-time, so shuffled those dependencies forward.
2021-01-31 00:28:51 +00:00
Adriaan de Groot
d0aae23f82 Update net-im/libquotient and consumers
New quotient release supports easier homeserver discovery. Chase it,
and then update neochat to the latest release that supports that,
and a newer quaternion (demonstration Matrix client).

Release notes for the three are at:
	https://github.com/quotient-im/libQuotient/releases/tag/0.6.4
	https://github.com/quotient-im/Quaternion/releases/tag/0.0.9.5-beta2
	https://carlschwan.eu/2021/01/13/neochat-1.0.1-first-bugfix-release/
2021-01-17 17:11:20 +00:00
Adriaan de Groot
b480d075d3 Update net-im/quaternion to latest upstream
Release notes:
	https://github.com/quotient-im/Quaternion/releases/tag/0.0.9.5-beta1

Quaternion is the reference implementation of a Matrix client using
libQuotient; now that the latest Quotient is in-tree, switch the
reference consumer as well.
2020-11-20 21:16:19 +00:00
Adriaan de Groot
562256d478 net-im/libqmatrixclient upgrade to latest release
net-im/quaternion fix backwards versioning
net-im/spectral revision bump for shared library

None of these upgrades are interesting, they just follow the
Quotient ecosystem and give me a chance to correct the lost-
PORTREVISION in quaternion.

PR:		245531
Reported by:	lantw44@gmail.com
2020-04-12 12:48:22 +00:00
Adriaan de Groot
a1f9eeff23 Update libqmatrixclient and some consumers
- new "sustaining" libqmatrixclient (er .. Quotient) release wth
  improvements in SSO and reduction in crashes.
	https://github.com/quotient-im/libQuotient/releases/tag/0.5.3
	https://github.com/quotient-im/libQuotient/releases/tag/0.5.3.1
- chase a newer rc for quaternion (a technical-minded Matrix client)
- bump the requirements in Spectral

There is a newer Spectral release as well, but it seems to be
incompatible with this libQuotient -- needs CMake support that
libQuotient does not install.
2020-04-01 09:02:33 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Adriaan de Groot
31feee331d Missing run-depends in net-im/quaternion
- Without the QQC packages, Quaternion runs but doesn't show anything
   in the central chat area. You won't notice that in a KDE Plasma
   environment, where those packages are installed as dependencies of
   other things, but in a bare xmonad environment, it matters.

Reported by:	nassai (on Matrix)
2019-06-16 13:54:32 +00:00
Adriaan de Groot
e13fd5782d Update Qt5-based Matrix clients
- libqmatrixclient is undergoing a name-change, to libQuotient.
   Anticipate that a little.
 - libqmatrixclient installed a ${LOCALBASE}/include/util.h which
   is awfully generic; move the includes into include/Quotient
   (again, in advance of the completion of the renaming).
   Reported by Jan Henrik Sylvester.
 - quaternion just has a minor release with several-times-rerolled
   AppImage support (which isn't relevant for us).
 - spectral has had several more tags done, but no official releases.
   The tags are build-numbers, really, so PORTVERSION=603 means
   build 603, and can be interpreted as 0.0.0.603 until there's
   a real release. This does mean that we'll hit a PORTEPOCH once
   such a release happens, when PORTVERSION drops back down to
   0.0.1 (or whatever).
 - spectral doesn't update to the latest tag (648) because that
   requires an unreleased libQuotient version (not an issue if you
   build from source with git submodules, but problematic in
   packaging).
2019-06-06 14:47:54 +00:00
Tobias Kortkamp
15ea31f230 net-im/quaternion: Spell LICENSE_FILE correctly 2019-05-31 11:46:38 +00:00
Adriaan de Groot
ca7433bad3 Update net-im/libqmatrixclient and consumers
New release of libqmatrixclient
	https://github.com/QMatrixClient/libqmatrixclient/releases/tag/0.5.1.2
with crash fixes when there are expired tokens or abandoned connections.
This helps when clients are stuck showing some dialog and the connection
goes away under water.

New RC of quaternion, using the updated library.
	https://github.com/QMatrixClient/Quaternion/releases/tag/0.0.9.4-rc3
Needs a PORTREVISION bump because I'm using DISTVERSIONSUFFIX. This
will go away when 0.0.9.5 is reached.

Bump spectral so that it picks up the new libqmatrixclient.
2019-04-18 19:08:17 +00:00
Tobias C. Berner
f7209ce4da security/qtkeychain: remove flavors (Qt4 deprecation)
Approved by:	portmgr (implicit)
2019-03-16 18:46:13 +00:00
Adriaan de Groot
06adf0a0f7 New port: net-im/spectral .. a glossy Matrix client.
This is another Qt-based Matrix client, but it is much more focused
on a shiny desktop experience, rather than the more spartan text-like
look of net-im/quaternion.

The source distribution uses git submodules; add only one of them
to GL_*, because we use a standalone net-im/libqmatrixclient .
The PORTVERSION is related to the most-recently-released version,
but it's not particularly accurate: 464 was released four months ago.
2019-03-08 17:19:15 +00:00
Adriaan de Groot
7b8be60575 net-im/quaternion uses C++17 features (which generate a warning from
clang in C++11 mode, not an error). While here, pet portlint.
2019-03-07 22:47:52 +00:00
Adriaan de Groot
2354e3faa0 Update net-im/libqmatrixclient and net-im/quaternion in tandem.
New release of libqmatrixclient (which breaks API compatibility) and
a beta for quaternion (its only client).

	https://github.com/QMatrixClient/libqmatrixclient/releases/tag/0.5.0
	https://github.com/QMatrixClient/Quaternion/releases/tag/0.0.9.4-beta1

Summarized:
 - (packaging) QtMultimedia (video support) and QtKeychain (for secure storage)
   are now added as dependencies.
 - (user-visible) Many UI improvements.

This could use some work on the BUILD_DEPENDS to make sure that quaternion
is upgraded together with the static library it depends on.
2019-03-07 21:57:24 +00:00
Adriaan de Groot
352fcc4279 New Matrix IM desktop client and support-library.
Quaternion is a Matrix IM desktop client; Matrix is a "modern" IM
solution, based on federated messaging and optional end-to-end
encryption. The protocol and most implementations are entirely
Open Source.

This commit introduces a support library, net-im/libqmatrixclient,
and one user of that library, net-im/quaternion. The library itself
is used by other Qt-based Matrix IM clients as well but I needed
*one* client, not three of them.

The pkg-descrs are awful short, but there's really not much more
to say than "a desktop Matrix IM client", since that's what it is.
Listing features seems like useless fluff, since those are inherent
in Matrix protocol support (avatars, image previews, long messages,
etc.).
2019-02-21 13:44:45 +00:00