pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/pdfgrep Update to 2.0.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/37ce3a17d821
branches: trunk
changeset: 366312:37ce3a17d821
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Fri Aug 11 00:59:45 2017 +0000
description:
Update to 2.0.1
* Disable C++ locale on NetBSD to avoid runtime error in non-C locale case
Changelog:
Version 2.0.1 [2017-03-06]
---------------------------
- Bugfix: Fix --cache when used with recursive search
Version 2.0 [2017-01-25]
-------------------------
- **Incompatible change**: `--context/-C` is now line based as opposed to
character based and works just like grep
- Two new options from grep: `-A/--after-context` and `-B/--before-context`
- Lines with multiple matches are now printed only once
- Optional caching of pdf-text for faster operation (by Christian Dietrich)
This adds a **new dependency**: libgcrypt
- Bash-completion improvements (by Rainer M?ller)
- Bugfix: Fixed string search (`-F`) now works as advertised with multiple
patterns
- Bugfix: Empty pages can now be matched with `^$`
- Bugfix: The pattern `^` now matches *only* at the beginning of pages
- Bugfix: Text outside of PDF's CropBox but inside the MediaBox is not
ignored anymore.
- Various fixes for BSD support
diffstat:
textproc/pdfgrep/Makefile | 6 +++---
textproc/pdfgrep/distinfo | 11 ++++++-----
2 files changed, 9 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r d0e24ad24664 -r 37ce3a17d821 textproc/pdfgrep/Makefile
--- a/textproc/pdfgrep/Makefile Thu Aug 10 19:08:38 2017 +0000
+++ b/textproc/pdfgrep/Makefile Fri Aug 11 00:59:45 2017 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2017/05/02 13:37:33 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2017/08/11 00:59:45 ryoon Exp $
#
-DISTNAME= pdfgrep-1.4.1
-PKGREVISION= 6
+DISTNAME= pdfgrep-2.0.1
CATEGORIES= textproc
MASTER_SITES= https://pdfgrep.org/download/
@@ -19,4 +18,5 @@
.include "../../print/poppler-includes/buildlink3.mk"
.include "../../print/poppler-cpp/buildlink3.mk"
.include "../../print/poppler/buildlink3.mk"
+.include "../../security/libgcrypt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r d0e24ad24664 -r 37ce3a17d821 textproc/pdfgrep/distinfo
--- a/textproc/pdfgrep/distinfo Thu Aug 10 19:08:38 2017 +0000
+++ b/textproc/pdfgrep/distinfo Fri Aug 11 00:59:45 2017 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2016/03/23 12:40:00 ryoon Exp $
+$NetBSD: distinfo,v 1.6 2017/08/11 00:59:45 ryoon Exp $
-SHA1 (pdfgrep-1.4.1.tar.gz) = 47fa7b4b399f451c5131f4106812b6e03f959123
-RMD160 (pdfgrep-1.4.1.tar.gz) = 4bea454f503b7035e99efc3e36cbfd79e28b2a57
-SHA512 (pdfgrep-1.4.1.tar.gz) = 27ce23c25a5f284b3eba92a0f8dbf02600248548967c1e71dfb41e43528824d9add587ea0ac23899ff07d2ffc6c74c2e6e4c2e7240e69494b8d31b7a4afc3735
-Size (pdfgrep-1.4.1.tar.gz) = 151926 bytes
+SHA1 (pdfgrep-2.0.1.tar.gz) = 35e8a5143849f7da72c6793e7056c079b5208b5c
+RMD160 (pdfgrep-2.0.1.tar.gz) = 5c656f03b00e80395d648f804db3fc6d748c701b
+SHA512 (pdfgrep-2.0.1.tar.gz) = 4285f8cb514975a0040cdd6b82133090e27ba5c2f95ca880dccc3dd4fa3427260a5fc73d807df9124a79fa36ac6ed8c11380cde11e00599ed7134d92c50df4a0
+Size (pdfgrep-2.0.1.tar.gz) = 187217 bytes
+SHA1 (patch-src_pdfgrep.cc) = ac9290a2467b88592788adf1ec7d15b4cfb5c8a6
Home |
Main Index |
Thread Index |
Old Index