diff --git a/graphics/zint/Makefile b/graphics/zint/Makefile index d93a1af72bdb..9f6054955ea6 100644 --- a/graphics/zint/Makefile +++ b/graphics/zint/Makefile @@ -1,29 +1,28 @@ # Created by: Gvozdikov Veniamin PORTNAME= zint PORTVERSION= 2.11.0 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= danfe@FreeBSD.org 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 99723a530859..2f43e2c53db5 100644 --- a/graphics/zint/distinfo +++ b/graphics/zint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1653423970 -SHA256 (zint-2.11.0-src.tar.gz) = 557e09d93e7a63401a12c7616c012a9d900ef281def492d5e054d561676868b6 -SIZE (zint-2.11.0-src.tar.gz) = 5492511 +TIMESTAMP = 1653472727 +SHA256 (zint-2.11.0-src.tar.gz) = 4e9d4d7dbcf41bfd63b70eca296c564f7c1a9b9d1c70c60e820dbe23f216aa09 +SIZE (zint-2.11.0-src.tar.gz) = 5493656 diff --git a/graphics/zint/pkg-descr b/graphics/zint/pkg-descr index 2e1e5118c2fd..176487e89a3d 100644 --- a/graphics/zint/pkg-descr +++ b/graphics/zint/pkg-descr @@ -1,17 +1,17 @@ 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/ +WWW: https://www.zint.org.uk/