[Bug 203019] update textproc/pdfgrep to 1.3.1
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 11 14:44:32 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203019
Walter Schwarzenfeld <w.litter at aon.at> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #160917|0 |1
is patch| |
--- Comment #6 from Walter Schwarzenfeld <w.litter at aon.at> ---
Comment on attachment 160917
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=160917
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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list