2017-08-15 13:52:22 by Niclas Rosenvik | Files touched by this commit (1) | |
Log message:
Revbump due to poppler update to verson 0.57.0.
|
2017-08-11 03:00:25 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
Add patches/
|
2017-08-11 02:59:45 by Ryo ONODERA | Files touched by this commit (2) |
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
|
2017-05-02 15:37:33 by Thomas Klausner | Files touched by this commit (44) |
Log message:
Recursive bump for poppler-0.54.0
|
2017-01-25 15:36:40 by Thomas Klausner | Files touched by this commit (36) | |
Log message:
Recursive bump for poppler update
|
2016-11-08 11:51:30 by Thomas Klausner | Files touched by this commit (46) |
Log message:
Recursive bump for poppler-0.48.0.
|
2016-08-01 16:23:58 by Thomas Klausner | Files touched by this commit (45) |
Log message:
Recursive PKGREVISION bump for poppler-0.46.0 shlib major bump.
|
2016-05-22 20:20:49 by Thomas Klausner | Files touched by this commit (42) | |
Log message:
Recursive bump for poppler* update to 0.44.0.
|
2016-04-15 16:42:54 by Thomas Klausner | Files touched by this commit (42) |
Log message:
Recursive PKGREVISION bump for poppler-0.42.0.
|
2016-03-23 13:40:00 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
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
|