diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-10-28 22:00:13 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-10-28 22:00:13 +0000 |
commit | aa481c9a3e10401e8a532315eb7ce3401c719581 (patch) | |
tree | 93a974bcf85b79657b812d241ab2b3f415a15f70 /textproc/pdfgrep | |
parent | 17998bc618f6c733cc6e4bf82fcb683484fb133b (diff) | |
download | pkgsrc-aa481c9a3e10401e8a532315eb7ce3401c719581.tar.gz |
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!
Diffstat (limited to 'textproc/pdfgrep')
-rw-r--r-- | textproc/pdfgrep/DESCR | 12 | ||||
-rw-r--r-- | textproc/pdfgrep/Makefile | 21 | ||||
-rw-r--r-- | textproc/pdfgrep/PLIST | 3 | ||||
-rw-r--r-- | textproc/pdfgrep/distinfo | 5 |
4 files changed, 41 insertions, 0 deletions
diff --git a/textproc/pdfgrep/DESCR b/textproc/pdfgrep/DESCR new file mode 100644 index 00000000000..d8e4e9ef6bb --- /dev/null +++ b/textproc/pdfgrep/DESCR @@ -0,0 +1,12 @@ +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! diff --git a/textproc/pdfgrep/Makefile b/textproc/pdfgrep/Makefile new file mode 100644 index 00000000000..6d632cfe7fd --- /dev/null +++ b/textproc/pdfgrep/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/10/28 22:00:13 ryoon Exp $ +# + +DISTNAME= pdfgrep-1.2 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pdfgrep/} + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= http://pdfgrep.sourceforge.net/ +COMMENT= Pdfgrep is a tool to search text in PDF files +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LANGUAGES= c++ c +USE_TOOLS+= pkg-config + +.include "../../print/poppler-includes/buildlink3.mk" +.include "../../print/poppler/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/pdfgrep/PLIST b/textproc/pdfgrep/PLIST new file mode 100644 index 00000000000..3596122b046 --- /dev/null +++ b/textproc/pdfgrep/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/10/28 22:00:13 ryoon Exp $ +bin/pdfgrep +man/man1/pdfgrep.1 diff --git a/textproc/pdfgrep/distinfo b/textproc/pdfgrep/distinfo new file mode 100644 index 00000000000..87eda3dcd04 --- /dev/null +++ b/textproc/pdfgrep/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/10/28 22:00:13 ryoon Exp $ + +SHA1 (pdfgrep-1.2.tar.gz) = b294adc4aadb23f26012b39b3e4ca6955da08532 +RMD160 (pdfgrep-1.2.tar.gz) = 83f6bf428aa800aeb409c14f40dc2317a77d23aa +Size (pdfgrep-1.2.tar.gz) = 94153 bytes |