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.1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f3f7b41af03
branches:  trunk
changeset: 330221:3f3f7b41af03
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Feb 25 12:44:32 2019 +0000

description:
Update to 2.1.2

Changelog:
Version 2.1.2  [2018-11-19]
---------------------------

  - Bugfix: Fix crash when compiled with hardened compiler flags
    (specifically -D_GLIBCXX_ASSERTIONS)

Version 2.1.1  [2018-05-22]
---------------------------

  - Bugfix: Fix build with libunac support enabled

Version 2.1.0  [2018-04-28]
---------------------------

  - New option `--page-range` to limit search to a set of pages
  - New option `--file/-f` to read patterns from a file
  - New option `--regexp/-e` to specify multiple patterns (combined with OR).
  - New options `--files-with-matches/-l` and `--files-without-match/-L` to only
    list filenames of files that contain or don't contain matches.
  - Major manpage restructuring. It's now divided into subsections like the GNU
    grep's manpage.
  - Bugfix: Actually stop searching after first match with `-q`

Version 2.0.1  [2017-03-06]
---------------------------

  - Bugfix: Fix --cache when used with recursive search

diffstat:

 textproc/pdfgrep/Makefile |   5 ++---
 textproc/pdfgrep/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r d44ec013b699 -r 3f3f7b41af03 textproc/pdfgrep/Makefile
--- a/textproc/pdfgrep/Makefile Mon Feb 25 12:17:34 2019 +0000
+++ b/textproc/pdfgrep/Makefile Mon Feb 25 12:44:32 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2019/02/16 13:26:51 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2019/02/25 12:44:32 ryoon Exp $
 
-DISTNAME=      pdfgrep-2.0.1
-PKGREVISION=   15
+DISTNAME=      pdfgrep-2.1.2
 CATEGORIES=    textproc
 MASTER_SITES=  https://pdfgrep.org/download/
 
diff -r d44ec013b699 -r 3f3f7b41af03 textproc/pdfgrep/distinfo
--- a/textproc/pdfgrep/distinfo Mon Feb 25 12:17:34 2019 +0000
+++ b/textproc/pdfgrep/distinfo Mon Feb 25 12:44:32 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.7 2017/09/15 22:18:00 ast Exp $
+$NetBSD: distinfo,v 1.8 2019/02/25 12:44:32 ryoon Exp $
 
-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 (pdfgrep-2.1.2.tar.gz) = 4047778665c3171ac632ed9a49c4ebfccf2fb48b
+RMD160 (pdfgrep-2.1.2.tar.gz) = 59fe7845f96c988a3f96cf324a0bb72fcc6d8b97
+SHA512 (pdfgrep-2.1.2.tar.gz) = 27bc4741e5203b2fd265815a22ad8d702b3455b2ae932641b040fc9ce615bc9ff0abef221eb2ec8aa59c79cb139d31184261d076f9731177129a473d62aa4e5c
+Size (pdfgrep-2.1.2.tar.gz) = 197289 bytes
 SHA1 (patch-src_cache.cc) = 64f38fe8e99792119b79f7af50fb34d77bdffec3
 SHA1 (patch-src_cache.cc_config.h.in) = 2b05d4ccf870660f640aa85c6eadbd94a85322af
 SHA1 (patch-src_cache.cc_configure) = 1f522d758bf9d84fec4a3ffffacf4e9341074aa9



Home | Main Index | Thread Index | Old Index