2013-05-19 16:34:47 +02:00
|
|
|
# Created by: Michael Ranner <michael@ranner.eu>
|
2010-12-15 09:14:48 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pdfgrep
|
2015-10-27 21:52:31 +01:00
|
|
|
PORTVERSION= 1.4.1
|
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
2017-04-01 17:23:30 +02:00
|
|
|
PORTREVISION= 4
|
2010-12-15 09:14:48 +01:00
|
|
|
CATEGORIES= textproc
|
2015-10-27 21:52:31 +01:00
|
|
|
MASTER_SITES= https://pdfgrep.org/download/
|
2010-12-15 09:14:48 +01:00
|
|
|
|
|
|
|
MAINTAINER= michael@ranner.eu
|
2014-06-07 17:53:49 +02:00
|
|
|
COMMENT= Tool to search text in PDF files
|
2010-12-15 09:14:48 +01:00
|
|
|
|
|
|
|
LICENSE= GPLv2
|
2013-05-19 16:34:47 +02:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
LIB_DEPENDS= libpoppler.so:graphics/poppler
|
2010-12-15 09:14:48 +01:00
|
|
|
|
2017-05-23 00:29:17 +02:00
|
|
|
BROKEN_powerpc64= fails to link: pdfgrep.cc: undefined reference to poppler::set_debug_error_function
|
|
|
|
|
2010-12-15 09:14:48 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2015-10-27 21:52:31 +01:00
|
|
|
USES= compiler:c++11-lib gmake pkgconfig
|
2010-12-15 09:14:48 +01:00
|
|
|
CONFIGURE_ARGS= poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler"
|
|
|
|
|
2015-10-27 21:52:31 +01:00
|
|
|
PLIST_FILES= bin/pdfgrep man/man1/pdfgrep.1.gz \
|
|
|
|
share/bash-completion/completions/pdfgrep \
|
|
|
|
share/zsh/site-functions/_pdfgrep
|
2010-12-15 09:14:48 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|