pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/p5-PDF-Reuse-Barcode



Module Name:    pkgsrc
Committed By:   wen
Date:           Tue Aug  4 02:15:42 UTC 2026

Modified Files:
        pkgsrc/textproc/p5-PDF-Reuse-Barcode: Makefile distinfo

Log Message:
Update to 0.11

Upstream changes:
0.11 Wed Jul 29 2026
     Bug fixes to the 0.10 "textsize" work and one older defect:
     - The bars are now raised as the text grows, so a large textsize no
       longer prints the human readable text over the bottom of the
       barcode. Previously anything above about 12 point overprinted,
       which is a scanning failure rather than a cosmetic one. GitHub #8.
     - The background extension strips are drawn at the height the
       background box was actually drawn at, rather than one unit short.
       GitHub #8.
     - $qrcode is reset between barcodes, so a barcode drawn after a
       QRcode in the same process no longer renders down the QRcode path.
       GitHub #6.
     Output at the default textsize is unchanged.
0.10 Wed Jul 29 2026
     Added "textsize" parameter to set the point size of the human readable
     text below the barcode. Defaults to 10, so existing output is unchanged.
     Applies to Code128, Code39, the 2of5 family, ITF, NW7 and QRcode; the
     EAN and UPC functions place their text in fixed positions and still use
     10 point. GitHub #3.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/p5-PDF-Reuse-Barcode/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/p5-PDF-Reuse-Barcode/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/p5-PDF-Reuse-Barcode/Makefile
diff -u pkgsrc/textproc/p5-PDF-Reuse-Barcode/Makefile:1.22 pkgsrc/textproc/p5-PDF-Reuse-Barcode/Makefile:1.23
--- pkgsrc/textproc/p5-PDF-Reuse-Barcode/Makefile:1.22  Thu Jul 16 19:05:05 2026
+++ pkgsrc/textproc/p5-PDF-Reuse-Barcode/Makefile       Tue Aug  4 02:15:42 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2026/07/16 19:05:05 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2026/08/04 02:15:42 wen Exp $
 
-DISTNAME=      PDF-Reuse-Barcode-0.09
+DISTNAME=      PDF-Reuse-Barcode-0.11
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc print perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CN/CNIGHS/}
 

Index: pkgsrc/textproc/p5-PDF-Reuse-Barcode/distinfo
diff -u pkgsrc/textproc/p5-PDF-Reuse-Barcode/distinfo:1.6 pkgsrc/textproc/p5-PDF-Reuse-Barcode/distinfo:1.7
--- pkgsrc/textproc/p5-PDF-Reuse-Barcode/distinfo:1.6   Wed Feb 18 07:24:22 2026
+++ pkgsrc/textproc/p5-PDF-Reuse-Barcode/distinfo       Tue Aug  4 02:15:42 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2026/02/18 07:24:22 wen Exp $
+$NetBSD: distinfo,v 1.7 2026/08/04 02:15:42 wen Exp $
 
-BLAKE2s (PDF-Reuse-Barcode-0.09.tar.gz) = 11c22ef59b1bd80e0dea824264ce70d46a766859805e5564e990df59b4e51a32
-SHA512 (PDF-Reuse-Barcode-0.09.tar.gz) = 29a35f2674b903ae5a4394b59ca1d38993f48c12752694c6a1411f9009a401b237c2ce8630dac0dbca37d5701ee25b770b25062af47e8cf8c6fd440f0ee028e8
-Size (PDF-Reuse-Barcode-0.09.tar.gz) = 10099 bytes
+BLAKE2s (PDF-Reuse-Barcode-0.11.tar.gz) = 92a7ef80477cc5c0f80dfa34b95b2869bfee5e94a4049373f26764972c27e20a
+SHA512 (PDF-Reuse-Barcode-0.11.tar.gz) = bb54931dd7fe25d717cab48dfe665e1f2a029d1a4e0398c5ca5d6c69b67aa7c889962005be8c0050bc25af2d5e44aa45dbabc18be0262abb73d90b26ceb469d0
+Size (PDF-Reuse-Barcode-0.11.tar.gz) = 17001 bytes



Home | Main Index | Thread Index | Old Index