ports/119904: rearrange x11-toolkits/qwt* ports

Max Brazhnikov makc at issp.ac.ru
Tue Jan 22 21:30:01 UTC 2008


>Number:         119904
>Category:       ports
>Synopsis:       rearrange x11-toolkits/qwt* ports
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 22 21:30:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        FreeBSD 7.0-PRERELEASE i386
>Organization:
>Environment:
FreeBSD luna.dio.ru 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #0: Tue Jan 15 23:47:56 MSK 2008     root at luna.dio.ru:/usr/obj/usr/src/sys/LUNA  i386
>Description:
Resolve conflict between qwt and qwt-devel ports:
move x11-toolkits/qwt to x11-toolkits/qwt4 and rename the library to libqwt4, take maintainership.
move x11-toolkits/qwt-devel to x11-toolkits/qwt5.

Ports depending on qwt5:
math/qtiplot, sysutils/bacula-bat, sysutils/bacula-server.

audio/dream - the only port which depends on qwt4 - is currently broken. It requires audio/faad to be compiled with drm support.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN --exclude=CVS /usr/ports/sysutils/bacula-bat/Makefile /home/makc/porting/ports/sysutils/bacula-bat/Makefile
--- /usr/ports/sysutils/bacula-bat/Makefile	2007-09-30 03:43:22.000000000 +0400
+++ /home/makc/porting/ports/sysutils/bacula-bat/Makefile	2008-01-03 21:19:41.000000000 +0300
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	bacula
-PKGNAMESUFFIX=  -bat
+PKGNAMESUFFIX=	-bat
 
 COMMENT=	The network backup solution (GUI)
 
-LIB_DEPENDS+=	qwt.5:${PORTSDIR}/x11-toolkits/qwt-devel
+LIB_DEPENDS+=	qwt.5:${PORTSDIR}/x11-toolkits/qwt5
 
 USE_QT_VER=	4
 QT_COMPONENTS=	qmake uic moc rcc
diff -ruN --exclude=CVS /usr/ports/sysutils/bacula-server/Makefile /home/makc/porting/ports/sysutils/bacula-server/Makefile
--- /usr/ports/sysutils/bacula-server/Makefile	2007-12-31 10:55:32.000000000 +0300
+++ /home/makc/porting/ports/sysutils/bacula-server/Makefile	2008-01-03 21:21:34.000000000 +0300
@@ -7,6 +7,7 @@
 
 PORTNAME=	bacula
 DISTVERSION=	2.2.7
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	bacula
diff -ruN --exclude=CVS /usr/ports/audio/dream/Makefile /home/makc/porting/ports/audio/dream/Makefile
--- /usr/ports/audio/dream/Makefile	2008-01-03 21:44:02.000000000 +0300
+++ /home/makc/porting/ports/audio/dream/Makefile	2008-01-04 11:31:00.000000000 +0300
@@ -16,7 +16,7 @@
 COMMENT=	Digital Radio Mondiale (DRM) software receiver
 
 LIB_DEPENDS=	fftw.2:${PORTSDIR}/math/fftw \
-		qwt.4:${PORTSDIR}/x11-toolkits/qwt \
+		qwt4.4:${PORTSDIR}/x11-toolkits/qwt4 \
 		faad.0:${PORTSDIR}/audio/faad
 
 BROKEN=		Needs DRM enabled in FAAD
@@ -31,7 +31,8 @@
 PLIST_FILES=	bin/drm
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|/usr/include/qwt|${LOCALBASE}/include/qwt|g' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|/usr/include/qwt|${LOCALBASE}/include/qwt4|g' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|-lqwt|-lqwt4|g' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|neaacdec.h|faad.h|g' ${WRKSRC}/common/sourcedecoders/AudioSourceDecoder.cpp
 	@${REINPLACE_CMD} -e 's|DRMCH_SBR_PS_STEREO|DRMCH_SBR_STEREO|g' ${WRKSRC}/common/sourcedecoders/AudioSourceDecoder.cpp
 
