Version: 20190320, Package name: zxing-20190320 |
Maintained by: Stuart Henderson |
Master sites: |
Description ZXing (pronounced "zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library and command-line tool. It supports: Aztec EAN-8 and EAN-13 Codabar ITF Code 128 PDF 417 Code 39 QR Code Code 93 RSS-14 (all variants) Data Matrix UPC-A and UPC-E The original ZXing project no longer provides the C++ code; this package is built from Glass Echidna's fork. |
Filesize: 305.25 KB |
Version History (View Complete History) |
|
2021-07-10 08:05:26 by Stuart Henderson | Files touched by this commit (3) |
Log message: switch zxing (glassechidna/zxing-cpp) to producing a shared instead of static library. linphone/mediastreamer2 picks it up and fails to build if it's static. kitinerary depends on this port but doesn't actually use it (it wants nu-book/zxing-cpp) so the change doesn't affect that. |
2020-11-05 04:30:11 by Stuart Henderson | Files touched by this commit (1) |
Log message: graphics/zxing: take maintainer, enable debug packages |
2019-07-19 04:48:52 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to a newer snapshot of glassechidna's version of zxing-cpp |
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-09-28 08:14:03 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to 20180320 snap of zxing |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-05-06 09:10:18 by Marc Espie | Files touched by this commit (68) |
Log message: adjust distinfo post DISTFILES change |
2017-04-10 05:46:23 by Stuart Henderson | Files touched by this commit (276) |
Log message: use LIBCXX |
2016-09-12 16:44:09 by Christian Weisgerber | Files touched by this commit (6) |
Log message: replace libiconv module |
2016-05-20 13:06:57 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to 20160426 snapshot of zxing, main change is a fix to Code 39 decodes that rqeuires too much quiet zone. |
2015-11-06 08:45:17 by Stuart Henderson | Files touched by this commit (7) |
Log message: update to newer version of ZXing (fork), gets rid of scons and imagemagick dep |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |