Port details |
- zxing-cpp C++ library for linear/matrix barcode recognition
- 2.2.1 textproc =6 2.2.1Version of this port present on the latest quarterly branch.
- Maintainer: kde@FreeBSD.org
- Port Added: 2016-12-17 18:02:20
- Last Update: 2024-08-16 15:35:26
- Commit Hash: 43d0c71
- People watching this port, also watch:: libXdamage, libevent, libssh, xcb-util-image, xorg-docs
- License: APACHE20
- WWW:
- https://github.com/zxing-cpp/zxing-cpp
- Description:
- ZXing-C++ ("zebra crossing") is an open-source, multi-format
linear/matrix barcode image processing library implemented in C++.
It was originally ported from the Java ZXing Library, but has been
developed further and now includes many improvements in terms of runtime
and detection performance. It can both read and write barcodes in a
number of formats.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- zxing-cpp>0:textproc/zxing-cpp
- To install the port:
- cd /usr/ports/textproc/zxing-cpp/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/zxing-cpp
- pkg install zxing-cpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: zxing-cpp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1702517883
SHA256 (zxing-cpp-zxing-cpp-v2.2.1_GH0.tar.gz) = 02078ae15f19f9d423a441f205b1d1bee32349ddda7467e2c84e8f08876f8635
SIZE (zxing-cpp-zxing-cpp-v2.2.1_GH0.tar.gz) = 891055
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Libraries
-
- deskutils/kodaskanna
- editors/libreoffice
- graphics/kf5-prison
- graphics/kf6-prison
- net/kitinerary
- net-im/kaidan
- textproc/gstreamer1-plugins-zxing
Configuration Options:
- No options to configure
- Options name:
- textproc_zxing-cpp
- USES:
- cmake compiler:c++17-lang iconv
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.1 16 Aug 2024 15:35:26 |
Dimitry Andric (dim) |
textproc/zxing-cpp: fix build with libc++ 19
As noted in the libc++ 19 release notes [1], std::char_traits<> is now
only provided for char, char8_t, char16_t, char32_t and wchar_t, and any
instantiation for other types will fail.
This causes textproc/zxing-cpp to fail to compile with clang 19 and
libc++ 19, resulting in errors similar to:
/usr/include/c++/v1/string_view:300:42: error: implicit instantiation of
undefined template 'std::char_traits<unsigned char>'
300 | static_assert(is_same<_CharT, typename
traits_type::char_type>::value,
| ^
/wrkdirs/usr/ports/textproc/zxing-cpp/work/zxing-cpp-2.2.1/core/src/Utf.cpp:72:42:
note: in instantiation of template class 'std::basic_string_view<unsigned char>'
requested here
72 | static size_t Utf8CountCodePoints(utf8_t utf8)
| ^ (Only the first 15 lines of the commit message are shown above ) |
2.2.1 14 Dec 2023 07:47:34 |
Jason E. Hale (jhale) |
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 |
2.1.0 11 Jul 2023 21:08:31 |
Adriaan de Groot (adridg) |
textproc/zxing-cpp: update to latest release
Bump direct consumers, too. |
2.0.0 11 Jan 2023 06:50:09 |
Tobias C. Berner (tcberner) |
textproc/zxing-cpp: update to 2.0.0
Changelog: https://github.com/zxing-cpp/zxing-cpp/releases/tag/v2.0.0 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.4.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.4.0_1 27 Aug 2022 06:54:25 |
Tobias C. Berner (tcberner) |
textproc/zxing-cpp: install private header for libreoffice
Based on idea from OpenMandriva [1]
Reported by: jbeich
[1]
https://github.com/OpenMandrivaAssociation/zxing-cpp/commit/ca564fe9d6d51808b40587dc0d0d16420dff51ae |
1.4.0 26 Aug 2022 19:49:15 |
Tobias C. Berner (tcberner) |
textproc/zxing-cpp: update to 1.4.0 |
1.3.0 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.3.0 04 May 2022 17:46:19 |
Tobias C. Berner (tcberner) |
textproc/zxing-cpp: update to 1.3.0
Changelog:
https://github.com/nu-book/zxing-cpp/releases/tag/v1.3.0 |
1.2.0 29 May 2021 06:32:37 |
Tobias C. Berner (tcberner) |
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 (Only the first 15 lines of the commit message are shown above ) |
1.1.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.1 13 Sep 2020 06:10:57 |
tcberner |
textproc/zxing-cpp: update to 1.1.1 |
1.1.0 01 Aug 2020 13:18:39 |
tcberner |
textproc/zxing-cpp: update to 1.1.0 |
1.0.8_1 17 May 2020 15:54:49 |
tcberner |
textproc/zxing-cpp: update pkg-descr to reflect the new upstream
Reported by: repology |
1.0.8 16 May 2020 18:33:55 |
tcberner |
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) |
0.20190320_4 15 Oct 2019 01:55:13 |
yuri |
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> |
0.20190320_3 26 Jul 2019 20:46:57 |
gerald |
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 |
0.20190320_2 21 Apr 2019 21:11:36 |
yuri |
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> |
0.20190320_1 20 Apr 2019 14:38:20 |
yuri |
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> |
0.20190320 19 Apr 2019 15:50:00 |
yuri |
textproc/zxing-cpp: Update 0.20180320 -> 0.20190320 |
0.20180320_1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
0.20180320_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.20180320 15 Nov 2018 04:04:44 |
linimon |
Add compiler:c++11-lang to USES to fix build on gcc-based archs.
Approved by: portmgr (tier-2 blanket) |
0.20180320 09 Jul 2018 08:05:30 |
yuri |
textproc/zxing-cpp: Update 0.20161114 -> 0.20180320
Port changes:
* Switch to the static library
* Order USExx section
* It now depends on OpenCV |
0.20161114 25 Feb 2018 00:40:37 |
yuri |
Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org
98 ports are affected.
Approved by: tcberner (mentor, implicit) |
0.20161114 25 Jun 2017 21:07:58 |
tcberner |
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748 |
0.20161114 17 Dec 2016 18:02:10 |
riggs |
New port: textproc/zxing-cpp, a C++ Library for QR code recognition
PR: 214519
Submitted by: yuri@rawbw.com (maintainer) |