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: textproc/zxing-cpp/distinfo

Number of commits found: 15

Thursday, 14 Dec 2023
07:47 Jason E. Hale (jhale) search for other commits by this committer
textproc/zxing-cpp: Update to 2.2.1

Update COMMENT and especially pkg-descr to be a bit more informative as
to what this port actually does.

Update WWW and remove GH_ACCOUNT. Project now redirects to an account by
the same name as PORTNAME.

https://github.com/zxing-cpp/zxing-cpp/releases/tag/v2.2.1
https://github.com/zxing-cpp/zxing-cpp/releases/tag/v2.2.0
commit hash: 046823a67c46495fd58a96790afbe182ffc6278e commit hash: 046823a67c46495fd58a96790afbe182ffc6278e commit hash: 046823a67c46495fd58a96790afbe182ffc6278e commit hash: 046823a67c46495fd58a96790afbe182ffc6278e 046823a
Tuesday, 11 Jul 2023
21:08 Adriaan de Groot (adridg) search for other commits by this committer
textproc/zxing-cpp: update to latest release

Bump direct consumers, too.
commit hash: 82ddfaa333967307fdbc383d07b03a21fdf035b1 commit hash: 82ddfaa333967307fdbc383d07b03a21fdf035b1 commit hash: 82ddfaa333967307fdbc383d07b03a21fdf035b1 commit hash: 82ddfaa333967307fdbc383d07b03a21fdf035b1 82ddfaa
Wednesday, 11 Jan 2023
06:50 Tobias C. Berner (tcberner) search for other commits by this committer
textproc/zxing-cpp: update to 2.0.0

Changelog:	https://github.com/zxing-cpp/zxing-cpp/releases/tag/v2.0.0
commit hash: 5d2a95ba022b2270e61d6e953aaba57e02410e4b commit hash: 5d2a95ba022b2270e61d6e953aaba57e02410e4b commit hash: 5d2a95ba022b2270e61d6e953aaba57e02410e4b commit hash: 5d2a95ba022b2270e61d6e953aaba57e02410e4b 5d2a95b
Friday, 26 Aug 2022
19:49 Tobias C. Berner (tcberner) search for other commits by this committer
textproc/zxing-cpp: update to 1.4.0
commit hash: 79f98cb78c65849d5c12ff0ed4a86b6553dc6958 commit hash: 79f98cb78c65849d5c12ff0ed4a86b6553dc6958 commit hash: 79f98cb78c65849d5c12ff0ed4a86b6553dc6958 commit hash: 79f98cb78c65849d5c12ff0ed4a86b6553dc6958 79f98cb
Wednesday, 4 May 2022
17:46 Tobias C. Berner (tcberner) search for other commits by this committer
textproc/zxing-cpp: update to 1.3.0

Changelog:
	https://github.com/nu-book/zxing-cpp/releases/tag/v1.3.0
commit hash: a334f1501f251db4228bd0c4e861ac43126ed6b5 commit hash: a334f1501f251db4228bd0c4e861ac43126ed6b5 commit hash: a334f1501f251db4228bd0c4e861ac43126ed6b5 commit hash: a334f1501f251db4228bd0c4e861ac43126ed6b5 a334f15
Saturday, 29 May 2021
06:32 Tobias C. Berner (tcberner) search for other commits by this committer
textproc/zxing-cpp: update to 1.2.0

There have been nearly 800 commits that touched about 10k lines of code
since the last release.

