ports/106487: new port: x11-toolkits/qwt-devel

Max Brazhnikov makc at issp.ac.ru
Fri Dec 8 17:10:35 UTC 2006


>Number:         106487
>Category:       ports
>Synopsis:       new port: x11-toolkits/qwt-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 08 17:10:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
FreeBSD luna.zuzino.mipt.ru 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sat Oct 28 18:43:15 MSD 2006     root at luna.zuzino.mipt.ru:/usr/obj/usr/src/sys/LUNA  i386
>Description:
Add new port -- development version of Qwt library.
New port conflicts with x11-toolkits/qwt,

===> Generating patch
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/qwt/Makefile /home/makc/porting/ports/x11-toolkits/qwt/Makefile
--- /usr/ports/x11-toolkits/qwt/Makefile	Tue Aug 15 05:13:39 2006
+++ /home/makc/porting/ports/x11-toolkits/qwt/Makefile	Fri Dec  8 19:41:59 2006
@@ -17,6 +17,8 @@
 
 BUILD_DEPENDS=	qmake:${PORTSDIR}/devel/qmake
 
+CONFLICTS=	qwt-devel-5.*
+
 USE_QT_VER=	3
 USE_BZIP2=	yes
 MAKE_ENV=	CXXFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" \
===> Done
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	qwt-devel/pkg-descr
#	qwt-devel/Makefile
#	qwt-devel/pkg-plist
#	qwt-devel/distinfo
#
echo x - qwt-devel/pkg-descr
sed 's/^X//' >qwt-devel/pkg-descr << 'END-of-qwt-devel/pkg-descr'
XThe Qwt library contains GUI Components and utility classes which
Xare primarily useful for programs with a technical background.
XBeside a 2D plot widget it provides scales, sliders, dials, compasses,
Xthermometers, wheels and knobs to control or display values, arrays,
Xor ranges of type double.
X
XWWW:    http://qwt.sourceforge.net/
END-of-qwt-devel/pkg-descr
echo x - qwt-devel/Makefile
sed 's/^X//' >qwt-devel/Makefile << 'END-of-qwt-devel/Makefile'
X# New ports collection makefile for:	qwt-devel
X# Date created:		2006-12-08
X# Whom:			Max Brazhnikov <makc at issp.ac.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	qwt
XPORTVERSION=	5.0.0.r1
XCATEGORIES=	x11-toolkits
XMASTER_SITES=	SF
XPKGNAMESUFFIX=	-devel
XDISTNAME=	${PORTNAME}-5.0.0rc1
X
XMAINTAINER=	makc at issp.ac.ru
XCOMMENT=	Qt Widgets for Technical Applications
X
XBUILD_DEPENDS=	qmake:${PORTSDIR}/devel/qmake
X
XCONFLICTS=	qwt-4.*
X
XUSE_QT_VER=	3
XUSE_BZIP2=	yes
XMAKE_ENV=	CC="${CC}" CXX="${CXX}" \
X		QTDIR="${QT_PREFIX}"
XUSE_LDCONFIG=	yes
X
X.if !defined(NOPORTDOCS)
XPLIST_SUB+=	NODOCS=""
X.else
XPLIST_SUB+=	NODOCS="@comment "
X.endif
X
Xpre-build:
X	cd ${WRKSRC} && qmake -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ qwt.pro -o Makefile
X
Xdo-install:
X	${INSTALL_DATA} ${WRKSRC}/lib/libqwt.so.5.0.0 ${PREFIX}/lib/libqwt.so.5
X	${LN} -fs ${PREFIX}/lib/libqwt.so.5 ${PREFIX}/lib/libqwt.so
X	${MKDIR} ${PREFIX}/include/qwt
X	${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/qwt
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${PREFIX}/share/doc/qwt
X	${INSTALL_DATA} ${WRKSRC}/doc/html/* ${PREFIX}/share/doc/qwt
X.endif
X
X.include <bsd.port.mk>
END-of-qwt-devel/Makefile
echo x - qwt-devel/pkg-plist
sed 's/^X//' >qwt-devel/pkg-plist << 'END-of-qwt-devel/pkg-plist'
Xinclude/qwt/qwt.h
Xinclude/qwt/qwt_abstract_scale.h
Xinclude/qwt/qwt_abstract_scale_draw.h
Xinclude/qwt/qwt_abstract_slider.h
Xinclude/qwt/qwt_analog_clock.h
Xinclude/qwt/qwt_array.h
Xinclude/qwt/qwt_arrow_button.h
Xinclude/qwt/qwt_color_map.h
Xinclude/qwt/qwt_compass.h
Xinclude/qwt/qwt_compass_rose.h
Xinclude/qwt/qwt_counter.h
Xinclude/qwt/qwt_curve_fitter.h
Xinclude/qwt/qwt_data.h
Xinclude/qwt/qwt_dial.h
Xinclude/qwt/qwt_dial_needle.h
Xinclude/qwt/qwt_double_interval.h
Xinclude/qwt/qwt_double_range.h
Xinclude/qwt/qwt_double_rect.h
Xinclude/qwt/qwt_dyngrid_layout.h
Xinclude/qwt/qwt_event_pattern.h
Xinclude/qwt/qwt_global.h
Xinclude/qwt/qwt_interval_data.h
Xinclude/qwt/qwt_knob.h
Xinclude/qwt/qwt_layout_metrics.h
Xinclude/qwt/qwt_legend.h
Xinclude/qwt/qwt_legend_item.h
Xinclude/qwt/qwt_math.h
Xinclude/qwt/qwt_paint_buffer.h
Xinclude/qwt/qwt_painter.h
Xinclude/qwt/qwt_panner.h
Xinclude/qwt/qwt_picker.h
Xinclude/qwt/qwt_picker_machine.h
Xinclude/qwt/qwt_plot.h
Xinclude/qwt/qwt_plot_canvas.h
Xinclude/qwt/qwt_plot_curve.h
Xinclude/qwt/qwt_plot_dict.h
Xinclude/qwt/qwt_plot_grid.h
Xinclude/qwt/qwt_plot_item.h
Xinclude/qwt/qwt_plot_layout.h
Xinclude/qwt/qwt_plot_magnifier.h
Xinclude/qwt/qwt_plot_marker.h
Xinclude/qwt/qwt_plot_panner.h
Xinclude/qwt/qwt_plot_picker.h
Xinclude/qwt/qwt_plot_printfilter.h
Xinclude/qwt/qwt_plot_rasteritem.h
Xinclude/qwt/qwt_plot_spectrogram.h
Xinclude/qwt/qwt_plot_svgitem.h
Xinclude/qwt/qwt_plot_zoomer.h
Xinclude/qwt/qwt_polygon.h
Xinclude/qwt/qwt_raster_data.h
Xinclude/qwt/qwt_rect.h
Xinclude/qwt/qwt_round_scale_draw.h
Xinclude/qwt/qwt_scale_div.h
Xinclude/qwt/qwt_scale_draw.h
Xinclude/qwt/qwt_scale_engine.h
Xinclude/qwt/qwt_scale_map.h
Xinclude/qwt/qwt_scale_widget.h
Xinclude/qwt/qwt_slider.h
Xinclude/qwt/qwt_spline.h
Xinclude/qwt/qwt_symbol.h
Xinclude/qwt/qwt_text.h
Xinclude/qwt/qwt_text_engine.h
Xinclude/qwt/qwt_text_label.h
Xinclude/qwt/qwt_text_plugin.h
Xinclude/qwt/qwt_thermo.h
Xinclude/qwt/qwt_valuelist.h
Xinclude/qwt/qwt_wheel.h
Xlib/libqwt.so
Xlib/libqwt.so.5
X%%NODOCS%%%%DOCSDIR%%/analogclock.png
X%%NODOCS%%%%DOCSDIR%%/annotated.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_abstract_scale-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_abstract_scale.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_abstract_scale__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_abstract_scale__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_abstract_scale__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_abstract_scale_draw-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_abstract_scale_draw.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_abstract_scale_draw__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_abstract_scale_draw__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_abstract_scale_draw__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_abstract_slider-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_abstract_slider.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_abstract_slider__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_abstract_slider__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_abstract_slider__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_abstract_slider__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_abstract_slider__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_abstract_slider__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_alpha_color_map-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_alpha_color_map.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_alpha_color_map__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_alpha_color_map__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_alpha_color_map__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_alpha_color_map__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_alpha_color_map__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_alpha_color_map__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_analog_clock-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_analog_clock.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_analog_clock__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_analog_clock__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_analog_clock__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_analog_clock__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_analog_clock__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_analog_clock__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_array_data-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_array_data.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_array_data__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_array_data__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_array_data__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_array_data__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_array_data__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_array_data__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_arrow_button-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_arrow_button.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_c_pointer_data-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_c_pointer_data.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_c_pointer_data__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_c_pointer_data__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_c_pointer_data__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_c_pointer_data__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_c_pointer_data__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_c_pointer_data__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_color_map-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_color_map.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_color_map__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_color_map__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_color_map__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass_magnet_needle-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass_magnet_needle.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass_magnet_needle__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass_magnet_needle__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass_magnet_needle__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass_magnet_needle__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass_magnet_needle__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass_magnet_needle__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass_rose-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass_rose.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass_rose__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass_rose__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass_rose__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass_wind_arrow-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass_wind_arrow.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass_wind_arrow__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass_wind_arrow__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass_wind_arrow__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass_wind_arrow__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass_wind_arrow__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_compass_wind_arrow__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_counter-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_counter.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_counter__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_counter__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_counter__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_counter__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_counter__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_counter__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_curve_fitter-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_curve_fitter.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_curve_fitter__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_curve_fitter__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_curve_fitter__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_data-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_data.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_data__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_data__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_data__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial_needle-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial_needle.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial_needle__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial_needle__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial_needle__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial_scale_draw-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial_scale_draw.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial_scale_draw__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial_scale_draw__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial_scale_draw__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial_scale_draw__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial_scale_draw__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial_scale_draw__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial_simple_needle-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial_simple_needle.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial_simple_needle__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial_simple_needle__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial_simple_needle__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial_simple_needle__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial_simple_needle__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dial_simple_needle__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_double_interval-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_double_interval.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_double_range-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_double_range.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_double_range__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_double_range__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_double_range__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dyn_grid_layout-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_dyn_grid_layout.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_event_pattern-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_event_pattern.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_event_pattern_1_1_key_pattern-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_event_pattern_1_1_key_pattern.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_event_pattern_1_1_mouse_pattern-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_event_pattern_1_1_mouse_pattern.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_event_pattern__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_event_pattern__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_event_pattern__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_interval_data-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_interval_data.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_knob-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_knob.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_knob__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_knob__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_knob__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_knob__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_knob__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_knob__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_legend-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_legend.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_legend_item-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_legend_item.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_legend_item__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_legend_item__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_legend_item__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_legend_item__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_legend_item__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_legend_item__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_linear_color_map-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_linear_color_map.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_linear_color_map__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_linear_color_map__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_linear_color_map__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_linear_color_map__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_linear_color_map__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_linear_color_map__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_linear_scale_engine-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_linear_scale_engine.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_linear_scale_engine__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_linear_scale_engine__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_linear_scale_engine__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_linear_scale_engine__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_linear_scale_engine__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_linear_scale_engine__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_log10_scale_engine-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_log10_scale_engine.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_log10_scale_engine__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_log10_scale_engine__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_log10_scale_engine__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_log10_scale_engine__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_log10_scale_engine__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_log10_scale_engine__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_metrics_map-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_metrics_map.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_painter-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_painter.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_painter__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_painter__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_painter__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_panner-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_panner.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_panner__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_panner__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_panner__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_click_point_machine-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_click_point_machine.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_click_point_machine__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_click_point_machine__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_click_point_machine__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_click_point_machine__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_click_point_machine__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_click_point_machine__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_click_rect_machine-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_click_rect_machine.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_click_rect_machine__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_click_rect_machine__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_click_rect_machine__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_click_rect_machine__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_click_rect_machine__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_click_rect_machine__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_drag_point_machine-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_drag_point_machine.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_drag_point_machine__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_drag_point_machine__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_drag_point_machine__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_drag_point_machine__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_drag_point_machine__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_drag_point_machine__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_drag_rect_machine-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_drag_rect_machine.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_drag_rect_machine__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_drag_rect_machine__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_drag_rect_machine__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_drag_rect_machine__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_drag_rect_machine__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_drag_rect_machine__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_machine-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_machine.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_machine__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_machine__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_machine__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_polygon_machine-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_polygon_machine.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_polygon_machine__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_polygon_machine__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_polygon_machine__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_polygon_machine__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_polygon_machine__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_picker_polygon_machine__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plain_text_engine-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plain_text_engine.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plain_text_engine__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plain_text_engine__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plain_text_engine__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plain_text_engine__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plain_text_engine__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plain_text_engine__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_canvas-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_canvas.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_curve-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_curve.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_curve__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_curve__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_curve__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_curve__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_curve__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_curve__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_dict-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_dict.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_dict__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_dict__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_dict__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_grid-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_grid.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_grid__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_grid__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_grid__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_grid__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_grid__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_grid__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_item-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_item.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_item__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_item__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_item__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_layout-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_layout.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_magnifier-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_magnifier.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_marker-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_marker.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_marker__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_marker__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_marker__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_marker__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_marker__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_marker__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_panner-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_panner.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_panner__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_panner__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_panner__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_panner__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_panner__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_panner__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_picker-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_picker.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_picker__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_picker__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_picker__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_picker__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_picker__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_picker__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_print_filter-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_print_filter.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_raster_item-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_raster_item.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_raster_item__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_raster_item__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_raster_item__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_raster_item__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_raster_item__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_raster_item__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_spectrogram-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_spectrogram.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_spectrogram__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_spectrogram__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_spectrogram__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_spectrogram__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_spectrogram__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_spectrogram__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_svg_item-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_svg_item.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_svg_item__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_svg_item__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_svg_item__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_svg_item__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_svg_item__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_svg_item__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_zoomer-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_zoomer.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_zoomer__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_zoomer__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_zoomer__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_zoomer__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_zoomer__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_plot_zoomer__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_polygon_f_data-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_polygon_f_data.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_polygon_f_data__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_polygon_f_data__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_polygon_f_data__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_polygon_f_data__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_polygon_f_data__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_polygon_f_data__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_raster_data-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_raster_data.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_raster_data__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_raster_data__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_raster_data__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_rect-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_rect.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_rich_text_engine-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_rich_text_engine.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_rich_text_engine__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_rich_text_engine__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_rich_text_engine__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_rich_text_engine__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_rich_text_engine__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_rich_text_engine__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_round_scale_draw-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_round_scale_draw.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_round_scale_draw__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_round_scale_draw__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_round_scale_draw__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_round_scale_draw__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_round_scale_draw__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_round_scale_draw__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_arithmetic-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_arithmetic.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_div-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_div.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_draw-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_draw.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_draw__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_draw__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_draw__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_draw__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_draw__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_draw__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_engine-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_engine.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_engine__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_engine__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_engine__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_map-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_map.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_map__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_map__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_map__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_transformation-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_transformation.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_widget-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_scale_widget.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_simple_compass_rose-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_simple_compass_rose.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_simple_compass_rose__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_simple_compass_rose__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_simple_compass_rose__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_simple_compass_rose__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_simple_compass_rose__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_simple_compass_rose__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_slider-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_slider.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_slider__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_slider__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_slider__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_slider__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_slider__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_slider__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_spline-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_spline.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_spline_curve_fitter-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_spline_curve_fitter.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_spline_curve_fitter__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_spline_curve_fitter__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_spline_curve_fitter__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_spline_curve_fitter__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_spline_curve_fitter__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_spline_curve_fitter__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_symbol-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_symbol.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_text-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_text.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_text_engine-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_text_engine.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_text_engine__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_text_engine__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_text_engine__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_text_label-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_text_label.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_text_label__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_text_label__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_text_label__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_text_plugin-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_text_plugin.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_thermo-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_thermo.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_thermo__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_thermo__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_thermo__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_thermo__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_thermo__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_thermo__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_wheel-members.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_wheel.html
X%%NODOCS%%%%DOCSDIR%%/class_qwt_wheel__coll__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_wheel__coll__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_wheel__coll__graph.png
X%%NODOCS%%%%DOCSDIR%%/class_qwt_wheel__inherit__graph.map
X%%NODOCS%%%%DOCSDIR%%/class_qwt_wheel__inherit__graph.md5
X%%NODOCS%%%%DOCSDIR%%/class_qwt_wheel__inherit__graph.png
X%%NODOCS%%%%DOCSDIR%%/classes.html
X%%NODOCS%%%%DOCSDIR%%/controlscreenshots.html
X%%NODOCS%%%%DOCSDIR%%/cpuplot.png
X%%NODOCS%%%%DOCSDIR%%/curves.png
X%%NODOCS%%%%DOCSDIR%%/curvescreenshots.html
X%%NODOCS%%%%DOCSDIR%%/deprecated.html
X%%NODOCS%%%%DOCSDIR%%/dials1.png
X%%NODOCS%%%%DOCSDIR%%/dials2.png
X%%NODOCS%%%%DOCSDIR%%/doxygen.css
X%%NODOCS%%%%DOCSDIR%%/doxygen.png
X%%NODOCS%%%%DOCSDIR%%/files.html
X%%NODOCS%%%%DOCSDIR%%/form_0.png
X%%NODOCS%%%%DOCSDIR%%/form_1.png
X%%NODOCS%%%%DOCSDIR%%/form_2.png
X%%NODOCS%%%%DOCSDIR%%/formula.repository
X%%NODOCS%%%%DOCSDIR%%/functions.html
X%%NODOCS%%%%DOCSDIR%%/functions_0x62.html
X%%NODOCS%%%%DOCSDIR%%/functions_0x63.html
X%%NODOCS%%%%DOCSDIR%%/functions_0x64.html
X%%NODOCS%%%%DOCSDIR%%/functions_0x65.html
X%%NODOCS%%%%DOCSDIR%%/functions_0x66.html
X%%NODOCS%%%%DOCSDIR%%/functions_0x67.html
X%%NODOCS%%%%DOCSDIR%%/functions_0x68.html
X%%NODOCS%%%%DOCSDIR%%/functions_0x69.html
X%%NODOCS%%%%DOCSDIR%%/functions_0x6b.html
X%%NODOCS%%%%DOCSDIR%%/functions_0x6c.html
X%%NODOCS%%%%DOCSDIR%%/functions_0x6d.html
X%%NODOCS%%%%DOCSDIR%%/functions_0x6e.html
X%%NODOCS%%%%DOCSDIR%%/functions_0x6f.html
X%%NODOCS%%%%DOCSDIR%%/functions_0x70.html
X%%NODOCS%%%%DOCSDIR%%/functions_0x71.html
X%%NODOCS%%%%DOCSDIR%%/functions_0x72.html
X%%NODOCS%%%%DOCSDIR%%/functions_0x73.html
X%%NODOCS%%%%DOCSDIR%%/functions_0x74.html
X%%NODOCS%%%%DOCSDIR%%/functions_0x75.html
X%%NODOCS%%%%DOCSDIR%%/functions_0x76.html
X%%NODOCS%%%%DOCSDIR%%/functions_0x77.html
X%%NODOCS%%%%DOCSDIR%%/functions_0x78.html
X%%NODOCS%%%%DOCSDIR%%/functions_0x79.html
X%%NODOCS%%%%DOCSDIR%%/functions_0x7a.html
X%%NODOCS%%%%DOCSDIR%%/functions_0x7e.html
X%%NODOCS%%%%DOCSDIR%%/functions_enum.html
X%%NODOCS%%%%DOCSDIR%%/functions_func.html
X%%NODOCS%%%%DOCSDIR%%/functions_func_0x62.html
X%%NODOCS%%%%DOCSDIR%%/functions_func_0x63.html
X%%NODOCS%%%%DOCSDIR%%/functions_func_0x64.html
X%%NODOCS%%%%DOCSDIR%%/functions_func_0x65.html
X%%NODOCS%%%%DOCSDIR%%/functions_func_0x66.html
X%%NODOCS%%%%DOCSDIR%%/functions_func_0x67.html
X%%NODOCS%%%%DOCSDIR%%/functions_func_0x68.html
X%%NODOCS%%%%DOCSDIR%%/functions_func_0x69.html
X%%NODOCS%%%%DOCSDIR%%/functions_func_0x6b.html
X%%NODOCS%%%%DOCSDIR%%/functions_func_0x6c.html
X%%NODOCS%%%%DOCSDIR%%/functions_func_0x6d.html
X%%NODOCS%%%%DOCSDIR%%/functions_func_0x6e.html
X%%NODOCS%%%%DOCSDIR%%/functions_func_0x6f.html
X%%NODOCS%%%%DOCSDIR%%/functions_func_0x70.html
X%%NODOCS%%%%DOCSDIR%%/functions_func_0x71.html
X%%NODOCS%%%%DOCSDIR%%/functions_func_0x72.html
X%%NODOCS%%%%DOCSDIR%%/functions_func_0x73.html
X%%NODOCS%%%%DOCSDIR%%/functions_func_0x74.html
X%%NODOCS%%%%DOCSDIR%%/functions_func_0x75.html
X%%NODOCS%%%%DOCSDIR%%/functions_func_0x76.html
X%%NODOCS%%%%DOCSDIR%%/functions_func_0x77.html
X%%NODOCS%%%%DOCSDIR%%/functions_func_0x78.html
X%%NODOCS%%%%DOCSDIR%%/functions_func_0x79.html
X%%NODOCS%%%%DOCSDIR%%/functions_func_0x7a.html
X%%NODOCS%%%%DOCSDIR%%/functions_func_0x7e.html
X%%NODOCS%%%%DOCSDIR%%/functions_rela.html
X%%NODOCS%%%%DOCSDIR%%/functions_type.html
X%%NODOCS%%%%DOCSDIR%%/functions_vars.html
X%%NODOCS%%%%DOCSDIR%%/graph.png
X%%NODOCS%%%%DOCSDIR%%/graph_legend.dot
X%%NODOCS%%%%DOCSDIR%%/graph_legend.html
X%%NODOCS%%%%DOCSDIR%%/graph_legend.png
X%%NODOCS%%%%DOCSDIR%%/hierarchy.html
X%%NODOCS%%%%DOCSDIR%%/histogram.png
X%%NODOCS%%%%DOCSDIR%%/histogramscreenshots.html
X%%NODOCS%%%%DOCSDIR%%/index.html
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__0.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__0.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__0.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__1.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__1.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__1.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__10.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__10.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__10.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__11.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__11.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__11.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__12.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__12.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__12.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__13.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__13.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__13.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__14.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__14.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__14.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__15.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__15.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__15.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__16.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__16.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__16.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__17.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__17.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__17.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__18.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__18.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__18.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__19.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__19.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__19.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__2.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__2.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__2.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__20.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__20.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__20.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__21.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__21.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__21.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__22.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__22.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__22.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__23.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__23.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__23.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__24.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__24.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__24.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__25.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__25.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__25.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__26.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__26.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__26.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__27.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__27.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__27.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__28.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__28.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__28.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__29.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__29.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__29.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__3.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__3.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__3.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__30.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__30.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__30.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__31.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__31.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__31.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__32.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__32.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__32.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__33.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__33.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__33.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__34.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__34.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__34.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__35.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__35.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__35.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__36.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__36.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__36.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__37.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__37.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__37.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__38.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__38.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__38.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__4.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__4.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__4.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__5.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__5.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__5.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__6.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__6.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__6.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__7.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__7.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__7.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__8.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__8.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__8.png
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__9.map
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__9.md5
X%%NODOCS%%%%DOCSDIR%%/inherit__graph__9.png
X%%NODOCS%%%%DOCSDIR%%/inherits.html
X%%NODOCS%%%%DOCSDIR%%/knob.png
X%%NODOCS%%%%DOCSDIR%%/pages.html
X%%NODOCS%%%%DOCSDIR%%/plot.png
X%%NODOCS%%%%DOCSDIR%%/qwt__abstract__scale_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__abstract__scale_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__abstract__scale__draw_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__abstract__scale__draw_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__abstract__slider_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__abstract__slider_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__analog__clock_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__analog__clock_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__array_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__arrow__button_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__arrow__button_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__color__map_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__color__map_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__compass_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__compass_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__compass__rose_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__compass__rose_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__counter_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__counter_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__curve__fitter_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__curve__fitter_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__data_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__data_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__dial_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__dial_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__dial__needle_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__dial__needle_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__double__interval_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__double__interval_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__double__range_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__double__range_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__double__rect_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__double__rect_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__dyngrid__layout_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__dyngrid__layout_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__event__pattern_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__event__pattern_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__global_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__interval__data_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__interval__data_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__knob_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__knob_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__layout__metrics_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__layout__metrics_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__legend_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__legend_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__legend__item_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__legend__item_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__math_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__math_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__paint__buffer_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__paint__buffer_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__painter_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__painter_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__panner_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__panner_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__picker_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__picker_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__picker__machine_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__picker__machine_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__axis_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__canvas_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__canvas_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__curve_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__curve_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__dict_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__dict_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__grid_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__grid_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__item_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__item_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__layout_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__layout_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__magnifier_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__magnifier_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__marker_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__marker_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__panner_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__panner_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__picker_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__picker_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__print_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__printfilter_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__printfilter_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__rasteritem_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__rasteritem_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__spectrogram_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__spectrogram_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__svgitem_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__svgitem_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__xml_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__zoomer_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__plot__zoomer_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__polygon_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__raster__data_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__raster__data_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__rect_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__rect_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__round__scale__draw_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__round__scale__draw_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__scale__div_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__scale__div_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__scale__draw_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__scale__draw_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__scale__engine_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__scale__engine_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__scale__map_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__scale__map_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__scale__widget_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__scale__widget_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__slider_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__slider_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__spline_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__spline_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__symbol_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__symbol_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__text_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__text_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__text__engine_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__text__engine_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__text__label_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__text__label_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__text__plugin_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__thermo_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__thermo_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__valuelist_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__wheel_8cpp-source.html
X%%NODOCS%%%%DOCSDIR%%/qwt__wheel_8h-source.html
X%%NODOCS%%%%DOCSDIR%%/qwtinstall.html
X%%NODOCS%%%%DOCSDIR%%/qwtlicense.html
X%%NODOCS%%%%DOCSDIR%%/qwtspec.html
X%%NODOCS%%%%DOCSDIR%%/radio.png
X%%NODOCS%%%%DOCSDIR%%/scatterplot.png
X%%NODOCS%%%%DOCSDIR%%/scatterscreenshots.html
X%%NODOCS%%%%DOCSDIR%%/sinus.png
X%%NODOCS%%%%DOCSDIR%%/sliders.png
X%%NODOCS%%%%DOCSDIR%%/spectrogram1.png
X%%NODOCS%%%%DOCSDIR%%/spectrogram2.png
X%%NODOCS%%%%DOCSDIR%%/spectrogram3.png
X%%NODOCS%%%%DOCSDIR%%/spectrogramscreenshots.html
X%%NODOCS%%%%DOCSDIR%%/sysinfo.png
X%%NODOCS%%%%DOCSDIR%%/tab_b.gif
X%%NODOCS%%%%DOCSDIR%%/tab_l.gif
X%%NODOCS%%%%DOCSDIR%%/tab_r.gif
X%%NODOCS%%%%DOCSDIR%%/tabs.css
X%%NODOCS%%%%DOCSDIR%%/todo.html
X%%NODOCS%%@dirrm %%DOCSDIR%%
X at dirrm include/qwt
END-of-qwt-devel/pkg-plist
echo x - qwt-devel/distinfo
sed 's/^X//' >qwt-devel/distinfo << 'END-of-qwt-devel/distinfo'
XMD5 (qwt-5.0.0rc1.tar.bz2) = bb6e035f7477a05ff52f7ad47a46a24a
XSHA256 (qwt-5.0.0rc1.tar.bz2) = 410103615705eaacb9eab576257aa27ebec840f88a3b0ef695a02ec70d167e1e
XSIZE (qwt-5.0.0rc1.tar.bz2) = 1576317
END-of-qwt-devel/distinfo
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list