notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net-im/quaternion/distinfo

Number of commits found: 12

Monday, 5 Feb 2024
20:29 Adriaan de Groot (adridg) search for other commits by this committer
net-im/libquotient: update to 0.8.1.2, latest upstream

While here, bump net-im/quaternion to a new release,
bump net-im/neochat to pick up the updated library.

PR:		275455
Reported-by:	mizhka@
commit hash: c10064d2080c69cf887c7de2f7896919941f1f54 commit hash: c10064d2080c69cf887c7de2f7896919941f1f54 commit hash: c10064d2080c69cf887c7de2f7896919941f1f54 commit hash: c10064d2080c69cf887c7de2f7896919941f1f54 c10064d
Monday, 17 Jul 2023
14:39 Adriaan de Groot (adridg) search for other commits by this committer
net-im/quaternion: update to a newer GH commit

This is so that quaternion can build against latest quaternion.

Includes work from rakuco@ https://reviews.freebsd.org/D41045
commit hash: 8ba9e3e85bca8ac4b2bb3fcc8ac8cfada84aa7fa commit hash: 8ba9e3e85bca8ac4b2bb3fcc8ac8cfada84aa7fa commit hash: 8ba9e3e85bca8ac4b2bb3fcc8ac8cfada84aa7fa commit hash: 8ba9e3e85bca8ac4b2bb3fcc8ac8cfada84aa7fa 8ba9e3e
Monday, 23 Jan 2023
21:41 Adriaan de Groot (adridg) search for other commits by this committer
net-im/neochat: (and quaternion) update for libquotient 0.7

Quaternion is broken. Although it's the same upstream
people, there is no release compatible with 0.7 yet.
NeoChat does like the newer library. Since Quaternion
is more a proof-of-something client than a shiny tool,
mark it broken for now -- there is some upstream work
to get it to work.
commit hash: 54a7681acb21dc2e1254d2f0e60772dce3f4ebbe commit hash: 54a7681acb21dc2e1254d2f0e60772dce3f4ebbe commit hash: 54a7681acb21dc2e1254d2f0e60772dce3f4ebbe commit hash: 54a7681acb21dc2e1254d2f0e60772dce3f4ebbe 54a7681
Sunday, 31 Jan 2021
00:28 adridg search for other commits by this committer
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.
Original commitRevision:563440 
Sunday, 17 Jan 2021
17:11 adridg search for other commits by this committer
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/
Original commitRevision:561836 
Friday, 20 Nov 2020
21:16 adridg search for other commits by this committer
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.
Original commitRevision:555789 
Sunday, 12 Apr 2020
12:48 adridg search for other commits by this committer
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
Original commitRevision:531509 
Wednesday, 1 Apr 2020
09:02 adridg search for other commits by this committer
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.
Original commitRevision:530207 
Thursday, 6 Jun 2019
14:47 adridg search for other commits by this committer
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).
Original commitRevision:503581 
Thursday, 18 Apr 2019
19:08 adridg search for other commits by this committer
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.
Original commitRevision:499308 
Thursday, 7 Mar 2019
21:57 adridg search for other commits by this committer
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.
Original commitRevision:495002 
Thursday, 21 Feb 2019
13:44 adridg search for other commits by this committer
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.).
Original commitRevision:493501 

Number of commits found: 12