Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to 1.3.0 to fix the build with recent versions of poppler [1]. | Raphael Kubo da Costa | 2013-05-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | While here, trim the Makefile headers, remove an unnecessary LICENSE_FILE header (GPLv2 is a standard license we already have in our templates) and move the LICENSE entry to the right place in the Makefile. PR: ports/177503 [1] Submitted by: Armin Gruner <ag-freebsd@muc.de> Approved by: maintainer timeout (50 days) Notes: svn path=/head/; revision=318528 | ||||
* | Pdfgrep is a tool to search text in PDF files. It works similar to grep. | Wen Heping | 2010-12-15 | 1 | -0/+2 |
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! WWW: http://pdfgrep.sourceforge.net/ PR: ports/152648 Submitted by: Michael Ranner <michael@ranner.eu> Notes: svn path=/head/; revision=266331 |