diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-03-23 12:40:00 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-03-23 12:40:00 +0000 |
commit | f9821a914b0e5c644393c23efcee2dd2f9a4403c (patch) | |
tree | 35aece7623d9512d4884b6d9c57ef624882415ff /textproc/pdfgrep/PLIST | |
parent | 34476ec19a8f9d79014ff35d81c3c56e121511d2 (diff) | |
download | pkgsrc-f9821a914b0e5c644393c23efcee2dd2f9a4403c.tar.gz |
Update to 1.4.1
* Update HOMEPAGE and MASTER_SITES
Changelog:
Version 1.4.1 [2015-09-24]
---------------------------
- Test suite added
- Bugfix: The tarball contains HACKING and README again
- Bugfix: The zsh completion completes options as first
argument correctly
- Bugfix: Exit status is set as advertised
- Bugfix: Spurious null bytes removed from output
- Bugfix: Skipping of some matches in certain conditions fixed.
- Bugfix: Empty matches don't trigger a loop
Version 1.4.0 [2015-08-14]
---------------------------
- PCRE support (by Julius Plenz)
- Fixed string search
- Ability to pass multiple passwords
- Option to change the colon as prefix separator
- Optional warning about PDFs that contain no searchable text
- New option from grep: +--only-matching+
- New option from grep: +--null+
- Bugfix: Correctly print unicode characters
- Installation: New configure flag +--without-libpcre+
- Installation: New configure flag +--disable-doc+ to disable
manpage generation with asciidoc
- Installation: pdfgrep now requires c++11
Diffstat (limited to 'textproc/pdfgrep/PLIST')
-rw-r--r-- | textproc/pdfgrep/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/pdfgrep/PLIST b/textproc/pdfgrep/PLIST index 3596122b046..cf575b5c516 100644 --- a/textproc/pdfgrep/PLIST +++ b/textproc/pdfgrep/PLIST @@ -1,3 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/10/28 22:00:13 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/03/23 12:40:00 ryoon Exp $ bin/pdfgrep man/man1/pdfgrep.1 +share/bash-completion/completions/pdfgrep +share/zsh/site-functions/_pdfgrep |