diff options
Diffstat (limited to 'x11-toolkits')
258 files changed, 0 insertions, 20310 deletions
diff --git a/x11-toolkits/fox-devel/Makefile b/x11-toolkits/fox-devel/Makefile deleted file mode 100644 index 98823ba47879..000000000000 --- a/x11-toolkits/fox-devel/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: fox -# Date created: 23 Feb 2000 -# Whom: Will Andrews <andrews@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= fox -PORTVERSION= 0.99.135 -CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.cfdrc.com/pub/FOX/ \ - ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/ - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.4:${PORTSDIR}/graphics/png - -USE_MESA= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS+=--with-opengl=mesa --with-x -.if defined(NO_SHM) -CONFIGURE_ARGS+=--with-shm=no -.else -CONFIGURE_ARGS+=--with-shm=yes -.endif -.if defined(DEBUG) -CONFIGURE_ARGS+=--enable-debug -.else -CONFIGURE_ARGS+=--enable-release -.endif -.if defined(WANT_PROFILE) -CONFIGURE_ARGS+=--with-profiling=gprof -.endif -USE_LIBTOOL= yes -SHLIB_MAJ= 1 -SHLIB_MIN= 0 -MAKE_ENV+= LT_CURRENT="${SHLIB_MAJ}" LT_REVISION="${SHLIB_MIN}" -PLIST_SUB+= LIBVER="${SHLIB_MAJ}" -MAN1= reswrap.1 - -.include <bsd.port.mk> diff --git a/x11-toolkits/fox-devel/distinfo b/x11-toolkits/fox-devel/distinfo deleted file mode 100644 index 2805eae9ad05..000000000000 --- a/x11-toolkits/fox-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (fox-0.99.135.tar.gz) = 95d31aa2366b9a7590e404e611884a69 diff --git a/x11-toolkits/fox-devel/files/patch-aa b/x11-toolkits/fox-devel/files/patch-aa deleted file mode 100644 index 1332b8b8e024..000000000000 --- a/x11-toolkits/fox-devel/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- src/Makefile.in.orig Fri Oct 6 16:07:43 2000 -+++ src/Makefile.in Mon Oct 9 08:18:53 2000 -@@ -74,9 +74,9 @@ - LIBTOOL = @LIBTOOL@ - LN_S = @LN_S@ - LT_AGE = @LT_AGE@ --LT_CURRENT = @LT_CURRENT@ -+LT_CURRENT ?= @LT_CURRENT@ - LT_RELEASE = @LT_RELEASE@ --LT_REVISION = @LT_REVISION@ -+LT_REVISION ?= @LT_REVISION@ - MAKEINFO = @MAKEINFO@ - OBJDUMP = @OBJDUMP@ - PACKAGE = @PACKAGE@ -@@ -91,7 +91,7 @@ - - libFOX_la_LIBADD = $(X_LIBS) $(X_BASE_LIBS) $(X_EXTRA_LIBS) $(GL_LIBS) - --libFOX_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -+libFOX_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION) - - - CURSORS = crosshair.xbm crosshair_mask.xbm dndcopy.xbm dndcopy_mask.xbm dndlink.xbm dndlink_mask.xbm dndmove.xbm dndmove_mask.xbm dontdrop.xbm dontdrop_mask.xbm drag.xbm drag_mask.xbm gray.xbm hsplit.xbm hsplit_mask.xbm move.xbm move_mask.xbm resize.xbm resize_mask.xbm resizeleft.xbm resizeleft_mask.xbm resizetop.xbm resizetop_mask.xbm resizetopleft.xbm resizetopleft_mask.xbm resizetopright.xbm resizetopright_mask.xbm rotate.xbm rotate_mask.xbm swatch.xbm swatch_mask.xbm vsplit.xbm vsplit_mask.xbm xsplit.xbm xsplit_mask.xbm ne.xbm ne_mask.xbm se.xbm se_mask.xbm sw.xbm sw_mask.xbm nw.xbm nw_mask.xbm translate.xbm translate_mask.xbm zoom.xbm zoom_mask.xbm diff --git a/x11-toolkits/fox-devel/files/patch-ab b/x11-toolkits/fox-devel/files/patch-ab deleted file mode 100644 index 4c0f67c3d56c..000000000000 --- a/x11-toolkits/fox-devel/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Fri Oct 6 16:07:38 2000 -+++ Makefile.in Mon Oct 9 08:21:36 2000 -@@ -89,7 +89,7 @@ - AUTOMAKE_OPTIONS = foreign dist-zip - #AUTOMAKE_OPTIONS = foreign dist-zip no-dependencies - --SUBDIRS = utils include src doc tests textedit pathfinder -+SUBDIRS = utils include src doc - EXTRA_DIST = ADDITIONS AUTHORS BUGS INSTALL LICENSE TRACING README fox.lsm index.html aclocal.m4 - - CLEANFILES = fox.tar.gz diff --git a/x11-toolkits/fox-devel/files/patch-ac b/x11-toolkits/fox-devel/files/patch-ac deleted file mode 100644 index e670d025bdcc..000000000000 --- a/x11-toolkits/fox-devel/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in Tue Feb 22 14:46:40 2000 -+++ doc/Makefile.in.new Wed Mar 1 06:11:30 2000 -@@ -86,7 +86,7 @@ - VERSION = @VERSION@ - X_BASE_LIBS = @X_BASE_LIBS@ - --htmldir = $(prefix)/@PACKAGE@/html -+htmldir = $(datadir)/@PACKAGE@/html - - # Source code documentation tool - PERCEPS = perceps diff --git a/x11-toolkits/fox-devel/files/patch-ad b/x11-toolkits/fox-devel/files/patch-ad deleted file mode 100644 index e87350549e27..000000000000 --- a/x11-toolkits/fox-devel/files/patch-ad +++ /dev/null @@ -1,14 +0,0 @@ ---- configure Mon Mar 6 13:25:50 2000 -+++ configure.new Mon Mar 6 13:33:37 2000 -@@ -3561,7 +3561,10 @@ - if test "x$enable_release" = "xyes" ; then - CXXFLAGS="${CXXFLAGS} -O2 -DNDEBUG" - if test "${GXX}" = "yes" ; then --CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations" -+CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -finline-functions -fexpensive-optimizations" -+if test "${with_profiling}" = ""; then -+CXXFLAGS="${CXXFLAGS} -fomit-frame-pointer" -+fi - fi - fi - diff --git a/x11-toolkits/fox-devel/pkg-comment b/x11-toolkits/fox-devel/pkg-comment deleted file mode 100644 index 408af1eacd90..000000000000 --- a/x11-toolkits/fox-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Fast and extensive C++ GUI toolkit diff --git a/x11-toolkits/fox-devel/pkg-descr b/x11-toolkits/fox-devel/pkg-descr deleted file mode 100644 index 5cae5f20d45d..000000000000 --- a/x11-toolkits/fox-devel/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -FOX is a C++ GUI toolkit that is supposed to -allow programmers to write a program once, and -compile anywhere (or so the website says, it sounds -like Java to me). FOX is a very flexible library, -it has all sorts of functions and options, and is -supposed to be fairly fast. - -WWW: http://www.cfdrc.com/FOX/fox.html -Author: Jeroen van der Zijp <jvz@cfdrc.com> - ---Will <andrews@technologist.com> diff --git a/x11-toolkits/fox-devel/pkg-plist b/x11-toolkits/fox-devel/pkg-plist deleted file mode 100644 index 84129d3bf7da..000000000000 --- a/x11-toolkits/fox-devel/pkg-plist +++ /dev/null @@ -1,203 +0,0 @@ -bin/reswrap -include/fox/FX4Splitter.h -include/fox/FXAccelTable.h -include/fox/FXApp.h -include/fox/FXArray.h -include/fox/FXArrowButton.h -include/fox/FXBMPIcon.h -include/fox/FXBMPImage.h -include/fox/FXBitmap.h -include/fox/FXButton.h -include/fox/FXCanvas.h -include/fox/FXCharset.h -include/fox/FXCheckButton.h -include/fox/FXColorDialog.h -include/fox/FXColorSelector.h -include/fox/FXColorWell.h -include/fox/FXComboBox.h -include/fox/FXComposite.h -include/fox/FXCursor.h -include/fox/FXDC.h -include/fox/FXDCPrint.h -include/fox/FXDCWindow.h -include/fox/FXDHMat.h -include/fox/FXDHVec.h -include/fox/FXDQuat.h -include/fox/FXDVec.h -include/fox/FXDataTarget.h -include/fox/FXDebugTarget.h -include/fox/FXDelegator.h -include/fox/FXDial.h -include/fox/FXDialogBox.h -include/fox/FXDict.h -include/fox/FXDirBox.h -include/fox/FXDirDialog.h -include/fox/FXDirList.h -include/fox/FXDirSelector.h -include/fox/FXDocument.h -include/fox/FXDragCorner.h -include/fox/FXDrawable.h -include/fox/FXElement.h -include/fox/FXFile.h -include/fox/FXFileDialog.h -include/fox/FXFileDict.h -include/fox/FXFileList.h -include/fox/FXFileSelector.h -include/fox/FXFont.h -include/fox/FXFontDialog.h -include/fox/FXFontSelector.h -include/fox/FXFrame.h -include/fox/FXGIFCursor.h -include/fox/FXGIFIcon.h -include/fox/FXGIFImage.h -include/fox/FXGLCanvas.h -include/fox/FXGLCone.h -include/fox/FXGLContext.h -include/fox/FXGLCube.h -include/fox/FXGLCylinder.h -include/fox/FXGLObject.h -include/fox/FXGLShape.h -include/fox/FXGLSphere.h -include/fox/FXGLTriangleMesh.h -include/fox/FXGLViewer.h -include/fox/FXGLVisual.h -include/fox/FXGroupBox.h -include/fox/FXHMat.h -include/fox/FXHVec.h -include/fox/FXHeader.h -include/fox/FXHorizontalFrame.h -include/fox/FXIcon.h -include/fox/FXIconList.h -include/fox/FXId.h -include/fox/FXImage.h -include/fox/FXImageView.h -include/fox/FXJPEGIcon.h -include/fox/FXJPEGImage.h -include/fox/FXLabel.h -include/fox/FXList.h -include/fox/FXMDIButton.h -include/fox/FXMDIChild.h -include/fox/FXMDIClient.h -include/fox/FXMainWindow.h -include/fox/FXMatrix.h -include/fox/FXMenuButton.h -include/fox/FXMenuCaption.h -include/fox/FXMenuCascade.h -include/fox/FXMenuCommand.h -include/fox/FXMenuPane.h -include/fox/FXMenuSeparator.h -include/fox/FXMenuTitle.h -include/fox/FXMenubar.h -include/fox/FXMessageBox.h -include/fox/FXObject.h -include/fox/FXObjectList.h -include/fox/FXOptionMenu.h -include/fox/FXPNGIcon.h -include/fox/FXPNGImage.h -include/fox/FXPacker.h -include/fox/FXPopup.h -include/fox/FXPrintDialog.h -include/fox/FXProfiler.h -include/fox/FXProgressBar.h -include/fox/FXQuat.h -include/fox/FXRadioButton.h -include/fox/FXRange.h -include/fox/FXRecentFiles.h -include/fox/FXRegion.h -include/fox/FXRegistry.h -include/fox/FXReplaceDialog.h -include/fox/FXRootWindow.h -include/fox/FXScrollArea.h -include/fox/FXScrollWindow.h -include/fox/FXScrollbar.h -include/fox/FXSearchDialog.h -include/fox/FXSeparator.h -include/fox/FXShell.h -include/fox/FXShutter.h -include/fox/FXSlider.h -include/fox/FXSpinner.h -include/fox/FXSplitter.h -include/fox/FXStatusbar.h -include/fox/FXStatusline.h -include/fox/FXStream.h -include/fox/FXString.h -include/fox/FXSwitcher.h -include/fox/FXTab.h -include/fox/FXTable.h -include/fox/FXText.h -include/fox/FXTextField.h -include/fox/FXToggleButton.h -include/fox/FXToolbar.h -include/fox/FXToolbarGrip.h -include/fox/FXToolbarShell.h -include/fox/FXToolbarTab.h -include/fox/FXTooltip.h -include/fox/FXTopWindow.h -include/fox/FXTreeList.h -include/fox/FXTreeListBox.h -include/fox/FXURL.h -include/fox/FXUndoList.h -include/fox/FXVec.h -include/fox/FXVerticalFrame.h -include/fox/FXVisual.h -include/fox/FXWindow.h -include/fox/FXXPMIcon.h -include/fox/FXXPMImage.h -include/fox/fx.h -include/fox/fx3d.h -include/fox/fxdefs.h -include/fox/fxkeys.h -include/fox/fxregex.h -include/fox/fxver.h -include/fox/xincs.h -lib/libFOX.a -lib/libFOX.so -lib/libFOX.so.%%LIBVER%% -share/fox/html/app.html -share/fox/html/bigpenguin.png -share/fox/html/cfdrc.png -share/fox/html/cfdrclogo.png -share/fox/html/datatarget.html -share/fox/html/dlgedit1.gif -share/fox/html/dlgedit2.gif -share/fox/html/draganddrop.html -share/fox/html/faq.html -share/fox/html/focus.html -share/fox/html/fonts.html -share/fox/html/foreword.html -share/fox/html/fox.html -share/fox/html/foxback.png -share/fox/html/foxlogo.png -share/fox/html/guiupdate.html -share/fox/html/icons.html -share/fox/html/introduction.html -share/fox/html/layout.html -share/fox/html/messages.html -share/fox/html/nasafan.png -share/fox/html/oldfox.html -share/fox/html/opengl_logo.png -share/fox/html/owl-anim.png -share/fox/html/pathfinder.png -share/fox/html/pcboard.png -share/fox/html/platforms.html -share/fox/html/progress.png -share/fox/html/registry.html -share/fox/html/scribble.png -share/fox/html/serialization.html -share/fox/html/sgitextedit.png -share/fox/html/tb-paste.png -share/fox/html/textedit.png -share/fox/html/textedit2.png -share/fox/html/timers.html -share/fox/html/widgets.html -share/fox/html/win32-libraries.png -share/fox/html/win32-linkoutput.png -share/fox/html/win32-postbuild.png -share/fox/html/win32-preprocessor.png -share/fox/html/win32-project.png -share/fox/html/win32-tooloptions.png -share/fox/html/win32.html -share/fox/html/wintextedit.png -@dirrm include/fox -@dirrm share/fox/html -@dirrm share/fox diff --git a/x11-toolkits/fox10/Makefile b/x11-toolkits/fox10/Makefile deleted file mode 100644 index 98823ba47879..000000000000 --- a/x11-toolkits/fox10/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: fox -# Date created: 23 Feb 2000 -# Whom: Will Andrews <andrews@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= fox -PORTVERSION= 0.99.135 -CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.cfdrc.com/pub/FOX/ \ - ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/ - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.4:${PORTSDIR}/graphics/png - -USE_MESA= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS+=--with-opengl=mesa --with-x -.if defined(NO_SHM) -CONFIGURE_ARGS+=--with-shm=no -.else -CONFIGURE_ARGS+=--with-shm=yes -.endif -.if defined(DEBUG) -CONFIGURE_ARGS+=--enable-debug -.else -CONFIGURE_ARGS+=--enable-release -.endif -.if defined(WANT_PROFILE) -CONFIGURE_ARGS+=--with-profiling=gprof -.endif -USE_LIBTOOL= yes -SHLIB_MAJ= 1 -SHLIB_MIN= 0 -MAKE_ENV+= LT_CURRENT="${SHLIB_MAJ}" LT_REVISION="${SHLIB_MIN}" -PLIST_SUB+= LIBVER="${SHLIB_MAJ}" -MAN1= reswrap.1 - -.include <bsd.port.mk> diff --git a/x11-toolkits/fox10/distinfo b/x11-toolkits/fox10/distinfo deleted file mode 100644 index 2805eae9ad05..000000000000 --- a/x11-toolkits/fox10/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (fox-0.99.135.tar.gz) = 95d31aa2366b9a7590e404e611884a69 diff --git a/x11-toolkits/fox10/files/patch-aa b/x11-toolkits/fox10/files/patch-aa deleted file mode 100644 index 1332b8b8e024..000000000000 --- a/x11-toolkits/fox10/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- src/Makefile.in.orig Fri Oct 6 16:07:43 2000 -+++ src/Makefile.in Mon Oct 9 08:18:53 2000 -@@ -74,9 +74,9 @@ - LIBTOOL = @LIBTOOL@ - LN_S = @LN_S@ - LT_AGE = @LT_AGE@ --LT_CURRENT = @LT_CURRENT@ -+LT_CURRENT ?= @LT_CURRENT@ - LT_RELEASE = @LT_RELEASE@ --LT_REVISION = @LT_REVISION@ -+LT_REVISION ?= @LT_REVISION@ - MAKEINFO = @MAKEINFO@ - OBJDUMP = @OBJDUMP@ - PACKAGE = @PACKAGE@ -@@ -91,7 +91,7 @@ - - libFOX_la_LIBADD = $(X_LIBS) $(X_BASE_LIBS) $(X_EXTRA_LIBS) $(GL_LIBS) - --libFOX_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -+libFOX_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION) - - - CURSORS = crosshair.xbm crosshair_mask.xbm dndcopy.xbm dndcopy_mask.xbm dndlink.xbm dndlink_mask.xbm dndmove.xbm dndmove_mask.xbm dontdrop.xbm dontdrop_mask.xbm drag.xbm drag_mask.xbm gray.xbm hsplit.xbm hsplit_mask.xbm move.xbm move_mask.xbm resize.xbm resize_mask.xbm resizeleft.xbm resizeleft_mask.xbm resizetop.xbm resizetop_mask.xbm resizetopleft.xbm resizetopleft_mask.xbm resizetopright.xbm resizetopright_mask.xbm rotate.xbm rotate_mask.xbm swatch.xbm swatch_mask.xbm vsplit.xbm vsplit_mask.xbm xsplit.xbm xsplit_mask.xbm ne.xbm ne_mask.xbm se.xbm se_mask.xbm sw.xbm sw_mask.xbm nw.xbm nw_mask.xbm translate.xbm translate_mask.xbm zoom.xbm zoom_mask.xbm diff --git a/x11-toolkits/fox10/files/patch-ab b/x11-toolkits/fox10/files/patch-ab deleted file mode 100644 index 4c0f67c3d56c..000000000000 --- a/x11-toolkits/fox10/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Fri Oct 6 16:07:38 2000 -+++ Makefile.in Mon Oct 9 08:21:36 2000 -@@ -89,7 +89,7 @@ - AUTOMAKE_OPTIONS = foreign dist-zip - #AUTOMAKE_OPTIONS = foreign dist-zip no-dependencies - --SUBDIRS = utils include src doc tests textedit pathfinder -+SUBDIRS = utils include src doc - EXTRA_DIST = ADDITIONS AUTHORS BUGS INSTALL LICENSE TRACING README fox.lsm index.html aclocal.m4 - - CLEANFILES = fox.tar.gz diff --git a/x11-toolkits/fox10/files/patch-ac b/x11-toolkits/fox10/files/patch-ac deleted file mode 100644 index e670d025bdcc..000000000000 --- a/x11-toolkits/fox10/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in Tue Feb 22 14:46:40 2000 -+++ doc/Makefile.in.new Wed Mar 1 06:11:30 2000 -@@ -86,7 +86,7 @@ - VERSION = @VERSION@ - X_BASE_LIBS = @X_BASE_LIBS@ - --htmldir = $(prefix)/@PACKAGE@/html -+htmldir = $(datadir)/@PACKAGE@/html - - # Source code documentation tool - PERCEPS = perceps diff --git a/x11-toolkits/fox10/files/patch-ad b/x11-toolkits/fox10/files/patch-ad deleted file mode 100644 index e87350549e27..000000000000 --- a/x11-toolkits/fox10/files/patch-ad +++ /dev/null @@ -1,14 +0,0 @@ ---- configure Mon Mar 6 13:25:50 2000 -+++ configure.new Mon Mar 6 13:33:37 2000 -@@ -3561,7 +3561,10 @@ - if test "x$enable_release" = "xyes" ; then - CXXFLAGS="${CXXFLAGS} -O2 -DNDEBUG" - if test "${GXX}" = "yes" ; then --CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations" -+CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -finline-functions -fexpensive-optimizations" -+if test "${with_profiling}" = ""; then -+CXXFLAGS="${CXXFLAGS} -fomit-frame-pointer" -+fi - fi - fi - diff --git a/x11-toolkits/fox10/pkg-comment b/x11-toolkits/fox10/pkg-comment deleted file mode 100644 index 408af1eacd90..000000000000 --- a/x11-toolkits/fox10/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Fast and extensive C++ GUI toolkit diff --git a/x11-toolkits/fox10/pkg-descr b/x11-toolkits/fox10/pkg-descr deleted file mode 100644 index 5cae5f20d45d..000000000000 --- a/x11-toolkits/fox10/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -FOX is a C++ GUI toolkit that is supposed to -allow programmers to write a program once, and -compile anywhere (or so the website says, it sounds -like Java to me). FOX is a very flexible library, -it has all sorts of functions and options, and is -supposed to be fairly fast. - -WWW: http://www.cfdrc.com/FOX/fox.html -Author: Jeroen van der Zijp <jvz@cfdrc.com> - ---Will <andrews@technologist.com> diff --git a/x11-toolkits/fox10/pkg-plist b/x11-toolkits/fox10/pkg-plist deleted file mode 100644 index 84129d3bf7da..000000000000 --- a/x11-toolkits/fox10/pkg-plist +++ /dev/null @@ -1,203 +0,0 @@ -bin/reswrap -include/fox/FX4Splitter.h -include/fox/FXAccelTable.h -include/fox/FXApp.h -include/fox/FXArray.h -include/fox/FXArrowButton.h -include/fox/FXBMPIcon.h -include/fox/FXBMPImage.h -include/fox/FXBitmap.h -include/fox/FXButton.h -include/fox/FXCanvas.h -include/fox/FXCharset.h -include/fox/FXCheckButton.h -include/fox/FXColorDialog.h -include/fox/FXColorSelector.h -include/fox/FXColorWell.h -include/fox/FXComboBox.h -include/fox/FXComposite.h -include/fox/FXCursor.h -include/fox/FXDC.h -include/fox/FXDCPrint.h -include/fox/FXDCWindow.h -include/fox/FXDHMat.h -include/fox/FXDHVec.h -include/fox/FXDQuat.h -include/fox/FXDVec.h -include/fox/FXDataTarget.h -include/fox/FXDebugTarget.h -include/fox/FXDelegator.h -include/fox/FXDial.h -include/fox/FXDialogBox.h -include/fox/FXDict.h -include/fox/FXDirBox.h -include/fox/FXDirDialog.h -include/fox/FXDirList.h -include/fox/FXDirSelector.h -include/fox/FXDocument.h -include/fox/FXDragCorner.h -include/fox/FXDrawable.h -include/fox/FXElement.h -include/fox/FXFile.h -include/fox/FXFileDialog.h -include/fox/FXFileDict.h -include/fox/FXFileList.h -include/fox/FXFileSelector.h -include/fox/FXFont.h -include/fox/FXFontDialog.h -include/fox/FXFontSelector.h -include/fox/FXFrame.h -include/fox/FXGIFCursor.h -include/fox/FXGIFIcon.h -include/fox/FXGIFImage.h -include/fox/FXGLCanvas.h -include/fox/FXGLCone.h -include/fox/FXGLContext.h -include/fox/FXGLCube.h -include/fox/FXGLCylinder.h -include/fox/FXGLObject.h -include/fox/FXGLShape.h -include/fox/FXGLSphere.h -include/fox/FXGLTriangleMesh.h -include/fox/FXGLViewer.h -include/fox/FXGLVisual.h -include/fox/FXGroupBox.h -include/fox/FXHMat.h -include/fox/FXHVec.h -include/fox/FXHeader.h -include/fox/FXHorizontalFrame.h -include/fox/FXIcon.h -include/fox/FXIconList.h -include/fox/FXId.h -include/fox/FXImage.h -include/fox/FXImageView.h -include/fox/FXJPEGIcon.h -include/fox/FXJPEGImage.h -include/fox/FXLabel.h -include/fox/FXList.h -include/fox/FXMDIButton.h -include/fox/FXMDIChild.h -include/fox/FXMDIClient.h -include/fox/FXMainWindow.h -include/fox/FXMatrix.h -include/fox/FXMenuButton.h -include/fox/FXMenuCaption.h -include/fox/FXMenuCascade.h -include/fox/FXMenuCommand.h -include/fox/FXMenuPane.h -include/fox/FXMenuSeparator.h -include/fox/FXMenuTitle.h -include/fox/FXMenubar.h -include/fox/FXMessageBox.h -include/fox/FXObject.h -include/fox/FXObjectList.h -include/fox/FXOptionMenu.h -include/fox/FXPNGIcon.h -include/fox/FXPNGImage.h -include/fox/FXPacker.h -include/fox/FXPopup.h -include/fox/FXPrintDialog.h -include/fox/FXProfiler.h -include/fox/FXProgressBar.h -include/fox/FXQuat.h -include/fox/FXRadioButton.h -include/fox/FXRange.h -include/fox/FXRecentFiles.h -include/fox/FXRegion.h -include/fox/FXRegistry.h -include/fox/FXReplaceDialog.h -include/fox/FXRootWindow.h -include/fox/FXScrollArea.h -include/fox/FXScrollWindow.h -include/fox/FXScrollbar.h -include/fox/FXSearchDialog.h -include/fox/FXSeparator.h -include/fox/FXShell.h -include/fox/FXShutter.h -include/fox/FXSlider.h -include/fox/FXSpinner.h -include/fox/FXSplitter.h -include/fox/FXStatusbar.h -include/fox/FXStatusline.h -include/fox/FXStream.h -include/fox/FXString.h -include/fox/FXSwitcher.h -include/fox/FXTab.h -include/fox/FXTable.h -include/fox/FXText.h -include/fox/FXTextField.h -include/fox/FXToggleButton.h -include/fox/FXToolbar.h -include/fox/FXToolbarGrip.h -include/fox/FXToolbarShell.h -include/fox/FXToolbarTab.h -include/fox/FXTooltip.h -include/fox/FXTopWindow.h -include/fox/FXTreeList.h -include/fox/FXTreeListBox.h -include/fox/FXURL.h -include/fox/FXUndoList.h -include/fox/FXVec.h -include/fox/FXVerticalFrame.h -include/fox/FXVisual.h -include/fox/FXWindow.h -include/fox/FXXPMIcon.h -include/fox/FXXPMImage.h -include/fox/fx.h -include/fox/fx3d.h -include/fox/fxdefs.h -include/fox/fxkeys.h -include/fox/fxregex.h -include/fox/fxver.h -include/fox/xincs.h -lib/libFOX.a -lib/libFOX.so -lib/libFOX.so.%%LIBVER%% -share/fox/html/app.html -share/fox/html/bigpenguin.png -share/fox/html/cfdrc.png -share/fox/html/cfdrclogo.png -share/fox/html/datatarget.html -share/fox/html/dlgedit1.gif -share/fox/html/dlgedit2.gif -share/fox/html/draganddrop.html -share/fox/html/faq.html -share/fox/html/focus.html -share/fox/html/fonts.html -share/fox/html/foreword.html -share/fox/html/fox.html -share/fox/html/foxback.png -share/fox/html/foxlogo.png -share/fox/html/guiupdate.html -share/fox/html/icons.html -share/fox/html/introduction.html -share/fox/html/layout.html -share/fox/html/messages.html -share/fox/html/nasafan.png -share/fox/html/oldfox.html -share/fox/html/opengl_logo.png -share/fox/html/owl-anim.png -share/fox/html/pathfinder.png -share/fox/html/pcboard.png -share/fox/html/platforms.html -share/fox/html/progress.png -share/fox/html/registry.html -share/fox/html/scribble.png -share/fox/html/serialization.html -share/fox/html/sgitextedit.png -share/fox/html/tb-paste.png -share/fox/html/textedit.png -share/fox/html/textedit2.png -share/fox/html/timers.html -share/fox/html/widgets.html -share/fox/html/win32-libraries.png -share/fox/html/win32-linkoutput.png -share/fox/html/win32-postbuild.png -share/fox/html/win32-preprocessor.png -share/fox/html/win32-project.png -share/fox/html/win32-tooloptions.png -share/fox/html/win32.html -share/fox/html/wintextedit.png -@dirrm include/fox -@dirrm share/fox/html -@dirrm share/fox diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile deleted file mode 100644 index 98823ba47879..000000000000 --- a/x11-toolkits/fox14/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: fox -# Date created: 23 Feb 2000 -# Whom: Will Andrews <andrews@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= fox -PORTVERSION= 0.99.135 -CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.cfdrc.com/pub/FOX/ \ - ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/ - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.4:${PORTSDIR}/graphics/png - -USE_MESA= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS+=--with-opengl=mesa --with-x -.if defined(NO_SHM) -CONFIGURE_ARGS+=--with-shm=no -.else -CONFIGURE_ARGS+=--with-shm=yes -.endif -.if defined(DEBUG) -CONFIGURE_ARGS+=--enable-debug -.else -CONFIGURE_ARGS+=--enable-release -.endif -.if defined(WANT_PROFILE) -CONFIGURE_ARGS+=--with-profiling=gprof -.endif -USE_LIBTOOL= yes -SHLIB_MAJ= 1 -SHLIB_MIN= 0 -MAKE_ENV+= LT_CURRENT="${SHLIB_MAJ}" LT_REVISION="${SHLIB_MIN}" -PLIST_SUB+= LIBVER="${SHLIB_MAJ}" -MAN1= reswrap.1 - -.include <bsd.port.mk> diff --git a/x11-toolkits/fox14/distinfo b/x11-toolkits/fox14/distinfo deleted file mode 100644 index 2805eae9ad05..000000000000 --- a/x11-toolkits/fox14/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (fox-0.99.135.tar.gz) = 95d31aa2366b9a7590e404e611884a69 diff --git a/x11-toolkits/fox14/files/patch-aa b/x11-toolkits/fox14/files/patch-aa deleted file mode 100644 index 1332b8b8e024..000000000000 --- a/x11-toolkits/fox14/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- src/Makefile.in.orig Fri Oct 6 16:07:43 2000 -+++ src/Makefile.in Mon Oct 9 08:18:53 2000 -@@ -74,9 +74,9 @@ - LIBTOOL = @LIBTOOL@ - LN_S = @LN_S@ - LT_AGE = @LT_AGE@ --LT_CURRENT = @LT_CURRENT@ -+LT_CURRENT ?= @LT_CURRENT@ - LT_RELEASE = @LT_RELEASE@ --LT_REVISION = @LT_REVISION@ -+LT_REVISION ?= @LT_REVISION@ - MAKEINFO = @MAKEINFO@ - OBJDUMP = @OBJDUMP@ - PACKAGE = @PACKAGE@ -@@ -91,7 +91,7 @@ - - libFOX_la_LIBADD = $(X_LIBS) $(X_BASE_LIBS) $(X_EXTRA_LIBS) $(GL_LIBS) - --libFOX_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -+libFOX_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION) - - - CURSORS = crosshair.xbm crosshair_mask.xbm dndcopy.xbm dndcopy_mask.xbm dndlink.xbm dndlink_mask.xbm dndmove.xbm dndmove_mask.xbm dontdrop.xbm dontdrop_mask.xbm drag.xbm drag_mask.xbm gray.xbm hsplit.xbm hsplit_mask.xbm move.xbm move_mask.xbm resize.xbm resize_mask.xbm resizeleft.xbm resizeleft_mask.xbm resizetop.xbm resizetop_mask.xbm resizetopleft.xbm resizetopleft_mask.xbm resizetopright.xbm resizetopright_mask.xbm rotate.xbm rotate_mask.xbm swatch.xbm swatch_mask.xbm vsplit.xbm vsplit_mask.xbm xsplit.xbm xsplit_mask.xbm ne.xbm ne_mask.xbm se.xbm se_mask.xbm sw.xbm sw_mask.xbm nw.xbm nw_mask.xbm translate.xbm translate_mask.xbm zoom.xbm zoom_mask.xbm diff --git a/x11-toolkits/fox14/files/patch-ab b/x11-toolkits/fox14/files/patch-ab deleted file mode 100644 index 4c0f67c3d56c..000000000000 --- a/x11-toolkits/fox14/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Fri Oct 6 16:07:38 2000 -+++ Makefile.in Mon Oct 9 08:21:36 2000 -@@ -89,7 +89,7 @@ - AUTOMAKE_OPTIONS = foreign dist-zip - #AUTOMAKE_OPTIONS = foreign dist-zip no-dependencies - --SUBDIRS = utils include src doc tests textedit pathfinder -+SUBDIRS = utils include src doc - EXTRA_DIST = ADDITIONS AUTHORS BUGS INSTALL LICENSE TRACING README fox.lsm index.html aclocal.m4 - - CLEANFILES = fox.tar.gz diff --git a/x11-toolkits/fox14/files/patch-ac b/x11-toolkits/fox14/files/patch-ac deleted file mode 100644 index e670d025bdcc..000000000000 --- a/x11-toolkits/fox14/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in Tue Feb 22 14:46:40 2000 -+++ doc/Makefile.in.new Wed Mar 1 06:11:30 2000 -@@ -86,7 +86,7 @@ - VERSION = @VERSION@ - X_BASE_LIBS = @X_BASE_LIBS@ - --htmldir = $(prefix)/@PACKAGE@/html -+htmldir = $(datadir)/@PACKAGE@/html - - # Source code documentation tool - PERCEPS = perceps diff --git a/x11-toolkits/fox14/files/patch-ad b/x11-toolkits/fox14/files/patch-ad deleted file mode 100644 index e87350549e27..000000000000 --- a/x11-toolkits/fox14/files/patch-ad +++ /dev/null @@ -1,14 +0,0 @@ ---- configure Mon Mar 6 13:25:50 2000 -+++ configure.new Mon Mar 6 13:33:37 2000 -@@ -3561,7 +3561,10 @@ - if test "x$enable_release" = "xyes" ; then - CXXFLAGS="${CXXFLAGS} -O2 -DNDEBUG" - if test "${GXX}" = "yes" ; then --CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations" -+CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -finline-functions -fexpensive-optimizations" -+if test "${with_profiling}" = ""; then -+CXXFLAGS="${CXXFLAGS} -fomit-frame-pointer" -+fi - fi - fi - diff --git a/x11-toolkits/fox14/pkg-comment b/x11-toolkits/fox14/pkg-comment deleted file mode 100644 index 408af1eacd90..000000000000 --- a/x11-toolkits/fox14/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Fast and extensive C++ GUI toolkit diff --git a/x11-toolkits/fox14/pkg-descr b/x11-toolkits/fox14/pkg-descr deleted file mode 100644 index 5cae5f20d45d..000000000000 --- a/x11-toolkits/fox14/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -FOX is a C++ GUI toolkit that is supposed to -allow programmers to write a program once, and -compile anywhere (or so the website says, it sounds -like Java to me). FOX is a very flexible library, -it has all sorts of functions and options, and is -supposed to be fairly fast. - -WWW: http://www.cfdrc.com/FOX/fox.html -Author: Jeroen van der Zijp <jvz@cfdrc.com> - ---Will <andrews@technologist.com> diff --git a/x11-toolkits/fox14/pkg-plist b/x11-toolkits/fox14/pkg-plist deleted file mode 100644 index 84129d3bf7da..000000000000 --- a/x11-toolkits/fox14/pkg-plist +++ /dev/null @@ -1,203 +0,0 @@ -bin/reswrap -include/fox/FX4Splitter.h -include/fox/FXAccelTable.h -include/fox/FXApp.h -include/fox/FXArray.h -include/fox/FXArrowButton.h -include/fox/FXBMPIcon.h -include/fox/FXBMPImage.h -include/fox/FXBitmap.h -include/fox/FXButton.h -include/fox/FXCanvas.h -include/fox/FXCharset.h -include/fox/FXCheckButton.h -include/fox/FXColorDialog.h -include/fox/FXColorSelector.h -include/fox/FXColorWell.h -include/fox/FXComboBox.h -include/fox/FXComposite.h -include/fox/FXCursor.h -include/fox/FXDC.h -include/fox/FXDCPrint.h -include/fox/FXDCWindow.h -include/fox/FXDHMat.h -include/fox/FXDHVec.h -include/fox/FXDQuat.h -include/fox/FXDVec.h -include/fox/FXDataTarget.h -include/fox/FXDebugTarget.h -include/fox/FXDelegator.h -include/fox/FXDial.h -include/fox/FXDialogBox.h -include/fox/FXDict.h -include/fox/FXDirBox.h -include/fox/FXDirDialog.h -include/fox/FXDirList.h -include/fox/FXDirSelector.h -include/fox/FXDocument.h -include/fox/FXDragCorner.h -include/fox/FXDrawable.h -include/fox/FXElement.h -include/fox/FXFile.h -include/fox/FXFileDialog.h -include/fox/FXFileDict.h -include/fox/FXFileList.h -include/fox/FXFileSelector.h -include/fox/FXFont.h -include/fox/FXFontDialog.h -include/fox/FXFontSelector.h -include/fox/FXFrame.h -include/fox/FXGIFCursor.h -include/fox/FXGIFIcon.h -include/fox/FXGIFImage.h -include/fox/FXGLCanvas.h -include/fox/FXGLCone.h -include/fox/FXGLContext.h -include/fox/FXGLCube.h -include/fox/FXGLCylinder.h -include/fox/FXGLObject.h -include/fox/FXGLShape.h -include/fox/FXGLSphere.h -include/fox/FXGLTriangleMesh.h -include/fox/FXGLViewer.h -include/fox/FXGLVisual.h -include/fox/FXGroupBox.h -include/fox/FXHMat.h -include/fox/FXHVec.h -include/fox/FXHeader.h -include/fox/FXHorizontalFrame.h -include/fox/FXIcon.h -include/fox/FXIconList.h -include/fox/FXId.h -include/fox/FXImage.h -include/fox/FXImageView.h -include/fox/FXJPEGIcon.h -include/fox/FXJPEGImage.h -include/fox/FXLabel.h -include/fox/FXList.h -include/fox/FXMDIButton.h -include/fox/FXMDIChild.h -include/fox/FXMDIClient.h -include/fox/FXMainWindow.h -include/fox/FXMatrix.h -include/fox/FXMenuButton.h -include/fox/FXMenuCaption.h -include/fox/FXMenuCascade.h -include/fox/FXMenuCommand.h -include/fox/FXMenuPane.h -include/fox/FXMenuSeparator.h -include/fox/FXMenuTitle.h -include/fox/FXMenubar.h -include/fox/FXMessageBox.h -include/fox/FXObject.h -include/fox/FXObjectList.h -include/fox/FXOptionMenu.h -include/fox/FXPNGIcon.h -include/fox/FXPNGImage.h -include/fox/FXPacker.h -include/fox/FXPopup.h -include/fox/FXPrintDialog.h -include/fox/FXProfiler.h -include/fox/FXProgressBar.h -include/fox/FXQuat.h -include/fox/FXRadioButton.h -include/fox/FXRange.h -include/fox/FXRecentFiles.h -include/fox/FXRegion.h -include/fox/FXRegistry.h -include/fox/FXReplaceDialog.h -include/fox/FXRootWindow.h -include/fox/FXScrollArea.h -include/fox/FXScrollWindow.h -include/fox/FXScrollbar.h -include/fox/FXSearchDialog.h -include/fox/FXSeparator.h -include/fox/FXShell.h -include/fox/FXShutter.h -include/fox/FXSlider.h -include/fox/FXSpinner.h -include/fox/FXSplitter.h -include/fox/FXStatusbar.h -include/fox/FXStatusline.h -include/fox/FXStream.h -include/fox/FXString.h -include/fox/FXSwitcher.h -include/fox/FXTab.h -include/fox/FXTable.h -include/fox/FXText.h -include/fox/FXTextField.h -include/fox/FXToggleButton.h -include/fox/FXToolbar.h -include/fox/FXToolbarGrip.h -include/fox/FXToolbarShell.h -include/fox/FXToolbarTab.h -include/fox/FXTooltip.h -include/fox/FXTopWindow.h -include/fox/FXTreeList.h -include/fox/FXTreeListBox.h -include/fox/FXURL.h -include/fox/FXUndoList.h -include/fox/FXVec.h -include/fox/FXVerticalFrame.h -include/fox/FXVisual.h -include/fox/FXWindow.h -include/fox/FXXPMIcon.h -include/fox/FXXPMImage.h -include/fox/fx.h -include/fox/fx3d.h -include/fox/fxdefs.h -include/fox/fxkeys.h -include/fox/fxregex.h -include/fox/fxver.h -include/fox/xincs.h -lib/libFOX.a -lib/libFOX.so -lib/libFOX.so.%%LIBVER%% -share/fox/html/app.html -share/fox/html/bigpenguin.png -share/fox/html/cfdrc.png -share/fox/html/cfdrclogo.png -share/fox/html/datatarget.html -share/fox/html/dlgedit1.gif -share/fox/html/dlgedit2.gif -share/fox/html/draganddrop.html -share/fox/html/faq.html -share/fox/html/focus.html -share/fox/html/fonts.html -share/fox/html/foreword.html -share/fox/html/fox.html -share/fox/html/foxback.png -share/fox/html/foxlogo.png -share/fox/html/guiupdate.html -share/fox/html/icons.html -share/fox/html/introduction.html -share/fox/html/layout.html -share/fox/html/messages.html -share/fox/html/nasafan.png -share/fox/html/oldfox.html -share/fox/html/opengl_logo.png -share/fox/html/owl-anim.png -share/fox/html/pathfinder.png -share/fox/html/pcboard.png -share/fox/html/platforms.html -share/fox/html/progress.png -share/fox/html/registry.html -share/fox/html/scribble.png -share/fox/html/serialization.html -share/fox/html/sgitextedit.png -share/fox/html/tb-paste.png -share/fox/html/textedit.png -share/fox/html/textedit2.png -share/fox/html/timers.html -share/fox/html/widgets.html -share/fox/html/win32-libraries.png -share/fox/html/win32-linkoutput.png -share/fox/html/win32-postbuild.png -share/fox/html/win32-preprocessor.png -share/fox/html/win32-project.png -share/fox/html/win32-tooloptions.png -share/fox/html/win32.html -share/fox/html/wintextedit.png -@dirrm include/fox -@dirrm share/fox/html -@dirrm share/fox diff --git a/x11-toolkits/gal2/Makefile b/x11-toolkits/gal2/Makefile deleted file mode 100644 index 18b40322f154..000000000000 --- a/x11-toolkits/gal2/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: gal -# Date created: 5th October 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gal -PORTVERSION= 0.2.2 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= unstable/sources/gal - -MAINTAINER= ade@FreeBSD.org - -LIB_DEPENDS= gnomeprint.13:${PORTSDIR}/print/gnomeprint \ - glade.4:${PORTSDIR}/devel/libglade \ - unicode.0:${PORTSDIR}/devel/libunicode \ - gnomevfs.0:${PORTSDIR}/devel/gnomevfs - -USE_X_PREFIX= yes -USE_PERL5= yes -USE_GMAKE= yes -USE_GNOME= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-static -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION=${PORTVERSION} - -pre-patch: - @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - -.include <bsd.port.mk> diff --git a/x11-toolkits/gal2/distinfo b/x11-toolkits/gal2/distinfo deleted file mode 100644 index e98ec4ebb637..000000000000 --- a/x11-toolkits/gal2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gal-0.2.2.tar.gz) = 88d21d08939e3bae97709f3848f7c29b diff --git a/x11-toolkits/gal2/files/patch-aa b/x11-toolkits/gal2/files/patch-aa deleted file mode 100644 index 68bca339a753..000000000000 --- a/x11-toolkits/gal2/files/patch-aa +++ /dev/null @@ -1,9 +0,0 @@ ---- configure.orig Thu Oct 5 16:15:23 2000 -+++ configure Thu Oct 5 20:41:31 2000 -@@ -4970,4 +4970,4 @@ - echo "configure:4971: checking for GTK >= 1.2.7" >&5 --if gtk-config --version > /dev/null 2>&1; then -- vers=`gtk-config --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` -+if $GTK_CONFIG --version > /dev/null 2>&1; then -+ vers=`$GTK_CONFIG --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` - if test "$vers" -ge 1002007; then diff --git a/x11-toolkits/gal2/files/patch-ab b/x11-toolkits/gal2/files/patch-ab deleted file mode 100644 index a751a5d149fc..000000000000 --- a/x11-toolkits/gal2/files/patch-ab +++ /dev/null @@ -1,7 +0,0 @@ ---- Makefile.in.orig Thu Oct 5 18:09:06 2000 -+++ Makefile.in Thu Oct 5 21:24:04 2000 -@@ -138,3 +138,3 @@ - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = galConf.sh diff --git a/x11-toolkits/gal2/pkg-comment b/x11-toolkits/gal2/pkg-comment deleted file mode 100644 index a65315dc654c..000000000000 --- a/x11-toolkits/gal2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A collection of widgets taken from GNOME gnumeric and evolution diff --git a/x11-toolkits/gal2/pkg-descr b/x11-toolkits/gal2/pkg-descr deleted file mode 100644 index c3b79a5076d6..000000000000 --- a/x11-toolkits/gal2/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -GAL is a collection of widgets and utility routines that were taken -from Evolution and Gnumeric. - -The upcoming version of Evolution and Gnumeric will both require -GAL, as the code has been moved to this new module. - -The API is not frozen and might change at any time. Larger class -renaming might happen at any point without notice. Use this library -at your own risk. - -WWW: http://www.gnome.org/ diff --git a/x11-toolkits/gal2/pkg-plist b/x11-toolkits/gal2/pkg-plist deleted file mode 100644 index 1d2285704fb5..000000000000 --- a/x11-toolkits/gal2/pkg-plist +++ /dev/null @@ -1,89 +0,0 @@ -etc/galConf.sh -include/gal/e-paned/e-hpaned.h -include/gal/e-paned/e-paned.h -include/gal/e-paned/e-vpaned.h -include/gal/e-table/e-cell-checkbox.h -include/gal/e-table/e-cell-text.h -include/gal/e-table/e-cell-toggle.h -include/gal/e-table/e-cell-tree.h -include/gal/e-table/e-cell.h -include/gal/e-table/e-table-click-to-add.h -include/gal/e-table/e-table-col-dnd.h -include/gal/e-table/e-table-col.h -include/gal/e-table/e-table-column-specification.h -include/gal/e-table/e-table-config-field.h -include/gal/e-table/e-table-config.h -include/gal/e-table/e-table-defines.h -include/gal/e-table/e-table-extras.h -include/gal/e-table/e-table-field-chooser-dialog.h -include/gal/e-table/e-table-field-chooser-item.h -include/gal/e-table/e-table-field-chooser.h -include/gal/e-table/e-table-group-container.h -include/gal/e-table/e-table-group-leaf.h -include/gal/e-table/e-table-group.h -include/gal/e-table/e-table-header-item.h -include/gal/e-table/e-table-header.h -include/gal/e-table/e-table-item.h -include/gal/e-table/e-table-model.h -include/gal/e-table/e-table-one.h -include/gal/e-table/e-table-scrolled.h -include/gal/e-table/e-table-selection-model.h -include/gal/e-table/e-table-simple.h -include/gal/e-table/e-table-sort-info.h -include/gal/e-table/e-table-sorted-variable.h -include/gal/e-table/e-table-sorted.h -include/gal/e-table/e-table-sorter.h -include/gal/e-table/e-table-specification.h -include/gal/e-table/e-table-state.h -include/gal/e-table/e-table-subset-variable.h -include/gal/e-table/e-table-subset.h -include/gal/e-table/e-table-text-model.h -include/gal/e-table/e-table-tooltip.h -include/gal/e-table/e-table.h -include/gal/e-table/e-tree-model.h -include/gal/e-table/e-tree-simple.h -include/gal/e-text/e-entry.h -include/gal/e-text/e-text-event-processor-emacs-like.h -include/gal/e-text/e-text-event-processor-types.h -include/gal/e-text/e-text-event-processor.h -include/gal/e-text/e-text-model.h -include/gal/e-text/e-text.h -include/gal/util/e-util.h -include/gal/util/e-xml-utils.h -include/gal/widgets/color-group.h -include/gal/widgets/color-palette.h -include/gal/widgets/e-canvas-utils.h -include/gal/widgets/e-canvas-vbox.h -include/gal/widgets/e-canvas.h -include/gal/widgets/e-colors.h -include/gal/widgets/e-cursors.h -include/gal/widgets/e-font.h -include/gal/widgets/e-gui-utils.h -include/gal/widgets/e-hscrollbar.h -include/gal/widgets/e-popup-menu.h -include/gal/widgets/e-printable.h -include/gal/widgets/e-reflow-sorted.h -include/gal/widgets/e-reflow.h -include/gal/widgets/e-scroll-frame.h -include/gal/widgets/e-unicode.h -include/gal/widgets/e-vscrollbar.h -include/gal/widgets/gtk-combo-box.h -include/gal/widgets/gtk-combo-stack.h -include/gal/widgets/gtk-combo-text.h -include/gal/widgets/widget-color-combo.h -include/gal/widgets/widget-pixmap-combo.h -lib/libgal.a -lib/libgal.so -lib/libgal.so.1 -share/gnome/etable/%%VERSION%%/glade/e-table-config.glade -share/gnome/etable/%%VERSION%%/glade/e-table-field-chooser.glade -share/gnome/etable/%%VERSION%%/glade/e-table-group.glade -@dirrm share/gnome/etable/%%VERSION%%/glade -@dirrm share/gnome/etable/%%VERSION%% -@dirrm share/gnome/etable -@dirrm include/gal/widgets -@dirrm include/gal/util -@dirrm include/gal/e-text -@dirrm include/gal/e-table -@dirrm include/gal/e-paned -@dirrm include/gal diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile deleted file mode 100644 index 92eeba7b9935..000000000000 --- a/x11-toolkits/gnustep-gui/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# New ports collection makefile for: gnustep -# Date created: 03 October 1998 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnustep -PORTVERSION= 0.6.6 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ \ - ftp://ftp.peanuts.org/Mirrors/GNUstep/gnustep/core/ -DISTNAME= gstep-core-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 300000 -BROKEN= "Sorry, this port does not work on FreeBSD-2.2.x" -.endif - -USE_NEWGCC= yes -PREFIX= ${LOCALBASE}/GNUstep -WRKSRC= ${WRKDIR}/${DISTNAME} -GNU_CONFIGURE= yes -CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL} -c" INSTALL_DATA="${INSTALL} -c" -CONFIGURE_ARGS= --with-library-combo=gnu-gnu-gnu-xgps \ - --with-jpeg-library=${LOCALBASE}/lib \ - --with-jpeg-include=${LOCALBASE}/include \ - --with-tiff-library=${LOCALBASE}/lib \ - --with-tiff-include=${LOCALBASE}/include # --enable-threads=posix -CONFIGURE_TARGET= -USE_BISON= yes -USE_GMAKE= yes -USE_XLIB= yes -MAKEFILE= -MAKE_FLAGS= OPTFLAG="${CFLAGS}" -NO_MTREE= yes - -.if ${MACHINE_ARCH} == "i386" -GNU_ARCH= ix86 -.else -GNU_ARCH= ${MACHINE_ARCH} -.endif -PLIST_SUB+= GNU_ARCH=${GNU_ARCH} VERSION=${PORTVERSION} - -ETCDIR= ${PREFIX}/../etc - -post-patch: -.for f in bundle gswapp gswbundle woapp wobundle - ${PERL} -pi -e 's/\$$\(TAR\) ch --exclude=CVS --to-stdout/\$$\(TAR\) -ch --exclude=CVS -f -/g' ${WRKSRC}/make/${f}.make -.endfor - -post-install: - @${MKDIR} ${ETCDIR} - ${INSTALL_SCRIPT} ${FILESDIR}/GNUstep.sh ${ETCDIR}/rc.d - ${INSTALL_DATA} ${FILESDIR}/gdomap_if ${ETCDIR} - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/gnustep-gui/distinfo b/x11-toolkits/gnustep-gui/distinfo deleted file mode 100644 index 0a9164864097..000000000000 --- a/x11-toolkits/gnustep-gui/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gstep-core-0.6.6.tar.gz) = 23d87610859a542b98c348fd9e66b8f8 diff --git a/x11-toolkits/gnustep-gui/files/GNUstep.sh b/x11-toolkits/gnustep-gui/files/GNUstep.sh deleted file mode 100644 index 0c53c376a68e..000000000000 --- a/x11-toolkits/gnustep-gui/files/GNUstep.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -IFFILE=${PREFIX}/etc/gdomap_if -PIDFILE=/var/run/gdomap.pid -GNUSTEP_SYSTEM_ROOT=${PREFIX}/GNUstep/System - -case "$1" in -start) - if [ -e ${GNUSTEP_SYSTEM_ROOT}/Makefiles/GNUstep.sh ]; then - . ${GNUSTEP_SYSTEM_ROOT}/Makefiles/GNUstep.sh - if [ -x ${GNUSTEP_SYSTEM_ROOT}/Tools/gdomap ]; then - rm -f ${PIDFILE} - ${GNUSTEP_SYSTEM_ROOT}/Tools/gdomap -a ${IFFILE} -I ${PIDFILE} - echo -n ' GNUstep' - fi - fi - ;; -stop) - [ -r ${PIDFILE} ] && kill $(cat ${PIDFILE}) && echo -n ' GNUstep' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/x11-toolkits/gnustep-gui/files/gdomap_if b/x11-toolkits/gnustep-gui/files/gdomap_if deleted file mode 100644 index dcb650b9b376..000000000000 --- a/x11-toolkits/gnustep-gui/files/gdomap_if +++ /dev/null @@ -1 +0,0 @@ -127.0.0.1 255.255.255.0 diff --git a/x11-toolkits/gnustep-gui/files/patch-aa b/x11-toolkits/gnustep-gui/files/patch-aa deleted file mode 100644 index a9df450b0777..000000000000 --- a/x11-toolkits/gnustep-gui/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- gui/Source/GNUmakefile.preamble.orig Sun Oct 15 21:47:59 2000 -+++ gui/Source/GNUmakefile.preamble Sun Oct 15 21:48:16 2000 -@@ -63,7 +63,7 @@ - ADDITIONAL_CFLAGS = - - # Additional include directories the compiler should search --ADDITIONAL_INCLUDE_DIRS = -I../Headers -+ADDITIONAL_INCLUDE_DIRS = -I../Headers -I${LOCALBASE}/include - - # Additional LDFLAGS to pass to the linker - ADDITIONAL_LDFLAGS = diff --git a/x11-toolkits/gnustep-gui/files/patch-ab b/x11-toolkits/gnustep-gui/files/patch-ab deleted file mode 100644 index 49015f9c1d9f..000000000000 --- a/x11-toolkits/gnustep-gui/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- xgps/Source/GNUmakefile.preamble.orig Sun Oct 15 22:12:02 2000 -+++ xgps/Source/GNUmakefile.preamble Sun Oct 15 22:12:26 2000 -@@ -55,7 +55,7 @@ - ADDITIONAL_CFLAGS = - - # Additional include directories the compiler should search --ADDITIONAL_INCLUDE_DIRS = -I../Headers \ -+ADDITIONAL_INCLUDE_DIRS = -I../Headers -I${LOCALBASE}/include \ - -I$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS) \ - -I./SharedX - diff --git a/x11-toolkits/gnustep-gui/pkg-comment b/x11-toolkits/gnustep-gui/pkg-comment deleted file mode 100644 index bd9d45e35de5..000000000000 --- a/x11-toolkits/gnustep-gui/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Objective-C libraries based on the OpenStep standard diff --git a/x11-toolkits/gnustep-gui/pkg-descr b/x11-toolkits/gnustep-gui/pkg-descr deleted file mode 100644 index ff648a92c60f..000000000000 --- a/x11-toolkits/gnustep-gui/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -GNUstep is a set of general-purpose Objective-C libraries base on the -OpenStep standard developed by NeXT (now Apple) Inc. The libraries -consist of everything from foundation classes, such as dictionaries and -arrays, to GUI interface classes such as windows, sliders, buttons, etc. - -Please contact the GNUstep maintainers at <discussion@gnustep.org> in -case of questions and help offers. - -WWW: http://www.gnustep.org/ diff --git a/x11-toolkits/gnustep-gui/pkg-plist b/x11-toolkits/gnustep-gui/pkg-plist deleted file mode 100644 index 15383b1ed3bc..000000000000 --- a/x11-toolkits/gnustep-gui/pkg-plist +++ /dev/null @@ -1,1354 +0,0 @@ -System/Headers/gnustep/AppKit/AppKit.h -System/Headers/gnustep/AppKit/AppKitExceptions.h -System/Headers/gnustep/AppKit/DPSOperators.h -System/Headers/gnustep/AppKit/GMAppKit.h -System/Headers/gnustep/AppKit/GMArchiver.h -System/Headers/gnustep/AppKit/GSFontInfo.h -System/Headers/gnustep/AppKit/GSHbox.h -System/Headers/gnustep/AppKit/GSHelpManagerPanel.h -System/Headers/gnustep/AppKit/GSInfoPanel.h -System/Headers/gnustep/AppKit/GSMethodTable.h -System/Headers/gnustep/AppKit/GSPasteboardServer.h -System/Headers/gnustep/AppKit/GSServicesManager.h -System/Headers/gnustep/AppKit/GSTable.h -System/Headers/gnustep/AppKit/GSTrackingRect.h -System/Headers/gnustep/AppKit/GSVbox.h -System/Headers/gnustep/AppKit/GSWraps.h -System/Headers/gnustep/AppKit/IMConnectors.h -System/Headers/gnustep/AppKit/IMCustomObject.h -System/Headers/gnustep/AppKit/IMLoading.h -System/Headers/gnustep/AppKit/NSActionCell.h -System/Headers/gnustep/AppKit/NSAffineTransform.h -System/Headers/gnustep/AppKit/NSApplication.h -System/Headers/gnustep/AppKit/NSAttributedString.h -System/Headers/gnustep/AppKit/NSBezierPath.h -System/Headers/gnustep/AppKit/NSBitmapImageRep.h -System/Headers/gnustep/AppKit/NSBox.h -System/Headers/gnustep/AppKit/NSBrowser.h -System/Headers/gnustep/AppKit/NSBrowserCell.h -System/Headers/gnustep/AppKit/NSButton.h -System/Headers/gnustep/AppKit/NSButtonCell.h -System/Headers/gnustep/AppKit/NSCStringText.h -System/Headers/gnustep/AppKit/NSCachedImageRep.h -System/Headers/gnustep/AppKit/NSCell.h -System/Headers/gnustep/AppKit/NSClipView.h -System/Headers/gnustep/AppKit/NSColor.h -System/Headers/gnustep/AppKit/NSColorList.h -System/Headers/gnustep/AppKit/NSColorPanel.h -System/Headers/gnustep/AppKit/NSColorPicker.h -System/Headers/gnustep/AppKit/NSColorPicking.h -System/Headers/gnustep/AppKit/NSColorPrivate.h -System/Headers/gnustep/AppKit/NSColorWell.h -System/Headers/gnustep/AppKit/NSComboBox.h -System/Headers/gnustep/AppKit/NSComboBoxCell.h -System/Headers/gnustep/AppKit/NSControl.h -System/Headers/gnustep/AppKit/NSCursor.h -System/Headers/gnustep/AppKit/NSCustomImageRep.h -System/Headers/gnustep/AppKit/NSDataLink.h -System/Headers/gnustep/AppKit/NSDataLinkManager.h -System/Headers/gnustep/AppKit/NSDataLinkPanel.h -System/Headers/gnustep/AppKit/NSDocument.h -System/Headers/gnustep/AppKit/NSDocumentController.h -System/Headers/gnustep/AppKit/NSDocumentFrameworkPrivate.h -System/Headers/gnustep/AppKit/NSDragging.h -System/Headers/gnustep/AppKit/NSEPSImageRep.h -System/Headers/gnustep/AppKit/NSEvent.h -System/Headers/gnustep/AppKit/NSFileWrapper.h -System/Headers/gnustep/AppKit/NSFont.h -System/Headers/gnustep/AppKit/NSFontManager.h -System/Headers/gnustep/AppKit/NSFontPanel.h -System/Headers/gnustep/AppKit/NSForm.h -System/Headers/gnustep/AppKit/NSFormCell.h -System/Headers/gnustep/AppKit/NSGraphics.h -System/Headers/gnustep/AppKit/NSGraphicsContext.h -System/Headers/gnustep/AppKit/NSHelpManager.h -System/Headers/gnustep/AppKit/NSHelpPanel.h -System/Headers/gnustep/AppKit/NSImage.h -System/Headers/gnustep/AppKit/NSImageCell.h -System/Headers/gnustep/AppKit/NSImageRep.h -System/Headers/gnustep/AppKit/NSImageView.h -System/Headers/gnustep/AppKit/NSInterfaceStyle.h -System/Headers/gnustep/AppKit/NSLayoutManager.h -System/Headers/gnustep/AppKit/NSMatrix.h -System/Headers/gnustep/AppKit/NSMenu.h -System/Headers/gnustep/AppKit/NSMenuItem.h -System/Headers/gnustep/AppKit/NSMenuItemCell.h -System/Headers/gnustep/AppKit/NSMenuView.h -System/Headers/gnustep/AppKit/NSNibConnector.h -System/Headers/gnustep/AppKit/NSNibDeclarations.h -System/Headers/gnustep/AppKit/NSNibLoading.h -System/Headers/gnustep/AppKit/NSOpenPanel.h -System/Headers/gnustep/AppKit/NSPageLayout.h -System/Headers/gnustep/AppKit/NSPanel.h -System/Headers/gnustep/AppKit/NSParagraphStyle.h -System/Headers/gnustep/AppKit/NSPasteboard.h -System/Headers/gnustep/AppKit/NSPopUpButton.h -System/Headers/gnustep/AppKit/NSPopUpButtonCell.h -System/Headers/gnustep/AppKit/NSPrintInfo.h -System/Headers/gnustep/AppKit/NSPrintOperation.h -System/Headers/gnustep/AppKit/NSPrintPanel.h -System/Headers/gnustep/AppKit/NSPrinter.h -System/Headers/gnustep/AppKit/NSProgressIndicator.h -System/Headers/gnustep/AppKit/NSResponder.h -System/Headers/gnustep/AppKit/NSRulerMarker.h -System/Headers/gnustep/AppKit/NSRulerView.h -System/Headers/gnustep/AppKit/NSSavePanel.h -System/Headers/gnustep/AppKit/NSScreen.h -System/Headers/gnustep/AppKit/NSScrollView.h -System/Headers/gnustep/AppKit/NSScroller.h -System/Headers/gnustep/AppKit/NSSecureTextField.h -System/Headers/gnustep/AppKit/NSSelection.h -System/Headers/gnustep/AppKit/NSSlider.h -System/Headers/gnustep/AppKit/NSSliderCell.h -System/Headers/gnustep/AppKit/NSSpellChecker.h -System/Headers/gnustep/AppKit/NSSpellProtocol.h -System/Headers/gnustep/AppKit/NSSpellServer.h -System/Headers/gnustep/AppKit/NSSplitView.h -System/Headers/gnustep/AppKit/NSStringDrawing.h -System/Headers/gnustep/AppKit/NSTabView.h -System/Headers/gnustep/AppKit/NSTabViewItem.h -System/Headers/gnustep/AppKit/NSTableColumn.h -System/Headers/gnustep/AppKit/NSTableHeaderCell.h -System/Headers/gnustep/AppKit/NSTableHeaderView.h -System/Headers/gnustep/AppKit/NSTableView.h -System/Headers/gnustep/AppKit/NSText.h -System/Headers/gnustep/AppKit/NSTextAttachment.h -System/Headers/gnustep/AppKit/NSTextContainer.h -System/Headers/gnustep/AppKit/NSTextField.h -System/Headers/gnustep/AppKit/NSTextFieldCell.h -System/Headers/gnustep/AppKit/NSTextStorage.h -System/Headers/gnustep/AppKit/NSTextView.h -System/Headers/gnustep/AppKit/NSView.h -System/Headers/gnustep/AppKit/NSWindow.h -System/Headers/gnustep/AppKit/NSWindowController.h -System/Headers/gnustep/AppKit/NSWorkspace.h -System/Headers/gnustep/AppKit/PSOperators.h -System/Headers/gnustep/AppKit/nsimage-tiff.h -System/Headers/gnustep/Foundation/DistributedObjects.h -System/Headers/gnustep/Foundation/Foundation.h -System/Headers/gnustep/Foundation/NSArchiver.h -System/Headers/gnustep/Foundation/NSArray.h -System/Headers/gnustep/Foundation/NSAttributedString.h -System/Headers/gnustep/Foundation/NSAutoreleasePool.h -System/Headers/gnustep/Foundation/NSBitmapCharSet.h -System/Headers/gnustep/Foundation/NSBundle.h -System/Headers/gnustep/Foundation/NSByteOrder.h -System/Headers/gnustep/Foundation/NSCharacterSet.h -System/Headers/gnustep/Foundation/NSCoder.h -System/Headers/gnustep/Foundation/NSConcreteNumber.h -System/Headers/gnustep/Foundation/NSConcreteValue.h -System/Headers/gnustep/Foundation/NSConnection.h -System/Headers/gnustep/Foundation/NSData.h -System/Headers/gnustep/Foundation/NSDate.h -System/Headers/gnustep/Foundation/NSDateFormatter.h -System/Headers/gnustep/Foundation/NSDebug.h -System/Headers/gnustep/Foundation/NSDecimal.h -System/Headers/gnustep/Foundation/NSDecimalNumber.h -System/Headers/gnustep/Foundation/NSDictionary.h -System/Headers/gnustep/Foundation/NSDistantObject.h -System/Headers/gnustep/Foundation/NSDistributedLock.h -System/Headers/gnustep/Foundation/NSDistributedNotificationCenter.h -System/Headers/gnustep/Foundation/NSEnumerator.h -System/Headers/gnustep/Foundation/NSException.h -System/Headers/gnustep/Foundation/NSFileHandle.h -System/Headers/gnustep/Foundation/NSFileManager.h -System/Headers/gnustep/Foundation/NSFormatter.h -System/Headers/gnustep/Foundation/NSGArray.h -System/Headers/gnustep/Foundation/NSGAttributedString.h -System/Headers/gnustep/Foundation/NSGCString.h -System/Headers/gnustep/Foundation/NSGSet.h -System/Headers/gnustep/Foundation/NSGString.h -System/Headers/gnustep/Foundation/NSGeometry.h -System/Headers/gnustep/Foundation/NSHashTable.h -System/Headers/gnustep/Foundation/NSHost.h -System/Headers/gnustep/Foundation/NSInvocation.h -System/Headers/gnustep/Foundation/NSLock.h -System/Headers/gnustep/Foundation/NSMapTable.h -System/Headers/gnustep/Foundation/NSMethodSignature.h -System/Headers/gnustep/Foundation/NSNotification.h -System/Headers/gnustep/Foundation/NSNotificationQueue.h -System/Headers/gnustep/Foundation/NSObjCRuntime.h -System/Headers/gnustep/Foundation/NSObject.h -System/Headers/gnustep/Foundation/NSPathUtilities.h -System/Headers/gnustep/Foundation/NSPort.h -System/Headers/gnustep/Foundation/NSPortCoder.h -System/Headers/gnustep/Foundation/NSPortMessage.h -System/Headers/gnustep/Foundation/NSPortNameServer.h -System/Headers/gnustep/Foundation/NSProcessInfo.h -System/Headers/gnustep/Foundation/NSProtocolChecker.h -System/Headers/gnustep/Foundation/NSProxy.h -System/Headers/gnustep/Foundation/NSRange.h -System/Headers/gnustep/Foundation/NSRunLoop.h -System/Headers/gnustep/Foundation/NSScanner.h -System/Headers/gnustep/Foundation/NSSerialization.h -System/Headers/gnustep/Foundation/NSSet.h -System/Headers/gnustep/Foundation/NSString.h -System/Headers/gnustep/Foundation/NSTask.h -System/Headers/gnustep/Foundation/NSThread.h -System/Headers/gnustep/Foundation/NSTimer.h -System/Headers/gnustep/Foundation/NSURL.h -System/Headers/gnustep/Foundation/NSURLHandle.h -System/Headers/gnustep/Foundation/NSUndoManager.h -System/Headers/gnustep/Foundation/NSUserDefaults.h -System/Headers/gnustep/Foundation/NSUtilities.h -System/Headers/gnustep/Foundation/NSValue.h -System/Headers/gnustep/Foundation/NSZone.h -System/Headers/gnustep/Foundation/objc-load.h -System/Headers/gnustep/base/GSIArray.h -System/Headers/gnustep/base/GSIMap.h -System/Headers/gnustep/base/GSUnion.h -System/Headers/gnustep/base/GetDefEncoding.h -System/Headers/gnustep/base/Unicode.h -System/Headers/gnustep/base/UnixFileHandle.h -System/Headers/gnustep/base/behavior.h -System/Headers/gnustep/base/fast.x -System/Headers/gnustep/base/numbers.h -System/Headers/gnustep/base/o_array.h -System/Headers/gnustep/base/o_array_bas.h -System/Headers/gnustep/base/o_array_cbs.h -System/Headers/gnustep/base/o_cbs.h -System/Headers/gnustep/base/o_hash.h -System/Headers/gnustep/base/o_hash_bas.h -System/Headers/gnustep/base/o_hash_cbs.h -System/Headers/gnustep/base/o_list.h -System/Headers/gnustep/base/o_list_bas.h -System/Headers/gnustep/base/o_list_cbs.h -System/Headers/gnustep/base/o_map.h -System/Headers/gnustep/base/o_map_bas.h -System/Headers/gnustep/base/o_map_cbs.h -System/Headers/gnustep/base/objc-gnu2next.h -System/Headers/gnustep/base/preface.h -System/Headers/gnustep/unicode/caseconv.h -System/Headers/gnustep/unicode/cop.h -System/Headers/gnustep/unicode/cyrillic.h -System/Headers/gnustep/unicode/decomp.h -System/Headers/gnustep/unicode/latin2.h -System/Headers/gnustep/unicode/nextstep.h -System/Headers/gnustep/xgps/XGContext.h -System/Headers/gnustep/xgps/XGContextPrivate.h -System/Headers/gnustep/xgps/XGContextWindow.h -System/Headers/gnustep/xgps/XGDrawObject.h -System/Headers/gnustep/xgps/XGGState.h -System/Headers/gnustep/xgps/XGGStateOps.h -System/Headers/%%GNU_ARCH%%/freebsdelf/GSConfig.h -System/Headers/%%GNU_ARCH%%/freebsdelf/mframe.h -System/Libraries/Resources/DTDs/gsdoc-0_6_5.dtd -System/Libraries/Resources/DTDs/gsdoc-0_6_6.dtd -System/Libraries/Resources/GNUstepSystemXFontList -System/Libraries/Resources/Images/GNUstep.tiff -System/Libraries/Resources/Images/GNUstepMenuImage.tiff -System/Libraries/Resources/Images/GNUstep_Images_Copyright -System/Libraries/Resources/Images/NSComboArrow.tiff -System/Libraries/Resources/Images/common_2DCheckMark.tiff -System/Libraries/Resources/Images/common_2DDash.tiff -System/Libraries/Resources/Images/common_3DArrowDown.tiff -System/Libraries/Resources/Images/common_3DArrowRight.tiff -System/Libraries/Resources/Images/common_3DArrowRightH.tiff -System/Libraries/Resources/Images/common_ArrowDown.tiff -System/Libraries/Resources/Images/common_ArrowDownH.tiff -System/Libraries/Resources/Images/common_ArrowLeft.tiff -System/Libraries/Resources/Images/common_ArrowLeftH.tiff -System/Libraries/Resources/Images/common_ArrowRight.tiff -System/Libraries/Resources/Images/common_ArrowRightH.tiff -System/Libraries/Resources/Images/common_ArrowUp.tiff -System/Libraries/Resources/Images/common_ArrowUpH.tiff -System/Libraries/Resources/Images/common_Close.tiff -System/Libraries/Resources/Images/common_CloseBroken.tiff -System/Libraries/Resources/Images/common_CloseH.tiff -System/Libraries/Resources/Images/common_ColorSwatch.tiff -System/Libraries/Resources/Images/common_Diamond.tiff -System/Libraries/Resources/Images/common_Dimple.tiff -System/Libraries/Resources/Images/common_DownArrowSmall.tiff -System/Libraries/Resources/Images/common_Folder.tiff -System/Libraries/Resources/Images/common_Home.tiff -System/Libraries/Resources/Images/common_Mount.tiff -System/Libraries/Resources/Images/common_Nibble.tiff -System/Libraries/Resources/Images/common_RadioOff.tiff -System/Libraries/Resources/Images/common_RadioOn.tiff -System/Libraries/Resources/Images/common_Right.tiff -System/Libraries/Resources/Images/common_RightH.tiff -System/Libraries/Resources/Images/common_Root_Apple.tiff -System/Libraries/Resources/Images/common_Root_PC.tiff -System/Libraries/Resources/Images/common_Root_SGI.tiff -System/Libraries/Resources/Images/common_Root_Sparc.tiff -System/Libraries/Resources/Images/common_Root_Sparc2.tiff -System/Libraries/Resources/Images/common_SliderHoriz.tiff -System/Libraries/Resources/Images/common_SliderVert.tiff -System/Libraries/Resources/Images/common_SwitchOff.tiff -System/Libraries/Resources/Images/common_SwitchOn.tiff -System/Libraries/Resources/Images/common_TabDownSelectedLeft.tiff -System/Libraries/Resources/Images/common_TabDownSelectedRight.tiff -System/Libraries/Resources/Images/common_TabDownSelectedToUnSelectedJunction.tiff -System/Libraries/Resources/Images/common_TabDownUnSelectedJunction.tiff -System/Libraries/Resources/Images/common_TabDownUnSelectedLeft.tiff -System/Libraries/Resources/Images/common_TabDownUnSelectedRight.tiff -System/Libraries/Resources/Images/common_TabDownUnSelectedToSelectedJunction.tiff -System/Libraries/Resources/Images/common_TabSelectedLeft.tiff -System/Libraries/Resources/Images/common_TabSelectedRight.tiff -System/Libraries/Resources/Images/common_TabSelectedToUnSelectedJunction.tiff -System/Libraries/Resources/Images/common_TabUnSelectToSelectedJunction.tiff -System/Libraries/Resources/Images/common_TabUnSelectedJunction.tiff -System/Libraries/Resources/Images/common_TabUnSelectedLeft.tiff -System/Libraries/Resources/Images/common_TabUnSelectedRight.tiff -System/Libraries/Resources/Images/common_Tile.tiff -System/Libraries/Resources/Images/common_Unknown.tiff -System/Libraries/Resources/Images/common_Unmount.tiff -System/Libraries/Resources/Images/common_UpAndDownArrowSmall.tiff -System/Libraries/Resources/Images/common_WMClose.tiff -System/Libraries/Resources/Images/common_WMCloseBroken.tiff -System/Libraries/Resources/Images/common_ret.tiff -System/Libraries/Resources/Images/nsmapping.strings -System/Libraries/Resources/NSCharacterSets/README.CharSet -System/Libraries/Resources/NSCharacterSets/alphanumericCharSet.dat -System/Libraries/Resources/NSCharacterSets/controlCharSet.dat -System/Libraries/Resources/NSCharacterSets/decimalDigitCharSet.dat -System/Libraries/Resources/NSCharacterSets/decomposableCharSet.dat -System/Libraries/Resources/NSCharacterSets/illegalCharSet.dat -System/Libraries/Resources/NSCharacterSets/letterCharSet.dat -System/Libraries/Resources/NSCharacterSets/lowercaseLetterCharSet.dat -System/Libraries/Resources/NSCharacterSets/nonBaseCharSet.dat -System/Libraries/Resources/NSCharacterSets/punctuationCharSet.dat -System/Libraries/Resources/NSCharacterSets/symbolAndOperatorCharSet.dat -System/Libraries/Resources/NSCharacterSets/uppercaseLetterCharSet.dat -System/Libraries/Resources/NSCharacterSets/whitespaceAndNlCharSet.dat -System/Libraries/Resources/NSCharacterSets/whitespaceCharSet.dat -System/Libraries/Resources/NSTimeZones/.README.swp -System/Libraries/Resources/NSTimeZones/GNUmakefile -System/Libraries/Resources/NSTimeZones/GNUstep_zones -System/Libraries/Resources/NSTimeZones/README -System/Libraries/Resources/NSTimeZones/abbreviations -System/Libraries/Resources/NSTimeZones/create-abbrevs.m -System/Libraries/Resources/NSTimeZones/create-regions.m -System/Libraries/Resources/NSTimeZones/nstimezone.m -System/Libraries/Resources/NSTimeZones/regions -System/Libraries/Resources/NSTimeZones/zones/Africa/Abidjan -System/Libraries/Resources/NSTimeZones/zones/Africa/Accra -System/Libraries/Resources/NSTimeZones/zones/Africa/Addis_Ababa -System/Libraries/Resources/NSTimeZones/zones/Africa/Algiers -System/Libraries/Resources/NSTimeZones/zones/Africa/Asmera -System/Libraries/Resources/NSTimeZones/zones/Africa/Bamako -System/Libraries/Resources/NSTimeZones/zones/Africa/Bangui -System/Libraries/Resources/NSTimeZones/zones/Africa/Banjul -System/Libraries/Resources/NSTimeZones/zones/Africa/Bissau -System/Libraries/Resources/NSTimeZones/zones/Africa/Blantyre -System/Libraries/Resources/NSTimeZones/zones/Africa/Brazzaville -System/Libraries/Resources/NSTimeZones/zones/Africa/Bujumbura -System/Libraries/Resources/NSTimeZones/zones/Africa/Cairo -System/Libraries/Resources/NSTimeZones/zones/Africa/Casablanca -System/Libraries/Resources/NSTimeZones/zones/Africa/Ceuta -System/Libraries/Resources/NSTimeZones/zones/Africa/Conakry -System/Libraries/Resources/NSTimeZones/zones/Africa/Dakar -System/Libraries/Resources/NSTimeZones/zones/Africa/Dar_es_Salaam -System/Libraries/Resources/NSTimeZones/zones/Africa/Djibouti -System/Libraries/Resources/NSTimeZones/zones/Africa/Douala -System/Libraries/Resources/NSTimeZones/zones/Africa/El_Aaiun -System/Libraries/Resources/NSTimeZones/zones/Africa/Freetown -System/Libraries/Resources/NSTimeZones/zones/Africa/Gaborone -System/Libraries/Resources/NSTimeZones/zones/Africa/Harare -System/Libraries/Resources/NSTimeZones/zones/Africa/Johannesburg -System/Libraries/Resources/NSTimeZones/zones/Africa/Kampala -System/Libraries/Resources/NSTimeZones/zones/Africa/Khartoum -System/Libraries/Resources/NSTimeZones/zones/Africa/Kigali -System/Libraries/Resources/NSTimeZones/zones/Africa/Kinshasa -System/Libraries/Resources/NSTimeZones/zones/Africa/Lagos -System/Libraries/Resources/NSTimeZones/zones/Africa/Libreville -System/Libraries/Resources/NSTimeZones/zones/Africa/Lome -System/Libraries/Resources/NSTimeZones/zones/Africa/Luanda -System/Libraries/Resources/NSTimeZones/zones/Africa/Lubumbashi -System/Libraries/Resources/NSTimeZones/zones/Africa/Lusaka -System/Libraries/Resources/NSTimeZones/zones/Africa/Malabo -System/Libraries/Resources/NSTimeZones/zones/Africa/Maputo -System/Libraries/Resources/NSTimeZones/zones/Africa/Maseru -System/Libraries/Resources/NSTimeZones/zones/Africa/Mbabane -System/Libraries/Resources/NSTimeZones/zones/Africa/Mogadishu -System/Libraries/Resources/NSTimeZones/zones/Africa/Monrovia -System/Libraries/Resources/NSTimeZones/zones/Africa/Nairobi -System/Libraries/Resources/NSTimeZones/zones/Africa/Ndjamena -System/Libraries/Resources/NSTimeZones/zones/Africa/Niamey -System/Libraries/Resources/NSTimeZones/zones/Africa/Nouakchott -System/Libraries/Resources/NSTimeZones/zones/Africa/Ouagadougou -System/Libraries/Resources/NSTimeZones/zones/Africa/Porto-Novo -System/Libraries/Resources/NSTimeZones/zones/Africa/Sao_Tome -System/Libraries/Resources/NSTimeZones/zones/Africa/Timbuktu -System/Libraries/Resources/NSTimeZones/zones/Africa/Tripoli -System/Libraries/Resources/NSTimeZones/zones/Africa/Tunis -System/Libraries/Resources/NSTimeZones/zones/Africa/Windhoek -System/Libraries/Resources/NSTimeZones/zones/America/Adak -System/Libraries/Resources/NSTimeZones/zones/America/Anchorage -System/Libraries/Resources/NSTimeZones/zones/America/Anguilla -System/Libraries/Resources/NSTimeZones/zones/America/Antigua -System/Libraries/Resources/NSTimeZones/zones/America/Araguaina -System/Libraries/Resources/NSTimeZones/zones/America/Aruba -System/Libraries/Resources/NSTimeZones/zones/America/Asuncion -System/Libraries/Resources/NSTimeZones/zones/America/Atka -System/Libraries/Resources/NSTimeZones/zones/America/Barbados -System/Libraries/Resources/NSTimeZones/zones/America/Belem -System/Libraries/Resources/NSTimeZones/zones/America/Belize -System/Libraries/Resources/NSTimeZones/zones/America/Boa_Vista -System/Libraries/Resources/NSTimeZones/zones/America/Bogota -System/Libraries/Resources/NSTimeZones/zones/America/Boise -System/Libraries/Resources/NSTimeZones/zones/America/Buenos_Aires -System/Libraries/Resources/NSTimeZones/zones/America/Cambridge_Bay -System/Libraries/Resources/NSTimeZones/zones/America/Cancun -System/Libraries/Resources/NSTimeZones/zones/America/Caracas -System/Libraries/Resources/NSTimeZones/zones/America/Catamarca -System/Libraries/Resources/NSTimeZones/zones/America/Cayenne -System/Libraries/Resources/NSTimeZones/zones/America/Cayman -System/Libraries/Resources/NSTimeZones/zones/America/Chicago -System/Libraries/Resources/NSTimeZones/zones/America/Chihuahua -System/Libraries/Resources/NSTimeZones/zones/America/Cordoba -System/Libraries/Resources/NSTimeZones/zones/America/Costa_Rica -System/Libraries/Resources/NSTimeZones/zones/America/Cuiaba -System/Libraries/Resources/NSTimeZones/zones/America/Curacao -System/Libraries/Resources/NSTimeZones/zones/America/Dawson -System/Libraries/Resources/NSTimeZones/zones/America/Dawson_Creek -System/Libraries/Resources/NSTimeZones/zones/America/Denver -System/Libraries/Resources/NSTimeZones/zones/America/Detroit -System/Libraries/Resources/NSTimeZones/zones/America/Dominica -System/Libraries/Resources/NSTimeZones/zones/America/Edmonton -System/Libraries/Resources/NSTimeZones/zones/America/El_Salvador -System/Libraries/Resources/NSTimeZones/zones/America/Ensenada -System/Libraries/Resources/NSTimeZones/zones/America/Fort_Wayne -System/Libraries/Resources/NSTimeZones/zones/America/Fortaleza -System/Libraries/Resources/NSTimeZones/zones/America/Glace_Bay -System/Libraries/Resources/NSTimeZones/zones/America/Godthab -System/Libraries/Resources/NSTimeZones/zones/America/Goose_Bay -System/Libraries/Resources/NSTimeZones/zones/America/Grand_Turk -System/Libraries/Resources/NSTimeZones/zones/America/Grenada -System/Libraries/Resources/NSTimeZones/zones/America/Guadeloupe -System/Libraries/Resources/NSTimeZones/zones/America/Guatemala -System/Libraries/Resources/NSTimeZones/zones/America/Guayaquil -System/Libraries/Resources/NSTimeZones/zones/America/Guyana -System/Libraries/Resources/NSTimeZones/zones/America/Halifax -System/Libraries/Resources/NSTimeZones/zones/America/Havana -System/Libraries/Resources/NSTimeZones/zones/America/Hermosillo -System/Libraries/Resources/NSTimeZones/zones/America/Indiana/Indianapolis -System/Libraries/Resources/NSTimeZones/zones/America/Indiana/Knox -System/Libraries/Resources/NSTimeZones/zones/America/Indiana/Marengo -System/Libraries/Resources/NSTimeZones/zones/America/Indiana/Vevay -System/Libraries/Resources/NSTimeZones/zones/America/Indianapolis -System/Libraries/Resources/NSTimeZones/zones/America/Inuvik -System/Libraries/Resources/NSTimeZones/zones/America/Iqaluit -System/Libraries/Resources/NSTimeZones/zones/America/Jamaica -System/Libraries/Resources/NSTimeZones/zones/America/Jujuy -System/Libraries/Resources/NSTimeZones/zones/America/Juneau -System/Libraries/Resources/NSTimeZones/zones/America/Knox_IN -System/Libraries/Resources/NSTimeZones/zones/America/La_Paz -System/Libraries/Resources/NSTimeZones/zones/America/Lima -System/Libraries/Resources/NSTimeZones/zones/America/Los_Angeles -System/Libraries/Resources/NSTimeZones/zones/America/Louisville -System/Libraries/Resources/NSTimeZones/zones/America/Maceio -System/Libraries/Resources/NSTimeZones/zones/America/Managua -System/Libraries/Resources/NSTimeZones/zones/America/Manaus -System/Libraries/Resources/NSTimeZones/zones/America/Martinique -System/Libraries/Resources/NSTimeZones/zones/America/Mazatlan -System/Libraries/Resources/NSTimeZones/zones/America/Mendoza -System/Libraries/Resources/NSTimeZones/zones/America/Menominee -System/Libraries/Resources/NSTimeZones/zones/America/Merida -System/Libraries/Resources/NSTimeZones/zones/America/Mexico_City -System/Libraries/Resources/NSTimeZones/zones/America/Miquelon -System/Libraries/Resources/NSTimeZones/zones/America/Monterrey -System/Libraries/Resources/NSTimeZones/zones/America/Montevideo -System/Libraries/Resources/NSTimeZones/zones/America/Montreal -System/Libraries/Resources/NSTimeZones/zones/America/Montserrat -System/Libraries/Resources/NSTimeZones/zones/America/Nassau -System/Libraries/Resources/NSTimeZones/zones/America/New_York -System/Libraries/Resources/NSTimeZones/zones/America/Nipigon -System/Libraries/Resources/NSTimeZones/zones/America/Nome -System/Libraries/Resources/NSTimeZones/zones/America/Noronha -System/Libraries/Resources/NSTimeZones/zones/America/Panama -System/Libraries/Resources/NSTimeZones/zones/America/Pangnirtung -System/Libraries/Resources/NSTimeZones/zones/America/Paramaribo -System/Libraries/Resources/NSTimeZones/zones/America/Phoenix -System/Libraries/Resources/NSTimeZones/zones/America/Port-au-Prince -System/Libraries/Resources/NSTimeZones/zones/America/Port_of_Spain -System/Libraries/Resources/NSTimeZones/zones/America/Porto_Acre -System/Libraries/Resources/NSTimeZones/zones/America/Porto_Velho -System/Libraries/Resources/NSTimeZones/zones/America/Puerto_Rico -System/Libraries/Resources/NSTimeZones/zones/America/Rainy_River -System/Libraries/Resources/NSTimeZones/zones/America/Rankin_Inlet -System/Libraries/Resources/NSTimeZones/zones/America/Regina -System/Libraries/Resources/NSTimeZones/zones/America/Rosario -System/Libraries/Resources/NSTimeZones/zones/America/Santiago -System/Libraries/Resources/NSTimeZones/zones/America/Santo_Domingo -System/Libraries/Resources/NSTimeZones/zones/America/Sao_Paulo -System/Libraries/Resources/NSTimeZones/zones/America/Scoresbysund -System/Libraries/Resources/NSTimeZones/zones/America/Shiprock -System/Libraries/Resources/NSTimeZones/zones/America/St_Johns -System/Libraries/Resources/NSTimeZones/zones/America/St_Kitts -System/Libraries/Resources/NSTimeZones/zones/America/St_Lucia -System/Libraries/Resources/NSTimeZones/zones/America/St_Thomas -System/Libraries/Resources/NSTimeZones/zones/America/St_Vincent -System/Libraries/Resources/NSTimeZones/zones/America/Swift_Current -System/Libraries/Resources/NSTimeZones/zones/America/Tegucigalpa -System/Libraries/Resources/NSTimeZones/zones/America/Thule -System/Libraries/Resources/NSTimeZones/zones/America/Thunder_Bay -System/Libraries/Resources/NSTimeZones/zones/America/Tijuana -System/Libraries/Resources/NSTimeZones/zones/America/Tortola -System/Libraries/Resources/NSTimeZones/zones/America/Vancouver -System/Libraries/Resources/NSTimeZones/zones/America/Virgin -System/Libraries/Resources/NSTimeZones/zones/America/Whitehorse -System/Libraries/Resources/NSTimeZones/zones/America/Winnipeg -System/Libraries/Resources/NSTimeZones/zones/America/Yakutat -System/Libraries/Resources/NSTimeZones/zones/America/Yellowknife -System/Libraries/Resources/NSTimeZones/zones/Antarctica/Casey -System/Libraries/Resources/NSTimeZones/zones/Antarctica/Davis -System/Libraries/Resources/NSTimeZones/zones/Antarctica/DumontDUrville -System/Libraries/Resources/NSTimeZones/zones/Antarctica/Mawson -System/Libraries/Resources/NSTimeZones/zones/Antarctica/McMurdo -System/Libraries/Resources/NSTimeZones/zones/Antarctica/Palmer -System/Libraries/Resources/NSTimeZones/zones/Antarctica/South_Pole -System/Libraries/Resources/NSTimeZones/zones/Antarctica/Syowa -System/Libraries/Resources/NSTimeZones/zones/Arctic/Longyearbyen -System/Libraries/Resources/NSTimeZones/zones/Asia/Aden -System/Libraries/Resources/NSTimeZones/zones/Asia/Almaty -System/Libraries/Resources/NSTimeZones/zones/Asia/Amman -System/Libraries/Resources/NSTimeZones/zones/Asia/Anadyr -System/Libraries/Resources/NSTimeZones/zones/Asia/Aqtau -System/Libraries/Resources/NSTimeZones/zones/Asia/Aqtobe -System/Libraries/Resources/NSTimeZones/zones/Asia/Ashkhabad -System/Libraries/Resources/NSTimeZones/zones/Asia/Baghdad -System/Libraries/Resources/NSTimeZones/zones/Asia/Bahrain -System/Libraries/Resources/NSTimeZones/zones/Asia/Baku -System/Libraries/Resources/NSTimeZones/zones/Asia/Bangkok -System/Libraries/Resources/NSTimeZones/zones/Asia/Beirut -System/Libraries/Resources/NSTimeZones/zones/Asia/Bishkek -System/Libraries/Resources/NSTimeZones/zones/Asia/Brunei -System/Libraries/Resources/NSTimeZones/zones/Asia/Calcutta -System/Libraries/Resources/NSTimeZones/zones/Asia/Chungking -System/Libraries/Resources/NSTimeZones/zones/Asia/Colombo -System/Libraries/Resources/NSTimeZones/zones/Asia/Dacca -System/Libraries/Resources/NSTimeZones/zones/Asia/Damascus -System/Libraries/Resources/NSTimeZones/zones/Asia/Dili -System/Libraries/Resources/NSTimeZones/zones/Asia/Dubai -System/Libraries/Resources/NSTimeZones/zones/Asia/Dushanbe -System/Libraries/Resources/NSTimeZones/zones/Asia/Gaza -System/Libraries/Resources/NSTimeZones/zones/Asia/Harbin -System/Libraries/Resources/NSTimeZones/zones/Asia/Hong_Kong -System/Libraries/Resources/NSTimeZones/zones/Asia/Hovd -System/Libraries/Resources/NSTimeZones/zones/Asia/Irkutsk -System/Libraries/Resources/NSTimeZones/zones/Asia/Istanbul -System/Libraries/Resources/NSTimeZones/zones/Asia/Jakarta -System/Libraries/Resources/NSTimeZones/zones/Asia/Jayapura -System/Libraries/Resources/NSTimeZones/zones/Asia/Jerusalem -System/Libraries/Resources/NSTimeZones/zones/Asia/Kabul -System/Libraries/Resources/NSTimeZones/zones/Asia/Kamchatka -System/Libraries/Resources/NSTimeZones/zones/Asia/Karachi -System/Libraries/Resources/NSTimeZones/zones/Asia/Kashgar -System/Libraries/Resources/NSTimeZones/zones/Asia/Katmandu -System/Libraries/Resources/NSTimeZones/zones/Asia/Krasnoyarsk -System/Libraries/Resources/NSTimeZones/zones/Asia/Kuala_Lumpur -System/Libraries/Resources/NSTimeZones/zones/Asia/Kuching -System/Libraries/Resources/NSTimeZones/zones/Asia/Kuwait -System/Libraries/Resources/NSTimeZones/zones/Asia/Macao -System/Libraries/Resources/NSTimeZones/zones/Asia/Magadan -System/Libraries/Resources/NSTimeZones/zones/Asia/Manila -System/Libraries/Resources/NSTimeZones/zones/Asia/Muscat -System/Libraries/Resources/NSTimeZones/zones/Asia/Nicosia -System/Libraries/Resources/NSTimeZones/zones/Asia/Novosibirsk -System/Libraries/Resources/NSTimeZones/zones/Asia/Omsk -System/Libraries/Resources/NSTimeZones/zones/Asia/Phnom_Penh -System/Libraries/Resources/NSTimeZones/zones/Asia/Pyongyang -System/Libraries/Resources/NSTimeZones/zones/Asia/Qatar -System/Libraries/Resources/NSTimeZones/zones/Asia/Rangoon -System/Libraries/Resources/NSTimeZones/zones/Asia/Riyadh -System/Libraries/Resources/NSTimeZones/zones/Asia/Riyadh87 -System/Libraries/Resources/NSTimeZones/zones/Asia/Riyadh88 -System/Libraries/Resources/NSTimeZones/zones/Asia/Riyadh89 -System/Libraries/Resources/NSTimeZones/zones/Asia/Saigon -System/Libraries/Resources/NSTimeZones/zones/Asia/Samarkand -System/Libraries/Resources/NSTimeZones/zones/Asia/Seoul -System/Libraries/Resources/NSTimeZones/zones/Asia/Shanghai -System/Libraries/Resources/NSTimeZones/zones/Asia/Singapore -System/Libraries/Resources/NSTimeZones/zones/Asia/Taipei -System/Libraries/Resources/NSTimeZones/zones/Asia/Tashkent -System/Libraries/Resources/NSTimeZones/zones/Asia/Tbilisi -System/Libraries/Resources/NSTimeZones/zones/Asia/Tehran -System/Libraries/Resources/NSTimeZones/zones/Asia/Tel_Aviv -System/Libraries/Resources/NSTimeZones/zones/Asia/Thimbu -System/Libraries/Resources/NSTimeZones/zones/Asia/Tokyo -System/Libraries/Resources/NSTimeZones/zones/Asia/Ujung_Pandang -System/Libraries/Resources/NSTimeZones/zones/Asia/Ulaanbaatar -System/Libraries/Resources/NSTimeZones/zones/Asia/Ulan_Bator -System/Libraries/Resources/NSTimeZones/zones/Asia/Urumqi -System/Libraries/Resources/NSTimeZones/zones/Asia/Vientiane -System/Libraries/Resources/NSTimeZones/zones/Asia/Vladivostok -System/Libraries/Resources/NSTimeZones/zones/Asia/Yakutsk -System/Libraries/Resources/NSTimeZones/zones/Asia/Yekaterinburg -System/Libraries/Resources/NSTimeZones/zones/Asia/Yerevan -System/Libraries/Resources/NSTimeZones/zones/Atlantic/Azores -System/Libraries/Resources/NSTimeZones/zones/Atlantic/Bermuda -System/Libraries/Resources/NSTimeZones/zones/Atlantic/Canary -System/Libraries/Resources/NSTimeZones/zones/Atlantic/Cape_Verde -System/Libraries/Resources/NSTimeZones/zones/Atlantic/Faeroe -System/Libraries/Resources/NSTimeZones/zones/Atlantic/Jan_Mayen -System/Libraries/Resources/NSTimeZones/zones/Atlantic/Madeira -System/Libraries/Resources/NSTimeZones/zones/Atlantic/Reykjavik -System/Libraries/Resources/NSTimeZones/zones/Atlantic/South_Georgia -System/Libraries/Resources/NSTimeZones/zones/Atlantic/St_Helena -System/Libraries/Resources/NSTimeZones/zones/Atlantic/Stanley -System/Libraries/Resources/NSTimeZones/zones/Australia/ACT -System/Libraries/Resources/NSTimeZones/zones/Australia/Adelaide -System/Libraries/Resources/NSTimeZones/zones/Australia/Brisbane -System/Libraries/Resources/NSTimeZones/zones/Australia/Broken_Hill -System/Libraries/Resources/NSTimeZones/zones/Australia/Canberra -System/Libraries/Resources/NSTimeZones/zones/Australia/Darwin -System/Libraries/Resources/NSTimeZones/zones/Australia/Hobart -System/Libraries/Resources/NSTimeZones/zones/Australia/LHI -System/Libraries/Resources/NSTimeZones/zones/Australia/Lindeman -System/Libraries/Resources/NSTimeZones/zones/Australia/Lord_Howe -System/Libraries/Resources/NSTimeZones/zones/Australia/Melbourne -System/Libraries/Resources/NSTimeZones/zones/Australia/NSW -System/Libraries/Resources/NSTimeZones/zones/Australia/North -System/Libraries/Resources/NSTimeZones/zones/Australia/Perth -System/Libraries/Resources/NSTimeZones/zones/Australia/Queensland -System/Libraries/Resources/NSTimeZones/zones/Australia/South -System/Libraries/Resources/NSTimeZones/zones/Australia/Sydney -System/Libraries/Resources/NSTimeZones/zones/Australia/Tasmania -System/Libraries/Resources/NSTimeZones/zones/Australia/Victoria -System/Libraries/Resources/NSTimeZones/zones/Australia/West -System/Libraries/Resources/NSTimeZones/zones/Australia/Yancowinna -System/Libraries/Resources/NSTimeZones/zones/Brazil/Acre -System/Libraries/Resources/NSTimeZones/zones/Brazil/DeNoronha -System/Libraries/Resources/NSTimeZones/zones/Brazil/East -System/Libraries/Resources/NSTimeZones/zones/Brazil/West -System/Libraries/Resources/NSTimeZones/zones/CET -System/Libraries/Resources/NSTimeZones/zones/CST6CDT -System/Libraries/Resources/NSTimeZones/zones/Canada/Atlantic -System/Libraries/Resources/NSTimeZones/zones/Canada/Central -System/Libraries/Resources/NSTimeZones/zones/Canada/East-Saskatchewan -System/Libraries/Resources/NSTimeZones/zones/Canada/Eastern -System/Libraries/Resources/NSTimeZones/zones/Canada/Mountain -System/Libraries/Resources/NSTimeZones/zones/Canada/Newfoundland -System/Libraries/Resources/NSTimeZones/zones/Canada/Pacific -System/Libraries/Resources/NSTimeZones/zones/Canada/Saskatchewan -System/Libraries/Resources/NSTimeZones/zones/Canada/Yukon -System/Libraries/Resources/NSTimeZones/zones/Chile/Continental -System/Libraries/Resources/NSTimeZones/zones/Chile/EasterIsland -System/Libraries/Resources/NSTimeZones/zones/Cuba -System/Libraries/Resources/NSTimeZones/zones/EET -System/Libraries/Resources/NSTimeZones/zones/EST -System/Libraries/Resources/NSTimeZones/zones/EST5EDT -System/Libraries/Resources/NSTimeZones/zones/Egypt -System/Libraries/Resources/NSTimeZones/zones/Eire -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+0 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+1 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+10 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+11 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+12 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+2 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+3 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+4 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+5 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+6 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+7 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+8 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+9 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-0 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-1 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-10 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-11 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-12 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-13 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-14 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-2 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-3 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-4 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-5 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-6 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-7 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-8 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-9 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT0 -System/Libraries/Resources/NSTimeZones/zones/Etc/Greenwich -System/Libraries/Resources/NSTimeZones/zones/Etc/UCT -System/Libraries/Resources/NSTimeZones/zones/Etc/UTC -System/Libraries/Resources/NSTimeZones/zones/Etc/Universal -System/Libraries/Resources/NSTimeZones/zones/Etc/Zulu -System/Libraries/Resources/NSTimeZones/zones/Europe/Amsterdam -System/Libraries/Resources/NSTimeZones/zones/Europe/Andorra -System/Libraries/Resources/NSTimeZones/zones/Europe/Athens -System/Libraries/Resources/NSTimeZones/zones/Europe/Belfast -System/Libraries/Resources/NSTimeZones/zones/Europe/Belgrade -System/Libraries/Resources/NSTimeZones/zones/Europe/Berlin -System/Libraries/Resources/NSTimeZones/zones/Europe/Bratislava -System/Libraries/Resources/NSTimeZones/zones/Europe/Brussels -System/Libraries/Resources/NSTimeZones/zones/Europe/Bucharest -System/Libraries/Resources/NSTimeZones/zones/Europe/Budapest -System/Libraries/Resources/NSTimeZones/zones/Europe/Chisinau -System/Libraries/Resources/NSTimeZones/zones/Europe/Copenhagen -System/Libraries/Resources/NSTimeZones/zones/Europe/Dublin -System/Libraries/Resources/NSTimeZones/zones/Europe/Gibraltar -System/Libraries/Resources/NSTimeZones/zones/Europe/Helsinki -System/Libraries/Resources/NSTimeZones/zones/Europe/Istanbul -System/Libraries/Resources/NSTimeZones/zones/Europe/Kaliningrad -System/Libraries/Resources/NSTimeZones/zones/Europe/Kiev -System/Libraries/Resources/NSTimeZones/zones/Europe/Lisbon -System/Libraries/Resources/NSTimeZones/zones/Europe/Ljubljana -System/Libraries/Resources/NSTimeZones/zones/Europe/London -System/Libraries/Resources/NSTimeZones/zones/Europe/Luxembourg -System/Libraries/Resources/NSTimeZones/zones/Europe/Madrid -System/Libraries/Resources/NSTimeZones/zones/Europe/Malta -System/Libraries/Resources/NSTimeZones/zones/Europe/Minsk -System/Libraries/Resources/NSTimeZones/zones/Europe/Monaco -System/Libraries/Resources/NSTimeZones/zones/Europe/Moscow -System/Libraries/Resources/NSTimeZones/zones/Europe/Oslo -System/Libraries/Resources/NSTimeZones/zones/Europe/Paris -System/Libraries/Resources/NSTimeZones/zones/Europe/Prague -System/Libraries/Resources/NSTimeZones/zones/Europe/Riga -System/Libraries/Resources/NSTimeZones/zones/Europe/Rome -System/Libraries/Resources/NSTimeZones/zones/Europe/Samara -System/Libraries/Resources/NSTimeZones/zones/Europe/San_Marino -System/Libraries/Resources/NSTimeZones/zones/Europe/Sarajevo -System/Libraries/Resources/NSTimeZones/zones/Europe/Simferopol -System/Libraries/Resources/NSTimeZones/zones/Europe/Skopje -System/Libraries/Resources/NSTimeZones/zones/Europe/Sofia -System/Libraries/Resources/NSTimeZones/zones/Europe/Stockholm -System/Libraries/Resources/NSTimeZones/zones/Europe/Tallinn -System/Libraries/Resources/NSTimeZones/zones/Europe/Tirane -System/Libraries/Resources/NSTimeZones/zones/Europe/Tiraspol -System/Libraries/Resources/NSTimeZones/zones/Europe/Uzhgorod -System/Libraries/Resources/NSTimeZones/zones/Europe/Vaduz -System/Libraries/Resources/NSTimeZones/zones/Europe/Vatican -System/Libraries/Resources/NSTimeZones/zones/Europe/Vienna -System/Libraries/Resources/NSTimeZones/zones/Europe/Vilnius -System/Libraries/Resources/NSTimeZones/zones/Europe/Warsaw -System/Libraries/Resources/NSTimeZones/zones/Europe/Zagreb -System/Libraries/Resources/NSTimeZones/zones/Europe/Zaporozhye -System/Libraries/Resources/NSTimeZones/zones/Europe/Zurich -System/Libraries/Resources/NSTimeZones/zones/GB -System/Libraries/Resources/NSTimeZones/zones/GB-Eire -System/Libraries/Resources/NSTimeZones/zones/GMT -System/Libraries/Resources/NSTimeZones/zones/GMT+0 -System/Libraries/Resources/NSTimeZones/zones/GMT+1 -System/Libraries/Resources/NSTimeZones/zones/GMT+10 -System/Libraries/Resources/NSTimeZones/zones/GMT+11 -System/Libraries/Resources/NSTimeZones/zones/GMT+12 -System/Libraries/Resources/NSTimeZones/zones/GMT+13 -System/Libraries/Resources/NSTimeZones/zones/GMT+14 -System/Libraries/Resources/NSTimeZones/zones/GMT+2 -System/Libraries/Resources/NSTimeZones/zones/GMT+3 -System/Libraries/Resources/NSTimeZones/zones/GMT+4 -System/Libraries/Resources/NSTimeZones/zones/GMT+5 -System/Libraries/Resources/NSTimeZones/zones/GMT+6 -System/Libraries/Resources/NSTimeZones/zones/GMT+7 -System/Libraries/Resources/NSTimeZones/zones/GMT+8 -System/Libraries/Resources/NSTimeZones/zones/GMT+9 -System/Libraries/Resources/NSTimeZones/zones/GMT-0 -System/Libraries/Resources/NSTimeZones/zones/GMT-1 -System/Libraries/Resources/NSTimeZones/zones/GMT-10 -System/Libraries/Resources/NSTimeZones/zones/GMT-11 -System/Libraries/Resources/NSTimeZones/zones/GMT-12 -System/Libraries/Resources/NSTimeZones/zones/GMT-13 -System/Libraries/Resources/NSTimeZones/zones/GMT-14 -System/Libraries/Resources/NSTimeZones/zones/GMT-2 -System/Libraries/Resources/NSTimeZones/zones/GMT-3 -System/Libraries/Resources/NSTimeZones/zones/GMT-4 -System/Libraries/Resources/NSTimeZones/zones/GMT-5 -System/Libraries/Resources/NSTimeZones/zones/GMT-6 -System/Libraries/Resources/NSTimeZones/zones/GMT-7 -System/Libraries/Resources/NSTimeZones/zones/GMT-8 -System/Libraries/Resources/NSTimeZones/zones/GMT-9 -System/Libraries/Resources/NSTimeZones/zones/GMT0 -System/Libraries/Resources/NSTimeZones/zones/Greenwich -System/Libraries/Resources/NSTimeZones/zones/HST -System/Libraries/Resources/NSTimeZones/zones/Hongkong -System/Libraries/Resources/NSTimeZones/zones/Iceland -System/Libraries/Resources/NSTimeZones/zones/Indian/Antananarivo -System/Libraries/Resources/NSTimeZones/zones/Indian/Chagos -System/Libraries/Resources/NSTimeZones/zones/Indian/Christmas -System/Libraries/Resources/NSTimeZones/zones/Indian/Cocos -System/Libraries/Resources/NSTimeZones/zones/Indian/Comoro -System/Libraries/Resources/NSTimeZones/zones/Indian/Kerguelen -System/Libraries/Resources/NSTimeZones/zones/Indian/Mahe -System/Libraries/Resources/NSTimeZones/zones/Indian/Maldives -System/Libraries/Resources/NSTimeZones/zones/Indian/Mauritius -System/Libraries/Resources/NSTimeZones/zones/Indian/Mayotte -System/Libraries/Resources/NSTimeZones/zones/Indian/Reunion -System/Libraries/Resources/NSTimeZones/zones/Iran -System/Libraries/Resources/NSTimeZones/zones/Israel -System/Libraries/Resources/NSTimeZones/zones/Jamaica -System/Libraries/Resources/NSTimeZones/zones/Japan -System/Libraries/Resources/NSTimeZones/zones/Kwajalein -System/Libraries/Resources/NSTimeZones/zones/Libya -System/Libraries/Resources/NSTimeZones/zones/MET -System/Libraries/Resources/NSTimeZones/zones/MST -System/Libraries/Resources/NSTimeZones/zones/MST7MDT -System/Libraries/Resources/NSTimeZones/zones/Mexico/BajaNorte -System/Libraries/Resources/NSTimeZones/zones/Mexico/BajaSur -System/Libraries/Resources/NSTimeZones/zones/Mexico/General -System/Libraries/Resources/NSTimeZones/zones/Mideast/Riyadh87 -System/Libraries/Resources/NSTimeZones/zones/Mideast/Riyadh88 -System/Libraries/Resources/NSTimeZones/zones/Mideast/Riyadh89 -System/Libraries/Resources/NSTimeZones/zones/NZ -System/Libraries/Resources/NSTimeZones/zones/NZ-CHAT -System/Libraries/Resources/NSTimeZones/zones/Navajo -System/Libraries/Resources/NSTimeZones/zones/PRC -System/Libraries/Resources/NSTimeZones/zones/PST8PDT -System/Libraries/Resources/NSTimeZones/zones/Pacific/Apia -System/Libraries/Resources/NSTimeZones/zones/Pacific/Auckland -System/Libraries/Resources/NSTimeZones/zones/Pacific/Chatham -System/Libraries/Resources/NSTimeZones/zones/Pacific/Easter -System/Libraries/Resources/NSTimeZones/zones/Pacific/Efate -System/Libraries/Resources/NSTimeZones/zones/Pacific/Enderbury -System/Libraries/Resources/NSTimeZones/zones/Pacific/Fakaofo -System/Libraries/Resources/NSTimeZones/zones/Pacific/Fiji -System/Libraries/Resources/NSTimeZones/zones/Pacific/Funafuti -System/Libraries/Resources/NSTimeZones/zones/Pacific/Galapagos -System/Libraries/Resources/NSTimeZones/zones/Pacific/Gambier -System/Libraries/Resources/NSTimeZones/zones/Pacific/Guadalcanal -System/Libraries/Resources/NSTimeZones/zones/Pacific/Guam -System/Libraries/Resources/NSTimeZones/zones/Pacific/Honolulu -System/Libraries/Resources/NSTimeZones/zones/Pacific/Johnston -System/Libraries/Resources/NSTimeZones/zones/Pacific/Kiritimati -System/Libraries/Resources/NSTimeZones/zones/Pacific/Kosrae -System/Libraries/Resources/NSTimeZones/zones/Pacific/Kwajalein -System/Libraries/Resources/NSTimeZones/zones/Pacific/Majuro -System/Libraries/Resources/NSTimeZones/zones/Pacific/Marquesas -System/Libraries/Resources/NSTimeZones/zones/Pacific/Midway -System/Libraries/Resources/NSTimeZones/zones/Pacific/Nauru -System/Libraries/Resources/NSTimeZones/zones/Pacific/Niue -System/Libraries/Resources/NSTimeZones/zones/Pacific/Norfolk -System/Libraries/Resources/NSTimeZones/zones/Pacific/Noumea -System/Libraries/Resources/NSTimeZones/zones/Pacific/Pago_Pago -System/Libraries/Resources/NSTimeZones/zones/Pacific/Palau -System/Libraries/Resources/NSTimeZones/zones/Pacific/Pitcairn -System/Libraries/Resources/NSTimeZones/zones/Pacific/Ponape -System/Libraries/Resources/NSTimeZones/zones/Pacific/Port_Moresby -System/Libraries/Resources/NSTimeZones/zones/Pacific/Rarotonga -System/Libraries/Resources/NSTimeZones/zones/Pacific/Saipan -System/Libraries/Resources/NSTimeZones/zones/Pacific/Samoa -System/Libraries/Resources/NSTimeZones/zones/Pacific/Tahiti -System/Libraries/Resources/NSTimeZones/zones/Pacific/Tarawa -System/Libraries/Resources/NSTimeZones/zones/Pacific/Tongatapu -System/Libraries/Resources/NSTimeZones/zones/Pacific/Truk -System/Libraries/Resources/NSTimeZones/zones/Pacific/Wake -System/Libraries/Resources/NSTimeZones/zones/Pacific/Wallis -System/Libraries/Resources/NSTimeZones/zones/Pacific/Yap -System/Libraries/Resources/NSTimeZones/zones/Poland -System/Libraries/Resources/NSTimeZones/zones/Portugal -System/Libraries/Resources/NSTimeZones/zones/ROC -System/Libraries/Resources/NSTimeZones/zones/ROK -System/Libraries/Resources/NSTimeZones/zones/Singapore -System/Libraries/Resources/NSTimeZones/zones/SystemV/AST4 -System/Libraries/Resources/NSTimeZones/zones/SystemV/AST4ADT -System/Libraries/Resources/NSTimeZones/zones/SystemV/CST6 -System/Libraries/Resources/NSTimeZones/zones/SystemV/CST6CDT -System/Libraries/Resources/NSTimeZones/zones/SystemV/EST5 -System/Libraries/Resources/NSTimeZones/zones/SystemV/EST5EDT -System/Libraries/Resources/NSTimeZones/zones/SystemV/HST10 -System/Libraries/Resources/NSTimeZones/zones/SystemV/MST7 -System/Libraries/Resources/NSTimeZones/zones/SystemV/MST7MDT -System/Libraries/Resources/NSTimeZones/zones/SystemV/PST8 -System/Libraries/Resources/NSTimeZones/zones/SystemV/PST8PDT -System/Libraries/Resources/NSTimeZones/zones/SystemV/YST9 -System/Libraries/Resources/NSTimeZones/zones/SystemV/YST9YDT -System/Libraries/Resources/NSTimeZones/zones/Turkey -System/Libraries/Resources/NSTimeZones/zones/UCT -System/Libraries/Resources/NSTimeZones/zones/US/Alaska -System/Libraries/Resources/NSTimeZones/zones/US/Aleutian -System/Libraries/Resources/NSTimeZones/zones/US/Arizona -System/Libraries/Resources/NSTimeZones/zones/US/Central -System/Libraries/Resources/NSTimeZones/zones/US/East-Indiana -System/Libraries/Resources/NSTimeZones/zones/US/Eastern -System/Libraries/Resources/NSTimeZones/zones/US/Hawaii -System/Libraries/Resources/NSTimeZones/zones/US/Indiana-Starke -System/Libraries/Resources/NSTimeZones/zones/US/Michigan -System/Libraries/Resources/NSTimeZones/zones/US/Mountain -System/Libraries/Resources/NSTimeZones/zones/US/Pacific -System/Libraries/Resources/NSTimeZones/zones/US/Pacific-New -System/Libraries/Resources/NSTimeZones/zones/US/Samoa -System/Libraries/Resources/NSTimeZones/zones/UTC -System/Libraries/Resources/NSTimeZones/zones/Universal -System/Libraries/Resources/NSTimeZones/zones/W-SU -System/Libraries/Resources/NSTimeZones/zones/WET -System/Libraries/Resources/NSTimeZones/zones/Zulu -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_AccuSet.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_AccuSetSF.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_ProSet9400.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_ProSet9400SF.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_ProSet9550.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_ProSet9550SF.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_ProSet9600.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_ProSet9600SF.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_ProSet9700.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_ProSet9700SF.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_ProSet9800.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_ProSet9800SF.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_SelectSet5000.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_SelectSet5000SF.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_SelectSet7000.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_SelectSet7000SF.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_StudioSet2000.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/APS-PS_PIP_with_APS-6-108.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/APS-PS_PIP_with_APS-6-80.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/APS-PS_PIP_with_LZR_1200.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/APS-PS_PIP_with_LZR_2600.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AST_TurboLaser-PS.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Adobe_LaserJet_II_Cartridge.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Agfa-Compugraphic_9400P.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Agfa_Matrix_ChromaScript.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Agfa_TabScript_C500_PostScript_Printer.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter-Select_310.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_II_NT.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_II_NTX-J_v50.5.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_II_NTX.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_II_NTX_v50.5.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_II_NTX_v51.8.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_IIf.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_IIg.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_Personal_NT.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_Plus.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_Plus_v42.2.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_Pro_600.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_Pro_630.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_Pro_810.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_Pro_810_with_Fax_Card.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_Select_610.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_Personal_LaserWriter_NTR.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-1000_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-1560_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-4000_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-5000_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-6%108c_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-6%108h_or_APS-6%108ch_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-6%108hs_or_APS-6%108chs_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-6%70_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-6%70c_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-6%70ch_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-6%70chs_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-6%70vr_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-6%80_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-6%84c_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-6000_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-6600_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-7000_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-9800_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-AccuSet_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-BroadSheet_Imager_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-ColorMaster_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-PlateMaster_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-ProSet_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_LZR-1200_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_LZR-2600_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/COMPAQ_PAGEMARQ_15.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/COMPAQ_PAGEMARQ_15_v2013.109.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/COMPAQ_PAGEMARQ_20.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/COMPAQ_PAGEMARQ_20_v2013.109.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Canon_LASER_SHOT_A404PS_with_2_fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Canon_LASER_SHOT_A404PS_with_5_fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Canon_LBP-4_PS-2.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Canon_LBP-8IIIR_PS-1.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Canon_LBP-8IIIT_PS-1.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Canon_LBP-8III_PS-1.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Canon_PS-IPU-J_Color_BJ_Copier.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Canon_PS-IPU_Color_BJ_Copier.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Canon_PS-IPU_Color_Laser_Copier.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Canon_PS-IPU_Kanji_Color_Laser_Copier.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Colormate_PS.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/CompuPrint_PageMaster_825%1025.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/DataProducts_LZR_2080%F5.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/DataProducts_LZR_2080%F5_Kanji.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Dataproducts_LZR-2665.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Dataproducts_LZR_1260.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Dataproducts_LZR_1560.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Dataproducts_LZR_960.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_Colormate_PS.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_DECcolorwriter_1000__17_fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_DECcolorwriter_1000__39_fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_DEClaser_1150.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_DEClaser_1152.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_DEClaser_1152_(43_fonts).ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_DEClaser_2150.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_DEClaser_2150_plus.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_DEClaser_2250.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_DEClaser_2250_plus.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_PrintServer_17.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_PrintServer_20.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_PrintServer_32.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_PrintServer_40_Plus.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_ScriptPrinter.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_turbo_PrintServer_20.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/EPSON_EPL-7500.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/EPSON_LP-3000PS_F2.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/EPSON_LP-3000PS_F5.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/EPSON_PostScript_CARD.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Fiery_200i-CF80_J_Color_Server.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Fujitsu_RX7100PS.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/GCC_BLP_Elite.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/GCC_BLP_II.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/GCC_BLP_IIS.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/GCC_Business_LaserPrinter.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/GCC_Business_LaserPrinter_v49.2.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Gestetner_GLP800-Scout.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_DesignJet_650C.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_DeskJet_1200C%PS.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_4ML.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_4MP.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_4Si%4SiMX_PS_300dpi.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_4Si%4SiMX_PS_600dpi.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_4_PostScript_600DPI.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_IID_PostScript_Cartridge.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_IIID_PostScript_Cartridge.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_IIID_PostScript_Plus.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_IIIP_PostScript_Cartridge.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_IIIP_PostScript_Plus.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_IIISi_PostScript.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_IIISi_Postscript_2.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_III_PostScript_Cartridge.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_III_PostScript_Plus.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_IIP_PostScript_Cartridge.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_PaintJet_XL300.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/IBM_4019_17_fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/IBM_4019_39_fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/IBM_4029_with_17_Fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/IBM_4029_with_39_Fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/IBM_4216-020.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/IBM_4216-030.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/IDT_OracC_Velociraptor.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/KODAK_ColorEase_PS_Printer.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_100.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_200.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_200_230.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_200_v49.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_260.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_300.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_300_v49.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_300_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_330.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_500.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_500_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_530.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_630.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_830.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_930.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_Pr60.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Monotype_ImageMaster_1200.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Monotype_Imagesetter.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NEC_Colormate_PS%40.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NEC_Colormate_PS%80.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NEC_PC-PR3000PS%4.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NEC_PC-PR3000PS%4F.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NEC_SilentWriter_95.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NEC_SilentWriter_95_v2010.119.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NEC_Silentwriter2_990.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NEC_Silentwriter_1097.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NEC_Silentwriter_80PS2.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NEC_Silentwriter_80PS5.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NEC_Silentwriter_97.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NeXT_400_dpi_Laser_Printer.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NeXT_400_dpi_Level_II_Printer.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NeXT_Color_Printer.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NeXT_Generic_Color.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/OKI_MICROLINE_800PSII_LT.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/OKI_MICROLINE_801PS+F.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/OKI_MICROLINE_801PSII+F.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/OKI_MICROLINE_801PSII.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/OKI_OL850.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/OceColor_G5242_PostScript_Printer.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Oki_OL830-PS.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Oki_OL840-PS.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/OkidataOL870.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Panasonic_KX-P4455.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Panasonic_KX-P5400.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Panasonic_KX-P5400_Fax.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Panasonic_KX-P5410.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Panasonic_KX-P5410_with_39_Fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Personal_LaserWriter_320.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_1700.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_2000.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_2200.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_2210.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_2220.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_410.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_800.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_800_Plus.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_810.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_810_Turbo.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_815.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_815_MR.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_820.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_820_Turbo.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_825.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_825_MR.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS_1725_Print_System.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS_860_Print_System.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS_ColorScript_100.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS_ColorScript_100_Model_10.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS_ColorScript_100_Model_20.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS_ColorScript_100_Model_30.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS_PS_Jet.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS_PS_Jet_Plus.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Qume_ScripTEN.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/RICOH_LP-M32.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Ricoh_PC_Laser_6000-PS.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Scantext_2030-51.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Schlumberger_5232_Color_PostScript_Printer.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Scitex_Dolev_PSM_L2.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Shinko_Color_CHC-746PSJ_PostScript_Printer.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Silentwriter2_290.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Silentwriter2_Model_90.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Silentwriter_LC_890.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Silentwriter_LC_890XL.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/TI_2115_13_fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/TI_2115_35_fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/TI_OmniLaser_2108.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/TI_microLaser16_Turbo.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/TI_microLaser6_Turbo.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/TI_microLaser9_Turbo.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/TI_microLaser_PS17.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/TI_microLaser_PS35.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/TI_microLaser_Pro_600_2013_PS23.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/TI_microLaser_Pro_600_2013_PS65.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/TI_microLaser_XL_PS17.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/TI_microLaser_XL_PS35.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_200J_v2011.108(4).ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_200e.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_200e_with_17_fonts_v2011.108(2).ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_200e_with_17_fonts_v2011.108(3).ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_200e_with_39_fonts_v2011.108(2).ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_200i.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_200i_v2011.108(2).ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_220J.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_220e_with_17_fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_220e_with_39_fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_220i.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_300J_v2013.113.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_300i_v2013.113.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_480.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_480J.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_III_PXi.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_III_PXiJ.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_III_PXi_v2010.116.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_IISD.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_IISDJ.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_IISDX.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_II_PXe_with_17_fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_II_PXe_with_39_fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_II_PXi.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_II_PXiJ.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_II_PXi_v2010.116.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_PXi.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/UNISYS_AP9210_17_Fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/UNISYS_AP9210_39_Fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Unisys_AP9415.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5100A.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5300A.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5300B.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5300C.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5300EA.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5300EB.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5300EC.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5330A.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5330B.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5330C.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5500A.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5500B.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5500C.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5510_or_5100E.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5630A.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5630B.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5660_or_5660E.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5860_or_5860E.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%L300.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%L330.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%L500_or_4000%L530.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4200B-P.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4300P.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4990.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4990T.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_5100E.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_5960E.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_6000.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_6990.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_Series_4000-5300.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_Series_4000-5330.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_Series_4000-5500.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_VT-600P.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_VT-600W.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Xerox_4220_LPS.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Xerox_8812.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Xerox_DocuTech_135.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Xerox_DocuTech_90.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Xerox_MajestiK_5765.ppd -System/Libraries/Resources/PrinterTypes/French.lproj/Linotronic_300.ppd -System/Libraries/Resources/PrinterTypes/German.lproj/Linotronic_300.ppd -System/Libraries/Resources/PrinterTypes/Italian.lproj/Linotronic_300.ppd -System/Libraries/Resources/PrinterTypes/Printers -System/Libraries/Resources/PrinterTypes/Spanish.lproj/Linotronic_300.ppd -System/Libraries/Resources/PrinterTypes/Swedish.lproj/Linotronic_300.ppd -System/Libraries/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/libgmodel.so -System/Libraries/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/libgmodel.so.%%VERSION%% -System/Libraries/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/libgnustep-base.so -System/Libraries/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/libgnustep-base.so.%%VERSION%% -System/Libraries/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/libgnustep-gui.so -System/Libraries/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/libgnustep-gui.so.%%VERSION%% -System/Libraries/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/libgnustep-xgps.so -System/Libraries/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/libgnustep-xgps.so.%%VERSION%% -System/Library/Model/ColorPanel.gmodel -System/Library/Model/SavePanel.gmodel -System/Library/Services/example.service/Resources/Info-gnustep.plist -System/Library/Services/example.service/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/example -System/Makefiles/GNUstep.csh -System/Makefiles/GNUstep.sh -System/Makefiles/MediaBook.func -System/Makefiles/MediaBook.sh -System/Makefiles/aggregate.make -System/Makefiles/application.make -System/Makefiles/brain.make -System/Makefiles/bundle.make -System/Makefiles/clean_cpu.sh -System/Makefiles/clean_os.sh -System/Makefiles/clean_vendor.sh -System/Makefiles/common.make -System/Makefiles/config.guess -System/Makefiles/config.sub -System/Makefiles/cpu.sh -System/Makefiles/ctool.make -System/Makefiles/documentation.make -System/Makefiles/executable.template -System/Makefiles/gswapp.make -System/Makefiles/gswbundle.make -System/Makefiles/install-sh -System/Makefiles/%%GNU_ARCH%%/freebsdelf/config.make -System/Makefiles/%%GNU_ARCH%%/freebsdelf/which_lib -System/Makefiles/java.make -System/Makefiles/jni.make -System/Makefiles/ld_lib_path.csh -System/Makefiles/ld_lib_path.sh -System/Makefiles/library.make -System/Makefiles/mkinstalldirs -System/Makefiles/names.make -System/Makefiles/objc.make -System/Makefiles/os.sh -System/Makefiles/palette.make -System/Makefiles/rootinstall.sh -System/Makefiles/rootuninstall.sh -System/Makefiles/rules.make -System/Makefiles/service.make -System/Makefiles/subproject.make -System/Makefiles/target.make -System/Makefiles/test-application.make -System/Makefiles/test-library.make -System/Makefiles/test-tool.make -System/Makefiles/tool.make -System/Makefiles/transform_paths.sh -System/Makefiles/vendor.sh -System/Makefiles/woapp.make -System/Makefiles/wobundle.make -System/Tools/debugapp -System/Tools/defaults -System/Tools/font_cacher -System/Tools/gdnc -System/Tools/gdomap -System/Tools/gpbs -System/Tools/gsdoc -System/Tools/%%GNU_ARCH%%/freebsdelf/gdomap -System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/defaults -System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/font_cacher -System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/gdnc -System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/gpbs -System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/gsdoc -System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/make_services -System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/pldes -System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/plmerge -System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/plparse -System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/plser -System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/set_show_service -System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/sfparse -System/Tools/make_services -System/Tools/openapp -System/Tools/opentool -System/Tools/pldes -System/Tools/plmerge -System/Tools/plparse -System/Tools/plser -System/Tools/set_show_service -System/Tools/sfparse -System/share/config.site -../etc/gdomap_if -../etc/rc.d/GNUstep.sh -@exec mkdir -p %D/Local -@exec mkdir -p %D/Local/Users -@exec mkdir -p %D/Local/Users/Administrator -@exec mkdir -p %D/Network -@exec mkdir -p %D/System/Apps -@exec mkdir -p %D/System/Documentation -@exec mkdir -p %D/System/Documentation/info -@exec mkdir -p %D/System/Documentation/man -@exec mkdir -p %D/System/Library/Colors -@exec mkdir -p %D/System/Library/PostScript -@dirrm System/share -@dirrm System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps -@dirrm System/Tools/%%GNU_ARCH%%/freebsdelf -@dirrm System/Tools/%%GNU_ARCH%% -@dirrm System/Tools -@dirrm System/Makefiles/%%GNU_ARCH%%/freebsdelf -@dirrm System/Makefiles/%%GNU_ARCH%% -@dirrm System/Makefiles -@dirrm System/Library/Services/example.service/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps -@dirrm System/Library/Services/example.service/%%GNU_ARCH%%/freebsdelf -@dirrm System/Library/Services/example.service/%%GNU_ARCH%% -@dirrm System/Library/Services/example.service/Resources -@dirrm System/Library/Services/example.service -@dirrm System/Library/Services -@dirrm System/Library/PostScript -@dirrm System/Library/Model -@dirrm System/Library/Colors -@dirrm System/Library -@dirrm System/Libraries/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps -@dirrm System/Libraries/%%GNU_ARCH%%/freebsdelf -@dirrm System/Libraries/%%GNU_ARCH%% -@dirrm System/Libraries/Resources/PrinterTypes/Swedish.lproj -@dirrm System/Libraries/Resources/PrinterTypes/Spanish.lproj -@dirrm System/Libraries/Resources/PrinterTypes/Italian.lproj -@dirrm System/Libraries/Resources/PrinterTypes/German.lproj -@dirrm System/Libraries/Resources/PrinterTypes/French.lproj -@dirrm System/Libraries/Resources/PrinterTypes/English.lproj -@dirrm System/Libraries/Resources/PrinterTypes -@dirrm System/Libraries/Resources/NSTimeZones/zones/US -@dirrm System/Libraries/Resources/NSTimeZones/zones/SystemV -@dirrm System/Libraries/Resources/NSTimeZones/zones/Pacific -@dirrm System/Libraries/Resources/NSTimeZones/zones/Mideast -@dirrm System/Libraries/Resources/NSTimeZones/zones/Mexico -@dirrm System/Libraries/Resources/NSTimeZones/zones/Indian -@dirrm System/Libraries/Resources/NSTimeZones/zones/Europe -@dirrm System/Libraries/Resources/NSTimeZones/zones/Etc -@dirrm System/Libraries/Resources/NSTimeZones/zones/Chile -@dirrm System/Libraries/Resources/NSTimeZones/zones/Canada -@dirrm System/Libraries/Resources/NSTimeZones/zones/Brazil -@dirrm System/Libraries/Resources/NSTimeZones/zones/Australia -@dirrm System/Libraries/Resources/NSTimeZones/zones/Atlantic -@dirrm System/Libraries/Resources/NSTimeZones/zones/Asia -@dirrm System/Libraries/Resources/NSTimeZones/zones/Arctic -@dirrm System/Libraries/Resources/NSTimeZones/zones/Antarctica -@dirrm System/Libraries/Resources/NSTimeZones/zones/America/Indiana -@dirrm System/Libraries/Resources/NSTimeZones/zones/America -@dirrm System/Libraries/Resources/NSTimeZones/zones/Africa -@dirrm System/Libraries/Resources/NSTimeZones/zones -@dirrm System/Libraries/Resources/NSTimeZones -@dirrm System/Libraries/Resources/NSCharacterSets -@dirrm System/Libraries/Resources/Images -@dirrm System/Libraries/Resources/DTDs -@dirrm System/Libraries/Resources -@dirrm System/Libraries -@dirrm System/Headers/%%GNU_ARCH%%/freebsdelf -@dirrm System/Headers/%%GNU_ARCH%% -@dirrm System/Headers/gnustep/xgps -@dirrm System/Headers/gnustep/unicode -@dirrm System/Headers/gnustep/base -@dirrm System/Headers/gnustep/Foundation -@dirrm System/Headers/gnustep/AppKit -@dirrm System/Headers/gnustep -@dirrm System/Headers -@dirrm System/Documentation/man -@dirrm System/Documentation/info -@dirrm System/Documentation -@dirrm System/Apps -@dirrm System -@dirrm Network -@dirrm Local/Users/Administrator -@dirrm Local/Users -@dirrm Local diff --git a/x11-toolkits/gnustep-xgps/Makefile b/x11-toolkits/gnustep-xgps/Makefile deleted file mode 100644 index 92eeba7b9935..000000000000 --- a/x11-toolkits/gnustep-xgps/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# New ports collection makefile for: gnustep -# Date created: 03 October 1998 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnustep -PORTVERSION= 0.6.6 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ \ - ftp://ftp.peanuts.org/Mirrors/GNUstep/gnustep/core/ -DISTNAME= gstep-core-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 300000 -BROKEN= "Sorry, this port does not work on FreeBSD-2.2.x" -.endif - -USE_NEWGCC= yes -PREFIX= ${LOCALBASE}/GNUstep -WRKSRC= ${WRKDIR}/${DISTNAME} -GNU_CONFIGURE= yes -CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL} -c" INSTALL_DATA="${INSTALL} -c" -CONFIGURE_ARGS= --with-library-combo=gnu-gnu-gnu-xgps \ - --with-jpeg-library=${LOCALBASE}/lib \ - --with-jpeg-include=${LOCALBASE}/include \ - --with-tiff-library=${LOCALBASE}/lib \ - --with-tiff-include=${LOCALBASE}/include # --enable-threads=posix -CONFIGURE_TARGET= -USE_BISON= yes -USE_GMAKE= yes -USE_XLIB= yes -MAKEFILE= -MAKE_FLAGS= OPTFLAG="${CFLAGS}" -NO_MTREE= yes - -.if ${MACHINE_ARCH} == "i386" -GNU_ARCH= ix86 -.else -GNU_ARCH= ${MACHINE_ARCH} -.endif -PLIST_SUB+= GNU_ARCH=${GNU_ARCH} VERSION=${PORTVERSION} - -ETCDIR= ${PREFIX}/../etc - -post-patch: -.for f in bundle gswapp gswbundle woapp wobundle - ${PERL} -pi -e 's/\$$\(TAR\) ch --exclude=CVS --to-stdout/\$$\(TAR\) -ch --exclude=CVS -f -/g' ${WRKSRC}/make/${f}.make -.endfor - -post-install: - @${MKDIR} ${ETCDIR} - ${INSTALL_SCRIPT} ${FILESDIR}/GNUstep.sh ${ETCDIR}/rc.d - ${INSTALL_DATA} ${FILESDIR}/gdomap_if ${ETCDIR} - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/gnustep-xgps/distinfo b/x11-toolkits/gnustep-xgps/distinfo deleted file mode 100644 index 0a9164864097..000000000000 --- a/x11-toolkits/gnustep-xgps/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gstep-core-0.6.6.tar.gz) = 23d87610859a542b98c348fd9e66b8f8 diff --git a/x11-toolkits/gnustep-xgps/files/GNUstep.sh b/x11-toolkits/gnustep-xgps/files/GNUstep.sh deleted file mode 100644 index 0c53c376a68e..000000000000 --- a/x11-toolkits/gnustep-xgps/files/GNUstep.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -IFFILE=${PREFIX}/etc/gdomap_if -PIDFILE=/var/run/gdomap.pid -GNUSTEP_SYSTEM_ROOT=${PREFIX}/GNUstep/System - -case "$1" in -start) - if [ -e ${GNUSTEP_SYSTEM_ROOT}/Makefiles/GNUstep.sh ]; then - . ${GNUSTEP_SYSTEM_ROOT}/Makefiles/GNUstep.sh - if [ -x ${GNUSTEP_SYSTEM_ROOT}/Tools/gdomap ]; then - rm -f ${PIDFILE} - ${GNUSTEP_SYSTEM_ROOT}/Tools/gdomap -a ${IFFILE} -I ${PIDFILE} - echo -n ' GNUstep' - fi - fi - ;; -stop) - [ -r ${PIDFILE} ] && kill $(cat ${PIDFILE}) && echo -n ' GNUstep' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/x11-toolkits/gnustep-xgps/files/gdomap_if b/x11-toolkits/gnustep-xgps/files/gdomap_if deleted file mode 100644 index dcb650b9b376..000000000000 --- a/x11-toolkits/gnustep-xgps/files/gdomap_if +++ /dev/null @@ -1 +0,0 @@ -127.0.0.1 255.255.255.0 diff --git a/x11-toolkits/gnustep-xgps/files/patch-aa b/x11-toolkits/gnustep-xgps/files/patch-aa deleted file mode 100644 index a9df450b0777..000000000000 --- a/x11-toolkits/gnustep-xgps/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- gui/Source/GNUmakefile.preamble.orig Sun Oct 15 21:47:59 2000 -+++ gui/Source/GNUmakefile.preamble Sun Oct 15 21:48:16 2000 -@@ -63,7 +63,7 @@ - ADDITIONAL_CFLAGS = - - # Additional include directories the compiler should search --ADDITIONAL_INCLUDE_DIRS = -I../Headers -+ADDITIONAL_INCLUDE_DIRS = -I../Headers -I${LOCALBASE}/include - - # Additional LDFLAGS to pass to the linker - ADDITIONAL_LDFLAGS = diff --git a/x11-toolkits/gnustep-xgps/files/patch-ab b/x11-toolkits/gnustep-xgps/files/patch-ab deleted file mode 100644 index 49015f9c1d9f..000000000000 --- a/x11-toolkits/gnustep-xgps/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- xgps/Source/GNUmakefile.preamble.orig Sun Oct 15 22:12:02 2000 -+++ xgps/Source/GNUmakefile.preamble Sun Oct 15 22:12:26 2000 -@@ -55,7 +55,7 @@ - ADDITIONAL_CFLAGS = - - # Additional include directories the compiler should search --ADDITIONAL_INCLUDE_DIRS = -I../Headers \ -+ADDITIONAL_INCLUDE_DIRS = -I../Headers -I${LOCALBASE}/include \ - -I$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS) \ - -I./SharedX - diff --git a/x11-toolkits/gnustep-xgps/pkg-comment b/x11-toolkits/gnustep-xgps/pkg-comment deleted file mode 100644 index bd9d45e35de5..000000000000 --- a/x11-toolkits/gnustep-xgps/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Objective-C libraries based on the OpenStep standard diff --git a/x11-toolkits/gnustep-xgps/pkg-descr b/x11-toolkits/gnustep-xgps/pkg-descr deleted file mode 100644 index ff648a92c60f..000000000000 --- a/x11-toolkits/gnustep-xgps/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -GNUstep is a set of general-purpose Objective-C libraries base on the -OpenStep standard developed by NeXT (now Apple) Inc. The libraries -consist of everything from foundation classes, such as dictionaries and -arrays, to GUI interface classes such as windows, sliders, buttons, etc. - -Please contact the GNUstep maintainers at <discussion@gnustep.org> in -case of questions and help offers. - -WWW: http://www.gnustep.org/ diff --git a/x11-toolkits/gnustep-xgps/pkg-plist b/x11-toolkits/gnustep-xgps/pkg-plist deleted file mode 100644 index 15383b1ed3bc..000000000000 --- a/x11-toolkits/gnustep-xgps/pkg-plist +++ /dev/null @@ -1,1354 +0,0 @@ -System/Headers/gnustep/AppKit/AppKit.h -System/Headers/gnustep/AppKit/AppKitExceptions.h -System/Headers/gnustep/AppKit/DPSOperators.h -System/Headers/gnustep/AppKit/GMAppKit.h -System/Headers/gnustep/AppKit/GMArchiver.h -System/Headers/gnustep/AppKit/GSFontInfo.h -System/Headers/gnustep/AppKit/GSHbox.h -System/Headers/gnustep/AppKit/GSHelpManagerPanel.h -System/Headers/gnustep/AppKit/GSInfoPanel.h -System/Headers/gnustep/AppKit/GSMethodTable.h -System/Headers/gnustep/AppKit/GSPasteboardServer.h -System/Headers/gnustep/AppKit/GSServicesManager.h -System/Headers/gnustep/AppKit/GSTable.h -System/Headers/gnustep/AppKit/GSTrackingRect.h -System/Headers/gnustep/AppKit/GSVbox.h -System/Headers/gnustep/AppKit/GSWraps.h -System/Headers/gnustep/AppKit/IMConnectors.h -System/Headers/gnustep/AppKit/IMCustomObject.h -System/Headers/gnustep/AppKit/IMLoading.h -System/Headers/gnustep/AppKit/NSActionCell.h -System/Headers/gnustep/AppKit/NSAffineTransform.h -System/Headers/gnustep/AppKit/NSApplication.h -System/Headers/gnustep/AppKit/NSAttributedString.h -System/Headers/gnustep/AppKit/NSBezierPath.h -System/Headers/gnustep/AppKit/NSBitmapImageRep.h -System/Headers/gnustep/AppKit/NSBox.h -System/Headers/gnustep/AppKit/NSBrowser.h -System/Headers/gnustep/AppKit/NSBrowserCell.h -System/Headers/gnustep/AppKit/NSButton.h -System/Headers/gnustep/AppKit/NSButtonCell.h -System/Headers/gnustep/AppKit/NSCStringText.h -System/Headers/gnustep/AppKit/NSCachedImageRep.h -System/Headers/gnustep/AppKit/NSCell.h -System/Headers/gnustep/AppKit/NSClipView.h -System/Headers/gnustep/AppKit/NSColor.h -System/Headers/gnustep/AppKit/NSColorList.h -System/Headers/gnustep/AppKit/NSColorPanel.h -System/Headers/gnustep/AppKit/NSColorPicker.h -System/Headers/gnustep/AppKit/NSColorPicking.h -System/Headers/gnustep/AppKit/NSColorPrivate.h -System/Headers/gnustep/AppKit/NSColorWell.h -System/Headers/gnustep/AppKit/NSComboBox.h -System/Headers/gnustep/AppKit/NSComboBoxCell.h -System/Headers/gnustep/AppKit/NSControl.h -System/Headers/gnustep/AppKit/NSCursor.h -System/Headers/gnustep/AppKit/NSCustomImageRep.h -System/Headers/gnustep/AppKit/NSDataLink.h -System/Headers/gnustep/AppKit/NSDataLinkManager.h -System/Headers/gnustep/AppKit/NSDataLinkPanel.h -System/Headers/gnustep/AppKit/NSDocument.h -System/Headers/gnustep/AppKit/NSDocumentController.h -System/Headers/gnustep/AppKit/NSDocumentFrameworkPrivate.h -System/Headers/gnustep/AppKit/NSDragging.h -System/Headers/gnustep/AppKit/NSEPSImageRep.h -System/Headers/gnustep/AppKit/NSEvent.h -System/Headers/gnustep/AppKit/NSFileWrapper.h -System/Headers/gnustep/AppKit/NSFont.h -System/Headers/gnustep/AppKit/NSFontManager.h -System/Headers/gnustep/AppKit/NSFontPanel.h -System/Headers/gnustep/AppKit/NSForm.h -System/Headers/gnustep/AppKit/NSFormCell.h -System/Headers/gnustep/AppKit/NSGraphics.h -System/Headers/gnustep/AppKit/NSGraphicsContext.h -System/Headers/gnustep/AppKit/NSHelpManager.h -System/Headers/gnustep/AppKit/NSHelpPanel.h -System/Headers/gnustep/AppKit/NSImage.h -System/Headers/gnustep/AppKit/NSImageCell.h -System/Headers/gnustep/AppKit/NSImageRep.h -System/Headers/gnustep/AppKit/NSImageView.h -System/Headers/gnustep/AppKit/NSInterfaceStyle.h -System/Headers/gnustep/AppKit/NSLayoutManager.h -System/Headers/gnustep/AppKit/NSMatrix.h -System/Headers/gnustep/AppKit/NSMenu.h -System/Headers/gnustep/AppKit/NSMenuItem.h -System/Headers/gnustep/AppKit/NSMenuItemCell.h -System/Headers/gnustep/AppKit/NSMenuView.h -System/Headers/gnustep/AppKit/NSNibConnector.h -System/Headers/gnustep/AppKit/NSNibDeclarations.h -System/Headers/gnustep/AppKit/NSNibLoading.h -System/Headers/gnustep/AppKit/NSOpenPanel.h -System/Headers/gnustep/AppKit/NSPageLayout.h -System/Headers/gnustep/AppKit/NSPanel.h -System/Headers/gnustep/AppKit/NSParagraphStyle.h -System/Headers/gnustep/AppKit/NSPasteboard.h -System/Headers/gnustep/AppKit/NSPopUpButton.h -System/Headers/gnustep/AppKit/NSPopUpButtonCell.h -System/Headers/gnustep/AppKit/NSPrintInfo.h -System/Headers/gnustep/AppKit/NSPrintOperation.h -System/Headers/gnustep/AppKit/NSPrintPanel.h -System/Headers/gnustep/AppKit/NSPrinter.h -System/Headers/gnustep/AppKit/NSProgressIndicator.h -System/Headers/gnustep/AppKit/NSResponder.h -System/Headers/gnustep/AppKit/NSRulerMarker.h -System/Headers/gnustep/AppKit/NSRulerView.h -System/Headers/gnustep/AppKit/NSSavePanel.h -System/Headers/gnustep/AppKit/NSScreen.h -System/Headers/gnustep/AppKit/NSScrollView.h -System/Headers/gnustep/AppKit/NSScroller.h -System/Headers/gnustep/AppKit/NSSecureTextField.h -System/Headers/gnustep/AppKit/NSSelection.h -System/Headers/gnustep/AppKit/NSSlider.h -System/Headers/gnustep/AppKit/NSSliderCell.h -System/Headers/gnustep/AppKit/NSSpellChecker.h -System/Headers/gnustep/AppKit/NSSpellProtocol.h -System/Headers/gnustep/AppKit/NSSpellServer.h -System/Headers/gnustep/AppKit/NSSplitView.h -System/Headers/gnustep/AppKit/NSStringDrawing.h -System/Headers/gnustep/AppKit/NSTabView.h -System/Headers/gnustep/AppKit/NSTabViewItem.h -System/Headers/gnustep/AppKit/NSTableColumn.h -System/Headers/gnustep/AppKit/NSTableHeaderCell.h -System/Headers/gnustep/AppKit/NSTableHeaderView.h -System/Headers/gnustep/AppKit/NSTableView.h -System/Headers/gnustep/AppKit/NSText.h -System/Headers/gnustep/AppKit/NSTextAttachment.h -System/Headers/gnustep/AppKit/NSTextContainer.h -System/Headers/gnustep/AppKit/NSTextField.h -System/Headers/gnustep/AppKit/NSTextFieldCell.h -System/Headers/gnustep/AppKit/NSTextStorage.h -System/Headers/gnustep/AppKit/NSTextView.h -System/Headers/gnustep/AppKit/NSView.h -System/Headers/gnustep/AppKit/NSWindow.h -System/Headers/gnustep/AppKit/NSWindowController.h -System/Headers/gnustep/AppKit/NSWorkspace.h -System/Headers/gnustep/AppKit/PSOperators.h -System/Headers/gnustep/AppKit/nsimage-tiff.h -System/Headers/gnustep/Foundation/DistributedObjects.h -System/Headers/gnustep/Foundation/Foundation.h -System/Headers/gnustep/Foundation/NSArchiver.h -System/Headers/gnustep/Foundation/NSArray.h -System/Headers/gnustep/Foundation/NSAttributedString.h -System/Headers/gnustep/Foundation/NSAutoreleasePool.h -System/Headers/gnustep/Foundation/NSBitmapCharSet.h -System/Headers/gnustep/Foundation/NSBundle.h -System/Headers/gnustep/Foundation/NSByteOrder.h -System/Headers/gnustep/Foundation/NSCharacterSet.h -System/Headers/gnustep/Foundation/NSCoder.h -System/Headers/gnustep/Foundation/NSConcreteNumber.h -System/Headers/gnustep/Foundation/NSConcreteValue.h -System/Headers/gnustep/Foundation/NSConnection.h -System/Headers/gnustep/Foundation/NSData.h -System/Headers/gnustep/Foundation/NSDate.h -System/Headers/gnustep/Foundation/NSDateFormatter.h -System/Headers/gnustep/Foundation/NSDebug.h -System/Headers/gnustep/Foundation/NSDecimal.h -System/Headers/gnustep/Foundation/NSDecimalNumber.h -System/Headers/gnustep/Foundation/NSDictionary.h -System/Headers/gnustep/Foundation/NSDistantObject.h -System/Headers/gnustep/Foundation/NSDistributedLock.h -System/Headers/gnustep/Foundation/NSDistributedNotificationCenter.h -System/Headers/gnustep/Foundation/NSEnumerator.h -System/Headers/gnustep/Foundation/NSException.h -System/Headers/gnustep/Foundation/NSFileHandle.h -System/Headers/gnustep/Foundation/NSFileManager.h -System/Headers/gnustep/Foundation/NSFormatter.h -System/Headers/gnustep/Foundation/NSGArray.h -System/Headers/gnustep/Foundation/NSGAttributedString.h -System/Headers/gnustep/Foundation/NSGCString.h -System/Headers/gnustep/Foundation/NSGSet.h -System/Headers/gnustep/Foundation/NSGString.h -System/Headers/gnustep/Foundation/NSGeometry.h -System/Headers/gnustep/Foundation/NSHashTable.h -System/Headers/gnustep/Foundation/NSHost.h -System/Headers/gnustep/Foundation/NSInvocation.h -System/Headers/gnustep/Foundation/NSLock.h -System/Headers/gnustep/Foundation/NSMapTable.h -System/Headers/gnustep/Foundation/NSMethodSignature.h -System/Headers/gnustep/Foundation/NSNotification.h -System/Headers/gnustep/Foundation/NSNotificationQueue.h -System/Headers/gnustep/Foundation/NSObjCRuntime.h -System/Headers/gnustep/Foundation/NSObject.h -System/Headers/gnustep/Foundation/NSPathUtilities.h -System/Headers/gnustep/Foundation/NSPort.h -System/Headers/gnustep/Foundation/NSPortCoder.h -System/Headers/gnustep/Foundation/NSPortMessage.h -System/Headers/gnustep/Foundation/NSPortNameServer.h -System/Headers/gnustep/Foundation/NSProcessInfo.h -System/Headers/gnustep/Foundation/NSProtocolChecker.h -System/Headers/gnustep/Foundation/NSProxy.h -System/Headers/gnustep/Foundation/NSRange.h -System/Headers/gnustep/Foundation/NSRunLoop.h -System/Headers/gnustep/Foundation/NSScanner.h -System/Headers/gnustep/Foundation/NSSerialization.h -System/Headers/gnustep/Foundation/NSSet.h -System/Headers/gnustep/Foundation/NSString.h -System/Headers/gnustep/Foundation/NSTask.h -System/Headers/gnustep/Foundation/NSThread.h -System/Headers/gnustep/Foundation/NSTimer.h -System/Headers/gnustep/Foundation/NSURL.h -System/Headers/gnustep/Foundation/NSURLHandle.h -System/Headers/gnustep/Foundation/NSUndoManager.h -System/Headers/gnustep/Foundation/NSUserDefaults.h -System/Headers/gnustep/Foundation/NSUtilities.h -System/Headers/gnustep/Foundation/NSValue.h -System/Headers/gnustep/Foundation/NSZone.h -System/Headers/gnustep/Foundation/objc-load.h -System/Headers/gnustep/base/GSIArray.h -System/Headers/gnustep/base/GSIMap.h -System/Headers/gnustep/base/GSUnion.h -System/Headers/gnustep/base/GetDefEncoding.h -System/Headers/gnustep/base/Unicode.h -System/Headers/gnustep/base/UnixFileHandle.h -System/Headers/gnustep/base/behavior.h -System/Headers/gnustep/base/fast.x -System/Headers/gnustep/base/numbers.h -System/Headers/gnustep/base/o_array.h -System/Headers/gnustep/base/o_array_bas.h -System/Headers/gnustep/base/o_array_cbs.h -System/Headers/gnustep/base/o_cbs.h -System/Headers/gnustep/base/o_hash.h -System/Headers/gnustep/base/o_hash_bas.h -System/Headers/gnustep/base/o_hash_cbs.h -System/Headers/gnustep/base/o_list.h -System/Headers/gnustep/base/o_list_bas.h -System/Headers/gnustep/base/o_list_cbs.h -System/Headers/gnustep/base/o_map.h -System/Headers/gnustep/base/o_map_bas.h -System/Headers/gnustep/base/o_map_cbs.h -System/Headers/gnustep/base/objc-gnu2next.h -System/Headers/gnustep/base/preface.h -System/Headers/gnustep/unicode/caseconv.h -System/Headers/gnustep/unicode/cop.h -System/Headers/gnustep/unicode/cyrillic.h -System/Headers/gnustep/unicode/decomp.h -System/Headers/gnustep/unicode/latin2.h -System/Headers/gnustep/unicode/nextstep.h -System/Headers/gnustep/xgps/XGContext.h -System/Headers/gnustep/xgps/XGContextPrivate.h -System/Headers/gnustep/xgps/XGContextWindow.h -System/Headers/gnustep/xgps/XGDrawObject.h -System/Headers/gnustep/xgps/XGGState.h -System/Headers/gnustep/xgps/XGGStateOps.h -System/Headers/%%GNU_ARCH%%/freebsdelf/GSConfig.h -System/Headers/%%GNU_ARCH%%/freebsdelf/mframe.h -System/Libraries/Resources/DTDs/gsdoc-0_6_5.dtd -System/Libraries/Resources/DTDs/gsdoc-0_6_6.dtd -System/Libraries/Resources/GNUstepSystemXFontList -System/Libraries/Resources/Images/GNUstep.tiff -System/Libraries/Resources/Images/GNUstepMenuImage.tiff -System/Libraries/Resources/Images/GNUstep_Images_Copyright -System/Libraries/Resources/Images/NSComboArrow.tiff -System/Libraries/Resources/Images/common_2DCheckMark.tiff -System/Libraries/Resources/Images/common_2DDash.tiff -System/Libraries/Resources/Images/common_3DArrowDown.tiff -System/Libraries/Resources/Images/common_3DArrowRight.tiff -System/Libraries/Resources/Images/common_3DArrowRightH.tiff -System/Libraries/Resources/Images/common_ArrowDown.tiff -System/Libraries/Resources/Images/common_ArrowDownH.tiff -System/Libraries/Resources/Images/common_ArrowLeft.tiff -System/Libraries/Resources/Images/common_ArrowLeftH.tiff -System/Libraries/Resources/Images/common_ArrowRight.tiff -System/Libraries/Resources/Images/common_ArrowRightH.tiff -System/Libraries/Resources/Images/common_ArrowUp.tiff -System/Libraries/Resources/Images/common_ArrowUpH.tiff -System/Libraries/Resources/Images/common_Close.tiff -System/Libraries/Resources/Images/common_CloseBroken.tiff -System/Libraries/Resources/Images/common_CloseH.tiff -System/Libraries/Resources/Images/common_ColorSwatch.tiff -System/Libraries/Resources/Images/common_Diamond.tiff -System/Libraries/Resources/Images/common_Dimple.tiff -System/Libraries/Resources/Images/common_DownArrowSmall.tiff -System/Libraries/Resources/Images/common_Folder.tiff -System/Libraries/Resources/Images/common_Home.tiff -System/Libraries/Resources/Images/common_Mount.tiff -System/Libraries/Resources/Images/common_Nibble.tiff -System/Libraries/Resources/Images/common_RadioOff.tiff -System/Libraries/Resources/Images/common_RadioOn.tiff -System/Libraries/Resources/Images/common_Right.tiff -System/Libraries/Resources/Images/common_RightH.tiff -System/Libraries/Resources/Images/common_Root_Apple.tiff -System/Libraries/Resources/Images/common_Root_PC.tiff -System/Libraries/Resources/Images/common_Root_SGI.tiff -System/Libraries/Resources/Images/common_Root_Sparc.tiff -System/Libraries/Resources/Images/common_Root_Sparc2.tiff -System/Libraries/Resources/Images/common_SliderHoriz.tiff -System/Libraries/Resources/Images/common_SliderVert.tiff -System/Libraries/Resources/Images/common_SwitchOff.tiff -System/Libraries/Resources/Images/common_SwitchOn.tiff -System/Libraries/Resources/Images/common_TabDownSelectedLeft.tiff -System/Libraries/Resources/Images/common_TabDownSelectedRight.tiff -System/Libraries/Resources/Images/common_TabDownSelectedToUnSelectedJunction.tiff -System/Libraries/Resources/Images/common_TabDownUnSelectedJunction.tiff -System/Libraries/Resources/Images/common_TabDownUnSelectedLeft.tiff -System/Libraries/Resources/Images/common_TabDownUnSelectedRight.tiff -System/Libraries/Resources/Images/common_TabDownUnSelectedToSelectedJunction.tiff -System/Libraries/Resources/Images/common_TabSelectedLeft.tiff -System/Libraries/Resources/Images/common_TabSelectedRight.tiff -System/Libraries/Resources/Images/common_TabSelectedToUnSelectedJunction.tiff -System/Libraries/Resources/Images/common_TabUnSelectToSelectedJunction.tiff -System/Libraries/Resources/Images/common_TabUnSelectedJunction.tiff -System/Libraries/Resources/Images/common_TabUnSelectedLeft.tiff -System/Libraries/Resources/Images/common_TabUnSelectedRight.tiff -System/Libraries/Resources/Images/common_Tile.tiff -System/Libraries/Resources/Images/common_Unknown.tiff -System/Libraries/Resources/Images/common_Unmount.tiff -System/Libraries/Resources/Images/common_UpAndDownArrowSmall.tiff -System/Libraries/Resources/Images/common_WMClose.tiff -System/Libraries/Resources/Images/common_WMCloseBroken.tiff -System/Libraries/Resources/Images/common_ret.tiff -System/Libraries/Resources/Images/nsmapping.strings -System/Libraries/Resources/NSCharacterSets/README.CharSet -System/Libraries/Resources/NSCharacterSets/alphanumericCharSet.dat -System/Libraries/Resources/NSCharacterSets/controlCharSet.dat -System/Libraries/Resources/NSCharacterSets/decimalDigitCharSet.dat -System/Libraries/Resources/NSCharacterSets/decomposableCharSet.dat -System/Libraries/Resources/NSCharacterSets/illegalCharSet.dat -System/Libraries/Resources/NSCharacterSets/letterCharSet.dat -System/Libraries/Resources/NSCharacterSets/lowercaseLetterCharSet.dat -System/Libraries/Resources/NSCharacterSets/nonBaseCharSet.dat -System/Libraries/Resources/NSCharacterSets/punctuationCharSet.dat -System/Libraries/Resources/NSCharacterSets/symbolAndOperatorCharSet.dat -System/Libraries/Resources/NSCharacterSets/uppercaseLetterCharSet.dat -System/Libraries/Resources/NSCharacterSets/whitespaceAndNlCharSet.dat -System/Libraries/Resources/NSCharacterSets/whitespaceCharSet.dat -System/Libraries/Resources/NSTimeZones/.README.swp -System/Libraries/Resources/NSTimeZones/GNUmakefile -System/Libraries/Resources/NSTimeZones/GNUstep_zones -System/Libraries/Resources/NSTimeZones/README -System/Libraries/Resources/NSTimeZones/abbreviations -System/Libraries/Resources/NSTimeZones/create-abbrevs.m -System/Libraries/Resources/NSTimeZones/create-regions.m -System/Libraries/Resources/NSTimeZones/nstimezone.m -System/Libraries/Resources/NSTimeZones/regions -System/Libraries/Resources/NSTimeZones/zones/Africa/Abidjan -System/Libraries/Resources/NSTimeZones/zones/Africa/Accra -System/Libraries/Resources/NSTimeZones/zones/Africa/Addis_Ababa -System/Libraries/Resources/NSTimeZones/zones/Africa/Algiers -System/Libraries/Resources/NSTimeZones/zones/Africa/Asmera -System/Libraries/Resources/NSTimeZones/zones/Africa/Bamako -System/Libraries/Resources/NSTimeZones/zones/Africa/Bangui -System/Libraries/Resources/NSTimeZones/zones/Africa/Banjul -System/Libraries/Resources/NSTimeZones/zones/Africa/Bissau -System/Libraries/Resources/NSTimeZones/zones/Africa/Blantyre -System/Libraries/Resources/NSTimeZones/zones/Africa/Brazzaville -System/Libraries/Resources/NSTimeZones/zones/Africa/Bujumbura -System/Libraries/Resources/NSTimeZones/zones/Africa/Cairo -System/Libraries/Resources/NSTimeZones/zones/Africa/Casablanca -System/Libraries/Resources/NSTimeZones/zones/Africa/Ceuta -System/Libraries/Resources/NSTimeZones/zones/Africa/Conakry -System/Libraries/Resources/NSTimeZones/zones/Africa/Dakar -System/Libraries/Resources/NSTimeZones/zones/Africa/Dar_es_Salaam -System/Libraries/Resources/NSTimeZones/zones/Africa/Djibouti -System/Libraries/Resources/NSTimeZones/zones/Africa/Douala -System/Libraries/Resources/NSTimeZones/zones/Africa/El_Aaiun -System/Libraries/Resources/NSTimeZones/zones/Africa/Freetown -System/Libraries/Resources/NSTimeZones/zones/Africa/Gaborone -System/Libraries/Resources/NSTimeZones/zones/Africa/Harare -System/Libraries/Resources/NSTimeZones/zones/Africa/Johannesburg -System/Libraries/Resources/NSTimeZones/zones/Africa/Kampala -System/Libraries/Resources/NSTimeZones/zones/Africa/Khartoum -System/Libraries/Resources/NSTimeZones/zones/Africa/Kigali -System/Libraries/Resources/NSTimeZones/zones/Africa/Kinshasa -System/Libraries/Resources/NSTimeZones/zones/Africa/Lagos -System/Libraries/Resources/NSTimeZones/zones/Africa/Libreville -System/Libraries/Resources/NSTimeZones/zones/Africa/Lome -System/Libraries/Resources/NSTimeZones/zones/Africa/Luanda -System/Libraries/Resources/NSTimeZones/zones/Africa/Lubumbashi -System/Libraries/Resources/NSTimeZones/zones/Africa/Lusaka -System/Libraries/Resources/NSTimeZones/zones/Africa/Malabo -System/Libraries/Resources/NSTimeZones/zones/Africa/Maputo -System/Libraries/Resources/NSTimeZones/zones/Africa/Maseru -System/Libraries/Resources/NSTimeZones/zones/Africa/Mbabane -System/Libraries/Resources/NSTimeZones/zones/Africa/Mogadishu -System/Libraries/Resources/NSTimeZones/zones/Africa/Monrovia -System/Libraries/Resources/NSTimeZones/zones/Africa/Nairobi -System/Libraries/Resources/NSTimeZones/zones/Africa/Ndjamena -System/Libraries/Resources/NSTimeZones/zones/Africa/Niamey -System/Libraries/Resources/NSTimeZones/zones/Africa/Nouakchott -System/Libraries/Resources/NSTimeZones/zones/Africa/Ouagadougou -System/Libraries/Resources/NSTimeZones/zones/Africa/Porto-Novo -System/Libraries/Resources/NSTimeZones/zones/Africa/Sao_Tome -System/Libraries/Resources/NSTimeZones/zones/Africa/Timbuktu -System/Libraries/Resources/NSTimeZones/zones/Africa/Tripoli -System/Libraries/Resources/NSTimeZones/zones/Africa/Tunis -System/Libraries/Resources/NSTimeZones/zones/Africa/Windhoek -System/Libraries/Resources/NSTimeZones/zones/America/Adak -System/Libraries/Resources/NSTimeZones/zones/America/Anchorage -System/Libraries/Resources/NSTimeZones/zones/America/Anguilla -System/Libraries/Resources/NSTimeZones/zones/America/Antigua -System/Libraries/Resources/NSTimeZones/zones/America/Araguaina -System/Libraries/Resources/NSTimeZones/zones/America/Aruba -System/Libraries/Resources/NSTimeZones/zones/America/Asuncion -System/Libraries/Resources/NSTimeZones/zones/America/Atka -System/Libraries/Resources/NSTimeZones/zones/America/Barbados -System/Libraries/Resources/NSTimeZones/zones/America/Belem -System/Libraries/Resources/NSTimeZones/zones/America/Belize -System/Libraries/Resources/NSTimeZones/zones/America/Boa_Vista -System/Libraries/Resources/NSTimeZones/zones/America/Bogota -System/Libraries/Resources/NSTimeZones/zones/America/Boise -System/Libraries/Resources/NSTimeZones/zones/America/Buenos_Aires -System/Libraries/Resources/NSTimeZones/zones/America/Cambridge_Bay -System/Libraries/Resources/NSTimeZones/zones/America/Cancun -System/Libraries/Resources/NSTimeZones/zones/America/Caracas -System/Libraries/Resources/NSTimeZones/zones/America/Catamarca -System/Libraries/Resources/NSTimeZones/zones/America/Cayenne -System/Libraries/Resources/NSTimeZones/zones/America/Cayman -System/Libraries/Resources/NSTimeZones/zones/America/Chicago -System/Libraries/Resources/NSTimeZones/zones/America/Chihuahua -System/Libraries/Resources/NSTimeZones/zones/America/Cordoba -System/Libraries/Resources/NSTimeZones/zones/America/Costa_Rica -System/Libraries/Resources/NSTimeZones/zones/America/Cuiaba -System/Libraries/Resources/NSTimeZones/zones/America/Curacao -System/Libraries/Resources/NSTimeZones/zones/America/Dawson -System/Libraries/Resources/NSTimeZones/zones/America/Dawson_Creek -System/Libraries/Resources/NSTimeZones/zones/America/Denver -System/Libraries/Resources/NSTimeZones/zones/America/Detroit -System/Libraries/Resources/NSTimeZones/zones/America/Dominica -System/Libraries/Resources/NSTimeZones/zones/America/Edmonton -System/Libraries/Resources/NSTimeZones/zones/America/El_Salvador -System/Libraries/Resources/NSTimeZones/zones/America/Ensenada -System/Libraries/Resources/NSTimeZones/zones/America/Fort_Wayne -System/Libraries/Resources/NSTimeZones/zones/America/Fortaleza -System/Libraries/Resources/NSTimeZones/zones/America/Glace_Bay -System/Libraries/Resources/NSTimeZones/zones/America/Godthab -System/Libraries/Resources/NSTimeZones/zones/America/Goose_Bay -System/Libraries/Resources/NSTimeZones/zones/America/Grand_Turk -System/Libraries/Resources/NSTimeZones/zones/America/Grenada -System/Libraries/Resources/NSTimeZones/zones/America/Guadeloupe -System/Libraries/Resources/NSTimeZones/zones/America/Guatemala -System/Libraries/Resources/NSTimeZones/zones/America/Guayaquil -System/Libraries/Resources/NSTimeZones/zones/America/Guyana -System/Libraries/Resources/NSTimeZones/zones/America/Halifax -System/Libraries/Resources/NSTimeZones/zones/America/Havana -System/Libraries/Resources/NSTimeZones/zones/America/Hermosillo -System/Libraries/Resources/NSTimeZones/zones/America/Indiana/Indianapolis -System/Libraries/Resources/NSTimeZones/zones/America/Indiana/Knox -System/Libraries/Resources/NSTimeZones/zones/America/Indiana/Marengo -System/Libraries/Resources/NSTimeZones/zones/America/Indiana/Vevay -System/Libraries/Resources/NSTimeZones/zones/America/Indianapolis -System/Libraries/Resources/NSTimeZones/zones/America/Inuvik -System/Libraries/Resources/NSTimeZones/zones/America/Iqaluit -System/Libraries/Resources/NSTimeZones/zones/America/Jamaica -System/Libraries/Resources/NSTimeZones/zones/America/Jujuy -System/Libraries/Resources/NSTimeZones/zones/America/Juneau -System/Libraries/Resources/NSTimeZones/zones/America/Knox_IN -System/Libraries/Resources/NSTimeZones/zones/America/La_Paz -System/Libraries/Resources/NSTimeZones/zones/America/Lima -System/Libraries/Resources/NSTimeZones/zones/America/Los_Angeles -System/Libraries/Resources/NSTimeZones/zones/America/Louisville -System/Libraries/Resources/NSTimeZones/zones/America/Maceio -System/Libraries/Resources/NSTimeZones/zones/America/Managua -System/Libraries/Resources/NSTimeZones/zones/America/Manaus -System/Libraries/Resources/NSTimeZones/zones/America/Martinique -System/Libraries/Resources/NSTimeZones/zones/America/Mazatlan -System/Libraries/Resources/NSTimeZones/zones/America/Mendoza -System/Libraries/Resources/NSTimeZones/zones/America/Menominee -System/Libraries/Resources/NSTimeZones/zones/America/Merida -System/Libraries/Resources/NSTimeZones/zones/America/Mexico_City -System/Libraries/Resources/NSTimeZones/zones/America/Miquelon -System/Libraries/Resources/NSTimeZones/zones/America/Monterrey -System/Libraries/Resources/NSTimeZones/zones/America/Montevideo -System/Libraries/Resources/NSTimeZones/zones/America/Montreal -System/Libraries/Resources/NSTimeZones/zones/America/Montserrat -System/Libraries/Resources/NSTimeZones/zones/America/Nassau -System/Libraries/Resources/NSTimeZones/zones/America/New_York -System/Libraries/Resources/NSTimeZones/zones/America/Nipigon -System/Libraries/Resources/NSTimeZones/zones/America/Nome -System/Libraries/Resources/NSTimeZones/zones/America/Noronha -System/Libraries/Resources/NSTimeZones/zones/America/Panama -System/Libraries/Resources/NSTimeZones/zones/America/Pangnirtung -System/Libraries/Resources/NSTimeZones/zones/America/Paramaribo -System/Libraries/Resources/NSTimeZones/zones/America/Phoenix -System/Libraries/Resources/NSTimeZones/zones/America/Port-au-Prince -System/Libraries/Resources/NSTimeZones/zones/America/Port_of_Spain -System/Libraries/Resources/NSTimeZones/zones/America/Porto_Acre -System/Libraries/Resources/NSTimeZones/zones/America/Porto_Velho -System/Libraries/Resources/NSTimeZones/zones/America/Puerto_Rico -System/Libraries/Resources/NSTimeZones/zones/America/Rainy_River -System/Libraries/Resources/NSTimeZones/zones/America/Rankin_Inlet -System/Libraries/Resources/NSTimeZones/zones/America/Regina -System/Libraries/Resources/NSTimeZones/zones/America/Rosario -System/Libraries/Resources/NSTimeZones/zones/America/Santiago -System/Libraries/Resources/NSTimeZones/zones/America/Santo_Domingo -System/Libraries/Resources/NSTimeZones/zones/America/Sao_Paulo -System/Libraries/Resources/NSTimeZones/zones/America/Scoresbysund -System/Libraries/Resources/NSTimeZones/zones/America/Shiprock -System/Libraries/Resources/NSTimeZones/zones/America/St_Johns -System/Libraries/Resources/NSTimeZones/zones/America/St_Kitts -System/Libraries/Resources/NSTimeZones/zones/America/St_Lucia -System/Libraries/Resources/NSTimeZones/zones/America/St_Thomas -System/Libraries/Resources/NSTimeZones/zones/America/St_Vincent -System/Libraries/Resources/NSTimeZones/zones/America/Swift_Current -System/Libraries/Resources/NSTimeZones/zones/America/Tegucigalpa -System/Libraries/Resources/NSTimeZones/zones/America/Thule -System/Libraries/Resources/NSTimeZones/zones/America/Thunder_Bay -System/Libraries/Resources/NSTimeZones/zones/America/Tijuana -System/Libraries/Resources/NSTimeZones/zones/America/Tortola -System/Libraries/Resources/NSTimeZones/zones/America/Vancouver -System/Libraries/Resources/NSTimeZones/zones/America/Virgin -System/Libraries/Resources/NSTimeZones/zones/America/Whitehorse -System/Libraries/Resources/NSTimeZones/zones/America/Winnipeg -System/Libraries/Resources/NSTimeZones/zones/America/Yakutat -System/Libraries/Resources/NSTimeZones/zones/America/Yellowknife -System/Libraries/Resources/NSTimeZones/zones/Antarctica/Casey -System/Libraries/Resources/NSTimeZones/zones/Antarctica/Davis -System/Libraries/Resources/NSTimeZones/zones/Antarctica/DumontDUrville -System/Libraries/Resources/NSTimeZones/zones/Antarctica/Mawson -System/Libraries/Resources/NSTimeZones/zones/Antarctica/McMurdo -System/Libraries/Resources/NSTimeZones/zones/Antarctica/Palmer -System/Libraries/Resources/NSTimeZones/zones/Antarctica/South_Pole -System/Libraries/Resources/NSTimeZones/zones/Antarctica/Syowa -System/Libraries/Resources/NSTimeZones/zones/Arctic/Longyearbyen -System/Libraries/Resources/NSTimeZones/zones/Asia/Aden -System/Libraries/Resources/NSTimeZones/zones/Asia/Almaty -System/Libraries/Resources/NSTimeZones/zones/Asia/Amman -System/Libraries/Resources/NSTimeZones/zones/Asia/Anadyr -System/Libraries/Resources/NSTimeZones/zones/Asia/Aqtau -System/Libraries/Resources/NSTimeZones/zones/Asia/Aqtobe -System/Libraries/Resources/NSTimeZones/zones/Asia/Ashkhabad -System/Libraries/Resources/NSTimeZones/zones/Asia/Baghdad -System/Libraries/Resources/NSTimeZones/zones/Asia/Bahrain -System/Libraries/Resources/NSTimeZones/zones/Asia/Baku -System/Libraries/Resources/NSTimeZones/zones/Asia/Bangkok -System/Libraries/Resources/NSTimeZones/zones/Asia/Beirut -System/Libraries/Resources/NSTimeZones/zones/Asia/Bishkek -System/Libraries/Resources/NSTimeZones/zones/Asia/Brunei -System/Libraries/Resources/NSTimeZones/zones/Asia/Calcutta -System/Libraries/Resources/NSTimeZones/zones/Asia/Chungking -System/Libraries/Resources/NSTimeZones/zones/Asia/Colombo -System/Libraries/Resources/NSTimeZones/zones/Asia/Dacca -System/Libraries/Resources/NSTimeZones/zones/Asia/Damascus -System/Libraries/Resources/NSTimeZones/zones/Asia/Dili -System/Libraries/Resources/NSTimeZones/zones/Asia/Dubai -System/Libraries/Resources/NSTimeZones/zones/Asia/Dushanbe -System/Libraries/Resources/NSTimeZones/zones/Asia/Gaza -System/Libraries/Resources/NSTimeZones/zones/Asia/Harbin -System/Libraries/Resources/NSTimeZones/zones/Asia/Hong_Kong -System/Libraries/Resources/NSTimeZones/zones/Asia/Hovd -System/Libraries/Resources/NSTimeZones/zones/Asia/Irkutsk -System/Libraries/Resources/NSTimeZones/zones/Asia/Istanbul -System/Libraries/Resources/NSTimeZones/zones/Asia/Jakarta -System/Libraries/Resources/NSTimeZones/zones/Asia/Jayapura -System/Libraries/Resources/NSTimeZones/zones/Asia/Jerusalem -System/Libraries/Resources/NSTimeZones/zones/Asia/Kabul -System/Libraries/Resources/NSTimeZones/zones/Asia/Kamchatka -System/Libraries/Resources/NSTimeZones/zones/Asia/Karachi -System/Libraries/Resources/NSTimeZones/zones/Asia/Kashgar -System/Libraries/Resources/NSTimeZones/zones/Asia/Katmandu -System/Libraries/Resources/NSTimeZones/zones/Asia/Krasnoyarsk -System/Libraries/Resources/NSTimeZones/zones/Asia/Kuala_Lumpur -System/Libraries/Resources/NSTimeZones/zones/Asia/Kuching -System/Libraries/Resources/NSTimeZones/zones/Asia/Kuwait -System/Libraries/Resources/NSTimeZones/zones/Asia/Macao -System/Libraries/Resources/NSTimeZones/zones/Asia/Magadan -System/Libraries/Resources/NSTimeZones/zones/Asia/Manila -System/Libraries/Resources/NSTimeZones/zones/Asia/Muscat -System/Libraries/Resources/NSTimeZones/zones/Asia/Nicosia -System/Libraries/Resources/NSTimeZones/zones/Asia/Novosibirsk -System/Libraries/Resources/NSTimeZones/zones/Asia/Omsk -System/Libraries/Resources/NSTimeZones/zones/Asia/Phnom_Penh -System/Libraries/Resources/NSTimeZones/zones/Asia/Pyongyang -System/Libraries/Resources/NSTimeZones/zones/Asia/Qatar -System/Libraries/Resources/NSTimeZones/zones/Asia/Rangoon -System/Libraries/Resources/NSTimeZones/zones/Asia/Riyadh -System/Libraries/Resources/NSTimeZones/zones/Asia/Riyadh87 -System/Libraries/Resources/NSTimeZones/zones/Asia/Riyadh88 -System/Libraries/Resources/NSTimeZones/zones/Asia/Riyadh89 -System/Libraries/Resources/NSTimeZones/zones/Asia/Saigon -System/Libraries/Resources/NSTimeZones/zones/Asia/Samarkand -System/Libraries/Resources/NSTimeZones/zones/Asia/Seoul -System/Libraries/Resources/NSTimeZones/zones/Asia/Shanghai -System/Libraries/Resources/NSTimeZones/zones/Asia/Singapore -System/Libraries/Resources/NSTimeZones/zones/Asia/Taipei -System/Libraries/Resources/NSTimeZones/zones/Asia/Tashkent -System/Libraries/Resources/NSTimeZones/zones/Asia/Tbilisi -System/Libraries/Resources/NSTimeZones/zones/Asia/Tehran -System/Libraries/Resources/NSTimeZones/zones/Asia/Tel_Aviv -System/Libraries/Resources/NSTimeZones/zones/Asia/Thimbu -System/Libraries/Resources/NSTimeZones/zones/Asia/Tokyo -System/Libraries/Resources/NSTimeZones/zones/Asia/Ujung_Pandang -System/Libraries/Resources/NSTimeZones/zones/Asia/Ulaanbaatar -System/Libraries/Resources/NSTimeZones/zones/Asia/Ulan_Bator -System/Libraries/Resources/NSTimeZones/zones/Asia/Urumqi -System/Libraries/Resources/NSTimeZones/zones/Asia/Vientiane -System/Libraries/Resources/NSTimeZones/zones/Asia/Vladivostok -System/Libraries/Resources/NSTimeZones/zones/Asia/Yakutsk -System/Libraries/Resources/NSTimeZones/zones/Asia/Yekaterinburg -System/Libraries/Resources/NSTimeZones/zones/Asia/Yerevan -System/Libraries/Resources/NSTimeZones/zones/Atlantic/Azores -System/Libraries/Resources/NSTimeZones/zones/Atlantic/Bermuda -System/Libraries/Resources/NSTimeZones/zones/Atlantic/Canary -System/Libraries/Resources/NSTimeZones/zones/Atlantic/Cape_Verde -System/Libraries/Resources/NSTimeZones/zones/Atlantic/Faeroe -System/Libraries/Resources/NSTimeZones/zones/Atlantic/Jan_Mayen -System/Libraries/Resources/NSTimeZones/zones/Atlantic/Madeira -System/Libraries/Resources/NSTimeZones/zones/Atlantic/Reykjavik -System/Libraries/Resources/NSTimeZones/zones/Atlantic/South_Georgia -System/Libraries/Resources/NSTimeZones/zones/Atlantic/St_Helena -System/Libraries/Resources/NSTimeZones/zones/Atlantic/Stanley -System/Libraries/Resources/NSTimeZones/zones/Australia/ACT -System/Libraries/Resources/NSTimeZones/zones/Australia/Adelaide -System/Libraries/Resources/NSTimeZones/zones/Australia/Brisbane -System/Libraries/Resources/NSTimeZones/zones/Australia/Broken_Hill -System/Libraries/Resources/NSTimeZones/zones/Australia/Canberra -System/Libraries/Resources/NSTimeZones/zones/Australia/Darwin -System/Libraries/Resources/NSTimeZones/zones/Australia/Hobart -System/Libraries/Resources/NSTimeZones/zones/Australia/LHI -System/Libraries/Resources/NSTimeZones/zones/Australia/Lindeman -System/Libraries/Resources/NSTimeZones/zones/Australia/Lord_Howe -System/Libraries/Resources/NSTimeZones/zones/Australia/Melbourne -System/Libraries/Resources/NSTimeZones/zones/Australia/NSW -System/Libraries/Resources/NSTimeZones/zones/Australia/North -System/Libraries/Resources/NSTimeZones/zones/Australia/Perth -System/Libraries/Resources/NSTimeZones/zones/Australia/Queensland -System/Libraries/Resources/NSTimeZones/zones/Australia/South -System/Libraries/Resources/NSTimeZones/zones/Australia/Sydney -System/Libraries/Resources/NSTimeZones/zones/Australia/Tasmania -System/Libraries/Resources/NSTimeZones/zones/Australia/Victoria -System/Libraries/Resources/NSTimeZones/zones/Australia/West -System/Libraries/Resources/NSTimeZones/zones/Australia/Yancowinna -System/Libraries/Resources/NSTimeZones/zones/Brazil/Acre -System/Libraries/Resources/NSTimeZones/zones/Brazil/DeNoronha -System/Libraries/Resources/NSTimeZones/zones/Brazil/East -System/Libraries/Resources/NSTimeZones/zones/Brazil/West -System/Libraries/Resources/NSTimeZones/zones/CET -System/Libraries/Resources/NSTimeZones/zones/CST6CDT -System/Libraries/Resources/NSTimeZones/zones/Canada/Atlantic -System/Libraries/Resources/NSTimeZones/zones/Canada/Central -System/Libraries/Resources/NSTimeZones/zones/Canada/East-Saskatchewan -System/Libraries/Resources/NSTimeZones/zones/Canada/Eastern -System/Libraries/Resources/NSTimeZones/zones/Canada/Mountain -System/Libraries/Resources/NSTimeZones/zones/Canada/Newfoundland -System/Libraries/Resources/NSTimeZones/zones/Canada/Pacific -System/Libraries/Resources/NSTimeZones/zones/Canada/Saskatchewan -System/Libraries/Resources/NSTimeZones/zones/Canada/Yukon -System/Libraries/Resources/NSTimeZones/zones/Chile/Continental -System/Libraries/Resources/NSTimeZones/zones/Chile/EasterIsland -System/Libraries/Resources/NSTimeZones/zones/Cuba -System/Libraries/Resources/NSTimeZones/zones/EET -System/Libraries/Resources/NSTimeZones/zones/EST -System/Libraries/Resources/NSTimeZones/zones/EST5EDT -System/Libraries/Resources/NSTimeZones/zones/Egypt -System/Libraries/Resources/NSTimeZones/zones/Eire -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+0 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+1 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+10 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+11 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+12 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+2 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+3 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+4 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+5 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+6 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+7 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+8 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT+9 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-0 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-1 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-10 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-11 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-12 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-13 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-14 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-2 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-3 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-4 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-5 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-6 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-7 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-8 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT-9 -System/Libraries/Resources/NSTimeZones/zones/Etc/GMT0 -System/Libraries/Resources/NSTimeZones/zones/Etc/Greenwich -System/Libraries/Resources/NSTimeZones/zones/Etc/UCT -System/Libraries/Resources/NSTimeZones/zones/Etc/UTC -System/Libraries/Resources/NSTimeZones/zones/Etc/Universal -System/Libraries/Resources/NSTimeZones/zones/Etc/Zulu -System/Libraries/Resources/NSTimeZones/zones/Europe/Amsterdam -System/Libraries/Resources/NSTimeZones/zones/Europe/Andorra -System/Libraries/Resources/NSTimeZones/zones/Europe/Athens -System/Libraries/Resources/NSTimeZones/zones/Europe/Belfast -System/Libraries/Resources/NSTimeZones/zones/Europe/Belgrade -System/Libraries/Resources/NSTimeZones/zones/Europe/Berlin -System/Libraries/Resources/NSTimeZones/zones/Europe/Bratislava -System/Libraries/Resources/NSTimeZones/zones/Europe/Brussels -System/Libraries/Resources/NSTimeZones/zones/Europe/Bucharest -System/Libraries/Resources/NSTimeZones/zones/Europe/Budapest -System/Libraries/Resources/NSTimeZones/zones/Europe/Chisinau -System/Libraries/Resources/NSTimeZones/zones/Europe/Copenhagen -System/Libraries/Resources/NSTimeZones/zones/Europe/Dublin -System/Libraries/Resources/NSTimeZones/zones/Europe/Gibraltar -System/Libraries/Resources/NSTimeZones/zones/Europe/Helsinki -System/Libraries/Resources/NSTimeZones/zones/Europe/Istanbul -System/Libraries/Resources/NSTimeZones/zones/Europe/Kaliningrad -System/Libraries/Resources/NSTimeZones/zones/Europe/Kiev -System/Libraries/Resources/NSTimeZones/zones/Europe/Lisbon -System/Libraries/Resources/NSTimeZones/zones/Europe/Ljubljana -System/Libraries/Resources/NSTimeZones/zones/Europe/London -System/Libraries/Resources/NSTimeZones/zones/Europe/Luxembourg -System/Libraries/Resources/NSTimeZones/zones/Europe/Madrid -System/Libraries/Resources/NSTimeZones/zones/Europe/Malta -System/Libraries/Resources/NSTimeZones/zones/Europe/Minsk -System/Libraries/Resources/NSTimeZones/zones/Europe/Monaco -System/Libraries/Resources/NSTimeZones/zones/Europe/Moscow -System/Libraries/Resources/NSTimeZones/zones/Europe/Oslo -System/Libraries/Resources/NSTimeZones/zones/Europe/Paris -System/Libraries/Resources/NSTimeZones/zones/Europe/Prague -System/Libraries/Resources/NSTimeZones/zones/Europe/Riga -System/Libraries/Resources/NSTimeZones/zones/Europe/Rome -System/Libraries/Resources/NSTimeZones/zones/Europe/Samara -System/Libraries/Resources/NSTimeZones/zones/Europe/San_Marino -System/Libraries/Resources/NSTimeZones/zones/Europe/Sarajevo -System/Libraries/Resources/NSTimeZones/zones/Europe/Simferopol -System/Libraries/Resources/NSTimeZones/zones/Europe/Skopje -System/Libraries/Resources/NSTimeZones/zones/Europe/Sofia -System/Libraries/Resources/NSTimeZones/zones/Europe/Stockholm -System/Libraries/Resources/NSTimeZones/zones/Europe/Tallinn -System/Libraries/Resources/NSTimeZones/zones/Europe/Tirane -System/Libraries/Resources/NSTimeZones/zones/Europe/Tiraspol -System/Libraries/Resources/NSTimeZones/zones/Europe/Uzhgorod -System/Libraries/Resources/NSTimeZones/zones/Europe/Vaduz -System/Libraries/Resources/NSTimeZones/zones/Europe/Vatican -System/Libraries/Resources/NSTimeZones/zones/Europe/Vienna -System/Libraries/Resources/NSTimeZones/zones/Europe/Vilnius -System/Libraries/Resources/NSTimeZones/zones/Europe/Warsaw -System/Libraries/Resources/NSTimeZones/zones/Europe/Zagreb -System/Libraries/Resources/NSTimeZones/zones/Europe/Zaporozhye -System/Libraries/Resources/NSTimeZones/zones/Europe/Zurich -System/Libraries/Resources/NSTimeZones/zones/GB -System/Libraries/Resources/NSTimeZones/zones/GB-Eire -System/Libraries/Resources/NSTimeZones/zones/GMT -System/Libraries/Resources/NSTimeZones/zones/GMT+0 -System/Libraries/Resources/NSTimeZones/zones/GMT+1 -System/Libraries/Resources/NSTimeZones/zones/GMT+10 -System/Libraries/Resources/NSTimeZones/zones/GMT+11 -System/Libraries/Resources/NSTimeZones/zones/GMT+12 -System/Libraries/Resources/NSTimeZones/zones/GMT+13 -System/Libraries/Resources/NSTimeZones/zones/GMT+14 -System/Libraries/Resources/NSTimeZones/zones/GMT+2 -System/Libraries/Resources/NSTimeZones/zones/GMT+3 -System/Libraries/Resources/NSTimeZones/zones/GMT+4 -System/Libraries/Resources/NSTimeZones/zones/GMT+5 -System/Libraries/Resources/NSTimeZones/zones/GMT+6 -System/Libraries/Resources/NSTimeZones/zones/GMT+7 -System/Libraries/Resources/NSTimeZones/zones/GMT+8 -System/Libraries/Resources/NSTimeZones/zones/GMT+9 -System/Libraries/Resources/NSTimeZones/zones/GMT-0 -System/Libraries/Resources/NSTimeZones/zones/GMT-1 -System/Libraries/Resources/NSTimeZones/zones/GMT-10 -System/Libraries/Resources/NSTimeZones/zones/GMT-11 -System/Libraries/Resources/NSTimeZones/zones/GMT-12 -System/Libraries/Resources/NSTimeZones/zones/GMT-13 -System/Libraries/Resources/NSTimeZones/zones/GMT-14 -System/Libraries/Resources/NSTimeZones/zones/GMT-2 -System/Libraries/Resources/NSTimeZones/zones/GMT-3 -System/Libraries/Resources/NSTimeZones/zones/GMT-4 -System/Libraries/Resources/NSTimeZones/zones/GMT-5 -System/Libraries/Resources/NSTimeZones/zones/GMT-6 -System/Libraries/Resources/NSTimeZones/zones/GMT-7 -System/Libraries/Resources/NSTimeZones/zones/GMT-8 -System/Libraries/Resources/NSTimeZones/zones/GMT-9 -System/Libraries/Resources/NSTimeZones/zones/GMT0 -System/Libraries/Resources/NSTimeZones/zones/Greenwich -System/Libraries/Resources/NSTimeZones/zones/HST -System/Libraries/Resources/NSTimeZones/zones/Hongkong -System/Libraries/Resources/NSTimeZones/zones/Iceland -System/Libraries/Resources/NSTimeZones/zones/Indian/Antananarivo -System/Libraries/Resources/NSTimeZones/zones/Indian/Chagos -System/Libraries/Resources/NSTimeZones/zones/Indian/Christmas -System/Libraries/Resources/NSTimeZones/zones/Indian/Cocos -System/Libraries/Resources/NSTimeZones/zones/Indian/Comoro -System/Libraries/Resources/NSTimeZones/zones/Indian/Kerguelen -System/Libraries/Resources/NSTimeZones/zones/Indian/Mahe -System/Libraries/Resources/NSTimeZones/zones/Indian/Maldives -System/Libraries/Resources/NSTimeZones/zones/Indian/Mauritius -System/Libraries/Resources/NSTimeZones/zones/Indian/Mayotte -System/Libraries/Resources/NSTimeZones/zones/Indian/Reunion -System/Libraries/Resources/NSTimeZones/zones/Iran -System/Libraries/Resources/NSTimeZones/zones/Israel -System/Libraries/Resources/NSTimeZones/zones/Jamaica -System/Libraries/Resources/NSTimeZones/zones/Japan -System/Libraries/Resources/NSTimeZones/zones/Kwajalein -System/Libraries/Resources/NSTimeZones/zones/Libya -System/Libraries/Resources/NSTimeZones/zones/MET -System/Libraries/Resources/NSTimeZones/zones/MST -System/Libraries/Resources/NSTimeZones/zones/MST7MDT -System/Libraries/Resources/NSTimeZones/zones/Mexico/BajaNorte -System/Libraries/Resources/NSTimeZones/zones/Mexico/BajaSur -System/Libraries/Resources/NSTimeZones/zones/Mexico/General -System/Libraries/Resources/NSTimeZones/zones/Mideast/Riyadh87 -System/Libraries/Resources/NSTimeZones/zones/Mideast/Riyadh88 -System/Libraries/Resources/NSTimeZones/zones/Mideast/Riyadh89 -System/Libraries/Resources/NSTimeZones/zones/NZ -System/Libraries/Resources/NSTimeZones/zones/NZ-CHAT -System/Libraries/Resources/NSTimeZones/zones/Navajo -System/Libraries/Resources/NSTimeZones/zones/PRC -System/Libraries/Resources/NSTimeZones/zones/PST8PDT -System/Libraries/Resources/NSTimeZones/zones/Pacific/Apia -System/Libraries/Resources/NSTimeZones/zones/Pacific/Auckland -System/Libraries/Resources/NSTimeZones/zones/Pacific/Chatham -System/Libraries/Resources/NSTimeZones/zones/Pacific/Easter -System/Libraries/Resources/NSTimeZones/zones/Pacific/Efate -System/Libraries/Resources/NSTimeZones/zones/Pacific/Enderbury -System/Libraries/Resources/NSTimeZones/zones/Pacific/Fakaofo -System/Libraries/Resources/NSTimeZones/zones/Pacific/Fiji -System/Libraries/Resources/NSTimeZones/zones/Pacific/Funafuti -System/Libraries/Resources/NSTimeZones/zones/Pacific/Galapagos -System/Libraries/Resources/NSTimeZones/zones/Pacific/Gambier -System/Libraries/Resources/NSTimeZones/zones/Pacific/Guadalcanal -System/Libraries/Resources/NSTimeZones/zones/Pacific/Guam -System/Libraries/Resources/NSTimeZones/zones/Pacific/Honolulu -System/Libraries/Resources/NSTimeZones/zones/Pacific/Johnston -System/Libraries/Resources/NSTimeZones/zones/Pacific/Kiritimati -System/Libraries/Resources/NSTimeZones/zones/Pacific/Kosrae -System/Libraries/Resources/NSTimeZones/zones/Pacific/Kwajalein -System/Libraries/Resources/NSTimeZones/zones/Pacific/Majuro -System/Libraries/Resources/NSTimeZones/zones/Pacific/Marquesas -System/Libraries/Resources/NSTimeZones/zones/Pacific/Midway -System/Libraries/Resources/NSTimeZones/zones/Pacific/Nauru -System/Libraries/Resources/NSTimeZones/zones/Pacific/Niue -System/Libraries/Resources/NSTimeZones/zones/Pacific/Norfolk -System/Libraries/Resources/NSTimeZones/zones/Pacific/Noumea -System/Libraries/Resources/NSTimeZones/zones/Pacific/Pago_Pago -System/Libraries/Resources/NSTimeZones/zones/Pacific/Palau -System/Libraries/Resources/NSTimeZones/zones/Pacific/Pitcairn -System/Libraries/Resources/NSTimeZones/zones/Pacific/Ponape -System/Libraries/Resources/NSTimeZones/zones/Pacific/Port_Moresby -System/Libraries/Resources/NSTimeZones/zones/Pacific/Rarotonga -System/Libraries/Resources/NSTimeZones/zones/Pacific/Saipan -System/Libraries/Resources/NSTimeZones/zones/Pacific/Samoa -System/Libraries/Resources/NSTimeZones/zones/Pacific/Tahiti -System/Libraries/Resources/NSTimeZones/zones/Pacific/Tarawa -System/Libraries/Resources/NSTimeZones/zones/Pacific/Tongatapu -System/Libraries/Resources/NSTimeZones/zones/Pacific/Truk -System/Libraries/Resources/NSTimeZones/zones/Pacific/Wake -System/Libraries/Resources/NSTimeZones/zones/Pacific/Wallis -System/Libraries/Resources/NSTimeZones/zones/Pacific/Yap -System/Libraries/Resources/NSTimeZones/zones/Poland -System/Libraries/Resources/NSTimeZones/zones/Portugal -System/Libraries/Resources/NSTimeZones/zones/ROC -System/Libraries/Resources/NSTimeZones/zones/ROK -System/Libraries/Resources/NSTimeZones/zones/Singapore -System/Libraries/Resources/NSTimeZones/zones/SystemV/AST4 -System/Libraries/Resources/NSTimeZones/zones/SystemV/AST4ADT -System/Libraries/Resources/NSTimeZones/zones/SystemV/CST6 -System/Libraries/Resources/NSTimeZones/zones/SystemV/CST6CDT -System/Libraries/Resources/NSTimeZones/zones/SystemV/EST5 -System/Libraries/Resources/NSTimeZones/zones/SystemV/EST5EDT -System/Libraries/Resources/NSTimeZones/zones/SystemV/HST10 -System/Libraries/Resources/NSTimeZones/zones/SystemV/MST7 -System/Libraries/Resources/NSTimeZones/zones/SystemV/MST7MDT -System/Libraries/Resources/NSTimeZones/zones/SystemV/PST8 -System/Libraries/Resources/NSTimeZones/zones/SystemV/PST8PDT -System/Libraries/Resources/NSTimeZones/zones/SystemV/YST9 -System/Libraries/Resources/NSTimeZones/zones/SystemV/YST9YDT -System/Libraries/Resources/NSTimeZones/zones/Turkey -System/Libraries/Resources/NSTimeZones/zones/UCT -System/Libraries/Resources/NSTimeZones/zones/US/Alaska -System/Libraries/Resources/NSTimeZones/zones/US/Aleutian -System/Libraries/Resources/NSTimeZones/zones/US/Arizona -System/Libraries/Resources/NSTimeZones/zones/US/Central -System/Libraries/Resources/NSTimeZones/zones/US/East-Indiana -System/Libraries/Resources/NSTimeZones/zones/US/Eastern -System/Libraries/Resources/NSTimeZones/zones/US/Hawaii -System/Libraries/Resources/NSTimeZones/zones/US/Indiana-Starke -System/Libraries/Resources/NSTimeZones/zones/US/Michigan -System/Libraries/Resources/NSTimeZones/zones/US/Mountain -System/Libraries/Resources/NSTimeZones/zones/US/Pacific -System/Libraries/Resources/NSTimeZones/zones/US/Pacific-New -System/Libraries/Resources/NSTimeZones/zones/US/Samoa -System/Libraries/Resources/NSTimeZones/zones/UTC -System/Libraries/Resources/NSTimeZones/zones/Universal -System/Libraries/Resources/NSTimeZones/zones/W-SU -System/Libraries/Resources/NSTimeZones/zones/WET -System/Libraries/Resources/NSTimeZones/zones/Zulu -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_AccuSet.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_AccuSetSF.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_ProSet9400.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_ProSet9400SF.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_ProSet9550.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_ProSet9550SF.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_ProSet9600.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_ProSet9600SF.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_ProSet9700.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_ProSet9700SF.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_ProSet9800.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_ProSet9800SF.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_SelectSet5000.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_SelectSet5000SF.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_SelectSet7000.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_SelectSet7000SF.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AGFA_StudioSet2000.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/APS-PS_PIP_with_APS-6-108.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/APS-PS_PIP_with_APS-6-80.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/APS-PS_PIP_with_LZR_1200.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/APS-PS_PIP_with_LZR_2600.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/AST_TurboLaser-PS.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Adobe_LaserJet_II_Cartridge.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Agfa-Compugraphic_9400P.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Agfa_Matrix_ChromaScript.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Agfa_TabScript_C500_PostScript_Printer.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter-Select_310.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_II_NT.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_II_NTX-J_v50.5.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_II_NTX.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_II_NTX_v50.5.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_II_NTX_v51.8.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_IIf.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_IIg.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_Personal_NT.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_Plus.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_Plus_v42.2.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_Pro_600.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_Pro_630.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_Pro_810.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_Pro_810_with_Fax_Card.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_LaserWriter_Select_610.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Apple_Personal_LaserWriter_NTR.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-1000_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-1560_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-4000_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-5000_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-6%108c_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-6%108h_or_APS-6%108ch_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-6%108hs_or_APS-6%108chs_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-6%70_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-6%70c_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-6%70ch_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-6%70chs_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-6%70vr_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-6%80_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-6%84c_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-6000_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-6600_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-7000_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-9800_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-AccuSet_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-BroadSheet_Imager_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-ColorMaster_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-PlateMaster_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_APS-ProSet_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_LZR-1200_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Autologic_LZR-2600_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/COMPAQ_PAGEMARQ_15.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/COMPAQ_PAGEMARQ_15_v2013.109.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/COMPAQ_PAGEMARQ_20.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/COMPAQ_PAGEMARQ_20_v2013.109.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Canon_LASER_SHOT_A404PS_with_2_fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Canon_LASER_SHOT_A404PS_with_5_fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Canon_LBP-4_PS-2.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Canon_LBP-8IIIR_PS-1.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Canon_LBP-8IIIT_PS-1.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Canon_LBP-8III_PS-1.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Canon_PS-IPU-J_Color_BJ_Copier.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Canon_PS-IPU_Color_BJ_Copier.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Canon_PS-IPU_Color_Laser_Copier.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Canon_PS-IPU_Kanji_Color_Laser_Copier.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Colormate_PS.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/CompuPrint_PageMaster_825%1025.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/DataProducts_LZR_2080%F5.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/DataProducts_LZR_2080%F5_Kanji.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Dataproducts_LZR-2665.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Dataproducts_LZR_1260.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Dataproducts_LZR_1560.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Dataproducts_LZR_960.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_Colormate_PS.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_DECcolorwriter_1000__17_fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_DECcolorwriter_1000__39_fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_DEClaser_1150.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_DEClaser_1152.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_DEClaser_1152_(43_fonts).ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_DEClaser_2150.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_DEClaser_2150_plus.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_DEClaser_2250.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_DEClaser_2250_plus.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_PrintServer_17.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_PrintServer_20.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_PrintServer_32.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_PrintServer_40_Plus.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_ScriptPrinter.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Digital_turbo_PrintServer_20.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/EPSON_EPL-7500.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/EPSON_LP-3000PS_F2.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/EPSON_LP-3000PS_F5.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/EPSON_PostScript_CARD.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Fiery_200i-CF80_J_Color_Server.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Fujitsu_RX7100PS.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/GCC_BLP_Elite.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/GCC_BLP_II.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/GCC_BLP_IIS.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/GCC_Business_LaserPrinter.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/GCC_Business_LaserPrinter_v49.2.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Gestetner_GLP800-Scout.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_DesignJet_650C.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_DeskJet_1200C%PS.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_4ML.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_4MP.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_4Si%4SiMX_PS_300dpi.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_4Si%4SiMX_PS_600dpi.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_4_PostScript_600DPI.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_IID_PostScript_Cartridge.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_IIID_PostScript_Cartridge.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_IIID_PostScript_Plus.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_IIIP_PostScript_Cartridge.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_IIIP_PostScript_Plus.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_IIISi_PostScript.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_IIISi_Postscript_2.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_III_PostScript_Cartridge.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_III_PostScript_Plus.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_LaserJet_IIP_PostScript_Cartridge.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/HP_PaintJet_XL300.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/IBM_4019_17_fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/IBM_4019_39_fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/IBM_4029_with_17_Fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/IBM_4029_with_39_Fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/IBM_4216-020.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/IBM_4216-030.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/IDT_OracC_Velociraptor.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/KODAK_ColorEase_PS_Printer.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_100.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_200.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_200_230.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_200_v49.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_260.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_300.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_300_v49.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_300_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_330.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_500.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_500_v52.3.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_530.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_630.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_830.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_930.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Linotronic_Pr60.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Monotype_ImageMaster_1200.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Monotype_Imagesetter.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NEC_Colormate_PS%40.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NEC_Colormate_PS%80.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NEC_PC-PR3000PS%4.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NEC_PC-PR3000PS%4F.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NEC_SilentWriter_95.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NEC_SilentWriter_95_v2010.119.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NEC_Silentwriter2_990.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NEC_Silentwriter_1097.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NEC_Silentwriter_80PS2.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NEC_Silentwriter_80PS5.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NEC_Silentwriter_97.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NeXT_400_dpi_Laser_Printer.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NeXT_400_dpi_Level_II_Printer.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NeXT_Color_Printer.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/NeXT_Generic_Color.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/OKI_MICROLINE_800PSII_LT.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/OKI_MICROLINE_801PS+F.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/OKI_MICROLINE_801PSII+F.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/OKI_MICROLINE_801PSII.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/OKI_OL850.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/OceColor_G5242_PostScript_Printer.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Oki_OL830-PS.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Oki_OL840-PS.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/OkidataOL870.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Panasonic_KX-P4455.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Panasonic_KX-P5400.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Panasonic_KX-P5400_Fax.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Panasonic_KX-P5410.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Panasonic_KX-P5410_with_39_Fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Personal_LaserWriter_320.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_1700.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_2000.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_2200.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_2210.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_2220.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_410.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_800.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_800_Plus.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_810.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_810_Turbo.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_815.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_815_MR.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_820.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_820_Turbo.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_825.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS-PS_825_MR.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS_1725_Print_System.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS_860_Print_System.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS_ColorScript_100.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS_ColorScript_100_Model_10.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS_ColorScript_100_Model_20.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS_ColorScript_100_Model_30.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS_PS_Jet.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/QMS_PS_Jet_Plus.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Qume_ScripTEN.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/RICOH_LP-M32.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Ricoh_PC_Laser_6000-PS.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Scantext_2030-51.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Schlumberger_5232_Color_PostScript_Printer.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Scitex_Dolev_PSM_L2.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Shinko_Color_CHC-746PSJ_PostScript_Printer.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Silentwriter2_290.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Silentwriter2_Model_90.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Silentwriter_LC_890.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Silentwriter_LC_890XL.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/TI_2115_13_fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/TI_2115_35_fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/TI_OmniLaser_2108.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/TI_microLaser16_Turbo.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/TI_microLaser6_Turbo.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/TI_microLaser9_Turbo.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/TI_microLaser_PS17.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/TI_microLaser_PS35.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/TI_microLaser_Pro_600_2013_PS23.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/TI_microLaser_Pro_600_2013_PS65.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/TI_microLaser_XL_PS17.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/TI_microLaser_XL_PS35.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_200J_v2011.108(4).ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_200e.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_200e_with_17_fonts_v2011.108(2).ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_200e_with_17_fonts_v2011.108(3).ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_200e_with_39_fonts_v2011.108(2).ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_200i.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_200i_v2011.108(2).ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_220J.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_220e_with_17_fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_220e_with_39_fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_220i.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_300J_v2013.113.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_300i_v2013.113.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_480.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_480J.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_III_PXi.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_III_PXiJ.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_III_PXi_v2010.116.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_IISD.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_IISDJ.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_IISDX.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_II_PXe_with_17_fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_II_PXe_with_39_fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_II_PXi.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_II_PXiJ.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_II_PXi_v2010.116.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Tektronix_Phaser_PXi.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/UNISYS_AP9210_17_Fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/UNISYS_AP9210_39_Fonts.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Unisys_AP9415.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5100A.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5300A.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5300B.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5300C.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5300EA.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5300EB.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5300EC.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5330A.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5330B.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5330C.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5500A.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5500B.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5500C.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5510_or_5100E.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5630A.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5630B.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5660_or_5660E.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%5860_or_5860E.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%L300.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%L330.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4000%L500_or_4000%L530.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4200B-P.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4300P.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4990.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_4990T.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_5100E.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_5960E.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_6000.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_6990.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_Series_4000-5300.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_Series_4000-5330.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_Series_4000-5500.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_VT-600P.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Varityper_VT-600W.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Xerox_4220_LPS.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Xerox_8812.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Xerox_DocuTech_135.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Xerox_DocuTech_90.ppd -System/Libraries/Resources/PrinterTypes/English.lproj/Xerox_MajestiK_5765.ppd -System/Libraries/Resources/PrinterTypes/French.lproj/Linotronic_300.ppd -System/Libraries/Resources/PrinterTypes/German.lproj/Linotronic_300.ppd -System/Libraries/Resources/PrinterTypes/Italian.lproj/Linotronic_300.ppd -System/Libraries/Resources/PrinterTypes/Printers -System/Libraries/Resources/PrinterTypes/Spanish.lproj/Linotronic_300.ppd -System/Libraries/Resources/PrinterTypes/Swedish.lproj/Linotronic_300.ppd -System/Libraries/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/libgmodel.so -System/Libraries/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/libgmodel.so.%%VERSION%% -System/Libraries/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/libgnustep-base.so -System/Libraries/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/libgnustep-base.so.%%VERSION%% -System/Libraries/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/libgnustep-gui.so -System/Libraries/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/libgnustep-gui.so.%%VERSION%% -System/Libraries/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/libgnustep-xgps.so -System/Libraries/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/libgnustep-xgps.so.%%VERSION%% -System/Library/Model/ColorPanel.gmodel -System/Library/Model/SavePanel.gmodel -System/Library/Services/example.service/Resources/Info-gnustep.plist -System/Library/Services/example.service/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/example -System/Makefiles/GNUstep.csh -System/Makefiles/GNUstep.sh -System/Makefiles/MediaBook.func -System/Makefiles/MediaBook.sh -System/Makefiles/aggregate.make -System/Makefiles/application.make -System/Makefiles/brain.make -System/Makefiles/bundle.make -System/Makefiles/clean_cpu.sh -System/Makefiles/clean_os.sh -System/Makefiles/clean_vendor.sh -System/Makefiles/common.make -System/Makefiles/config.guess -System/Makefiles/config.sub -System/Makefiles/cpu.sh -System/Makefiles/ctool.make -System/Makefiles/documentation.make -System/Makefiles/executable.template -System/Makefiles/gswapp.make -System/Makefiles/gswbundle.make -System/Makefiles/install-sh -System/Makefiles/%%GNU_ARCH%%/freebsdelf/config.make -System/Makefiles/%%GNU_ARCH%%/freebsdelf/which_lib -System/Makefiles/java.make -System/Makefiles/jni.make -System/Makefiles/ld_lib_path.csh -System/Makefiles/ld_lib_path.sh -System/Makefiles/library.make -System/Makefiles/mkinstalldirs -System/Makefiles/names.make -System/Makefiles/objc.make -System/Makefiles/os.sh -System/Makefiles/palette.make -System/Makefiles/rootinstall.sh -System/Makefiles/rootuninstall.sh -System/Makefiles/rules.make -System/Makefiles/service.make -System/Makefiles/subproject.make -System/Makefiles/target.make -System/Makefiles/test-application.make -System/Makefiles/test-library.make -System/Makefiles/test-tool.make -System/Makefiles/tool.make -System/Makefiles/transform_paths.sh -System/Makefiles/vendor.sh -System/Makefiles/woapp.make -System/Makefiles/wobundle.make -System/Tools/debugapp -System/Tools/defaults -System/Tools/font_cacher -System/Tools/gdnc -System/Tools/gdomap -System/Tools/gpbs -System/Tools/gsdoc -System/Tools/%%GNU_ARCH%%/freebsdelf/gdomap -System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/defaults -System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/font_cacher -System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/gdnc -System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/gpbs -System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/gsdoc -System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/make_services -System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/pldes -System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/plmerge -System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/plparse -System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/plser -System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/set_show_service -System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/sfparse -System/Tools/make_services -System/Tools/openapp -System/Tools/opentool -System/Tools/pldes -System/Tools/plmerge -System/Tools/plparse -System/Tools/plser -System/Tools/set_show_service -System/Tools/sfparse -System/share/config.site -../etc/gdomap_if -../etc/rc.d/GNUstep.sh -@exec mkdir -p %D/Local -@exec mkdir -p %D/Local/Users -@exec mkdir -p %D/Local/Users/Administrator -@exec mkdir -p %D/Network -@exec mkdir -p %D/System/Apps -@exec mkdir -p %D/System/Documentation -@exec mkdir -p %D/System/Documentation/info -@exec mkdir -p %D/System/Documentation/man -@exec mkdir -p %D/System/Library/Colors -@exec mkdir -p %D/System/Library/PostScript -@dirrm System/share -@dirrm System/Tools/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps -@dirrm System/Tools/%%GNU_ARCH%%/freebsdelf -@dirrm System/Tools/%%GNU_ARCH%% -@dirrm System/Tools -@dirrm System/Makefiles/%%GNU_ARCH%%/freebsdelf -@dirrm System/Makefiles/%%GNU_ARCH%% -@dirrm System/Makefiles -@dirrm System/Library/Services/example.service/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps -@dirrm System/Library/Services/example.service/%%GNU_ARCH%%/freebsdelf -@dirrm System/Library/Services/example.service/%%GNU_ARCH%% -@dirrm System/Library/Services/example.service/Resources -@dirrm System/Library/Services/example.service -@dirrm System/Library/Services -@dirrm System/Library/PostScript -@dirrm System/Library/Model -@dirrm System/Library/Colors -@dirrm System/Library -@dirrm System/Libraries/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps -@dirrm System/Libraries/%%GNU_ARCH%%/freebsdelf -@dirrm System/Libraries/%%GNU_ARCH%% -@dirrm System/Libraries/Resources/PrinterTypes/Swedish.lproj -@dirrm System/Libraries/Resources/PrinterTypes/Spanish.lproj -@dirrm System/Libraries/Resources/PrinterTypes/Italian.lproj -@dirrm System/Libraries/Resources/PrinterTypes/German.lproj -@dirrm System/Libraries/Resources/PrinterTypes/French.lproj -@dirrm System/Libraries/Resources/PrinterTypes/English.lproj -@dirrm System/Libraries/Resources/PrinterTypes -@dirrm System/Libraries/Resources/NSTimeZones/zones/US -@dirrm System/Libraries/Resources/NSTimeZones/zones/SystemV -@dirrm System/Libraries/Resources/NSTimeZones/zones/Pacific -@dirrm System/Libraries/Resources/NSTimeZones/zones/Mideast -@dirrm System/Libraries/Resources/NSTimeZones/zones/Mexico -@dirrm System/Libraries/Resources/NSTimeZones/zones/Indian -@dirrm System/Libraries/Resources/NSTimeZones/zones/Europe -@dirrm System/Libraries/Resources/NSTimeZones/zones/Etc -@dirrm System/Libraries/Resources/NSTimeZones/zones/Chile -@dirrm System/Libraries/Resources/NSTimeZones/zones/Canada -@dirrm System/Libraries/Resources/NSTimeZones/zones/Brazil -@dirrm System/Libraries/Resources/NSTimeZones/zones/Australia -@dirrm System/Libraries/Resources/NSTimeZones/zones/Atlantic -@dirrm System/Libraries/Resources/NSTimeZones/zones/Asia -@dirrm System/Libraries/Resources/NSTimeZones/zones/Arctic -@dirrm System/Libraries/Resources/NSTimeZones/zones/Antarctica -@dirrm System/Libraries/Resources/NSTimeZones/zones/America/Indiana -@dirrm System/Libraries/Resources/NSTimeZones/zones/America -@dirrm System/Libraries/Resources/NSTimeZones/zones/Africa -@dirrm System/Libraries/Resources/NSTimeZones/zones -@dirrm System/Libraries/Resources/NSTimeZones -@dirrm System/Libraries/Resources/NSCharacterSets -@dirrm System/Libraries/Resources/Images -@dirrm System/Libraries/Resources/DTDs -@dirrm System/Libraries/Resources -@dirrm System/Libraries -@dirrm System/Headers/%%GNU_ARCH%%/freebsdelf -@dirrm System/Headers/%%GNU_ARCH%% -@dirrm System/Headers/gnustep/xgps -@dirrm System/Headers/gnustep/unicode -@dirrm System/Headers/gnustep/base -@dirrm System/Headers/gnustep/Foundation -@dirrm System/Headers/gnustep/AppKit -@dirrm System/Headers/gnustep -@dirrm System/Headers -@dirrm System/Documentation/man -@dirrm System/Documentation/info -@dirrm System/Documentation -@dirrm System/Apps -@dirrm System -@dirrm Network -@dirrm Local/Users/Administrator -@dirrm Local/Users -@dirrm Local diff --git a/x11-toolkits/gtk--2/Makefile b/x11-toolkits/gtk--2/Makefile deleted file mode 100644 index c2f2133252b5..000000000000 --- a/x11-toolkits/gtk--2/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: gtk-- -# Date created: 11 May 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= gtkmm -PORTVERSION= 1.2.3 -PORTREVISION= 1 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= nakai@FreeBSD.org - -LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_X_PREFIX= yes -USE_NEWGCC= yes -USE_GMAKE= yes -USE_GTK= yes -USE_LIBTOOL= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-static=yes \ - --without-gnome \ - --with-sigc-prefix=${LOCALBASE} - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtk--2/distinfo b/x11-toolkits/gtk--2/distinfo deleted file mode 100644 index d0435076d9ce..000000000000 --- a/x11-toolkits/gtk--2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtkmm-1.2.3.tar.gz) = 64bae0ad6cc9e4a8165dccfbebddba2e diff --git a/x11-toolkits/gtk--2/files/patch-ah b/x11-toolkits/gtk--2/files/patch-ah deleted file mode 100644 index 26daf873fa6d..000000000000 --- a/x11-toolkits/gtk--2/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- gdk--/gdk--/window.cc.orig Tue Sep 28 15:05:27 1999 -+++ gdk--/gdk--/window.cc Mon Oct 4 18:56:14 1999 -@@ -57,7 +57,7 @@ - Gdk_Window::Gdk_Window(const Gdk_WindowAttr &attributes, - gint attributes_mask):Gdk_Drawable(0) - { -- create(0,attributes,attributes_mask); -+ create((Gdk_Window &)gdk_root_parent,attributes,attributes_mask); - } - - Gdk_Window::~Gdk_Window() diff --git a/x11-toolkits/gtk--2/pkg-comment b/x11-toolkits/gtk--2/pkg-comment deleted file mode 100644 index 656cd11549cb..000000000000 --- a/x11-toolkits/gtk--2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -C++ wrapper for gtk, a x11 graphics library diff --git a/x11-toolkits/gtk--2/pkg-descr b/x11-toolkits/gtk--2/pkg-descr deleted file mode 100644 index 656cd11549cb..000000000000 --- a/x11-toolkits/gtk--2/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -C++ wrapper for gtk, a x11 graphics library diff --git a/x11-toolkits/gtk--2/pkg-message b/x11-toolkits/gtk--2/pkg-message deleted file mode 100644 index dd28b84b30a4..000000000000 --- a/x11-toolkits/gtk--2/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -**************************************************************** -* * -* - To compile gtk-- based applications, type * -* eg++ `gtkmm-config --cflags` foo.cc `gtkmm-config --libs` * -* * -* - If you want to use autoconf with gtk--, * -* Please copy gtk--.m4 to /usr/local/share/aclocal * -* by yourself, thanks. * -* * -**************************************************************** diff --git a/x11-toolkits/gtk--2/pkg-plist b/x11-toolkits/gtk--2/pkg-plist deleted file mode 100644 index 26c307d9394e..000000000000 --- a/x11-toolkits/gtk--2/pkg-plist +++ /dev/null @@ -1,201 +0,0 @@ -bin/gtkmm-config -bin/gtkmmconvert -include/gdk--.h -include/gdk--/bitmap.h -include/gdk--/color.h -include/gdk--/colormap.h -include/gdk--/cursor.h -include/gdk--/drawable.h -include/gdk--/font.h -include/gdk--/gc.h -include/gdk--/image.h -include/gdk--/list.h -include/gdk--/main.h -include/gdk--/pixmap.h -include/gdk--/types.h -include/gdk--/visual.h -include/gdk--/window.h -include/glib--.h -include/gtk--.h -include/gtk--/accelgroup.h -include/gtk--/accellabel.h -include/gtk--/adjustment.h -include/gtk--/alignment.h -include/gtk--/arrow.h -include/gtk--/aspectframe.h -include/gtk--/base.h -include/gtk--/bin.h -include/gtk--/box.h -include/gtk--/button.h -include/gtk--/buttonbox.h -include/gtk--/calendar.h -include/gtk--/checkbutton.h -include/gtk--/checkmenuitem.h -include/gtk--/clist.h -include/gtk--/colorselection.h -include/gtk--/combo.h -include/gtk--/container.h -include/gtk--/ctree.h -include/gtk--/curve.h -include/gtk--/data.h -include/gtk--/dialog.h -include/gtk--/drawingarea.h -include/gtk--/editable.h -include/gtk--/entry.h -include/gtk--/eventbox.h -include/gtk--/fileselection.h -include/gtk--/fixed.h -include/gtk--/fontselection.h -include/gtk--/frame.h -include/gtk--/handlebox.h -include/gtk--/image.h -include/gtk--/imageloader.h -include/gtk--/inputdialog.h -include/gtk--/invisible.h -include/gtk--/item.h -include/gtk--/label.h -include/gtk--/layout.h -include/gtk--/list.h -include/gtk--/listitem.h -include/gtk--/main.h -include/gtk--/marshal.h -include/gtk--/menu.h -include/gtk--/menubar.h -include/gtk--/menuitem.h -include/gtk--/menushell.h -include/gtk--/misc.h -include/gtk--/notebook.h -include/gtk--/object.h -include/gtk--/optionmenu.h -include/gtk--/packer.h -include/gtk--/paned.h -include/gtk--/pixmap.h -include/gtk--/plug.h -include/gtk--/preview.h -include/gtk--/private/accelgroup_p.h -include/gtk--/private/accellabel_p.h -include/gtk--/private/adjustment_p.h -include/gtk--/private/alignment_p.h -include/gtk--/private/arrow_p.h -include/gtk--/private/aspectframe_p.h -include/gtk--/private/base_p.h -include/gtk--/private/bin_p.h -include/gtk--/private/box_p.h -include/gtk--/private/button_p.h -include/gtk--/private/buttonbox_p.h -include/gtk--/private/calendar_p.h -include/gtk--/private/checkbutton_p.h -include/gtk--/private/checkmenuitem_p.h -include/gtk--/private/clist_p.h -include/gtk--/private/colorselection_p.h -include/gtk--/private/combo_p.h -include/gtk--/private/container_p.h -include/gtk--/private/ctree_p.h -include/gtk--/private/curve_p.h -include/gtk--/private/data_p.h -include/gtk--/private/dialog_p.h -include/gtk--/private/drawingarea_p.h -include/gtk--/private/editable_p.h -include/gtk--/private/entry_p.h -include/gtk--/private/eventbox_p.h -include/gtk--/private/fileselection_p.h -include/gtk--/private/fixed_p.h -include/gtk--/private/fontselection_p.h -include/gtk--/private/frame_p.h -include/gtk--/private/handlebox_p.h -include/gtk--/private/image_p.h -include/gtk--/private/inputdialog_p.h -include/gtk--/private/invisible_p.h -include/gtk--/private/item_p.h -include/gtk--/private/label_p.h -include/gtk--/private/layout_p.h -include/gtk--/private/list_p.h -include/gtk--/private/listitem_p.h -include/gtk--/private/main_p.h -include/gtk--/private/menu_p.h -include/gtk--/private/menubar_p.h -include/gtk--/private/menuitem_p.h -include/gtk--/private/menushell_p.h -include/gtk--/private/misc_p.h -include/gtk--/private/notebook_p.h -include/gtk--/private/object_p.h -include/gtk--/private/optionmenu_p.h -include/gtk--/private/packer_p.h -include/gtk--/private/paned_p.h -include/gtk--/private/pixmap_p.h -include/gtk--/private/plug_p.h -include/gtk--/private/preview_p.h -include/gtk--/private/progress_p.h -include/gtk--/private/progressbar_p.h -include/gtk--/private/radiobutton_p.h -include/gtk--/private/radiomenuitem_p.h -include/gtk--/private/range_p.h -include/gtk--/private/ruler_p.h -include/gtk--/private/scale_p.h -include/gtk--/private/scrollbar_p.h -include/gtk--/private/scrolledwindow_p.h -include/gtk--/private/separator_p.h -include/gtk--/private/socket_p.h -include/gtk--/private/spinbutton_p.h -include/gtk--/private/statusbar_p.h -include/gtk--/private/style_p.h -include/gtk--/private/table_p.h -include/gtk--/private/tearoffmenuitem_p.h -include/gtk--/private/text_p.h -include/gtk--/private/tipsquery_p.h -include/gtk--/private/togglebutton_p.h -include/gtk--/private/toolbar_p.h -include/gtk--/private/tooltips_p.h -include/gtk--/private/tree_p.h -include/gtk--/private/treeitem_p.h -include/gtk--/private/viewport_p.h -include/gtk--/private/widget_p.h -include/gtk--/private/window_p.h -include/gtk--/progress.h -include/gtk--/progressbar.h -include/gtk--/proxy.h -include/gtk--/radiobutton.h -include/gtk--/radiomenuitem.h -include/gtk--/range.h -include/gtk--/ruler.h -include/gtk--/scale.h -include/gtk--/scrollbar.h -include/gtk--/scrolledwindow.h -include/gtk--/separator.h -include/gtk--/socket.h -include/gtk--/spinbutton.h -include/gtk--/statusbar.h -include/gtk--/style.h -include/gtk--/table.h -include/gtk--/tearoffmenuitem.h -include/gtk--/text.h -include/gtk--/tipsquery.h -include/gtk--/togglebutton.h -include/gtk--/toolbar.h -include/gtk--/tooltips.h -include/gtk--/tree.h -include/gtk--/treeitem.h -include/gtk--/viewport.h -include/gtk--/widget.h -include/gtk--/window.h -lib/gtkmm/include/gdk--config.h -lib/gtkmm/include/gtk--config.h -lib/gtkmm/proc/convert.m4 -lib/gtkmm/proc/doc1.m4 -lib/gtkmm/proc/gtkconvert.m4 -lib/gtkmm/proc/gtkmmproc -lib/gtkmm/proc/list.m4 -lib/gtkmm/proc/stage1.m4 -lib/libgdkmm.a -lib/libgdkmm.so -lib/libgdkmm.so.1 -lib/libgtkmm.a -lib/libgtkmm.so -lib/libgtkmm.so.1 -share/aclocal/gtk--.m4 -@dirrm lib/gtkmm/proc -@dirrm lib/gtkmm/include -@dirrm lib/gtkmm -@dirrm include/gtk--/private -@dirrm include/gtk-- -@dirrm include/gdk-- diff --git a/x11-toolkits/gtk-engines2/Makefile b/x11-toolkits/gtk-engines2/Makefile deleted file mode 100644 index d1e2eb2722e8..000000000000 --- a/x11-toolkits/gtk-engines2/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: gtk-engines -# Date Created: 23 Dec 1998 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gtk-engines -PORTVERSION= 0.10 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/gtk-engines - -MAINTAINER= vanilla@FreeBSD.org - -USE_X_PREFIX= yes -USE_IMLIB= yes -USE_LIBTOOL= yes - -THEMES= metal notif pixmap redmond95 - -post-patch: - @for theme in ${THEMES}; do \ - cd ${WRKSRC}/$$theme/Theme/gtk; \ - ${MV} gtkrc gtkrc.tmp; \ - ${SED} -e s^%%PREFIX%%^${PREFIX}^g < gtkrc.tmp > gtkrc; \ - done - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtk-engines2/distinfo b/x11-toolkits/gtk-engines2/distinfo deleted file mode 100644 index 6dee467f62f4..000000000000 --- a/x11-toolkits/gtk-engines2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtk-engines-0.10.tar.gz) = bc202dcb0e30ce742233e9237de4edc1 diff --git a/x11-toolkits/gtk-engines2/files/patch-ac b/x11-toolkits/gtk-engines2/files/patch-ac deleted file mode 100644 index 27700a41a969..000000000000 --- a/x11-toolkits/gtk-engines2/files/patch-ac +++ /dev/null @@ -1,51 +0,0 @@ ---- metal/Theme/gtk/gtkrc.orig Fri Feb 12 05:16:41 1999 -+++ metal/Theme/gtk/gtkrc Wed Feb 17 01:23:21 1999 -@@ -1,3 +1,7 @@ -+#module_path "%%PREFIX%%/lib/gtk/themes" -+ -+pixmap_path "%%PREFIX%%/share/themes/Metal/gtk" -+ - style "default" - { - font = "-b&h-lucida-bold-r-normal-sans-12-*-*-*-p-*-iso8859-1" ---- notif/Theme/gtk/gtkrc.orig Sun Jan 31 03:05:48 1999 -+++ notif/Theme/gtk/gtkrc Sun Jan 31 03:11:41 1999 -@@ -13,9 +13,9 @@ - # testgtkrc2 sets all the buttons in the main window to blue by default - #include "testgtkrc2" - --#module_path ".:/home/raster/themes" -+#module_path "%%PREFIX%%/lib/gtk/themes" - --pixmap_path ".:/home/raster/themes" -+pixmap_path "%%PREFIX%%/share/themes/Notif/gtk" - - style "default" - { ---- pixmap/Theme/gtk/gtkrc.orig Thu Dec 17 01:05:37 1998 -+++ pixmap/Theme/gtk/gtkrc Sun Jan 31 03:09:55 1999 -@@ -13,7 +13,9 @@ - # testgtkrc2 sets all the buttons in the main window to blue by default - #include "testgtkrc2" - --#module_path ".:/home/raster/themes" -+#module_path "%%PREFIX%%/lib/gtk/themes" -+ -+pixmap_path "%%PREFIX%%/share/themes/Pixmap/gtk" - - style "eventbox" { - bg_pixmap[NORMAL] = "<parent>" ---- redmond95/Theme/gtk/gtkrc.orig Sun Jan 31 03:10:29 1999 -+++ redmond95/Theme/gtk/gtkrc Sun Jan 31 03:11:23 1999 -@@ -13,9 +13,9 @@ - # testgtkrc2 sets all the buttons in the main window to blue by default - #include "testgtkrc2" - --#module_path ".:/home/raster/themes" -+#module_path "%%PREFIX%%/lib/gtk/themes" - --pixmap_path ".:/home/raster/themes" -+pixmap_path "%%PREFIX%%/share/themes/Redmond95/gtk" - - style "default" - { diff --git a/x11-toolkits/gtk-engines2/pkg-comment b/x11-toolkits/gtk-engines2/pkg-comment deleted file mode 100644 index bc31903b7d69..000000000000 --- a/x11-toolkits/gtk-engines2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Theme engine for gtk+ toolkits diff --git a/x11-toolkits/gtk-engines2/pkg-descr b/x11-toolkits/gtk-engines2/pkg-descr deleted file mode 100644 index d0831f1ede53..000000000000 --- a/x11-toolkits/gtk-engines2/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Theme engine for gtk+ toolkits. - -WWW: http://www.labs.redhat.com/themes.shtml - --Vanilla -vanilla@FreeBSD.ORG diff --git a/x11-toolkits/gtk-engines2/pkg-plist b/x11-toolkits/gtk-engines2/pkg-plist deleted file mode 100644 index df0185cd54f5..000000000000 --- a/x11-toolkits/gtk-engines2/pkg-plist +++ /dev/null @@ -1,93 +0,0 @@ -share/themes/Metal/ICON.png -share/themes/Metal/README.html -share/themes/Metal/gtk/gtkrc -share/themes/Notif/ICON.png -share/themes/Notif/README.html -share/themes/Notif/gtk/gtkrc -share/themes/Pixmap/ICON.png -share/themes/Pixmap/README.html -share/themes/Pixmap/gtk/arrow_down1.png -share/themes/Pixmap/gtk/arrow_down2.png -share/themes/Pixmap/gtk/arrow_down3.png -share/themes/Pixmap/gtk/arrow_left1.png -share/themes/Pixmap/gtk/arrow_left2.png -share/themes/Pixmap/gtk/arrow_left3.png -share/themes/Pixmap/gtk/arrow_right1.png -share/themes/Pixmap/gtk/arrow_right2.png -share/themes/Pixmap/gtk/arrow_right3.png -share/themes/Pixmap/gtk/arrow_up1.png -share/themes/Pixmap/gtk/arrow_up2.png -share/themes/Pixmap/gtk/arrow_up3.png -share/themes/Pixmap/gtk/brown_bg1.png -share/themes/Pixmap/gtk/brown_bg2.png -share/themes/Pixmap/gtk/button1.png -share/themes/Pixmap/gtk/button2.png -share/themes/Pixmap/gtk/button3.png -share/themes/Pixmap/gtk/button4.png -share/themes/Pixmap/gtk/button5.png -share/themes/Pixmap/gtk/button6.png -share/themes/Pixmap/gtk/button7.png -share/themes/Pixmap/gtk/button8.png -share/themes/Pixmap/gtk/button9.png -share/themes/Pixmap/gtk/button_def.png -share/themes/Pixmap/gtk/check1.png -share/themes/Pixmap/gtk/check2.png -share/themes/Pixmap/gtk/curve_bg1.png -share/themes/Pixmap/gtk/entry1.png -share/themes/Pixmap/gtk/entry2.png -share/themes/Pixmap/gtk/extension_bottom1.png -share/themes/Pixmap/gtk/extension_left1.png -share/themes/Pixmap/gtk/extension_right1.png -share/themes/Pixmap/gtk/extension_top1.png -share/themes/Pixmap/gtk/focus.png -share/themes/Pixmap/gtk/frame1.png -share/themes/Pixmap/gtk/frame2.png -share/themes/Pixmap/gtk/frame_gap.png -share/themes/Pixmap/gtk/frame_gap_top_end.png -share/themes/Pixmap/gtk/frame_gap_top_start.png -share/themes/Pixmap/gtk/gap_bottom.png -share/themes/Pixmap/gtk/gap_bottom_end.png -share/themes/Pixmap/gtk/gap_bottom_start.png -share/themes/Pixmap/gtk/gap_left.png -share/themes/Pixmap/gtk/gap_left_end.png -share/themes/Pixmap/gtk/gap_left_start.png -share/themes/Pixmap/gtk/gap_right.png -share/themes/Pixmap/gtk/gap_right_end.png -share/themes/Pixmap/gtk/gap_right_start.png -share/themes/Pixmap/gtk/gap_top.png -share/themes/Pixmap/gtk/gap_top_end.png -share/themes/Pixmap/gtk/gap_top_start.png -share/themes/Pixmap/gtk/gtkrc -share/themes/Pixmap/gtk/handle_vert_thumb.png -share/themes/Pixmap/gtk/hline.png -share/themes/Pixmap/gtk/menubar.png -share/themes/Pixmap/gtk/notebook1.png -share/themes/Pixmap/gtk/option1.png -share/themes/Pixmap/gtk/option2.png -share/themes/Pixmap/gtk/option_menu.png -share/themes/Pixmap/gtk/progressbar.png -share/themes/Pixmap/gtk/ruler_horiz.png -share/themes/Pixmap/gtk/ruler_vert.png -share/themes/Pixmap/gtk/scrollbar_horiz1.png -share/themes/Pixmap/gtk/scrollbar_thumb.png -share/themes/Pixmap/gtk/scrollbar_thumb2.png -share/themes/Pixmap/gtk/scrollbar_vert1.png -share/themes/Pixmap/gtk/shadow1.png -share/themes/Pixmap/gtk/shadow2.png -share/themes/Pixmap/gtk/trough.png -share/themes/Pixmap/gtk/vline.png -share/themes/Redmond95/ICON.png -share/themes/Redmond95/README.html -share/themes/Redmond95/gtk/gtkrc -lib/gtk/themes/engines/libmetal.so -lib/gtk/themes/engines/libnotif.so -lib/gtk/themes/engines/libpixmap.so -lib/gtk/themes/engines/libredmond95.so -@dirrm share/themes/Redmond95/gtk -@dirrm share/themes/Redmond95 -@dirrm share/themes/Pixmap/gtk -@dirrm share/themes/Pixmap -@dirrm share/themes/Notif/gtk -@dirrm share/themes/Notif -@dirrm share/themes/Metal/gtk -@dirrm share/themes/Metal diff --git a/x11-toolkits/gtk-flat-theme2/Makefile b/x11-toolkits/gtk-flat-theme2/Makefile deleted file mode 100644 index b1b9723942a5..000000000000 --- a/x11-toolkits/gtk-flat-theme2/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: gtk-flat-theme -# Date Created: 31 October 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gtk-flat-theme -PORTVERSION= 200010301024 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_THEMES} -MASTER_SITE_SUBDIR= gtk -DISTNAME= Flat-1.2.x-${PORTVERSION} - -MAINTAINER= sobomax@FreeBSD.org - -WRKSRC= ${WRKDIR}/${PORTNAME}-0.1 - -USE_X_PREFIX= yes -USE_GTK= yes -USE_LIBTOOL= yes -USE_GMAKE= yes - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtk-flat-theme2/distinfo b/x11-toolkits/gtk-flat-theme2/distinfo deleted file mode 100644 index 5b38fee6c2e9..000000000000 --- a/x11-toolkits/gtk-flat-theme2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Flat-1.2.x-200010301024.tar.gz) = 5b9e6c974c2417b5793b5c930be29f5d diff --git a/x11-toolkits/gtk-flat-theme2/pkg-comment b/x11-toolkits/gtk-flat-theme2/pkg-comment deleted file mode 100644 index ebf7094e802e..000000000000 --- a/x11-toolkits/gtk-flat-theme2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A GTK+ theme engine which gives GTK+ a flattened appearance diff --git a/x11-toolkits/gtk-flat-theme2/pkg-descr b/x11-toolkits/gtk-flat-theme2/pkg-descr deleted file mode 100644 index 9700333a27d3..000000000000 --- a/x11-toolkits/gtk-flat-theme2/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This theme engine gives gtk+ a flattened appearance with elements taken from -the MacOS and Metal uis. Modified from the default and metal theme engines; -the colors and background pixmaps are fully customizable. - -WWW: http://gtk.themes.org/themes.phtml?themeid=972185985 diff --git a/x11-toolkits/gtk-flat-theme2/pkg-plist b/x11-toolkits/gtk-flat-theme2/pkg-plist deleted file mode 100644 index 81f35028998e..000000000000 --- a/x11-toolkits/gtk-flat-theme2/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -lib/gtk/themes/engines/libflat.so -share/themes/Flat/ICON.png -share/themes/Flat/README.html -share/themes/Flat/gtk/gtkrc -@dirrm share/themes/Flat/gtk -@dirrm share/themes/Flat diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile deleted file mode 100644 index 0bf1478e75f5..000000000000 --- a/x11-toolkits/gtk20/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: gtk13 -# Date Created: 28 Sep 1997 -# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> -# -# $FreeBSD$ -# - -PORTNAME= gtk -PORTVERSION= 1.3.1 -CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.3/ \ - ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.3/ \ - http://www.ameth.org/gimp/gtk/v1.3/ -DISTNAME= gtk+-${PORTVERSION} - -MAINTAINER= vanilla@FreeBSD.org - -NO_LATEST_LINK= "Unstable, development version." - -LIB_DEPENDS= glib-1.3.1:${PORTSDIR}/devel/glib13 \ - pango.0:${PORTSDIR}/x11-toolkits/pango \ - png.4:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - intl.1:${PORTSDIR}/devel/gettext - -USE_X_PREFIX= yes -USE_XPM= yes -USE_PERL5= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gtk-config-2.0.1 - -post-extract: - @find ${WRKSRC} -name "Makefile.in" | xargs ${GREP} -l lgmodule | \ - xargs ${PERL} -pi -e 's|-lgmodule|\@GMODULE_LIBS\@|g' - -pre-build: - ${RM} -rf ${WRKSRC}/docs/gtk.info* - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtk20/distinfo b/x11-toolkits/gtk20/distinfo deleted file mode 100644 index d736c80bf014..000000000000 --- a/x11-toolkits/gtk20/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtk+-1.3.1.tar.gz) = 4e790ba91e04bfa2e9967b9b03d882f1 diff --git a/x11-toolkits/gtk20/files/patch-ad b/x11-toolkits/gtk20/files/patch-ad deleted file mode 100644 index 1a33f494a20d..000000000000 --- a/x11-toolkits/gtk20/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- gtk/gtkrc.c.orig Fri Jul 14 23:18:03 2000 -+++ gtk/gtkrc.c Tue Jul 18 13:41:40 2000 -@@ -392,7 +392,7 @@ - else - { - #ifndef G_OS_WIN32 -- str = g_strdup (GTK_SYSCONFDIR G_DIR_SEPARATOR_S "gtk-2.0" G_DIR_SEPARATOR_S "gtkrc"); -+ str = g_strdup (GTK_SYSCONFDIR G_DIR_SEPARATOR_S "gtkrc"); - #else - str = g_strdup_printf ("%s\\gtkrc", get_gtk_sysconf_directory ()); - #endif diff --git a/x11-toolkits/gtk20/files/patch-ae b/x11-toolkits/gtk20/files/patch-ae deleted file mode 100644 index 162619848409..000000000000 --- a/x11-toolkits/gtk20/files/patch-ae +++ /dev/null @@ -1,28 +0,0 @@ ---- configure.orig Tue Jul 18 13:28:55 2000 -+++ configure Tue Jul 18 13:31:30 2000 -@@ -3821,7 +3821,7 @@ - cat conftest.$ac_ext >&5 - rm -rf conftest* - CATOBJEXT=.mo -- DATADIRNAME=lib -+ DATADIRNAME=share - fi - rm -f conftest* - INSTOBJEXT=.mo -@@ -3831,7 +3831,7 @@ - # Added by Martin Baulig 12/15/98 for libc5 systems - if test "$gt_cv_func_dgettext_libc" != "yes" \ - && test "$gt_cv_func_dgettext_libintl" = "yes"; then -- INTLLIBS=-lintl -+ INTLLIBS="-lintl -lxpg4" - LIBS=`echo $LIBS | sed -e 's/-lintl//'` - fi - -@@ -4598,6 +4598,7 @@ - glib_thread_cflags="$GLIB_CFLAGS" - glib_libs=`$GLIB_CONFIG_2_0 glib gobject gmodule --libs` - glib_thread_libs="$GLIB_LIBS" -+ GLIB_CFLAGS="$glib_cflags" - GLIB_LIBS="$glib_libs" - GLIB_DEPLIBS="$glib_libs" - else diff --git a/x11-toolkits/gtk20/files/patch-af b/x11-toolkits/gtk20/files/patch-af deleted file mode 100644 index 355c5622c3bb..000000000000 --- a/x11-toolkits/gtk20/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- gtk/gtkrc.ru.orig Tue Mar 14 21:57:24 2000 -+++ gtk/gtkrc.ru Tue Jul 18 13:32:44 2000 -@@ -12,7 +12,7 @@ - style "gtk-default-ru" { - fontset = "-adobe-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-*,\ - -*-arial-medium-r-normal--12-*-*-*-*-*-iso8859-1,\ -- -cronyx-helvetica-medium-r-normal--12-*-*-*-*-*-koi8-r,\ -+ -*-helvetica-medium-r-normal--12-*-*-*-*-*-koi8-r,\ - -*-arial-medium-r-normal--12-*-*-*-*-*-koi8-r" - } - class "GtkWidget" style "gtk-default-ru" diff --git a/x11-toolkits/gtk20/files/patch-ag b/x11-toolkits/gtk20/files/patch-ag deleted file mode 100644 index 7f4332a62daa..000000000000 --- a/x11-toolkits/gtk20/files/patch-ag +++ /dev/null @@ -1,29 +0,0 @@ ---- gtk/Makefile.in.orig Sat Jul 15 03:51:11 2000 -+++ gtk/Makefile.in Tue Jul 18 13:38:00 2000 -@@ -156,7 +156,7 @@ - x_libs = @x_libs@ - xinput_progs = @xinput_progs@ - --INCLUDES = @STRIP_BEGIN@ -DG_LOG_DOMAIN=\"Gtk\" -DGTK_DISABLE_COMPAT_H -DGTK_EXE_PREFIX=\"$(exec_prefix)\" -DGTK_DATA_PREFIX=\"$(prefix)\" -DGTK_SYSCONFDIR=\"$(sysconfdir)\" -DGTK_LOCALEDIR=\"$(gtklocaledir)\" -DGTK_VERSION=\"@GTK_VERSION@\" -DTESTGTK_RCFILE=\"`pwd`/$(srcdir)/testgtkrc\" -I$(top_srcdir) -I../gdk -I$(top_srcdir)/gdk -I$(top_srcdir)/gdk-pixbuf -I../gdk-pixbuf @GTK_DEBUG_FLAGS@ @GTK_XIM_FLAGS@ @GTK_LOCALE_FLAGS@ @PANGO_CFLAGS@ @GLIB_CFLAGS@ @more_cflags@ @STRIP_END@ -+INCLUDES = @STRIP_BEGIN@ -DG_LOG_DOMAIN=\"Gtk\" -DGTK_DISABLE_COMPAT_H -DGTK_EXE_PREFIX=\"$(exec_prefix)\" -DGTK_DATA_PREFIX=\"$(prefix)\" -DGTK_SYSCONFDIR=\"$(gtkconfdir)\" -DGTK_LOCALEDIR=\"$(gtklocaledir)\" -DGTK_VERSION=\"@GTK_VERSION@\" -DTESTGTK_RCFILE=\"`pwd`/$(srcdir)/testgtkrc\" -I$(top_srcdir) -I../gdk -I$(top_srcdir)/gdk -I$(top_srcdir)/gdk-pixbuf -I../gdk-pixbuf @GTK_DEBUG_FLAGS@ @GTK_XIM_FLAGS@ @GTK_LOCALE_FLAGS@ @PANGO_CFLAGS@ @GLIB_CFLAGS@ @more_cflags@ @STRIP_END@ - - - gtarget = @gdktarget@ -@@ -253,7 +253,7 @@ - gen_sources = xgen-gdef xgen-gtbh xgen-gtbvc xgen-gtbic xgen-gtbec xgen-gmh xgen-gmc - CLEANFILES = $(gen_sources) - --gtkconfdir = $(sysconfdir)/gtk-2.0 -+gtkconfdir = $(datadir)/themes/Default/gtk-2.0 - gtkconf_DATA = gtkrc.el gtkrc.eo gtkrc.he gtkrc.hy gtkrc.ja gtkrc.ko gtkrc.ru gtkrc.tr gtkrc.th gtkrc.uk gtkrc.iso-8859-2 gtkrc.iso-8859-5 gtkrc.iso-8859-13 gtkrc.iso-8859-14 gtkrc.iso-8859-15 gtkrc.zh_CN gtkrc.zh_TW.Big5 gtkrc.ka_GE.georgianacademy gtkrc.ka_GE.georgianps gtkrc.vi_VN.tcvn gtkrc.vi_VN.viscii gtkrc.cp1251 - - -@@ -2900,7 +2900,7 @@ - uninstall-libgtk_nanox_includeHEADERS \ - uninstall-libgtk_x11_includeHEADERS uninstall-local - uninstall: uninstall-am --all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS) -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) - all-redirect: all-am - install-strip: - $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install diff --git a/x11-toolkits/gtk20/files/patch-ah b/x11-toolkits/gtk20/files/patch-ah deleted file mode 100644 index 8686c436342a..000000000000 --- a/x11-toolkits/gtk20/files/patch-ah +++ /dev/null @@ -1,37 +0,0 @@ ---- docs/Makefile.in.orig Sat Jul 15 03:51:14 2000 -+++ docs/Makefile.in Tue Jul 18 13:45:44 2000 -@@ -116,7 +116,7 @@ - LT_RELEASE = @LT_RELEASE@ - LT_REVISION = @LT_REVISION@ - MAINT = @MAINT@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = @MAKEINFO@ --no-split - MATH_LIB = @MATH_LIB@ - MKINSTALLDIRS = @MKINSTALLDIRS@ - OBJDUMP = @OBJDUMP@ -@@ -158,13 +158,13 @@ - - SUBDIRS = tutorial faq reference - --man_MANS = gtk-config.1 -+man_MANS = gtk-config-2.0.1 - - EXTRA_DIST = Changes-1.2.txt Changes-2.0.txt debugging.txt developers.txt dnd_internals.txt make-todo refcounting.txt styles.txt text_widget.txt widget_system.txt generation.txt gtk-config.txt gtk-config.1.in gtkdocs_fix - - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h --CONFIG_CLEAN_FILES = gtk-config.1 -+CONFIG_CLEAN_FILES = gtk-config-2.0.1 - man1dir = $(mandir)/man1 - MANS = $(man_MANS) - -@@ -187,6 +187,9 @@ - - gtk-config.1: $(top_builddir)/config.status gtk-config.1.in - cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status -+ -+gtk-config-2.0.1: gtk-config.1 -+ cp gtk-config.1 gtk-config-2.0.1 - - install-man1: - $(mkinstalldirs) $(DESTDIR)$(man1dir) diff --git a/x11-toolkits/gtk20/files/patch-ai b/x11-toolkits/gtk20/files/patch-ai deleted file mode 100644 index c2e095e9fb6d..000000000000 --- a/x11-toolkits/gtk20/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/Makefile.in.orig Tue Jul 18 18:03:38 2000 -+++ docs/reference/Makefile.in Tue Jul 18 18:03:52 2000 -@@ -156,7 +156,7 @@ - x_libs = @x_libs@ - xinput_progs = @xinput_progs@ - --SUBDIRS = gdk-pixbuf -+SUBDIRS = - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../../config.h - CONFIG_CLEAN_FILES = diff --git a/x11-toolkits/gtk20/pkg-comment b/x11-toolkits/gtk20/pkg-comment deleted file mode 100644 index 84d87580ded4..000000000000 --- a/x11-toolkits/gtk20/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -General Toolkit for X11 GUI (unstable development version) diff --git a/x11-toolkits/gtk20/pkg-descr b/x11-toolkits/gtk20/pkg-descr deleted file mode 100644 index f9ecd28b7df1..000000000000 --- a/x11-toolkits/gtk20/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ - GTK is a library for creating graphical user interfaces similar to -the Motif "look and feel". It is designed to be small and efficient, but -still flexible enough to allow the programmer freedom in the interfaces -created. GTK allows the programmer to use a variety of standard user -interface widgets such as push, radio and check buttons, menus, lists -and frames. It also provides several "container" widgets which can be -used to control the layout of the user interface elements. - - GTK provides some unique features. (At least, I know of no other -widget library which provides them). For example, a button does not -contain a label, it contains a child widget, which in most instances -will be a label. However, the child widget can also be a pixmap, image -or any combination possible the programmer desires. This flexibility is -adhered to throughout the library. - -Warning: this library is unstable development version, incompatible with -version 1.2, so it could not be used as a replacement for the older one. - -- Vanilla -vanilla@MinJe.com.TW diff --git a/x11-toolkits/gtk20/pkg-plist b/x11-toolkits/gtk20/pkg-plist deleted file mode 100644 index 2183339b927c..000000000000 --- a/x11-toolkits/gtk20/pkg-plist +++ /dev/null @@ -1,295 +0,0 @@ -bin/gtk-config-2.0 -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-features.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h -include/gtk-2.0/gdk/gdk.h -include/gtk-2.0/gdk/gdkcc.h -include/gtk-2.0/gdk/gdkcolor.h -include/gtk-2.0/gdk/gdkcompat.h -include/gtk-2.0/gdk/gdkcursor.h -include/gtk-2.0/gdk/gdkcursors.h -include/gtk-2.0/gdk/gdkdnd.h -include/gtk-2.0/gdk/gdkdrawable.h -include/gtk-2.0/gdk/gdkevents.h -include/gtk-2.0/gdk/gdkfont.h -include/gtk-2.0/gdk/gdkgc.h -include/gtk-2.0/gdk/gdki18n.h -include/gtk-2.0/gdk/gdkim.h -include/gtk-2.0/gdk/gdkimage.h -include/gtk-2.0/gdk/gdkinput.h -include/gtk-2.0/gdk/gdkkeysyms.h -include/gtk-2.0/gdk/gdkpango.h -include/gtk-2.0/gdk/gdkpixbuf.h -include/gtk-2.0/gdk/gdkpixmap.h -include/gtk-2.0/gdk/gdkprivate.h -include/gtk-2.0/gdk/gdkproperty.h -include/gtk-2.0/gdk/gdkregion.h -include/gtk-2.0/gdk/gdkrgb.h -include/gtk-2.0/gdk/gdkselection.h -include/gtk-2.0/gdk/gdktypes.h -include/gtk-2.0/gdk/gdkvisual.h -include/gtk-2.0/gdk/gdkwindow.h -include/gtk-2.0/gdk/gdkx.h -include/gtk-2.0/gdk/x11/gdkdrawable-x11.h -include/gtk-2.0/gdk/x11/gdkpixmap-x11.h -include/gtk-2.0/gdk/x11/gdkwindow-x11.h -include/gtk-2.0/gtk/gdk-pixbuf-loader.h -include/gtk-2.0/gtk/gtk.h -include/gtk-2.0/gtk/gtkaccelgroup.h -include/gtk-2.0/gtk/gtkaccellabel.h -include/gtk-2.0/gtk/gtkadjustment.h -include/gtk-2.0/gtk/gtkalignment.h -include/gtk-2.0/gtk/gtkarg.h -include/gtk-2.0/gtk/gtkarrow.h -include/gtk-2.0/gtk/gtkaspectframe.h -include/gtk-2.0/gtk/gtkbbox.h -include/gtk-2.0/gtk/gtkbin.h -include/gtk-2.0/gtk/gtkbindings.h -include/gtk-2.0/gtk/gtkbox.h -include/gtk-2.0/gtk/gtkbutton.h -include/gtk-2.0/gtk/gtkcalendar.h -include/gtk-2.0/gtk/gtkcheckbutton.h -include/gtk-2.0/gtk/gtkcheckmenuitem.h -include/gtk-2.0/gtk/gtkclist.h -include/gtk-2.0/gtk/gtkcolorsel.h -include/gtk-2.0/gtk/gtkcolorseldialog.h -include/gtk-2.0/gtk/gtkcombo.h -include/gtk-2.0/gtk/gtkcompat.h -include/gtk-2.0/gtk/gtkcontainer.h -include/gtk-2.0/gtk/gtkctree.h -include/gtk-2.0/gtk/gtkcurve.h -include/gtk-2.0/gtk/gtkdata.h -include/gtk-2.0/gtk/gtkdebug.h -include/gtk-2.0/gtk/gtkdialog.h -include/gtk-2.0/gtk/gtkdnd.h -include/gtk-2.0/gtk/gtkdrawingarea.h -include/gtk-2.0/gtk/gtkeditable.h -include/gtk-2.0/gtk/gtkentry.h -include/gtk-2.0/gtk/gtkenums.h -include/gtk-2.0/gtk/gtkeventbox.h -include/gtk-2.0/gtk/gtkfilesel.h -include/gtk-2.0/gtk/gtkfixed.h -include/gtk-2.0/gtk/gtkfontsel.h -include/gtk-2.0/gtk/gtkframe.h -include/gtk-2.0/gtk/gtkgamma.h -include/gtk-2.0/gtk/gtkgc.h -include/gtk-2.0/gtk/gtkhandlebox.h -include/gtk-2.0/gtk/gtkhbbox.h -include/gtk-2.0/gtk/gtkhbox.h -include/gtk-2.0/gtk/gtkhpaned.h -include/gtk-2.0/gtk/gtkhruler.h -include/gtk-2.0/gtk/gtkhscale.h -include/gtk-2.0/gtk/gtkhscrollbar.h -include/gtk-2.0/gtk/gtkhseparator.h -include/gtk-2.0/gtk/gtkhsv.h -include/gtk-2.0/gtk/gtkimage.h -include/gtk-2.0/gtk/gtkimcontext.h -include/gtk-2.0/gtk/gtkimmulticontext.h -include/gtk-2.0/gtk/gtkinputdialog.h -include/gtk-2.0/gtk/gtkinvisible.h -include/gtk-2.0/gtk/gtkitem.h -include/gtk-2.0/gtk/gtkitemfactory.h -include/gtk-2.0/gtk/gtklabel.h -include/gtk-2.0/gtk/gtklayout.h -include/gtk-2.0/gtk/gtklist.h -include/gtk-2.0/gtk/gtklistitem.h -include/gtk-2.0/gtk/gtkmain.h -include/gtk-2.0/gtk/gtkmarshal.h -include/gtk-2.0/gtk/gtkmenu.h -include/gtk-2.0/gtk/gtkmenubar.h -include/gtk-2.0/gtk/gtkmenufactory.h -include/gtk-2.0/gtk/gtkmenuitem.h -include/gtk-2.0/gtk/gtkmenushell.h -include/gtk-2.0/gtk/gtkmisc.h -include/gtk-2.0/gtk/gtknotebook.h -include/gtk-2.0/gtk/gtkobject.h -include/gtk-2.0/gtk/gtkoptionmenu.h -include/gtk-2.0/gtk/gtkpacker.h -include/gtk-2.0/gtk/gtkpaned.h -include/gtk-2.0/gtk/gtkpixmap.h -include/gtk-2.0/gtk/gtkplug.h -include/gtk-2.0/gtk/gtkpreview.h -include/gtk-2.0/gtk/gtkprivate.h -include/gtk-2.0/gtk/gtkprogress.h -include/gtk-2.0/gtk/gtkprogressbar.h -include/gtk-2.0/gtk/gtkradiobutton.h -include/gtk-2.0/gtk/gtkradiomenuitem.h -include/gtk-2.0/gtk/gtkrange.h -include/gtk-2.0/gtk/gtkrc.h -include/gtk-2.0/gtk/gtkruler.h -include/gtk-2.0/gtk/gtkscale.h -include/gtk-2.0/gtk/gtkscrollbar.h -include/gtk-2.0/gtk/gtkscrolledwindow.h -include/gtk-2.0/gtk/gtkselection.h -include/gtk-2.0/gtk/gtkseparator.h -include/gtk-2.0/gtk/gtksignal.h -include/gtk-2.0/gtk/gtksocket.h -include/gtk-2.0/gtk/gtkspinbutton.h -include/gtk-2.0/gtk/gtkstatusbar.h -include/gtk-2.0/gtk/gtkstyle.h -include/gtk-2.0/gtk/gtktable.h -include/gtk-2.0/gtk/gtktearoffmenuitem.h -include/gtk-2.0/gtk/gtktext.h -include/gtk-2.0/gtk/gtktextbtree.h -include/gtk-2.0/gtk/gtktextbuffer.h -include/gtk-2.0/gtk/gtktextchild.h -include/gtk-2.0/gtk/gtktextdisplay.h -include/gtk-2.0/gtk/gtktextiter.h -include/gtk-2.0/gtk/gtktextlayout.h -include/gtk-2.0/gtk/gtktextmark.h -include/gtk-2.0/gtk/gtktextsegment.h -include/gtk-2.0/gtk/gtktexttag.h -include/gtk-2.0/gtk/gtktexttagtable.h -include/gtk-2.0/gtk/gtktexttypes.h -include/gtk-2.0/gtk/gtktextview.h -include/gtk-2.0/gtk/gtkthemes.h -include/gtk-2.0/gtk/gtktipsquery.h -include/gtk-2.0/gtk/gtktogglebutton.h -include/gtk-2.0/gtk/gtktoolbar.h -include/gtk-2.0/gtk/gtktooltips.h -include/gtk-2.0/gtk/gtktree.h -include/gtk-2.0/gtk/gtktreeitem.h -include/gtk-2.0/gtk/gtktypebuiltins.h -include/gtk-2.0/gtk/gtktypeutils.h -include/gtk-2.0/gtk/gtkvbbox.h -include/gtk-2.0/gtk/gtkvbox.h -include/gtk-2.0/gtk/gtkviewport.h -include/gtk-2.0/gtk/gtkvpaned.h -include/gtk-2.0/gtk/gtkvruler.h -include/gtk-2.0/gtk/gtkvscale.h -include/gtk-2.0/gtk/gtkvscrollbar.h -include/gtk-2.0/gtk/gtkvseparator.h -include/gtk-2.0/gtk/gtkwidget.h -include/gtk-2.0/gtk/gtkwindow.h -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-bmp.a -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-bmp.so -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-bmp.so.1 -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-gif.a -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-gif.so -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-gif.so.1 -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-ico.a -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-ico.so -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-ico.so.1 -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-jpeg.a -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-jpeg.so -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-jpeg.so.1 -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-png.a -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-png.so -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-png.so.1 -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-pnm.a -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-pnm.so -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-pnm.so.1 -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-ras.a -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-ras.so -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-ras.so.1 -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-tiff.a -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-tiff.so -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-tiff.so.1 -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-xpm.a -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-xpm.so -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-xpm.so.1 -lib/gtk-2.0/include/gdkconfig.h -lib/libgdk-x11-1.3.a -lib/libgdk-x11-1.3.so -lib/libgdk-x11-1.3.so.1 -lib/libgdk_pixbuf-1.3.a -lib/libgdk_pixbuf-1.3.so -lib/libgdk_pixbuf-1.3.so.1 -lib/libgtk-x11-1.3.a -lib/libgtk-x11-1.3.so -lib/libgtk-x11-1.3.so.1 -share/aclocal/gtk-2.0.m4 -share/locale/ca/LC_MESSAGES/gtk20.mo -share/locale/cs/LC_MESSAGES/gtk20.mo -share/locale/da/LC_MESSAGES/gtk20.mo -share/locale/de/LC_MESSAGES/gtk20.mo -share/locale/el/LC_MESSAGES/gtk20.mo -share/locale/es/LC_MESSAGES/gtk20.mo -share/locale/et/LC_MESSAGES/gtk20.mo -share/locale/eu/LC_MESSAGES/gtk20.mo -share/locale/fi/LC_MESSAGES/gtk20.mo -share/locale/fr/LC_MESSAGES/gtk20.mo -share/locale/ga/LC_MESSAGES/gtk20.mo -share/locale/gl/LC_MESSAGES/gtk20.mo -share/locale/hr/LC_MESSAGES/gtk20.mo -share/locale/hu/LC_MESSAGES/gtk20.mo -share/locale/it/LC_MESSAGES/gtk20.mo -share/locale/ja/LC_MESSAGES/gtk20.mo -share/locale/ko/LC_MESSAGES/gtk20.mo -share/locale/lt/LC_MESSAGES/gtk20.mo -share/locale/nl/LC_MESSAGES/gtk20.mo -share/locale/no/LC_MESSAGES/gtk20.mo -share/locale/pl/LC_MESSAGES/gtk20.mo -share/locale/pt/LC_MESSAGES/gtk20.mo -share/locale/pt_BR/LC_MESSAGES/gtk20.mo -share/locale/ro/LC_MESSAGES/gtk20.mo -share/locale/ru/LC_MESSAGES/gtk20.mo -share/locale/sk/LC_MESSAGES/gtk20.mo -share/locale/sl/LC_MESSAGES/gtk20.mo -share/locale/sv/LC_MESSAGES/gtk20.mo -share/locale/tr/LC_MESSAGES/gtk20.mo -share/locale/uk/LC_MESSAGES/gtk20.mo -share/locale/wa/LC_MESSAGES/gtk20.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/gtk20.mo -share/locale/zh_TW.Big5/LC_MESSAGES/gtk20.mo -share/themes/Default/gtk-2.0/gtkrc -share/themes/Default/gtk-2.0/gtkrc.be -share/themes/Default/gtk-2.0/gtkrc.bg -share/themes/Default/gtk-2.0/gtkrc.bg_BG.iso88595 -share/themes/Default/gtk-2.0/gtkrc.cp1251 -share/themes/Default/gtk-2.0/gtkrc.cs -share/themes/Default/gtk-2.0/gtkrc.cy -share/themes/Default/gtk-2.0/gtkrc.el -share/themes/Default/gtk-2.0/gtkrc.eo -share/themes/Default/gtk-2.0/gtkrc.et -share/themes/Default/gtk-2.0/gtkrc.ga -share/themes/Default/gtk-2.0/gtkrc.he -share/themes/Default/gtk-2.0/gtkrc.hr -share/themes/Default/gtk-2.0/gtkrc.hu -share/themes/Default/gtk-2.0/gtkrc.hy -share/themes/Default/gtk-2.0/gtkrc.iso-8859-13 -share/themes/Default/gtk-2.0/gtkrc.iso-8859-14 -share/themes/Default/gtk-2.0/gtkrc.iso-8859-15 -share/themes/Default/gtk-2.0/gtkrc.iso-8859-2 -share/themes/Default/gtk-2.0/gtkrc.iso-8859-5 -share/themes/Default/gtk-2.0/gtkrc.ja -share/themes/Default/gtk-2.0/gtkrc.ka -share/themes/Default/gtk-2.0/gtkrc.ka_GE.georgianacademy -share/themes/Default/gtk-2.0/gtkrc.ka_GE.georgianps -share/themes/Default/gtk-2.0/gtkrc.ko -share/themes/Default/gtk-2.0/gtkrc.lt -share/themes/Default/gtk-2.0/gtkrc.lv -share/themes/Default/gtk-2.0/gtkrc.mk -share/themes/Default/gtk-2.0/gtkrc.pl -share/themes/Default/gtk-2.0/gtkrc.ro -share/themes/Default/gtk-2.0/gtkrc.ru -share/themes/Default/gtk-2.0/gtkrc.ru_RU.iso88595 -share/themes/Default/gtk-2.0/gtkrc.sk -share/themes/Default/gtk-2.0/gtkrc.sl -share/themes/Default/gtk-2.0/gtkrc.sp -share/themes/Default/gtk-2.0/gtkrc.sq -share/themes/Default/gtk-2.0/gtkrc.sr -share/themes/Default/gtk-2.0/gtkrc.th -share/themes/Default/gtk-2.0/gtkrc.tr -share/themes/Default/gtk-2.0/gtkrc.uk -share/themes/Default/gtk-2.0/gtkrc.vi -share/themes/Default/gtk-2.0/gtkrc.vi_VN.tcvn -share/themes/Default/gtk-2.0/gtkrc.vi_VN.tcvn5712 -share/themes/Default/gtk-2.0/gtkrc.vi_VN.viscii -share/themes/Default/gtk-2.0/gtkrc.vi_VN.viscii111 -share/themes/Default/gtk-2.0/gtkrc.zh_CN -share/themes/Default/gtk-2.0/gtkrc.zh_TW.Big5 -@dirrm share/themes/Default/gtk-2.0 -@dirrm share/themes/Default -@dirrm share/themes -@dirrm lib/gtk-2.0/include -@dirrm lib/gtk-2.0/1.3.1/loaders -@dirrm lib/gtk-2.0/1.3.1 -@dirrm lib/gtk-2.0 -@dirrm include/gtk-2.0/gtk -@dirrm include/gtk-2.0/gdk/x11 -@dirrm include/gtk-2.0/gdk-pixbuf -@dirrm include/gtk-2.0/gdk -@dirrm include/gtk-2.0 -@unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/* 2>/dev/null || true -@unexec rmdir %D/share/locale 2>/dev/null || true diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile deleted file mode 100644 index 0bf1478e75f5..000000000000 --- a/x11-toolkits/gtk30/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: gtk13 -# Date Created: 28 Sep 1997 -# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> -# -# $FreeBSD$ -# - -PORTNAME= gtk -PORTVERSION= 1.3.1 -CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.3/ \ - ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.3/ \ - http://www.ameth.org/gimp/gtk/v1.3/ -DISTNAME= gtk+-${PORTVERSION} - -MAINTAINER= vanilla@FreeBSD.org - -NO_LATEST_LINK= "Unstable, development version." - -LIB_DEPENDS= glib-1.3.1:${PORTSDIR}/devel/glib13 \ - pango.0:${PORTSDIR}/x11-toolkits/pango \ - png.4:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - intl.1:${PORTSDIR}/devel/gettext - -USE_X_PREFIX= yes -USE_XPM= yes -USE_PERL5= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gtk-config-2.0.1 - -post-extract: - @find ${WRKSRC} -name "Makefile.in" | xargs ${GREP} -l lgmodule | \ - xargs ${PERL} -pi -e 's|-lgmodule|\@GMODULE_LIBS\@|g' - -pre-build: - ${RM} -rf ${WRKSRC}/docs/gtk.info* - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtk30/distinfo b/x11-toolkits/gtk30/distinfo deleted file mode 100644 index d736c80bf014..000000000000 --- a/x11-toolkits/gtk30/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtk+-1.3.1.tar.gz) = 4e790ba91e04bfa2e9967b9b03d882f1 diff --git a/x11-toolkits/gtk30/files/patch-ad b/x11-toolkits/gtk30/files/patch-ad deleted file mode 100644 index 1a33f494a20d..000000000000 --- a/x11-toolkits/gtk30/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- gtk/gtkrc.c.orig Fri Jul 14 23:18:03 2000 -+++ gtk/gtkrc.c Tue Jul 18 13:41:40 2000 -@@ -392,7 +392,7 @@ - else - { - #ifndef G_OS_WIN32 -- str = g_strdup (GTK_SYSCONFDIR G_DIR_SEPARATOR_S "gtk-2.0" G_DIR_SEPARATOR_S "gtkrc"); -+ str = g_strdup (GTK_SYSCONFDIR G_DIR_SEPARATOR_S "gtkrc"); - #else - str = g_strdup_printf ("%s\\gtkrc", get_gtk_sysconf_directory ()); - #endif diff --git a/x11-toolkits/gtk30/files/patch-ae b/x11-toolkits/gtk30/files/patch-ae deleted file mode 100644 index 162619848409..000000000000 --- a/x11-toolkits/gtk30/files/patch-ae +++ /dev/null @@ -1,28 +0,0 @@ ---- configure.orig Tue Jul 18 13:28:55 2000 -+++ configure Tue Jul 18 13:31:30 2000 -@@ -3821,7 +3821,7 @@ - cat conftest.$ac_ext >&5 - rm -rf conftest* - CATOBJEXT=.mo -- DATADIRNAME=lib -+ DATADIRNAME=share - fi - rm -f conftest* - INSTOBJEXT=.mo -@@ -3831,7 +3831,7 @@ - # Added by Martin Baulig 12/15/98 for libc5 systems - if test "$gt_cv_func_dgettext_libc" != "yes" \ - && test "$gt_cv_func_dgettext_libintl" = "yes"; then -- INTLLIBS=-lintl -+ INTLLIBS="-lintl -lxpg4" - LIBS=`echo $LIBS | sed -e 's/-lintl//'` - fi - -@@ -4598,6 +4598,7 @@ - glib_thread_cflags="$GLIB_CFLAGS" - glib_libs=`$GLIB_CONFIG_2_0 glib gobject gmodule --libs` - glib_thread_libs="$GLIB_LIBS" -+ GLIB_CFLAGS="$glib_cflags" - GLIB_LIBS="$glib_libs" - GLIB_DEPLIBS="$glib_libs" - else diff --git a/x11-toolkits/gtk30/files/patch-af b/x11-toolkits/gtk30/files/patch-af deleted file mode 100644 index 355c5622c3bb..000000000000 --- a/x11-toolkits/gtk30/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- gtk/gtkrc.ru.orig Tue Mar 14 21:57:24 2000 -+++ gtk/gtkrc.ru Tue Jul 18 13:32:44 2000 -@@ -12,7 +12,7 @@ - style "gtk-default-ru" { - fontset = "-adobe-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-*,\ - -*-arial-medium-r-normal--12-*-*-*-*-*-iso8859-1,\ -- -cronyx-helvetica-medium-r-normal--12-*-*-*-*-*-koi8-r,\ -+ -*-helvetica-medium-r-normal--12-*-*-*-*-*-koi8-r,\ - -*-arial-medium-r-normal--12-*-*-*-*-*-koi8-r" - } - class "GtkWidget" style "gtk-default-ru" diff --git a/x11-toolkits/gtk30/files/patch-ag b/x11-toolkits/gtk30/files/patch-ag deleted file mode 100644 index 7f4332a62daa..000000000000 --- a/x11-toolkits/gtk30/files/patch-ag +++ /dev/null @@ -1,29 +0,0 @@ ---- gtk/Makefile.in.orig Sat Jul 15 03:51:11 2000 -+++ gtk/Makefile.in Tue Jul 18 13:38:00 2000 -@@ -156,7 +156,7 @@ - x_libs = @x_libs@ - xinput_progs = @xinput_progs@ - --INCLUDES = @STRIP_BEGIN@ -DG_LOG_DOMAIN=\"Gtk\" -DGTK_DISABLE_COMPAT_H -DGTK_EXE_PREFIX=\"$(exec_prefix)\" -DGTK_DATA_PREFIX=\"$(prefix)\" -DGTK_SYSCONFDIR=\"$(sysconfdir)\" -DGTK_LOCALEDIR=\"$(gtklocaledir)\" -DGTK_VERSION=\"@GTK_VERSION@\" -DTESTGTK_RCFILE=\"`pwd`/$(srcdir)/testgtkrc\" -I$(top_srcdir) -I../gdk -I$(top_srcdir)/gdk -I$(top_srcdir)/gdk-pixbuf -I../gdk-pixbuf @GTK_DEBUG_FLAGS@ @GTK_XIM_FLAGS@ @GTK_LOCALE_FLAGS@ @PANGO_CFLAGS@ @GLIB_CFLAGS@ @more_cflags@ @STRIP_END@ -+INCLUDES = @STRIP_BEGIN@ -DG_LOG_DOMAIN=\"Gtk\" -DGTK_DISABLE_COMPAT_H -DGTK_EXE_PREFIX=\"$(exec_prefix)\" -DGTK_DATA_PREFIX=\"$(prefix)\" -DGTK_SYSCONFDIR=\"$(gtkconfdir)\" -DGTK_LOCALEDIR=\"$(gtklocaledir)\" -DGTK_VERSION=\"@GTK_VERSION@\" -DTESTGTK_RCFILE=\"`pwd`/$(srcdir)/testgtkrc\" -I$(top_srcdir) -I../gdk -I$(top_srcdir)/gdk -I$(top_srcdir)/gdk-pixbuf -I../gdk-pixbuf @GTK_DEBUG_FLAGS@ @GTK_XIM_FLAGS@ @GTK_LOCALE_FLAGS@ @PANGO_CFLAGS@ @GLIB_CFLAGS@ @more_cflags@ @STRIP_END@ - - - gtarget = @gdktarget@ -@@ -253,7 +253,7 @@ - gen_sources = xgen-gdef xgen-gtbh xgen-gtbvc xgen-gtbic xgen-gtbec xgen-gmh xgen-gmc - CLEANFILES = $(gen_sources) - --gtkconfdir = $(sysconfdir)/gtk-2.0 -+gtkconfdir = $(datadir)/themes/Default/gtk-2.0 - gtkconf_DATA = gtkrc.el gtkrc.eo gtkrc.he gtkrc.hy gtkrc.ja gtkrc.ko gtkrc.ru gtkrc.tr gtkrc.th gtkrc.uk gtkrc.iso-8859-2 gtkrc.iso-8859-5 gtkrc.iso-8859-13 gtkrc.iso-8859-14 gtkrc.iso-8859-15 gtkrc.zh_CN gtkrc.zh_TW.Big5 gtkrc.ka_GE.georgianacademy gtkrc.ka_GE.georgianps gtkrc.vi_VN.tcvn gtkrc.vi_VN.viscii gtkrc.cp1251 - - -@@ -2900,7 +2900,7 @@ - uninstall-libgtk_nanox_includeHEADERS \ - uninstall-libgtk_x11_includeHEADERS uninstall-local - uninstall: uninstall-am --all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS) -+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) - all-redirect: all-am - install-strip: - $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install diff --git a/x11-toolkits/gtk30/files/patch-ah b/x11-toolkits/gtk30/files/patch-ah deleted file mode 100644 index 8686c436342a..000000000000 --- a/x11-toolkits/gtk30/files/patch-ah +++ /dev/null @@ -1,37 +0,0 @@ ---- docs/Makefile.in.orig Sat Jul 15 03:51:14 2000 -+++ docs/Makefile.in Tue Jul 18 13:45:44 2000 -@@ -116,7 +116,7 @@ - LT_RELEASE = @LT_RELEASE@ - LT_REVISION = @LT_REVISION@ - MAINT = @MAINT@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = @MAKEINFO@ --no-split - MATH_LIB = @MATH_LIB@ - MKINSTALLDIRS = @MKINSTALLDIRS@ - OBJDUMP = @OBJDUMP@ -@@ -158,13 +158,13 @@ - - SUBDIRS = tutorial faq reference - --man_MANS = gtk-config.1 -+man_MANS = gtk-config-2.0.1 - - EXTRA_DIST = Changes-1.2.txt Changes-2.0.txt debugging.txt developers.txt dnd_internals.txt make-todo refcounting.txt styles.txt text_widget.txt widget_system.txt generation.txt gtk-config.txt gtk-config.1.in gtkdocs_fix - - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h --CONFIG_CLEAN_FILES = gtk-config.1 -+CONFIG_CLEAN_FILES = gtk-config-2.0.1 - man1dir = $(mandir)/man1 - MANS = $(man_MANS) - -@@ -187,6 +187,9 @@ - - gtk-config.1: $(top_builddir)/config.status gtk-config.1.in - cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status -+ -+gtk-config-2.0.1: gtk-config.1 -+ cp gtk-config.1 gtk-config-2.0.1 - - install-man1: - $(mkinstalldirs) $(DESTDIR)$(man1dir) diff --git a/x11-toolkits/gtk30/files/patch-ai b/x11-toolkits/gtk30/files/patch-ai deleted file mode 100644 index c2e095e9fb6d..000000000000 --- a/x11-toolkits/gtk30/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/Makefile.in.orig Tue Jul 18 18:03:38 2000 -+++ docs/reference/Makefile.in Tue Jul 18 18:03:52 2000 -@@ -156,7 +156,7 @@ - x_libs = @x_libs@ - xinput_progs = @xinput_progs@ - --SUBDIRS = gdk-pixbuf -+SUBDIRS = - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../../config.h - CONFIG_CLEAN_FILES = diff --git a/x11-toolkits/gtk30/pkg-comment b/x11-toolkits/gtk30/pkg-comment deleted file mode 100644 index 84d87580ded4..000000000000 --- a/x11-toolkits/gtk30/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -General Toolkit for X11 GUI (unstable development version) diff --git a/x11-toolkits/gtk30/pkg-descr b/x11-toolkits/gtk30/pkg-descr deleted file mode 100644 index f9ecd28b7df1..000000000000 --- a/x11-toolkits/gtk30/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ - GTK is a library for creating graphical user interfaces similar to -the Motif "look and feel". It is designed to be small and efficient, but -still flexible enough to allow the programmer freedom in the interfaces -created. GTK allows the programmer to use a variety of standard user -interface widgets such as push, radio and check buttons, menus, lists -and frames. It also provides several "container" widgets which can be -used to control the layout of the user interface elements. - - GTK provides some unique features. (At least, I know of no other -widget library which provides them). For example, a button does not -contain a label, it contains a child widget, which in most instances -will be a label. However, the child widget can also be a pixmap, image -or any combination possible the programmer desires. This flexibility is -adhered to throughout the library. - -Warning: this library is unstable development version, incompatible with -version 1.2, so it could not be used as a replacement for the older one. - -- Vanilla -vanilla@MinJe.com.TW diff --git a/x11-toolkits/gtk30/pkg-plist b/x11-toolkits/gtk30/pkg-plist deleted file mode 100644 index 2183339b927c..000000000000 --- a/x11-toolkits/gtk30/pkg-plist +++ /dev/null @@ -1,295 +0,0 @@ -bin/gtk-config-2.0 -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-features.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h -include/gtk-2.0/gdk/gdk.h -include/gtk-2.0/gdk/gdkcc.h -include/gtk-2.0/gdk/gdkcolor.h -include/gtk-2.0/gdk/gdkcompat.h -include/gtk-2.0/gdk/gdkcursor.h -include/gtk-2.0/gdk/gdkcursors.h -include/gtk-2.0/gdk/gdkdnd.h -include/gtk-2.0/gdk/gdkdrawable.h -include/gtk-2.0/gdk/gdkevents.h -include/gtk-2.0/gdk/gdkfont.h -include/gtk-2.0/gdk/gdkgc.h -include/gtk-2.0/gdk/gdki18n.h -include/gtk-2.0/gdk/gdkim.h -include/gtk-2.0/gdk/gdkimage.h -include/gtk-2.0/gdk/gdkinput.h -include/gtk-2.0/gdk/gdkkeysyms.h -include/gtk-2.0/gdk/gdkpango.h -include/gtk-2.0/gdk/gdkpixbuf.h -include/gtk-2.0/gdk/gdkpixmap.h -include/gtk-2.0/gdk/gdkprivate.h -include/gtk-2.0/gdk/gdkproperty.h -include/gtk-2.0/gdk/gdkregion.h -include/gtk-2.0/gdk/gdkrgb.h -include/gtk-2.0/gdk/gdkselection.h -include/gtk-2.0/gdk/gdktypes.h -include/gtk-2.0/gdk/gdkvisual.h -include/gtk-2.0/gdk/gdkwindow.h -include/gtk-2.0/gdk/gdkx.h -include/gtk-2.0/gdk/x11/gdkdrawable-x11.h -include/gtk-2.0/gdk/x11/gdkpixmap-x11.h -include/gtk-2.0/gdk/x11/gdkwindow-x11.h -include/gtk-2.0/gtk/gdk-pixbuf-loader.h -include/gtk-2.0/gtk/gtk.h -include/gtk-2.0/gtk/gtkaccelgroup.h -include/gtk-2.0/gtk/gtkaccellabel.h -include/gtk-2.0/gtk/gtkadjustment.h -include/gtk-2.0/gtk/gtkalignment.h -include/gtk-2.0/gtk/gtkarg.h -include/gtk-2.0/gtk/gtkarrow.h -include/gtk-2.0/gtk/gtkaspectframe.h -include/gtk-2.0/gtk/gtkbbox.h -include/gtk-2.0/gtk/gtkbin.h -include/gtk-2.0/gtk/gtkbindings.h -include/gtk-2.0/gtk/gtkbox.h -include/gtk-2.0/gtk/gtkbutton.h -include/gtk-2.0/gtk/gtkcalendar.h -include/gtk-2.0/gtk/gtkcheckbutton.h -include/gtk-2.0/gtk/gtkcheckmenuitem.h -include/gtk-2.0/gtk/gtkclist.h -include/gtk-2.0/gtk/gtkcolorsel.h -include/gtk-2.0/gtk/gtkcolorseldialog.h -include/gtk-2.0/gtk/gtkcombo.h -include/gtk-2.0/gtk/gtkcompat.h -include/gtk-2.0/gtk/gtkcontainer.h -include/gtk-2.0/gtk/gtkctree.h -include/gtk-2.0/gtk/gtkcurve.h -include/gtk-2.0/gtk/gtkdata.h -include/gtk-2.0/gtk/gtkdebug.h -include/gtk-2.0/gtk/gtkdialog.h -include/gtk-2.0/gtk/gtkdnd.h -include/gtk-2.0/gtk/gtkdrawingarea.h -include/gtk-2.0/gtk/gtkeditable.h -include/gtk-2.0/gtk/gtkentry.h -include/gtk-2.0/gtk/gtkenums.h -include/gtk-2.0/gtk/gtkeventbox.h -include/gtk-2.0/gtk/gtkfilesel.h -include/gtk-2.0/gtk/gtkfixed.h -include/gtk-2.0/gtk/gtkfontsel.h -include/gtk-2.0/gtk/gtkframe.h -include/gtk-2.0/gtk/gtkgamma.h -include/gtk-2.0/gtk/gtkgc.h -include/gtk-2.0/gtk/gtkhandlebox.h -include/gtk-2.0/gtk/gtkhbbox.h -include/gtk-2.0/gtk/gtkhbox.h -include/gtk-2.0/gtk/gtkhpaned.h -include/gtk-2.0/gtk/gtkhruler.h -include/gtk-2.0/gtk/gtkhscale.h -include/gtk-2.0/gtk/gtkhscrollbar.h -include/gtk-2.0/gtk/gtkhseparator.h -include/gtk-2.0/gtk/gtkhsv.h -include/gtk-2.0/gtk/gtkimage.h -include/gtk-2.0/gtk/gtkimcontext.h -include/gtk-2.0/gtk/gtkimmulticontext.h -include/gtk-2.0/gtk/gtkinputdialog.h -include/gtk-2.0/gtk/gtkinvisible.h -include/gtk-2.0/gtk/gtkitem.h -include/gtk-2.0/gtk/gtkitemfactory.h -include/gtk-2.0/gtk/gtklabel.h -include/gtk-2.0/gtk/gtklayout.h -include/gtk-2.0/gtk/gtklist.h -include/gtk-2.0/gtk/gtklistitem.h -include/gtk-2.0/gtk/gtkmain.h -include/gtk-2.0/gtk/gtkmarshal.h -include/gtk-2.0/gtk/gtkmenu.h -include/gtk-2.0/gtk/gtkmenubar.h -include/gtk-2.0/gtk/gtkmenufactory.h -include/gtk-2.0/gtk/gtkmenuitem.h -include/gtk-2.0/gtk/gtkmenushell.h -include/gtk-2.0/gtk/gtkmisc.h -include/gtk-2.0/gtk/gtknotebook.h -include/gtk-2.0/gtk/gtkobject.h -include/gtk-2.0/gtk/gtkoptionmenu.h -include/gtk-2.0/gtk/gtkpacker.h -include/gtk-2.0/gtk/gtkpaned.h -include/gtk-2.0/gtk/gtkpixmap.h -include/gtk-2.0/gtk/gtkplug.h -include/gtk-2.0/gtk/gtkpreview.h -include/gtk-2.0/gtk/gtkprivate.h -include/gtk-2.0/gtk/gtkprogress.h -include/gtk-2.0/gtk/gtkprogressbar.h -include/gtk-2.0/gtk/gtkradiobutton.h -include/gtk-2.0/gtk/gtkradiomenuitem.h -include/gtk-2.0/gtk/gtkrange.h -include/gtk-2.0/gtk/gtkrc.h -include/gtk-2.0/gtk/gtkruler.h -include/gtk-2.0/gtk/gtkscale.h -include/gtk-2.0/gtk/gtkscrollbar.h -include/gtk-2.0/gtk/gtkscrolledwindow.h -include/gtk-2.0/gtk/gtkselection.h -include/gtk-2.0/gtk/gtkseparator.h -include/gtk-2.0/gtk/gtksignal.h -include/gtk-2.0/gtk/gtksocket.h -include/gtk-2.0/gtk/gtkspinbutton.h -include/gtk-2.0/gtk/gtkstatusbar.h -include/gtk-2.0/gtk/gtkstyle.h -include/gtk-2.0/gtk/gtktable.h -include/gtk-2.0/gtk/gtktearoffmenuitem.h -include/gtk-2.0/gtk/gtktext.h -include/gtk-2.0/gtk/gtktextbtree.h -include/gtk-2.0/gtk/gtktextbuffer.h -include/gtk-2.0/gtk/gtktextchild.h -include/gtk-2.0/gtk/gtktextdisplay.h -include/gtk-2.0/gtk/gtktextiter.h -include/gtk-2.0/gtk/gtktextlayout.h -include/gtk-2.0/gtk/gtktextmark.h -include/gtk-2.0/gtk/gtktextsegment.h -include/gtk-2.0/gtk/gtktexttag.h -include/gtk-2.0/gtk/gtktexttagtable.h -include/gtk-2.0/gtk/gtktexttypes.h -include/gtk-2.0/gtk/gtktextview.h -include/gtk-2.0/gtk/gtkthemes.h -include/gtk-2.0/gtk/gtktipsquery.h -include/gtk-2.0/gtk/gtktogglebutton.h -include/gtk-2.0/gtk/gtktoolbar.h -include/gtk-2.0/gtk/gtktooltips.h -include/gtk-2.0/gtk/gtktree.h -include/gtk-2.0/gtk/gtktreeitem.h -include/gtk-2.0/gtk/gtktypebuiltins.h -include/gtk-2.0/gtk/gtktypeutils.h -include/gtk-2.0/gtk/gtkvbbox.h -include/gtk-2.0/gtk/gtkvbox.h -include/gtk-2.0/gtk/gtkviewport.h -include/gtk-2.0/gtk/gtkvpaned.h -include/gtk-2.0/gtk/gtkvruler.h -include/gtk-2.0/gtk/gtkvscale.h -include/gtk-2.0/gtk/gtkvscrollbar.h -include/gtk-2.0/gtk/gtkvseparator.h -include/gtk-2.0/gtk/gtkwidget.h -include/gtk-2.0/gtk/gtkwindow.h -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-bmp.a -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-bmp.so -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-bmp.so.1 -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-gif.a -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-gif.so -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-gif.so.1 -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-ico.a -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-ico.so -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-ico.so.1 -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-jpeg.a -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-jpeg.so -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-jpeg.so.1 -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-png.a -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-png.so -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-png.so.1 -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-pnm.a -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-pnm.so -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-pnm.so.1 -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-ras.a -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-ras.so -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-ras.so.1 -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-tiff.a -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-tiff.so -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-tiff.so.1 -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-xpm.a -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-xpm.so -lib/gtk-2.0/1.3.1/loaders/libpixbufloader-xpm.so.1 -lib/gtk-2.0/include/gdkconfig.h -lib/libgdk-x11-1.3.a -lib/libgdk-x11-1.3.so -lib/libgdk-x11-1.3.so.1 -lib/libgdk_pixbuf-1.3.a -lib/libgdk_pixbuf-1.3.so -lib/libgdk_pixbuf-1.3.so.1 -lib/libgtk-x11-1.3.a -lib/libgtk-x11-1.3.so -lib/libgtk-x11-1.3.so.1 -share/aclocal/gtk-2.0.m4 -share/locale/ca/LC_MESSAGES/gtk20.mo -share/locale/cs/LC_MESSAGES/gtk20.mo -share/locale/da/LC_MESSAGES/gtk20.mo -share/locale/de/LC_MESSAGES/gtk20.mo -share/locale/el/LC_MESSAGES/gtk20.mo -share/locale/es/LC_MESSAGES/gtk20.mo -share/locale/et/LC_MESSAGES/gtk20.mo -share/locale/eu/LC_MESSAGES/gtk20.mo -share/locale/fi/LC_MESSAGES/gtk20.mo -share/locale/fr/LC_MESSAGES/gtk20.mo -share/locale/ga/LC_MESSAGES/gtk20.mo -share/locale/gl/LC_MESSAGES/gtk20.mo -share/locale/hr/LC_MESSAGES/gtk20.mo -share/locale/hu/LC_MESSAGES/gtk20.mo -share/locale/it/LC_MESSAGES/gtk20.mo -share/locale/ja/LC_MESSAGES/gtk20.mo -share/locale/ko/LC_MESSAGES/gtk20.mo -share/locale/lt/LC_MESSAGES/gtk20.mo -share/locale/nl/LC_MESSAGES/gtk20.mo -share/locale/no/LC_MESSAGES/gtk20.mo -share/locale/pl/LC_MESSAGES/gtk20.mo -share/locale/pt/LC_MESSAGES/gtk20.mo -share/locale/pt_BR/LC_MESSAGES/gtk20.mo -share/locale/ro/LC_MESSAGES/gtk20.mo -share/locale/ru/LC_MESSAGES/gtk20.mo -share/locale/sk/LC_MESSAGES/gtk20.mo -share/locale/sl/LC_MESSAGES/gtk20.mo -share/locale/sv/LC_MESSAGES/gtk20.mo -share/locale/tr/LC_MESSAGES/gtk20.mo -share/locale/uk/LC_MESSAGES/gtk20.mo -share/locale/wa/LC_MESSAGES/gtk20.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/gtk20.mo -share/locale/zh_TW.Big5/LC_MESSAGES/gtk20.mo -share/themes/Default/gtk-2.0/gtkrc -share/themes/Default/gtk-2.0/gtkrc.be -share/themes/Default/gtk-2.0/gtkrc.bg -share/themes/Default/gtk-2.0/gtkrc.bg_BG.iso88595 -share/themes/Default/gtk-2.0/gtkrc.cp1251 -share/themes/Default/gtk-2.0/gtkrc.cs -share/themes/Default/gtk-2.0/gtkrc.cy -share/themes/Default/gtk-2.0/gtkrc.el -share/themes/Default/gtk-2.0/gtkrc.eo -share/themes/Default/gtk-2.0/gtkrc.et -share/themes/Default/gtk-2.0/gtkrc.ga -share/themes/Default/gtk-2.0/gtkrc.he -share/themes/Default/gtk-2.0/gtkrc.hr -share/themes/Default/gtk-2.0/gtkrc.hu -share/themes/Default/gtk-2.0/gtkrc.hy -share/themes/Default/gtk-2.0/gtkrc.iso-8859-13 -share/themes/Default/gtk-2.0/gtkrc.iso-8859-14 -share/themes/Default/gtk-2.0/gtkrc.iso-8859-15 -share/themes/Default/gtk-2.0/gtkrc.iso-8859-2 -share/themes/Default/gtk-2.0/gtkrc.iso-8859-5 -share/themes/Default/gtk-2.0/gtkrc.ja -share/themes/Default/gtk-2.0/gtkrc.ka -share/themes/Default/gtk-2.0/gtkrc.ka_GE.georgianacademy -share/themes/Default/gtk-2.0/gtkrc.ka_GE.georgianps -share/themes/Default/gtk-2.0/gtkrc.ko -share/themes/Default/gtk-2.0/gtkrc.lt -share/themes/Default/gtk-2.0/gtkrc.lv -share/themes/Default/gtk-2.0/gtkrc.mk -share/themes/Default/gtk-2.0/gtkrc.pl -share/themes/Default/gtk-2.0/gtkrc.ro -share/themes/Default/gtk-2.0/gtkrc.ru -share/themes/Default/gtk-2.0/gtkrc.ru_RU.iso88595 -share/themes/Default/gtk-2.0/gtkrc.sk -share/themes/Default/gtk-2.0/gtkrc.sl -share/themes/Default/gtk-2.0/gtkrc.sp -share/themes/Default/gtk-2.0/gtkrc.sq -share/themes/Default/gtk-2.0/gtkrc.sr -share/themes/Default/gtk-2.0/gtkrc.th -share/themes/Default/gtk-2.0/gtkrc.tr -share/themes/Default/gtk-2.0/gtkrc.uk -share/themes/Default/gtk-2.0/gtkrc.vi -share/themes/Default/gtk-2.0/gtkrc.vi_VN.tcvn -share/themes/Default/gtk-2.0/gtkrc.vi_VN.tcvn5712 -share/themes/Default/gtk-2.0/gtkrc.vi_VN.viscii -share/themes/Default/gtk-2.0/gtkrc.vi_VN.viscii111 -share/themes/Default/gtk-2.0/gtkrc.zh_CN -share/themes/Default/gtk-2.0/gtkrc.zh_TW.Big5 -@dirrm share/themes/Default/gtk-2.0 -@dirrm share/themes/Default -@dirrm share/themes -@dirrm lib/gtk-2.0/include -@dirrm lib/gtk-2.0/1.3.1/loaders -@dirrm lib/gtk-2.0/1.3.1 -@dirrm lib/gtk-2.0 -@dirrm include/gtk-2.0/gtk -@dirrm include/gtk-2.0/gdk/x11 -@dirrm include/gtk-2.0/gdk-pixbuf -@dirrm include/gtk-2.0/gdk -@dirrm include/gtk-2.0 -@unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/* 2>/dev/null || true -@unexec rmdir %D/share/locale 2>/dev/null || true diff --git a/x11-toolkits/gtkextra2/Makefile b/x11-toolkits/gtkextra2/Makefile deleted file mode 100644 index 7adf4fd1561b..000000000000 --- a/x11-toolkits/gtkextra2/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: gtkextra -# Date created: 17 August 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gtkextra -PORTVERSION= 0.99.11 -CATEGORIES= x11-toolkits -MASTER_SITES= http://magnet.fsu.edu/~feiguin/gtk/src/ -DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION} - -MAINTAINER= sobomax@FreeBSD.org - -USE_X_PREFIX= yes -USE_GTK= yes -USE_LIBTOOL= yes -USE_GMAKE= yes -INSTALLS_SHLIB= yes - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtkextra2/distinfo b/x11-toolkits/gtkextra2/distinfo deleted file mode 100644 index 6d4b6cb0d02d..000000000000 --- a/x11-toolkits/gtkextra2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtk+extra-0.99.11.tar.gz) = d5a8f94552b751ef48ad4758ebd0da11 diff --git a/x11-toolkits/gtkextra2/files/patch-aa b/x11-toolkits/gtkextra2/files/patch-aa deleted file mode 100644 index 4fd4fa921239..000000000000 --- a/x11-toolkits/gtkextra2/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- gtkextra/Makefile.in 2000/10/18 11:13:56 1.1 -+++ gtkextra/Makefile.in 2000/10/18 11:14:01 -@@ -123,7 +123,7 @@ - - lib_LTLIBRARIES = libgtkextra.la - libgtkextra_la_SOURCES = $(gtkextra_c_sources) --libgtkextra_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -export-dynamic $(shell gtk-config --libs) -+libgtkextra_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -export-dynamic $(shell gtk-config --libs) - - EXTRA_HEADERS = - EXTRA_DIST = $(gtkextra_private_h_sources) gtkextra.def makefile.msc diff --git a/x11-toolkits/gtkextra2/files/patch-ab b/x11-toolkits/gtkextra2/files/patch-ab deleted file mode 100644 index 12426187d2e9..000000000000 --- a/x11-toolkits/gtkextra2/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- gtkextra-config.in 2000/08/29 08:25:13 1.1 -+++ gtkextra-config.in 2000/08/29 08:26:26 -@@ -86,7 +86,7 @@ - - if test "$echo_libs" = "yes"; then - libdirs=-L@libdir@ -- echo $libdirs -lgtk -lgdk -lgtkextra -lglib -lm -+ echo @GTK_LIBS@ $libdirs -lgtkextra -lm - fi - - diff --git a/x11-toolkits/gtkextra2/files/patch-ac b/x11-toolkits/gtkextra2/files/patch-ac deleted file mode 100644 index fb938cd224ff..000000000000 --- a/x11-toolkits/gtkextra2/files/patch-ac +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in 2000/10/18 11:24:38 1.1 -+++ Makefile.in 2000/10/18 11:24:40 -@@ -117,7 +117,7 @@ - - - m4datadir = $(datadir)/aclocal --m4data_DATA = gtk.m4 -+m4data_DATA = gtk+extra.m4 - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = config.h -@@ -448,6 +448,8 @@ - installdirs mostlyclean-generic distclean-generic clean-generic \ - maintainer-clean-generic clean mostlyclean distclean maintainer-clean - -+gtk+extra.m4: -+ cp gtk.m4 gtk+extra.m4 - - files: - @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \ diff --git a/x11-toolkits/gtkextra2/pkg-comment b/x11-toolkits/gtkextra2/pkg-comment deleted file mode 100644 index bb306181f41c..000000000000 --- a/x11-toolkits/gtkextra2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A useful widget set complementary to GTK+ diff --git a/x11-toolkits/gtkextra2/pkg-descr b/x11-toolkits/gtkextra2/pkg-descr deleted file mode 100644 index 07fb8a974b5e..000000000000 --- a/x11-toolkits/gtkextra2/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GTK+extra is a useful widget set complementary to GTK+ for creating graphical -interfaces for the X Windows System. It is written in C and requires GTK+ -version 1.2.x. - -WWW: http://magnet.fsu.edu/~feiguin/gtk/ diff --git a/x11-toolkits/gtkextra2/pkg-plist b/x11-toolkits/gtkextra2/pkg-plist deleted file mode 100644 index c1c071643659..000000000000 --- a/x11-toolkits/gtkextra2/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -bin/gtkextra-config -include/gtkextra/gtkbordercombo.h -include/gtkextra/gtkcheckitem.h -include/gtkextra/gtkcolorcombo.h -include/gtkextra/gtkcombobox.h -include/gtkextra/gtkdirtree.h -include/gtkextra/gtkextra.h -include/gtkextra/gtkfileicons.h -include/gtkextra/gtkfilelist.h -include/gtkextra/gtkfontcombo.h -include/gtkextra/gtkiconfilesel.h -include/gtkextra/gtkiconlist.h -include/gtkextra/gtkitementry.h -include/gtkextra/gtkplot.h -include/gtkextra/gtkplotcanvas.h -include/gtkextra/gtkplotpc.h -include/gtkextra/gtkplotprint.h -include/gtkextra/gtkplotps.h -include/gtkextra/gtkpsfont.h -include/gtkextra/gtksheet.h -lib/libgtkextra.a -lib/libgtkextra.so -lib/libgtkextra.so.10 -share/aclocal/gtk+extra.m4 -@dirrm include/gtkextra diff --git a/x11-toolkits/gtkglarea2/Makefile b/x11-toolkits/gtkglarea2/Makefile deleted file mode 100644 index d2f9679ff0b9..000000000000 --- a/x11-toolkits/gtkglarea2/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: gtkglarea -# Date created: 1 August 1999 -# Whom: Michael Sardo <jaeger16@yahoo.com> -# -# $FreeBSD$ -# - -PORTNAME= gtkglarea -PORTVERSION= 1.2.2 -CATEGORIES= x11-toolkits -MASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/ - -MAINTAINER= jaeger16@yahoo.com - -USE_MESA= yes -USE_GTK= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --with-lib-GL - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtkglarea2/distinfo b/x11-toolkits/gtkglarea2/distinfo deleted file mode 100644 index c5c5d69d107d..000000000000 --- a/x11-toolkits/gtkglarea2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtkglarea-1.2.2.tar.gz) = d7055b0dcecbacb791d176bfacbd8b86 diff --git a/x11-toolkits/gtkglarea2/pkg-comment b/x11-toolkits/gtkglarea2/pkg-comment deleted file mode 100644 index 6ee885114334..000000000000 --- a/x11-toolkits/gtkglarea2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An OpenGL widget for the GTK+ GUI toolkit diff --git a/x11-toolkits/gtkglarea2/pkg-descr b/x11-toolkits/gtkglarea2/pkg-descr deleted file mode 100644 index 6159dc5cbb09..000000000000 --- a/x11-toolkits/gtkglarea2/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Just as GTK+ is build on top of GDK, GtkGLArea is built on top of gdkgl -which is basically wrapper around GLX functions. The widget itself is -derived from GtkDrawinigArea widget and adds only few extra functions. -Lower level gdkgl functions make it easy to render on any widget that has -OpenGL capable visual, rendering to off-screen pixmaps is also supported. - -Related project which may iterest those who use GTK-- is GtkGLArea--. It is a -C++ wrapper for gtkglarea written by Karl Nelson <kenelson@ece.ucdavis.edu>. - -WWW: http://www.student.oulu.fi/~jlof/gtkglarea/ diff --git a/x11-toolkits/gtkglarea2/pkg-plist b/x11-toolkits/gtkglarea2/pkg-plist deleted file mode 100644 index d34277b5af75..000000000000 --- a/x11-toolkits/gtkglarea2/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -include/gtkgl/gdkgl.h -include/gtkgl/gtkglarea.h -lib/libgtkgl.a -lib/libgtkgl.so -lib/libgtkgl.so.5 -share/aclocal/gtkgl.m4 -@dirrm include/gtkgl diff --git a/x11-toolkits/gtkmm12/Makefile b/x11-toolkits/gtkmm12/Makefile deleted file mode 100644 index c2f2133252b5..000000000000 --- a/x11-toolkits/gtkmm12/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: gtk-- -# Date created: 11 May 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= gtkmm -PORTVERSION= 1.2.3 -PORTREVISION= 1 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= nakai@FreeBSD.org - -LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_X_PREFIX= yes -USE_NEWGCC= yes -USE_GMAKE= yes -USE_GTK= yes -USE_LIBTOOL= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-static=yes \ - --without-gnome \ - --with-sigc-prefix=${LOCALBASE} - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtkmm12/distinfo b/x11-toolkits/gtkmm12/distinfo deleted file mode 100644 index d0435076d9ce..000000000000 --- a/x11-toolkits/gtkmm12/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtkmm-1.2.3.tar.gz) = 64bae0ad6cc9e4a8165dccfbebddba2e diff --git a/x11-toolkits/gtkmm12/files/patch-ah b/x11-toolkits/gtkmm12/files/patch-ah deleted file mode 100644 index 26daf873fa6d..000000000000 --- a/x11-toolkits/gtkmm12/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- gdk--/gdk--/window.cc.orig Tue Sep 28 15:05:27 1999 -+++ gdk--/gdk--/window.cc Mon Oct 4 18:56:14 1999 -@@ -57,7 +57,7 @@ - Gdk_Window::Gdk_Window(const Gdk_WindowAttr &attributes, - gint attributes_mask):Gdk_Drawable(0) - { -- create(0,attributes,attributes_mask); -+ create((Gdk_Window &)gdk_root_parent,attributes,attributes_mask); - } - - Gdk_Window::~Gdk_Window() diff --git a/x11-toolkits/gtkmm12/pkg-comment b/x11-toolkits/gtkmm12/pkg-comment deleted file mode 100644 index 656cd11549cb..000000000000 --- a/x11-toolkits/gtkmm12/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -C++ wrapper for gtk, a x11 graphics library diff --git a/x11-toolkits/gtkmm12/pkg-descr b/x11-toolkits/gtkmm12/pkg-descr deleted file mode 100644 index 656cd11549cb..000000000000 --- a/x11-toolkits/gtkmm12/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -C++ wrapper for gtk, a x11 graphics library diff --git a/x11-toolkits/gtkmm12/pkg-message b/x11-toolkits/gtkmm12/pkg-message deleted file mode 100644 index dd28b84b30a4..000000000000 --- a/x11-toolkits/gtkmm12/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -**************************************************************** -* * -* - To compile gtk-- based applications, type * -* eg++ `gtkmm-config --cflags` foo.cc `gtkmm-config --libs` * -* * -* - If you want to use autoconf with gtk--, * -* Please copy gtk--.m4 to /usr/local/share/aclocal * -* by yourself, thanks. * -* * -**************************************************************** diff --git a/x11-toolkits/gtkmm12/pkg-plist b/x11-toolkits/gtkmm12/pkg-plist deleted file mode 100644 index 26c307d9394e..000000000000 --- a/x11-toolkits/gtkmm12/pkg-plist +++ /dev/null @@ -1,201 +0,0 @@ -bin/gtkmm-config -bin/gtkmmconvert -include/gdk--.h -include/gdk--/bitmap.h -include/gdk--/color.h -include/gdk--/colormap.h -include/gdk--/cursor.h -include/gdk--/drawable.h -include/gdk--/font.h -include/gdk--/gc.h -include/gdk--/image.h -include/gdk--/list.h -include/gdk--/main.h -include/gdk--/pixmap.h -include/gdk--/types.h -include/gdk--/visual.h -include/gdk--/window.h -include/glib--.h -include/gtk--.h -include/gtk--/accelgroup.h -include/gtk--/accellabel.h -include/gtk--/adjustment.h -include/gtk--/alignment.h -include/gtk--/arrow.h -include/gtk--/aspectframe.h -include/gtk--/base.h -include/gtk--/bin.h -include/gtk--/box.h -include/gtk--/button.h -include/gtk--/buttonbox.h -include/gtk--/calendar.h -include/gtk--/checkbutton.h -include/gtk--/checkmenuitem.h -include/gtk--/clist.h -include/gtk--/colorselection.h -include/gtk--/combo.h -include/gtk--/container.h -include/gtk--/ctree.h -include/gtk--/curve.h -include/gtk--/data.h -include/gtk--/dialog.h -include/gtk--/drawingarea.h -include/gtk--/editable.h -include/gtk--/entry.h -include/gtk--/eventbox.h -include/gtk--/fileselection.h -include/gtk--/fixed.h -include/gtk--/fontselection.h -include/gtk--/frame.h -include/gtk--/handlebox.h -include/gtk--/image.h -include/gtk--/imageloader.h -include/gtk--/inputdialog.h -include/gtk--/invisible.h -include/gtk--/item.h -include/gtk--/label.h -include/gtk--/layout.h -include/gtk--/list.h -include/gtk--/listitem.h -include/gtk--/main.h -include/gtk--/marshal.h -include/gtk--/menu.h -include/gtk--/menubar.h -include/gtk--/menuitem.h -include/gtk--/menushell.h -include/gtk--/misc.h -include/gtk--/notebook.h -include/gtk--/object.h -include/gtk--/optionmenu.h -include/gtk--/packer.h -include/gtk--/paned.h -include/gtk--/pixmap.h -include/gtk--/plug.h -include/gtk--/preview.h -include/gtk--/private/accelgroup_p.h -include/gtk--/private/accellabel_p.h -include/gtk--/private/adjustment_p.h -include/gtk--/private/alignment_p.h -include/gtk--/private/arrow_p.h -include/gtk--/private/aspectframe_p.h -include/gtk--/private/base_p.h -include/gtk--/private/bin_p.h -include/gtk--/private/box_p.h -include/gtk--/private/button_p.h -include/gtk--/private/buttonbox_p.h -include/gtk--/private/calendar_p.h -include/gtk--/private/checkbutton_p.h -include/gtk--/private/checkmenuitem_p.h -include/gtk--/private/clist_p.h -include/gtk--/private/colorselection_p.h -include/gtk--/private/combo_p.h -include/gtk--/private/container_p.h -include/gtk--/private/ctree_p.h -include/gtk--/private/curve_p.h -include/gtk--/private/data_p.h -include/gtk--/private/dialog_p.h -include/gtk--/private/drawingarea_p.h -include/gtk--/private/editable_p.h -include/gtk--/private/entry_p.h -include/gtk--/private/eventbox_p.h -include/gtk--/private/fileselection_p.h -include/gtk--/private/fixed_p.h -include/gtk--/private/fontselection_p.h -include/gtk--/private/frame_p.h -include/gtk--/private/handlebox_p.h -include/gtk--/private/image_p.h -include/gtk--/private/inputdialog_p.h -include/gtk--/private/invisible_p.h -include/gtk--/private/item_p.h -include/gtk--/private/label_p.h -include/gtk--/private/layout_p.h -include/gtk--/private/list_p.h -include/gtk--/private/listitem_p.h -include/gtk--/private/main_p.h -include/gtk--/private/menu_p.h -include/gtk--/private/menubar_p.h -include/gtk--/private/menuitem_p.h -include/gtk--/private/menushell_p.h -include/gtk--/private/misc_p.h -include/gtk--/private/notebook_p.h -include/gtk--/private/object_p.h -include/gtk--/private/optionmenu_p.h -include/gtk--/private/packer_p.h -include/gtk--/private/paned_p.h -include/gtk--/private/pixmap_p.h -include/gtk--/private/plug_p.h -include/gtk--/private/preview_p.h -include/gtk--/private/progress_p.h -include/gtk--/private/progressbar_p.h -include/gtk--/private/radiobutton_p.h -include/gtk--/private/radiomenuitem_p.h -include/gtk--/private/range_p.h -include/gtk--/private/ruler_p.h -include/gtk--/private/scale_p.h -include/gtk--/private/scrollbar_p.h -include/gtk--/private/scrolledwindow_p.h -include/gtk--/private/separator_p.h -include/gtk--/private/socket_p.h -include/gtk--/private/spinbutton_p.h -include/gtk--/private/statusbar_p.h -include/gtk--/private/style_p.h -include/gtk--/private/table_p.h -include/gtk--/private/tearoffmenuitem_p.h -include/gtk--/private/text_p.h -include/gtk--/private/tipsquery_p.h -include/gtk--/private/togglebutton_p.h -include/gtk--/private/toolbar_p.h -include/gtk--/private/tooltips_p.h -include/gtk--/private/tree_p.h -include/gtk--/private/treeitem_p.h -include/gtk--/private/viewport_p.h -include/gtk--/private/widget_p.h -include/gtk--/private/window_p.h -include/gtk--/progress.h -include/gtk--/progressbar.h -include/gtk--/proxy.h -include/gtk--/radiobutton.h -include/gtk--/radiomenuitem.h -include/gtk--/range.h -include/gtk--/ruler.h -include/gtk--/scale.h -include/gtk--/scrollbar.h -include/gtk--/scrolledwindow.h -include/gtk--/separator.h -include/gtk--/socket.h -include/gtk--/spinbutton.h -include/gtk--/statusbar.h -include/gtk--/style.h -include/gtk--/table.h -include/gtk--/tearoffmenuitem.h -include/gtk--/text.h -include/gtk--/tipsquery.h -include/gtk--/togglebutton.h -include/gtk--/toolbar.h -include/gtk--/tooltips.h -include/gtk--/tree.h -include/gtk--/treeitem.h -include/gtk--/viewport.h -include/gtk--/widget.h -include/gtk--/window.h -lib/gtkmm/include/gdk--config.h -lib/gtkmm/include/gtk--config.h -lib/gtkmm/proc/convert.m4 -lib/gtkmm/proc/doc1.m4 -lib/gtkmm/proc/gtkconvert.m4 -lib/gtkmm/proc/gtkmmproc -lib/gtkmm/proc/list.m4 -lib/gtkmm/proc/stage1.m4 -lib/libgdkmm.a -lib/libgdkmm.so -lib/libgdkmm.so.1 -lib/libgtkmm.a -lib/libgtkmm.so -lib/libgtkmm.so.1 -share/aclocal/gtk--.m4 -@dirrm lib/gtkmm/proc -@dirrm lib/gtkmm/include -@dirrm lib/gtkmm -@dirrm include/gtk--/private -@dirrm include/gtk-- -@dirrm include/gdk-- diff --git a/x11-toolkits/gtkmm20/Makefile b/x11-toolkits/gtkmm20/Makefile deleted file mode 100644 index c2f2133252b5..000000000000 --- a/x11-toolkits/gtkmm20/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: gtk-- -# Date created: 11 May 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= gtkmm -PORTVERSION= 1.2.3 -PORTREVISION= 1 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= nakai@FreeBSD.org - -LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_X_PREFIX= yes -USE_NEWGCC= yes -USE_GMAKE= yes -USE_GTK= yes -USE_LIBTOOL= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-static=yes \ - --without-gnome \ - --with-sigc-prefix=${LOCALBASE} - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtkmm20/distinfo b/x11-toolkits/gtkmm20/distinfo deleted file mode 100644 index d0435076d9ce..000000000000 --- a/x11-toolkits/gtkmm20/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtkmm-1.2.3.tar.gz) = 64bae0ad6cc9e4a8165dccfbebddba2e diff --git a/x11-toolkits/gtkmm20/files/patch-ah b/x11-toolkits/gtkmm20/files/patch-ah deleted file mode 100644 index 26daf873fa6d..000000000000 --- a/x11-toolkits/gtkmm20/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- gdk--/gdk--/window.cc.orig Tue Sep 28 15:05:27 1999 -+++ gdk--/gdk--/window.cc Mon Oct 4 18:56:14 1999 -@@ -57,7 +57,7 @@ - Gdk_Window::Gdk_Window(const Gdk_WindowAttr &attributes, - gint attributes_mask):Gdk_Drawable(0) - { -- create(0,attributes,attributes_mask); -+ create((Gdk_Window &)gdk_root_parent,attributes,attributes_mask); - } - - Gdk_Window::~Gdk_Window() diff --git a/x11-toolkits/gtkmm20/pkg-comment b/x11-toolkits/gtkmm20/pkg-comment deleted file mode 100644 index 656cd11549cb..000000000000 --- a/x11-toolkits/gtkmm20/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -C++ wrapper for gtk, a x11 graphics library diff --git a/x11-toolkits/gtkmm20/pkg-descr b/x11-toolkits/gtkmm20/pkg-descr deleted file mode 100644 index 656cd11549cb..000000000000 --- a/x11-toolkits/gtkmm20/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -C++ wrapper for gtk, a x11 graphics library diff --git a/x11-toolkits/gtkmm20/pkg-message b/x11-toolkits/gtkmm20/pkg-message deleted file mode 100644 index dd28b84b30a4..000000000000 --- a/x11-toolkits/gtkmm20/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -**************************************************************** -* * -* - To compile gtk-- based applications, type * -* eg++ `gtkmm-config --cflags` foo.cc `gtkmm-config --libs` * -* * -* - If you want to use autoconf with gtk--, * -* Please copy gtk--.m4 to /usr/local/share/aclocal * -* by yourself, thanks. * -* * -**************************************************************** diff --git a/x11-toolkits/gtkmm20/pkg-plist b/x11-toolkits/gtkmm20/pkg-plist deleted file mode 100644 index 26c307d9394e..000000000000 --- a/x11-toolkits/gtkmm20/pkg-plist +++ /dev/null @@ -1,201 +0,0 @@ -bin/gtkmm-config -bin/gtkmmconvert -include/gdk--.h -include/gdk--/bitmap.h -include/gdk--/color.h -include/gdk--/colormap.h -include/gdk--/cursor.h -include/gdk--/drawable.h -include/gdk--/font.h -include/gdk--/gc.h -include/gdk--/image.h -include/gdk--/list.h -include/gdk--/main.h -include/gdk--/pixmap.h -include/gdk--/types.h -include/gdk--/visual.h -include/gdk--/window.h -include/glib--.h -include/gtk--.h -include/gtk--/accelgroup.h -include/gtk--/accellabel.h -include/gtk--/adjustment.h -include/gtk--/alignment.h -include/gtk--/arrow.h -include/gtk--/aspectframe.h -include/gtk--/base.h -include/gtk--/bin.h -include/gtk--/box.h -include/gtk--/button.h -include/gtk--/buttonbox.h -include/gtk--/calendar.h -include/gtk--/checkbutton.h -include/gtk--/checkmenuitem.h -include/gtk--/clist.h -include/gtk--/colorselection.h -include/gtk--/combo.h -include/gtk--/container.h -include/gtk--/ctree.h -include/gtk--/curve.h -include/gtk--/data.h -include/gtk--/dialog.h -include/gtk--/drawingarea.h -include/gtk--/editable.h -include/gtk--/entry.h -include/gtk--/eventbox.h -include/gtk--/fileselection.h -include/gtk--/fixed.h -include/gtk--/fontselection.h -include/gtk--/frame.h -include/gtk--/handlebox.h -include/gtk--/image.h -include/gtk--/imageloader.h -include/gtk--/inputdialog.h -include/gtk--/invisible.h -include/gtk--/item.h -include/gtk--/label.h -include/gtk--/layout.h -include/gtk--/list.h -include/gtk--/listitem.h -include/gtk--/main.h -include/gtk--/marshal.h -include/gtk--/menu.h -include/gtk--/menubar.h -include/gtk--/menuitem.h -include/gtk--/menushell.h -include/gtk--/misc.h -include/gtk--/notebook.h -include/gtk--/object.h -include/gtk--/optionmenu.h -include/gtk--/packer.h -include/gtk--/paned.h -include/gtk--/pixmap.h -include/gtk--/plug.h -include/gtk--/preview.h -include/gtk--/private/accelgroup_p.h -include/gtk--/private/accellabel_p.h -include/gtk--/private/adjustment_p.h -include/gtk--/private/alignment_p.h -include/gtk--/private/arrow_p.h -include/gtk--/private/aspectframe_p.h -include/gtk--/private/base_p.h -include/gtk--/private/bin_p.h -include/gtk--/private/box_p.h -include/gtk--/private/button_p.h -include/gtk--/private/buttonbox_p.h -include/gtk--/private/calendar_p.h -include/gtk--/private/checkbutton_p.h -include/gtk--/private/checkmenuitem_p.h -include/gtk--/private/clist_p.h -include/gtk--/private/colorselection_p.h -include/gtk--/private/combo_p.h -include/gtk--/private/container_p.h -include/gtk--/private/ctree_p.h -include/gtk--/private/curve_p.h -include/gtk--/private/data_p.h -include/gtk--/private/dialog_p.h -include/gtk--/private/drawingarea_p.h -include/gtk--/private/editable_p.h -include/gtk--/private/entry_p.h -include/gtk--/private/eventbox_p.h -include/gtk--/private/fileselection_p.h -include/gtk--/private/fixed_p.h -include/gtk--/private/fontselection_p.h -include/gtk--/private/frame_p.h -include/gtk--/private/handlebox_p.h -include/gtk--/private/image_p.h -include/gtk--/private/inputdialog_p.h -include/gtk--/private/invisible_p.h -include/gtk--/private/item_p.h -include/gtk--/private/label_p.h -include/gtk--/private/layout_p.h -include/gtk--/private/list_p.h -include/gtk--/private/listitem_p.h -include/gtk--/private/main_p.h -include/gtk--/private/menu_p.h -include/gtk--/private/menubar_p.h -include/gtk--/private/menuitem_p.h -include/gtk--/private/menushell_p.h -include/gtk--/private/misc_p.h -include/gtk--/private/notebook_p.h -include/gtk--/private/object_p.h -include/gtk--/private/optionmenu_p.h -include/gtk--/private/packer_p.h -include/gtk--/private/paned_p.h -include/gtk--/private/pixmap_p.h -include/gtk--/private/plug_p.h -include/gtk--/private/preview_p.h -include/gtk--/private/progress_p.h -include/gtk--/private/progressbar_p.h -include/gtk--/private/radiobutton_p.h -include/gtk--/private/radiomenuitem_p.h -include/gtk--/private/range_p.h -include/gtk--/private/ruler_p.h -include/gtk--/private/scale_p.h -include/gtk--/private/scrollbar_p.h -include/gtk--/private/scrolledwindow_p.h -include/gtk--/private/separator_p.h -include/gtk--/private/socket_p.h -include/gtk--/private/spinbutton_p.h -include/gtk--/private/statusbar_p.h -include/gtk--/private/style_p.h -include/gtk--/private/table_p.h -include/gtk--/private/tearoffmenuitem_p.h -include/gtk--/private/text_p.h -include/gtk--/private/tipsquery_p.h -include/gtk--/private/togglebutton_p.h -include/gtk--/private/toolbar_p.h -include/gtk--/private/tooltips_p.h -include/gtk--/private/tree_p.h -include/gtk--/private/treeitem_p.h -include/gtk--/private/viewport_p.h -include/gtk--/private/widget_p.h -include/gtk--/private/window_p.h -include/gtk--/progress.h -include/gtk--/progressbar.h -include/gtk--/proxy.h -include/gtk--/radiobutton.h -include/gtk--/radiomenuitem.h -include/gtk--/range.h -include/gtk--/ruler.h -include/gtk--/scale.h -include/gtk--/scrollbar.h -include/gtk--/scrolledwindow.h -include/gtk--/separator.h -include/gtk--/socket.h -include/gtk--/spinbutton.h -include/gtk--/statusbar.h -include/gtk--/style.h -include/gtk--/table.h -include/gtk--/tearoffmenuitem.h -include/gtk--/text.h -include/gtk--/tipsquery.h -include/gtk--/togglebutton.h -include/gtk--/toolbar.h -include/gtk--/tooltips.h -include/gtk--/tree.h -include/gtk--/treeitem.h -include/gtk--/viewport.h -include/gtk--/widget.h -include/gtk--/window.h -lib/gtkmm/include/gdk--config.h -lib/gtkmm/include/gtk--config.h -lib/gtkmm/proc/convert.m4 -lib/gtkmm/proc/doc1.m4 -lib/gtkmm/proc/gtkconvert.m4 -lib/gtkmm/proc/gtkmmproc -lib/gtkmm/proc/list.m4 -lib/gtkmm/proc/stage1.m4 -lib/libgdkmm.a -lib/libgdkmm.so -lib/libgdkmm.so.1 -lib/libgtkmm.a -lib/libgtkmm.so -lib/libgtkmm.so.1 -share/aclocal/gtk--.m4 -@dirrm lib/gtkmm/proc -@dirrm lib/gtkmm/include -@dirrm lib/gtkmm -@dirrm include/gtk--/private -@dirrm include/gtk-- -@dirrm include/gdk-- diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile deleted file mode 100644 index c2f2133252b5..000000000000 --- a/x11-toolkits/gtkmm24/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: gtk-- -# Date created: 11 May 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= gtkmm -PORTVERSION= 1.2.3 -PORTREVISION= 1 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= nakai@FreeBSD.org - -LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_X_PREFIX= yes -USE_NEWGCC= yes -USE_GMAKE= yes -USE_GTK= yes -USE_LIBTOOL= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-static=yes \ - --without-gnome \ - --with-sigc-prefix=${LOCALBASE} - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtkmm24/distinfo b/x11-toolkits/gtkmm24/distinfo deleted file mode 100644 index d0435076d9ce..000000000000 --- a/x11-toolkits/gtkmm24/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtkmm-1.2.3.tar.gz) = 64bae0ad6cc9e4a8165dccfbebddba2e diff --git a/x11-toolkits/gtkmm24/files/patch-ah b/x11-toolkits/gtkmm24/files/patch-ah deleted file mode 100644 index 26daf873fa6d..000000000000 --- a/x11-toolkits/gtkmm24/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- gdk--/gdk--/window.cc.orig Tue Sep 28 15:05:27 1999 -+++ gdk--/gdk--/window.cc Mon Oct 4 18:56:14 1999 -@@ -57,7 +57,7 @@ - Gdk_Window::Gdk_Window(const Gdk_WindowAttr &attributes, - gint attributes_mask):Gdk_Drawable(0) - { -- create(0,attributes,attributes_mask); -+ create((Gdk_Window &)gdk_root_parent,attributes,attributes_mask); - } - - Gdk_Window::~Gdk_Window() diff --git a/x11-toolkits/gtkmm24/pkg-comment b/x11-toolkits/gtkmm24/pkg-comment deleted file mode 100644 index 656cd11549cb..000000000000 --- a/x11-toolkits/gtkmm24/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -C++ wrapper for gtk, a x11 graphics library diff --git a/x11-toolkits/gtkmm24/pkg-descr b/x11-toolkits/gtkmm24/pkg-descr deleted file mode 100644 index 656cd11549cb..000000000000 --- a/x11-toolkits/gtkmm24/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -C++ wrapper for gtk, a x11 graphics library diff --git a/x11-toolkits/gtkmm24/pkg-message b/x11-toolkits/gtkmm24/pkg-message deleted file mode 100644 index dd28b84b30a4..000000000000 --- a/x11-toolkits/gtkmm24/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -**************************************************************** -* * -* - To compile gtk-- based applications, type * -* eg++ `gtkmm-config --cflags` foo.cc `gtkmm-config --libs` * -* * -* - If you want to use autoconf with gtk--, * -* Please copy gtk--.m4 to /usr/local/share/aclocal * -* by yourself, thanks. * -* * -**************************************************************** diff --git a/x11-toolkits/gtkmm24/pkg-plist b/x11-toolkits/gtkmm24/pkg-plist deleted file mode 100644 index 26c307d9394e..000000000000 --- a/x11-toolkits/gtkmm24/pkg-plist +++ /dev/null @@ -1,201 +0,0 @@ -bin/gtkmm-config -bin/gtkmmconvert -include/gdk--.h -include/gdk--/bitmap.h -include/gdk--/color.h -include/gdk--/colormap.h -include/gdk--/cursor.h -include/gdk--/drawable.h -include/gdk--/font.h -include/gdk--/gc.h -include/gdk--/image.h -include/gdk--/list.h -include/gdk--/main.h -include/gdk--/pixmap.h -include/gdk--/types.h -include/gdk--/visual.h -include/gdk--/window.h -include/glib--.h -include/gtk--.h -include/gtk--/accelgroup.h -include/gtk--/accellabel.h -include/gtk--/adjustment.h -include/gtk--/alignment.h -include/gtk--/arrow.h -include/gtk--/aspectframe.h -include/gtk--/base.h -include/gtk--/bin.h -include/gtk--/box.h -include/gtk--/button.h -include/gtk--/buttonbox.h -include/gtk--/calendar.h -include/gtk--/checkbutton.h -include/gtk--/checkmenuitem.h -include/gtk--/clist.h -include/gtk--/colorselection.h -include/gtk--/combo.h -include/gtk--/container.h -include/gtk--/ctree.h -include/gtk--/curve.h -include/gtk--/data.h -include/gtk--/dialog.h -include/gtk--/drawingarea.h -include/gtk--/editable.h -include/gtk--/entry.h -include/gtk--/eventbox.h -include/gtk--/fileselection.h -include/gtk--/fixed.h -include/gtk--/fontselection.h -include/gtk--/frame.h -include/gtk--/handlebox.h -include/gtk--/image.h -include/gtk--/imageloader.h -include/gtk--/inputdialog.h -include/gtk--/invisible.h -include/gtk--/item.h -include/gtk--/label.h -include/gtk--/layout.h -include/gtk--/list.h -include/gtk--/listitem.h -include/gtk--/main.h -include/gtk--/marshal.h -include/gtk--/menu.h -include/gtk--/menubar.h -include/gtk--/menuitem.h -include/gtk--/menushell.h -include/gtk--/misc.h -include/gtk--/notebook.h -include/gtk--/object.h -include/gtk--/optionmenu.h -include/gtk--/packer.h -include/gtk--/paned.h -include/gtk--/pixmap.h -include/gtk--/plug.h -include/gtk--/preview.h -include/gtk--/private/accelgroup_p.h -include/gtk--/private/accellabel_p.h -include/gtk--/private/adjustment_p.h -include/gtk--/private/alignment_p.h -include/gtk--/private/arrow_p.h -include/gtk--/private/aspectframe_p.h -include/gtk--/private/base_p.h -include/gtk--/private/bin_p.h -include/gtk--/private/box_p.h -include/gtk--/private/button_p.h -include/gtk--/private/buttonbox_p.h -include/gtk--/private/calendar_p.h -include/gtk--/private/checkbutton_p.h -include/gtk--/private/checkmenuitem_p.h -include/gtk--/private/clist_p.h -include/gtk--/private/colorselection_p.h -include/gtk--/private/combo_p.h -include/gtk--/private/container_p.h -include/gtk--/private/ctree_p.h -include/gtk--/private/curve_p.h -include/gtk--/private/data_p.h -include/gtk--/private/dialog_p.h -include/gtk--/private/drawingarea_p.h -include/gtk--/private/editable_p.h -include/gtk--/private/entry_p.h -include/gtk--/private/eventbox_p.h -include/gtk--/private/fileselection_p.h -include/gtk--/private/fixed_p.h -include/gtk--/private/fontselection_p.h -include/gtk--/private/frame_p.h -include/gtk--/private/handlebox_p.h -include/gtk--/private/image_p.h -include/gtk--/private/inputdialog_p.h -include/gtk--/private/invisible_p.h -include/gtk--/private/item_p.h -include/gtk--/private/label_p.h -include/gtk--/private/layout_p.h -include/gtk--/private/list_p.h -include/gtk--/private/listitem_p.h -include/gtk--/private/main_p.h -include/gtk--/private/menu_p.h -include/gtk--/private/menubar_p.h -include/gtk--/private/menuitem_p.h -include/gtk--/private/menushell_p.h -include/gtk--/private/misc_p.h -include/gtk--/private/notebook_p.h -include/gtk--/private/object_p.h -include/gtk--/private/optionmenu_p.h -include/gtk--/private/packer_p.h -include/gtk--/private/paned_p.h -include/gtk--/private/pixmap_p.h -include/gtk--/private/plug_p.h -include/gtk--/private/preview_p.h -include/gtk--/private/progress_p.h -include/gtk--/private/progressbar_p.h -include/gtk--/private/radiobutton_p.h -include/gtk--/private/radiomenuitem_p.h -include/gtk--/private/range_p.h -include/gtk--/private/ruler_p.h -include/gtk--/private/scale_p.h -include/gtk--/private/scrollbar_p.h -include/gtk--/private/scrolledwindow_p.h -include/gtk--/private/separator_p.h -include/gtk--/private/socket_p.h -include/gtk--/private/spinbutton_p.h -include/gtk--/private/statusbar_p.h -include/gtk--/private/style_p.h -include/gtk--/private/table_p.h -include/gtk--/private/tearoffmenuitem_p.h -include/gtk--/private/text_p.h -include/gtk--/private/tipsquery_p.h -include/gtk--/private/togglebutton_p.h -include/gtk--/private/toolbar_p.h -include/gtk--/private/tooltips_p.h -include/gtk--/private/tree_p.h -include/gtk--/private/treeitem_p.h -include/gtk--/private/viewport_p.h -include/gtk--/private/widget_p.h -include/gtk--/private/window_p.h -include/gtk--/progress.h -include/gtk--/progressbar.h -include/gtk--/proxy.h -include/gtk--/radiobutton.h -include/gtk--/radiomenuitem.h -include/gtk--/range.h -include/gtk--/ruler.h -include/gtk--/scale.h -include/gtk--/scrollbar.h -include/gtk--/scrolledwindow.h -include/gtk--/separator.h -include/gtk--/socket.h -include/gtk--/spinbutton.h -include/gtk--/statusbar.h -include/gtk--/style.h -include/gtk--/table.h -include/gtk--/tearoffmenuitem.h -include/gtk--/text.h -include/gtk--/tipsquery.h -include/gtk--/togglebutton.h -include/gtk--/toolbar.h -include/gtk--/tooltips.h -include/gtk--/tree.h -include/gtk--/treeitem.h -include/gtk--/viewport.h -include/gtk--/widget.h -include/gtk--/window.h -lib/gtkmm/include/gdk--config.h -lib/gtkmm/include/gtk--config.h -lib/gtkmm/proc/convert.m4 -lib/gtkmm/proc/doc1.m4 -lib/gtkmm/proc/gtkconvert.m4 -lib/gtkmm/proc/gtkmmproc -lib/gtkmm/proc/list.m4 -lib/gtkmm/proc/stage1.m4 -lib/libgdkmm.a -lib/libgdkmm.so -lib/libgdkmm.so.1 -lib/libgtkmm.a -lib/libgtkmm.so -lib/libgtkmm.so.1 -share/aclocal/gtk--.m4 -@dirrm lib/gtkmm/proc -@dirrm lib/gtkmm/include -@dirrm lib/gtkmm -@dirrm include/gtk--/private -@dirrm include/gtk-- -@dirrm include/gdk-- diff --git a/x11-toolkits/gtkmm30/Makefile b/x11-toolkits/gtkmm30/Makefile deleted file mode 100644 index c2f2133252b5..000000000000 --- a/x11-toolkits/gtkmm30/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: gtk-- -# Date created: 11 May 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= gtkmm -PORTVERSION= 1.2.3 -PORTREVISION= 1 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= nakai@FreeBSD.org - -LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_X_PREFIX= yes -USE_NEWGCC= yes -USE_GMAKE= yes -USE_GTK= yes -USE_LIBTOOL= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-static=yes \ - --without-gnome \ - --with-sigc-prefix=${LOCALBASE} - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtkmm30/distinfo b/x11-toolkits/gtkmm30/distinfo deleted file mode 100644 index d0435076d9ce..000000000000 --- a/x11-toolkits/gtkmm30/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtkmm-1.2.3.tar.gz) = 64bae0ad6cc9e4a8165dccfbebddba2e diff --git a/x11-toolkits/gtkmm30/files/patch-ah b/x11-toolkits/gtkmm30/files/patch-ah deleted file mode 100644 index 26daf873fa6d..000000000000 --- a/x11-toolkits/gtkmm30/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- gdk--/gdk--/window.cc.orig Tue Sep 28 15:05:27 1999 -+++ gdk--/gdk--/window.cc Mon Oct 4 18:56:14 1999 -@@ -57,7 +57,7 @@ - Gdk_Window::Gdk_Window(const Gdk_WindowAttr &attributes, - gint attributes_mask):Gdk_Drawable(0) - { -- create(0,attributes,attributes_mask); -+ create((Gdk_Window &)gdk_root_parent,attributes,attributes_mask); - } - - Gdk_Window::~Gdk_Window() diff --git a/x11-toolkits/gtkmm30/pkg-comment b/x11-toolkits/gtkmm30/pkg-comment deleted file mode 100644 index 656cd11549cb..000000000000 --- a/x11-toolkits/gtkmm30/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -C++ wrapper for gtk, a x11 graphics library diff --git a/x11-toolkits/gtkmm30/pkg-descr b/x11-toolkits/gtkmm30/pkg-descr deleted file mode 100644 index 656cd11549cb..000000000000 --- a/x11-toolkits/gtkmm30/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -C++ wrapper for gtk, a x11 graphics library diff --git a/x11-toolkits/gtkmm30/pkg-message b/x11-toolkits/gtkmm30/pkg-message deleted file mode 100644 index dd28b84b30a4..000000000000 --- a/x11-toolkits/gtkmm30/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -**************************************************************** -* * -* - To compile gtk-- based applications, type * -* eg++ `gtkmm-config --cflags` foo.cc `gtkmm-config --libs` * -* * -* - If you want to use autoconf with gtk--, * -* Please copy gtk--.m4 to /usr/local/share/aclocal * -* by yourself, thanks. * -* * -**************************************************************** diff --git a/x11-toolkits/gtkmm30/pkg-plist b/x11-toolkits/gtkmm30/pkg-plist deleted file mode 100644 index 26c307d9394e..000000000000 --- a/x11-toolkits/gtkmm30/pkg-plist +++ /dev/null @@ -1,201 +0,0 @@ -bin/gtkmm-config -bin/gtkmmconvert -include/gdk--.h -include/gdk--/bitmap.h -include/gdk--/color.h -include/gdk--/colormap.h -include/gdk--/cursor.h -include/gdk--/drawable.h -include/gdk--/font.h -include/gdk--/gc.h -include/gdk--/image.h -include/gdk--/list.h -include/gdk--/main.h -include/gdk--/pixmap.h -include/gdk--/types.h -include/gdk--/visual.h -include/gdk--/window.h -include/glib--.h -include/gtk--.h -include/gtk--/accelgroup.h -include/gtk--/accellabel.h -include/gtk--/adjustment.h -include/gtk--/alignment.h -include/gtk--/arrow.h -include/gtk--/aspectframe.h -include/gtk--/base.h -include/gtk--/bin.h -include/gtk--/box.h -include/gtk--/button.h -include/gtk--/buttonbox.h -include/gtk--/calendar.h -include/gtk--/checkbutton.h -include/gtk--/checkmenuitem.h -include/gtk--/clist.h -include/gtk--/colorselection.h -include/gtk--/combo.h -include/gtk--/container.h -include/gtk--/ctree.h -include/gtk--/curve.h -include/gtk--/data.h -include/gtk--/dialog.h -include/gtk--/drawingarea.h -include/gtk--/editable.h -include/gtk--/entry.h -include/gtk--/eventbox.h -include/gtk--/fileselection.h -include/gtk--/fixed.h -include/gtk--/fontselection.h -include/gtk--/frame.h -include/gtk--/handlebox.h -include/gtk--/image.h -include/gtk--/imageloader.h -include/gtk--/inputdialog.h -include/gtk--/invisible.h -include/gtk--/item.h -include/gtk--/label.h -include/gtk--/layout.h -include/gtk--/list.h -include/gtk--/listitem.h -include/gtk--/main.h -include/gtk--/marshal.h -include/gtk--/menu.h -include/gtk--/menubar.h -include/gtk--/menuitem.h -include/gtk--/menushell.h -include/gtk--/misc.h -include/gtk--/notebook.h -include/gtk--/object.h -include/gtk--/optionmenu.h -include/gtk--/packer.h -include/gtk--/paned.h -include/gtk--/pixmap.h -include/gtk--/plug.h -include/gtk--/preview.h -include/gtk--/private/accelgroup_p.h -include/gtk--/private/accellabel_p.h -include/gtk--/private/adjustment_p.h -include/gtk--/private/alignment_p.h -include/gtk--/private/arrow_p.h -include/gtk--/private/aspectframe_p.h -include/gtk--/private/base_p.h -include/gtk--/private/bin_p.h -include/gtk--/private/box_p.h -include/gtk--/private/button_p.h -include/gtk--/private/buttonbox_p.h -include/gtk--/private/calendar_p.h -include/gtk--/private/checkbutton_p.h -include/gtk--/private/checkmenuitem_p.h -include/gtk--/private/clist_p.h -include/gtk--/private/colorselection_p.h -include/gtk--/private/combo_p.h -include/gtk--/private/container_p.h -include/gtk--/private/ctree_p.h -include/gtk--/private/curve_p.h -include/gtk--/private/data_p.h -include/gtk--/private/dialog_p.h -include/gtk--/private/drawingarea_p.h -include/gtk--/private/editable_p.h -include/gtk--/private/entry_p.h -include/gtk--/private/eventbox_p.h -include/gtk--/private/fileselection_p.h -include/gtk--/private/fixed_p.h -include/gtk--/private/fontselection_p.h -include/gtk--/private/frame_p.h -include/gtk--/private/handlebox_p.h -include/gtk--/private/image_p.h -include/gtk--/private/inputdialog_p.h -include/gtk--/private/invisible_p.h -include/gtk--/private/item_p.h -include/gtk--/private/label_p.h -include/gtk--/private/layout_p.h -include/gtk--/private/list_p.h -include/gtk--/private/listitem_p.h -include/gtk--/private/main_p.h -include/gtk--/private/menu_p.h -include/gtk--/private/menubar_p.h -include/gtk--/private/menuitem_p.h -include/gtk--/private/menushell_p.h -include/gtk--/private/misc_p.h -include/gtk--/private/notebook_p.h -include/gtk--/private/object_p.h -include/gtk--/private/optionmenu_p.h -include/gtk--/private/packer_p.h -include/gtk--/private/paned_p.h -include/gtk--/private/pixmap_p.h -include/gtk--/private/plug_p.h -include/gtk--/private/preview_p.h -include/gtk--/private/progress_p.h -include/gtk--/private/progressbar_p.h -include/gtk--/private/radiobutton_p.h -include/gtk--/private/radiomenuitem_p.h -include/gtk--/private/range_p.h -include/gtk--/private/ruler_p.h -include/gtk--/private/scale_p.h -include/gtk--/private/scrollbar_p.h -include/gtk--/private/scrolledwindow_p.h -include/gtk--/private/separator_p.h -include/gtk--/private/socket_p.h -include/gtk--/private/spinbutton_p.h -include/gtk--/private/statusbar_p.h -include/gtk--/private/style_p.h -include/gtk--/private/table_p.h -include/gtk--/private/tearoffmenuitem_p.h -include/gtk--/private/text_p.h -include/gtk--/private/tipsquery_p.h -include/gtk--/private/togglebutton_p.h -include/gtk--/private/toolbar_p.h -include/gtk--/private/tooltips_p.h -include/gtk--/private/tree_p.h -include/gtk--/private/treeitem_p.h -include/gtk--/private/viewport_p.h -include/gtk--/private/widget_p.h -include/gtk--/private/window_p.h -include/gtk--/progress.h -include/gtk--/progressbar.h -include/gtk--/proxy.h -include/gtk--/radiobutton.h -include/gtk--/radiomenuitem.h -include/gtk--/range.h -include/gtk--/ruler.h -include/gtk--/scale.h -include/gtk--/scrollbar.h -include/gtk--/scrolledwindow.h -include/gtk--/separator.h -include/gtk--/socket.h -include/gtk--/spinbutton.h -include/gtk--/statusbar.h -include/gtk--/style.h -include/gtk--/table.h -include/gtk--/tearoffmenuitem.h -include/gtk--/text.h -include/gtk--/tipsquery.h -include/gtk--/togglebutton.h -include/gtk--/toolbar.h -include/gtk--/tooltips.h -include/gtk--/tree.h -include/gtk--/treeitem.h -include/gtk--/viewport.h -include/gtk--/widget.h -include/gtk--/window.h -lib/gtkmm/include/gdk--config.h -lib/gtkmm/include/gtk--config.h -lib/gtkmm/proc/convert.m4 -lib/gtkmm/proc/doc1.m4 -lib/gtkmm/proc/gtkconvert.m4 -lib/gtkmm/proc/gtkmmproc -lib/gtkmm/proc/list.m4 -lib/gtkmm/proc/stage1.m4 -lib/libgdkmm.a -lib/libgdkmm.so -lib/libgdkmm.so.1 -lib/libgtkmm.a -lib/libgtkmm.so -lib/libgtkmm.so.1 -share/aclocal/gtk--.m4 -@dirrm lib/gtkmm/proc -@dirrm lib/gtkmm/include -@dirrm lib/gtkmm -@dirrm include/gtk--/private -@dirrm include/gtk-- -@dirrm include/gdk-- diff --git a/x11-toolkits/linux-f10-gtk/Makefile b/x11-toolkits/linux-f10-gtk/Makefile deleted file mode 100644 index 9611edad0aad..000000000000 --- a/x11-toolkits/linux-f10-gtk/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: linux-gtk -# Version required: 1.2.x -# Date created: 8 April 2000 -# Whom: sada@FreeBSD.org -# Based on: emulators/linux_base by marcel@FreeBSD.org -# & graphics/xmovie by sanpei@sanpei.org -# -# $FreeBSD$ -# - -PORTNAME?= gtk -PORTVERSION?= 1.2 -CATEGORIES?= x11-toolkits linux -MASTER_SITES= ${RPM_MIRRORS:S/__DIR__/${STDDIR}/g} -PKGNAMEPREFIX= linux- -DISTFILES= ${RPM_SET} - -MAINTAINER= ports@FreeBSD.org - -BUILD_DEPENDS= rpm:${PORTSDIR}/misc/rpm -RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base - -ONLY_FOR_ARCHS= i386 alpha -DIST_SUBDIR= rpm -EXTRACT_ONLY= -NO_BUILD= yes -NO_FILTER_SHLIBS= yes -NO_MTREE= yes -PLIST= ${PKGDIR}/pkg-plist.${MACHINE_ARCH} -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} -PREFIX= /compat/linux - -RPM_MIRRORS= ftp://ftp.freesoftware.com/pub/linux/redhat/old-releases/__DIR__/ \ - ftp://ftp.freesoftware.com/pub/linux/redhat/__DIR__/ -STDDIR= redhat-6.1/${MACHINE_ARCH}/RedHat/RPMS -UPDDIR= updates/6.1/${MACHINE_ARCH} -.if (${MACHINE_ARCH} == "i386") -RPM_SET?= gtk+-1.2.5-2.${MACHINE_ARCH}.rpm -.elif (${MACHINE_ARCH} == "alpha") -RPM_SET?= gtk+-1.2.6-1.${MACHINE_ARCH}.rpm -.endif -DBPATH= /var/lib/rpm -RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -do-install: - @for R in ${RPM_SET}; do \ - ${ECHO} $$R; \ - rpm -U ${RPMFLAGS} ${RPMDIR}/$$R; \ - done - -.include <bsd.port.mk> diff --git a/x11-toolkits/linux-f10-gtk/distinfo.alpha b/x11-toolkits/linux-f10-gtk/distinfo.alpha deleted file mode 100644 index f2a98363053b..000000000000 --- a/x11-toolkits/linux-f10-gtk/distinfo.alpha +++ /dev/null @@ -1 +0,0 @@ -MD5 (rpm/gtk+-1.2.6-1.alpha.rpm) = d9297097a194ef522fad4a64f8398cc0 diff --git a/x11-toolkits/linux-f10-gtk/distinfo.i386 b/x11-toolkits/linux-f10-gtk/distinfo.i386 deleted file mode 100644 index 68db97f99742..000000000000 --- a/x11-toolkits/linux-f10-gtk/distinfo.i386 +++ /dev/null @@ -1 +0,0 @@ -MD5 (rpm/gtk+-1.2.5-2.i386.rpm) = de064ec539a1bd6f2482e3c2fecde392 diff --git a/x11-toolkits/linux-f10-gtk/pkg-comment b/x11-toolkits/linux-f10-gtk/pkg-comment deleted file mode 100644 index 6ef33b12c539..000000000000 --- a/x11-toolkits/linux-f10-gtk/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -RPM of the Gtk lib diff --git a/x11-toolkits/linux-f10-gtk/pkg-descr b/x11-toolkits/linux-f10-gtk/pkg-descr deleted file mode 100644 index dfc332ea769f..000000000000 --- a/x11-toolkits/linux-f10-gtk/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A port of gtk-1.2 lib rpm. diff --git a/x11-toolkits/linux-f10-gtk/pkg-plist.alpha b/x11-toolkits/linux-f10-gtk/pkg-plist.alpha deleted file mode 100644 index 0f418c569cc7..000000000000 --- a/x11-toolkits/linux-f10-gtk/pkg-plist.alpha +++ /dev/null @@ -1,64 +0,0 @@ -usr/doc/gtk+-1.2.6/AUTHORS -usr/doc/gtk+-1.2.6/COPYING -usr/doc/gtk+-1.2.6/ChangeLog -usr/doc/gtk+-1.2.6/NEWS -usr/doc/gtk+-1.2.6/README -usr/doc/gtk+-1.2.6/TODO -usr/lib/libgdk-1.2.so.0.5.1 -usr/lib/libgtk-1.2.so.0.5.1 -usr/share/locale/ca/LC_MESSAGES/gtk+.mo -usr/share/locale/cs/LC_MESSAGES/gtk+.mo -usr/share/locale/da/LC_MESSAGES/gtk+.mo -usr/share/locale/de/LC_MESSAGES/gtk+.mo -usr/share/locale/el/LC_MESSAGES/gtk+.mo -usr/share/locale/es/LC_MESSAGES/gtk+.mo -usr/share/locale/et/LC_MESSAGES/gtk+.mo -usr/share/locale/eu/LC_MESSAGES/gtk+.mo -usr/share/locale/fi/LC_MESSAGES/gtk+.mo -usr/share/locale/fr/LC_MESSAGES/gtk+.mo -usr/share/locale/ga/LC_MESSAGES/gtk+.mo -usr/share/locale/hr/LC_MESSAGES/gtk+.mo -usr/share/locale/hu/LC_MESSAGES/gtk+.mo -usr/share/locale/it/LC_MESSAGES/gtk+.mo -usr/share/locale/ja/LC_MESSAGES/gtk+.mo -usr/share/locale/ko/LC_MESSAGES/gtk+.mo -usr/share/locale/nl/LC_MESSAGES/gtk+.mo -usr/share/locale/no/LC_MESSAGES/gtk+.mo -usr/share/locale/pl/LC_MESSAGES/gtk+.mo -usr/share/locale/pt/LC_MESSAGES/gtk+.mo -usr/share/locale/pt_BR/LC_MESSAGES/gtk+.mo -usr/share/locale/ro/LC_MESSAGES/gtk+.mo -usr/share/locale/ru/LC_MESSAGES/gtk+.mo -usr/share/locale/sk/LC_MESSAGES/gtk+.mo -usr/share/locale/sl/LC_MESSAGES/gtk+.mo -usr/share/locale/sv/LC_MESSAGES/gtk+.mo -usr/share/locale/uk/LC_MESSAGES/gtk+.mo -usr/share/locale/wa/LC_MESSAGES/gtk+.mo -usr/share/locale/zh_TW.Big5/LC_MESSAGES/gtk+.mo -usr/share/themes/Default/gtk/gtkrc -etc/gtk/gtkrc -etc/gtk/gtkrc.bg -etc/gtk/gtkrc.el -etc/gtk/gtkrc.eo -etc/gtk/gtkrc.he -etc/gtk/gtkrc.hy -etc/gtk/gtkrc.iso-8859-13 -etc/gtk/gtkrc.iso-8859-14 -etc/gtk/gtkrc.iso-8859-15 -etc/gtk/gtkrc.iso-8859-2 -etc/gtk/gtkrc.iso-8859-5 -etc/gtk/gtkrc.ja -etc/gtk/gtkrc.ka_GE.georgianacademy -etc/gtk/gtkrc.ka_GE.georgianps -etc/gtk/gtkrc.ko -etc/gtk/gtkrc.ru -etc/gtk/gtkrc.th -etc/gtk/gtkrc.tr -etc/gtk/gtkrc.uk -etc/gtk/gtkrc.vi_VN.tcvn -etc/gtk/gtkrc.vi_VN.viscii -etc/gtk/gtkrc.zh_CN -etc/gtk/gtkrc.zh_TW.Big5 -@dirrm usr/share/themes/Default/gtk -@dirrm usr/doc/gtk+-1.2.6 -@dirrm usr/etc/gtk diff --git a/x11-toolkits/linux-f10-gtk/pkg-plist.i386 b/x11-toolkits/linux-f10-gtk/pkg-plist.i386 deleted file mode 100644 index c5db3a649f7e..000000000000 --- a/x11-toolkits/linux-f10-gtk/pkg-plist.i386 +++ /dev/null @@ -1,40 +0,0 @@ -usr/doc/gtk+-1.2.5/AUTHORS -usr/doc/gtk+-1.2.5/COPYING -usr/doc/gtk+-1.2.5/ChangeLog -usr/doc/gtk+-1.2.5/NEWS -usr/doc/gtk+-1.2.5/README -usr/doc/gtk+-1.2.5/TODO -usr/lib/libgdk-1.2.so.0.5.0 -usr/lib/libgdk-1.2.so.0 -usr/lib/libgtk-1.2.so.0.5.0 -usr/lib/libgtk-1.2.so.0 -usr/share/locale/ca/LC_MESSAGES/gtk+.mo -usr/share/locale/cs/LC_MESSAGES/gtk+.mo -usr/share/locale/da/LC_MESSAGES/gtk+.mo -usr/share/locale/de/LC_MESSAGES/gtk+.mo -usr/share/locale/el/LC_MESSAGES/gtk+.mo -usr/share/locale/es/LC_MESSAGES/gtk+.mo -usr/share/locale/et/LC_MESSAGES/gtk+.mo -usr/share/locale/eu/LC_MESSAGES/gtk+.mo -usr/share/locale/fi/LC_MESSAGES/gtk+.mo -usr/share/locale/fr/LC_MESSAGES/gtk+.mo -usr/share/locale/ga/LC_MESSAGES/gtk+.mo -usr/share/locale/hr/LC_MESSAGES/gtk+.mo -usr/share/locale/hu/LC_MESSAGES/gtk+.mo -usr/share/locale/it/LC_MESSAGES/gtk+.mo -usr/share/locale/ja/LC_MESSAGES/gtk+.mo -usr/share/locale/ko/LC_MESSAGES/gtk+.mo -usr/share/locale/nl/LC_MESSAGES/gtk+.mo -usr/share/locale/no/LC_MESSAGES/gtk+.mo -usr/share/locale/pl/LC_MESSAGES/gtk+.mo -usr/share/locale/pt/LC_MESSAGES/gtk+.mo -usr/share/locale/pt_BR/LC_MESSAGES/gtk+.mo -usr/share/locale/ru/LC_MESSAGES/gtk+.mo -usr/share/locale/sk/LC_MESSAGES/gtk+.mo -usr/share/locale/sl/LC_MESSAGES/gtk+.mo -usr/share/locale/sv/LC_MESSAGES/gtk+.mo -usr/share/locale/wa/LC_MESSAGES/gtk+.mo -usr/share/locale/zh_TW.Big5/LC_MESSAGES/gtk+.mo -usr/share/themes/Default/gtk/gtkrc -@dirrm usr/share/themes/Default/gtk -@dirrm usr/doc/gtk+-1.2.5 diff --git a/x11-toolkits/linux-f8-gtk/Makefile b/x11-toolkits/linux-f8-gtk/Makefile deleted file mode 100644 index 9611edad0aad..000000000000 --- a/x11-toolkits/linux-f8-gtk/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: linux-gtk -# Version required: 1.2.x -# Date created: 8 April 2000 -# Whom: sada@FreeBSD.org -# Based on: emulators/linux_base by marcel@FreeBSD.org -# & graphics/xmovie by sanpei@sanpei.org -# -# $FreeBSD$ -# - -PORTNAME?= gtk -PORTVERSION?= 1.2 -CATEGORIES?= x11-toolkits linux -MASTER_SITES= ${RPM_MIRRORS:S/__DIR__/${STDDIR}/g} -PKGNAMEPREFIX= linux- -DISTFILES= ${RPM_SET} - -MAINTAINER= ports@FreeBSD.org - -BUILD_DEPENDS= rpm:${PORTSDIR}/misc/rpm -RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base - -ONLY_FOR_ARCHS= i386 alpha -DIST_SUBDIR= rpm -EXTRACT_ONLY= -NO_BUILD= yes -NO_FILTER_SHLIBS= yes -NO_MTREE= yes -PLIST= ${PKGDIR}/pkg-plist.${MACHINE_ARCH} -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} -PREFIX= /compat/linux - -RPM_MIRRORS= ftp://ftp.freesoftware.com/pub/linux/redhat/old-releases/__DIR__/ \ - ftp://ftp.freesoftware.com/pub/linux/redhat/__DIR__/ -STDDIR= redhat-6.1/${MACHINE_ARCH}/RedHat/RPMS -UPDDIR= updates/6.1/${MACHINE_ARCH} -.if (${MACHINE_ARCH} == "i386") -RPM_SET?= gtk+-1.2.5-2.${MACHINE_ARCH}.rpm -.elif (${MACHINE_ARCH} == "alpha") -RPM_SET?= gtk+-1.2.6-1.${MACHINE_ARCH}.rpm -.endif -DBPATH= /var/lib/rpm -RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -do-install: - @for R in ${RPM_SET}; do \ - ${ECHO} $$R; \ - rpm -U ${RPMFLAGS} ${RPMDIR}/$$R; \ - done - -.include <bsd.port.mk> diff --git a/x11-toolkits/linux-f8-gtk/distinfo.alpha b/x11-toolkits/linux-f8-gtk/distinfo.alpha deleted file mode 100644 index f2a98363053b..000000000000 --- a/x11-toolkits/linux-f8-gtk/distinfo.alpha +++ /dev/null @@ -1 +0,0 @@ -MD5 (rpm/gtk+-1.2.6-1.alpha.rpm) = d9297097a194ef522fad4a64f8398cc0 diff --git a/x11-toolkits/linux-f8-gtk/distinfo.i386 b/x11-toolkits/linux-f8-gtk/distinfo.i386 deleted file mode 100644 index 68db97f99742..000000000000 --- a/x11-toolkits/linux-f8-gtk/distinfo.i386 +++ /dev/null @@ -1 +0,0 @@ -MD5 (rpm/gtk+-1.2.5-2.i386.rpm) = de064ec539a1bd6f2482e3c2fecde392 diff --git a/x11-toolkits/linux-f8-gtk/pkg-comment b/x11-toolkits/linux-f8-gtk/pkg-comment deleted file mode 100644 index 6ef33b12c539..000000000000 --- a/x11-toolkits/linux-f8-gtk/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -RPM of the Gtk lib diff --git a/x11-toolkits/linux-f8-gtk/pkg-descr b/x11-toolkits/linux-f8-gtk/pkg-descr deleted file mode 100644 index dfc332ea769f..000000000000 --- a/x11-toolkits/linux-f8-gtk/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A port of gtk-1.2 lib rpm. diff --git a/x11-toolkits/linux-f8-gtk/pkg-plist.alpha b/x11-toolkits/linux-f8-gtk/pkg-plist.alpha deleted file mode 100644 index 0f418c569cc7..000000000000 --- a/x11-toolkits/linux-f8-gtk/pkg-plist.alpha +++ /dev/null @@ -1,64 +0,0 @@ -usr/doc/gtk+-1.2.6/AUTHORS -usr/doc/gtk+-1.2.6/COPYING -usr/doc/gtk+-1.2.6/ChangeLog -usr/doc/gtk+-1.2.6/NEWS -usr/doc/gtk+-1.2.6/README -usr/doc/gtk+-1.2.6/TODO -usr/lib/libgdk-1.2.so.0.5.1 -usr/lib/libgtk-1.2.so.0.5.1 -usr/share/locale/ca/LC_MESSAGES/gtk+.mo -usr/share/locale/cs/LC_MESSAGES/gtk+.mo -usr/share/locale/da/LC_MESSAGES/gtk+.mo -usr/share/locale/de/LC_MESSAGES/gtk+.mo -usr/share/locale/el/LC_MESSAGES/gtk+.mo -usr/share/locale/es/LC_MESSAGES/gtk+.mo -usr/share/locale/et/LC_MESSAGES/gtk+.mo -usr/share/locale/eu/LC_MESSAGES/gtk+.mo -usr/share/locale/fi/LC_MESSAGES/gtk+.mo -usr/share/locale/fr/LC_MESSAGES/gtk+.mo -usr/share/locale/ga/LC_MESSAGES/gtk+.mo -usr/share/locale/hr/LC_MESSAGES/gtk+.mo -usr/share/locale/hu/LC_MESSAGES/gtk+.mo -usr/share/locale/it/LC_MESSAGES/gtk+.mo -usr/share/locale/ja/LC_MESSAGES/gtk+.mo -usr/share/locale/ko/LC_MESSAGES/gtk+.mo -usr/share/locale/nl/LC_MESSAGES/gtk+.mo -usr/share/locale/no/LC_MESSAGES/gtk+.mo -usr/share/locale/pl/LC_MESSAGES/gtk+.mo -usr/share/locale/pt/LC_MESSAGES/gtk+.mo -usr/share/locale/pt_BR/LC_MESSAGES/gtk+.mo -usr/share/locale/ro/LC_MESSAGES/gtk+.mo -usr/share/locale/ru/LC_MESSAGES/gtk+.mo -usr/share/locale/sk/LC_MESSAGES/gtk+.mo -usr/share/locale/sl/LC_MESSAGES/gtk+.mo -usr/share/locale/sv/LC_MESSAGES/gtk+.mo -usr/share/locale/uk/LC_MESSAGES/gtk+.mo -usr/share/locale/wa/LC_MESSAGES/gtk+.mo -usr/share/locale/zh_TW.Big5/LC_MESSAGES/gtk+.mo -usr/share/themes/Default/gtk/gtkrc -etc/gtk/gtkrc -etc/gtk/gtkrc.bg -etc/gtk/gtkrc.el -etc/gtk/gtkrc.eo -etc/gtk/gtkrc.he -etc/gtk/gtkrc.hy -etc/gtk/gtkrc.iso-8859-13 -etc/gtk/gtkrc.iso-8859-14 -etc/gtk/gtkrc.iso-8859-15 -etc/gtk/gtkrc.iso-8859-2 -etc/gtk/gtkrc.iso-8859-5 -etc/gtk/gtkrc.ja -etc/gtk/gtkrc.ka_GE.georgianacademy -etc/gtk/gtkrc.ka_GE.georgianps -etc/gtk/gtkrc.ko -etc/gtk/gtkrc.ru -etc/gtk/gtkrc.th -etc/gtk/gtkrc.tr -etc/gtk/gtkrc.uk -etc/gtk/gtkrc.vi_VN.tcvn -etc/gtk/gtkrc.vi_VN.viscii -etc/gtk/gtkrc.zh_CN -etc/gtk/gtkrc.zh_TW.Big5 -@dirrm usr/share/themes/Default/gtk -@dirrm usr/doc/gtk+-1.2.6 -@dirrm usr/etc/gtk diff --git a/x11-toolkits/linux-f8-gtk/pkg-plist.i386 b/x11-toolkits/linux-f8-gtk/pkg-plist.i386 deleted file mode 100644 index c5db3a649f7e..000000000000 --- a/x11-toolkits/linux-f8-gtk/pkg-plist.i386 +++ /dev/null @@ -1,40 +0,0 @@ -usr/doc/gtk+-1.2.5/AUTHORS -usr/doc/gtk+-1.2.5/COPYING -usr/doc/gtk+-1.2.5/ChangeLog -usr/doc/gtk+-1.2.5/NEWS -usr/doc/gtk+-1.2.5/README -usr/doc/gtk+-1.2.5/TODO -usr/lib/libgdk-1.2.so.0.5.0 -usr/lib/libgdk-1.2.so.0 -usr/lib/libgtk-1.2.so.0.5.0 -usr/lib/libgtk-1.2.so.0 -usr/share/locale/ca/LC_MESSAGES/gtk+.mo -usr/share/locale/cs/LC_MESSAGES/gtk+.mo -usr/share/locale/da/LC_MESSAGES/gtk+.mo -usr/share/locale/de/LC_MESSAGES/gtk+.mo -usr/share/locale/el/LC_MESSAGES/gtk+.mo -usr/share/locale/es/LC_MESSAGES/gtk+.mo -usr/share/locale/et/LC_MESSAGES/gtk+.mo -usr/share/locale/eu/LC_MESSAGES/gtk+.mo -usr/share/locale/fi/LC_MESSAGES/gtk+.mo -usr/share/locale/fr/LC_MESSAGES/gtk+.mo -usr/share/locale/ga/LC_MESSAGES/gtk+.mo -usr/share/locale/hr/LC_MESSAGES/gtk+.mo -usr/share/locale/hu/LC_MESSAGES/gtk+.mo -usr/share/locale/it/LC_MESSAGES/gtk+.mo -usr/share/locale/ja/LC_MESSAGES/gtk+.mo -usr/share/locale/ko/LC_MESSAGES/gtk+.mo -usr/share/locale/nl/LC_MESSAGES/gtk+.mo -usr/share/locale/no/LC_MESSAGES/gtk+.mo -usr/share/locale/pl/LC_MESSAGES/gtk+.mo -usr/share/locale/pt/LC_MESSAGES/gtk+.mo -usr/share/locale/pt_BR/LC_MESSAGES/gtk+.mo -usr/share/locale/ru/LC_MESSAGES/gtk+.mo -usr/share/locale/sk/LC_MESSAGES/gtk+.mo -usr/share/locale/sl/LC_MESSAGES/gtk+.mo -usr/share/locale/sv/LC_MESSAGES/gtk+.mo -usr/share/locale/wa/LC_MESSAGES/gtk+.mo -usr/share/locale/zh_TW.Big5/LC_MESSAGES/gtk+.mo -usr/share/themes/Default/gtk/gtkrc -@dirrm usr/share/themes/Default/gtk -@dirrm usr/doc/gtk+-1.2.5 diff --git a/x11-toolkits/p5-Glade2/Makefile b/x11-toolkits/p5-Glade2/Makefile deleted file mode 100644 index 18abd1f313ac..000000000000 --- a/x11-toolkits/p5-Glade2/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: p5-Glade -# Date created: 30 Oct 2000 -# Whom: vanilla -# -# $FreeBSD$ -# - -PORTNAME= Glade -PORTVERSION= 0.7004 -CATEGORIES= x11-toolkits lang perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Gtk -PKGNAMEPREFIX= p5- -DISTNAME= Gtk-Perl-${PORTVERSION} - -MAINTAINER= vanilla@FreeBSD.org - -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk -LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade - -USE_PERL5= yes -USE_GNOME= yes -WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS} -L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/x11-toolkits/p5-Glade2/distinfo b/x11-toolkits/p5-Glade2/distinfo deleted file mode 100644 index ebd8f2180544..000000000000 --- a/x11-toolkits/p5-Glade2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Gtk-Perl-0.7004.tar.gz) = f8f5d889e7a005667a93946ab1bf3e69 diff --git a/x11-toolkits/p5-Glade2/files/patch-Makefile.PL b/x11-toolkits/p5-Glade2/files/patch-Makefile.PL deleted file mode 100644 index d1b8c82d2f90..000000000000 --- a/x11-toolkits/p5-Glade2/files/patch-Makefile.PL +++ /dev/null @@ -1,33 +0,0 @@ ---- Makefile.PL.orig Tue Jun 20 18:35:46 2000 -+++ Makefile.PL Mon Oct 30 03:49:43 2000 -@@ -1,6 +1,5 @@ - use ExtUtils::MakeMaker; - use File::Basename; --use blib '..'; - use Gtk::Install::Files; - use Cwd; - require '../Depends.pm'; -@@ -31,12 +30,12 @@ - $typemaps, [keys %defs], [@defines], [@headers], $pm); - - foreach (@typemaps) { -- print "Add typemap: $Gtk::Install::Files::CORE/$_\n"; -- push(@$typemaps, cwd() .'/'.$Gtk::Install::Files::CORE . '/'. $_); -+ print "Add typemap: $Gtk::Install::Files::CORE$_\n"; -+ push(@$typemaps, '/'.$Gtk::Install::Files::CORE . $_); - } - - push(@defines, @Gtk::Install::Files::defines); --push(@defines, '-I../build', '-Ibuild', '-I.', '-I../Gtk'); -+push(@defines, '-I../build', '-Ibuild', '-I.', '-I'.$Gtk::Install::Files::CORE); - - $pm->{'GladeXML.pm'} = '$(INST_ARCHLIBDIR)/GladeXML.pm'; - $pm->{'build/GtkGladeXMLTypes.pm'} = '$(INST_ARCHLIBDIR)/GladeXML/Types.pm'; -@@ -105,7 +104,6 @@ - 'INC' => $inc, - 'LIBS' => [$libs], - 'OBJECT' => $object, -- 'OPTIMIZE' => '-O2 -g', - 'clean' => {FILES => join(' ', @clean) }, - #'LDFROM' => $ldfrom, - 'depend' => $depend, diff --git a/x11-toolkits/p5-Glade2/pkg-comment b/x11-toolkits/p5-Glade2/pkg-comment deleted file mode 100644 index b1f7a64f7103..000000000000 --- a/x11-toolkits/p5-Glade2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Glade interface files of Gtk-Perl diff --git a/x11-toolkits/p5-Glade2/pkg-descr b/x11-toolkits/p5-Glade2/pkg-descr deleted file mode 100644 index bed3243b27d2..000000000000 --- a/x11-toolkits/p5-Glade2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The Glade interface files of Gtk-Perl (Gtk::GladeXML namespace). - -WWW: http://projects.prosa.it/gtkperl/ diff --git a/x11-toolkits/p5-Glade2/pkg-plist b/x11-toolkits/p5-Glade2/pkg-plist deleted file mode 100644 index 8bf059b5d443..000000000000 --- a/x11-toolkits/p5-Glade2/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/GladeXML.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/GladeXML/Types.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/GladeXML/Install/Files.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/GladeXML/Install/GtkGladeXMLTypemap -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/GladeXML/Install/GtkGladeXMLDefs.h -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/GladeXML/Install/PerlGtkGladeXMLInt.h -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/GladeXML/Install/pkg.typemap -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gtk/GladeXML/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gtk/GladeXML/GladeXML.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gtk/GladeXML/GladeXML.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gtk/GladeXML/autosplit.ix -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/GladeXML/Install -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gtk/GladeXML -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gtk/GladeXML diff --git a/x11-toolkits/p5-TclTk/Makefile b/x11-toolkits/p5-TclTk/Makefile deleted file mode 100644 index 9af6c49702d5..000000000000 --- a/x11-toolkits/p5-TclTk/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: p5-Tcl-Tk -# Date created: June 15th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= TclTk -PORTVERSION= b2 -CATEGORIES= x11-toolkits lang perl5 tk82 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Tcl -PKGNAMEPREFIX= p5- - -MAINTAINER= ports@FreeBSD.org - -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Tcl.pm:${PORTSDIR}/lang/p5-Tcl -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 - -USE_PERL5= yes -WRKSRC= ${WRKDIR}/${PORTNAME} - -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= Tcl::Tk.3 - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS}" - -.include <bsd.port.mk> diff --git a/x11-toolkits/p5-TclTk/distinfo b/x11-toolkits/p5-TclTk/distinfo deleted file mode 100644 index 223f7953393f..000000000000 --- a/x11-toolkits/p5-TclTk/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (TclTk-b2.tar.gz) = a9980ab1c72581a0291f8f8b86cefec8 diff --git a/x11-toolkits/p5-TclTk/files/patch-aa b/x11-toolkits/p5-TclTk/files/patch-aa deleted file mode 100644 index d916d5e67b56..000000000000 --- a/x11-toolkits/p5-TclTk/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.PL.orig Sat Aug 29 12:17:41 1998 -+++ Makefile.PL Sat Aug 29 12:20:08 1998 -@@ -1,6 +1,6 @@ - use ExtUtils::MakeMaker; - WriteMakefile(NAME => "Tcl::Tk", - DISTNAME => "TclTk", -- LIBS => ["-ltk -ltcl -L/usr/X11R6/lib -lX11 -lm"], -- INC => "-I/usr/local/include -I/usr/include/tcl"); -+ LIBS => ["-L$ENV{PREFIX}/lib -L$ENV{X11BASE}/lib -ltk82 -ltcl82 -lX11 -lm"], -+ INC => "-I$ENV{PREFIX}/include -I$ENV{PREFIX}/include/tcl8.2 -I$ENV{PREFIX}/include/tk8.2 -I$ENV{X11BASE}/include"); - #sub MY::tool_autosplit { "AUTOSPLITFILE = :" } diff --git a/x11-toolkits/p5-TclTk/pkg-comment b/x11-toolkits/p5-TclTk/pkg-comment deleted file mode 100644 index ac40d750f065..000000000000 --- a/x11-toolkits/p5-TclTk/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl5 module to access to Tk via the Tcl extension diff --git a/x11-toolkits/p5-TclTk/pkg-descr b/x11-toolkits/p5-TclTk/pkg-descr deleted file mode 100644 index c8d0a0601195..000000000000 --- a/x11-toolkits/p5-TclTk/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ - The Tcl::Tk submodule of the Tcl module gives access to - the Tk library. It does this by creating a Tcl - interpreter object (using the Tcl extension) and binding - in all of Tk into the interpreter (in the same way that - wish or other Tcl/Tk applications do). - - Access to the Tcl and Tcl::Tk extensions - - To get access to the Tcl and Tcl::Tk extensions, put the - commands - require Tcl; - use Tcl::Tk; - - near the top of your program. The Tcl extension does not - alter your namespace at all (hence the "require"). The - Tcl::Tk extension imports the widget and other Tk commands - into your namespace (hence the "use"). diff --git a/x11-toolkits/p5-TclTk/pkg-plist b/x11-toolkits/p5-TclTk/pkg-plist deleted file mode 100644 index 6d095c88ee73..000000000000 --- a/x11-toolkits/p5-TclTk/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Tcl/Tk.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tcl/Tk/Tk.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tcl/Tk/Tk.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tcl/Tk/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tcl/Tk -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Tcl 2>/dev/null || true diff --git a/x11-toolkits/py-Pmw/Makefile b/x11-toolkits/py-Pmw/Makefile deleted file mode 100644 index 819a913a4b97..000000000000 --- a/x11-toolkits/py-Pmw/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: pmw -# Date created: 03 June 1998 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= py-pmw -PORTVERSION= 0.8.4 -CATEGORIES= x11-toolkits python -MASTER_SITES= ftp://ftp.dscpl.com.au/pub/pmw/ -DISTNAME= Pmw.${PORTVERSION} - -MAINTAINER= tg@FreeBSD.org - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter - -PLIST_SUB= PMWVERSION="${PMWVERSION}" -USE_PYTHON= yes - -DOCDIR= ${PREFIX}/share/doc/Pmw -EXAMPLEDIR= ${PREFIX}/share/examples/Pmw -PMWVERSION= Pmw_${PORTVERSION:S/./_/g} - -do-build: - @${ECHO_MSG} "Do a \`make install' as root." - -do-install: - @(cd ${WRKDIR}; tar cf - Pmw/__init__.py Pmw/${PMWVERSION}/__init__.py Pmw/${PMWVERSION}/lib) | \ - (cd ${PYTHON_SITELIBDIR}; tar xf -) - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PYTHON_SITELIBDIR}/Pmw - @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${PYTHON_SITELIBDIR}/Pmw -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCDIR} ${EXAMPLEDIR} - @(cd ${WRKDIR}/Pmw/${PMWVERSION}/doc; tar cf - .) | \ - (cd ${DOCDIR}; tar xf -) - @(cd ${WRKDIR}/Pmw/${PMWVERSION}/demos; tar cf - .) | \ - (cd ${EXAMPLEDIR}; tar xf -) -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/py-Pmw/distinfo b/x11-toolkits/py-Pmw/distinfo deleted file mode 100644 index 04f1847b1628..000000000000 --- a/x11-toolkits/py-Pmw/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Pmw.0.8.4.tar.gz) = 5df55a9a11ac2565c22f5048fadfc874 diff --git a/x11-toolkits/py-Pmw/pkg-comment b/x11-toolkits/py-Pmw/pkg-comment deleted file mode 100644 index 6b822b5c10ba..000000000000 --- a/x11-toolkits/py-Pmw/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -High-level compound graphics widgets for Python diff --git a/x11-toolkits/py-Pmw/pkg-descr b/x11-toolkits/py-Pmw/pkg-descr deleted file mode 100644 index 7326957666f5..000000000000 --- a/x11-toolkits/py-Pmw/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -Pmw is a framework for building high-level compound widgets, or -megawidgets, constructed using other widgets as component parts. It -promotes consistent look and feel within and between graphical -applications, is highly configurable to your needs and is easy to use. - -Pmw consists of: - * A few base classes, providing a framework for building megawidgets. - * A library of flexible and extensible megawidgets built on the base - classes, such as ButtonBox, ComboBox, MessageDialog, etc. - -The interface to Pmw megawidgets is similar to basic Tk widgets, so it -is easy for developers to include both megawidgets and basic Tk -widgets in their graphical applications. In addition, all Pmw -megawidgets may themselves be extended, using either inheritance or -composition. - -The use of the Pmw framework and megawidgets replaces common widget -combinations with higher level abstractions. This simplifies code, -making it more readable and maintainable and more easily modifiable. -The ability to extend Pmw megawidgets enables developers to create new -megawidgets based on previous work. diff --git a/x11-toolkits/py-Pmw/pkg-plist b/x11-toolkits/py-Pmw/pkg-plist deleted file mode 100644 index 9eb37ce92dda..000000000000 --- a/x11-toolkits/py-Pmw/pkg-plist +++ /dev/null @@ -1,262 +0,0 @@ -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/Pmw.def -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwAboutDialog.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwAboutDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwAboutDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwBalloon.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwBalloon.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwBalloon.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwBase.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwBase.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwBase.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwBlt.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwBlt.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwBlt.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwButtonBox.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwButtonBox.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwButtonBox.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwColor.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwColor.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwColor.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwComboBox.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwComboBox.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwComboBox.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwComboBoxDialog.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwComboBoxDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwComboBoxDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwCounter.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwCounter.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwCounter.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwCounterDialog.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwCounterDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwCounterDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwDialog.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwEntryField.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwEntryField.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwEntryField.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwGroup.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwGroup.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwGroup.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwHistoryText.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwHistoryText.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwHistoryText.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwLabeledWidget.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwLabeledWidget.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwLabeledWidget.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwLoader.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwLoader.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwLoader.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwLogicalFont.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwLogicalFont.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwLogicalFont.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwMainMenuBar.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwMainMenuBar.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwMainMenuBar.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwMenuBar.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwMenuBar.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwMenuBar.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwMessageBar.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwMessageBar.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwMessageBar.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwMessageDialog.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwMessageDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwMessageDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwNoteBook.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwNoteBook.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwNoteBook.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwOptionMenu.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwOptionMenu.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwOptionMenu.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwPanedWidget.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwPanedWidget.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwPanedWidget.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwPromptDialog.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwPromptDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwPromptDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwRadioSelect.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwRadioSelect.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwRadioSelect.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledCanvas.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledCanvas.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledCanvas.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledField.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledField.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledField.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledFrame.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledFrame.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledFrame.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledListBox.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledListBox.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledListBox.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledText.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledText.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwScrolledText.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwSelectionDialog.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwSelectionDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwSelectionDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwTextDialog.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwTextDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwTextDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwTimeCounter.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwTimeCounter.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwTimeCounter.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwTimeFuncs.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwTimeFuncs.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwTimeFuncs.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/__init__.pyo -share/doc/Pmw/AboutDialog.gif -share/doc/Pmw/AboutDialog.html -share/doc/Pmw/Balloon.html -share/doc/Pmw/Blt.html -share/doc/Pmw/ButtonBox.gif -share/doc/Pmw/ButtonBox.html -share/doc/Pmw/Color.html -share/doc/Pmw/ComboBox.gif -share/doc/Pmw/ComboBox.html -share/doc/Pmw/ComboBoxDialog.gif -share/doc/Pmw/ComboBoxDialog.html -share/doc/Pmw/Counter.gif -share/doc/Pmw/Counter.html -share/doc/Pmw/CounterDialog.gif -share/doc/Pmw/CounterDialog.html -share/doc/Pmw/Dialog.gif -share/doc/Pmw/Dialog.html -share/doc/Pmw/EntryField.gif -share/doc/Pmw/EntryField.html -share/doc/Pmw/ExampleDemo.py -share/doc/Pmw/Group.gif -share/doc/Pmw/Group.html -share/doc/Pmw/HistoryText.html -share/doc/Pmw/LabeledWidget.gif -share/doc/Pmw/LabeledWidget.html -share/doc/Pmw/MainMenuBar.gif -share/doc/Pmw/MainMenuBar.html -share/doc/Pmw/MegaArchetype.html -share/doc/Pmw/MegaToplevel.html -share/doc/Pmw/MegaWidget.html -share/doc/Pmw/MenuBar.gif -share/doc/Pmw/MenuBar.html -share/doc/Pmw/MessageBar.gif -share/doc/Pmw/MessageBar.html -share/doc/Pmw/MessageDialog.gif -share/doc/Pmw/MessageDialog.html -share/doc/Pmw/NoteBook.gif -share/doc/Pmw/NoteBook.html -share/doc/Pmw/OptionMenu.gif -share/doc/Pmw/OptionMenu.html -share/doc/Pmw/PanedWidget.gif -share/doc/Pmw/PanedWidget.html -share/doc/Pmw/PmwFunctions.html -share/doc/Pmw/PromptDialog.gif -share/doc/Pmw/PromptDialog.html -share/doc/Pmw/RadioSelect.gif -share/doc/Pmw/RadioSelect.html -share/doc/Pmw/ScrolledCanvas.gif -share/doc/Pmw/ScrolledCanvas.html -share/doc/Pmw/ScrolledField.gif -share/doc/Pmw/ScrolledField.html -share/doc/Pmw/ScrolledFrame.gif -share/doc/Pmw/ScrolledFrame.html -share/doc/Pmw/ScrolledListBox.gif -share/doc/Pmw/ScrolledListBox.html -share/doc/Pmw/ScrolledText.gif -share/doc/Pmw/ScrolledText.html -share/doc/Pmw/ScrolledText_test.py -share/doc/Pmw/SelectionDialog.gif -share/doc/Pmw/SelectionDialog.html -share/doc/Pmw/TextDialog.gif -share/doc/Pmw/TextDialog.html -share/doc/Pmw/TimeCounter.gif -share/doc/Pmw/TimeCounter.html -share/doc/Pmw/blue_line.gif -share/doc/Pmw/blueball.gif -share/doc/Pmw/bugs.html -share/doc/Pmw/changes.html -share/doc/Pmw/copyright.html -share/doc/Pmw/counter1.gif -share/doc/Pmw/counter2.gif -share/doc/Pmw/demosandtests.html -share/doc/Pmw/dynamicloader.html -share/doc/Pmw/example.py -share/doc/Pmw/example1.gif -share/doc/Pmw/example2.gif -share/doc/Pmw/exercises.py -share/doc/Pmw/features.html -share/doc/Pmw/halfblueball.gif -share/doc/Pmw/howtobuild.html -share/doc/Pmw/howtouse.html -share/doc/Pmw/index.html -share/doc/Pmw/porting.html -share/doc/Pmw/refindex.html -share/doc/Pmw/scale1.gif -share/doc/Pmw/scale2.gif -share/doc/Pmw/starting.html -share/doc/Pmw/todo.html -share/doc/Pmw/transdove.gif -share/examples/Pmw/AboutDialog.py -share/examples/Pmw/All.py -share/examples/Pmw/Balloon.py -share/examples/Pmw/BltGraph.py -share/examples/Pmw/BltTabset.py -share/examples/Pmw/ButtonBox.py -share/examples/Pmw/Colors.py -share/examples/Pmw/ComboBox.py -share/examples/Pmw/ComboBoxDialog.py -share/examples/Pmw/ConfigClass.py -share/examples/Pmw/Counter.py -share/examples/Pmw/CounterDialog.py -share/examples/Pmw/DemoVersion.py -share/examples/Pmw/Dialog.py -share/examples/Pmw/EntryField.py -share/examples/Pmw/ErrorHandling.py -share/examples/Pmw/ExampleDemo.py -share/examples/Pmw/FontText.py -share/examples/Pmw/Grid.py -share/examples/Pmw/Group.py -share/examples/Pmw/HistoryText.py -share/examples/Pmw/LabeledWidget.py -share/examples/Pmw/LogicalFont.py -share/examples/Pmw/MainMenuBar.py -share/examples/Pmw/MenuBar.py -share/examples/Pmw/MessageBar.py -share/examples/Pmw/MessageDialog.py -share/examples/Pmw/MessageInfo.py -share/examples/Pmw/NestedDialogs.py -share/examples/Pmw/NoteBook.py -share/examples/Pmw/NoteBook_2.py -share/examples/Pmw/NoteBook_3.py -share/examples/Pmw/OptionMenu.py -share/examples/Pmw/PanedWidget.py -share/examples/Pmw/PromptDialog.py -share/examples/Pmw/RadioSelect.py -share/examples/Pmw/Resources.py -share/examples/Pmw/Resources_Pmw.py -share/examples/Pmw/ScrolledCanvas.py -share/examples/Pmw/ScrolledField.py -share/examples/Pmw/ScrolledFrame.py -share/examples/Pmw/ScrolledListBox.py -share/examples/Pmw/ScrolledText.py -share/examples/Pmw/SelectionDialog.py -share/examples/Pmw/ShowBusy.py -share/examples/Pmw/SpecialCounter.py -share/examples/Pmw/SpecialEntry.py -share/examples/Pmw/Spectrum.py -share/examples/Pmw/SpeedTest.py -share/examples/Pmw/TextDialog.py -share/examples/Pmw/TextDisplay.py -share/examples/Pmw/TimeCounter.py -share/examples/Pmw/WidgetDestroy.py -@dirrm share/examples/Pmw -@dirrm share/doc/Pmw -@dirrm lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib -@dirrm lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%% -@dirrm lib/%%PYTHON_VERSION%%/site-packages/Pmw diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile deleted file mode 100644 index 7a3968f5617d..000000000000 --- a/x11-toolkits/py-gnome2/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: py-gnome -# Date created: 3/14/1999 -# Whom: nectar@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= py-gnome -PORTVERSION= 1.0.53 -CATEGORIES= x11-toolkits python gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/gnome-python -DISTNAME= gnome-python-${PORTVERSION} - -MAINTAINER= nectar@FreeBSD.org - -BUILD_DEPENDS= ${PYGTK_DEP} -LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade -RUN_DEPENDS= ${PYGTK_DEP} - -USE_GMAKE= yes -USE_PYTHON= yes -USE_GNOME= yes -USE_LIBTOOL= yes -LIBTOOLFILES= configure pygnome/configure pygtk/configure -CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \ - --with-gnome-config=${X11BASE}/bin/gnome-config - -EG_SRC_DIR= ${WRKSRC}/pygnome/examples -EG_DST_DIR= ${PREFIX}/share/examples/py-gnome -PYGTK_DEP= ${PYTHON_LIBDIR}/site-packages/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk - -.if !defined(NOPORTDOCS) -post-install: - ${MKDIR} ${EG_DST_DIR} - ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xvf - - ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR} - find ${EG_DST_DIR} -type d -print | xargs ${CHMOD} 0555 - find ${EG_DST_DIR} -type f -print | xargs ${CHMOD} 0444 -.else -PLIST= ${WRKDIR}/PLIST.nodocs -pre-install: - ${RM} -f ${PLIST} - ${GREP} -E -v '^(@dirrm )?(share/examples/)|(share/doc/)' \ - ${PKGDIR}/pkg-plist > ${PLIST} -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/py-gnome2/distinfo b/x11-toolkits/py-gnome2/distinfo deleted file mode 100644 index 43387e5314c0..000000000000 --- a/x11-toolkits/py-gnome2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome-python-1.0.53.tar.gz) = 597535c5e25596fe6f7924bde2b6a912 diff --git a/x11-toolkits/py-gnome2/files/patch-ab b/x11-toolkits/py-gnome2/files/patch-ab deleted file mode 100644 index 103fec3cf319..000000000000 --- a/x11-toolkits/py-gnome2/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Sep 13 23:01:39 1999 -+++ Makefile.in Mon Sep 13 23:01:45 1999 -@@ -94,7 +94,7 @@ - pyexecdir = @pyexecdir@ - pythondir = @pythondir@ - --SUBDIRS = macros pygtk pygnome -+SUBDIRS = macros pygnome - - EXTRA_DIST = gnome-python.spec - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/x11-toolkits/py-gnome2/pkg-comment b/x11-toolkits/py-gnome2/pkg-comment deleted file mode 100644 index 0e3a0dda9c55..000000000000 --- a/x11-toolkits/py-gnome2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A set of Python bindings for GNOME diff --git a/x11-toolkits/py-gnome2/pkg-descr b/x11-toolkits/py-gnome2/pkg-descr deleted file mode 100644 index 5ec95241ca68..000000000000 --- a/x11-toolkits/py-gnome2/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Excerpt from the README: - - PyGNOME -- Python bindings for GNOME - ==================================== - Author: James Henstridge <james@daa.com.au> - - This is a set of bindings for the GNOME libraries for use with python. - --- Jacques Vidrine <nectar@FreeBSD.ORG> diff --git a/x11-toolkits/py-gnome2/pkg-plist b/x11-toolkits/py-gnome2/pkg-plist deleted file mode 100644 index 6b0255a25157..000000000000 --- a/x11-toolkits/py-gnome2/pkg-plist +++ /dev/null @@ -1,81 +0,0 @@ -lib/%%PYTHON_VERSION%%/site-packages/_appletmodule.so -lib/%%PYTHON_VERSION%%/site-packages/_cappletmodule.so -lib/%%PYTHON_VERSION%%/site-packages/_gladegnomemodule.so -lib/%%PYTHON_VERSION%%/site-packages/_gnomemodule.so -lib/%%PYTHON_VERSION%%/site-packages/_gnomeuimodule.so -lib/%%PYTHON_VERSION%%/site-packages/_gtkxmhtmlmodule.so -lib/%%PYTHON_VERSION%%/site-packages/_zvtmodule.so -lib/%%PYTHON_VERSION%%/site-packages/gettext.py -lib/%%PYTHON_VERSION%%/site-packages/gettext.pyc -lib/%%PYTHON_VERSION%%/site-packages/gettext.pyo -lib/%%PYTHON_VERSION%%/site-packages/gnome/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/gnome/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/gnome/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/gnome/affine.py -lib/%%PYTHON_VERSION%%/site-packages/gnome/affine.pyc -lib/%%PYTHON_VERSION%%/site-packages/gnome/affine.pyo -lib/%%PYTHON_VERSION%%/site-packages/gnome/applet.py -lib/%%PYTHON_VERSION%%/site-packages/gnome/applet.pyc -lib/%%PYTHON_VERSION%%/site-packages/gnome/applet.pyo -lib/%%PYTHON_VERSION%%/site-packages/gnome/capplet.py -lib/%%PYTHON_VERSION%%/site-packages/gnome/capplet.pyc -lib/%%PYTHON_VERSION%%/site-packages/gnome/capplet.pyo -lib/%%PYTHON_VERSION%%/site-packages/gnome/config.py -lib/%%PYTHON_VERSION%%/site-packages/gnome/config.pyc -lib/%%PYTHON_VERSION%%/site-packages/gnome/config.pyo -lib/%%PYTHON_VERSION%%/site-packages/gnome/file.py -lib/%%PYTHON_VERSION%%/site-packages/gnome/file.pyc -lib/%%PYTHON_VERSION%%/site-packages/gnome/file.pyo -lib/%%PYTHON_VERSION%%/site-packages/gnome/help.py -lib/%%PYTHON_VERSION%%/site-packages/gnome/help.pyc -lib/%%PYTHON_VERSION%%/site-packages/gnome/help.pyo -lib/%%PYTHON_VERSION%%/site-packages/gnome/history.py -lib/%%PYTHON_VERSION%%/site-packages/gnome/history.pyc -lib/%%PYTHON_VERSION%%/site-packages/gnome/history.pyo -lib/%%PYTHON_VERSION%%/site-packages/gnome/metadata.py -lib/%%PYTHON_VERSION%%/site-packages/gnome/metadata.pyc -lib/%%PYTHON_VERSION%%/site-packages/gnome/metadata.pyo -lib/%%PYTHON_VERSION%%/site-packages/gnome/mime.py -lib/%%PYTHON_VERSION%%/site-packages/gnome/mime.pyc -lib/%%PYTHON_VERSION%%/site-packages/gnome/mime.pyo -lib/%%PYTHON_VERSION%%/site-packages/gnome/score.py -lib/%%PYTHON_VERSION%%/site-packages/gnome/score.pyc -lib/%%PYTHON_VERSION%%/site-packages/gnome/score.pyo -lib/%%PYTHON_VERSION%%/site-packages/gnome/triggers.py -lib/%%PYTHON_VERSION%%/site-packages/gnome/triggers.pyc -lib/%%PYTHON_VERSION%%/site-packages/gnome/triggers.pyo -lib/%%PYTHON_VERSION%%/site-packages/gnome/ui.py -lib/%%PYTHON_VERSION%%/site-packages/gnome/ui.pyc -lib/%%PYTHON_VERSION%%/site-packages/gnome/ui.pyo -lib/%%PYTHON_VERSION%%/site-packages/gnome/uiconsts.py -lib/%%PYTHON_VERSION%%/site-packages/gnome/uiconsts.pyc -lib/%%PYTHON_VERSION%%/site-packages/gnome/uiconsts.pyo -lib/%%PYTHON_VERSION%%/site-packages/gnome/url.py -lib/%%PYTHON_VERSION%%/site-packages/gnome/url.pyc -lib/%%PYTHON_VERSION%%/site-packages/gnome/url.pyo -lib/%%PYTHON_VERSION%%/site-packages/gnome/util.py -lib/%%PYTHON_VERSION%%/site-packages/gnome/util.pyc -lib/%%PYTHON_VERSION%%/site-packages/gnome/util.pyo -lib/%%PYTHON_VERSION%%/site-packages/gnome/xmhtml.py -lib/%%PYTHON_VERSION%%/site-packages/gnome/xmhtml.pyc -lib/%%PYTHON_VERSION%%/site-packages/gnome/xmhtml.pyo -lib/%%PYTHON_VERSION%%/site-packages/gnome/zvt.py -lib/%%PYTHON_VERSION%%/site-packages/gnome/zvt.pyc -lib/%%PYTHON_VERSION%%/site-packages/gnome/zvt.pyo -share/examples/py-gnome/about.py -share/examples/py-gnome/bookmarks-applet.py -share/examples/py-gnome/calculator.py -share/examples/py-gnome/canvas-example.py -share/examples/py-gnome/canvas.py -share/examples/py-gnome/clock-applet.py -share/examples/py-gnome/colorpicker.py -share/examples/py-gnome/dial.py -share/examples/py-gnome/fifteen.py -share/examples/py-gnome/gtkhtml_demo.py -share/examples/py-gnome/html_demo.py -share/examples/py-gnome/stock_demo.py -share/examples/py-gnome/ted_demo.py -share/examples/py-gnome/uiinfo_demo.py -share/examples/py-gnome/zterm.py -@dirrm lib/%%PYTHON_VERSION%%/site-packages/gnome -@dirrm share/examples/py-gnome diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile deleted file mode 100644 index bfd04a556f91..000000000000 --- a/x11-toolkits/py-gtk2/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: py-gtk -# Date created: 09/14/1999 -# Whom: nectar@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= py-gtk -PORTVERSION= 0.6.6 -CATEGORIES= x11-toolkits python -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/gnome-python -DISTNAME= gnome-python-1.0.53 - -MAINTAINER= nectar@FreeBSD.org - -LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade - -WRKSRC= ${WRKDIR}/${DISTNAME}/pygtk - -USE_GMAKE= yes -USE_IMLIB= yes -USE_PYTHON= yes -USE_LIBTOOL= yes -CONFIGURE_ENV= PYTHON=${PYTHON_CMD} - -EG_SRC_DIR= ${WRKSRC}/examples -EG_DST_DIR= ${PREFIX}/share/examples/py-gtk - -.if !defined(NOPORTDOCS) -post-install: - ${MKDIR} ${EG_DST_DIR} - ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xvf - - ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR} - find ${EG_DST_DIR} -type d -print | xargs ${CHMOD} 0555 - find ${EG_DST_DIR} -type f -print | xargs ${CHMOD} 0444 - ${MKDIR} ${PREFIX}/share/doc/py-gtk - ${INSTALL_DATA} ${WRKSRC}/MAPPING ${PREFIX}/share/doc/py-gtk -.else -PLIST= ${WRKDIR}/PLIST.nodocs -pre-install: - ${RM} -f ${PLIST} - ${GREP} -E -v '^(@dirrm )?(share/examples/)|(share/doc/)' \ - ${PKGDIR}/pkg-plist > ${PLIST} -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/py-gtk2/distinfo b/x11-toolkits/py-gtk2/distinfo deleted file mode 100644 index 43387e5314c0..000000000000 --- a/x11-toolkits/py-gtk2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome-python-1.0.53.tar.gz) = 597535c5e25596fe6f7924bde2b6a912 diff --git a/x11-toolkits/py-gtk2/pkg-comment b/x11-toolkits/py-gtk2/pkg-comment deleted file mode 100644 index bbe813f51cac..000000000000 --- a/x11-toolkits/py-gtk2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A set of Python bindings for GTK diff --git a/x11-toolkits/py-gtk2/pkg-descr b/x11-toolkits/py-gtk2/pkg-descr deleted file mode 100644 index 20d9d60c6159..000000000000 --- a/x11-toolkits/py-gtk2/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Excerpt from the README: - - PyGTK - ===== - Author: James Henstridge <james@daa.com.au> - - This archive contains modules that allow you to use gtk in Python - programs. At present, it is a fairly complete set of bindings. - --- Jacques Vidrine <nectar@FreeBSD.ORG> diff --git a/x11-toolkits/py-gtk2/pkg-plist b/x11-toolkits/py-gtk2/pkg-plist deleted file mode 100644 index 0d4f663222cd..000000000000 --- a/x11-toolkits/py-gtk2/pkg-plist +++ /dev/null @@ -1,99 +0,0 @@ -include/pygtk/pygdkimlib.h -include/pygtk/pygtk.h -lib/%%PYTHON_VERSION%%/site-packages/GDK.py -lib/%%PYTHON_VERSION%%/site-packages/GDK.pyc -lib/%%PYTHON_VERSION%%/site-packages/GDK.pyo -lib/%%PYTHON_VERSION%%/site-packages/GTK.py -lib/%%PYTHON_VERSION%%/site-packages/GTK.pyc -lib/%%PYTHON_VERSION%%/site-packages/GTK.pyo -lib/%%PYTHON_VERSION%%/site-packages/GdkImlib.py -lib/%%PYTHON_VERSION%%/site-packages/GdkImlib.pyc -lib/%%PYTHON_VERSION%%/site-packages/GdkImlib.pyo -lib/%%PYTHON_VERSION%%/site-packages/GtkExtra.py -lib/%%PYTHON_VERSION%%/site-packages/GtkExtra.pyc -lib/%%PYTHON_VERSION%%/site-packages/GtkExtra.pyo -lib/%%PYTHON_VERSION%%/site-packages/Gtkinter.py -lib/%%PYTHON_VERSION%%/site-packages/Gtkinter.pyc -lib/%%PYTHON_VERSION%%/site-packages/Gtkinter.pyo -lib/%%PYTHON_VERSION%%/site-packages/_gdkimlibmodule.so -lib/%%PYTHON_VERSION%%/site-packages/_gtkmodule.so -lib/%%PYTHON_VERSION%%/site-packages/_libglademodule.so -lib/%%PYTHON_VERSION%%/site-packages/gtk.py -lib/%%PYTHON_VERSION%%/site-packages/gtk.pyc -lib/%%PYTHON_VERSION%%/site-packages/gtk.pyo -lib/%%PYTHON_VERSION%%/site-packages/libglade.py -lib/%%PYTHON_VERSION%%/site-packages/libglade.pyc -lib/%%PYTHON_VERSION%%/site-packages/libglade.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyglade/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/pyglade/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyglade/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyglade/build.py -lib/%%PYTHON_VERSION%%/site-packages/pyglade/build.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyglade/build.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyglade/style.py -lib/%%PYTHON_VERSION%%/site-packages/pyglade/style.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyglade/style.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyglade/xmlparse.py -lib/%%PYTHON_VERSION%%/site-packages/pyglade/xmlparse.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyglade/xmlparse.pyo -share/doc/py-gtk/MAPPING -share/examples/py-gtk/gl/README -share/examples/py-gtk/gl/cone.py -share/examples/py-gtk/gl/dots.py -share/examples/py-gtk/gl/gears.py -share/examples/py-gtk/glade/README -share/examples/py-gtk/glade/glade.py -share/examples/py-gtk/glade/test.glade -share/examples/py-gtk/glade/test2.glade -share/examples/py-gtk/ide/README -share/examples/py-gtk/ide/break.xpm -share/examples/py-gtk/ide/browse.py -share/examples/py-gtk/ide/continue.xpm -share/examples/py-gtk/ide/edit.py -share/examples/py-gtk/ide/edit.xpm -share/examples/py-gtk/ide/gtkcons.py -share/examples/py-gtk/ide/gtkdb.py -share/examples/py-gtk/ide/gtkprof.py -share/examples/py-gtk/ide/minibreak.xpm -share/examples/py-gtk/ide/next.xpm -share/examples/py-gtk/ide/pyide.py -share/examples/py-gtk/ide/quit.xpm -share/examples/py-gtk/ide/return.xpm -share/examples/py-gtk/ide/run.xpm -share/examples/py-gtk/ide/step.xpm -share/examples/py-gtk/imlib/view.py -share/examples/py-gtk/neil/README -share/examples/py-gtk/neil/TAppli.py -share/examples/py-gtk/neil/TAppli2.py -share/examples/py-gtk/neil/TAppli3.py -share/examples/py-gtk/neil/TAppli4.py -share/examples/py-gtk/neil/TAppli5.py -share/examples/py-gtk/neil/bomb.xpm -share/examples/py-gtk/neil/gtk-logo.xpm -share/examples/py-gtk/neil/notebook.py -share/examples/py-gtk/neil/question.xpm -share/examples/py-gtk/simple/README -share/examples/py-gtk/simple/dnd.py -share/examples/py-gtk/simple/dndpixmap.py -share/examples/py-gtk/simple/hello1.py -share/examples/py-gtk/simple/hello2.py -share/examples/py-gtk/simple/scribble.py -share/examples/py-gtk/simple/simple1.py -share/examples/py-gtk/simple/simple2.py -share/examples/py-gtk/simple/tooltip1.py -share/examples/py-gtk/simple/tooltip2.py -share/examples/py-gtk/testgtk/README -share/examples/py-gtk/testgtk/test.xpm -share/examples/py-gtk/testgtk/testgtk.py -share/examples/py-gtk/testgtk/testgtkrc -@dirrm share/examples/py-gtk/testgtk -@dirrm share/examples/py-gtk/simple -@dirrm share/examples/py-gtk/neil -@dirrm share/examples/py-gtk/imlib -@dirrm share/examples/py-gtk/ide -@dirrm share/examples/py-gtk/glade -@dirrm share/examples/py-gtk/gl -@dirrm share/examples/py-gtk -@dirrm share/doc/py-gtk -@dirrm lib/%%PYTHON_VERSION%%/site-packages/pyglade -@dirrm include/pygtk diff --git a/x11-toolkits/py-wxPython24/Makefile b/x11-toolkits/py-wxPython24/Makefile deleted file mode 100644 index 46dfb8695785..000000000000 --- a/x11-toolkits/py-wxPython24/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: wxPython -# Date created: September 18, 1999 -# Whom: nectar@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTNAME= py-wxPython -PORTVERSION= 2.2.1 -CATEGORIES= x11-toolkits python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= wxpython -DISTNAME= wxPython-${PORTVERSION} - -MAINTAINER= nectar@FreeBSD.ORG - -BUILD_DEPENDS= wx-config:${PORTSDIR}/x11-toolkits/wxgtk -LIB_DEPENDS= wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk - -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -USE_GMAKE= yes -USE_NEWGCC= yes -USE_PYTHON= yes -USE_GTK= yes -MAKE_ENV= "LN_S=${LN} -s" "INSTALL_DATA=${INSTALL_DATA}" -ALL_TARGET= default -INSTALL_TARGET= install-freebsd - -TARGETDIR= ${PREFIX}/lib/python1.5/site-packages/wxPython -TARGETDIR= ${PYTHON_SITELIBDIR}/wxPython -HELPERLIBDIR= ${PREFIX}/lib - -do-configure: - ${SED} -e "s:%CFLAGS%:${CFLAGS} `${GTK_CONFIG} --cflags`:" \ - -e "s:%LFLAGS%:`${GTK_CONFIG} --libs` -L${WRKSRC}:" \ - -e "s:%TARGETDIR%:${TARGETDIR}:" \ - -e "s:%HELPERLIBDIR%:${HELPERLIBDIR}:" \ - -e "s:%CXX%:${CXX}:" -e "s:%WRKSRC%:${WRKSRC}:" \ - ${FILESDIR}/build.local > ${WRKSRC}/../build.local - cd ${WRKSRC} && ../distrib/build.py - -.include <bsd.port.mk> diff --git a/x11-toolkits/py-wxPython24/distinfo b/x11-toolkits/py-wxPython24/distinfo deleted file mode 100644 index b2488a34e21f..000000000000 --- a/x11-toolkits/py-wxPython24/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (wxPython-2.2.1.tar.gz) = 48b39076d362e568b0c7cd49f613b2ee diff --git a/x11-toolkits/py-wxPython24/files/build.local b/x11-toolkits/py-wxPython24/files/build.local deleted file mode 100644 index fee3ead46473..000000000000 --- a/x11-toolkits/py-wxPython24/files/build.local +++ /dev/null @@ -1,18 +0,0 @@ -WXPSRCDIR = "%WRKSRC%" -CCC = "%CXX%" -OTHERCFLAGS = "%CFLAGS%" -OTHERLFLAGS = "%LFLAGS%" -TARGETDIR = "%TARGETDIR%" -HELPERLIBDIR= "%HELPERLIBDIR%" -OTHERLIBS = "-lgcc" -OTHERRULES = OTHERRULES + r""" - -install-freebsd: $(TARGETDIR) $(TARGETDIR)/$(TARGET) pycfiles \ - installLib installDemo lib$(HELPERLIB)$(SO) - $(INSTALL_DATA) lib$(HELPERLIB)$(SO) \ - $(HELPERLIBDIR)/lib$(HELPERLIB)$(SO).1 - cd $(HELPERLIBDIR) && rm -f lib$(HELPERLIB)$(SO) - cd $(HELPERLIBDIR) && ${LN_S} lib$(HELPERLIB)$(SO).1 \ - lib$(HELPERLIB)$(SO) - -""" diff --git a/x11-toolkits/py-wxPython24/pkg-comment b/x11-toolkits/py-wxPython24/pkg-comment deleted file mode 100644 index 3afec5d3c22b..000000000000 --- a/x11-toolkits/py-wxPython24/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Python bindings for the wxWindows/GTK GUI toolkit diff --git a/x11-toolkits/py-wxPython24/pkg-descr b/x11-toolkits/py-wxPython24/pkg-descr deleted file mode 100644 index 7b577eb6349f..000000000000 --- a/x11-toolkits/py-wxPython24/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -From the home page: - wxPython is a GUI toolkit for the Python programming language. It allows - Python programmers to create programs with a robust, highly functional - graphical user interface, simply and easily. It is implemented as a Python - extension module (native code) that wraps the popular wxWindows cross- - platform GUI library, which is written in C++. - - wxPython is a cross-platform toolkit. This means that the same program - will run on multiple platforms without modification. Currently supported - platforms are Microsoft Windows, and most Unix or unix-like systems. - -WWW: http://www.wxpython.org/ diff --git a/x11-toolkits/py-wxPython24/pkg-plist b/x11-toolkits/py-wxPython24/pkg-plist deleted file mode 100644 index ba5ccfce517f..000000000000 --- a/x11-toolkits/py-wxPython24/pkg-plist +++ /dev/null @@ -1,484 +0,0 @@ -lib/libwxPyHelpers.so -lib/libwxPyHelpers.so.1 -lib/%%PYTHON_VERSION%%/site-packages/wxPython/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/__version__.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/__version__.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/__version__.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/calendar.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/calendar.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/calendar.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/clip_dnd.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/clip_dnd.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/clip_dnd.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/cmndlgs.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/cmndlgs.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/cmndlgs.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/controls.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/controls.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/controls.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/controls2.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/controls2.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/controls2.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/About.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/About.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/About.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ActiveXWrapper_Acrobat.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ActiveXWrapper_Acrobat.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ActiveXWrapper_Acrobat.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ActiveXWrapper_IE.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ActiveXWrapper_IE.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ActiveXWrapper_IE.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ColorPanel.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ColorPanel.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ColorPanel.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/CustomDragAndDrop.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/CustomDragAndDrop.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/CustomDragAndDrop.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/DialogUnits.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/DialogUnits.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/DialogUnits.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/DragAndDrop.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/DragAndDrop.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/DragAndDrop.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/FileBrowseButton.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/FileBrowseButton.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/FileBrowseButton.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/FontEnumerator.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/FontEnumerator.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/FontEnumerator.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GenericButtons.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GenericButtons.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GenericButtons.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridCustTable.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridCustTable.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridCustTable.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridEnterHandler.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridEnterHandler.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridEnterHandler.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridHugeTable.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridHugeTable.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridHugeTable.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridSimple.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridSimple.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridSimple.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridStdEdRend.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridStdEdRend.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridStdEdRend.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Layoutf.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Layoutf.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Layoutf.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/MDIDemo.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/MDIDemo.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/MDIDemo.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Main.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Main.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Main.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/OldSizers.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/OldSizers.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/OldSizers.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PrintFramework.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PrintFramework.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PrintFramework.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PyShell.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PyShell.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PyShell.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PyShellWindow.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PyShellWindow.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PyShellWindow.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PythonEvents.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PythonEvents.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PythonEvents.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/README.txt -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Sizers.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Sizers.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Sizers.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/SlashDot.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/SlashDot.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/SlashDot.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Threads.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Threads.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Threads.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/XMLtreeview.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/XMLtreeview.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/XMLtreeview.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/01c.gif -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/10s.gif -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/12h.gif -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/13d.gif -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/Calend.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/DbDec.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/DbInc.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/Dec.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/Inc.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/Pt.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/backgrnd.png -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/copy.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/image.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/image.gif -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/image.jpg -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/image.png -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/lb1.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/lb2.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/mondrian.ico -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/new.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/open.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/paste.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/smiles.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/smiles.ico -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/splash.gif -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/test2.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/test_image.png -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/test_mask.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/tog1.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/tog2.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/grid.i -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/imagemap.htm -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/imagemap.png -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/pic.png -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/pic2.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/showTips -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/stc.h -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/tables.htm -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/test.htm -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/tips.txt -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/widgetTest.htm -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/demo.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/demo.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/demo.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/demoMainLoop.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/demoMainLoop.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/demoMainLoop.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/hangman.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/hangman.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/hangman.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/paper.xml -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/pyTree.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/pyTree.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/pyTree.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/quotes.xml -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/redemo.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/redemo.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/redemo.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/run.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/run.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/run.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/viewer.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/viewer.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/viewer.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/viewer_basics.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/viewer_basics.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/viewer_basics.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/widgetTest.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/widgetTest.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/widgetTest.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxButton.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxButton.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxButton.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCalendar.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCalendar.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCalendar.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCalendarCtrl.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCalendarCtrl.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCalendarCtrl.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCheckBox.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCheckBox.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCheckBox.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCheckListBox.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCheckListBox.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCheckListBox.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxChoice.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxChoice.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxChoice.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxColourDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxColourDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxColourDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxComboBox.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxComboBox.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxComboBox.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDirDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDirDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDirDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDragImage.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDragImage.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDragImage.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxEditor.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxEditor.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxEditor.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFileDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFileDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFileDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFloatBar.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFloatBar.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFloatBar.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFontDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFontDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFontDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFrame.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFrame.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFrame.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGLCanvas.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGLCanvas.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGLCanvas.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGauge.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGauge.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGauge.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGrid.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGrid.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGrid.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxHtmlWindow.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxHtmlWindow.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxHtmlWindow.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxImage.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxImage.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxImage.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxLayoutConstraints.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxLayoutConstraints.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxLayoutConstraints.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxListBox.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxListBox.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxListBox.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxListCtrl.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxListCtrl.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxListCtrl.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMVCTree.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMVCTree.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMVCTree.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMask.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMask.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMask.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMessageDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMessageDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMessageDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMiniFrame.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMiniFrame.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMiniFrame.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMultipleChoiceDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMultipleChoiceDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMultipleChoiceDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxNotebook.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxNotebook.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxNotebook.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxOGL.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxOGL.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxOGL.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPageSetupDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPageSetupDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPageSetupDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPlotCanvas.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPlotCanvas.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPlotCanvas.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPrintDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPrintDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPrintDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxProgressDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxProgressDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxProgressDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxRadioBox.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxRadioBox.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxRadioBox.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSashWindow.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSashWindow.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSashWindow.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxScrolledMessageDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxScrolledMessageDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxScrolledMessageDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxScrolledWindow.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxScrolledWindow.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxScrolledWindow.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSingleChoiceDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSingleChoiceDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSingleChoiceDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSlider.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSlider.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSlider.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSpinButton.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSpinButton.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSpinButton.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSpinCtrl.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSpinCtrl.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSpinCtrl.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSplitterWindow.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSplitterWindow.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSplitterWindow.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStaticBitmap.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStaticBitmap.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStaticBitmap.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStaticText.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStaticText.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStaticText.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStatusBar.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStatusBar.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStatusBar.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStyledTextCtrl_1.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStyledTextCtrl_1.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStyledTextCtrl_1.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStyledTextCtrl_2.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStyledTextCtrl_2.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStyledTextCtrl_2.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTextCtrl.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTextCtrl.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTextCtrl.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTextEntryDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTextEntryDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTextEntryDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTimer.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTimer.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTimer.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxToolBar.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxToolBar.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxToolBar.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTreeCtrl.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTreeCtrl.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTreeCtrl.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxVTKRenderWindow.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxVTKRenderWindow.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxVTKRenderWindow.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxValidator.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxValidator.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxValidator.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/events.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/events.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/events.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/frames.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/frames.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/frames.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/gdi.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/gdi.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/gdi.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/grid.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/grid.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/grid.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/html.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/html.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/html.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/htmlhelp.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/htmlhelp.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/htmlhelp.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/image.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/image.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/image.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/CDate.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/CDate.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/CDate.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/activexwrapper.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/activexwrapper.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/activexwrapper.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/buttons.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/buttons.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/buttons.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/calendar.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/calendar.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/calendar.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/dialogs.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/dialogs.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/dialogs.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/README.txt -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/editor.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/editor.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/editor.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/py_editor.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/py_editor.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/py_editor.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/tokenizer.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/tokenizer.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/tokenizer.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/filebrowsebutton.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/filebrowsebutton.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/filebrowsebutton.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/floatbar.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/floatbar.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/floatbar.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/grids.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/grids.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/grids.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/layoutf.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/layoutf.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/layoutf.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/mvctree.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/mvctree.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/mvctree.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/pyshell.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/pyshell.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/pyshell.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/shell.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/shell.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/shell.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/border.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/border.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/border.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/box.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/box.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/box.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/shape.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/shape.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/shape.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/sizer.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/sizer.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/sizer.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/splashscreen.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/splashscreen.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/splashscreen.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/vtk.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/vtk.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/vtk.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/wxPlotCanvas.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/wxPlotCanvas.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/wxPlotCanvas.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/wxpTag.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/wxpTag.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/wxpTag.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/mdi.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/mdi.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/mdi.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/misc.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/misc.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/misc.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/misc2.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/misc2.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/misc2.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/printfw.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/printfw.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/printfw.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/sizers.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/sizers.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/sizers.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/stattool.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/stattool.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/stattool.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/utils.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/utils.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/utils.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows2.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows2.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows2.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows3.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows3.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows3.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/wx.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/wx.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/wx.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/wxcmodule.so -@dirrm lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps -@dirrm lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data -@dirrm lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo -@dirrm lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor -@dirrm lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers -@dirrm lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib -@dirrm lib/%%PYTHON_VERSION%%/site-packages/wxPython diff --git a/x11-toolkits/py-wxPython26/Makefile b/x11-toolkits/py-wxPython26/Makefile deleted file mode 100644 index 46dfb8695785..000000000000 --- a/x11-toolkits/py-wxPython26/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: wxPython -# Date created: September 18, 1999 -# Whom: nectar@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTNAME= py-wxPython -PORTVERSION= 2.2.1 -CATEGORIES= x11-toolkits python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= wxpython -DISTNAME= wxPython-${PORTVERSION} - -MAINTAINER= nectar@FreeBSD.ORG - -BUILD_DEPENDS= wx-config:${PORTSDIR}/x11-toolkits/wxgtk -LIB_DEPENDS= wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk - -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -USE_GMAKE= yes -USE_NEWGCC= yes -USE_PYTHON= yes -USE_GTK= yes -MAKE_ENV= "LN_S=${LN} -s" "INSTALL_DATA=${INSTALL_DATA}" -ALL_TARGET= default -INSTALL_TARGET= install-freebsd - -TARGETDIR= ${PREFIX}/lib/python1.5/site-packages/wxPython -TARGETDIR= ${PYTHON_SITELIBDIR}/wxPython -HELPERLIBDIR= ${PREFIX}/lib - -do-configure: - ${SED} -e "s:%CFLAGS%:${CFLAGS} `${GTK_CONFIG} --cflags`:" \ - -e "s:%LFLAGS%:`${GTK_CONFIG} --libs` -L${WRKSRC}:" \ - -e "s:%TARGETDIR%:${TARGETDIR}:" \ - -e "s:%HELPERLIBDIR%:${HELPERLIBDIR}:" \ - -e "s:%CXX%:${CXX}:" -e "s:%WRKSRC%:${WRKSRC}:" \ - ${FILESDIR}/build.local > ${WRKSRC}/../build.local - cd ${WRKSRC} && ../distrib/build.py - -.include <bsd.port.mk> diff --git a/x11-toolkits/py-wxPython26/distinfo b/x11-toolkits/py-wxPython26/distinfo deleted file mode 100644 index b2488a34e21f..000000000000 --- a/x11-toolkits/py-wxPython26/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (wxPython-2.2.1.tar.gz) = 48b39076d362e568b0c7cd49f613b2ee diff --git a/x11-toolkits/py-wxPython26/files/build.local b/x11-toolkits/py-wxPython26/files/build.local deleted file mode 100644 index fee3ead46473..000000000000 --- a/x11-toolkits/py-wxPython26/files/build.local +++ /dev/null @@ -1,18 +0,0 @@ -WXPSRCDIR = "%WRKSRC%" -CCC = "%CXX%" -OTHERCFLAGS = "%CFLAGS%" -OTHERLFLAGS = "%LFLAGS%" -TARGETDIR = "%TARGETDIR%" -HELPERLIBDIR= "%HELPERLIBDIR%" -OTHERLIBS = "-lgcc" -OTHERRULES = OTHERRULES + r""" - -install-freebsd: $(TARGETDIR) $(TARGETDIR)/$(TARGET) pycfiles \ - installLib installDemo lib$(HELPERLIB)$(SO) - $(INSTALL_DATA) lib$(HELPERLIB)$(SO) \ - $(HELPERLIBDIR)/lib$(HELPERLIB)$(SO).1 - cd $(HELPERLIBDIR) && rm -f lib$(HELPERLIB)$(SO) - cd $(HELPERLIBDIR) && ${LN_S} lib$(HELPERLIB)$(SO).1 \ - lib$(HELPERLIB)$(SO) - -""" diff --git a/x11-toolkits/py-wxPython26/pkg-comment b/x11-toolkits/py-wxPython26/pkg-comment deleted file mode 100644 index 3afec5d3c22b..000000000000 --- a/x11-toolkits/py-wxPython26/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Python bindings for the wxWindows/GTK GUI toolkit diff --git a/x11-toolkits/py-wxPython26/pkg-descr b/x11-toolkits/py-wxPython26/pkg-descr deleted file mode 100644 index 7b577eb6349f..000000000000 --- a/x11-toolkits/py-wxPython26/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -From the home page: - wxPython is a GUI toolkit for the Python programming language. It allows - Python programmers to create programs with a robust, highly functional - graphical user interface, simply and easily. It is implemented as a Python - extension module (native code) that wraps the popular wxWindows cross- - platform GUI library, which is written in C++. - - wxPython is a cross-platform toolkit. This means that the same program - will run on multiple platforms without modification. Currently supported - platforms are Microsoft Windows, and most Unix or unix-like systems. - -WWW: http://www.wxpython.org/ diff --git a/x11-toolkits/py-wxPython26/pkg-plist b/x11-toolkits/py-wxPython26/pkg-plist deleted file mode 100644 index ba5ccfce517f..000000000000 --- a/x11-toolkits/py-wxPython26/pkg-plist +++ /dev/null @@ -1,484 +0,0 @@ -lib/libwxPyHelpers.so -lib/libwxPyHelpers.so.1 -lib/%%PYTHON_VERSION%%/site-packages/wxPython/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/__version__.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/__version__.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/__version__.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/calendar.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/calendar.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/calendar.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/clip_dnd.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/clip_dnd.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/clip_dnd.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/cmndlgs.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/cmndlgs.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/cmndlgs.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/controls.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/controls.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/controls.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/controls2.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/controls2.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/controls2.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/About.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/About.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/About.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ActiveXWrapper_Acrobat.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ActiveXWrapper_Acrobat.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ActiveXWrapper_Acrobat.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ActiveXWrapper_IE.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ActiveXWrapper_IE.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ActiveXWrapper_IE.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ColorPanel.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ColorPanel.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ColorPanel.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/CustomDragAndDrop.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/CustomDragAndDrop.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/CustomDragAndDrop.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/DialogUnits.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/DialogUnits.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/DialogUnits.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/DragAndDrop.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/DragAndDrop.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/DragAndDrop.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/FileBrowseButton.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/FileBrowseButton.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/FileBrowseButton.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/FontEnumerator.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/FontEnumerator.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/FontEnumerator.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GenericButtons.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GenericButtons.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GenericButtons.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridCustTable.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridCustTable.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridCustTable.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridEnterHandler.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridEnterHandler.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridEnterHandler.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridHugeTable.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridHugeTable.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridHugeTable.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridSimple.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridSimple.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridSimple.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridStdEdRend.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridStdEdRend.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridStdEdRend.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Layoutf.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Layoutf.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Layoutf.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/MDIDemo.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/MDIDemo.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/MDIDemo.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Main.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Main.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Main.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/OldSizers.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/OldSizers.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/OldSizers.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PrintFramework.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PrintFramework.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PrintFramework.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PyShell.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PyShell.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PyShell.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PyShellWindow.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PyShellWindow.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PyShellWindow.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PythonEvents.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PythonEvents.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PythonEvents.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/README.txt -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Sizers.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Sizers.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Sizers.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/SlashDot.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/SlashDot.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/SlashDot.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Threads.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Threads.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Threads.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/XMLtreeview.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/XMLtreeview.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/XMLtreeview.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/01c.gif -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/10s.gif -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/12h.gif -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/13d.gif -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/Calend.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/DbDec.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/DbInc.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/Dec.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/Inc.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/Pt.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/backgrnd.png -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/copy.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/image.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/image.gif -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/image.jpg -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/image.png -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/lb1.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/lb2.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/mondrian.ico -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/new.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/open.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/paste.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/smiles.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/smiles.ico -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/splash.gif -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/test2.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/test_image.png -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/test_mask.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/tog1.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/tog2.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/grid.i -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/imagemap.htm -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/imagemap.png -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/pic.png -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/pic2.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/showTips -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/stc.h -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/tables.htm -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/test.htm -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/tips.txt -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/widgetTest.htm -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/demo.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/demo.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/demo.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/demoMainLoop.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/demoMainLoop.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/demoMainLoop.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/hangman.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/hangman.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/hangman.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/paper.xml -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/pyTree.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/pyTree.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/pyTree.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/quotes.xml -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/redemo.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/redemo.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/redemo.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/run.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/run.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/run.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/viewer.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/viewer.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/viewer.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/viewer_basics.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/viewer_basics.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/viewer_basics.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/widgetTest.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/widgetTest.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/widgetTest.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxButton.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxButton.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxButton.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCalendar.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCalendar.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCalendar.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCalendarCtrl.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCalendarCtrl.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCalendarCtrl.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCheckBox.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCheckBox.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCheckBox.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCheckListBox.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCheckListBox.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCheckListBox.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxChoice.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxChoice.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxChoice.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxColourDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxColourDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxColourDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxComboBox.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxComboBox.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxComboBox.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDirDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDirDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDirDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDragImage.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDragImage.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDragImage.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxEditor.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxEditor.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxEditor.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFileDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFileDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFileDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFloatBar.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFloatBar.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFloatBar.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFontDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFontDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFontDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFrame.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFrame.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFrame.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGLCanvas.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGLCanvas.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGLCanvas.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGauge.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGauge.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGauge.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGrid.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGrid.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGrid.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxHtmlWindow.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxHtmlWindow.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxHtmlWindow.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxImage.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxImage.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxImage.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxLayoutConstraints.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxLayoutConstraints.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxLayoutConstraints.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxListBox.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxListBox.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxListBox.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxListCtrl.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxListCtrl.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxListCtrl.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMVCTree.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMVCTree.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMVCTree.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMask.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMask.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMask.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMessageDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMessageDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMessageDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMiniFrame.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMiniFrame.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMiniFrame.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMultipleChoiceDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMultipleChoiceDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMultipleChoiceDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxNotebook.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxNotebook.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxNotebook.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxOGL.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxOGL.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxOGL.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPageSetupDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPageSetupDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPageSetupDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPlotCanvas.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPlotCanvas.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPlotCanvas.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPrintDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPrintDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPrintDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxProgressDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxProgressDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxProgressDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxRadioBox.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxRadioBox.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxRadioBox.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSashWindow.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSashWindow.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSashWindow.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxScrolledMessageDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxScrolledMessageDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxScrolledMessageDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxScrolledWindow.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxScrolledWindow.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxScrolledWindow.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSingleChoiceDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSingleChoiceDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSingleChoiceDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSlider.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSlider.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSlider.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSpinButton.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSpinButton.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSpinButton.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSpinCtrl.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSpinCtrl.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSpinCtrl.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSplitterWindow.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSplitterWindow.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSplitterWindow.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStaticBitmap.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStaticBitmap.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStaticBitmap.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStaticText.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStaticText.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStaticText.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStatusBar.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStatusBar.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStatusBar.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStyledTextCtrl_1.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStyledTextCtrl_1.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStyledTextCtrl_1.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStyledTextCtrl_2.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStyledTextCtrl_2.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStyledTextCtrl_2.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTextCtrl.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTextCtrl.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTextCtrl.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTextEntryDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTextEntryDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTextEntryDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTimer.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTimer.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTimer.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxToolBar.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxToolBar.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxToolBar.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTreeCtrl.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTreeCtrl.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTreeCtrl.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxVTKRenderWindow.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxVTKRenderWindow.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxVTKRenderWindow.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxValidator.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxValidator.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxValidator.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/events.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/events.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/events.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/frames.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/frames.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/frames.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/gdi.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/gdi.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/gdi.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/grid.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/grid.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/grid.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/html.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/html.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/html.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/htmlhelp.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/htmlhelp.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/htmlhelp.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/image.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/image.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/image.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/CDate.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/CDate.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/CDate.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/activexwrapper.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/activexwrapper.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/activexwrapper.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/buttons.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/buttons.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/buttons.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/calendar.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/calendar.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/calendar.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/dialogs.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/dialogs.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/dialogs.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/README.txt -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/editor.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/editor.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/editor.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/py_editor.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/py_editor.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/py_editor.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/tokenizer.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/tokenizer.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/tokenizer.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/filebrowsebutton.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/filebrowsebutton.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/filebrowsebutton.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/floatbar.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/floatbar.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/floatbar.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/grids.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/grids.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/grids.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/layoutf.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/layoutf.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/layoutf.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/mvctree.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/mvctree.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/mvctree.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/pyshell.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/pyshell.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/pyshell.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/shell.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/shell.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/shell.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/border.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/border.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/border.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/box.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/box.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/box.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/shape.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/shape.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/shape.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/sizer.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/sizer.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/sizer.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/splashscreen.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/splashscreen.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/splashscreen.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/vtk.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/vtk.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/vtk.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/wxPlotCanvas.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/wxPlotCanvas.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/wxPlotCanvas.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/wxpTag.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/wxpTag.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/wxpTag.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/mdi.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/mdi.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/mdi.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/misc.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/misc.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/misc.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/misc2.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/misc2.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/misc2.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/printfw.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/printfw.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/printfw.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/sizers.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/sizers.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/sizers.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/stattool.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/stattool.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/stattool.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/utils.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/utils.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/utils.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows2.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows2.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows2.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows3.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows3.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows3.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/wx.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/wx.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/wx.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/wxcmodule.so -@dirrm lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps -@dirrm lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data -@dirrm lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo -@dirrm lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor -@dirrm lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers -@dirrm lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib -@dirrm lib/%%PYTHON_VERSION%%/site-packages/wxPython diff --git a/x11-toolkits/py-wxPython28/Makefile b/x11-toolkits/py-wxPython28/Makefile deleted file mode 100644 index 46dfb8695785..000000000000 --- a/x11-toolkits/py-wxPython28/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: wxPython -# Date created: September 18, 1999 -# Whom: nectar@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTNAME= py-wxPython -PORTVERSION= 2.2.1 -CATEGORIES= x11-toolkits python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= wxpython -DISTNAME= wxPython-${PORTVERSION} - -MAINTAINER= nectar@FreeBSD.ORG - -BUILD_DEPENDS= wx-config:${PORTSDIR}/x11-toolkits/wxgtk -LIB_DEPENDS= wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk - -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -USE_GMAKE= yes -USE_NEWGCC= yes -USE_PYTHON= yes -USE_GTK= yes -MAKE_ENV= "LN_S=${LN} -s" "INSTALL_DATA=${INSTALL_DATA}" -ALL_TARGET= default -INSTALL_TARGET= install-freebsd - -TARGETDIR= ${PREFIX}/lib/python1.5/site-packages/wxPython -TARGETDIR= ${PYTHON_SITELIBDIR}/wxPython -HELPERLIBDIR= ${PREFIX}/lib - -do-configure: - ${SED} -e "s:%CFLAGS%:${CFLAGS} `${GTK_CONFIG} --cflags`:" \ - -e "s:%LFLAGS%:`${GTK_CONFIG} --libs` -L${WRKSRC}:" \ - -e "s:%TARGETDIR%:${TARGETDIR}:" \ - -e "s:%HELPERLIBDIR%:${HELPERLIBDIR}:" \ - -e "s:%CXX%:${CXX}:" -e "s:%WRKSRC%:${WRKSRC}:" \ - ${FILESDIR}/build.local > ${WRKSRC}/../build.local - cd ${WRKSRC} && ../distrib/build.py - -.include <bsd.port.mk> diff --git a/x11-toolkits/py-wxPython28/distinfo b/x11-toolkits/py-wxPython28/distinfo deleted file mode 100644 index b2488a34e21f..000000000000 --- a/x11-toolkits/py-wxPython28/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (wxPython-2.2.1.tar.gz) = 48b39076d362e568b0c7cd49f613b2ee diff --git a/x11-toolkits/py-wxPython28/files/build.local b/x11-toolkits/py-wxPython28/files/build.local deleted file mode 100644 index fee3ead46473..000000000000 --- a/x11-toolkits/py-wxPython28/files/build.local +++ /dev/null @@ -1,18 +0,0 @@ -WXPSRCDIR = "%WRKSRC%" -CCC = "%CXX%" -OTHERCFLAGS = "%CFLAGS%" -OTHERLFLAGS = "%LFLAGS%" -TARGETDIR = "%TARGETDIR%" -HELPERLIBDIR= "%HELPERLIBDIR%" -OTHERLIBS = "-lgcc" -OTHERRULES = OTHERRULES + r""" - -install-freebsd: $(TARGETDIR) $(TARGETDIR)/$(TARGET) pycfiles \ - installLib installDemo lib$(HELPERLIB)$(SO) - $(INSTALL_DATA) lib$(HELPERLIB)$(SO) \ - $(HELPERLIBDIR)/lib$(HELPERLIB)$(SO).1 - cd $(HELPERLIBDIR) && rm -f lib$(HELPERLIB)$(SO) - cd $(HELPERLIBDIR) && ${LN_S} lib$(HELPERLIB)$(SO).1 \ - lib$(HELPERLIB)$(SO) - -""" diff --git a/x11-toolkits/py-wxPython28/pkg-comment b/x11-toolkits/py-wxPython28/pkg-comment deleted file mode 100644 index 3afec5d3c22b..000000000000 --- a/x11-toolkits/py-wxPython28/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Python bindings for the wxWindows/GTK GUI toolkit diff --git a/x11-toolkits/py-wxPython28/pkg-descr b/x11-toolkits/py-wxPython28/pkg-descr deleted file mode 100644 index 7b577eb6349f..000000000000 --- a/x11-toolkits/py-wxPython28/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -From the home page: - wxPython is a GUI toolkit for the Python programming language. It allows - Python programmers to create programs with a robust, highly functional - graphical user interface, simply and easily. It is implemented as a Python - extension module (native code) that wraps the popular wxWindows cross- - platform GUI library, which is written in C++. - - wxPython is a cross-platform toolkit. This means that the same program - will run on multiple platforms without modification. Currently supported - platforms are Microsoft Windows, and most Unix or unix-like systems. - -WWW: http://www.wxpython.org/ diff --git a/x11-toolkits/py-wxPython28/pkg-plist b/x11-toolkits/py-wxPython28/pkg-plist deleted file mode 100644 index ba5ccfce517f..000000000000 --- a/x11-toolkits/py-wxPython28/pkg-plist +++ /dev/null @@ -1,484 +0,0 @@ -lib/libwxPyHelpers.so -lib/libwxPyHelpers.so.1 -lib/%%PYTHON_VERSION%%/site-packages/wxPython/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/__version__.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/__version__.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/__version__.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/calendar.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/calendar.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/calendar.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/clip_dnd.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/clip_dnd.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/clip_dnd.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/cmndlgs.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/cmndlgs.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/cmndlgs.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/controls.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/controls.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/controls.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/controls2.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/controls2.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/controls2.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/About.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/About.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/About.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ActiveXWrapper_Acrobat.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ActiveXWrapper_Acrobat.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ActiveXWrapper_Acrobat.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ActiveXWrapper_IE.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ActiveXWrapper_IE.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ActiveXWrapper_IE.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ColorPanel.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ColorPanel.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/ColorPanel.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/CustomDragAndDrop.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/CustomDragAndDrop.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/CustomDragAndDrop.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/DialogUnits.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/DialogUnits.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/DialogUnits.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/DragAndDrop.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/DragAndDrop.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/DragAndDrop.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/FileBrowseButton.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/FileBrowseButton.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/FileBrowseButton.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/FontEnumerator.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/FontEnumerator.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/FontEnumerator.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GenericButtons.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GenericButtons.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GenericButtons.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridCustTable.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridCustTable.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridCustTable.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridEnterHandler.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridEnterHandler.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridEnterHandler.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridHugeTable.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridHugeTable.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridHugeTable.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridSimple.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridSimple.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridSimple.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridStdEdRend.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridStdEdRend.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/GridStdEdRend.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Layoutf.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Layoutf.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Layoutf.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/MDIDemo.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/MDIDemo.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/MDIDemo.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Main.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Main.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Main.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/OldSizers.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/OldSizers.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/OldSizers.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PrintFramework.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PrintFramework.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PrintFramework.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PyShell.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PyShell.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PyShell.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PyShellWindow.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PyShellWindow.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PyShellWindow.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PythonEvents.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PythonEvents.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/PythonEvents.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/README.txt -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Sizers.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Sizers.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Sizers.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/SlashDot.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/SlashDot.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/SlashDot.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Threads.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Threads.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/Threads.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/XMLtreeview.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/XMLtreeview.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/XMLtreeview.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/01c.gif -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/10s.gif -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/12h.gif -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/13d.gif -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/Calend.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/DbDec.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/DbInc.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/Dec.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/Inc.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/Pt.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/backgrnd.png -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/copy.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/image.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/image.gif -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/image.jpg -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/image.png -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/lb1.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/lb2.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/mondrian.ico -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/new.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/open.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/paste.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/smiles.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/smiles.ico -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/splash.gif -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/test2.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/test_image.png -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/test_mask.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/tog1.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps/tog2.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/grid.i -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/imagemap.htm -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/imagemap.png -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/pic.png -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/pic2.bmp -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/showTips -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/stc.h -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/tables.htm -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/test.htm -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/tips.txt -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data/widgetTest.htm -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/demo.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/demo.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/demo.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/demoMainLoop.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/demoMainLoop.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/demoMainLoop.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/hangman.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/hangman.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/hangman.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/paper.xml -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/pyTree.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/pyTree.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/pyTree.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/quotes.xml -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/redemo.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/redemo.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/redemo.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/run.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/run.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/run.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/viewer.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/viewer.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/viewer.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/viewer_basics.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/viewer_basics.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/viewer_basics.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/widgetTest.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/widgetTest.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/widgetTest.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxButton.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxButton.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxButton.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCalendar.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCalendar.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCalendar.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCalendarCtrl.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCalendarCtrl.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCalendarCtrl.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCheckBox.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCheckBox.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCheckBox.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCheckListBox.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCheckListBox.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxCheckListBox.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxChoice.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxChoice.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxChoice.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxColourDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxColourDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxColourDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxComboBox.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxComboBox.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxComboBox.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDirDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDirDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDirDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDragImage.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDragImage.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxDragImage.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxEditor.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxEditor.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxEditor.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFileDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFileDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFileDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFloatBar.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFloatBar.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFloatBar.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFontDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFontDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFontDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFrame.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFrame.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxFrame.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGLCanvas.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGLCanvas.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGLCanvas.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGauge.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGauge.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGauge.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGrid.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGrid.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxGrid.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxHtmlWindow.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxHtmlWindow.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxHtmlWindow.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxImage.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxImage.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxImage.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxLayoutConstraints.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxLayoutConstraints.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxLayoutConstraints.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxListBox.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxListBox.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxListBox.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxListCtrl.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxListCtrl.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxListCtrl.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMVCTree.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMVCTree.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMVCTree.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMask.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMask.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMask.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMessageDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMessageDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMessageDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMiniFrame.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMiniFrame.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMiniFrame.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMultipleChoiceDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMultipleChoiceDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxMultipleChoiceDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxNotebook.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxNotebook.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxNotebook.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxOGL.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxOGL.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxOGL.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPageSetupDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPageSetupDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPageSetupDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPlotCanvas.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPlotCanvas.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPlotCanvas.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPrintDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPrintDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxPrintDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxProgressDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxProgressDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxProgressDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxRadioBox.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxRadioBox.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxRadioBox.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSashWindow.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSashWindow.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSashWindow.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxScrolledMessageDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxScrolledMessageDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxScrolledMessageDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxScrolledWindow.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxScrolledWindow.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxScrolledWindow.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSingleChoiceDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSingleChoiceDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSingleChoiceDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSlider.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSlider.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSlider.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSpinButton.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSpinButton.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSpinButton.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSpinCtrl.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSpinCtrl.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSpinCtrl.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSplitterWindow.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSplitterWindow.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxSplitterWindow.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStaticBitmap.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStaticBitmap.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStaticBitmap.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStaticText.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStaticText.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStaticText.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStatusBar.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStatusBar.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStatusBar.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStyledTextCtrl_1.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStyledTextCtrl_1.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStyledTextCtrl_1.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStyledTextCtrl_2.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStyledTextCtrl_2.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxStyledTextCtrl_2.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTextCtrl.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTextCtrl.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTextCtrl.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTextEntryDialog.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTextEntryDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTextEntryDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTimer.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTimer.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTimer.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxToolBar.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxToolBar.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxToolBar.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTreeCtrl.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTreeCtrl.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxTreeCtrl.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxVTKRenderWindow.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxVTKRenderWindow.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxVTKRenderWindow.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxValidator.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxValidator.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/wxValidator.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/events.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/events.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/events.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/frames.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/frames.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/frames.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/gdi.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/gdi.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/gdi.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/grid.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/grid.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/grid.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/html.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/html.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/html.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/htmlhelp.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/htmlhelp.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/htmlhelp.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/image.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/image.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/image.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/CDate.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/CDate.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/CDate.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/activexwrapper.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/activexwrapper.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/activexwrapper.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/buttons.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/buttons.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/buttons.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/calendar.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/calendar.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/calendar.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/dialogs.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/dialogs.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/dialogs.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/README.txt -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/editor.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/editor.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/editor.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/py_editor.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/py_editor.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/py_editor.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/tokenizer.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/tokenizer.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor/tokenizer.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/filebrowsebutton.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/filebrowsebutton.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/filebrowsebutton.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/floatbar.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/floatbar.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/floatbar.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/grids.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/grids.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/grids.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/layoutf.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/layoutf.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/layoutf.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/mvctree.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/mvctree.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/mvctree.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/pyshell.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/pyshell.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/pyshell.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/shell.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/shell.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/shell.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/border.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/border.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/border.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/box.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/box.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/box.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/shape.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/shape.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/shape.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/sizer.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/sizer.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers/sizer.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/splashscreen.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/splashscreen.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/splashscreen.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/vtk.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/vtk.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/vtk.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/wxPlotCanvas.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/wxPlotCanvas.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/wxPlotCanvas.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/wxpTag.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/wxpTag.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/wxpTag.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/mdi.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/mdi.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/mdi.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/misc.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/misc.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/misc.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/misc2.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/misc2.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/misc2.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/printfw.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/printfw.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/printfw.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/sizers.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/sizers.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/sizers.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/stattool.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/stattool.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/stattool.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/utils.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/utils.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/utils.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows2.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows2.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows2.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows3.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows3.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/windows3.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/wx.py -lib/%%PYTHON_VERSION%%/site-packages/wxPython/wx.pyc -lib/%%PYTHON_VERSION%%/site-packages/wxPython/wx.pyo -lib/%%PYTHON_VERSION%%/site-packages/wxPython/wxcmodule.so -@dirrm lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/bitmaps -@dirrm lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo/data -@dirrm lib/%%PYTHON_VERSION%%/site-packages/wxPython/demo -@dirrm lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/editor -@dirrm lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib/sizers -@dirrm lib/%%PYTHON_VERSION%%/site-packages/wxPython/lib -@dirrm lib/%%PYTHON_VERSION%%/site-packages/wxPython diff --git a/x11-toolkits/qt30/Makefile b/x11-toolkits/qt30/Makefile deleted file mode 100644 index 3b638d903715..000000000000 --- a/x11-toolkits/qt30/Makefile +++ /dev/null @@ -1,118 +0,0 @@ -# New ports collection makefile for: qt22 -# Date created: 17 Jul 1999 -# Whom: imura@kml.cs.titech.ac.jp -# -# $FreeBSD$ -# - -PORTNAME= qt -PORTVERSION= 2.2.1 -CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ -DISTNAME= qt-x11-${PORTVERSION} - -MAINTAINER= will@FreeBSD.org - -LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_MESA= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_NEWGCC= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm -gif \ - -I${LOCALBASE}/include -L${LOCALBASE}/lib -CONFIGURE_ENV= QTDIR=${WRKSRC} -MAKE_ENV= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib - -CONFIG= ${WRKSRC}/configs/freebsd-g++-${STATIC} - -.if !defined(NOPORTDOCS) -.include "${.CURDIR}/files/manpages" -.endif - -.if defined(WANT_STATIC) -STATIC=static -CONFIGURE_ARGS+=-static -.else -STATIC=shared -INSTALLS_SHLIB=yes -.endif - -pre-fetch: -.if !defined(QT_GIF_AVAILABLE) && !defined(HAVE_UNISYS_LICENSE) - @${ECHO} - @${ECHO} "GIF support is disabled in QT by default due to the" - @${ECHO} "restrictive license on LZW compression owned by Unisys." - @${ECHO} "To build with GIF support, use" - @${ECHO} - @${ECHO} " ${MAKE} -DQT_GIF_AVAILABLE [other args]" - @${ECHO} "or" - @${ECHO} " ${MAKE} -DHAVE_UNISYS_LICENSE [other args]" - @${ECHO} -.endif -.if exists(${X11BASE}/lib/libqt2.so.3) -.if !defined(WANT_STATIC) - @${ECHO} "An older version of QT2 is installed. To avoid clobbering" - @${ECHO} "that installation, deinstall it and then install this port." - @${ECHO} "Note that this port contains beta-quality source code and" - @${ECHO} "must be used only wherever absolutely needed, such as for" - @${ECHO} "KDE 2.0 and later." - @${FALSE} -.endif -.endif - -pre-configure: - @${CP} ${CONFIG} ${CONFIG}.new - ${SED} -e "s,gcc,${CC},g" ${CONFIG}.new | ${SED} -e "s,g\+\+,${CXX},g" | \ - ${SED} -e "s,/usr/X11R6,${X11BASE},g" | ${SED} -e "s,-pipe -O2,${CXXFLAGS},g" > ${CONFIG} - ${PERL} -pi -e "s@VER_MAJ = 2@VER_MAJ = 4@g" ${WRKSRC}/src/Makefile.in - ${PERL} -pi -e "s@TARGET = qt@TARGET = qt2@g" ${WRKSRC}/src/Makefile.in - ${PERL} -pi -e "s@TARGET\t= moc@TARGET = moc2@g" ${WRKSRC}/src/moc/Makefile.in - ${PERL} -pi -e "s@rm -f bin/moc@rm -f bin/moc2@g" ${WRKSRC}/Makefile - ${PERL} -pi -e "s@cp src/moc/moc bin/moc@cp src/moc/moc2 bin/moc2@g" ${WRKSRC}/Makefile - ${PERL} -pi -e "s@symlinks src-moc src-mt sub-src sub-tools sub-tutorial sub-examples@symlinks src-moc src-mt sub-src sub-tools@g" ${WRKSRC}/Makefile - ${PERL} -pi -e "s@-L../lib@-L${WRKSRC}/lib@g" ${WRKSRC}/tools/designer/uic/Makefile.in - -post-configure: - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} symlinks) - -do-install: - ${MKDIR} ${PREFIX}/include/qt2 -.for BIN in designer moc2 uic - ${INSTALL_PROGRAM} ${WRKSRC}/bin/${BIN} ${PREFIX}/bin -.endfor -.for SCRIPT in findtr qt20fix qtrename140 - ${INSTALL_SCRIPT} ${WRKSRC}/bin/${SCRIPT} ${PREFIX}/bin -.endfor - ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/qt2 -.for LIB in qt2 qutil - ${INSTALL_DATA} ${WRKSRC}/lib/lib${LIB}* ${PREFIX}/lib -.endfor -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/qt2/html/designer/figures - ${MKDIR} ${PREFIX}/share/doc/qt2/html/designer/stylesheet-images - (cd ${WRKSRC} ; \ - ${INSTALL_DATA} ANNOUNCE ${PREFIX}/share/doc/qt2 ; \ - ${INSTALL_DATA} FAQ ${PREFIX}/share/doc/qt2 ; \ - ${INSTALL_DATA} LICENSE.QPL ${PREFIX}/share/doc/qt2 ; \ - ${INSTALL_DATA} PORTING ${PREFIX}/share/doc/qt2 ; \ - ${INSTALL_DATA} README ${PREFIX}/share/doc/qt2 ; \ - ${INSTALL_DATA} README.QT ${PREFIX}/share/doc/qt2 ; \ - ${INSTALL_DATA} doc/html/*.html doc/html/*.png ${PREFIX}/share/doc/qt2/html ; \ - ${INSTALL_DATA} doc/html/designer/*.html ${PREFIX}/share/doc/qt2/html/designer ; \ - ${INSTALL_DATA} doc/html/designer/figures/* ${PREFIX}/share/doc/qt2/html/designer/figures ; \ - ${INSTALL_MAN} doc/man/man3/q* ${PREFIX}/man/man3 ) -.endif - -.if defined(WANT_STATIC) -post-install: - @${PERL} -pi -e 's/libqt2\.so/libqt2.a/' ${TMPPLIST} - @${PERL} -pi -e 's/.*libqt2\.a\.\d\n//' ${TMPPLIST} - @${PERL} -pi -e 's/libqutil\.so/libqutil.a/' ${TMPPLIST} - @${PERL} -pi -e 's/.*libqutil\.a\.\d\n//' ${TMPPLIST} -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/qt30/distinfo b/x11-toolkits/qt30/distinfo deleted file mode 100644 index e7dbb76ab284..000000000000 --- a/x11-toolkits/qt30/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (qt-x11-2.2.1.tar.gz) = c5a65c4ded0330fa6b44c24fd93b938e diff --git a/x11-toolkits/qt30/files/manpages b/x11-toolkits/qt30/files/manpages deleted file mode 100644 index 27329053a55a..000000000000 --- a/x11-toolkits/qt30/files/manpages +++ /dev/null @@ -1,330 +0,0 @@ -MAN3= \ -qaccel.3qt \ -qaction.3qt \ -qactiongroup.3qt \ -qapplication.3qt \ -qarray.3qt \ -qasciicache.3qt \ -qasciicacheiterator.3qt \ -qasciidict.3qt \ -qasciidictiterator.3qt \ -qasyncio.3qt \ -qbitarray.3qt \ -qbitmap.3qt \ -qbitval.3qt \ -qboxlayout.3qt \ -qbrush.3qt \ -qbuffer.3qt \ -qbutton.3qt \ -qbuttongroup.3qt \ -qbytearray.3qt \ -qcache.3qt \ -qcacheiterator.3qt \ -qcanvas.3qt \ -qcanvasellipse.3qt \ -qcanvasitem.3qt \ -qcanvasline.3qt \ -qcanvaspixmap.3qt \ -qcanvaspixmaparray.3qt \ -qcanvaspolygon.3qt \ -qcanvaspolygonalitem.3qt \ -qcanvasrectangle.3qt \ -qcanvassprite.3qt \ -qcanvastext.3qt \ -qcanvasview.3qt \ -qcdestyle.3qt \ -qchar.3qt \ -qcharref.3qt \ -qcheckbox.3qt \ -qchecklistitem.3qt \ -qchildevent.3qt \ -qclipboard.3qt \ -qcloseevent.3qt \ -qcollection.3qt \ -qcolor.3qt \ -qcolordialog.3qt \ -qcolordrag.3qt \ -qcolorgroup.3qt \ -qcombobox.3qt \ -qcommonstyle.3qt \ -qconststring.3qt \ -qcstring.3qt \ -qcursor.3qt \ -qcustomevent.3qt \ -qcustommenuitem.3qt \ -qdatapump.3qt \ -qdatasink.3qt \ -qdatasource.3qt \ -qdatastream.3qt \ -qdate.3qt \ -qdatetime.3qt \ -qdial.3qt \ -qdialog.3qt \ -qdict.3qt \ -qdictiterator.3qt \ -qdir.3qt \ -qdns.3qt \ -qdomattr.3qt \ -qdomcdatasection.3qt \ -qdomcharacterdata.3qt \ -qdomcomment.3qt \ -qdomdocument.3qt \ -qdomdocumentfragment.3qt \ -qdomdocumenttype.3qt \ -qdomelement.3qt \ -qdomentity.3qt \ -qdomentityreference.3qt \ -qdomimplementation.3qt \ -qdomnamednodemap.3qt \ -qdomnode.3qt \ -qdomnodelist.3qt \ -qdomnotation.3qt \ -qdomprocessinginstruction.3qt \ -qdomtext.3qt \ -qdoublevalidator.3qt \ -qdragenterevent.3qt \ -qdragleaveevent.3qt \ -qdragmoveevent.3qt \ -qdragobject.3qt \ -qdropevent.3qt \ -qdropsite.3qt \ -qeucjpcodec.3qt \ -qeuckrcodec.3qt \ -qevent.3qt \ -qfile.3qt \ -qfiledialog.3qt \ -qfileiconprovider.3qt \ -qfileinfo.3qt \ -qfilepreview.3qt \ -qfocusdata.3qt \ -qfocusevent.3qt \ -qfont.3qt \ -qfontdatabase.3qt \ -qfontdialog.3qt \ -qfontinfo.3qt \ -qfontmetrics.3qt \ -qframe.3qt \ -qftp.3qt \ -qgarray.3qt \ -qgbkcodec.3qt \ -qgcache.3qt \ -qgcacheiterator.3qt \ -qgdict.3qt \ -qgdictiterator.3qt \ -qgl.3qt \ -qglayoutiterator.3qt \ -qglcontext.3qt \ -qglformat.3qt \ -qglist.3qt \ -qglistiterator.3qt \ -qglwidget.3qt \ -qgrid.3qt \ -qgridlayout.3qt \ -qgroupbox.3qt \ -qguardedptr.3qt \ -qgvector.3qt \ -qhbox.3qt \ -qhboxlayout.3qt \ -qhbuttongroup.3qt \ -qheader.3qt \ -qhgroupbox.3qt \ -qhideevent.3qt \ -qhostaddress.3qt \ -qicondrag.3qt \ -qicondragitem.3qt \ -qiconset.3qt \ -qiconview.3qt \ -qiconviewitem.3qt \ -qimage.3qt \ -qimageconsumer.3qt \ -qimagedecoder.3qt \ -qimagedrag.3qt \ -qimageformat.3qt \ -qimageformattype.3qt \ -qimageio.3qt \ -qinputdialog.3qt \ -qintcache.3qt \ -qintcacheiterator.3qt \ -qintdict.3qt \ -qintdictiterator.3qt \ -qintvalidator.3qt \ -qiodevice.3qt \ -qiodevicesource.3qt \ -qjiscodec.3qt \ -qjpunicodeconv.3qt \ -qkeyevent.3qt \ -qlabel.3qt \ -qlayout.3qt \ -qlayoutitem.3qt \ -qlayoutiterator.3qt \ -qlcdnumber.3qt \ -qlineedit.3qt \ -qlist.3qt \ -qlistbox.3qt \ -qlistboxitem.3qt \ -qlistboxpixmap.3qt \ -qlistboxtext.3qt \ -qlistiterator.3qt \ -qlistview.3qt \ -qlistviewitem.3qt \ -qlistviewitemiterator.3qt \ -qlnode.3qt \ -qlocalfs.3qt \ -qmainwindow.3qt \ -qmap.3qt \ -qmapconstiterator.3qt \ -qmapiterator.3qt \ -qmenubar.3qt \ -qmenudata.3qt \ -qmessagebox.3qt \ -qmetaobject.3qt \ -qmetaproperty.3qt \ -qmimesource.3qt \ -qmimesourcefactory.3qt \ -qmotifplusstyle.3qt \ -qmotifstyle.3qt \ -qmouseevent.3qt \ -qmoveevent.3qt \ -qmovie.3qt \ -qmultilineedit.3qt \ -qmutex.3qt \ -qnetworkoperation.3qt \ -qnetworkprotocol.3qt \ -qnpinstance.3qt \ -qnplugin.3qt \ -qnpstream.3qt \ -qnpwidget.3qt \ -qobject.3qt \ -qpaintdevice.3qt \ -qpaintdevicemetrics.3qt \ -qpainter.3qt \ -qpaintevent.3qt \ -qpalette.3qt \ -qpen.3qt \ -qpicture.3qt \ -qpixmap.3qt \ -qpixmapcache.3qt \ -qplatinumstyle.3qt \ -qpngimagepacker.3qt \ -qpoint.3qt \ -qpointarray.3qt \ -qpopupmenu.3qt \ -qprinter.3qt \ -qprogressbar.3qt \ -qprogressdialog.3qt \ -qptrdict.3qt \ -qptrdictiterator.3qt \ -qpushbutton.3qt \ -qqueue.3qt \ -qradiobutton.3qt \ -qrangecontrol.3qt \ -qrect.3qt \ -qregexp.3qt \ -qregion.3qt \ -qresizeevent.3qt \ -qscrollbar.3qt \ -qscrollview.3qt \ -qsemaphore.3qt \ -qsemimodal.3qt \ -qserversocket.3qt \ -qsessionmanager.3qt \ -qsgistyle.3qt \ -qshared.3qt \ -qshowevent.3qt \ -qsignal.3qt \ -qsignalmapper.3qt \ -qsimplerichtext.3qt \ -qsize.3qt \ -qsizegrip.3qt \ -qsizepolicy.3qt \ -qsjiscodec.3qt \ -qslider.3qt \ -qsocket.3qt \ -qsocketdevice.3qt \ -qsocketnotifier.3qt \ -qsortedlist.3qt \ -qsound.3qt \ -qspaceritem.3qt \ -qspinbox.3qt \ -qsplitter.3qt \ -qstack.3qt \ -qstatusbar.3qt \ -qstoreddrag.3qt \ -qstrilist.3qt \ -qstring.3qt \ -qstringlist.3qt \ -qstrlist.3qt \ -qstrlistiterator.3qt \ -qstyle.3qt \ -qstylesheet.3qt \ -qstylesheetitem.3qt \ -qt.3qt \ -qtab.3qt \ -qtabbar.3qt \ -qtabdialog.3qt \ -qtable.3qt \ -qtableitem.3qt \ -qtableselection.3qt \ -qtableview.3qt \ -qtabwidget.3qt \ -qtextbrowser.3qt \ -qtextcodec.3qt \ -qtextdecoder.3qt \ -qtextdrag.3qt \ -qtextencoder.3qt \ -qtextistream.3qt \ -qtextostream.3qt \ -qtextstream.3qt \ -qtextview.3qt \ -qthread.3qt \ -qtime.3qt \ -qtimer.3qt \ -qtimerevent.3qt \ -qtoolbar.3qt \ -qtoolbutton.3qt \ -qtooltip.3qt \ -qtooltipgroup.3qt \ -qtranslator.3qt \ -qtsciicodec.3qt \ -quridrag.3qt \ -qurl.3qt \ -qtranslatormessage.3qt \ -qurloperator.3qt \ -qvalidator.3qt \ -qvaluelist.3qt \ -qvaluelistconstiterator.3qt \ -qvaluelistiterator.3qt \ -qvaluestack.3qt \ -qvariant.3qt \ -qvbox.3qt \ -qvboxlayout.3qt \ -qvbuttongroup.3qt \ -qvector.3qt \ -qvgroupbox.3qt \ -qwhatsthis.3qt \ -qwheelevent.3qt \ -qwaitcondition.3qt \ -qwidget.3qt \ -qwidgetitem.3qt \ -qwidgetstack.3qt \ -qwindowsstyle.3qt \ -qwizard.3qt \ -qwmatrix.3qt \ -qworkspace.3qt \ -qwsdecoration.3qt \ -qxmlattributes.3qt \ -qxmlcontenthandler.3qt \ -qxmldeclhandler.3qt \ -qxmldefaulthandler.3qt \ -qxmldtdhandler.3qt \ -qxmlentityresolver.3qt \ -qxmlerrorhandler.3qt \ -qxmlinputsource.3qt \ -qxmllexicalhandler.3qt \ -qxmllocator.3qt \ -qxmlnamespacesupport.3qt \ -qxmlparseexception.3qt \ -qxmlreader.3qt \ -qxmlsimplereader.3qt \ -qxtapplication.3qt \ -qxtwidget.3qt diff --git a/x11-toolkits/qt30/files/patch-aa b/x11-toolkits/qt30/files/patch-aa deleted file mode 100644 index b95cbe905e2e..000000000000 --- a/x11-toolkits/qt30/files/patch-aa +++ /dev/null @@ -1,40 +0,0 @@ ---- configs/freebsd-g++-shared Sun Sep 10 18:44:24 2000 -+++ configs/freebsd-g++-shared.new Sun Sep 10 18:44:53 2000 -@@ -21,7 +21,7 @@ - SYSCONF_LIBS_X11 = -lXext -lX11 -lm - # Qt, Qt+OpenGL - SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib --SYSCONF_LIBS_QT = -lqt$(QT_THREAD_SUFFIX) -+SYSCONF_LIBS_QT = -lqt2$(QT_THREAD_SUFFIX) - SYSCONF_LIBS_QT_OPENGL = - # OpenGL - SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib -@@ -44,7 +44,7 @@ - SYSCONF_LIBS_THREAD = - - # Meta-object compiler --SYSCONF_MOC = $(QTDIR)/bin/moc -+SYSCONF_MOC = $(QTDIR)/bin/moc2 - - # UI compiler - SYSCONF_UIC = $(QTDIR)/bin/uic -@@ -55,16 +55,14 @@ - # - Usually needs to incorporate $(VER_MAJ), $(VER_MIN) and $(VER_PATCH) - # - SYSCONF_LINK_SHLIB = g++ --SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH) -+SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ) - SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ - $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ - $(OBJECTS) $(OBJMOC) $(LIBS) && \ - mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ - cd $(DESTDIR) && \ -- rm -f lib$(TARGET).so lib$(TARGET).so.$(VER_MAJ) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN); \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so; \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ); \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) -+ rm -f lib$(TARGET).so;\ -+ ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so - - # Linking static libraries - # - Build the $(TARGET) library, eg. lib$(TARGET).a diff --git a/x11-toolkits/qt30/files/patch-af b/x11-toolkits/qt30/files/patch-af deleted file mode 100644 index b231b8d9f0be..000000000000 --- a/x11-toolkits/qt30/files/patch-af +++ /dev/null @@ -1,20 +0,0 @@ ---- configs/freebsd-g++-static Sat Sep 16 14:47:56 2000 -+++ configs/freebsd-g++-static.new Sat Sep 16 14:48:06 2000 -@@ -21,7 +21,7 @@ - SYSCONF_LIBS_X11 = -lXext -lX11 -lm - # Qt, Qt+OpenGL - SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib --SYSCONF_LIBS_QT = -lqt$(QT_THREAD_SUFFIX) -+SYSCONF_LIBS_QT = -lqt2$(QT_THREAD_SUFFIX) - SYSCONF_LIBS_QT_OPENGL = - # OpenGL - SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib -@@ -44,7 +44,7 @@ - SYSCONF_LIBS_THREAD = - - # Meta-object compiler --SYSCONF_MOC = $(QTDIR)/bin/moc -+SYSCONF_MOC = $(QTDIR)/bin/moc2 - - # UI compiler - SYSCONF_UIC = $(QTDIR)/bin/uic diff --git a/x11-toolkits/qt30/pkg-comment b/x11-toolkits/qt30/pkg-comment deleted file mode 100644 index 0e56180e5c92..000000000000 --- a/x11-toolkits/qt30/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A C++ X GUI toolkit diff --git a/x11-toolkits/qt30/pkg-descr b/x11-toolkits/qt30/pkg-descr deleted file mode 100644 index 78327aaabb1c..000000000000 --- a/x11-toolkits/qt30/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Qt is a toolkit for building a GUI for X in C++. The main -documentation is in share/doc/qt2 and is also available on -the web. - -WWW: http://doc.trolltech.com/ diff --git a/x11-toolkits/qt30/pkg-plist b/x11-toolkits/qt30/pkg-plist deleted file mode 100644 index 6c8919a2de9b..000000000000 --- a/x11-toolkits/qt30/pkg-plist +++ /dev/null @@ -1,1680 +0,0 @@ -bin/designer -bin/findtr -bin/moc2 -bin/qt20fix -bin/qtrename140 -bin/uic -include/qt2/jri.h -include/qt2/jritypes.h -include/qt2/npapi.h -include/qt2/npupp.h -include/qt2/q1xcompatibility.h -include/qt2/qabstractlayout.h -include/qt2/qaccel.h -include/qt2/qaction.h -include/qt2/qapp.h -include/qt2/qapplication.h -include/qt2/qarray.h -include/qt2/qasciicache.h -include/qt2/qasciidict.h -include/qt2/qasyncimageio.h -include/qt2/qasyncio.h -include/qt2/qbig5codec.h -include/qt2/qbitarray.h -include/qt2/qbitarry.h -include/qt2/qbitmap.h -include/qt2/qbrush.h -include/qt2/qbttngrp.h -include/qt2/qbuffer.h -include/qt2/qbutton.h -include/qt2/qbuttongroup.h -include/qt2/qcache.h -include/qt2/qcanvas.h -include/qt2/qcdestyle.h -include/qt2/qcheckbox.h -include/qt2/qchkbox.h -include/qt2/qclipboard.h -include/qt2/qclipbrd.h -include/qt2/qcollect.h -include/qt2/qcollection.h -include/qt2/qcolor.h -include/qt2/qcolordialog.h -include/qt2/qcombo.h -include/qt2/qcombobox.h -include/qt2/qcommonstyle.h -include/qt2/qconfig-dist.h -include/qt2/qconfig-embedded.h -include/qt2/qconfig-minimal.h -include/qt2/qconfig-qpim.h -include/qt2/qconfig.h -include/qt2/qconnect.h -include/qt2/qconnection.h -include/qt2/qcstring.h -include/qt2/qcursor.h -include/qt2/qdatastream.h -include/qt2/qdatetime.h -include/qt2/qdatetm.h -include/qt2/qdial.h -include/qt2/qdialog.h -include/qt2/qdict.h -include/qt2/qdir.h -include/qt2/qdns.h -include/qt2/qdom.h -include/qt2/qdragobject.h -include/qt2/qdrawutil.h -include/qt2/qdrawutl.h -include/qt2/qdropsite.h -include/qt2/qdstream.h -include/qt2/qeucjpcodec.h -include/qt2/qeuckrcodec.h -include/qt2/qevent.h -include/qt2/qfeatures.h -include/qt2/qfile.h -include/qt2/qfiledef.h -include/qt2/qfiledialog.h -include/qt2/qfiledlg.h -include/qt2/qfileinf.h -include/qt2/qfileinfo.h -include/qt2/qfocusdata.h -include/qt2/qfont.h -include/qt2/qfontdatabase.h -include/qt2/qfontdialog.h -include/qt2/qfontdta.h -include/qt2/qfontinf.h -include/qt2/qfontinfo.h -include/qt2/qfontmet.h -include/qt2/qfontmetrics.h -include/qt2/qframe.h -include/qt2/qftp.h -include/qt2/qgarray.h -include/qt2/qgbkcodec.h -include/qt2/qgcache.h -include/qt2/qgdict.h -include/qt2/qgeneric.h -include/qt2/qgif.h -include/qt2/qgl.h -include/qt2/qglist.h -include/qt2/qglobal.h -include/qt2/qgrid.h -include/qt2/qgroupbox.h -include/qt2/qgrpbox.h -include/qt2/qguardedptr.h -include/qt2/qgvector.h -include/qt2/qhbox.h -include/qt2/qhbuttongroup.h -include/qt2/qheader.h -include/qt2/qhgroupbox.h -include/qt2/qhostaddress.h -include/qt2/qiconset.h -include/qt2/qiconview.h -include/qt2/qimage.h -include/qt2/qinputdialog.h -include/qt2/qintcach.h -include/qt2/qintcache.h -include/qt2/qintdict.h -include/qt2/qiodev.h -include/qt2/qiodevice.h -include/qt2/qjiscodec.h -include/qt2/qjpegio.h -include/qt2/qjpunicode.h -include/qt2/qkeycode.h -include/qt2/qkoi8codec.h -include/qt2/qlabel.h -include/qt2/qlayout.h -include/qt2/qlcdnum.h -include/qt2/qlcdnumber.h -include/qt2/qlined.h -include/qt2/qlineedit.h -include/qt2/qlist.h -include/qt2/qlistbox.h -include/qt2/qlistview.h -include/qt2/qlocalfs.h -include/qt2/qmainwindow.h -include/qt2/qmap.h -include/qt2/qmenubar.h -include/qt2/qmenudata.h -include/qt2/qmenudta.h -include/qt2/qmessagebox.h -include/qt2/qmetaobj.h -include/qt2/qmetaobject.h -include/qt2/qmime.h -include/qt2/qmlined.h -include/qt2/qmngio.h -include/qt2/qmodules.h -include/qt2/qmotifplusstyle.h -include/qt2/qmotifstyle.h -include/qt2/qmovie.h -include/qt2/qmsgbox.h -include/qt2/qmultilinedit.h -include/qt2/qmultilineedit.h -include/qt2/qnamespace.h -include/qt2/qnetwork.h -include/qt2/qnetworkprotocol.h -include/qt2/qnp.h -include/qt2/qobjcoll.h -include/qt2/qobjdefs.h -include/qt2/qobject.h -include/qt2/qobjectdefs.h -include/qt2/qobjectdict.h -include/qt2/qobjectlist.h -include/qt2/qpaintd.h -include/qt2/qpaintdc.h -include/qt2/qpaintdevice.h -include/qt2/qpaintdevicedefs.h -include/qt2/qpaintdevicemetrics.h -include/qt2/qpainter.h -include/qt2/qpalette.h -include/qt2/qpdevmet.h -include/qt2/qpen.h -include/qt2/qpicture.h -include/qt2/qpixmap.h -include/qt2/qpixmapcache.h -include/qt2/qplatinumstyle.h -include/qt2/qpmcache.h -include/qt2/qpngio.h -include/qt2/qpntarry.h -include/qt2/qpoint.h -include/qt2/qpointarray.h -include/qt2/qpolygonscanner.h -include/qt2/qpopmenu.h -include/qt2/qpopupmenu.h -include/qt2/qprintdialog.h -include/qt2/qprinter.h -include/qt2/qprndlg.h -include/qt2/qprogbar.h -include/qt2/qprogdlg.h -include/qt2/qprogressbar.h -include/qt2/qprogressdialog.h -include/qt2/qpsprn.h -include/qt2/qptrdict.h -include/qt2/qpushbt.h -include/qt2/qpushbutton.h -include/qt2/qqueue.h -include/qt2/qradiobt.h -include/qt2/qradiobutton.h -include/qt2/qrangecontrol.h -include/qt2/qrangect.h -include/qt2/qrect.h -include/qt2/qregexp.h -include/qt2/qregion.h -include/qt2/qrtlcodec.h -include/qt2/qscrbar.h -include/qt2/qscrollbar.h -include/qt2/qscrollview.h -include/qt2/qsemimodal.h -include/qt2/qserversocket.h -include/qt2/qsession.h -include/qt2/qsessionmanager.h -include/qt2/qsgistyle.h -include/qt2/qshared.h -include/qt2/qsignal.h -include/qt2/qsignalmapper.h -include/qt2/qsignalslotimp.h -include/qt2/qsimplerichtext.h -include/qt2/qsize.h -include/qt2/qsizegrip.h -include/qt2/qsizepolicy.h -include/qt2/qsjiscodec.h -include/qt2/qslider.h -include/qt2/qsmartptr.h -include/qt2/qsocket.h -include/qt2/qsocketdevice.h -include/qt2/qsocketnotifier.h -include/qt2/qsocknot.h -include/qt2/qsortedlist.h -include/qt2/qsound.h -include/qt2/qspinbox.h -include/qt2/qsplitter.h -include/qt2/qstack.h -include/qt2/qstatusbar.h -include/qt2/qstring.h -include/qt2/qstringlist.h -include/qt2/qstrlist.h -include/qt2/qstrvec.h -include/qt2/qstyle.h -include/qt2/qstylesheet.h -include/qt2/qt.h -include/qt2/qt_x11.h -include/qt2/qtabbar.h -include/qt2/qtabdialog.h -include/qt2/qtabdlg.h -include/qt2/qtable.h -include/qt2/qtableview.h -include/qt2/qtablevw.h -include/qt2/qtabwidget.h -include/qt2/qtextbrowser.h -include/qt2/qtextcodec.h -include/qt2/qtextstream.h -include/qt2/qtextview.h -include/qt2/qthread.h -include/qt2/qtimer.h -include/qt2/qtl.h -include/qt2/qtoolbar.h -include/qt2/qtoolbutton.h -include/qt2/qtooltip.h -include/qt2/qtranslator.h -include/qt2/qtsciicodec.h -include/qt2/qtstream.h -include/qt2/qurl.h -include/qt2/qurlinfo.h -include/qt2/qurloperator.h -include/qt2/qutfcodec.h -include/qt2/qvalidator.h -include/qt2/qvaluelist.h -include/qt2/qvaluestack.h -include/qt2/qvariant.h -include/qt2/qvbox.h -include/qt2/qvbuttongroup.h -include/qt2/qvector.h -include/qt2/qvgroupbox.h -include/qt2/qwhatsthis.h -include/qt2/qwidcoll.h -include/qt2/qwidget.h -include/qt2/qwidgetintdict.h -include/qt2/qwidgetlist.h -include/qt2/qwidgetstack.h -include/qt2/qwindefs.h -include/qt2/qwindow.h -include/qt2/qwindowdefs.h -include/qt2/qwindowsstyle.h -include/qt2/qwizard.h -include/qt2/qwmatrix.h -include/qt2/qworkspace.h -include/qt2/qxml.h -include/qt2/qxt.h -lib/libqt2.so -lib/libqt2.so.4 -lib/libqutil.so -lib/libqutil.so.1 -share/doc/qt2/ANNOUNCE -share/doc/qt2/FAQ -share/doc/qt2/LICENSE.QPL -share/doc/qt2/PORTING -share/doc/qt2/README -share/doc/qt2/README.QT -share/doc/qt2/html/HOWTO-framebuffer.html -share/doc/qt2/html/aboutqt.html -share/doc/qt2/html/abstractwidgets.html -share/doc/qt2/html/accelerators.html -share/doc/qt2/html/aclock-main-cpp.html -share/doc/qt2/html/action-main-cpp.html -share/doc/qt2/html/addressbook-main-cpp.html -share/doc/qt2/html/advanced.html -share/doc/qt2/html/annotated.html -share/doc/qt2/html/appearance.html -share/doc/qt2/html/appicon.html -share/doc/qt2/html/application-main-cpp.html -share/doc/qt2/html/application.html -share/doc/qt2/html/basic.html -share/doc/qt2/html/bearings.png -share/doc/qt2/html/biff-main-cpp.html -share/doc/qt2/html/book.png -share/doc/qt2/html/bughowto.html -share/doc/qt2/html/buttongroup-m.png -share/doc/qt2/html/buttongroup-w.png -share/doc/qt2/html/buttongroups-main-cpp.html -share/doc/qt2/html/buyhowto.html -share/doc/qt2/html/canvas.html -share/doc/qt2/html/casestudy-qws.html -share/doc/qt2/html/changes21.html -share/doc/qt2/html/changes211.html -share/doc/qt2/html/changes22.html -share/doc/qt2/html/charinput-qws.html -share/doc/qt2/html/checklists-main-cpp.html -share/doc/qt2/html/classes.html -share/doc/qt2/html/collection.html -share/doc/qt2/html/commonproblems.html -share/doc/qt2/html/coordsys.html -share/doc/qt2/html/coordsys.png -share/doc/qt2/html/credits.html -share/doc/qt2/html/cursor-cursor-cpp.html -share/doc/qt2/html/customlayout-main-cpp.html -share/doc/qt2/html/customlayout.html -share/doc/qt2/html/datastreamformat.html -share/doc/qt2/html/dclock-main-cpp.html -share/doc/qt2/html/debug.html -share/doc/qt2/html/design.html -share/doc/qt2/html/designer.html -share/doc/qt2/html/designer.png -share/doc/qt2/html/designer/book1.html -share/doc/qt2/html/designer/chap10_1.html -share/doc/qt2/html/designer/chap1_1.html -share/doc/qt2/html/designer/chap2_1.html -share/doc/qt2/html/designer/chap2_2.html -share/doc/qt2/html/designer/chap2_3.html -share/doc/qt2/html/designer/chap2_4.html -share/doc/qt2/html/designer/chap3_1.html -share/doc/qt2/html/designer/chap3_2.html -share/doc/qt2/html/designer/chap3_3.html -share/doc/qt2/html/designer/chap3_4.html -share/doc/qt2/html/designer/chap4_1.html -share/doc/qt2/html/designer/chap4_2.html -share/doc/qt2/html/designer/chap5_1.html -share/doc/qt2/html/designer/chap5_2.html -share/doc/qt2/html/designer/chap5_3.html -share/doc/qt2/html/designer/chap5_4.html -share/doc/qt2/html/designer/chap5_5.html -share/doc/qt2/html/designer/chap5_6.html -share/doc/qt2/html/designer/chap6_1.html -share/doc/qt2/html/designer/chap6_2.html -share/doc/qt2/html/designer/chap6_3.html -share/doc/qt2/html/designer/chap6_4.html -share/doc/qt2/html/designer/chap6_5.html -share/doc/qt2/html/designer/chap6_6.html -share/doc/qt2/html/designer/chap6_7.html -share/doc/qt2/html/designer/chap7_1.html -share/doc/qt2/html/designer/chap7_10.html -share/doc/qt2/html/designer/chap7_11.html -share/doc/qt2/html/designer/chap7_12.html -share/doc/qt2/html/designer/chap7_13.html -share/doc/qt2/html/designer/chap7_14.html -share/doc/qt2/html/designer/chap7_15.html -share/doc/qt2/html/designer/chap7_16.html -share/doc/qt2/html/designer/chap7_2.html -share/doc/qt2/html/designer/chap7_3.html -share/doc/qt2/html/designer/chap7_4.html -share/doc/qt2/html/designer/chap7_5.html -share/doc/qt2/html/designer/chap7_6.html -share/doc/qt2/html/designer/chap7_7.html -share/doc/qt2/html/designer/chap7_8.html -share/doc/qt2/html/designer/chap7_9.html -share/doc/qt2/html/designer/chap8_1.html -share/doc/qt2/html/designer/chap9_1.html -share/doc/qt2/html/designer/chap9_2.html -share/doc/qt2/html/designer/chap9_3.html -share/doc/qt2/html/designer/chap9_4.html -share/doc/qt2/html/designer/chap9_5.html -share/doc/qt2/html/designer/chap9_6.html -share/doc/qt2/html/designer/colophon.html -share/doc/qt2/html/designer/feedback.html -share/doc/qt2/html/designer/figures/aboutdialog.png -share/doc/qt2/html/designer/figures/adjustsize.png -share/doc/qt2/html/designer/figures/breaklayout.png -share/doc/qt2/html/designer/figures/buttongroup.png -share/doc/qt2/html/designer/figures/buttongroupovercheckboxes.png -share/doc/qt2/html/designer/figures/checkbox.png -share/doc/qt2/html/designer/figures/combobox.png -share/doc/qt2/html/designer/figures/connectionedit.png -share/doc/qt2/html/designer/figures/connections.png -share/doc/qt2/html/designer/figures/connectionviewer.png -share/doc/qt2/html/designer/figures/connecttool.png -share/doc/qt2/html/designer/figures/customwidget.png -share/doc/qt2/html/designer/figures/customwidgets.png -share/doc/qt2/html/designer/figures/editcopy.png -share/doc/qt2/html/designer/figures/editcustomwidgets.png -share/doc/qt2/html/designer/figures/editcut.png -share/doc/qt2/html/designer/figures/editdelete.png -share/doc/qt2/html/designer/figures/editgrid.png -share/doc/qt2/html/designer/figures/edithlayout.png -share/doc/qt2/html/designer/figures/editiconview.png -share/doc/qt2/html/designer/figures/editlistbox.png -share/doc/qt2/html/designer/figures/editlistview.png -share/doc/qt2/html/designer/figures/editlower.png -share/doc/qt2/html/designer/figures/editmultiline.png -share/doc/qt2/html/designer/figures/editpaste.png -share/doc/qt2/html/designer/figures/editraise.png -share/doc/qt2/html/designer/figures/editslots.png -share/doc/qt2/html/designer/figures/emptydialog.png -share/doc/qt2/html/designer/figures/f001.png -share/doc/qt2/html/designer/figures/filenew.png -share/doc/qt2/html/designer/figures/filesave.png -share/doc/qt2/html/designer/figures/firstdialog.png -share/doc/qt2/html/designer/figures/form.png -share/doc/qt2/html/designer/figures/formsettings.png -share/doc/qt2/html/designer/figures/fourcheckboxes.png -share/doc/qt2/html/designer/figures/frame.png -share/doc/qt2/html/designer/figures/groupbox.png -share/doc/qt2/html/designer/figures/help.png -share/doc/qt2/html/designer/figures/helpdialog.png -share/doc/qt2/html/designer/figures/home.png -share/doc/qt2/html/designer/figures/iconview.png -share/doc/qt2/html/designer/figures/image.png -share/doc/qt2/html/designer/figures/label.png -share/doc/qt2/html/designer/figures/layout.png -share/doc/qt2/html/designer/figures/layouttutstep1.png -share/doc/qt2/html/designer/figures/layouttutstep10.png -share/doc/qt2/html/designer/figures/layouttutstep11.png -share/doc/qt2/html/designer/figures/layouttutstep2.png -share/doc/qt2/html/designer/figures/layouttutstep3.png -share/doc/qt2/html/designer/figures/layouttutstep4.png -share/doc/qt2/html/designer/figures/layouttutstep5.png -share/doc/qt2/html/designer/figures/layouttutstep6.png -share/doc/qt2/html/designer/figures/layouttutstep7.png -share/doc/qt2/html/designer/figures/layouttutstep9.png -share/doc/qt2/html/designer/figures/lcdnumber.png -share/doc/qt2/html/designer/figures/left.png -share/doc/qt2/html/designer/figures/line.png -share/doc/qt2/html/designer/figures/lineedit.png -share/doc/qt2/html/designer/figures/listbox.png -share/doc/qt2/html/designer/figures/listview.png -share/doc/qt2/html/designer/figures/load.png -share/doc/qt2/html/designer/figures/multilineedit.png -share/doc/qt2/html/designer/figures/newform.png -share/doc/qt2/html/designer/figures/newformdialog.png -share/doc/qt2/html/designer/figures/objecthierarchy.png -share/doc/qt2/html/designer/figures/onecheckbox.png -share/doc/qt2/html/designer/figures/ordertool.png -share/doc/qt2/html/designer/figures/paletteeditor.png -share/doc/qt2/html/designer/figures/pixlabel.png -share/doc/qt2/html/designer/figures/pizza1screenshot.png -share/doc/qt2/html/designer/figures/pointer.png -share/doc/qt2/html/designer/figures/preferences.png -share/doc/qt2/html/designer/figures/print.png -share/doc/qt2/html/designer/figures/progress.png -share/doc/qt2/html/designer/figures/pushbutton.png -share/doc/qt2/html/designer/figures/qtlogo.png -share/doc/qt2/html/designer/figures/radiobutton.png -share/doc/qt2/html/designer/figures/redo.png -share/doc/qt2/html/designer/figures/right.png -share/doc/qt2/html/designer/figures/slider.png -share/doc/qt2/html/designer/figures/slots.png -share/doc/qt2/html/designer/figures/spacer.png -share/doc/qt2/html/designer/figures/spinbox.png -share/doc/qt2/html/designer/figures/startup.png -share/doc/qt2/html/designer/figures/taborderform.png -share/doc/qt2/html/designer/figures/tabwidget.png -share/doc/qt2/html/designer/figures/testmode.png -share/doc/qt2/html/designer/figures/textbrowser.png -share/doc/qt2/html/designer/figures/textview.png -share/doc/qt2/html/designer/figures/title.png -share/doc/qt2/html/designer/figures/toolbutton.png -share/doc/qt2/html/designer/figures/topicchooser.png -share/doc/qt2/html/designer/figures/undo.png -share/doc/qt2/html/designer/figures/vlayout.png -share/doc/qt2/html/designer/figures/whatsthis.png -share/doc/qt2/html/designer/part1index.html -share/doc/qt2/html/designer/part2index.html -share/doc/qt2/html/designer/preface.html -share/doc/qt2/html/desktop-desktop-cpp.html -share/doc/qt2/html/dialogs.html -share/doc/qt2/html/dirview-main-cpp.html -share/doc/qt2/html/dnd.html -share/doc/qt2/html/dochead.png -share/doc/qt2/html/draganddrop.html -share/doc/qt2/html/drawdemo-drawdemo-cpp.html -share/doc/qt2/html/drawing.html -share/doc/qt2/html/drawlines-connect-cpp.html -share/doc/qt2/html/easteregg.html -share/doc/qt2/html/easteregg2.html -share/doc/qt2/html/environment.html -share/doc/qt2/html/eventsandfilters.html -share/doc/qt2/html/examples.html -share/doc/qt2/html/face.png -share/doc/qt2/html/features.html -share/doc/qt2/html/fileiconview-main-cpp.html -share/doc/qt2/html/focus.html -share/doc/qt2/html/fonts-qws.html -share/doc/qt2/html/forever-forever-cpp.html -share/doc/qt2/html/frames.png -share/doc/qt2/html/functions.html -share/doc/qt2/html/geomanagement.html -share/doc/qt2/html/geometry.html -share/doc/qt2/html/geometry.png -share/doc/qt2/html/grapher-grapher-cpp.html -share/doc/qt2/html/gridlayout.png -share/doc/qt2/html/groupbox-m.png -share/doc/qt2/html/groupbox-w.png -share/doc/qt2/html/guibooks.html -share/doc/qt2/html/headers.html -share/doc/qt2/html/hello-main-cpp.html -share/doc/qt2/html/helpsystem.html -share/doc/qt2/html/helpviewer-main-cpp.html -share/doc/qt2/html/hierarchy.html -share/doc/qt2/html/i18n-main-cpp.html -share/doc/qt2/html/i18n.html -share/doc/qt2/html/iconview-main-cpp.html -share/doc/qt2/html/iconview.html -share/doc/qt2/html/imageio.html -share/doc/qt2/html/images.html -share/doc/qt2/html/index.html -share/doc/qt2/html/install-qws.html -share/doc/qt2/html/install-win.html -share/doc/qt2/html/install-x11.html -share/doc/qt2/html/installation.html -share/doc/qt2/html/io.html -share/doc/qt2/html/keyfeatures21.html -share/doc/qt2/html/keyfeatures22.html -share/doc/qt2/html/layout-layout-cpp.html -share/doc/qt2/html/layout.html -share/doc/qt2/html/letter.png -share/doc/qt2/html/license.html -share/doc/qt2/html/licenses.html -share/doc/qt2/html/life-main-cpp.html -share/doc/qt2/html/lineedits-main-cpp.html -share/doc/qt2/html/listbox-main-cpp.html -share/doc/qt2/html/listboxcombo-main-cpp.html -share/doc/qt2/html/listviews-main-cpp.html -share/doc/qt2/html/mailinglists.html -share/doc/qt2/html/mainlyMotif-editor-cpp.html -share/doc/qt2/html/mainlyQt-editor-cpp.html -share/doc/qt2/html/mainlyXt-editor-cpp.html -share/doc/qt2/html/mainwindow-m.png -share/doc/qt2/html/mainwindow-w.png -share/doc/qt2/html/mdi-main-cpp.html -share/doc/qt2/html/menu-menu-cpp.html -share/doc/qt2/html/metaobjects.html -share/doc/qt2/html/misc.html -share/doc/qt2/html/moc.html -share/doc/qt2/html/modules.html -share/doc/qt2/html/movies-main-cpp.html -share/doc/qt2/html/network.html -share/doc/qt2/html/nsplugin.html -share/doc/qt2/html/object.html -share/doc/qt2/html/objectmodel.html -share/doc/qt2/html/objecttrees.html -share/doc/qt2/html/opengl.html -share/doc/qt2/html/organizers.html -share/doc/qt2/html/palette.png -share/doc/qt2/html/picture-picture-cpp.html -share/doc/qt2/html/pictures.html -share/doc/qt2/html/pnglogo.png -share/doc/qt2/html/pointer-qws.html -share/doc/qt2/html/popup-popup-cpp.html -share/doc/qt2/html/porting-qws.html -share/doc/qt2/html/porting.html -share/doc/qt2/html/primes.html -share/doc/qt2/html/progress-progress-cpp.html -share/doc/qt2/html/progressbar-main-cpp.html -share/doc/qt2/html/properties.html -share/doc/qt2/html/qabstractlayout-h.html -share/doc/qt2/html/qaccel-h.html -share/doc/qt2/html/qaccel-members.html -share/doc/qt2/html/qaccel.html -share/doc/qt2/html/qaction-h.html -share/doc/qt2/html/qaction-members.html -share/doc/qt2/html/qaction.html -share/doc/qt2/html/qactiongroup-members.html -share/doc/qt2/html/qactiongroup.html -share/doc/qt2/html/qapplication-h.html -share/doc/qt2/html/qapplication-members.html -share/doc/qt2/html/qapplication.html -share/doc/qt2/html/qarray-h.html -share/doc/qt2/html/qarray-members.html -share/doc/qt2/html/qarray.html -share/doc/qt2/html/qasciicache-h.html -share/doc/qt2/html/qasciicache-members.html -share/doc/qt2/html/qasciicache.html -share/doc/qt2/html/qasciicacheiterator-members.html -share/doc/qt2/html/qasciicacheiterator.html -share/doc/qt2/html/qasciidict-h.html -share/doc/qt2/html/qasciidict-members.html -share/doc/qt2/html/qasciidict.html -share/doc/qt2/html/qasciidictiterator-members.html -share/doc/qt2/html/qasciidictiterator.html -share/doc/qt2/html/qasyncimageio-h.html -share/doc/qt2/html/qasyncio-h.html -share/doc/qt2/html/qasyncio-members.html -share/doc/qt2/html/qasyncio.html -share/doc/qt2/html/qbitarray-h.html -share/doc/qt2/html/qbitarray-members.html -share/doc/qt2/html/qbitarray.html -share/doc/qt2/html/qbitmap-h.html -share/doc/qt2/html/qbitmap-members.html -share/doc/qt2/html/qbitmap.html -share/doc/qt2/html/qbitval-members.html -share/doc/qt2/html/qbitval.html -share/doc/qt2/html/qboxlayout-members.html -share/doc/qt2/html/qboxlayout.html -share/doc/qt2/html/qbrush-h.html -share/doc/qt2/html/qbrush-members.html -share/doc/qt2/html/qbrush.html -share/doc/qt2/html/qbttngrp-m.png -share/doc/qt2/html/qbttngrp-w.png -share/doc/qt2/html/qbuffer-h.html -share/doc/qt2/html/qbuffer-members.html -share/doc/qt2/html/qbuffer.html -share/doc/qt2/html/qbutton-h.html -share/doc/qt2/html/qbutton-members.html -share/doc/qt2/html/qbutton.html -share/doc/qt2/html/qbuttongroup-h.html -share/doc/qt2/html/qbuttongroup-members.html -share/doc/qt2/html/qbuttongroup.html -share/doc/qt2/html/qbytearray-members.html -share/doc/qt2/html/qbytearray.html -share/doc/qt2/html/qcache-h.html -share/doc/qt2/html/qcache-members.html -share/doc/qt2/html/qcache.html -share/doc/qt2/html/qcacheiterator-members.html -share/doc/qt2/html/qcacheiterator.html -share/doc/qt2/html/qcanvas-h.html -share/doc/qt2/html/qcanvas-members.html -share/doc/qt2/html/qcanvas.html -share/doc/qt2/html/qcanvas.png -share/doc/qt2/html/qcanvasellipse-members.html -share/doc/qt2/html/qcanvasellipse.html -share/doc/qt2/html/qcanvasitem-members.html -share/doc/qt2/html/qcanvasitem.html -share/doc/qt2/html/qcanvasline-members.html -share/doc/qt2/html/qcanvasline.html -share/doc/qt2/html/qcanvaspixmap-members.html -share/doc/qt2/html/qcanvaspixmap.html -share/doc/qt2/html/qcanvaspixmaparray-members.html -share/doc/qt2/html/qcanvaspixmaparray.html -share/doc/qt2/html/qcanvaspolygon-members.html -share/doc/qt2/html/qcanvaspolygon.html -share/doc/qt2/html/qcanvaspolygonalitem-members.html -share/doc/qt2/html/qcanvaspolygonalitem.html -share/doc/qt2/html/qcanvasrectangle-members.html -share/doc/qt2/html/qcanvasrectangle.html -share/doc/qt2/html/qcanvassprite-members.html -share/doc/qt2/html/qcanvassprite.html -share/doc/qt2/html/qcanvastext-members.html -share/doc/qt2/html/qcanvastext.html -share/doc/qt2/html/qcanvasview-members.html -share/doc/qt2/html/qcanvasview.html -share/doc/qt2/html/qcdestyle-h.html -share/doc/qt2/html/qcdestyle-members.html -share/doc/qt2/html/qcdestyle.html -share/doc/qt2/html/qchar-members.html -share/doc/qt2/html/qchar.html -share/doc/qt2/html/qcharref-members.html -share/doc/qt2/html/qcharref.html -share/doc/qt2/html/qcheckbox-h.html -share/doc/qt2/html/qcheckbox-m.png -share/doc/qt2/html/qcheckbox-members.html -share/doc/qt2/html/qcheckbox-w.png -share/doc/qt2/html/qcheckbox.html -share/doc/qt2/html/qchecklistitem-members.html -share/doc/qt2/html/qchecklistitem.html -share/doc/qt2/html/qchildevent-members.html -share/doc/qt2/html/qchildevent.html -share/doc/qt2/html/qchkbox-m.png -share/doc/qt2/html/qchkbox-w.png -share/doc/qt2/html/qclassinfo-members.html -share/doc/qt2/html/qclipboard-h.html -share/doc/qt2/html/qclipboard-members.html -share/doc/qt2/html/qclipboard.html -share/doc/qt2/html/qcloseevent-members.html -share/doc/qt2/html/qcloseevent.html -share/doc/qt2/html/qcollection-h.html -share/doc/qt2/html/qcollection-members.html -share/doc/qt2/html/qcollection.html -share/doc/qt2/html/qcolor-h.html -share/doc/qt2/html/qcolor-members.html -share/doc/qt2/html/qcolor.html -share/doc/qt2/html/qcolordialog-h.html -share/doc/qt2/html/qcolordialog-members.html -share/doc/qt2/html/qcolordialog.html -share/doc/qt2/html/qcolordlg-m.png -share/doc/qt2/html/qcolordlg-w.png -share/doc/qt2/html/qcolordrag-members.html -share/doc/qt2/html/qcolordrag.html -share/doc/qt2/html/qcolorgroup-members.html -share/doc/qt2/html/qcolorgroup.html -share/doc/qt2/html/qcombo1-m.png -share/doc/qt2/html/qcombo1-w.png -share/doc/qt2/html/qcombo2-m.png -share/doc/qt2/html/qcombo2-w.png -share/doc/qt2/html/qcombo3-m.png -share/doc/qt2/html/qcombo3-w.png -share/doc/qt2/html/qcombobox-h.html -share/doc/qt2/html/qcombobox-members.html -share/doc/qt2/html/qcombobox.html -share/doc/qt2/html/qcommonstyle-h.html -share/doc/qt2/html/qcommonstyle-members.html -share/doc/qt2/html/qcommonstyle.html -share/doc/qt2/html/qconnection-h.html -share/doc/qt2/html/qconnection-members.html -share/doc/qt2/html/qconnection.html -share/doc/qt2/html/qconststring-members.html -share/doc/qt2/html/qconststring.html -share/doc/qt2/html/qcstring-h.html -share/doc/qt2/html/qcstring-members.html -share/doc/qt2/html/qcstring.html -share/doc/qt2/html/qcursor-h.html -share/doc/qt2/html/qcursor-members.html -share/doc/qt2/html/qcursor.html -share/doc/qt2/html/qcustomevent-members.html -share/doc/qt2/html/qcustomevent.html -share/doc/qt2/html/qcustommenuitem-members.html -share/doc/qt2/html/qcustommenuitem.html -share/doc/qt2/html/qdatapump-members.html -share/doc/qt2/html/qdatapump.html -share/doc/qt2/html/qdatasink-members.html -share/doc/qt2/html/qdatasink.html -share/doc/qt2/html/qdatasource-members.html -share/doc/qt2/html/qdatasource.html -share/doc/qt2/html/qdatastream-h.html -share/doc/qt2/html/qdatastream-members.html -share/doc/qt2/html/qdatastream.html -share/doc/qt2/html/qdate-members.html -share/doc/qt2/html/qdate.html -share/doc/qt2/html/qdatetime-h.html -share/doc/qt2/html/qdatetime-members.html -share/doc/qt2/html/qdatetime.html -share/doc/qt2/html/qdial-h.html -share/doc/qt2/html/qdial-m.png -share/doc/qt2/html/qdial-members.html -share/doc/qt2/html/qdial-w.png -share/doc/qt2/html/qdial.html -share/doc/qt2/html/qdialog-h.html -share/doc/qt2/html/qdialog-members.html -share/doc/qt2/html/qdialog.html -share/doc/qt2/html/qdict-h.html -share/doc/qt2/html/qdict-members.html -share/doc/qt2/html/qdict.html -share/doc/qt2/html/qdictiterator-members.html -share/doc/qt2/html/qdictiterator.html -share/doc/qt2/html/qdir-h.html -share/doc/qt2/html/qdir-members.html -share/doc/qt2/html/qdir.html -share/doc/qt2/html/qdns-h.html -share/doc/qt2/html/qdns-members.html -share/doc/qt2/html/qdns.html -share/doc/qt2/html/qdom-h.html -share/doc/qt2/html/qdomattr-members.html -share/doc/qt2/html/qdomattr.html -share/doc/qt2/html/qdomcdatasection-members.html -share/doc/qt2/html/qdomcdatasection.html -share/doc/qt2/html/qdomcharacterdata-members.html -share/doc/qt2/html/qdomcharacterdata.html -share/doc/qt2/html/qdomcomment-members.html -share/doc/qt2/html/qdomcomment.html -share/doc/qt2/html/qdomdocument-members.html -share/doc/qt2/html/qdomdocument.html -share/doc/qt2/html/qdomdocumentfragment-members.html -share/doc/qt2/html/qdomdocumentfragment.html -share/doc/qt2/html/qdomdocumenttype-members.html -share/doc/qt2/html/qdomdocumenttype.html -share/doc/qt2/html/qdomelement-members.html -share/doc/qt2/html/qdomelement.html -share/doc/qt2/html/qdomentity-members.html -share/doc/qt2/html/qdomentity.html -share/doc/qt2/html/qdomentityreference-members.html -share/doc/qt2/html/qdomentityreference.html -share/doc/qt2/html/qdomimplementation-members.html -share/doc/qt2/html/qdomimplementation.html -share/doc/qt2/html/qdomnamednodemap-members.html -share/doc/qt2/html/qdomnamednodemap.html -share/doc/qt2/html/qdomnode-members.html -share/doc/qt2/html/qdomnode.html -share/doc/qt2/html/qdomnodelist-members.html -share/doc/qt2/html/qdomnodelist.html -share/doc/qt2/html/qdomnotation-members.html -share/doc/qt2/html/qdomnotation.html -share/doc/qt2/html/qdomprocessinginstruction-members.html -share/doc/qt2/html/qdomprocessinginstruction.html -share/doc/qt2/html/qdomtext-members.html -share/doc/qt2/html/qdomtext.html -share/doc/qt2/html/qdoublevalidator-members.html -share/doc/qt2/html/qdoublevalidator.html -share/doc/qt2/html/qdragenterevent-members.html -share/doc/qt2/html/qdragenterevent.html -share/doc/qt2/html/qdragleaveevent-members.html -share/doc/qt2/html/qdragleaveevent.html -share/doc/qt2/html/qdragmoveevent-members.html -share/doc/qt2/html/qdragmoveevent.html -share/doc/qt2/html/qdragobject-h.html -share/doc/qt2/html/qdragobject-members.html -share/doc/qt2/html/qdragobject.html -share/doc/qt2/html/qdrawutil-h.html -share/doc/qt2/html/qdropevent-members.html -share/doc/qt2/html/qdropevent.html -share/doc/qt2/html/qdropsite-h.html -share/doc/qt2/html/qdropsite-members.html -share/doc/qt2/html/qdropsite.html -share/doc/qt2/html/qeucjpcodec-h.html -share/doc/qt2/html/qeucjpcodec-members.html -share/doc/qt2/html/qeucjpcodec.html -share/doc/qt2/html/qeuckrcodec-h.html -share/doc/qt2/html/qeuckrcodec-members.html -share/doc/qt2/html/qeuckrcodec.html -share/doc/qt2/html/qevent-h.html -share/doc/qt2/html/qevent-members.html -share/doc/qt2/html/qevent.html -share/doc/qt2/html/qfd-qfd-cpp.html -share/doc/qt2/html/qfile-h.html -share/doc/qt2/html/qfile-members.html -share/doc/qt2/html/qfile.html -share/doc/qt2/html/qfiledialog-h.html -share/doc/qt2/html/qfiledialog-members.html -share/doc/qt2/html/qfiledialog.html -share/doc/qt2/html/qfiledlg-m.png -share/doc/qt2/html/qfiledlg-w.png -share/doc/qt2/html/qfileiconprovider-members.html -share/doc/qt2/html/qfileiconprovider.html -share/doc/qt2/html/qfileinfo-h.html -share/doc/qt2/html/qfileinfo-members.html -share/doc/qt2/html/qfileinfo.html -share/doc/qt2/html/qfilepreview-members.html -share/doc/qt2/html/qfilepreview.html -share/doc/qt2/html/qfocusdata-h.html -share/doc/qt2/html/qfocusdata-members.html -share/doc/qt2/html/qfocusdata.html -share/doc/qt2/html/qfocusevent-members.html -share/doc/qt2/html/qfocusevent.html -share/doc/qt2/html/qfont-h.html -share/doc/qt2/html/qfont-members.html -share/doc/qt2/html/qfont.html -share/doc/qt2/html/qfontdatabase-h.html -share/doc/qt2/html/qfontdatabase-members.html -share/doc/qt2/html/qfontdatabase.html -share/doc/qt2/html/qfontdialog-h.html -share/doc/qt2/html/qfontdialog-members.html -share/doc/qt2/html/qfontdialog.html -share/doc/qt2/html/qfontdlg-m.png -share/doc/qt2/html/qfontdlg-w.png -share/doc/qt2/html/qfontinfo-h.html -share/doc/qt2/html/qfontinfo-members.html -share/doc/qt2/html/qfontinfo.html -share/doc/qt2/html/qfontmetrics-h.html -share/doc/qt2/html/qfontmetrics-members.html -share/doc/qt2/html/qfontmetrics.html -share/doc/qt2/html/qframe-h.html -share/doc/qt2/html/qframe-members.html -share/doc/qt2/html/qframe.html -share/doc/qt2/html/qftp-h.html -share/doc/qt2/html/qftp-members.html -share/doc/qt2/html/qftp.html -share/doc/qt2/html/qgarray-h.html -share/doc/qt2/html/qgarray-members.html -share/doc/qt2/html/qgarray.html -share/doc/qt2/html/qgbkcodec-h.html -share/doc/qt2/html/qgbkcodec-members.html -share/doc/qt2/html/qgbkcodec.html -share/doc/qt2/html/qgcache-h.html -share/doc/qt2/html/qgcache-members.html -share/doc/qt2/html/qgcache.html -share/doc/qt2/html/qgcacheiterator-members.html -share/doc/qt2/html/qgcacheiterator.html -share/doc/qt2/html/qgdict-h.html -share/doc/qt2/html/qgdict-members.html -share/doc/qt2/html/qgdict.html -share/doc/qt2/html/qgdictiterator-members.html -share/doc/qt2/html/qgdictiterator.html -share/doc/qt2/html/qgl-h.html -share/doc/qt2/html/qgl-members.html -share/doc/qt2/html/qgl.html -share/doc/qt2/html/qglayoutiterator-members.html -share/doc/qt2/html/qglayoutiterator.html -share/doc/qt2/html/qglcontext-members.html -share/doc/qt2/html/qglcontext.html -share/doc/qt2/html/qglformat-members.html -share/doc/qt2/html/qglformat.html -share/doc/qt2/html/qglist-h.html -share/doc/qt2/html/qglist-members.html -share/doc/qt2/html/qglist.html -share/doc/qt2/html/qglistiterator-members.html -share/doc/qt2/html/qglistiterator.html -share/doc/qt2/html/qglobal-h.html -share/doc/qt2/html/qglwidget-members.html -share/doc/qt2/html/qglwidget.html -share/doc/qt2/html/qgrid-h.html -share/doc/qt2/html/qgrid-m.png -share/doc/qt2/html/qgrid-members.html -share/doc/qt2/html/qgrid-w.png -share/doc/qt2/html/qgrid.html -share/doc/qt2/html/qgrid.png -share/doc/qt2/html/qgridlayout-members.html -share/doc/qt2/html/qgridlayout.html -share/doc/qt2/html/qgroupbox-h.html -share/doc/qt2/html/qgroupbox-members.html -share/doc/qt2/html/qgroupbox.html -share/doc/qt2/html/qgrpbox-m.png -share/doc/qt2/html/qgrpbox-w.png -share/doc/qt2/html/qguardedptr-h.html -share/doc/qt2/html/qguardedptr-members.html -share/doc/qt2/html/qguardedptr.html -share/doc/qt2/html/qgvector-h.html -share/doc/qt2/html/qgvector-members.html -share/doc/qt2/html/qgvector.html -share/doc/qt2/html/qhbox-h.html -share/doc/qt2/html/qhbox-m.png -share/doc/qt2/html/qhbox-members.html -share/doc/qt2/html/qhbox-w.png -share/doc/qt2/html/qhbox.html -share/doc/qt2/html/qhbox.png -share/doc/qt2/html/qhboxlayout-members.html -share/doc/qt2/html/qhboxlayout.html -share/doc/qt2/html/qhbuttongroup-h.html -share/doc/qt2/html/qhbuttongroup-members.html -share/doc/qt2/html/qhbuttongroup.html -share/doc/qt2/html/qheader-h.html -share/doc/qt2/html/qheader-m.png -share/doc/qt2/html/qheader-members.html -share/doc/qt2/html/qheader-w.png -share/doc/qt2/html/qheader.html -share/doc/qt2/html/qhgroupbox-h.html -share/doc/qt2/html/qhgroupbox-members.html -share/doc/qt2/html/qhgroupbox.html -share/doc/qt2/html/qhideevent-members.html -share/doc/qt2/html/qhideevent.html -share/doc/qt2/html/qhostaddress-h.html -share/doc/qt2/html/qhostaddress-members.html -share/doc/qt2/html/qhostaddress.html -share/doc/qt2/html/qicondrag-members.html -share/doc/qt2/html/qicondrag.html -share/doc/qt2/html/qicondragitem-members.html -share/doc/qt2/html/qicondragitem.html -share/doc/qt2/html/qiconset-h.html -share/doc/qt2/html/qiconset-members.html -share/doc/qt2/html/qiconset.html -share/doc/qt2/html/qiconview-h.html -share/doc/qt2/html/qiconview-m.png -share/doc/qt2/html/qiconview-members.html -share/doc/qt2/html/qiconview-w.png -share/doc/qt2/html/qiconview.html -share/doc/qt2/html/qiconviewitem-members.html -share/doc/qt2/html/qiconviewitem.html -share/doc/qt2/html/qimage-h.html -share/doc/qt2/html/qimage-members.html -share/doc/qt2/html/qimage.html -share/doc/qt2/html/qimageconsumer-members.html -share/doc/qt2/html/qimageconsumer.html -share/doc/qt2/html/qimagedecoder-members.html -share/doc/qt2/html/qimagedecoder.html -share/doc/qt2/html/qimagedrag-members.html -share/doc/qt2/html/qimagedrag.html -share/doc/qt2/html/qimageformat-members.html -share/doc/qt2/html/qimageformat.html -share/doc/qt2/html/qimageformattype-members.html -share/doc/qt2/html/qimageformattype.html -share/doc/qt2/html/qimageio-members.html -share/doc/qt2/html/qimageio.html -share/doc/qt2/html/qinputdialog-h.html -share/doc/qt2/html/qinputdialog-members.html -share/doc/qt2/html/qinputdialog.html -share/doc/qt2/html/qintcache-h.html -share/doc/qt2/html/qintcache-members.html -share/doc/qt2/html/qintcache.html -share/doc/qt2/html/qintcacheiterator-members.html -share/doc/qt2/html/qintcacheiterator.html -share/doc/qt2/html/qintdict-h.html -share/doc/qt2/html/qintdict-members.html -share/doc/qt2/html/qintdict.html -share/doc/qt2/html/qintdictiterator-members.html -share/doc/qt2/html/qintdictiterator.html -share/doc/qt2/html/qintvalidator-members.html -share/doc/qt2/html/qintvalidator.html -share/doc/qt2/html/qiodevice-h.html -share/doc/qt2/html/qiodevice-members.html -share/doc/qt2/html/qiodevice.html -share/doc/qt2/html/qiodevicesource-members.html -share/doc/qt2/html/qiodevicesource.html -share/doc/qt2/html/qjiscodec-h.html -share/doc/qt2/html/qjiscodec-members.html -share/doc/qt2/html/qjiscodec.html -share/doc/qt2/html/qjpunicode-h.html -share/doc/qt2/html/qjpunicodeconv-members.html -share/doc/qt2/html/qjpunicodeconv.html -share/doc/qt2/html/qkeyevent-members.html -share/doc/qt2/html/qkeyevent.html -share/doc/qt2/html/qlabel-h.html -share/doc/qt2/html/qlabel-m.png -share/doc/qt2/html/qlabel-members.html -share/doc/qt2/html/qlabel-w.png -share/doc/qt2/html/qlabel.html -share/doc/qt2/html/qlayout-h.html -share/doc/qt2/html/qlayout-members.html -share/doc/qt2/html/qlayout.html -share/doc/qt2/html/qlayoutitem-members.html -share/doc/qt2/html/qlayoutitem.html -share/doc/qt2/html/qlayoutiterator-members.html -share/doc/qt2/html/qlayoutiterator.html -share/doc/qt2/html/qlcdnum-m.png -share/doc/qt2/html/qlcdnum-w.png -share/doc/qt2/html/qlcdnumber-h.html -share/doc/qt2/html/qlcdnumber-members.html -share/doc/qt2/html/qlcdnumber.html -share/doc/qt2/html/qlined-m.png -share/doc/qt2/html/qlined-w.png -share/doc/qt2/html/qlineedit-h.html -share/doc/qt2/html/qlineedit-members.html -share/doc/qt2/html/qlineedit.html -share/doc/qt2/html/qlist-h.html -share/doc/qt2/html/qlist-members.html -share/doc/qt2/html/qlist.html -share/doc/qt2/html/qlistbox-h.html -share/doc/qt2/html/qlistbox-m.png -share/doc/qt2/html/qlistbox-members.html -share/doc/qt2/html/qlistbox-w.png -share/doc/qt2/html/qlistbox.html -share/doc/qt2/html/qlistboxitem-members.html -share/doc/qt2/html/qlistboxitem.html -share/doc/qt2/html/qlistboxpixmap-members.html -share/doc/qt2/html/qlistboxpixmap.html -share/doc/qt2/html/qlistboxtext-members.html -share/doc/qt2/html/qlistboxtext.html -share/doc/qt2/html/qlistiterator-members.html -share/doc/qt2/html/qlistiterator.html -share/doc/qt2/html/qlistview-h.html -share/doc/qt2/html/qlistview-m.png -share/doc/qt2/html/qlistview-members.html -share/doc/qt2/html/qlistview-w.png -share/doc/qt2/html/qlistview.html -share/doc/qt2/html/qlistviewitem-members.html -share/doc/qt2/html/qlistviewitem.html -share/doc/qt2/html/qlistviewitemiterator-members.html -share/doc/qt2/html/qlistviewitemiterator.html -share/doc/qt2/html/qlnode-members.html -share/doc/qt2/html/qlnode.html -share/doc/qt2/html/qlocalfs-h.html -share/doc/qt2/html/qlocalfs-members.html -share/doc/qt2/html/qlocalfs.html -share/doc/qt2/html/qmag-qmag-cpp.html -share/doc/qt2/html/qmainwindow-h.html -share/doc/qt2/html/qmainwindow-m.png -share/doc/qt2/html/qmainwindow-members.html -share/doc/qt2/html/qmainwindow-w.png -share/doc/qt2/html/qmainwindow.html -share/doc/qt2/html/qmap-h.html -share/doc/qt2/html/qmap-members.html -share/doc/qt2/html/qmap.html -share/doc/qt2/html/qmapconstiterator-members.html -share/doc/qt2/html/qmapconstiterator.html -share/doc/qt2/html/qmapiterator-members.html -share/doc/qt2/html/qmapiterator.html -share/doc/qt2/html/qmenubar-h.html -share/doc/qt2/html/qmenubar-m.png -share/doc/qt2/html/qmenubar-members.html -share/doc/qt2/html/qmenubar-w.png -share/doc/qt2/html/qmenubar.html -share/doc/qt2/html/qmenudata-h.html -share/doc/qt2/html/qmenudata-members.html -share/doc/qt2/html/qmenudata.html -share/doc/qt2/html/qmessagebox-h.html -share/doc/qt2/html/qmessagebox-members.html -share/doc/qt2/html/qmessagebox.html -share/doc/qt2/html/qmetadata-members.html -share/doc/qt2/html/qmetaobject-h.html -share/doc/qt2/html/qmetaobject-members.html -share/doc/qt2/html/qmetaobject.html -share/doc/qt2/html/qmetaproperty-members.html -share/doc/qt2/html/qmetaproperty.html -share/doc/qt2/html/qmime-h.html -share/doc/qt2/html/qmimesource-members.html -share/doc/qt2/html/qmimesource.html -share/doc/qt2/html/qmimesourcefactory-members.html -share/doc/qt2/html/qmimesourcefactory.html -share/doc/qt2/html/qmlined-m.png -share/doc/qt2/html/qmlined-w.png -share/doc/qt2/html/qmngio-h.html -share/doc/qt2/html/qmotifplusstyle-h.html -share/doc/qt2/html/qmotifplusstyle-members.html -share/doc/qt2/html/qmotifplusstyle.html -share/doc/qt2/html/qmotifstyle-h.html -share/doc/qt2/html/qmotifstyle-members.html -share/doc/qt2/html/qmotifstyle.html -share/doc/qt2/html/qmouseevent-members.html -share/doc/qt2/html/qmouseevent.html -share/doc/qt2/html/qmoveevent-members.html -share/doc/qt2/html/qmoveevent.html -share/doc/qt2/html/qmovie-h.html -share/doc/qt2/html/qmovie-members.html -share/doc/qt2/html/qmovie.html -share/doc/qt2/html/qmovie.png -share/doc/qt2/html/qmsgbox-m.png -share/doc/qt2/html/qmsgbox-w.png -share/doc/qt2/html/qmultilineedit-h.html -share/doc/qt2/html/qmultilineedit-members.html -share/doc/qt2/html/qmultilineedit.html -share/doc/qt2/html/qmutex-members.html -share/doc/qt2/html/qmutex.html -share/doc/qt2/html/qnamespace-h.html -share/doc/qt2/html/qnetworkegg.html -share/doc/qt2/html/qnetworkoperation-members.html -share/doc/qt2/html/qnetworkoperation.html -share/doc/qt2/html/qnetworkprotocol-h.html -share/doc/qt2/html/qnetworkprotocol-members.html -share/doc/qt2/html/qnetworkprotocol.html -share/doc/qt2/html/qnp-h.html -share/doc/qt2/html/qnpinstance-members.html -share/doc/qt2/html/qnpinstance.html -share/doc/qt2/html/qnplugin-members.html -share/doc/qt2/html/qnplugin.html -share/doc/qt2/html/qnpstream-members.html -share/doc/qt2/html/qnpstream.html -share/doc/qt2/html/qnpwidget-members.html -share/doc/qt2/html/qnpwidget.html -share/doc/qt2/html/qobject-h.html -share/doc/qt2/html/qobject-members.html -share/doc/qt2/html/qobject.html -share/doc/qt2/html/qpaintdevice-h.html -share/doc/qt2/html/qpaintdevice-members.html -share/doc/qt2/html/qpaintdevice.html -share/doc/qt2/html/qpaintdevicemetrics-h.html -share/doc/qt2/html/qpaintdevicemetrics-members.html -share/doc/qt2/html/qpaintdevicemetrics.html -share/doc/qt2/html/qpainter-h.html -share/doc/qt2/html/qpainter-members.html -share/doc/qt2/html/qpainter.html -share/doc/qt2/html/qpaintevent-members.html -share/doc/qt2/html/qpaintevent.html -share/doc/qt2/html/qpalette-h.html -share/doc/qt2/html/qpalette-members.html -share/doc/qt2/html/qpalette.html -share/doc/qt2/html/qpen-h.html -share/doc/qt2/html/qpen-members.html -share/doc/qt2/html/qpen.html -share/doc/qt2/html/qpicture-h.html -share/doc/qt2/html/qpicture-members.html -share/doc/qt2/html/qpicture.html -share/doc/qt2/html/qpixmap-h.html -share/doc/qt2/html/qpixmap-members.html -share/doc/qt2/html/qpixmap.html -share/doc/qt2/html/qpixmapcache-h.html -share/doc/qt2/html/qpixmapcache-members.html -share/doc/qt2/html/qpixmapcache.html -share/doc/qt2/html/qplatinumstyle-h.html -share/doc/qt2/html/qplatinumstyle-members.html -share/doc/qt2/html/qplatinumstyle.html -share/doc/qt2/html/qpngimagepacker-members.html -share/doc/qt2/html/qpngimagepacker.html -share/doc/qt2/html/qpngio-h.html -share/doc/qt2/html/qpoint-h.html -share/doc/qt2/html/qpoint-members.html -share/doc/qt2/html/qpoint.html -share/doc/qt2/html/qpointarray-h.html -share/doc/qt2/html/qpointarray-members.html -share/doc/qt2/html/qpointarray.html -share/doc/qt2/html/qpopmenu-fancy.png -share/doc/qt2/html/qpopmenu-m.png -share/doc/qt2/html/qpopmenu-w.png -share/doc/qt2/html/qpopupmenu-h.html -share/doc/qt2/html/qpopupmenu-members.html -share/doc/qt2/html/qpopupmenu.html -share/doc/qt2/html/qprintdialog-h.html -share/doc/qt2/html/qprintdialog-members.html -share/doc/qt2/html/qprintdlg-m.png -share/doc/qt2/html/qprintdlg-w.png -share/doc/qt2/html/qprinter-h.html -share/doc/qt2/html/qprinter-members.html -share/doc/qt2/html/qprinter.html -share/doc/qt2/html/qprogbar-m.png -share/doc/qt2/html/qprogbar-w.png -share/doc/qt2/html/qprogdlg-m.png -share/doc/qt2/html/qprogdlg-w.png -share/doc/qt2/html/qprogressbar-h.html -share/doc/qt2/html/qprogressbar-members.html -share/doc/qt2/html/qprogressbar.html -share/doc/qt2/html/qprogressdialog-h.html -share/doc/qt2/html/qprogressdialog-members.html -share/doc/qt2/html/qprogressdialog.html -share/doc/qt2/html/qptrdict-h.html -share/doc/qt2/html/qptrdict-members.html -share/doc/qt2/html/qptrdict.html -share/doc/qt2/html/qptrdictiterator-members.html -share/doc/qt2/html/qptrdictiterator.html -share/doc/qt2/html/qpushbt-m.png -share/doc/qt2/html/qpushbt-w.png -share/doc/qt2/html/qpushbutton-h.html -share/doc/qt2/html/qpushbutton-members.html -share/doc/qt2/html/qpushbutton.html -share/doc/qt2/html/qqueue-h.html -share/doc/qt2/html/qqueue-members.html -share/doc/qt2/html/qqueue.html -share/doc/qt2/html/qradiobt-m.png -share/doc/qt2/html/qradiobt-w.png -share/doc/qt2/html/qradiobutton-h.html -share/doc/qt2/html/qradiobutton-members.html -share/doc/qt2/html/qradiobutton.html -share/doc/qt2/html/qrangecontrol-h.html -share/doc/qt2/html/qrangecontrol-members.html -share/doc/qt2/html/qrangecontrol.html -share/doc/qt2/html/qrect-h.html -share/doc/qt2/html/qrect-members.html -share/doc/qt2/html/qrect.html -share/doc/qt2/html/qregexp-h.html -share/doc/qt2/html/qregexp-members.html -share/doc/qt2/html/qregexp.html -share/doc/qt2/html/qregion-h.html -share/doc/qt2/html/qregion-members.html -share/doc/qt2/html/qregion.html -share/doc/qt2/html/qresizeevent-members.html -share/doc/qt2/html/qresizeevent.html -share/doc/qt2/html/qscrbar-m.png -share/doc/qt2/html/qscrbar-w.png -share/doc/qt2/html/qscrollbar-h.html -share/doc/qt2/html/qscrollbar-members.html -share/doc/qt2/html/qscrollbar.html -share/doc/qt2/html/qscrollview-cl.png -share/doc/qt2/html/qscrollview-h.html -share/doc/qt2/html/qscrollview-m.png -share/doc/qt2/html/qscrollview-members.html -share/doc/qt2/html/qscrollview-vp.png -share/doc/qt2/html/qscrollview-vp2.png -share/doc/qt2/html/qscrollview-w.png -share/doc/qt2/html/qscrollview.html -share/doc/qt2/html/qsemaphore-members.html -share/doc/qt2/html/qsemaphore.html -share/doc/qt2/html/qsemimodal-h.html -share/doc/qt2/html/qsemimodal-members.html -share/doc/qt2/html/qsemimodal.html -share/doc/qt2/html/qserversocket-h.html -share/doc/qt2/html/qserversocket-members.html -share/doc/qt2/html/qserversocket.html -share/doc/qt2/html/qsessionmanager-h.html -share/doc/qt2/html/qsessionmanager-members.html -share/doc/qt2/html/qsessionmanager.html -share/doc/qt2/html/qsgistyle-h.html -share/doc/qt2/html/qsgistyle-members.html -share/doc/qt2/html/qsgistyle.html -share/doc/qt2/html/qshared-h.html -share/doc/qt2/html/qshared-members.html -share/doc/qt2/html/qshared.html -share/doc/qt2/html/qshowevent-members.html -share/doc/qt2/html/qshowevent.html -share/doc/qt2/html/qsignal-h.html -share/doc/qt2/html/qsignal-members.html -share/doc/qt2/html/qsignal.html -share/doc/qt2/html/qsignalmapper-h.html -share/doc/qt2/html/qsignalmapper-members.html -share/doc/qt2/html/qsignalmapper.html -share/doc/qt2/html/qsimplerichtext-h.html -share/doc/qt2/html/qsimplerichtext-members.html -share/doc/qt2/html/qsimplerichtext.html -share/doc/qt2/html/qsize-h.html -share/doc/qt2/html/qsize-members.html -share/doc/qt2/html/qsize.html -share/doc/qt2/html/qsizegrip-h.html -share/doc/qt2/html/qsizegrip-m.png -share/doc/qt2/html/qsizegrip-members.html -share/doc/qt2/html/qsizegrip-w.png -share/doc/qt2/html/qsizegrip.html -share/doc/qt2/html/qsizepolicy-h.html -share/doc/qt2/html/qsizepolicy-members.html -share/doc/qt2/html/qsizepolicy.html -share/doc/qt2/html/qsjiscodec-h.html -share/doc/qt2/html/qsjiscodec-members.html -share/doc/qt2/html/qsjiscodec.html -share/doc/qt2/html/qslider-h.html -share/doc/qt2/html/qslider-m.png -share/doc/qt2/html/qslider-members.html -share/doc/qt2/html/qslider-w.png -share/doc/qt2/html/qslider.html -share/doc/qt2/html/qsocket-h.html -share/doc/qt2/html/qsocket-members.html -share/doc/qt2/html/qsocket.html -share/doc/qt2/html/qsocketdevice-h.html -share/doc/qt2/html/qsocketdevice-members.html -share/doc/qt2/html/qsocketdevice.html -share/doc/qt2/html/qsocketnotifier-h.html -share/doc/qt2/html/qsocketnotifier-members.html -share/doc/qt2/html/qsocketnotifier.html -share/doc/qt2/html/qsortedlist-h.html -share/doc/qt2/html/qsortedlist-members.html -share/doc/qt2/html/qsortedlist.html -share/doc/qt2/html/qsound-h.html -share/doc/qt2/html/qsound-members.html -share/doc/qt2/html/qsound.html -share/doc/qt2/html/qspaceritem-members.html -share/doc/qt2/html/qspaceritem.html -share/doc/qt2/html/qspinbox-h.html -share/doc/qt2/html/qspinbox-m.png -share/doc/qt2/html/qspinbox-members.html -share/doc/qt2/html/qspinbox-w.png -share/doc/qt2/html/qspinbox.html -share/doc/qt2/html/qspinbox2-m.png -share/doc/qt2/html/qspinbox2-w.png -share/doc/qt2/html/qsplitter-h.html -share/doc/qt2/html/qsplitter-m.png -share/doc/qt2/html/qsplitter-members.html -share/doc/qt2/html/qsplitter-w.png -share/doc/qt2/html/qsplitter.html -share/doc/qt2/html/qstack-h.html -share/doc/qt2/html/qstack-members.html -share/doc/qt2/html/qstack.html -share/doc/qt2/html/qstatusbar-h.html -share/doc/qt2/html/qstatusbar-m.png -share/doc/qt2/html/qstatusbar-members.html -share/doc/qt2/html/qstatusbar-w.png -share/doc/qt2/html/qstatusbar.html -share/doc/qt2/html/qstoreddrag-members.html -share/doc/qt2/html/qstoreddrag.html -share/doc/qt2/html/qstrilist-members.html -share/doc/qt2/html/qstrilist.html -share/doc/qt2/html/qstring-h.html -share/doc/qt2/html/qstring-members.html -share/doc/qt2/html/qstring.html -share/doc/qt2/html/qstringlist-h.html -share/doc/qt2/html/qstringlist-members.html -share/doc/qt2/html/qstringlist.html -share/doc/qt2/html/qstrlist-h.html -share/doc/qt2/html/qstrlist-members.html -share/doc/qt2/html/qstrlist.html -share/doc/qt2/html/qstrlistiterator-members.html -share/doc/qt2/html/qstrlistiterator.html -share/doc/qt2/html/qstyle-h.html -share/doc/qt2/html/qstyle-members.html -share/doc/qt2/html/qstyle.html -share/doc/qt2/html/qstylesheet-h.html -share/doc/qt2/html/qstylesheet-members.html -share/doc/qt2/html/qstylesheet.html -share/doc/qt2/html/qstylesheetitem-members.html -share/doc/qt2/html/qstylesheetitem.html -share/doc/qt2/html/qt-members.html -share/doc/qt2/html/qt.html -share/doc/qt2/html/qtab-members.html -share/doc/qt2/html/qtab.html -share/doc/qt2/html/qtabbar-h.html -share/doc/qt2/html/qtabbar-m.png -share/doc/qt2/html/qtabbar-members.html -share/doc/qt2/html/qtabbar-w.png -share/doc/qt2/html/qtabbar.html -share/doc/qt2/html/qtabdialog-h.html -share/doc/qt2/html/qtabdialog-members.html -share/doc/qt2/html/qtabdialog.html -share/doc/qt2/html/qtabdlg-m.png -share/doc/qt2/html/qtabdlg-w.png -share/doc/qt2/html/qtable-h.html -share/doc/qt2/html/qtable-members.html -share/doc/qt2/html/qtable.html -share/doc/qt2/html/qtable.png -share/doc/qt2/html/qtableitem-members.html -share/doc/qt2/html/qtableitem.html -share/doc/qt2/html/qtableselection-members.html -share/doc/qt2/html/qtableselection.html -share/doc/qt2/html/qtableview-h.html -share/doc/qt2/html/qtableview-members.html -share/doc/qt2/html/qtableview.html -share/doc/qt2/html/qtablevw-m.png -share/doc/qt2/html/qtablevw-w.png -share/doc/qt2/html/qtabwidget-h.html -share/doc/qt2/html/qtabwidget-m.png -share/doc/qt2/html/qtabwidget-members.html -share/doc/qt2/html/qtabwidget-w.png -share/doc/qt2/html/qtabwidget.html -share/doc/qt2/html/qtextbrowser-h.html -share/doc/qt2/html/qtextbrowser-m.png -share/doc/qt2/html/qtextbrowser-members.html -share/doc/qt2/html/qtextbrowser-w.png -share/doc/qt2/html/qtextbrowser.html -share/doc/qt2/html/qtextcodec-h.html -share/doc/qt2/html/qtextcodec-members.html -share/doc/qt2/html/qtextcodec.html -share/doc/qt2/html/qtextdecoder-members.html -share/doc/qt2/html/qtextdecoder.html -share/doc/qt2/html/qtextdrag-members.html -share/doc/qt2/html/qtextdrag.html -share/doc/qt2/html/qtextencoder-members.html -share/doc/qt2/html/qtextencoder.html -share/doc/qt2/html/qtextistream-members.html -share/doc/qt2/html/qtextistream.html -share/doc/qt2/html/qtextostream-members.html -share/doc/qt2/html/qtextostream.html -share/doc/qt2/html/qtextstream-h.html -share/doc/qt2/html/qtextstream-members.html -share/doc/qt2/html/qtextstream.html -share/doc/qt2/html/qtextview-h.html -share/doc/qt2/html/qtextview-members.html -share/doc/qt2/html/qtextview.html -share/doc/qt2/html/qthread-h.html -share/doc/qt2/html/qthread-members.html -share/doc/qt2/html/qthread.html -share/doc/qt2/html/qtimage-qtimage-cpp.html -share/doc/qt2/html/qtime-members.html -share/doc/qt2/html/qtime.html -share/doc/qt2/html/qtimer-h.html -share/doc/qt2/html/qtimer-members.html -share/doc/qt2/html/qtimer.html -share/doc/qt2/html/qtimerevent-members.html -share/doc/qt2/html/qtimerevent.html -share/doc/qt2/html/qtl.html -share/doc/qt2/html/qtlogo.png -share/doc/qt2/html/qtoolbar-h.html -share/doc/qt2/html/qtoolbar-members.html -share/doc/qt2/html/qtoolbar.html -share/doc/qt2/html/qtoolbutton-h.html -share/doc/qt2/html/qtoolbutton-members.html -share/doc/qt2/html/qtoolbutton.html -share/doc/qt2/html/qtooltip-h.html -share/doc/qt2/html/qtooltip-members.html -share/doc/qt2/html/qtooltip.html -share/doc/qt2/html/qtooltipgroup-members.html -share/doc/qt2/html/qtooltipgroup.html -share/doc/qt2/html/qtranslator-h.html -share/doc/qt2/html/qtranslator-members.html -share/doc/qt2/html/qtranslator.html -share/doc/qt2/html/qtranslatormessage-members.html -share/doc/qt2/html/qtranslatormessage.html -share/doc/qt2/html/qtsciicodec-h.html -share/doc/qt2/html/qtsciicodec-members.html -share/doc/qt2/html/qtsciicodec.html -share/doc/qt2/html/quridrag-members.html -share/doc/qt2/html/quridrag.html -share/doc/qt2/html/qurl-h.html -share/doc/qt2/html/qurl-members.html -share/doc/qt2/html/qurl.html -share/doc/qt2/html/qurlinfo-h.html -share/doc/qt2/html/qurlinfo-members.html -share/doc/qt2/html/qurlinfo.html -share/doc/qt2/html/qurloperator-h.html -share/doc/qt2/html/qurloperator-members.html -share/doc/qt2/html/qurloperator.html -share/doc/qt2/html/qvalidator-h.html -share/doc/qt2/html/qvalidator-members.html -share/doc/qt2/html/qvalidator.html -share/doc/qt2/html/qvaluelist-h.html -share/doc/qt2/html/qvaluelist-members.html -share/doc/qt2/html/qvaluelist.html -share/doc/qt2/html/qvaluelistconstiterator-members.html -share/doc/qt2/html/qvaluelistconstiterator.html -share/doc/qt2/html/qvaluelistiterator-members.html -share/doc/qt2/html/qvaluelistiterator.html -share/doc/qt2/html/qvaluestack-h.html -share/doc/qt2/html/qvaluestack-members.html -share/doc/qt2/html/qvaluestack.html -share/doc/qt2/html/qvariant-h.html -share/doc/qt2/html/qvariant-members.html -share/doc/qt2/html/qvariant.html -share/doc/qt2/html/qvbox-h.html -share/doc/qt2/html/qvbox-m.png -share/doc/qt2/html/qvbox-members.html -share/doc/qt2/html/qvbox-w.png -share/doc/qt2/html/qvbox.html -share/doc/qt2/html/qvbox.png -share/doc/qt2/html/qvboxlayout-members.html -share/doc/qt2/html/qvboxlayout.html -share/doc/qt2/html/qvbuttongroup-h.html -share/doc/qt2/html/qvbuttongroup-members.html -share/doc/qt2/html/qvbuttongroup.html -share/doc/qt2/html/qvector-h.html -share/doc/qt2/html/qvector-members.html -share/doc/qt2/html/qvector.html -share/doc/qt2/html/qvfb-qws.html -share/doc/qt2/html/qvgroupbox-h.html -share/doc/qt2/html/qvgroupbox-members.html -share/doc/qt2/html/qvgroupbox.html -share/doc/qt2/html/qwaitcondition-members.html -share/doc/qt2/html/qwaitcondition.html -share/doc/qt2/html/qwerty-main-cpp.html -share/doc/qt2/html/qwhatsthis-h.html -share/doc/qt2/html/qwhatsthis-members.html -share/doc/qt2/html/qwhatsthis.html -share/doc/qt2/html/qwheelevent-members.html -share/doc/qt2/html/qwheelevent.html -share/doc/qt2/html/qwidget-h.html -share/doc/qt2/html/qwidget-members.html -share/doc/qt2/html/qwidget.html -share/doc/qt2/html/qwidgetitem-members.html -share/doc/qt2/html/qwidgetitem.html -share/doc/qt2/html/qwidgetstack-h.html -share/doc/qt2/html/qwidgetstack-members.html -share/doc/qt2/html/qwidgetstack.html -share/doc/qt2/html/qwindowdefs-h.html -share/doc/qt2/html/qwindowsstyle-h.html -share/doc/qt2/html/qwindowsstyle-members.html -share/doc/qt2/html/qwindowsstyle.html -share/doc/qt2/html/qwizard-h.html -share/doc/qt2/html/qwizard-members.html -share/doc/qt2/html/qwizard.html -share/doc/qt2/html/qwmatrix-h.html -share/doc/qt2/html/qwmatrix-members.html -share/doc/qt2/html/qwmatrix.html -share/doc/qt2/html/qworkspace-h.html -share/doc/qt2/html/qworkspace-members.html -share/doc/qt2/html/qworkspace.html -share/doc/qt2/html/qwsdecoration-members.html -share/doc/qt2/html/qwsdecoration.html -share/doc/qt2/html/qwsdisplay_qws-h.html -share/doc/qt2/html/qwsmanager_qws-h.html -share/doc/qt2/html/qxml-h.html -share/doc/qt2/html/qxmlattributes-members.html -share/doc/qt2/html/qxmlattributes.html -share/doc/qt2/html/qxmlcontenthandler-members.html -share/doc/qt2/html/qxmlcontenthandler.html -share/doc/qt2/html/qxmldeclhandler-members.html -share/doc/qt2/html/qxmldeclhandler.html -share/doc/qt2/html/qxmldefaulthandler-members.html -share/doc/qt2/html/qxmldefaulthandler.html -share/doc/qt2/html/qxmldtdhandler-members.html -share/doc/qt2/html/qxmldtdhandler.html -share/doc/qt2/html/qxmlentityresolver-members.html -share/doc/qt2/html/qxmlentityresolver.html -share/doc/qt2/html/qxmlerrorhandler-members.html -share/doc/qt2/html/qxmlerrorhandler.html -share/doc/qt2/html/qxmlinputsource-members.html -share/doc/qt2/html/qxmlinputsource.html -share/doc/qt2/html/qxmllexicalhandler-members.html -share/doc/qt2/html/qxmllexicalhandler.html -share/doc/qt2/html/qxmllocator-members.html -share/doc/qt2/html/qxmllocator.html -share/doc/qt2/html/qxmlnamespacesupport-members.html -share/doc/qt2/html/qxmlnamespacesupport.html -share/doc/qt2/html/qxmlparseexception-members.html -share/doc/qt2/html/qxmlparseexception.html -share/doc/qt2/html/qxmlreader-members.html -share/doc/qt2/html/qxmlreader.html -share/doc/qt2/html/qxmlsimplereader-members.html -share/doc/qt2/html/qxmlsimplereader.html -share/doc/qt2/html/qxt-h.html -share/doc/qt2/html/qxtapplication-members.html -share/doc/qt2/html/qxtapplication.html -share/doc/qt2/html/qxtwidget-members.html -share/doc/qt2/html/qxtwidget.html -share/doc/qt2/html/rangecontrols-main-cpp.html -share/doc/qt2/html/removed20.html -share/doc/qt2/html/richtext-main-cpp.html -share/doc/qt2/html/rintersect.png -share/doc/qt2/html/rot13-rot13-cpp.html -share/doc/qt2/html/rsubtract.png -share/doc/qt2/html/runion.png -share/doc/qt2/html/running-qws.html -share/doc/qt2/html/rxor.png -share/doc/qt2/html/scribble-main-cpp.html -share/doc/qt2/html/scrollview-scrollview-cpp.html -share/doc/qt2/html/session.html -share/doc/qt2/html/session.png -share/doc/qt2/html/shared.html -share/doc/qt2/html/shclass.html -share/doc/qt2/html/showimg-main-cpp.html -share/doc/qt2/html/signalsandslots.html -share/doc/qt2/html/simple-application.html -share/doc/qt2/html/smooth.png -share/doc/qt2/html/splitter-splitter-cpp.html -share/doc/qt2/html/splitter-views-m.png -share/doc/qt2/html/splitter-views-w.png -share/doc/qt2/html/t1.html -share/doc/qt2/html/t1.png -share/doc/qt2/html/t10-cannon-cpp.html -share/doc/qt2/html/t10-cannon-h.html -share/doc/qt2/html/t10-lcdrange-cpp.html -share/doc/qt2/html/t10-lcdrange-h.html -share/doc/qt2/html/t10-main-cpp.html -share/doc/qt2/html/t10-makefile.html -share/doc/qt2/html/t10.html -share/doc/qt2/html/t10.png -share/doc/qt2/html/t11-cannon-cpp.html -share/doc/qt2/html/t11-cannon-h.html -share/doc/qt2/html/t11-lcdrange-cpp.html -share/doc/qt2/html/t11-lcdrange-h.html -share/doc/qt2/html/t11-main-cpp.html -share/doc/qt2/html/t11-makefile.html -share/doc/qt2/html/t11.html -share/doc/qt2/html/t11.png -share/doc/qt2/html/t12-cannon-cpp.html -share/doc/qt2/html/t12-cannon-h.html -share/doc/qt2/html/t12-lcdrange-cpp.html -share/doc/qt2/html/t12-lcdrange-h.html -share/doc/qt2/html/t12-main-cpp.html -share/doc/qt2/html/t12-makefile.html -share/doc/qt2/html/t12.html -share/doc/qt2/html/t12.png -share/doc/qt2/html/t13-cannon-cpp.html -share/doc/qt2/html/t13-cannon-h.html -share/doc/qt2/html/t13-gamebrd-cpp.html -share/doc/qt2/html/t13-gamebrd-h.html -share/doc/qt2/html/t13-lcdrange-cpp.html -share/doc/qt2/html/t13-lcdrange-h.html -share/doc/qt2/html/t13-main-cpp.html -share/doc/qt2/html/t13-makefile.html -share/doc/qt2/html/t13.html -share/doc/qt2/html/t13.png -share/doc/qt2/html/t14-cannon-cpp.html -share/doc/qt2/html/t14-cannon-h.html -share/doc/qt2/html/t14-gamebrd-cpp.html -share/doc/qt2/html/t14-gamebrd-h.html -share/doc/qt2/html/t14-lcdrange-cpp.html -share/doc/qt2/html/t14-lcdrange-h.html -share/doc/qt2/html/t14-main-cpp.html -share/doc/qt2/html/t14-makefile.html -share/doc/qt2/html/t14.html -share/doc/qt2/html/t14.png -share/doc/qt2/html/t2.html -share/doc/qt2/html/t2.png -share/doc/qt2/html/t3.html -share/doc/qt2/html/t3.png -share/doc/qt2/html/t4.html -share/doc/qt2/html/t4.png -share/doc/qt2/html/t5.html -share/doc/qt2/html/t5.png -share/doc/qt2/html/t6.html -share/doc/qt2/html/t6.png -share/doc/qt2/html/t7-lcdrange-cpp.html -share/doc/qt2/html/t7-lcdrange-h.html -share/doc/qt2/html/t7-main-cpp.html -share/doc/qt2/html/t7-makefile.html -share/doc/qt2/html/t7.html -share/doc/qt2/html/t7.png -share/doc/qt2/html/t8-cannon-cpp.html -share/doc/qt2/html/t8-cannon-h.html -share/doc/qt2/html/t8-lcdrange-cpp.html -share/doc/qt2/html/t8-lcdrange-h.html -share/doc/qt2/html/t8-main-cpp.html -share/doc/qt2/html/t8-makefile.html -share/doc/qt2/html/t8.html -share/doc/qt2/html/t8.png -share/doc/qt2/html/t9-cannon-cpp.html -share/doc/qt2/html/t9-cannon-h.html -share/doc/qt2/html/t9-lcdrange-cpp.html -share/doc/qt2/html/t9-lcdrange-h.html -share/doc/qt2/html/t9-main-cpp.html -share/doc/qt2/html/t9-makefile.html -share/doc/qt2/html/t9.html -share/doc/qt2/html/t9.png -share/doc/qt2/html/t9_1.png -share/doc/qt2/html/t9_2.png -share/doc/qt2/html/tabdialog-main-cpp.html -share/doc/qt2/html/table.html -share/doc/qt2/html/test.png -share/doc/qt2/html/tetrix-tetrix-cpp.html -share/doc/qt2/html/themes-main-cpp.html -share/doc/qt2/html/threads.html -share/doc/qt2/html/tictac-main-cpp.html -share/doc/qt2/html/time.html -share/doc/qt2/html/timers.html -share/doc/qt2/html/tools.html -share/doc/qt2/html/tooltip-main-cpp.html -share/doc/qt2/html/topicals.html -share/doc/qt2/html/trivial-trivial-cpp.html -share/doc/qt2/html/troll.html -share/doc/qt2/html/tutorial.html -share/doc/qt2/html/tutorial.png -share/doc/qt2/html/unicode.html -share/doc/qt2/html/unsmooth.png -share/doc/qt2/html/validator-main-cpp.html -share/doc/qt2/html/whatsthis.png -share/doc/qt2/html/winsystem.html -share/doc/qt2/html/wizard-main-cpp.html -share/doc/qt2/html/workspace.html -share/doc/qt2/html/xform-xform-cpp.html -share/doc/qt2/html/xml-sax.html -share/doc/qt2/html/xml.html -share/doc/qt2/html/xt.html -share/doc/qt2/html/y2k.html -@dirrm share/doc/qt2/html/designer/stylesheet-images -@dirrm share/doc/qt2/html/designer/figures -@dirrm share/doc/qt2/html/designer -@dirrm share/doc/qt2/html -@dirrm share/doc/qt2 -@dirrm include/qt2 diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile deleted file mode 100644 index 3b638d903715..000000000000 --- a/x11-toolkits/qt31/Makefile +++ /dev/null @@ -1,118 +0,0 @@ -# New ports collection makefile for: qt22 -# Date created: 17 Jul 1999 -# Whom: imura@kml.cs.titech.ac.jp -# -# $FreeBSD$ -# - -PORTNAME= qt -PORTVERSION= 2.2.1 -CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ -DISTNAME= qt-x11-${PORTVERSION} - -MAINTAINER= will@FreeBSD.org - -LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_MESA= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_NEWGCC= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm -gif \ - -I${LOCALBASE}/include -L${LOCALBASE}/lib -CONFIGURE_ENV= QTDIR=${WRKSRC} -MAKE_ENV= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib - -CONFIG= ${WRKSRC}/configs/freebsd-g++-${STATIC} - -.if !defined(NOPORTDOCS) -.include "${.CURDIR}/files/manpages" -.endif - -.if defined(WANT_STATIC) -STATIC=static -CONFIGURE_ARGS+=-static -.else -STATIC=shared -INSTALLS_SHLIB=yes -.endif - -pre-fetch: -.if !defined(QT_GIF_AVAILABLE) && !defined(HAVE_UNISYS_LICENSE) - @${ECHO} - @${ECHO} "GIF support is disabled in QT by default due to the" - @${ECHO} "restrictive license on LZW compression owned by Unisys." - @${ECHO} "To build with GIF support, use" - @${ECHO} - @${ECHO} " ${MAKE} -DQT_GIF_AVAILABLE [other args]" - @${ECHO} "or" - @${ECHO} " ${MAKE} -DHAVE_UNISYS_LICENSE [other args]" - @${ECHO} -.endif -.if exists(${X11BASE}/lib/libqt2.so.3) -.if !defined(WANT_STATIC) - @${ECHO} "An older version of QT2 is installed. To avoid clobbering" - @${ECHO} "that installation, deinstall it and then install this port." - @${ECHO} "Note that this port contains beta-quality source code and" - @${ECHO} "must be used only wherever absolutely needed, such as for" - @${ECHO} "KDE 2.0 and later." - @${FALSE} -.endif -.endif - -pre-configure: - @${CP} ${CONFIG} ${CONFIG}.new - ${SED} -e "s,gcc,${CC},g" ${CONFIG}.new | ${SED} -e "s,g\+\+,${CXX},g" | \ - ${SED} -e "s,/usr/X11R6,${X11BASE},g" | ${SED} -e "s,-pipe -O2,${CXXFLAGS},g" > ${CONFIG} - ${PERL} -pi -e "s@VER_MAJ = 2@VER_MAJ = 4@g" ${WRKSRC}/src/Makefile.in - ${PERL} -pi -e "s@TARGET = qt@TARGET = qt2@g" ${WRKSRC}/src/Makefile.in - ${PERL} -pi -e "s@TARGET\t= moc@TARGET = moc2@g" ${WRKSRC}/src/moc/Makefile.in - ${PERL} -pi -e "s@rm -f bin/moc@rm -f bin/moc2@g" ${WRKSRC}/Makefile - ${PERL} -pi -e "s@cp src/moc/moc bin/moc@cp src/moc/moc2 bin/moc2@g" ${WRKSRC}/Makefile - ${PERL} -pi -e "s@symlinks src-moc src-mt sub-src sub-tools sub-tutorial sub-examples@symlinks src-moc src-mt sub-src sub-tools@g" ${WRKSRC}/Makefile - ${PERL} -pi -e "s@-L../lib@-L${WRKSRC}/lib@g" ${WRKSRC}/tools/designer/uic/Makefile.in - -post-configure: - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} symlinks) - -do-install: - ${MKDIR} ${PREFIX}/include/qt2 -.for BIN in designer moc2 uic - ${INSTALL_PROGRAM} ${WRKSRC}/bin/${BIN} ${PREFIX}/bin -.endfor -.for SCRIPT in findtr qt20fix qtrename140 - ${INSTALL_SCRIPT} ${WRKSRC}/bin/${SCRIPT} ${PREFIX}/bin -.endfor - ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/qt2 -.for LIB in qt2 qutil - ${INSTALL_DATA} ${WRKSRC}/lib/lib${LIB}* ${PREFIX}/lib -.endfor -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/qt2/html/designer/figures - ${MKDIR} ${PREFIX}/share/doc/qt2/html/designer/stylesheet-images - (cd ${WRKSRC} ; \ - ${INSTALL_DATA} ANNOUNCE ${PREFIX}/share/doc/qt2 ; \ - ${INSTALL_DATA} FAQ ${PREFIX}/share/doc/qt2 ; \ - ${INSTALL_DATA} LICENSE.QPL ${PREFIX}/share/doc/qt2 ; \ - ${INSTALL_DATA} PORTING ${PREFIX}/share/doc/qt2 ; \ - ${INSTALL_DATA} README ${PREFIX}/share/doc/qt2 ; \ - ${INSTALL_DATA} README.QT ${PREFIX}/share/doc/qt2 ; \ - ${INSTALL_DATA} doc/html/*.html doc/html/*.png ${PREFIX}/share/doc/qt2/html ; \ - ${INSTALL_DATA} doc/html/designer/*.html ${PREFIX}/share/doc/qt2/html/designer ; \ - ${INSTALL_DATA} doc/html/designer/figures/* ${PREFIX}/share/doc/qt2/html/designer/figures ; \ - ${INSTALL_MAN} doc/man/man3/q* ${PREFIX}/man/man3 ) -.endif - -.if defined(WANT_STATIC) -post-install: - @${PERL} -pi -e 's/libqt2\.so/libqt2.a/' ${TMPPLIST} - @${PERL} -pi -e 's/.*libqt2\.a\.\d\n//' ${TMPPLIST} - @${PERL} -pi -e 's/libqutil\.so/libqutil.a/' ${TMPPLIST} - @${PERL} -pi -e 's/.*libqutil\.a\.\d\n//' ${TMPPLIST} -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/qt31/distinfo b/x11-toolkits/qt31/distinfo deleted file mode 100644 index e7dbb76ab284..000000000000 --- a/x11-toolkits/qt31/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (qt-x11-2.2.1.tar.gz) = c5a65c4ded0330fa6b44c24fd93b938e diff --git a/x11-toolkits/qt31/files/manpages b/x11-toolkits/qt31/files/manpages deleted file mode 100644 index 27329053a55a..000000000000 --- a/x11-toolkits/qt31/files/manpages +++ /dev/null @@ -1,330 +0,0 @@ -MAN3= \ -qaccel.3qt \ -qaction.3qt \ -qactiongroup.3qt \ -qapplication.3qt \ -qarray.3qt \ -qasciicache.3qt \ -qasciicacheiterator.3qt \ -qasciidict.3qt \ -qasciidictiterator.3qt \ -qasyncio.3qt \ -qbitarray.3qt \ -qbitmap.3qt \ -qbitval.3qt \ -qboxlayout.3qt \ -qbrush.3qt \ -qbuffer.3qt \ -qbutton.3qt \ -qbuttongroup.3qt \ -qbytearray.3qt \ -qcache.3qt \ -qcacheiterator.3qt \ -qcanvas.3qt \ -qcanvasellipse.3qt \ -qcanvasitem.3qt \ -qcanvasline.3qt \ -qcanvaspixmap.3qt \ -qcanvaspixmaparray.3qt \ -qcanvaspolygon.3qt \ -qcanvaspolygonalitem.3qt \ -qcanvasrectangle.3qt \ -qcanvassprite.3qt \ -qcanvastext.3qt \ -qcanvasview.3qt \ -qcdestyle.3qt \ -qchar.3qt \ -qcharref.3qt \ -qcheckbox.3qt \ -qchecklistitem.3qt \ -qchildevent.3qt \ -qclipboard.3qt \ -qcloseevent.3qt \ -qcollection.3qt \ -qcolor.3qt \ -qcolordialog.3qt \ -qcolordrag.3qt \ -qcolorgroup.3qt \ -qcombobox.3qt \ -qcommonstyle.3qt \ -qconststring.3qt \ -qcstring.3qt \ -qcursor.3qt \ -qcustomevent.3qt \ -qcustommenuitem.3qt \ -qdatapump.3qt \ -qdatasink.3qt \ -qdatasource.3qt \ -qdatastream.3qt \ -qdate.3qt \ -qdatetime.3qt \ -qdial.3qt \ -qdialog.3qt \ -qdict.3qt \ -qdictiterator.3qt \ -qdir.3qt \ -qdns.3qt \ -qdomattr.3qt \ -qdomcdatasection.3qt \ -qdomcharacterdata.3qt \ -qdomcomment.3qt \ -qdomdocument.3qt \ -qdomdocumentfragment.3qt \ -qdomdocumenttype.3qt \ -qdomelement.3qt \ -qdomentity.3qt \ -qdomentityreference.3qt \ -qdomimplementation.3qt \ -qdomnamednodemap.3qt \ -qdomnode.3qt \ -qdomnodelist.3qt \ -qdomnotation.3qt \ -qdomprocessinginstruction.3qt \ -qdomtext.3qt \ -qdoublevalidator.3qt \ -qdragenterevent.3qt \ -qdragleaveevent.3qt \ -qdragmoveevent.3qt \ -qdragobject.3qt \ -qdropevent.3qt \ -qdropsite.3qt \ -qeucjpcodec.3qt \ -qeuckrcodec.3qt \ -qevent.3qt \ -qfile.3qt \ -qfiledialog.3qt \ -qfileiconprovider.3qt \ -qfileinfo.3qt \ -qfilepreview.3qt \ -qfocusdata.3qt \ -qfocusevent.3qt \ -qfont.3qt \ -qfontdatabase.3qt \ -qfontdialog.3qt \ -qfontinfo.3qt \ -qfontmetrics.3qt \ -qframe.3qt \ -qftp.3qt \ -qgarray.3qt \ -qgbkcodec.3qt \ -qgcache.3qt \ -qgcacheiterator.3qt \ -qgdict.3qt \ -qgdictiterator.3qt \ -qgl.3qt \ -qglayoutiterator.3qt \ -qglcontext.3qt \ -qglformat.3qt \ -qglist.3qt \ -qglistiterator.3qt \ -qglwidget.3qt \ -qgrid.3qt \ -qgridlayout.3qt \ -qgroupbox.3qt \ -qguardedptr.3qt \ -qgvector.3qt \ -qhbox.3qt \ -qhboxlayout.3qt \ -qhbuttongroup.3qt \ -qheader.3qt \ -qhgroupbox.3qt \ -qhideevent.3qt \ -qhostaddress.3qt \ -qicondrag.3qt \ -qicondragitem.3qt \ -qiconset.3qt \ -qiconview.3qt \ -qiconviewitem.3qt \ -qimage.3qt \ -qimageconsumer.3qt \ -qimagedecoder.3qt \ -qimagedrag.3qt \ -qimageformat.3qt \ -qimageformattype.3qt \ -qimageio.3qt \ -qinputdialog.3qt \ -qintcache.3qt \ -qintcacheiterator.3qt \ -qintdict.3qt \ -qintdictiterator.3qt \ -qintvalidator.3qt \ -qiodevice.3qt \ -qiodevicesource.3qt \ -qjiscodec.3qt \ -qjpunicodeconv.3qt \ -qkeyevent.3qt \ -qlabel.3qt \ -qlayout.3qt \ -qlayoutitem.3qt \ -qlayoutiterator.3qt \ -qlcdnumber.3qt \ -qlineedit.3qt \ -qlist.3qt \ -qlistbox.3qt \ -qlistboxitem.3qt \ -qlistboxpixmap.3qt \ -qlistboxtext.3qt \ -qlistiterator.3qt \ -qlistview.3qt \ -qlistviewitem.3qt \ -qlistviewitemiterator.3qt \ -qlnode.3qt \ -qlocalfs.3qt \ -qmainwindow.3qt \ -qmap.3qt \ -qmapconstiterator.3qt \ -qmapiterator.3qt \ -qmenubar.3qt \ -qmenudata.3qt \ -qmessagebox.3qt \ -qmetaobject.3qt \ -qmetaproperty.3qt \ -qmimesource.3qt \ -qmimesourcefactory.3qt \ -qmotifplusstyle.3qt \ -qmotifstyle.3qt \ -qmouseevent.3qt \ -qmoveevent.3qt \ -qmovie.3qt \ -qmultilineedit.3qt \ -qmutex.3qt \ -qnetworkoperation.3qt \ -qnetworkprotocol.3qt \ -qnpinstance.3qt \ -qnplugin.3qt \ -qnpstream.3qt \ -qnpwidget.3qt \ -qobject.3qt \ -qpaintdevice.3qt \ -qpaintdevicemetrics.3qt \ -qpainter.3qt \ -qpaintevent.3qt \ -qpalette.3qt \ -qpen.3qt \ -qpicture.3qt \ -qpixmap.3qt \ -qpixmapcache.3qt \ -qplatinumstyle.3qt \ -qpngimagepacker.3qt \ -qpoint.3qt \ -qpointarray.3qt \ -qpopupmenu.3qt \ -qprinter.3qt \ -qprogressbar.3qt \ -qprogressdialog.3qt \ -qptrdict.3qt \ -qptrdictiterator.3qt \ -qpushbutton.3qt \ -qqueue.3qt \ -qradiobutton.3qt \ -qrangecontrol.3qt \ -qrect.3qt \ -qregexp.3qt \ -qregion.3qt \ -qresizeevent.3qt \ -qscrollbar.3qt \ -qscrollview.3qt \ -qsemaphore.3qt \ -qsemimodal.3qt \ -qserversocket.3qt \ -qsessionmanager.3qt \ -qsgistyle.3qt \ -qshared.3qt \ -qshowevent.3qt \ -qsignal.3qt \ -qsignalmapper.3qt \ -qsimplerichtext.3qt \ -qsize.3qt \ -qsizegrip.3qt \ -qsizepolicy.3qt \ -qsjiscodec.3qt \ -qslider.3qt \ -qsocket.3qt \ -qsocketdevice.3qt \ -qsocketnotifier.3qt \ -qsortedlist.3qt \ -qsound.3qt \ -qspaceritem.3qt \ -qspinbox.3qt \ -qsplitter.3qt \ -qstack.3qt \ -qstatusbar.3qt \ -qstoreddrag.3qt \ -qstrilist.3qt \ -qstring.3qt \ -qstringlist.3qt \ -qstrlist.3qt \ -qstrlistiterator.3qt \ -qstyle.3qt \ -qstylesheet.3qt \ -qstylesheetitem.3qt \ -qt.3qt \ -qtab.3qt \ -qtabbar.3qt \ -qtabdialog.3qt \ -qtable.3qt \ -qtableitem.3qt \ -qtableselection.3qt \ -qtableview.3qt \ -qtabwidget.3qt \ -qtextbrowser.3qt \ -qtextcodec.3qt \ -qtextdecoder.3qt \ -qtextdrag.3qt \ -qtextencoder.3qt \ -qtextistream.3qt \ -qtextostream.3qt \ -qtextstream.3qt \ -qtextview.3qt \ -qthread.3qt \ -qtime.3qt \ -qtimer.3qt \ -qtimerevent.3qt \ -qtoolbar.3qt \ -qtoolbutton.3qt \ -qtooltip.3qt \ -qtooltipgroup.3qt \ -qtranslator.3qt \ -qtsciicodec.3qt \ -quridrag.3qt \ -qurl.3qt \ -qtranslatormessage.3qt \ -qurloperator.3qt \ -qvalidator.3qt \ -qvaluelist.3qt \ -qvaluelistconstiterator.3qt \ -qvaluelistiterator.3qt \ -qvaluestack.3qt \ -qvariant.3qt \ -qvbox.3qt \ -qvboxlayout.3qt \ -qvbuttongroup.3qt \ -qvector.3qt \ -qvgroupbox.3qt \ -qwhatsthis.3qt \ -qwheelevent.3qt \ -qwaitcondition.3qt \ -qwidget.3qt \ -qwidgetitem.3qt \ -qwidgetstack.3qt \ -qwindowsstyle.3qt \ -qwizard.3qt \ -qwmatrix.3qt \ -qworkspace.3qt \ -qwsdecoration.3qt \ -qxmlattributes.3qt \ -qxmlcontenthandler.3qt \ -qxmldeclhandler.3qt \ -qxmldefaulthandler.3qt \ -qxmldtdhandler.3qt \ -qxmlentityresolver.3qt \ -qxmlerrorhandler.3qt \ -qxmlinputsource.3qt \ -qxmllexicalhandler.3qt \ -qxmllocator.3qt \ -qxmlnamespacesupport.3qt \ -qxmlparseexception.3qt \ -qxmlreader.3qt \ -qxmlsimplereader.3qt \ -qxtapplication.3qt \ -qxtwidget.3qt diff --git a/x11-toolkits/qt31/files/patch-aa b/x11-toolkits/qt31/files/patch-aa deleted file mode 100644 index b95cbe905e2e..000000000000 --- a/x11-toolkits/qt31/files/patch-aa +++ /dev/null @@ -1,40 +0,0 @@ ---- configs/freebsd-g++-shared Sun Sep 10 18:44:24 2000 -+++ configs/freebsd-g++-shared.new Sun Sep 10 18:44:53 2000 -@@ -21,7 +21,7 @@ - SYSCONF_LIBS_X11 = -lXext -lX11 -lm - # Qt, Qt+OpenGL - SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib --SYSCONF_LIBS_QT = -lqt$(QT_THREAD_SUFFIX) -+SYSCONF_LIBS_QT = -lqt2$(QT_THREAD_SUFFIX) - SYSCONF_LIBS_QT_OPENGL = - # OpenGL - SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib -@@ -44,7 +44,7 @@ - SYSCONF_LIBS_THREAD = - - # Meta-object compiler --SYSCONF_MOC = $(QTDIR)/bin/moc -+SYSCONF_MOC = $(QTDIR)/bin/moc2 - - # UI compiler - SYSCONF_UIC = $(QTDIR)/bin/uic -@@ -55,16 +55,14 @@ - # - Usually needs to incorporate $(VER_MAJ), $(VER_MIN) and $(VER_PATCH) - # - SYSCONF_LINK_SHLIB = g++ --SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH) -+SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ) - SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ - $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ - $(OBJECTS) $(OBJMOC) $(LIBS) && \ - mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ - cd $(DESTDIR) && \ -- rm -f lib$(TARGET).so lib$(TARGET).so.$(VER_MAJ) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN); \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so; \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ); \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) -+ rm -f lib$(TARGET).so;\ -+ ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so - - # Linking static libraries - # - Build the $(TARGET) library, eg. lib$(TARGET).a diff --git a/x11-toolkits/qt31/files/patch-af b/x11-toolkits/qt31/files/patch-af deleted file mode 100644 index b231b8d9f0be..000000000000 --- a/x11-toolkits/qt31/files/patch-af +++ /dev/null @@ -1,20 +0,0 @@ ---- configs/freebsd-g++-static Sat Sep 16 14:47:56 2000 -+++ configs/freebsd-g++-static.new Sat Sep 16 14:48:06 2000 -@@ -21,7 +21,7 @@ - SYSCONF_LIBS_X11 = -lXext -lX11 -lm - # Qt, Qt+OpenGL - SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib --SYSCONF_LIBS_QT = -lqt$(QT_THREAD_SUFFIX) -+SYSCONF_LIBS_QT = -lqt2$(QT_THREAD_SUFFIX) - SYSCONF_LIBS_QT_OPENGL = - # OpenGL - SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib -@@ -44,7 +44,7 @@ - SYSCONF_LIBS_THREAD = - - # Meta-object compiler --SYSCONF_MOC = $(QTDIR)/bin/moc -+SYSCONF_MOC = $(QTDIR)/bin/moc2 - - # UI compiler - SYSCONF_UIC = $(QTDIR)/bin/uic diff --git a/x11-toolkits/qt31/pkg-comment b/x11-toolkits/qt31/pkg-comment deleted file mode 100644 index 0e56180e5c92..000000000000 --- a/x11-toolkits/qt31/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A C++ X GUI toolkit diff --git a/x11-toolkits/qt31/pkg-descr b/x11-toolkits/qt31/pkg-descr deleted file mode 100644 index 78327aaabb1c..000000000000 --- a/x11-toolkits/qt31/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Qt is a toolkit for building a GUI for X in C++. The main -documentation is in share/doc/qt2 and is also available on -the web. - -WWW: http://doc.trolltech.com/ diff --git a/x11-toolkits/qt31/pkg-plist b/x11-toolkits/qt31/pkg-plist deleted file mode 100644 index 6c8919a2de9b..000000000000 --- a/x11-toolkits/qt31/pkg-plist +++ /dev/null @@ -1,1680 +0,0 @@ -bin/designer -bin/findtr -bin/moc2 -bin/qt20fix -bin/qtrename140 -bin/uic -include/qt2/jri.h -include/qt2/jritypes.h -include/qt2/npapi.h -include/qt2/npupp.h -include/qt2/q1xcompatibility.h -include/qt2/qabstractlayout.h -include/qt2/qaccel.h -include/qt2/qaction.h -include/qt2/qapp.h -include/qt2/qapplication.h -include/qt2/qarray.h -include/qt2/qasciicache.h -include/qt2/qasciidict.h -include/qt2/qasyncimageio.h -include/qt2/qasyncio.h -include/qt2/qbig5codec.h -include/qt2/qbitarray.h -include/qt2/qbitarry.h -include/qt2/qbitmap.h -include/qt2/qbrush.h -include/qt2/qbttngrp.h -include/qt2/qbuffer.h -include/qt2/qbutton.h -include/qt2/qbuttongroup.h -include/qt2/qcache.h -include/qt2/qcanvas.h -include/qt2/qcdestyle.h -include/qt2/qcheckbox.h -include/qt2/qchkbox.h -include/qt2/qclipboard.h -include/qt2/qclipbrd.h -include/qt2/qcollect.h -include/qt2/qcollection.h -include/qt2/qcolor.h -include/qt2/qcolordialog.h -include/qt2/qcombo.h -include/qt2/qcombobox.h -include/qt2/qcommonstyle.h -include/qt2/qconfig-dist.h -include/qt2/qconfig-embedded.h -include/qt2/qconfig-minimal.h -include/qt2/qconfig-qpim.h -include/qt2/qconfig.h -include/qt2/qconnect.h -include/qt2/qconnection.h -include/qt2/qcstring.h -include/qt2/qcursor.h -include/qt2/qdatastream.h -include/qt2/qdatetime.h -include/qt2/qdatetm.h -include/qt2/qdial.h -include/qt2/qdialog.h -include/qt2/qdict.h -include/qt2/qdir.h -include/qt2/qdns.h -include/qt2/qdom.h -include/qt2/qdragobject.h -include/qt2/qdrawutil.h -include/qt2/qdrawutl.h -include/qt2/qdropsite.h -include/qt2/qdstream.h -include/qt2/qeucjpcodec.h -include/qt2/qeuckrcodec.h -include/qt2/qevent.h -include/qt2/qfeatures.h -include/qt2/qfile.h -include/qt2/qfiledef.h -include/qt2/qfiledialog.h -include/qt2/qfiledlg.h -include/qt2/qfileinf.h -include/qt2/qfileinfo.h -include/qt2/qfocusdata.h -include/qt2/qfont.h -include/qt2/qfontdatabase.h -include/qt2/qfontdialog.h -include/qt2/qfontdta.h -include/qt2/qfontinf.h -include/qt2/qfontinfo.h -include/qt2/qfontmet.h -include/qt2/qfontmetrics.h -include/qt2/qframe.h -include/qt2/qftp.h -include/qt2/qgarray.h -include/qt2/qgbkcodec.h -include/qt2/qgcache.h -include/qt2/qgdict.h -include/qt2/qgeneric.h -include/qt2/qgif.h -include/qt2/qgl.h -include/qt2/qglist.h -include/qt2/qglobal.h -include/qt2/qgrid.h -include/qt2/qgroupbox.h -include/qt2/qgrpbox.h -include/qt2/qguardedptr.h -include/qt2/qgvector.h -include/qt2/qhbox.h -include/qt2/qhbuttongroup.h -include/qt2/qheader.h -include/qt2/qhgroupbox.h -include/qt2/qhostaddress.h -include/qt2/qiconset.h -include/qt2/qiconview.h -include/qt2/qimage.h -include/qt2/qinputdialog.h -include/qt2/qintcach.h -include/qt2/qintcache.h -include/qt2/qintdict.h -include/qt2/qiodev.h -include/qt2/qiodevice.h -include/qt2/qjiscodec.h -include/qt2/qjpegio.h -include/qt2/qjpunicode.h -include/qt2/qkeycode.h -include/qt2/qkoi8codec.h -include/qt2/qlabel.h -include/qt2/qlayout.h -include/qt2/qlcdnum.h -include/qt2/qlcdnumber.h -include/qt2/qlined.h -include/qt2/qlineedit.h -include/qt2/qlist.h -include/qt2/qlistbox.h -include/qt2/qlistview.h -include/qt2/qlocalfs.h -include/qt2/qmainwindow.h -include/qt2/qmap.h -include/qt2/qmenubar.h -include/qt2/qmenudata.h -include/qt2/qmenudta.h -include/qt2/qmessagebox.h -include/qt2/qmetaobj.h -include/qt2/qmetaobject.h -include/qt2/qmime.h -include/qt2/qmlined.h -include/qt2/qmngio.h -include/qt2/qmodules.h -include/qt2/qmotifplusstyle.h -include/qt2/qmotifstyle.h -include/qt2/qmovie.h -include/qt2/qmsgbox.h -include/qt2/qmultilinedit.h -include/qt2/qmultilineedit.h -include/qt2/qnamespace.h -include/qt2/qnetwork.h -include/qt2/qnetworkprotocol.h -include/qt2/qnp.h -include/qt2/qobjcoll.h -include/qt2/qobjdefs.h -include/qt2/qobject.h -include/qt2/qobjectdefs.h -include/qt2/qobjectdict.h -include/qt2/qobjectlist.h -include/qt2/qpaintd.h -include/qt2/qpaintdc.h -include/qt2/qpaintdevice.h -include/qt2/qpaintdevicedefs.h -include/qt2/qpaintdevicemetrics.h -include/qt2/qpainter.h -include/qt2/qpalette.h -include/qt2/qpdevmet.h -include/qt2/qpen.h -include/qt2/qpicture.h -include/qt2/qpixmap.h -include/qt2/qpixmapcache.h -include/qt2/qplatinumstyle.h -include/qt2/qpmcache.h -include/qt2/qpngio.h -include/qt2/qpntarry.h -include/qt2/qpoint.h -include/qt2/qpointarray.h -include/qt2/qpolygonscanner.h -include/qt2/qpopmenu.h -include/qt2/qpopupmenu.h -include/qt2/qprintdialog.h -include/qt2/qprinter.h -include/qt2/qprndlg.h -include/qt2/qprogbar.h -include/qt2/qprogdlg.h -include/qt2/qprogressbar.h -include/qt2/qprogressdialog.h -include/qt2/qpsprn.h -include/qt2/qptrdict.h -include/qt2/qpushbt.h -include/qt2/qpushbutton.h -include/qt2/qqueue.h -include/qt2/qradiobt.h -include/qt2/qradiobutton.h -include/qt2/qrangecontrol.h -include/qt2/qrangect.h -include/qt2/qrect.h -include/qt2/qregexp.h -include/qt2/qregion.h -include/qt2/qrtlcodec.h -include/qt2/qscrbar.h -include/qt2/qscrollbar.h -include/qt2/qscrollview.h -include/qt2/qsemimodal.h -include/qt2/qserversocket.h -include/qt2/qsession.h -include/qt2/qsessionmanager.h -include/qt2/qsgistyle.h -include/qt2/qshared.h -include/qt2/qsignal.h -include/qt2/qsignalmapper.h -include/qt2/qsignalslotimp.h -include/qt2/qsimplerichtext.h -include/qt2/qsize.h -include/qt2/qsizegrip.h -include/qt2/qsizepolicy.h -include/qt2/qsjiscodec.h -include/qt2/qslider.h -include/qt2/qsmartptr.h -include/qt2/qsocket.h -include/qt2/qsocketdevice.h -include/qt2/qsocketnotifier.h -include/qt2/qsocknot.h -include/qt2/qsortedlist.h -include/qt2/qsound.h -include/qt2/qspinbox.h -include/qt2/qsplitter.h -include/qt2/qstack.h -include/qt2/qstatusbar.h -include/qt2/qstring.h -include/qt2/qstringlist.h -include/qt2/qstrlist.h -include/qt2/qstrvec.h -include/qt2/qstyle.h -include/qt2/qstylesheet.h -include/qt2/qt.h -include/qt2/qt_x11.h -include/qt2/qtabbar.h -include/qt2/qtabdialog.h -include/qt2/qtabdlg.h -include/qt2/qtable.h -include/qt2/qtableview.h -include/qt2/qtablevw.h -include/qt2/qtabwidget.h -include/qt2/qtextbrowser.h -include/qt2/qtextcodec.h -include/qt2/qtextstream.h -include/qt2/qtextview.h -include/qt2/qthread.h -include/qt2/qtimer.h -include/qt2/qtl.h -include/qt2/qtoolbar.h -include/qt2/qtoolbutton.h -include/qt2/qtooltip.h -include/qt2/qtranslator.h -include/qt2/qtsciicodec.h -include/qt2/qtstream.h -include/qt2/qurl.h -include/qt2/qurlinfo.h -include/qt2/qurloperator.h -include/qt2/qutfcodec.h -include/qt2/qvalidator.h -include/qt2/qvaluelist.h -include/qt2/qvaluestack.h -include/qt2/qvariant.h -include/qt2/qvbox.h -include/qt2/qvbuttongroup.h -include/qt2/qvector.h -include/qt2/qvgroupbox.h -include/qt2/qwhatsthis.h -include/qt2/qwidcoll.h -include/qt2/qwidget.h -include/qt2/qwidgetintdict.h -include/qt2/qwidgetlist.h -include/qt2/qwidgetstack.h -include/qt2/qwindefs.h -include/qt2/qwindow.h -include/qt2/qwindowdefs.h -include/qt2/qwindowsstyle.h -include/qt2/qwizard.h -include/qt2/qwmatrix.h -include/qt2/qworkspace.h -include/qt2/qxml.h -include/qt2/qxt.h -lib/libqt2.so -lib/libqt2.so.4 -lib/libqutil.so -lib/libqutil.so.1 -share/doc/qt2/ANNOUNCE -share/doc/qt2/FAQ -share/doc/qt2/LICENSE.QPL -share/doc/qt2/PORTING -share/doc/qt2/README -share/doc/qt2/README.QT -share/doc/qt2/html/HOWTO-framebuffer.html -share/doc/qt2/html/aboutqt.html -share/doc/qt2/html/abstractwidgets.html -share/doc/qt2/html/accelerators.html -share/doc/qt2/html/aclock-main-cpp.html -share/doc/qt2/html/action-main-cpp.html -share/doc/qt2/html/addressbook-main-cpp.html -share/doc/qt2/html/advanced.html -share/doc/qt2/html/annotated.html -share/doc/qt2/html/appearance.html -share/doc/qt2/html/appicon.html -share/doc/qt2/html/application-main-cpp.html -share/doc/qt2/html/application.html -share/doc/qt2/html/basic.html -share/doc/qt2/html/bearings.png -share/doc/qt2/html/biff-main-cpp.html -share/doc/qt2/html/book.png -share/doc/qt2/html/bughowto.html -share/doc/qt2/html/buttongroup-m.png -share/doc/qt2/html/buttongroup-w.png -share/doc/qt2/html/buttongroups-main-cpp.html -share/doc/qt2/html/buyhowto.html -share/doc/qt2/html/canvas.html -share/doc/qt2/html/casestudy-qws.html -share/doc/qt2/html/changes21.html -share/doc/qt2/html/changes211.html -share/doc/qt2/html/changes22.html -share/doc/qt2/html/charinput-qws.html -share/doc/qt2/html/checklists-main-cpp.html -share/doc/qt2/html/classes.html -share/doc/qt2/html/collection.html -share/doc/qt2/html/commonproblems.html -share/doc/qt2/html/coordsys.html -share/doc/qt2/html/coordsys.png -share/doc/qt2/html/credits.html -share/doc/qt2/html/cursor-cursor-cpp.html -share/doc/qt2/html/customlayout-main-cpp.html -share/doc/qt2/html/customlayout.html -share/doc/qt2/html/datastreamformat.html -share/doc/qt2/html/dclock-main-cpp.html -share/doc/qt2/html/debug.html -share/doc/qt2/html/design.html -share/doc/qt2/html/designer.html -share/doc/qt2/html/designer.png -share/doc/qt2/html/designer/book1.html -share/doc/qt2/html/designer/chap10_1.html -share/doc/qt2/html/designer/chap1_1.html -share/doc/qt2/html/designer/chap2_1.html -share/doc/qt2/html/designer/chap2_2.html -share/doc/qt2/html/designer/chap2_3.html -share/doc/qt2/html/designer/chap2_4.html -share/doc/qt2/html/designer/chap3_1.html -share/doc/qt2/html/designer/chap3_2.html -share/doc/qt2/html/designer/chap3_3.html -share/doc/qt2/html/designer/chap3_4.html -share/doc/qt2/html/designer/chap4_1.html -share/doc/qt2/html/designer/chap4_2.html -share/doc/qt2/html/designer/chap5_1.html -share/doc/qt2/html/designer/chap5_2.html -share/doc/qt2/html/designer/chap5_3.html -share/doc/qt2/html/designer/chap5_4.html -share/doc/qt2/html/designer/chap5_5.html -share/doc/qt2/html/designer/chap5_6.html -share/doc/qt2/html/designer/chap6_1.html -share/doc/qt2/html/designer/chap6_2.html -share/doc/qt2/html/designer/chap6_3.html -share/doc/qt2/html/designer/chap6_4.html -share/doc/qt2/html/designer/chap6_5.html -share/doc/qt2/html/designer/chap6_6.html -share/doc/qt2/html/designer/chap6_7.html -share/doc/qt2/html/designer/chap7_1.html -share/doc/qt2/html/designer/chap7_10.html -share/doc/qt2/html/designer/chap7_11.html -share/doc/qt2/html/designer/chap7_12.html -share/doc/qt2/html/designer/chap7_13.html -share/doc/qt2/html/designer/chap7_14.html -share/doc/qt2/html/designer/chap7_15.html -share/doc/qt2/html/designer/chap7_16.html -share/doc/qt2/html/designer/chap7_2.html -share/doc/qt2/html/designer/chap7_3.html -share/doc/qt2/html/designer/chap7_4.html -share/doc/qt2/html/designer/chap7_5.html -share/doc/qt2/html/designer/chap7_6.html -share/doc/qt2/html/designer/chap7_7.html -share/doc/qt2/html/designer/chap7_8.html -share/doc/qt2/html/designer/chap7_9.html -share/doc/qt2/html/designer/chap8_1.html -share/doc/qt2/html/designer/chap9_1.html -share/doc/qt2/html/designer/chap9_2.html -share/doc/qt2/html/designer/chap9_3.html -share/doc/qt2/html/designer/chap9_4.html -share/doc/qt2/html/designer/chap9_5.html -share/doc/qt2/html/designer/chap9_6.html -share/doc/qt2/html/designer/colophon.html -share/doc/qt2/html/designer/feedback.html -share/doc/qt2/html/designer/figures/aboutdialog.png -share/doc/qt2/html/designer/figures/adjustsize.png -share/doc/qt2/html/designer/figures/breaklayout.png -share/doc/qt2/html/designer/figures/buttongroup.png -share/doc/qt2/html/designer/figures/buttongroupovercheckboxes.png -share/doc/qt2/html/designer/figures/checkbox.png -share/doc/qt2/html/designer/figures/combobox.png -share/doc/qt2/html/designer/figures/connectionedit.png -share/doc/qt2/html/designer/figures/connections.png -share/doc/qt2/html/designer/figures/connectionviewer.png -share/doc/qt2/html/designer/figures/connecttool.png -share/doc/qt2/html/designer/figures/customwidget.png -share/doc/qt2/html/designer/figures/customwidgets.png -share/doc/qt2/html/designer/figures/editcopy.png -share/doc/qt2/html/designer/figures/editcustomwidgets.png -share/doc/qt2/html/designer/figures/editcut.png -share/doc/qt2/html/designer/figures/editdelete.png -share/doc/qt2/html/designer/figures/editgrid.png -share/doc/qt2/html/designer/figures/edithlayout.png -share/doc/qt2/html/designer/figures/editiconview.png -share/doc/qt2/html/designer/figures/editlistbox.png -share/doc/qt2/html/designer/figures/editlistview.png -share/doc/qt2/html/designer/figures/editlower.png -share/doc/qt2/html/designer/figures/editmultiline.png -share/doc/qt2/html/designer/figures/editpaste.png -share/doc/qt2/html/designer/figures/editraise.png -share/doc/qt2/html/designer/figures/editslots.png -share/doc/qt2/html/designer/figures/emptydialog.png -share/doc/qt2/html/designer/figures/f001.png -share/doc/qt2/html/designer/figures/filenew.png -share/doc/qt2/html/designer/figures/filesave.png -share/doc/qt2/html/designer/figures/firstdialog.png -share/doc/qt2/html/designer/figures/form.png -share/doc/qt2/html/designer/figures/formsettings.png -share/doc/qt2/html/designer/figures/fourcheckboxes.png -share/doc/qt2/html/designer/figures/frame.png -share/doc/qt2/html/designer/figures/groupbox.png -share/doc/qt2/html/designer/figures/help.png -share/doc/qt2/html/designer/figures/helpdialog.png -share/doc/qt2/html/designer/figures/home.png -share/doc/qt2/html/designer/figures/iconview.png -share/doc/qt2/html/designer/figures/image.png -share/doc/qt2/html/designer/figures/label.png -share/doc/qt2/html/designer/figures/layout.png -share/doc/qt2/html/designer/figures/layouttutstep1.png -share/doc/qt2/html/designer/figures/layouttutstep10.png -share/doc/qt2/html/designer/figures/layouttutstep11.png -share/doc/qt2/html/designer/figures/layouttutstep2.png -share/doc/qt2/html/designer/figures/layouttutstep3.png -share/doc/qt2/html/designer/figures/layouttutstep4.png -share/doc/qt2/html/designer/figures/layouttutstep5.png -share/doc/qt2/html/designer/figures/layouttutstep6.png -share/doc/qt2/html/designer/figures/layouttutstep7.png -share/doc/qt2/html/designer/figures/layouttutstep9.png -share/doc/qt2/html/designer/figures/lcdnumber.png -share/doc/qt2/html/designer/figures/left.png -share/doc/qt2/html/designer/figures/line.png -share/doc/qt2/html/designer/figures/lineedit.png -share/doc/qt2/html/designer/figures/listbox.png -share/doc/qt2/html/designer/figures/listview.png -share/doc/qt2/html/designer/figures/load.png -share/doc/qt2/html/designer/figures/multilineedit.png -share/doc/qt2/html/designer/figures/newform.png -share/doc/qt2/html/designer/figures/newformdialog.png -share/doc/qt2/html/designer/figures/objecthierarchy.png -share/doc/qt2/html/designer/figures/onecheckbox.png -share/doc/qt2/html/designer/figures/ordertool.png -share/doc/qt2/html/designer/figures/paletteeditor.png -share/doc/qt2/html/designer/figures/pixlabel.png -share/doc/qt2/html/designer/figures/pizza1screenshot.png -share/doc/qt2/html/designer/figures/pointer.png -share/doc/qt2/html/designer/figures/preferences.png -share/doc/qt2/html/designer/figures/print.png -share/doc/qt2/html/designer/figures/progress.png -share/doc/qt2/html/designer/figures/pushbutton.png -share/doc/qt2/html/designer/figures/qtlogo.png -share/doc/qt2/html/designer/figures/radiobutton.png -share/doc/qt2/html/designer/figures/redo.png -share/doc/qt2/html/designer/figures/right.png -share/doc/qt2/html/designer/figures/slider.png -share/doc/qt2/html/designer/figures/slots.png -share/doc/qt2/html/designer/figures/spacer.png -share/doc/qt2/html/designer/figures/spinbox.png -share/doc/qt2/html/designer/figures/startup.png -share/doc/qt2/html/designer/figures/taborderform.png -share/doc/qt2/html/designer/figures/tabwidget.png -share/doc/qt2/html/designer/figures/testmode.png -share/doc/qt2/html/designer/figures/textbrowser.png -share/doc/qt2/html/designer/figures/textview.png -share/doc/qt2/html/designer/figures/title.png -share/doc/qt2/html/designer/figures/toolbutton.png -share/doc/qt2/html/designer/figures/topicchooser.png -share/doc/qt2/html/designer/figures/undo.png -share/doc/qt2/html/designer/figures/vlayout.png -share/doc/qt2/html/designer/figures/whatsthis.png -share/doc/qt2/html/designer/part1index.html -share/doc/qt2/html/designer/part2index.html -share/doc/qt2/html/designer/preface.html -share/doc/qt2/html/desktop-desktop-cpp.html -share/doc/qt2/html/dialogs.html -share/doc/qt2/html/dirview-main-cpp.html -share/doc/qt2/html/dnd.html -share/doc/qt2/html/dochead.png -share/doc/qt2/html/draganddrop.html -share/doc/qt2/html/drawdemo-drawdemo-cpp.html -share/doc/qt2/html/drawing.html -share/doc/qt2/html/drawlines-connect-cpp.html -share/doc/qt2/html/easteregg.html -share/doc/qt2/html/easteregg2.html -share/doc/qt2/html/environment.html -share/doc/qt2/html/eventsandfilters.html -share/doc/qt2/html/examples.html -share/doc/qt2/html/face.png -share/doc/qt2/html/features.html -share/doc/qt2/html/fileiconview-main-cpp.html -share/doc/qt2/html/focus.html -share/doc/qt2/html/fonts-qws.html -share/doc/qt2/html/forever-forever-cpp.html -share/doc/qt2/html/frames.png -share/doc/qt2/html/functions.html -share/doc/qt2/html/geomanagement.html -share/doc/qt2/html/geometry.html -share/doc/qt2/html/geometry.png -share/doc/qt2/html/grapher-grapher-cpp.html -share/doc/qt2/html/gridlayout.png -share/doc/qt2/html/groupbox-m.png -share/doc/qt2/html/groupbox-w.png -share/doc/qt2/html/guibooks.html -share/doc/qt2/html/headers.html -share/doc/qt2/html/hello-main-cpp.html -share/doc/qt2/html/helpsystem.html -share/doc/qt2/html/helpviewer-main-cpp.html -share/doc/qt2/html/hierarchy.html -share/doc/qt2/html/i18n-main-cpp.html -share/doc/qt2/html/i18n.html -share/doc/qt2/html/iconview-main-cpp.html -share/doc/qt2/html/iconview.html -share/doc/qt2/html/imageio.html -share/doc/qt2/html/images.html -share/doc/qt2/html/index.html -share/doc/qt2/html/install-qws.html -share/doc/qt2/html/install-win.html -share/doc/qt2/html/install-x11.html -share/doc/qt2/html/installation.html -share/doc/qt2/html/io.html -share/doc/qt2/html/keyfeatures21.html -share/doc/qt2/html/keyfeatures22.html -share/doc/qt2/html/layout-layout-cpp.html -share/doc/qt2/html/layout.html -share/doc/qt2/html/letter.png -share/doc/qt2/html/license.html -share/doc/qt2/html/licenses.html -share/doc/qt2/html/life-main-cpp.html -share/doc/qt2/html/lineedits-main-cpp.html -share/doc/qt2/html/listbox-main-cpp.html -share/doc/qt2/html/listboxcombo-main-cpp.html -share/doc/qt2/html/listviews-main-cpp.html -share/doc/qt2/html/mailinglists.html -share/doc/qt2/html/mainlyMotif-editor-cpp.html -share/doc/qt2/html/mainlyQt-editor-cpp.html -share/doc/qt2/html/mainlyXt-editor-cpp.html -share/doc/qt2/html/mainwindow-m.png -share/doc/qt2/html/mainwindow-w.png -share/doc/qt2/html/mdi-main-cpp.html -share/doc/qt2/html/menu-menu-cpp.html -share/doc/qt2/html/metaobjects.html -share/doc/qt2/html/misc.html -share/doc/qt2/html/moc.html -share/doc/qt2/html/modules.html -share/doc/qt2/html/movies-main-cpp.html -share/doc/qt2/html/network.html -share/doc/qt2/html/nsplugin.html -share/doc/qt2/html/object.html -share/doc/qt2/html/objectmodel.html -share/doc/qt2/html/objecttrees.html -share/doc/qt2/html/opengl.html -share/doc/qt2/html/organizers.html -share/doc/qt2/html/palette.png -share/doc/qt2/html/picture-picture-cpp.html -share/doc/qt2/html/pictures.html -share/doc/qt2/html/pnglogo.png -share/doc/qt2/html/pointer-qws.html -share/doc/qt2/html/popup-popup-cpp.html -share/doc/qt2/html/porting-qws.html -share/doc/qt2/html/porting.html -share/doc/qt2/html/primes.html -share/doc/qt2/html/progress-progress-cpp.html -share/doc/qt2/html/progressbar-main-cpp.html -share/doc/qt2/html/properties.html -share/doc/qt2/html/qabstractlayout-h.html -share/doc/qt2/html/qaccel-h.html -share/doc/qt2/html/qaccel-members.html -share/doc/qt2/html/qaccel.html -share/doc/qt2/html/qaction-h.html -share/doc/qt2/html/qaction-members.html -share/doc/qt2/html/qaction.html -share/doc/qt2/html/qactiongroup-members.html -share/doc/qt2/html/qactiongroup.html -share/doc/qt2/html/qapplication-h.html -share/doc/qt2/html/qapplication-members.html -share/doc/qt2/html/qapplication.html -share/doc/qt2/html/qarray-h.html -share/doc/qt2/html/qarray-members.html -share/doc/qt2/html/qarray.html -share/doc/qt2/html/qasciicache-h.html -share/doc/qt2/html/qasciicache-members.html -share/doc/qt2/html/qasciicache.html -share/doc/qt2/html/qasciicacheiterator-members.html -share/doc/qt2/html/qasciicacheiterator.html -share/doc/qt2/html/qasciidict-h.html -share/doc/qt2/html/qasciidict-members.html -share/doc/qt2/html/qasciidict.html -share/doc/qt2/html/qasciidictiterator-members.html -share/doc/qt2/html/qasciidictiterator.html -share/doc/qt2/html/qasyncimageio-h.html -share/doc/qt2/html/qasyncio-h.html -share/doc/qt2/html/qasyncio-members.html -share/doc/qt2/html/qasyncio.html -share/doc/qt2/html/qbitarray-h.html -share/doc/qt2/html/qbitarray-members.html -share/doc/qt2/html/qbitarray.html -share/doc/qt2/html/qbitmap-h.html -share/doc/qt2/html/qbitmap-members.html -share/doc/qt2/html/qbitmap.html -share/doc/qt2/html/qbitval-members.html -share/doc/qt2/html/qbitval.html -share/doc/qt2/html/qboxlayout-members.html -share/doc/qt2/html/qboxlayout.html -share/doc/qt2/html/qbrush-h.html -share/doc/qt2/html/qbrush-members.html -share/doc/qt2/html/qbrush.html -share/doc/qt2/html/qbttngrp-m.png -share/doc/qt2/html/qbttngrp-w.png -share/doc/qt2/html/qbuffer-h.html -share/doc/qt2/html/qbuffer-members.html -share/doc/qt2/html/qbuffer.html -share/doc/qt2/html/qbutton-h.html -share/doc/qt2/html/qbutton-members.html -share/doc/qt2/html/qbutton.html -share/doc/qt2/html/qbuttongroup-h.html -share/doc/qt2/html/qbuttongroup-members.html -share/doc/qt2/html/qbuttongroup.html -share/doc/qt2/html/qbytearray-members.html -share/doc/qt2/html/qbytearray.html -share/doc/qt2/html/qcache-h.html -share/doc/qt2/html/qcache-members.html -share/doc/qt2/html/qcache.html -share/doc/qt2/html/qcacheiterator-members.html -share/doc/qt2/html/qcacheiterator.html -share/doc/qt2/html/qcanvas-h.html -share/doc/qt2/html/qcanvas-members.html -share/doc/qt2/html/qcanvas.html -share/doc/qt2/html/qcanvas.png -share/doc/qt2/html/qcanvasellipse-members.html -share/doc/qt2/html/qcanvasellipse.html -share/doc/qt2/html/qcanvasitem-members.html -share/doc/qt2/html/qcanvasitem.html -share/doc/qt2/html/qcanvasline-members.html -share/doc/qt2/html/qcanvasline.html -share/doc/qt2/html/qcanvaspixmap-members.html -share/doc/qt2/html/qcanvaspixmap.html -share/doc/qt2/html/qcanvaspixmaparray-members.html -share/doc/qt2/html/qcanvaspixmaparray.html -share/doc/qt2/html/qcanvaspolygon-members.html -share/doc/qt2/html/qcanvaspolygon.html -share/doc/qt2/html/qcanvaspolygonalitem-members.html -share/doc/qt2/html/qcanvaspolygonalitem.html -share/doc/qt2/html/qcanvasrectangle-members.html -share/doc/qt2/html/qcanvasrectangle.html -share/doc/qt2/html/qcanvassprite-members.html -share/doc/qt2/html/qcanvassprite.html -share/doc/qt2/html/qcanvastext-members.html -share/doc/qt2/html/qcanvastext.html -share/doc/qt2/html/qcanvasview-members.html -share/doc/qt2/html/qcanvasview.html -share/doc/qt2/html/qcdestyle-h.html -share/doc/qt2/html/qcdestyle-members.html -share/doc/qt2/html/qcdestyle.html -share/doc/qt2/html/qchar-members.html -share/doc/qt2/html/qchar.html -share/doc/qt2/html/qcharref-members.html -share/doc/qt2/html/qcharref.html -share/doc/qt2/html/qcheckbox-h.html -share/doc/qt2/html/qcheckbox-m.png -share/doc/qt2/html/qcheckbox-members.html -share/doc/qt2/html/qcheckbox-w.png -share/doc/qt2/html/qcheckbox.html -share/doc/qt2/html/qchecklistitem-members.html -share/doc/qt2/html/qchecklistitem.html -share/doc/qt2/html/qchildevent-members.html -share/doc/qt2/html/qchildevent.html -share/doc/qt2/html/qchkbox-m.png -share/doc/qt2/html/qchkbox-w.png -share/doc/qt2/html/qclassinfo-members.html -share/doc/qt2/html/qclipboard-h.html -share/doc/qt2/html/qclipboard-members.html -share/doc/qt2/html/qclipboard.html -share/doc/qt2/html/qcloseevent-members.html -share/doc/qt2/html/qcloseevent.html -share/doc/qt2/html/qcollection-h.html -share/doc/qt2/html/qcollection-members.html -share/doc/qt2/html/qcollection.html -share/doc/qt2/html/qcolor-h.html -share/doc/qt2/html/qcolor-members.html -share/doc/qt2/html/qcolor.html -share/doc/qt2/html/qcolordialog-h.html -share/doc/qt2/html/qcolordialog-members.html -share/doc/qt2/html/qcolordialog.html -share/doc/qt2/html/qcolordlg-m.png -share/doc/qt2/html/qcolordlg-w.png -share/doc/qt2/html/qcolordrag-members.html -share/doc/qt2/html/qcolordrag.html -share/doc/qt2/html/qcolorgroup-members.html -share/doc/qt2/html/qcolorgroup.html -share/doc/qt2/html/qcombo1-m.png -share/doc/qt2/html/qcombo1-w.png -share/doc/qt2/html/qcombo2-m.png -share/doc/qt2/html/qcombo2-w.png -share/doc/qt2/html/qcombo3-m.png -share/doc/qt2/html/qcombo3-w.png -share/doc/qt2/html/qcombobox-h.html -share/doc/qt2/html/qcombobox-members.html -share/doc/qt2/html/qcombobox.html -share/doc/qt2/html/qcommonstyle-h.html -share/doc/qt2/html/qcommonstyle-members.html -share/doc/qt2/html/qcommonstyle.html -share/doc/qt2/html/qconnection-h.html -share/doc/qt2/html/qconnection-members.html -share/doc/qt2/html/qconnection.html -share/doc/qt2/html/qconststring-members.html -share/doc/qt2/html/qconststring.html -share/doc/qt2/html/qcstring-h.html -share/doc/qt2/html/qcstring-members.html -share/doc/qt2/html/qcstring.html -share/doc/qt2/html/qcursor-h.html -share/doc/qt2/html/qcursor-members.html -share/doc/qt2/html/qcursor.html -share/doc/qt2/html/qcustomevent-members.html -share/doc/qt2/html/qcustomevent.html -share/doc/qt2/html/qcustommenuitem-members.html -share/doc/qt2/html/qcustommenuitem.html -share/doc/qt2/html/qdatapump-members.html -share/doc/qt2/html/qdatapump.html -share/doc/qt2/html/qdatasink-members.html -share/doc/qt2/html/qdatasink.html -share/doc/qt2/html/qdatasource-members.html -share/doc/qt2/html/qdatasource.html -share/doc/qt2/html/qdatastream-h.html -share/doc/qt2/html/qdatastream-members.html -share/doc/qt2/html/qdatastream.html -share/doc/qt2/html/qdate-members.html -share/doc/qt2/html/qdate.html -share/doc/qt2/html/qdatetime-h.html -share/doc/qt2/html/qdatetime-members.html -share/doc/qt2/html/qdatetime.html -share/doc/qt2/html/qdial-h.html -share/doc/qt2/html/qdial-m.png -share/doc/qt2/html/qdial-members.html -share/doc/qt2/html/qdial-w.png -share/doc/qt2/html/qdial.html -share/doc/qt2/html/qdialog-h.html -share/doc/qt2/html/qdialog-members.html -share/doc/qt2/html/qdialog.html -share/doc/qt2/html/qdict-h.html -share/doc/qt2/html/qdict-members.html -share/doc/qt2/html/qdict.html -share/doc/qt2/html/qdictiterator-members.html -share/doc/qt2/html/qdictiterator.html -share/doc/qt2/html/qdir-h.html -share/doc/qt2/html/qdir-members.html -share/doc/qt2/html/qdir.html -share/doc/qt2/html/qdns-h.html -share/doc/qt2/html/qdns-members.html -share/doc/qt2/html/qdns.html -share/doc/qt2/html/qdom-h.html -share/doc/qt2/html/qdomattr-members.html -share/doc/qt2/html/qdomattr.html -share/doc/qt2/html/qdomcdatasection-members.html -share/doc/qt2/html/qdomcdatasection.html -share/doc/qt2/html/qdomcharacterdata-members.html -share/doc/qt2/html/qdomcharacterdata.html -share/doc/qt2/html/qdomcomment-members.html -share/doc/qt2/html/qdomcomment.html -share/doc/qt2/html/qdomdocument-members.html -share/doc/qt2/html/qdomdocument.html -share/doc/qt2/html/qdomdocumentfragment-members.html -share/doc/qt2/html/qdomdocumentfragment.html -share/doc/qt2/html/qdomdocumenttype-members.html -share/doc/qt2/html/qdomdocumenttype.html -share/doc/qt2/html/qdomelement-members.html -share/doc/qt2/html/qdomelement.html -share/doc/qt2/html/qdomentity-members.html -share/doc/qt2/html/qdomentity.html -share/doc/qt2/html/qdomentityreference-members.html -share/doc/qt2/html/qdomentityreference.html -share/doc/qt2/html/qdomimplementation-members.html -share/doc/qt2/html/qdomimplementation.html -share/doc/qt2/html/qdomnamednodemap-members.html -share/doc/qt2/html/qdomnamednodemap.html -share/doc/qt2/html/qdomnode-members.html -share/doc/qt2/html/qdomnode.html -share/doc/qt2/html/qdomnodelist-members.html -share/doc/qt2/html/qdomnodelist.html -share/doc/qt2/html/qdomnotation-members.html -share/doc/qt2/html/qdomnotation.html -share/doc/qt2/html/qdomprocessinginstruction-members.html -share/doc/qt2/html/qdomprocessinginstruction.html -share/doc/qt2/html/qdomtext-members.html -share/doc/qt2/html/qdomtext.html -share/doc/qt2/html/qdoublevalidator-members.html -share/doc/qt2/html/qdoublevalidator.html -share/doc/qt2/html/qdragenterevent-members.html -share/doc/qt2/html/qdragenterevent.html -share/doc/qt2/html/qdragleaveevent-members.html -share/doc/qt2/html/qdragleaveevent.html -share/doc/qt2/html/qdragmoveevent-members.html -share/doc/qt2/html/qdragmoveevent.html -share/doc/qt2/html/qdragobject-h.html -share/doc/qt2/html/qdragobject-members.html -share/doc/qt2/html/qdragobject.html -share/doc/qt2/html/qdrawutil-h.html -share/doc/qt2/html/qdropevent-members.html -share/doc/qt2/html/qdropevent.html -share/doc/qt2/html/qdropsite-h.html -share/doc/qt2/html/qdropsite-members.html -share/doc/qt2/html/qdropsite.html -share/doc/qt2/html/qeucjpcodec-h.html -share/doc/qt2/html/qeucjpcodec-members.html -share/doc/qt2/html/qeucjpcodec.html -share/doc/qt2/html/qeuckrcodec-h.html -share/doc/qt2/html/qeuckrcodec-members.html -share/doc/qt2/html/qeuckrcodec.html -share/doc/qt2/html/qevent-h.html -share/doc/qt2/html/qevent-members.html -share/doc/qt2/html/qevent.html -share/doc/qt2/html/qfd-qfd-cpp.html -share/doc/qt2/html/qfile-h.html -share/doc/qt2/html/qfile-members.html -share/doc/qt2/html/qfile.html -share/doc/qt2/html/qfiledialog-h.html -share/doc/qt2/html/qfiledialog-members.html -share/doc/qt2/html/qfiledialog.html -share/doc/qt2/html/qfiledlg-m.png -share/doc/qt2/html/qfiledlg-w.png -share/doc/qt2/html/qfileiconprovider-members.html -share/doc/qt2/html/qfileiconprovider.html -share/doc/qt2/html/qfileinfo-h.html -share/doc/qt2/html/qfileinfo-members.html -share/doc/qt2/html/qfileinfo.html -share/doc/qt2/html/qfilepreview-members.html -share/doc/qt2/html/qfilepreview.html -share/doc/qt2/html/qfocusdata-h.html -share/doc/qt2/html/qfocusdata-members.html -share/doc/qt2/html/qfocusdata.html -share/doc/qt2/html/qfocusevent-members.html -share/doc/qt2/html/qfocusevent.html -share/doc/qt2/html/qfont-h.html -share/doc/qt2/html/qfont-members.html -share/doc/qt2/html/qfont.html -share/doc/qt2/html/qfontdatabase-h.html -share/doc/qt2/html/qfontdatabase-members.html -share/doc/qt2/html/qfontdatabase.html -share/doc/qt2/html/qfontdialog-h.html -share/doc/qt2/html/qfontdialog-members.html -share/doc/qt2/html/qfontdialog.html -share/doc/qt2/html/qfontdlg-m.png -share/doc/qt2/html/qfontdlg-w.png -share/doc/qt2/html/qfontinfo-h.html -share/doc/qt2/html/qfontinfo-members.html -share/doc/qt2/html/qfontinfo.html -share/doc/qt2/html/qfontmetrics-h.html -share/doc/qt2/html/qfontmetrics-members.html -share/doc/qt2/html/qfontmetrics.html -share/doc/qt2/html/qframe-h.html -share/doc/qt2/html/qframe-members.html -share/doc/qt2/html/qframe.html -share/doc/qt2/html/qftp-h.html -share/doc/qt2/html/qftp-members.html -share/doc/qt2/html/qftp.html -share/doc/qt2/html/qgarray-h.html -share/doc/qt2/html/qgarray-members.html -share/doc/qt2/html/qgarray.html -share/doc/qt2/html/qgbkcodec-h.html -share/doc/qt2/html/qgbkcodec-members.html -share/doc/qt2/html/qgbkcodec.html -share/doc/qt2/html/qgcache-h.html -share/doc/qt2/html/qgcache-members.html -share/doc/qt2/html/qgcache.html -share/doc/qt2/html/qgcacheiterator-members.html -share/doc/qt2/html/qgcacheiterator.html -share/doc/qt2/html/qgdict-h.html -share/doc/qt2/html/qgdict-members.html -share/doc/qt2/html/qgdict.html -share/doc/qt2/html/qgdictiterator-members.html -share/doc/qt2/html/qgdictiterator.html -share/doc/qt2/html/qgl-h.html -share/doc/qt2/html/qgl-members.html -share/doc/qt2/html/qgl.html -share/doc/qt2/html/qglayoutiterator-members.html -share/doc/qt2/html/qglayoutiterator.html -share/doc/qt2/html/qglcontext-members.html -share/doc/qt2/html/qglcontext.html -share/doc/qt2/html/qglformat-members.html -share/doc/qt2/html/qglformat.html -share/doc/qt2/html/qglist-h.html -share/doc/qt2/html/qglist-members.html -share/doc/qt2/html/qglist.html -share/doc/qt2/html/qglistiterator-members.html -share/doc/qt2/html/qglistiterator.html -share/doc/qt2/html/qglobal-h.html -share/doc/qt2/html/qglwidget-members.html -share/doc/qt2/html/qglwidget.html -share/doc/qt2/html/qgrid-h.html -share/doc/qt2/html/qgrid-m.png -share/doc/qt2/html/qgrid-members.html -share/doc/qt2/html/qgrid-w.png -share/doc/qt2/html/qgrid.html -share/doc/qt2/html/qgrid.png -share/doc/qt2/html/qgridlayout-members.html -share/doc/qt2/html/qgridlayout.html -share/doc/qt2/html/qgroupbox-h.html -share/doc/qt2/html/qgroupbox-members.html -share/doc/qt2/html/qgroupbox.html -share/doc/qt2/html/qgrpbox-m.png -share/doc/qt2/html/qgrpbox-w.png -share/doc/qt2/html/qguardedptr-h.html -share/doc/qt2/html/qguardedptr-members.html -share/doc/qt2/html/qguardedptr.html -share/doc/qt2/html/qgvector-h.html -share/doc/qt2/html/qgvector-members.html -share/doc/qt2/html/qgvector.html -share/doc/qt2/html/qhbox-h.html -share/doc/qt2/html/qhbox-m.png -share/doc/qt2/html/qhbox-members.html -share/doc/qt2/html/qhbox-w.png -share/doc/qt2/html/qhbox.html -share/doc/qt2/html/qhbox.png -share/doc/qt2/html/qhboxlayout-members.html -share/doc/qt2/html/qhboxlayout.html -share/doc/qt2/html/qhbuttongroup-h.html -share/doc/qt2/html/qhbuttongroup-members.html -share/doc/qt2/html/qhbuttongroup.html -share/doc/qt2/html/qheader-h.html -share/doc/qt2/html/qheader-m.png -share/doc/qt2/html/qheader-members.html -share/doc/qt2/html/qheader-w.png -share/doc/qt2/html/qheader.html -share/doc/qt2/html/qhgroupbox-h.html -share/doc/qt2/html/qhgroupbox-members.html -share/doc/qt2/html/qhgroupbox.html -share/doc/qt2/html/qhideevent-members.html -share/doc/qt2/html/qhideevent.html -share/doc/qt2/html/qhostaddress-h.html -share/doc/qt2/html/qhostaddress-members.html -share/doc/qt2/html/qhostaddress.html -share/doc/qt2/html/qicondrag-members.html -share/doc/qt2/html/qicondrag.html -share/doc/qt2/html/qicondragitem-members.html -share/doc/qt2/html/qicondragitem.html -share/doc/qt2/html/qiconset-h.html -share/doc/qt2/html/qiconset-members.html -share/doc/qt2/html/qiconset.html -share/doc/qt2/html/qiconview-h.html -share/doc/qt2/html/qiconview-m.png -share/doc/qt2/html/qiconview-members.html -share/doc/qt2/html/qiconview-w.png -share/doc/qt2/html/qiconview.html -share/doc/qt2/html/qiconviewitem-members.html -share/doc/qt2/html/qiconviewitem.html -share/doc/qt2/html/qimage-h.html -share/doc/qt2/html/qimage-members.html -share/doc/qt2/html/qimage.html -share/doc/qt2/html/qimageconsumer-members.html -share/doc/qt2/html/qimageconsumer.html -share/doc/qt2/html/qimagedecoder-members.html -share/doc/qt2/html/qimagedecoder.html -share/doc/qt2/html/qimagedrag-members.html -share/doc/qt2/html/qimagedrag.html -share/doc/qt2/html/qimageformat-members.html -share/doc/qt2/html/qimageformat.html -share/doc/qt2/html/qimageformattype-members.html -share/doc/qt2/html/qimageformattype.html -share/doc/qt2/html/qimageio-members.html -share/doc/qt2/html/qimageio.html -share/doc/qt2/html/qinputdialog-h.html -share/doc/qt2/html/qinputdialog-members.html -share/doc/qt2/html/qinputdialog.html -share/doc/qt2/html/qintcache-h.html -share/doc/qt2/html/qintcache-members.html -share/doc/qt2/html/qintcache.html -share/doc/qt2/html/qintcacheiterator-members.html -share/doc/qt2/html/qintcacheiterator.html -share/doc/qt2/html/qintdict-h.html -share/doc/qt2/html/qintdict-members.html -share/doc/qt2/html/qintdict.html -share/doc/qt2/html/qintdictiterator-members.html -share/doc/qt2/html/qintdictiterator.html -share/doc/qt2/html/qintvalidator-members.html -share/doc/qt2/html/qintvalidator.html -share/doc/qt2/html/qiodevice-h.html -share/doc/qt2/html/qiodevice-members.html -share/doc/qt2/html/qiodevice.html -share/doc/qt2/html/qiodevicesource-members.html -share/doc/qt2/html/qiodevicesource.html -share/doc/qt2/html/qjiscodec-h.html -share/doc/qt2/html/qjiscodec-members.html -share/doc/qt2/html/qjiscodec.html -share/doc/qt2/html/qjpunicode-h.html -share/doc/qt2/html/qjpunicodeconv-members.html -share/doc/qt2/html/qjpunicodeconv.html -share/doc/qt2/html/qkeyevent-members.html -share/doc/qt2/html/qkeyevent.html -share/doc/qt2/html/qlabel-h.html -share/doc/qt2/html/qlabel-m.png -share/doc/qt2/html/qlabel-members.html -share/doc/qt2/html/qlabel-w.png -share/doc/qt2/html/qlabel.html -share/doc/qt2/html/qlayout-h.html -share/doc/qt2/html/qlayout-members.html -share/doc/qt2/html/qlayout.html -share/doc/qt2/html/qlayoutitem-members.html -share/doc/qt2/html/qlayoutitem.html -share/doc/qt2/html/qlayoutiterator-members.html -share/doc/qt2/html/qlayoutiterator.html -share/doc/qt2/html/qlcdnum-m.png -share/doc/qt2/html/qlcdnum-w.png -share/doc/qt2/html/qlcdnumber-h.html -share/doc/qt2/html/qlcdnumber-members.html -share/doc/qt2/html/qlcdnumber.html -share/doc/qt2/html/qlined-m.png -share/doc/qt2/html/qlined-w.png -share/doc/qt2/html/qlineedit-h.html -share/doc/qt2/html/qlineedit-members.html -share/doc/qt2/html/qlineedit.html -share/doc/qt2/html/qlist-h.html -share/doc/qt2/html/qlist-members.html -share/doc/qt2/html/qlist.html -share/doc/qt2/html/qlistbox-h.html -share/doc/qt2/html/qlistbox-m.png -share/doc/qt2/html/qlistbox-members.html -share/doc/qt2/html/qlistbox-w.png -share/doc/qt2/html/qlistbox.html -share/doc/qt2/html/qlistboxitem-members.html -share/doc/qt2/html/qlistboxitem.html -share/doc/qt2/html/qlistboxpixmap-members.html -share/doc/qt2/html/qlistboxpixmap.html -share/doc/qt2/html/qlistboxtext-members.html -share/doc/qt2/html/qlistboxtext.html -share/doc/qt2/html/qlistiterator-members.html -share/doc/qt2/html/qlistiterator.html -share/doc/qt2/html/qlistview-h.html -share/doc/qt2/html/qlistview-m.png -share/doc/qt2/html/qlistview-members.html -share/doc/qt2/html/qlistview-w.png -share/doc/qt2/html/qlistview.html -share/doc/qt2/html/qlistviewitem-members.html -share/doc/qt2/html/qlistviewitem.html -share/doc/qt2/html/qlistviewitemiterator-members.html -share/doc/qt2/html/qlistviewitemiterator.html -share/doc/qt2/html/qlnode-members.html -share/doc/qt2/html/qlnode.html -share/doc/qt2/html/qlocalfs-h.html -share/doc/qt2/html/qlocalfs-members.html -share/doc/qt2/html/qlocalfs.html -share/doc/qt2/html/qmag-qmag-cpp.html -share/doc/qt2/html/qmainwindow-h.html -share/doc/qt2/html/qmainwindow-m.png -share/doc/qt2/html/qmainwindow-members.html -share/doc/qt2/html/qmainwindow-w.png -share/doc/qt2/html/qmainwindow.html -share/doc/qt2/html/qmap-h.html -share/doc/qt2/html/qmap-members.html -share/doc/qt2/html/qmap.html -share/doc/qt2/html/qmapconstiterator-members.html -share/doc/qt2/html/qmapconstiterator.html -share/doc/qt2/html/qmapiterator-members.html -share/doc/qt2/html/qmapiterator.html -share/doc/qt2/html/qmenubar-h.html -share/doc/qt2/html/qmenubar-m.png -share/doc/qt2/html/qmenubar-members.html -share/doc/qt2/html/qmenubar-w.png -share/doc/qt2/html/qmenubar.html -share/doc/qt2/html/qmenudata-h.html -share/doc/qt2/html/qmenudata-members.html -share/doc/qt2/html/qmenudata.html -share/doc/qt2/html/qmessagebox-h.html -share/doc/qt2/html/qmessagebox-members.html -share/doc/qt2/html/qmessagebox.html -share/doc/qt2/html/qmetadata-members.html -share/doc/qt2/html/qmetaobject-h.html -share/doc/qt2/html/qmetaobject-members.html -share/doc/qt2/html/qmetaobject.html -share/doc/qt2/html/qmetaproperty-members.html -share/doc/qt2/html/qmetaproperty.html -share/doc/qt2/html/qmime-h.html -share/doc/qt2/html/qmimesource-members.html -share/doc/qt2/html/qmimesource.html -share/doc/qt2/html/qmimesourcefactory-members.html -share/doc/qt2/html/qmimesourcefactory.html -share/doc/qt2/html/qmlined-m.png -share/doc/qt2/html/qmlined-w.png -share/doc/qt2/html/qmngio-h.html -share/doc/qt2/html/qmotifplusstyle-h.html -share/doc/qt2/html/qmotifplusstyle-members.html -share/doc/qt2/html/qmotifplusstyle.html -share/doc/qt2/html/qmotifstyle-h.html -share/doc/qt2/html/qmotifstyle-members.html -share/doc/qt2/html/qmotifstyle.html -share/doc/qt2/html/qmouseevent-members.html -share/doc/qt2/html/qmouseevent.html -share/doc/qt2/html/qmoveevent-members.html -share/doc/qt2/html/qmoveevent.html -share/doc/qt2/html/qmovie-h.html -share/doc/qt2/html/qmovie-members.html -share/doc/qt2/html/qmovie.html -share/doc/qt2/html/qmovie.png -share/doc/qt2/html/qmsgbox-m.png -share/doc/qt2/html/qmsgbox-w.png -share/doc/qt2/html/qmultilineedit-h.html -share/doc/qt2/html/qmultilineedit-members.html -share/doc/qt2/html/qmultilineedit.html -share/doc/qt2/html/qmutex-members.html -share/doc/qt2/html/qmutex.html -share/doc/qt2/html/qnamespace-h.html -share/doc/qt2/html/qnetworkegg.html -share/doc/qt2/html/qnetworkoperation-members.html -share/doc/qt2/html/qnetworkoperation.html -share/doc/qt2/html/qnetworkprotocol-h.html -share/doc/qt2/html/qnetworkprotocol-members.html -share/doc/qt2/html/qnetworkprotocol.html -share/doc/qt2/html/qnp-h.html -share/doc/qt2/html/qnpinstance-members.html -share/doc/qt2/html/qnpinstance.html -share/doc/qt2/html/qnplugin-members.html -share/doc/qt2/html/qnplugin.html -share/doc/qt2/html/qnpstream-members.html -share/doc/qt2/html/qnpstream.html -share/doc/qt2/html/qnpwidget-members.html -share/doc/qt2/html/qnpwidget.html -share/doc/qt2/html/qobject-h.html -share/doc/qt2/html/qobject-members.html -share/doc/qt2/html/qobject.html -share/doc/qt2/html/qpaintdevice-h.html -share/doc/qt2/html/qpaintdevice-members.html -share/doc/qt2/html/qpaintdevice.html -share/doc/qt2/html/qpaintdevicemetrics-h.html -share/doc/qt2/html/qpaintdevicemetrics-members.html -share/doc/qt2/html/qpaintdevicemetrics.html -share/doc/qt2/html/qpainter-h.html -share/doc/qt2/html/qpainter-members.html -share/doc/qt2/html/qpainter.html -share/doc/qt2/html/qpaintevent-members.html -share/doc/qt2/html/qpaintevent.html -share/doc/qt2/html/qpalette-h.html -share/doc/qt2/html/qpalette-members.html -share/doc/qt2/html/qpalette.html -share/doc/qt2/html/qpen-h.html -share/doc/qt2/html/qpen-members.html -share/doc/qt2/html/qpen.html -share/doc/qt2/html/qpicture-h.html -share/doc/qt2/html/qpicture-members.html -share/doc/qt2/html/qpicture.html -share/doc/qt2/html/qpixmap-h.html -share/doc/qt2/html/qpixmap-members.html -share/doc/qt2/html/qpixmap.html -share/doc/qt2/html/qpixmapcache-h.html -share/doc/qt2/html/qpixmapcache-members.html -share/doc/qt2/html/qpixmapcache.html -share/doc/qt2/html/qplatinumstyle-h.html -share/doc/qt2/html/qplatinumstyle-members.html -share/doc/qt2/html/qplatinumstyle.html -share/doc/qt2/html/qpngimagepacker-members.html -share/doc/qt2/html/qpngimagepacker.html -share/doc/qt2/html/qpngio-h.html -share/doc/qt2/html/qpoint-h.html -share/doc/qt2/html/qpoint-members.html -share/doc/qt2/html/qpoint.html -share/doc/qt2/html/qpointarray-h.html -share/doc/qt2/html/qpointarray-members.html -share/doc/qt2/html/qpointarray.html -share/doc/qt2/html/qpopmenu-fancy.png -share/doc/qt2/html/qpopmenu-m.png -share/doc/qt2/html/qpopmenu-w.png -share/doc/qt2/html/qpopupmenu-h.html -share/doc/qt2/html/qpopupmenu-members.html -share/doc/qt2/html/qpopupmenu.html -share/doc/qt2/html/qprintdialog-h.html -share/doc/qt2/html/qprintdialog-members.html -share/doc/qt2/html/qprintdlg-m.png -share/doc/qt2/html/qprintdlg-w.png -share/doc/qt2/html/qprinter-h.html -share/doc/qt2/html/qprinter-members.html -share/doc/qt2/html/qprinter.html -share/doc/qt2/html/qprogbar-m.png -share/doc/qt2/html/qprogbar-w.png -share/doc/qt2/html/qprogdlg-m.png -share/doc/qt2/html/qprogdlg-w.png -share/doc/qt2/html/qprogressbar-h.html -share/doc/qt2/html/qprogressbar-members.html -share/doc/qt2/html/qprogressbar.html -share/doc/qt2/html/qprogressdialog-h.html -share/doc/qt2/html/qprogressdialog-members.html -share/doc/qt2/html/qprogressdialog.html -share/doc/qt2/html/qptrdict-h.html -share/doc/qt2/html/qptrdict-members.html -share/doc/qt2/html/qptrdict.html -share/doc/qt2/html/qptrdictiterator-members.html -share/doc/qt2/html/qptrdictiterator.html -share/doc/qt2/html/qpushbt-m.png -share/doc/qt2/html/qpushbt-w.png -share/doc/qt2/html/qpushbutton-h.html -share/doc/qt2/html/qpushbutton-members.html -share/doc/qt2/html/qpushbutton.html -share/doc/qt2/html/qqueue-h.html -share/doc/qt2/html/qqueue-members.html -share/doc/qt2/html/qqueue.html -share/doc/qt2/html/qradiobt-m.png -share/doc/qt2/html/qradiobt-w.png -share/doc/qt2/html/qradiobutton-h.html -share/doc/qt2/html/qradiobutton-members.html -share/doc/qt2/html/qradiobutton.html -share/doc/qt2/html/qrangecontrol-h.html -share/doc/qt2/html/qrangecontrol-members.html -share/doc/qt2/html/qrangecontrol.html -share/doc/qt2/html/qrect-h.html -share/doc/qt2/html/qrect-members.html -share/doc/qt2/html/qrect.html -share/doc/qt2/html/qregexp-h.html -share/doc/qt2/html/qregexp-members.html -share/doc/qt2/html/qregexp.html -share/doc/qt2/html/qregion-h.html -share/doc/qt2/html/qregion-members.html -share/doc/qt2/html/qregion.html -share/doc/qt2/html/qresizeevent-members.html -share/doc/qt2/html/qresizeevent.html -share/doc/qt2/html/qscrbar-m.png -share/doc/qt2/html/qscrbar-w.png -share/doc/qt2/html/qscrollbar-h.html -share/doc/qt2/html/qscrollbar-members.html -share/doc/qt2/html/qscrollbar.html -share/doc/qt2/html/qscrollview-cl.png -share/doc/qt2/html/qscrollview-h.html -share/doc/qt2/html/qscrollview-m.png -share/doc/qt2/html/qscrollview-members.html -share/doc/qt2/html/qscrollview-vp.png -share/doc/qt2/html/qscrollview-vp2.png -share/doc/qt2/html/qscrollview-w.png -share/doc/qt2/html/qscrollview.html -share/doc/qt2/html/qsemaphore-members.html -share/doc/qt2/html/qsemaphore.html -share/doc/qt2/html/qsemimodal-h.html -share/doc/qt2/html/qsemimodal-members.html -share/doc/qt2/html/qsemimodal.html -share/doc/qt2/html/qserversocket-h.html -share/doc/qt2/html/qserversocket-members.html -share/doc/qt2/html/qserversocket.html -share/doc/qt2/html/qsessionmanager-h.html -share/doc/qt2/html/qsessionmanager-members.html -share/doc/qt2/html/qsessionmanager.html -share/doc/qt2/html/qsgistyle-h.html -share/doc/qt2/html/qsgistyle-members.html -share/doc/qt2/html/qsgistyle.html -share/doc/qt2/html/qshared-h.html -share/doc/qt2/html/qshared-members.html -share/doc/qt2/html/qshared.html -share/doc/qt2/html/qshowevent-members.html -share/doc/qt2/html/qshowevent.html -share/doc/qt2/html/qsignal-h.html -share/doc/qt2/html/qsignal-members.html -share/doc/qt2/html/qsignal.html -share/doc/qt2/html/qsignalmapper-h.html -share/doc/qt2/html/qsignalmapper-members.html -share/doc/qt2/html/qsignalmapper.html -share/doc/qt2/html/qsimplerichtext-h.html -share/doc/qt2/html/qsimplerichtext-members.html -share/doc/qt2/html/qsimplerichtext.html -share/doc/qt2/html/qsize-h.html -share/doc/qt2/html/qsize-members.html -share/doc/qt2/html/qsize.html -share/doc/qt2/html/qsizegrip-h.html -share/doc/qt2/html/qsizegrip-m.png -share/doc/qt2/html/qsizegrip-members.html -share/doc/qt2/html/qsizegrip-w.png -share/doc/qt2/html/qsizegrip.html -share/doc/qt2/html/qsizepolicy-h.html -share/doc/qt2/html/qsizepolicy-members.html -share/doc/qt2/html/qsizepolicy.html -share/doc/qt2/html/qsjiscodec-h.html -share/doc/qt2/html/qsjiscodec-members.html -share/doc/qt2/html/qsjiscodec.html -share/doc/qt2/html/qslider-h.html -share/doc/qt2/html/qslider-m.png -share/doc/qt2/html/qslider-members.html -share/doc/qt2/html/qslider-w.png -share/doc/qt2/html/qslider.html -share/doc/qt2/html/qsocket-h.html -share/doc/qt2/html/qsocket-members.html -share/doc/qt2/html/qsocket.html -share/doc/qt2/html/qsocketdevice-h.html -share/doc/qt2/html/qsocketdevice-members.html -share/doc/qt2/html/qsocketdevice.html -share/doc/qt2/html/qsocketnotifier-h.html -share/doc/qt2/html/qsocketnotifier-members.html -share/doc/qt2/html/qsocketnotifier.html -share/doc/qt2/html/qsortedlist-h.html -share/doc/qt2/html/qsortedlist-members.html -share/doc/qt2/html/qsortedlist.html -share/doc/qt2/html/qsound-h.html -share/doc/qt2/html/qsound-members.html -share/doc/qt2/html/qsound.html -share/doc/qt2/html/qspaceritem-members.html -share/doc/qt2/html/qspaceritem.html -share/doc/qt2/html/qspinbox-h.html -share/doc/qt2/html/qspinbox-m.png -share/doc/qt2/html/qspinbox-members.html -share/doc/qt2/html/qspinbox-w.png -share/doc/qt2/html/qspinbox.html -share/doc/qt2/html/qspinbox2-m.png -share/doc/qt2/html/qspinbox2-w.png -share/doc/qt2/html/qsplitter-h.html -share/doc/qt2/html/qsplitter-m.png -share/doc/qt2/html/qsplitter-members.html -share/doc/qt2/html/qsplitter-w.png -share/doc/qt2/html/qsplitter.html -share/doc/qt2/html/qstack-h.html -share/doc/qt2/html/qstack-members.html -share/doc/qt2/html/qstack.html -share/doc/qt2/html/qstatusbar-h.html -share/doc/qt2/html/qstatusbar-m.png -share/doc/qt2/html/qstatusbar-members.html -share/doc/qt2/html/qstatusbar-w.png -share/doc/qt2/html/qstatusbar.html -share/doc/qt2/html/qstoreddrag-members.html -share/doc/qt2/html/qstoreddrag.html -share/doc/qt2/html/qstrilist-members.html -share/doc/qt2/html/qstrilist.html -share/doc/qt2/html/qstring-h.html -share/doc/qt2/html/qstring-members.html -share/doc/qt2/html/qstring.html -share/doc/qt2/html/qstringlist-h.html -share/doc/qt2/html/qstringlist-members.html -share/doc/qt2/html/qstringlist.html -share/doc/qt2/html/qstrlist-h.html -share/doc/qt2/html/qstrlist-members.html -share/doc/qt2/html/qstrlist.html -share/doc/qt2/html/qstrlistiterator-members.html -share/doc/qt2/html/qstrlistiterator.html -share/doc/qt2/html/qstyle-h.html -share/doc/qt2/html/qstyle-members.html -share/doc/qt2/html/qstyle.html -share/doc/qt2/html/qstylesheet-h.html -share/doc/qt2/html/qstylesheet-members.html -share/doc/qt2/html/qstylesheet.html -share/doc/qt2/html/qstylesheetitem-members.html -share/doc/qt2/html/qstylesheetitem.html -share/doc/qt2/html/qt-members.html -share/doc/qt2/html/qt.html -share/doc/qt2/html/qtab-members.html -share/doc/qt2/html/qtab.html -share/doc/qt2/html/qtabbar-h.html -share/doc/qt2/html/qtabbar-m.png -share/doc/qt2/html/qtabbar-members.html -share/doc/qt2/html/qtabbar-w.png -share/doc/qt2/html/qtabbar.html -share/doc/qt2/html/qtabdialog-h.html -share/doc/qt2/html/qtabdialog-members.html -share/doc/qt2/html/qtabdialog.html -share/doc/qt2/html/qtabdlg-m.png -share/doc/qt2/html/qtabdlg-w.png -share/doc/qt2/html/qtable-h.html -share/doc/qt2/html/qtable-members.html -share/doc/qt2/html/qtable.html -share/doc/qt2/html/qtable.png -share/doc/qt2/html/qtableitem-members.html -share/doc/qt2/html/qtableitem.html -share/doc/qt2/html/qtableselection-members.html -share/doc/qt2/html/qtableselection.html -share/doc/qt2/html/qtableview-h.html -share/doc/qt2/html/qtableview-members.html -share/doc/qt2/html/qtableview.html -share/doc/qt2/html/qtablevw-m.png -share/doc/qt2/html/qtablevw-w.png -share/doc/qt2/html/qtabwidget-h.html -share/doc/qt2/html/qtabwidget-m.png -share/doc/qt2/html/qtabwidget-members.html -share/doc/qt2/html/qtabwidget-w.png -share/doc/qt2/html/qtabwidget.html -share/doc/qt2/html/qtextbrowser-h.html -share/doc/qt2/html/qtextbrowser-m.png -share/doc/qt2/html/qtextbrowser-members.html -share/doc/qt2/html/qtextbrowser-w.png -share/doc/qt2/html/qtextbrowser.html -share/doc/qt2/html/qtextcodec-h.html -share/doc/qt2/html/qtextcodec-members.html -share/doc/qt2/html/qtextcodec.html -share/doc/qt2/html/qtextdecoder-members.html -share/doc/qt2/html/qtextdecoder.html -share/doc/qt2/html/qtextdrag-members.html -share/doc/qt2/html/qtextdrag.html -share/doc/qt2/html/qtextencoder-members.html -share/doc/qt2/html/qtextencoder.html -share/doc/qt2/html/qtextistream-members.html -share/doc/qt2/html/qtextistream.html -share/doc/qt2/html/qtextostream-members.html -share/doc/qt2/html/qtextostream.html -share/doc/qt2/html/qtextstream-h.html -share/doc/qt2/html/qtextstream-members.html -share/doc/qt2/html/qtextstream.html -share/doc/qt2/html/qtextview-h.html -share/doc/qt2/html/qtextview-members.html -share/doc/qt2/html/qtextview.html -share/doc/qt2/html/qthread-h.html -share/doc/qt2/html/qthread-members.html -share/doc/qt2/html/qthread.html -share/doc/qt2/html/qtimage-qtimage-cpp.html -share/doc/qt2/html/qtime-members.html -share/doc/qt2/html/qtime.html -share/doc/qt2/html/qtimer-h.html -share/doc/qt2/html/qtimer-members.html -share/doc/qt2/html/qtimer.html -share/doc/qt2/html/qtimerevent-members.html -share/doc/qt2/html/qtimerevent.html -share/doc/qt2/html/qtl.html -share/doc/qt2/html/qtlogo.png -share/doc/qt2/html/qtoolbar-h.html -share/doc/qt2/html/qtoolbar-members.html -share/doc/qt2/html/qtoolbar.html -share/doc/qt2/html/qtoolbutton-h.html -share/doc/qt2/html/qtoolbutton-members.html -share/doc/qt2/html/qtoolbutton.html -share/doc/qt2/html/qtooltip-h.html -share/doc/qt2/html/qtooltip-members.html -share/doc/qt2/html/qtooltip.html -share/doc/qt2/html/qtooltipgroup-members.html -share/doc/qt2/html/qtooltipgroup.html -share/doc/qt2/html/qtranslator-h.html -share/doc/qt2/html/qtranslator-members.html -share/doc/qt2/html/qtranslator.html -share/doc/qt2/html/qtranslatormessage-members.html -share/doc/qt2/html/qtranslatormessage.html -share/doc/qt2/html/qtsciicodec-h.html -share/doc/qt2/html/qtsciicodec-members.html -share/doc/qt2/html/qtsciicodec.html -share/doc/qt2/html/quridrag-members.html -share/doc/qt2/html/quridrag.html -share/doc/qt2/html/qurl-h.html -share/doc/qt2/html/qurl-members.html -share/doc/qt2/html/qurl.html -share/doc/qt2/html/qurlinfo-h.html -share/doc/qt2/html/qurlinfo-members.html -share/doc/qt2/html/qurlinfo.html -share/doc/qt2/html/qurloperator-h.html -share/doc/qt2/html/qurloperator-members.html -share/doc/qt2/html/qurloperator.html -share/doc/qt2/html/qvalidator-h.html -share/doc/qt2/html/qvalidator-members.html -share/doc/qt2/html/qvalidator.html -share/doc/qt2/html/qvaluelist-h.html -share/doc/qt2/html/qvaluelist-members.html -share/doc/qt2/html/qvaluelist.html -share/doc/qt2/html/qvaluelistconstiterator-members.html -share/doc/qt2/html/qvaluelistconstiterator.html -share/doc/qt2/html/qvaluelistiterator-members.html -share/doc/qt2/html/qvaluelistiterator.html -share/doc/qt2/html/qvaluestack-h.html -share/doc/qt2/html/qvaluestack-members.html -share/doc/qt2/html/qvaluestack.html -share/doc/qt2/html/qvariant-h.html -share/doc/qt2/html/qvariant-members.html -share/doc/qt2/html/qvariant.html -share/doc/qt2/html/qvbox-h.html -share/doc/qt2/html/qvbox-m.png -share/doc/qt2/html/qvbox-members.html -share/doc/qt2/html/qvbox-w.png -share/doc/qt2/html/qvbox.html -share/doc/qt2/html/qvbox.png -share/doc/qt2/html/qvboxlayout-members.html -share/doc/qt2/html/qvboxlayout.html -share/doc/qt2/html/qvbuttongroup-h.html -share/doc/qt2/html/qvbuttongroup-members.html -share/doc/qt2/html/qvbuttongroup.html -share/doc/qt2/html/qvector-h.html -share/doc/qt2/html/qvector-members.html -share/doc/qt2/html/qvector.html -share/doc/qt2/html/qvfb-qws.html -share/doc/qt2/html/qvgroupbox-h.html -share/doc/qt2/html/qvgroupbox-members.html -share/doc/qt2/html/qvgroupbox.html -share/doc/qt2/html/qwaitcondition-members.html -share/doc/qt2/html/qwaitcondition.html -share/doc/qt2/html/qwerty-main-cpp.html -share/doc/qt2/html/qwhatsthis-h.html -share/doc/qt2/html/qwhatsthis-members.html -share/doc/qt2/html/qwhatsthis.html -share/doc/qt2/html/qwheelevent-members.html -share/doc/qt2/html/qwheelevent.html -share/doc/qt2/html/qwidget-h.html -share/doc/qt2/html/qwidget-members.html -share/doc/qt2/html/qwidget.html -share/doc/qt2/html/qwidgetitem-members.html -share/doc/qt2/html/qwidgetitem.html -share/doc/qt2/html/qwidgetstack-h.html -share/doc/qt2/html/qwidgetstack-members.html -share/doc/qt2/html/qwidgetstack.html -share/doc/qt2/html/qwindowdefs-h.html -share/doc/qt2/html/qwindowsstyle-h.html -share/doc/qt2/html/qwindowsstyle-members.html -share/doc/qt2/html/qwindowsstyle.html -share/doc/qt2/html/qwizard-h.html -share/doc/qt2/html/qwizard-members.html -share/doc/qt2/html/qwizard.html -share/doc/qt2/html/qwmatrix-h.html -share/doc/qt2/html/qwmatrix-members.html -share/doc/qt2/html/qwmatrix.html -share/doc/qt2/html/qworkspace-h.html -share/doc/qt2/html/qworkspace-members.html -share/doc/qt2/html/qworkspace.html -share/doc/qt2/html/qwsdecoration-members.html -share/doc/qt2/html/qwsdecoration.html -share/doc/qt2/html/qwsdisplay_qws-h.html -share/doc/qt2/html/qwsmanager_qws-h.html -share/doc/qt2/html/qxml-h.html -share/doc/qt2/html/qxmlattributes-members.html -share/doc/qt2/html/qxmlattributes.html -share/doc/qt2/html/qxmlcontenthandler-members.html -share/doc/qt2/html/qxmlcontenthandler.html -share/doc/qt2/html/qxmldeclhandler-members.html -share/doc/qt2/html/qxmldeclhandler.html -share/doc/qt2/html/qxmldefaulthandler-members.html -share/doc/qt2/html/qxmldefaulthandler.html -share/doc/qt2/html/qxmldtdhandler-members.html -share/doc/qt2/html/qxmldtdhandler.html -share/doc/qt2/html/qxmlentityresolver-members.html -share/doc/qt2/html/qxmlentityresolver.html -share/doc/qt2/html/qxmlerrorhandler-members.html -share/doc/qt2/html/qxmlerrorhandler.html -share/doc/qt2/html/qxmlinputsource-members.html -share/doc/qt2/html/qxmlinputsource.html -share/doc/qt2/html/qxmllexicalhandler-members.html -share/doc/qt2/html/qxmllexicalhandler.html -share/doc/qt2/html/qxmllocator-members.html -share/doc/qt2/html/qxmllocator.html -share/doc/qt2/html/qxmlnamespacesupport-members.html -share/doc/qt2/html/qxmlnamespacesupport.html -share/doc/qt2/html/qxmlparseexception-members.html -share/doc/qt2/html/qxmlparseexception.html -share/doc/qt2/html/qxmlreader-members.html -share/doc/qt2/html/qxmlreader.html -share/doc/qt2/html/qxmlsimplereader-members.html -share/doc/qt2/html/qxmlsimplereader.html -share/doc/qt2/html/qxt-h.html -share/doc/qt2/html/qxtapplication-members.html -share/doc/qt2/html/qxtapplication.html -share/doc/qt2/html/qxtwidget-members.html -share/doc/qt2/html/qxtwidget.html -share/doc/qt2/html/rangecontrols-main-cpp.html -share/doc/qt2/html/removed20.html -share/doc/qt2/html/richtext-main-cpp.html -share/doc/qt2/html/rintersect.png -share/doc/qt2/html/rot13-rot13-cpp.html -share/doc/qt2/html/rsubtract.png -share/doc/qt2/html/runion.png -share/doc/qt2/html/running-qws.html -share/doc/qt2/html/rxor.png -share/doc/qt2/html/scribble-main-cpp.html -share/doc/qt2/html/scrollview-scrollview-cpp.html -share/doc/qt2/html/session.html -share/doc/qt2/html/session.png -share/doc/qt2/html/shared.html -share/doc/qt2/html/shclass.html -share/doc/qt2/html/showimg-main-cpp.html -share/doc/qt2/html/signalsandslots.html -share/doc/qt2/html/simple-application.html -share/doc/qt2/html/smooth.png -share/doc/qt2/html/splitter-splitter-cpp.html -share/doc/qt2/html/splitter-views-m.png -share/doc/qt2/html/splitter-views-w.png -share/doc/qt2/html/t1.html -share/doc/qt2/html/t1.png -share/doc/qt2/html/t10-cannon-cpp.html -share/doc/qt2/html/t10-cannon-h.html -share/doc/qt2/html/t10-lcdrange-cpp.html -share/doc/qt2/html/t10-lcdrange-h.html -share/doc/qt2/html/t10-main-cpp.html -share/doc/qt2/html/t10-makefile.html -share/doc/qt2/html/t10.html -share/doc/qt2/html/t10.png -share/doc/qt2/html/t11-cannon-cpp.html -share/doc/qt2/html/t11-cannon-h.html -share/doc/qt2/html/t11-lcdrange-cpp.html -share/doc/qt2/html/t11-lcdrange-h.html -share/doc/qt2/html/t11-main-cpp.html -share/doc/qt2/html/t11-makefile.html -share/doc/qt2/html/t11.html -share/doc/qt2/html/t11.png -share/doc/qt2/html/t12-cannon-cpp.html -share/doc/qt2/html/t12-cannon-h.html -share/doc/qt2/html/t12-lcdrange-cpp.html -share/doc/qt2/html/t12-lcdrange-h.html -share/doc/qt2/html/t12-main-cpp.html -share/doc/qt2/html/t12-makefile.html -share/doc/qt2/html/t12.html -share/doc/qt2/html/t12.png -share/doc/qt2/html/t13-cannon-cpp.html -share/doc/qt2/html/t13-cannon-h.html -share/doc/qt2/html/t13-gamebrd-cpp.html -share/doc/qt2/html/t13-gamebrd-h.html -share/doc/qt2/html/t13-lcdrange-cpp.html -share/doc/qt2/html/t13-lcdrange-h.html -share/doc/qt2/html/t13-main-cpp.html -share/doc/qt2/html/t13-makefile.html -share/doc/qt2/html/t13.html -share/doc/qt2/html/t13.png -share/doc/qt2/html/t14-cannon-cpp.html -share/doc/qt2/html/t14-cannon-h.html -share/doc/qt2/html/t14-gamebrd-cpp.html -share/doc/qt2/html/t14-gamebrd-h.html -share/doc/qt2/html/t14-lcdrange-cpp.html -share/doc/qt2/html/t14-lcdrange-h.html -share/doc/qt2/html/t14-main-cpp.html -share/doc/qt2/html/t14-makefile.html -share/doc/qt2/html/t14.html -share/doc/qt2/html/t14.png -share/doc/qt2/html/t2.html -share/doc/qt2/html/t2.png -share/doc/qt2/html/t3.html -share/doc/qt2/html/t3.png -share/doc/qt2/html/t4.html -share/doc/qt2/html/t4.png -share/doc/qt2/html/t5.html -share/doc/qt2/html/t5.png -share/doc/qt2/html/t6.html -share/doc/qt2/html/t6.png -share/doc/qt2/html/t7-lcdrange-cpp.html -share/doc/qt2/html/t7-lcdrange-h.html -share/doc/qt2/html/t7-main-cpp.html -share/doc/qt2/html/t7-makefile.html -share/doc/qt2/html/t7.html -share/doc/qt2/html/t7.png -share/doc/qt2/html/t8-cannon-cpp.html -share/doc/qt2/html/t8-cannon-h.html -share/doc/qt2/html/t8-lcdrange-cpp.html -share/doc/qt2/html/t8-lcdrange-h.html -share/doc/qt2/html/t8-main-cpp.html -share/doc/qt2/html/t8-makefile.html -share/doc/qt2/html/t8.html -share/doc/qt2/html/t8.png -share/doc/qt2/html/t9-cannon-cpp.html -share/doc/qt2/html/t9-cannon-h.html -share/doc/qt2/html/t9-lcdrange-cpp.html -share/doc/qt2/html/t9-lcdrange-h.html -share/doc/qt2/html/t9-main-cpp.html -share/doc/qt2/html/t9-makefile.html -share/doc/qt2/html/t9.html -share/doc/qt2/html/t9.png -share/doc/qt2/html/t9_1.png -share/doc/qt2/html/t9_2.png -share/doc/qt2/html/tabdialog-main-cpp.html -share/doc/qt2/html/table.html -share/doc/qt2/html/test.png -share/doc/qt2/html/tetrix-tetrix-cpp.html -share/doc/qt2/html/themes-main-cpp.html -share/doc/qt2/html/threads.html -share/doc/qt2/html/tictac-main-cpp.html -share/doc/qt2/html/time.html -share/doc/qt2/html/timers.html -share/doc/qt2/html/tools.html -share/doc/qt2/html/tooltip-main-cpp.html -share/doc/qt2/html/topicals.html -share/doc/qt2/html/trivial-trivial-cpp.html -share/doc/qt2/html/troll.html -share/doc/qt2/html/tutorial.html -share/doc/qt2/html/tutorial.png -share/doc/qt2/html/unicode.html -share/doc/qt2/html/unsmooth.png -share/doc/qt2/html/validator-main-cpp.html -share/doc/qt2/html/whatsthis.png -share/doc/qt2/html/winsystem.html -share/doc/qt2/html/wizard-main-cpp.html -share/doc/qt2/html/workspace.html -share/doc/qt2/html/xform-xform-cpp.html -share/doc/qt2/html/xml-sax.html -share/doc/qt2/html/xml.html -share/doc/qt2/html/xt.html -share/doc/qt2/html/y2k.html -@dirrm share/doc/qt2/html/designer/stylesheet-images -@dirrm share/doc/qt2/html/designer/figures -@dirrm share/doc/qt2/html/designer -@dirrm share/doc/qt2/html -@dirrm share/doc/qt2 -@dirrm include/qt2 diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile deleted file mode 100644 index 3b638d903715..000000000000 --- a/x11-toolkits/qt32/Makefile +++ /dev/null @@ -1,118 +0,0 @@ -# New ports collection makefile for: qt22 -# Date created: 17 Jul 1999 -# Whom: imura@kml.cs.titech.ac.jp -# -# $FreeBSD$ -# - -PORTNAME= qt -PORTVERSION= 2.2.1 -CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ -DISTNAME= qt-x11-${PORTVERSION} - -MAINTAINER= will@FreeBSD.org - -LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_MESA= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_NEWGCC= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm -gif \ - -I${LOCALBASE}/include -L${LOCALBASE}/lib -CONFIGURE_ENV= QTDIR=${WRKSRC} -MAKE_ENV= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib - -CONFIG= ${WRKSRC}/configs/freebsd-g++-${STATIC} - -.if !defined(NOPORTDOCS) -.include "${.CURDIR}/files/manpages" -.endif - -.if defined(WANT_STATIC) -STATIC=static -CONFIGURE_ARGS+=-static -.else -STATIC=shared -INSTALLS_SHLIB=yes -.endif - -pre-fetch: -.if !defined(QT_GIF_AVAILABLE) && !defined(HAVE_UNISYS_LICENSE) - @${ECHO} - @${ECHO} "GIF support is disabled in QT by default due to the" - @${ECHO} "restrictive license on LZW compression owned by Unisys." - @${ECHO} "To build with GIF support, use" - @${ECHO} - @${ECHO} " ${MAKE} -DQT_GIF_AVAILABLE [other args]" - @${ECHO} "or" - @${ECHO} " ${MAKE} -DHAVE_UNISYS_LICENSE [other args]" - @${ECHO} -.endif -.if exists(${X11BASE}/lib/libqt2.so.3) -.if !defined(WANT_STATIC) - @${ECHO} "An older version of QT2 is installed. To avoid clobbering" - @${ECHO} "that installation, deinstall it and then install this port." - @${ECHO} "Note that this port contains beta-quality source code and" - @${ECHO} "must be used only wherever absolutely needed, such as for" - @${ECHO} "KDE 2.0 and later." - @${FALSE} -.endif -.endif - -pre-configure: - @${CP} ${CONFIG} ${CONFIG}.new - ${SED} -e "s,gcc,${CC},g" ${CONFIG}.new | ${SED} -e "s,g\+\+,${CXX},g" | \ - ${SED} -e "s,/usr/X11R6,${X11BASE},g" | ${SED} -e "s,-pipe -O2,${CXXFLAGS},g" > ${CONFIG} - ${PERL} -pi -e "s@VER_MAJ = 2@VER_MAJ = 4@g" ${WRKSRC}/src/Makefile.in - ${PERL} -pi -e "s@TARGET = qt@TARGET = qt2@g" ${WRKSRC}/src/Makefile.in - ${PERL} -pi -e "s@TARGET\t= moc@TARGET = moc2@g" ${WRKSRC}/src/moc/Makefile.in - ${PERL} -pi -e "s@rm -f bin/moc@rm -f bin/moc2@g" ${WRKSRC}/Makefile - ${PERL} -pi -e "s@cp src/moc/moc bin/moc@cp src/moc/moc2 bin/moc2@g" ${WRKSRC}/Makefile - ${PERL} -pi -e "s@symlinks src-moc src-mt sub-src sub-tools sub-tutorial sub-examples@symlinks src-moc src-mt sub-src sub-tools@g" ${WRKSRC}/Makefile - ${PERL} -pi -e "s@-L../lib@-L${WRKSRC}/lib@g" ${WRKSRC}/tools/designer/uic/Makefile.in - -post-configure: - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} symlinks) - -do-install: - ${MKDIR} ${PREFIX}/include/qt2 -.for BIN in designer moc2 uic - ${INSTALL_PROGRAM} ${WRKSRC}/bin/${BIN} ${PREFIX}/bin -.endfor -.for SCRIPT in findtr qt20fix qtrename140 - ${INSTALL_SCRIPT} ${WRKSRC}/bin/${SCRIPT} ${PREFIX}/bin -.endfor - ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/qt2 -.for LIB in qt2 qutil - ${INSTALL_DATA} ${WRKSRC}/lib/lib${LIB}* ${PREFIX}/lib -.endfor -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/qt2/html/designer/figures - ${MKDIR} ${PREFIX}/share/doc/qt2/html/designer/stylesheet-images - (cd ${WRKSRC} ; \ - ${INSTALL_DATA} ANNOUNCE ${PREFIX}/share/doc/qt2 ; \ - ${INSTALL_DATA} FAQ ${PREFIX}/share/doc/qt2 ; \ - ${INSTALL_DATA} LICENSE.QPL ${PREFIX}/share/doc/qt2 ; \ - ${INSTALL_DATA} PORTING ${PREFIX}/share/doc/qt2 ; \ - ${INSTALL_DATA} README ${PREFIX}/share/doc/qt2 ; \ - ${INSTALL_DATA} README.QT ${PREFIX}/share/doc/qt2 ; \ - ${INSTALL_DATA} doc/html/*.html doc/html/*.png ${PREFIX}/share/doc/qt2/html ; \ - ${INSTALL_DATA} doc/html/designer/*.html ${PREFIX}/share/doc/qt2/html/designer ; \ - ${INSTALL_DATA} doc/html/designer/figures/* ${PREFIX}/share/doc/qt2/html/designer/figures ; \ - ${INSTALL_MAN} doc/man/man3/q* ${PREFIX}/man/man3 ) -.endif - -.if defined(WANT_STATIC) -post-install: - @${PERL} -pi -e 's/libqt2\.so/libqt2.a/' ${TMPPLIST} - @${PERL} -pi -e 's/.*libqt2\.a\.\d\n//' ${TMPPLIST} - @${PERL} -pi -e 's/libqutil\.so/libqutil.a/' ${TMPPLIST} - @${PERL} -pi -e 's/.*libqutil\.a\.\d\n//' ${TMPPLIST} -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/qt32/distinfo b/x11-toolkits/qt32/distinfo deleted file mode 100644 index e7dbb76ab284..000000000000 --- a/x11-toolkits/qt32/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (qt-x11-2.2.1.tar.gz) = c5a65c4ded0330fa6b44c24fd93b938e diff --git a/x11-toolkits/qt32/files/manpages b/x11-toolkits/qt32/files/manpages deleted file mode 100644 index 27329053a55a..000000000000 --- a/x11-toolkits/qt32/files/manpages +++ /dev/null @@ -1,330 +0,0 @@ -MAN3= \ -qaccel.3qt \ -qaction.3qt \ -qactiongroup.3qt \ -qapplication.3qt \ -qarray.3qt \ -qasciicache.3qt \ -qasciicacheiterator.3qt \ -qasciidict.3qt \ -qasciidictiterator.3qt \ -qasyncio.3qt \ -qbitarray.3qt \ -qbitmap.3qt \ -qbitval.3qt \ -qboxlayout.3qt \ -qbrush.3qt \ -qbuffer.3qt \ -qbutton.3qt \ -qbuttongroup.3qt \ -qbytearray.3qt \ -qcache.3qt \ -qcacheiterator.3qt \ -qcanvas.3qt \ -qcanvasellipse.3qt \ -qcanvasitem.3qt \ -qcanvasline.3qt \ -qcanvaspixmap.3qt \ -qcanvaspixmaparray.3qt \ -qcanvaspolygon.3qt \ -qcanvaspolygonalitem.3qt \ -qcanvasrectangle.3qt \ -qcanvassprite.3qt \ -qcanvastext.3qt \ -qcanvasview.3qt \ -qcdestyle.3qt \ -qchar.3qt \ -qcharref.3qt \ -qcheckbox.3qt \ -qchecklistitem.3qt \ -qchildevent.3qt \ -qclipboard.3qt \ -qcloseevent.3qt \ -qcollection.3qt \ -qcolor.3qt \ -qcolordialog.3qt \ -qcolordrag.3qt \ -qcolorgroup.3qt \ -qcombobox.3qt \ -qcommonstyle.3qt \ -qconststring.3qt \ -qcstring.3qt \ -qcursor.3qt \ -qcustomevent.3qt \ -qcustommenuitem.3qt \ -qdatapump.3qt \ -qdatasink.3qt \ -qdatasource.3qt \ -qdatastream.3qt \ -qdate.3qt \ -qdatetime.3qt \ -qdial.3qt \ -qdialog.3qt \ -qdict.3qt \ -qdictiterator.3qt \ -qdir.3qt \ -qdns.3qt \ -qdomattr.3qt \ -qdomcdatasection.3qt \ -qdomcharacterdata.3qt \ -qdomcomment.3qt \ -qdomdocument.3qt \ -qdomdocumentfragment.3qt \ -qdomdocumenttype.3qt \ -qdomelement.3qt \ -qdomentity.3qt \ -qdomentityreference.3qt \ -qdomimplementation.3qt \ -qdomnamednodemap.3qt \ -qdomnode.3qt \ -qdomnodelist.3qt \ -qdomnotation.3qt \ -qdomprocessinginstruction.3qt \ -qdomtext.3qt \ -qdoublevalidator.3qt \ -qdragenterevent.3qt \ -qdragleaveevent.3qt \ -qdragmoveevent.3qt \ -qdragobject.3qt \ -qdropevent.3qt \ -qdropsite.3qt \ -qeucjpcodec.3qt \ -qeuckrcodec.3qt \ -qevent.3qt \ -qfile.3qt \ -qfiledialog.3qt \ -qfileiconprovider.3qt \ -qfileinfo.3qt \ -qfilepreview.3qt \ -qfocusdata.3qt \ -qfocusevent.3qt \ -qfont.3qt \ -qfontdatabase.3qt \ -qfontdialog.3qt \ -qfontinfo.3qt \ -qfontmetrics.3qt \ -qframe.3qt \ -qftp.3qt \ -qgarray.3qt \ -qgbkcodec.3qt \ -qgcache.3qt \ -qgcacheiterator.3qt \ -qgdict.3qt \ -qgdictiterator.3qt \ -qgl.3qt \ -qglayoutiterator.3qt \ -qglcontext.3qt \ -qglformat.3qt \ -qglist.3qt \ -qglistiterator.3qt \ -qglwidget.3qt \ -qgrid.3qt \ -qgridlayout.3qt \ -qgroupbox.3qt \ -qguardedptr.3qt \ -qgvector.3qt \ -qhbox.3qt \ -qhboxlayout.3qt \ -qhbuttongroup.3qt \ -qheader.3qt \ -qhgroupbox.3qt \ -qhideevent.3qt \ -qhostaddress.3qt \ -qicondrag.3qt \ -qicondragitem.3qt \ -qiconset.3qt \ -qiconview.3qt \ -qiconviewitem.3qt \ -qimage.3qt \ -qimageconsumer.3qt \ -qimagedecoder.3qt \ -qimagedrag.3qt \ -qimageformat.3qt \ -qimageformattype.3qt \ -qimageio.3qt \ -qinputdialog.3qt \ -qintcache.3qt \ -qintcacheiterator.3qt \ -qintdict.3qt \ -qintdictiterator.3qt \ -qintvalidator.3qt \ -qiodevice.3qt \ -qiodevicesource.3qt \ -qjiscodec.3qt \ -qjpunicodeconv.3qt \ -qkeyevent.3qt \ -qlabel.3qt \ -qlayout.3qt \ -qlayoutitem.3qt \ -qlayoutiterator.3qt \ -qlcdnumber.3qt \ -qlineedit.3qt \ -qlist.3qt \ -qlistbox.3qt \ -qlistboxitem.3qt \ -qlistboxpixmap.3qt \ -qlistboxtext.3qt \ -qlistiterator.3qt \ -qlistview.3qt \ -qlistviewitem.3qt \ -qlistviewitemiterator.3qt \ -qlnode.3qt \ -qlocalfs.3qt \ -qmainwindow.3qt \ -qmap.3qt \ -qmapconstiterator.3qt \ -qmapiterator.3qt \ -qmenubar.3qt \ -qmenudata.3qt \ -qmessagebox.3qt \ -qmetaobject.3qt \ -qmetaproperty.3qt \ -qmimesource.3qt \ -qmimesourcefactory.3qt \ -qmotifplusstyle.3qt \ -qmotifstyle.3qt \ -qmouseevent.3qt \ -qmoveevent.3qt \ -qmovie.3qt \ -qmultilineedit.3qt \ -qmutex.3qt \ -qnetworkoperation.3qt \ -qnetworkprotocol.3qt \ -qnpinstance.3qt \ -qnplugin.3qt \ -qnpstream.3qt \ -qnpwidget.3qt \ -qobject.3qt \ -qpaintdevice.3qt \ -qpaintdevicemetrics.3qt \ -qpainter.3qt \ -qpaintevent.3qt \ -qpalette.3qt \ -qpen.3qt \ -qpicture.3qt \ -qpixmap.3qt \ -qpixmapcache.3qt \ -qplatinumstyle.3qt \ -qpngimagepacker.3qt \ -qpoint.3qt \ -qpointarray.3qt \ -qpopupmenu.3qt \ -qprinter.3qt \ -qprogressbar.3qt \ -qprogressdialog.3qt \ -qptrdict.3qt \ -qptrdictiterator.3qt \ -qpushbutton.3qt \ -qqueue.3qt \ -qradiobutton.3qt \ -qrangecontrol.3qt \ -qrect.3qt \ -qregexp.3qt \ -qregion.3qt \ -qresizeevent.3qt \ -qscrollbar.3qt \ -qscrollview.3qt \ -qsemaphore.3qt \ -qsemimodal.3qt \ -qserversocket.3qt \ -qsessionmanager.3qt \ -qsgistyle.3qt \ -qshared.3qt \ -qshowevent.3qt \ -qsignal.3qt \ -qsignalmapper.3qt \ -qsimplerichtext.3qt \ -qsize.3qt \ -qsizegrip.3qt \ -qsizepolicy.3qt \ -qsjiscodec.3qt \ -qslider.3qt \ -qsocket.3qt \ -qsocketdevice.3qt \ -qsocketnotifier.3qt \ -qsortedlist.3qt \ -qsound.3qt \ -qspaceritem.3qt \ -qspinbox.3qt \ -qsplitter.3qt \ -qstack.3qt \ -qstatusbar.3qt \ -qstoreddrag.3qt \ -qstrilist.3qt \ -qstring.3qt \ -qstringlist.3qt \ -qstrlist.3qt \ -qstrlistiterator.3qt \ -qstyle.3qt \ -qstylesheet.3qt \ -qstylesheetitem.3qt \ -qt.3qt \ -qtab.3qt \ -qtabbar.3qt \ -qtabdialog.3qt \ -qtable.3qt \ -qtableitem.3qt \ -qtableselection.3qt \ -qtableview.3qt \ -qtabwidget.3qt \ -qtextbrowser.3qt \ -qtextcodec.3qt \ -qtextdecoder.3qt \ -qtextdrag.3qt \ -qtextencoder.3qt \ -qtextistream.3qt \ -qtextostream.3qt \ -qtextstream.3qt \ -qtextview.3qt \ -qthread.3qt \ -qtime.3qt \ -qtimer.3qt \ -qtimerevent.3qt \ -qtoolbar.3qt \ -qtoolbutton.3qt \ -qtooltip.3qt \ -qtooltipgroup.3qt \ -qtranslator.3qt \ -qtsciicodec.3qt \ -quridrag.3qt \ -qurl.3qt \ -qtranslatormessage.3qt \ -qurloperator.3qt \ -qvalidator.3qt \ -qvaluelist.3qt \ -qvaluelistconstiterator.3qt \ -qvaluelistiterator.3qt \ -qvaluestack.3qt \ -qvariant.3qt \ -qvbox.3qt \ -qvboxlayout.3qt \ -qvbuttongroup.3qt \ -qvector.3qt \ -qvgroupbox.3qt \ -qwhatsthis.3qt \ -qwheelevent.3qt \ -qwaitcondition.3qt \ -qwidget.3qt \ -qwidgetitem.3qt \ -qwidgetstack.3qt \ -qwindowsstyle.3qt \ -qwizard.3qt \ -qwmatrix.3qt \ -qworkspace.3qt \ -qwsdecoration.3qt \ -qxmlattributes.3qt \ -qxmlcontenthandler.3qt \ -qxmldeclhandler.3qt \ -qxmldefaulthandler.3qt \ -qxmldtdhandler.3qt \ -qxmlentityresolver.3qt \ -qxmlerrorhandler.3qt \ -qxmlinputsource.3qt \ -qxmllexicalhandler.3qt \ -qxmllocator.3qt \ -qxmlnamespacesupport.3qt \ -qxmlparseexception.3qt \ -qxmlreader.3qt \ -qxmlsimplereader.3qt \ -qxtapplication.3qt \ -qxtwidget.3qt diff --git a/x11-toolkits/qt32/files/patch-aa b/x11-toolkits/qt32/files/patch-aa deleted file mode 100644 index b95cbe905e2e..000000000000 --- a/x11-toolkits/qt32/files/patch-aa +++ /dev/null @@ -1,40 +0,0 @@ ---- configs/freebsd-g++-shared Sun Sep 10 18:44:24 2000 -+++ configs/freebsd-g++-shared.new Sun Sep 10 18:44:53 2000 -@@ -21,7 +21,7 @@ - SYSCONF_LIBS_X11 = -lXext -lX11 -lm - # Qt, Qt+OpenGL - SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib --SYSCONF_LIBS_QT = -lqt$(QT_THREAD_SUFFIX) -+SYSCONF_LIBS_QT = -lqt2$(QT_THREAD_SUFFIX) - SYSCONF_LIBS_QT_OPENGL = - # OpenGL - SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib -@@ -44,7 +44,7 @@ - SYSCONF_LIBS_THREAD = - - # Meta-object compiler --SYSCONF_MOC = $(QTDIR)/bin/moc -+SYSCONF_MOC = $(QTDIR)/bin/moc2 - - # UI compiler - SYSCONF_UIC = $(QTDIR)/bin/uic -@@ -55,16 +55,14 @@ - # - Usually needs to incorporate $(VER_MAJ), $(VER_MIN) and $(VER_PATCH) - # - SYSCONF_LINK_SHLIB = g++ --SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH) -+SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ) - SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ - $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ - $(OBJECTS) $(OBJMOC) $(LIBS) && \ - mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ - cd $(DESTDIR) && \ -- rm -f lib$(TARGET).so lib$(TARGET).so.$(VER_MAJ) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN); \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so; \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ); \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) -+ rm -f lib$(TARGET).so;\ -+ ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so - - # Linking static libraries - # - Build the $(TARGET) library, eg. lib$(TARGET).a diff --git a/x11-toolkits/qt32/files/patch-af b/x11-toolkits/qt32/files/patch-af deleted file mode 100644 index b231b8d9f0be..000000000000 --- a/x11-toolkits/qt32/files/patch-af +++ /dev/null @@ -1,20 +0,0 @@ ---- configs/freebsd-g++-static Sat Sep 16 14:47:56 2000 -+++ configs/freebsd-g++-static.new Sat Sep 16 14:48:06 2000 -@@ -21,7 +21,7 @@ - SYSCONF_LIBS_X11 = -lXext -lX11 -lm - # Qt, Qt+OpenGL - SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib --SYSCONF_LIBS_QT = -lqt$(QT_THREAD_SUFFIX) -+SYSCONF_LIBS_QT = -lqt2$(QT_THREAD_SUFFIX) - SYSCONF_LIBS_QT_OPENGL = - # OpenGL - SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib -@@ -44,7 +44,7 @@ - SYSCONF_LIBS_THREAD = - - # Meta-object compiler --SYSCONF_MOC = $(QTDIR)/bin/moc -+SYSCONF_MOC = $(QTDIR)/bin/moc2 - - # UI compiler - SYSCONF_UIC = $(QTDIR)/bin/uic diff --git a/x11-toolkits/qt32/pkg-comment b/x11-toolkits/qt32/pkg-comment deleted file mode 100644 index 0e56180e5c92..000000000000 --- a/x11-toolkits/qt32/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A C++ X GUI toolkit diff --git a/x11-toolkits/qt32/pkg-descr b/x11-toolkits/qt32/pkg-descr deleted file mode 100644 index 78327aaabb1c..000000000000 --- a/x11-toolkits/qt32/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Qt is a toolkit for building a GUI for X in C++. The main -documentation is in share/doc/qt2 and is also available on -the web. - -WWW: http://doc.trolltech.com/ diff --git a/x11-toolkits/qt32/pkg-plist b/x11-toolkits/qt32/pkg-plist deleted file mode 100644 index 6c8919a2de9b..000000000000 --- a/x11-toolkits/qt32/pkg-plist +++ /dev/null @@ -1,1680 +0,0 @@ -bin/designer -bin/findtr -bin/moc2 -bin/qt20fix -bin/qtrename140 -bin/uic -include/qt2/jri.h -include/qt2/jritypes.h -include/qt2/npapi.h -include/qt2/npupp.h -include/qt2/q1xcompatibility.h -include/qt2/qabstractlayout.h -include/qt2/qaccel.h -include/qt2/qaction.h -include/qt2/qapp.h -include/qt2/qapplication.h -include/qt2/qarray.h -include/qt2/qasciicache.h -include/qt2/qasciidict.h -include/qt2/qasyncimageio.h -include/qt2/qasyncio.h -include/qt2/qbig5codec.h -include/qt2/qbitarray.h -include/qt2/qbitarry.h -include/qt2/qbitmap.h -include/qt2/qbrush.h -include/qt2/qbttngrp.h -include/qt2/qbuffer.h -include/qt2/qbutton.h -include/qt2/qbuttongroup.h -include/qt2/qcache.h -include/qt2/qcanvas.h -include/qt2/qcdestyle.h -include/qt2/qcheckbox.h -include/qt2/qchkbox.h -include/qt2/qclipboard.h -include/qt2/qclipbrd.h -include/qt2/qcollect.h -include/qt2/qcollection.h -include/qt2/qcolor.h -include/qt2/qcolordialog.h -include/qt2/qcombo.h -include/qt2/qcombobox.h -include/qt2/qcommonstyle.h -include/qt2/qconfig-dist.h -include/qt2/qconfig-embedded.h -include/qt2/qconfig-minimal.h -include/qt2/qconfig-qpim.h -include/qt2/qconfig.h -include/qt2/qconnect.h -include/qt2/qconnection.h -include/qt2/qcstring.h -include/qt2/qcursor.h -include/qt2/qdatastream.h -include/qt2/qdatetime.h -include/qt2/qdatetm.h -include/qt2/qdial.h -include/qt2/qdialog.h -include/qt2/qdict.h -include/qt2/qdir.h -include/qt2/qdns.h -include/qt2/qdom.h -include/qt2/qdragobject.h -include/qt2/qdrawutil.h -include/qt2/qdrawutl.h -include/qt2/qdropsite.h -include/qt2/qdstream.h -include/qt2/qeucjpcodec.h -include/qt2/qeuckrcodec.h -include/qt2/qevent.h -include/qt2/qfeatures.h -include/qt2/qfile.h -include/qt2/qfiledef.h -include/qt2/qfiledialog.h -include/qt2/qfiledlg.h -include/qt2/qfileinf.h -include/qt2/qfileinfo.h -include/qt2/qfocusdata.h -include/qt2/qfont.h -include/qt2/qfontdatabase.h -include/qt2/qfontdialog.h -include/qt2/qfontdta.h -include/qt2/qfontinf.h -include/qt2/qfontinfo.h -include/qt2/qfontmet.h -include/qt2/qfontmetrics.h -include/qt2/qframe.h -include/qt2/qftp.h -include/qt2/qgarray.h -include/qt2/qgbkcodec.h -include/qt2/qgcache.h -include/qt2/qgdict.h -include/qt2/qgeneric.h -include/qt2/qgif.h -include/qt2/qgl.h -include/qt2/qglist.h -include/qt2/qglobal.h -include/qt2/qgrid.h -include/qt2/qgroupbox.h -include/qt2/qgrpbox.h -include/qt2/qguardedptr.h -include/qt2/qgvector.h -include/qt2/qhbox.h -include/qt2/qhbuttongroup.h -include/qt2/qheader.h -include/qt2/qhgroupbox.h -include/qt2/qhostaddress.h -include/qt2/qiconset.h -include/qt2/qiconview.h -include/qt2/qimage.h -include/qt2/qinputdialog.h -include/qt2/qintcach.h -include/qt2/qintcache.h -include/qt2/qintdict.h -include/qt2/qiodev.h -include/qt2/qiodevice.h -include/qt2/qjiscodec.h -include/qt2/qjpegio.h -include/qt2/qjpunicode.h -include/qt2/qkeycode.h -include/qt2/qkoi8codec.h -include/qt2/qlabel.h -include/qt2/qlayout.h -include/qt2/qlcdnum.h -include/qt2/qlcdnumber.h -include/qt2/qlined.h -include/qt2/qlineedit.h -include/qt2/qlist.h -include/qt2/qlistbox.h -include/qt2/qlistview.h -include/qt2/qlocalfs.h -include/qt2/qmainwindow.h -include/qt2/qmap.h -include/qt2/qmenubar.h -include/qt2/qmenudata.h -include/qt2/qmenudta.h -include/qt2/qmessagebox.h -include/qt2/qmetaobj.h -include/qt2/qmetaobject.h -include/qt2/qmime.h -include/qt2/qmlined.h -include/qt2/qmngio.h -include/qt2/qmodules.h -include/qt2/qmotifplusstyle.h -include/qt2/qmotifstyle.h -include/qt2/qmovie.h -include/qt2/qmsgbox.h -include/qt2/qmultilinedit.h -include/qt2/qmultilineedit.h -include/qt2/qnamespace.h -include/qt2/qnetwork.h -include/qt2/qnetworkprotocol.h -include/qt2/qnp.h -include/qt2/qobjcoll.h -include/qt2/qobjdefs.h -include/qt2/qobject.h -include/qt2/qobjectdefs.h -include/qt2/qobjectdict.h -include/qt2/qobjectlist.h -include/qt2/qpaintd.h -include/qt2/qpaintdc.h -include/qt2/qpaintdevice.h -include/qt2/qpaintdevicedefs.h -include/qt2/qpaintdevicemetrics.h -include/qt2/qpainter.h -include/qt2/qpalette.h -include/qt2/qpdevmet.h -include/qt2/qpen.h -include/qt2/qpicture.h -include/qt2/qpixmap.h -include/qt2/qpixmapcache.h -include/qt2/qplatinumstyle.h -include/qt2/qpmcache.h -include/qt2/qpngio.h -include/qt2/qpntarry.h -include/qt2/qpoint.h -include/qt2/qpointarray.h -include/qt2/qpolygonscanner.h -include/qt2/qpopmenu.h -include/qt2/qpopupmenu.h -include/qt2/qprintdialog.h -include/qt2/qprinter.h -include/qt2/qprndlg.h -include/qt2/qprogbar.h -include/qt2/qprogdlg.h -include/qt2/qprogressbar.h -include/qt2/qprogressdialog.h -include/qt2/qpsprn.h -include/qt2/qptrdict.h -include/qt2/qpushbt.h -include/qt2/qpushbutton.h -include/qt2/qqueue.h -include/qt2/qradiobt.h -include/qt2/qradiobutton.h -include/qt2/qrangecontrol.h -include/qt2/qrangect.h -include/qt2/qrect.h -include/qt2/qregexp.h -include/qt2/qregion.h -include/qt2/qrtlcodec.h -include/qt2/qscrbar.h -include/qt2/qscrollbar.h -include/qt2/qscrollview.h -include/qt2/qsemimodal.h -include/qt2/qserversocket.h -include/qt2/qsession.h -include/qt2/qsessionmanager.h -include/qt2/qsgistyle.h -include/qt2/qshared.h -include/qt2/qsignal.h -include/qt2/qsignalmapper.h -include/qt2/qsignalslotimp.h -include/qt2/qsimplerichtext.h -include/qt2/qsize.h -include/qt2/qsizegrip.h -include/qt2/qsizepolicy.h -include/qt2/qsjiscodec.h -include/qt2/qslider.h -include/qt2/qsmartptr.h -include/qt2/qsocket.h -include/qt2/qsocketdevice.h -include/qt2/qsocketnotifier.h -include/qt2/qsocknot.h -include/qt2/qsortedlist.h -include/qt2/qsound.h -include/qt2/qspinbox.h -include/qt2/qsplitter.h -include/qt2/qstack.h -include/qt2/qstatusbar.h -include/qt2/qstring.h -include/qt2/qstringlist.h -include/qt2/qstrlist.h -include/qt2/qstrvec.h -include/qt2/qstyle.h -include/qt2/qstylesheet.h -include/qt2/qt.h -include/qt2/qt_x11.h -include/qt2/qtabbar.h -include/qt2/qtabdialog.h -include/qt2/qtabdlg.h -include/qt2/qtable.h -include/qt2/qtableview.h -include/qt2/qtablevw.h -include/qt2/qtabwidget.h -include/qt2/qtextbrowser.h -include/qt2/qtextcodec.h -include/qt2/qtextstream.h -include/qt2/qtextview.h -include/qt2/qthread.h -include/qt2/qtimer.h -include/qt2/qtl.h -include/qt2/qtoolbar.h -include/qt2/qtoolbutton.h -include/qt2/qtooltip.h -include/qt2/qtranslator.h -include/qt2/qtsciicodec.h -include/qt2/qtstream.h -include/qt2/qurl.h -include/qt2/qurlinfo.h -include/qt2/qurloperator.h -include/qt2/qutfcodec.h -include/qt2/qvalidator.h -include/qt2/qvaluelist.h -include/qt2/qvaluestack.h -include/qt2/qvariant.h -include/qt2/qvbox.h -include/qt2/qvbuttongroup.h -include/qt2/qvector.h -include/qt2/qvgroupbox.h -include/qt2/qwhatsthis.h -include/qt2/qwidcoll.h -include/qt2/qwidget.h -include/qt2/qwidgetintdict.h -include/qt2/qwidgetlist.h -include/qt2/qwidgetstack.h -include/qt2/qwindefs.h -include/qt2/qwindow.h -include/qt2/qwindowdefs.h -include/qt2/qwindowsstyle.h -include/qt2/qwizard.h -include/qt2/qwmatrix.h -include/qt2/qworkspace.h -include/qt2/qxml.h -include/qt2/qxt.h -lib/libqt2.so -lib/libqt2.so.4 -lib/libqutil.so -lib/libqutil.so.1 -share/doc/qt2/ANNOUNCE -share/doc/qt2/FAQ -share/doc/qt2/LICENSE.QPL -share/doc/qt2/PORTING -share/doc/qt2/README -share/doc/qt2/README.QT -share/doc/qt2/html/HOWTO-framebuffer.html -share/doc/qt2/html/aboutqt.html -share/doc/qt2/html/abstractwidgets.html -share/doc/qt2/html/accelerators.html -share/doc/qt2/html/aclock-main-cpp.html -share/doc/qt2/html/action-main-cpp.html -share/doc/qt2/html/addressbook-main-cpp.html -share/doc/qt2/html/advanced.html -share/doc/qt2/html/annotated.html -share/doc/qt2/html/appearance.html -share/doc/qt2/html/appicon.html -share/doc/qt2/html/application-main-cpp.html -share/doc/qt2/html/application.html -share/doc/qt2/html/basic.html -share/doc/qt2/html/bearings.png -share/doc/qt2/html/biff-main-cpp.html -share/doc/qt2/html/book.png -share/doc/qt2/html/bughowto.html -share/doc/qt2/html/buttongroup-m.png -share/doc/qt2/html/buttongroup-w.png -share/doc/qt2/html/buttongroups-main-cpp.html -share/doc/qt2/html/buyhowto.html -share/doc/qt2/html/canvas.html -share/doc/qt2/html/casestudy-qws.html -share/doc/qt2/html/changes21.html -share/doc/qt2/html/changes211.html -share/doc/qt2/html/changes22.html -share/doc/qt2/html/charinput-qws.html -share/doc/qt2/html/checklists-main-cpp.html -share/doc/qt2/html/classes.html -share/doc/qt2/html/collection.html -share/doc/qt2/html/commonproblems.html -share/doc/qt2/html/coordsys.html -share/doc/qt2/html/coordsys.png -share/doc/qt2/html/credits.html -share/doc/qt2/html/cursor-cursor-cpp.html -share/doc/qt2/html/customlayout-main-cpp.html -share/doc/qt2/html/customlayout.html -share/doc/qt2/html/datastreamformat.html -share/doc/qt2/html/dclock-main-cpp.html -share/doc/qt2/html/debug.html -share/doc/qt2/html/design.html -share/doc/qt2/html/designer.html -share/doc/qt2/html/designer.png -share/doc/qt2/html/designer/book1.html -share/doc/qt2/html/designer/chap10_1.html -share/doc/qt2/html/designer/chap1_1.html -share/doc/qt2/html/designer/chap2_1.html -share/doc/qt2/html/designer/chap2_2.html -share/doc/qt2/html/designer/chap2_3.html -share/doc/qt2/html/designer/chap2_4.html -share/doc/qt2/html/designer/chap3_1.html -share/doc/qt2/html/designer/chap3_2.html -share/doc/qt2/html/designer/chap3_3.html -share/doc/qt2/html/designer/chap3_4.html -share/doc/qt2/html/designer/chap4_1.html -share/doc/qt2/html/designer/chap4_2.html -share/doc/qt2/html/designer/chap5_1.html -share/doc/qt2/html/designer/chap5_2.html -share/doc/qt2/html/designer/chap5_3.html -share/doc/qt2/html/designer/chap5_4.html -share/doc/qt2/html/designer/chap5_5.html -share/doc/qt2/html/designer/chap5_6.html -share/doc/qt2/html/designer/chap6_1.html -share/doc/qt2/html/designer/chap6_2.html -share/doc/qt2/html/designer/chap6_3.html -share/doc/qt2/html/designer/chap6_4.html -share/doc/qt2/html/designer/chap6_5.html -share/doc/qt2/html/designer/chap6_6.html -share/doc/qt2/html/designer/chap6_7.html -share/doc/qt2/html/designer/chap7_1.html -share/doc/qt2/html/designer/chap7_10.html -share/doc/qt2/html/designer/chap7_11.html -share/doc/qt2/html/designer/chap7_12.html -share/doc/qt2/html/designer/chap7_13.html -share/doc/qt2/html/designer/chap7_14.html -share/doc/qt2/html/designer/chap7_15.html -share/doc/qt2/html/designer/chap7_16.html -share/doc/qt2/html/designer/chap7_2.html -share/doc/qt2/html/designer/chap7_3.html -share/doc/qt2/html/designer/chap7_4.html -share/doc/qt2/html/designer/chap7_5.html -share/doc/qt2/html/designer/chap7_6.html -share/doc/qt2/html/designer/chap7_7.html -share/doc/qt2/html/designer/chap7_8.html -share/doc/qt2/html/designer/chap7_9.html -share/doc/qt2/html/designer/chap8_1.html -share/doc/qt2/html/designer/chap9_1.html -share/doc/qt2/html/designer/chap9_2.html -share/doc/qt2/html/designer/chap9_3.html -share/doc/qt2/html/designer/chap9_4.html -share/doc/qt2/html/designer/chap9_5.html -share/doc/qt2/html/designer/chap9_6.html -share/doc/qt2/html/designer/colophon.html -share/doc/qt2/html/designer/feedback.html -share/doc/qt2/html/designer/figures/aboutdialog.png -share/doc/qt2/html/designer/figures/adjustsize.png -share/doc/qt2/html/designer/figures/breaklayout.png -share/doc/qt2/html/designer/figures/buttongroup.png -share/doc/qt2/html/designer/figures/buttongroupovercheckboxes.png -share/doc/qt2/html/designer/figures/checkbox.png -share/doc/qt2/html/designer/figures/combobox.png -share/doc/qt2/html/designer/figures/connectionedit.png -share/doc/qt2/html/designer/figures/connections.png -share/doc/qt2/html/designer/figures/connectionviewer.png -share/doc/qt2/html/designer/figures/connecttool.png -share/doc/qt2/html/designer/figures/customwidget.png -share/doc/qt2/html/designer/figures/customwidgets.png -share/doc/qt2/html/designer/figures/editcopy.png -share/doc/qt2/html/designer/figures/editcustomwidgets.png -share/doc/qt2/html/designer/figures/editcut.png -share/doc/qt2/html/designer/figures/editdelete.png -share/doc/qt2/html/designer/figures/editgrid.png -share/doc/qt2/html/designer/figures/edithlayout.png -share/doc/qt2/html/designer/figures/editiconview.png -share/doc/qt2/html/designer/figures/editlistbox.png -share/doc/qt2/html/designer/figures/editlistview.png -share/doc/qt2/html/designer/figures/editlower.png -share/doc/qt2/html/designer/figures/editmultiline.png -share/doc/qt2/html/designer/figures/editpaste.png -share/doc/qt2/html/designer/figures/editraise.png -share/doc/qt2/html/designer/figures/editslots.png -share/doc/qt2/html/designer/figures/emptydialog.png -share/doc/qt2/html/designer/figures/f001.png -share/doc/qt2/html/designer/figures/filenew.png -share/doc/qt2/html/designer/figures/filesave.png -share/doc/qt2/html/designer/figures/firstdialog.png -share/doc/qt2/html/designer/figures/form.png -share/doc/qt2/html/designer/figures/formsettings.png -share/doc/qt2/html/designer/figures/fourcheckboxes.png -share/doc/qt2/html/designer/figures/frame.png -share/doc/qt2/html/designer/figures/groupbox.png -share/doc/qt2/html/designer/figures/help.png -share/doc/qt2/html/designer/figures/helpdialog.png -share/doc/qt2/html/designer/figures/home.png -share/doc/qt2/html/designer/figures/iconview.png -share/doc/qt2/html/designer/figures/image.png -share/doc/qt2/html/designer/figures/label.png -share/doc/qt2/html/designer/figures/layout.png -share/doc/qt2/html/designer/figures/layouttutstep1.png -share/doc/qt2/html/designer/figures/layouttutstep10.png -share/doc/qt2/html/designer/figures/layouttutstep11.png -share/doc/qt2/html/designer/figures/layouttutstep2.png -share/doc/qt2/html/designer/figures/layouttutstep3.png -share/doc/qt2/html/designer/figures/layouttutstep4.png -share/doc/qt2/html/designer/figures/layouttutstep5.png -share/doc/qt2/html/designer/figures/layouttutstep6.png -share/doc/qt2/html/designer/figures/layouttutstep7.png -share/doc/qt2/html/designer/figures/layouttutstep9.png -share/doc/qt2/html/designer/figures/lcdnumber.png -share/doc/qt2/html/designer/figures/left.png -share/doc/qt2/html/designer/figures/line.png -share/doc/qt2/html/designer/figures/lineedit.png -share/doc/qt2/html/designer/figures/listbox.png -share/doc/qt2/html/designer/figures/listview.png -share/doc/qt2/html/designer/figures/load.png -share/doc/qt2/html/designer/figures/multilineedit.png -share/doc/qt2/html/designer/figures/newform.png -share/doc/qt2/html/designer/figures/newformdialog.png -share/doc/qt2/html/designer/figures/objecthierarchy.png -share/doc/qt2/html/designer/figures/onecheckbox.png -share/doc/qt2/html/designer/figures/ordertool.png -share/doc/qt2/html/designer/figures/paletteeditor.png -share/doc/qt2/html/designer/figures/pixlabel.png -share/doc/qt2/html/designer/figures/pizza1screenshot.png -share/doc/qt2/html/designer/figures/pointer.png -share/doc/qt2/html/designer/figures/preferences.png -share/doc/qt2/html/designer/figures/print.png -share/doc/qt2/html/designer/figures/progress.png -share/doc/qt2/html/designer/figures/pushbutton.png -share/doc/qt2/html/designer/figures/qtlogo.png -share/doc/qt2/html/designer/figures/radiobutton.png -share/doc/qt2/html/designer/figures/redo.png -share/doc/qt2/html/designer/figures/right.png -share/doc/qt2/html/designer/figures/slider.png -share/doc/qt2/html/designer/figures/slots.png -share/doc/qt2/html/designer/figures/spacer.png -share/doc/qt2/html/designer/figures/spinbox.png -share/doc/qt2/html/designer/figures/startup.png -share/doc/qt2/html/designer/figures/taborderform.png -share/doc/qt2/html/designer/figures/tabwidget.png -share/doc/qt2/html/designer/figures/testmode.png -share/doc/qt2/html/designer/figures/textbrowser.png -share/doc/qt2/html/designer/figures/textview.png -share/doc/qt2/html/designer/figures/title.png -share/doc/qt2/html/designer/figures/toolbutton.png -share/doc/qt2/html/designer/figures/topicchooser.png -share/doc/qt2/html/designer/figures/undo.png -share/doc/qt2/html/designer/figures/vlayout.png -share/doc/qt2/html/designer/figures/whatsthis.png -share/doc/qt2/html/designer/part1index.html -share/doc/qt2/html/designer/part2index.html -share/doc/qt2/html/designer/preface.html -share/doc/qt2/html/desktop-desktop-cpp.html -share/doc/qt2/html/dialogs.html -share/doc/qt2/html/dirview-main-cpp.html -share/doc/qt2/html/dnd.html -share/doc/qt2/html/dochead.png -share/doc/qt2/html/draganddrop.html -share/doc/qt2/html/drawdemo-drawdemo-cpp.html -share/doc/qt2/html/drawing.html -share/doc/qt2/html/drawlines-connect-cpp.html -share/doc/qt2/html/easteregg.html -share/doc/qt2/html/easteregg2.html -share/doc/qt2/html/environment.html -share/doc/qt2/html/eventsandfilters.html -share/doc/qt2/html/examples.html -share/doc/qt2/html/face.png -share/doc/qt2/html/features.html -share/doc/qt2/html/fileiconview-main-cpp.html -share/doc/qt2/html/focus.html -share/doc/qt2/html/fonts-qws.html -share/doc/qt2/html/forever-forever-cpp.html -share/doc/qt2/html/frames.png -share/doc/qt2/html/functions.html -share/doc/qt2/html/geomanagement.html -share/doc/qt2/html/geometry.html -share/doc/qt2/html/geometry.png -share/doc/qt2/html/grapher-grapher-cpp.html -share/doc/qt2/html/gridlayout.png -share/doc/qt2/html/groupbox-m.png -share/doc/qt2/html/groupbox-w.png -share/doc/qt2/html/guibooks.html -share/doc/qt2/html/headers.html -share/doc/qt2/html/hello-main-cpp.html -share/doc/qt2/html/helpsystem.html -share/doc/qt2/html/helpviewer-main-cpp.html -share/doc/qt2/html/hierarchy.html -share/doc/qt2/html/i18n-main-cpp.html -share/doc/qt2/html/i18n.html -share/doc/qt2/html/iconview-main-cpp.html -share/doc/qt2/html/iconview.html -share/doc/qt2/html/imageio.html -share/doc/qt2/html/images.html -share/doc/qt2/html/index.html -share/doc/qt2/html/install-qws.html -share/doc/qt2/html/install-win.html -share/doc/qt2/html/install-x11.html -share/doc/qt2/html/installation.html -share/doc/qt2/html/io.html -share/doc/qt2/html/keyfeatures21.html -share/doc/qt2/html/keyfeatures22.html -share/doc/qt2/html/layout-layout-cpp.html -share/doc/qt2/html/layout.html -share/doc/qt2/html/letter.png -share/doc/qt2/html/license.html -share/doc/qt2/html/licenses.html -share/doc/qt2/html/life-main-cpp.html -share/doc/qt2/html/lineedits-main-cpp.html -share/doc/qt2/html/listbox-main-cpp.html -share/doc/qt2/html/listboxcombo-main-cpp.html -share/doc/qt2/html/listviews-main-cpp.html -share/doc/qt2/html/mailinglists.html -share/doc/qt2/html/mainlyMotif-editor-cpp.html -share/doc/qt2/html/mainlyQt-editor-cpp.html -share/doc/qt2/html/mainlyXt-editor-cpp.html -share/doc/qt2/html/mainwindow-m.png -share/doc/qt2/html/mainwindow-w.png -share/doc/qt2/html/mdi-main-cpp.html -share/doc/qt2/html/menu-menu-cpp.html -share/doc/qt2/html/metaobjects.html -share/doc/qt2/html/misc.html -share/doc/qt2/html/moc.html -share/doc/qt2/html/modules.html -share/doc/qt2/html/movies-main-cpp.html -share/doc/qt2/html/network.html -share/doc/qt2/html/nsplugin.html -share/doc/qt2/html/object.html -share/doc/qt2/html/objectmodel.html -share/doc/qt2/html/objecttrees.html -share/doc/qt2/html/opengl.html -share/doc/qt2/html/organizers.html -share/doc/qt2/html/palette.png -share/doc/qt2/html/picture-picture-cpp.html -share/doc/qt2/html/pictures.html -share/doc/qt2/html/pnglogo.png -share/doc/qt2/html/pointer-qws.html -share/doc/qt2/html/popup-popup-cpp.html -share/doc/qt2/html/porting-qws.html -share/doc/qt2/html/porting.html -share/doc/qt2/html/primes.html -share/doc/qt2/html/progress-progress-cpp.html -share/doc/qt2/html/progressbar-main-cpp.html -share/doc/qt2/html/properties.html -share/doc/qt2/html/qabstractlayout-h.html -share/doc/qt2/html/qaccel-h.html -share/doc/qt2/html/qaccel-members.html -share/doc/qt2/html/qaccel.html -share/doc/qt2/html/qaction-h.html -share/doc/qt2/html/qaction-members.html -share/doc/qt2/html/qaction.html -share/doc/qt2/html/qactiongroup-members.html -share/doc/qt2/html/qactiongroup.html -share/doc/qt2/html/qapplication-h.html -share/doc/qt2/html/qapplication-members.html -share/doc/qt2/html/qapplication.html -share/doc/qt2/html/qarray-h.html -share/doc/qt2/html/qarray-members.html -share/doc/qt2/html/qarray.html -share/doc/qt2/html/qasciicache-h.html -share/doc/qt2/html/qasciicache-members.html -share/doc/qt2/html/qasciicache.html -share/doc/qt2/html/qasciicacheiterator-members.html -share/doc/qt2/html/qasciicacheiterator.html -share/doc/qt2/html/qasciidict-h.html -share/doc/qt2/html/qasciidict-members.html -share/doc/qt2/html/qasciidict.html -share/doc/qt2/html/qasciidictiterator-members.html -share/doc/qt2/html/qasciidictiterator.html -share/doc/qt2/html/qasyncimageio-h.html -share/doc/qt2/html/qasyncio-h.html -share/doc/qt2/html/qasyncio-members.html -share/doc/qt2/html/qasyncio.html -share/doc/qt2/html/qbitarray-h.html -share/doc/qt2/html/qbitarray-members.html -share/doc/qt2/html/qbitarray.html -share/doc/qt2/html/qbitmap-h.html -share/doc/qt2/html/qbitmap-members.html -share/doc/qt2/html/qbitmap.html -share/doc/qt2/html/qbitval-members.html -share/doc/qt2/html/qbitval.html -share/doc/qt2/html/qboxlayout-members.html -share/doc/qt2/html/qboxlayout.html -share/doc/qt2/html/qbrush-h.html -share/doc/qt2/html/qbrush-members.html -share/doc/qt2/html/qbrush.html -share/doc/qt2/html/qbttngrp-m.png -share/doc/qt2/html/qbttngrp-w.png -share/doc/qt2/html/qbuffer-h.html -share/doc/qt2/html/qbuffer-members.html -share/doc/qt2/html/qbuffer.html -share/doc/qt2/html/qbutton-h.html -share/doc/qt2/html/qbutton-members.html -share/doc/qt2/html/qbutton.html -share/doc/qt2/html/qbuttongroup-h.html -share/doc/qt2/html/qbuttongroup-members.html -share/doc/qt2/html/qbuttongroup.html -share/doc/qt2/html/qbytearray-members.html -share/doc/qt2/html/qbytearray.html -share/doc/qt2/html/qcache-h.html -share/doc/qt2/html/qcache-members.html -share/doc/qt2/html/qcache.html -share/doc/qt2/html/qcacheiterator-members.html -share/doc/qt2/html/qcacheiterator.html -share/doc/qt2/html/qcanvas-h.html -share/doc/qt2/html/qcanvas-members.html -share/doc/qt2/html/qcanvas.html -share/doc/qt2/html/qcanvas.png -share/doc/qt2/html/qcanvasellipse-members.html -share/doc/qt2/html/qcanvasellipse.html -share/doc/qt2/html/qcanvasitem-members.html -share/doc/qt2/html/qcanvasitem.html -share/doc/qt2/html/qcanvasline-members.html -share/doc/qt2/html/qcanvasline.html -share/doc/qt2/html/qcanvaspixmap-members.html -share/doc/qt2/html/qcanvaspixmap.html -share/doc/qt2/html/qcanvaspixmaparray-members.html -share/doc/qt2/html/qcanvaspixmaparray.html -share/doc/qt2/html/qcanvaspolygon-members.html -share/doc/qt2/html/qcanvaspolygon.html -share/doc/qt2/html/qcanvaspolygonalitem-members.html -share/doc/qt2/html/qcanvaspolygonalitem.html -share/doc/qt2/html/qcanvasrectangle-members.html -share/doc/qt2/html/qcanvasrectangle.html -share/doc/qt2/html/qcanvassprite-members.html -share/doc/qt2/html/qcanvassprite.html -share/doc/qt2/html/qcanvastext-members.html -share/doc/qt2/html/qcanvastext.html -share/doc/qt2/html/qcanvasview-members.html -share/doc/qt2/html/qcanvasview.html -share/doc/qt2/html/qcdestyle-h.html -share/doc/qt2/html/qcdestyle-members.html -share/doc/qt2/html/qcdestyle.html -share/doc/qt2/html/qchar-members.html -share/doc/qt2/html/qchar.html -share/doc/qt2/html/qcharref-members.html -share/doc/qt2/html/qcharref.html -share/doc/qt2/html/qcheckbox-h.html -share/doc/qt2/html/qcheckbox-m.png -share/doc/qt2/html/qcheckbox-members.html -share/doc/qt2/html/qcheckbox-w.png -share/doc/qt2/html/qcheckbox.html -share/doc/qt2/html/qchecklistitem-members.html -share/doc/qt2/html/qchecklistitem.html -share/doc/qt2/html/qchildevent-members.html -share/doc/qt2/html/qchildevent.html -share/doc/qt2/html/qchkbox-m.png -share/doc/qt2/html/qchkbox-w.png -share/doc/qt2/html/qclassinfo-members.html -share/doc/qt2/html/qclipboard-h.html -share/doc/qt2/html/qclipboard-members.html -share/doc/qt2/html/qclipboard.html -share/doc/qt2/html/qcloseevent-members.html -share/doc/qt2/html/qcloseevent.html -share/doc/qt2/html/qcollection-h.html -share/doc/qt2/html/qcollection-members.html -share/doc/qt2/html/qcollection.html -share/doc/qt2/html/qcolor-h.html -share/doc/qt2/html/qcolor-members.html -share/doc/qt2/html/qcolor.html -share/doc/qt2/html/qcolordialog-h.html -share/doc/qt2/html/qcolordialog-members.html -share/doc/qt2/html/qcolordialog.html -share/doc/qt2/html/qcolordlg-m.png -share/doc/qt2/html/qcolordlg-w.png -share/doc/qt2/html/qcolordrag-members.html -share/doc/qt2/html/qcolordrag.html -share/doc/qt2/html/qcolorgroup-members.html -share/doc/qt2/html/qcolorgroup.html -share/doc/qt2/html/qcombo1-m.png -share/doc/qt2/html/qcombo1-w.png -share/doc/qt2/html/qcombo2-m.png -share/doc/qt2/html/qcombo2-w.png -share/doc/qt2/html/qcombo3-m.png -share/doc/qt2/html/qcombo3-w.png -share/doc/qt2/html/qcombobox-h.html -share/doc/qt2/html/qcombobox-members.html -share/doc/qt2/html/qcombobox.html -share/doc/qt2/html/qcommonstyle-h.html -share/doc/qt2/html/qcommonstyle-members.html -share/doc/qt2/html/qcommonstyle.html -share/doc/qt2/html/qconnection-h.html -share/doc/qt2/html/qconnection-members.html -share/doc/qt2/html/qconnection.html -share/doc/qt2/html/qconststring-members.html -share/doc/qt2/html/qconststring.html -share/doc/qt2/html/qcstring-h.html -share/doc/qt2/html/qcstring-members.html -share/doc/qt2/html/qcstring.html -share/doc/qt2/html/qcursor-h.html -share/doc/qt2/html/qcursor-members.html -share/doc/qt2/html/qcursor.html -share/doc/qt2/html/qcustomevent-members.html -share/doc/qt2/html/qcustomevent.html -share/doc/qt2/html/qcustommenuitem-members.html -share/doc/qt2/html/qcustommenuitem.html -share/doc/qt2/html/qdatapump-members.html -share/doc/qt2/html/qdatapump.html -share/doc/qt2/html/qdatasink-members.html -share/doc/qt2/html/qdatasink.html -share/doc/qt2/html/qdatasource-members.html -share/doc/qt2/html/qdatasource.html -share/doc/qt2/html/qdatastream-h.html -share/doc/qt2/html/qdatastream-members.html -share/doc/qt2/html/qdatastream.html -share/doc/qt2/html/qdate-members.html -share/doc/qt2/html/qdate.html -share/doc/qt2/html/qdatetime-h.html -share/doc/qt2/html/qdatetime-members.html -share/doc/qt2/html/qdatetime.html -share/doc/qt2/html/qdial-h.html -share/doc/qt2/html/qdial-m.png -share/doc/qt2/html/qdial-members.html -share/doc/qt2/html/qdial-w.png -share/doc/qt2/html/qdial.html -share/doc/qt2/html/qdialog-h.html -share/doc/qt2/html/qdialog-members.html -share/doc/qt2/html/qdialog.html -share/doc/qt2/html/qdict-h.html -share/doc/qt2/html/qdict-members.html -share/doc/qt2/html/qdict.html -share/doc/qt2/html/qdictiterator-members.html -share/doc/qt2/html/qdictiterator.html -share/doc/qt2/html/qdir-h.html -share/doc/qt2/html/qdir-members.html -share/doc/qt2/html/qdir.html -share/doc/qt2/html/qdns-h.html -share/doc/qt2/html/qdns-members.html -share/doc/qt2/html/qdns.html -share/doc/qt2/html/qdom-h.html -share/doc/qt2/html/qdomattr-members.html -share/doc/qt2/html/qdomattr.html -share/doc/qt2/html/qdomcdatasection-members.html -share/doc/qt2/html/qdomcdatasection.html -share/doc/qt2/html/qdomcharacterdata-members.html -share/doc/qt2/html/qdomcharacterdata.html -share/doc/qt2/html/qdomcomment-members.html -share/doc/qt2/html/qdomcomment.html -share/doc/qt2/html/qdomdocument-members.html -share/doc/qt2/html/qdomdocument.html -share/doc/qt2/html/qdomdocumentfragment-members.html -share/doc/qt2/html/qdomdocumentfragment.html -share/doc/qt2/html/qdomdocumenttype-members.html -share/doc/qt2/html/qdomdocumenttype.html -share/doc/qt2/html/qdomelement-members.html -share/doc/qt2/html/qdomelement.html -share/doc/qt2/html/qdomentity-members.html -share/doc/qt2/html/qdomentity.html -share/doc/qt2/html/qdomentityreference-members.html -share/doc/qt2/html/qdomentityreference.html -share/doc/qt2/html/qdomimplementation-members.html -share/doc/qt2/html/qdomimplementation.html -share/doc/qt2/html/qdomnamednodemap-members.html -share/doc/qt2/html/qdomnamednodemap.html -share/doc/qt2/html/qdomnode-members.html -share/doc/qt2/html/qdomnode.html -share/doc/qt2/html/qdomnodelist-members.html -share/doc/qt2/html/qdomnodelist.html -share/doc/qt2/html/qdomnotation-members.html -share/doc/qt2/html/qdomnotation.html -share/doc/qt2/html/qdomprocessinginstruction-members.html -share/doc/qt2/html/qdomprocessinginstruction.html -share/doc/qt2/html/qdomtext-members.html -share/doc/qt2/html/qdomtext.html -share/doc/qt2/html/qdoublevalidator-members.html -share/doc/qt2/html/qdoublevalidator.html -share/doc/qt2/html/qdragenterevent-members.html -share/doc/qt2/html/qdragenterevent.html -share/doc/qt2/html/qdragleaveevent-members.html -share/doc/qt2/html/qdragleaveevent.html -share/doc/qt2/html/qdragmoveevent-members.html -share/doc/qt2/html/qdragmoveevent.html -share/doc/qt2/html/qdragobject-h.html -share/doc/qt2/html/qdragobject-members.html -share/doc/qt2/html/qdragobject.html -share/doc/qt2/html/qdrawutil-h.html -share/doc/qt2/html/qdropevent-members.html -share/doc/qt2/html/qdropevent.html -share/doc/qt2/html/qdropsite-h.html -share/doc/qt2/html/qdropsite-members.html -share/doc/qt2/html/qdropsite.html -share/doc/qt2/html/qeucjpcodec-h.html -share/doc/qt2/html/qeucjpcodec-members.html -share/doc/qt2/html/qeucjpcodec.html -share/doc/qt2/html/qeuckrcodec-h.html -share/doc/qt2/html/qeuckrcodec-members.html -share/doc/qt2/html/qeuckrcodec.html -share/doc/qt2/html/qevent-h.html -share/doc/qt2/html/qevent-members.html -share/doc/qt2/html/qevent.html -share/doc/qt2/html/qfd-qfd-cpp.html -share/doc/qt2/html/qfile-h.html -share/doc/qt2/html/qfile-members.html -share/doc/qt2/html/qfile.html -share/doc/qt2/html/qfiledialog-h.html -share/doc/qt2/html/qfiledialog-members.html -share/doc/qt2/html/qfiledialog.html -share/doc/qt2/html/qfiledlg-m.png -share/doc/qt2/html/qfiledlg-w.png -share/doc/qt2/html/qfileiconprovider-members.html -share/doc/qt2/html/qfileiconprovider.html -share/doc/qt2/html/qfileinfo-h.html -share/doc/qt2/html/qfileinfo-members.html -share/doc/qt2/html/qfileinfo.html -share/doc/qt2/html/qfilepreview-members.html -share/doc/qt2/html/qfilepreview.html -share/doc/qt2/html/qfocusdata-h.html -share/doc/qt2/html/qfocusdata-members.html -share/doc/qt2/html/qfocusdata.html -share/doc/qt2/html/qfocusevent-members.html -share/doc/qt2/html/qfocusevent.html -share/doc/qt2/html/qfont-h.html -share/doc/qt2/html/qfont-members.html -share/doc/qt2/html/qfont.html -share/doc/qt2/html/qfontdatabase-h.html -share/doc/qt2/html/qfontdatabase-members.html -share/doc/qt2/html/qfontdatabase.html -share/doc/qt2/html/qfontdialog-h.html -share/doc/qt2/html/qfontdialog-members.html -share/doc/qt2/html/qfontdialog.html -share/doc/qt2/html/qfontdlg-m.png -share/doc/qt2/html/qfontdlg-w.png -share/doc/qt2/html/qfontinfo-h.html -share/doc/qt2/html/qfontinfo-members.html -share/doc/qt2/html/qfontinfo.html -share/doc/qt2/html/qfontmetrics-h.html -share/doc/qt2/html/qfontmetrics-members.html -share/doc/qt2/html/qfontmetrics.html -share/doc/qt2/html/qframe-h.html -share/doc/qt2/html/qframe-members.html -share/doc/qt2/html/qframe.html -share/doc/qt2/html/qftp-h.html -share/doc/qt2/html/qftp-members.html -share/doc/qt2/html/qftp.html -share/doc/qt2/html/qgarray-h.html -share/doc/qt2/html/qgarray-members.html -share/doc/qt2/html/qgarray.html -share/doc/qt2/html/qgbkcodec-h.html -share/doc/qt2/html/qgbkcodec-members.html -share/doc/qt2/html/qgbkcodec.html -share/doc/qt2/html/qgcache-h.html -share/doc/qt2/html/qgcache-members.html -share/doc/qt2/html/qgcache.html -share/doc/qt2/html/qgcacheiterator-members.html -share/doc/qt2/html/qgcacheiterator.html -share/doc/qt2/html/qgdict-h.html -share/doc/qt2/html/qgdict-members.html -share/doc/qt2/html/qgdict.html -share/doc/qt2/html/qgdictiterator-members.html -share/doc/qt2/html/qgdictiterator.html -share/doc/qt2/html/qgl-h.html -share/doc/qt2/html/qgl-members.html -share/doc/qt2/html/qgl.html -share/doc/qt2/html/qglayoutiterator-members.html -share/doc/qt2/html/qglayoutiterator.html -share/doc/qt2/html/qglcontext-members.html -share/doc/qt2/html/qglcontext.html -share/doc/qt2/html/qglformat-members.html -share/doc/qt2/html/qglformat.html -share/doc/qt2/html/qglist-h.html -share/doc/qt2/html/qglist-members.html -share/doc/qt2/html/qglist.html -share/doc/qt2/html/qglistiterator-members.html -share/doc/qt2/html/qglistiterator.html -share/doc/qt2/html/qglobal-h.html -share/doc/qt2/html/qglwidget-members.html -share/doc/qt2/html/qglwidget.html -share/doc/qt2/html/qgrid-h.html -share/doc/qt2/html/qgrid-m.png -share/doc/qt2/html/qgrid-members.html -share/doc/qt2/html/qgrid-w.png -share/doc/qt2/html/qgrid.html -share/doc/qt2/html/qgrid.png -share/doc/qt2/html/qgridlayout-members.html -share/doc/qt2/html/qgridlayout.html -share/doc/qt2/html/qgroupbox-h.html -share/doc/qt2/html/qgroupbox-members.html -share/doc/qt2/html/qgroupbox.html -share/doc/qt2/html/qgrpbox-m.png -share/doc/qt2/html/qgrpbox-w.png -share/doc/qt2/html/qguardedptr-h.html -share/doc/qt2/html/qguardedptr-members.html -share/doc/qt2/html/qguardedptr.html -share/doc/qt2/html/qgvector-h.html -share/doc/qt2/html/qgvector-members.html -share/doc/qt2/html/qgvector.html -share/doc/qt2/html/qhbox-h.html -share/doc/qt2/html/qhbox-m.png -share/doc/qt2/html/qhbox-members.html -share/doc/qt2/html/qhbox-w.png -share/doc/qt2/html/qhbox.html -share/doc/qt2/html/qhbox.png -share/doc/qt2/html/qhboxlayout-members.html -share/doc/qt2/html/qhboxlayout.html -share/doc/qt2/html/qhbuttongroup-h.html -share/doc/qt2/html/qhbuttongroup-members.html -share/doc/qt2/html/qhbuttongroup.html -share/doc/qt2/html/qheader-h.html -share/doc/qt2/html/qheader-m.png -share/doc/qt2/html/qheader-members.html -share/doc/qt2/html/qheader-w.png -share/doc/qt2/html/qheader.html -share/doc/qt2/html/qhgroupbox-h.html -share/doc/qt2/html/qhgroupbox-members.html -share/doc/qt2/html/qhgroupbox.html -share/doc/qt2/html/qhideevent-members.html -share/doc/qt2/html/qhideevent.html -share/doc/qt2/html/qhostaddress-h.html -share/doc/qt2/html/qhostaddress-members.html -share/doc/qt2/html/qhostaddress.html -share/doc/qt2/html/qicondrag-members.html -share/doc/qt2/html/qicondrag.html -share/doc/qt2/html/qicondragitem-members.html -share/doc/qt2/html/qicondragitem.html -share/doc/qt2/html/qiconset-h.html -share/doc/qt2/html/qiconset-members.html -share/doc/qt2/html/qiconset.html -share/doc/qt2/html/qiconview-h.html -share/doc/qt2/html/qiconview-m.png -share/doc/qt2/html/qiconview-members.html -share/doc/qt2/html/qiconview-w.png -share/doc/qt2/html/qiconview.html -share/doc/qt2/html/qiconviewitem-members.html -share/doc/qt2/html/qiconviewitem.html -share/doc/qt2/html/qimage-h.html -share/doc/qt2/html/qimage-members.html -share/doc/qt2/html/qimage.html -share/doc/qt2/html/qimageconsumer-members.html -share/doc/qt2/html/qimageconsumer.html -share/doc/qt2/html/qimagedecoder-members.html -share/doc/qt2/html/qimagedecoder.html -share/doc/qt2/html/qimagedrag-members.html -share/doc/qt2/html/qimagedrag.html -share/doc/qt2/html/qimageformat-members.html -share/doc/qt2/html/qimageformat.html -share/doc/qt2/html/qimageformattype-members.html -share/doc/qt2/html/qimageformattype.html -share/doc/qt2/html/qimageio-members.html -share/doc/qt2/html/qimageio.html -share/doc/qt2/html/qinputdialog-h.html -share/doc/qt2/html/qinputdialog-members.html -share/doc/qt2/html/qinputdialog.html -share/doc/qt2/html/qintcache-h.html -share/doc/qt2/html/qintcache-members.html -share/doc/qt2/html/qintcache.html -share/doc/qt2/html/qintcacheiterator-members.html -share/doc/qt2/html/qintcacheiterator.html -share/doc/qt2/html/qintdict-h.html -share/doc/qt2/html/qintdict-members.html -share/doc/qt2/html/qintdict.html -share/doc/qt2/html/qintdictiterator-members.html -share/doc/qt2/html/qintdictiterator.html -share/doc/qt2/html/qintvalidator-members.html -share/doc/qt2/html/qintvalidator.html -share/doc/qt2/html/qiodevice-h.html -share/doc/qt2/html/qiodevice-members.html -share/doc/qt2/html/qiodevice.html -share/doc/qt2/html/qiodevicesource-members.html -share/doc/qt2/html/qiodevicesource.html -share/doc/qt2/html/qjiscodec-h.html -share/doc/qt2/html/qjiscodec-members.html -share/doc/qt2/html/qjiscodec.html -share/doc/qt2/html/qjpunicode-h.html -share/doc/qt2/html/qjpunicodeconv-members.html -share/doc/qt2/html/qjpunicodeconv.html -share/doc/qt2/html/qkeyevent-members.html -share/doc/qt2/html/qkeyevent.html -share/doc/qt2/html/qlabel-h.html -share/doc/qt2/html/qlabel-m.png -share/doc/qt2/html/qlabel-members.html -share/doc/qt2/html/qlabel-w.png -share/doc/qt2/html/qlabel.html -share/doc/qt2/html/qlayout-h.html -share/doc/qt2/html/qlayout-members.html -share/doc/qt2/html/qlayout.html -share/doc/qt2/html/qlayoutitem-members.html -share/doc/qt2/html/qlayoutitem.html -share/doc/qt2/html/qlayoutiterator-members.html -share/doc/qt2/html/qlayoutiterator.html -share/doc/qt2/html/qlcdnum-m.png -share/doc/qt2/html/qlcdnum-w.png -share/doc/qt2/html/qlcdnumber-h.html -share/doc/qt2/html/qlcdnumber-members.html -share/doc/qt2/html/qlcdnumber.html -share/doc/qt2/html/qlined-m.png -share/doc/qt2/html/qlined-w.png -share/doc/qt2/html/qlineedit-h.html -share/doc/qt2/html/qlineedit-members.html -share/doc/qt2/html/qlineedit.html -share/doc/qt2/html/qlist-h.html -share/doc/qt2/html/qlist-members.html -share/doc/qt2/html/qlist.html -share/doc/qt2/html/qlistbox-h.html -share/doc/qt2/html/qlistbox-m.png -share/doc/qt2/html/qlistbox-members.html -share/doc/qt2/html/qlistbox-w.png -share/doc/qt2/html/qlistbox.html -share/doc/qt2/html/qlistboxitem-members.html -share/doc/qt2/html/qlistboxitem.html -share/doc/qt2/html/qlistboxpixmap-members.html -share/doc/qt2/html/qlistboxpixmap.html -share/doc/qt2/html/qlistboxtext-members.html -share/doc/qt2/html/qlistboxtext.html -share/doc/qt2/html/qlistiterator-members.html -share/doc/qt2/html/qlistiterator.html -share/doc/qt2/html/qlistview-h.html -share/doc/qt2/html/qlistview-m.png -share/doc/qt2/html/qlistview-members.html -share/doc/qt2/html/qlistview-w.png -share/doc/qt2/html/qlistview.html -share/doc/qt2/html/qlistviewitem-members.html -share/doc/qt2/html/qlistviewitem.html -share/doc/qt2/html/qlistviewitemiterator-members.html -share/doc/qt2/html/qlistviewitemiterator.html -share/doc/qt2/html/qlnode-members.html -share/doc/qt2/html/qlnode.html -share/doc/qt2/html/qlocalfs-h.html -share/doc/qt2/html/qlocalfs-members.html -share/doc/qt2/html/qlocalfs.html -share/doc/qt2/html/qmag-qmag-cpp.html -share/doc/qt2/html/qmainwindow-h.html -share/doc/qt2/html/qmainwindow-m.png -share/doc/qt2/html/qmainwindow-members.html -share/doc/qt2/html/qmainwindow-w.png -share/doc/qt2/html/qmainwindow.html -share/doc/qt2/html/qmap-h.html -share/doc/qt2/html/qmap-members.html -share/doc/qt2/html/qmap.html -share/doc/qt2/html/qmapconstiterator-members.html -share/doc/qt2/html/qmapconstiterator.html -share/doc/qt2/html/qmapiterator-members.html -share/doc/qt2/html/qmapiterator.html -share/doc/qt2/html/qmenubar-h.html -share/doc/qt2/html/qmenubar-m.png -share/doc/qt2/html/qmenubar-members.html -share/doc/qt2/html/qmenubar-w.png -share/doc/qt2/html/qmenubar.html -share/doc/qt2/html/qmenudata-h.html -share/doc/qt2/html/qmenudata-members.html -share/doc/qt2/html/qmenudata.html -share/doc/qt2/html/qmessagebox-h.html -share/doc/qt2/html/qmessagebox-members.html -share/doc/qt2/html/qmessagebox.html -share/doc/qt2/html/qmetadata-members.html -share/doc/qt2/html/qmetaobject-h.html -share/doc/qt2/html/qmetaobject-members.html -share/doc/qt2/html/qmetaobject.html -share/doc/qt2/html/qmetaproperty-members.html -share/doc/qt2/html/qmetaproperty.html -share/doc/qt2/html/qmime-h.html -share/doc/qt2/html/qmimesource-members.html -share/doc/qt2/html/qmimesource.html -share/doc/qt2/html/qmimesourcefactory-members.html -share/doc/qt2/html/qmimesourcefactory.html -share/doc/qt2/html/qmlined-m.png -share/doc/qt2/html/qmlined-w.png -share/doc/qt2/html/qmngio-h.html -share/doc/qt2/html/qmotifplusstyle-h.html -share/doc/qt2/html/qmotifplusstyle-members.html -share/doc/qt2/html/qmotifplusstyle.html -share/doc/qt2/html/qmotifstyle-h.html -share/doc/qt2/html/qmotifstyle-members.html -share/doc/qt2/html/qmotifstyle.html -share/doc/qt2/html/qmouseevent-members.html -share/doc/qt2/html/qmouseevent.html -share/doc/qt2/html/qmoveevent-members.html -share/doc/qt2/html/qmoveevent.html -share/doc/qt2/html/qmovie-h.html -share/doc/qt2/html/qmovie-members.html -share/doc/qt2/html/qmovie.html -share/doc/qt2/html/qmovie.png -share/doc/qt2/html/qmsgbox-m.png -share/doc/qt2/html/qmsgbox-w.png -share/doc/qt2/html/qmultilineedit-h.html -share/doc/qt2/html/qmultilineedit-members.html -share/doc/qt2/html/qmultilineedit.html -share/doc/qt2/html/qmutex-members.html -share/doc/qt2/html/qmutex.html -share/doc/qt2/html/qnamespace-h.html -share/doc/qt2/html/qnetworkegg.html -share/doc/qt2/html/qnetworkoperation-members.html -share/doc/qt2/html/qnetworkoperation.html -share/doc/qt2/html/qnetworkprotocol-h.html -share/doc/qt2/html/qnetworkprotocol-members.html -share/doc/qt2/html/qnetworkprotocol.html -share/doc/qt2/html/qnp-h.html -share/doc/qt2/html/qnpinstance-members.html -share/doc/qt2/html/qnpinstance.html -share/doc/qt2/html/qnplugin-members.html -share/doc/qt2/html/qnplugin.html -share/doc/qt2/html/qnpstream-members.html -share/doc/qt2/html/qnpstream.html -share/doc/qt2/html/qnpwidget-members.html -share/doc/qt2/html/qnpwidget.html -share/doc/qt2/html/qobject-h.html -share/doc/qt2/html/qobject-members.html -share/doc/qt2/html/qobject.html -share/doc/qt2/html/qpaintdevice-h.html -share/doc/qt2/html/qpaintdevice-members.html -share/doc/qt2/html/qpaintdevice.html -share/doc/qt2/html/qpaintdevicemetrics-h.html -share/doc/qt2/html/qpaintdevicemetrics-members.html -share/doc/qt2/html/qpaintdevicemetrics.html -share/doc/qt2/html/qpainter-h.html -share/doc/qt2/html/qpainter-members.html -share/doc/qt2/html/qpainter.html -share/doc/qt2/html/qpaintevent-members.html -share/doc/qt2/html/qpaintevent.html -share/doc/qt2/html/qpalette-h.html -share/doc/qt2/html/qpalette-members.html -share/doc/qt2/html/qpalette.html -share/doc/qt2/html/qpen-h.html -share/doc/qt2/html/qpen-members.html -share/doc/qt2/html/qpen.html -share/doc/qt2/html/qpicture-h.html -share/doc/qt2/html/qpicture-members.html -share/doc/qt2/html/qpicture.html -share/doc/qt2/html/qpixmap-h.html -share/doc/qt2/html/qpixmap-members.html -share/doc/qt2/html/qpixmap.html -share/doc/qt2/html/qpixmapcache-h.html -share/doc/qt2/html/qpixmapcache-members.html -share/doc/qt2/html/qpixmapcache.html -share/doc/qt2/html/qplatinumstyle-h.html -share/doc/qt2/html/qplatinumstyle-members.html -share/doc/qt2/html/qplatinumstyle.html -share/doc/qt2/html/qpngimagepacker-members.html -share/doc/qt2/html/qpngimagepacker.html -share/doc/qt2/html/qpngio-h.html -share/doc/qt2/html/qpoint-h.html -share/doc/qt2/html/qpoint-members.html -share/doc/qt2/html/qpoint.html -share/doc/qt2/html/qpointarray-h.html -share/doc/qt2/html/qpointarray-members.html -share/doc/qt2/html/qpointarray.html -share/doc/qt2/html/qpopmenu-fancy.png -share/doc/qt2/html/qpopmenu-m.png -share/doc/qt2/html/qpopmenu-w.png -share/doc/qt2/html/qpopupmenu-h.html -share/doc/qt2/html/qpopupmenu-members.html -share/doc/qt2/html/qpopupmenu.html -share/doc/qt2/html/qprintdialog-h.html -share/doc/qt2/html/qprintdialog-members.html -share/doc/qt2/html/qprintdlg-m.png -share/doc/qt2/html/qprintdlg-w.png -share/doc/qt2/html/qprinter-h.html -share/doc/qt2/html/qprinter-members.html -share/doc/qt2/html/qprinter.html -share/doc/qt2/html/qprogbar-m.png -share/doc/qt2/html/qprogbar-w.png -share/doc/qt2/html/qprogdlg-m.png -share/doc/qt2/html/qprogdlg-w.png -share/doc/qt2/html/qprogressbar-h.html -share/doc/qt2/html/qprogressbar-members.html -share/doc/qt2/html/qprogressbar.html -share/doc/qt2/html/qprogressdialog-h.html -share/doc/qt2/html/qprogressdialog-members.html -share/doc/qt2/html/qprogressdialog.html -share/doc/qt2/html/qptrdict-h.html -share/doc/qt2/html/qptrdict-members.html -share/doc/qt2/html/qptrdict.html -share/doc/qt2/html/qptrdictiterator-members.html -share/doc/qt2/html/qptrdictiterator.html -share/doc/qt2/html/qpushbt-m.png -share/doc/qt2/html/qpushbt-w.png -share/doc/qt2/html/qpushbutton-h.html -share/doc/qt2/html/qpushbutton-members.html -share/doc/qt2/html/qpushbutton.html -share/doc/qt2/html/qqueue-h.html -share/doc/qt2/html/qqueue-members.html -share/doc/qt2/html/qqueue.html -share/doc/qt2/html/qradiobt-m.png -share/doc/qt2/html/qradiobt-w.png -share/doc/qt2/html/qradiobutton-h.html -share/doc/qt2/html/qradiobutton-members.html -share/doc/qt2/html/qradiobutton.html -share/doc/qt2/html/qrangecontrol-h.html -share/doc/qt2/html/qrangecontrol-members.html -share/doc/qt2/html/qrangecontrol.html -share/doc/qt2/html/qrect-h.html -share/doc/qt2/html/qrect-members.html -share/doc/qt2/html/qrect.html -share/doc/qt2/html/qregexp-h.html -share/doc/qt2/html/qregexp-members.html -share/doc/qt2/html/qregexp.html -share/doc/qt2/html/qregion-h.html -share/doc/qt2/html/qregion-members.html -share/doc/qt2/html/qregion.html -share/doc/qt2/html/qresizeevent-members.html -share/doc/qt2/html/qresizeevent.html -share/doc/qt2/html/qscrbar-m.png -share/doc/qt2/html/qscrbar-w.png -share/doc/qt2/html/qscrollbar-h.html -share/doc/qt2/html/qscrollbar-members.html -share/doc/qt2/html/qscrollbar.html -share/doc/qt2/html/qscrollview-cl.png -share/doc/qt2/html/qscrollview-h.html -share/doc/qt2/html/qscrollview-m.png -share/doc/qt2/html/qscrollview-members.html -share/doc/qt2/html/qscrollview-vp.png -share/doc/qt2/html/qscrollview-vp2.png -share/doc/qt2/html/qscrollview-w.png -share/doc/qt2/html/qscrollview.html -share/doc/qt2/html/qsemaphore-members.html -share/doc/qt2/html/qsemaphore.html -share/doc/qt2/html/qsemimodal-h.html -share/doc/qt2/html/qsemimodal-members.html -share/doc/qt2/html/qsemimodal.html -share/doc/qt2/html/qserversocket-h.html -share/doc/qt2/html/qserversocket-members.html -share/doc/qt2/html/qserversocket.html -share/doc/qt2/html/qsessionmanager-h.html -share/doc/qt2/html/qsessionmanager-members.html -share/doc/qt2/html/qsessionmanager.html -share/doc/qt2/html/qsgistyle-h.html -share/doc/qt2/html/qsgistyle-members.html -share/doc/qt2/html/qsgistyle.html -share/doc/qt2/html/qshared-h.html -share/doc/qt2/html/qshared-members.html -share/doc/qt2/html/qshared.html -share/doc/qt2/html/qshowevent-members.html -share/doc/qt2/html/qshowevent.html -share/doc/qt2/html/qsignal-h.html -share/doc/qt2/html/qsignal-members.html -share/doc/qt2/html/qsignal.html -share/doc/qt2/html/qsignalmapper-h.html -share/doc/qt2/html/qsignalmapper-members.html -share/doc/qt2/html/qsignalmapper.html -share/doc/qt2/html/qsimplerichtext-h.html -share/doc/qt2/html/qsimplerichtext-members.html -share/doc/qt2/html/qsimplerichtext.html -share/doc/qt2/html/qsize-h.html -share/doc/qt2/html/qsize-members.html -share/doc/qt2/html/qsize.html -share/doc/qt2/html/qsizegrip-h.html -share/doc/qt2/html/qsizegrip-m.png -share/doc/qt2/html/qsizegrip-members.html -share/doc/qt2/html/qsizegrip-w.png -share/doc/qt2/html/qsizegrip.html -share/doc/qt2/html/qsizepolicy-h.html -share/doc/qt2/html/qsizepolicy-members.html -share/doc/qt2/html/qsizepolicy.html -share/doc/qt2/html/qsjiscodec-h.html -share/doc/qt2/html/qsjiscodec-members.html -share/doc/qt2/html/qsjiscodec.html -share/doc/qt2/html/qslider-h.html -share/doc/qt2/html/qslider-m.png -share/doc/qt2/html/qslider-members.html -share/doc/qt2/html/qslider-w.png -share/doc/qt2/html/qslider.html -share/doc/qt2/html/qsocket-h.html -share/doc/qt2/html/qsocket-members.html -share/doc/qt2/html/qsocket.html -share/doc/qt2/html/qsocketdevice-h.html -share/doc/qt2/html/qsocketdevice-members.html -share/doc/qt2/html/qsocketdevice.html -share/doc/qt2/html/qsocketnotifier-h.html -share/doc/qt2/html/qsocketnotifier-members.html -share/doc/qt2/html/qsocketnotifier.html -share/doc/qt2/html/qsortedlist-h.html -share/doc/qt2/html/qsortedlist-members.html -share/doc/qt2/html/qsortedlist.html -share/doc/qt2/html/qsound-h.html -share/doc/qt2/html/qsound-members.html -share/doc/qt2/html/qsound.html -share/doc/qt2/html/qspaceritem-members.html -share/doc/qt2/html/qspaceritem.html -share/doc/qt2/html/qspinbox-h.html -share/doc/qt2/html/qspinbox-m.png -share/doc/qt2/html/qspinbox-members.html -share/doc/qt2/html/qspinbox-w.png -share/doc/qt2/html/qspinbox.html -share/doc/qt2/html/qspinbox2-m.png -share/doc/qt2/html/qspinbox2-w.png -share/doc/qt2/html/qsplitter-h.html -share/doc/qt2/html/qsplitter-m.png -share/doc/qt2/html/qsplitter-members.html -share/doc/qt2/html/qsplitter-w.png -share/doc/qt2/html/qsplitter.html -share/doc/qt2/html/qstack-h.html -share/doc/qt2/html/qstack-members.html -share/doc/qt2/html/qstack.html -share/doc/qt2/html/qstatusbar-h.html -share/doc/qt2/html/qstatusbar-m.png -share/doc/qt2/html/qstatusbar-members.html -share/doc/qt2/html/qstatusbar-w.png -share/doc/qt2/html/qstatusbar.html -share/doc/qt2/html/qstoreddrag-members.html -share/doc/qt2/html/qstoreddrag.html -share/doc/qt2/html/qstrilist-members.html -share/doc/qt2/html/qstrilist.html -share/doc/qt2/html/qstring-h.html -share/doc/qt2/html/qstring-members.html -share/doc/qt2/html/qstring.html -share/doc/qt2/html/qstringlist-h.html -share/doc/qt2/html/qstringlist-members.html -share/doc/qt2/html/qstringlist.html -share/doc/qt2/html/qstrlist-h.html -share/doc/qt2/html/qstrlist-members.html -share/doc/qt2/html/qstrlist.html -share/doc/qt2/html/qstrlistiterator-members.html -share/doc/qt2/html/qstrlistiterator.html -share/doc/qt2/html/qstyle-h.html -share/doc/qt2/html/qstyle-members.html -share/doc/qt2/html/qstyle.html -share/doc/qt2/html/qstylesheet-h.html -share/doc/qt2/html/qstylesheet-members.html -share/doc/qt2/html/qstylesheet.html -share/doc/qt2/html/qstylesheetitem-members.html -share/doc/qt2/html/qstylesheetitem.html -share/doc/qt2/html/qt-members.html -share/doc/qt2/html/qt.html -share/doc/qt2/html/qtab-members.html -share/doc/qt2/html/qtab.html -share/doc/qt2/html/qtabbar-h.html -share/doc/qt2/html/qtabbar-m.png -share/doc/qt2/html/qtabbar-members.html -share/doc/qt2/html/qtabbar-w.png -share/doc/qt2/html/qtabbar.html -share/doc/qt2/html/qtabdialog-h.html -share/doc/qt2/html/qtabdialog-members.html -share/doc/qt2/html/qtabdialog.html -share/doc/qt2/html/qtabdlg-m.png -share/doc/qt2/html/qtabdlg-w.png -share/doc/qt2/html/qtable-h.html -share/doc/qt2/html/qtable-members.html -share/doc/qt2/html/qtable.html -share/doc/qt2/html/qtable.png -share/doc/qt2/html/qtableitem-members.html -share/doc/qt2/html/qtableitem.html -share/doc/qt2/html/qtableselection-members.html -share/doc/qt2/html/qtableselection.html -share/doc/qt2/html/qtableview-h.html -share/doc/qt2/html/qtableview-members.html -share/doc/qt2/html/qtableview.html -share/doc/qt2/html/qtablevw-m.png -share/doc/qt2/html/qtablevw-w.png -share/doc/qt2/html/qtabwidget-h.html -share/doc/qt2/html/qtabwidget-m.png -share/doc/qt2/html/qtabwidget-members.html -share/doc/qt2/html/qtabwidget-w.png -share/doc/qt2/html/qtabwidget.html -share/doc/qt2/html/qtextbrowser-h.html -share/doc/qt2/html/qtextbrowser-m.png -share/doc/qt2/html/qtextbrowser-members.html -share/doc/qt2/html/qtextbrowser-w.png -share/doc/qt2/html/qtextbrowser.html -share/doc/qt2/html/qtextcodec-h.html -share/doc/qt2/html/qtextcodec-members.html -share/doc/qt2/html/qtextcodec.html -share/doc/qt2/html/qtextdecoder-members.html -share/doc/qt2/html/qtextdecoder.html -share/doc/qt2/html/qtextdrag-members.html -share/doc/qt2/html/qtextdrag.html -share/doc/qt2/html/qtextencoder-members.html -share/doc/qt2/html/qtextencoder.html -share/doc/qt2/html/qtextistream-members.html -share/doc/qt2/html/qtextistream.html -share/doc/qt2/html/qtextostream-members.html -share/doc/qt2/html/qtextostream.html -share/doc/qt2/html/qtextstream-h.html -share/doc/qt2/html/qtextstream-members.html -share/doc/qt2/html/qtextstream.html -share/doc/qt2/html/qtextview-h.html -share/doc/qt2/html/qtextview-members.html -share/doc/qt2/html/qtextview.html -share/doc/qt2/html/qthread-h.html -share/doc/qt2/html/qthread-members.html -share/doc/qt2/html/qthread.html -share/doc/qt2/html/qtimage-qtimage-cpp.html -share/doc/qt2/html/qtime-members.html -share/doc/qt2/html/qtime.html -share/doc/qt2/html/qtimer-h.html -share/doc/qt2/html/qtimer-members.html -share/doc/qt2/html/qtimer.html -share/doc/qt2/html/qtimerevent-members.html -share/doc/qt2/html/qtimerevent.html -share/doc/qt2/html/qtl.html -share/doc/qt2/html/qtlogo.png -share/doc/qt2/html/qtoolbar-h.html -share/doc/qt2/html/qtoolbar-members.html -share/doc/qt2/html/qtoolbar.html -share/doc/qt2/html/qtoolbutton-h.html -share/doc/qt2/html/qtoolbutton-members.html -share/doc/qt2/html/qtoolbutton.html -share/doc/qt2/html/qtooltip-h.html -share/doc/qt2/html/qtooltip-members.html -share/doc/qt2/html/qtooltip.html -share/doc/qt2/html/qtooltipgroup-members.html -share/doc/qt2/html/qtooltipgroup.html -share/doc/qt2/html/qtranslator-h.html -share/doc/qt2/html/qtranslator-members.html -share/doc/qt2/html/qtranslator.html -share/doc/qt2/html/qtranslatormessage-members.html -share/doc/qt2/html/qtranslatormessage.html -share/doc/qt2/html/qtsciicodec-h.html -share/doc/qt2/html/qtsciicodec-members.html -share/doc/qt2/html/qtsciicodec.html -share/doc/qt2/html/quridrag-members.html -share/doc/qt2/html/quridrag.html -share/doc/qt2/html/qurl-h.html -share/doc/qt2/html/qurl-members.html -share/doc/qt2/html/qurl.html -share/doc/qt2/html/qurlinfo-h.html -share/doc/qt2/html/qurlinfo-members.html -share/doc/qt2/html/qurlinfo.html -share/doc/qt2/html/qurloperator-h.html -share/doc/qt2/html/qurloperator-members.html -share/doc/qt2/html/qurloperator.html -share/doc/qt2/html/qvalidator-h.html -share/doc/qt2/html/qvalidator-members.html -share/doc/qt2/html/qvalidator.html -share/doc/qt2/html/qvaluelist-h.html -share/doc/qt2/html/qvaluelist-members.html -share/doc/qt2/html/qvaluelist.html -share/doc/qt2/html/qvaluelistconstiterator-members.html -share/doc/qt2/html/qvaluelistconstiterator.html -share/doc/qt2/html/qvaluelistiterator-members.html -share/doc/qt2/html/qvaluelistiterator.html -share/doc/qt2/html/qvaluestack-h.html -share/doc/qt2/html/qvaluestack-members.html -share/doc/qt2/html/qvaluestack.html -share/doc/qt2/html/qvariant-h.html -share/doc/qt2/html/qvariant-members.html -share/doc/qt2/html/qvariant.html -share/doc/qt2/html/qvbox-h.html -share/doc/qt2/html/qvbox-m.png -share/doc/qt2/html/qvbox-members.html -share/doc/qt2/html/qvbox-w.png -share/doc/qt2/html/qvbox.html -share/doc/qt2/html/qvbox.png -share/doc/qt2/html/qvboxlayout-members.html -share/doc/qt2/html/qvboxlayout.html -share/doc/qt2/html/qvbuttongroup-h.html -share/doc/qt2/html/qvbuttongroup-members.html -share/doc/qt2/html/qvbuttongroup.html -share/doc/qt2/html/qvector-h.html -share/doc/qt2/html/qvector-members.html -share/doc/qt2/html/qvector.html -share/doc/qt2/html/qvfb-qws.html -share/doc/qt2/html/qvgroupbox-h.html -share/doc/qt2/html/qvgroupbox-members.html -share/doc/qt2/html/qvgroupbox.html -share/doc/qt2/html/qwaitcondition-members.html -share/doc/qt2/html/qwaitcondition.html -share/doc/qt2/html/qwerty-main-cpp.html -share/doc/qt2/html/qwhatsthis-h.html -share/doc/qt2/html/qwhatsthis-members.html -share/doc/qt2/html/qwhatsthis.html -share/doc/qt2/html/qwheelevent-members.html -share/doc/qt2/html/qwheelevent.html -share/doc/qt2/html/qwidget-h.html -share/doc/qt2/html/qwidget-members.html -share/doc/qt2/html/qwidget.html -share/doc/qt2/html/qwidgetitem-members.html -share/doc/qt2/html/qwidgetitem.html -share/doc/qt2/html/qwidgetstack-h.html -share/doc/qt2/html/qwidgetstack-members.html -share/doc/qt2/html/qwidgetstack.html -share/doc/qt2/html/qwindowdefs-h.html -share/doc/qt2/html/qwindowsstyle-h.html -share/doc/qt2/html/qwindowsstyle-members.html -share/doc/qt2/html/qwindowsstyle.html -share/doc/qt2/html/qwizard-h.html -share/doc/qt2/html/qwizard-members.html -share/doc/qt2/html/qwizard.html -share/doc/qt2/html/qwmatrix-h.html -share/doc/qt2/html/qwmatrix-members.html -share/doc/qt2/html/qwmatrix.html -share/doc/qt2/html/qworkspace-h.html -share/doc/qt2/html/qworkspace-members.html -share/doc/qt2/html/qworkspace.html -share/doc/qt2/html/qwsdecoration-members.html -share/doc/qt2/html/qwsdecoration.html -share/doc/qt2/html/qwsdisplay_qws-h.html -share/doc/qt2/html/qwsmanager_qws-h.html -share/doc/qt2/html/qxml-h.html -share/doc/qt2/html/qxmlattributes-members.html -share/doc/qt2/html/qxmlattributes.html -share/doc/qt2/html/qxmlcontenthandler-members.html -share/doc/qt2/html/qxmlcontenthandler.html -share/doc/qt2/html/qxmldeclhandler-members.html -share/doc/qt2/html/qxmldeclhandler.html -share/doc/qt2/html/qxmldefaulthandler-members.html -share/doc/qt2/html/qxmldefaulthandler.html -share/doc/qt2/html/qxmldtdhandler-members.html -share/doc/qt2/html/qxmldtdhandler.html -share/doc/qt2/html/qxmlentityresolver-members.html -share/doc/qt2/html/qxmlentityresolver.html -share/doc/qt2/html/qxmlerrorhandler-members.html -share/doc/qt2/html/qxmlerrorhandler.html -share/doc/qt2/html/qxmlinputsource-members.html -share/doc/qt2/html/qxmlinputsource.html -share/doc/qt2/html/qxmllexicalhandler-members.html -share/doc/qt2/html/qxmllexicalhandler.html -share/doc/qt2/html/qxmllocator-members.html -share/doc/qt2/html/qxmllocator.html -share/doc/qt2/html/qxmlnamespacesupport-members.html -share/doc/qt2/html/qxmlnamespacesupport.html -share/doc/qt2/html/qxmlparseexception-members.html -share/doc/qt2/html/qxmlparseexception.html -share/doc/qt2/html/qxmlreader-members.html -share/doc/qt2/html/qxmlreader.html -share/doc/qt2/html/qxmlsimplereader-members.html -share/doc/qt2/html/qxmlsimplereader.html -share/doc/qt2/html/qxt-h.html -share/doc/qt2/html/qxtapplication-members.html -share/doc/qt2/html/qxtapplication.html -share/doc/qt2/html/qxtwidget-members.html -share/doc/qt2/html/qxtwidget.html -share/doc/qt2/html/rangecontrols-main-cpp.html -share/doc/qt2/html/removed20.html -share/doc/qt2/html/richtext-main-cpp.html -share/doc/qt2/html/rintersect.png -share/doc/qt2/html/rot13-rot13-cpp.html -share/doc/qt2/html/rsubtract.png -share/doc/qt2/html/runion.png -share/doc/qt2/html/running-qws.html -share/doc/qt2/html/rxor.png -share/doc/qt2/html/scribble-main-cpp.html -share/doc/qt2/html/scrollview-scrollview-cpp.html -share/doc/qt2/html/session.html -share/doc/qt2/html/session.png -share/doc/qt2/html/shared.html -share/doc/qt2/html/shclass.html -share/doc/qt2/html/showimg-main-cpp.html -share/doc/qt2/html/signalsandslots.html -share/doc/qt2/html/simple-application.html -share/doc/qt2/html/smooth.png -share/doc/qt2/html/splitter-splitter-cpp.html -share/doc/qt2/html/splitter-views-m.png -share/doc/qt2/html/splitter-views-w.png -share/doc/qt2/html/t1.html -share/doc/qt2/html/t1.png -share/doc/qt2/html/t10-cannon-cpp.html -share/doc/qt2/html/t10-cannon-h.html -share/doc/qt2/html/t10-lcdrange-cpp.html -share/doc/qt2/html/t10-lcdrange-h.html -share/doc/qt2/html/t10-main-cpp.html -share/doc/qt2/html/t10-makefile.html -share/doc/qt2/html/t10.html -share/doc/qt2/html/t10.png -share/doc/qt2/html/t11-cannon-cpp.html -share/doc/qt2/html/t11-cannon-h.html -share/doc/qt2/html/t11-lcdrange-cpp.html -share/doc/qt2/html/t11-lcdrange-h.html -share/doc/qt2/html/t11-main-cpp.html -share/doc/qt2/html/t11-makefile.html -share/doc/qt2/html/t11.html -share/doc/qt2/html/t11.png -share/doc/qt2/html/t12-cannon-cpp.html -share/doc/qt2/html/t12-cannon-h.html -share/doc/qt2/html/t12-lcdrange-cpp.html -share/doc/qt2/html/t12-lcdrange-h.html -share/doc/qt2/html/t12-main-cpp.html -share/doc/qt2/html/t12-makefile.html -share/doc/qt2/html/t12.html -share/doc/qt2/html/t12.png -share/doc/qt2/html/t13-cannon-cpp.html -share/doc/qt2/html/t13-cannon-h.html -share/doc/qt2/html/t13-gamebrd-cpp.html -share/doc/qt2/html/t13-gamebrd-h.html -share/doc/qt2/html/t13-lcdrange-cpp.html -share/doc/qt2/html/t13-lcdrange-h.html -share/doc/qt2/html/t13-main-cpp.html -share/doc/qt2/html/t13-makefile.html -share/doc/qt2/html/t13.html -share/doc/qt2/html/t13.png -share/doc/qt2/html/t14-cannon-cpp.html -share/doc/qt2/html/t14-cannon-h.html -share/doc/qt2/html/t14-gamebrd-cpp.html -share/doc/qt2/html/t14-gamebrd-h.html -share/doc/qt2/html/t14-lcdrange-cpp.html -share/doc/qt2/html/t14-lcdrange-h.html -share/doc/qt2/html/t14-main-cpp.html -share/doc/qt2/html/t14-makefile.html -share/doc/qt2/html/t14.html -share/doc/qt2/html/t14.png -share/doc/qt2/html/t2.html -share/doc/qt2/html/t2.png -share/doc/qt2/html/t3.html -share/doc/qt2/html/t3.png -share/doc/qt2/html/t4.html -share/doc/qt2/html/t4.png -share/doc/qt2/html/t5.html -share/doc/qt2/html/t5.png -share/doc/qt2/html/t6.html -share/doc/qt2/html/t6.png -share/doc/qt2/html/t7-lcdrange-cpp.html -share/doc/qt2/html/t7-lcdrange-h.html -share/doc/qt2/html/t7-main-cpp.html -share/doc/qt2/html/t7-makefile.html -share/doc/qt2/html/t7.html -share/doc/qt2/html/t7.png -share/doc/qt2/html/t8-cannon-cpp.html -share/doc/qt2/html/t8-cannon-h.html -share/doc/qt2/html/t8-lcdrange-cpp.html -share/doc/qt2/html/t8-lcdrange-h.html -share/doc/qt2/html/t8-main-cpp.html -share/doc/qt2/html/t8-makefile.html -share/doc/qt2/html/t8.html -share/doc/qt2/html/t8.png -share/doc/qt2/html/t9-cannon-cpp.html -share/doc/qt2/html/t9-cannon-h.html -share/doc/qt2/html/t9-lcdrange-cpp.html -share/doc/qt2/html/t9-lcdrange-h.html -share/doc/qt2/html/t9-main-cpp.html -share/doc/qt2/html/t9-makefile.html -share/doc/qt2/html/t9.html -share/doc/qt2/html/t9.png -share/doc/qt2/html/t9_1.png -share/doc/qt2/html/t9_2.png -share/doc/qt2/html/tabdialog-main-cpp.html -share/doc/qt2/html/table.html -share/doc/qt2/html/test.png -share/doc/qt2/html/tetrix-tetrix-cpp.html -share/doc/qt2/html/themes-main-cpp.html -share/doc/qt2/html/threads.html -share/doc/qt2/html/tictac-main-cpp.html -share/doc/qt2/html/time.html -share/doc/qt2/html/timers.html -share/doc/qt2/html/tools.html -share/doc/qt2/html/tooltip-main-cpp.html -share/doc/qt2/html/topicals.html -share/doc/qt2/html/trivial-trivial-cpp.html -share/doc/qt2/html/troll.html -share/doc/qt2/html/tutorial.html -share/doc/qt2/html/tutorial.png -share/doc/qt2/html/unicode.html -share/doc/qt2/html/unsmooth.png -share/doc/qt2/html/validator-main-cpp.html -share/doc/qt2/html/whatsthis.png -share/doc/qt2/html/winsystem.html -share/doc/qt2/html/wizard-main-cpp.html -share/doc/qt2/html/workspace.html -share/doc/qt2/html/xform-xform-cpp.html -share/doc/qt2/html/xml-sax.html -share/doc/qt2/html/xml.html -share/doc/qt2/html/xt.html -share/doc/qt2/html/y2k.html -@dirrm share/doc/qt2/html/designer/stylesheet-images -@dirrm share/doc/qt2/html/designer/figures -@dirrm share/doc/qt2/html/designer -@dirrm share/doc/qt2/html -@dirrm share/doc/qt2 -@dirrm include/qt2 diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile deleted file mode 100644 index 3b638d903715..000000000000 --- a/x11-toolkits/qt33/Makefile +++ /dev/null @@ -1,118 +0,0 @@ -# New ports collection makefile for: qt22 -# Date created: 17 Jul 1999 -# Whom: imura@kml.cs.titech.ac.jp -# -# $FreeBSD$ -# - -PORTNAME= qt -PORTVERSION= 2.2.1 -CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ -DISTNAME= qt-x11-${PORTVERSION} - -MAINTAINER= will@FreeBSD.org - -LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_MESA= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_NEWGCC= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm -gif \ - -I${LOCALBASE}/include -L${LOCALBASE}/lib -CONFIGURE_ENV= QTDIR=${WRKSRC} -MAKE_ENV= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib - -CONFIG= ${WRKSRC}/configs/freebsd-g++-${STATIC} - -.if !defined(NOPORTDOCS) -.include "${.CURDIR}/files/manpages" -.endif - -.if defined(WANT_STATIC) -STATIC=static -CONFIGURE_ARGS+=-static -.else -STATIC=shared -INSTALLS_SHLIB=yes -.endif - -pre-fetch: -.if !defined(QT_GIF_AVAILABLE) && !defined(HAVE_UNISYS_LICENSE) - @${ECHO} - @${ECHO} "GIF support is disabled in QT by default due to the" - @${ECHO} "restrictive license on LZW compression owned by Unisys." - @${ECHO} "To build with GIF support, use" - @${ECHO} - @${ECHO} " ${MAKE} -DQT_GIF_AVAILABLE [other args]" - @${ECHO} "or" - @${ECHO} " ${MAKE} -DHAVE_UNISYS_LICENSE [other args]" - @${ECHO} -.endif -.if exists(${X11BASE}/lib/libqt2.so.3) -.if !defined(WANT_STATIC) - @${ECHO} "An older version of QT2 is installed. To avoid clobbering" - @${ECHO} "that installation, deinstall it and then install this port." - @${ECHO} "Note that this port contains beta-quality source code and" - @${ECHO} "must be used only wherever absolutely needed, such as for" - @${ECHO} "KDE 2.0 and later." - @${FALSE} -.endif -.endif - -pre-configure: - @${CP} ${CONFIG} ${CONFIG}.new - ${SED} -e "s,gcc,${CC},g" ${CONFIG}.new | ${SED} -e "s,g\+\+,${CXX},g" | \ - ${SED} -e "s,/usr/X11R6,${X11BASE},g" | ${SED} -e "s,-pipe -O2,${CXXFLAGS},g" > ${CONFIG} - ${PERL} -pi -e "s@VER_MAJ = 2@VER_MAJ = 4@g" ${WRKSRC}/src/Makefile.in - ${PERL} -pi -e "s@TARGET = qt@TARGET = qt2@g" ${WRKSRC}/src/Makefile.in - ${PERL} -pi -e "s@TARGET\t= moc@TARGET = moc2@g" ${WRKSRC}/src/moc/Makefile.in - ${PERL} -pi -e "s@rm -f bin/moc@rm -f bin/moc2@g" ${WRKSRC}/Makefile - ${PERL} -pi -e "s@cp src/moc/moc bin/moc@cp src/moc/moc2 bin/moc2@g" ${WRKSRC}/Makefile - ${PERL} -pi -e "s@symlinks src-moc src-mt sub-src sub-tools sub-tutorial sub-examples@symlinks src-moc src-mt sub-src sub-tools@g" ${WRKSRC}/Makefile - ${PERL} -pi -e "s@-L../lib@-L${WRKSRC}/lib@g" ${WRKSRC}/tools/designer/uic/Makefile.in - -post-configure: - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} symlinks) - -do-install: - ${MKDIR} ${PREFIX}/include/qt2 -.for BIN in designer moc2 uic - ${INSTALL_PROGRAM} ${WRKSRC}/bin/${BIN} ${PREFIX}/bin -.endfor -.for SCRIPT in findtr qt20fix qtrename140 - ${INSTALL_SCRIPT} ${WRKSRC}/bin/${SCRIPT} ${PREFIX}/bin -.endfor - ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/qt2 -.for LIB in qt2 qutil - ${INSTALL_DATA} ${WRKSRC}/lib/lib${LIB}* ${PREFIX}/lib -.endfor -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/qt2/html/designer/figures - ${MKDIR} ${PREFIX}/share/doc/qt2/html/designer/stylesheet-images - (cd ${WRKSRC} ; \ - ${INSTALL_DATA} ANNOUNCE ${PREFIX}/share/doc/qt2 ; \ - ${INSTALL_DATA} FAQ ${PREFIX}/share/doc/qt2 ; \ - ${INSTALL_DATA} LICENSE.QPL ${PREFIX}/share/doc/qt2 ; \ - ${INSTALL_DATA} PORTING ${PREFIX}/share/doc/qt2 ; \ - ${INSTALL_DATA} README ${PREFIX}/share/doc/qt2 ; \ - ${INSTALL_DATA} README.QT ${PREFIX}/share/doc/qt2 ; \ - ${INSTALL_DATA} doc/html/*.html doc/html/*.png ${PREFIX}/share/doc/qt2/html ; \ - ${INSTALL_DATA} doc/html/designer/*.html ${PREFIX}/share/doc/qt2/html/designer ; \ - ${INSTALL_DATA} doc/html/designer/figures/* ${PREFIX}/share/doc/qt2/html/designer/figures ; \ - ${INSTALL_MAN} doc/man/man3/q* ${PREFIX}/man/man3 ) -.endif - -.if defined(WANT_STATIC) -post-install: - @${PERL} -pi -e 's/libqt2\.so/libqt2.a/' ${TMPPLIST} - @${PERL} -pi -e 's/.*libqt2\.a\.\d\n//' ${TMPPLIST} - @${PERL} -pi -e 's/libqutil\.so/libqutil.a/' ${TMPPLIST} - @${PERL} -pi -e 's/.*libqutil\.a\.\d\n//' ${TMPPLIST} -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/qt33/distinfo b/x11-toolkits/qt33/distinfo deleted file mode 100644 index e7dbb76ab284..000000000000 --- a/x11-toolkits/qt33/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (qt-x11-2.2.1.tar.gz) = c5a65c4ded0330fa6b44c24fd93b938e diff --git a/x11-toolkits/qt33/files/manpages b/x11-toolkits/qt33/files/manpages deleted file mode 100644 index 27329053a55a..000000000000 --- a/x11-toolkits/qt33/files/manpages +++ /dev/null @@ -1,330 +0,0 @@ -MAN3= \ -qaccel.3qt \ -qaction.3qt \ -qactiongroup.3qt \ -qapplication.3qt \ -qarray.3qt \ -qasciicache.3qt \ -qasciicacheiterator.3qt \ -qasciidict.3qt \ -qasciidictiterator.3qt \ -qasyncio.3qt \ -qbitarray.3qt \ -qbitmap.3qt \ -qbitval.3qt \ -qboxlayout.3qt \ -qbrush.3qt \ -qbuffer.3qt \ -qbutton.3qt \ -qbuttongroup.3qt \ -qbytearray.3qt \ -qcache.3qt \ -qcacheiterator.3qt \ -qcanvas.3qt \ -qcanvasellipse.3qt \ -qcanvasitem.3qt \ -qcanvasline.3qt \ -qcanvaspixmap.3qt \ -qcanvaspixmaparray.3qt \ -qcanvaspolygon.3qt \ -qcanvaspolygonalitem.3qt \ -qcanvasrectangle.3qt \ -qcanvassprite.3qt \ -qcanvastext.3qt \ -qcanvasview.3qt \ -qcdestyle.3qt \ -qchar.3qt \ -qcharref.3qt \ -qcheckbox.3qt \ -qchecklistitem.3qt \ -qchildevent.3qt \ -qclipboard.3qt \ -qcloseevent.3qt \ -qcollection.3qt \ -qcolor.3qt \ -qcolordialog.3qt \ -qcolordrag.3qt \ -qcolorgroup.3qt \ -qcombobox.3qt \ -qcommonstyle.3qt \ -qconststring.3qt \ -qcstring.3qt \ -qcursor.3qt \ -qcustomevent.3qt \ -qcustommenuitem.3qt \ -qdatapump.3qt \ -qdatasink.3qt \ -qdatasource.3qt \ -qdatastream.3qt \ -qdate.3qt \ -qdatetime.3qt \ -qdial.3qt \ -qdialog.3qt \ -qdict.3qt \ -qdictiterator.3qt \ -qdir.3qt \ -qdns.3qt \ -qdomattr.3qt \ -qdomcdatasection.3qt \ -qdomcharacterdata.3qt \ -qdomcomment.3qt \ -qdomdocument.3qt \ -qdomdocumentfragment.3qt \ -qdomdocumenttype.3qt \ -qdomelement.3qt \ -qdomentity.3qt \ -qdomentityreference.3qt \ -qdomimplementation.3qt \ -qdomnamednodemap.3qt \ -qdomnode.3qt \ -qdomnodelist.3qt \ -qdomnotation.3qt \ -qdomprocessinginstruction.3qt \ -qdomtext.3qt \ -qdoublevalidator.3qt \ -qdragenterevent.3qt \ -qdragleaveevent.3qt \ -qdragmoveevent.3qt \ -qdragobject.3qt \ -qdropevent.3qt \ -qdropsite.3qt \ -qeucjpcodec.3qt \ -qeuckrcodec.3qt \ -qevent.3qt \ -qfile.3qt \ -qfiledialog.3qt \ -qfileiconprovider.3qt \ -qfileinfo.3qt \ -qfilepreview.3qt \ -qfocusdata.3qt \ -qfocusevent.3qt \ -qfont.3qt \ -qfontdatabase.3qt \ -qfontdialog.3qt \ -qfontinfo.3qt \ -qfontmetrics.3qt \ -qframe.3qt \ -qftp.3qt \ -qgarray.3qt \ -qgbkcodec.3qt \ -qgcache.3qt \ -qgcacheiterator.3qt \ -qgdict.3qt \ -qgdictiterator.3qt \ -qgl.3qt \ -qglayoutiterator.3qt \ -qglcontext.3qt \ -qglformat.3qt \ -qglist.3qt \ -qglistiterator.3qt \ -qglwidget.3qt \ -qgrid.3qt \ -qgridlayout.3qt \ -qgroupbox.3qt \ -qguardedptr.3qt \ -qgvector.3qt \ -qhbox.3qt \ -qhboxlayout.3qt \ -qhbuttongroup.3qt \ -qheader.3qt \ -qhgroupbox.3qt \ -qhideevent.3qt \ -qhostaddress.3qt \ -qicondrag.3qt \ -qicondragitem.3qt \ -qiconset.3qt \ -qiconview.3qt \ -qiconviewitem.3qt \ -qimage.3qt \ -qimageconsumer.3qt \ -qimagedecoder.3qt \ -qimagedrag.3qt \ -qimageformat.3qt \ -qimageformattype.3qt \ -qimageio.3qt \ -qinputdialog.3qt \ -qintcache.3qt \ -qintcacheiterator.3qt \ -qintdict.3qt \ -qintdictiterator.3qt \ -qintvalidator.3qt \ -qiodevice.3qt \ -qiodevicesource.3qt \ -qjiscodec.3qt \ -qjpunicodeconv.3qt \ -qkeyevent.3qt \ -qlabel.3qt \ -qlayout.3qt \ -qlayoutitem.3qt \ -qlayoutiterator.3qt \ -qlcdnumber.3qt \ -qlineedit.3qt \ -qlist.3qt \ -qlistbox.3qt \ -qlistboxitem.3qt \ -qlistboxpixmap.3qt \ -qlistboxtext.3qt \ -qlistiterator.3qt \ -qlistview.3qt \ -qlistviewitem.3qt \ -qlistviewitemiterator.3qt \ -qlnode.3qt \ -qlocalfs.3qt \ -qmainwindow.3qt \ -qmap.3qt \ -qmapconstiterator.3qt \ -qmapiterator.3qt \ -qmenubar.3qt \ -qmenudata.3qt \ -qmessagebox.3qt \ -qmetaobject.3qt \ -qmetaproperty.3qt \ -qmimesource.3qt \ -qmimesourcefactory.3qt \ -qmotifplusstyle.3qt \ -qmotifstyle.3qt \ -qmouseevent.3qt \ -qmoveevent.3qt \ -qmovie.3qt \ -qmultilineedit.3qt \ -qmutex.3qt \ -qnetworkoperation.3qt \ -qnetworkprotocol.3qt \ -qnpinstance.3qt \ -qnplugin.3qt \ -qnpstream.3qt \ -qnpwidget.3qt \ -qobject.3qt \ -qpaintdevice.3qt \ -qpaintdevicemetrics.3qt \ -qpainter.3qt \ -qpaintevent.3qt \ -qpalette.3qt \ -qpen.3qt \ -qpicture.3qt \ -qpixmap.3qt \ -qpixmapcache.3qt \ -qplatinumstyle.3qt \ -qpngimagepacker.3qt \ -qpoint.3qt \ -qpointarray.3qt \ -qpopupmenu.3qt \ -qprinter.3qt \ -qprogressbar.3qt \ -qprogressdialog.3qt \ -qptrdict.3qt \ -qptrdictiterator.3qt \ -qpushbutton.3qt \ -qqueue.3qt \ -qradiobutton.3qt \ -qrangecontrol.3qt \ -qrect.3qt \ -qregexp.3qt \ -qregion.3qt \ -qresizeevent.3qt \ -qscrollbar.3qt \ -qscrollview.3qt \ -qsemaphore.3qt \ -qsemimodal.3qt \ -qserversocket.3qt \ -qsessionmanager.3qt \ -qsgistyle.3qt \ -qshared.3qt \ -qshowevent.3qt \ -qsignal.3qt \ -qsignalmapper.3qt \ -qsimplerichtext.3qt \ -qsize.3qt \ -qsizegrip.3qt \ -qsizepolicy.3qt \ -qsjiscodec.3qt \ -qslider.3qt \ -qsocket.3qt \ -qsocketdevice.3qt \ -qsocketnotifier.3qt \ -qsortedlist.3qt \ -qsound.3qt \ -qspaceritem.3qt \ -qspinbox.3qt \ -qsplitter.3qt \ -qstack.3qt \ -qstatusbar.3qt \ -qstoreddrag.3qt \ -qstrilist.3qt \ -qstring.3qt \ -qstringlist.3qt \ -qstrlist.3qt \ -qstrlistiterator.3qt \ -qstyle.3qt \ -qstylesheet.3qt \ -qstylesheetitem.3qt \ -qt.3qt \ -qtab.3qt \ -qtabbar.3qt \ -qtabdialog.3qt \ -qtable.3qt \ -qtableitem.3qt \ -qtableselection.3qt \ -qtableview.3qt \ -qtabwidget.3qt \ -qtextbrowser.3qt \ -qtextcodec.3qt \ -qtextdecoder.3qt \ -qtextdrag.3qt \ -qtextencoder.3qt \ -qtextistream.3qt \ -qtextostream.3qt \ -qtextstream.3qt \ -qtextview.3qt \ -qthread.3qt \ -qtime.3qt \ -qtimer.3qt \ -qtimerevent.3qt \ -qtoolbar.3qt \ -qtoolbutton.3qt \ -qtooltip.3qt \ -qtooltipgroup.3qt \ -qtranslator.3qt \ -qtsciicodec.3qt \ -quridrag.3qt \ -qurl.3qt \ -qtranslatormessage.3qt \ -qurloperator.3qt \ -qvalidator.3qt \ -qvaluelist.3qt \ -qvaluelistconstiterator.3qt \ -qvaluelistiterator.3qt \ -qvaluestack.3qt \ -qvariant.3qt \ -qvbox.3qt \ -qvboxlayout.3qt \ -qvbuttongroup.3qt \ -qvector.3qt \ -qvgroupbox.3qt \ -qwhatsthis.3qt \ -qwheelevent.3qt \ -qwaitcondition.3qt \ -qwidget.3qt \ -qwidgetitem.3qt \ -qwidgetstack.3qt \ -qwindowsstyle.3qt \ -qwizard.3qt \ -qwmatrix.3qt \ -qworkspace.3qt \ -qwsdecoration.3qt \ -qxmlattributes.3qt \ -qxmlcontenthandler.3qt \ -qxmldeclhandler.3qt \ -qxmldefaulthandler.3qt \ -qxmldtdhandler.3qt \ -qxmlentityresolver.3qt \ -qxmlerrorhandler.3qt \ -qxmlinputsource.3qt \ -qxmllexicalhandler.3qt \ -qxmllocator.3qt \ -qxmlnamespacesupport.3qt \ -qxmlparseexception.3qt \ -qxmlreader.3qt \ -qxmlsimplereader.3qt \ -qxtapplication.3qt \ -qxtwidget.3qt diff --git a/x11-toolkits/qt33/files/patch-aa b/x11-toolkits/qt33/files/patch-aa deleted file mode 100644 index b95cbe905e2e..000000000000 --- a/x11-toolkits/qt33/files/patch-aa +++ /dev/null @@ -1,40 +0,0 @@ ---- configs/freebsd-g++-shared Sun Sep 10 18:44:24 2000 -+++ configs/freebsd-g++-shared.new Sun Sep 10 18:44:53 2000 -@@ -21,7 +21,7 @@ - SYSCONF_LIBS_X11 = -lXext -lX11 -lm - # Qt, Qt+OpenGL - SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib --SYSCONF_LIBS_QT = -lqt$(QT_THREAD_SUFFIX) -+SYSCONF_LIBS_QT = -lqt2$(QT_THREAD_SUFFIX) - SYSCONF_LIBS_QT_OPENGL = - # OpenGL - SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib -@@ -44,7 +44,7 @@ - SYSCONF_LIBS_THREAD = - - # Meta-object compiler --SYSCONF_MOC = $(QTDIR)/bin/moc -+SYSCONF_MOC = $(QTDIR)/bin/moc2 - - # UI compiler - SYSCONF_UIC = $(QTDIR)/bin/uic -@@ -55,16 +55,14 @@ - # - Usually needs to incorporate $(VER_MAJ), $(VER_MIN) and $(VER_PATCH) - # - SYSCONF_LINK_SHLIB = g++ --SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH) -+SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ) - SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ - $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ - $(OBJECTS) $(OBJMOC) $(LIBS) && \ - mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ - cd $(DESTDIR) && \ -- rm -f lib$(TARGET).so lib$(TARGET).so.$(VER_MAJ) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN); \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so; \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ); \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) -+ rm -f lib$(TARGET).so;\ -+ ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so - - # Linking static libraries - # - Build the $(TARGET) library, eg. lib$(TARGET).a diff --git a/x11-toolkits/qt33/files/patch-af b/x11-toolkits/qt33/files/patch-af deleted file mode 100644 index b231b8d9f0be..000000000000 --- a/x11-toolkits/qt33/files/patch-af +++ /dev/null @@ -1,20 +0,0 @@ ---- configs/freebsd-g++-static Sat Sep 16 14:47:56 2000 -+++ configs/freebsd-g++-static.new Sat Sep 16 14:48:06 2000 -@@ -21,7 +21,7 @@ - SYSCONF_LIBS_X11 = -lXext -lX11 -lm - # Qt, Qt+OpenGL - SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib --SYSCONF_LIBS_QT = -lqt$(QT_THREAD_SUFFIX) -+SYSCONF_LIBS_QT = -lqt2$(QT_THREAD_SUFFIX) - SYSCONF_LIBS_QT_OPENGL = - # OpenGL - SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib -@@ -44,7 +44,7 @@ - SYSCONF_LIBS_THREAD = - - # Meta-object compiler --SYSCONF_MOC = $(QTDIR)/bin/moc -+SYSCONF_MOC = $(QTDIR)/bin/moc2 - - # UI compiler - SYSCONF_UIC = $(QTDIR)/bin/uic diff --git a/x11-toolkits/qt33/pkg-comment b/x11-toolkits/qt33/pkg-comment deleted file mode 100644 index 0e56180e5c92..000000000000 --- a/x11-toolkits/qt33/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A C++ X GUI toolkit diff --git a/x11-toolkits/qt33/pkg-descr b/x11-toolkits/qt33/pkg-descr deleted file mode 100644 index 78327aaabb1c..000000000000 --- a/x11-toolkits/qt33/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Qt is a toolkit for building a GUI for X in C++. The main -documentation is in share/doc/qt2 and is also available on -the web. - -WWW: http://doc.trolltech.com/ diff --git a/x11-toolkits/qt33/pkg-plist b/x11-toolkits/qt33/pkg-plist deleted file mode 100644 index 6c8919a2de9b..000000000000 --- a/x11-toolkits/qt33/pkg-plist +++ /dev/null @@ -1,1680 +0,0 @@ -bin/designer -bin/findtr -bin/moc2 -bin/qt20fix -bin/qtrename140 -bin/uic -include/qt2/jri.h -include/qt2/jritypes.h -include/qt2/npapi.h -include/qt2/npupp.h -include/qt2/q1xcompatibility.h -include/qt2/qabstractlayout.h -include/qt2/qaccel.h -include/qt2/qaction.h -include/qt2/qapp.h -include/qt2/qapplication.h -include/qt2/qarray.h -include/qt2/qasciicache.h -include/qt2/qasciidict.h -include/qt2/qasyncimageio.h -include/qt2/qasyncio.h -include/qt2/qbig5codec.h -include/qt2/qbitarray.h -include/qt2/qbitarry.h -include/qt2/qbitmap.h -include/qt2/qbrush.h -include/qt2/qbttngrp.h -include/qt2/qbuffer.h -include/qt2/qbutton.h -include/qt2/qbuttongroup.h -include/qt2/qcache.h -include/qt2/qcanvas.h -include/qt2/qcdestyle.h -include/qt2/qcheckbox.h -include/qt2/qchkbox.h -include/qt2/qclipboard.h -include/qt2/qclipbrd.h -include/qt2/qcollect.h -include/qt2/qcollection.h -include/qt2/qcolor.h -include/qt2/qcolordialog.h -include/qt2/qcombo.h -include/qt2/qcombobox.h -include/qt2/qcommonstyle.h -include/qt2/qconfig-dist.h -include/qt2/qconfig-embedded.h -include/qt2/qconfig-minimal.h -include/qt2/qconfig-qpim.h -include/qt2/qconfig.h -include/qt2/qconnect.h -include/qt2/qconnection.h -include/qt2/qcstring.h -include/qt2/qcursor.h -include/qt2/qdatastream.h -include/qt2/qdatetime.h -include/qt2/qdatetm.h -include/qt2/qdial.h -include/qt2/qdialog.h -include/qt2/qdict.h -include/qt2/qdir.h -include/qt2/qdns.h -include/qt2/qdom.h -include/qt2/qdragobject.h -include/qt2/qdrawutil.h -include/qt2/qdrawutl.h -include/qt2/qdropsite.h -include/qt2/qdstream.h -include/qt2/qeucjpcodec.h -include/qt2/qeuckrcodec.h -include/qt2/qevent.h -include/qt2/qfeatures.h -include/qt2/qfile.h -include/qt2/qfiledef.h -include/qt2/qfiledialog.h -include/qt2/qfiledlg.h -include/qt2/qfileinf.h -include/qt2/qfileinfo.h -include/qt2/qfocusdata.h -include/qt2/qfont.h -include/qt2/qfontdatabase.h -include/qt2/qfontdialog.h -include/qt2/qfontdta.h -include/qt2/qfontinf.h -include/qt2/qfontinfo.h -include/qt2/qfontmet.h -include/qt2/qfontmetrics.h -include/qt2/qframe.h -include/qt2/qftp.h -include/qt2/qgarray.h -include/qt2/qgbkcodec.h -include/qt2/qgcache.h -include/qt2/qgdict.h -include/qt2/qgeneric.h -include/qt2/qgif.h -include/qt2/qgl.h -include/qt2/qglist.h -include/qt2/qglobal.h -include/qt2/qgrid.h -include/qt2/qgroupbox.h -include/qt2/qgrpbox.h -include/qt2/qguardedptr.h -include/qt2/qgvector.h -include/qt2/qhbox.h -include/qt2/qhbuttongroup.h -include/qt2/qheader.h -include/qt2/qhgroupbox.h -include/qt2/qhostaddress.h -include/qt2/qiconset.h -include/qt2/qiconview.h -include/qt2/qimage.h -include/qt2/qinputdialog.h -include/qt2/qintcach.h -include/qt2/qintcache.h -include/qt2/qintdict.h -include/qt2/qiodev.h -include/qt2/qiodevice.h -include/qt2/qjiscodec.h -include/qt2/qjpegio.h -include/qt2/qjpunicode.h -include/qt2/qkeycode.h -include/qt2/qkoi8codec.h -include/qt2/qlabel.h -include/qt2/qlayout.h -include/qt2/qlcdnum.h -include/qt2/qlcdnumber.h -include/qt2/qlined.h -include/qt2/qlineedit.h -include/qt2/qlist.h -include/qt2/qlistbox.h -include/qt2/qlistview.h -include/qt2/qlocalfs.h -include/qt2/qmainwindow.h -include/qt2/qmap.h -include/qt2/qmenubar.h -include/qt2/qmenudata.h -include/qt2/qmenudta.h -include/qt2/qmessagebox.h -include/qt2/qmetaobj.h -include/qt2/qmetaobject.h -include/qt2/qmime.h -include/qt2/qmlined.h -include/qt2/qmngio.h -include/qt2/qmodules.h -include/qt2/qmotifplusstyle.h -include/qt2/qmotifstyle.h -include/qt2/qmovie.h -include/qt2/qmsgbox.h -include/qt2/qmultilinedit.h -include/qt2/qmultilineedit.h -include/qt2/qnamespace.h -include/qt2/qnetwork.h -include/qt2/qnetworkprotocol.h -include/qt2/qnp.h -include/qt2/qobjcoll.h -include/qt2/qobjdefs.h -include/qt2/qobject.h -include/qt2/qobjectdefs.h -include/qt2/qobjectdict.h -include/qt2/qobjectlist.h -include/qt2/qpaintd.h -include/qt2/qpaintdc.h -include/qt2/qpaintdevice.h -include/qt2/qpaintdevicedefs.h -include/qt2/qpaintdevicemetrics.h -include/qt2/qpainter.h -include/qt2/qpalette.h -include/qt2/qpdevmet.h -include/qt2/qpen.h -include/qt2/qpicture.h -include/qt2/qpixmap.h -include/qt2/qpixmapcache.h -include/qt2/qplatinumstyle.h -include/qt2/qpmcache.h -include/qt2/qpngio.h -include/qt2/qpntarry.h -include/qt2/qpoint.h -include/qt2/qpointarray.h -include/qt2/qpolygonscanner.h -include/qt2/qpopmenu.h -include/qt2/qpopupmenu.h -include/qt2/qprintdialog.h -include/qt2/qprinter.h -include/qt2/qprndlg.h -include/qt2/qprogbar.h -include/qt2/qprogdlg.h -include/qt2/qprogressbar.h -include/qt2/qprogressdialog.h -include/qt2/qpsprn.h -include/qt2/qptrdict.h -include/qt2/qpushbt.h -include/qt2/qpushbutton.h -include/qt2/qqueue.h -include/qt2/qradiobt.h -include/qt2/qradiobutton.h -include/qt2/qrangecontrol.h -include/qt2/qrangect.h -include/qt2/qrect.h -include/qt2/qregexp.h -include/qt2/qregion.h -include/qt2/qrtlcodec.h -include/qt2/qscrbar.h -include/qt2/qscrollbar.h -include/qt2/qscrollview.h -include/qt2/qsemimodal.h -include/qt2/qserversocket.h -include/qt2/qsession.h -include/qt2/qsessionmanager.h -include/qt2/qsgistyle.h -include/qt2/qshared.h -include/qt2/qsignal.h -include/qt2/qsignalmapper.h -include/qt2/qsignalslotimp.h -include/qt2/qsimplerichtext.h -include/qt2/qsize.h -include/qt2/qsizegrip.h -include/qt2/qsizepolicy.h -include/qt2/qsjiscodec.h -include/qt2/qslider.h -include/qt2/qsmartptr.h -include/qt2/qsocket.h -include/qt2/qsocketdevice.h -include/qt2/qsocketnotifier.h -include/qt2/qsocknot.h -include/qt2/qsortedlist.h -include/qt2/qsound.h -include/qt2/qspinbox.h -include/qt2/qsplitter.h -include/qt2/qstack.h -include/qt2/qstatusbar.h -include/qt2/qstring.h -include/qt2/qstringlist.h -include/qt2/qstrlist.h -include/qt2/qstrvec.h -include/qt2/qstyle.h -include/qt2/qstylesheet.h -include/qt2/qt.h -include/qt2/qt_x11.h -include/qt2/qtabbar.h -include/qt2/qtabdialog.h -include/qt2/qtabdlg.h -include/qt2/qtable.h -include/qt2/qtableview.h -include/qt2/qtablevw.h -include/qt2/qtabwidget.h -include/qt2/qtextbrowser.h -include/qt2/qtextcodec.h -include/qt2/qtextstream.h -include/qt2/qtextview.h -include/qt2/qthread.h -include/qt2/qtimer.h -include/qt2/qtl.h -include/qt2/qtoolbar.h -include/qt2/qtoolbutton.h -include/qt2/qtooltip.h -include/qt2/qtranslator.h -include/qt2/qtsciicodec.h -include/qt2/qtstream.h -include/qt2/qurl.h -include/qt2/qurlinfo.h -include/qt2/qurloperator.h -include/qt2/qutfcodec.h -include/qt2/qvalidator.h -include/qt2/qvaluelist.h -include/qt2/qvaluestack.h -include/qt2/qvariant.h -include/qt2/qvbox.h -include/qt2/qvbuttongroup.h -include/qt2/qvector.h -include/qt2/qvgroupbox.h -include/qt2/qwhatsthis.h -include/qt2/qwidcoll.h -include/qt2/qwidget.h -include/qt2/qwidgetintdict.h -include/qt2/qwidgetlist.h -include/qt2/qwidgetstack.h -include/qt2/qwindefs.h -include/qt2/qwindow.h -include/qt2/qwindowdefs.h -include/qt2/qwindowsstyle.h -include/qt2/qwizard.h -include/qt2/qwmatrix.h -include/qt2/qworkspace.h -include/qt2/qxml.h -include/qt2/qxt.h -lib/libqt2.so -lib/libqt2.so.4 -lib/libqutil.so -lib/libqutil.so.1 -share/doc/qt2/ANNOUNCE -share/doc/qt2/FAQ -share/doc/qt2/LICENSE.QPL -share/doc/qt2/PORTING -share/doc/qt2/README -share/doc/qt2/README.QT -share/doc/qt2/html/HOWTO-framebuffer.html -share/doc/qt2/html/aboutqt.html -share/doc/qt2/html/abstractwidgets.html -share/doc/qt2/html/accelerators.html -share/doc/qt2/html/aclock-main-cpp.html -share/doc/qt2/html/action-main-cpp.html -share/doc/qt2/html/addressbook-main-cpp.html -share/doc/qt2/html/advanced.html -share/doc/qt2/html/annotated.html -share/doc/qt2/html/appearance.html -share/doc/qt2/html/appicon.html -share/doc/qt2/html/application-main-cpp.html -share/doc/qt2/html/application.html -share/doc/qt2/html/basic.html -share/doc/qt2/html/bearings.png -share/doc/qt2/html/biff-main-cpp.html -share/doc/qt2/html/book.png -share/doc/qt2/html/bughowto.html -share/doc/qt2/html/buttongroup-m.png -share/doc/qt2/html/buttongroup-w.png -share/doc/qt2/html/buttongroups-main-cpp.html -share/doc/qt2/html/buyhowto.html -share/doc/qt2/html/canvas.html -share/doc/qt2/html/casestudy-qws.html -share/doc/qt2/html/changes21.html -share/doc/qt2/html/changes211.html -share/doc/qt2/html/changes22.html -share/doc/qt2/html/charinput-qws.html -share/doc/qt2/html/checklists-main-cpp.html -share/doc/qt2/html/classes.html -share/doc/qt2/html/collection.html -share/doc/qt2/html/commonproblems.html -share/doc/qt2/html/coordsys.html -share/doc/qt2/html/coordsys.png -share/doc/qt2/html/credits.html -share/doc/qt2/html/cursor-cursor-cpp.html -share/doc/qt2/html/customlayout-main-cpp.html -share/doc/qt2/html/customlayout.html -share/doc/qt2/html/datastreamformat.html -share/doc/qt2/html/dclock-main-cpp.html -share/doc/qt2/html/debug.html -share/doc/qt2/html/design.html -share/doc/qt2/html/designer.html -share/doc/qt2/html/designer.png -share/doc/qt2/html/designer/book1.html -share/doc/qt2/html/designer/chap10_1.html -share/doc/qt2/html/designer/chap1_1.html -share/doc/qt2/html/designer/chap2_1.html -share/doc/qt2/html/designer/chap2_2.html -share/doc/qt2/html/designer/chap2_3.html -share/doc/qt2/html/designer/chap2_4.html -share/doc/qt2/html/designer/chap3_1.html -share/doc/qt2/html/designer/chap3_2.html -share/doc/qt2/html/designer/chap3_3.html -share/doc/qt2/html/designer/chap3_4.html -share/doc/qt2/html/designer/chap4_1.html -share/doc/qt2/html/designer/chap4_2.html -share/doc/qt2/html/designer/chap5_1.html -share/doc/qt2/html/designer/chap5_2.html -share/doc/qt2/html/designer/chap5_3.html -share/doc/qt2/html/designer/chap5_4.html -share/doc/qt2/html/designer/chap5_5.html -share/doc/qt2/html/designer/chap5_6.html -share/doc/qt2/html/designer/chap6_1.html -share/doc/qt2/html/designer/chap6_2.html -share/doc/qt2/html/designer/chap6_3.html -share/doc/qt2/html/designer/chap6_4.html -share/doc/qt2/html/designer/chap6_5.html -share/doc/qt2/html/designer/chap6_6.html -share/doc/qt2/html/designer/chap6_7.html -share/doc/qt2/html/designer/chap7_1.html -share/doc/qt2/html/designer/chap7_10.html -share/doc/qt2/html/designer/chap7_11.html -share/doc/qt2/html/designer/chap7_12.html -share/doc/qt2/html/designer/chap7_13.html -share/doc/qt2/html/designer/chap7_14.html -share/doc/qt2/html/designer/chap7_15.html -share/doc/qt2/html/designer/chap7_16.html -share/doc/qt2/html/designer/chap7_2.html -share/doc/qt2/html/designer/chap7_3.html -share/doc/qt2/html/designer/chap7_4.html -share/doc/qt2/html/designer/chap7_5.html -share/doc/qt2/html/designer/chap7_6.html -share/doc/qt2/html/designer/chap7_7.html -share/doc/qt2/html/designer/chap7_8.html -share/doc/qt2/html/designer/chap7_9.html -share/doc/qt2/html/designer/chap8_1.html -share/doc/qt2/html/designer/chap9_1.html -share/doc/qt2/html/designer/chap9_2.html -share/doc/qt2/html/designer/chap9_3.html -share/doc/qt2/html/designer/chap9_4.html -share/doc/qt2/html/designer/chap9_5.html -share/doc/qt2/html/designer/chap9_6.html -share/doc/qt2/html/designer/colophon.html -share/doc/qt2/html/designer/feedback.html -share/doc/qt2/html/designer/figures/aboutdialog.png -share/doc/qt2/html/designer/figures/adjustsize.png -share/doc/qt2/html/designer/figures/breaklayout.png -share/doc/qt2/html/designer/figures/buttongroup.png -share/doc/qt2/html/designer/figures/buttongroupovercheckboxes.png -share/doc/qt2/html/designer/figures/checkbox.png -share/doc/qt2/html/designer/figures/combobox.png -share/doc/qt2/html/designer/figures/connectionedit.png -share/doc/qt2/html/designer/figures/connections.png -share/doc/qt2/html/designer/figures/connectionviewer.png -share/doc/qt2/html/designer/figures/connecttool.png -share/doc/qt2/html/designer/figures/customwidget.png -share/doc/qt2/html/designer/figures/customwidgets.png -share/doc/qt2/html/designer/figures/editcopy.png -share/doc/qt2/html/designer/figures/editcustomwidgets.png -share/doc/qt2/html/designer/figures/editcut.png -share/doc/qt2/html/designer/figures/editdelete.png -share/doc/qt2/html/designer/figures/editgrid.png -share/doc/qt2/html/designer/figures/edithlayout.png -share/doc/qt2/html/designer/figures/editiconview.png -share/doc/qt2/html/designer/figures/editlistbox.png -share/doc/qt2/html/designer/figures/editlistview.png -share/doc/qt2/html/designer/figures/editlower.png -share/doc/qt2/html/designer/figures/editmultiline.png -share/doc/qt2/html/designer/figures/editpaste.png -share/doc/qt2/html/designer/figures/editraise.png -share/doc/qt2/html/designer/figures/editslots.png -share/doc/qt2/html/designer/figures/emptydialog.png -share/doc/qt2/html/designer/figures/f001.png -share/doc/qt2/html/designer/figures/filenew.png -share/doc/qt2/html/designer/figures/filesave.png -share/doc/qt2/html/designer/figures/firstdialog.png -share/doc/qt2/html/designer/figures/form.png -share/doc/qt2/html/designer/figures/formsettings.png -share/doc/qt2/html/designer/figures/fourcheckboxes.png -share/doc/qt2/html/designer/figures/frame.png -share/doc/qt2/html/designer/figures/groupbox.png -share/doc/qt2/html/designer/figures/help.png -share/doc/qt2/html/designer/figures/helpdialog.png -share/doc/qt2/html/designer/figures/home.png -share/doc/qt2/html/designer/figures/iconview.png -share/doc/qt2/html/designer/figures/image.png -share/doc/qt2/html/designer/figures/label.png -share/doc/qt2/html/designer/figures/layout.png -share/doc/qt2/html/designer/figures/layouttutstep1.png -share/doc/qt2/html/designer/figures/layouttutstep10.png -share/doc/qt2/html/designer/figures/layouttutstep11.png -share/doc/qt2/html/designer/figures/layouttutstep2.png -share/doc/qt2/html/designer/figures/layouttutstep3.png -share/doc/qt2/html/designer/figures/layouttutstep4.png -share/doc/qt2/html/designer/figures/layouttutstep5.png -share/doc/qt2/html/designer/figures/layouttutstep6.png -share/doc/qt2/html/designer/figures/layouttutstep7.png -share/doc/qt2/html/designer/figures/layouttutstep9.png -share/doc/qt2/html/designer/figures/lcdnumber.png -share/doc/qt2/html/designer/figures/left.png -share/doc/qt2/html/designer/figures/line.png -share/doc/qt2/html/designer/figures/lineedit.png -share/doc/qt2/html/designer/figures/listbox.png -share/doc/qt2/html/designer/figures/listview.png -share/doc/qt2/html/designer/figures/load.png -share/doc/qt2/html/designer/figures/multilineedit.png -share/doc/qt2/html/designer/figures/newform.png -share/doc/qt2/html/designer/figures/newformdialog.png -share/doc/qt2/html/designer/figures/objecthierarchy.png -share/doc/qt2/html/designer/figures/onecheckbox.png -share/doc/qt2/html/designer/figures/ordertool.png -share/doc/qt2/html/designer/figures/paletteeditor.png -share/doc/qt2/html/designer/figures/pixlabel.png -share/doc/qt2/html/designer/figures/pizza1screenshot.png -share/doc/qt2/html/designer/figures/pointer.png -share/doc/qt2/html/designer/figures/preferences.png -share/doc/qt2/html/designer/figures/print.png -share/doc/qt2/html/designer/figures/progress.png -share/doc/qt2/html/designer/figures/pushbutton.png -share/doc/qt2/html/designer/figures/qtlogo.png -share/doc/qt2/html/designer/figures/radiobutton.png -share/doc/qt2/html/designer/figures/redo.png -share/doc/qt2/html/designer/figures/right.png -share/doc/qt2/html/designer/figures/slider.png -share/doc/qt2/html/designer/figures/slots.png -share/doc/qt2/html/designer/figures/spacer.png -share/doc/qt2/html/designer/figures/spinbox.png -share/doc/qt2/html/designer/figures/startup.png -share/doc/qt2/html/designer/figures/taborderform.png -share/doc/qt2/html/designer/figures/tabwidget.png -share/doc/qt2/html/designer/figures/testmode.png -share/doc/qt2/html/designer/figures/textbrowser.png -share/doc/qt2/html/designer/figures/textview.png -share/doc/qt2/html/designer/figures/title.png -share/doc/qt2/html/designer/figures/toolbutton.png -share/doc/qt2/html/designer/figures/topicchooser.png -share/doc/qt2/html/designer/figures/undo.png -share/doc/qt2/html/designer/figures/vlayout.png -share/doc/qt2/html/designer/figures/whatsthis.png -share/doc/qt2/html/designer/part1index.html -share/doc/qt2/html/designer/part2index.html -share/doc/qt2/html/designer/preface.html -share/doc/qt2/html/desktop-desktop-cpp.html -share/doc/qt2/html/dialogs.html -share/doc/qt2/html/dirview-main-cpp.html -share/doc/qt2/html/dnd.html -share/doc/qt2/html/dochead.png -share/doc/qt2/html/draganddrop.html -share/doc/qt2/html/drawdemo-drawdemo-cpp.html -share/doc/qt2/html/drawing.html -share/doc/qt2/html/drawlines-connect-cpp.html -share/doc/qt2/html/easteregg.html -share/doc/qt2/html/easteregg2.html -share/doc/qt2/html/environment.html -share/doc/qt2/html/eventsandfilters.html -share/doc/qt2/html/examples.html -share/doc/qt2/html/face.png -share/doc/qt2/html/features.html -share/doc/qt2/html/fileiconview-main-cpp.html -share/doc/qt2/html/focus.html -share/doc/qt2/html/fonts-qws.html -share/doc/qt2/html/forever-forever-cpp.html -share/doc/qt2/html/frames.png -share/doc/qt2/html/functions.html -share/doc/qt2/html/geomanagement.html -share/doc/qt2/html/geometry.html -share/doc/qt2/html/geometry.png -share/doc/qt2/html/grapher-grapher-cpp.html -share/doc/qt2/html/gridlayout.png -share/doc/qt2/html/groupbox-m.png -share/doc/qt2/html/groupbox-w.png -share/doc/qt2/html/guibooks.html -share/doc/qt2/html/headers.html -share/doc/qt2/html/hello-main-cpp.html -share/doc/qt2/html/helpsystem.html -share/doc/qt2/html/helpviewer-main-cpp.html -share/doc/qt2/html/hierarchy.html -share/doc/qt2/html/i18n-main-cpp.html -share/doc/qt2/html/i18n.html -share/doc/qt2/html/iconview-main-cpp.html -share/doc/qt2/html/iconview.html -share/doc/qt2/html/imageio.html -share/doc/qt2/html/images.html -share/doc/qt2/html/index.html -share/doc/qt2/html/install-qws.html -share/doc/qt2/html/install-win.html -share/doc/qt2/html/install-x11.html -share/doc/qt2/html/installation.html -share/doc/qt2/html/io.html -share/doc/qt2/html/keyfeatures21.html -share/doc/qt2/html/keyfeatures22.html -share/doc/qt2/html/layout-layout-cpp.html -share/doc/qt2/html/layout.html -share/doc/qt2/html/letter.png -share/doc/qt2/html/license.html -share/doc/qt2/html/licenses.html -share/doc/qt2/html/life-main-cpp.html -share/doc/qt2/html/lineedits-main-cpp.html -share/doc/qt2/html/listbox-main-cpp.html -share/doc/qt2/html/listboxcombo-main-cpp.html -share/doc/qt2/html/listviews-main-cpp.html -share/doc/qt2/html/mailinglists.html -share/doc/qt2/html/mainlyMotif-editor-cpp.html -share/doc/qt2/html/mainlyQt-editor-cpp.html -share/doc/qt2/html/mainlyXt-editor-cpp.html -share/doc/qt2/html/mainwindow-m.png -share/doc/qt2/html/mainwindow-w.png -share/doc/qt2/html/mdi-main-cpp.html -share/doc/qt2/html/menu-menu-cpp.html -share/doc/qt2/html/metaobjects.html -share/doc/qt2/html/misc.html -share/doc/qt2/html/moc.html -share/doc/qt2/html/modules.html -share/doc/qt2/html/movies-main-cpp.html -share/doc/qt2/html/network.html -share/doc/qt2/html/nsplugin.html -share/doc/qt2/html/object.html -share/doc/qt2/html/objectmodel.html -share/doc/qt2/html/objecttrees.html -share/doc/qt2/html/opengl.html -share/doc/qt2/html/organizers.html -share/doc/qt2/html/palette.png -share/doc/qt2/html/picture-picture-cpp.html -share/doc/qt2/html/pictures.html -share/doc/qt2/html/pnglogo.png -share/doc/qt2/html/pointer-qws.html -share/doc/qt2/html/popup-popup-cpp.html -share/doc/qt2/html/porting-qws.html -share/doc/qt2/html/porting.html -share/doc/qt2/html/primes.html -share/doc/qt2/html/progress-progress-cpp.html -share/doc/qt2/html/progressbar-main-cpp.html -share/doc/qt2/html/properties.html -share/doc/qt2/html/qabstractlayout-h.html -share/doc/qt2/html/qaccel-h.html -share/doc/qt2/html/qaccel-members.html -share/doc/qt2/html/qaccel.html -share/doc/qt2/html/qaction-h.html -share/doc/qt2/html/qaction-members.html -share/doc/qt2/html/qaction.html -share/doc/qt2/html/qactiongroup-members.html -share/doc/qt2/html/qactiongroup.html -share/doc/qt2/html/qapplication-h.html -share/doc/qt2/html/qapplication-members.html -share/doc/qt2/html/qapplication.html -share/doc/qt2/html/qarray-h.html -share/doc/qt2/html/qarray-members.html -share/doc/qt2/html/qarray.html -share/doc/qt2/html/qasciicache-h.html -share/doc/qt2/html/qasciicache-members.html -share/doc/qt2/html/qasciicache.html -share/doc/qt2/html/qasciicacheiterator-members.html -share/doc/qt2/html/qasciicacheiterator.html -share/doc/qt2/html/qasciidict-h.html -share/doc/qt2/html/qasciidict-members.html -share/doc/qt2/html/qasciidict.html -share/doc/qt2/html/qasciidictiterator-members.html -share/doc/qt2/html/qasciidictiterator.html -share/doc/qt2/html/qasyncimageio-h.html -share/doc/qt2/html/qasyncio-h.html -share/doc/qt2/html/qasyncio-members.html -share/doc/qt2/html/qasyncio.html -share/doc/qt2/html/qbitarray-h.html -share/doc/qt2/html/qbitarray-members.html -share/doc/qt2/html/qbitarray.html -share/doc/qt2/html/qbitmap-h.html -share/doc/qt2/html/qbitmap-members.html -share/doc/qt2/html/qbitmap.html -share/doc/qt2/html/qbitval-members.html -share/doc/qt2/html/qbitval.html -share/doc/qt2/html/qboxlayout-members.html -share/doc/qt2/html/qboxlayout.html -share/doc/qt2/html/qbrush-h.html -share/doc/qt2/html/qbrush-members.html -share/doc/qt2/html/qbrush.html -share/doc/qt2/html/qbttngrp-m.png -share/doc/qt2/html/qbttngrp-w.png -share/doc/qt2/html/qbuffer-h.html -share/doc/qt2/html/qbuffer-members.html -share/doc/qt2/html/qbuffer.html -share/doc/qt2/html/qbutton-h.html -share/doc/qt2/html/qbutton-members.html -share/doc/qt2/html/qbutton.html -share/doc/qt2/html/qbuttongroup-h.html -share/doc/qt2/html/qbuttongroup-members.html -share/doc/qt2/html/qbuttongroup.html -share/doc/qt2/html/qbytearray-members.html -share/doc/qt2/html/qbytearray.html -share/doc/qt2/html/qcache-h.html -share/doc/qt2/html/qcache-members.html -share/doc/qt2/html/qcache.html -share/doc/qt2/html/qcacheiterator-members.html -share/doc/qt2/html/qcacheiterator.html -share/doc/qt2/html/qcanvas-h.html -share/doc/qt2/html/qcanvas-members.html -share/doc/qt2/html/qcanvas.html -share/doc/qt2/html/qcanvas.png -share/doc/qt2/html/qcanvasellipse-members.html -share/doc/qt2/html/qcanvasellipse.html -share/doc/qt2/html/qcanvasitem-members.html -share/doc/qt2/html/qcanvasitem.html -share/doc/qt2/html/qcanvasline-members.html -share/doc/qt2/html/qcanvasline.html -share/doc/qt2/html/qcanvaspixmap-members.html -share/doc/qt2/html/qcanvaspixmap.html -share/doc/qt2/html/qcanvaspixmaparray-members.html -share/doc/qt2/html/qcanvaspixmaparray.html -share/doc/qt2/html/qcanvaspolygon-members.html -share/doc/qt2/html/qcanvaspolygon.html -share/doc/qt2/html/qcanvaspolygonalitem-members.html -share/doc/qt2/html/qcanvaspolygonalitem.html -share/doc/qt2/html/qcanvasrectangle-members.html -share/doc/qt2/html/qcanvasrectangle.html -share/doc/qt2/html/qcanvassprite-members.html -share/doc/qt2/html/qcanvassprite.html -share/doc/qt2/html/qcanvastext-members.html -share/doc/qt2/html/qcanvastext.html -share/doc/qt2/html/qcanvasview-members.html -share/doc/qt2/html/qcanvasview.html -share/doc/qt2/html/qcdestyle-h.html -share/doc/qt2/html/qcdestyle-members.html -share/doc/qt2/html/qcdestyle.html -share/doc/qt2/html/qchar-members.html -share/doc/qt2/html/qchar.html -share/doc/qt2/html/qcharref-members.html -share/doc/qt2/html/qcharref.html -share/doc/qt2/html/qcheckbox-h.html -share/doc/qt2/html/qcheckbox-m.png -share/doc/qt2/html/qcheckbox-members.html -share/doc/qt2/html/qcheckbox-w.png -share/doc/qt2/html/qcheckbox.html -share/doc/qt2/html/qchecklistitem-members.html -share/doc/qt2/html/qchecklistitem.html -share/doc/qt2/html/qchildevent-members.html -share/doc/qt2/html/qchildevent.html -share/doc/qt2/html/qchkbox-m.png -share/doc/qt2/html/qchkbox-w.png -share/doc/qt2/html/qclassinfo-members.html -share/doc/qt2/html/qclipboard-h.html -share/doc/qt2/html/qclipboard-members.html -share/doc/qt2/html/qclipboard.html -share/doc/qt2/html/qcloseevent-members.html -share/doc/qt2/html/qcloseevent.html -share/doc/qt2/html/qcollection-h.html -share/doc/qt2/html/qcollection-members.html -share/doc/qt2/html/qcollection.html -share/doc/qt2/html/qcolor-h.html -share/doc/qt2/html/qcolor-members.html -share/doc/qt2/html/qcolor.html -share/doc/qt2/html/qcolordialog-h.html -share/doc/qt2/html/qcolordialog-members.html -share/doc/qt2/html/qcolordialog.html -share/doc/qt2/html/qcolordlg-m.png -share/doc/qt2/html/qcolordlg-w.png -share/doc/qt2/html/qcolordrag-members.html -share/doc/qt2/html/qcolordrag.html -share/doc/qt2/html/qcolorgroup-members.html -share/doc/qt2/html/qcolorgroup.html -share/doc/qt2/html/qcombo1-m.png -share/doc/qt2/html/qcombo1-w.png -share/doc/qt2/html/qcombo2-m.png -share/doc/qt2/html/qcombo2-w.png -share/doc/qt2/html/qcombo3-m.png -share/doc/qt2/html/qcombo3-w.png -share/doc/qt2/html/qcombobox-h.html -share/doc/qt2/html/qcombobox-members.html -share/doc/qt2/html/qcombobox.html -share/doc/qt2/html/qcommonstyle-h.html -share/doc/qt2/html/qcommonstyle-members.html -share/doc/qt2/html/qcommonstyle.html -share/doc/qt2/html/qconnection-h.html -share/doc/qt2/html/qconnection-members.html -share/doc/qt2/html/qconnection.html -share/doc/qt2/html/qconststring-members.html -share/doc/qt2/html/qconststring.html -share/doc/qt2/html/qcstring-h.html -share/doc/qt2/html/qcstring-members.html -share/doc/qt2/html/qcstring.html -share/doc/qt2/html/qcursor-h.html -share/doc/qt2/html/qcursor-members.html -share/doc/qt2/html/qcursor.html -share/doc/qt2/html/qcustomevent-members.html -share/doc/qt2/html/qcustomevent.html -share/doc/qt2/html/qcustommenuitem-members.html -share/doc/qt2/html/qcustommenuitem.html -share/doc/qt2/html/qdatapump-members.html -share/doc/qt2/html/qdatapump.html -share/doc/qt2/html/qdatasink-members.html -share/doc/qt2/html/qdatasink.html -share/doc/qt2/html/qdatasource-members.html -share/doc/qt2/html/qdatasource.html -share/doc/qt2/html/qdatastream-h.html -share/doc/qt2/html/qdatastream-members.html -share/doc/qt2/html/qdatastream.html -share/doc/qt2/html/qdate-members.html -share/doc/qt2/html/qdate.html -share/doc/qt2/html/qdatetime-h.html -share/doc/qt2/html/qdatetime-members.html -share/doc/qt2/html/qdatetime.html -share/doc/qt2/html/qdial-h.html -share/doc/qt2/html/qdial-m.png -share/doc/qt2/html/qdial-members.html -share/doc/qt2/html/qdial-w.png -share/doc/qt2/html/qdial.html -share/doc/qt2/html/qdialog-h.html -share/doc/qt2/html/qdialog-members.html -share/doc/qt2/html/qdialog.html -share/doc/qt2/html/qdict-h.html -share/doc/qt2/html/qdict-members.html -share/doc/qt2/html/qdict.html -share/doc/qt2/html/qdictiterator-members.html -share/doc/qt2/html/qdictiterator.html -share/doc/qt2/html/qdir-h.html -share/doc/qt2/html/qdir-members.html -share/doc/qt2/html/qdir.html -share/doc/qt2/html/qdns-h.html -share/doc/qt2/html/qdns-members.html -share/doc/qt2/html/qdns.html -share/doc/qt2/html/qdom-h.html -share/doc/qt2/html/qdomattr-members.html -share/doc/qt2/html/qdomattr.html -share/doc/qt2/html/qdomcdatasection-members.html -share/doc/qt2/html/qdomcdatasection.html -share/doc/qt2/html/qdomcharacterdata-members.html -share/doc/qt2/html/qdomcharacterdata.html -share/doc/qt2/html/qdomcomment-members.html -share/doc/qt2/html/qdomcomment.html -share/doc/qt2/html/qdomdocument-members.html -share/doc/qt2/html/qdomdocument.html -share/doc/qt2/html/qdomdocumentfragment-members.html -share/doc/qt2/html/qdomdocumentfragment.html -share/doc/qt2/html/qdomdocumenttype-members.html -share/doc/qt2/html/qdomdocumenttype.html -share/doc/qt2/html/qdomelement-members.html -share/doc/qt2/html/qdomelement.html -share/doc/qt2/html/qdomentity-members.html -share/doc/qt2/html/qdomentity.html -share/doc/qt2/html/qdomentityreference-members.html -share/doc/qt2/html/qdomentityreference.html -share/doc/qt2/html/qdomimplementation-members.html -share/doc/qt2/html/qdomimplementation.html -share/doc/qt2/html/qdomnamednodemap-members.html -share/doc/qt2/html/qdomnamednodemap.html -share/doc/qt2/html/qdomnode-members.html -share/doc/qt2/html/qdomnode.html -share/doc/qt2/html/qdomnodelist-members.html -share/doc/qt2/html/qdomnodelist.html -share/doc/qt2/html/qdomnotation-members.html -share/doc/qt2/html/qdomnotation.html -share/doc/qt2/html/qdomprocessinginstruction-members.html -share/doc/qt2/html/qdomprocessinginstruction.html -share/doc/qt2/html/qdomtext-members.html -share/doc/qt2/html/qdomtext.html -share/doc/qt2/html/qdoublevalidator-members.html -share/doc/qt2/html/qdoublevalidator.html -share/doc/qt2/html/qdragenterevent-members.html -share/doc/qt2/html/qdragenterevent.html -share/doc/qt2/html/qdragleaveevent-members.html -share/doc/qt2/html/qdragleaveevent.html -share/doc/qt2/html/qdragmoveevent-members.html -share/doc/qt2/html/qdragmoveevent.html -share/doc/qt2/html/qdragobject-h.html -share/doc/qt2/html/qdragobject-members.html -share/doc/qt2/html/qdragobject.html -share/doc/qt2/html/qdrawutil-h.html -share/doc/qt2/html/qdropevent-members.html -share/doc/qt2/html/qdropevent.html -share/doc/qt2/html/qdropsite-h.html -share/doc/qt2/html/qdropsite-members.html -share/doc/qt2/html/qdropsite.html -share/doc/qt2/html/qeucjpcodec-h.html -share/doc/qt2/html/qeucjpcodec-members.html -share/doc/qt2/html/qeucjpcodec.html -share/doc/qt2/html/qeuckrcodec-h.html -share/doc/qt2/html/qeuckrcodec-members.html -share/doc/qt2/html/qeuckrcodec.html -share/doc/qt2/html/qevent-h.html -share/doc/qt2/html/qevent-members.html -share/doc/qt2/html/qevent.html -share/doc/qt2/html/qfd-qfd-cpp.html -share/doc/qt2/html/qfile-h.html -share/doc/qt2/html/qfile-members.html -share/doc/qt2/html/qfile.html -share/doc/qt2/html/qfiledialog-h.html -share/doc/qt2/html/qfiledialog-members.html -share/doc/qt2/html/qfiledialog.html -share/doc/qt2/html/qfiledlg-m.png -share/doc/qt2/html/qfiledlg-w.png -share/doc/qt2/html/qfileiconprovider-members.html -share/doc/qt2/html/qfileiconprovider.html -share/doc/qt2/html/qfileinfo-h.html -share/doc/qt2/html/qfileinfo-members.html -share/doc/qt2/html/qfileinfo.html -share/doc/qt2/html/qfilepreview-members.html -share/doc/qt2/html/qfilepreview.html -share/doc/qt2/html/qfocusdata-h.html -share/doc/qt2/html/qfocusdata-members.html -share/doc/qt2/html/qfocusdata.html -share/doc/qt2/html/qfocusevent-members.html -share/doc/qt2/html/qfocusevent.html -share/doc/qt2/html/qfont-h.html -share/doc/qt2/html/qfont-members.html -share/doc/qt2/html/qfont.html -share/doc/qt2/html/qfontdatabase-h.html -share/doc/qt2/html/qfontdatabase-members.html -share/doc/qt2/html/qfontdatabase.html -share/doc/qt2/html/qfontdialog-h.html -share/doc/qt2/html/qfontdialog-members.html -share/doc/qt2/html/qfontdialog.html -share/doc/qt2/html/qfontdlg-m.png -share/doc/qt2/html/qfontdlg-w.png -share/doc/qt2/html/qfontinfo-h.html -share/doc/qt2/html/qfontinfo-members.html -share/doc/qt2/html/qfontinfo.html -share/doc/qt2/html/qfontmetrics-h.html -share/doc/qt2/html/qfontmetrics-members.html -share/doc/qt2/html/qfontmetrics.html -share/doc/qt2/html/qframe-h.html -share/doc/qt2/html/qframe-members.html -share/doc/qt2/html/qframe.html -share/doc/qt2/html/qftp-h.html -share/doc/qt2/html/qftp-members.html -share/doc/qt2/html/qftp.html -share/doc/qt2/html/qgarray-h.html -share/doc/qt2/html/qgarray-members.html -share/doc/qt2/html/qgarray.html -share/doc/qt2/html/qgbkcodec-h.html -share/doc/qt2/html/qgbkcodec-members.html -share/doc/qt2/html/qgbkcodec.html -share/doc/qt2/html/qgcache-h.html -share/doc/qt2/html/qgcache-members.html -share/doc/qt2/html/qgcache.html -share/doc/qt2/html/qgcacheiterator-members.html -share/doc/qt2/html/qgcacheiterator.html -share/doc/qt2/html/qgdict-h.html -share/doc/qt2/html/qgdict-members.html -share/doc/qt2/html/qgdict.html -share/doc/qt2/html/qgdictiterator-members.html -share/doc/qt2/html/qgdictiterator.html -share/doc/qt2/html/qgl-h.html -share/doc/qt2/html/qgl-members.html -share/doc/qt2/html/qgl.html -share/doc/qt2/html/qglayoutiterator-members.html -share/doc/qt2/html/qglayoutiterator.html -share/doc/qt2/html/qglcontext-members.html -share/doc/qt2/html/qglcontext.html -share/doc/qt2/html/qglformat-members.html -share/doc/qt2/html/qglformat.html -share/doc/qt2/html/qglist-h.html -share/doc/qt2/html/qglist-members.html -share/doc/qt2/html/qglist.html -share/doc/qt2/html/qglistiterator-members.html -share/doc/qt2/html/qglistiterator.html -share/doc/qt2/html/qglobal-h.html -share/doc/qt2/html/qglwidget-members.html -share/doc/qt2/html/qglwidget.html -share/doc/qt2/html/qgrid-h.html -share/doc/qt2/html/qgrid-m.png -share/doc/qt2/html/qgrid-members.html -share/doc/qt2/html/qgrid-w.png -share/doc/qt2/html/qgrid.html -share/doc/qt2/html/qgrid.png -share/doc/qt2/html/qgridlayout-members.html -share/doc/qt2/html/qgridlayout.html -share/doc/qt2/html/qgroupbox-h.html -share/doc/qt2/html/qgroupbox-members.html -share/doc/qt2/html/qgroupbox.html -share/doc/qt2/html/qgrpbox-m.png -share/doc/qt2/html/qgrpbox-w.png -share/doc/qt2/html/qguardedptr-h.html -share/doc/qt2/html/qguardedptr-members.html -share/doc/qt2/html/qguardedptr.html -share/doc/qt2/html/qgvector-h.html -share/doc/qt2/html/qgvector-members.html -share/doc/qt2/html/qgvector.html -share/doc/qt2/html/qhbox-h.html -share/doc/qt2/html/qhbox-m.png -share/doc/qt2/html/qhbox-members.html -share/doc/qt2/html/qhbox-w.png -share/doc/qt2/html/qhbox.html -share/doc/qt2/html/qhbox.png -share/doc/qt2/html/qhboxlayout-members.html -share/doc/qt2/html/qhboxlayout.html -share/doc/qt2/html/qhbuttongroup-h.html -share/doc/qt2/html/qhbuttongroup-members.html -share/doc/qt2/html/qhbuttongroup.html -share/doc/qt2/html/qheader-h.html -share/doc/qt2/html/qheader-m.png -share/doc/qt2/html/qheader-members.html -share/doc/qt2/html/qheader-w.png -share/doc/qt2/html/qheader.html -share/doc/qt2/html/qhgroupbox-h.html -share/doc/qt2/html/qhgroupbox-members.html -share/doc/qt2/html/qhgroupbox.html -share/doc/qt2/html/qhideevent-members.html -share/doc/qt2/html/qhideevent.html -share/doc/qt2/html/qhostaddress-h.html -share/doc/qt2/html/qhostaddress-members.html -share/doc/qt2/html/qhostaddress.html -share/doc/qt2/html/qicondrag-members.html -share/doc/qt2/html/qicondrag.html -share/doc/qt2/html/qicondragitem-members.html -share/doc/qt2/html/qicondragitem.html -share/doc/qt2/html/qiconset-h.html -share/doc/qt2/html/qiconset-members.html -share/doc/qt2/html/qiconset.html -share/doc/qt2/html/qiconview-h.html -share/doc/qt2/html/qiconview-m.png -share/doc/qt2/html/qiconview-members.html -share/doc/qt2/html/qiconview-w.png -share/doc/qt2/html/qiconview.html -share/doc/qt2/html/qiconviewitem-members.html -share/doc/qt2/html/qiconviewitem.html -share/doc/qt2/html/qimage-h.html -share/doc/qt2/html/qimage-members.html -share/doc/qt2/html/qimage.html -share/doc/qt2/html/qimageconsumer-members.html -share/doc/qt2/html/qimageconsumer.html -share/doc/qt2/html/qimagedecoder-members.html -share/doc/qt2/html/qimagedecoder.html -share/doc/qt2/html/qimagedrag-members.html -share/doc/qt2/html/qimagedrag.html -share/doc/qt2/html/qimageformat-members.html -share/doc/qt2/html/qimageformat.html -share/doc/qt2/html/qimageformattype-members.html -share/doc/qt2/html/qimageformattype.html -share/doc/qt2/html/qimageio-members.html -share/doc/qt2/html/qimageio.html -share/doc/qt2/html/qinputdialog-h.html -share/doc/qt2/html/qinputdialog-members.html -share/doc/qt2/html/qinputdialog.html -share/doc/qt2/html/qintcache-h.html -share/doc/qt2/html/qintcache-members.html -share/doc/qt2/html/qintcache.html -share/doc/qt2/html/qintcacheiterator-members.html -share/doc/qt2/html/qintcacheiterator.html -share/doc/qt2/html/qintdict-h.html -share/doc/qt2/html/qintdict-members.html -share/doc/qt2/html/qintdict.html -share/doc/qt2/html/qintdictiterator-members.html -share/doc/qt2/html/qintdictiterator.html -share/doc/qt2/html/qintvalidator-members.html -share/doc/qt2/html/qintvalidator.html -share/doc/qt2/html/qiodevice-h.html -share/doc/qt2/html/qiodevice-members.html -share/doc/qt2/html/qiodevice.html -share/doc/qt2/html/qiodevicesource-members.html -share/doc/qt2/html/qiodevicesource.html -share/doc/qt2/html/qjiscodec-h.html -share/doc/qt2/html/qjiscodec-members.html -share/doc/qt2/html/qjiscodec.html -share/doc/qt2/html/qjpunicode-h.html -share/doc/qt2/html/qjpunicodeconv-members.html -share/doc/qt2/html/qjpunicodeconv.html -share/doc/qt2/html/qkeyevent-members.html -share/doc/qt2/html/qkeyevent.html -share/doc/qt2/html/qlabel-h.html -share/doc/qt2/html/qlabel-m.png -share/doc/qt2/html/qlabel-members.html -share/doc/qt2/html/qlabel-w.png -share/doc/qt2/html/qlabel.html -share/doc/qt2/html/qlayout-h.html -share/doc/qt2/html/qlayout-members.html -share/doc/qt2/html/qlayout.html -share/doc/qt2/html/qlayoutitem-members.html -share/doc/qt2/html/qlayoutitem.html -share/doc/qt2/html/qlayoutiterator-members.html -share/doc/qt2/html/qlayoutiterator.html -share/doc/qt2/html/qlcdnum-m.png -share/doc/qt2/html/qlcdnum-w.png -share/doc/qt2/html/qlcdnumber-h.html -share/doc/qt2/html/qlcdnumber-members.html -share/doc/qt2/html/qlcdnumber.html -share/doc/qt2/html/qlined-m.png -share/doc/qt2/html/qlined-w.png -share/doc/qt2/html/qlineedit-h.html -share/doc/qt2/html/qlineedit-members.html -share/doc/qt2/html/qlineedit.html -share/doc/qt2/html/qlist-h.html -share/doc/qt2/html/qlist-members.html -share/doc/qt2/html/qlist.html -share/doc/qt2/html/qlistbox-h.html -share/doc/qt2/html/qlistbox-m.png -share/doc/qt2/html/qlistbox-members.html -share/doc/qt2/html/qlistbox-w.png -share/doc/qt2/html/qlistbox.html -share/doc/qt2/html/qlistboxitem-members.html -share/doc/qt2/html/qlistboxitem.html -share/doc/qt2/html/qlistboxpixmap-members.html -share/doc/qt2/html/qlistboxpixmap.html -share/doc/qt2/html/qlistboxtext-members.html -share/doc/qt2/html/qlistboxtext.html -share/doc/qt2/html/qlistiterator-members.html -share/doc/qt2/html/qlistiterator.html -share/doc/qt2/html/qlistview-h.html -share/doc/qt2/html/qlistview-m.png -share/doc/qt2/html/qlistview-members.html -share/doc/qt2/html/qlistview-w.png -share/doc/qt2/html/qlistview.html -share/doc/qt2/html/qlistviewitem-members.html -share/doc/qt2/html/qlistviewitem.html -share/doc/qt2/html/qlistviewitemiterator-members.html -share/doc/qt2/html/qlistviewitemiterator.html -share/doc/qt2/html/qlnode-members.html -share/doc/qt2/html/qlnode.html -share/doc/qt2/html/qlocalfs-h.html -share/doc/qt2/html/qlocalfs-members.html -share/doc/qt2/html/qlocalfs.html -share/doc/qt2/html/qmag-qmag-cpp.html -share/doc/qt2/html/qmainwindow-h.html -share/doc/qt2/html/qmainwindow-m.png -share/doc/qt2/html/qmainwindow-members.html -share/doc/qt2/html/qmainwindow-w.png -share/doc/qt2/html/qmainwindow.html -share/doc/qt2/html/qmap-h.html -share/doc/qt2/html/qmap-members.html -share/doc/qt2/html/qmap.html -share/doc/qt2/html/qmapconstiterator-members.html -share/doc/qt2/html/qmapconstiterator.html -share/doc/qt2/html/qmapiterator-members.html -share/doc/qt2/html/qmapiterator.html -share/doc/qt2/html/qmenubar-h.html -share/doc/qt2/html/qmenubar-m.png -share/doc/qt2/html/qmenubar-members.html -share/doc/qt2/html/qmenubar-w.png -share/doc/qt2/html/qmenubar.html -share/doc/qt2/html/qmenudata-h.html -share/doc/qt2/html/qmenudata-members.html -share/doc/qt2/html/qmenudata.html -share/doc/qt2/html/qmessagebox-h.html -share/doc/qt2/html/qmessagebox-members.html -share/doc/qt2/html/qmessagebox.html -share/doc/qt2/html/qmetadata-members.html -share/doc/qt2/html/qmetaobject-h.html -share/doc/qt2/html/qmetaobject-members.html -share/doc/qt2/html/qmetaobject.html -share/doc/qt2/html/qmetaproperty-members.html -share/doc/qt2/html/qmetaproperty.html -share/doc/qt2/html/qmime-h.html -share/doc/qt2/html/qmimesource-members.html -share/doc/qt2/html/qmimesource.html -share/doc/qt2/html/qmimesourcefactory-members.html -share/doc/qt2/html/qmimesourcefactory.html -share/doc/qt2/html/qmlined-m.png -share/doc/qt2/html/qmlined-w.png -share/doc/qt2/html/qmngio-h.html -share/doc/qt2/html/qmotifplusstyle-h.html -share/doc/qt2/html/qmotifplusstyle-members.html -share/doc/qt2/html/qmotifplusstyle.html -share/doc/qt2/html/qmotifstyle-h.html -share/doc/qt2/html/qmotifstyle-members.html -share/doc/qt2/html/qmotifstyle.html -share/doc/qt2/html/qmouseevent-members.html -share/doc/qt2/html/qmouseevent.html -share/doc/qt2/html/qmoveevent-members.html -share/doc/qt2/html/qmoveevent.html -share/doc/qt2/html/qmovie-h.html -share/doc/qt2/html/qmovie-members.html -share/doc/qt2/html/qmovie.html -share/doc/qt2/html/qmovie.png -share/doc/qt2/html/qmsgbox-m.png -share/doc/qt2/html/qmsgbox-w.png -share/doc/qt2/html/qmultilineedit-h.html -share/doc/qt2/html/qmultilineedit-members.html -share/doc/qt2/html/qmultilineedit.html -share/doc/qt2/html/qmutex-members.html -share/doc/qt2/html/qmutex.html -share/doc/qt2/html/qnamespace-h.html -share/doc/qt2/html/qnetworkegg.html -share/doc/qt2/html/qnetworkoperation-members.html -share/doc/qt2/html/qnetworkoperation.html -share/doc/qt2/html/qnetworkprotocol-h.html -share/doc/qt2/html/qnetworkprotocol-members.html -share/doc/qt2/html/qnetworkprotocol.html -share/doc/qt2/html/qnp-h.html -share/doc/qt2/html/qnpinstance-members.html -share/doc/qt2/html/qnpinstance.html -share/doc/qt2/html/qnplugin-members.html -share/doc/qt2/html/qnplugin.html -share/doc/qt2/html/qnpstream-members.html -share/doc/qt2/html/qnpstream.html -share/doc/qt2/html/qnpwidget-members.html -share/doc/qt2/html/qnpwidget.html -share/doc/qt2/html/qobject-h.html -share/doc/qt2/html/qobject-members.html -share/doc/qt2/html/qobject.html -share/doc/qt2/html/qpaintdevice-h.html -share/doc/qt2/html/qpaintdevice-members.html -share/doc/qt2/html/qpaintdevice.html -share/doc/qt2/html/qpaintdevicemetrics-h.html -share/doc/qt2/html/qpaintdevicemetrics-members.html -share/doc/qt2/html/qpaintdevicemetrics.html -share/doc/qt2/html/qpainter-h.html -share/doc/qt2/html/qpainter-members.html -share/doc/qt2/html/qpainter.html -share/doc/qt2/html/qpaintevent-members.html -share/doc/qt2/html/qpaintevent.html -share/doc/qt2/html/qpalette-h.html -share/doc/qt2/html/qpalette-members.html -share/doc/qt2/html/qpalette.html -share/doc/qt2/html/qpen-h.html -share/doc/qt2/html/qpen-members.html -share/doc/qt2/html/qpen.html -share/doc/qt2/html/qpicture-h.html -share/doc/qt2/html/qpicture-members.html -share/doc/qt2/html/qpicture.html -share/doc/qt2/html/qpixmap-h.html -share/doc/qt2/html/qpixmap-members.html -share/doc/qt2/html/qpixmap.html -share/doc/qt2/html/qpixmapcache-h.html -share/doc/qt2/html/qpixmapcache-members.html -share/doc/qt2/html/qpixmapcache.html -share/doc/qt2/html/qplatinumstyle-h.html -share/doc/qt2/html/qplatinumstyle-members.html -share/doc/qt2/html/qplatinumstyle.html -share/doc/qt2/html/qpngimagepacker-members.html -share/doc/qt2/html/qpngimagepacker.html -share/doc/qt2/html/qpngio-h.html -share/doc/qt2/html/qpoint-h.html -share/doc/qt2/html/qpoint-members.html -share/doc/qt2/html/qpoint.html -share/doc/qt2/html/qpointarray-h.html -share/doc/qt2/html/qpointarray-members.html -share/doc/qt2/html/qpointarray.html -share/doc/qt2/html/qpopmenu-fancy.png -share/doc/qt2/html/qpopmenu-m.png -share/doc/qt2/html/qpopmenu-w.png -share/doc/qt2/html/qpopupmenu-h.html -share/doc/qt2/html/qpopupmenu-members.html -share/doc/qt2/html/qpopupmenu.html -share/doc/qt2/html/qprintdialog-h.html -share/doc/qt2/html/qprintdialog-members.html -share/doc/qt2/html/qprintdlg-m.png -share/doc/qt2/html/qprintdlg-w.png -share/doc/qt2/html/qprinter-h.html -share/doc/qt2/html/qprinter-members.html -share/doc/qt2/html/qprinter.html -share/doc/qt2/html/qprogbar-m.png -share/doc/qt2/html/qprogbar-w.png -share/doc/qt2/html/qprogdlg-m.png -share/doc/qt2/html/qprogdlg-w.png -share/doc/qt2/html/qprogressbar-h.html -share/doc/qt2/html/qprogressbar-members.html -share/doc/qt2/html/qprogressbar.html -share/doc/qt2/html/qprogressdialog-h.html -share/doc/qt2/html/qprogressdialog-members.html -share/doc/qt2/html/qprogressdialog.html -share/doc/qt2/html/qptrdict-h.html -share/doc/qt2/html/qptrdict-members.html -share/doc/qt2/html/qptrdict.html -share/doc/qt2/html/qptrdictiterator-members.html -share/doc/qt2/html/qptrdictiterator.html -share/doc/qt2/html/qpushbt-m.png -share/doc/qt2/html/qpushbt-w.png -share/doc/qt2/html/qpushbutton-h.html -share/doc/qt2/html/qpushbutton-members.html -share/doc/qt2/html/qpushbutton.html -share/doc/qt2/html/qqueue-h.html -share/doc/qt2/html/qqueue-members.html -share/doc/qt2/html/qqueue.html -share/doc/qt2/html/qradiobt-m.png -share/doc/qt2/html/qradiobt-w.png -share/doc/qt2/html/qradiobutton-h.html -share/doc/qt2/html/qradiobutton-members.html -share/doc/qt2/html/qradiobutton.html -share/doc/qt2/html/qrangecontrol-h.html -share/doc/qt2/html/qrangecontrol-members.html -share/doc/qt2/html/qrangecontrol.html -share/doc/qt2/html/qrect-h.html -share/doc/qt2/html/qrect-members.html -share/doc/qt2/html/qrect.html -share/doc/qt2/html/qregexp-h.html -share/doc/qt2/html/qregexp-members.html -share/doc/qt2/html/qregexp.html -share/doc/qt2/html/qregion-h.html -share/doc/qt2/html/qregion-members.html -share/doc/qt2/html/qregion.html -share/doc/qt2/html/qresizeevent-members.html -share/doc/qt2/html/qresizeevent.html -share/doc/qt2/html/qscrbar-m.png -share/doc/qt2/html/qscrbar-w.png -share/doc/qt2/html/qscrollbar-h.html -share/doc/qt2/html/qscrollbar-members.html -share/doc/qt2/html/qscrollbar.html -share/doc/qt2/html/qscrollview-cl.png -share/doc/qt2/html/qscrollview-h.html -share/doc/qt2/html/qscrollview-m.png -share/doc/qt2/html/qscrollview-members.html -share/doc/qt2/html/qscrollview-vp.png -share/doc/qt2/html/qscrollview-vp2.png -share/doc/qt2/html/qscrollview-w.png -share/doc/qt2/html/qscrollview.html -share/doc/qt2/html/qsemaphore-members.html -share/doc/qt2/html/qsemaphore.html -share/doc/qt2/html/qsemimodal-h.html -share/doc/qt2/html/qsemimodal-members.html -share/doc/qt2/html/qsemimodal.html -share/doc/qt2/html/qserversocket-h.html -share/doc/qt2/html/qserversocket-members.html -share/doc/qt2/html/qserversocket.html -share/doc/qt2/html/qsessionmanager-h.html -share/doc/qt2/html/qsessionmanager-members.html -share/doc/qt2/html/qsessionmanager.html -share/doc/qt2/html/qsgistyle-h.html -share/doc/qt2/html/qsgistyle-members.html -share/doc/qt2/html/qsgistyle.html -share/doc/qt2/html/qshared-h.html -share/doc/qt2/html/qshared-members.html -share/doc/qt2/html/qshared.html -share/doc/qt2/html/qshowevent-members.html -share/doc/qt2/html/qshowevent.html -share/doc/qt2/html/qsignal-h.html -share/doc/qt2/html/qsignal-members.html -share/doc/qt2/html/qsignal.html -share/doc/qt2/html/qsignalmapper-h.html -share/doc/qt2/html/qsignalmapper-members.html -share/doc/qt2/html/qsignalmapper.html -share/doc/qt2/html/qsimplerichtext-h.html -share/doc/qt2/html/qsimplerichtext-members.html -share/doc/qt2/html/qsimplerichtext.html -share/doc/qt2/html/qsize-h.html -share/doc/qt2/html/qsize-members.html -share/doc/qt2/html/qsize.html -share/doc/qt2/html/qsizegrip-h.html -share/doc/qt2/html/qsizegrip-m.png -share/doc/qt2/html/qsizegrip-members.html -share/doc/qt2/html/qsizegrip-w.png -share/doc/qt2/html/qsizegrip.html -share/doc/qt2/html/qsizepolicy-h.html -share/doc/qt2/html/qsizepolicy-members.html -share/doc/qt2/html/qsizepolicy.html -share/doc/qt2/html/qsjiscodec-h.html -share/doc/qt2/html/qsjiscodec-members.html -share/doc/qt2/html/qsjiscodec.html -share/doc/qt2/html/qslider-h.html -share/doc/qt2/html/qslider-m.png -share/doc/qt2/html/qslider-members.html -share/doc/qt2/html/qslider-w.png -share/doc/qt2/html/qslider.html -share/doc/qt2/html/qsocket-h.html -share/doc/qt2/html/qsocket-members.html -share/doc/qt2/html/qsocket.html -share/doc/qt2/html/qsocketdevice-h.html -share/doc/qt2/html/qsocketdevice-members.html -share/doc/qt2/html/qsocketdevice.html -share/doc/qt2/html/qsocketnotifier-h.html -share/doc/qt2/html/qsocketnotifier-members.html -share/doc/qt2/html/qsocketnotifier.html -share/doc/qt2/html/qsortedlist-h.html -share/doc/qt2/html/qsortedlist-members.html -share/doc/qt2/html/qsortedlist.html -share/doc/qt2/html/qsound-h.html -share/doc/qt2/html/qsound-members.html -share/doc/qt2/html/qsound.html -share/doc/qt2/html/qspaceritem-members.html -share/doc/qt2/html/qspaceritem.html -share/doc/qt2/html/qspinbox-h.html -share/doc/qt2/html/qspinbox-m.png -share/doc/qt2/html/qspinbox-members.html -share/doc/qt2/html/qspinbox-w.png -share/doc/qt2/html/qspinbox.html -share/doc/qt2/html/qspinbox2-m.png -share/doc/qt2/html/qspinbox2-w.png -share/doc/qt2/html/qsplitter-h.html -share/doc/qt2/html/qsplitter-m.png -share/doc/qt2/html/qsplitter-members.html -share/doc/qt2/html/qsplitter-w.png -share/doc/qt2/html/qsplitter.html -share/doc/qt2/html/qstack-h.html -share/doc/qt2/html/qstack-members.html -share/doc/qt2/html/qstack.html -share/doc/qt2/html/qstatusbar-h.html -share/doc/qt2/html/qstatusbar-m.png -share/doc/qt2/html/qstatusbar-members.html -share/doc/qt2/html/qstatusbar-w.png -share/doc/qt2/html/qstatusbar.html -share/doc/qt2/html/qstoreddrag-members.html -share/doc/qt2/html/qstoreddrag.html -share/doc/qt2/html/qstrilist-members.html -share/doc/qt2/html/qstrilist.html -share/doc/qt2/html/qstring-h.html -share/doc/qt2/html/qstring-members.html -share/doc/qt2/html/qstring.html -share/doc/qt2/html/qstringlist-h.html -share/doc/qt2/html/qstringlist-members.html -share/doc/qt2/html/qstringlist.html -share/doc/qt2/html/qstrlist-h.html -share/doc/qt2/html/qstrlist-members.html -share/doc/qt2/html/qstrlist.html -share/doc/qt2/html/qstrlistiterator-members.html -share/doc/qt2/html/qstrlistiterator.html -share/doc/qt2/html/qstyle-h.html -share/doc/qt2/html/qstyle-members.html -share/doc/qt2/html/qstyle.html -share/doc/qt2/html/qstylesheet-h.html -share/doc/qt2/html/qstylesheet-members.html -share/doc/qt2/html/qstylesheet.html -share/doc/qt2/html/qstylesheetitem-members.html -share/doc/qt2/html/qstylesheetitem.html -share/doc/qt2/html/qt-members.html -share/doc/qt2/html/qt.html -share/doc/qt2/html/qtab-members.html -share/doc/qt2/html/qtab.html -share/doc/qt2/html/qtabbar-h.html -share/doc/qt2/html/qtabbar-m.png -share/doc/qt2/html/qtabbar-members.html -share/doc/qt2/html/qtabbar-w.png -share/doc/qt2/html/qtabbar.html -share/doc/qt2/html/qtabdialog-h.html -share/doc/qt2/html/qtabdialog-members.html -share/doc/qt2/html/qtabdialog.html -share/doc/qt2/html/qtabdlg-m.png -share/doc/qt2/html/qtabdlg-w.png -share/doc/qt2/html/qtable-h.html -share/doc/qt2/html/qtable-members.html -share/doc/qt2/html/qtable.html -share/doc/qt2/html/qtable.png -share/doc/qt2/html/qtableitem-members.html -share/doc/qt2/html/qtableitem.html -share/doc/qt2/html/qtableselection-members.html -share/doc/qt2/html/qtableselection.html -share/doc/qt2/html/qtableview-h.html -share/doc/qt2/html/qtableview-members.html -share/doc/qt2/html/qtableview.html -share/doc/qt2/html/qtablevw-m.png -share/doc/qt2/html/qtablevw-w.png -share/doc/qt2/html/qtabwidget-h.html -share/doc/qt2/html/qtabwidget-m.png -share/doc/qt2/html/qtabwidget-members.html -share/doc/qt2/html/qtabwidget-w.png -share/doc/qt2/html/qtabwidget.html -share/doc/qt2/html/qtextbrowser-h.html -share/doc/qt2/html/qtextbrowser-m.png -share/doc/qt2/html/qtextbrowser-members.html -share/doc/qt2/html/qtextbrowser-w.png -share/doc/qt2/html/qtextbrowser.html -share/doc/qt2/html/qtextcodec-h.html -share/doc/qt2/html/qtextcodec-members.html -share/doc/qt2/html/qtextcodec.html -share/doc/qt2/html/qtextdecoder-members.html -share/doc/qt2/html/qtextdecoder.html -share/doc/qt2/html/qtextdrag-members.html -share/doc/qt2/html/qtextdrag.html -share/doc/qt2/html/qtextencoder-members.html -share/doc/qt2/html/qtextencoder.html -share/doc/qt2/html/qtextistream-members.html -share/doc/qt2/html/qtextistream.html -share/doc/qt2/html/qtextostream-members.html -share/doc/qt2/html/qtextostream.html -share/doc/qt2/html/qtextstream-h.html -share/doc/qt2/html/qtextstream-members.html -share/doc/qt2/html/qtextstream.html -share/doc/qt2/html/qtextview-h.html -share/doc/qt2/html/qtextview-members.html -share/doc/qt2/html/qtextview.html -share/doc/qt2/html/qthread-h.html -share/doc/qt2/html/qthread-members.html -share/doc/qt2/html/qthread.html -share/doc/qt2/html/qtimage-qtimage-cpp.html -share/doc/qt2/html/qtime-members.html -share/doc/qt2/html/qtime.html -share/doc/qt2/html/qtimer-h.html -share/doc/qt2/html/qtimer-members.html -share/doc/qt2/html/qtimer.html -share/doc/qt2/html/qtimerevent-members.html -share/doc/qt2/html/qtimerevent.html -share/doc/qt2/html/qtl.html -share/doc/qt2/html/qtlogo.png -share/doc/qt2/html/qtoolbar-h.html -share/doc/qt2/html/qtoolbar-members.html -share/doc/qt2/html/qtoolbar.html -share/doc/qt2/html/qtoolbutton-h.html -share/doc/qt2/html/qtoolbutton-members.html -share/doc/qt2/html/qtoolbutton.html -share/doc/qt2/html/qtooltip-h.html -share/doc/qt2/html/qtooltip-members.html -share/doc/qt2/html/qtooltip.html -share/doc/qt2/html/qtooltipgroup-members.html -share/doc/qt2/html/qtooltipgroup.html -share/doc/qt2/html/qtranslator-h.html -share/doc/qt2/html/qtranslator-members.html -share/doc/qt2/html/qtranslator.html -share/doc/qt2/html/qtranslatormessage-members.html -share/doc/qt2/html/qtranslatormessage.html -share/doc/qt2/html/qtsciicodec-h.html -share/doc/qt2/html/qtsciicodec-members.html -share/doc/qt2/html/qtsciicodec.html -share/doc/qt2/html/quridrag-members.html -share/doc/qt2/html/quridrag.html -share/doc/qt2/html/qurl-h.html -share/doc/qt2/html/qurl-members.html -share/doc/qt2/html/qurl.html -share/doc/qt2/html/qurlinfo-h.html -share/doc/qt2/html/qurlinfo-members.html -share/doc/qt2/html/qurlinfo.html -share/doc/qt2/html/qurloperator-h.html -share/doc/qt2/html/qurloperator-members.html -share/doc/qt2/html/qurloperator.html -share/doc/qt2/html/qvalidator-h.html -share/doc/qt2/html/qvalidator-members.html -share/doc/qt2/html/qvalidator.html -share/doc/qt2/html/qvaluelist-h.html -share/doc/qt2/html/qvaluelist-members.html -share/doc/qt2/html/qvaluelist.html -share/doc/qt2/html/qvaluelistconstiterator-members.html -share/doc/qt2/html/qvaluelistconstiterator.html -share/doc/qt2/html/qvaluelistiterator-members.html -share/doc/qt2/html/qvaluelistiterator.html -share/doc/qt2/html/qvaluestack-h.html -share/doc/qt2/html/qvaluestack-members.html -share/doc/qt2/html/qvaluestack.html -share/doc/qt2/html/qvariant-h.html -share/doc/qt2/html/qvariant-members.html -share/doc/qt2/html/qvariant.html -share/doc/qt2/html/qvbox-h.html -share/doc/qt2/html/qvbox-m.png -share/doc/qt2/html/qvbox-members.html -share/doc/qt2/html/qvbox-w.png -share/doc/qt2/html/qvbox.html -share/doc/qt2/html/qvbox.png -share/doc/qt2/html/qvboxlayout-members.html -share/doc/qt2/html/qvboxlayout.html -share/doc/qt2/html/qvbuttongroup-h.html -share/doc/qt2/html/qvbuttongroup-members.html -share/doc/qt2/html/qvbuttongroup.html -share/doc/qt2/html/qvector-h.html -share/doc/qt2/html/qvector-members.html -share/doc/qt2/html/qvector.html -share/doc/qt2/html/qvfb-qws.html -share/doc/qt2/html/qvgroupbox-h.html -share/doc/qt2/html/qvgroupbox-members.html -share/doc/qt2/html/qvgroupbox.html -share/doc/qt2/html/qwaitcondition-members.html -share/doc/qt2/html/qwaitcondition.html -share/doc/qt2/html/qwerty-main-cpp.html -share/doc/qt2/html/qwhatsthis-h.html -share/doc/qt2/html/qwhatsthis-members.html -share/doc/qt2/html/qwhatsthis.html -share/doc/qt2/html/qwheelevent-members.html -share/doc/qt2/html/qwheelevent.html -share/doc/qt2/html/qwidget-h.html -share/doc/qt2/html/qwidget-members.html -share/doc/qt2/html/qwidget.html -share/doc/qt2/html/qwidgetitem-members.html -share/doc/qt2/html/qwidgetitem.html -share/doc/qt2/html/qwidgetstack-h.html -share/doc/qt2/html/qwidgetstack-members.html -share/doc/qt2/html/qwidgetstack.html -share/doc/qt2/html/qwindowdefs-h.html -share/doc/qt2/html/qwindowsstyle-h.html -share/doc/qt2/html/qwindowsstyle-members.html -share/doc/qt2/html/qwindowsstyle.html -share/doc/qt2/html/qwizard-h.html -share/doc/qt2/html/qwizard-members.html -share/doc/qt2/html/qwizard.html -share/doc/qt2/html/qwmatrix-h.html -share/doc/qt2/html/qwmatrix-members.html -share/doc/qt2/html/qwmatrix.html -share/doc/qt2/html/qworkspace-h.html -share/doc/qt2/html/qworkspace-members.html -share/doc/qt2/html/qworkspace.html -share/doc/qt2/html/qwsdecoration-members.html -share/doc/qt2/html/qwsdecoration.html -share/doc/qt2/html/qwsdisplay_qws-h.html -share/doc/qt2/html/qwsmanager_qws-h.html -share/doc/qt2/html/qxml-h.html -share/doc/qt2/html/qxmlattributes-members.html -share/doc/qt2/html/qxmlattributes.html -share/doc/qt2/html/qxmlcontenthandler-members.html -share/doc/qt2/html/qxmlcontenthandler.html -share/doc/qt2/html/qxmldeclhandler-members.html -share/doc/qt2/html/qxmldeclhandler.html -share/doc/qt2/html/qxmldefaulthandler-members.html -share/doc/qt2/html/qxmldefaulthandler.html -share/doc/qt2/html/qxmldtdhandler-members.html -share/doc/qt2/html/qxmldtdhandler.html -share/doc/qt2/html/qxmlentityresolver-members.html -share/doc/qt2/html/qxmlentityresolver.html -share/doc/qt2/html/qxmlerrorhandler-members.html -share/doc/qt2/html/qxmlerrorhandler.html -share/doc/qt2/html/qxmlinputsource-members.html -share/doc/qt2/html/qxmlinputsource.html -share/doc/qt2/html/qxmllexicalhandler-members.html -share/doc/qt2/html/qxmllexicalhandler.html -share/doc/qt2/html/qxmllocator-members.html -share/doc/qt2/html/qxmllocator.html -share/doc/qt2/html/qxmlnamespacesupport-members.html -share/doc/qt2/html/qxmlnamespacesupport.html -share/doc/qt2/html/qxmlparseexception-members.html -share/doc/qt2/html/qxmlparseexception.html -share/doc/qt2/html/qxmlreader-members.html -share/doc/qt2/html/qxmlreader.html -share/doc/qt2/html/qxmlsimplereader-members.html -share/doc/qt2/html/qxmlsimplereader.html -share/doc/qt2/html/qxt-h.html -share/doc/qt2/html/qxtapplication-members.html -share/doc/qt2/html/qxtapplication.html -share/doc/qt2/html/qxtwidget-members.html -share/doc/qt2/html/qxtwidget.html -share/doc/qt2/html/rangecontrols-main-cpp.html -share/doc/qt2/html/removed20.html -share/doc/qt2/html/richtext-main-cpp.html -share/doc/qt2/html/rintersect.png -share/doc/qt2/html/rot13-rot13-cpp.html -share/doc/qt2/html/rsubtract.png -share/doc/qt2/html/runion.png -share/doc/qt2/html/running-qws.html -share/doc/qt2/html/rxor.png -share/doc/qt2/html/scribble-main-cpp.html -share/doc/qt2/html/scrollview-scrollview-cpp.html -share/doc/qt2/html/session.html -share/doc/qt2/html/session.png -share/doc/qt2/html/shared.html -share/doc/qt2/html/shclass.html -share/doc/qt2/html/showimg-main-cpp.html -share/doc/qt2/html/signalsandslots.html -share/doc/qt2/html/simple-application.html -share/doc/qt2/html/smooth.png -share/doc/qt2/html/splitter-splitter-cpp.html -share/doc/qt2/html/splitter-views-m.png -share/doc/qt2/html/splitter-views-w.png -share/doc/qt2/html/t1.html -share/doc/qt2/html/t1.png -share/doc/qt2/html/t10-cannon-cpp.html -share/doc/qt2/html/t10-cannon-h.html -share/doc/qt2/html/t10-lcdrange-cpp.html -share/doc/qt2/html/t10-lcdrange-h.html -share/doc/qt2/html/t10-main-cpp.html -share/doc/qt2/html/t10-makefile.html -share/doc/qt2/html/t10.html -share/doc/qt2/html/t10.png -share/doc/qt2/html/t11-cannon-cpp.html -share/doc/qt2/html/t11-cannon-h.html -share/doc/qt2/html/t11-lcdrange-cpp.html -share/doc/qt2/html/t11-lcdrange-h.html -share/doc/qt2/html/t11-main-cpp.html -share/doc/qt2/html/t11-makefile.html -share/doc/qt2/html/t11.html -share/doc/qt2/html/t11.png -share/doc/qt2/html/t12-cannon-cpp.html -share/doc/qt2/html/t12-cannon-h.html -share/doc/qt2/html/t12-lcdrange-cpp.html -share/doc/qt2/html/t12-lcdrange-h.html -share/doc/qt2/html/t12-main-cpp.html -share/doc/qt2/html/t12-makefile.html -share/doc/qt2/html/t12.html -share/doc/qt2/html/t12.png -share/doc/qt2/html/t13-cannon-cpp.html -share/doc/qt2/html/t13-cannon-h.html -share/doc/qt2/html/t13-gamebrd-cpp.html -share/doc/qt2/html/t13-gamebrd-h.html -share/doc/qt2/html/t13-lcdrange-cpp.html -share/doc/qt2/html/t13-lcdrange-h.html -share/doc/qt2/html/t13-main-cpp.html -share/doc/qt2/html/t13-makefile.html -share/doc/qt2/html/t13.html -share/doc/qt2/html/t13.png -share/doc/qt2/html/t14-cannon-cpp.html -share/doc/qt2/html/t14-cannon-h.html -share/doc/qt2/html/t14-gamebrd-cpp.html -share/doc/qt2/html/t14-gamebrd-h.html -share/doc/qt2/html/t14-lcdrange-cpp.html -share/doc/qt2/html/t14-lcdrange-h.html -share/doc/qt2/html/t14-main-cpp.html -share/doc/qt2/html/t14-makefile.html -share/doc/qt2/html/t14.html -share/doc/qt2/html/t14.png -share/doc/qt2/html/t2.html -share/doc/qt2/html/t2.png -share/doc/qt2/html/t3.html -share/doc/qt2/html/t3.png -share/doc/qt2/html/t4.html -share/doc/qt2/html/t4.png -share/doc/qt2/html/t5.html -share/doc/qt2/html/t5.png -share/doc/qt2/html/t6.html -share/doc/qt2/html/t6.png -share/doc/qt2/html/t7-lcdrange-cpp.html -share/doc/qt2/html/t7-lcdrange-h.html -share/doc/qt2/html/t7-main-cpp.html -share/doc/qt2/html/t7-makefile.html -share/doc/qt2/html/t7.html -share/doc/qt2/html/t7.png -share/doc/qt2/html/t8-cannon-cpp.html -share/doc/qt2/html/t8-cannon-h.html -share/doc/qt2/html/t8-lcdrange-cpp.html -share/doc/qt2/html/t8-lcdrange-h.html -share/doc/qt2/html/t8-main-cpp.html -share/doc/qt2/html/t8-makefile.html -share/doc/qt2/html/t8.html -share/doc/qt2/html/t8.png -share/doc/qt2/html/t9-cannon-cpp.html -share/doc/qt2/html/t9-cannon-h.html -share/doc/qt2/html/t9-lcdrange-cpp.html -share/doc/qt2/html/t9-lcdrange-h.html -share/doc/qt2/html/t9-main-cpp.html -share/doc/qt2/html/t9-makefile.html -share/doc/qt2/html/t9.html -share/doc/qt2/html/t9.png -share/doc/qt2/html/t9_1.png -share/doc/qt2/html/t9_2.png -share/doc/qt2/html/tabdialog-main-cpp.html -share/doc/qt2/html/table.html -share/doc/qt2/html/test.png -share/doc/qt2/html/tetrix-tetrix-cpp.html -share/doc/qt2/html/themes-main-cpp.html -share/doc/qt2/html/threads.html -share/doc/qt2/html/tictac-main-cpp.html -share/doc/qt2/html/time.html -share/doc/qt2/html/timers.html -share/doc/qt2/html/tools.html -share/doc/qt2/html/tooltip-main-cpp.html -share/doc/qt2/html/topicals.html -share/doc/qt2/html/trivial-trivial-cpp.html -share/doc/qt2/html/troll.html -share/doc/qt2/html/tutorial.html -share/doc/qt2/html/tutorial.png -share/doc/qt2/html/unicode.html -share/doc/qt2/html/unsmooth.png -share/doc/qt2/html/validator-main-cpp.html -share/doc/qt2/html/whatsthis.png -share/doc/qt2/html/winsystem.html -share/doc/qt2/html/wizard-main-cpp.html -share/doc/qt2/html/workspace.html -share/doc/qt2/html/xform-xform-cpp.html -share/doc/qt2/html/xml-sax.html -share/doc/qt2/html/xml.html -share/doc/qt2/html/xt.html -share/doc/qt2/html/y2k.html -@dirrm share/doc/qt2/html/designer/stylesheet-images -@dirrm share/doc/qt2/html/designer/figures -@dirrm share/doc/qt2/html/designer -@dirrm share/doc/qt2/html -@dirrm share/doc/qt2 -@dirrm include/qt2 diff --git a/x11-toolkits/rep-gtk2/Makefile b/x11-toolkits/rep-gtk2/Makefile deleted file mode 100644 index 37ad8db90f82..000000000000 --- a/x11-toolkits/rep-gtk2/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: rep-gtk -# Date created: 06 October 1999 -# Whom: Yukihiro Nakai <nakai@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= rep-gtk -PORTVERSION= 0.14 -PORTREVISION= 1 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= sobomax@FreeBSD.org - -LIB_DEPENDS= rep.10:${PORTSDIR}/lang/librep - -PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL} - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GTK= yes -WANT_GNOME= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -.if defined(HAVE_GNOME) -LIB_DEPENDS+= glade.4:${PORTSDIR}/devel/libglade \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf -USE_GNOMELIBS= yes -CONFIGURE_ARGS= --with-gnome --with-libglade --with-gdk-pixbuf \ - --with-gnome-canvas-pixbuf -.else -CONFIGURE_ARGS= --without-libglade --without-gnome --without-gdk-pixbuf \ - --without-gnome-canvas-pixbuf -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/rep-gtk2/distinfo b/x11-toolkits/rep-gtk2/distinfo deleted file mode 100644 index ab69890bec53..000000000000 --- a/x11-toolkits/rep-gtk2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (rep-gtk-0.14.tar.gz) = ea1eb8f3128177b2df0cf06ba594aae4 diff --git a/x11-toolkits/rep-gtk2/pkg-comment b/x11-toolkits/rep-gtk2/pkg-comment deleted file mode 100644 index a787e921609a..000000000000 --- a/x11-toolkits/rep-gtk2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GTK+ binding for rep Lisp interpreter diff --git a/x11-toolkits/rep-gtk2/pkg-descr b/x11-toolkits/rep-gtk2/pkg-descr deleted file mode 100644 index dbf830465677..000000000000 --- a/x11-toolkits/rep-gtk2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -GTK+ binding for rep Lisp interpreter - -WWW: http://rep-gtk.sourceforge.net/ diff --git a/x11-toolkits/rep-gtk2/pkg-plist b/x11-toolkits/rep-gtk2/pkg-plist deleted file mode 100644 index 4ae4e3e25f02..000000000000 --- a/x11-toolkits/rep-gtk2/pkg-plist +++ /dev/null @@ -1,43 +0,0 @@ -%%GNOME:%%libexec/rep/%%GNUHOST%%/gdk-pixbuf.la -%%GNOME:%%libexec/rep/%%GNUHOST%%/gdk-pixbuf.so -%%GNOME:%%libexec/rep/%%GNUHOST%%/gnome-canvas.la -%%GNOME:%%libexec/rep/%%GNUHOST%%/gnome-canvas.so -%%GNOME:%%libexec/rep/%%GNUHOST%%/gnome-canvas-pixbuf.la -%%GNOME:%%libexec/rep/%%GNUHOST%%/gnome-canvas-pixbuf.so -%%GNOME:%%libexec/rep/%%GNUHOST%%/gnomelib.la -%%GNOME:%%libexec/rep/%%GNUHOST%%/gnomelib.so -%%GNOME:%%libexec/rep/%%GNUHOST%%/gnomeui.la -%%GNOME:%%libexec/rep/%%GNUHOST%%/gnomeui.so -libexec/rep/%%GNUHOST%%/gtk.la -libexec/rep/%%GNUHOST%%/gtk.so -%%GNOME:%%libexec/rep/%%GNUHOST%%/gui/gnome.la -%%GNOME:%%libexec/rep/%%GNUHOST%%/gui/gnome.so -%%GNOME:%%libexec/rep/%%GNUHOST%%/gui/gnome/canvas-pixbuf.la -%%GNOME:%%libexec/rep/%%GNUHOST%%/gui/gnome/canvas-pixbuf.so -%%GNOME:%%libexec/rep/%%GNUHOST%%/gui/gnome/canvas.la -%%GNOME:%%libexec/rep/%%GNUHOST%%/gui/gnome/canvas.so -%%GNOME:%%libexec/rep/%%GNUHOST%%/gui/gnome/lib.la -%%GNOME:%%libexec/rep/%%GNUHOST%%/gui/gnome/lib.so -%%GNOME:%%libexec/rep/%%GNUHOST%%/gui/gnome/libglade.la -%%GNOME:%%libexec/rep/%%GNUHOST%%/gui/gnome/libglade.so -%%GNOME:%%libexec/rep/%%GNUHOST%%/gui/gnome/ui.la -%%GNOME:%%libexec/rep/%%GNUHOST%%/gui/gnome/ui.so -libexec/rep/%%GNUHOST%%/gui/gtk.la -libexec/rep/%%GNUHOST%%/gui/gtk.so -%%GNOME:%%libexec/rep/%%GNUHOST%%/gui/gtk/gdk-pixbuf.la -%%GNOME:%%libexec/rep/%%GNUHOST%%/gui/gtk/gdk-pixbuf.so -libexec/rep/%%GNUHOST%%/gui/gtk/gtk.la -libexec/rep/%%GNUHOST%%/gui/gtk/gtk.so -%%GNOME:%%libexec/rep/%%GNUHOST%%/gui/gtk/libglade.la -%%GNOME:%%libexec/rep/%%GNUHOST%%/gui/gtk/libglade.so -libexec/rep/%%GNUHOST%%/gui/gtk/types.la -libexec/rep/%%GNUHOST%%/gui/gtk/types.so -%%GNOME:%%libexec/rep/%%GNUHOST%%/libglade-gnome.la -%%GNOME:%%libexec/rep/%%GNUHOST%%/libglade-gnome.so -%%GNOME:%%libexec/rep/%%GNUHOST%%/libglade.la -%%GNOME:%%libexec/rep/%%GNUHOST%%/libglade.so -libexec/rep/%%GNUHOST%%/sgtk-types.la -libexec/rep/%%GNUHOST%%/sgtk-types.so -@dirrm libexec/rep/%%GNUHOST%%/gui/gnome -@dirrm libexec/rep/%%GNUHOST%%/gui/gtk -@dirrm libexec/rep/%%GNUHOST%%/gui diff --git a/x11-toolkits/ruby-gtk2/Makefile b/x11-toolkits/ruby-gtk2/Makefile deleted file mode 100644 index 6d058af5a6b4..000000000000 --- a/x11-toolkits/ruby-gtk2/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# New ports collection makefile for: ruby-gtk -# Date created: 19 April 1999 -# Whom: Yasuhiro Fukuma <yasuf@big.or.jp> -# -# $FreeBSD$ -# - -PORTNAME= gtk -PORTVERSION= 0.23 -CATEGORIES= x11-toolkits ruby -MASTER_SITES= http://www.ruby-lang.org/gtk/download/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= yasuf@bsdclub.org - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes -USE_XLIB= yes -USE_GTK= yes -WANT_IMLIB= yes - -CONFIGURE_ARGS= ${CONFIG_CMD} -INSTALL_TARGET= site-install - -.include <bsd.port.pre.mk> - -.if defined(HAVE_IMLIB) -USE_IMLIB= yes -PLIST_SUB+= IMLIB:="" -CONFIG_CMD= ${IMLIB_CONFIG} -.else -PLIST_SUB+= IMLIB:="@comment " -CONFIG_CMD= ${GTK_CONFIG} -.endif - -post-configure: - ${PERL} -i -pe 's/\binstall\b/site-install/g' ${WRKSRC}/Makefile - -post-install: - ${INSTALL_DATA} ${WRKSRC}/lib/*.rb ${RUBY_SITELIBDIR} -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_EXAMPLESDIR}/gtk - ${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${RUBY_EXAMPLESDIR}/gtk - ${MKDIR} ${RUBY_EXAMPLESDIR}/gtk/browser - ${INSTALL_DATA} ${WRKSRC}/doc/*.rb ${RUBY_EXAMPLESDIR}/gtk/browser -.if defined(HAVE_IMLIB) - ${MKDIR} ${RUBY_EXAMPLESDIR}/gtk/gdkimlib - ${INSTALL_DATA} ${WRKSRC}/sample/gdkimlib/*.rb ${RUBY_EXAMPLESDIR}/gtk/gdkimlib -.endif - ${MKDIR} ${RUBY_DOCDIR}/gtk/ja - ${INSTALL_DATA} ${WRKSRC}/doc/api/* ${RUBY_DOCDIR}/gtk - ${INSTALL_DATA} ${WRKSRC}/doc/api-ja/* ${RUBY_DOCDIR}/gtk/ja -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/ruby-gtk2/distinfo b/x11-toolkits/ruby-gtk2/distinfo deleted file mode 100644 index 6c67a9d38070..000000000000 --- a/x11-toolkits/ruby-gtk2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ruby/ruby-gtk-0.23.tar.gz) = 054100d5651024af90b36cb8c2401982 diff --git a/x11-toolkits/ruby-gtk2/pkg-comment b/x11-toolkits/ruby-gtk2/pkg-comment deleted file mode 100644 index 779fba338a5d..000000000000 --- a/x11-toolkits/ruby-gtk2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Ruby interface to Gtk+ toolkits diff --git a/x11-toolkits/ruby-gtk2/pkg-descr b/x11-toolkits/ruby-gtk2/pkg-descr deleted file mode 100644 index b8e22fef3f47..000000000000 --- a/x11-toolkits/ruby-gtk2/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Ruby extension module to use Gtk+. - -Author: Hiroshi Igarashi <igarashi@ueda.info.waseda.ac.jp> -WWW: http://www.ruby-lang.org/gtk/ - -- Yasuhiro Fukuma -yasuf@bsdclub.org diff --git a/x11-toolkits/ruby-gtk2/pkg-plist b/x11-toolkits/ruby-gtk2/pkg-plist deleted file mode 100644 index 29bad1241393..000000000000 --- a/x11-toolkits/ruby-gtk2/pkg-plist +++ /dev/null @@ -1,124 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/gtk.so -%%RUBY_SITELIBDIR%%/gtkcompat.rb -%%RUBY_EXAMPLESDIR%%/gtk/calendar.rb -%%RUBY_EXAMPLESDIR%%/gtk/drawing.rb -%%RUBY_EXAMPLESDIR%%/gtk/helloworld.rb -%%RUBY_EXAMPLESDIR%%/gtk/testim.rb -%%RUBY_EXAMPLESDIR%%/gtk/text.rb -%%RUBY_EXAMPLESDIR%%/gtk/texthook.rb -%%RUBY_EXAMPLESDIR%%/gtk/browser/gtkbrows.rb -%%RUBY_EXAMPLESDIR%%/gtk/browser/rbbr_gtk.rb -%%RUBY_EXAMPLESDIR%%/gtk/browser/rbbr_rb.rb -%%RUBY_EXAMPLESDIR%%/gtk/browser/rbdump.rb -@dirrm %%RUBY_EXAMPLESDIR%%/gtk/browser -%%IMLIB:%%%%RUBY_EXAMPLESDIR%%/gtk/gdkimlib/sample1.rb -%%IMLIB:%%%%RUBY_EXAMPLESDIR%%/gtk/gdkimlib/sample2.rb -%%IMLIB:%%%%RUBY_EXAMPLESDIR%%/gtk/gdkimlib/sample3.rb -%%IMLIB:%%%%RUBY_EXAMPLESDIR%%/gtk/gdkimlib/sample4.rb -%%IMLIB:%%%%RUBY_EXAMPLESDIR%%/gtk/gdkimlib/sample5.rb -%%IMLIB:%%@dirrm %%RUBY_EXAMPLESDIR%%/gtk/gdkimlib -@dirrm %%RUBY_EXAMPLESDIR%%/gtk -%%RUBY_DOCDIR%%/gtk/Gdk.html -%%RUBY_DOCDIR%%/gtk/GdkImlib.html -%%RUBY_DOCDIR%%/gtk/GdkImlib__Image.html -%%RUBY_DOCDIR%%/gtk/Gdk__Color.html -%%RUBY_DOCDIR%%/gtk/Gdk__Colormap.html -%%RUBY_DOCDIR%%/gtk/Gdk__Drawable.html -%%RUBY_DOCDIR%%/gtk/Gdk__Font.html -%%RUBY_DOCDIR%%/gtk/Gdk__GC.html -%%RUBY_DOCDIR%%/gtk/Gdk__IC.html -%%RUBY_DOCDIR%%/gtk/Gdk__ICAttr.html -%%RUBY_DOCDIR%%/gtk/Gdk__IM.html -%%RUBY_DOCDIR%%/gtk/Gdk__Image.html -%%RUBY_DOCDIR%%/gtk/Gdk__Point.html -%%RUBY_DOCDIR%%/gtk/Gdk__Rectangle.html -%%RUBY_DOCDIR%%/gtk/Gdk__Region.html -%%RUBY_DOCDIR%%/gtk/Gdk__Window.html -%%RUBY_DOCDIR%%/gtk/Gtk.html -%%RUBY_DOCDIR%%/gtk/GtkExt__Canvas.html -%%RUBY_DOCDIR%%/gtk/Gtk__AccelGroup.html -%%RUBY_DOCDIR%%/gtk/Gtk__Bin.html -%%RUBY_DOCDIR%%/gtk/Gtk__Box.html -%%RUBY_DOCDIR%%/gtk/Gtk__Button.html -%%RUBY_DOCDIR%%/gtk/Gtk__CList.html -%%RUBY_DOCDIR%%/gtk/Gtk__CTree.html -%%RUBY_DOCDIR%%/gtk/Gtk__Calendar.html -%%RUBY_DOCDIR%%/gtk/Gtk__CheckMenuItem.html -%%RUBY_DOCDIR%%/gtk/Gtk__ColorSelection.html -%%RUBY_DOCDIR%%/gtk/Gtk__ColorSelectionDialog.html -%%RUBY_DOCDIR%%/gtk/Gtk__Container.html -%%RUBY_DOCDIR%%/gtk/Gtk__Curve.html -%%RUBY_DOCDIR%%/gtk/Gtk__DrawingArea.html -%%RUBY_DOCDIR%%/gtk/Gtk__Editable.html -%%RUBY_DOCDIR%%/gtk/Gtk__FileSelection.html -%%RUBY_DOCDIR%%/gtk/Gtk__HBox.html -%%RUBY_DOCDIR%%/gtk/Gtk__ItemFactory.html -%%RUBY_DOCDIR%%/gtk/Gtk__Label.html -%%RUBY_DOCDIR%%/gtk/Gtk__Layout.html -%%RUBY_DOCDIR%%/gtk/Gtk__Notebook.html -%%RUBY_DOCDIR%%/gtk/Gtk__Object.html -%%RUBY_DOCDIR%%/gtk/Gtk__Progress.html -%%RUBY_DOCDIR%%/gtk/Gtk__ProgressBar.html -%%RUBY_DOCDIR%%/gtk/Gtk__ScrolledWindow.html -%%RUBY_DOCDIR%%/gtk/Gtk__TearoffMenuItem.html -%%RUBY_DOCDIR%%/gtk/Gtk__TipsQuery.html -%%RUBY_DOCDIR%%/gtk/Gtk__Toolbar.html -%%RUBY_DOCDIR%%/gtk/Gtk__Tree.html -%%RUBY_DOCDIR%%/gtk/Gtk__VBox.html -%%RUBY_DOCDIR%%/gtk/Gtk__Widget.html -%%RUBY_DOCDIR%%/gtk/Gtk__Window.html -%%RUBY_DOCDIR%%/gtk/gtk-index.html -%%RUBY_DOCDIR%%/gtk/rubyapi.css -%%RUBY_DOCDIR%%/gtk/ja/Gdk.html -%%RUBY_DOCDIR%%/gtk/ja/GdkImlib.html -%%RUBY_DOCDIR%%/gtk/ja/GdkImlib__Image.html -%%RUBY_DOCDIR%%/gtk/ja/Gdk__Color.html -%%RUBY_DOCDIR%%/gtk/ja/Gdk__Colormap.html -%%RUBY_DOCDIR%%/gtk/ja/Gdk__Drawable.html -%%RUBY_DOCDIR%%/gtk/ja/Gdk__Font.html -%%RUBY_DOCDIR%%/gtk/ja/Gdk__GC.html -%%RUBY_DOCDIR%%/gtk/ja/Gdk__IC.html -%%RUBY_DOCDIR%%/gtk/ja/Gdk__ICAttr.html -%%RUBY_DOCDIR%%/gtk/ja/Gdk__IM.html -%%RUBY_DOCDIR%%/gtk/ja/Gdk__Image.html -%%RUBY_DOCDIR%%/gtk/ja/Gdk__Point.html -%%RUBY_DOCDIR%%/gtk/ja/Gdk__Rectangle.html -%%RUBY_DOCDIR%%/gtk/ja/Gdk__Region.html -%%RUBY_DOCDIR%%/gtk/ja/Gdk__Window.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk.html -%%RUBY_DOCDIR%%/gtk/ja/GtkExt__Canvas.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__AccelGroup.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__Bin.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__Box.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__Button.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__CList.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__CTree.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__Calendar.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__CheckMenuItem.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__ColorSelection.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__ColorSelectionDialog.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__Container.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__Curve.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__DrawingArea.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__Editable.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__FileSelection.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__HBox.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__ItemFactory.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__Label.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__Layout.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__Notebook.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__Object.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__Progress.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__ProgressBar.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__ScrolledWindow.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__TearoffMenuItem.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__TipsQuery.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__Toolbar.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__Tree.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__VBox.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__Widget.html -%%RUBY_DOCDIR%%/gtk/ja/Gtk__Window.html -%%RUBY_DOCDIR%%/gtk/ja/gtk-index.html -%%RUBY_DOCDIR%%/gtk/ja/rubyapi.css -@dirrm %%RUBY_DOCDIR%%/gtk/ja -@dirrm %%RUBY_DOCDIR%%/gtk diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile deleted file mode 100644 index e71b6d952749..000000000000 --- a/x11-toolkits/tk84/Makefile +++ /dev/null @@ -1,325 +0,0 @@ -# New ports collection makefile for: tk -# Date created: 19 August 1997 -# Whom: jkh -# -# $FreeBSD$ -# - -PORTNAME= tk -PORTVERSION= 8.3.1 -CATEGORIES= x11-toolkits tk83 -MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/packages-8.0/devel/ \ - http://www.neosoft.com/tcl/ftparchive/sorted/packages-8.0/devel/ -DISTNAME= ${PORTNAME}${PORTVERSION}plus - -MAINTAINER= jseger@FreeBSD.org - -LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 - -USE_XLIB= yes -INSTALLS_SHLIB= yes -WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/unix -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-shared --with-tcl=${PREFIX}/lib/tcl8.3 -CONFIGURE_ENV= PORTSDIR=${PORTSDIR} TK_LIB_FILE=libtk83.so.1 -MAKE_ENV= SHORT_TK_VER=83 -PKGINSTALL= ${PKGDIR}/pkg-install.wish -PKGDEINSTALL= ${PKGDIR}/pkg-deinstall.wish - -PLIST_SUB= TK_VER=8.3 SHORT_TK_VER=83 - -MANCOMPRESSED= no - -MAN1= wish.1 -MAN3= 3DBorder.3 AddOption.3 BindTable.3 CanvPsY.3 CanvTkwin.3 \ - CanvTxtInfo.3 Clipboard.3 ClrSelect.3 ConfigWidg.3 ConfigWind.3 \ - CoordToWin.3 CrtErrHdlr.3 CrtGenHdlr.3 CrtImgType.3 CrtItemType.3 \ - CrtPhImgFmt.3 CrtSelHdlr.3 CrtWindow.3 DeleteImg.3 DrawFocHlt.3 \ - EventHndlr.3 FindPhoto.3 FontId.3 FreeXId.3 GeomReq.3 GetAnchor.3 \ - GetBitmap.3 GetCapStyl.3 GetClrmap.3 GetColor.3 GetCursor.3 GetDash.3 \ - GetFont.3 GetGC.3 GetHINSTANCE.3 GetHWND.3 GetImage.3 GetJoinStl.3 \ - GetJustify.3 GetOption.3 GetPixels.3 GetPixmap.3 GetRelief.3 \ - GetRootCrd.3 GetScroll.3 GetSelect.3 GetUid.3 GetVRoot.3 GetVisual.3 \ - Grab.3 HWNDToWindow.3 HandleEvent.3 IdToWindow.3 ImgChanged.3 \ - InternAtom.3 MainLoop.3 MainWin.3 MaintGeom.3 ManageGeom.3 \ - MapWindow.3 MeasureChar.3 MoveToplev.3 Name.3 NameOfImg.3 OwnSelect.3 \ - ParseArgv.3 QWinEvent.3 Restack.3 RestrictEv.3 SetAppName.3 \ - SetClass.3 SetGrid.3 SetOptions.3 SetVisual.3 StrictMotif.3 \ - TextLayout.3 Tk_Init.3 Tk_Main.3 TkInitStubs.3 WindowId.3 -MANN= bell.n bind.n bindtags.n bitmap.n button.n canvas.n checkbutton.n \ - chooseColor.n chooseDirectory.n clipboard.n destroy.n dialog.n entry.n\ - event.n focus.n focusNext.n font.n frame.n getOpenFile.n grab.n grid.n\ - image.n label.n listbox.n loadTk.n lower.n menu.n menubar.n \ - menubutton.n message.n messageBox.n option.n optionMenu.n options.n \ - pack-old.n pack.n palette.n photo.n place.n popup.n radiobutton.n \ - raise.n scale.n scrollbar.n selection.n send.n text.n tk.n tkerror.n \ - tkvars.n tkwait.n toplevel.n winfo.n wm.n - -# MLINKS generated via awk '/ln/ {print "\t" $2,$3,"\\"}' unix/mkLinks -MLINKS= 3DBorder.3 Tk_Alloc3DBorderFromObj.3 \ - 3DBorder.3 Tk_Get3DBorder.3 \ - 3DBorder.3 Tk_Get3DBorderFromObj.3 \ - 3DBorder.3 Tk_Draw3DRectangle.3 \ - 3DBorder.3 Tk_Fill3DRectangle.3 \ - 3DBorder.3 Tk_Draw3DPolygon.3 \ - 3DBorder.3 Tk_Fill3DPolygon.3 \ - 3DBorder.3 Tk_3DVerticalBevel.3 \ - 3DBorder.3 Tk_3DHorizontalBevel.3 \ - 3DBorder.3 Tk_SetBackgroundFromBorder.3 \ - 3DBorder.3 Tk_NameOf3DBorder.3 \ - 3DBorder.3 Tk_3DBorderColor.3 \ - 3DBorder.3 Tk_3DBorderGC.3 \ - 3DBorder.3 Tk_Free3DBorderFromObj.3 \ - 3DBorder.3 Tk_Free3DBorder.3 \ - AddOption.3 Tk_AddOption.3 \ - BindTable.3 Tk_CreateBindingTable.3 \ - BindTable.3 Tk_DeleteBindingTable.3 \ - BindTable.3 Tk_CreateBinding.3 \ - BindTable.3 Tk_DeleteBinding.3 \ - BindTable.3 Tk_GetBinding.3 \ - BindTable.3 Tk_GetAllBindings.3 \ - BindTable.3 Tk_DeleteAllBindings.3 \ - BindTable.3 Tk_BindEvent.3 \ - CanvPsY.3 Tk_CanvasPsY.3 \ - CanvPsY.3 Tk_CanvasPsBitmap.3 \ - CanvPsY.3 Tk_CanvasPsColor.3 \ - CanvPsY.3 Tk_CanvasPsFont.3 \ - CanvPsY.3 Tk_CanvasPsPath.3 \ - CanvPsY.3 Tk_CanvasPsStipple.3 \ - CanvTkwin.3 Tk_CanvasTkwin.3 \ - CanvTkwin.3 Tk_CanvasGetCoord.3 \ - CanvTkwin.3 Tk_CanvasDrawableCoords.3 \ - CanvTkwin.3 Tk_CanvasSetStippleOrigin.3 \ - CanvTkwin.3 Tk_CanvasWindowCoords.3 \ - CanvTkwin.3 Tk_CanvasEventuallyRedraw.3 \ - CanvTkwin.3 Tk_CanvasTagsOption.3 \ - CanvTxtInfo.3 Tk_CanvasTextInfo.3 \ - Clipboard.3 Tk_ClipboardClear.3 \ - Clipboard.3 Tk_ClipboardAppend.3 \ - ClrSelect.3 Tk_ClearSelection.3 \ - ConfigWidg.3 Tk_ConfigureWidget.3 \ - ConfigWidg.3 Tk_Offset.3 \ - ConfigWidg.3 Tk_ConfigureInfo.3 \ - ConfigWidg.3 Tk_ConfigureValue.3 \ - ConfigWidg.3 Tk_FreeOptions.3 \ - ConfigWind.3 Tk_ConfigureWindow.3 \ - ConfigWind.3 Tk_MoveWindow.3 \ - ConfigWind.3 Tk_ResizeWindow.3 \ - ConfigWind.3 Tk_MoveResizeWindow.3 \ - ConfigWind.3 Tk_SetWindowBorderWidth.3 \ - ConfigWind.3 Tk_ChangeWindowAttributes.3 \ - ConfigWind.3 Tk_SetWindowBackground.3 \ - ConfigWind.3 Tk_SetWindowBackgroundPixmap.3 \ - ConfigWind.3 Tk_SetWindowBorder.3 \ - ConfigWind.3 Tk_SetWindowBorderPixmap.3 \ - ConfigWind.3 Tk_SetWindowColormap.3 \ - ConfigWind.3 Tk_DefineCursor.3 \ - ConfigWind.3 Tk_UndefineCursor.3 \ - CoordToWin.3 Tk_CoordsToWindow.3 \ - CrtErrHdlr.3 Tk_CreateErrorHandler.3 \ - CrtErrHdlr.3 Tk_DeleteErrorHandler.3 \ - CrtGenHdlr.3 Tk_CreateGenericHandler.3 \ - CrtGenHdlr.3 Tk_DeleteGenericHandler.3 \ - CrtImgType.3 Tk_CreateImageType.3 \ - CrtImgType.3 Tk_GetImageMasterData.3 \ - CrtImgType.3 Tk_InitImageArgs.3 \ - CrtItemType.3 Tk_CreateItemType.3 \ - CrtItemType.3 Tk_GetItemTypes.3 \ - CrtPhImgFmt.3 Tk_CreatePhotoImageFormat.3 \ - CrtSelHdlr.3 Tk_CreateSelHandler.3 \ - CrtSelHdlr.3 Tk_DeleteSelHandler.3 \ - CrtWindow.3 Tk_CreateWindow.3 \ - CrtWindow.3 Tk_CreateWindowFromPath.3 \ - CrtWindow.3 Tk_DestroyWindow.3 \ - CrtWindow.3 Tk_MakeWindowExist.3 \ - DeleteImg.3 Tk_DeleteImage.3 \ - DrawFocHlt.3 Tk_DrawFocusHighlight.3 \ - EventHndlr.3 Tk_CreateEventHandler.3 \ - EventHndlr.3 Tk_DeleteEventHandler.3 \ - FindPhoto.3 Tk_FindPhoto.3 \ - FindPhoto.3 Tk_PhotoPutBlock.3 \ - FindPhoto.3 Tk_PhotoPutZoomedBlock.3 \ - FindPhoto.3 Tk_PhotoGetImage.3 \ - FindPhoto.3 Tk_PhotoBlank.3 \ - FindPhoto.3 Tk_PhotoExpand.3 \ - FindPhoto.3 Tk_PhotoGetSize.3 \ - FindPhoto.3 Tk_PhotoSetSize.3 \ - FontId.3 Tk_FontId.3 \ - FontId.3 Tk_FontMetrics.3 \ - FontId.3 Tk_PostscriptFontName.3 \ - FreeXId.3 Tk_FreeXId.3 \ - GeomReq.3 Tk_GeometryRequest.3 \ - GeomReq.3 Tk_SetInternalBorder.3 \ - GetAnchor.3 Tk_GetAnchorFromObj.3 \ - GetAnchor.3 Tk_GetAnchor.3 \ - GetAnchor.3 Tk_NameOfAnchor.3 \ - GetBitmap.3 Tk_AllocBitmapFromObj.3 \ - GetBitmap.3 Tk_GetBitmap.3 \ - GetBitmap.3 Tk_GetBitmapFromObj.3 \ - GetBitmap.3 Tk_DefineBitmap.3 \ - GetBitmap.3 Tk_NameOfBitmap.3 \ - GetBitmap.3 Tk_SizeOfBitmap.3 \ - GetBitmap.3 Tk_FreeBitmapFromObj.3 \ - GetBitmap.3 Tk_FreeBitmap.3 \ - GetBitmap.3 Tk_GetBitmapFromData.3 \ - GetCapStyl.3 Tk_GetCapStyle.3 \ - GetCapStyl.3 Tk_NameOfCapStyle.3 \ - GetClrmap.3 Tk_GetColormap.3 \ - GetClrmap.3 Tk_FreeColormap.3 \ - GetColor.3 Tk_AllocColorFromObj.3 \ - GetColor.3 Tk_GetColor.3 \ - GetColor.3 Tk_GetColorFromObj.3 \ - GetColor.3 Tk_GetColorByValue.3 \ - GetColor.3 Tk_NameOfColor.3 \ - GetColor.3 Tk_FreeColorFromObj.3 \ - GetColor.3 Tk_FreeColor.3 \ - GetCursor.3 Tk_AllocCursorFromObj.3 \ - GetCursor.3 Tk_GetCursor.3 \ - GetCursor.3 Tk_GetCursorFromObj.3 \ - GetCursor.3 Tk_GetCursorFromData.3 \ - GetCursor.3 Tk_NameOfCursor.3 \ - GetCursor.3 Tk_FreeCursorFromObj.3 \ - GetCursor.3 Tk_FreeCursor.3 \ - GetDash.3 Tk_GetDash.3 \ - GetFont.3 Tk_AllocFontFromObj.3 \ - GetFont.3 Tk_GetFont.3 \ - GetFont.3 Tk_GetFontFromObj.3 \ - GetFont.3 Tk_NameOfFont.3 \ - GetFont.3 Tk_FreeFontFromObj.3 \ - GetFont.3 Tk_FreeFont.3 \ - GetGC.3 Tk_GetGC.3 \ - GetGC.3 Tk_FreeGC.3 \ - GetHINSTANCE.3 Tk_GetHINSTANCE.3 \ - GetHWND.3 Tk_GetHWND.3 \ - GetImage.3 Tk_GetImage.3 \ - GetImage.3 Tk_RedrawImage.3 \ - GetImage.3 Tk_SizeOfImage.3 \ - GetImage.3 Tk_FreeImage.3 \ - GetJoinStl.3 Tk_GetJoinStyle.3 \ - GetJoinStl.3 Tk_NameOfJoinStyle.3 \ - GetJustify.3 Tk_GetJustifyFromObj.3 \ - GetJustify.3 Tk_GetJustify.3 \ - GetJustify.3 Tk_NameOfJustify.3 \ - GetOption.3 Tk_GetOption.3 \ - GetPixels.3 Tk_GetPixelsFromObj.3 \ - GetPixels.3 Tk_GetPixels.3 \ - GetPixels.3 Tk_GetMMFromObj.3 \ - GetPixels.3 Tk_GetScreenMM.3 \ - GetPixmap.3 Tk_GetPixmap.3 \ - GetPixmap.3 Tk_FreePixmap.3 \ - GetRelief.3 Tk_GetReliefFromObj.3 \ - GetRelief.3 Tk_GetRelief.3 \ - GetRelief.3 Tk_NameOfRelief.3 \ - GetRootCrd.3 Tk_GetRootCoords.3 \ - GetScroll.3 Tk_GetScrollInfo.3 \ - GetScroll.3 Tk_GetScrollInfoObj.3 \ - GetSelect.3 Tk_GetSelection.3 \ - GetUid.3 Tk_GetUid.3 \ - GetUid.3 Tk_Uid.3 \ - GetVRoot.3 Tk_GetVRootGeometry.3 \ - GetVisual.3 Tk_GetVisual.3 \ - Grab.3 Tk_Grab.3 \ - Grab.3 Tk_Ungrab.3 \ - HWNDToWindow.3 Tk_HWNDToWindow.3 \ - HandleEvent.3 Tk_HandleEvent.3 \ - IdToWindow.3 Tk_IdToWindow.3 \ - ImgChanged.3 Tk_ImageChanged.3 \ - InternAtom.3 Tk_InternAtom.3 \ - InternAtom.3 Tk_GetAtomName.3 \ - MainLoop.3 Tk_MainLoop.3 \ - MainWin.3 Tk_MainWindow.3 \ - MainWin.3 Tk_GetNumMainWindows.3 \ - MaintGeom.3 Tk_MaintainGeometry.3 \ - MaintGeom.3 Tk_UnmaintainGeometry.3 \ - ManageGeom.3 Tk_ManageGeometry.3 \ - MapWindow.3 Tk_MapWindow.3 \ - MapWindow.3 Tk_UnmapWindow.3 \ - MeasureChar.3 Tk_MeasureChars.3 \ - MeasureChar.3 Tk_TextWidth.3 \ - MeasureChar.3 Tk_DrawChars.3 \ - MeasureChar.3 Tk_UnderlineChars.3 \ - MoveToplev.3 Tk_MoveToplevelWindow.3 \ - Name.3 Tk_Name.3 \ - Name.3 Tk_PathName.3 \ - Name.3 Tk_NameToWindow.3 \ - NameOfImg.3 Tk_NameOfImage.3 \ - OwnSelect.3 Tk_OwnSelection.3 \ - ParseArgv.3 Tk_ParseArgv.3 \ - QWinEvent.3 Tk_QueueWindowEvent.3 \ - Restack.3 Tk_RestackWindow.3 \ - RestrictEv.3 Tk_RestrictEvents.3 \ - SetAppName.3 Tk_SetAppName.3 \ - SetClass.3 Tk_SetClass.3 \ - SetClass.3 Tk_Class.3 \ - SetGrid.3 Tk_SetGrid.3 \ - SetGrid.3 Tk_UnsetGrid.3 \ - SetOptions.3 Tk_CreateOptionTable.3 \ - SetOptions.3 Tk_DeleteOptionTable.3 \ - SetOptions.3 Tk_InitOptions.3 \ - SetOptions.3 Tk_SetOptions.3 \ - SetOptions.3 Tk_FreeSavedOptions.3 \ - SetOptions.3 Tk_RestoreSavedOptions.3 \ - SetOptions.3 Tk_GetOptionValue.3 \ - SetOptions.3 Tk_GetOptionInfo.3 \ - SetOptions.3 Tk_FreeConfigOptions.3 \ - SetVisual.3 Tk_SetWindowVisual.3 \ - StrictMotif.3 Tk_StrictMotif.3 \ - TextLayout.3 Tk_ComputeTextLayout.3 \ - TextLayout.3 Tk_FreeTextLayout.3 \ - TextLayout.3 Tk_DrawTextLayout.3 \ - TextLayout.3 Tk_UnderlineTextLayout.3 \ - TextLayout.3 Tk_PointToChar.3 \ - TextLayout.3 Tk_CharBbox.3 \ - TextLayout.3 Tk_DistanceToTextLayout.3 \ - TextLayout.3 Tk_IntersectTextLayout.3 \ - TextLayout.3 Tk_TextLayoutToPostscript.3 \ - TkInitStubs.3 Tk_InitStubs.3 \ - WindowId.3 Tk_WindowId.3 \ - WindowId.3 Tk_Parent.3 \ - WindowId.3 Tk_Display.3 \ - WindowId.3 Tk_DisplayName.3 \ - WindowId.3 Tk_ScreenNumber.3 \ - WindowId.3 Tk_Screen.3 \ - WindowId.3 Tk_X.3 \ - WindowId.3 Tk_Y.3 \ - WindowId.3 Tk_Width.3 \ - WindowId.3 Tk_Height.3 \ - WindowId.3 Tk_Changes.3 \ - WindowId.3 Tk_Attributes.3 \ - WindowId.3 Tk_IsContainer.3 \ - WindowId.3 Tk_IsEmbedded.3 \ - WindowId.3 Tk_IsMapped.3 \ - WindowId.3 Tk_IsTopLevel.3 \ - WindowId.3 Tk_ReqWidth.3 \ - WindowId.3 Tk_ReqHeight.3 \ - WindowId.3 Tk_InternalBorderWidth.3 \ - WindowId.3 Tk_Visual.3 \ - WindowId.3 Tk_Depth.3 \ - WindowId.3 Tk_Colormap.3 \ - chooseColor.n tk_chooseColor.n \ - chooseDirectory.n tk_chooseDirectory.n \ - dialog.n tk_dialog.n \ - focusNext.n tk_focusNext.n \ - focusNext.n tk_focusPrev.n \ - focusNext.n tk_focusFollowsMouse.n \ - getOpenFile.n tk_getOpenFile.n \ - getOpenFile.n tk_getSaveFile.n \ - menubar.n tk_menuBar.n \ - menubar.n tk_bindForTraversal.n \ - messageBox.n tk_messageBox.n \ - optionMenu.n tk_optionMenu.n \ - palette.n tk_setPalette.n \ - palette.n tk_bisque.n \ - popup.n tk_popup.n - -.include <bsd.port.pre.mk> - -post-install: -.if exists(${PKGINSTALL}) - ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} -.endif - -test: - cd ${WRKSRC}; make test - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/tk84/distinfo b/x11-toolkits/tk84/distinfo deleted file mode 100644 index 004fe838d5d8..000000000000 --- a/x11-toolkits/tk84/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (tk8.3.1plus.tar.gz) = bf38b4aed84fc993559a59130ae8cad5 diff --git a/x11-toolkits/tk84/files/patch-aa b/x11-toolkits/tk84/files/patch-aa deleted file mode 100644 index 32eba24b0a34..000000000000 --- a/x11-toolkits/tk84/files/patch-aa +++ /dev/null @@ -1,36 +0,0 @@ ---- configure.orig Sun Feb 20 06:30:02 2000 -+++ configure Mon May 1 11:21:14 2000 -@@ -1763,7 +1763,7 @@ - LDFLAGS="-Wl,-Bexport" - LD_SEARCH_FLAGS="" - ;; -- NetBSD-*|FreeBSD-[1-2].*|OpenBSD-*) -+ NetBSD-*|FreeBSD-*|OpenBSD-*) - # Not available on all versions: check for include file. - ac_safe=`echo "dlfcn.h" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for dlfcn.h""... $ac_c" 1>&6 -@@ -1847,6 +1847,7 @@ - # FreeBSD doesn't handle version numbers with dots. - - UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.a' -+ SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1' - TCL_LIB_VERSIONS_OK=nodots - ;; - FreeBSD-*) -@@ -2303,6 +2304,7 @@ - echo "$ac_t""no" 1>&6 - fi - -+TCL_SRC_DIR=${prefix}/include/tcl${TCL_VERSION} - - LIB_RUNTIME_DIR='${LIB_RUNTIME_DIR}' - -@@ -4005,7 +4007,7 @@ - eval eval "TK_UNSHARED_LIB_SUFFIX=${UNSHARED_LIB_SUFFIX}" - - TCL_LIB_SPEC='-L$(TCL_BIN_DIR) $(TCL_LIB_FLAG)' --TCL_STUB_LIB_SPEC='-L$(TCL_BIN_DIR) $(TCL_STUB_LIB_FLAG)' -+TCL_STUB_LIB_SPEC='$(LOCALBASE)/lib/libtclstub83.a' - - if test "${SHARED_BUILD}" = "1" -a "${SHLIB_SUFFIX}" != ""; then - TK_SHLIB_CFLAGS="${SHLIB_CFLAGS}" diff --git a/x11-toolkits/tk84/files/patch-ab b/x11-toolkits/tk84/files/patch-ab deleted file mode 100644 index d8114a482761..000000000000 --- a/x11-toolkits/tk84/files/patch-ab +++ /dev/null @@ -1,118 +0,0 @@ ---- Makefile.in.orig Sat May 6 06:40:23 2000 -+++ Makefile.in Wed May 10 17:32:06 2000 -@@ -58,6 +58,8 @@ - - # Directory in which to install the include file tk.h: --INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(includedir) -+INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(includedir)/tk$(VERSION) -+GENERIC_INCLUDE_INSTALL_DIR = $(INCLUDE_INSTALL_DIR)/generic -+UNIX_INCLUDE_INSTALL_DIR = $(INCLUDE_INSTALL_DIR)/unix - - # Top-level directory for manual entries: - MAN_INSTALL_DIR = $(INSTALL_ROOT)$(mandir) -@@ -205,7 +207,7 @@ - # Libraries to use when linking. This definition is determined by the - # configure script. - LIBS = @LIBS@ $(X11_LIB_SWITCHES) @DL_LIBS@ @MATH_LIBS@ -lc --WISH_LIBS = $(TCL_LIB_SPEC) @LIBS@ $(X11_LIB_SWITCHES) @DL_LIBS@ @MATH_LIBS@ -lc -+WISH_LIBS = -L${PREFIX}/lib -ltcl${SHORT_TK_VER} @LIBS@ $(X11_LIB_SWITCHES) @DL_LIBS@ @MATH_LIBS@ -lc - - # The symbol below provides support for dynamic loading and shared - # libraries. See configure.in for a description of what it means. -@@ -378,8 +380,14 @@ - ${TK_LIB_FILE}: ${OBJS} - rm -f ${TK_LIB_FILE} - @MAKE_LIB@ -+ ln -sf @TK_LIB_FILE@ libtk${SHORT_TK_VER}.so - $(RANLIB) ${TK_LIB_FILE} - -+libtk${SHORT_TK_VER}.a: ${OBJS} -+ rm -f libtk${SHORT_TK_VER}.a -+ ar cr libtk${SHORT_TK_VER}.a ${OBJS} -+ $(RANLIB) libtk${SHORT_TK_VER}.a -+ - ${STUB_LIB_FILE}: ${STUB_LIB_OBJS} - rm -f ${STUB_LIB_FILE} - @MAKE_STUB_LIB@ -@@ -455,7 +463,7 @@ - # some ranlibs write to current directory, and this might not always be - # possible (e.g. if installing as root). - --install-binaries: $(TK_LIB_FILE) $(TK_STUB_LIB_FILE) $(TK_BUILD_EXP_FILE) wish -+install-binaries: $(TK_LIB_FILE) $(TK_STUB_LIB_FILE) $(TK_BUILD_EXP_FILE) libtk${SHORT_TK_VER}.a wish - @for i in $(LIB_INSTALL_DIR) $(BIN_INSTALL_DIR) $(SCRIPT_INSTALL_DIR); \ - do \ - if [ ! -d $$i ] ; then \ -@@ -473,14 +481,20 @@ - fi - @echo "Installing $(TK_LIB_FILE) to $(LIB_INSTALL_DIR)/" - @$(INSTALL_DATA) $(TK_LIB_FILE) $(LIB_INSTALL_DIR)/$(TK_LIB_FILE) -+ @ln -sf $(LIB_INSTALL_DIR)/$(TK_LIB_FILE) $(LIB_INSTALL_DIR)/libtk${SHORT_TK_VER}.so - @(cd $(LIB_INSTALL_DIR); $(RANLIB) $(TK_LIB_FILE)) - @chmod 555 $(LIB_INSTALL_DIR)/$(TK_LIB_FILE) -+ @echo "Installing libtk${SHORT_TK_VER}.a" -+ @$(INSTALL_DATA) libtk${SHORT_TK_VER}.a $(LIB_INSTALL_DIR)/libtk${SHORT_TK_VER}.a -+ @(cd $(LIB_INSTALL_DIR); $(RANLIB) libtk${SHORT_TK_VER}.a) -+ @chmod 555 $(LIB_INSTALL_DIR)/libtk${SHORT_TK_VER}.a - @echo "Installing pkgIndex.tcl" - @$(INSTALL_DATA) pkgIndex.tk $(SCRIPT_INSTALL_DIR)/pkgIndex.tcl - @echo "Installing wish as $(BIN_INSTALL_DIR)/wish$(VERSION)" - @$(INSTALL_PROGRAM) wish $(BIN_INSTALL_DIR)/wish$(VERSION) - @echo "Installing tkConfig.sh to $(LIB_INSTALL_DIR)/" -- @$(INSTALL_DATA) tkConfig.sh $(LIB_INSTALL_DIR)/tkConfig.sh -+ @mkdir -p $(LIB_INSTALL_DIR)/tk$(VERSION) -+ @$(INSTALL_DATA) tkConfig.sh $(LIB_INSTALL_DIR)/tk$(VERSION)/tkConfig.sh - @if test "$(TK_BUILD_EXP_FILE)" != ""; then \ - echo "Installing $(TK_EXP_FILE) to $(LIB_INSTALL_DIR)/"; \ - $(INSTALL_DATA) $(TK_BUILD_EXP_FILE) \ -@@ -494,6 +508,7 @@ - - install-libraries: - @for i in $(INCLUDE_INSTALL_DIR) \ -+ $(GENERIC_INCLUDE_INSTALL_DIR) $(UNIX_INCLUDE_INSTALL_DIR) \ - $(SCRIPT_INSTALL_DIR) $(SCRIPT_INSTALL_DIR)/images; \ - do \ - if [ ! -d $$i ] ; then \ -@@ -507,10 +522,16 @@ - chmod +x $(UNIX_DIR)/install-sh; \ - fi - @echo "Installing header files"; -- @for i in $(GENERIC_DIR)/tk.h $(GENERIC_DIR)/tkDecls.h ; \ -+ @for i in $(GENERIC_DIR)/*.h ; \ -+ do \ -+ $(INSTALL_DATA) $$i $(GENERIC_INCLUDE_INSTALL_DIR); \ -+ done; -+ @for i in $(UNIX_DIR)/*.h ; \ - do \ -- $(INSTALL_DATA) $$i $(INCLUDE_INSTALL_DIR); \ -+ $(INSTALL_DATA) $$i $(UNIX_INCLUDE_INSTALL_DIR); \ - done; -+ @ln -sf $(GENERIC_INCLUDE_INSTALL_DIR)/tk.h $(INCLUDE_INSTALL_DIR)/tk.h -+ @ln -sf $(GENERIC_INCLUDE_INSTALL_DIR)/tkDecls.h $(INCLUDE_INSTALL_DIR)/tkDecls.h - @echo "Installing library files to $(SCRIPT_INSTALL_DIR)"; - @for i in $(SRC_DIR)/library/*.tcl $(GENERIC_DIR)/prolog.ps \ - $(SRC_DIR)/library/tclIndex $(UNIX_DIR)/tkAppInit.c; \ -@@ -576,7 +597,6 @@ - chmod 444 $(MAN1_INSTALL_DIR)/$$i; \ - done; - @echo "Cross-linking top-level (.1) docs"; -- @$(UNIX_DIR)/mkLinks $(MAN1_INSTALL_DIR) - @echo "Installing C API (.3) docs"; - @cd $(SRC_DIR)/doc; for i in *.3; \ - do \ -@@ -586,7 +606,6 @@ - chmod 444 $(MAN3_INSTALL_DIR)/$$i; \ - done; - @echo "Cross-linking C API (.3) docs"; -- @$(UNIX_DIR)/mkLinks $(MAN3_INSTALL_DIR) - @echo "Installing command (.n) docs"; - @cd $(SRC_DIR)/doc; for i in *.n; \ - do \ -@@ -596,7 +615,6 @@ - chmod 444 $(MANN_INSTALL_DIR)/$$i; \ - done; - @echo "Cross-linking command (.n) docs"; -- @$(UNIX_DIR)/mkLinks $(MANN_INSTALL_DIR) - - Makefile: $(UNIX_DIR)/Makefile.in - $(SHELL) config.status diff --git a/x11-toolkits/tk84/pkg-comment b/x11-toolkits/tk84/pkg-comment deleted file mode 100644 index ff5ce674d034..000000000000 --- a/x11-toolkits/tk84/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Graphical toolkit for TCL diff --git a/x11-toolkits/tk84/pkg-deinstall.wish b/x11-toolkits/tk84/pkg-deinstall.wish deleted file mode 100644 index 20ca9e8436c4..000000000000 --- a/x11-toolkits/tk84/pkg-deinstall.wish +++ /dev/null @@ -1,22 +0,0 @@ -#! /bin/sh -# -# Remove the ${PREFIX}/bin/wish script that gets installed by INSTALL.wish -# if we are the last wish installation to be pkg_delete'd. -# -# $FreeBSD$ -# - -# -# Explicitly listing /usr/X11R6/bin here is debatable. -# -BINDIR="${PKG_PREFIX}/bin /usr/X11R6/bin" -WISH=${PKG_PREFIX}/bin/wish - -wishes=$(/bin/ls ${BINDIR} 2> /dev/null | \ - egrep '^o?wish(step)?(x|([0-9]+\.[0-9]+))([a-z][a-z])?$') - -if [ "$wishes" = "" -a -f ${WISH} ] && \ - (head -3 ${WISH} | grep awieYJFnsuILOnfsYEW) > /dev/null 2>&1 -then - rm -f ${PKG_PREFIX}/bin/wish -fi diff --git a/x11-toolkits/tk84/pkg-descr b/x11-toolkits/tk84/pkg-descr deleted file mode 100644 index db7796ceca60..000000000000 --- a/x11-toolkits/tk84/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is Tk version 8.3, a GUI toolkit for Tcl. - -The best way to get started with Tcl is to read ``Tcl and the Tk -Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X. - -WWW: http://dev.scriptics.com/software/tcltk/8.3.html diff --git a/x11-toolkits/tk84/pkg-install.wish b/x11-toolkits/tk84/pkg-install.wish deleted file mode 100644 index d526f076a498..000000000000 --- a/x11-toolkits/tk84/pkg-install.wish +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/sh - -# The user may have a wish they want to preserve -ver=`grep -a awieYJFnsuILOnfsYEW ${PKG_PREFIX}/bin/wish 2> /dev/null \ - | sed -e 's/.*\*\*//'` -if [ ! -e ${PKG_PREFIX}/bin/wish ] || [ "$ver" != "" -a "$ver" -lt 001 ] -then - [ -f ${PKG_PREFIX}/bin/wish ] && chmod u+w ${PKG_PREFIX}/bin/wish - - mkdir -p ${PKG_PREFIX}/bin - cat > ${PKG_PREFIX}/bin/wish <<'EOF' -#!/bin/sh -# Installed by ports system. id: awieYJFnsuILOnfsYEW**001 - -( -echo "In FreeBSD, wish is named with a version number. This is because" -echo "different versions of wish are not compatible with each other and" -echo "they can not all be called \"wish\"! You may need multiple versions" -echo "installed because a given port may depend on a specific version." -echo -echo "On your system, wish is installed under at least the following names:" -echo -for name in $(/bin/ls $(echo $PATH | sed 's/:/ /g') 2> /dev/null | egrep '^wish(step)?(x|([0-9]+\.[0-9]+))([a-z][a-z])?$') -do - echo $name -done -[ "$name" = "" ] && echo "No wish installations found, sorry." -) 1>&2 -exit 1 -EOF - chmod a+rx ${PKG_PREFIX}/bin/wish -fi diff --git a/x11-toolkits/tk84/pkg-plist b/x11-toolkits/tk84/pkg-plist deleted file mode 100644 index 831492d1e7e4..000000000000 --- a/x11-toolkits/tk84/pkg-plist +++ /dev/null @@ -1,140 +0,0 @@ -bin/wish%%TK_VER%% -include/tk%%TK_VER%%/generic/default.h -include/tk%%TK_VER%%/generic/ks_names.h -include/tk%%TK_VER%%/generic/tk.h -include/tk%%TK_VER%%/generic/tk3d.h -include/tk%%TK_VER%%/generic/tkButton.h -include/tk%%TK_VER%%/generic/tkCanvas.h -include/tk%%TK_VER%%/generic/tkColor.h -include/tk%%TK_VER%%/generic/tkDecls.h -include/tk%%TK_VER%%/generic/tkFileFilter.h -include/tk%%TK_VER%%/generic/tkFont.h -include/tk%%TK_VER%%/generic/tkInitScript.h -include/tk%%TK_VER%%/generic/tkInt.h -include/tk%%TK_VER%%/generic/tkIntDecls.h -include/tk%%TK_VER%%/generic/tkIntPlatDecls.h -include/tk%%TK_VER%%/generic/tkIntXlibDecls.h -include/tk%%TK_VER%%/generic/tkMenu.h -include/tk%%TK_VER%%/generic/tkMenubutton.h -include/tk%%TK_VER%%/generic/tkPlatDecls.h -include/tk%%TK_VER%%/generic/tkPort.h -include/tk%%TK_VER%%/generic/tkScale.h -include/tk%%TK_VER%%/generic/tkScrollbar.h -include/tk%%TK_VER%%/generic/tkSelect.h -include/tk%%TK_VER%%/generic/tkText.h -include/tk%%TK_VER%%/tk.h -include/tk%%TK_VER%%/tkDecls.h -include/tk%%TK_VER%%/unix/tkUnixDefault.h -include/tk%%TK_VER%%/unix/tkUnixInt.h -include/tk%%TK_VER%%/unix/tkUnixPort.h -lib/libtk%%SHORT_TK_VER%%.a -lib/libtk%%SHORT_TK_VER%%.so -lib/libtk%%SHORT_TK_VER%%.so.1 -lib/libtkstub%%SHORT_TK_VER%%.a -lib/tk%%TK_VER%%/bgerror.tcl -lib/tk%%TK_VER%%/button.tcl -lib/tk%%TK_VER%%/choosedir.tcl -lib/tk%%TK_VER%%/clrpick.tcl -lib/tk%%TK_VER%%/comdlg.tcl -lib/tk%%TK_VER%%/console.tcl -lib/tk%%TK_VER%%/demos/README -lib/tk%%TK_VER%%/demos/arrow.tcl -lib/tk%%TK_VER%%/demos/bind.tcl -lib/tk%%TK_VER%%/demos/bitmap.tcl -lib/tk%%TK_VER%%/demos/browse -lib/tk%%TK_VER%%/demos/button.tcl -lib/tk%%TK_VER%%/demos/check.tcl -lib/tk%%TK_VER%%/demos/clrpick.tcl -lib/tk%%TK_VER%%/demos/colors.tcl -lib/tk%%TK_VER%%/demos/cscroll.tcl -lib/tk%%TK_VER%%/demos/ctext.tcl -lib/tk%%TK_VER%%/demos/dialog1.tcl -lib/tk%%TK_VER%%/demos/dialog2.tcl -lib/tk%%TK_VER%%/demos/entry1.tcl -lib/tk%%TK_VER%%/demos/entry2.tcl -lib/tk%%TK_VER%%/demos/filebox.tcl -lib/tk%%TK_VER%%/demos/floor.tcl -lib/tk%%TK_VER%%/demos/form.tcl -lib/tk%%TK_VER%%/demos/hello -lib/tk%%TK_VER%%/demos/hscale.tcl -lib/tk%%TK_VER%%/demos/icon.tcl -lib/tk%%TK_VER%%/demos/image1.tcl -lib/tk%%TK_VER%%/demos/image2.tcl -lib/tk%%TK_VER%%/demos/images/earth.gif -lib/tk%%TK_VER%%/demos/images/earthris.gif -lib/tk%%TK_VER%%/demos/images/face.bmp -lib/tk%%TK_VER%%/demos/images/flagdown.bmp -lib/tk%%TK_VER%%/demos/images/flagup.bmp -lib/tk%%TK_VER%%/demos/images/gray25.bmp -lib/tk%%TK_VER%%/demos/images/letters.bmp -lib/tk%%TK_VER%%/demos/images/noletter.bmp -lib/tk%%TK_VER%%/demos/images/pattern.bmp -lib/tk%%TK_VER%%/demos/images/tcllogo.gif -lib/tk%%TK_VER%%/demos/images/teapot.ppm -lib/tk%%TK_VER%%/demos/items.tcl -lib/tk%%TK_VER%%/demos/ixset -lib/tk%%TK_VER%%/demos/label.tcl -lib/tk%%TK_VER%%/demos/license.terms -lib/tk%%TK_VER%%/demos/menu.tcl -lib/tk%%TK_VER%%/demos/menubu.tcl -lib/tk%%TK_VER%%/demos/msgbox.tcl -lib/tk%%TK_VER%%/demos/plot.tcl -lib/tk%%TK_VER%%/demos/puzzle.tcl -lib/tk%%TK_VER%%/demos/radio.tcl -lib/tk%%TK_VER%%/demos/rmt -lib/tk%%TK_VER%%/demos/rolodex -lib/tk%%TK_VER%%/demos/ruler.tcl -lib/tk%%TK_VER%%/demos/sayings.tcl -lib/tk%%TK_VER%%/demos/search.tcl -lib/tk%%TK_VER%%/demos/square -lib/tk%%TK_VER%%/demos/states.tcl -lib/tk%%TK_VER%%/demos/style.tcl -lib/tk%%TK_VER%%/demos/tclIndex -lib/tk%%TK_VER%%/demos/tcolor -lib/tk%%TK_VER%%/demos/text.tcl -lib/tk%%TK_VER%%/demos/timer -lib/tk%%TK_VER%%/demos/twind.tcl -lib/tk%%TK_VER%%/demos/vscale.tcl -lib/tk%%TK_VER%%/demos/widget -lib/tk%%TK_VER%%/dialog.tcl -lib/tk%%TK_VER%%/entry.tcl -lib/tk%%TK_VER%%/focus.tcl -lib/tk%%TK_VER%%/images/README -lib/tk%%TK_VER%%/images/logo.eps -lib/tk%%TK_VER%%/images/logo100.gif -lib/tk%%TK_VER%%/images/logo64.gif -lib/tk%%TK_VER%%/images/logoLarge.gif -lib/tk%%TK_VER%%/images/logoMed.gif -lib/tk%%TK_VER%%/images/pwrdLogo.eps -lib/tk%%TK_VER%%/images/pwrdLogo100.gif -lib/tk%%TK_VER%%/images/pwrdLogo150.gif -lib/tk%%TK_VER%%/images/pwrdLogo175.gif -lib/tk%%TK_VER%%/images/pwrdLogo200.gif -lib/tk%%TK_VER%%/images/pwrdLogo75.gif -lib/tk%%TK_VER%%/images/tai-ku.gif -lib/tk%%TK_VER%%/listbox.tcl -lib/tk%%TK_VER%%/menu.tcl -lib/tk%%TK_VER%%/msgbox.tcl -lib/tk%%TK_VER%%/obsolete.tcl -lib/tk%%TK_VER%%/optMenu.tcl -lib/tk%%TK_VER%%/palette.tcl -lib/tk%%TK_VER%%/pkgIndex.tcl -lib/tk%%TK_VER%%/prolog.ps -lib/tk%%TK_VER%%/safetk.tcl -lib/tk%%TK_VER%%/scale.tcl -lib/tk%%TK_VER%%/scrlbar.tcl -lib/tk%%TK_VER%%/tclIndex -lib/tk%%TK_VER%%/tearoff.tcl -lib/tk%%TK_VER%%/text.tcl -lib/tk%%TK_VER%%/tk.tcl -lib/tk%%TK_VER%%/tkAppInit.c -lib/tk%%TK_VER%%/tkConfig.sh -lib/tk%%TK_VER%%/tkfbox.tcl -lib/tk%%TK_VER%%/xmfbox.tcl -@dirrm lib/tk%%TK_VER%%/demos/images -@dirrm lib/tk%%TK_VER%%/demos -@dirrm lib/tk%%TK_VER%%/images -@dirrm lib/tk%%TK_VER%% -@dirrm include/tk%%TK_VER%%/unix -@dirrm include/tk%%TK_VER%%/generic -@dirrm include/tk%%TK_VER%% diff --git a/x11-toolkits/wxgtk-devel/Makefile b/x11-toolkits/wxgtk-devel/Makefile deleted file mode 100644 index adc0bd76859d..000000000000 --- a/x11-toolkits/wxgtk-devel/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: wxGTK -# Date created: September 18, 1999 -# Whom: nectar@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTNAME= wxgtk -PORTVERSION= 2.2.2 -CATEGORIES= x11-toolkits -MASTER_SITES= ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/ -DISTNAME= wxGTK-${PORTVERSION} - -MAINTAINER= nectar@FreeBSD.org - -LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.9:${PORTSDIR}/graphics/jpeg - -WRKSRC= ${WRKDIR}/wxGTK - -USE_X_PREFIX= yes -USE_NEWGCC= yes -USE_GMAKE= yes -USE_GTK= yes -USE_AUTOCONF= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --with-libpng=sys \ - --with-libjpeg=sys \ - --with-libtiff=sys \ - --with-zlib=sys -CONFIGURE_ENV= CPPFLAGS="-D_THREAD_SAFE -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -AUTOCONF= autoconf && \ - ${PERL} -pi -e 's|-l\$$THREADS_LIB|-pthread|g ; \ - s|-l\$$THREADS_LINK|-pthread|g' \ - ${WRKSRC}/configure - -post-install: - @${RM} -rf ${PREFIX}/include/wx/motif - @${RM} -rf ${PREFIX}/include/wx/msw - -.include <bsd.port.mk> diff --git a/x11-toolkits/wxgtk-devel/distinfo b/x11-toolkits/wxgtk-devel/distinfo deleted file mode 100644 index 305ac045aaaf..000000000000 --- a/x11-toolkits/wxgtk-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (wxGTK-2.2.2.tar.gz) = 7284e890e08079beca4cb4cd128a067c diff --git a/x11-toolkits/wxgtk-devel/files/patch-aa b/x11-toolkits/wxgtk-devel/files/patch-aa deleted file mode 100644 index a7cf0245b477..000000000000 --- a/x11-toolkits/wxgtk-devel/files/patch-aa +++ /dev/null @@ -1,66 +0,0 @@ ---- configure.in.orig Sun Aug 20 17:52:52 2000 -+++ configure.in Sat Aug 26 02:03:38 2000 -@@ -1999,16 +1999,12 @@ - WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY}_gl.a" - - dnl the name of the shared library --WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}" --WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}" -+WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.so.2" -+WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY}_gl.so.2" - - dnl the name of the links to the shared library --WX_LIBRARY_LINK1="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}" --WX_LIBRARY_LINK2="lib${WX_LIBRARY}-${WX_RELEASE}.so" --WX_LIBRARY_LINK3="lib${WX_LIBRARY}.so" --WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so.${WX_CURRENT}" --WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so" --WX_LIBRARY_LINK3_GL="lib${WX_LIBRARY}_gl.so" -+WX_LIBRARY_LINK1="lib${WX_LIBRARY}.so" -+WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY}_gl.so" - - dnl shared library settings - SHARED_LD= -@@ -2742,24 +2738,6 @@ - fi - fi - -- --CXXFLAGS=`echo "${CXXFLAGS}" | sed "s/\-O.//g" ` --CFLAGS=`echo "${CFLAGS}" | sed "s/\-O.//g" ` --if test "$wxUSE_OPTIMISE" = "no" ; then -- OPTIMISE= --else -- if test "$GCC" = yes ; then -- OPTIMISE="-O2" -- case "${host}" in -- i586-*-*|i686-*-* ) -- OPTIMISE="${OPTIMISE} " -- ;; -- esac -- else -- OPTIMISE="-O" -- fi --fi -- - dnl --------------------------------------------------------------------------- - dnl Optional libraries - dnl --------------------------------------------------------------------------- -@@ -3784,8 +3762,6 @@ - AC_SUBST(WX_LIBRARY) - AC_SUBST(WX_TARGET_LIBRARY) - AC_SUBST(WX_LIBRARY_LINK1) --AC_SUBST(WX_LIBRARY_LINK2) --AC_SUBST(WX_LIBRARY_LINK3) - AC_SUBST(PROGRAM_EXT) - - dnl global gl options -@@ -3795,8 +3771,6 @@ - AC_SUBST(WX_LIBRARY_GL) - AC_SUBST(WX_TARGET_LIBRARY_GL) - AC_SUBST(WX_LIBRARY_LINK1_GL) --AC_SUBST(WX_LIBRARY_LINK2_GL) --AC_SUBST(WX_LIBRARY_LINK3_GL) - - dnl are we supposed to create the links? - AC_SUBST(WX_ALL) diff --git a/x11-toolkits/wxgtk-devel/files/patch-ac b/x11-toolkits/wxgtk-devel/files/patch-ac deleted file mode 100644 index ae25a9c7982d..000000000000 --- a/x11-toolkits/wxgtk-devel/files/patch-ac +++ /dev/null @@ -1,60 +0,0 @@ ---- Makefile.in.orig Wed Mar 22 13:12:38 2000 -+++ Makefile.in Sun Apr 23 08:08:08 2000 -@@ -311,39 +311,23 @@ - - CREATE_LINKS: @WX_LIBRARY_NAME_SHARED@ - @$(RM) ./lib/@WX_LIBRARY_LINK1@ -- @$(RM) ./lib/@WX_LIBRARY_LINK2@ -- @$(RM) ./lib/@WX_LIBRARY_LINK3@ - cd lib \ -- && $(LN_S) @WX_TARGET_LIBRARY@ @WX_LIBRARY_LINK1@ \ -- && $(LN_S) @WX_TARGET_LIBRARY@ @WX_LIBRARY_LINK2@ \ -- && $(LN_S) @WX_TARGET_LIBRARY@ @WX_LIBRARY_LINK3@ -+ && $(LN_S) @WX_TARGET_LIBRARY@ @WX_LIBRARY_LINK1@ - - CREATE_LINKS_GL: @WX_LIBRARY_NAME_SHARED_GL@ - @$(RM) ./lib/@WX_LIBRARY_LINK1_GL@ -- @$(RM) ./lib/@WX_LIBRARY_LINK2_GL@ -- @$(RM) ./lib/@WX_LIBRARY_LINK3_GL@ - cd lib \ -- && $(LN_S) @WX_TARGET_LIBRARY_GL@ @WX_LIBRARY_LINK1_GL@ \ -- && $(LN_S) @WX_TARGET_LIBRARY_GL@ @WX_LIBRARY_LINK2_GL@ \ -- && $(LN_S) @WX_TARGET_LIBRARY_GL@ @WX_LIBRARY_LINK3_GL@ -+ && $(LN_S) @WX_TARGET_LIBRARY_GL@ @WX_LIBRARY_LINK1_GL@ - - CREATE_INSTALLED_LINKS: preinstall - $(RM) $(libdir)/@WX_LIBRARY_LINK1@ -- $(RM) $(libdir)/@WX_LIBRARY_LINK2@ -- $(RM) $(libdir)/@WX_LIBRARY_LINK3@ - cd $(libdir) \ -- && $(LN_S) @WX_LIBRARY_NAME_SHARED@ @WX_LIBRARY_LINK1@ \ -- && $(LN_S) @WX_LIBRARY_NAME_SHARED@ @WX_LIBRARY_LINK2@ \ -- && $(LN_S) @WX_LIBRARY_NAME_SHARED@ @WX_LIBRARY_LINK3@ -+ && $(LN_S) @WX_LIBRARY_NAME_SHARED@ @WX_LIBRARY_LINK1@ - - CREATE_INSTALLED_LINKS_GL: preinstall_gl - $(RM) $(libdir)/@WX_LIBRARY_LINK1_GL@ -- $(RM) $(libdir)/@WX_LIBRARY_LINK2_GL@ -- $(RM) $(libdir)/@WX_LIBRARY_LINK3_GL@ - cd $(libdir) \ -- && $(LN_S) @WX_LIBRARY_NAME_SHARED_GL@ @WX_LIBRARY_LINK1_GL@ \ -- && $(LN_S) @WX_LIBRARY_NAME_SHARED_GL@ @WX_LIBRARY_LINK2_GL@ \ -- && $(LN_S) @WX_LIBRARY_NAME_SHARED_GL@ @WX_LIBRARY_LINK3_GL@ -+ && $(LN_S) @WX_LIBRARY_NAME_SHARED_GL@ @WX_LIBRARY_LINK1_GL@ - - $(OBJECTS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h - -@@ -437,13 +421,9 @@ - @echo " Removing library..." - @$(RM) $(libdir)/@WX_TARGET_LIBRARY@ - @$(RM) $(libdir)/@WX_LIBRARY_LINK1@ -- @$(RM) $(libdir)/@WX_LIBRARY_LINK2@ -- @$(RM) $(libdir)/@WX_LIBRARY_LINK3@ - @echo " Removing GL library..." - @$(RM) $(libdir)/@WX_TARGET_LIBRARY_GL@ - @$(RM) $(libdir)/@WX_LIBRARY_LINK1_GL@ -- @$(RM) $(libdir)/@WX_LIBRARY_LINK2_GL@ -- @$(RM) $(libdir)/@WX_LIBRARY_LINK3_GL@ - @echo " Removing helper files..." - @$(RM) $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h - @$(RM) $(bindir)/wx-config diff --git a/x11-toolkits/wxgtk-devel/pkg-comment b/x11-toolkits/wxgtk-devel/pkg-comment deleted file mode 100644 index 818cecfb652e..000000000000 --- a/x11-toolkits/wxgtk-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The wxWindows GUI toolkit with GTK+ bindings diff --git a/x11-toolkits/wxgtk-devel/pkg-descr b/x11-toolkits/wxgtk-devel/pkg-descr deleted file mode 100644 index 4b5c2a00c6d4..000000000000 --- a/x11-toolkits/wxgtk-devel/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A C++ package for platform independed program development. - -WWW: http://wesley.informatik.uni-freiburg.de/~wxxt/ diff --git a/x11-toolkits/wxgtk-devel/pkg-plist b/x11-toolkits/wxgtk-devel/pkg-plist deleted file mode 100644 index 87448542e311..000000000000 --- a/x11-toolkits/wxgtk-devel/pkg-plist +++ /dev/null @@ -1,369 +0,0 @@ -bin/wx-config -bin/wxgtk-config -include/wx/accel.h -include/wx/app.h -include/wx/arrimpl.cpp -include/wx/bitmap.h -include/wx/bmpbuttn.h -include/wx/brush.h -include/wx/buffer.h -include/wx/busyinfo.h -include/wx/button.h -include/wx/calctrl.h -include/wx/caret.h -include/wx/checkbox.h -include/wx/checklst.h -include/wx/choicdlg.h -include/wx/choice.h -include/wx/clipbrd.h -include/wx/cmdline.h -include/wx/cmndata.h -include/wx/colordlg.h -include/wx/colour.h -include/wx/combobox.h -include/wx/confbase.h -include/wx/config.h -include/wx/control.h -include/wx/ctrlsub.h -include/wx/cursor.h -include/wx/dataobj.h -include/wx/date.h -include/wx/datetime.h -include/wx/datetime.inl -include/wx/datstrm.h -include/wx/db.h -include/wx/dbtable.h -include/wx/dc.h -include/wx/dcclient.h -include/wx/dcmemory.h -include/wx/dcprint.h -include/wx/dcps.h -include/wx/dcscreen.h -include/wx/dde.h -include/wx/debug.h -include/wx/defs.h -include/wx/dialog.h -include/wx/dialup.h -include/wx/dir.h -include/wx/dirdlg.h -include/wx/dnd.h -include/wx/docmdi.h -include/wx/docview.h -include/wx/dragimag.h -include/wx/dynarray.h -include/wx/dynlib.h -include/wx/encconv.h -include/wx/event.h -include/wx/expr.h -include/wx/ffile.h -include/wx/file.h -include/wx/fileconf.h -include/wx/filedlg.h -include/wx/filefn.h -include/wx/filesys.h -include/wx/font.h -include/wx/fontdlg.h -include/wx/fontenc.h -include/wx/fontenum.h -include/wx/fontmap.h -include/wx/fontutil.h -include/wx/frame.h -include/wx/fs_inet.h -include/wx/fs_mem.h -include/wx/fs_zip.h -include/wx/gauge.h -include/wx/gdicmn.h -include/wx/gdiobj.h -include/wx/generic/calctrl.h -include/wx/generic/caret.h -include/wx/generic/choicdgg.h -include/wx/generic/colrdlgg.h -include/wx/generic/dcpsg.h -include/wx/generic/dirdlgg.h -include/wx/generic/dragimgg.h -include/wx/generic/filedlgg.h -include/wx/generic/fontdlgg.h -include/wx/generic/grid.h -include/wx/generic/gridg.h -include/wx/generic/helpext.h -include/wx/generic/helphtml.h -include/wx/generic/helpwxht.h -include/wx/generic/helpxlp.h -include/wx/generic/imaglist.h -include/wx/generic/laywin.h -include/wx/generic/listctrl.h -include/wx/generic/msgdlgg.h -include/wx/generic/notebook.h -include/wx/generic/panelg.h -include/wx/generic/plot.h -include/wx/generic/printps.h -include/wx/generic/prntdlgg.h -include/wx/generic/progdlgg.h -include/wx/generic/sashwin.h -include/wx/generic/scrolwin.h -include/wx/generic/splitter.h -include/wx/generic/statusbr.h -include/wx/generic/tabg.h -include/wx/generic/textdlgg.h -include/wx/generic/treectrl.h -include/wx/generic/wizard.h -include/wx/geometry.h -include/wx/gifdecod.h -include/wx/glcanvas.h -include/wx/grid.h -include/wx/gsocket.h -include/wx/gtk/accel.h -include/wx/gtk/app.h -include/wx/gtk/bitmap.h -include/wx/gtk/bmpbuttn.h -include/wx/gtk/brush.h -include/wx/gtk/button.h -include/wx/gtk/checkbox.h -include/wx/gtk/checklst.h -include/wx/gtk/choice.h -include/wx/gtk/clipbrd.h -include/wx/gtk/colour.h -include/wx/gtk/combobox.h -include/wx/gtk/control.h -include/wx/gtk/cursor.h -include/wx/gtk/dataform.h -include/wx/gtk/dataobj.h -include/wx/gtk/dataobj2.h -include/wx/gtk/dc.h -include/wx/gtk/dcclient.h -include/wx/gtk/dcmemory.h -include/wx/gtk/dcscreen.h -include/wx/gtk/dialog.h -include/wx/gtk/dnd.h -include/wx/gtk/filedlg.h -include/wx/gtk/font.h -include/wx/gtk/fontdlg.h -include/wx/gtk/frame.h -include/wx/gtk/gauge.h -include/wx/gtk/gdiobj.h -include/wx/gtk/glcanvas.h -include/wx/gtk/icon.h -include/wx/gtk/joystick.h -include/wx/gtk/listbox.h -include/wx/gtk/mdi.h -include/wx/gtk/menu.h -include/wx/gtk/menuitem.h -include/wx/gtk/minifram.h -include/wx/gtk/notebook.h -include/wx/gtk/palette.h -include/wx/gtk/pen.h -include/wx/gtk/radiobox.h -include/wx/gtk/radiobut.h -include/wx/gtk/region.h -include/wx/gtk/scrolbar.h -include/wx/gtk/settings.h -include/wx/gtk/slider.h -include/wx/gtk/spinbutt.h -include/wx/gtk/spinctrl.h -include/wx/gtk/statbmp.h -include/wx/gtk/statbox.h -include/wx/gtk/statline.h -include/wx/gtk/stattext.h -include/wx/gtk/tbargtk.h -include/wx/gtk/textctrl.h -include/wx/gtk/timer.h -include/wx/gtk/tooltip.h -include/wx/gtk/treectrl.h -include/wx/gtk/wave.h -include/wx/gtk/win_gtk.h -include/wx/gtk/window.h -include/wx/hash.h -include/wx/help.h -include/wx/helpbase.h -include/wx/helphtml.h -include/wx/helpwin.h -include/wx/helpxlp.h -include/wx/html/forcelnk.h -include/wx/html/helpctrl.h -include/wx/html/helpdata.h -include/wx/html/helpfrm.h -include/wx/html/htmlcell.h -include/wx/html/htmldefs.h -include/wx/html/htmlfilt.h -include/wx/html/htmlpars.h -include/wx/html/htmltag.h -include/wx/html/htmlwin.h -include/wx/html/htmprint.h -include/wx/html/m_templ.h -include/wx/html/winpars.h -include/wx/icon.h -include/wx/imagbmp.h -include/wx/image.h -include/wx/imaggif.h -include/wx/imagjpeg.h -include/wx/imaglist.h -include/wx/imagpcx.h -include/wx/imagpng.h -include/wx/imagpnm.h -include/wx/imagtiff.h -include/wx/intl.h -include/wx/ioswrap.h -include/wx/ipcbase.h -include/wx/isql.h -include/wx/isqlext.h -include/wx/joystick.h -include/wx/layout.h -include/wx/laywin.h -include/wx/list.h -include/wx/listbox.h -include/wx/listctrl.h -include/wx/listimpl.cpp -include/wx/log.h -include/wx/longlong.h -include/wx/matrix.h -include/wx/mdi.h -include/wx/memconf.h -include/wx/memory.h -include/wx/menu.h -include/wx/menuitem.h -include/wx/metafile.h -include/wx/mimetype.h -include/wx/minifram.h -include/wx/module.h -include/wx/msgdlg.h -include/wx/mstream.h -include/wx/notebook.h -include/wx/object.h -include/wx/objstrm.h -include/wx/odbc.h -include/wx/ownerdrw.h -include/wx/palette.h -include/wx/panel.h -include/wx/paper.h -include/wx/pen.h -include/wx/plot.h -include/wx/print.h -include/wx/printdlg.h -include/wx/prntbase.h -include/wx/process.h -include/wx/progdlg.h -include/wx/prop.h -include/wx/propform.h -include/wx/proplist.h -include/wx/protocol/file.h -include/wx/protocol/ftp.h -include/wx/protocol/http.h -include/wx/protocol/protocol.h -include/wx/radiobox.h -include/wx/radiobut.h -include/wx/region.h -include/wx/resource.h -include/wx/sashwin.h -include/wx/sckaddr.h -include/wx/sckipc.h -include/wx/sckstrm.h -include/wx/scrolbar.h -include/wx/scrolwin.h -include/wx/serbase.h -include/wx/settings.h -include/wx/setup.h -include/wx/sizer.h -include/wx/slider.h -include/wx/socket.h -include/wx/spinbutt.h -include/wx/spinctrl.h -include/wx/splitter.h -include/wx/statbmp.h -include/wx/statbox.h -include/wx/statline.h -include/wx/stattext.h -include/wx/statusbr.h -include/wx/strconv.h -include/wx/stream.h -include/wx/string.h -include/wx/tab.h -include/wx/tabctrl.h -include/wx/taskbar.h -include/wx/tbarbase.h -include/wx/tbarsmpl.h -include/wx/textctrl.h -include/wx/textdlg.h -include/wx/textfile.h -include/wx/thread.h -include/wx/time.h -include/wx/timer.h -include/wx/tipdlg.h -include/wx/tokenzr.h -include/wx/toolbar.h -include/wx/tooltip.h -include/wx/treectrl.h -include/wx/txtstrm.h -include/wx/types.h -include/wx/unix/execute.h -include/wx/unix/fontutil.h -include/wx/unix/gsockunx.h -include/wx/unix/mimetype.h -include/wx/url.h -include/wx/utils.h -include/wx/valgen.h -include/wx/validate.h -include/wx/valtext.h -include/wx/variant.h -include/wx/version.h -include/wx/wave.h -include/wx/wfstream.h -include/wx/window.h -include/wx/wizard.h -include/wx/wx.h -include/wx/wx_cw.h -include/wx/wx_cw_cm.h -include/wx/wx_cw_d.h -include/wx/wxchar.h -include/wx/wxexpr.h -include/wx/wxhtml.h -include/wx/wxprec.h -include/wx/xpmhand.h -include/wx/zipstrm.h -include/wx/zstream.h -lib/libwx_gtk.so -lib/libwx_gtk.so.2 -lib/wx/include/wx/gtk/setup.h -share/locale/cs/LC_MESSAGES/wxstd.mo -share/locale/da/LC_MESSAGES/wxstd.mo -share/locale/de/LC_MESSAGES/wxstd.mo -share/locale/fi/LC_MESSAGES/wxstd.mo -share/locale/fr/LC_MESSAGES/wxstd.mo -share/locale/it/LC_MESSAGES/wxstd.mo -share/locale/ru/LC_MESSAGES/wxstd.mo -share/wx/afm/Cour.afm -share/wx/afm/CourBo.afm -share/wx/afm/CourBoO.afm -share/wx/afm/CourO.afm -share/wx/afm/Helv.afm -share/wx/afm/HelvBo.afm -share/wx/afm/HelvBoO.afm -share/wx/afm/HelvO.afm -share/wx/afm/TimesBo.afm -share/wx/afm/TimesBoO.afm -share/wx/afm/TimesO.afm -share/wx/afm/TimesRo.afm -share/wx/gs_afm/Cour.afm -share/wx/gs_afm/CourBo.afm -share/wx/gs_afm/CourBoO.afm -share/wx/gs_afm/CourO.afm -share/wx/gs_afm/Helv.afm -share/wx/gs_afm/HelvBo.afm -share/wx/gs_afm/HelvBoO.afm -share/wx/gs_afm/HelvO.afm -share/wx/gs_afm/TimesBo.afm -share/wx/gs_afm/TimesBoO.afm -share/wx/gs_afm/TimesO.afm -share/wx/gs_afm/TimesRo.afm -@dirrm include/wx/generic -@dirrm include/wx/gtk -@dirrm include/wx/html -@dirrm include/wx/protocol -@dirrm include/wx/unix -@dirrm include/wx -@dirrm lib/wx/include/wx/gtk -@dirrm lib/wx/include/wx -@dirrm lib/wx/include -@dirrm lib/wx -@dirrm share/wx/afm -@dirrm share/wx/gs_afm -@dirrm share/wx diff --git a/x11-toolkits/wxgtk24/Makefile b/x11-toolkits/wxgtk24/Makefile deleted file mode 100644 index adc0bd76859d..000000000000 --- a/x11-toolkits/wxgtk24/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: wxGTK -# Date created: September 18, 1999 -# Whom: nectar@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTNAME= wxgtk -PORTVERSION= 2.2.2 -CATEGORIES= x11-toolkits -MASTER_SITES= ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/ -DISTNAME= wxGTK-${PORTVERSION} - -MAINTAINER= nectar@FreeBSD.org - -LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.9:${PORTSDIR}/graphics/jpeg - -WRKSRC= ${WRKDIR}/wxGTK - -USE_X_PREFIX= yes -USE_NEWGCC= yes -USE_GMAKE= yes -USE_GTK= yes -USE_AUTOCONF= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --with-libpng=sys \ - --with-libjpeg=sys \ - --with-libtiff=sys \ - --with-zlib=sys -CONFIGURE_ENV= CPPFLAGS="-D_THREAD_SAFE -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -AUTOCONF= autoconf && \ - ${PERL} -pi -e 's|-l\$$THREADS_LIB|-pthread|g ; \ - s|-l\$$THREADS_LINK|-pthread|g' \ - ${WRKSRC}/configure - -post-install: - @${RM} -rf ${PREFIX}/include/wx/motif - @${RM} -rf ${PREFIX}/include/wx/msw - -.include <bsd.port.mk> diff --git a/x11-toolkits/wxgtk24/distinfo b/x11-toolkits/wxgtk24/distinfo deleted file mode 100644 index 305ac045aaaf..000000000000 --- a/x11-toolkits/wxgtk24/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (wxGTK-2.2.2.tar.gz) = 7284e890e08079beca4cb4cd128a067c diff --git a/x11-toolkits/wxgtk24/files/patch-aa b/x11-toolkits/wxgtk24/files/patch-aa deleted file mode 100644 index a7cf0245b477..000000000000 --- a/x11-toolkits/wxgtk24/files/patch-aa +++ /dev/null @@ -1,66 +0,0 @@ ---- configure.in.orig Sun Aug 20 17:52:52 2000 -+++ configure.in Sat Aug 26 02:03:38 2000 -@@ -1999,16 +1999,12 @@ - WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY}_gl.a" - - dnl the name of the shared library --WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}" --WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}" -+WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.so.2" -+WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY}_gl.so.2" - - dnl the name of the links to the shared library --WX_LIBRARY_LINK1="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}" --WX_LIBRARY_LINK2="lib${WX_LIBRARY}-${WX_RELEASE}.so" --WX_LIBRARY_LINK3="lib${WX_LIBRARY}.so" --WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so.${WX_CURRENT}" --WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so" --WX_LIBRARY_LINK3_GL="lib${WX_LIBRARY}_gl.so" -+WX_LIBRARY_LINK1="lib${WX_LIBRARY}.so" -+WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY}_gl.so" - - dnl shared library settings - SHARED_LD= -@@ -2742,24 +2738,6 @@ - fi - fi - -- --CXXFLAGS=`echo "${CXXFLAGS}" | sed "s/\-O.//g" ` --CFLAGS=`echo "${CFLAGS}" | sed "s/\-O.//g" ` --if test "$wxUSE_OPTIMISE" = "no" ; then -- OPTIMISE= --else -- if test "$GCC" = yes ; then -- OPTIMISE="-O2" -- case "${host}" in -- i586-*-*|i686-*-* ) -- OPTIMISE="${OPTIMISE} " -- ;; -- esac -- else -- OPTIMISE="-O" -- fi --fi -- - dnl --------------------------------------------------------------------------- - dnl Optional libraries - dnl --------------------------------------------------------------------------- -@@ -3784,8 +3762,6 @@ - AC_SUBST(WX_LIBRARY) - AC_SUBST(WX_TARGET_LIBRARY) - AC_SUBST(WX_LIBRARY_LINK1) --AC_SUBST(WX_LIBRARY_LINK2) --AC_SUBST(WX_LIBRARY_LINK3) - AC_SUBST(PROGRAM_EXT) - - dnl global gl options -@@ -3795,8 +3771,6 @@ - AC_SUBST(WX_LIBRARY_GL) - AC_SUBST(WX_TARGET_LIBRARY_GL) - AC_SUBST(WX_LIBRARY_LINK1_GL) --AC_SUBST(WX_LIBRARY_LINK2_GL) --AC_SUBST(WX_LIBRARY_LINK3_GL) - - dnl are we supposed to create the links? - AC_SUBST(WX_ALL) diff --git a/x11-toolkits/wxgtk24/files/patch-ac b/x11-toolkits/wxgtk24/files/patch-ac deleted file mode 100644 index ae25a9c7982d..000000000000 --- a/x11-toolkits/wxgtk24/files/patch-ac +++ /dev/null @@ -1,60 +0,0 @@ ---- Makefile.in.orig Wed Mar 22 13:12:38 2000 -+++ Makefile.in Sun Apr 23 08:08:08 2000 -@@ -311,39 +311,23 @@ - - CREATE_LINKS: @WX_LIBRARY_NAME_SHARED@ - @$(RM) ./lib/@WX_LIBRARY_LINK1@ -- @$(RM) ./lib/@WX_LIBRARY_LINK2@ -- @$(RM) ./lib/@WX_LIBRARY_LINK3@ - cd lib \ -- && $(LN_S) @WX_TARGET_LIBRARY@ @WX_LIBRARY_LINK1@ \ -- && $(LN_S) @WX_TARGET_LIBRARY@ @WX_LIBRARY_LINK2@ \ -- && $(LN_S) @WX_TARGET_LIBRARY@ @WX_LIBRARY_LINK3@ -+ && $(LN_S) @WX_TARGET_LIBRARY@ @WX_LIBRARY_LINK1@ - - CREATE_LINKS_GL: @WX_LIBRARY_NAME_SHARED_GL@ - @$(RM) ./lib/@WX_LIBRARY_LINK1_GL@ -- @$(RM) ./lib/@WX_LIBRARY_LINK2_GL@ -- @$(RM) ./lib/@WX_LIBRARY_LINK3_GL@ - cd lib \ -- && $(LN_S) @WX_TARGET_LIBRARY_GL@ @WX_LIBRARY_LINK1_GL@ \ -- && $(LN_S) @WX_TARGET_LIBRARY_GL@ @WX_LIBRARY_LINK2_GL@ \ -- && $(LN_S) @WX_TARGET_LIBRARY_GL@ @WX_LIBRARY_LINK3_GL@ -+ && $(LN_S) @WX_TARGET_LIBRARY_GL@ @WX_LIBRARY_LINK1_GL@ - - CREATE_INSTALLED_LINKS: preinstall - $(RM) $(libdir)/@WX_LIBRARY_LINK1@ -- $(RM) $(libdir)/@WX_LIBRARY_LINK2@ -- $(RM) $(libdir)/@WX_LIBRARY_LINK3@ - cd $(libdir) \ -- && $(LN_S) @WX_LIBRARY_NAME_SHARED@ @WX_LIBRARY_LINK1@ \ -- && $(LN_S) @WX_LIBRARY_NAME_SHARED@ @WX_LIBRARY_LINK2@ \ -- && $(LN_S) @WX_LIBRARY_NAME_SHARED@ @WX_LIBRARY_LINK3@ -+ && $(LN_S) @WX_LIBRARY_NAME_SHARED@ @WX_LIBRARY_LINK1@ - - CREATE_INSTALLED_LINKS_GL: preinstall_gl - $(RM) $(libdir)/@WX_LIBRARY_LINK1_GL@ -- $(RM) $(libdir)/@WX_LIBRARY_LINK2_GL@ -- $(RM) $(libdir)/@WX_LIBRARY_LINK3_GL@ - cd $(libdir) \ -- && $(LN_S) @WX_LIBRARY_NAME_SHARED_GL@ @WX_LIBRARY_LINK1_GL@ \ -- && $(LN_S) @WX_LIBRARY_NAME_SHARED_GL@ @WX_LIBRARY_LINK2_GL@ \ -- && $(LN_S) @WX_LIBRARY_NAME_SHARED_GL@ @WX_LIBRARY_LINK3_GL@ -+ && $(LN_S) @WX_LIBRARY_NAME_SHARED_GL@ @WX_LIBRARY_LINK1_GL@ - - $(OBJECTS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h - -@@ -437,13 +421,9 @@ - @echo " Removing library..." - @$(RM) $(libdir)/@WX_TARGET_LIBRARY@ - @$(RM) $(libdir)/@WX_LIBRARY_LINK1@ -- @$(RM) $(libdir)/@WX_LIBRARY_LINK2@ -- @$(RM) $(libdir)/@WX_LIBRARY_LINK3@ - @echo " Removing GL library..." - @$(RM) $(libdir)/@WX_TARGET_LIBRARY_GL@ - @$(RM) $(libdir)/@WX_LIBRARY_LINK1_GL@ -- @$(RM) $(libdir)/@WX_LIBRARY_LINK2_GL@ -- @$(RM) $(libdir)/@WX_LIBRARY_LINK3_GL@ - @echo " Removing helper files..." - @$(RM) $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h - @$(RM) $(bindir)/wx-config diff --git a/x11-toolkits/wxgtk24/pkg-comment b/x11-toolkits/wxgtk24/pkg-comment deleted file mode 100644 index 818cecfb652e..000000000000 --- a/x11-toolkits/wxgtk24/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The wxWindows GUI toolkit with GTK+ bindings diff --git a/x11-toolkits/wxgtk24/pkg-descr b/x11-toolkits/wxgtk24/pkg-descr deleted file mode 100644 index 4b5c2a00c6d4..000000000000 --- a/x11-toolkits/wxgtk24/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A C++ package for platform independed program development. - -WWW: http://wesley.informatik.uni-freiburg.de/~wxxt/ diff --git a/x11-toolkits/wxgtk24/pkg-plist b/x11-toolkits/wxgtk24/pkg-plist deleted file mode 100644 index 87448542e311..000000000000 --- a/x11-toolkits/wxgtk24/pkg-plist +++ /dev/null @@ -1,369 +0,0 @@ -bin/wx-config -bin/wxgtk-config -include/wx/accel.h -include/wx/app.h -include/wx/arrimpl.cpp -include/wx/bitmap.h -include/wx/bmpbuttn.h -include/wx/brush.h -include/wx/buffer.h -include/wx/busyinfo.h -include/wx/button.h -include/wx/calctrl.h -include/wx/caret.h -include/wx/checkbox.h -include/wx/checklst.h -include/wx/choicdlg.h -include/wx/choice.h -include/wx/clipbrd.h -include/wx/cmdline.h -include/wx/cmndata.h -include/wx/colordlg.h -include/wx/colour.h -include/wx/combobox.h -include/wx/confbase.h -include/wx/config.h -include/wx/control.h -include/wx/ctrlsub.h -include/wx/cursor.h -include/wx/dataobj.h -include/wx/date.h -include/wx/datetime.h -include/wx/datetime.inl -include/wx/datstrm.h -include/wx/db.h -include/wx/dbtable.h -include/wx/dc.h -include/wx/dcclient.h -include/wx/dcmemory.h -include/wx/dcprint.h -include/wx/dcps.h -include/wx/dcscreen.h -include/wx/dde.h -include/wx/debug.h -include/wx/defs.h -include/wx/dialog.h -include/wx/dialup.h -include/wx/dir.h -include/wx/dirdlg.h -include/wx/dnd.h -include/wx/docmdi.h -include/wx/docview.h -include/wx/dragimag.h -include/wx/dynarray.h -include/wx/dynlib.h -include/wx/encconv.h -include/wx/event.h -include/wx/expr.h -include/wx/ffile.h -include/wx/file.h -include/wx/fileconf.h -include/wx/filedlg.h -include/wx/filefn.h -include/wx/filesys.h -include/wx/font.h -include/wx/fontdlg.h -include/wx/fontenc.h -include/wx/fontenum.h -include/wx/fontmap.h -include/wx/fontutil.h -include/wx/frame.h -include/wx/fs_inet.h -include/wx/fs_mem.h -include/wx/fs_zip.h -include/wx/gauge.h -include/wx/gdicmn.h -include/wx/gdiobj.h -include/wx/generic/calctrl.h -include/wx/generic/caret.h -include/wx/generic/choicdgg.h -include/wx/generic/colrdlgg.h -include/wx/generic/dcpsg.h -include/wx/generic/dirdlgg.h -include/wx/generic/dragimgg.h -include/wx/generic/filedlgg.h -include/wx/generic/fontdlgg.h -include/wx/generic/grid.h -include/wx/generic/gridg.h -include/wx/generic/helpext.h -include/wx/generic/helphtml.h -include/wx/generic/helpwxht.h -include/wx/generic/helpxlp.h -include/wx/generic/imaglist.h -include/wx/generic/laywin.h -include/wx/generic/listctrl.h -include/wx/generic/msgdlgg.h -include/wx/generic/notebook.h -include/wx/generic/panelg.h -include/wx/generic/plot.h -include/wx/generic/printps.h -include/wx/generic/prntdlgg.h -include/wx/generic/progdlgg.h -include/wx/generic/sashwin.h -include/wx/generic/scrolwin.h -include/wx/generic/splitter.h -include/wx/generic/statusbr.h -include/wx/generic/tabg.h -include/wx/generic/textdlgg.h -include/wx/generic/treectrl.h -include/wx/generic/wizard.h -include/wx/geometry.h -include/wx/gifdecod.h -include/wx/glcanvas.h -include/wx/grid.h -include/wx/gsocket.h -include/wx/gtk/accel.h -include/wx/gtk/app.h -include/wx/gtk/bitmap.h -include/wx/gtk/bmpbuttn.h -include/wx/gtk/brush.h -include/wx/gtk/button.h -include/wx/gtk/checkbox.h -include/wx/gtk/checklst.h -include/wx/gtk/choice.h -include/wx/gtk/clipbrd.h -include/wx/gtk/colour.h -include/wx/gtk/combobox.h -include/wx/gtk/control.h -include/wx/gtk/cursor.h -include/wx/gtk/dataform.h -include/wx/gtk/dataobj.h -include/wx/gtk/dataobj2.h -include/wx/gtk/dc.h -include/wx/gtk/dcclient.h -include/wx/gtk/dcmemory.h -include/wx/gtk/dcscreen.h -include/wx/gtk/dialog.h -include/wx/gtk/dnd.h -include/wx/gtk/filedlg.h -include/wx/gtk/font.h -include/wx/gtk/fontdlg.h -include/wx/gtk/frame.h -include/wx/gtk/gauge.h -include/wx/gtk/gdiobj.h -include/wx/gtk/glcanvas.h -include/wx/gtk/icon.h -include/wx/gtk/joystick.h -include/wx/gtk/listbox.h -include/wx/gtk/mdi.h -include/wx/gtk/menu.h -include/wx/gtk/menuitem.h -include/wx/gtk/minifram.h -include/wx/gtk/notebook.h -include/wx/gtk/palette.h -include/wx/gtk/pen.h -include/wx/gtk/radiobox.h -include/wx/gtk/radiobut.h -include/wx/gtk/region.h -include/wx/gtk/scrolbar.h -include/wx/gtk/settings.h -include/wx/gtk/slider.h -include/wx/gtk/spinbutt.h -include/wx/gtk/spinctrl.h -include/wx/gtk/statbmp.h -include/wx/gtk/statbox.h -include/wx/gtk/statline.h -include/wx/gtk/stattext.h -include/wx/gtk/tbargtk.h -include/wx/gtk/textctrl.h -include/wx/gtk/timer.h -include/wx/gtk/tooltip.h -include/wx/gtk/treectrl.h -include/wx/gtk/wave.h -include/wx/gtk/win_gtk.h -include/wx/gtk/window.h -include/wx/hash.h -include/wx/help.h -include/wx/helpbase.h -include/wx/helphtml.h -include/wx/helpwin.h -include/wx/helpxlp.h -include/wx/html/forcelnk.h -include/wx/html/helpctrl.h -include/wx/html/helpdata.h -include/wx/html/helpfrm.h -include/wx/html/htmlcell.h -include/wx/html/htmldefs.h -include/wx/html/htmlfilt.h -include/wx/html/htmlpars.h -include/wx/html/htmltag.h -include/wx/html/htmlwin.h -include/wx/html/htmprint.h -include/wx/html/m_templ.h -include/wx/html/winpars.h -include/wx/icon.h -include/wx/imagbmp.h -include/wx/image.h -include/wx/imaggif.h -include/wx/imagjpeg.h -include/wx/imaglist.h -include/wx/imagpcx.h -include/wx/imagpng.h -include/wx/imagpnm.h -include/wx/imagtiff.h -include/wx/intl.h -include/wx/ioswrap.h -include/wx/ipcbase.h -include/wx/isql.h -include/wx/isqlext.h -include/wx/joystick.h -include/wx/layout.h -include/wx/laywin.h -include/wx/list.h -include/wx/listbox.h -include/wx/listctrl.h -include/wx/listimpl.cpp -include/wx/log.h -include/wx/longlong.h -include/wx/matrix.h -include/wx/mdi.h -include/wx/memconf.h -include/wx/memory.h -include/wx/menu.h -include/wx/menuitem.h -include/wx/metafile.h -include/wx/mimetype.h -include/wx/minifram.h -include/wx/module.h -include/wx/msgdlg.h -include/wx/mstream.h -include/wx/notebook.h -include/wx/object.h -include/wx/objstrm.h -include/wx/odbc.h -include/wx/ownerdrw.h -include/wx/palette.h -include/wx/panel.h -include/wx/paper.h -include/wx/pen.h -include/wx/plot.h -include/wx/print.h -include/wx/printdlg.h -include/wx/prntbase.h -include/wx/process.h -include/wx/progdlg.h -include/wx/prop.h -include/wx/propform.h -include/wx/proplist.h -include/wx/protocol/file.h -include/wx/protocol/ftp.h -include/wx/protocol/http.h -include/wx/protocol/protocol.h -include/wx/radiobox.h -include/wx/radiobut.h -include/wx/region.h -include/wx/resource.h -include/wx/sashwin.h -include/wx/sckaddr.h -include/wx/sckipc.h -include/wx/sckstrm.h -include/wx/scrolbar.h -include/wx/scrolwin.h -include/wx/serbase.h -include/wx/settings.h -include/wx/setup.h -include/wx/sizer.h -include/wx/slider.h -include/wx/socket.h -include/wx/spinbutt.h -include/wx/spinctrl.h -include/wx/splitter.h -include/wx/statbmp.h -include/wx/statbox.h -include/wx/statline.h -include/wx/stattext.h -include/wx/statusbr.h -include/wx/strconv.h -include/wx/stream.h -include/wx/string.h -include/wx/tab.h -include/wx/tabctrl.h -include/wx/taskbar.h -include/wx/tbarbase.h -include/wx/tbarsmpl.h -include/wx/textctrl.h -include/wx/textdlg.h -include/wx/textfile.h -include/wx/thread.h -include/wx/time.h -include/wx/timer.h -include/wx/tipdlg.h -include/wx/tokenzr.h -include/wx/toolbar.h -include/wx/tooltip.h -include/wx/treectrl.h -include/wx/txtstrm.h -include/wx/types.h -include/wx/unix/execute.h -include/wx/unix/fontutil.h -include/wx/unix/gsockunx.h -include/wx/unix/mimetype.h -include/wx/url.h -include/wx/utils.h -include/wx/valgen.h -include/wx/validate.h -include/wx/valtext.h -include/wx/variant.h -include/wx/version.h -include/wx/wave.h -include/wx/wfstream.h -include/wx/window.h -include/wx/wizard.h -include/wx/wx.h -include/wx/wx_cw.h -include/wx/wx_cw_cm.h -include/wx/wx_cw_d.h -include/wx/wxchar.h -include/wx/wxexpr.h -include/wx/wxhtml.h -include/wx/wxprec.h -include/wx/xpmhand.h -include/wx/zipstrm.h -include/wx/zstream.h -lib/libwx_gtk.so -lib/libwx_gtk.so.2 -lib/wx/include/wx/gtk/setup.h -share/locale/cs/LC_MESSAGES/wxstd.mo -share/locale/da/LC_MESSAGES/wxstd.mo -share/locale/de/LC_MESSAGES/wxstd.mo -share/locale/fi/LC_MESSAGES/wxstd.mo -share/locale/fr/LC_MESSAGES/wxstd.mo -share/locale/it/LC_MESSAGES/wxstd.mo -share/locale/ru/LC_MESSAGES/wxstd.mo -share/wx/afm/Cour.afm -share/wx/afm/CourBo.afm -share/wx/afm/CourBoO.afm -share/wx/afm/CourO.afm -share/wx/afm/Helv.afm -share/wx/afm/HelvBo.afm -share/wx/afm/HelvBoO.afm -share/wx/afm/HelvO.afm -share/wx/afm/TimesBo.afm -share/wx/afm/TimesBoO.afm -share/wx/afm/TimesO.afm -share/wx/afm/TimesRo.afm -share/wx/gs_afm/Cour.afm -share/wx/gs_afm/CourBo.afm -share/wx/gs_afm/CourBoO.afm -share/wx/gs_afm/CourO.afm -share/wx/gs_afm/Helv.afm -share/wx/gs_afm/HelvBo.afm -share/wx/gs_afm/HelvBoO.afm -share/wx/gs_afm/HelvO.afm -share/wx/gs_afm/TimesBo.afm -share/wx/gs_afm/TimesBoO.afm -share/wx/gs_afm/TimesO.afm -share/wx/gs_afm/TimesRo.afm -@dirrm include/wx/generic -@dirrm include/wx/gtk -@dirrm include/wx/html -@dirrm include/wx/protocol -@dirrm include/wx/unix -@dirrm include/wx -@dirrm lib/wx/include/wx/gtk -@dirrm lib/wx/include/wx -@dirrm lib/wx/include -@dirrm lib/wx -@dirrm share/wx/afm -@dirrm share/wx/gs_afm -@dirrm share/wx |