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

(-)/home/makc/porting/ports/x11-toolkits/qwt5/Makefile (-36 / +11 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	qwt
8
PORTNAME=	qwt
9
PORTVERSION=	5.0.2
9
PORTVERSION=	5.1.0
10
PORTREVISION=	2
11
CATEGORIES=	x11-toolkits
10
CATEGORIES=	x11-toolkits
12
MASTER_SITES=	SF
11
MASTER_SITES=	SF
13
12
Lines 15-75 Link Here
15
COMMENT=	Qt Widgets for Technical Applications
14
COMMENT=	Qt Widgets for Technical Applications
16
15
17
USE_QT_VER=	4
16
USE_QT_VER=	4
18
QT_COMPONENTS=	gui moc_build qmake_build
17
QT_COMPONENTS=	gui svg moc_build qmake_build
19
USE_BZIP2=	yes
18
USE_BZIP2=	yes
20
USE_GMAKE=	yes
19
USE_GMAKE=	yes
20
QMAKE_ARGS+=	-unix -recursive PREFIX=${PREFIX}
21
HAS_CONFIGURE=	yes
21
HAS_CONFIGURE=	yes
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
23
24
OPTIONS=	DESIGNER_PLUGIN "Install plugin for Qt Designer" on
24
OPTIONS=	DESIGNER_PLUGIN "Install plugin for Qt Designer" on
25
25
26
PLUGINDIR=	${PREFIX}/lib/qt4/plugins/designer
27
28
.include <bsd.port.pre.mk>
26
.include <bsd.port.pre.mk>
29
.include <${FILESDIR}/Makefile.man>
27
.include <${FILESDIR}/Makefile.man>
30
28
31
QPRO_DIRS=	src
32
.if !defined(WITHOUT_DESIGNER_PLUGIN)
29
.if !defined(WITHOUT_DESIGNER_PLUGIN)
33
QPRO_DIRS+=	designer
30
#QT_COMPONENTS+=	designer rcc_build
34
#QT_COMPONENTS+=	designer xml rcc_build
35
BUILD_DEPENDS+=	${LOCALBASE}/bin/rcc:${PORTSDIR}/devel/qt4-rcc
31
BUILD_DEPENDS+=	${LOCALBASE}/bin/rcc:${PORTSDIR}/devel/qt4-rcc
36
LIB_DEPENDS+=	QtXml:${PORTSDIR}/textproc/qt4-xml \
32
LIB_DEPENDS+=	QtDesigner:${PORTSDIR}/devel/qt4-designer
37
		QtDesigner:${PORTSDIR}/devel/qt4-designer
33
QMAKE_ARGS+=	CONFIG+=QwtDesigner PLUGINDIR=${PREFIX}/lib/qt4/plugins
38
PLIST_SUB+=	DESIGNER_PLUGIN=""
34
PLIST_SUB+=	DESIGNER_PLUGIN=""
39
.else
35
.else
40
PLIST_SUB+=	DESIGNER_PLUGIN="@comment "
36
PLIST_SUB+=	DESIGNER_PLUGIN="@comment "
41
.endif
37
.endif
42
38
43
do-configure:
39
do-configure:
44
.for d in ${QPRO_DIRS}
40
	(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKE_ARGS})
45
	(cd ${WRKSRC}/${d} && ${SETENV} ${MAKE_ENV} \
46
		${QMAKE} -unix)
