summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2016-03-23 12:40:00 +0000
committerryoon <ryoon@pkgsrc.org>2016-03-23 12:40:00 +0000
commitf9821a914b0e5c644393c23efcee2dd2f9a4403c (patch)
tree35aece7623d9512d4884b6d9c57ef624882415ff /textproc
parent34476ec19a8f9d79014ff35d81c3c56e121511d2 (diff)
downloadpkgsrc-f9821a914b0e5c644393c23efcee2dd2f9a4403c.tar.gz
Update to 1.4.1
* Update HOMEPAGE and MASTER_SITES Changelog: Version 1.4.1 [2015-09-24] --------------------------- - Test suite added - Bugfix: The tarball contains HACKING and README again - Bugfix: The zsh completion completes options as first argument correctly - Bugfix: Exit status is set as advertised - Bugfix: Spurious null bytes removed from output - Bugfix: Skipping of some matches in certain conditions fixed. - Bugfix: Empty matches don't trigger a loop Version 1.4.0 [2015-08-14] --------------------------- - PCRE support (by Julius Plenz) - Fixed string search - Ability to pass multiple passwords - Option to change the colon as prefix separator - Optional warning about PDFs that contain no searchable text - New option from grep: +--only-matching+ - New option from grep: +--null+ - Bugfix: Correctly print unicode characters - Installation: New configure flag +--without-libpcre+ - Installation: New configure flag +--disable-doc+ to disable manpage generation with asciidoc - Installation: pdfgrep now requires c++11
Diffstat (limited to 'textproc')
-rw-r--r--textproc/pdfgrep/Makefile12
-rw-r--r--textproc/pdfgrep/PLIST4
-rw-r--r--textproc/pdfgrep/distinfo10
3 files changed, 14 insertions, 12 deletions
diff --git a/textproc/pdfgrep/Makefile b/textproc/pdfgrep/Makefile
index 7dc0f9f8379..d562d02484b 100644
--- a/textproc/pdfgrep/Makefile
+++ b/textproc/pdfgrep/Makefile
@@ -1,20 +1,20 @@
-# $NetBSD: Makefile,v 1.22 2016/01/27 10:31:32 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2016/03/23 12:40:00 ryoon Exp $
#
-DISTNAME= pdfgrep-1.3.1
-PKGREVISION= 5
+DISTNAME= pdfgrep-1.4.1
CATEGORIES= textproc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pdfgrep/}
+MASTER_SITES= https://pdfgrep.org/download/
MAINTAINER= ryoon@NetBSD.org
-HOMEPAGE= http://pdfgrep.sourceforge.net/
+HOMEPAGE= https://pdfgrep.org/
COMMENT= Pdfgrep is a tool to search text in PDF files
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LANGUAGES= c++ c
-USE_TOOLS+= pkg-config
+USE_TOOLS+= gmake pkg-config
+.include "../../devel/pcre/buildlink3.mk"
.include "../../print/poppler-includes/buildlink3.mk"
.include "../../print/poppler-cpp/buildlink3.mk"
.include "../../print/poppler/buildlink3.mk"
diff --git a/textproc/pdfgrep/PLIST b/textproc/pdfgrep/PLIST
index 3596122b046..cf575b5c516 100644
--- a/textproc/pdfgrep/PLIST
+++ b/textproc/pdfgrep/PLIST
@@ -1,3 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/10/28 22:00:13 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/03/23 12:40:00 ryoon Exp $
bin/pdfgrep
man/man1/pdfgrep.1
+share/bash-completion/completions/pdfgrep
+share/zsh/site-functions/_pdfgrep
diff --git a/textproc/pdfgrep/distinfo b/textproc/pdfgrep/distinfo
index 2cec50ebfcd..17eeab62915 100644
--- a/textproc/pdfgrep/distinfo
+++ b/textproc/pdfgrep/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/11/04 02:00:00 agc Exp $
+$NetBSD: distinfo,v 1.5 2016/03/23 12:40:00 ryoon Exp $
-SHA1 (pdfgrep-1.3.1.tar.gz) = 8d15760af0803ccea32760d5f68abe4224169639
-RMD160 (pdfgrep-1.3.1.tar.gz) = abc9215049534d27eeaea35d7c854a47e74db01f
-SHA512 (pdfgrep-1.3.1.tar.gz) = 7a13016a8cf4f8a7387940d7e3862a1fb83f3aa6240084f835e92e958836dff0788db2ae39f35db25d679a2857ddf0b9bcbd7b1aacb10c2a16c3165d56f4efcf
-Size (pdfgrep-1.3.1.tar.gz) = 111653 bytes
+SHA1 (pdfgrep-1.4.1.tar.gz) = 47fa7b4b399f451c5131f4106812b6e03f959123
+RMD160 (pdfgrep-1.4.1.tar.gz) = 4bea454f503b7035e99efc3e36cbfd79e28b2a57
+SHA512 (pdfgrep-1.4.1.tar.gz) = 27ce23c25a5f284b3eba92a0f8dbf02600248548967c1e71dfb41e43528824d9add587ea0ac23899ff07d2ffc6c74c2e6e4c2e7240e69494b8d31b7a4afc3735
+Size (pdfgrep-1.4.1.tar.gz) = 151926 bytes