pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/leptonica
Module Name: pkgsrc
Committed By: adam
Date: Fri Mar 22 08:23:04 UTC 2019
Modified Files:
pkgsrc/graphics/leptonica: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/leptonica/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/leptonica/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/leptonica/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/leptonica/Makefile
diff -u pkgsrc/graphics/leptonica/Makefile:1.15 pkgsrc/graphics/leptonica/Makefile:1.16
--- pkgsrc/graphics/leptonica/Makefile:1.15 Sun Dec 16 14:20:22 2018
+++ pkgsrc/graphics/leptonica/Makefile Fri Mar 22 08:23:04 2019
@@ -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/}
Index: pkgsrc/graphics/leptonica/PLIST
diff -u pkgsrc/graphics/leptonica/PLIST:1.3 pkgsrc/graphics/leptonica/PLIST:1.4
--- pkgsrc/graphics/leptonica/PLIST:1.3 Thu Jan 25 11:27:35 2018
+++ pkgsrc/graphics/leptonica/PLIST Fri Mar 22 08:23:04 2019
@@ -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/convertsegfilestops
bin/converttopdf
bin/converttops
bin/fileinfo
+bin/imagetops
bin/xtractprotos
include/leptonica/allheaders.h
include/leptonica/alltypes.h
Index: pkgsrc/graphics/leptonica/distinfo
diff -u pkgsrc/graphics/leptonica/distinfo:1.13 pkgsrc/graphics/leptonica/distinfo:1.14
--- pkgsrc/graphics/leptonica/distinfo:1.13 Sun Dec 16 14:20:22 2018
+++ pkgsrc/graphics/leptonica/distinfo Fri Mar 22 08:23:04 2019
@@ -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