git: a830757efc0f - main - graphics/zint: update the port to the latest version 2.11.0

From: Alexey Dokuchaev <danfe_at_FreeBSD.org>
Date: Thu, 26 May 2022 17:55:15 UTC
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a830757efc0f594416d2499857f690243e1be6de

commit a830757efc0f594416d2499857f690243e1be6de
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2022-05-26 17:53:10 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2022-05-26 17:53:10 +0000

    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
---
 graphics/zint/Makefile  |  5 +++--
 graphics/zint/distinfo  |  6 +++---
 graphics/zint/pkg-descr | 18 +++++++++++++++---
 graphics/zint/pkg-plist |  9 +++++----
 4 files changed, 26 insertions(+), 12 deletions(-)

diff --git a/graphics/zint/Makefile b/graphics/zint/Makefile
index 4abbf6d56e7b..d93a1af72bdb 100644
--- a/graphics/zint/Makefile
+++ b/graphics/zint/Makefile
@@ -1,13 +1,13 @@
 # Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
 
 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
@@ -18,6 +18,7 @@ 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
 
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
@@ -3,9 +3,10 @@ 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