Bug 203019 - update textproc/pdfgrep to 1.3.1
Summary: update textproc/pdfgrep to 1.3.1
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-10 17:35 UTC by Walter Schwarzenfeld
Modified: 2015-09-28 12:17 UTC (History)
2 users (show)

See Also:
michael: maintainer-feedback+


Attachments
patch-Makefile (296 bytes, patch)
2015-09-10 17:35 UTC, Walter Schwarzenfeld
no flags Details | Diff
distinfo.diff (342 bytes, patch)
2015-09-11 01:01 UTC, Walter Schwarzenfeld
no flags Details | Diff
svn-diff update pdfgrep (23.65 KB, patch)
2015-09-11 01:18 UTC, Walter Schwarzenfeld
no flags Details | Diff
patch-Makefile (467 bytes, patch)
2015-09-28 12:14 UTC, Walter Schwarzenfeld
no flags Details | Diff
patch-distinfo (342 bytes, patch)
2015-09-28 12:15 UTC, Walter Schwarzenfeld
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Walter Schwarzenfeld 2015-09-10 17:35:00 UTC
Created attachment 160901 [details]
patch-Makefile
Comment 1 Wen Heping freebsd_committer freebsd_triage 2015-09-11 00:52:16 UTC
Seems you forget the diff of distinfo :)

wen
Comment 2 Walter Schwarzenfeld 2015-09-11 01:01:19 UTC
Created attachment 160916 [details]
distinfo.diff
Comment 3 Walter Schwarzenfeld 2015-09-11 01:01:36 UTC
Here it is.
Comment 4 Walter Schwarzenfeld 2015-09-11 01:18:59 UTC
Created attachment 160917 [details]
svn-diff update pdfgrep
Comment 5 Walter Schwarzenfeld 2015-09-11 14:44:10 UTC
Comment on attachment 160916 [details]
distinfo.diff

>--- distinfo.orig	2015-09-11 00:58:00 UTC
>+++ distinfo
>@@ -1,2 +1,2 @@
>-SHA256 (pdfgrep-1.3.0.tar.gz) = 392aeb710b74970fee7d96bec7e2a5c7f175ab8c7daf36c42eae47821635ee17
>-SIZE (pdfgrep-1.3.0.tar.gz) = 99739
>+SHA256 (pdfgrep-1.3.1.tar.gz) = 6e8bcaf8b219e1ad733c97257a97286a94124694958c27506b2ea7fc8e532437
>+SIZE (pdfgrep-1.3.1.tar.gz) = 111653
Comment 6 Walter Schwarzenfeld 2015-09-11 14:44:32 UTC
Comment on attachment 160917 [details]
svn-diff update pdfgrep