diff -ruN --exclude=CVS /usr/ports/math/qtiplot/Makefile /home/makc/porting/ports/math/qtiplot/Makefile
--- /usr/ports/math/qtiplot/Makefile	2007-12-15 14:30:38.000000000 +0300
+++ /home/makc/porting/ports/math/qtiplot/Makefile	2008-01-03 20:59:08.000000000 +0300
@@ -7,6 +7,7 @@
 
 PORTNAME=	qtiplot
 DISTVERSION=	0.9.2
+PORTREVISION=	1
 CATEGORIES=	math science
 MASTER_SITES=	http://soft.proindependent.com/src/
 
@@ -16,7 +17,7 @@
 LIB_DEPENDS=	gsl.10:${PORTSDIR}/math/gsl \
 		muparser.0:${PORTSDIR}/math/muparser \
 		qwtplot3d-qt4:${PORTSDIR}/math/qwtplot3d-qt4 \
-		qwt.5:${PORTSDIR}/x11-toolkits/qwt-devel
+		qwt.5:${PORTSDIR}/x11-toolkits/qwt5
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/qwt/Makefile /home/makc/porting/ports/x11-toolkits/qwt4/Makefile
--- /usr/ports/x11-toolkits/qwt/Makefile	2007-05-20 00:31:55.000000000 +0400
+++ /home/makc/porting/ports/x11-toolkits/qwt4/Makefile	2008-01-20 13:36:09.000000000 +0300
@@ -7,105 +7,50 @@
 
 PORTNAME=	qwt
 PORTVERSION=	4.2.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=qwt
 
-MAINTAINER=	ports at FreeBSD.org
-COMMENT=	Qwt widget library for technical purposes
+MAINTAINER=	makc at issp.ac.ru
+COMMENT=	Qwt widget library for technical purposes (old version)
 
 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" \
-		INCPATH="-I${X11BASE}/include/qt2" \
-		LIBS="-L${X11BASE}/lib" \
-		QTDIR="${X11BASE}"	\
-		MOC=${MOC}
+HAS_CONFIGURE=	yes
+CONFIGURE_ENV+=	QMAKESPEC="${QMAKESPEC}"
+MAKE_ENV+=	MOC="${MOC}" QTDIR="${QT_PREFIX}"
 USE_LDCONFIG=	yes
 
+QMAKESPEC=	${LOCALBASE}/share/qt/mkspecs/freebsd-g++
+QMAKE=		${LOCALBASE}/bin/qmake
+
 PORTSCOUT=	limit:^4\.
+LATEST_LINK=	qwt4
+
+.include <bsd.port.pre.mk>
+.include <${FILESDIR}/Makefile.man>
 
-MAN3=		QwtAnalogClock.3	\
-		QwtArrayData.3		\
-		QwtArrowButton.3	\
-		QwtAutoScale.3		\
-		QwtCPointerData.3	\
-		QwtCompass.3		\
-		QwtCompassMagnetNeedle.3	\
-		QwtCompassWindArrow.3	\
-		QwtCounter.3		\
-		QwtCurve.3		\
-		QwtData.3		\
-		QwtDblRange.3		\
-		QwtDiMap.3		\
-		QwtDial.3		\
-		QwtDialNeedle.3		\
-		QwtDialScaleDraw.3	\
-		QwtDialSimpleNeedle.3	\
-		QwtDoublePoint.3	\
-		QwtDoublePointData.3	\
-		QwtDoubleRect.3		\
-		QwtDoubleSize.3		\
-		QwtDynGridLayout.3	\
-		QwtEventPattern.3	\
-		QwtGrid.3		\
-		QwtKnob.3		\
-		QwtLegend.3		\
-		QwtLegendButton.3	\
-		QwtLegendItem.3		\
-		QwtLegendLabel.3	\
-		QwtMarker.3		\
-		QwtPaintBuffer.3	\
-		QwtPainter.3		\
-		QwtPicker.3		\
-		QwtPickerClickPointMachine.3	\
-		QwtPickerClickRectMachine.3	\
-		QwtPickerDragPointMachine.3	\
-		QwtPickerDragRectMachine.3	\
-		QwtPickerMachine.3		\
-		QwtPickerPolygonMachine.3	\
-		QwtPlainText.3		\
-		QwtPlot.3		\
-		QwtPlotCanvas.3		\
-		QwtPlotCurve.3		\
-		QwtPlotGrid.3		\
-		QwtPlotItem.3		\
-		QwtPlotLayout.3		\
-		QwtPlotMappedItem.3	\
-		QwtPlotMarker.3		\
-		QwtPlotPicker.3		\
-		QwtPlotPrintFilter.3	\
-		QwtPlotZoomer.3		\
-		QwtPushButton.3		\
-		QwtRect.3		\
-		QwtRichText.3		\
-		QwtScale.3		\
-		QwtScaleDiv.3		\
-		QwtScaleDraw.3		\
-		QwtScaleIf.3		\
-		QwtSlider.3		\
-		QwtSliderBase.3		\
-		QwtSpline.3		\
-		QwtSymbol.3		\
-		QwtText.3		\
-		QwtThermo.3		\
-		QwtWheel.3		\
-		qwt_math.h.3
+do-configure:
+	@(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} -unix)
 
