summaryrefslogtreecommitdiff
path: root/x11/qt3-docs
diff options
context:
space:
mode:
authorskrll <skrll>2002-10-28 08:46:43 +0000
committerskrll <skrll>2002-10-28 08:46:43 +0000
commit145fefb67b966437464ef58ee7cfd4b38da6d602 (patch)
tree226f8ddbf1c733145b0ea89293f2db0a4880370f /x11/qt3-docs
parent11477084f15707a5ed14ca32d0e98f7f3407d42a (diff)
downloadpkgsrc-145fefb67b966437464ef58ee7cfd4b38da6d602.tar.gz
Update to Qt 3.0.6, change PKGLIBTOOL to LIBTOOL in one place and do a bit of
PLIST sorting. Qt 3.0.6 is a bugfix release. It maintains both forward and backward compatibility (source and binary) with Qt 3.0.5 Binary compatibility warning: Qt 3.0.6 is backward and forward binary compatible with Qt 3.0.5, and is planned to be binary compatible with Qt 3.1. Unfortunately Qt 3.0.5 is not 100% backward binary compatible with Qt 3.0.3 (a class got a few bytes smaller), meaning executables compiled with 3.0.5 may not run properly when linked dynamically to 3.0.3. at runtime. Note that this is not a problem on MS-Windows. Due to its wide distributed in various GNU/Linux distributions, we have decided to stick with 3.0.5's ABI. If you ship dynamically linked executables, we suggest putting a QT_REQUIRE_VERSION macro at the beginning of your main function: ... #include <qmessagebox.h> ... int main( int argc, char**argv ) { QT_REQUIRE_VERSION( argc, argv, "3.0.5" ) ... } The macro will show a message box with a warning message and then abort the application gracefully with exit(1). For a full buglist see the Trolltech web site.
Diffstat (limited to 'x11/qt3-docs')
-rw-r--r--x11/qt3-docs/PLIST43
1 files changed, 18 insertions, 25 deletions
diff --git a/x11/qt3-docs/PLIST b/x11/qt3-docs/PLIST
index b055ddd53cc..74329ac781f 100644
--- a/x11/qt3-docs/PLIST
+++ b/x11/qt3-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2002/08/27 09:13:51 skrll Exp $
+@comment $NetBSD: PLIST,v 1.5 2002/10/28 08:46:45 skrll Exp $
qt3/doc/html/README
qt3/doc/html/README.QT
qt3/doc/html/aboutqt.html
@@ -6,8 +6,6 @@ qt3/doc/html/abstract-connections.png
qt3/doc/html/abstractwidgets.html
qt3/doc/html/accelerators.html
qt3/doc/html/aclock-example.html
-qt3/doc/html/actiongroup-example.html
-qt3/doc/html/actiongroup.html
qt3/doc/html/addressbook-example.html
qt3/doc/html/advanced.html
qt3/doc/html/annotated.html
@@ -19,7 +17,6 @@ qt3/doc/html/assistant-2.html
qt3/doc/html/assistant-3.html
qt3/doc/html/assistant-4.html
qt3/doc/html/assistant.html
-qt3/doc/html/assistant.xml
qt3/doc/html/basic.html
qt3/doc/html/bearings.png
qt3/doc/html/biff-example.html
@@ -36,11 +33,26 @@ qt3/doc/html/callbacks.png
qt3/doc/html/canvas-chart-example.html
qt3/doc/html/canvas-example.html
qt3/doc/html/canvas.html
+qt3/doc/html/chart-canvastext-h.html
+qt3/doc/html/chart-canvasview-cpp.html
+qt3/doc/html/chart-canvasview-h.html
+qt3/doc/html/chart-chart-pro.html
+qt3/doc/html/chart-chartform-cpp.html
+qt3/doc/html/chart-chartform-h.html
+qt3/doc/html/chart-chartform_canvas-cpp.html
+qt3/doc/html/chart-chartform_files-cpp.html
+qt3/doc/html/chart-element-cpp.html
+qt3/doc/html/chart-element-h.html
qt3/doc/html/chart-forms.png
+qt3/doc/html/chart-main-cpp.html
qt3/doc/html/chart-main.png
qt3/doc/html/chart-main2.png
qt3/doc/html/chart-options.png
+qt3/doc/html/chart-optionsform-cpp.html
+qt3/doc/html/chart-optionsform-h.html
qt3/doc/html/chart-setdata.png
+qt3/doc/html/chart-setdataform-cpp.html
+qt3/doc/html/chart-setdataform-h.html
qt3/doc/html/checklists-example.html
qt3/doc/html/classchart.html
qt3/doc/html/classes.html
@@ -80,7 +92,6 @@ qt3/doc/html/designer-manual-8.html
qt3/doc/html/designer-manual-9.html
qt3/doc/html/designer-manual.html
qt3/doc/html/designer.png
-qt3/doc/html/designer.xml
qt3/doc/html/designer1.jpg
qt3/doc/html/designer2.jpg
qt3/doc/html/designer3.jpg
@@ -121,21 +132,6 @@ qt3/doc/html/embedporting.html
qt3/doc/html/environment.html
qt3/doc/html/events.html
qt3/doc/html/eventsandfilters.html
-qt3/doc/html/examples-chart-canvastext-h.html
-qt3/doc/html/examples-chart-canvasview-cpp.html
-qt3/doc/html/examples-chart-canvasview-h.html
-qt3/doc/html/examples-chart-chart-pro.html
-qt3/doc/html/examples-chart-chartform-cpp.html
-qt3/doc/html/examples-chart-chartform-h.html
-qt3/doc/html/examples-chart-chartform_canvas-cpp.html
-qt3/doc/html/examples-chart-chartform_files-cpp.html
-qt3/doc/html/examples-chart-element-cpp.html
-qt3/doc/html/examples-chart-element-h.html
-qt3/doc/html/examples-chart-main-cpp.html
-qt3/doc/html/examples-chart-optionsform-cpp.html
-qt3/doc/html/examples-chart-optionsform-h.html
-qt3/doc/html/examples-chart-setdataform-cpp.html
-qt3/doc/html/examples-chart-setdataform-h.html
qt3/doc/html/examples.html
qt3/doc/html/face.jpg
qt3/doc/html/filechooser.png
@@ -198,11 +194,11 @@ qt3/doc/html/linguist-manual-3.html
qt3/doc/html/linguist-manual-4.html
qt3/doc/html/linguist-manual.html
qt3/doc/html/linguist.png
-qt3/doc/html/linguist.xml
qt3/doc/html/listbox-example.html
qt3/doc/html/listboxcombo-example.html
qt3/doc/html/listviews-example.html
qt3/doc/html/logo32.png
+qt3/doc/html/mac-differences.html
qt3/doc/html/mail-example.html
qt3/doc/html/mailinglists.html
qt3/doc/html/mainclasses.html
@@ -952,7 +948,6 @@ qt3/doc/html/qmake-manual-5.html
qt3/doc/html/qmake-manual-6.html
qt3/doc/html/qmake-manual-7.html
qt3/doc/html/qmake-manual.html
-qt3/doc/html/qmake.xml
qt3/doc/html/qmap-h.html
qt3/doc/html/qmap-members.html
qt3/doc/html/qmap.html
@@ -1330,7 +1325,6 @@ qt3/doc/html/qt-colors.png
qt3/doc/html/qt-members.html
qt3/doc/html/qt-template-lib.html
qt3/doc/html/qt.html
-qt3/doc/html/qt.xml
qt3/doc/html/qt30-class-chart.png
qt3/doc/html/qtab-members.html
qt3/doc/html/qtab.html
@@ -1575,6 +1569,7 @@ qt3/doc/html/rot-example.html
qt3/doc/html/rsubtract.png
qt3/doc/html/runion.png
qt3/doc/html/rxor.png
+qt3/doc/html/scaling.png
qt3/doc/html/scribble-example.html
qt3/doc/html/scripts.html
qt3/doc/html/scrollview-example.html
@@ -1585,11 +1580,9 @@ qt3/doc/html/shclass.html
qt3/doc/html/showimg-example.html
qt3/doc/html/signals-and-slots.png
qt3/doc/html/signalsandslots.html
-qt3/doc/html/simple-application-action.html
qt3/doc/html/simple-application-example.html
qt3/doc/html/simple-application.html
qt3/doc/html/simple-font-demo-example.html
-qt3/doc/html/simple-qfont-demo-walkthrough.html
qt3/doc/html/simple_dd-example.html
qt3/doc/html/small-table-example-example.html
qt3/doc/html/smooth.png