>Index: Makefile
>===================================================================
>--- Makefile	(working copy)
>+++ Makefile	(.../..)	(working copy)
>@@ -2,8 +2,7 @@
> # $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $
> 
> PORTNAME=	pdfgrep
>-PORTVERSION=	1.3.0
>-PORTREVISION=	4
>+PORTVERSION=	1.3.1
> CATEGORIES=	textproc
> MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
> 
>
>Property changes on: Makefile
>___________________________________________________________________
>Deleted: svn:eol-style
>## -1 +0,0 ##
>-native
>\ No newline at end of property
>Deleted: svn:keywords
>## -1 +0,0 ##
>-FreeBSD=%H
>\ No newline at end of property
>Deleted: svn:mime-type
>## -1 +0,0 ##
>-text/plain
>\ No newline at end of property
>Index: Makefile.orig
>===================================================================
>--- Makefile.orig	(working copy)
>+++ Makefile.orig	(.../..)	(working copy)
>@@ -0,0 +1,23 @@
>+# Created by: Michael Ranner <michael@ranner.eu>
>+# $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $
>+
>+PORTNAME=	pdfgrep
>+PORTVERSION=	1.3.0
>+PORTREVISION=	4
>+CATEGORIES=	textproc
>+MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
>+
>+MAINTAINER=	michael@ranner.eu
>+COMMENT=	Tool to search text in PDF files
>+
>+LICENSE=	GPLv2
>+
>+LIB_DEPENDS=	libpoppler.so:${PORTSDIR}/graphics/poppler
>+
>+GNU_CONFIGURE=	yes
>+USES=		gmake pkgconfig
>+CONFIGURE_ARGS=	poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler"
>+
>+PLIST_FILES=	bin/pdfgrep man/man1/pdfgrep.1.gz
>+
>+.include <bsd.port.mk>
>Index: distinfo
>===================================================================
>--- distinfo	(working copy)
>+++ distinfo	(.../..)	(working copy)
>@@ -1,2 +1,2 @@
>-SHA256 (pdfgrep-1.3.0.tar.gz) = 392aeb710b74970fee7d96bec7e2a5c7f175ab8c7daf36c42eae47821635ee17
>-SIZE (pdfgrep-1.3.0.tar.gz) = 99739
>+SHA256 (pdfgrep-1.3.1.tar.gz) = 6e8bcaf8b219e1ad733c97257a97286a94124694958c27506b2ea7fc8e532437
>+SIZE (pdfgrep-1.3.1.tar.gz) = 111653
>
>Property changes on: distinfo
>___________________________________________________________________
>Deleted: fbsd:nokeywords
>## -1 +0,0 ##
>-yes
>\ No newline at end of property
>Deleted: svn:eol-style
>## -1 +0,0 ##
>-native
>\ No newline at end of property
>Deleted: svn:mime-type
>## -1 +0,0 ##
>-text/plain
>\ No newline at end of property
>Index: distinfo.diff
>===================================================================
>--- distinfo.diff	(working copy)
>+++ distinfo.diff	(.../..)	(working copy)
>@@ -0,0 +1,7 @@
>+--- distinfo.orig	2015-09-11 00:58:00 UTC
>++++ distinfo
>+@@ -1,2 +1,2 @@
>+-SHA256 (pdfgrep-1.3.0.tar.gz) = 392aeb710b74970fee7d96bec7e2a5c7f175ab8c7daf36c42eae47821635ee17
>+-SIZE (pdfgrep-1.3.0.tar.gz) = 99739
>++SHA256 (pdfgrep-1.3.1.tar.gz) = 6e8bcaf8b219e1ad733c97257a97286a94124694958c27506b2ea7fc8e532437
>++SIZE (pdfgrep-1.3.1.tar.gz) = 111653
>Index: patch-Makefile
>===================================================================
>--- patch-Makefile	(working copy)
>+++ patch-Makefile	(.../..)	(working copy)
>@@ -0,0 +1,12 @@
>+--- Makefile.orig	2015-09-10 17:32:27 UTC
>++++ Makefile
>+@@ -2,8 +2,7 @@
>+ # $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $
>+ 
>+ PORTNAME=	pdfgrep
>+-PORTVERSION=	1.3.0
>+-PORTREVISION=	4
>++PORTVERSION=	1.3.1
>+ CATEGORIES=	textproc
>+ MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
>+ 
>Index: pdfgrep/Makefile
>===================================================================
>--- pdfgrep/Makefile	(working copy)
>+++ pdfgrep/Makefile	(.../..)	(working copy)
>@@ -0,0 +1,23 @@
>+# Created by: Michael Ranner <michael@ranner.eu>
>+# $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $
>+
>+PORTNAME=	pdfgrep
>+PORTVERSION=	1.3.0
>+PORTREVISION=	4
>+CATEGORIES=	textproc
>+MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
>+
>+MAINTAINER=	michael@ranner.eu
>+COMMENT=	Tool to search text in PDF files
>+
>+LICENSE=	GPLv2
>+
>+LIB_DEPENDS=	libpoppler.so:${PORTSDIR}/graphics/poppler
>+
>+GNU_CONFIGURE=	yes
>+USES=		gmake pkgconfig
>+CONFIGURE_ARGS=	poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler"
>+
>+PLIST_FILES=	bin/pdfgrep man/man1/pdfgrep.1.gz
>+
>+.include <bsd.port.mk>
>
>Property changes on: pdfgrep/Makefile
>___________________________________________________________________
>Added: svn:eol-style
>## -0,0 +1 ##
>+native
>\ No newline at end of property
>Added: svn:keywords
>## -0,0 +1 ##
>+FreeBSD=%H
>\ No newline at end of property
>Added: svn:mime-type
>## -0,0 +1 ##
>+text/plain
>\ No newline at end of property
>Index: pdfgrep/distinfo
>===================================================================
>--- pdfgrep/distinfo	(working copy)
>+++ pdfgrep/distinfo	(.../..)	(working copy)
>@@ -0,0 +1,2 @@
>+SHA256 (pdfgrep-1.3.0.tar.gz) = 392aeb710b74970fee7d96bec7e2a5c7f175ab8c7daf36c42eae47821635ee17
>+SIZE (pdfgrep-1.3.0.tar.gz) = 99739
>
>Property changes on: pdfgrep/distinfo
>___________________________________________________________________
>Added: fbsd:nokeywords
>## -0,0 +1 ##
>+yes
>\ No newline at end of property
>Added: svn:eol-style
>## -0,0 +1 ##
>+native
>\ No newline at end of property
>Added: svn:mime-type
>## -0,0 +1 ##
>+text/plain
>\ No newline at end of property
>Index: pdfgrep/pdfgrep.diff
>===================================================================
>--- pdfgrep/pdfgrep.diff	(working copy)
>+++ pdfgrep/pdfgrep.diff	(.../..)	(working copy)
>@@ -0,0 +1,175 @@
>+Index: Makefile
>+===================================================================
>+--- Makefile	(working copy)
>++++ Makefile	(.../..)	(working copy)
>+@@ -2,8 +2,7 @@
>+ # $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $
>+ 
>+ PORTNAME=	pdfgrep
>+-PORTVERSION=	1.3.0
>+-PORTREVISION=	4
>++PORTVERSION=	1.3.1
>+ CATEGORIES=	textproc
>+ MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
>+ 
>+
>+Property changes on: Makefile
>+___________________________________________________________________
>+Deleted: svn:eol-style
>+## -1 +0,0 ##
>+-native
>+\ No newline at end of property
>+Deleted: svn:keywords
>+## -1 +0,0 ##
>+-FreeBSD=%H
>+\ No newline at end of property
>+Deleted: svn:mime-type
>+## -1 +0,0 ##
>+-text/plain
>+\ No newline at end of property
>+Index: Makefile.orig
>+===================================================================
>+--- Makefile.orig	(working copy)
>++++ Makefile.orig	(.../..)	(working copy)
>+@@ -0,0 +1,23 @@
>++# Created by: Michael Ranner <michael@ranner.eu>
>++# $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $
>++
>++PORTNAME=	pdfgrep
>++PORTVERSION=	1.3.0
>++PORTREVISION=	4
>++CATEGORIES=	textproc
>++MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
>++
>++MAINTAINER=	michael@ranner.eu
>++COMMENT=	Tool to search text in PDF files
>++
>++LICENSE=	GPLv2
>++
>++LIB_DEPENDS=	libpoppler.so:${PORTSDIR}/graphics/poppler
>++
>++GNU_CONFIGURE=	yes
>++USES=		gmake pkgconfig
>++CONFIGURE_ARGS=	poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler"
>++
>++PLIST_FILES=	bin/pdfgrep man/man1/pdfgrep.1.gz
>++
>++.include <bsd.port.mk>
>+Index: distinfo
>+===================================================================
>+--- distinfo	(working copy)
>++++ distinfo	(.../..)	(working copy)
>+@@ -1,2 +1,2 @@
>+-SHA256 (pdfgrep-1.3.0.tar.gz) = 392aeb710b74970fee7d96bec7e2a5c7f175ab8c7daf36c42eae47821635ee17
>+-SIZE (pdfgrep-1.3.0.tar.gz) = 99739
>++SHA256 (pdfgrep-1.3.1.tar.gz) = 6e8bcaf8b219e1ad733c97257a97286a94124694958c27506b2ea7fc8e532437
>++SIZE (pdfgrep-1.3.1.tar.gz) = 111653
>+
>+Property changes on: distinfo
>+___________________________________________________________________
>+Deleted: fbsd:nokeywords
>+## -1 +0,0 ##
>+-yes
>+\ No newline at end of property
>+Deleted: svn:eol-style
>+## -1 +0,0 ##
>+-native
>+\ No newline at end of property
>+Deleted: svn:mime-type
>+## -1 +0,0 ##
>+-text/plain
>+\ No newline at end of property
>+Index: distinfo.diff
>+===================================================================
>+--- distinfo.diff	(working copy)
>++++ distinfo.diff	(.../..)	(working copy)
>+@@ -0,0 +1,7 @@
>++--- distinfo.orig	2015-09-11 00:58:00 UTC
>+++++ distinfo
>++@@ -1,2 +1,2 @@
>++-SHA256 (pdfgrep-1.3.0.tar.gz) = 392aeb710b74970fee7d96bec7e2a5c7f175ab8c7daf36c42eae47821635ee17
>++-SIZE (pdfgrep-1.3.0.tar.gz) = 99739
>+++SHA256 (pdfgrep-1.3.1.tar.gz) = 6e8bcaf8b219e1ad733c97257a97286a94124694958c27506b2ea7fc8e532437
>+++SIZE (pdfgrep-1.3.1.tar.gz) = 111653
>+Index: patch-Makefile
>+===================================================================
>+--- patch-Makefile	(working copy)
>++++ patch-Makefile	(.../..)	(working copy)
>+@@ -0,0 +1,12 @@
>++--- Makefile.orig	2015-09-10 17:32:27 UTC
>+++++ Makefile
>++@@ -2,8 +2,7 @@
>++ # $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $
>++ 
>++ PORTNAME=	pdfgrep
>++-PORTVERSION=	1.3.0
>++-PORTREVISION=	4
>+++PORTVERSION=	1.3.1
>++ CATEGORIES=	textproc
>++ MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
>++ 
>+Index: pdfgrep/Makefile
>+===================================================================
>+--- pdfgrep/Makefile	(working copy)
>++++ pdfgrep/Makefile	(.../..)	(working copy)
>+@@ -0,0 +1,23 @@
>++# Created by: Michael Ranner <michael@ranner.eu>
>++# $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $
>++
>++PORTNAME=	pdfgrep
>++PORTVERSION=	1.3.0
>++PORTREVISION=	4
>++CATEGORIES=	textproc
>++MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
>++
>++MAINTAINER=	michael@ranner.eu
>++COMMENT=	Tool to search text in PDF files
>++
>++LICENSE=	GPLv2
>++
>++LIB_DEPENDS=	libpoppler.so:${PORTSDIR}/graphics/poppler
>++
>++GNU_CONFIGURE=	yes
>++USES=		gmake pkgconfig
>++CONFIGURE_ARGS=	poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler"
>++
>++PLIST_FILES=	bin/pdfgrep man/man1/pdfgrep.1.gz
>++
>++.include <bsd.port.mk>
>+
>+Property changes on: pdfgrep/Makefile
>+___________________________________________________________________
>+Added: svn:eol-style
>+## -0,0 +1 ##
>++native
>+\ No newline at end of property
>+Added: svn:keywords
>+## -0,0 +1 ##
>++FreeBSD=%H
>+\ No newline at end of property
>+Added: svn:mime-type
>+## -0,0 +1 ##
>++text/plain
>+\ No newline at end of property
>+Index: pdfgrep/distinfo
>+===================================================================
>+--- pdfgrep/distinfo	(working copy)
>++++ pdfgrep/distinfo	(.../..)	(working copy)
>+@@ -0,0 +1,2 @@
>++SHA256 (pdfgrep-1.3.0.tar.gz) = 392aeb710b74970fee7d96bec7e2a5c7f175ab8c7daf36c42eae47821635ee17
>++SIZE (pdfgrep-1.3.0.tar.gz) = 99739
>+
>+Property changes on: pdfgrep/distinfo
>+___________________________________________________________________
>+Added: fbsd:nokeywords
>+## -0,0 +1 ##
>++yes
>+\ No newline at end of property
>+Added: svn:eol-style
>+## -0,0 +1 ##
>++native
>+\ No newline at end of property
>+Added: svn:mime-type
>+## -0,0 +1 ##
>++text/plain
>+\ No newline at end of property
>Index: pdfgrep/pkg-descr
>===================================================================
>--- pdfgrep/pkg-descr	(working copy)
>+++ pdfgrep/pkg-descr	(.../..)	(working copy)
>@@ -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/
>
>Property changes on: pdfgrep/pkg-descr
>___________________________________________________________________
>Added: fbsd:nokeywords
>## -0,0 +1 ##
>+yes
>\ No newline at end of property
>Added: svn:eol-style
>## -0,0 +1 ##
>+native
>\ No newline at end of property
>Added: svn:mime-type
>## -0,0 +1 ##
>+text/plain
>\ No newline at end of property
>Index: pdfgrep.diff
>===================================================================
>--- pdfgrep.diff	(working copy)
>+++ pdfgrep.diff	(.../..)	(working copy)
>@@ -1,392 +1,3 @@
>-Index: Makefile
>-===================================================================
>---- Makefile	(working copy)
>-+++ Makefile	(.../..)	(working copy)
>-@@ -2,8 +2,7 @@
>- # $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $
>- 
>- PORTNAME=	pdfgrep
>--PORTVERSION=	1.3.0
>--PORTREVISION=	4
>-+PORTVERSION=	1.3.1
>- CATEGORIES=	textproc
>- MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
>- 
>-
>-Property changes on: Makefile
>-___________________________________________________________________
>-Deleted: svn:eol-style
>-## -1 +0,0 ##
>--native
>-\ No newline at end of property
>-Deleted: svn:keywords
>-## -1 +0,0 ##
>--FreeBSD=%H
>-\ No newline at end of property
>-Deleted: svn:mime-type
>-## -1 +0,0 ##
>--text/plain
>-\ No newline at end of property
>-Index: Makefile.orig
>-===================================================================
>---- Makefile.orig	(working copy)
>-+++ Makefile.orig	(.../..)	(working copy)
>-@@ -0,0 +1,23 @@
>-+# Created by: Michael Ranner <michael@ranner.eu>
>-+# $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $
>-+
>-+PORTNAME=	pdfgrep
>-+PORTVERSION=	1.3.0
>-+PORTREVISION=	4
>-+CATEGORIES=	textproc
>-+MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
>-+
>-+MAINTAINER=	michael@ranner.eu
>-+COMMENT=	Tool to search text in PDF files
>-+
>-+LICENSE=	GPLv2
>-+
>-+LIB_DEPENDS=	libpoppler.so:${PORTSDIR}/graphics/poppler
>-+
>-+GNU_CONFIGURE=	yes
>-+USES=		gmake pkgconfig
>-+CONFIGURE_ARGS=	poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler"
>-+
>-+PLIST_FILES=	bin/pdfgrep man/man1/pdfgrep.1.gz
>-+
>-+.include <bsd.port.mk>
>-Index: distinfo
>-===================================================================
>---- distinfo	(working copy)
>-+++ distinfo	(.../..)	(working copy)
>-@@ -1,2 +1,2 @@
>--SHA256 (pdfgrep-1.3.0.tar.gz) = 392aeb710b74970fee7d96bec7e2a5c7f175ab8c7daf36c42eae47821635ee17
>--SIZE (pdfgrep-1.3.0.tar.gz) = 99739
>-+SHA256 (pdfgrep-1.3.1.tar.gz) = 6e8bcaf8b219e1ad733c97257a97286a94124694958c27506b2ea7fc8e532437
>-+SIZE (pdfgrep-1.3.1.tar.gz) = 111653
>-
>-Property changes on: distinfo
>-___________________________________________________________________
>-Deleted: fbsd:nokeywords
>-## -1 +0,0 ##
>--yes
>-\ No newline at end of property
>-Deleted: svn:eol-style
>-## -1 +0,0 ##
>--native
>-\ No newline at end of property
>-Deleted: svn:mime-type
>-## -1 +0,0 ##
>--text/plain
>-\ No newline at end of property
>-Index: distinfo.diff
>-===================================================================
>---- distinfo.diff	(working copy)
>-+++ distinfo.diff	(.../..)	(working copy)
>-@@ -0,0 +1,7 @@
>-+--- distinfo.orig	2015-09-11 00:58:00 UTC
>-++++ distinfo
>-+@@ -1,2 +1,2 @@
>-+-SHA256 (pdfgrep-1.3.0.tar.gz) = 392aeb710b74970fee7d96bec7e2a5c7f175ab8c7daf36c42eae47821635ee17
>-+-SIZE (pdfgrep-1.3.0.tar.gz) = 99739
>-++SHA256 (pdfgrep-1.3.1.tar.gz) = 6e8bcaf8b219e1ad733c97257a97286a94124694958c27506b2ea7fc8e532437
>-++SIZE (pdfgrep-1.3.1.tar.gz) = 111653
>-Index: patch-Makefile
>-===================================================================
>---- patch-Makefile	(working copy)
>-+++ patch-Makefile	(.../..)	(working copy)
>-@@ -0,0 +1,12 @@
>-+--- Makefile.orig	2015-09-10 17:32:27 UTC
>-++++ Makefile
>-+@@ -2,8 +2,7 @@
>-+ # $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $
>-+ 
>-+ PORTNAME=	pdfgrep
>-+-PORTVERSION=	1.3.0
>-+-PORTREVISION=	4
>-++PORTVERSION=	1.3.1
>-+ CATEGORIES=	textproc
>-+ MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
>-+ 
>-Index: pdfgrep/Makefile
>-===================================================================
>---- pdfgrep/Makefile	(working copy)
>-+++ pdfgrep/Makefile	(.../..)	(working copy)
>-@@ -0,0 +1,23 @@
>-+# Created by: Michael Ranner <michael@ranner.eu>
>-+# $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $
>-+
>-+PORTNAME=	pdfgrep
>-+PORTVERSION=	1.3.0
>-+PORTREVISION=	4
>-+CATEGORIES=	textproc
>-+MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
>-+
>-+MAINTAINER=	michael@ranner.eu
>-+COMMENT=	Tool to search text in PDF files
>-+
>-+LICENSE=	GPLv2
>-+
>-+LIB_DEPENDS=	libpoppler.so:${PORTSDIR}/graphics/poppler
>-+
>-+GNU_CONFIGURE=	yes
>-+USES=		gmake pkgconfig
>-+CONFIGURE_ARGS=	poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler"
>-+
>-+PLIST_FILES=	bin/pdfgrep man/man1/pdfgrep.1.gz
>-+
>-+.include <bsd.port.mk>
>-
>-Property changes on: pdfgrep/Makefile
>-___________________________________________________________________
>-Added: svn:eol-style
>-## -0,0 +1 ##
>-+native
>-\ No newline at end of property
>-Added: svn:keywords
>-## -0,0 +1 ##
>-+FreeBSD=%H
>-\ No newline at end of property
>-Added: svn:mime-type
>-## -0,0 +1 ##
>-+text/plain
>-\ No newline at end of property
>-Index: pdfgrep/distinfo
>-===================================================================
>---- pdfgrep/distinfo	(working copy)
>-+++ pdfgrep/distinfo	(.../..)	(working copy)
>-@@ -0,0 +1,2 @@
>-+SHA256 (pdfgrep-1.3.0.tar.gz) = 392aeb710b74970fee7d96bec7e2a5c7f175ab8c7daf36c42eae47821635ee17
>-+SIZE (pdfgrep-1.3.0.tar.gz) = 99739
>-
>-Property changes on: pdfgrep/distinfo
>-___________________________________________________________________
>-Added: fbsd:nokeywords
>-## -0,0 +1 ##
>-+yes
>-\ No newline at end of property
>-Added: svn:eol-style
>-## -0,0 +1 ##
>-+native
>-\ No newline at end of property
>-Added: svn:mime-type
>-## -0,0 +1 ##
>-+text/plain
>-\ No newline at end of property
>-Index: pdfgrep/pdfgrep.diff
>-===================================================================
>---- pdfgrep/pdfgrep.diff	(working copy)
>-+++ pdfgrep/pdfgrep.diff	(.../..)	(working copy)
>-@@ -0,0 +1,175 @@
>-+Index: Makefile
>-+===================================================================
>-+--- Makefile	(working copy)
>-++++ Makefile	(.../..)	(working copy)
>-+@@ -2,8 +2,7 @@
>-+ # $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $
>-+ 
>-+ PORTNAME=	pdfgrep
>-+-PORTVERSION=	1.3.0
>-+-PORTREVISION=	4
>-++PORTVERSION=	1.3.1
>-+ CATEGORIES=	textproc
>-+ MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
>-+ 
>-+
>-+Property changes on: Makefile
>-+___________________________________________________________________
>-+Deleted: svn:eol-style
>-+## -1 +0,0 ##
>-+-native
>-+\ No newline at end of property
>-+Deleted: svn:keywords
>-+## -1 +0,0 ##
>-+-FreeBSD=%H
>-+\ No newline at end of property
>-+Deleted: svn:mime-type
>-+## -1 +0,0 ##
>-+-text/plain
>-+\ No newline at end of property
>-+Index: Makefile.orig
>-+===================================================================
>-+--- Makefile.orig	(working copy)
>-++++ Makefile.orig	(.../..)	(working copy)
>-+@@ -0,0 +1,23 @@
>-++# Created by: Michael Ranner <michael@ranner.eu>
>-++# $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $
>-++
>-++PORTNAME=	pdfgrep
>-++PORTVERSION=	1.3.0
>-++PORTREVISION=	4
>-++CATEGORIES=	textproc
>-++MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
>-++
>-++MAINTAINER=	michael@ranner.eu
>-++COMMENT=	Tool to search text in PDF files
>-++
>-++LICENSE=	GPLv2
>-++
>-++LIB_DEPENDS=	libpoppler.so:${PORTSDIR}/graphics/poppler
>-++
>-++GNU_CONFIGURE=	yes
>-++USES=		gmake pkgconfig
>-++CONFIGURE_ARGS=	poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler"
>-++
>-++PLIST_FILES=	bin/pdfgrep man/man1/pdfgrep.1.gz
>-++
>-++.include <bsd.port.mk>
>-+Index: distinfo
>-+===================================================================
>-+--- distinfo	(working copy)
>-++++ distinfo	(.../..)	(working copy)
>-+@@ -1,2 +1,2 @@
>-+-SHA256 (pdfgrep-1.3.0.tar.gz) = 392aeb710b74970fee7d96bec7e2a5c7f175ab8c7daf36c42eae47821635ee17
>-+-SIZE (pdfgrep-1.3.0.tar.gz) = 99739
>-++SHA256 (pdfgrep-1.3.1.tar.gz) = 6e8bcaf8b219e1ad733c97257a97286a94124694958c27506b2ea7fc8e532437
>-++SIZE (pdfgrep-1.3.1.tar.gz) = 111653
>-+
>-+Property changes on: distinfo
>-+___________________________________________________________________
>-+Deleted: fbsd:nokeywords
>-+## -1 +0,0 ##
>-+-yes
>-+\ No newline at end of property
>-+Deleted: svn:eol-style
>-+## -1 +0,0 ##
>-+-native
>-+\ No newline at end of property
>-+Deleted: svn:mime-type
>-+## -1 +0,0 ##
>-+-text/plain
>-+\ No newline at end of property
>-+Index: distinfo.diff
>-+===================================================================
>-+--- distinfo.diff	(working copy)
>-++++ distinfo.diff	(.../..)	(working copy)
>-+@@ -0,0 +1,7 @@
>-++--- distinfo.orig	2015-09-11 00:58:00 UTC
>-+++++ distinfo
>-++@@ -1,2 +1,2 @@
>-++-SHA256 (pdfgrep-1.3.0.tar.gz) = 392aeb710b74970fee7d96bec7e2a5c7f175ab8c7daf36c42eae47821635ee17
>-++-SIZE (pdfgrep-1.3.0.tar.gz) = 99739
>-+++SHA256 (pdfgrep-1.3.1.tar.gz) = 6e8bcaf8b219e1ad733c97257a97286a94124694958c27506b2ea7fc8e532437
>-+++SIZE (pdfgrep-1.3.1.tar.gz) = 111653
>-+Index: patch-Makefile
>-+===================================================================
>-+--- patch-Makefile	(working copy)
>-++++ patch-Makefile	(.../..)	(working copy)
>-+@@ -0,0 +1,12 @@
>-++--- Makefile.orig	2015-09-10 17:32:27 UTC
>-+++++ Makefile
>-++@@ -2,8 +2,7 @@
>-++ # $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $
>-++ 
>-++ PORTNAME=	pdfgrep
>-++-PORTVERSION=	1.3.0
>-++-PORTREVISION=	4
>-+++PORTVERSION=	1.3.1
>-++ CATEGORIES=	textproc
>-++ MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
>-++ 
>-+Index: pdfgrep/Makefile
>-+===================================================================
>-+--- pdfgrep/Makefile	(working copy)
>-++++ pdfgrep/Makefile	(.../..)	(working copy)
>-+@@ -0,0 +1,23 @@
>-++# Created by: Michael Ranner <michael@ranner.eu>
>-++# $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $
>-++
>-++PORTNAME=	pdfgrep
>-++PORTVERSION=	1.3.0
>-++PORTREVISION=	4
>-++CATEGORIES=	textproc
>-++MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
>-++
>-++MAINTAINER=	michael@ranner.eu
>-++COMMENT=	Tool to search text in PDF files
>-++
>-++LICENSE=	GPLv2
>-++
>-++LIB_DEPENDS=	libpoppler.so:${PORTSDIR}/graphics/poppler
>-++
>-++GNU_CONFIGURE=	yes
>-++USES=		gmake pkgconfig
>-++CONFIGURE_ARGS=	poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler"
>-++
>-++PLIST_FILES=	bin/pdfgrep man/man1/pdfgrep.1.gz
>-++
>-++.include <bsd.port.mk>
>-+
>-+Property changes on: pdfgrep/Makefile
>-+___________________________________________________________________
>-+Added: svn:eol-style
>-+## -0,0 +1 ##
>-++native
>-+\ No newline at end of property
>-+Added: svn:keywords
>-+## -0,0 +1 ##
>-++FreeBSD=%H
>-+\ No newline at end of property
>-+Added: svn:mime-type
>-+## -0,0 +1 ##
>-++text/plain
>-+\ No newline at end of property
>-+Index: pdfgrep/distinfo
>-+===================================================================
>-+--- pdfgrep/distinfo	(working copy)
>-++++ pdfgrep/distinfo	(.../..)	(working copy)
>-+@@ -0,0 +1,2 @@
>-++SHA256 (pdfgrep-1.3.0.tar.gz) = 392aeb710b74970fee7d96bec7e2a5c7f175ab8c7daf36c42eae47821635ee17
>-++SIZE (pdfgrep-1.3.0.tar.gz) = 99739
>-+
>-+Property changes on: pdfgrep/distinfo
>-+___________________________________________________________________
>-+Added: fbsd:nokeywords
>-+## -0,0 +1 ##
>-++yes
>-+\ No newline at end of property
>-+Added: svn:eol-style
>-+## -0,0 +1 ##
>-++native
>-+\ No newline at end of property
>-+Added: svn:mime-type
>-+## -0,0 +1 ##
>-++text/plain
>-+\ No newline at end of property
>-Index: pdfgrep/pkg-descr
>-===================================================================
>---- pdfgrep/pkg-descr	(working copy)
>-+++ pdfgrep/pkg-descr	(.../..)	(working copy)
>-@@ -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/
>-
>-Property changes on: pdfgrep/pkg-descr
>-___________________________________________________________________
>-Added: fbsd:nokeywords
>-## -0,0 +1 ##
>-+yes
>-\ No newline at end of property
>-Added: svn:eol-style
>-## -0,0 +1 ##
>-+native
>-\ No newline at end of property
>-Added: svn:mime-type
>-## -0,0 +1 ##
>-+text/plain
>-\ No newline at end of property
> Index: pdfgrep.diff
> ===================================================================
> --- pdfgrep.diff	(working copy)
>Index: pkg-descr
>===================================================================
>--- pkg-descr	(working copy)
>+++ pkg-descr	(.../..)	(working copy)
>
>Property changes on: pkg-descr
>___________________________________________________________________
>Deleted: fbsd:nokeywords
>## -1 +0,0 ##
>-yes
>\ No newline at end of property
>Deleted: svn:eol-style
>## -1 +0,0 ##
>-native
>\ No newline at end of property
>Deleted: svn:mime-type
>## -1 +0,0 ##
>-text/plain
>\ No newline at end of property
Comment 7 Walter Schwarzenfeld 2015-09-28 12:14:35 UTC
Created attachment 161486 [details]
patch-Makefile

In the meantime there is 1.4.
Comment 8 Walter Schwarzenfeld 2015-09-28 12:15:05 UTC
Created attachment 161487 [details]
patch-distinfo