Commit graph

5 commits

Author SHA1 Message Date
ryoon
4bd6c0d059 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
2016-03-23 12:40:00 +00:00
agc
2eddae48e5 Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:59:17 +00:00
ryoon
40d0137b03 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)
2015-02-15 11:15:05 +00:00
ryoon
65205ffc9e Update to 1.3.0
* Buildlink to print/poppler-cpp
* Fix build with popplar-0.20

Changelog:
Release 1.3.0    [2012-02-14]

        - Experimental support for libunac (removing accents and ligatures before search)
        - Recursive search [--recursive] (by Mahmut Gundes)
        - Don't use colors on dumb terminals
        - A few minor bug fixes
        - Use poppler-cpp instead of the poppler core library (by Pino Toscano)
2012-07-21 14:32:54 +00:00
ryoon
e1917891f2 Import pdfgrep-1.2 as textproc/pdfgrep from wip/pdfgrep
Pdfgrep is a tool to search text in PDF files. It works similar to
grep.

Features
========
* search for regular expressions.
* support for some important grep options, including:
      o filename output.
      o page number output.
      o optional case insensitivity.
      o count occurrences.
* and the most important feature: color output!
2011-10-28 22:00:13 +00:00