Port details |
- zint Barcode generator (library and utilities)
- 2.13.0 graphics =3 2.13.0Version of this port present on the latest quarterly branch.
- Maintainer: danfe@FreeBSD.org
- Port Added: 2010-03-26 07:21:27
- Last Update: 2023-12-19 08:37:42
- Commit Hash: 5c2da1e
- People watching this port, also watch:: openjdk8, pdftk, subversion, ca_root_nss, rabbitmq
- License: BSD3CLAUSE GPLv3+
- WWW:
- https://www.zint.org.uk/
- Description:
- Zint is a C library for encoding data in several barcode variants. The
bundled command-line utility provides a simple interface to the library.
Also includes a Qt-based GUI to help desktop users generate barcodes
which can be scanned by the phone, embedded in documents or HTML pages.
Features of the library:
- Over 50 symbologies including all ISO/IEC standards, like QR codes
- Unicode translation for symbologies which support Latin-1 and
Kanji character sets
- Full GS1 support including data verification and automated insertion
of FNC1 characters
- Support for encoding binary data including NUL (ASCII 0) characters
- Health Industry Barcode (HIBC) encoding capabilities
- Output in the various formats (PNG, GIF, EPS, WMF, BMP, TIF, SVG)
- Verification stage for SBN, ISBN, and ISBN-13 data
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/graphics/zint/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/zint
- pkg install zint
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: zint
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1702893331
SHA256 (zint-2.13.0-src.tar.gz) = 0e957cf17c3eeb4ad619b2890d666d12a5c7adc7e7c39c207739b0f4f5c65fa2
SIZE (zint-2.13.0-src.tar.gz) = 6186118
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
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- libQt5UiTools.a : devel/qt5-uitools
- Library dependencies:
-
- libpng.so : graphics/png
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Svg.so : graphics/qt5-svg
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- This port is required by:
- for Libraries
-
- print/limereport
Configuration Options:
- No options to configure
- Options name:
- graphics_zint
- USES:
- cmake compiler:c++11-lang cpe qt:5
- 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.13.0 19 Dec 2023 08:37:42 |
Alexey Dokuchaev (danfe) |
graphics/zint: update the port to version 2.13.0
While here, don't hardcode version numbers in pkg-plist.
Reported by: portscout |
2.12.0 04 Jan 2023 04:32:02 |
Alexey Dokuchaev (danfe) |
graphics/zint: update the port to version 2.12.0
Reported by: portscout |
2.11.1 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
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) |
2.11.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 ) |
2.11.1 23 Aug 2022 11:14:14 |
Alexey Dokuchaev (danfe) |
graphics/zint: update Zint Barcode Generator to version 2.11.1
Clarify licensing: since 2013, ZINT backend (and therefore shared
library) code is distributed under BSD license, but the frontends
and Qt backend remain under GPLv3 or later.
Reported by: portscout |
2.11.0 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
2.11.0 28 May 2022 09:18:06 |
Alexey Dokuchaev (danfe) |
graphics/zint: distfile had been rerolled, update the port accordingly
-5492511 May 24 20:26 zint-2.11.0-src.tar.gz (old)
+5493656 May 25 09:58 zint-2.11.0-src.tar.gz (new)
The old distfile contents is identical to the new one, but was missing
the container directory (hence the need for NO_WRKSUBDIR). While here,
chase HTTP/1.1 301 redirection in the WWW line of the port description.
Reported by: pkg-fallout |
2.11.0 26 May 2022 17:53:10 |
Alexey Dokuchaev (danfe) |
graphics/zint: update the port to the latest version 2.11.0
Amend the COMMENT and port description based on the RPM spec.
Reported by: portscout |
2.10.0 02 Sep 2021 08:50:57 |
Bernhard Froehlich (decke) |
graphics/zint: Add CPE information
Approved by: portmgr (blanket) |
2.10.0 25 Aug 2021 09:22:25 |
Alexey Dokuchaev (danfe) |
graphics/zint: update Zint Barcode Generator to version 2.10.0. |
2.9.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.9.0 03 Aug 2020 08:34:52 |
danfe |
Update to version 2.9.0.
Reported by: portscout |
2.8.0 16 Jun 2020 05:58:56 |
danfe |
- Update to version 2.8
- Assume maintainership |
2.6.3.r2_2 21 May 2020 11:10:16 |
tcberner |
graphics/zint: prepare for Qt5-5.15 |
2.6.3.r2_2 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 |
2.6.3.r2_1 25 Feb 2019 00:40:57 |
linimon |
Add USES=compiler:c++11-lang to fix build on GCC-based architectures.
While here, pet portlint.
PR: 235695
Submitted by: Piotr Kubaj |
2.6.3.r2_1 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
2.6.3.r2 10 Sep 2018 08:17:46 |
danfe |
Update `graphics/zint' to version 2.6.3 (judging by the DISTVERSION, it
looks like it is -RC2, but what really happened is that first, version
2.6.3 was released on Feb 17 2018 which had erroneously listed 2.6.2 as
version in many places. Instead of rerolling the tarball, author have
decided to upload another one, named zint-2.6.3-rc2, on Feb 21 2018).
Add a comment opposite of the DISTVERSION summarizing the above and set
the PORTSCOUT accordingly.
Unfortunately, Zint now requires Qt 5, rather than 4, to build against. |
2.4.3_4 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
2.4.3_4 23 Feb 2018 21:09:47 |
rene |
Reset vg@'s ports after he resigned.
With hat: portmgr-secretary |
2.4.3_4 18 May 2016 14:00:04 |
amdmi3 |
- Simplify MASTER_SITES
- Clarify LICENSE
- Add LICENSE_FILE
- Fix WWW:
Approved by: portmgr blanket |
2.4.3_4 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.4.3_4 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
2.4.3_3 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
2.4.3_3 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
2.4.3_3 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
2.4.3_2 16 Jun 2014 16:15:01 |
vanilla |
Stagify.
Approved by: portmgr@ |
2.4.3_2 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
2.4.3_2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.4.3_2 22 Jul 2013 14:34:23 |
vg |
- Changed my email
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors) |
2.4.3_2 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
2.4.3_2 23 Jan 2013 15:00:19 |
makc |
Bump PORTREVISION after DESKTOP_ENTRIES update |
2.4.3_1 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
2.4.3_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.4.3 15 Sep 2011 18:20:03 |
pawel |
- Update to version 2.4.3 [1]
- Mark MAKE_JOBS_SAFE [2]
- Add desktop entry [2]
PR: ports/160635
Submitted by: maintainer [1], myself [2]
Approved by: maintainer, miwi, wen (mentors implicit) |
2.4.1 10 Apr 2011 20:10:19 |
makc |
Update to 2.4.1
PR: based on ports/156055
Submitted by: Gvozdikov Veniamin (maintainer) |
2.3.1_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.3.1 26 Mar 2010 07:21:07 |
wen |
A barcode encoding library supporting over 50 symbologies including Code 128,
Data Matrix, USPS OneCode, EAN-128, UPC/EAN, ITF, QR Code, Code 16k, PDF417,
MicroPDF417, LOGMARS, Maxicode, GS1 DataBar, Aztec, Composite Symbols and more.
WWW: http://www.zint.org.uk/
PR: ports/144958
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> |