View | Details | Raw Unified | Return to bug 198304
Collapse All | Expand All

(-)Makefile (-14 / +3 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	cutter
4
PORTNAME=	cutter
5
PORTVERSION=	1.2.2
5
PORTVERSION=	1.2.4
6
PORTREVISION=	2
7
CATEGORIES=	devel
6
CATEGORIES=	devel
8
MASTER_SITES=	SF
7
MASTER_SITES=	SF
9
8
Lines 19-28 Link Here
19
USES=		gettext gmake libtool pathfix pkgconfig
18
USES=		gettext gmake libtool pathfix pkgconfig
20
USE_GNOME=	intlhack glib20 gtk20
19
USE_GNOME=	intlhack glib20 gtk20
21
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
22
WANT_GSTREAMER=	yes
23
INSTALL_TARGET=	install-strip
21
INSTALL_TARGET=	install-strip
24
22
25
OPTIONS_DEFINE=	GOFFICE GSTREAMER SOUP LCOV
23
OPTIONS_DEFINE=	GOFFICE SOUP LCOV
26
GOFFICE_DESC=	GOffice support
24
GOFFICE_DESC=	GOffice support
27
SOUP_DESC=	libsoup support
25
SOUP_DESC=	libsoup support
28
LCOV_DESC=	Force dependency on lcov
26
LCOV_DESC=	Force dependency on lcov
Lines 42-56 Link Here
42
PLIST_SUB+=	GOFFICE="@comment "
40
PLIST_SUB+=	GOFFICE="@comment "
43
.endif
41
.endif
44
42
45
.if ${PORT_OPTIONS:MGSTREAMER}
46
CONFIGURE_ARGS+=--enable-gstreamer
47
USE_GSTREAMER=yes
48
PLIST_SUB+=	GST="" GST_VERSION="${GST_VERSION}"
49
.else
50
CONFIGURE_ARGS+=--disable-gstreamer
51
PLIST_SUB+=	GST="@comment "
52
.endif
53
54
.if ${PORT_OPTIONS:MLCOV}
43
.if ${PORT_OPTIONS:MLCOV}
55
RUN_DEPENDS+=	lcov:${PORTSDIR}/devel/lcov
44
RUN_DEPENDS+=	lcov:${PORTSDIR}/devel/lcov
56
.endif
45
.endif
Lines 57-63 Link Here
57
46
58
.if ${PORT_OPTIONS:MSOUP}
47
.if ${PORT_OPTIONS:MSOUP}
59
CONFIGURE_ARGS+=--enable-libsoup
48
CONFIGURE_ARGS+=--enable-libsoup
60
LIB_DEPENDS+=	libsoup-2.so:${PORTSDIR}/devel/libsoup
49
LIB_DEPENDS+=	libsoup-2.4.so:${PORTSDIR}/devel/libsoup
61
PLIST_SUB+=	SOUP=""
50
PLIST_SUB+=	SOUP=""
62
.else
51
.else
63
CONFIGURE_ARGS+=--disable-libsoup
52
CONFIGURE_ARGS+=--disable-libsoup
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (cutter-1.2.2.tar.gz) = 3eb5ed399e7f1a0f09da622535e23074af5eaf3198339c4f4e07cc98f7eaa37b
1
SHA256 (cutter-1.2.4.tar.gz) = b917a5b67b1d5f24458db5ab177dc11d23b47f04f9cb7eef757f456483c629c6
2
SIZE (cutter-1.2.2.tar.gz) = 2625075
2
SIZE (cutter-1.2.4.tar.gz) = 2523951
(-)files/patch-test_run-test.sh (-11 lines)
Lines 1-11 Link Here
1
2
$FreeBSD$
3
4
--- test/run-test.sh.orig
5
+++ test/run-test.sh
6
@@ -1,4 +1,4 @@
7
-#!/bin/bash
8
+#!/bin/sh
9
 
10
 BASE_DIR="`dirname $0`"
11
 export BASE_DIR
(-)pkg-plist (-103 / +17 lines)
Lines 24-31 Link Here
24
include/cutter/cutter/cut-file-stream-reader.h
24
include/cutter/cutter/cut-file-stream-reader.h
25
include/cutter/cutter/cut-helper.h
25
include/cutter/cutter/cut-helper.h
26
include/cutter/cutter/cut-iterated-test.h
26
include/cutter/cutter/cut-iterated-test.h
27
include/cutter/cutter/cut-listener-utils.h
28
include/cutter/cutter/cut-listener.h
27
include/cutter/cutter/cut-listener.h
28
include/cutter/cutter/cut-loader-customizer-factory-builder.h
29
include/cutter/cutter/cut-loader-customizer.h
29
include/cutter/cutter/cut-logger.h
30
include/cutter/cutter/cut-logger.h
30
include/cutter/cutter/cut-macros.h
31
include/cutter/cutter/cut-macros.h
31
include/cutter/cutter/cut-main.h
32
include/cutter/cutter/cut-main.h
Lines 99-115 Link Here
99
%%SOUP%%include/cutter/soupcutter/soupcut-assertions.h
100
%%SOUP%%include/cutter/soupcutter/soupcut-assertions.h
100
%%SOUP%%include/cutter/soupcutter/soupcut-client.h
101
%%SOUP%%include/cutter/soupcutter/soupcut-client.h
101
%%SOUP%%include/cutter/soupcutter/soupcut-server.h
102
%%SOUP%%include/cutter/soupcutter/soupcut-server.h
103
lib/cutter/module/factory/loader-customizer/cpp-integration-factory.so
102
lib/cutter/module/factory/report/pdf_factory.so
104
lib/cutter/module/factory/report/pdf_factory.so
103
lib/cutter/module/factory/report/xml_factory.so
105
lib/cutter/module/factory/report/xml_factory.so
104
lib/cutter/module/factory/stream/xml_factory.so
106
lib/cutter/module/factory/stream/xml_factory.so
105
lib/cutter/module/factory/ui/console_factory.so
107
lib/cutter/module/factory/ui/console_factory.so
106
lib/cutter/module/factory/ui/gtk_factory.so
108
lib/cutter/module/factory/ui/gtk_factory.so
109
lib/cutter/module/loader-customizer/cpp-integration.so
107
lib/cutter/module/report/pdf.so
110
lib/cutter/module/report/pdf.so
108
lib/cutter/module/report/xml.so
111
lib/cutter/module/report/xml.so
109
lib/cutter/module/stream/xml.so
112
lib/cutter/module/stream/xml.so
110
lib/cutter/module/ui/console.so
113
lib/cutter/module/ui/console.so
111
lib/cutter/module/ui/gtk.so
114
lib/cutter/module/ui/gtk.so
112
%%GST%%lib/gstreamer-%%GST_VERSION%%/libgstcuttertest.so
113
lib/libcppcutter.so
115
lib/libcppcutter.so
114
lib/libcppcutter.so.0
116
lib/libcppcutter.so.0
115
lib/libcppcutter.so.0.1.0
117
lib/libcppcutter.so.0.1.0
Lines 120-126 Link Here
120
lib/libgdkcutter-pixbuf.so.0
122
lib/libgdkcutter-pixbuf.so.0
121
lib/libgdkcutter-pixbuf.so.0.1.0
123
lib/libgdkcutter-pixbuf.so.0.1.0
122
%%SOUP%%lib/libsoupcutter.so
124
%%SOUP%%lib/libsoupcutter.so
123
%%SOUP%%lib/libsoupcutter.so.1
125
%%SOUP%%lib/libsoupcutter.so.0
126
%%SOUP%%lib/libsoupcutter.so.0.1.0
124
libdata/pkgconfig/cppcutter.pc
127
libdata/pkgconfig/cppcutter.pc
125
libdata/pkgconfig/cutter.pc
128
libdata/pkgconfig/cutter.pc
126
libdata/pkgconfig/gcutter.pc
129
libdata/pkgconfig/gcutter.pc
Lines 140-146 Link Here
140
%%DATADIR%%/license/lgpl-3.txt
143
%%DATADIR%%/license/lgpl-3.txt
141
%%DATADIR%%/stack/Makefile.am
144
%%DATADIR%%/stack/Makefile.am
142
%%DATADIR%%/stack/autogen.sh
145
%%DATADIR%%/stack/autogen.sh
143
%%DATADIR%%/stack/config/keep-me
144
%%DATADIR%%/stack/configure.ac
146
%%DATADIR%%/stack/configure.ac
145
%%DATADIR%%/stack/src/Makefile.am
147
%%DATADIR%%/stack/src/Makefile.am
146
%%DATADIR%%/stack/src/stack.c
148
%%DATADIR%%/stack/src/stack.c
Lines 235-244 Link Here
235
%%DOCSDIR%%/install-to-ubuntu.html
237
%%DOCSDIR%%/install-to-ubuntu.html
236
%%DOCSDIR%%/install.html
238
%%DOCSDIR%%/install.html
237
%%DOCSDIR%%/introduction.html
239
%%DOCSDIR%%/introduction.html
238
%%DOCSDIR%%/ja/GCutEgg.html
239
%%DOCSDIR%%/ja/GCutEventLoop.html
240
%%DOCSDIR%%/ja/GCutProcess.html
241
%%DOCSDIR%%/ja/SoupCutClient.html
242
%%DOCSDIR%%/ja/api-index-0.3.xml
240
%%DOCSDIR%%/ja/api-index-0.3.xml
243
%%DOCSDIR%%/ja/api-index-0.8.xml
241
%%DOCSDIR%%/ja/api-index-0.8.xml
244
%%DOCSDIR%%/ja/api-index-0.9.xml
242
%%DOCSDIR%%/ja/api-index-0.9.xml
Lines 262-279 Link Here
262
%%DOCSDIR%%/ja/api-index-deprecated.xml
260
%%DOCSDIR%%/ja/api-index-deprecated.xml
263
%%DOCSDIR%%/ja/api-index-full.xml
261
%%DOCSDIR%%/ja/api-index-full.xml
264
%%DOCSDIR%%/ja/colorized-diff.png
262
%%DOCSDIR%%/ja/colorized-diff.png
265
%%DOCSDIR%%/ja/command.html
266
%%DOCSDIR%%/ja/cppcut-assertions.xml
263
%%DOCSDIR%%/ja/cppcut-assertions.xml
264
%%DOCSDIR%%/ja/cppcut-iterated-test.xml
267
%%DOCSDIR%%/ja/cppcut-macros.xml
265
%%DOCSDIR%%/ja/cppcut-macros.xml
266
%%DOCSDIR%%/ja/cppcut-test-iterator.xml
267
%%DOCSDIR%%/ja/cppcut-test-methods.xml
268
%%DOCSDIR%%/ja/cppcut-test.xml
268
%%DOCSDIR%%/ja/cppcutter.xml
269
%%DOCSDIR%%/ja/cppcutter.xml
269
%%DOCSDIR%%/ja/cut-assertions.xml
270
%%DOCSDIR%%/ja/cut-assertions.xml
270
%%DOCSDIR%%/ja/cut-config.xml
271
%%DOCSDIR%%/ja/cut-config.xml
271
%%DOCSDIR%%/ja/cut-console-diff-writer.xml
272
%%DOCSDIR%%/ja/cut-console-diff-writer.xml
272
%%DOCSDIR%%/ja/cut-console.xml
273
%%DOCSDIR%%/ja/cut-console.xml
273
%%DOCSDIR%%/ja/cut-diff.html
274
%%DOCSDIR%%/ja/cut-experimental.xml
274
%%DOCSDIR%%/ja/cut-experimental.xml
275
%%DOCSDIR%%/ja/cut-features.xml
275
%%DOCSDIR%%/ja/cut-features.xml
276
%%DOCSDIR%%/ja/cut-glib-compatible.xml
276
%%DOCSDIR%%/ja/cut-helper.xml
277
%%DOCSDIR%%/ja/cut-helper.xml
278
%%DOCSDIR%%/ja/cut-loader-customizer-factory-builder.xml
279
%%DOCSDIR%%/ja/cut-loader-customizer.xml
277
%%DOCSDIR%%/ja/cut-logger.xml
280
%%DOCSDIR%%/ja/cut-logger.xml
278
%%DOCSDIR%%/ja/cut-multi-process.xml
281
%%DOCSDIR%%/ja/cut-multi-process.xml
279
%%DOCSDIR%%/ja/cut-string-diff-writer.xml
282
%%DOCSDIR%%/ja/cut-string-diff-writer.xml
Lines 280-321 Link Here
280
%%DOCSDIR%%/ja/cut-test-utils.xml
283
%%DOCSDIR%%/ja/cut-test-utils.xml
281
%%DOCSDIR%%/ja/cut-types.xml
284
%%DOCSDIR%%/ja/cut-types.xml
282
%%DOCSDIR%%/ja/cut-version.xml
285
%%DOCSDIR%%/ja/cut-version.xml
283
%%DOCSDIR%%/ja/cutter-Assertion-Utilities-for-GEnum-and-GFlags.html
284
%%DOCSDIR%%/ja/cutter-Assertion-Utilities-for-GError.html
285
%%DOCSDIR%%/ja/cutter-Assertion-Utilities-for-GHashTable.html
286
%%DOCSDIR%%/ja/cutter-Assertion-Utilities-for-GList.html
287
%%DOCSDIR%%/ja/cutter-Assertion-Utilities-for-GObject.html
288
%%DOCSDIR%%/ja/cutter-Assertion-Utilities-for-GString.html
289
%%DOCSDIR%%/ja/cutter-Assertion-Utilities-for-GValue.html
290
%%DOCSDIR%%/ja/cutter-Assertion-writing-helper.html
291
%%DOCSDIR%%/ja/cutter-Assertions-for-HTTP-client-and-server.html
292
%%DOCSDIR%%/ja/cutter-Assertions-with-C++-support.html
293
%%DOCSDIR%%/ja/cutter-Assertions-with-GLib-support.html
294
%%DOCSDIR%%/ja/cutter-Assertions-with-gdk-pixbuf-support.html
295
%%DOCSDIR%%/ja/cutter-Assertions.html
296
%%DOCSDIR%%/ja/cutter-Available-features.html
297
%%DOCSDIR%%/ja/cutter-Convenience-HTTP-server-API.html
298
%%DOCSDIR%%/ja/cutter-Convenience-test-data-API.html
299
%%DOCSDIR%%/ja/cutter-CppCutter.html
300
%%DOCSDIR%%/ja/cutter-Cutter.html
301
%%DOCSDIR%%/ja/cutter-Experimental.html
302
%%DOCSDIR%%/ja/cutter-GCutGLibEventLoop.html
303
%%DOCSDIR%%/ja/cutter-GCutter.html
304
%%DOCSDIR%%/ja/cutter-GdkCutter-Pixbuf.html
305
%%DOCSDIR%%/ja/cutter-Multi-Process.html
306
%%DOCSDIR%%/ja/cutter-Object-inspection-functions.html
307
%%DOCSDIR%%/ja/cutter-SoupCutter.html
308
%%DOCSDIR%%/ja/cutter-Test-Utilities-with-GLib-support.html
309
%%DOCSDIR%%/ja/cutter-Test-Utilities.html
310
%%DOCSDIR%%/ja/cutter-Types-for-GLib-support.html
311
%%DOCSDIR%%/ja/cutter-Types.html
312
%%DOCSDIR%%/ja/cutter-Version-Information.html
313
%%DOCSDIR%%/ja/cutter.devhelp2
314
%%DOCSDIR%%/ja/cutter.html
315
%%DOCSDIR%%/ja/cutter.xml
286
%%DOCSDIR%%/ja/cutter.xml
316
%%DOCSDIR%%/ja/dark-circle.png
287
%%DOCSDIR%%/ja/dark-circle.png
317
%%DOCSDIR%%/ja/diff-dark-and-nested-circle.png
288
%%DOCSDIR%%/ja/diff-dark-and-nested-circle.png
318
%%DOCSDIR%%/ja/features.html
319
%%DOCSDIR%%/ja/gcut-assertions-helper.xml
289
%%DOCSDIR%%/ja/gcut-assertions-helper.xml
320
%%DOCSDIR%%/ja/gcut-assertions.xml
290
%%DOCSDIR%%/ja/gcut-assertions.xml
321
%%DOCSDIR%%/ja/gcut-data-helper.xml
291
%%DOCSDIR%%/ja/gcut-data-helper.xml
Lines 344-415 Link Here
344
%%DOCSDIR%%/ja/gdkcut-pixbuf-assertions.xml
314
%%DOCSDIR%%/ja/gdkcut-pixbuf-assertions.xml
345
%%DOCSDIR%%/ja/gdkcut-pixbuf.xml
315
%%DOCSDIR%%/ja/gdkcut-pixbuf.xml
346
%%DOCSDIR%%/ja/gdkcutter-pixbuf.xml
316
%%DOCSDIR%%/ja/gdkcutter-pixbuf.xml
347
%%DOCSDIR%%/ja/home.png
348
%%DOCSDIR%%/ja/index-0-3.html
349
%%DOCSDIR%%/ja/index-0-4.html
350
%%DOCSDIR%%/ja/index-0-5.html
351
%%DOCSDIR%%/ja/index-0-6.html
352
%%DOCSDIR%%/ja/index-0-7.html
353
%%DOCSDIR%%/ja/index-0-8.html
354
%%DOCSDIR%%/ja/index-0-9.html
355
%%DOCSDIR%%/ja/index-1-0-1.html
356
%%DOCSDIR%%/ja/index-1-0-2.html
357
%%DOCSDIR%%/ja/index-1-0-3.html
358
%%DOCSDIR%%/ja/index-1-0-4.html
359
%%DOCSDIR%%/ja/index-1-0-5.html
360
%%DOCSDIR%%/ja/index-1-0-6.html
361
%%DOCSDIR%%/ja/index-1-0-7.html
362
%%DOCSDIR%%/ja/index-1-0-8.html
363
%%DOCSDIR%%/ja/index-1-0-9.html
364
%%DOCSDIR%%/ja/index-1-0.html
365
%%DOCSDIR%%/ja/index-1-1-0.html
366
%%DOCSDIR%%/ja/index-1-1-1.html
367
%%DOCSDIR%%/ja/index-1-1-2.html
368
%%DOCSDIR%%/ja/index-1-1-3.html
369
%%DOCSDIR%%/ja/index-1-1-4.html
370
%%DOCSDIR%%/ja/index-1-1-5.html
371
%%DOCSDIR%%/ja/index-1-1-6.html
372
%%DOCSDIR%%/ja/index-1-1-7.html
373
%%DOCSDIR%%/ja/index-1-1-8.html
374
%%DOCSDIR%%/ja/index-1-1-9.html
375
%%DOCSDIR%%/ja/index-1-2-0.html
376
%%DOCSDIR%%/ja/index-all.html
377
%%DOCSDIR%%/ja/index-deprecated.html
378
%%DOCSDIR%%/ja/index.html
379
%%DOCSDIR%%/ja/index.sgml
380
%%DOCSDIR%%/ja/install-to-centos.html
381
%%DOCSDIR%%/ja/install-to-cygwin.html
382
%%DOCSDIR%%/ja/install-to-debian.html
383
%%DOCSDIR%%/ja/install-to-fedora.html
384
%%DOCSDIR%%/ja/install-to-freebsd.html
385
%%DOCSDIR%%/ja/install-to-mac-os-x.html
386
%%DOCSDIR%%/ja/install-to-others.html
387
%%DOCSDIR%%/ja/install-to-solaris.html
388
%%DOCSDIR%%/ja/install-to-ubuntu.html
389
%%DOCSDIR%%/ja/install.html
390
%%DOCSDIR%%/ja/introduction.html
391
%%DOCSDIR%%/ja/left.png
392
%%DOCSDIR%%/ja/nested-circle.png
317
%%DOCSDIR%%/ja/nested-circle.png
393
%%DOCSDIR%%/ja/news.html
394
%%DOCSDIR%%/ja/overview.html
395
%%DOCSDIR%%/ja/readme.html
396
%%DOCSDIR%%/ja/reference.html
397
%%DOCSDIR%%/ja/release.html
398
%%DOCSDIR%%/ja/right.png
399
%%DOCSDIR%%/ja/soupcut-assertions-helper.xml
318
%%DOCSDIR%%/ja/soupcut-assertions-helper.xml
400
%%DOCSDIR%%/ja/soupcut-assertions.xml
319
%%DOCSDIR%%/ja/soupcut-assertions.xml
401
%%DOCSDIR%%/ja/soupcut-client.xml
320
%%DOCSDIR%%/ja/soupcut-client.xml
402
%%DOCSDIR%%/ja/soupcut-server.xml
321
%%DOCSDIR%%/ja/soupcut-server.xml
403
%%DOCSDIR%%/ja/soupcutter.xml
322
%%DOCSDIR%%/ja/soupcutter.xml
404
%%DOCSDIR%%/ja/start.html
323
%%DOCSDIR%%/left-insensitive.png
405
%%DOCSDIR%%/ja/style.css
406
%%DOCSDIR%%/ja/travis-ci-integration.html
407
%%DOCSDIR%%/ja/travis-ci.html
408
%%DOCSDIR%%/ja/tutorial.html
409
%%DOCSDIR%%/ja/up.png
410
%%DOCSDIR%%/ja/users.html
411
%%DOCSDIR%%/ja/writing-assertion.html
412
%%DOCSDIR%%/ja/writing-test.html
413
%%DOCSDIR%%/left.png
324
%%DOCSDIR%%/left.png
414
%%DOCSDIR%%/nested-circle.png
325
%%DOCSDIR%%/nested-circle.png
415
%%DOCSDIR%%/news.html
326
%%DOCSDIR%%/news.html
Lines 416-422 Link Here
416
%%DOCSDIR%%/overview.html
327
%%DOCSDIR%%/overview.html
417
%%DOCSDIR%%/readme.html
328
%%DOCSDIR%%/readme.html
418
%%DOCSDIR%%/reference.html
329
%%DOCSDIR%%/reference.html
330
%%DOCSDIR%%/release-howto.html
419
%%DOCSDIR%%/release.html
331
%%DOCSDIR%%/release.html
332
%%DOCSDIR%%/right-insensitive.png
420
%%DOCSDIR%%/right.png
333
%%DOCSDIR%%/right.png
421
%%DOCSDIR%%/start.html
334
%%DOCSDIR%%/start.html
422
%%DOCSDIR%%/style.css
335
%%DOCSDIR%%/style.css
Lines 423-428 Link Here
423
%%DOCSDIR%%/travis-ci-integration.html
336
%%DOCSDIR%%/travis-ci-integration.html
424
%%DOCSDIR%%/travis-ci.html
337
%%DOCSDIR%%/travis-ci.html
425
%%DOCSDIR%%/tutorial.html
338
%%DOCSDIR%%/tutorial.html
339
%%DOCSDIR%%/up-insensitive.png
426
%%DOCSDIR%%/up.png
340
%%DOCSDIR%%/up.png
427
%%DOCSDIR%%/users.html
341
%%DOCSDIR%%/users.html
428
%%DOCSDIR%%/writing-assertion.html
342
%%DOCSDIR%%/writing-assertion.html

Return to bug 198304