Here are the highlights/major changes:

    * switch to C++-17 (client code can still be compiled with a C++-11
      compiler)
    * switch to the reimplemented 1D detectors (about 5x faster than old
      ones in false-positive use case)
    * deprecate the use of ResultMetadata, see ZXingReader.cpp as an
      example
    * completely new Android wrapper library with CameraX support,
      integrated build system and demo app
    * a lot faster and more capable isPure detection for all 2D codes
    * completely new QRCode reader (faster, better support for rotated
      symbols)
    * new BarcodeFormat names (old ones still available but deprecated)
    * new ZXingQtCamReader demo app based on QtMultimedia and QtQuick
    * reduced false positive rate for UPC/EAN barcodes + improved Add-On
      symbol handling
    * 20% faster ReedSolomon error correcting
    * PDF417 is faster and supports flipped symbols
    * DataMatrix: added DMRE support
    * much improved python wrapper incl. PyPI module for easy pip
      installation (thanks to antoinehumbert)
    * proper ECI handling in all 2D barcodes (thanks to gitlost)
    * added Structured Append support for DataMatrix, Aztec and MaxiCode
      (thanks to gitlost)

Note: The next release will drop support for a number of deprecated
APIs. Please update your code and fix all deprecation warnings now.
commit hash: e01acf2342482d396f7c7d7c19cde99570c9e0bf commit hash: e01acf2342482d396f7c7d7c19cde99570c9e0bf commit hash: e01acf2342482d396f7c7d7c19cde99570c9e0bf commit hash: e01acf2342482d396f7c7d7c19cde99570c9e0bf e01acf2
Sunday, 13 Sep 2020
06:10 tcberner search for other commits by this committer
textproc/zxing-cpp: update to 1.1.1
Original commitRevision:548454 
Saturday, 1 Aug 2020
13:18 tcberner search for other commits by this committer
textproc/zxing-cpp: update to 1.1.0
Original commitRevision:543909 
Saturday, 16 May 2020
18:33 tcberner search for other commits by this committer
textproc/zxing-cpp: switch upstream and update to 1.0.8

Most Linux Distros seem to ship [1] from the nu-book upstream [2].
For net/kaidan 0.50 this upstram is required.

Give maintainership to kde@.

[1] https://repology.org/project/zxing-cpp-nu-book/versions
[2] https://github.com/nu-book/zxing-cpp

PR:		246508
Approved by:	yuri (maintainer)
Original commitRevision:535493 
Tuesday, 15 Oct 2019
01:55 yuri search for other commits by this committer
textproc/zxing-cpp: Make OpenCV optional and off by default by adding the port
option OPENCV

While here add USE_LDCONFIG=yes that was missing.

Reported by:	Leo Cherepanov <grey.leo@gmail.com>
Original commitRevision:514488 
Sunday, 21 Apr 2019
21:11 yuri search for other commits by this committer
textproc/zxing-cpp: Patch to remove OpenCV libs from the installed cmake files

net/kitinerary was broken because OpenCV libs were unnecessarily supplied to its
build by
cmake files from textproc/zxing-cpp. These OpenCV libs were missing
-L/usr/local/lib for
some reason, possiblt because OpenCV's cmake files provide LIBS without
-L/usr/local/lib.

PR:		237388
Reported by:	Martin Birgmeier <d8zNeCFG@aon.at>
Original commitRevision:499595 
Saturday, 20 Apr 2019
14:38 yuri search for other commits by this committer
textproc/zxing-cpp: Link OpenCV libs to the library

Add the patch from the upstream pull request

PR:		237388
Reported by:	Martin Birgmeier <d8zNeCFG@aon.at>
Original commitRevision:499444 
Friday, 19 Apr 2019
15:50 yuri search for other commits by this committer
textproc/zxing-cpp: Update 0.20180320 -> 0.20190320
Original commitRevision:499372 
Monday, 9 Jul 2018
08:05 yuri search for other commits by this committer
textproc/zxing-cpp: Update 0.20161114 -> 0.20180320

Port changes:
* Switch to the static library
* Order USExx section
* It now depends on OpenCV
Original commitRevision:474236 
Saturday, 17 Dec 2016
18:02 riggs search for other commits by this committer
New port: textproc/zxing-cpp, a C++ Library for QR code recognition

PR:		214519
Submitted by:	yuri@rawbw.com (maintainer)
Original commitRevision:428794 

Number of commits found: 15