47
.endfor
48
41
49
post-configure:
42
post-configure:
50
.for d in ${QPRO_DIRS}
43
	${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \
51
	(cd ${WRKSRC}/${d} && \
44
		's|^CC .*|CC=${CC}|; s|^CXX .*|CXX=${CXX}|; s|^LINK .*|LINK=${CXX}|'
52
	${REINPLACE_CMD} -e \
45
53
		's|^CC .*|CC=${CC}|; \
46
post-install:
54
		 s|^CXX .*|CXX=${CXX}|; \
55
		 s|^LINK .*|LINK=${CXX}|' \
56
		${WRKSRC}/${d}/Makefile)
57
.endfor
58
59
do-build:
60
.for d in ${QPRO_DIRS}
61
	(cd ${WRKSRC}/${d}; ${SETENV} ${MAKE_ENV} ${GMAKE})
62
.endfor
63
64
do-install:
65
	${INSTALL_PROGRAM} ${WRKSRC}/lib/libqwt.so.${PORTVERSION} ${PREFIX}/lib/libqwt.so.${PORTVERSION:R:R}
66
	${LN} -fs ${PREFIX}/lib/libqwt.so.${PORTVERSION:R:R} ${PREFIX}/lib/libqwt.so
67
	(cd ${WRKSRC}/src/ && ${COPYTREE_SHARE} '*.h' ${PREFIX}/include/${PORTNAME})
68
	${INSTALL_MAN} ${WRKSRC}/doc/man/man3/Qwt* ${PREFIX}/man/man3
47
	${INSTALL_MAN} ${WRKSRC}/doc/man/man3/Qwt* ${PREFIX}/man/man3
69
.if !defined(WITHOUT_DESIGNER_PLUGIN)
70
	${MKDIR} ${PLUGINDIR} && \
71
	${INSTALL_PROGRAM} ${WRKSRC}/designer/plugins/designer/libqwt_designer_plugin.so ${PLUGINDIR}
72
.endif
73
.if !defined(NOPORTDOCS)
48
.if !defined(NOPORTDOCS)
74
	(cd ${WRKSRC}/doc/html/ && ${COPYTREE_SHARE} \* ${DOCSDIR})
49
	(cd ${WRKSRC}/doc/html/ && ${COPYTREE_SHARE} \* ${DOCSDIR})
75
.endif
50
.endif
(-)/home/makc/porting/ports/x11-toolkits/qwt5/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (qwt-5.0.2.tar.bz2) = 53adbb313c478dd4aae4f1c864a2037e
1
MD5 (qwt-5.1.0.tar.bz2) = c585dc3b1ea5ad00747721f68687d868
2
SHA256 (qwt-5.0.2.tar.bz2) = 1e09af748c42f70771334db7bad04c3e39cf0f80fe4da993345c366575b2408d
2
SHA256 (qwt-5.1.0.tar.bz2) = 286d2d4e09662908b473b8d230e946171ef85f49f80982734aca780a4ef1c855
3
SIZE (qwt-5.0.2.tar.bz2) = 1666468
3
SIZE (qwt-5.1.0.tar.bz2) = 1683012
(-)/home/makc/porting/ports/x11-toolkits/qwt5/files/Makefile.man (+4 lines)
Lines 6-11 Link Here
6
	QwtArrayData.3 \
6
	QwtArrayData.3 \
7
	QwtArrowButton.3 \
7
	QwtArrowButton.3 \
8
	QwtCPointerData.3 \
8
	QwtCPointerData.3 \
9
	QwtClipper.3 \
9
	QwtColorMap.3 \
10
	QwtColorMap.3 \
10
	QwtCompass.3 \
11
	QwtCompass.3 \
11
	QwtCompassMagnetNeedle.3 \
12
	QwtCompassMagnetNeedle.3 \
Lines 28-36 Link Here
28
	QwtKnob.3 \
29
	QwtKnob.3 \
29
	QwtLegend.3 \
30
	QwtLegend.3 \
30
	QwtLegendItem.3 \
31
	QwtLegendItem.3 \
32
	QwtLegendItemManager.3 \
31
	QwtLinearColorMap.3 \
33
	QwtLinearColorMap.3 \
32
	QwtLinearScaleEngine.3 \
34
	QwtLinearScaleEngine.3 \
33
	QwtLog10ScaleEngine.3 \
35
	QwtLog10ScaleEngine.3 \
36
	QwtMagnifier.3 \
34
	QwtMathMLTextEngine.3 \
37
	QwtMathMLTextEngine.3 \
35
	QwtMetricsMap.3 \
38
	QwtMetricsMap.3 \
36
	QwtPainter.3 \
39
	QwtPainter.3 \
Lines 56-61 Link Here
56
	QwtPlotPicker.3 \
59
	QwtPlotPicker.3 \
57
	QwtPlotPrintFilter.3 \
60
	QwtPlotPrintFilter.3 \
58
	QwtPlotRasterItem.3 \
61
	QwtPlotRasterItem.3 \
62
	QwtPlotScaleItem.3 \
59
	QwtPlotSpectrogram.3 \
63
	QwtPlotSpectrogram.3 \
60
	QwtPlotSvgItem.3 \
64
	QwtPlotSvgItem.3 \
61
	QwtPlotZoomer.3 \
65
	QwtPlotZoomer.3 \
(-)/home/makc/porting/ports/x11-toolkits/qwt5/files/patch-designer__designer.pro (+11 lines)
Line 0 Link Here
1
--- ./designer/designer.pro.orig	2008-05-01 17:43:56.000000000 +0400
2
+++ ./designer/designer.pro	2008-05-03 02:21:17.000000000 +0400
3
@@ -123,7 +123,7 @@
4
         RESOURCES += \
5
             qwt_designer_plugin.qrc
6
 
7
-        target.path = $$[QT_INSTALL_PLUGINS]/designer
8
+        target.path = $$PLUGINDIR/designer
9
         INSTALLS += target
10
     }
