Sat Jul 29 02:15:00 2023 UTC ()
prison: update to 5.108.0

5.99
  Increase quiet zone for qrcode
5.100
  Convert code128 data table to binary literals
  Simplify QR reference PNG images
5.101
  Fix copy/pasted license header, this needs to be MIT
5.102
  Add support for ZXing 2.0
5.104
  KPrisonScanner target: add include dir for version header to interface
5.106
  Fix PDF417 with binary content not producing any output with ZXing 2.0
5.107
  Add EAN13 support
  Factor out code for interfacing with ZXing for barcode generation


(markd)
diff -r1.37 -r1.38 pkgsrc/graphics/prison/Makefile
diff -r1.14 -r1.15 pkgsrc/graphics/prison/distinfo
diff -r1.1 -r0 pkgsrc/graphics/prison/patches/patch-CMakeLists.txt
Sat Jul 29 11:15:00 2023
Mon Jun 26 19:38:47 2023
pkgsrc/graphics/prison/patches/patch-CMakeLists.txt,v

anoncvs not yet been updated

cvs diff -r1.37 -r1.38 pkgsrc/graphics/prison/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/prison/Makefile 2023/06/06 12:41:35 1.37
+++ pkgsrc/graphics/prison/Makefile 2023/07/29 02:15:00 1.38
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.37 2023/06/06 12:41:35 riastradh Exp $ 1# $NetBSD: Makefile,v 1.38 2023/07/29 02:15:00 markd Exp $
2 2
3DISTNAME= prison-${KF5VER} 3DISTNAME= prison-${KF5VER}
4PKGREVISION= 7 
5CATEGORIES= graphics 4CATEGORIES= graphics
6 5
7HOMEPAGE= https://community.kde.org/Frameworks 6HOMEPAGE= https://community.kde.org/Frameworks
8COMMENT= Barcode API to produce QRCode barcodes and DataMatrix barcodes 7COMMENT= Barcode API to produce QRCode barcodes and DataMatrix barcodes
9LICENSE= mit 8LICENSE= mit
10 9
11.include "../../meta-pkgs/kde/kf5.mk" 10.include "../../meta-pkgs/kde/kf5.mk"
12 11
13TOOL_DEPENDS+= kdoctools>=5.19.0:../../devel/kdoctools 12TOOL_DEPENDS+= kdoctools>=5.19.0:../../devel/kdoctools
14 13
15USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
16 15
17.include "../../converters/qrencode/buildlink3.mk" 16.include "../../converters/qrencode/buildlink3.mk"

cvs diff -r1.14 -r1.15 pkgsrc/graphics/prison/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/prison/distinfo 2023/04/29 14:37:07 1.14
+++ pkgsrc/graphics/prison/distinfo 2023/07/29 02:15:00 1.15
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.14 2023/04/29 14:37:07 wiz Exp $ 1$NetBSD: distinfo,v 1.15 2023/07/29 02:15:00 markd Exp $
2 2
3BLAKE2s (prison-5.98.0.tar.xz) = d9cac3651c2250de09ccb06977d58deae38a0af23dac824be9998ad4a6fb314a 3BLAKE2s (prison-5.108.0.tar.xz) = f04a5ae5a8c303645cbb880657844f9774fe5b30c9b473ac21ee74a6f1bec51e
4SHA512 (prison-5.98.0.tar.xz) = 71c800693292a98888f8dad3317613464bd7c07c20ea882e871f1103270619a0a59021405207f30bad4360c81649ae2701d7237c9e9d5948a4d37b4d148b067b 4SHA512 (prison-5.108.0.tar.xz) = 2923f4ecbc81ce093e2be38c98726dd62c74e7783aabf67e4e62858aa7002228f2da69d27150a5f95648c304f56114758c0f8215d5bec442584e2d22b4440120
5Size (prison-5.98.0.tar.xz) = 55752 bytes 5Size (prison-5.108.0.tar.xz) = 55848 bytes
6SHA1 (patch-CMakeLists.txt) = 8337d6c7018f99ee418c0c7f2c79661cb8a10fbf 

File Deleted: pkgsrc/graphics/prison/patches/patch-CMakeLists.txt