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!
This commit is contained in:
parent
17998bc618
commit
aa481c9a3e
4 changed files with 41 additions and 0 deletions
12
textproc/pdfgrep/DESCR
Normal file
12
textproc/pdfgrep/DESCR
Normal file
|
@ -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!
|
21
textproc/pdfgrep/Makefile
Normal file
21
textproc/pdfgrep/Makefile
Normal file
|
@ -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"
|
3
textproc/pdfgrep/PLIST
Normal file
3
textproc/pdfgrep/PLIST
Normal file
|
@ -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
|
5
textproc/pdfgrep/distinfo
Normal file
5
textproc/pdfgrep/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue