pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/pdfgrep



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Aug 11 00:59:45 UTC 2017

Modified Files:
        pkgsrc/textproc/pdfgrep: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/textproc/pdfgrep/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/pdfgrep/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/pdfgrep/Makefile
diff -u pkgsrc/textproc/pdfgrep/Makefile:1.29 pkgsrc/textproc/pdfgrep/Makefile:1.30
--- pkgsrc/textproc/pdfgrep/Makefile:1.29       Tue May  2 13:37:33 2017
+++ pkgsrc/textproc/pdfgrep/Makefile    Fri Aug 11 00:59:45 2017
@@ -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 @@ USE_TOOLS+=   gmake pkg-config
 .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"

Index: pkgsrc/textproc/pdfgrep/distinfo
diff -u pkgsrc/textproc/pdfgrep/distinfo:1.5 pkgsrc/textproc/pdfgrep/distinfo:1.6
--- pkgsrc/textproc/pdfgrep/distinfo:1.5        Wed Mar 23 12:40:00 2016
+++ pkgsrc/textproc/pdfgrep/distinfo    Fri Aug 11 00:59:45 2017
@@ -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