11
 }
(-)/home/makc/porting/ports/x11-toolkits/qwt5/files/patch-qwtconfig.pri (+39 lines)
Line 0 Link Here
1
--- ./qwtconfig.pri.orig	2008-05-01 17:43:56.000000000 +0400
2
+++ ./qwtconfig.pri	2008-05-03 02:21:17.000000000 +0400
3
@@ -8,7 +8,7 @@
4
 VERSION      = $$VER_MAJ.$$VER_MIN.$$VER_PAT
5
 
6
 unix {
7
-    INSTALLBASE    = /usr/local/qwt-5.1.0
8
+    INSTALLBASE    = $$PREFIX
9
 }
10
 
11
 win32 {
12
@@ -16,8 +16,7 @@
13
 }
14
 
15
 target.path    = $$INSTALLBASE/lib
16
-headers.path   = $$INSTALLBASE/include
17
-doc.path       = $$INSTALLBASE/doc
18
+headers.path   = $$INSTALLBASE/include/qwt
19
 
20
 ######################################################################
21
 # qmake internal options
22
@@ -97,7 +96,7 @@
23
 # QwtSVGItem.
24
 ######################################################################
25
 
26
-#CONFIG     += QwtSVGItem
27
+CONFIG     += QwtSVGItem
28
 
29
 ######################################################################
30
 # If you have a commercial license you can use the MathML renderer
31
@@ -114,7 +113,7 @@
32
 # Otherwise you have to build it from the designer directory.
33
 ######################################################################
34
 
35
-CONFIG     += QwtDesigner
36
+#CONFIG     += QwtDesigner
37
 
38
 ######################################################################
39
 # If you want to auto build the examples, enable the line below
(-)/home/makc/porting/ports/x11-toolkits/qwt5/files/patch-src__src.pro (+8 lines)
Line 0 Link Here
1
--- ./src/src.pro.orig	2008-05-01 17:43:56.000000000 +0400
2
+++ ./src/src.pro	2008-05-03 02:23:43.000000000 +0400
3
@@ -221,4 +221,4 @@
4
     doc.files      += $${QWT_ROOT}/doc/man
5
 }
6
 
