aboutsummaryrefslogtreecommitdiff
path: root/textproc/pdfgrep/pkg-descr
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-12-15 08:14:48 +0000
committerWen Heping <wen@FreeBSD.org>2010-12-15 08:14:48 +0000
commitb11ec6a474c1f141d28d3529a314205a05c1c376 (patch)
tree3b447d0d86ffea9f7f924bc5d83f08df048b3e1a /textproc/pdfgrep/pkg-descr
parent072e0907a13f486b337e7faa401bc6c974b7e9dc (diff)
downloadports-b11ec6a474c1f141d28d3529a314205a05c1c376.tar.gz
ports-b11ec6a474c1f141d28d3529a314205a05c1c376.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>
Notes
Notes: svn path=/head/; revision=266331
Diffstat (limited to 'textproc/pdfgrep/pkg-descr')
-rw-r--r--textproc/pdfgrep/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/pdfgrep/pkg-descr b/textproc/pdfgrep/pkg-descr
new file mode 100644
index 000000000000..cb2019c83189
--- /dev/null
+++ b/textproc/pdfgrep/pkg-descr
@@ -0,0 +1,14 @@
+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/