diff options
author | rillig <rillig@pkgsrc.org> | 2007-11-05 12:56:44 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-11-05 12:56:44 +0000 |
commit | 10b846fbaee08e7fefae278e255761dc51d844cb (patch) | |
tree | 06719314aa682162238ab51cfdbbf7385fbbc3d9 /x11 | |
parent | d63be85aea9d996e80f0e1dec582993a941e48c8 (diff) | |
download | pkgsrc-10b846fbaee08e7fefae278e255761dc51d844cb.tar.gz |
Updated qwt to 5.0.2.
Release 5.0.2
===================
Bug Fixes
---------
1. QwtPlotCurve::Xfy curve type fixed
2. Memory leak in QwtLegend fixed
3. Vertical alignment of rich texts fixed
4. Workaround for a Qt4 bug added, that produces horrible performance
when painting curves with a pen width > 1.
5. Background for the tracker text of QwtPickers fixed.
Improved (faster + better rendered texts) implementation of
painting tracker texts, using capabilities of Qt >= 4.3.
6. QwtArrowButton/QwtCounter: workaround for layout bug ( Qt < 4.3 )
of the Cleanlook style added.
7. A couple of minor fixes
Changes
-------
1. QSvgGenerator added to the bode example
Release 5.0.1
===================
Changes
-------
1. A couple of problems, when building Qwt fixed.
2. Displaying Rich Text with Qt 4.x fixed
Release 5.0.0
===================
Platforms
---------
Support of Qt3 and Qt4. Qt2 is not supported any longer.
Key features
------------
1. Redesign of plot items. Makes it much easier to develop
individual items.
2. Redesign of the scale classes. All calculations are
collected in scale engines, where the application can
implement it´s own (f.e log2, or date scales). Now it´s
also possible to have individual and completely irregular scales
3. Redesign of the QwtText classes. The MathML renderer of
the Qt4 solutions package is embedded.
work for all expressions/situations.
4. New classes for navigating: QwtPanner, QwtMaginfier
5. Spectrogram/Contour plots and other classes for displaying
raster data added.
Changes
-------
5.0.0 is by far the release with the most changes in the history of Qwt
- too many to make list.
Release 4.2.0/0.4.2
===================
License
--------
A couple of exceptions to the LGPL with the intention to allow static
linking with commercial applications. See COPYING.
Key features:
-------------
1. Designer plugin
2. Rich Text support ( f.e. E = m * c<sup>2</sup> ) added.
3. QwtDial class family added (QwtDial, QwtCompass, QwtAnalogClock, ...)
4. QwtPicker class family added. Includes QwtPlotZoomer, a complete
implementation of recursive zooming.
5. Device metrics independent printing of QwtPlot. (QPrinter::HighResolution)
6. QwtPlot::setCurveBrush(), QwtCurve::setBrush() added. The area
between curve and baseline will be filled with this brush.
7. Rotation of axis tick labels added. Very useful for axis with long
labels like time scales ...
8. Added a new abstract QwtData class to plot data from almost any type of
container class.
9. QwtDoublePoint, QwtDoubleSize, QwtDoubleRect double counterparts
for QPoint, QSize, QRect.
10. First steps to support Qtopia. All examples can be compiled and started
in the qvfb emulator.
Changes:
---------
1. Rewrite of QwtLegend/QwtLegendItem (no QTable anymore)
2. Each plot item will be painted, even if one of the axis it is
attached to is disabled. (like in all other releases beside 0.4.1)
3. Code for double buffering moved to a new class QwtPaintBuffer.
Double buffering can be enabled/disabled now.
4. QwtPainter, QwtMetricsMap, QwtLayoutMetrics added
Hide paint device metrics dependencies.
5. Layout code rewritten and moved to a new class QwtPlotLayout
New layout options canvasMargin(), alignCanvasToScales()
6. QwtPlot: sizeHint() != minimumSizeHint()
9. Internal plot data are private again. A couple of get methods
added instead.
10. canvas repaints triggered by paint events. Enables event filtering
11. QwtPlot::drawCanvasItems added. In opposite to QwtPlot::drawCanvas
it is used by the printing code too.
12. qwtMax, qwtMin, qwtInt mapped to QMAX, QMIN, qRound from qglobal.h
13. operator= for plot item classes changed.
14. readOnly property added for sliders.
15. valid flag added for QwtDblRange
16. QwtCounter wrap around policy: a counter under- or overflow sets
focus to the smallest up/down button and disables counting.
A space bar keypress release event re-enables counting.
17. QwtPushButton added. A class that adds rich text and alignments
features to QPushButton, like they are used in QLabel
18. Clipped painting code moved from QwtCurve to QwtPainter/QwtRect
19. Canvas cache added to optimize trivial repaints.
20. QwtPlot::drawCurve added for incremental curve data
21. QwtSliderBase, readOnly, isValid added
22. Added filtering of the colors of the title and scales to QwtPrintFilter.
23. Support of QT_NO_CAST_ASII and QT_NO_COMPAT added
24. Batch file added for generating Visual Studio project files
25. QwtPlotCurve, QwtPlotMarker, QwtPlotGrid: more methods public
26. QwtPlot::setLegendPosition added
27. A lot of changes I don't remember, ... sorry.
Bugfixes:
---------
1. Autodetection of painter redirection. QPixmap::grabWidget() works
with Qwt Widgets again.
2. QwtSlider: Rounding double->int conversions instead of simple casts.
3. Bad additional line, connected to the first curve point, when zooming
deep, fixed.
4. QwtMarker: Painting of symbols with width != height fixed
5. QwtPlot::plotMouseXXX/canvasMap pixel coordinates synced.
Now both include the canvas frame.
6. Layout fixed for QwtScaleDraws without tick labels
8. Tab focus chains fixed, focus indications added.
9. Support QwtAutoScale::Inverted when autoScale is off also.
10. Keyboard control, focus indications added.
11. Improved QStyle awareness.
12. Printing of plots with disabled axes
Examples
--------
1. New example linux/cpustat added. Runs also on non linux boxes
with dummy values. Beside showing a couple of features that
are new with 0.4.1 and 0.4.2, it shows how to extend and customize
a QwtPlots.
2. Added new example event_filter to demonstrate event filtering.
This example shows how to add additional controls to the scales,
how to translate mouse clicks on the scales into signals and
how to move points on the canvas.
3. realtime example shows how to use scrollbars when zooming
Release 0.4.1
============
Changes:
---------
1. Platform independent project files. makefiles directory removed.
2. RPM spec file template added.
3. __declspec formalism added for Win32 DLLs. Requires
'DEFINES += QWT_DLL' in the .pro file.
4. QString used for visible texts.
5. Code for error curves removed. These type of features should be
implemented in derived curve classes.
6. A lot of Qt 1.2 related code removed/replaced.
7. QwtColorFilter, QwtPixFrame removed. QwtPlotPixFrame renamed
to QwtPlotCanvas.
8. qmodules.h aware. Skips QwtLegend in case of !QT_MODULE_TABLE
9. All Widgets including QwtPlot optimized to reduce flicker
during resize/repaint.
10. QwtPlot curves/markers can be disabled/enabled to hide/show individual
curves without removing the curves from the plot.
11. Internal maps removed from QwtCurve. QwtCurve::setMap, QwtCurve::setRect,
QwtCurve::setRange removed.
Feature additions:
------------------
1. Printing
QwtPlot::print prints to any type of QPaintDevice now.
Hardcoded printer attributes margin, creator and document title have
been removed and must/can be set by the applications now.
Printing of background and legends added. QwtColorFilter replaced
by QwtPlotPrintFilter.
2. Layout
Many layout fixes and additions. Now all Widgets behave well in
QLayouts and provide sensible sizeHints. QwtPlot::setMargin(int) added.
Fieldwidth added for QwtPlot::setAxisFormat for application that need
range independent width. Title and axis title are Qt:Alignment aware.
Qt::WordBreak or multiline titles are possible.
3. Legend
En/Disabling of single curves in the legend added.
QwtPlot::setAutoLegend added.
4. Extensibility
QwtPlot::insertCurve + QwtPlot::insertMarker added. Now derived
classes of QwtPlotCurve and QwtPlotMarker can be added. Virtual
methods provided by QwtPlotCurve for sub-classing.
QwtScale::setScaleDraw + QwtPlot::setAxisScaleDraw + some virtual
methods for QwtScaleDraw added. Application can implement individual
axis labels now.
5. Sliders
QWheelEvent added. The MouseWheel stepsize is controlled by the
Scroll Page Size. QwtWheel::setWheelWidth added. QwtKnob::setSymbol,
QwtKnob::symbol added.
Bugfixes:
---------
1. Workaround for spontanous curves resulting from overruns
when zooming too deep.
2. Wrong QColorGroup::ColorRole for background colors fixed.
Necessary for several non default QStyles.
3. QwtWheel fixed for vertical wheels. Better color support.
4. QwtSlider fixed.
5. Many forgotten others
Release 0.4.0
============
Bugfixes:
---------
1. A few occurences of the boolean literal \c false were changed into macro
\c FALSE for cross compiler compatibility.
2. A few local variables in member functions were renamed to suppress
warnings issued by really picky compilers about global/class variables
being hidden.
3. In qwt_legend.h, a fully qualified name was used in a class declaration.
The HPUX compiler chokes on this (and it's ugly), so it was fixed.
4. Macro M_2PI is now only defined is this hasn't already been done by the
system's clib.
Feature additions:
------------------
1. Qwt now works with Qt3.0. In order to achieve this, QwtLegend now no
longer derives from QTableView, but from QTable. This seems to have had
quite a few consequences. Kudo's to Uwe Rathmann for uploading this nice
fix to the CVS tree.
2. Getters for a plot's title and title font have been added.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qwt/Makefile | 25 | ||||
-rw-r--r-- | x11/qwt/PLIST | 1054 | ||||
-rw-r--r-- | x11/qwt/distinfo | 11 | ||||
-rw-r--r-- | x11/qwt/patches/patch-aa | 83 | ||||
-rw-r--r-- | x11/qwt/patches/patch-pri | 23 | ||||
-rw-r--r-- | x11/qwt/patches/patch-srcpro | 19 |
6 files changed, 1049 insertions, 166 deletions
diff --git a/x11/qwt/Makefile b/x11/qwt/Makefile index 783ef60bd0f..1aac904a60f 100644 --- a/x11/qwt/Makefile +++ b/x11/qwt/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.32 2007/02/22 19:27:27 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2007/11/05 12:56:44 rillig Exp $ -DISTNAME= qwt-0.3.0 -PKGREVISION= 5 +DISTNAME= qwt-5.0.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qwt/} +EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://sourceforge.net/projects/qwt +HOMEPAGE= http://sourceforge.net/projects/qwt/ COMMENT= Qt widget library for technical purposes USE_X11BASE= yes @@ -14,21 +14,12 @@ USE_LANGUAGES= c++ USE_TOOLS+= gmake USE_LIBTOOL= yes -MAKE_ENV+= CXXFLAGS=${CXXFLAGS:M*:Q} - CONFLICTS= qwtlib-[0-9]* -INSTALLATION_DIRS= lib ${PKGMANDIR}/man3 - -post-patch: - ${LN} -s ${WRKSRC}/makefiles/netbsd-g++ ${WRKSRC}/Makefile +INSTALLATION_DIRS_FROM_PLIST= yes -do-install: - @${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/libqwt.la \ - ${PREFIX}/lib - ${INSTALL_DATA_DIR} ${PREFIX}/include/qwt - ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/qwt - ${INSTALL_DATA} ${WRKSRC}/doc/man/man3/* ${PREFIX}/${PKGMANDIR}/man3 +do-configure: + cd ${WRKSRC} && env ${CONFIGURE_ENV} qmake -.include "../../x11/qt2-libs/buildlink3.mk" +.include "../../x11/qt3/application.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/qwt/PLIST b/x11/qwt/PLIST index 9e4f1de9e86..e2590498c0d 100644 --- a/x11/qwt/PLIST +++ b/x11/qwt/PLIST @@ -1,62 +1,994 @@ -@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:10:07 jlam Exp $ -include/qwt/qwt.h -include/qwt/qwt_arrbtn.h -include/qwt/qwt_autoscl.h -include/qwt/qwt_clrfltr.h -include/qwt/qwt_counter.h -include/qwt/qwt_curve.h -include/qwt/qwt_dimap.h -include/qwt/qwt_drange.h -include/qwt/qwt_grid.h -include/qwt/qwt_knob.h -include/qwt/qwt_legend.h -include/qwt/qwt_marker.h -include/qwt/qwt_math.h -include/qwt/qwt_pixframe.h -include/qwt/qwt_plot.h -include/qwt/qwt_plot_classes.h -include/qwt/qwt_plot_dict.h -include/qwt/qwt_plot_item.h -include/qwt/qwt_plot_pixframe.h -include/qwt/qwt_rect.h -include/qwt/qwt_scale.h -include/qwt/qwt_scldiv.h -include/qwt/qwt_scldraw.h -include/qwt/qwt_sclif.h -include/qwt/qwt_sldbase.h -include/qwt/qwt_slider.h -include/qwt/qwt_spline.h -include/qwt/qwt_symbol.h -include/qwt/qwt_thermo.h -include/qwt/qwt_wheel.h +@comment $NetBSD: PLIST,v 1.3 2007/11/05 12:56:44 rillig Exp $ +include/qwt.h +include/qwt_abstract_scale.h +include/qwt_abstract_scale_draw.h +include/qwt_abstract_slider.h +include/qwt_analog_clock.h +include/qwt_array.h +include/qwt_arrow_button.h +include/qwt_color_map.h +include/qwt_compass.h +include/qwt_compass_rose.h +include/qwt_counter.h +include/qwt_curve_fitter.h +include/qwt_data.h +include/qwt_dial.h +include/qwt_dial_needle.h +include/qwt_double_interval.h +include/qwt_double_range.h +include/qwt_double_rect.h +include/qwt_dyngrid_layout.h +include/qwt_event_pattern.h +include/qwt_global.h +include/qwt_interval_data.h +include/qwt_knob.h +include/qwt_layout_metrics.h +include/qwt_legend.h +include/qwt_legend_item.h +include/qwt_math.h +include/qwt_paint_buffer.h +include/qwt_painter.h +include/qwt_panner.h +include/qwt_picker.h +include/qwt_picker_machine.h +include/qwt_plot.h +include/qwt_plot_canvas.h +include/qwt_plot_curve.h +include/qwt_plot_dict.h +include/qwt_plot_grid.h +include/qwt_plot_item.h +include/qwt_plot_layout.h +include/qwt_plot_magnifier.h +include/qwt_plot_marker.h +include/qwt_plot_panner.h +include/qwt_plot_picker.h +include/qwt_plot_printfilter.h +include/qwt_plot_rasteritem.h +include/qwt_plot_spectrogram.h +include/qwt_plot_zoomer.h +include/qwt_polygon.h +include/qwt_raster_data.h +include/qwt_rect.h +include/qwt_round_scale_draw.h +include/qwt_scale_div.h +include/qwt_scale_draw.h +include/qwt_scale_engine.h +include/qwt_scale_map.h +include/qwt_scale_widget.h +include/qwt_slider.h +include/qwt_spline.h +include/qwt_symbol.h +include/qwt_text.h +include/qwt_text_engine.h +include/qwt_text_label.h +include/qwt_thermo.h +include/qwt_valuelist.h +include/qwt_wheel.h lib/libqwt.la -man/man3/qwt.3 -man/man3/qwt_math_h.3 -man/man3/qwtarrowbutton.3 -man/man3/qwtautoscale.3 -man/man3/qwtcolorfilter.3 -man/man3/qwtcounter.3 -man/man3/qwtcurve.3 -man/man3/qwtdblrange.3 -man/man3/qwtdimap.3 -man/man3/qwtfltrdim.3 -man/man3/qwtfltrgray.3 -man/man3/qwtfltrinv.3 -man/man3/qwtgrid.3 -man/man3/qwtknob.3 -man/man3/qwtlegend.3 -man/man3/qwtlegenditem.3 -man/man3/qwtmarker.3 -man/man3/qwtpixframe.3 -man/man3/qwtplot.3 -man/man3/qwtscale.3 -man/man3/qwtscalediv.3 -man/man3/qwtscaledraw.3 -man/man3/qwtscaleif.3 -man/man3/qwtslider.3 -man/man3/qwtsliderbase.3 -man/man3/qwtspline.3 -man/man3/qwtsymbol.3 -man/man3/qwtthermo.3 -man/man3/qwtwheel.3 -@dirrm include/qwt +man/man3/QwtAbstractScale.3 +man/man3/QwtAbstractScaleDraw.3 +man/man3/QwtAbstractSlider.3 +man/man3/QwtAlphaColorMap.3 +man/man3/QwtAnalogClock.3 +man/man3/QwtArrayData.3 +man/man3/QwtArrowButton.3 +man/man3/QwtCPointerData.3 +man/man3/QwtColorMap.3 +man/man3/QwtCompass.3 +man/man3/QwtCompassMagnetNeedle.3 +man/man3/QwtCompassRose.3 +man/man3/QwtCompassWindArrow.3 +man/man3/QwtCounter.3 +man/man3/QwtCurveFitter.3 +man/man3/QwtData.3 +man/man3/QwtDial.3 +man/man3/QwtDialNeedle.3 +man/man3/QwtDialScaleDraw.3 +man/man3/QwtDialSimpleNeedle.3 +man/man3/QwtDoubleInterval.3 +man/man3/QwtDoubleRange.3 +man/man3/QwtDynGridLayout.3 +man/man3/QwtEventPattern.3 +man/man3/QwtEventPattern_KeyPattern.3 +man/man3/QwtEventPattern_MousePattern.3 +man/man3/QwtIntervalData.3 +man/man3/QwtKnob.3 +man/man3/QwtLegend.3 +man/man3/QwtLegendItem.3 +man/man3/QwtLinearColorMap.3 +man/man3/QwtLinearScaleEngine.3 +man/man3/QwtLog10ScaleEngine.3 +man/man3/QwtMathMLTextEngine.3 +man/man3/QwtMetricsMap.3 +man/man3/QwtPainter.3 +man/man3/QwtPanner.3 +man/man3/QwtPicker.3 +man/man3/QwtPickerClickPointMachine.3 +man/man3/QwtPickerClickRectMachine.3 +man/man3/QwtPickerDragPointMachine.3 +man/man3/QwtPickerDragRectMachine.3 +man/man3/QwtPickerMachine.3 +man/man3/QwtPickerPolygonMachine.3 +man/man3/QwtPlainTextEngine.3 +man/man3/QwtPlot.3 +man/man3/QwtPlotCanvas.3 +man/man3/QwtPlotCurve.3 +man/man3/QwtPlotDict.3 +man/man3/QwtPlotGrid.3 +man/man3/QwtPlotItem.3 +man/man3/QwtPlotLayout.3 +man/man3/QwtPlotMagnifier.3 +man/man3/QwtPlotMarker.3 +man/man3/QwtPlotPanner.3 +man/man3/QwtPlotPicker.3 +man/man3/QwtPlotPrintFilter.3 +man/man3/QwtPlotRasterItem.3 +man/man3/QwtPlotSpectrogram.3 +man/man3/QwtPlotSvgItem.3 +man/man3/QwtPlotZoomer.3 +man/man3/QwtPolygonFData.3 +man/man3/QwtRasterData.3 +man/man3/QwtRect.3 +man/man3/QwtRichTextEngine.3 +man/man3/QwtRoundScaleDraw.3 +man/man3/QwtScaleArithmetic.3 +man/man3/QwtScaleDiv.3 +man/man3/QwtScaleDraw.3 +man/man3/QwtScaleEngine.3 +man/man3/QwtScaleMap.3 +man/man3/QwtScaleTransformation.3 +man/man3/QwtScaleWidget.3 +man/man3/QwtSimpleCompassRose.3 +man/man3/QwtSlider.3 +man/man3/QwtSpline.3 +man/man3/QwtSplineCurveFitter.3 +man/man3/QwtSymbol.3 +man/man3/QwtText.3 +man/man3/QwtTextEngine.3 +man/man3/QwtTextLabel.3 +man/man3/QwtThermo.3 +man/man3/QwtWheel.3 +man/man3/controlscreenshots.3 +man/man3/curvescreenshots.3 +man/man3/deprecated.3 +man/man3/histogramscreenshots.3 +man/man3/qwtinstall.3 +man/man3/qwtlicense.3 +man/man3/scatterscreenshots.3 +man/man3/spectrogramscreenshots.3 +man/man3/todo.3 +qt3/plugins/designer/libqwtplugin.la +share/doc/qwt/analogclock.png +share/doc/qwt/annotated.html +share/doc/qwt/class_qwt_abstract_scale-members.html +share/doc/qwt/class_qwt_abstract_scale.html +share/doc/qwt/class_qwt_abstract_scale__inherit__graph.map +share/doc/qwt/class_qwt_abstract_scale__inherit__graph.md5 +share/doc/qwt/class_qwt_abstract_scale__inherit__graph.png +share/doc/qwt/class_qwt_abstract_scale_draw-members.html +share/doc/qwt/class_qwt_abstract_scale_draw.html +share/doc/qwt/class_qwt_abstract_scale_draw__inherit__graph.map +share/doc/qwt/class_qwt_abstract_scale_draw__inherit__graph.md5 +share/doc/qwt/class_qwt_abstract_scale_draw__inherit__graph.png +share/doc/qwt/class_qwt_abstract_slider-members.html +share/doc/qwt/class_qwt_abstract_slider.html +share/doc/qwt/class_qwt_abstract_slider__coll__graph.map +share/doc/qwt/class_qwt_abstract_slider__coll__graph.md5 +share/doc/qwt/class_qwt_abstract_slider__coll__graph.png +share/doc/qwt/class_qwt_abstract_slider__inherit__graph.map +share/doc/qwt/class_qwt_abstract_slider__inherit__graph.md5 +share/doc/qwt/class_qwt_abstract_slider__inherit__graph.png +share/doc/qwt/class_qwt_alpha_color_map-members.html +share/doc/qwt/class_qwt_alpha_color_map.html +share/doc/qwt/class_qwt_alpha_color_map__coll__graph.map +share/doc/qwt/class_qwt_alpha_color_map__coll__graph.md5 +share/doc/qwt/class_qwt_alpha_color_map__coll__graph.png +share/doc/qwt/class_qwt_alpha_color_map__inherit__graph.map +share/doc/qwt/class_qwt_alpha_color_map__inherit__graph.md5 +share/doc/qwt/class_qwt_alpha_color_map__inherit__graph.png +share/doc/qwt/class_qwt_analog_clock-members.html +share/doc/qwt/class_qwt_analog_clock.html +share/doc/qwt/class_qwt_analog_clock__coll__graph.map +share/doc/qwt/class_qwt_analog_clock__coll__graph.md5 +share/doc/qwt/class_qwt_analog_clock__coll__graph.png +share/doc/qwt/class_qwt_analog_clock__inherit__graph.map +share/doc/qwt/class_qwt_analog_clock__inherit__graph.md5 +share/doc/qwt/class_qwt_analog_clock__inherit__graph.png +share/doc/qwt/class_qwt_array_data-members.html +share/doc/qwt/class_qwt_array_data.html +share/doc/qwt/class_qwt_array_data__coll__graph.map +share/doc/qwt/class_qwt_array_data__coll__graph.md5 +share/doc/qwt/class_qwt_array_data__coll__graph.png +share/doc/qwt/class_qwt_array_data__inherit__graph.map +share/doc/qwt/class_qwt_array_data__inherit__graph.md5 +share/doc/qwt/class_qwt_array_data__inherit__graph.png +share/doc/qwt/class_qwt_arrow_button-members.html +share/doc/qwt/class_qwt_arrow_button.html +share/doc/qwt/class_qwt_c_pointer_data-members.html +share/doc/qwt/class_qwt_c_pointer_data.html +share/doc/qwt/class_qwt_c_pointer_data__coll__graph.map +share/doc/qwt/class_qwt_c_pointer_data__coll__graph.md5 +share/doc/qwt/class_qwt_c_pointer_data__coll__graph.png +share/doc/qwt/class_qwt_c_pointer_data__inherit__graph.map +share/doc/qwt/class_qwt_c_pointer_data__inherit__graph.md5 +share/doc/qwt/class_qwt_c_pointer_data__inherit__graph.png +share/doc/qwt/class_qwt_color_map-members.html +share/doc/qwt/class_qwt_color_map.html +share/doc/qwt/class_qwt_color_map__inherit__graph.map +share/doc/qwt/class_qwt_color_map__inherit__graph.md5 +share/doc/qwt/class_qwt_color_map__inherit__graph.png +share/doc/qwt/class_qwt_compass-members.html +share/doc/qwt/class_qwt_compass.html +share/doc/qwt/class_qwt_compass__coll__graph.map +share/doc/qwt/class_qwt_compass__coll__graph.md5 +share/doc/qwt/class_qwt_compass__coll__graph.png +share/doc/qwt/class_qwt_compass__inherit__graph.map +share/doc/qwt/class_qwt_compass__inherit__graph.md5 +share/doc/qwt/class_qwt_compass__inherit__graph.png +share/doc/qwt/class_qwt_compass_magnet_needle-members.html +share/doc/qwt/class_qwt_compass_magnet_needle.html +share/doc/qwt/class_qwt_compass_magnet_needle__coll__graph.map +share/doc/qwt/class_qwt_compass_magnet_needle__coll__graph.md5 +share/doc/qwt/class_qwt_compass_magnet_needle__coll__graph.png +share/doc/qwt/class_qwt_compass_magnet_needle__inherit__graph.map +share/doc/qwt/class_qwt_compass_magnet_needle__inherit__graph.md5 +share/doc/qwt/class_qwt_compass_magnet_needle__inherit__graph.png +share/doc/qwt/class_qwt_compass_rose-members.html +share/doc/qwt/class_qwt_compass_rose.html +share/doc/qwt/class_qwt_compass_rose__inherit__graph.map +share/doc/qwt/class_qwt_compass_rose__inherit__graph.md5 +share/doc/qwt/class_qwt_compass_rose__inherit__graph.png +share/doc/qwt/class_qwt_compass_wind_arrow-members.html +share/doc/qwt/class_qwt_compass_wind_arrow.html +share/doc/qwt/class_qwt_compass_wind_arrow__coll__graph.map +share/doc/qwt/class_qwt_compass_wind_arrow__coll__graph.md5 +share/doc/qwt/class_qwt_compass_wind_arrow__coll__graph.png +share/doc/qwt/class_qwt_compass_wind_arrow__inherit__graph.map +share/doc/qwt/class_qwt_compass_wind_arrow__inherit__graph.md5 +share/doc/qwt/class_qwt_compass_wind_arrow__inherit__graph.png +share/doc/qwt/class_qwt_counter-members.html +share/doc/qwt/class_qwt_counter.html +share/doc/qwt/class_qwt_counter__coll__graph.map +share/doc/qwt/class_qwt_counter__coll__graph.md5 +share/doc/qwt/class_qwt_counter__coll__graph.png +share/doc/qwt/class_qwt_counter__inherit__graph.map +share/doc/qwt/class_qwt_counter__inherit__graph.md5 +share/doc/qwt/class_qwt_counter__inherit__graph.png +share/doc/qwt/class_qwt_curve_fitter-members.html +share/doc/qwt/class_qwt_curve_fitter.html +share/doc/qwt/class_qwt_curve_fitter__inherit__graph.map +share/doc/qwt/class_qwt_curve_fitter__inherit__graph.md5 +share/doc/qwt/class_qwt_curve_fitter__inherit__graph.png +share/doc/qwt/class_qwt_data-members.html +share/doc/qwt/class_qwt_data.html +share/doc/qwt/class_qwt_data__inherit__graph.map +share/doc/qwt/class_qwt_data__inherit__graph.md5 +share/doc/qwt/class_qwt_data__inherit__graph.png +share/doc/qwt/class_qwt_dial-members.html +share/doc/qwt/class_qwt_dial.html +share/doc/qwt/class_qwt_dial__coll__graph.map +share/doc/qwt/class_qwt_dial__coll__graph.md5 +share/doc/qwt/class_qwt_dial__coll__graph.png +share/doc/qwt/class_qwt_dial__inherit__graph.map +share/doc/qwt/class_qwt_dial__inherit__graph.md5 +share/doc/qwt/class_qwt_dial__inherit__graph.png +share/doc/qwt/class_qwt_dial_needle-members.html +share/doc/qwt/class_qwt_dial_needle.html +share/doc/qwt/class_qwt_dial_needle__inherit__graph.map +share/doc/qwt/class_qwt_dial_needle__inherit__graph.md5 +share/doc/qwt/class_qwt_dial_needle__inherit__graph.png +share/doc/qwt/class_qwt_dial_scale_draw-members.html +share/doc/qwt/class_qwt_dial_scale_draw.html +share/doc/qwt/class_qwt_dial_scale_draw__coll__graph.map +share/doc/qwt/class_qwt_dial_scale_draw__coll__graph.md5 +share/doc/qwt/class_qwt_dial_scale_draw__coll__graph.png +share/doc/qwt/class_qwt_dial_scale_draw__inherit__graph.map +share/doc/qwt/class_qwt_dial_scale_draw__inherit__graph.md5 +share/doc/qwt/class_qwt_dial_scale_draw__inherit__graph.png +share/doc/qwt/class_qwt_dial_simple_needle-members.html +share/doc/qwt/class_qwt_dial_simple_needle.html +share/doc/qwt/class_qwt_dial_simple_needle__coll__graph.map +share/doc/qwt/class_qwt_dial_simple_needle__coll__graph.md5 +share/doc/qwt/class_qwt_dial_simple_needle__coll__graph.png +share/doc/qwt/class_qwt_dial_simple_needle__inherit__graph.map +share/doc/qwt/class_qwt_dial_simple_needle__inherit__graph.md5 +share/doc/qwt/class_qwt_dial_simple_needle__inherit__graph.png +share/doc/qwt/class_qwt_double_interval-members.html +share/doc/qwt/class_qwt_double_interval.html +share/doc/qwt/class_qwt_double_range-members.html +share/doc/qwt/class_qwt_double_range.html +share/doc/qwt/class_qwt_double_range__inherit__graph.map +share/doc/qwt/class_qwt_double_range__inherit__graph.md5 +share/doc/qwt/class_qwt_double_range__inherit__graph.png +share/doc/qwt/class_qwt_dyn_grid_layout-members.html +share/doc/qwt/class_qwt_dyn_grid_layout.html +share/doc/qwt/class_qwt_event_pattern-members.html +share/doc/qwt/class_qwt_event_pattern.html +share/doc/qwt/class_qwt_event_pattern_1_1_key_pattern-members.html +share/doc/qwt/class_qwt_event_pattern_1_1_key_pattern.html +share/doc/qwt/class_qwt_event_pattern_1_1_mouse_pattern-members.html +share/doc/qwt/class_qwt_event_pattern_1_1_mouse_pattern.html +share/doc/qwt/class_qwt_event_pattern__inherit__graph.map +share/doc/qwt/class_qwt_event_pattern__inherit__graph.md5 +share/doc/qwt/class_qwt_event_pattern__inherit__graph.png +share/doc/qwt/class_qwt_interval_data-members.html +share/doc/qwt/class_qwt_interval_data.html +share/doc/qwt/class_qwt_knob-members.html +share/doc/qwt/class_qwt_knob.html +share/doc/qwt/class_qwt_knob__coll__graph.map +share/doc/qwt/class_qwt_knob__coll__graph.md5 +share/doc/qwt/class_qwt_knob__coll__graph.png +share/doc/qwt/class_qwt_knob__inherit__graph.map +share/doc/qwt/class_qwt_knob__inherit__graph.md5 +share/doc/qwt/class_qwt_knob__inherit__graph.png +share/doc/qwt/class_qwt_legend-members.html +share/doc/qwt/class_qwt_legend.html +share/doc/qwt/class_qwt_legend_item-members.html +share/doc/qwt/class_qwt_legend_item.html +share/doc/qwt/class_qwt_legend_item__coll__graph.map +share/doc/qwt/class_qwt_legend_item__coll__graph.md5 +share/doc/qwt/class_qwt_legend_item__coll__graph.png +share/doc/qwt/class_qwt_legend_item__inherit__graph.map +share/doc/qwt/class_qwt_legend_item__inherit__graph.md5 +share/doc/qwt/class_qwt_legend_item__inherit__graph.png +share/doc/qwt/class_qwt_linear_color_map-members.html +share/doc/qwt/class_qwt_linear_color_map.html +share/doc/qwt/class_qwt_linear_color_map__coll__graph.map +share/doc/qwt/class_qwt_linear_color_map__coll__graph.md5 +share/doc/qwt/class_qwt_linear_color_map__coll__graph.png +share/doc/qwt/class_qwt_linear_color_map__inherit__graph.map +share/doc/qwt/class_qwt_linear_color_map__inherit__graph.md5 +share/doc/qwt/class_qwt_linear_color_map__inherit__graph.png +share/doc/qwt/class_qwt_linear_scale_engine-members.html +share/doc/qwt/class_qwt_linear_scale_engine.html +share/doc/qwt/class_qwt_linear_scale_engine__coll__graph.map +share/doc/qwt/class_qwt_linear_scale_engine__coll__graph.md5 +share/doc/qwt/class_qwt_linear_scale_engine__coll__graph.png +share/doc/qwt/class_qwt_linear_scale_engine__inherit__graph.map +share/doc/qwt/class_qwt_linear_scale_engine__inherit__graph.md5 +share/doc/qwt/class_qwt_linear_scale_engine__inherit__graph.png +share/doc/qwt/class_qwt_log10_scale_engine-members.html +share/doc/qwt/class_qwt_log10_scale_engine.html +share/doc/qwt/class_qwt_log10_scale_engine__coll__graph.map +share/doc/qwt/class_qwt_log10_scale_engine__coll__graph.md5 +share/doc/qwt/class_qwt_log10_scale_engine__coll__graph.png +share/doc/qwt/class_qwt_log10_scale_engine__inherit__graph.map +share/doc/qwt/class_qwt_log10_scale_engine__inherit__graph.md5 +share/doc/qwt/class_qwt_log10_scale_engine__inherit__graph.png +share/doc/qwt/class_qwt_math_m_l_text_engine-members.html +share/doc/qwt/class_qwt_math_m_l_text_engine.html +share/doc/qwt/class_qwt_math_m_l_text_engine__coll__graph.map +share/doc/qwt/class_qwt_math_m_l_text_engine__coll__graph.md5 +share/doc/qwt/class_qwt_math_m_l_text_engine__coll__graph.png +share/doc/qwt/class_qwt_math_m_l_text_engine__inherit__graph.map +share/doc/qwt/class_qwt_math_m_l_text_engine__inherit__graph.md5 +share/doc/qwt/class_qwt_math_m_l_text_engine__inherit__graph.png +share/doc/qwt/class_qwt_metrics_map-members.html +share/doc/qwt/class_qwt_metrics_map.html +share/doc/qwt/class_qwt_painter-members.html +share/doc/qwt/class_qwt_painter.html +share/doc/qwt/class_qwt_painter__coll__graph.map +share/doc/qwt/class_qwt_painter__coll__graph.md5 +share/doc/qwt/class_qwt_painter__coll__graph.png +share/doc/qwt/class_qwt_panner-members.html +share/doc/qwt/class_qwt_panner.html +share/doc/qwt/class_qwt_panner__inherit__graph.map +share/doc/qwt/class_qwt_panner__inherit__graph.md5 +share/doc/qwt/class_qwt_panner__inherit__graph.png +share/doc/qwt/class_qwt_picker-members.html +share/doc/qwt/class_qwt_picker.html +share/doc/qwt/class_qwt_picker__coll__graph.map +share/doc/qwt/class_qwt_picker__coll__graph.md5 +share/doc/qwt/class_qwt_picker__coll__graph.png +share/doc/qwt/class_qwt_picker__inherit__graph.map +share/doc/qwt/class_qwt_picker__inherit__graph.md5 +share/doc/qwt/class_qwt_picker__inherit__graph.png +share/doc/qwt/class_qwt_picker_click_point_machine-members.html +share/doc/qwt/class_qwt_picker_click_point_machine.html +share/doc/qwt/class_qwt_picker_click_point_machine__coll__graph.map +share/doc/qwt/class_qwt_picker_click_point_machine__coll__graph.md5 +share/doc/qwt/class_qwt_picker_click_point_machine__coll__graph.png +share/doc/qwt/class_qwt_picker_click_point_machine__inherit__graph.map +share/doc/qwt/class_qwt_picker_click_point_machine__inherit__graph.md5 +share/doc/qwt/class_qwt_picker_click_point_machine__inherit__graph.png +share/doc/qwt/class_qwt_picker_click_rect_machine-members.html +share/doc/qwt/class_qwt_picker_click_rect_machine.html +share/doc/qwt/class_qwt_picker_click_rect_machine__coll__graph.map +share/doc/qwt/class_qwt_picker_click_rect_machine__coll__graph.md5 +share/doc/qwt/class_qwt_picker_click_rect_machine__coll__graph.png +share/doc/qwt/class_qwt_picker_click_rect_machine__inherit__graph.map +share/doc/qwt/class_qwt_picker_click_rect_machine__inherit__graph.md5 +share/doc/qwt/class_qwt_picker_click_rect_machine__inherit__graph.png +share/doc/qwt/class_qwt_picker_drag_point_machine-members.html +share/doc/qwt/class_qwt_picker_drag_point_machine.html +share/doc/qwt/class_qwt_picker_drag_point_machine__coll__graph.map +share/doc/qwt/class_qwt_picker_drag_point_machine__coll__graph.md5 +share/doc/qwt/class_qwt_picker_drag_point_machine__coll__graph.png +share/doc/qwt/class_qwt_picker_drag_point_machine__inherit__graph.map +share/doc/qwt/class_qwt_picker_drag_point_machine__inherit__graph.md5 +share/doc/qwt/class_qwt_picker_drag_point_machine__inherit__graph.png +share/doc/qwt/class_qwt_picker_drag_rect_machine-members.html +share/doc/qwt/class_qwt_picker_drag_rect_machine.html +share/doc/qwt/class_qwt_picker_drag_rect_machine__coll__graph.map +share/doc/qwt/class_qwt_picker_drag_rect_machine__coll__graph.md5 +share/doc/qwt/class_qwt_picker_drag_rect_machine__coll__graph.png +share/doc/qwt/class_qwt_picker_drag_rect_machine__inherit__graph.map +share/doc/qwt/class_qwt_picker_drag_rect_machine__inherit__graph.md5 +share/doc/qwt/class_qwt_picker_drag_rect_machine__inherit__graph.png +share/doc/qwt/class_qwt_picker_machine-members.html +share/doc/qwt/class_qwt_picker_machine.html +share/doc/qwt/class_qwt_picker_machine__inherit__graph.map +share/doc/qwt/class_qwt_picker_machine__inherit__graph.md5 +share/doc/qwt/class_qwt_picker_machine__inherit__graph.png +share/doc/qwt/class_qwt_picker_polygon_machine-members.html +share/doc/qwt/class_qwt_picker_polygon_machine.html +share/doc/qwt/class_qwt_picker_polygon_machine__coll__graph.map +share/doc/qwt/class_qwt_picker_polygon_machine__coll__graph.md5 +share/doc/qwt/class_qwt_picker_polygon_machine__coll__graph.png +share/doc/qwt/class_qwt_picker_polygon_machine__inherit__graph.map +share/doc/qwt/class_qwt_picker_polygon_machine__inherit__graph.md5 +share/doc/qwt/class_qwt_picker_polygon_machine__inherit__graph.png +share/doc/qwt/class_qwt_plain_text_engine-members.html +share/doc/qwt/class_qwt_plain_text_engine.html +share/doc/qwt/class_qwt_plain_text_engine__coll__graph.map +share/doc/qwt/class_qwt_plain_text_engine__coll__graph.md5 +share/doc/qwt/class_qwt_plain_text_engine__coll__graph.png +share/doc/qwt/class_qwt_plain_text_engine__inherit__graph.map +share/doc/qwt/class_qwt_plain_text_engine__inherit__graph.md5 +share/doc/qwt/class_qwt_plain_text_engine__inherit__graph.png +share/doc/qwt/class_qwt_plot-members.html +share/doc/qwt/class_qwt_plot.html +share/doc/qwt/class_qwt_plot__coll__graph.map +share/doc/qwt/class_qwt_plot__coll__graph.md5 +share/doc/qwt/class_qwt_plot__coll__graph.png +share/doc/qwt/class_qwt_plot__inherit__graph.map +share/doc/qwt/class_qwt_plot__inherit__graph.md5 +share/doc/qwt/class_qwt_plot__inherit__graph.png +share/doc/qwt/class_qwt_plot_canvas-members.html +share/doc/qwt/class_qwt_plot_canvas.html +share/doc/qwt/class_qwt_plot_curve-members.html +share/doc/qwt/class_qwt_plot_curve.html +share/doc/qwt/class_qwt_plot_curve__coll__graph.map +share/doc/qwt/class_qwt_plot_curve__coll__graph.md5 +share/doc/qwt/class_qwt_plot_curve__coll__graph.png +share/doc/qwt/class_qwt_plot_curve__inherit__graph.map +share/doc/qwt/class_qwt_plot_curve__inherit__graph.md5 +share/doc/qwt/class_qwt_plot_curve__inherit__graph.png +share/doc/qwt/class_qwt_plot_dict-members.html +share/doc/qwt/class_qwt_plot_dict.html +share/doc/qwt/class_qwt_plot_dict__inherit__graph.map +share/doc/qwt/class_qwt_plot_dict__inherit__graph.md5 +share/doc/qwt/class_qwt_plot_dict__inherit__graph.png +share/doc/qwt/class_qwt_plot_grid-members.html +share/doc/qwt/class_qwt_plot_grid.html +share/doc/qwt/class_qwt_plot_grid__coll__graph.map +share/doc/qwt/class_qwt_plot_grid__coll__graph.md5 +share/doc/qwt/class_qwt_plot_grid__coll__graph.png +share/doc/qwt/class_qwt_plot_grid__inherit__graph.map +share/doc/qwt/class_qwt_plot_grid__inherit__graph.md5 +share/doc/qwt/class_qwt_plot_grid__inherit__graph.png +share/doc/qwt/class_qwt_plot_item-members.html +share/doc/qwt/class_qwt_plot_item.html +share/doc/qwt/class_qwt_plot_item__inherit__graph.map +share/doc/qwt/class_qwt_plot_item__inherit__graph.md5 +share/doc/qwt/class_qwt_plot_item__inherit__graph.png +share/doc/qwt/class_qwt_plot_layout-members.html +share/doc/qwt/class_qwt_plot_layout.html +share/doc/qwt/class_qwt_plot_magnifier-members.html +share/doc/qwt/class_qwt_plot_magnifier.html +share/doc/qwt/class_qwt_plot_marker-members.html +share/doc/qwt/class_qwt_plot_marker.html +share/doc/qwt/class_qwt_plot_marker__coll__graph.map +share/doc/qwt/class_qwt_plot_marker__coll__graph.md5 +share/doc/qwt/class_qwt_plot_marker__coll__graph.png +share/doc/qwt/class_qwt_plot_marker__inherit__graph.map +share/doc/qwt/class_qwt_plot_marker__inherit__graph.md5 +share/doc/qwt/class_qwt_plot_marker__inherit__graph.png +share/doc/qwt/class_qwt_plot_panner-members.html +share/doc/qwt/class_qwt_plot_panner.html +share/doc/qwt/class_qwt_plot_panner__coll__graph.map +share/doc/qwt/class_qwt_plot_panner__coll__graph.md5 +share/doc/qwt/class_qwt_plot_panner__coll__graph.png +share/doc/qwt/class_qwt_plot_panner__inherit__graph.map +share/doc/qwt/class_qwt_plot_panner__inherit__graph.md5 +share/doc/qwt/class_qwt_plot_panner__inherit__graph.png +share/doc/qwt/class_qwt_plot_picker-members.html +share/doc/qwt/class_qwt_plot_picker.html +share/doc/qwt/class_qwt_plot_picker__coll__graph.map +share/doc/qwt/class_qwt_plot_picker__coll__graph.md5 +share/doc/qwt/class_qwt_plot_picker__coll__graph.png +share/doc/qwt/class_qwt_plot_picker__inherit__graph.map +share/doc/qwt/class_qwt_plot_picker__inherit__graph.md5 +share/doc/qwt/class_qwt_plot_picker__inherit__graph.png +share/doc/qwt/class_qwt_plot_print_filter-members.html +share/doc/qwt/class_qwt_plot_print_filter.html +share/doc/qwt/class_qwt_plot_raster_item-members.html +share/doc/qwt/class_qwt_plot_raster_item.html +share/doc/qwt/class_qwt_plot_raster_item__coll__graph.map +share/doc/qwt/class_qwt_plot_raster_item__coll__graph.md5 +share/doc/qwt/class_qwt_plot_raster_item__coll__graph.png +share/doc/qwt/class_qwt_plot_raster_item__inherit__graph.map +share/doc/qwt/class_qwt_plot_raster_item__inherit__graph.md5 +share/doc/qwt/class_qwt_plot_raster_item__inherit__graph.png +share/doc/qwt/class_qwt_plot_spectrogram-members.html +share/doc/qwt/class_qwt_plot_spectrogram.html +share/doc/qwt/class_qwt_plot_spectrogram__coll__graph.map +share/doc/qwt/class_qwt_plot_spectrogram__coll__graph.md5 +share/doc/qwt/class_qwt_plot_spectrogram__coll__graph.png +share/doc/qwt/class_qwt_plot_spectrogram__inherit__graph.map +share/doc/qwt/class_qwt_plot_spectrogram__inherit__graph.md5 +share/doc/qwt/class_qwt_plot_spectrogram__inherit__graph.png +share/doc/qwt/class_qwt_plot_svg_item-members.html +share/doc/qwt/class_qwt_plot_svg_item.html +share/doc/qwt/class_qwt_plot_svg_item__coll__graph.map +share/doc/qwt/class_qwt_plot_svg_item__coll__graph.md5 +share/doc/qwt/class_qwt_plot_svg_item__coll__graph.png +share/doc/qwt/class_qwt_plot_svg_item__inherit__graph.map +share/doc/qwt/class_qwt_plot_svg_item__inherit__graph.md5 +share/doc/qwt/class_qwt_plot_svg_item__inherit__graph.png +share/doc/qwt/class_qwt_plot_zoomer-members.html +share/doc/qwt/class_qwt_plot_zoomer.html +share/doc/qwt/class_qwt_plot_zoomer__coll__graph.map +share/doc/qwt/class_qwt_plot_zoomer__coll__graph.md5 +share/doc/qwt/class_qwt_plot_zoomer__coll__graph.png +share/doc/qwt/class_qwt_plot_zoomer__inherit__graph.map +share/doc/qwt/class_qwt_plot_zoomer__inherit__graph.md5 +share/doc/qwt/class_qwt_plot_zoomer__inherit__graph.png +share/doc/qwt/class_qwt_polygon_f_data-members.html +share/doc/qwt/class_qwt_polygon_f_data.html +share/doc/qwt/class_qwt_polygon_f_data__coll__graph.map +share/doc/qwt/class_qwt_polygon_f_data__coll__graph.md5 +share/doc/qwt/class_qwt_polygon_f_data__coll__graph.png +share/doc/qwt/class_qwt_polygon_f_data__inherit__graph.map +share/doc/qwt/class_qwt_polygon_f_data__inherit__graph.md5 +share/doc/qwt/class_qwt_polygon_f_data__inherit__graph.png +share/doc/qwt/class_qwt_raster_data-members.html +share/doc/qwt/class_qwt_raster_data.html +share/doc/qwt/class_qwt_raster_data__inherit__graph.map +share/doc/qwt/class_qwt_raster_data__inherit__graph.md5 +share/doc/qwt/class_qwt_raster_data__inherit__graph.png +share/doc/qwt/class_qwt_rect-members.html +share/doc/qwt/class_qwt_rect.html +share/doc/qwt/class_qwt_rich_text_engine-members.html +share/doc/qwt/class_qwt_rich_text_engine.html +share/doc/qwt/class_qwt_rich_text_engine__coll__graph.map +share/doc/qwt/class_qwt_rich_text_engine__coll__graph.md5 +share/doc/qwt/class_qwt_rich_text_engine__coll__graph.png +share/doc/qwt/class_qwt_rich_text_engine__inherit__graph.map +share/doc/qwt/class_qwt_rich_text_engine__inherit__graph.md5 +share/doc/qwt/class_qwt_rich_text_engine__inherit__graph.png +share/doc/qwt/class_qwt_round_scale_draw-members.html +share/doc/qwt/class_qwt_round_scale_draw.html +share/doc/qwt/class_qwt_round_scale_draw__coll__graph.map +share/doc/qwt/class_qwt_round_scale_draw__coll__graph.md5 +share/doc/qwt/class_qwt_round_scale_draw__coll__graph.png +share/doc/qwt/class_qwt_round_scale_draw__inherit__graph.map +share/doc/qwt/class_qwt_round_scale_draw__inherit__graph.md5 +share/doc/qwt/class_qwt_round_scale_draw__inherit__graph.png +share/doc/qwt/class_qwt_scale_arithmetic-members.html +share/doc/qwt/class_qwt_scale_arithmetic.html +share/doc/qwt/class_qwt_scale_div-members.html +share/doc/qwt/class_qwt_scale_div.html +share/doc/qwt/class_qwt_scale_draw-members.html +share/doc/qwt/class_qwt_scale_draw.html +share/doc/qwt/class_qwt_scale_draw__coll__graph.map +share/doc/qwt/class_qwt_scale_draw__coll__graph.md5 +share/doc/qwt/class_qwt_scale_draw__coll__graph.png +share/doc/qwt/class_qwt_scale_draw__inherit__graph.map +share/doc/qwt/class_qwt_scale_draw__inherit__graph.md5 +share/doc/qwt/class_qwt_scale_draw__inherit__graph.png +share/doc/qwt/class_qwt_scale_engine-members.html +share/doc/qwt/class_qwt_scale_engine.html +share/doc/qwt/class_qwt_scale_engine__inherit__graph.map +share/doc/qwt/class_qwt_scale_engine__inherit__graph.md5 +share/doc/qwt/class_qwt_scale_engine__inherit__graph.png +share/doc/qwt/class_qwt_scale_map-members.html +share/doc/qwt/class_qwt_scale_map.html +share/doc/qwt/class_qwt_scale_map__coll__graph.map +share/doc/qwt/class_qwt_scale_map__coll__graph.md5 +share/doc/qwt/class_qwt_scale_map__coll__graph.png +share/doc/qwt/class_qwt_scale_transformation-members.html +share/doc/qwt/class_qwt_scale_transformation.html +share/doc/qwt/class_qwt_scale_widget-members.html +share/doc/qwt/class_qwt_scale_widget.html +share/doc/qwt/class_qwt_simple_compass_rose-members.html +share/doc/qwt/class_qwt_simple_compass_rose.html +share/doc/qwt/class_qwt_simple_compass_rose__coll__graph.map +share/doc/qwt/class_qwt_simple_compass_rose__coll__graph.md5 +share/doc/qwt/class_qwt_simple_compass_rose__coll__graph.png +share/doc/qwt/class_qwt_simple_compass_rose__inherit__graph.map +share/doc/qwt/class_qwt_simple_compass_rose__inherit__graph.md5 +share/doc/qwt/class_qwt_simple_compass_rose__inherit__graph.png +share/doc/qwt/class_qwt_slider-members.html +share/doc/qwt/class_qwt_slider.html +share/doc/qwt/class_qwt_slider__coll__graph.map +share/doc/qwt/class_qwt_slider__coll__graph.md5 +share/doc/qwt/class_qwt_slider__coll__graph.png +share/doc/qwt/class_qwt_slider__inherit__graph.map +share/doc/qwt/class_qwt_slider__inherit__graph.md5 +share/doc/qwt/class_qwt_slider__inherit__graph.png +share/doc/qwt/class_qwt_spline-members.html +share/doc/qwt/class_qwt_spline.html +share/doc/qwt/class_qwt_spline_curve_fitter-members.html +share/doc/qwt/class_qwt_spline_curve_fitter.html +share/doc/qwt/class_qwt_spline_curve_fitter__coll__graph.map +share/doc/qwt/class_qwt_spline_curve_fitter__coll__graph.md5 +share/doc/qwt/class_qwt_spline_curve_fitter__coll__graph.png +share/doc/qwt/class_qwt_spline_curve_fitter__inherit__graph.map +share/doc/qwt/class_qwt_spline_curve_fitter__inherit__graph.md5 +share/doc/qwt/class_qwt_spline_curve_fitter__inherit__graph.png +share/doc/qwt/class_qwt_symbol-members.html +share/doc/qwt/class_qwt_symbol.html +share/doc/qwt/class_qwt_text-members.html +share/doc/qwt/class_qwt_text.html +share/doc/qwt/class_qwt_text_engine-members.html +share/doc/qwt/class_qwt_text_engine.html +share/doc/qwt/class_qwt_text_engine__inherit__graph.map +share/doc/qwt/class_qwt_text_engine__inherit__graph.md5 +share/doc/qwt/class_qwt_text_engine__inherit__graph.png +share/doc/qwt/class_qwt_text_label-members.html +share/doc/qwt/class_qwt_text_label.html +share/doc/qwt/class_qwt_text_label__inherit__graph.map +share/doc/qwt/class_qwt_text_label__inherit__graph.md5 +share/doc/qwt/class_qwt_text_label__inherit__graph.png +share/doc/qwt/class_qwt_thermo-members.html +share/doc/qwt/class_qwt_thermo.html +share/doc/qwt/class_qwt_thermo__coll__graph.map +share/doc/qwt/class_qwt_thermo__coll__graph.md5 +share/doc/qwt/class_qwt_thermo__coll__graph.png +share/doc/qwt/class_qwt_thermo__inherit__graph.map +share/doc/qwt/class_qwt_thermo__inherit__graph.md5 +share/doc/qwt/class_qwt_thermo__inherit__graph.png +share/doc/qwt/class_qwt_wheel-members.html +share/doc/qwt/class_qwt_wheel.html +share/doc/qwt/class_qwt_wheel__coll__graph.map +share/doc/qwt/class_qwt_wheel__coll__graph.md5 +share/doc/qwt/class_qwt_wheel__coll__graph.png +share/doc/qwt/class_qwt_wheel__inherit__graph.map +share/doc/qwt/class_qwt_wheel__inherit__graph.md5 +share/doc/qwt/class_qwt_wheel__inherit__graph.png +share/doc/qwt/classes.html +share/doc/qwt/controlscreenshots.html +share/doc/qwt/cpuplot.png +share/doc/qwt/curves.png +share/doc/qwt/curvescreenshots.html +share/doc/qwt/deprecated.html +share/doc/qwt/dials1.png +share/doc/qwt/dials2.png +share/doc/qwt/doxygen.css +share/doc/qwt/doxygen.png +share/doc/qwt/files.html +share/doc/qwt/form_0.png +share/doc/qwt/form_1.png +share/doc/qwt/form_2.png +share/doc/qwt/formula.repository +share/doc/qwt/functions.html +share/doc/qwt/functions_0x62.html +share/doc/qwt/functions_0x63.html +share/doc/qwt/functions_0x64.html +share/doc/qwt/functions_0x65.html +share/doc/qwt/functions_0x66.html +share/doc/qwt/functions_0x67.html +share/doc/qwt/functions_0x68.html +share/doc/qwt/functions_0x69.html +share/doc/qwt/functions_0x6b.html +share/doc/qwt/functions_0x6c.html +share/doc/qwt/functions_0x6d.html +share/doc/qwt/functions_0x6e.html +share/doc/qwt/functions_0x6f.html +share/doc/qwt/functions_0x70.html +share/doc/qwt/functions_0x71.html +share/doc/qwt/functions_0x72.html +share/doc/qwt/functions_0x73.html +share/doc/qwt/functions_0x74.html +share/doc/qwt/functions_0x75.html +share/doc/qwt/functions_0x76.html +share/doc/qwt/functions_0x77.html +share/doc/qwt/functions_0x78.html +share/doc/qwt/functions_0x79.html +share/doc/qwt/functions_0x7a.html +share/doc/qwt/functions_0x7e.html +share/doc/qwt/functions_enum.html +share/doc/qwt/functions_func.html +share/doc/qwt/functions_func_0x62.html +share/doc/qwt/functions_func_0x63.html +share/doc/qwt/functions_func_0x64.html +share/doc/qwt/functions_func_0x65.html +share/doc/qwt/functions_func_0x66.html +share/doc/qwt/functions_func_0x67.html +share/doc/qwt/functions_func_0x68.html +share/doc/qwt/functions_func_0x69.html +share/doc/qwt/functions_func_0x6b.html +share/doc/qwt/functions_func_0x6c.html +share/doc/qwt/functions_func_0x6d.html +share/doc/qwt/functions_func_0x6e.html +share/doc/qwt/functions_func_0x6f.html +share/doc/qwt/functions_func_0x70.html +share/doc/qwt/functions_func_0x71.html +share/doc/qwt/functions_func_0x72.html +share/doc/qwt/functions_func_0x73.html +share/doc/qwt/functions_func_0x74.html +share/doc/qwt/functions_func_0x75.html +share/doc/qwt/functions_func_0x76.html +share/doc/qwt/functions_func_0x77.html +share/doc/qwt/functions_func_0x78.html +share/doc/qwt/functions_func_0x79.html +share/doc/qwt/functions_func_0x7a.html +share/doc/qwt/functions_func_0x7e.html +share/doc/qwt/functions_rela.html +share/doc/qwt/functions_type.html +share/doc/qwt/functions_vars.html +share/doc/qwt/graph.png +share/doc/qwt/graph_legend.dot +share/doc/qwt/graph_legend.html +share/doc/qwt/graph_legend.png +share/doc/qwt/hierarchy.html +share/doc/qwt/histogram.png +share/doc/qwt/histogramscreenshots.html +share/doc/qwt/index.html +share/doc/qwt/inherit__graph__0.map +share/doc/qwt/inherit__graph__0.md5 +share/doc/qwt/inherit__graph__0.png +share/doc/qwt/inherit__graph__1.map +share/doc/qwt/inherit__graph__1.md5 +share/doc/qwt/inherit__graph__1.png +share/doc/qwt/inherit__graph__10.map +share/doc/qwt/inherit__graph__10.md5 +share/doc/qwt/inherit__graph__10.png +share/doc/qwt/inherit__graph__11.map +share/doc/qwt/inherit__graph__11.md5 +share/doc/qwt/inherit__graph__11.png +share/doc/qwt/inherit__graph__12.map +share/doc/qwt/inherit__graph__12.md5 +share/doc/qwt/inherit__graph__12.png +share/doc/qwt/inherit__graph__13.map +share/doc/qwt/inherit__graph__13.md5 +share/doc/qwt/inherit__graph__13.png +share/doc/qwt/inherit__graph__14.map +share/doc/qwt/inherit__graph__14.md5 +share/doc/qwt/inherit__graph__14.png +share/doc/qwt/inherit__graph__15.map +share/doc/qwt/inherit__graph__15.md5 +share/doc/qwt/inherit__graph__15.png +share/doc/qwt/inherit__graph__16.map +share/doc/qwt/inherit__graph__16.md5 +share/doc/qwt/inherit__graph__16.png +share/doc/qwt/inherit__graph__17.map +share/doc/qwt/inherit__graph__17.md5 +share/doc/qwt/inherit__graph__17.png +share/doc/qwt/inherit__graph__18.map +share/doc/qwt/inherit__graph__18.md5 +share/doc/qwt/inherit__graph__18.png +share/doc/qwt/inherit__graph__19.map +share/doc/qwt/inherit__graph__19.md5 +share/doc/qwt/inherit__graph__19.png +share/doc/qwt/inherit__graph__2.map +share/doc/qwt/inherit__graph__2.md5 +share/doc/qwt/inherit__graph__2.png +share/doc/qwt/inherit__graph__20.map +share/doc/qwt/inherit__graph__20.md5 +share/doc/qwt/inherit__graph__20.png +share/doc/qwt/inherit__graph__21.map +share/doc/qwt/inherit__graph__21.md5 +share/doc/qwt/inherit__graph__21.png +share/doc/qwt/inherit__graph__22.map +share/doc/qwt/inherit__graph__22.md5 +share/doc/qwt/inherit__graph__22.png +share/doc/qwt/inherit__graph__23.map +share/doc/qwt/inherit__graph__23.md5 +share/doc/qwt/inherit__graph__23.png +share/doc/qwt/inherit__graph__24.map +share/doc/qwt/inherit__graph__24.md5 +share/doc/qwt/inherit__graph__24.png +share/doc/qwt/inherit__graph__25.map +share/doc/qwt/inherit__graph__25.md5 +share/doc/qwt/inherit__graph__25.png +share/doc/qwt/inherit__graph__26.map +share/doc/qwt/inherit__graph__26.md5 +share/doc/qwt/inherit__graph__26.png +share/doc/qwt/inherit__graph__27.map +share/doc/qwt/inherit__graph__27.md5 +share/doc/qwt/inherit__graph__27.png +share/doc/qwt/inherit__graph__28.map +share/doc/qwt/inherit__graph__28.md5 +share/doc/qwt/inherit__graph__28.png +share/doc/qwt/inherit__graph__29.map +share/doc/qwt/inherit__graph__29.md5 +share/doc/qwt/inherit__graph__29.png +share/doc/qwt/inherit__graph__3.map +share/doc/qwt/inherit__graph__3.md5 +share/doc/qwt/inherit__graph__3.png +share/doc/qwt/inherit__graph__30.map +share/doc/qwt/inherit__graph__30.md5 +share/doc/qwt/inherit__graph__30.png +share/doc/qwt/inherit__graph__31.map +share/doc/qwt/inherit__graph__31.md5 +share/doc/qwt/inherit__graph__31.png +share/doc/qwt/inherit__graph__32.map +share/doc/qwt/inherit__graph__32.md5 +share/doc/qwt/inherit__graph__32.png +share/doc/qwt/inherit__graph__33.map +share/doc/qwt/inherit__graph__33.md5 +share/doc/qwt/inherit__graph__33.png +share/doc/qwt/inherit__graph__34.map +share/doc/qwt/inherit__graph__34.md5 +share/doc/qwt/inherit__graph__34.png +share/doc/qwt/inherit__graph__35.map +share/doc/qwt/inherit__graph__35.md5 +share/doc/qwt/inherit__graph__35.png +share/doc/qwt/inherit__graph__36.map +share/doc/qwt/inherit__graph__36.md5 +share/doc/qwt/inherit__graph__36.png +share/doc/qwt/inherit__graph__37.map +share/doc/qwt/inherit__graph__37.md5 +share/doc/qwt/inherit__graph__37.png +share/doc/qwt/inherit__graph__4.map +share/doc/qwt/inherit__graph__4.md5 +share/doc/qwt/inherit__graph__4.png +share/doc/qwt/inherit__graph__5.map +share/doc/qwt/inherit__graph__5.md5 +share/doc/qwt/inherit__graph__5.png +share/doc/qwt/inherit__graph__6.map +share/doc/qwt/inherit__graph__6.md5 +share/doc/qwt/inherit__graph__6.png +share/doc/qwt/inherit__graph__7.map +share/doc/qwt/inherit__graph__7.md5 +share/doc/qwt/inherit__graph__7.png +share/doc/qwt/inherit__graph__8.map +share/doc/qwt/inherit__graph__8.md5 +share/doc/qwt/inherit__graph__8.png +share/doc/qwt/inherit__graph__9.map +share/doc/qwt/inherit__graph__9.md5 +share/doc/qwt/inherit__graph__9.png +share/doc/qwt/inherits.html +share/doc/qwt/knob.png +share/doc/qwt/pages.html +share/doc/qwt/plot.png +share/doc/qwt/qwt__abstract__scale_8cpp-source.html +share/doc/qwt/qwt__abstract__scale_8h-source.html +share/doc/qwt/qwt__abstract__scale__draw_8cpp-source.html +share/doc/qwt/qwt__abstract__scale__draw_8h-source.html +share/doc/qwt/qwt__abstract__slider_8cpp-source.html +share/doc/qwt/qwt__abstract__slider_8h-source.html +share/doc/qwt/qwt__analog__clock_8cpp-source.html +share/doc/qwt/qwt__analog__clock_8h-source.html +share/doc/qwt/qwt__array_8h-source.html +share/doc/qwt/qwt__arrow__button_8cpp-source.html +share/doc/qwt/qwt__arrow__button_8h-source.html +share/doc/qwt/qwt__color__map_8cpp-source.html +share/doc/qwt/qwt__color__map_8h-source.html +share/doc/qwt/qwt__compass_8cpp-source.html +share/doc/qwt/qwt__compass_8h-source.html +share/doc/qwt/qwt__compass__rose_8cpp-source.html +share/doc/qwt/qwt__compass__rose_8h-source.html +share/doc/qwt/qwt__counter_8cpp-source.html +share/doc/qwt/qwt__counter_8h-source.html +share/doc/qwt/qwt__curve__fitter_8cpp-source.html +share/doc/qwt/qwt__curve__fitter_8h-source.html +share/doc/qwt/qwt__data_8cpp-source.html +share/doc/qwt/qwt__data_8h-source.html +share/doc/qwt/qwt__dial_8cpp-source.html +share/doc/qwt/qwt__dial_8h-source.html +share/doc/qwt/qwt__dial__needle_8cpp-source.html +share/doc/qwt/qwt__dial__needle_8h-source.html +share/doc/qwt/qwt__double__interval_8cpp-source.html +share/doc/qwt/qwt__double__interval_8h-source.html +share/doc/qwt/qwt__double__range_8cpp-source.html +share/doc/qwt/qwt__double__range_8h-source.html +share/doc/qwt/qwt__double__rect_8cpp-source.html +share/doc/qwt/qwt__double__rect_8h-source.html +share/doc/qwt/qwt__dyngrid__layout_8cpp-source.html +share/doc/qwt/qwt__dyngrid__layout_8h-source.html +share/doc/qwt/qwt__event__pattern_8cpp-source.html +share/doc/qwt/qwt__event__pattern_8h-source.html +share/doc/qwt/qwt__global_8h-source.html +share/doc/qwt/qwt__interval__data_8cpp-source.html +share/doc/qwt/qwt__interval__data_8h-source.html +share/doc/qwt/qwt__knob_8cpp-source.html +share/doc/qwt/qwt__knob_8h-source.html +share/doc/qwt/qwt__layout__metrics_8cpp-source.html +share/doc/qwt/qwt__layout__metrics_8h-source.html +share/doc/qwt/qwt__legend_8cpp-source.html +share/doc/qwt/qwt__legend_8h-source.html +share/doc/qwt/qwt__legend__item_8cpp-source.html +share/doc/qwt/qwt__legend__item_8h-source.html +share/doc/qwt/qwt__math_8cpp-source.html +share/doc/qwt/qwt__math_8h-source.html +share/doc/qwt/qwt__mathml__text__engine_8cpp-source.html +share/doc/qwt/qwt__mathml__text__engine_8h-source.html +share/doc/qwt/qwt__paint__buffer_8cpp-source.html +share/doc/qwt/qwt__paint__buffer_8h-source.html +share/doc/qwt/qwt__painter_8cpp-source.html +share/doc/qwt/qwt__painter_8h-source.html +share/doc/qwt/qwt__panner_8cpp-source.html +share/doc/qwt/qwt__panner_8h-source.html +share/doc/qwt/qwt__picker_8cpp-source.html +share/doc/qwt/qwt__picker_8h-source.html +share/doc/qwt/qwt__picker__machine_8cpp-source.html +share/doc/qwt/qwt__picker__machine_8h-source.html +share/doc/qwt/qwt__plot_8cpp-source.html +share/doc/qwt/qwt__plot_8h-source.html +share/doc/qwt/qwt__plot__axis_8cpp-source.html +share/doc/qwt/qwt__plot__canvas_8cpp-source.html +share/doc/qwt/qwt__plot__canvas_8h-source.html +share/doc/qwt/qwt__plot__curve_8cpp-source.html +share/doc/qwt/qwt__plot__curve_8h-source.html +share/doc/qwt/qwt__plot__dict_8cpp-source.html +share/doc/qwt/qwt__plot__dict_8h-source.html +share/doc/qwt/qwt__plot__grid_8cpp-source.html +share/doc/qwt/qwt__plot__grid_8h-source.html +share/doc/qwt/qwt__plot__item_8cpp-source.html +share/doc/qwt/qwt__plot__item_8h-source.html +share/doc/qwt/qwt__plot__layout_8cpp-source.html +share/doc/qwt/qwt__plot__layout_8h-source.html +share/doc/qwt/qwt__plot__magnifier_8cpp-source.html +share/doc/qwt/qwt__plot__magnifier_8h-source.html +share/doc/qwt/qwt__plot__marker_8cpp-source.html +share/doc/qwt/qwt__plot__marker_8h-source.html +share/doc/qwt/qwt__plot__panner_8cpp-source.html +share/doc/qwt/qwt__plot__panner_8h-source.html +share/doc/qwt/qwt__plot__picker_8cpp-source.html +share/doc/qwt/qwt__plot__picker_8h-source.html +share/doc/qwt/qwt__plot__print_8cpp-source.html +share/doc/qwt/qwt__plot__printfilter_8cpp-source.html +share/doc/qwt/qwt__plot__printfilter_8h-source.html +share/doc/qwt/qwt__plot__rasteritem_8cpp-source.html +share/doc/qwt/qwt__plot__rasteritem_8h-source.html +share/doc/qwt/qwt__plot__spectrogram_8cpp-source.html +share/doc/qwt/qwt__plot__spectrogram_8h-source.html +share/doc/qwt/qwt__plot__svgitem_8cpp-source.html +share/doc/qwt/qwt__plot__svgitem_8h-source.html +share/doc/qwt/qwt__plot__xml_8cpp-source.html +share/doc/qwt/qwt__plot__zoomer_8cpp-source.html +share/doc/qwt/qwt__plot__zoomer_8h-source.html +share/doc/qwt/qwt__polygon_8h-source.html +share/doc/qwt/qwt__raster__data_8cpp-source.html +share/doc/qwt/qwt__raster__data_8h-source.html +share/doc/qwt/qwt__rect_8cpp-source.html +share/doc/qwt/qwt__rect_8h-source.html +share/doc/qwt/qwt__round__scale__draw_8cpp-source.html +share/doc/qwt/qwt__round__scale__draw_8h-source.html +share/doc/qwt/qwt__scale__div_8cpp-source.html +share/doc/qwt/qwt__scale__div_8h-source.html +share/doc/qwt/qwt__scale__draw_8cpp-source.html +share/doc/qwt/qwt__scale__draw_8h-source.html +share/doc/qwt/qwt__scale__engine_8cpp-source.html +share/doc/qwt/qwt__scale__engine_8h-source.html +share/doc/qwt/qwt__scale__map_8cpp-source.html +share/doc/qwt/qwt__scale__map_8h-source.html +share/doc/qwt/qwt__scale__widget_8cpp-source.html +share/doc/qwt/qwt__scale__widget_8h-source.html +share/doc/qwt/qwt__slider_8cpp-source.html +share/doc/qwt/qwt__slider_8h-source.html +share/doc/qwt/qwt__spline_8cpp-source.html +share/doc/qwt/qwt__spline_8h-source.html +share/doc/qwt/qwt__symbol_8cpp-source.html +share/doc/qwt/qwt__symbol_8h-source.html +share/doc/qwt/qwt__text_8cpp-source.html +share/doc/qwt/qwt__text_8h-source.html +share/doc/qwt/qwt__text__engine_8cpp-source.html +share/doc/qwt/qwt__text__engine_8h-source.html +share/doc/qwt/qwt__text__label_8cpp-source.html +share/doc/qwt/qwt__text__label_8h-source.html +share/doc/qwt/qwt__thermo_8cpp-source.html +share/doc/qwt/qwt__thermo_8h-source.html +share/doc/qwt/qwt__valuelist_8h-source.html +share/doc/qwt/qwt__wheel_8cpp-source.html +share/doc/qwt/qwt__wheel_8h-source.html +share/doc/qwt/qwtinstall.html +share/doc/qwt/qwtlicense.html +share/doc/qwt/radio.png +share/doc/qwt/scatterplot.png +share/doc/qwt/scatterscreenshots.html +share/doc/qwt/sinus.png +share/doc/qwt/sliders.png +share/doc/qwt/spectrogram1.png +share/doc/qwt/spectrogram2.png +share/doc/qwt/spectrogram3.png +share/doc/qwt/spectrogramscreenshots.html +share/doc/qwt/sysinfo.png +share/doc/qwt/tab_b.gif +share/doc/qwt/tab_l.gif +share/doc/qwt/tab_r.gif +share/doc/qwt/tabs.css +share/doc/qwt/todo.html diff --git a/x11/qwt/distinfo b/x11/qwt/distinfo index 2dc834f3959..72118a8db58 100644 --- a/x11/qwt/distinfo +++ b/x11/qwt/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.7 2005/02/23 17:36:19 wiz Exp $ +$NetBSD: distinfo,v 1.8 2007/11/05 12:56:44 rillig Exp $ -SHA1 (qwt-0.3.0.tar.gz) = 504940fbf25b058d258bba3589a22752a624847b -RMD160 (qwt-0.3.0.tar.gz) = d43a32501cdff21b9887763fc361f8dce269635d -Size (qwt-0.3.0.tar.gz) = 484675 bytes -SHA1 (patch-aa) = e57c888c1c6ea486dfa24e84e7aaba72f406fa7e +SHA1 (qwt-5.0.2.tar.bz2) = f1a415847691e271e9f6b3b243ab2e7cb270a034 +RMD160 (qwt-5.0.2.tar.bz2) = 1a80bb31eaa0d1488594507acb022ca268dcc2ce +Size (qwt-5.0.2.tar.bz2) = 1666468 bytes +SHA1 (patch-pri) = 08e09608cbd2978392739dec21d6fff320bffb95 +SHA1 (patch-srcpro) = 497e9542b3226fb8d5fdd18088b44ac6de7c17fd diff --git a/x11/qwt/patches/patch-aa b/x11/qwt/patches/patch-aa deleted file mode 100644 index 00c730e7863..00000000000 --- a/x11/qwt/patches/patch-aa +++ /dev/null @@ -1,83 +0,0 @@ -$NetBSD: patch-aa,v 1.4 2002/08/25 21:52:44 jlam Exp $ - ---- makefiles/netbsd-g++.orig Wed Dec 13 23:23:09 2000 -+++ makefiles/netbsd-g++ -@@ -7,14 +7,14 @@ - - ####### Compiler, tools and options - --CC = gcc --CXX = g++ --CFLAGS = -O2 -fPIC -DNO_DEBUG --CXXFLAGS= -O2 -fPIC -DNO_DEBUG -+#CC = gcc -+#CXX = g++ -+#CFLAGS = -O2 -fPIC -DNO_DEBUG -+#CXXFLAGS= -O2 -fPIC -DNO_DEBUG - INCPATH = -I$(QTDIR)/include --LINK = g++ --LFLAGS = -Bshareable --LIBS = $(SUBLIBS) -L$(QTDIR)/lib -L/usr/X11R6/lib -lqt -lXext -lX11 -lm -+#LINK = g++ -+#LFLAGS = -Bshareable -+LIBS = ${LDFLAGS} $(SUBLIBS) -L$(QTDIR)/lib -L${X11BASE}/lib -lqt -lXext -lX11 -lm - AR = ar cqs - RANLIB = - MOC = $(QTDIR)/bin/moc -@@ -135,6 +135,7 @@ - include/moc_qwt_sldbase.o \ - include/moc_qwt_thermo.o - DIST = -+TARGETLA= libqwt.la - TARGET = libqwt.so.0.3.0 - TARGETA = libqwt.a - TARGETD = libqwt.so.0.3.0 -@@ -147,37 +148,34 @@ - .SUFFIXES: .cpp .cxx .cc .C .c - - .cpp.o: -- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< -+ $(LIBTOOL) --mode=compile $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< - - .cxx.o: -- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< -+ $(LIBTOOL) --mode=compile $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< - - .cc.o: -- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< -+ $(LIBTOOL) --mode=compile $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< - - .C.o: -- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< -+ $(LIBTOOL) --mode=compile $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< - - .c.o: -- $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $< -+ $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $< - - ####### Build rules - - - all: $(TARGET) - --$(TARGET): $(OBJECTS) $(OBJMOC) $(SUBLIBS) -- -rm -f $(TARGET) $(TARGET0) $(TARGET1) $(TARGET2) -- $(SYSCONF_LINK_SHLIB) -Bshareable $(LFLAGS) -o $(DESTDIR)$(SYSCONF_LINK_TARGET_SHARED) `lorder /usr/lib/c++rt0.o $(OBJECTS) $(OBJMOC) | tsort` $(LIBS) -- -ln -s $(TARGET) $(TARGET0) -- -ln -s $(TARGET) $(TARGET1) -- -ln -s $(TARGET) $(TARGET2) -+$(TARGETLA): $(OBJECTS) $(OBJMOC) $(SUBLIBS) -+ $(LIBTOOL) --mode=link $(CXX) -o $(TARGETLA) $(OBJECTS:.o=.lo) $(OBJMOC:.o=.lo) $(LIBS) \ -+ -version-info 0:3:0 -rpath $(X11BASE)/lib -+ -+$(TARGET): $(TARGETLA) - - staticlib: $(TARGETA) - --$(TARGETA): $(UICDECLS) $(OBJECTS) $(OBJMOC) -- -rm -f $(TARGETA) -- $(AR) $(TARGETA) $(OBJECTS) $(OBJMOC) -+$(TARGETA): $(TARGETLA) - - moc: $(SRCMOC) - diff --git a/x11/qwt/patches/patch-pri b/x11/qwt/patches/patch-pri new file mode 100644 index 00000000000..428bec746c1 --- /dev/null +++ b/x11/qwt/patches/patch-pri @@ -0,0 +1,23 @@ +$NetBSD: patch-pri,v 1.1 2007/11/05 12:56:44 rillig Exp $ + +--- qwtconfig.pri.orig 2007-06-11 07:41:29.000000000 +0200 ++++ qwtconfig.pri 2007-10-15 14:59:41.000000000 +0200 +@@ -3,7 +3,7 @@ + ###################################################################### + + unix { +- INSTALLBASE = /usr/local/qwt-5.0.2 ++ INSTALLBASE = ${PREFIX} + } + + win32 { +@@ -12,7 +12,8 @@ win32 { + + target.path = $$INSTALLBASE/lib + headers.path = $$INSTALLBASE/include +-doc.path = $$INSTALLBASE/doc ++doc.path = $$INSTALLBASE/share/doc/qwt ++man.path = $$INSTALLBASE/${PKGMANDIR} + + ###################################################################### + # qmake internal options diff --git a/x11/qwt/patches/patch-srcpro b/x11/qwt/patches/patch-srcpro new file mode 100644 index 00000000000..a0ffe5ed6a8 --- /dev/null +++ b/x11/qwt/patches/patch-srcpro @@ -0,0 +1,19 @@ +$NetBSD: patch-srcpro,v 1.1 2007/11/05 12:56:44 rillig Exp $ + +--- src/src.pro.orig 2007-06-11 07:41:29.000000000 +0200 ++++ src/src.pro 2007-10-15 14:57:50.000000000 +0200 +@@ -188,9 +188,10 @@ contains(CONFIG, QwtWidgets) { + # Install directives + + headers.files = $$HEADERS +-doc.files = ../doc/html +-unix { +- doc.files += ../doc/man +-} ++doc.files = ../doc/html/* ++man.files = ../doc/man/man3 + + INSTALLS = target headers doc ++unix { ++ INSTALLS += man ++} |