7
-INSTALLS       = target headers doc
8
+INSTALLS       = target headers
(-)/home/makc/porting/ports/x11-toolkits/qwt5/pkg-plist (-52 / +58 lines)
Lines 5-10 Link Here
5
include/qwt/qwt_analog_clock.h
5
include/qwt/qwt_analog_clock.h
6
include/qwt/qwt_array.h
6
include/qwt/qwt_array.h
7
include/qwt/qwt_arrow_button.h
7
include/qwt/qwt_arrow_button.h
8
include/qwt/qwt_clipper.h
8
include/qwt/qwt_color_map.h
9
include/qwt/qwt_color_map.h
9
include/qwt/qwt_compass.h
10
include/qwt/qwt_compass.h
10
include/qwt/qwt_compass_rose.h
11
include/qwt/qwt_compass_rose.h
Lines 24-29 Link Here
24
include/qwt/qwt_layout_metrics.h
25
include/qwt/qwt_layout_metrics.h
25
include/qwt/qwt_legend.h
26
include/qwt/qwt_legend.h
26
include/qwt/qwt_legend_item.h
27
include/qwt/qwt_legend_item.h
28
include/qwt/qwt_legend_itemmanager.h
29
include/qwt/qwt_magnifier.h
27
include/qwt/qwt_math.h
30
include/qwt/qwt_math.h
28
include/qwt/qwt_paint_buffer.h
31
include/qwt/qwt_paint_buffer.h
29
include/qwt/qwt_painter.h
32
include/qwt/qwt_painter.h
Lines 43-48 Link Here
43
include/qwt/qwt_plot_picker.h
46
include/qwt/qwt_plot_picker.h
44
include/qwt/qwt_plot_printfilter.h
47
include/qwt/qwt_plot_printfilter.h
45
include/qwt/qwt_plot_rasteritem.h
48
include/qwt/qwt_plot_rasteritem.h
49
include/qwt/qwt_plot_scaleitem.h
46
include/qwt/qwt_plot_spectrogram.h
50
include/qwt/qwt_plot_spectrogram.h
47
include/qwt/qwt_plot_svgitem.h
51
include/qwt/qwt_plot_svgitem.h
48
include/qwt/qwt_plot_zoomer.h
52
include/qwt/qwt_plot_zoomer.h
Lines 66-71 Link Here
66
include/qwt/qwt_wheel.h
70
include/qwt/qwt_wheel.h
67
lib/libqwt.so
71
lib/libqwt.so
68
lib/libqwt.so.5
72
lib/libqwt.so.5
73
lib/libqwt.so.5.1
74
lib/libqwt.so.5.1.0
69
%%DESIGNER_PLUGIN%%lib/qt4/plugins/designer/libqwt_designer_plugin.so
75
%%DESIGNER_PLUGIN%%lib/qt4/plugins/designer/libqwt_designer_plugin.so
70
%%PORTDOCS%%%%DOCSDIR%%/analogclock.png
76
%%PORTDOCS%%%%DOCSDIR%%/analogclock.png
71
%%PORTDOCS%%%%DOCSDIR%%/annotated.html
77
%%PORTDOCS%%%%DOCSDIR%%/annotated.html
Lines 121-126 Link Here
121
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_c_pointer_data__inherit__graph.map
127
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_c_pointer_data__inherit__graph.map
122
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_c_pointer_data__inherit__graph.md5
128
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_c_pointer_data__inherit__graph.md5
123
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_c_pointer_data__inherit__graph.png
129
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_c_pointer_data__inherit__graph.png
130
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_clipper-members.html
131
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_clipper.html
124
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_color_map-members.html
132
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_color_map-members.html
125
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_color_map.html
133
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_color_map.html
126
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_color_map__inherit__graph.map
134
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_color_map__inherit__graph.map
Lines 240-245 Link Here
240
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_legend_item__inherit__graph.map
248
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_legend_item__inherit__graph.map
241
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_legend_item__inherit__graph.md5
249
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_legend_item__inherit__graph.md5
242
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_legend_item__inherit__graph.png
250
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_legend_item__inherit__graph.png
251
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_legend_item_manager-members.html
252
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_legend_item_manager.html
253
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_legend_item_manager__inherit__graph.map
254
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_legend_item_manager__inherit__graph.md5
255
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_legend_item_manager__inherit__graph.png
243
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_linear_color_map-members.html
256
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_linear_color_map-members.html
244
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_linear_color_map.html
257
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_linear_color_map.html
245
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_linear_color_map__coll__graph.map
258
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_linear_color_map__coll__graph.map
Lines 264-269 Link Here
264
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_log10_scale_engine__inherit__graph.map
277
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_log10_scale_engine__inherit__graph.map
265
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_log10_scale_engine__inherit__graph.md5
278
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_log10_scale_engine__inherit__graph.md5
266
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_log10_scale_engine__inherit__graph.png
279
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_log10_scale_engine__inherit__graph.png
280
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_magnifier-members.html
281
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_magnifier.html
282
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_magnifier__inherit__graph.map
283
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_magnifier__inherit__graph.md5
284
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_magnifier__inherit__graph.png
267
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_math_m_l_text_engine-members.html
285
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_math_m_l_text_engine-members.html
268
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_math_m_l_text_engine.html
286
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_math_m_l_text_engine.html
269
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_math_m_l_text_engine__coll__graph.map
287
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_math_m_l_text_engine__coll__graph.map
Lines 378-383 Link Here
378
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_grid__inherit__graph.png
396
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_grid__inherit__graph.png
379
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_item-members.html
397
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_item-members.html
380
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_item.html
398
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_item.html
399
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_item__coll__graph.map
400
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_item__coll__graph.md5
401
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_item__coll__graph.png
381
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_item__inherit__graph.map
402
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_item__inherit__graph.map
382
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_item__inherit__graph.md5
403
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_item__inherit__graph.md5
383
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_item__inherit__graph.png
404
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_item__inherit__graph.png
Lines 385-390 Link Here
385
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_layout.html
406
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_layout.html
386
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_magnifier-members.html
407
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_magnifier-members.html
387
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_magnifier.html
408
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_magnifier.html
409
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_magnifier__coll__graph.map
410
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_magnifier__coll__graph.md5
411
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_magnifier__coll__graph.png
412
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_magnifier__inherit__graph.map
413
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_magnifier__inherit__graph.md5
414
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_magnifier__inherit__graph.png
388
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_marker-members.html
415
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_marker-members.html
389
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_marker.html
416
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_marker.html
390
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_marker__coll__graph.map
417
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_marker__coll__graph.map
Lines 419-424 Link Here
419
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_raster_item__inherit__graph.map
446
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_raster_item__inherit__graph.map
420
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_raster_item__inherit__graph.md5
447
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_raster_item__inherit__graph.md5
421
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_raster_item__inherit__graph.png
448
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_raster_item__inherit__graph.png
449
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_scale_item-members.html
450
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_scale_item.html
451
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_scale_item__coll__graph.map
452
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_scale_item__coll__graph.md5
453
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_scale_item__coll__graph.png
454
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_scale_item__inherit__graph.map
455
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_scale_item__inherit__graph.md5
456
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_scale_item__inherit__graph.png
422
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_spectrogram-members.html
457
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_spectrogram-members.html
423
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_spectrogram.html
458
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_spectrogram.html
424
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_spectrogram__coll__graph.map
459
%%PORTDOCS%%%%DOCSDIR%%/class_qwt_plot_spectrogram__coll__graph.map
Lines 572-632 Link Here
572
%%PORTDOCS%%%%DOCSDIR%%/form_2.png
607
%%PORTDOCS%%%%DOCSDIR%%/form_2.png
573
%%PORTDOCS%%%%DOCSDIR%%/formula.repository
608
%%PORTDOCS%%%%DOCSDIR%%/formula.repository
574
%%PORTDOCS%%%%DOCSDIR%%/functions.html
609
%%PORTDOCS%%%%DOCSDIR%%/functions.html
575
%%PORTDOCS%%%%DOCSDIR%%/functions_0x62.html
576
%%PORTDOCS%%%%DOCSDIR%%/functions_0x63.html
577
%%PORTDOCS%%%%DOCSDIR%%/functions_0x64.html
578
%%PORTDOCS%%%%DOCSDIR%%/functions_0x65.html
579
%%PORTDOCS%%%%DOCSDIR%%/functions_0x66.html
580
%%PORTDOCS%%%%DOCSDIR%%/functions_0x67.html
581
%%PORTDOCS%%%%DOCSDIR%%/functions_0x68.html
582
%%PORTDOCS%%%%DOCSDIR%%/functions_0x69.html
583
%%PORTDOCS%%%%DOCSDIR%%/functions_0x6b.html
584
%%PORTDOCS%%%%DOCSDIR%%/functions_0x6c.html
585
%%PORTDOCS%%%%DOCSDIR%%/functions_0x6d.html
586
%%PORTDOCS%%%%DOCSDIR%%/functions_0x6e.html
587
%%PORTDOCS%%%%DOCSDIR%%/functions_0x6f.html
588
%%PORTDOCS%%%%DOCSDIR%%/functions_0x70.html
589
%%PORTDOCS%%%%DOCSDIR%%/functions_0x71.html
590
%%PORTDOCS%%%%DOCSDIR%%/functions_0x72.html
591
%%PORTDOCS%%%%DOCSDIR%%/functions_0x73.html
592
%%PORTDOCS%%%%DOCSDIR%%/functions_0x74.html
593
%%PORTDOCS%%%%DOCSDIR%%/functions_0x75.html
594
%%PORTDOCS%%%%DOCSDIR%%/functions_0x76.html
595
%%PORTDOCS%%%%DOCSDIR%%/functions_0x77.html
596
%%PORTDOCS%%%%DOCSDIR%%/functions_0x78.html
597
%%PORTDOCS%%%%DOCSDIR%%/functions_0x79.html
598
%%PORTDOCS%%%%DOCSDIR%%/functions_0x7a.html
599
%%PORTDOCS%%%%DOCSDIR%%/functions_0x7e.html
600
%%PORTDOCS%%%%DOCSDIR%%/functions_enum.html
610
%%PORTDOCS%%%%DOCSDIR%%/functions_enum.html
601
%%PORTDOCS%%%%DOCSDIR%%/functions_func.html
611
%%PORTDOCS%%%%DOCSDIR%%/functions_func.html
602
%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x62.html
603
%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x63.html
604
%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x64.html
605
%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x65.html
606
%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x66.html
607
%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x67.html
608
%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x68.html
609
%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x69.html
610
%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x6b.html
611
%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x6c.html
612
%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x6d.html
613
%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x6e.html
614
%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x6f.html
615
%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x70.html
616
%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x71.html
617
%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x72.html
618
%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x73.html
619
%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x74.html
620
%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x75.html
621
%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x76.html
622
%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x77.html
623
%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x78.html
624
%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x79.html
625
%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x7a.html
626
%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x7e.html
627
%%PORTDOCS%%%%DOCSDIR%%/functions_rela.html
612
%%PORTDOCS%%%%DOCSDIR%%/functions_rela.html
628
%%PORTDOCS%%%%DOCSDIR%%/functions_type.html
613
%%PORTDOCS%%%%DOCSDIR%%/functions_type.html
629
%%PORTDOCS%%%%DOCSDIR%%/functions_vars.html
614
%%PORTDOCS%%%%DOCSDIR%%/functions_vars.html
615
%%PORTDOCS%%%%DOCSDIR%%/globals.html
616
%%PORTDOCS%%%%DOCSDIR%%/globals_type.html
630
%%PORTDOCS%%%%DOCSDIR%%/graph.png
617
%%PORTDOCS%%%%DOCSDIR%%/graph.png
631
%%PORTDOCS%%%%DOCSDIR%%/graph_legend.dot
618
%%PORTDOCS%%%%DOCSDIR%%/graph_legend.dot
632
%%PORTDOCS%%%%DOCSDIR%%/graph_legend.html
619
%%PORTDOCS%%%%DOCSDIR%%/graph_legend.html
Lines 731-736 Link Here
731
%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__37.map
718
%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__37.map
732
%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__37.md5
719
%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__37.md5
733
%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__37.png
720
%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__37.png
721
%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__38.map
722
%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__38.md5
723
%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__38.png
734
%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__4.map
724
%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__4.map
735
%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__4.md5
725
%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__4.md5
736
%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__4.png
726
%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__4.png
Lines 764-769 Link Here
764
%%PORTDOCS%%%%DOCSDIR%%/qwt__array_8h-source.html
754
%%PORTDOCS%%%%DOCSDIR%%/qwt__array_8h-source.html
765
%%PORTDOCS%%%%DOCSDIR%%/qwt__arrow__button_8cpp-source.html
755
%%PORTDOCS%%%%DOCSDIR%%/qwt__arrow__button_8cpp-source.html
766
%%PORTDOCS%%%%DOCSDIR%%/qwt__arrow__button_8h-source.html
756
%%PORTDOCS%%%%DOCSDIR%%/qwt__arrow__button_8h-source.html
757
%%PORTDOCS%%%%DOCSDIR%%/qwt__clipper_8cpp-source.html
758
%%PORTDOCS%%%%DOCSDIR%%/qwt__clipper_8h-source.html
767
%%PORTDOCS%%%%DOCSDIR%%/qwt__color__map_8cpp-source.html
759
%%PORTDOCS%%%%DOCSDIR%%/qwt__color__map_8cpp-source.html
768
%%PORTDOCS%%%%DOCSDIR%%/qwt__color__map_8h-source.html
760
%%PORTDOCS%%%%DOCSDIR%%/qwt__color__map_8h-source.html
769
%%PORTDOCS%%%%DOCSDIR%%/qwt__compass_8cpp-source.html
761
%%PORTDOCS%%%%DOCSDIR%%/qwt__compass_8cpp-source.html
Lines 786-791 Link Here
786
%%PORTDOCS%%%%DOCSDIR%%/qwt__double__range_8h-source.html
778
%%PORTDOCS%%%%DOCSDIR%%/qwt__double__range_8h-source.html
787
%%PORTDOCS%%%%DOCSDIR%%/qwt__double__rect_8cpp-source.html
779
%%PORTDOCS%%%%DOCSDIR%%/qwt__double__rect_8cpp-source.html
788
%%PORTDOCS%%%%DOCSDIR%%/qwt__double__rect_8h-source.html
780
%%PORTDOCS%%%%DOCSDIR%%/qwt__double__rect_8h-source.html
781
%%PORTDOCS%%%%DOCSDIR%%/qwt__double__rect_8h.html
782
%%PORTDOCS%%%%DOCSDIR%%/qwt__double__rect_8h__incl.map
783
%%PORTDOCS%%%%DOCSDIR%%/qwt__double__rect_8h__incl.md5
784
%%PORTDOCS%%%%DOCSDIR%%/qwt__double__rect_8h__incl.png
789
%%PORTDOCS%%%%DOCSDIR%%/qwt__dyngrid__layout_8cpp-source.html
785
%%PORTDOCS%%%%DOCSDIR%%/qwt__dyngrid__layout_8cpp-source.html
790
%%PORTDOCS%%%%DOCSDIR%%/qwt__dyngrid__layout_8h-source.html
786
%%PORTDOCS%%%%DOCSDIR%%/qwt__dyngrid__layout_8h-source.html
791
%%PORTDOCS%%%%DOCSDIR%%/qwt__event__pattern_8cpp-source.html
787
%%PORTDOCS%%%%DOCSDIR%%/qwt__event__pattern_8cpp-source.html
Lines 801-806 Link Here
801
%%PORTDOCS%%%%DOCSDIR%%/qwt__legend_8h-source.html
797
%%PORTDOCS%%%%DOCSDIR%%/qwt__legend_8h-source.html
802
%%PORTDOCS%%%%DOCSDIR%%/qwt__legend__item_8cpp-source.html
798
%%PORTDOCS%%%%DOCSDIR%%/qwt__legend__item_8cpp-source.html
803
%%PORTDOCS%%%%DOCSDIR%%/qwt__legend__item_8h-source.html
799
%%PORTDOCS%%%%DOCSDIR%%/qwt__legend__item_8h-source.html
800
%%PORTDOCS%%%%DOCSDIR%%/qwt__legend__itemmanager_8h-source.html
801
%%PORTDOCS%%%%DOCSDIR%%/qwt__magnifier_8cpp-source.html
802
%%PORTDOCS%%%%DOCSDIR%%/qwt__magnifier_8h-source.html
804
%%PORTDOCS%%%%DOCSDIR%%/qwt__math_8cpp-source.html
803
%%PORTDOCS%%%%DOCSDIR%%/qwt__math_8cpp-source.html
805
%%PORTDOCS%%%%DOCSDIR%%/qwt__math_8h-source.html
804
%%PORTDOCS%%%%DOCSDIR%%/qwt__math_8h-source.html
806
%%PORTDOCS%%%%DOCSDIR%%/qwt__mathml__text__engine_8cpp-source.html
805
%%PORTDOCS%%%%DOCSDIR%%/qwt__mathml__text__engine_8cpp-source.html
Lines 824-829 Link Here
824
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__curve_8h-source.html
823
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__curve_8h-source.html
825
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__dict_8cpp-source.html
824
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__dict_8cpp-source.html
826
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__dict_8h-source.html
825
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__dict_8h-source.html
826
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__dict_8h.html
827
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__dict_8h__incl.map
828
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__dict_8h__incl.md5
829
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__dict_8h__incl.png
827
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__grid_8cpp-source.html
830
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__grid_8cpp-source.html
828
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__grid_8h-source.html
831
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__grid_8h-source.html
829
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__item_8cpp-source.html
832
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__item_8cpp-source.html
Lines 843-848 Link Here
843
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__printfilter_8h-source.html
846
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__printfilter_8h-source.html
844
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__rasteritem_8cpp-source.html
847
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__rasteritem_8cpp-source.html
845
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__rasteritem_8h-source.html
848
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__rasteritem_8h-source.html
849
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__scaleitem_8cpp-source.html
850
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__scaleitem_8h-source.html
846
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__spectrogram_8cpp-source.html
851
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__spectrogram_8cpp-source.html
847
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__spectrogram_8h-source.html
852
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__spectrogram_8h-source.html
848
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__svgitem_8cpp-source.html
853
%%PORTDOCS%%%%DOCSDIR%%/qwt__plot__svgitem_8cpp-source.html
Lines 902-907 Link Here
902
%%PORTDOCS%%%%DOCSDIR%%/tabs.css
907
%%PORTDOCS%%%%DOCSDIR%%/tabs.css
903
%%PORTDOCS%%%%DOCSDIR%%/todo.html
908
%%PORTDOCS%%%%DOCSDIR%%/todo.html
904
%%PORTDOCS%%@dirrm %%DOCSDIR%%
909
%%PORTDOCS%%@dirrm %%DOCSDIR%%
905
%%DESIGNER_PLUGIN%%@dirrmtry lib/plugins/designer
910
%%DESIGNER_PLUGIN%%@dirrmtry lib/qt4/plugins/designer
906
%%DESIGNER_PLUGIN%%@dirrmtry lib/plugins
911
%%DESIGNER_PLUGIN%%@dirrmtry lib/qt4/plugins
912
%%DESIGNER_PLUGIN%%@dirrmtry lib/qt4
907
@dirrm include/qwt
913
@dirrm include/qwt

Return to bug 123676