diff --git a/graphics/zint/Makefile b/graphics/zint/Makefile index 4abbf6d56e7b..d93a1af72bdb 100644 --- a/graphics/zint/Makefile +++ b/graphics/zint/Makefile @@ -1,28 +1,29 @@ # Created by: Gvozdikov Veniamin PORTNAME= zint -PORTVERSION= 2.10.0 +PORTVERSION= 2.11.0 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= danfe@FreeBSD.org -COMMENT= Zint Barcode Generator +COMMENT= Barcode generator (library and utilities) LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png USES= cmake compiler:c++11-lang cpe qt:5 USE_LDCONFIG= yes USE_QT= buildtools_build qmake_build uitools_build core gui \ widgets xml +NO_WRKSUBDIR= yes DESKTOP_ENTRIES="Zint" "Barcode generator" "" "zint-qt" "" false post-patch: @${REINPLACE_CMD} -e '/^add_library/s,STATIC,SHARED,' \ ${WRKSRC}/backend_qt/CMakeLists.txt .include diff --git a/graphics/zint/distinfo b/graphics/zint/distinfo index d32fe6d386e7..99723a530859 100644 --- a/graphics/zint/distinfo +++ b/graphics/zint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628952058 -SHA256 (zint-2.10.0-src.tar.gz) = bb97e98a32e140c344e92c8da84a9df413dca16083f2fcdc29791bec77350339 -SIZE (zint-2.10.0-src.tar.gz) = 2850363 +TIMESTAMP = 1653423970 +SHA256 (zint-2.11.0-src.tar.gz) = 557e09d93e7a63401a12c7616c012a9d900ef281def492d5e054d561676868b6 +SIZE (zint-2.11.0-src.tar.gz) = 5492511 diff --git a/graphics/zint/pkg-descr b/graphics/zint/pkg-descr index 8e625addd66e..2e1e5118c2fd 100644 --- a/graphics/zint/pkg-descr +++ b/graphics/zint/pkg-descr @@ -1,5 +1,17 @@ -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. +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 WWW: http://www.zint.org.uk/ diff --git a/graphics/zint/pkg-plist b/graphics/zint/pkg-plist index 989ee0508283..cbbb9a1f5df9 100644 --- a/graphics/zint/pkg-plist +++ b/graphics/zint/pkg-plist @@ -1,11 +1,12 @@ bin/zint bin/zint-qt include/qzint.h include/zint.h lib/libQZint.so -lib/libQZint.so.2.10 -lib/libQZint.so.2.10.0.0 +lib/libQZint.so.2.11 +lib/libQZint.so.2.11.0.0 lib/libzint.so -lib/libzint.so.2.10 -lib/libzint.so.2.10.0.0 +lib/libzint.so.2.11 +lib/libzint.so.2.11.0.0 share/cmake/Modules/FindZint.cmake +share/man/man1/zint.1.gz