pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/leptonica leptonica: updated to 1.78.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbcf8f2da96a
branches:  trunk
changeset: 331662:fbcf8f2da96a
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Mar 22 08:23:04 2019 +0000

description:
leptonica: updated to 1.78.0

1.78.0:
* Various improvements in handling boxa sequences and transforms.
* New regression tests: boxa4_reg, string_reg
* New function for copying a pix, filtered by a boxa.
* Modify histogram method for image comparison.
* More careful attention to invalid boxes in box geometry functions.
* Better string and array functions for search and replace.
* Convenience functions for generating simple masks.
* Allow pdf writing of jp2k images, in full generality.
* Allow writing compressed ps images for printing.
* Modified enum comments to include a suggested enum name.
* New program: imagetops

diffstat:

 graphics/leptonica/Makefile |   4 ++--
 graphics/leptonica/PLIST    |   3 ++-
 graphics/leptonica/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r 02d5d6de675d -r fbcf8f2da96a graphics/leptonica/Makefile
--- a/graphics/leptonica/Makefile       Thu Mar 21 22:16:45 2019 +0000
+++ b/graphics/leptonica/Makefile       Fri Mar 22 08:23:04 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2018/12/16 14:20:22 adam Exp $
+# $NetBSD: Makefile,v 1.16 2019/03/22 08:23:04 adam Exp $
 
-DISTNAME=      leptonica-1.77.0
+DISTNAME=      leptonica-1.78.0
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=danbloomberg/}
 
diff -r 02d5d6de675d -r fbcf8f2da96a graphics/leptonica/PLIST
--- a/graphics/leptonica/PLIST  Thu Mar 21 22:16:45 2019 +0000
+++ b/graphics/leptonica/PLIST  Fri Mar 22 08:23:04 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/01/25 11:27:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/03/22 08:23:04 adam Exp $
 bin/convertfilestopdf
 bin/convertfilestops
 bin/convertformat
@@ -7,6 +7,7 @@
 bin/converttopdf
 bin/converttops
 bin/fileinfo
+bin/imagetops
 bin/xtractprotos
 include/leptonica/allheaders.h
 include/leptonica/alltypes.h
diff -r 02d5d6de675d -r fbcf8f2da96a graphics/leptonica/distinfo
--- a/graphics/leptonica/distinfo       Thu Mar 21 22:16:45 2019 +0000
+++ b/graphics/leptonica/distinfo       Fri Mar 22 08:23:04 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2018/12/16 14:20:22 adam Exp $
+$NetBSD: distinfo,v 1.14 2019/03/22 08:23:04 adam Exp $
 
-SHA1 (leptonica-1.77.0.tar.gz) = 12a2fc81b4d0c1f910c29b831811b88cca8ae7ef
-RMD160 (leptonica-1.77.0.tar.gz) = 577ae581b2a9fb8feff130f9bed37ecb45cb71d8
-SHA512 (leptonica-1.77.0.tar.gz) = 3cf764c76d5acb6d5982c44e78c02d7a7c3b5e79937c41df193e71dd8a02dbbf965d34a2ecdf0444e907cb73c06bdb8bcae4ceafbf5ee1483c022659e897015b
-Size (leptonica-1.77.0.tar.gz) = 12888756 bytes
+SHA1 (leptonica-1.78.0.tar.gz) = ab387b6ae0a3358017c277aac1cd6985c8501a35
+RMD160 (leptonica-1.78.0.tar.gz) = 6ab179da9136d719a89a6847c45ce89791d3b841
+SHA512 (leptonica-1.78.0.tar.gz) = f059ccc8e7b5ff2c796aeb4ab18bd25e133ec4f38c36b9e2ee203db35a1e68cf45b8baf78ebc4acba4e3607328d1374ea0e8425f35cbe06c6c5728a1ec8c3f50
+Size (leptonica-1.78.0.tar.gz) = 12905925 bytes



Home | Main Index | Thread Index | Old Index