Lines 1-392
Link Here
|
1 |
Index: Makefile |
|
|
2 |
=================================================================== |
3 |
--- Makefile (working copy) |
4 |
+++ Makefile (.../..) (working copy) |
5 |
@@ -2,8 +2,7 @@ |
6 |
# $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $ |
7 |
|
8 |
PORTNAME= pdfgrep |
9 |
-PORTVERSION= 1.3.0 |
10 |
-PORTREVISION= 4 |
11 |
+PORTVERSION= 1.3.1 |
12 |
CATEGORIES= textproc |
13 |
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} |
14 |
|
15 |
|
16 |
Property changes on: Makefile |
17 |
___________________________________________________________________ |
18 |
Deleted: svn:eol-style |
19 |
## -1 +0,0 ## |
20 |
-native |
21 |
\ No newline at end of property |
22 |
Deleted: svn:keywords |
23 |
## -1 +0,0 ## |
24 |
-FreeBSD=%H |
25 |
\ No newline at end of property |
26 |
Deleted: svn:mime-type |
27 |
## -1 +0,0 ## |
28 |
-text/plain |
29 |
\ No newline at end of property |
30 |
Index: Makefile.orig |
31 |
=================================================================== |
32 |
--- Makefile.orig (working copy) |
33 |
+++ Makefile.orig (.../..) (working copy) |
34 |
@@ -0,0 +1,23 @@ |
35 |
+# Created by: Michael Ranner <michael@ranner.eu> |
36 |
+# $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $ |
37 |
+ |
38 |
+PORTNAME= pdfgrep |
39 |
+PORTVERSION= 1.3.0 |
40 |
+PORTREVISION= 4 |
41 |
+CATEGORIES= textproc |
42 |
+MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} |
43 |
+ |
44 |
+MAINTAINER= michael@ranner.eu |
45 |
+COMMENT= Tool to search text in PDF files |
46 |
+ |
47 |
+LICENSE= GPLv2 |
48 |
+ |
49 |
+LIB_DEPENDS= libpoppler.so:${PORTSDIR}/graphics/poppler |
50 |
+ |
51 |
+GNU_CONFIGURE= yes |
52 |
+USES= gmake pkgconfig |
53 |
+CONFIGURE_ARGS= poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler" |
54 |
+ |
55 |
+PLIST_FILES= bin/pdfgrep man/man1/pdfgrep.1.gz |
56 |
+ |
57 |
+.include <bsd.port.mk> |
58 |
Index: distinfo |
59 |
=================================================================== |
60 |
--- distinfo (working copy) |
61 |
+++ distinfo (.../..) (working copy) |
62 |
@@ -1,2 +1,2 @@ |
63 |
-SHA256 (pdfgrep-1.3.0.tar.gz) = 392aeb710b74970fee7d96bec7e2a5c7f175ab8c7daf36c42eae47821635ee17 |
64 |
-SIZE (pdfgrep-1.3.0.tar.gz) = 99739 |
65 |
+SHA256 (pdfgrep-1.3.1.tar.gz) = 6e8bcaf8b219e1ad733c97257a97286a94124694958c27506b2ea7fc8e532437 |
66 |
+SIZE (pdfgrep-1.3.1.tar.gz) = 111653 |
67 |
|
68 |
Property changes on: distinfo |
69 |
___________________________________________________________________ |
70 |
Deleted: fbsd:nokeywords |
71 |
## -1 +0,0 ## |
72 |
-yes |
73 |
\ No newline at end of property |
74 |
Deleted: svn:eol-style |
75 |
## -1 +0,0 ## |
76 |
-native |
77 |
\ No newline at end of property |
78 |
Deleted: svn:mime-type |
79 |
## -1 +0,0 ## |
80 |
-text/plain |
81 |
\ No newline at end of property |
82 |
Index: distinfo.diff |
83 |
=================================================================== |
84 |
--- distinfo.diff (working copy) |
85 |
+++ distinfo.diff (.../..) (working copy) |
86 |
@@ -0,0 +1,7 @@ |
87 |
+--- distinfo.orig 2015-09-11 00:58:00 UTC |
88 |
++++ distinfo |
89 |
+@@ -1,2 +1,2 @@ |
90 |
+-SHA256 (pdfgrep-1.3.0.tar.gz) = 392aeb710b74970fee7d96bec7e2a5c7f175ab8c7daf36c42eae47821635ee17 |
91 |
+-SIZE (pdfgrep-1.3.0.tar.gz) = 99739 |
92 |
++SHA256 (pdfgrep-1.3.1.tar.gz) = 6e8bcaf8b219e1ad733c97257a97286a94124694958c27506b2ea7fc8e532437 |
93 |
++SIZE (pdfgrep-1.3.1.tar.gz) = 111653 |
94 |
Index: patch-Makefile |
95 |
=================================================================== |
96 |
--- patch-Makefile (working copy) |
97 |
+++ patch-Makefile (.../..) (working copy) |
98 |
@@ -0,0 +1,12 @@ |
99 |
+--- Makefile.orig 2015-09-10 17:32:27 UTC |
100 |
++++ Makefile |
101 |
+@@ -2,8 +2,7 @@ |
102 |
+ # $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $ |
103 |
+ |
104 |
+ PORTNAME= pdfgrep |
105 |
+-PORTVERSION= 1.3.0 |
106 |
+-PORTREVISION= 4 |
107 |
++PORTVERSION= 1.3.1 |
108 |
+ CATEGORIES= textproc |
109 |
+ MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} |
110 |
+ |
111 |
Index: pdfgrep/Makefile |
112 |
=================================================================== |
113 |
--- pdfgrep/Makefile (working copy) |
114 |
+++ pdfgrep/Makefile (.../..) (working copy) |
115 |
@@ -0,0 +1,23 @@ |
116 |
+# Created by: Michael Ranner <michael@ranner.eu> |
117 |
+# $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $ |
118 |
+ |
119 |
+PORTNAME= pdfgrep |
120 |
+PORTVERSION= 1.3.0 |
121 |
+PORTREVISION= 4 |
122 |
+CATEGORIES= textproc |
123 |
+MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} |
124 |
+ |
125 |
+MAINTAINER= michael@ranner.eu |
126 |
+COMMENT= Tool to search text in PDF files |
127 |
+ |
128 |
+LICENSE= GPLv2 |
129 |
+ |
130 |
+LIB_DEPENDS= libpoppler.so:${PORTSDIR}/graphics/poppler |
131 |
+ |
132 |
+GNU_CONFIGURE= yes |
133 |
+USES= gmake pkgconfig |
134 |
+CONFIGURE_ARGS= poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler" |
135 |
+ |
136 |
+PLIST_FILES= bin/pdfgrep man/man1/pdfgrep.1.gz |
137 |
+ |
138 |
+.include <bsd.port.mk> |
139 |
|
140 |
Property changes on: pdfgrep/Makefile |
141 |
___________________________________________________________________ |
142 |
Added: svn:eol-style |
143 |
## -0,0 +1 ## |
144 |
+native |
145 |
\ No newline at end of property |
146 |
Added: svn:keywords |
147 |
## -0,0 +1 ## |
148 |
+FreeBSD=%H |
149 |
\ No newline at end of property |
150 |
Added: svn:mime-type |
151 |
## -0,0 +1 ## |
152 |
+text/plain |
153 |
\ No newline at end of property |
154 |
Index: pdfgrep/distinfo |
155 |
=================================================================== |
156 |
--- pdfgrep/distinfo (working copy) |
157 |
+++ pdfgrep/distinfo (.../..) (working copy) |
158 |
@@ -0,0 +1,2 @@ |
159 |
+SHA256 (pdfgrep-1.3.0.tar.gz) = 392aeb710b74970fee7d96bec7e2a5c7f175ab8c7daf36c42eae47821635ee17 |
160 |
+SIZE (pdfgrep-1.3.0.tar.gz) = 99739 |
161 |
|
162 |
Property changes on: pdfgrep/distinfo |
163 |
___________________________________________________________________ |
164 |
Added: fbsd:nokeywords |
165 |
## -0,0 +1 ## |
166 |
+yes |
167 |
\ No newline at end of property |
168 |
Added: svn:eol-style |
169 |
## -0,0 +1 ## |
170 |
+native |
171 |
\ No newline at end of property |
172 |
Added: svn:mime-type |
173 |
## -0,0 +1 ## |
174 |
+text/plain |
175 |
\ No newline at end of property |
176 |
Index: pdfgrep/pdfgrep.diff |
177 |
=================================================================== |
178 |
--- pdfgrep/pdfgrep.diff (working copy) |
179 |
+++ pdfgrep/pdfgrep.diff (.../..) (working copy) |
180 |
@@ -0,0 +1,175 @@ |
181 |
+Index: Makefile |
182 |
+=================================================================== |
183 |
+--- Makefile (working copy) |
184 |
++++ Makefile (.../..) (working copy) |
185 |
+@@ -2,8 +2,7 @@ |
186 |
+ # $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $ |
187 |
+ |
188 |
+ PORTNAME= pdfgrep |
189 |
+-PORTVERSION= 1.3.0 |
190 |
+-PORTREVISION= 4 |
191 |
++PORTVERSION= 1.3.1 |
192 |
+ CATEGORIES= textproc |
193 |
+ MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} |
194 |
+ |
195 |
+ |
196 |
+Property changes on: Makefile |
197 |
+___________________________________________________________________ |
198 |
+Deleted: svn:eol-style |
199 |
+## -1 +0,0 ## |
200 |
+-native |
201 |
+\ No newline at end of property |
202 |
+Deleted: svn:keywords |
203 |
+## -1 +0,0 ## |
204 |
+-FreeBSD=%H |
205 |
+\ No newline at end of property |
206 |
+Deleted: svn:mime-type |
207 |
+## -1 +0,0 ## |
208 |
+-text/plain |
209 |
+\ No newline at end of property |
210 |
+Index: Makefile.orig |
211 |
+=================================================================== |
212 |
+--- Makefile.orig (working copy) |
213 |
++++ Makefile.orig (.../..) (working copy) |
214 |
+@@ -0,0 +1,23 @@ |
215 |
++# Created by: Michael Ranner <michael@ranner.eu> |
216 |
++# $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $ |
217 |
++ |
218 |
++PORTNAME= pdfgrep |
219 |
++PORTVERSION= 1.3.0 |
220 |
++PORTREVISION= 4 |
221 |
++CATEGORIES= textproc |
222 |
++MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} |
223 |
++ |
224 |
++MAINTAINER= michael@ranner.eu |
225 |
++COMMENT= Tool to search text in PDF files |
226 |
++ |
227 |
++LICENSE= GPLv2 |
228 |
++ |
229 |
++LIB_DEPENDS= libpoppler.so:${PORTSDIR}/graphics/poppler |
230 |
++ |
231 |
++GNU_CONFIGURE= yes |
232 |
++USES= gmake pkgconfig |
233 |
++CONFIGURE_ARGS= poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler" |
234 |
++ |
235 |
++PLIST_FILES= bin/pdfgrep man/man1/pdfgrep.1.gz |
236 |
++ |
237 |
++.include <bsd.port.mk> |
238 |
+Index: distinfo |
239 |
+=================================================================== |
240 |
+--- distinfo (working copy) |
241 |
++++ distinfo (.../..) (working copy) |
242 |
+@@ -1,2 +1,2 @@ |
243 |
+-SHA256 (pdfgrep-1.3.0.tar.gz) = 392aeb710b74970fee7d96bec7e2a5c7f175ab8c7daf36c42eae47821635ee17 |
244 |
+-SIZE (pdfgrep-1.3.0.tar.gz) = 99739 |
245 |
++SHA256 (pdfgrep-1.3.1.tar.gz) = 6e8bcaf8b219e1ad733c97257a97286a94124694958c27506b2ea7fc8e532437 |
246 |
++SIZE (pdfgrep-1.3.1.tar.gz) = 111653 |
247 |
+ |
248 |
+Property changes on: distinfo |
249 |
+___________________________________________________________________ |
250 |
+Deleted: fbsd:nokeywords |
251 |
+## -1 +0,0 ## |
252 |
+-yes |
253 |
+\ No newline at end of property |
254 |
+Deleted: svn:eol-style |
255 |
+## -1 +0,0 ## |
256 |
+-native |
257 |
+\ No newline at end of property |
258 |
+Deleted: svn:mime-type |
259 |
+## -1 +0,0 ## |
260 |
+-text/plain |
261 |
+\ No newline at end of property |
262 |
+Index: distinfo.diff |
263 |
+=================================================================== |
264 |
+--- distinfo.diff (working copy) |
265 |
++++ distinfo.diff (.../..) (working copy) |
266 |
+@@ -0,0 +1,7 @@ |
267 |
++--- distinfo.orig 2015-09-11 00:58:00 UTC |
268 |
+++++ distinfo |
269 |
++@@ -1,2 +1,2 @@ |
270 |
++-SHA256 (pdfgrep-1.3.0.tar.gz) = 392aeb710b74970fee7d96bec7e2a5c7f175ab8c7daf36c42eae47821635ee17 |
271 |
++-SIZE (pdfgrep-1.3.0.tar.gz) = 99739 |
272 |
+++SHA256 (pdfgrep-1.3.1.tar.gz) = 6e8bcaf8b219e1ad733c97257a97286a94124694958c27506b2ea7fc8e532437 |
273 |
+++SIZE (pdfgrep-1.3.1.tar.gz) = 111653 |
274 |
+Index: patch-Makefile |
275 |
+=================================================================== |
276 |
+--- patch-Makefile (working copy) |
277 |
++++ patch-Makefile (.../..) (working copy) |
278 |
+@@ -0,0 +1,12 @@ |
279 |
++--- Makefile.orig 2015-09-10 17:32:27 UTC |
280 |
+++++ Makefile |
281 |
++@@ -2,8 +2,7 @@ |
282 |
++ # $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $ |
283 |
++ |
284 |
++ PORTNAME= pdfgrep |
285 |
++-PORTVERSION= 1.3.0 |
286 |
++-PORTREVISION= 4 |
287 |
+++PORTVERSION= 1.3.1 |
288 |
++ CATEGORIES= textproc |
289 |
++ MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} |
290 |
++ |
291 |
+Index: pdfgrep/Makefile |
292 |
+=================================================================== |
293 |
+--- pdfgrep/Makefile (working copy) |
294 |
++++ pdfgrep/Makefile (.../..) (working copy) |
295 |
+@@ -0,0 +1,23 @@ |
296 |
++# Created by: Michael Ranner <michael@ranner.eu> |
297 |
++# $FreeBSD: head/textproc/pdfgrep/Makefile 393431 2015-08-02 16:06:16Z kwm $ |
298 |
++ |
299 |
++PORTNAME= pdfgrep |
300 |
++PORTVERSION= 1.3.0 |
301 |
++PORTREVISION= 4 |
302 |
++CATEGORIES= textproc |
303 |
++MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} |
304 |
++ |
305 |
++MAINTAINER= michael@ranner.eu |
306 |
++COMMENT= Tool to search text in PDF files |
307 |
++ |
308 |
++LICENSE= GPLv2 |
309 |
++ |
310 |
++LIB_DEPENDS= libpoppler.so:${PORTSDIR}/graphics/poppler |
311 |
++ |
312 |
++GNU_CONFIGURE= yes |
313 |
++USES= gmake pkgconfig |
314 |
++CONFIGURE_ARGS= poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler" |
315 |
++ |
316 |
++PLIST_FILES= bin/pdfgrep man/man1/pdfgrep.1.gz |
317 |
++ |
318 |
++.include <bsd.port.mk> |
319 |
+ |
320 |
+Property changes on: pdfgrep/Makefile |
321 |
+___________________________________________________________________ |
322 |
+Added: svn:eol-style |
323 |
+## -0,0 +1 ## |
324 |
++native |
325 |
+\ No newline at end of property |
326 |
+Added: svn:keywords |
327 |
+## -0,0 +1 ## |
328 |
++FreeBSD=%H |
329 |
+\ No newline at end of property |
330 |
+Added: svn:mime-type |
331 |
+## -0,0 +1 ## |
332 |
++text/plain |
333 |
+\ No newline at end of property |
334 |
+Index: pdfgrep/distinfo |
335 |
+=================================================================== |
336 |
+--- pdfgrep/distinfo (working copy) |
337 |
++++ pdfgrep/distinfo (.../..) (working copy) |
338 |
+@@ -0,0 +1,2 @@ |
339 |
++SHA256 (pdfgrep-1.3.0.tar.gz) = 392aeb710b74970fee7d96bec7e2a5c7f175ab8c7daf36c42eae47821635ee17 |
340 |
++SIZE (pdfgrep-1.3.0.tar.gz) = 99739 |
341 |
+ |
342 |
+Property changes on: pdfgrep/distinfo |
343 |
+___________________________________________________________________ |
344 |
+Added: fbsd:nokeywords |
345 |
+## -0,0 +1 ## |
346 |
++yes |
347 |
+\ No newline at end of property |
348 |
+Added: svn:eol-style |
349 |
+## -0,0 +1 ## |
350 |
++native |
351 |
+\ No newline at end of property |
352 |
+Added: svn:mime-type |
353 |
+## -0,0 +1 ## |
354 |
++text/plain |
355 |
+\ No newline at end of property |
356 |
Index: pdfgrep/pkg-descr |
357 |
=================================================================== |
358 |
--- pdfgrep/pkg-descr (working copy) |
359 |
+++ pdfgrep/pkg-descr (.../..) (working copy) |
360 |
@@ -0,0 +1,14 @@ |
361 |
+Pdfgrep is a tool to search text in PDF files. It works similar to grep. |
362 |
+ |
363 |
+Features: |
364 |
+ |
365 |
+ * search for regular expressions. |
366 |
+ * support for some important grep options, including: |
367 |
+ o filename output. |
368 |
+ o page number output. |
369 |
+ o optional case insensitivity. |
370 |
+ o count occurrences. |
371 |
+ * and the most important feature: color output! |
372 |
+ |
373 |
+ |
374 |
+WWW: http://pdfgrep.sourceforge.net/ |
375 |
|
376 |
Property changes on: pdfgrep/pkg-descr |
377 |
___________________________________________________________________ |
378 |
Added: fbsd:nokeywords |
379 |
## -0,0 +1 ## |
380 |
+yes |
381 |
\ No newline at end of property |
382 |
Added: svn:eol-style |
383 |
## -0,0 +1 ## |
384 |
+native |
385 |
\ No newline at end of property |
386 |
Added: svn:mime-type |
387 |
## -0,0 +1 ## |
388 |
+text/plain |
389 |
\ No newline at end of property |
390 |
Index: pdfgrep.diff |
1 |
Index: pdfgrep.diff |
391 |
=================================================================== |
2 |
=================================================================== |
392 |
--- pdfgrep.diff (working copy) |
3 |
--- pdfgrep.diff (working copy) |