-pre-build:
-	cd ${WRKSRC}; qmake -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ qwt.pro -o Makefile
+post-configure:
+	@(cd ${WRKSRC} && \
+	${REINPLACE_CMD} -e \
+		's|^CC .*|CC=${CC}|; \
+		 s|^CXX .*|CXX=${CXX}|; \
+		 s|^LINK .*|LINK=${CXX}|' \
+		${WRKSRC}/Makefile)
 
 do-install:
-	${INSTALL_DATA} ${WRKSRC}/lib/libqwt.so.${PORTVERSION} ${PREFIX}/lib/libqwt.so.${PORTVERSION:R:R}
-	${LN} -fs libqwt.so.${PORTVERSION:R:R} ${PREFIX}/lib/libqwt.so
-	${MKDIR} ${PREFIX}/include/qwt
-	${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/qwt
-	${INSTALL_MAN} ${WRKSRC}/doc/man/man3/Qwt* ${PREFIX}/man/man3
-	${INSTALL_MAN} ${WRKSRC}/doc/man/man3/qwt_math.h.3 ${PREFIX}/man/man3
+	${INSTALL_PROGRAM} ${WRKSRC}/lib/libqwt4.so.${PORTVERSION} ${PREFIX}/lib/libqwt4.so.${PORTVERSION:R:R}
+	${LN} -fs ${PREFIX}/lib/libqwt4.so.${PORTVERSION:R:R} ${PREFIX}/lib/libqwt4.so
+	${MKDIR} ${PREFIX}/include/qwt4
+	${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/qwt4
+.for f in ${MAN3}
+	${INSTALL_MAN} ${WRKSRC}/doc/man/man3/${f:S/Qwt4/Qwt/} ${PREFIX}/man/man3/${f}
+.endfor
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/qwt/files/Makefile.man /home/makc/porting/ports/x11-toolkits/qwt4/files/Makefile.man
--- /usr/ports/x11-toolkits/qwt/files/Makefile.man	1970-01-01 03:00:00.000000000 +0300
+++ /home/makc/porting/ports/x11-toolkits/qwt4/files/Makefile.man	2008-01-03 20:21:00.000000000 +0300
@@ -0,0 +1,66 @@
+MAN3=	Qwt4AnalogClock.3 \
+	Qwt4ArrayData.3 \
+	Qwt4ArrowButton.3 \
+	Qwt4AutoScale.3 \
+	Qwt4CPointerData.3 \
+	Qwt4Compass.3 \
+	Qwt4CompassMagnetNeedle.3 \
+	Qwt4CompassWindArrow.3 \
+	Qwt4Counter.3 \
+	Qwt4Curve.3 \
+	Qwt4Data.3 \
+	Qwt4DblRange.3 \
+	Qwt4DiMap.3 \
+	Qwt4Dial.3 \
+	Qwt4DialNeedle.3 \
+	Qwt4DialScaleDraw.3 \
+	Qwt4DialSimpleNeedle.3 \
+	Qwt4DoublePoint.3 \
+	Qwt4DoublePointData.3 \
+	Qwt4DoubleRect.3 \
+	Qwt4DoubleSize.3 \
+	Qwt4DynGridLayout.3 \
+	Qwt4EventPattern.3 \
+	Qwt4Grid.3 \
+	Qwt4Knob.3 \
+	Qwt4Legend.3 \
+	Qwt4LegendButton.3 \
+	Qwt4LegendItem.3 \
+	Qwt4LegendLabel.3 \
+	Qwt4Marker.3 \
+	Qwt4PaintBuffer.3 \
+	Qwt4Painter.3 \
+	Qwt4Picker.3 \
+	Qwt4PickerClickPointMachine.3 \
+	Qwt4PickerClickRectMachine.3 \
+	Qwt4PickerDragPointMachine.3 \
+	Qwt4PickerDragRectMachine.3 \
+	Qwt4PickerMachine.3 \
+	Qwt4PickerPolygonMachine.3 \
+	Qwt4PlainText.3 \
+	Qwt4Plot.3 \
+	Qwt4PlotCanvas.3 \
+	Qwt4PlotCurve.3 \
+	Qwt4PlotGrid.3 \
+	Qwt4PlotItem.3 \
+	Qwt4PlotLayout.3 \
+	Qwt4PlotMappedItem.3 \
+	Qwt4PlotMarker.3 \
+	Qwt4PlotPicker.3 \
+	Qwt4PlotPrintFilter.3 \
+	Qwt4PlotZoomer.3 \
+	Qwt4PushButton.3 \
+	Qwt4Rect.3 \
+	Qwt4RichText.3 \
+	Qwt4Scale.3 \
+	Qwt4ScaleDiv.3 \
+	Qwt4ScaleDraw.3 \
+	Qwt4ScaleIf.3 \
+	Qwt4Slider.3 \
+	Qwt4SliderBase.3 \
+	Qwt4Spline.3 \
+	Qwt4Symbol.3 \
+	Qwt4Text.3 \
+	Qwt4Thermo.3 \
+	Qwt4Wheel.3 \
+	qwt_math.h.3
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/qwt/files/patch-qwt.pro /home/makc/porting/ports/x11-toolkits/qwt4/files/patch-qwt.pro
--- /usr/ports/x11-toolkits/qwt/files/patch-qwt.pro	1970-01-01 03:00:00.000000000 +0300
+++ /home/makc/porting/ports/x11-toolkits/qwt4/files/patch-qwt.pro	2008-01-03 16:33:38.000000000 +0300
@@ -0,0 +1,11 @@
+--- ./qwt.pro.orig	2004-11-16 23:12:15.000000000 +0300
++++ ./qwt.pro	2008-01-03 16:18:06.000000000 +0300
+@@ -17,7 +17,7 @@
+ # interested in QwtPlot only, you can remove
+ # the lists at the end of this file.
+ 
+-TARGET            = qwt
++TARGET            = qwt4
+ TEMPLATE          = lib
+ 
+ # Restrict usage of VERSION to unix.  When VERSION is used on win32, the TARGET
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/qwt/pkg-descr /home/makc/porting/ports/x11-toolkits/qwt4/pkg-descr
--- /usr/ports/x11-toolkits/qwt/pkg-descr	2002-03-13 05:53:14.000000000 +0300
+++ /home/makc/porting/ports/x11-toolkits/qwt4/pkg-descr	2008-01-22 23:47:18.000000000 +0300
@@ -1,7 +1,6 @@
-Qwt is an extension to the Qt GUI library from Troll Tech AS.  The Qwt library 
-contains widgets and componets which are primarily useful for technical and 
-scientifical purposes.  It includes a 2-D plotting widget, different kinds of 
-sliders and much more.
+This is Qt3 port of Qwt library version 4. The Qwt library contains
+widgets and componets which are primarily useful for technical and
+scientifical purposes. It includes a 2-D plotting widget, different
+kinds of sliders and much more.
 
-- Bob Bomar
-<bob at fly.homeunix.org>
+WWW:    http://qwt.sourceforge.net/
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/qwt/pkg-plist /home/makc/porting/ports/x11-toolkits/qwt4/pkg-plist
--- /usr/ports/x11-toolkits/qwt/pkg-plist	2006-01-10 02:02:17.000000000 +0300
+++ /home/makc/porting/ports/x11-toolkits/qwt4/pkg-plist	2008-01-03 16:50:12.000000000 +0300
@@ -1,53 +1,53 @@
-include/qwt/qwt.h
-include/qwt/qwt_analog_clock.h
-include/qwt/qwt_array.h
-include/qwt/qwt_arrbtn.h
-include/qwt/qwt_autoscl.h
-include/qwt/qwt_compass.h
-include/qwt/qwt_compass_rose.h
-include/qwt/qwt_counter.h
-include/qwt/qwt_curve.h
-include/qwt/qwt_data.h
-include/qwt/qwt_dial.h
-include/qwt/qwt_dial_needle.h
-include/qwt/qwt_dimap.h
-include/qwt/qwt_double_rect.h
-include/qwt/qwt_drange.h
-include/qwt/qwt_dyngrid_layout.h
-include/qwt/qwt_event_pattern.h
-include/qwt/qwt_global.h
-include/qwt/qwt_grid.h
-include/qwt/qwt_knob.h
-include/qwt/qwt_layout_metrics.h
-include/qwt/qwt_legend.h
-include/qwt/qwt_marker.h
-include/qwt/qwt_math.h
-include/qwt/qwt_paint_buffer.h
-include/qwt/qwt_painter.h
-include/qwt/qwt_picker.h
-include/qwt/qwt_picker_machine.h
-include/qwt/qwt_plot.h
-include/qwt/qwt_plot_canvas.h
-include/qwt/qwt_plot_classes.h
-include/qwt/qwt_plot_dict.h
-include/qwt/qwt_plot_item.h
-include/qwt/qwt_plot_layout.h
-include/qwt/qwt_plot_picker.h
-include/qwt/qwt_plot_printfilter.h
-include/qwt/qwt_plot_zoomer.h
-include/qwt/qwt_push_button.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_text.h
-include/qwt/qwt_thermo.h
-include/qwt/qwt_wheel.h
-lib/libqwt.so
-lib/libqwt.so.4
- at dirrm include/qwt
+include/qwt4/qwt.h
+include/qwt4/qwt_analog_clock.h
+include/qwt4/qwt_array.h
+include/qwt4/qwt_arrbtn.h
+include/qwt4/qwt_autoscl.h
+include/qwt4/qwt_compass.h
+include/qwt4/qwt_compass_rose.h
+include/qwt4/qwt_counter.h
+include/qwt4/qwt_curve.h
+include/qwt4/qwt_data.h
+include/qwt4/qwt_dial.h
+include/qwt4/qwt_dial_needle.h
+include/qwt4/qwt_dimap.h
+include/qwt4/qwt_double_rect.h
+include/qwt4/qwt_drange.h
+include/qwt4/qwt_dyngrid_layout.h
+include/qwt4/qwt_event_pattern.h
+include/qwt4/qwt_global.h
+include/qwt4/qwt_grid.h
+include/qwt4/qwt_knob.h
+include/qwt4/qwt_layout_metrics.h
+include/qwt4/qwt_legend.h
+include/qwt4/qwt_marker.h
+include/qwt4/qwt_math.h
+include/qwt4/qwt_paint_buffer.h
+include/qwt4/qwt_painter.h
+include/qwt4/qwt_picker.h
+include/qwt4/qwt_picker_machine.h
+include/qwt4/qwt_plot.h
+include/qwt4/qwt_plot_canvas.h
+include/qwt4/qwt_plot_classes.h
+include/qwt4/qwt_plot_dict.h
+include/qwt4/qwt_plot_item.h
+include/qwt4/qwt_plot_layout.h
+include/qwt4/qwt_plot_picker.h
+include/qwt4/qwt_plot_printfilter.h
+include/qwt4/qwt_plot_zoomer.h
+include/qwt4/qwt_push_button.h
+include/qwt4/qwt_rect.h
+include/qwt4/qwt_scale.h
+include/qwt4/qwt_scldiv.h
+include/qwt4/qwt_scldraw.h
+include/qwt4/qwt_sclif.h
+include/qwt4/qwt_sldbase.h
+include/qwt4/qwt_slider.h
+include/qwt4/qwt_spline.h
+include/qwt4/qwt_symbol.h
+include/qwt4/qwt_text.h
+include/qwt4/qwt_thermo.h
+include/qwt4/qwt_wheel.h
+lib/libqwt4.so
+lib/libqwt4.so.4
+ at dirrm include/qwt4
diff -ruN /usr/ports/x11-toolkits/qwt-devel/Makefile /home/makc/porting/ports/x11-toolkits/qwt5/Makefile
--- /usr/ports/x11-toolkits/qwt-devel/Makefile	2007-09-07 01:50:28.000000000 +0400
+++ /home/makc/porting/ports/x11-toolkits/qwt5/Makefile	2008-01-03 20:54:25.000000000 +0300
@@ -7,16 +7,13 @@
 
 PORTNAME=	qwt
 PORTVERSION=	5.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	SF
-PKGNAMESUFFIX=	-devel
 
 MAINTAINER=	makc at issp.ac.ru
 COMMENT=	Qt Widgets for Technical Applications
 
-CONFLICTS=	qwt-4.*
-
 USE_QT_VER=	4
 QT_COMPONENTS=	gui moc_build qmake_build
 USE_BZIP2=	yes
@@ -65,8 +62,8 @@
 .endfor
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/lib/libqwt.so.5.0.2 ${PREFIX}/lib/libqwt.so.5
-	${LN} -fs ${PREFIX}/lib/libqwt.so.5 ${PREFIX}/lib/libqwt.so
+	${INSTALL_PROGRAM} ${WRKSRC}/lib/libqwt.so.${PORTVERSION} ${PREFIX}/lib/libqwt.so.${PORTVERSION:R:R}
+	${LN} -fs ${PREFIX}/lib/libqwt.so.${PORTVERSION:R:R} ${PREFIX}/lib/libqwt.so
 	(cd ${WRKSRC}/src/ && ${COPYTREE_SHARE} '*.h' ${PREFIX}/include/${PORTNAME})
 	${INSTALL_MAN} ${WRKSRC}/doc/man/man3/Qwt* ${PREFIX}/man/man3
 .if !defined(WITHOUT_DESIGNER_PLUGIN)
diff -ruN /usr/ports/x11-toolkits/qwt-devel/pkg-descr /home/makc/porting/ports/x11-toolkits/qwt5/pkg-descr
--- /usr/ports/x11-toolkits/qwt-devel/pkg-descr	2006-12-09 01:27:19.000000000 +0300
+++ /home/makc/porting/ports/x11-toolkits/qwt5/pkg-descr	2008-01-03 20:39:54.000000000 +0300
@@ -1,7 +1,8 @@
-The Qwt library contains GUI Components and utility classes which
-are primarily useful for programs with a technical background.
-Beside a 2D plot widget it provides scales, sliders, dials, compasses,
-thermometers, wheels and knobs to control or display values, arrays,
-or ranges of type double.
+This is Qt4 port of Qwt library version 5.  The Qwt library contains
+GUI Components and utility classes which are primarily useful for
+programs with a technical background.  Beside a 2D plot widget it
+provides scales, sliders, dials, compasses, thermometers, wheels
+and knobs to control or display values, arrays, or ranges of type
+double.
 
 WWW:    http://qwt.sourceforge.net/


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



More information about the freebsd-ports-bugs mailing list