diff options
author | wen <wen@FreeBSD.org> | 2010-12-15 16:14:48 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-12-15 16:14:48 +0800 |
commit | 8796402bfa4da76ac5b145a6e5897639ff57ebb1 (patch) | |
tree | 6c2ddc1f24ebbc9afcfd7ea1c669e3fd6c2991d1 /textproc/Makefile | |
parent | 38221398d2c6a42b84a0dabf1e75e638cc99ab08 (diff) | |
download | freebsd-ports-gnome-8796402bfa4da76ac5b145a6e5897639ff57ebb1.tar.gz freebsd-ports-gnome-8796402bfa4da76ac5b145a6e5897639ff57ebb1.tar.zst freebsd-ports-gnome-8796402bfa4da76ac5b145a6e5897639ff57ebb1.zip |
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!
WWW: http://pdfgrep.sourceforge.net/
PR: ports/152648
Submitted by: Michael Ranner <michael@ranner.eu>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 1f975b09377a..c8a5fd7e55c7 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -926,6 +926,7 @@ SUBDIR += par SUBDIR += pardiff SUBDIR += pcrs + SUBDIR += pdfgrep SUBDIR += pdfoutline SUBDIR += pdftohtml SUBDIR += pear-File_Fortune |