Sun Feb 15 11:15:05 2015 UTC ()
Update to 1.3.1

* zsh completion module is not installed.

Changelog:
Release 1.3.1    [2014-08-10]

        - INCOMPATIBLE CHANGE: -r doesn't follow symlinks
        - A zsh completion module
        - Support for password-protected PDFs
        - Allow to omit '.' with -r to search current directory
        - Add -p or --page-count to count matches per page (by Jascha Knack)
        - Add -m or --max-count to limit matches per file (by Thibault Marin)


(ryoon)
diff -r1.16 -r1.17 pkgsrc/textproc/pdfgrep/Makefile
diff -r1.2 -r1.3 pkgsrc/textproc/pdfgrep/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/textproc/pdfgrep/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/pdfgrep/Makefile 2015/01/08 10:20:37 1.16
+++ pkgsrc/textproc/pdfgrep/Makefile 2015/02/15 11:15:05 1.17
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.16 2015/01/08 10:20:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.17 2015/02/15 11:15:05 ryoon Exp $
2# 2#
3 3
4DISTNAME= pdfgrep-1.3.0 4DISTNAME= pdfgrep-1.3.1
5PKGREVISION= 12 
6CATEGORIES= textproc 5CATEGORIES= textproc
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pdfgrep/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pdfgrep/}
8 7
9MAINTAINER= ryoon@NetBSD.org 8MAINTAINER= ryoon@NetBSD.org
10HOMEPAGE= http://pdfgrep.sourceforge.net/ 9HOMEPAGE= http://pdfgrep.sourceforge.net/
11COMMENT= Pdfgrep is a tool to search text in PDF files 10COMMENT= Pdfgrep is a tool to search text in PDF files
12LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
13 12
14GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
15USE_LANGUAGES= c++ c 14USE_LANGUAGES= c++ c
16USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
17 16
18.include "../../print/poppler-includes/buildlink3.mk" 17.include "../../print/poppler-includes/buildlink3.mk"

cvs diff -r1.2 -r1.3 pkgsrc/textproc/pdfgrep/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/pdfgrep/distinfo 2012/07/21 14:32:54 1.2
+++ pkgsrc/textproc/pdfgrep/distinfo 2015/02/15 11:15:05 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2012/07/21 14:32:54 ryoon Exp $ 1$NetBSD: distinfo,v 1.3 2015/02/15 11:15:05 ryoon Exp $
2 2
3SHA1 (pdfgrep-1.3.0.tar.gz) = cac20afdea7aee1602b2c33c3d8d36ec171c30bc 3SHA1 (pdfgrep-1.3.1.tar.gz) = 8d15760af0803ccea32760d5f68abe4224169639
4RMD160 (pdfgrep-1.3.0.tar.gz) = 1751a51109ca003275578403a7adc2d27c8f5209 4RMD160 (pdfgrep-1.3.1.tar.gz) = abc9215049534d27eeaea35d7c854a47e74db01f
5Size (pdfgrep-1.3.0.tar.gz) = 99739 bytes 5Size (pdfgrep-1.3.1.tar.gz) = 111653 bytes