diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-02-15 11:15:05 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-02-15 11:15:05 +0000 |
commit | 0bd368614c5e3f0d5ba251bfec5330a61c3d58dc (patch) | |
tree | b10bc5cb04828fcbf665a5ce75677ff42200c7c0 /textproc | |
parent | 4ca3962368cc1a3589bc472f7a54679286efe8a0 (diff) | |
download | pkgsrc-0bd368614c5e3f0d5ba251bfec5330a61c3d58dc.tar.gz |
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)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pdfgrep/Makefile | 5 | ||||
-rw-r--r-- | textproc/pdfgrep/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/pdfgrep/Makefile b/textproc/pdfgrep/Makefile index 7cdf4ce9e55..7ead6af27cf 100644 --- a/textproc/pdfgrep/Makefile +++ b/textproc/pdfgrep/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2015/01/08 10:20:37 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/02/15 11:15:05 ryoon Exp $ # -DISTNAME= pdfgrep-1.3.0 -PKGREVISION= 12 +DISTNAME= pdfgrep-1.3.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pdfgrep/} diff --git a/textproc/pdfgrep/distinfo b/textproc/pdfgrep/distinfo index 952a08f0292..51f20a5b996 100644 --- a/textproc/pdfgrep/distinfo +++ b/textproc/pdfgrep/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2012/07/21 14:32:54 ryoon Exp $ +$NetBSD: distinfo,v 1.3 2015/02/15 11:15:05 ryoon Exp $ -SHA1 (pdfgrep-1.3.0.tar.gz) = cac20afdea7aee1602b2c33c3d8d36ec171c30bc -RMD160 (pdfgrep-1.3.0.tar.gz) = 1751a51109ca003275578403a7adc2d27c8f5209 -Size (pdfgrep-1.3.0.tar.gz) = 99739 bytes +SHA1 (pdfgrep-1.3.1.tar.gz) = 8d15760af0803ccea32760d5f68abe4224169639 +RMD160 (pdfgrep-1.3.1.tar.gz) = abc9215049534d27eeaea35d7c854a47e74db01f +Size (pdfgrep-1.3.1.tar.gz) = 111653 bytes |