diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-04-07 10:38:30 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-04-07 10:38:30 +0000 |
commit | b47be74084057e3550b8723eae1dbc0f7c0d2fa5 (patch) | |
tree | 82e808f1c6023ffd99af5a14a44b649fd49d587e /x11-toolkits | |
parent | 503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_1_0'.release/6.1.0
Notes
Notes:
svn path=/head/; revision=159032
svn path=/tags/RELEASE_6_1_0/; revision=159033; tag=release/6.1.0
Diffstat (limited to 'x11-toolkits')
216 files changed, 0 insertions, 16476 deletions
diff --git a/x11-toolkits/fox10/Makefile b/x11-toolkits/fox10/Makefile deleted file mode 100644 index 34e90e0d5ceb..000000000000 --- a/x11-toolkits/fox10/Makefile +++ /dev/null @@ -1,148 +0,0 @@ -# New ports collection makefile for: fox -# Date created: 23 Feb 2000 -# Whom: Will Andrews <andrews@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= fox -PORTVERSION= 1.0.48 -CATEGORIES= x11-toolkits -MASTER_SITES= http://www.fox-toolkit.org/ftp/ \ - ftp://ftp.fox-toolkit.org/pub/ \ - ftp://ftp.uni-koeln.de/windows/xcontrib/ \ - ftp://ftp.cfdrc.com/pub/FOX/ \ - ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/ - -MAINTAINER?= ports@FreeBSD.org -COMMENT= Fast and extensive C++ GUI toolkit - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff - -CONFLICTS= fox-1.1.* - -USE_GL= yes -INSTALLS_SHLIB= yes -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}" \ - CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--with-opengl=mesa --with-x - -MAN1= reswrap.1 - -## -## Additional Options -## -# -.if defined(WITHOUT_SHM) -CONFIGURE_ARGS+=--with-shm=no -.else -CONFIGURE_ARGS+=--with-shm=yes -.endif -# -.if defined(WITH_CUPS) -CONFIGURE_ARGS+=--enable-cups -.else -CONFIGURE_ARGS+=--disable-cups -.endif -# -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+=--enable-debug -.else -CONFIGURE_ARGS+=--enable-release -.endif -# -.if defined(WITH_FOX_APPLICATIONS) -PLIST_SUB+= APPS="" - -MAN1+= PathFinder.1 adie.1 calculator.1 -.else -PLIST_SUB+= APPS="@comment " -.endif - -SPECFLAGS= -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations -# -.if defined(WITH_OPTIMIZED_CXXFLAGS) -# turn distribution-recommended optimization flags back on -CXXFLAGS+= -Wuninitialized ${SPECFLAGS} -.endif -# -.if defined(WITH_PROFILING) -CONFIGURE_ARGS+=--with-profiling=gprof -.endif -# -.if defined(NOPORTDOCS) -MAKE_ARGS+= DOC= -.else -MAKE_ARGS+= DOC=doc -.endif - -post-patch: -# Remove additional flags - @${REINPLACE_CMD} -E -e \ - 's|${SPECFLAGS}||g' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -# CXXFLAGS safeness -.if !defined(WITH_OPTIMIZED_CXXFLAGS) - @${REINPLACE_CMD} -E -e \ - 's|-O2|${CXXFLAGS}|g' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -.else - @${REINPLACE_CMD} -E -e \ - 's|-O2|-O2 ${CXXFLAGS}|g' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -.endif - @${REINPLACE_CMD} -E -e \ - 's|lMesaGL|lGL|g' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -# doc prefix safeness - @${REINPLACE_CMD} -E -e \ - 's|^(htmldir).*$$|\1=${DOCSDIR}/html|' \ - ${WRKSRC}/doc/Makefile.in - @${REINPLACE_CMD} -E -e \ - 's|^(artdir).*$$|\1=${DOCSDIR}/html|' \ - ${WRKSRC}/doc/art/Makefile.in - @${REINPLACE_CMD} -E -e \ - 's|^(screenshotsdir).*$$|\1=${DOCSDIR}/html|' \ - ${WRKSRC}/doc/screenshots/Makefile.in -.if !defined(WITH_FOX_APPLICATIONS) - @${REINPLACE_CMD} -E -e \ - 's,^(SUBDIRS.*)adie,\1,; \ - s,^(SUBDIRS.*)pathfinder,\1,; \ - s,^(SUBDIRS.*)calculator,\1,' \ - ${WRKSRC}/Makefile.in -.endif - -pre-everything:: -.if !defined(WITH_OPTIMIZED_CXXFLAGS) - @${ECHO_MSG} - @${ECHO_MSG} 'You can enable additional compilation optimizations' - @${ECHO_MSG} 'by defining WITH_OPTIMIZED_CXXFLAGS' -.endif -.if !defined(WITH_CUPS) - @${ECHO_MSG} - @${ECHO_MSG} 'You can enable CUPS support by defining WITH_CUPS' -.endif -.if !defined(WITH_DEBUG) - @${ECHO_MSG} - @${ECHO_MSG} 'You can build DEBUG support by defining WITH_DEBUG' -.endif -.if !defined(WITH_FOX_APPLICATIONS) - @${ECHO_MSG} - @${ECHO_MSG} 'You can install FOX sample applications by defining WITH_FOX_APPLICATIONS' -.endif -.if !defined(WITH_PROFILING) - @${ECHO_MSG} - @${ECHO_MSG} 'You can build PROFILING support by defining WITH_PROFILING' -.endif -.if !defined(WITHOUT_SHM) - @${ECHO_MSG} - @${ECHO_MSG} 'You can disable Shared Memory support by defining WITHOUT_SHM' -.endif - @${ECHO_MSG} - -.include <bsd.port.mk> diff --git a/x11-toolkits/fox10/distinfo b/x11-toolkits/fox10/distinfo deleted file mode 100644 index 29a7cc60ada3..000000000000 --- a/x11-toolkits/fox10/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (fox-1.0.48.tar.gz) = 55b37dce548d650099b59a52fb7b5d06 -SHA256 (fox-1.0.48.tar.gz) = afb3170696f78c0fdaf977a121222c966ed69651950b2082bcebc10074a66589 -SIZE (fox-1.0.48.tar.gz) = 2133434 diff --git a/x11-toolkits/fox10/pkg-descr b/x11-toolkits/fox10/pkg-descr deleted file mode 100644 index 0ce2e12c437e..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.fox-toolkit.org/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 c300836e5473..000000000000 --- a/x11-toolkits/fox10/pkg-plist +++ /dev/null @@ -1,268 +0,0 @@ -%%APPS%%bin/PathFinder -%%APPS%%bin/adie -%%APPS%%bin/calculator -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/FXCURCursor.h -include/fox/FXCanvas.h -include/fox/FXCharset.h -include/fox/FXCheckButton.h -include/fox/FXColorBar.h -include/fox/FXColorDialog.h -include/fox/FXColorSelector.h -include/fox/FXColorWell.h -include/fox/FXColorWheel.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/FXDriveBox.h -include/fox/FXElement.h -include/fox/FXException.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/FXICOIcon.h -include/fox/FXICOImage.h -include/fox/FXIcon.h -include/fox/FXIconList.h -include/fox/FXId.h -include/fox/FXImage.h -include/fox/FXImageView.h -include/fox/FXInputDialog.h -include/fox/FXJPGIcon.h -include/fox/FXJPGImage.h -include/fox/FXLabel.h -include/fox/FXList.h -include/fox/FXListBox.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/FXPCXIcon.h -include/fox/FXPCXImage.h -include/fox/FXPNGIcon.h -include/fox/FXPNGImage.h -include/fox/FXPacker.h -include/fox/FXPicker.h -include/fox/FXPoint.h -include/fox/FXPopup.h -include/fox/FXPrintDialog.h -include/fox/FXProgressBar.h -include/fox/FXProgressDialog.h -include/fox/FXQuat.h -include/fox/FXRGBIcon.h -include/fox/FXRGBImage.h -include/fox/FXRadioButton.h -include/fox/FXRange.h -include/fox/FXRecentFiles.h -include/fox/FXRectangle.h -include/fox/FXRegion.h -include/fox/FXRegistry.h -include/fox/FXReplaceDialog.h -include/fox/FXRex.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/FXSettings.h -include/fox/FXShell.h -include/fox/FXShutter.h -include/fox/FXSize.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/FXStringDict.h -include/fox/FXSwitcher.h -include/fox/FXTGAIcon.h -include/fox/FXTGAImage.h -include/fox/FXTIFIcon.h -include/fox/FXTIFImage.h -include/fox/FXTabBar.h -include/fox/FXTabBook.h -include/fox/FXTabItem.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/fxver.h -include/fox/xincs.h -lib/libFOX-1.0.so -lib/libFOX-1.0.so.0 -lib/libFOX.a -lib/libFOX.la -lib/libFOX.so -%%PORTDOCS%%%%DOCSDIR%%/html/adie.html -%%PORTDOCS%%%%DOCSDIR%%/html/adie.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/adie_colors.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/adie_del.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/adie_edit.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/adie_font.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/adie_pat.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/app.html -%%PORTDOCS%%%%DOCSDIR%%/html/bigpenguin.png -%%PORTDOCS%%%%DOCSDIR%%/html/calc.html -%%PORTDOCS%%%%DOCSDIR%%/html/colordialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/datatarget.html -%%PORTDOCS%%%%DOCSDIR%%/html/dirdialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/doc.html -%%PORTDOCS%%%%DOCSDIR%%/html/download.html -%%PORTDOCS%%%%DOCSDIR%%/html/draganddrop.html -%%PORTDOCS%%%%DOCSDIR%%/html/faq.html -%%PORTDOCS%%%%DOCSDIR%%/html/filedialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/filefuncs.html -%%PORTDOCS%%%%DOCSDIR%%/html/focus.html -%%PORTDOCS%%%%DOCSDIR%%/html/fontdialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/fonts.html -%%PORTDOCS%%%%DOCSDIR%%/html/foreword.html -%%PORTDOCS%%%%DOCSDIR%%/html/fox.html -%%PORTDOCS%%%%DOCSDIR%%/html/foxcalc.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/foxcalc_prefdialog_01_small.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/foxcalc_prefdialog_02_small.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/foxcalc_prefdialog_03_small.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/foxlogo.png -%%PORTDOCS%%%%DOCSDIR%%/html/foxstart.png -%%PORTDOCS%%%%DOCSDIR%%/html/freespeach.gif -%%PORTDOCS%%%%DOCSDIR%%/html/glview.png -%%PORTDOCS%%%%DOCSDIR%%/html/goals.html -%%PORTDOCS%%%%DOCSDIR%%/html/guiupdate.html -%%PORTDOCS%%%%DOCSDIR%%/html/icons.html -%%PORTDOCS%%%%DOCSDIR%%/html/ill.gif -%%PORTDOCS%%%%DOCSDIR%%/html/ilr.gif -%%PORTDOCS%%%%DOCSDIR%%/html/innernerd.gif -%%PORTDOCS%%%%DOCSDIR%%/html/introduction.html -%%PORTDOCS%%%%DOCSDIR%%/html/iul.gif -%%PORTDOCS%%%%DOCSDIR%%/html/iur.gif -%%PORTDOCS%%%%DOCSDIR%%/html/layout.html -%%PORTDOCS%%%%DOCSDIR%%/html/messages.html -%%PORTDOCS%%%%DOCSDIR%%/html/nerd_inside.gif -%%PORTDOCS%%%%DOCSDIR%%/html/news.html -%%PORTDOCS%%%%DOCSDIR%%/html/oldfox.html -%%PORTDOCS%%%%DOCSDIR%%/html/oll.gif -%%PORTDOCS%%%%DOCSDIR%%/html/olr.gif -%%PORTDOCS%%%%DOCSDIR%%/html/opengl_logo.png -%%PORTDOCS%%%%DOCSDIR%%/html/oul.gif -%%PORTDOCS%%%%DOCSDIR%%/html/oul_grey.gif -%%PORTDOCS%%%%DOCSDIR%%/html/our.gif -%%PORTDOCS%%%%DOCSDIR%%/html/pathfinder.html -%%PORTDOCS%%%%DOCSDIR%%/html/pathfinder.png -%%PORTDOCS%%%%DOCSDIR%%/html/printdialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/progress.png -%%PORTDOCS%%%%DOCSDIR%%/html/projects.html -%%PORTDOCS%%%%DOCSDIR%%/html/registry.html -%%PORTDOCS%%%%DOCSDIR%%/html/replacedialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/rex.html -%%PORTDOCS%%%%DOCSDIR%%/html/screenshots.html -%%PORTDOCS%%%%DOCSDIR%%/html/scribble.png -%%PORTDOCS%%%%DOCSDIR%%/html/searchdialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/serialization.html -%%PORTDOCS%%%%DOCSDIR%%/html/sgitextedit.png -%%PORTDOCS%%%%DOCSDIR%%/html/slingerzbutton1.gif -%%PORTDOCS%%%%DOCSDIR%%/html/styles.css -%%PORTDOCS%%%%DOCSDIR%%/html/table.png -%%PORTDOCS%%%%DOCSDIR%%/html/timers.html -%%PORTDOCS%%%%DOCSDIR%%/html/widgets.html -%%PORTDOCS%%%%DOCSDIR%%/html/win32-libraries.png -%%PORTDOCS%%%%DOCSDIR%%/html/win32-linkoutput.png -%%PORTDOCS%%%%DOCSDIR%%/html/win32-postbuild.png -%%PORTDOCS%%%%DOCSDIR%%/html/win32-preprocessor.png -%%PORTDOCS%%%%DOCSDIR%%/html/win32-project.png -%%PORTDOCS%%%%DOCSDIR%%/html/win32-tooloptions.png -%%PORTDOCS%%%%DOCSDIR%%/html/win32.html -%%PORTDOCS%%%%DOCSDIR%%/html/window.html -%%PORTDOCS%%%%DOCSDIR%%/html/wintextedit.png -%%PORTDOCS%%%%DOCSDIR%%/html/xml.html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm include/fox diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile deleted file mode 100644 index 376458cb00ce..000000000000 --- a/x11-toolkits/fox14/Makefile +++ /dev/null @@ -1,132 +0,0 @@ -# New ports collection makefile for: fox -# Date created: 23 Feb 2000 -# Whom: Will Andrews <andrews@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= fox -PORTVERSION= ${MAJORVER}.${SHVER} -PORTREVISION= 1 -CATEGORIES= x11-toolkits -MASTER_SITES= http://www.fox-toolkit.org/ftp/ \ - ftp://ftp.fox-toolkit.org/pub/ \ - http://fresh.t-systems-sfr.com/unix/src/misc/ - -MAINTAINER?= ports@FreeBSD.org -COMMENT= Fast and extensive C++ GUI toolkit - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - Xft.2:${PORTSDIR}/x11-fonts/libXft - -CONFLICTS= fox-1.0.* - -LATEST_LINK= fox-devel - -MAJORVER= 1.4 -SHVER= 7 -PLIST_SUB+= MAJORVER=${MAJORVER} SHVER=${SHVER} - -USE_GL= yes -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --with-opengl --with-x --enable-threadsafe -INSTALLS_SHLIB= yes - -MAN1= shutterbug.1 reswrap.1 - -CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include -LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib - -OPTIONS= OPTIMIZED_CXXFLAGS "Enable additional optimizations" off \ - CUPS "Enable CUPS support" off \ - DEBUG "Build with DEBUG support" off \ - FOX_APPLICATIONS "Install sample applications" off \ - PROFILING "Build with PROFILING support" off \ - SHM "Enable Shared Memory support" on \ - XFT "Enable Xft support" on - -.include <bsd.port.pre.mk> - -## -## Additional Options -## -# -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 || defined(WITHOUT_XFT) -CONFIGURE_ARGS+= --with-xft=no -.else -CONFIGURE_ARGS+= --with-xft=yes -CPPFLAGS+= `freetype-config --cflags` -LDFLAGS+= `freetype-config --libs` -.endif -# -.if defined(WITHOUT_SHM) -CONFIGURE_ARGS+= --with-xshm=no -.else -CONFIGURE_ARGS+= --with-xshm=yes -.endif -# -.if defined(WITH_CUPS) -CONFIGURE_ARGS+= --enable-cups -.else -CONFIGURE_ARGS+= --disable-cups -.endif -# -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug -.else -CONFIGURE_ARGS+= --enable-release -.endif -# -.if defined(WITH_FOX_APPLICATIONS) -MAN1+= PathFinder.1 adie.1 calculator.1 -PLIST_SUB+= APPS="" -.else -PLIST_SUB+= APPS="@comment " -.endif -# -.if defined(WITH_OPTIMIZED_CXXFLAGS) -# turn distribution-recommended optimization flags back on -CXXFLAGS+= -O2 -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations -.endif -# -.if defined(WITH_PROFILING) -CONFIGURE_ARGS+= --with-profiling=gprof -.endif -# -.if defined(NOPORTDOCS) -MAKE_ARGS+= DOC= -.else -MAKE_ARGS+= DOC=doc -.endif - -post-patch: -# CXXFLAGS safeness - @${REINPLACE_CMD} -E -e \ - 's|-O2|${CXXFLAGS}|g ; \ - s|-lc_r|${PTHREAD_LIBS}|g ; \ - s|FOX_INTERFACE_VERSION=0|FOX_INTERFACE_VERSION=${SHVER}|g' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -# doc prefix safeness - @${REINPLACE_CMD} -E -e \ - 's|^(htmldir).*$$|\1=${DOCSDIR}/html|' \ - ${WRKSRC}/doc/Makefile.in - @${REINPLACE_CMD} -E -e \ - 's|^(artdir).*$$|\1=${DOCSDIR}/html|' \ - ${WRKSRC}/doc/art/Makefile.in - @${REINPLACE_CMD} -E -e \ - 's|^(screenshotsdir).*$$|\1=${DOCSDIR}/html|' \ - ${WRKSRC}/doc/screenshots/Makefile.in -.if !defined(WITH_FOX_APPLICATIONS) - @${REINPLACE_CMD} -E -e \ - 's,^(SUBDIRS.*)adie,\1,; \ - s,^(SUBDIRS.*)pathfinder,\1,; \ - s,^(SUBDIRS.*)calculator,\1,' \ - ${WRKSRC}/Makefile.in -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/fox14/distinfo b/x11-toolkits/fox14/distinfo deleted file mode 100644 index b04904ec4ddb..000000000000 --- a/x11-toolkits/fox14/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (fox-1.4.7.tar.gz) = 3bb07ac7d24cbffa3292ec09d7157a3d -SHA256 (fox-1.4.7.tar.gz) = 7973dda7433d7a88aab067cac89711e363d0f3a341b024f6bc5cd353ee0c135b -SIZE (fox-1.4.7.tar.gz) = 3922890 diff --git a/x11-toolkits/fox14/files/patch-configure b/x11-toolkits/fox14/files/patch-configure deleted file mode 100644 index cd9fb07ed394..000000000000 --- a/x11-toolkits/fox14/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Tue Feb 8 15:20:38 2005 -+++ configure Wed Feb 9 16:04:31 2005 -@@ -24927,7 +24927,7 @@ - if test "x$enable_release" = "xyes" ; then - CXXFLAGS="${CXXFLAGS} -O2 -DNDEBUG" - if test "${GXX}" = "yes" ; then --CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -fstrict-aliasing -finline-functions -fomit-frame-pointer -fexpensive-optimizations" -+CXXFLAGS="${CXXFLAGS} -Wuninitialized" - fi - fi - diff --git a/x11-toolkits/fox14/files/patch-src::FXFile.cpp b/x11-toolkits/fox14/files/patch-src::FXFile.cpp deleted file mode 100644 index 44f33e7947d7..000000000000 --- a/x11-toolkits/fox14/files/patch-src::FXFile.cpp +++ /dev/null @@ -1,47 +0,0 @@ ---- src/FXFile.cpp.orig Sat Feb 5 13:10:50 2005 -+++ src/FXFile.cpp Wed Feb 9 17:40:15 2005 -@@ -102,7 +102,7 @@ - // Get current user name - FXString FXFile::getCurrentUserName(){ - #ifndef WIN32 --#ifdef FOX_THREAD_SAFE -+#if defined(FOX_THREAD_SAFE) && !defined(__FreeBSD__) - struct passwd pwdresult,*pwd; - char buffer[1024]; - if(getpwuid_r(geteuid(),&pwdresult,buffer,sizeof(buffer),&pwd)==0 && pwd) return pwd->pw_name; -@@ -180,7 +180,7 @@ - // Get home directory for a given user - FXString FXFile::getUserDirectory(const FXString& user){ - #ifndef WIN32 --#ifdef FOX_THREAD_SAFE -+#if defined(FOX_THREAD_SAFE) && !defined(__FreeBSD__) - struct passwd pwdresult,*pwd; - char buffer[1024]; - if(user.empty()){ -@@ -1059,7 +1059,7 @@ - FXString FXFile::owner(FXuint uid){ - FXchar result[64]; - #ifndef WIN32 --#ifdef FOX_THREAD_SAFE -+#if defined(FOX_THREAD_SAFE) && !defined(__FreeBSD__) - struct passwd pwdresult,*pwd; - char buffer[1024]; - if(getpwuid_r(uid,&pwdresult,buffer,sizeof(buffer),&pwd)==0 && pwd) return pwd->pw_name; -@@ -1077,7 +1077,7 @@ - FXString FXFile::group(FXuint gid){ - FXchar result[64]; - #ifndef WIN32 --#ifdef FOX_THREAD_SAFE -+#if defined(FOX_THREAD_SAFE) && !defined(__FreeBSD__) - ::group grpresult; - ::group *grp; - char buffer[1024]; -@@ -1435,7 +1435,7 @@ - // Convert file time to string as per strftime format - FXString FXFile::time(const FXchar *format,FXTime filetime){ - #ifndef WIN32 --#ifdef FOX_THREAD_SAFE -+#if defined(FOX_THREAD_SAFE) && !defined(__FreeBSD__) - time_t tmp=(time_t)FXMAX(filetime,0); - struct tm tmresult; - FXchar buffer[512]; diff --git a/x11-toolkits/fox14/pkg-descr b/x11-toolkits/fox14/pkg-descr deleted file mode 100644 index 0ce2e12c437e..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.fox-toolkit.org/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 2636deba2a5e..000000000000 --- a/x11-toolkits/fox14/pkg-plist +++ /dev/null @@ -1,385 +0,0 @@ -%%APPS%%bin/PathFinder -%%APPS%%bin/adie -%%APPS%%bin/calculator -bin/fox-config -bin/reswrap -bin/shutterbug -include/fox-%%MAJORVER%%/FX4Splitter.h -include/fox-%%MAJORVER%%/FX7Segment.h -include/fox-%%MAJORVER%%/FXAccelTable.h -include/fox-%%MAJORVER%%/FXApp.h -include/fox-%%MAJORVER%%/FXArray.h -include/fox-%%MAJORVER%%/FXArrowButton.h -include/fox-%%MAJORVER%%/FXBMPIcon.h -include/fox-%%MAJORVER%%/FXBMPImage.h -include/fox-%%MAJORVER%%/FXBZStream.h -include/fox-%%MAJORVER%%/FXBitmap.h -include/fox-%%MAJORVER%%/FXBitmapFrame.h -include/fox-%%MAJORVER%%/FXBitmapView.h -include/fox-%%MAJORVER%%/FXButton.h -include/fox-%%MAJORVER%%/FXCURCursor.h -include/fox-%%MAJORVER%%/FXCanvas.h -include/fox-%%MAJORVER%%/FXCheckButton.h -include/fox-%%MAJORVER%%/FXChoiceBox.h -include/fox-%%MAJORVER%%/FXColorBar.h -include/fox-%%MAJORVER%%/FXColorDialog.h -include/fox-%%MAJORVER%%/FXColorSelector.h -include/fox-%%MAJORVER%%/FXColorWell.h -include/fox-%%MAJORVER%%/FXColorWheel.h -include/fox-%%MAJORVER%%/FXComboBox.h -include/fox-%%MAJORVER%%/FXComposite.h -include/fox-%%MAJORVER%%/FXCursor.h -include/fox-%%MAJORVER%%/FXDC.h -include/fox-%%MAJORVER%%/FXDCPrint.h -include/fox-%%MAJORVER%%/FXDCWindow.h -include/fox-%%MAJORVER%%/FXDLL.h -include/fox-%%MAJORVER%%/FXDataTarget.h -include/fox-%%MAJORVER%%/FXDebugTarget.h -include/fox-%%MAJORVER%%/FXDelegator.h -include/fox-%%MAJORVER%%/FXDial.h -include/fox-%%MAJORVER%%/FXDialogBox.h -include/fox-%%MAJORVER%%/FXDict.h -include/fox-%%MAJORVER%%/FXDirBox.h -include/fox-%%MAJORVER%%/FXDirDialog.h -include/fox-%%MAJORVER%%/FXDirList.h -include/fox-%%MAJORVER%%/FXDirSelector.h -include/fox-%%MAJORVER%%/FXDockBar.h -include/fox-%%MAJORVER%%/FXDockHandler.h -include/fox-%%MAJORVER%%/FXDockSite.h -include/fox-%%MAJORVER%%/FXDockTitle.h -include/fox-%%MAJORVER%%/FXDocument.h -include/fox-%%MAJORVER%%/FXDragCorner.h -include/fox-%%MAJORVER%%/FXDrawable.h -include/fox-%%MAJORVER%%/FXDriveBox.h -include/fox-%%MAJORVER%%/FXElement.h -include/fox-%%MAJORVER%%/FXException.h -include/fox-%%MAJORVER%%/FXFile.h -include/fox-%%MAJORVER%%/FXFileDialog.h -include/fox-%%MAJORVER%%/FXFileDict.h -include/fox-%%MAJORVER%%/FXFileList.h -include/fox-%%MAJORVER%%/FXFileSelector.h -include/fox-%%MAJORVER%%/FXFileStream.h -include/fox-%%MAJORVER%%/FXFoldingList.h -include/fox-%%MAJORVER%%/FXFont.h -include/fox-%%MAJORVER%%/FXFontDialog.h -include/fox-%%MAJORVER%%/FXFontSelector.h -include/fox-%%MAJORVER%%/FXFrame.h -include/fox-%%MAJORVER%%/FXGIFCursor.h -include/fox-%%MAJORVER%%/FXGIFIcon.h -include/fox-%%MAJORVER%%/FXGIFImage.h -include/fox-%%MAJORVER%%/FXGLCanvas.h -include/fox-%%MAJORVER%%/FXGLCone.h -include/fox-%%MAJORVER%%/FXGLContext.h -include/fox-%%MAJORVER%%/FXGLCube.h -include/fox-%%MAJORVER%%/FXGLCylinder.h -include/fox-%%MAJORVER%%/FXGLObject.h -include/fox-%%MAJORVER%%/FXGLShape.h -include/fox-%%MAJORVER%%/FXGLSphere.h -include/fox-%%MAJORVER%%/FXGLTriangleMesh.h -include/fox-%%MAJORVER%%/FXGLViewer.h -include/fox-%%MAJORVER%%/FXGLVisual.h -include/fox-%%MAJORVER%%/FXGUISignal.h -include/fox-%%MAJORVER%%/FXGZStream.h -include/fox-%%MAJORVER%%/FXGradientBar.h -include/fox-%%MAJORVER%%/FXGroupBox.h -include/fox-%%MAJORVER%%/FXHash.h -include/fox-%%MAJORVER%%/FXHeader.h -include/fox-%%MAJORVER%%/FXHorizontalFrame.h -include/fox-%%MAJORVER%%/FXICOIcon.h -include/fox-%%MAJORVER%%/FXICOImage.h -include/fox-%%MAJORVER%%/FXIFFIcon.h -include/fox-%%MAJORVER%%/FXIFFImage.h -include/fox-%%MAJORVER%%/FXIcon.h -include/fox-%%MAJORVER%%/FXIconDict.h -include/fox-%%MAJORVER%%/FXIconList.h -include/fox-%%MAJORVER%%/FXIconSource.h -include/fox-%%MAJORVER%%/FXId.h -include/fox-%%MAJORVER%%/FXImage.h -include/fox-%%MAJORVER%%/FXImageFrame.h -include/fox-%%MAJORVER%%/FXImageView.h -include/fox-%%MAJORVER%%/FXInputDialog.h -include/fox-%%MAJORVER%%/FXJPGIcon.h -include/fox-%%MAJORVER%%/FXJPGImage.h -include/fox-%%MAJORVER%%/FXLabel.h -include/fox-%%MAJORVER%%/FXList.h -include/fox-%%MAJORVER%%/FXListBox.h -include/fox-%%MAJORVER%%/FXMDIButton.h -include/fox-%%MAJORVER%%/FXMDIChild.h -include/fox-%%MAJORVER%%/FXMDIClient.h -include/fox-%%MAJORVER%%/FXMainWindow.h -include/fox-%%MAJORVER%%/FXMat3d.h -include/fox-%%MAJORVER%%/FXMat3f.h -include/fox-%%MAJORVER%%/FXMat4d.h -include/fox-%%MAJORVER%%/FXMat4f.h -include/fox-%%MAJORVER%%/FXMatrix.h -include/fox-%%MAJORVER%%/FXMemMap.h -include/fox-%%MAJORVER%%/FXMemoryStream.h -include/fox-%%MAJORVER%%/FXMenuBar.h -include/fox-%%MAJORVER%%/FXMenuButton.h -include/fox-%%MAJORVER%%/FXMenuCaption.h -include/fox-%%MAJORVER%%/FXMenuCascade.h -include/fox-%%MAJORVER%%/FXMenuCheck.h -include/fox-%%MAJORVER%%/FXMenuCommand.h -include/fox-%%MAJORVER%%/FXMenuPane.h -include/fox-%%MAJORVER%%/FXMenuRadio.h -include/fox-%%MAJORVER%%/FXMenuSeparator.h -include/fox-%%MAJORVER%%/FXMenuTitle.h -include/fox-%%MAJORVER%%/FXMessageBox.h -include/fox-%%MAJORVER%%/FXObject.h -include/fox-%%MAJORVER%%/FXObjectList.h -include/fox-%%MAJORVER%%/FXOptionMenu.h -include/fox-%%MAJORVER%%/FXPCXIcon.h -include/fox-%%MAJORVER%%/FXPCXImage.h -include/fox-%%MAJORVER%%/FXPNGIcon.h -include/fox-%%MAJORVER%%/FXPNGImage.h -include/fox-%%MAJORVER%%/FXPPMIcon.h -include/fox-%%MAJORVER%%/FXPPMImage.h -include/fox-%%MAJORVER%%/FXPacker.h -include/fox-%%MAJORVER%%/FXPicker.h -include/fox-%%MAJORVER%%/FXPoint.h -include/fox-%%MAJORVER%%/FXPopup.h -include/fox-%%MAJORVER%%/FXPrintDialog.h -include/fox-%%MAJORVER%%/FXProgressBar.h -include/fox-%%MAJORVER%%/FXProgressDialog.h -include/fox-%%MAJORVER%%/FXQuatd.h -include/fox-%%MAJORVER%%/FXQuatf.h -include/fox-%%MAJORVER%%/FXRASIcon.h -include/fox-%%MAJORVER%%/FXRASImage.h -include/fox-%%MAJORVER%%/FXRGBIcon.h -include/fox-%%MAJORVER%%/FXRGBImage.h -include/fox-%%MAJORVER%%/FXRadioButton.h -include/fox-%%MAJORVER%%/FXRanged.h -include/fox-%%MAJORVER%%/FXRangef.h -include/fox-%%MAJORVER%%/FXRealSlider.h -include/fox-%%MAJORVER%%/FXRealSpinner.h -include/fox-%%MAJORVER%%/FXRecentFiles.h -include/fox-%%MAJORVER%%/FXRectangle.h -include/fox-%%MAJORVER%%/FXRegion.h -include/fox-%%MAJORVER%%/FXRegistry.h -include/fox-%%MAJORVER%%/FXReplaceDialog.h -include/fox-%%MAJORVER%%/FXRex.h -include/fox-%%MAJORVER%%/FXRootWindow.h -include/fox-%%MAJORVER%%/FXRuler.h -include/fox-%%MAJORVER%%/FXScrollArea.h -include/fox-%%MAJORVER%%/FXScrollBar.h -include/fox-%%MAJORVER%%/FXScrollPane.h -include/fox-%%MAJORVER%%/FXScrollWindow.h -include/fox-%%MAJORVER%%/FXSearchDialog.h -include/fox-%%MAJORVER%%/FXSeparator.h -include/fox-%%MAJORVER%%/FXSettings.h -include/fox-%%MAJORVER%%/FXShell.h -include/fox-%%MAJORVER%%/FXShutter.h -include/fox-%%MAJORVER%%/FXSize.h -include/fox-%%MAJORVER%%/FXSlider.h -include/fox-%%MAJORVER%%/FXSphered.h -include/fox-%%MAJORVER%%/FXSpheref.h -include/fox-%%MAJORVER%%/FXSpinner.h -include/fox-%%MAJORVER%%/FXSplashWindow.h -include/fox-%%MAJORVER%%/FXSplitter.h -include/fox-%%MAJORVER%%/FXSpring.h -include/fox-%%MAJORVER%%/FXStatusBar.h -include/fox-%%MAJORVER%%/FXStatusLine.h -include/fox-%%MAJORVER%%/FXStream.h -include/fox-%%MAJORVER%%/FXString.h -include/fox-%%MAJORVER%%/FXStringDict.h -include/fox-%%MAJORVER%%/FXSwitcher.h -include/fox-%%MAJORVER%%/FXTGAIcon.h -include/fox-%%MAJORVER%%/FXTGAImage.h -include/fox-%%MAJORVER%%/FXTIFIcon.h -include/fox-%%MAJORVER%%/FXTIFImage.h -include/fox-%%MAJORVER%%/FXTabBar.h -include/fox-%%MAJORVER%%/FXTabBook.h -include/fox-%%MAJORVER%%/FXTabItem.h -include/fox-%%MAJORVER%%/FXTable.h -include/fox-%%MAJORVER%%/FXText.h -include/fox-%%MAJORVER%%/FXTextCodec.h -include/fox-%%MAJORVER%%/FXTextField.h -include/fox-%%MAJORVER%%/FXThread.h -include/fox-%%MAJORVER%%/FXToggleButton.h -include/fox-%%MAJORVER%%/FXToolBar.h -include/fox-%%MAJORVER%%/FXToolBarGrip.h -include/fox-%%MAJORVER%%/FXToolBarShell.h -include/fox-%%MAJORVER%%/FXToolBarTab.h -include/fox-%%MAJORVER%%/FXToolTip.h -include/fox-%%MAJORVER%%/FXTopWindow.h -include/fox-%%MAJORVER%%/FXTreeList.h -include/fox-%%MAJORVER%%/FXTreeListBox.h -include/fox-%%MAJORVER%%/FXTriStateButton.h -include/fox-%%MAJORVER%%/FXURL.h -include/fox-%%MAJORVER%%/FXUTF16Codec.h -include/fox-%%MAJORVER%%/FXUTF32Codec.h -include/fox-%%MAJORVER%%/FXUTF8Codec.h -include/fox-%%MAJORVER%%/FXUndoList.h -include/fox-%%MAJORVER%%/FXVec2d.h -include/fox-%%MAJORVER%%/FXVec2f.h -include/fox-%%MAJORVER%%/FXVec3d.h -include/fox-%%MAJORVER%%/FXVec3f.h -include/fox-%%MAJORVER%%/FXVec4d.h -include/fox-%%MAJORVER%%/FXVec4f.h -include/fox-%%MAJORVER%%/FXVerticalFrame.h -include/fox-%%MAJORVER%%/FXVisual.h -include/fox-%%MAJORVER%%/FXWindow.h -include/fox-%%MAJORVER%%/FXWizard.h -include/fox-%%MAJORVER%%/FXXBMIcon.h -include/fox-%%MAJORVER%%/FXXBMImage.h -include/fox-%%MAJORVER%%/FXXPMIcon.h -include/fox-%%MAJORVER%%/FXXPMImage.h -include/fox-%%MAJORVER%%/chart/FXChart.h -include/fox-%%MAJORVER%%/fx.h -include/fox-%%MAJORVER%%/fx3d.h -include/fox-%%MAJORVER%%/fxdefs.h -include/fox-%%MAJORVER%%/fxkeys.h -include/fox-%%MAJORVER%%/fxver.h -include/fox-%%MAJORVER%%/xincs.h -lib/libCHART-%%MAJORVER%%.a -lib/libCHART-%%MAJORVER%%.la -lib/libCHART-%%MAJORVER%%.so -lib/libCHART-%%MAJORVER%%.so.%%SHVER%% -lib/libFOX-%%MAJORVER%%.a -lib/libFOX-%%MAJORVER%%.la -lib/libFOX-%%MAJORVER%%.so -lib/libFOX-%%MAJORVER%%.so.%%SHVER%% -%%PORTDOCS%%%%DOCSDIR%%/html/SbSScreen1.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/SbSScreen1_small.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/adie.gif -%%PORTDOCS%%%%DOCSDIR%%/html/adie.html -%%PORTDOCS%%%%DOCSDIR%%/html/adie_colors.gif -%%PORTDOCS%%%%DOCSDIR%%/html/adie_edit.gif -%%PORTDOCS%%%%DOCSDIR%%/html/adie_font.gif -%%PORTDOCS%%%%DOCSDIR%%/html/adie_sty.gif -%%PORTDOCS%%%%DOCSDIR%%/html/analysisview.png -%%PORTDOCS%%%%DOCSDIR%%/html/app.html -%%PORTDOCS%%%%DOCSDIR%%/html/aqx_linux_visualizacao_peq.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/arithmedrill-screenshot.png -%%PORTDOCS%%%%DOCSDIR%%/html/arithmedrill-screenshot_small.png -%%PORTDOCS%%%%DOCSDIR%%/html/bigpenguin.png -%%PORTDOCS%%%%DOCSDIR%%/html/boskalisday.gif -%%PORTDOCS%%%%DOCSDIR%%/html/boskalisnite.gif -%%PORTDOCS%%%%DOCSDIR%%/html/calc.html -%%PORTDOCS%%%%DOCSDIR%%/html/clipboard.html -%%PORTDOCS%%%%DOCSDIR%%/html/clview_icon.gif -%%PORTDOCS%%%%DOCSDIR%%/html/colordialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/cometassay.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/consulting.html -%%PORTDOCS%%%%DOCSDIR%%/html/contact.gif -%%PORTDOCS%%%%DOCSDIR%%/html/datatarget.html -%%PORTDOCS%%%%DOCSDIR%%/html/dirdialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/dlgedit1.png -%%PORTDOCS%%%%DOCSDIR%%/html/dlgedit2.png -%%PORTDOCS%%%%DOCSDIR%%/html/doc.html -%%PORTDOCS%%%%DOCSDIR%%/html/download.html -%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.cfg -%%PORTDOCS%%%%DOCSDIR%%/html/draganddrop.html -%%PORTDOCS%%%%DOCSDIR%%/html/emso_screen.png -%%PORTDOCS%%%%DOCSDIR%%/html/emso_screen_small.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/faq.html -%%PORTDOCS%%%%DOCSDIR%%/html/fifthplanet.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/filedialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/filefuncs.html -%%PORTDOCS%%%%DOCSDIR%%/html/filter.pl -%%PORTDOCS%%%%DOCSDIR%%/html/focus.html -%%PORTDOCS%%%%DOCSDIR%%/html/fontdialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/fonts.html -%%PORTDOCS%%%%DOCSDIR%%/html/footer.html -%%PORTDOCS%%%%DOCSDIR%%/html/foreword.html -%%PORTDOCS%%%%DOCSDIR%%/html/fox.gif -%%PORTDOCS%%%%DOCSDIR%%/html/fox.html -%%PORTDOCS%%%%DOCSDIR%%/html/foxcalc.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/foxcalc_prefdialog_01_small.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/foxcalc_prefdialog_02_small.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/foxcalc_prefdialog_03_small.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/foxlogo.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/foxlogo.png -%%PORTDOCS%%%%DOCSDIR%%/html/foxlogo_small.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/foxstart.png -%%PORTDOCS%%%%DOCSDIR%%/html/freespeach.gif -%%PORTDOCS%%%%DOCSDIR%%/html/glview.png -%%PORTDOCS%%%%DOCSDIR%%/html/goals.html -%%PORTDOCS%%%%DOCSDIR%%/html/goggles.png -%%PORTDOCS%%%%DOCSDIR%%/html/gpgkey.html -%%PORTDOCS%%%%DOCSDIR%%/html/guiupdate.html -%%PORTDOCS%%%%DOCSDIR%%/html/header.html -%%PORTDOCS%%%%DOCSDIR%%/html/home.html -%%PORTDOCS%%%%DOCSDIR%%/html/icons.html -%%PORTDOCS%%%%DOCSDIR%%/html/iims1.png -%%PORTDOCS%%%%DOCSDIR%%/html/iims1_small.png -%%PORTDOCS%%%%DOCSDIR%%/html/iims2.png -%%PORTDOCS%%%%DOCSDIR%%/html/iims2_small.png -%%PORTDOCS%%%%DOCSDIR%%/html/iims3.png -%%PORTDOCS%%%%DOCSDIR%%/html/iims3_small.png -%%PORTDOCS%%%%DOCSDIR%%/html/ill.gif -%%PORTDOCS%%%%DOCSDIR%%/html/ilr.gif -%%PORTDOCS%%%%DOCSDIR%%/html/imagedebugger.gif -%%PORTDOCS%%%%DOCSDIR%%/html/innernerd.gif -%%PORTDOCS%%%%DOCSDIR%%/html/install.html -%%PORTDOCS%%%%DOCSDIR%%/html/introduction.html -%%PORTDOCS%%%%DOCSDIR%%/html/iul.gif -%%PORTDOCS%%%%DOCSDIR%%/html/iur.gif -%%PORTDOCS%%%%DOCSDIR%%/html/layout.gif -%%PORTDOCS%%%%DOCSDIR%%/html/layout.html -%%PORTDOCS%%%%DOCSDIR%%/html/license.html -%%PORTDOCS%%%%DOCSDIR%%/html/line.gif -%%PORTDOCS%%%%DOCSDIR%%/html/menu.css -%%PORTDOCS%%%%DOCSDIR%%/html/menu.html -%%PORTDOCS%%%%DOCSDIR%%/html/messages.html -%%PORTDOCS%%%%DOCSDIR%%/html/mouse.gif -%%PORTDOCS%%%%DOCSDIR%%/html/nerd_inside.gif -%%PORTDOCS%%%%DOCSDIR%%/html/news.html -%%PORTDOCS%%%%DOCSDIR%%/html/news1.html -%%PORTDOCS%%%%DOCSDIR%%/html/news2.html -%%PORTDOCS%%%%DOCSDIR%%/html/oll.gif -%%PORTDOCS%%%%DOCSDIR%%/html/olr.gif -%%PORTDOCS%%%%DOCSDIR%%/html/opengl_logo.png -%%PORTDOCS%%%%DOCSDIR%%/html/oul.gif -%%PORTDOCS%%%%DOCSDIR%%/html/oul_grey.gif -%%PORTDOCS%%%%DOCSDIR%%/html/our.gif -%%PORTDOCS%%%%DOCSDIR%%/html/page.css -%%PORTDOCS%%%%DOCSDIR%%/html/pathfinder.html -%%PORTDOCS%%%%DOCSDIR%%/html/pathfinder.png -%%PORTDOCS%%%%DOCSDIR%%/html/pdiary.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/printdialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/progress.png -%%PORTDOCS%%%%DOCSDIR%%/html/projects.html -%%PORTDOCS%%%%DOCSDIR%%/html/references.html -%%PORTDOCS%%%%DOCSDIR%%/html/registry.html -%%PORTDOCS%%%%DOCSDIR%%/html/replacedialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/rex.html -%%PORTDOCS%%%%DOCSDIR%%/html/rezound_thumb.gif -%%PORTDOCS%%%%DOCSDIR%%/html/scenegraphnavigator.gif -%%PORTDOCS%%%%DOCSDIR%%/html/screenshots.html -%%PORTDOCS%%%%DOCSDIR%%/html/scribble.png -%%PORTDOCS%%%%DOCSDIR%%/html/scriptolutions.gif -%%PORTDOCS%%%%DOCSDIR%%/html/searchdialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/serialization.html -%%PORTDOCS%%%%DOCSDIR%%/html/sgitextedit.png -%%PORTDOCS%%%%DOCSDIR%%/html/slingerzbutton1.gif -%%PORTDOCS%%%%DOCSDIR%%/html/styles.css -%%PORTDOCS%%%%DOCSDIR%%/html/table.png -%%PORTDOCS%%%%DOCSDIR%%/html/timers.html -%%PORTDOCS%%%%DOCSDIR%%/html/tmp_vision_snap.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/top.html -%%PORTDOCS%%%%DOCSDIR%%/html/tux_small.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/udine_physics.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/vorhour1.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/vorhour1_small.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/vorhour2.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/vorhour2_small.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/widget.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/widgets.html -%%PORTDOCS%%%%DOCSDIR%%/html/win32-libraries.png -%%PORTDOCS%%%%DOCSDIR%%/html/win32-linkoutput.png -%%PORTDOCS%%%%DOCSDIR%%/html/win32-postbuild.png -%%PORTDOCS%%%%DOCSDIR%%/html/win32-preprocessor.png -%%PORTDOCS%%%%DOCSDIR%%/html/win32-project.png -%%PORTDOCS%%%%DOCSDIR%%/html/win32-tooloptions.png -%%PORTDOCS%%%%DOCSDIR%%/html/win32.html -%%PORTDOCS%%%%DOCSDIR%%/html/window.html -%%PORTDOCS%%%%DOCSDIR%%/html/wintextedit.png -%%PORTDOCS%%%%DOCSDIR%%/html/xfe.png -%%PORTDOCS%%%%DOCSDIR%%/html/xfe_small.png -%%PORTDOCS%%%%DOCSDIR%%/html/xml.html -%%PORTDOCS%%%%DOCSDIR%%/html/xtc.gif -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm include/fox-%%MAJORVER%%/chart -@dirrm include/fox-%%MAJORVER%% diff --git a/x11-toolkits/fox16/Makefile b/x11-toolkits/fox16/Makefile deleted file mode 100644 index 930ea0cf02d5..000000000000 --- a/x11-toolkits/fox16/Makefile +++ /dev/null @@ -1,156 +0,0 @@ -# New ports collection makefile for: fox -# Date created: 28 Jul 2005 -# Whom: Alexander Novitsky <alecn2002@yandex.ru> -# -# $FreeBSD$ -# - -PORTNAME= fox -PORTVERSION= ${MAJORVER}.${SHVER} -PORTREVISION= 1 -CATEGORIES= x11-toolkits -MASTER_SITES= http://www.fox-toolkit.org/ftp/ \ - ftp://ftp.fox-toolkit.org/pub/ \ - http://fresh.t-systems-sfr.com/unix/src/misc/ - -MAINTAINER?= alecn2002@yandex.ru -COMMENT= Fast and extensive C++ GUI toolkit -- ver.1.2 - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - Xft.2:${PORTSDIR}/x11-fonts/libXft - -CONFLICTS= fox-1.0.* fox-1.4.* - -LATEST_LINK= fox12 - -MAJORVER= 1.2 -SHVER= 16 -PLIST_SUB+= MAJORVER=${MAJORVER} SHVER=${SHVER} - -USE_GNOME= lthack -USE_GL= yes -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --with-opengl --with-x --enable-threadsafe -INSTALLS_SHLIB= yes - -MAN1= shutterbug.1 reswrap.1 - -CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include -LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib - -.include <bsd.port.pre.mk> - -## -## Additional Options -## -# -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 || defined(WITHOUT_XFT) -CONFIGURE_ARGS+= --with-xft=no -.else -CONFIGURE_ARGS+= --with-xft=yes -CPPFLAGS+= `freetype-config --cflags` -LDFLAGS+= `freetype-config --libs` -.endif -# -.if defined(WITHOUT_SHM) -CONFIGURE_ARGS+= --with-xshm=no -.else -CONFIGURE_ARGS+= --with-xshm=yes -.endif -# -.if defined(WITH_CUPS) -CONFIGURE_ARGS+= --enable-cups -.else -CONFIGURE_ARGS+= --disable-cups -.endif -# -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug -.else -CONFIGURE_ARGS+= --enable-release -.endif -# -.if defined(WITH_FOX_APPLICATIONS) -MAN1+= PathFinder.1 adie.1 calculator.1 -PLIST_SUB+= APPS="" -.else -PLIST_SUB+= APPS="@comment " -.endif -# -.if defined(WITH_OPTIMIZED_CXXFLAGS) -# turn distribution-recommended optimization flags back on -CXXFLAGS+= -O2 -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations -.endif -# -.if defined(WITH_PROFILING) -CONFIGURE_ARGS+= --with-profiling=gprof -.endif -# -.if defined(NOPORTDOCS) -MAKE_ARGS+= DOC= -.else -MAKE_ARGS+= DOC=doc -.endif - -post-patch: -# CXXFLAGS safeness - @${REINPLACE_CMD} -E -e \ - 's|-O2|${CXXFLAGS}|g ; \ - s|-lc_r|${PTHREAD_LIBS}|g ; \ - s|FOX_INTERFACE_VERSION=0|FOX_INTERFACE_VERSION=${SHVER}|g' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -# doc prefix safeness - @${REINPLACE_CMD} -E -e \ - 's|^(htmldir).*$$|\1=${DOCSDIR}/html|' \ - ${WRKSRC}/doc/Makefile.in - @${REINPLACE_CMD} -E -e \ - 's|^(artdir).*$$|\1=${DOCSDIR}/html|' \ - ${WRKSRC}/doc/art/Makefile.in - @${REINPLACE_CMD} -E -e \ - 's|^(screenshotsdir).*$$|\1=${DOCSDIR}/html|' \ - ${WRKSRC}/doc/screenshots/Makefile.in -.if !defined(WITH_FOX_APPLICATIONS) - @${REINPLACE_CMD} -E -e \ - 's,^(SUBDIRS.*)adie,\1,; \ - s,^(SUBDIRS.*)pathfinder,\1,; \ - s,^(SUBDIRS.*)calculator,\1,' \ - ${WRKSRC}/Makefile.in -.endif - -pre-everything:: -.if !defined(WITH_OPTIMIZED_CXXFLAGS) - @${ECHO_MSG} - @${ECHO_MSG} 'You can enable additional compilation optimizations' - @${ECHO_MSG} 'by defining WITH_OPTIMIZED_CXXFLAGS' -.endif -.if !defined(WITH_CUPS) - @${ECHO_MSG} - @${ECHO_MSG} 'You can enable CUPS support by defining WITH_CUPS' -.endif -.if !defined(WITH_DEBUG) - @${ECHO_MSG} - @${ECHO_MSG} 'You can build DEBUG support by defining WITH_DEBUG' -.endif -.if !defined(WITH_FOX_APPLICATIONS) - @${ECHO_MSG} - @${ECHO_MSG} 'You can install FOX sample applications by defining WITH_FOX_APPLICATIONS" -.endif -.if !defined(WITH_PROFILING) - @${ECHO_MSG} - @${ECHO_MSG} 'You can build PROFILING support by defining WITH_PROFILING' -.endif -.if !defined(WITHOUT_SHM) - @${ECHO_MSG} - @${ECHO_MSG} 'You can disable Shared Memory support by defining WITHOUT_SHM' -.endif -.if !defined(WITHOUT_XFT) - @${ECHO_MSG} - @${ECHO_MSG} 'You can disable Xft support by defining WITHOUT_XFT' -.endif - @${ECHO_MSG} - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/fox16/distinfo b/x11-toolkits/fox16/distinfo deleted file mode 100644 index 1fb4cddd6708..000000000000 --- a/x11-toolkits/fox16/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (fox-1.2.16.tar.gz) = f898da23fe7678faf5380224fbf0b3c3 -SHA256 (fox-1.2.16.tar.gz) = 8a08e30064d4a7bae74f7896d8e097449359e846fed6f732a5139f1e5dc498f0 -SIZE (fox-1.2.16.tar.gz) = 3896051 diff --git a/x11-toolkits/fox16/files/patch-configure b/x11-toolkits/fox16/files/patch-configure deleted file mode 100644 index cd0f6671becd..000000000000 --- a/x11-toolkits/fox16/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Tue Feb 4 18:33:38 2003 -+++ configure Tue Feb 4 18:34:51 2003 -@@ -7498,7 +7498,7 @@ - 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" - fi - fi - diff --git a/x11-toolkits/fox16/files/patch-src_FXFile.cpp b/x11-toolkits/fox16/files/patch-src_FXFile.cpp deleted file mode 100644 index 1edb77d8c85f..000000000000 --- a/x11-toolkits/fox16/files/patch-src_FXFile.cpp +++ /dev/null @@ -1,29 +0,0 @@ ---- src/FXFile.cpp.orig Fri Apr 16 23:25:33 2004 -+++ src/FXFile.cpp Sat May 22 13:13:48 2004 -@@ -159,7 +159,7 @@ - // Get home directory for a given user - FXString FXFile::getUserDirectory(const FXString& user){ - #ifndef WIN32 --#ifdef FOX_THREAD_SAFE -+#if defined(FOX_THREAD_SAFE) && !defined(__FreeBSD__) - struct passwd pwdresult,*pwd; - char buffer[1024]; - if(user.empty()){ -@@ -1032,7 +1032,7 @@ - FXString FXFile::owner(FXuint uid){ - FXchar result[64]; - #ifndef WIN32 --#ifdef FOX_THREAD_SAFE -+#if defined(FOX_THREAD_SAFE) && !defined(__FreeBSD__) - struct passwd pwdresult,*pwd; - char buffer[1024]; - if(getpwuid_r(uid,&pwdresult,buffer,sizeof(buffer),&pwd)==0 && pwd) return pwd->pw_name; -@@ -1050,7 +1050,7 @@ - FXString FXFile::group(FXuint gid){ - FXchar result[64]; - #ifndef WIN32 --#ifdef FOX_THREAD_SAFE -+#if defined(FOX_THREAD_SAFE) && !defined(__FreeBSD__) - ::group grpresult; - ::group *grp; - char buffer[1024]; diff --git a/x11-toolkits/fox16/files/patch-utils_Makefile.in b/x11-toolkits/fox16/files/patch-utils_Makefile.in deleted file mode 100644 index ea447c9dbea3..000000000000 --- a/x11-toolkits/fox16/files/patch-utils_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- utils/Makefile.in.orig Sun Aug 15 11:30:45 2004 -+++ utils/Makefile.in Sun Aug 15 11:30:55 2004 -@@ -106,7 +106,7 @@ - DEFS = @DEFS@ -I. -I$(srcdir) - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ --LIBS = @LIBS@ -+LIBS = @LIBS@ -lX11 -lXext - X_CFLAGS = @X_CFLAGS@ - X_LIBS = @X_LIBS@ - X_EXTRA_LIBS = @X_EXTRA_LIBS@ diff --git a/x11-toolkits/fox16/pkg-descr b/x11-toolkits/fox16/pkg-descr deleted file mode 100644 index 0ce2e12c437e..000000000000 --- a/x11-toolkits/fox16/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.fox-toolkit.org/fox.html -Author: Jeroen van der Zijp <jvz@cfdrc.com> - ---Will <andrews@technologist.com> diff --git a/x11-toolkits/fox16/pkg-plist b/x11-toolkits/fox16/pkg-plist deleted file mode 100644 index 4fbc2eed8ba0..000000000000 --- a/x11-toolkits/fox16/pkg-plist +++ /dev/null @@ -1,370 +0,0 @@ -%%APPS%%bin/PathFinder -%%APPS%%bin/adie -%%APPS%%bin/calculator -bin/reswrap -bin/shutterbug -bin/fox-config -include/fox-%%MAJORVER%%/FX4Splitter.h -include/fox-%%MAJORVER%%/FXAccelTable.h -include/fox-%%MAJORVER%%/FXApp.h -include/fox-%%MAJORVER%%/FXArray.h -include/fox-%%MAJORVER%%/FXArrowButton.h -include/fox-%%MAJORVER%%/FXBMPIcon.h -include/fox-%%MAJORVER%%/FXBMPImage.h -include/fox-%%MAJORVER%%/FXBZStream.h -include/fox-%%MAJORVER%%/FXBitmap.h -include/fox-%%MAJORVER%%/FXBitmapFrame.h -include/fox-%%MAJORVER%%/FXBitmapView.h -include/fox-%%MAJORVER%%/FXButton.h -include/fox-%%MAJORVER%%/FXCURCursor.h -include/fox-%%MAJORVER%%/FXCanvas.h -include/fox-%%MAJORVER%%/FXCharset.h -include/fox-%%MAJORVER%%/FXCheckButton.h -include/fox-%%MAJORVER%%/FXColorBar.h -include/fox-%%MAJORVER%%/FXColorDialog.h -include/fox-%%MAJORVER%%/FXColorSelector.h -include/fox-%%MAJORVER%%/FXColorWell.h -include/fox-%%MAJORVER%%/FXColorWheel.h -include/fox-%%MAJORVER%%/FXComboBox.h -include/fox-%%MAJORVER%%/FXComposite.h -include/fox-%%MAJORVER%%/FXCursor.h -include/fox-%%MAJORVER%%/FXDC.h -include/fox-%%MAJORVER%%/FXDCPrint.h -include/fox-%%MAJORVER%%/FXDCWindow.h -include/fox-%%MAJORVER%%/FXDLL.h -include/fox-%%MAJORVER%%/FXDataTarget.h -include/fox-%%MAJORVER%%/FXDebugTarget.h -include/fox-%%MAJORVER%%/FXDelegator.h -include/fox-%%MAJORVER%%/FXDial.h -include/fox-%%MAJORVER%%/FXDialogBox.h -include/fox-%%MAJORVER%%/FXDict.h -include/fox-%%MAJORVER%%/FXDirBox.h -include/fox-%%MAJORVER%%/FXDirDialog.h -include/fox-%%MAJORVER%%/FXDirList.h -include/fox-%%MAJORVER%%/FXDirSelector.h -include/fox-%%MAJORVER%%/FXDocument.h -include/fox-%%MAJORVER%%/FXDragCorner.h -include/fox-%%MAJORVER%%/FXDrawable.h -include/fox-%%MAJORVER%%/FXDriveBox.h -include/fox-%%MAJORVER%%/FXElement.h -include/fox-%%MAJORVER%%/FXException.h -include/fox-%%MAJORVER%%/FXFile.h -include/fox-%%MAJORVER%%/FXFileDialog.h -include/fox-%%MAJORVER%%/FXFileDict.h -include/fox-%%MAJORVER%%/FXFileList.h -include/fox-%%MAJORVER%%/FXFileSelector.h -include/fox-%%MAJORVER%%/FXFileStream.h -include/fox-%%MAJORVER%%/FXFoldingList.h -include/fox-%%MAJORVER%%/FXFont.h -include/fox-%%MAJORVER%%/FXFontDialog.h -include/fox-%%MAJORVER%%/FXFontSelector.h -include/fox-%%MAJORVER%%/FXFrame.h -include/fox-%%MAJORVER%%/FXGIFCursor.h -include/fox-%%MAJORVER%%/FXGIFIcon.h -include/fox-%%MAJORVER%%/FXGIFImage.h -include/fox-%%MAJORVER%%/FXGLCanvas.h -include/fox-%%MAJORVER%%/FXGLCone.h -include/fox-%%MAJORVER%%/FXGLContext.h -include/fox-%%MAJORVER%%/FXGLCube.h -include/fox-%%MAJORVER%%/FXGLCylinder.h -include/fox-%%MAJORVER%%/FXGLObject.h -include/fox-%%MAJORVER%%/FXGLShape.h -include/fox-%%MAJORVER%%/FXGLSphere.h -include/fox-%%MAJORVER%%/FXGLTriangleMesh.h -include/fox-%%MAJORVER%%/FXGLViewer.h -include/fox-%%MAJORVER%%/FXGLVisual.h -include/fox-%%MAJORVER%%/FXGZStream.h -include/fox-%%MAJORVER%%/FXGradientBar.h -include/fox-%%MAJORVER%%/FXGroupBox.h -include/fox-%%MAJORVER%%/FXHash.h -include/fox-%%MAJORVER%%/FXHeader.h -include/fox-%%MAJORVER%%/FXHorizontalFrame.h -include/fox-%%MAJORVER%%/FXICOIcon.h -include/fox-%%MAJORVER%%/FXICOImage.h -include/fox-%%MAJORVER%%/FXIcon.h -include/fox-%%MAJORVER%%/FXIconList.h -include/fox-%%MAJORVER%%/FXId.h -include/fox-%%MAJORVER%%/FXImage.h -include/fox-%%MAJORVER%%/FXImageFrame.h -include/fox-%%MAJORVER%%/FXImageView.h -include/fox-%%MAJORVER%%/FXInputDialog.h -include/fox-%%MAJORVER%%/FXJPGIcon.h -include/fox-%%MAJORVER%%/FXJPGImage.h -include/fox-%%MAJORVER%%/FXLabel.h -include/fox-%%MAJORVER%%/FXList.h -include/fox-%%MAJORVER%%/FXListBox.h -include/fox-%%MAJORVER%%/FXMDIButton.h -include/fox-%%MAJORVER%%/FXMDIChild.h -include/fox-%%MAJORVER%%/FXMDIClient.h -include/fox-%%MAJORVER%%/FXMainWindow.h -include/fox-%%MAJORVER%%/FXMat3d.h -include/fox-%%MAJORVER%%/FXMat3f.h -include/fox-%%MAJORVER%%/FXMat4d.h -include/fox-%%MAJORVER%%/FXMat4f.h -include/fox-%%MAJORVER%%/FXMatrix.h -include/fox-%%MAJORVER%%/FXMemoryStream.h -include/fox-%%MAJORVER%%/FXMenuBar.h -include/fox-%%MAJORVER%%/FXMenuButton.h -include/fox-%%MAJORVER%%/FXMenuCaption.h -include/fox-%%MAJORVER%%/FXMenuCascade.h -include/fox-%%MAJORVER%%/FXMenuCheck.h -include/fox-%%MAJORVER%%/FXMenuCommand.h -include/fox-%%MAJORVER%%/FXMenuPane.h -include/fox-%%MAJORVER%%/FXMenuRadio.h -include/fox-%%MAJORVER%%/FXMenuSeparator.h -include/fox-%%MAJORVER%%/FXMenuTitle.h -include/fox-%%MAJORVER%%/FXMessageBox.h -include/fox-%%MAJORVER%%/FXObject.h -include/fox-%%MAJORVER%%/FXObjectList.h -include/fox-%%MAJORVER%%/FXOptionMenu.h -include/fox-%%MAJORVER%%/FXPCXIcon.h -include/fox-%%MAJORVER%%/FXPCXImage.h -include/fox-%%MAJORVER%%/FXPNGIcon.h -include/fox-%%MAJORVER%%/FXPNGImage.h -include/fox-%%MAJORVER%%/FXPPMIcon.h -include/fox-%%MAJORVER%%/FXPPMImage.h -include/fox-%%MAJORVER%%/FXPacker.h -include/fox-%%MAJORVER%%/FXPicker.h -include/fox-%%MAJORVER%%/FXPoint.h -include/fox-%%MAJORVER%%/FXPopup.h -include/fox-%%MAJORVER%%/FXPrintDialog.h -include/fox-%%MAJORVER%%/FXProgressBar.h -include/fox-%%MAJORVER%%/FXProgressDialog.h -include/fox-%%MAJORVER%%/FXQuatd.h -include/fox-%%MAJORVER%%/FXQuatf.h -include/fox-%%MAJORVER%%/FXRGBIcon.h -include/fox-%%MAJORVER%%/FXRGBImage.h -include/fox-%%MAJORVER%%/FXRadioButton.h -include/fox-%%MAJORVER%%/FXRanged.h -include/fox-%%MAJORVER%%/FXRangef.h -include/fox-%%MAJORVER%%/FXRealSlider.h -include/fox-%%MAJORVER%%/FXRealSpinner.h -include/fox-%%MAJORVER%%/FXRecentFiles.h -include/fox-%%MAJORVER%%/FXRectangle.h -include/fox-%%MAJORVER%%/FXRegion.h -include/fox-%%MAJORVER%%/FXRegistry.h -include/fox-%%MAJORVER%%/FXReplaceDialog.h -include/fox-%%MAJORVER%%/FXRex.h -include/fox-%%MAJORVER%%/FXRootWindow.h -include/fox-%%MAJORVER%%/FXRuler.h -include/fox-%%MAJORVER%%/FXScrollArea.h -include/fox-%%MAJORVER%%/FXScrollBar.h -include/fox-%%MAJORVER%%/FXScrollPane.h -include/fox-%%MAJORVER%%/FXScrollWindow.h -include/fox-%%MAJORVER%%/FXSearchDialog.h -include/fox-%%MAJORVER%%/FXSeparator.h -include/fox-%%MAJORVER%%/FXSettings.h -include/fox-%%MAJORVER%%/FXShell.h -include/fox-%%MAJORVER%%/FXShutter.h -include/fox-%%MAJORVER%%/FXSize.h -include/fox-%%MAJORVER%%/FXSlider.h -include/fox-%%MAJORVER%%/FXSphered.h -include/fox-%%MAJORVER%%/FXSpheref.h -include/fox-%%MAJORVER%%/FXSpinner.h -include/fox-%%MAJORVER%%/FXSplitter.h -include/fox-%%MAJORVER%%/FXSpring.h -include/fox-%%MAJORVER%%/FXStatusBar.h -include/fox-%%MAJORVER%%/FXStatusLine.h -include/fox-%%MAJORVER%%/FXStream.h -include/fox-%%MAJORVER%%/FXString.h -include/fox-%%MAJORVER%%/FXStringDict.h -include/fox-%%MAJORVER%%/FXSwitcher.h -include/fox-%%MAJORVER%%/FXTGAIcon.h -include/fox-%%MAJORVER%%/FXTGAImage.h -include/fox-%%MAJORVER%%/FXTIFIcon.h -include/fox-%%MAJORVER%%/FXTIFImage.h -include/fox-%%MAJORVER%%/FXTabBar.h -include/fox-%%MAJORVER%%/FXTabBook.h -include/fox-%%MAJORVER%%/FXTabItem.h -include/fox-%%MAJORVER%%/FXTable.h -include/fox-%%MAJORVER%%/FXText.h -include/fox-%%MAJORVER%%/FXTextCodec.h -include/fox-%%MAJORVER%%/FXTextField.h -include/fox-%%MAJORVER%%/FXThread.h -include/fox-%%MAJORVER%%/FXToggleButton.h -include/fox-%%MAJORVER%%/FXToolBar.h -include/fox-%%MAJORVER%%/FXToolBarGrip.h -include/fox-%%MAJORVER%%/FXToolBarShell.h -include/fox-%%MAJORVER%%/FXToolBarTab.h -include/fox-%%MAJORVER%%/FXToolTip.h -include/fox-%%MAJORVER%%/FXTopWindow.h -include/fox-%%MAJORVER%%/FXTreeList.h -include/fox-%%MAJORVER%%/FXTreeListBox.h -include/fox-%%MAJORVER%%/FXTriStateButton.h -include/fox-%%MAJORVER%%/FXURL.h -include/fox-%%MAJORVER%%/FXUTF16Codec.h -include/fox-%%MAJORVER%%/FXUTF32Codec.h -include/fox-%%MAJORVER%%/FXUTF8Codec.h -include/fox-%%MAJORVER%%/FXUndoList.h -include/fox-%%MAJORVER%%/FXVec2d.h -include/fox-%%MAJORVER%%/FXVec2f.h -include/fox-%%MAJORVER%%/FXVec3d.h -include/fox-%%MAJORVER%%/FXVec3f.h -include/fox-%%MAJORVER%%/FXVec4d.h -include/fox-%%MAJORVER%%/FXVec4f.h -include/fox-%%MAJORVER%%/FXVerticalFrame.h -include/fox-%%MAJORVER%%/FXVisual.h -include/fox-%%MAJORVER%%/FXWString.h -include/fox-%%MAJORVER%%/FXWindow.h -include/fox-%%MAJORVER%%/FXWizard.h -include/fox-%%MAJORVER%%/FXXBMIcon.h -include/fox-%%MAJORVER%%/FXXBMImage.h -include/fox-%%MAJORVER%%/FXXPMIcon.h -include/fox-%%MAJORVER%%/FXXPMImage.h -include/fox-%%MAJORVER%%/chart/FXChart.h -include/fox-%%MAJORVER%%/fx.h -include/fox-%%MAJORVER%%/fx3d.h -include/fox-%%MAJORVER%%/fxdefs.h -include/fox-%%MAJORVER%%/fxkeys.h -include/fox-%%MAJORVER%%/fxver.h -include/fox-%%MAJORVER%%/xincs.h -lib/libCHART-%%MAJORVER%%.a -lib/libCHART-%%MAJORVER%%.la -lib/libCHART-%%MAJORVER%%.so -lib/libCHART-%%MAJORVER%%.so.%%SHVER%% -lib/libFOX-%%MAJORVER%%.a -lib/libFOX-%%MAJORVER%%.la -lib/libFOX-%%MAJORVER%%.so -lib/libFOX-%%MAJORVER%%.so.%%SHVER%% -%%PORTDOCS%%%%DOCSDIR%%/html/SbSScreen1.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/SbSScreen1_small.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/adie.gif -%%PORTDOCS%%%%DOCSDIR%%/html/adie.html -%%PORTDOCS%%%%DOCSDIR%%/html/adie_colors.gif -%%PORTDOCS%%%%DOCSDIR%%/html/adie_edit.gif -%%PORTDOCS%%%%DOCSDIR%%/html/adie_font.gif -%%PORTDOCS%%%%DOCSDIR%%/html/adie_sty.gif -%%PORTDOCS%%%%DOCSDIR%%/html/analysisview.png -%%PORTDOCS%%%%DOCSDIR%%/html/app.html -%%PORTDOCS%%%%DOCSDIR%%/html/aqx_linux_visualizacao_peq.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/arithmedrill-screenshot.png -%%PORTDOCS%%%%DOCSDIR%%/html/arithmedrill-screenshot_small.png -%%PORTDOCS%%%%DOCSDIR%%/html/bigpenguin.png -%%PORTDOCS%%%%DOCSDIR%%/html/boskalisday.gif -%%PORTDOCS%%%%DOCSDIR%%/html/boskalisnite.gif -%%PORTDOCS%%%%DOCSDIR%%/html/calc.html -%%PORTDOCS%%%%DOCSDIR%%/html/clipboard.html -%%PORTDOCS%%%%DOCSDIR%%/html/clview_icon.gif -%%PORTDOCS%%%%DOCSDIR%%/html/colordialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/cometassay.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/consulting.html -%%PORTDOCS%%%%DOCSDIR%%/html/contact.gif -%%PORTDOCS%%%%DOCSDIR%%/html/datatarget.html -%%PORTDOCS%%%%DOCSDIR%%/html/dirdialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/dlgedit1.png -%%PORTDOCS%%%%DOCSDIR%%/html/dlgedit2.png -%%PORTDOCS%%%%DOCSDIR%%/html/doc.html -%%PORTDOCS%%%%DOCSDIR%%/html/download.html -%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.cfg -%%PORTDOCS%%%%DOCSDIR%%/html/draganddrop.html -%%PORTDOCS%%%%DOCSDIR%%/html/emso_screen.png -%%PORTDOCS%%%%DOCSDIR%%/html/emso_screen_small.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/faq.html -%%PORTDOCS%%%%DOCSDIR%%/html/fifthplanet.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/filedialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/filefuncs.html -%%PORTDOCS%%%%DOCSDIR%%/html/filter.pl -%%PORTDOCS%%%%DOCSDIR%%/html/focus.html -%%PORTDOCS%%%%DOCSDIR%%/html/fontdialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/fonts.html -%%PORTDOCS%%%%DOCSDIR%%/html/footer.html -%%PORTDOCS%%%%DOCSDIR%%/html/foreword.html -%%PORTDOCS%%%%DOCSDIR%%/html/fox.gif -%%PORTDOCS%%%%DOCSDIR%%/html/fox.html -%%PORTDOCS%%%%DOCSDIR%%/html/foxcalc.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/foxcalc_prefdialog_01_small.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/foxcalc_prefdialog_02_small.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/foxcalc_prefdialog_03_small.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/foxlogo.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/foxlogo.png -%%PORTDOCS%%%%DOCSDIR%%/html/foxlogo_small.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/foxstart.png -%%PORTDOCS%%%%DOCSDIR%%/html/freespeach.gif -%%PORTDOCS%%%%DOCSDIR%%/html/glview.png -%%PORTDOCS%%%%DOCSDIR%%/html/goals.html -%%PORTDOCS%%%%DOCSDIR%%/html/goggles.png -%%PORTDOCS%%%%DOCSDIR%%/html/guiupdate.html -%%PORTDOCS%%%%DOCSDIR%%/html/header.html -%%PORTDOCS%%%%DOCSDIR%%/html/home.html -%%PORTDOCS%%%%DOCSDIR%%/html/icons.html -%%PORTDOCS%%%%DOCSDIR%%/html/ill.gif -%%PORTDOCS%%%%DOCSDIR%%/html/ilr.gif -%%PORTDOCS%%%%DOCSDIR%%/html/imagedebugger.gif -%%PORTDOCS%%%%DOCSDIR%%/html/innernerd.gif -%%PORTDOCS%%%%DOCSDIR%%/html/install.html -%%PORTDOCS%%%%DOCSDIR%%/html/introduction.html -%%PORTDOCS%%%%DOCSDIR%%/html/iul.gif -%%PORTDOCS%%%%DOCSDIR%%/html/iur.gif -%%PORTDOCS%%%%DOCSDIR%%/html/layout.gif -%%PORTDOCS%%%%DOCSDIR%%/html/layout.html -%%PORTDOCS%%%%DOCSDIR%%/html/license.html -%%PORTDOCS%%%%DOCSDIR%%/html/line.gif -%%PORTDOCS%%%%DOCSDIR%%/html/menu.css -%%PORTDOCS%%%%DOCSDIR%%/html/menu.html -%%PORTDOCS%%%%DOCSDIR%%/html/messages.html -%%PORTDOCS%%%%DOCSDIR%%/html/mouse.gif -%%PORTDOCS%%%%DOCSDIR%%/html/nerd_inside.gif -%%PORTDOCS%%%%DOCSDIR%%/html/news.html -%%PORTDOCS%%%%DOCSDIR%%/html/news1.html -%%PORTDOCS%%%%DOCSDIR%%/html/oldfox.html -%%PORTDOCS%%%%DOCSDIR%%/html/oll.gif -%%PORTDOCS%%%%DOCSDIR%%/html/olr.gif -%%PORTDOCS%%%%DOCSDIR%%/html/opengl_logo.png -%%PORTDOCS%%%%DOCSDIR%%/html/oul.gif -%%PORTDOCS%%%%DOCSDIR%%/html/oul_grey.gif -%%PORTDOCS%%%%DOCSDIR%%/html/our.gif -%%PORTDOCS%%%%DOCSDIR%%/html/page.css -%%PORTDOCS%%%%DOCSDIR%%/html/pathfinder.html -%%PORTDOCS%%%%DOCSDIR%%/html/pathfinder.png -%%PORTDOCS%%%%DOCSDIR%%/html/printdialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/progress.png -%%PORTDOCS%%%%DOCSDIR%%/html/projects.html -%%PORTDOCS%%%%DOCSDIR%%/html/references.html -%%PORTDOCS%%%%DOCSDIR%%/html/registry.html -%%PORTDOCS%%%%DOCSDIR%%/html/replacedialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/rex.html -%%PORTDOCS%%%%DOCSDIR%%/html/rezound_thumb.gif -%%PORTDOCS%%%%DOCSDIR%%/html/scenegraphnavigator.gif -%%PORTDOCS%%%%DOCSDIR%%/html/screenshots.html -%%PORTDOCS%%%%DOCSDIR%%/html/scribble.png -%%PORTDOCS%%%%DOCSDIR%%/html/scriptolutions.gif -%%PORTDOCS%%%%DOCSDIR%%/html/searchdialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/serialization.html -%%PORTDOCS%%%%DOCSDIR%%/html/sgitextedit.png -%%PORTDOCS%%%%DOCSDIR%%/html/slingerzbutton1.gif -%%PORTDOCS%%%%DOCSDIR%%/html/ss1.png -%%PORTDOCS%%%%DOCSDIR%%/html/ss1_small.png -%%PORTDOCS%%%%DOCSDIR%%/html/ss2.png -%%PORTDOCS%%%%DOCSDIR%%/html/ss2_small.png -%%PORTDOCS%%%%DOCSDIR%%/html/ss3.png -%%PORTDOCS%%%%DOCSDIR%%/html/ss3_small.png -%%PORTDOCS%%%%DOCSDIR%%/html/styles.css -%%PORTDOCS%%%%DOCSDIR%%/html/table.png -%%PORTDOCS%%%%DOCSDIR%%/html/timers.html -%%PORTDOCS%%%%DOCSDIR%%/html/tmp_vision_snap.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/top.html -%%PORTDOCS%%%%DOCSDIR%%/html/tux.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/tux_small.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/udine_physics.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/vorhour1.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/vorhour1_small.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/vorhour2.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/vorhour2_small.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/widget.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/widgets.html -%%PORTDOCS%%%%DOCSDIR%%/html/win32-libraries.png -%%PORTDOCS%%%%DOCSDIR%%/html/win32-linkoutput.png -%%PORTDOCS%%%%DOCSDIR%%/html/win32-postbuild.png -%%PORTDOCS%%%%DOCSDIR%%/html/win32-preprocessor.png -%%PORTDOCS%%%%DOCSDIR%%/html/win32-project.png -%%PORTDOCS%%%%DOCSDIR%%/html/win32-tooloptions.png -%%PORTDOCS%%%%DOCSDIR%%/html/win32.html -%%PORTDOCS%%%%DOCSDIR%%/html/window.html -%%PORTDOCS%%%%DOCSDIR%%/html/wintextedit.png -%%PORTDOCS%%%%DOCSDIR%%/html/xfe.png -%%PORTDOCS%%%%DOCSDIR%%/html/xfe_small.png -%%PORTDOCS%%%%DOCSDIR%%/html/xml.html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm include/fox-%%MAJORVER%%/chart -@dirrm include/fox-%%MAJORVER%% diff --git a/x11-toolkits/gstreamer-plugins-pango80/Makefile b/x11-toolkits/gstreamer-plugins-pango80/Makefile deleted file mode 100644 index 48e775335e9c..000000000000 --- a/x11-toolkits/gstreamer-plugins-pango80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-pango -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= x11-toolkits -PORTREVISION= 1 - -COMMENT= Gstreamer pango textoverlay plugin - -GST_PLUGIN= pango - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile deleted file mode 100644 index c3b5d9917911..000000000000 --- a/x11-toolkits/gtk30/Makefile +++ /dev/null @@ -1,113 +0,0 @@ -# New ports collection makefile for: gtk13 -# Date Created: 28 Sep 1997 -# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.80 2005/10/29 22:42:26 mezz Exp $ -# - -PORTNAME= gtk -PORTVERSION= 2.8.12 -PORTREVISION= 1 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.8,} \ - ftp://ftp.gtk.org/pub/gtk/v2.8/ \ - ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ - http://www.ameth.org/gimp/%SUBDIR%/ \ - ftp://ftp.mirror.ac.uk/sites/ftp.gimp.org/pub/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} -MASTER_SITE_SUBDIR= gtk/v${PORTVERSION:R} -DISTNAME= gtk+-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gimp Toolkit for X11 GUI (current stable version) - -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.9:${PORTSDIR}/graphics/jpeg -RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ - ${X11BASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme - -USE_BZIP2= yes -LATEST_LINK= gtk20 -USE_X_PREFIX= yes -USE_XPM= yes -USE_REINPLACE= yes -USE_PERL5= yes -INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomehack atk pango ltverhack -CONFIGURE_ARGS= --enable-static --with-xinput=yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ - -I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" -GTK_VERSION= 2.4.0 -PLIST_SUB= GTK_VERSION="${GTK_VERSION}" - -# Setting WITH_DEBUG=yes effectively adds -g to $CFLAGS -# unless doing so would clobber a preexisting $CFLAGS. -# Setting to yes also causes debugging into to be spat out -# on the command-line. -# Set to minimum if you want to send in a backtrace; set -# to yes if you want to know what gtk thinks it's doing. -.if defined(WITH_DEBUG) || defined(WITHOUT_DEBUG) -.if defined(WITHOUT_DEBUG) || ${WITH_DEBUG:L} == "no" -CONFIGURE_ARGS+= --enable-debug=no -.else -.if ${WITH_DEBUG:L} == "yes" -CONFIGURE_ARGS+= --enable-debug=yes -STRIP= -.else -CONFIGURE_ARGS+= --enable-debug=minimum -CFLAGS+= -g -.endif -STRIP= -.endif -.endif - -.include <bsd.port.pre.mk> - -# There is a SSE2 bug in either GCC or in our libc, when use p4, p-m or else -# is being use in CPUTYPE that enable SSE2 will causing Java with GTK2 and -# Mono/gtk-sharp crash. Disable SSE2 to solve the crash and see ports/72014 -# for detail. -.if ${OSVERSION} >= 500000 && ( ${ARCH} == "i386" || ${ARCH} == "amd64" ) \ - && ${CC} != "icc" -CFLAGS+= -mno-sse2 -.endif - -pre-everything:: -.if !defined(WITH_DEBUG) - @${ECHO_MSG} - @${ECHO_MSG} "Enable or disable debugging with the following knob" - @${ECHO_MSG} "WITH_DEBUG=[no|minimum|yes] or WITHOUT_DEBUG=yes" - @${ECHO_MSG} - @${ECHO_MSG} "Default is minimum" - @${ECHO_MSG} -.endif - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${GREP} -l lgmodule | \ - ${XARGS} ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g' - @${REINPLACE_CMD} -e 's|[{]libdir[}]/locale|{datadir}/locale|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ - s|%%X11BASE%%|${X11BASE}|g' \ - ${WRKSRC}/gtk/xdgmime/xdgmime.c -# GnomeVFS needs pthread; gtk-demo may use GnomeVFS (via GtkFileChooser) - @${REINPLACE_CMD} -e 's|@CFLAGS@|& ${PTHREAD_CFLAGS}|; \ - s|@LDFLAGS@|& ${PTHREAD_LIBS}|' \ - ${WRKSRC}/demos/gtk-demo/Makefile.in - -pre-build: - @${RM} -rf ${WRKSRC}/docs/gtk.info* - -post-install: - -@${FIND} ${X11BASE}/share/icons -type d -depth 1 -exec \ - ${PREFIX}/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null - @${MKDIR} ${PREFIX}/lib/gtk-2.0/modules - @${MKDIR} ${PREFIX}/lib/gtk-2.0/${GTK_VERSION}/engines - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/gtk30/distinfo b/x11-toolkits/gtk30/distinfo deleted file mode 100644 index 589eef1cd6eb..000000000000 --- a/x11-toolkits/gtk30/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gtk+-2.8.12.tar.bz2) = bdd3b950e4a3c65d61bceed9149888a9 -SHA256 (gnome2/gtk+-2.8.12.tar.bz2) = 5a0cb101fe9a8751e07bf11a1ddc99cae76fa652f9d7370ab6d8a8b62852479c -SIZE (gnome2/gtk+-2.8.12.tar.bz2) = 12004253 diff --git a/x11-toolkits/gtk30/files/patch-Makefile.in b/x11-toolkits/gtk30/files/patch-Makefile.in deleted file mode 100644 index 307fd6fc2f77..000000000000 --- a/x11-toolkits/gtk30/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed Aug 3 18:09:32 2005 -+++ Makefile.in Wed Aug 3 18:10:01 2005 -@@ -288,7 +288,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - --SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos tests perf contrib -+SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos perf contrib - SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros - - # require automake 1.4 diff --git a/x11-toolkits/gtk30/files/patch-ah b/x11-toolkits/gtk30/files/patch-ah deleted file mode 100644 index 88bfe209d8ae..000000000000 --- a/x11-toolkits/gtk30/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/Makefile.in.orig Fri Oct 24 21:47:52 2003 -+++ docs/Makefile.in Fri Oct 24 23:35:09 2003 -@@ -179,7 +179,7 @@ - MAINT = @MAINT@ - MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ - MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = @MAKEINFO@ --no-split - MKINSTALLDIRS = @MKINSTALLDIRS@ - MSGFMT = @MSGFMT@ - MS_LIB_AVAILABLE_FALSE = @MS_LIB_AVAILABLE_FALSE@ diff --git a/x11-toolkits/gtk30/files/patch-ai b/x11-toolkits/gtk30/files/patch-ai deleted file mode 100644 index a04d08ef58b3..000000000000 --- a/x11-toolkits/gtk30/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/Makefile.in.orig Fri Oct 24 23:38:06 2003 -+++ docs/reference/Makefile.in Fri Oct 24 23:48:00 2003 -@@ -286,7 +286,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - --SUBDIRS = gdk-pixbuf gdk gtk -+SUBDIRS = #gdk-pixbuf gdk gtk - subdir = docs/reference - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = $(top_builddir)/config.h diff --git a/x11-toolkits/gtk30/files/patch-ak b/x11-toolkits/gtk30/files/patch-ak deleted file mode 100644 index 41bffeab1b08..000000000000 --- a/x11-toolkits/gtk30/files/patch-ak +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - $MCom: ports/x11-toolkits/gtk20/files/patch-ak,v 1.16 2005/06/28 05:40:15 adamw Exp $ - ---- gdk/Makefile.in.orig Thu Feb 14 12:38:26 2002 -+++ gdk/Makefile.in Thu Feb 14 12:45:37 2002 -@@ -315,7 +315,7 @@ - # - # Rule to install gdkconfig.h header file - # --configexecincludedir = $(libdir)/gtk-2.0/include -+configexecincludedir = $(prefix)/include/gtk-2.0 - - #note: not gdkconfig.h - BUILT_SOURCES = stamp-gc-h @REBUILD@ gdkenumtypes.c gdkenumtypes.h diff --git a/x11-toolkits/gtk30/files/patch-gdk-pixbuf_Makefile.in b/x11-toolkits/gtk30/files/patch-gdk-pixbuf_Makefile.in deleted file mode 100644 index 1bedfdf55f2c..000000000000 --- a/x11-toolkits/gtk30/files/patch-gdk-pixbuf_Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- gdk-pixbuf/Makefile.in.orig Wed Mar 2 15:56:36 2005 -+++ gdk-pixbuf/Makefile.in Wed Mar 2 15:57:08 2005 -@@ -519,10 +519,10 @@ - - bin_PROGRAMS = gdk-pixbuf-csource gdk-pixbuf-query-loaders - gdk_pixbuf_csource_SOURCES = gdk-pixbuf-csource.c --gdk_pixbuf_csource_LDADD = $(LDADDS) -+gdk_pixbuf_csource_LDADD = $(LDADDS) $(GLIB_LIBS) - - gdk_pixbuf_query_loaders_DEPENDENCIES = $(DEPS) --gdk_pixbuf_query_loaders_LDADD = $(LDADDS) -+gdk_pixbuf_query_loaders_LDADD = $(LDADDS) $(GLIB_LIBS) - - gdk_pixbuf_query_loaders_SOURCES = queryloaders.c - diff --git a/x11-toolkits/gtk30/files/patch-gtk_Makefile.in b/x11-toolkits/gtk30/files/patch-gtk_Makefile.in deleted file mode 100644 index 44589795f769..000000000000 --- a/x11-toolkits/gtk30/files/patch-gtk_Makefile.in +++ /dev/null @@ -1,17 +0,0 @@ ---- gtk/Makefile.in.orig Wed Mar 2 15:57:44 2005 -+++ gtk/Makefile.in Wed Mar 2 15:58:22 2005 -@@ -887,12 +887,12 @@ - bin_PROGRAMS = gtk-query-immodules-2.0 gtk-update-icon-cache - - gtk_query_immodules_2_0_DEPENDENCIES = $(DEPS) --gtk_query_immodules_2_0_LDADD = $(LDADDS) -+gtk_query_immodules_2_0_LDADD = $(LDADDS) $(GLIB_LIBS) - - gtk_query_immodules_2_0_SOURCES = queryimmodules.c - - gtk_update_icon_cache_DEPENDENCIES = $(DEPS) --gtk_update_icon_cache_LDADD = $(LDADDS) -+gtk_update_icon_cache_LDADD = $(LDADDS) $(GLIB_LIBS) - - gtk_update_icon_cache_SOURCES = updateiconcache.c - subdir = gtk diff --git a/x11-toolkits/gtk30/files/patch-gtk_gtkcalendar.c b/x11-toolkits/gtk30/files/patch-gtk_gtkcalendar.c deleted file mode 100644 index 4dcf1fd052a5..000000000000 --- a/x11-toolkits/gtk30/files/patch-gtk_gtkcalendar.c +++ /dev/null @@ -1,10 +0,0 @@ ---- gtk/gtkcalendar.c.orig Mon Oct 3 22:01:14 2005 -+++ gtk/gtkcalendar.c Mon Oct 3 22:02:36 2005 -@@ -566,6 +566,7 @@ gtk_calendar_init (GtkCalendar *calendar - GtkCalendarPrivate *priv; - gchar *year_before; - gchar *langinfo; -+ gchar *week_start; - gint week_1stday = 0; - gint first_weekday = 1; - guint week_origin; diff --git a/x11-toolkits/gtk30/files/patch-gtk_gtkiconcache.c b/x11-toolkits/gtk30/files/patch-gtk_gtkiconcache.c deleted file mode 100644 index f875c2e799b5..000000000000 --- a/x11-toolkits/gtk30/files/patch-gtk_gtkiconcache.c +++ /dev/null @@ -1,49 +0,0 @@ ---- gtk/gtkiconcache.c.orig Mon Aug 29 07:05:13 2005 -+++ gtk/gtkiconcache.c Sat Nov 19 19:14:10 2005 -@@ -75,6 +75,37 @@ - } - } - -+static gboolean -+is_uptodate (const char *dirname, time_t cache_mtime) -+{ -+ GDir *dir; -+ const char *filename; -+ gboolean uptodate = TRUE; -+ -+ dir = g_dir_open (dirname, 0, NULL); -+ if (! dir) -+ return TRUE; -+ -+ while (uptodate && (filename = g_dir_read_name (dir))) -+ if (filename[0] != '.') -+ { -+ char *pathname; -+ struct stat st; -+ -+ pathname = g_build_filename (dirname, filename, NULL); -+ if (g_stat (pathname, &st) >= 0 -+ && (cache_mtime < st.st_mtime -+ || (S_ISDIR (st.st_mode) -+ && ! is_uptodate (pathname, cache_mtime)))) -+ uptodate = FALSE; -+ g_free(pathname); -+ } -+ -+ g_dir_close(dir); -+ -+ return uptodate; -+} -+ - GtkIconCache * - _gtk_icon_cache_new_for_path (const gchar *path) - { -@@ -106,7 +137,7 @@ - goto done; - - /* Verify cache is uptodate */ -- if (st.st_mtime < path_st.st_mtime) -+ if (st.st_mtime < path_st.st_mtime || ! is_uptodate(path, st.st_mtime)) - { - GTK_NOTE (ICONTHEME, - g_print ("cache outdated\n")); diff --git a/x11-toolkits/gtk30/files/patch-gtk_xdgmime_xdgmime.c b/x11-toolkits/gtk30/files/patch-gtk_xdgmime_xdgmime.c deleted file mode 100644 index b39aaedd07b5..000000000000 --- a/x11-toolkits/gtk30/files/patch-gtk_xdgmime_xdgmime.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gtk/xdgmime/xdgmime.c.orig Mon Nov 8 22:25:27 2004 -+++ gtk/xdgmime/xdgmime.c Sat Nov 13 10:27:22 2004 -@@ -204,7 +204,7 @@ - - xdg_data_dirs = getenv ("XDG_DATA_DIRS"); - if (xdg_data_dirs == NULL) -- xdg_data_dirs = "/usr/local/share/:/usr/share/"; -+ xdg_data_dirs = "%%X11BASE%%/share/gnome/:/usr/local/share/gnome/:%%X11BASE%%/share/:/usr/local/share/:/usr/share/"; - - ptr = xdg_data_dirs; - diff --git a/x11-toolkits/gtk30/pkg-descr b/x11-toolkits/gtk30/pkg-descr deleted file mode 100644 index 8cee4afc7448..000000000000 --- a/x11-toolkits/gtk30/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The GIMP ToolKit (GTK+) is a collection of GUI widgets. GTK+ -essentially provides the building blocks from which GUIs can be -built. It is highly themable, and its functionality is highly -extensible. - -GTK+-2 is a very stable release, similar only in design to GTK+-1. -GTK+-2 can coexist happily alongside GTK+-1, but applications are -written for one version or the other. - -WWW: http://www.gtk.org/ diff --git a/x11-toolkits/gtk30/pkg-plist b/x11-toolkits/gtk30/pkg-plist deleted file mode 100644 index 7201720ae6fd..000000000000 --- a/x11-toolkits/gtk30/pkg-plist +++ /dev/null @@ -1,592 +0,0 @@ -bin/gdk-pixbuf-csource -bin/gdk-pixbuf-query-loaders -bin/gtk-demo -bin/gtk-query-immodules-2.0 -bin/gtk-update-icon-cache -etc/gtk-2.0/gdk-pixbuf.loaders -etc/gtk-2.0/gtk.immodules -include/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h -include/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-animation.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-core.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-features.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-io.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-loader.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-transform.h -include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h -include/gtk-2.0/gdk-pixbuf/gdk-pixdata.h -include/gtk-2.0/gdk/gdk.h -include/gtk-2.0/gdk/gdkalias.h -include/gtk-2.0/gdk/gdkcairo.h -include/gtk-2.0/gdk/gdkcolor.h -include/gtk-2.0/gdk/gdkcursor.h -include/gtk-2.0/gdk/gdkdisplay.h -include/gtk-2.0/gdk/gdkdisplaymanager.h -include/gtk-2.0/gdk/gdkdnd.h -include/gtk-2.0/gdk/gdkdrawable.h -include/gtk-2.0/gdk/gdkenumtypes.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/gdkimage.h -include/gtk-2.0/gdk/gdkinput.h -include/gtk-2.0/gdk/gdkkeys.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/gdkscreen.h -include/gtk-2.0/gdk/gdkselection.h -include/gtk-2.0/gdk/gdkspawn.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/gdkconfig.h -include/gtk-2.0/gtk/gtk.h -include/gtk-2.0/gtk/gtkaboutdialog.h -include/gtk-2.0/gtk/gtkaccelgroup.h -include/gtk-2.0/gtk/gtkaccellabel.h -include/gtk-2.0/gtk/gtkaccelmap.h -include/gtk-2.0/gtk/gtkaccessible.h -include/gtk-2.0/gtk/gtkaction.h -include/gtk-2.0/gtk/gtkactiongroup.h -include/gtk-2.0/gtk/gtkadjustment.h -include/gtk-2.0/gtk/gtkalignment.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/gtkcelleditable.h -include/gtk-2.0/gtk/gtkcelllayout.h -include/gtk-2.0/gtk/gtkcellrenderer.h -include/gtk-2.0/gtk/gtkcellrenderercombo.h -include/gtk-2.0/gtk/gtkcellrendererpixbuf.h -include/gtk-2.0/gtk/gtkcellrendererprogress.h -include/gtk-2.0/gtk/gtkcellrenderertext.h -include/gtk-2.0/gtk/gtkcellrenderertoggle.h -include/gtk-2.0/gtk/gtkcellview.h -include/gtk-2.0/gtk/gtkcheckbutton.h -include/gtk-2.0/gtk/gtkcheckmenuitem.h -include/gtk-2.0/gtk/gtkclipboard.h -include/gtk-2.0/gtk/gtkclist.h -include/gtk-2.0/gtk/gtkcolorbutton.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/gtkcombobox.h -include/gtk-2.0/gtk/gtkcomboboxentry.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/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/gtkentrycompletion.h -include/gtk-2.0/gtk/gtkenums.h -include/gtk-2.0/gtk/gtkeventbox.h -include/gtk-2.0/gtk/gtkexpander.h -include/gtk-2.0/gtk/gtkfilechooser.h -include/gtk-2.0/gtk/gtkfilechooserbutton.h -include/gtk-2.0/gtk/gtkfilechooserdialog.h -include/gtk-2.0/gtk/gtkfilechooserwidget.h -include/gtk-2.0/gtk/gtkfilefilter.h -include/gtk-2.0/gtk/gtkfilesel.h -include/gtk-2.0/gtk/gtkfilesystem.h -include/gtk-2.0/gtk/gtkfixed.h -include/gtk-2.0/gtk/gtkfontbutton.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/gtkiconfactory.h -include/gtk-2.0/gtk/gtkicontheme.h -include/gtk-2.0/gtk/gtkiconview.h -include/gtk-2.0/gtk/gtkimage.h -include/gtk-2.0/gtk/gtkimagemenuitem.h -include/gtk-2.0/gtk/gtkimcontext.h -include/gtk-2.0/gtk/gtkimcontextsimple.h -include/gtk-2.0/gtk/gtkimmodule.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/gtkliststore.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/gtkmenuitem.h -include/gtk-2.0/gtk/gtkmenushell.h -include/gtk-2.0/gtk/gtkmenutoolbutton.h -include/gtk-2.0/gtk/gtkmessagedialog.h -include/gtk-2.0/gtk/gtkmisc.h -include/gtk-2.0/gtk/gtkmodules.h -include/gtk-2.0/gtk/gtknotebook.h -include/gtk-2.0/gtk/gtkobject.h -include/gtk-2.0/gtk/gtkoldeditable.h -include/gtk-2.0/gtk/gtkoptionmenu.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/gtkradioaction.h -include/gtk-2.0/gtk/gtkradiobutton.h -include/gtk-2.0/gtk/gtkradiomenuitem.h -include/gtk-2.0/gtk/gtkradiotoolbutton.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/gtkseparatormenuitem.h -include/gtk-2.0/gtk/gtkseparatortoolitem.h -include/gtk-2.0/gtk/gtksettings.h -include/gtk-2.0/gtk/gtksignal.h -include/gtk-2.0/gtk/gtksizegroup.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/gtkstock.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/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/gtktexttag.h -include/gtk-2.0/gtk/gtktexttagtable.h -include/gtk-2.0/gtk/gtktextview.h -include/gtk-2.0/gtk/gtktipsquery.h -include/gtk-2.0/gtk/gtktoggleaction.h -include/gtk-2.0/gtk/gtktogglebutton.h -include/gtk-2.0/gtk/gtktoggletoolbutton.h -include/gtk-2.0/gtk/gtktoolbar.h -include/gtk-2.0/gtk/gtktoolbutton.h -include/gtk-2.0/gtk/gtktoolitem.h -include/gtk-2.0/gtk/gtktooltips.h -include/gtk-2.0/gtk/gtktree.h -include/gtk-2.0/gtk/gtktreednd.h -include/gtk-2.0/gtk/gtktreeitem.h -include/gtk-2.0/gtk/gtktreemodel.h -include/gtk-2.0/gtk/gtktreemodelfilter.h -include/gtk-2.0/gtk/gtktreemodelsort.h -include/gtk-2.0/gtk/gtktreeselection.h -include/gtk-2.0/gtk/gtktreesortable.h -include/gtk-2.0/gtk/gtktreestore.h -include/gtk-2.0/gtk/gtktreeview.h -include/gtk-2.0/gtk/gtktreeviewcolumn.h -include/gtk-2.0/gtk/gtktypebuiltins.h -include/gtk-2.0/gtk/gtktypeutils.h -include/gtk-2.0/gtk/gtkuimanager.h -include/gtk-2.0/gtk/gtkvbbox.h -include/gtk-2.0/gtk/gtkvbox.h -include/gtk-2.0/gtk/gtkversion.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/%%GTK_VERSION%%/engines/libpixmap.a -lib/gtk-2.0/%%GTK_VERSION%%/engines/libpixmap.la -lib/gtk-2.0/%%GTK_VERSION%%/engines/libpixmap.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-am-et.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-am-et.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-am-et.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-cedilla.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-cedilla.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-cedilla.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-cyrillic-translit.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-cyrillic-translit.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-cyrillic-translit.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-inuktitut.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-inuktitut.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-inuktitut.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ipa.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ipa.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ipa.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-thai-broken.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-thai-broken.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-thai-broken.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ti-er.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ti-er.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ti-er.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ti-et.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ti-et.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ti-et.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-viqr.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-viqr.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-viqr.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-xim.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-xim.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-xim.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ani.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ani.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ani.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-bmp.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-bmp.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-bmp.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-gif.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-gif.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-gif.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ico.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ico.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ico.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-jpeg.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-jpeg.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-jpeg.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-pcx.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-pcx.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-pcx.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-png.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-png.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-png.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-pnm.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-pnm.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-pnm.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ras.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ras.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ras.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-tga.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-tga.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-tga.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-tiff.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-tiff.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-tiff.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-wbmp.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-wbmp.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-wbmp.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xbm.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xbm.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xbm.so -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xpm.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xpm.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xpm.so -lib/libgdk-x11-2.0.a -lib/libgdk-x11-2.0.la -lib/libgdk-x11-2.0.so -lib/libgdk-x11-2.0.so.0 -lib/libgdk_pixbuf-2.0.a -lib/libgdk_pixbuf-2.0.la -lib/libgdk_pixbuf-2.0.so -lib/libgdk_pixbuf-2.0.so.0 -lib/libgdk_pixbuf_xlib-2.0.a -lib/libgdk_pixbuf_xlib-2.0.la -lib/libgdk_pixbuf_xlib-2.0.so -lib/libgdk_pixbuf_xlib-2.0.so.0 -lib/libgtk-x11-2.0.a -lib/libgtk-x11-2.0.la -lib/libgtk-x11-2.0.so -lib/libgtk-x11-2.0.so.0 -libdata/pkgconfig/gdk-2.0.pc -libdata/pkgconfig/gdk-pixbuf-2.0.pc -libdata/pkgconfig/gdk-pixbuf-xlib-2.0.pc -libdata/pkgconfig/gdk-x11-2.0.pc -libdata/pkgconfig/gtk+-2.0.pc -libdata/pkgconfig/gtk+-x11-2.0.pc -share/aclocal/gtk-2.0.m4 -share/gtk-2.0/demo/alphatest.png -share/gtk-2.0/demo/apple-red.png -share/gtk-2.0/demo/appwindow.c -share/gtk-2.0/demo/background.jpg -share/gtk-2.0/demo/button_box.c -share/gtk-2.0/demo/changedisplay.c -share/gtk-2.0/demo/clipboard.c -share/gtk-2.0/demo/colorsel.c -share/gtk-2.0/demo/combobox.c -share/gtk-2.0/demo/dialog.c -share/gtk-2.0/demo/drawingarea.c -share/gtk-2.0/demo/editable_cells.c -share/gtk-2.0/demo/entry_completion.c -share/gtk-2.0/demo/expander.c -share/gtk-2.0/demo/floppybuddy.gif -share/gtk-2.0/demo/gnome-applets.png -share/gtk-2.0/demo/gnome-calendar.png -share/gtk-2.0/demo/gnome-foot.png -share/gtk-2.0/demo/gnome-fs-directory.png -share/gtk-2.0/demo/gnome-fs-regular.png -share/gtk-2.0/demo/gnome-gimp.png -share/gtk-2.0/demo/gnome-gmush.png -share/gtk-2.0/demo/gnome-gsame.png -share/gtk-2.0/demo/gnu-keys.png -share/gtk-2.0/demo/gtk-logo-rgb.gif -share/gtk-2.0/demo/hypertext.c -share/gtk-2.0/demo/iconview.c -share/gtk-2.0/demo/iconview_edit.c -share/gtk-2.0/demo/images.c -share/gtk-2.0/demo/list_store.c -share/gtk-2.0/demo/menus.c -share/gtk-2.0/demo/panes.c -share/gtk-2.0/demo/pickers.c -share/gtk-2.0/demo/pixbufs.c -share/gtk-2.0/demo/rotated_text.c -share/gtk-2.0/demo/sizegroup.c -share/gtk-2.0/demo/stock_browser.c -share/gtk-2.0/demo/textview.c -share/gtk-2.0/demo/tree_store.c -share/gtk-2.0/demo/ui_manager.c -share/locale/af/LC_MESSAGES/gtk20-properties.mo -share/locale/af/LC_MESSAGES/gtk20.mo -share/locale/am/LC_MESSAGES/gtk20-properties.mo -share/locale/am/LC_MESSAGES/gtk20.mo -share/locale/ar/LC_MESSAGES/gtk20-properties.mo -share/locale/ar/LC_MESSAGES/gtk20.mo -share/locale/az/LC_MESSAGES/gtk20-properties.mo -share/locale/az/LC_MESSAGES/gtk20.mo -share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo -share/locale/az_IR/LC_MESSAGES/gtk20.mo -share/locale/be/LC_MESSAGES/gtk20-properties.mo -share/locale/be/LC_MESSAGES/gtk20.mo -share/locale/bg/LC_MESSAGES/gtk20-properties.mo -share/locale/bg/LC_MESSAGES/gtk20.mo -share/locale/bn/LC_MESSAGES/gtk20-properties.mo -share/locale/bn/LC_MESSAGES/gtk20.mo -share/locale/br/LC_MESSAGES/gtk20-properties.mo -share/locale/br/LC_MESSAGES/gtk20.mo -share/locale/bs/LC_MESSAGES/gtk20-properties.mo -share/locale/bs/LC_MESSAGES/gtk20.mo -share/locale/ca/LC_MESSAGES/gtk20-properties.mo -share/locale/ca/LC_MESSAGES/gtk20.mo -share/locale/cs/LC_MESSAGES/gtk20-properties.mo -share/locale/cs/LC_MESSAGES/gtk20.mo -share/locale/cy/LC_MESSAGES/gtk20-properties.mo -share/locale/cy/LC_MESSAGES/gtk20.mo -share/locale/da/LC_MESSAGES/gtk20-properties.mo -share/locale/da/LC_MESSAGES/gtk20.mo -share/locale/de/LC_MESSAGES/gtk20-properties.mo -share/locale/de/LC_MESSAGES/gtk20.mo -share/locale/el/LC_MESSAGES/gtk20-properties.mo -share/locale/el/LC_MESSAGES/gtk20.mo -share/locale/en_CA/LC_MESSAGES/gtk20-properties.mo -share/locale/en_CA/LC_MESSAGES/gtk20.mo -share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo -share/locale/en_GB/LC_MESSAGES/gtk20.mo -share/locale/es/LC_MESSAGES/gtk20-properties.mo -share/locale/es/LC_MESSAGES/gtk20.mo -share/locale/et/LC_MESSAGES/gtk20-properties.mo -share/locale/et/LC_MESSAGES/gtk20.mo -share/locale/eu/LC_MESSAGES/gtk20-properties.mo -share/locale/eu/LC_MESSAGES/gtk20.mo -share/locale/fa/LC_MESSAGES/gtk20-properties.mo -share/locale/fa/LC_MESSAGES/gtk20.mo -share/locale/fi/LC_MESSAGES/gtk20-properties.mo -share/locale/fi/LC_MESSAGES/gtk20.mo -share/locale/fr/LC_MESSAGES/gtk20-properties.mo -share/locale/fr/LC_MESSAGES/gtk20.mo -share/locale/ga/LC_MESSAGES/gtk20-properties.mo -share/locale/ga/LC_MESSAGES/gtk20.mo -share/locale/gl/LC_MESSAGES/gtk20-properties.mo -share/locale/gl/LC_MESSAGES/gtk20.mo -share/locale/gu/LC_MESSAGES/gtk20-properties.mo -share/locale/gu/LC_MESSAGES/gtk20.mo -share/locale/he/LC_MESSAGES/gtk20-properties.mo -share/locale/he/LC_MESSAGES/gtk20.mo -share/locale/hi/LC_MESSAGES/gtk20-properties.mo -share/locale/hi/LC_MESSAGES/gtk20.mo -share/locale/hr/LC_MESSAGES/gtk20-properties.mo -share/locale/hr/LC_MESSAGES/gtk20.mo -share/locale/hu/LC_MESSAGES/gtk20-properties.mo -share/locale/hu/LC_MESSAGES/gtk20.mo -share/locale/hy/LC_MESSAGES/gtk20-properties.mo -share/locale/hy/LC_MESSAGES/gtk20.mo -share/locale/ia/LC_MESSAGES/gtk20-properties.mo -share/locale/ia/LC_MESSAGES/gtk20.mo -share/locale/id/LC_MESSAGES/gtk20-properties.mo -share/locale/id/LC_MESSAGES/gtk20.mo -share/locale/is/LC_MESSAGES/gtk20-properties.mo -share/locale/is/LC_MESSAGES/gtk20.mo -share/locale/it/LC_MESSAGES/gtk20-properties.mo -share/locale/it/LC_MESSAGES/gtk20.mo -share/locale/ja/LC_MESSAGES/gtk20-properties.mo -share/locale/ja/LC_MESSAGES/gtk20.mo -share/locale/ko/LC_MESSAGES/gtk20-properties.mo -share/locale/ko/LC_MESSAGES/gtk20.mo -share/locale/ku/LC_MESSAGES/gtk20-properties.mo -share/locale/ku/LC_MESSAGES/gtk20.mo -share/locale/li/LC_MESSAGES/gtk20-properties.mo -share/locale/li/LC_MESSAGES/gtk20.mo -share/locale/lt/LC_MESSAGES/gtk20-properties.mo -share/locale/lt/LC_MESSAGES/gtk20.mo -share/locale/lv/LC_MESSAGES/gtk20-properties.mo -share/locale/lv/LC_MESSAGES/gtk20.mo -share/locale/mi/LC_MESSAGES/gtk20-properties.mo -share/locale/mi/LC_MESSAGES/gtk20.mo -share/locale/mk/LC_MESSAGES/gtk20-properties.mo -share/locale/mk/LC_MESSAGES/gtk20.mo -share/locale/ml/LC_MESSAGES/gtk20-properties.mo -share/locale/ml/LC_MESSAGES/gtk20.mo -share/locale/mn/LC_MESSAGES/gtk20-properties.mo -share/locale/mn/LC_MESSAGES/gtk20.mo -share/locale/mr/LC_MESSAGES/gtk20-properties.mo -share/locale/mr/LC_MESSAGES/gtk20.mo -share/locale/ms/LC_MESSAGES/gtk20-properties.mo -share/locale/ms/LC_MESSAGES/gtk20.mo -share/locale/nb/LC_MESSAGES/gtk20-properties.mo -share/locale/nb/LC_MESSAGES/gtk20.mo -share/locale/ne/LC_MESSAGES/gtk20-properties.mo -share/locale/ne/LC_MESSAGES/gtk20.mo -share/locale/nl/LC_MESSAGES/gtk20-properties.mo -share/locale/nl/LC_MESSAGES/gtk20.mo -share/locale/nn/LC_MESSAGES/gtk20-properties.mo -share/locale/nn/LC_MESSAGES/gtk20.mo -share/locale/no/LC_MESSAGES/gtk20-properties.mo -share/locale/no/LC_MESSAGES/gtk20.mo -share/locale/nso/LC_MESSAGES/gtk20-properties.mo -share/locale/nso/LC_MESSAGES/gtk20.mo -share/locale/pa/LC_MESSAGES/gtk20-properties.mo -share/locale/pa/LC_MESSAGES/gtk20.mo -share/locale/pl/LC_MESSAGES/gtk20-properties.mo -share/locale/pl/LC_MESSAGES/gtk20.mo -share/locale/pt/LC_MESSAGES/gtk20-properties.mo -share/locale/pt/LC_MESSAGES/gtk20.mo -share/locale/pt_BR/LC_MESSAGES/gtk20-properties.mo -share/locale/pt_BR/LC_MESSAGES/gtk20.mo -share/locale/ro/LC_MESSAGES/gtk20-properties.mo -share/locale/ro/LC_MESSAGES/gtk20.mo -share/locale/ru/LC_MESSAGES/gtk20-properties.mo -share/locale/ru/LC_MESSAGES/gtk20.mo -share/locale/rw/LC_MESSAGES/gtk20-properties.mo -share/locale/rw/LC_MESSAGES/gtk20.mo -share/locale/sk/LC_MESSAGES/gtk20-properties.mo -share/locale/sk/LC_MESSAGES/gtk20.mo -share/locale/sl/LC_MESSAGES/gtk20-properties.mo -share/locale/sl/LC_MESSAGES/gtk20.mo -share/locale/sq/LC_MESSAGES/gtk20-properties.mo -share/locale/sq/LC_MESSAGES/gtk20.mo -share/locale/sr/LC_MESSAGES/gtk20-properties.mo -share/locale/sr/LC_MESSAGES/gtk20.mo -share/locale/sr@Latn/LC_MESSAGES/gtk20-properties.mo -share/locale/sr@Latn/LC_MESSAGES/gtk20.mo -share/locale/sr@ije/LC_MESSAGES/gtk20-properties.mo -share/locale/sr@ije/LC_MESSAGES/gtk20.mo -share/locale/sv/LC_MESSAGES/gtk20-properties.mo -share/locale/sv/LC_MESSAGES/gtk20.mo -share/locale/ta/LC_MESSAGES/gtk20-properties.mo -share/locale/ta/LC_MESSAGES/gtk20.mo -share/locale/te/LC_MESSAGES/gtk20-properties.mo -share/locale/te/LC_MESSAGES/gtk20.mo -share/locale/th/LC_MESSAGES/gtk20-properties.mo -share/locale/th/LC_MESSAGES/gtk20.mo -share/locale/tk/LC_MESSAGES/gtk20-properties.mo -share/locale/tk/LC_MESSAGES/gtk20.mo -share/locale/tr/LC_MESSAGES/gtk20-properties.mo -share/locale/tr/LC_MESSAGES/gtk20.mo -share/locale/uk/LC_MESSAGES/gtk20-properties.mo -share/locale/uk/LC_MESSAGES/gtk20.mo -share/locale/uz/LC_MESSAGES/gtk20-properties.mo -share/locale/uz/LC_MESSAGES/gtk20.mo -share/locale/uz@Latn/LC_MESSAGES/gtk20-properties.mo -share/locale/uz@Latn/LC_MESSAGES/gtk20.mo -share/locale/vi/LC_MESSAGES/gtk20-properties.mo -share/locale/vi/LC_MESSAGES/gtk20.mo -share/locale/wa/LC_MESSAGES/gtk20-properties.mo -share/locale/wa/LC_MESSAGES/gtk20.mo -share/locale/xh/LC_MESSAGES/gtk20-properties.mo -share/locale/xh/LC_MESSAGES/gtk20.mo -share/locale/yi/LC_MESSAGES/gtk20-properties.mo -share/locale/yi/LC_MESSAGES/gtk20.mo -share/locale/zh_CN/LC_MESSAGES/gtk20-properties.mo -share/locale/zh_CN/LC_MESSAGES/gtk20.mo -share/locale/zh_HK/LC_MESSAGES/gtk20-properties.mo -share/locale/zh_HK/LC_MESSAGES/gtk20.mo -share/locale/zh_TW/LC_MESSAGES/gtk20-properties.mo -share/locale/zh_TW/LC_MESSAGES/gtk20.mo -share/themes/Default/gtk-2.0-key/gtkrc -share/themes/Emacs/gtk-2.0-key/gtkrc -share/themes/Raleigh/gtk-2.0/gtkrc -@exec /usr/bin/find %%X11BASE%%/share/icons -type d -depth 1 -exec %D/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null || /usr/bin/true -@unexec /usr/bin/find %%X11BASE%%/share/icons -type f -depth 2 -name icon-theme.cache -delete 2>/dev/null || /usr/bin/true -@dirrm share/themes/Raleigh/gtk-2.0 -@dirrm share/themes/Raleigh -@dirrm share/themes/Emacs/gtk-2.0-key -@dirrm share/themes/Emacs -@dirrm share/themes/Default/gtk-2.0-key -@dirrm share/gtk-2.0/demo -@dirrm share/gtk-2.0 -@dirrm include/gtk-2.0/gtk -@dirrm include/gtk-2.0/gdk-pixbuf-xlib -@dirrm include/gtk-2.0/gdk-pixbuf -@dirrm include/gtk-2.0/gdk -@dirrm include/gtk-2.0 -@dirrm etc/gtk-2.0 -@exec /bin/mkdir -p %D/lib/gtk-2.0/modules -@exec /bin/mkdir -p %D/lib/gtk-2.0/%%GTK_VERSION%%/engines -@unexec /bin/rmdir %D/share/themes/Default 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/themes 2>/dev/null || /usr/bin/true -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/uz@Latn/LC_MESSAGES -@dirrmtry share/locale/uz@Latn -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ia/LC_MESSAGES -@dirrmtry share/locale/ia -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/br/LC_MESSAGES -@dirrmtry share/locale/br -@dirrmtry share/locale/az_IR/LC_MESSAGES -@dirrmtry share/locale/az_IR -@unexec /bin/rmdir %D/lib/gtk-2.0/modules 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/lib/gtk-2.0/%%GTK_VERSION%%/loaders 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/lib/gtk-2.0/%%GTK_VERSION%%/immodules 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/lib/gtk-2.0/%%GTK_VERSION%%/engines 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/lib/gtk-2.0/%%GTK_VERSION%% 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/lib/gtk-2.0 2>/dev/null || /usr/bin/true diff --git a/x11-toolkits/gtkada-devel/Makefile b/x11-toolkits/gtkada-devel/Makefile deleted file mode 100644 index d23d772be5fd..000000000000 --- a/x11-toolkits/gtkada-devel/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: gtkada -# Date Created: 27 Nov 2000 -# Whom: Samuel Tardieu <sam@inf.enst.fr> -# -# $FreeBSD$ -# - -PORTNAME= gtkada -PORTVERSION= 1.2.12 -PORTREVISION= 3 -CATEGORIES= x11-toolkits -MASTER_SITES= http://cesnet.linux.tucows.com/files/ \ - http://aranea.linux.tucows.com/files/ \ - http://swissonline.linux.tucows.com/files/ -DISTNAME= GtkAda-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Gtk binding for Ada - -BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat -LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut - -SHLIB_VERSION= ${PORTVERSION:S/1.2.//} - -USE_X_PREFIX= yes -USE_GNOME= libcapplet libglade -USE_GMAKE= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -PLIST_SUB= SHLIB_VERSION=${SHLIB_VERSION} - -MAN1= dgate.1 gate.1 gtkada-config.1 - -CONFLICTS= zenity-[0-9]* - -post-install: - ${INSTALL_DATA} ${WRKSRC}/docs/*.1 ${PREFIX}/man/man1/ - ${LN} -sf ${PREFIX}/share/doc/GtkAda/*/*.info* ${PREFIX}/info/ - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtkada-devel/distinfo b/x11-toolkits/gtkada-devel/distinfo deleted file mode 100644 index f07f9dfc5edd..000000000000 --- a/x11-toolkits/gtkada-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (GtkAda-1.2.12.tgz) = efb16c8544e58136d73e1c7dbf201af0 -SHA256 (GtkAda-1.2.12.tgz) = 2dc96828b47ef7659ddf48c2ac27bb590f72f35abfadad5f4d6c8375fc6cc9ad -SIZE (GtkAda-1.2.12.tgz) = 2464660 diff --git a/x11-toolkits/gtkada-devel/files/patch-docs::gtkada_rm::Makefile.in b/x11-toolkits/gtkada-devel/files/patch-docs::gtkada_rm::Makefile.in deleted file mode 100644 index 6f16a286720d..000000000000 --- a/x11-toolkits/gtkada-devel/files/patch-docs::gtkada_rm::Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ - -$FreeBSD$ - ---- docs/gtkada_rm/Makefile.in 2001/08/15 09:23:56 1.1 -+++ docs/gtkada_rm/Makefile.in 2001/08/15 09:24:15 -@@ -1,5 +1,5 @@ - prefix = @prefix@ --docdir = $(prefix)/doc/GtkAda/gtkada_rm -+docdir = $(prefix)/share/doc/GtkAda/gtkada_rm - - MKDIR = mkdir -p - INSTALL = @INSTALL@ diff --git a/x11-toolkits/gtkada-devel/files/patch-docs::gtkada_ug::Makefile.in b/x11-toolkits/gtkada-devel/files/patch-docs::gtkada_ug::Makefile.in deleted file mode 100644 index f4969155d6e6..000000000000 --- a/x11-toolkits/gtkada-devel/files/patch-docs::gtkada_ug::Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ - -$FreeBSD$ - ---- docs/gtkada_ug/Makefile.in 2001/08/15 09:24:24 1.1 -+++ docs/gtkada_ug/Makefile.in 2001/08/15 09:24:35 -@@ -1,5 +1,5 @@ - prefix = @prefix@ --docdir = $(prefix)/doc/GtkAda/gtkada_ug -+docdir = $(prefix)/share/doc/GtkAda/gtkada_ug - - MKDIR = mkdir -p - INSTALL = @INSTALL@ diff --git a/x11-toolkits/gtkada-devel/files/patch-src::Makefile.in b/x11-toolkits/gtkada-devel/files/patch-src::Makefile.in deleted file mode 100644 index 9e551a6ac3e3..000000000000 --- a/x11-toolkits/gtkada-devel/files/patch-src::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/Makefile.in 2001/08/15 08:53:08 1.1 -+++ src/Makefile.in 2001/08/15 08:53:31 -@@ -32,7 +32,7 @@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ - - LIBNAME = libgtkada$(SO_EXT) --SONAME = libgtkada-$(MAJOR).$(MINOR)$(SO_EXT).$(MICRO) -+SONAME = libgtkada$(SO_EXT).$(MICRO) - ARCHIVENAME = libgtkada.a - - GTKADA_CONFIG = gtkada-config diff --git a/x11-toolkits/gtkada-devel/files/patch-src::glade::Makefile.in b/x11-toolkits/gtkada-devel/files/patch-src::glade::Makefile.in deleted file mode 100644 index bea9f89ee18d..000000000000 --- a/x11-toolkits/gtkada-devel/files/patch-src::glade::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/glade/Makefile.in 2001/08/15 08:53:08 1.1 -+++ src/glade/Makefile.in 2001/08/15 08:53:38 -@@ -7,7 +7,7 @@ - - include ../Makefile.common - --SONAME = libgtkada_glade-$(MAJOR).$(MINOR)$(SO_EXT).$(MICRO) -+SONAME = libgtkada_glade$(SO_EXT).$(MICRO) - LIBNAME = libgtkada_glade$(SO_EXT) - ARCHIVENAME = libgtkada_glade.a - INSTALL = @INSTALL@ diff --git a/x11-toolkits/gtkada-devel/files/patch-src::gnome::Makefile.in b/x11-toolkits/gtkada-devel/files/patch-src::gnome::Makefile.in deleted file mode 100644 index 9764f4d103bb..000000000000 --- a/x11-toolkits/gtkada-devel/files/patch-src::gnome::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/gnome/Makefile.in 2001/08/15 08:53:08 1.1 -+++ src/gnome/Makefile.in 2001/08/15 08:53:44 -@@ -1,7 +1,7 @@ - include ../Makefile.common - - LIBNAME = libgnomeada$(SO_EXT) --SONAME = libgnomeada-$(MAJOR).$(MINOR)$(SO_EXT).$(MICRO) -+SONAME = libgnomeada$(SO_EXT).$(MICRO) - ARCHIVENAME = libgnomeada.a - GNOME_LIBS = @GNOME_LIBS@ - HAVE_GNOME = @HAVE_GNOME@ diff --git a/x11-toolkits/gtkada-devel/files/patch-src::gtkextra::Makefile.in b/x11-toolkits/gtkada-devel/files/patch-src::gtkextra::Makefile.in deleted file mode 100644 index 5539766dee64..000000000000 --- a/x11-toolkits/gtkada-devel/files/patch-src::gtkextra::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/gtkextra/Makefile.in 2001/08/15 08:45:57 1.1 -+++ src/gtkextra/Makefile.in 2001/08/15 08:46:10 -@@ -6,7 +6,7 @@ - OBJ=${SRC:%.c=%.o} - CC=@CC@ - FPIC=@FPIC@ --CFLAGS=-O2 -+CFLAGS=@CFLAGS@ - ALL_CFLAGS=$(CFLAGS) @GTK_CFLAGS@ $(FPIC) - - all: $(OBJ) diff --git a/x11-toolkits/gtkada-devel/files/patch-src::opengl::Makefile.in b/x11-toolkits/gtkada-devel/files/patch-src::opengl::Makefile.in deleted file mode 100644 index 818475fe1bbd..000000000000 --- a/x11-toolkits/gtkada-devel/files/patch-src::opengl::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/opengl/Makefile.in 2001/08/15 08:53:08 1.1 -+++ src/opengl/Makefile.in 2001/08/15 08:53:23 -@@ -9,7 +9,7 @@ - - CFLAGS = @CFLAGS@ -Wall @GTK_CFLAGS@ -I. $(FPIC) - --SONAME = libgtkada_gl-$(MAJOR).$(MINOR)$(SO_EXT).$(MICRO) -+SONAME = libgtkada_gl$(SO_EXT).$(MICRO) - LIBNAME = libgtkada_gl$(SO_EXT) - ARCHIVENAME = libgtkada_gl.a - INSTALL = @INSTALL@ diff --git a/x11-toolkits/gtkada-devel/files/patch-src::pixbuf::Makefile.in b/x11-toolkits/gtkada-devel/files/patch-src::pixbuf::Makefile.in deleted file mode 100644 index 363ec02df418..000000000000 --- a/x11-toolkits/gtkada-devel/files/patch-src::pixbuf::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/pixbuf/Makefile.in 2001/08/15 08:53:08 1.1 -+++ src/pixbuf/Makefile.in 2001/08/15 08:53:50 -@@ -9,7 +9,7 @@ - - CFLAGS = @CFLAGS@ -Wall @PIXBUF_CFLAGS@ -I. $(FPIC) - --SONAME = libgtkada_art-$(MAJOR).$(MINOR)$(SO_EXT).$(MICRO) -+SONAME = libgtkada_art$(SO_EXT).$(MICRO) - LIBNAME = libgtkada_art$(SO_EXT) - ARCHIVENAME = libgtkada_art.a - INSTALL = @INSTALL@ diff --git a/x11-toolkits/gtkada-devel/files/patch-testgtk::Makefile.in b/x11-toolkits/gtkada-devel/files/patch-testgtk::Makefile.in deleted file mode 100644 index e44a9e889d62..000000000000 --- a/x11-toolkits/gtkada-devel/files/patch-testgtk::Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- testgtk/Makefile.in Fri Apr 27 18:20:15 2001 -+++ testgtk/Makefile.in.new Fri Aug 17 01:26:49 2001 -@@ -15,9 +15,9 @@ - - CC = @CC@ - GTKADA_CONFIG=gtkada-config --GNATFLAGS = @CFLAGS@ -gnata --GNATFLAGS_DEVEL = @CFLAGS@ -g -gnatawu --TARGET_LFLAGS = @TARGET_LFLAGS@ -+GNATFLAGS = -O2 -gnata -+GNATFLAGS_DEVEL = -O2 -g -gnatawu -+TARGET_LFLAGS = $(LDFLAGS) - - GNATMAKE = gnatmake - GNATMAKELDFLAGS = -largs -L$(src_dir) -L$(opengl_dir) -lgtkada @GTK_LIBS@ \ diff --git a/x11-toolkits/gtkada-devel/pkg-descr b/x11-toolkits/gtkada-devel/pkg-descr deleted file mode 100644 index 24eb195f46a1..000000000000 --- a/x11-toolkits/gtkada-devel/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -GtkAda provides Ada programmes with a full Gtk binding. - -WWW: https://libre2.adacore.com/GtkAda/ diff --git a/x11-toolkits/gtkada-devel/pkg-plist b/x11-toolkits/gtkada-devel/pkg-plist deleted file mode 100644 index 74cd2a53aa1a..000000000000 --- a/x11-toolkits/gtkada-devel/pkg-plist +++ /dev/null @@ -1,816 +0,0 @@ -bin/gate -bin/gate-in.exe -bin/gdialog -bin/generate.pl -bin/gtkada-config -include/gtkada/gdk-art-pixbuf.ads -include/gtkada/gdk-art-pixbuf.ali -include/gtkada/gdk-art.ads -include/gtkada/gdk-art.ali -include/gtkada/gdk-bitmap.adb -include/gtkada/gdk-bitmap.ads -include/gtkada/gdk-bitmap.ali -include/gtkada/gdk-color.adb -include/gtkada/gdk-color.ads -include/gtkada/gdk-color.ali -include/gtkada/gdk-color_context.adb -include/gtkada/gdk-color_context.ads -include/gtkada/gdk-color_context.ali -include/gtkada/gdk-cursor.adb -include/gtkada/gdk-cursor.ads -include/gtkada/gdk-cursor.ali -include/gtkada/gdk-drawable.adb -include/gtkada/gdk-drawable.ads -include/gtkada/gdk-drawable.ali -include/gtkada/gdk-event.adb -include/gtkada/gdk-event.ads -include/gtkada/gdk-event.ali -include/gtkada/gdk-font.adb -include/gtkada/gdk-font.ads -include/gtkada/gdk-font.ali -include/gtkada/gdk-gc.adb -include/gtkada/gdk-gc.ads -include/gtkada/gdk-gc.ali -include/gtkada/gdk-gl.adb -include/gtkada/gdk-gl.ads -include/gtkada/gdk-gl.ali -include/gtkada/gdk-image.adb -include/gtkada/gdk-image.ads -include/gtkada/gdk-image.ali -include/gtkada/gdk-input.ads -include/gtkada/gdk-input.ali -include/gtkada/gdk-keyval.adb -include/gtkada/gdk-keyval.ads -include/gtkada/gdk-keyval.ali -include/gtkada/gdk-main.adb -include/gtkada/gdk-main.ads -include/gtkada/gdk-main.ali -include/gtkada/gdk-pixbuf.adb -include/gtkada/gdk-pixbuf.ads -include/gtkada/gdk-pixbuf.ali -include/gtkada/gdk-pixmap.adb -include/gtkada/gdk-pixmap.ads -include/gtkada/gdk-pixmap.ali -include/gtkada/gdk-property.adb -include/gtkada/gdk-property.ads -include/gtkada/gdk-property.ali -include/gtkada/gdk-rectangle.adb -include/gtkada/gdk-rectangle.ads -include/gtkada/gdk-rectangle.ali -include/gtkada/gdk-region.adb -include/gtkada/gdk-region.ads -include/gtkada/gdk-region.ali -include/gtkada/gdk-rgb.adb -include/gtkada/gdk-rgb.ads -include/gtkada/gdk-rgb.ali -include/gtkada/gdk-threads.ads -include/gtkada/gdk-threads.ali -include/gtkada/gdk-types-keysyms.ads -include/gtkada/gdk-types-keysyms.ali -include/gtkada/gdk-types.ads -include/gtkada/gdk-types.ali -include/gtkada/gdk-visual.adb -include/gtkada/gdk-visual.ads -include/gtkada/gdk-visual.ali -include/gtkada/gdk-window.adb -include/gtkada/gdk-window.ads -include/gtkada/gdk-window.ali -include/gtkada/gdk-window_attr.adb -include/gtkada/gdk-window_attr.ads -include/gtkada/gdk-window_attr.ali -include/gtkada/gdk.ads -include/gtkada/gdk.ali -include/gtkada/gl_h.ads -include/gtkada/glade-xml.adb -include/gtkada/glade-xml.ads -include/gtkada/glade-xml.ali -include/gtkada/glade.adb -include/gtkada/glade.ads -include/gtkada/glade.ali -include/gtkada/glib-enums.ads -include/gtkada/glib-enums.ali -include/gtkada/glib-glade.adb -include/gtkada/glib-glade.ads -include/gtkada/glib-glist.adb -include/gtkada/glib-glist.ads -include/gtkada/glib-glist.ali -include/gtkada/glib-gnodes.adb -include/gtkada/glib-gnodes.ads -include/gtkada/glib-gnodes.ali -include/gtkada/glib-gslist.adb -include/gtkada/glib-gslist.ads -include/gtkada/glib-gslist.ali -include/gtkada/glib-module.adb -include/gtkada/glib-module.ads -include/gtkada/glib-module.ali -include/gtkada/glib-xml.adb -include/gtkada/glib-xml.ads -include/gtkada/glib-xml.ali -include/gtkada/glib.adb -include/gtkada/glib.ads -include/gtkada/glib.ali -include/gtkada/glu_h.ads -include/gtkada/gnome-about.adb -include/gtkada/gnome-about.ads -include/gtkada/gnome-about.ali -include/gtkada/gnome-animator.adb -include/gtkada/gnome-animator.ads -include/gtkada/gnome-animator.ali -include/gtkada/gnome-app.adb -include/gtkada/gnome-app.ads -include/gtkada/gnome-app.ali -include/gtkada/gnome-app_bar.adb -include/gtkada/gnome-app_bar.ads -include/gtkada/gnome-app_bar.ali -include/gtkada/gnome-app_helper.adb -include/gtkada/gnome-app_helper.ads -include/gtkada/gnome-app_helper.ali -include/gtkada/gnome-calculator.adb -include/gtkada/gnome-calculator.ads -include/gtkada/gnome-calculator.ali -include/gtkada/gnome-client.adb -include/gtkada/gnome-client.ads -include/gtkada/gnome-client.ali -include/gtkada/gnome-color_picker.adb -include/gtkada/gnome-color_picker.ads -include/gtkada/gnome-color_picker.ali -include/gtkada/gnome-date_edit.adb -include/gtkada/gnome-date_edit.ads -include/gtkada/gnome-date_edit.ali -include/gtkada/gnome-dialog.adb -include/gtkada/gnome-dialog.ads -include/gtkada/gnome-dialog.ali -include/gtkada/gnome-dock.adb -include/gtkada/gnome-dock.ads -include/gtkada/gnome-dock.ali -include/gtkada/gnome-dock_band.adb -include/gtkada/gnome-dock_band.ads -include/gtkada/gnome-dock_band.ali -include/gtkada/gnome-dock_item.adb -include/gtkada/gnome-dock_item.ads -include/gtkada/gnome-dock_item.ali -include/gtkada/gnome-dock_layout.adb -include/gtkada/gnome-dock_layout.ads -include/gtkada/gnome-dock_layout.ali -include/gtkada/gnome-druid.adb -include/gtkada/gnome-druid.ads -include/gtkada/gnome-druid.ali -include/gtkada/gnome-druid_page.adb -include/gtkada/gnome-druid_page.ads -include/gtkada/gnome-druid_page.ali -include/gtkada/gnome-druid_page_finish.adb -include/gtkada/gnome-druid_page_finish.ads -include/gtkada/gnome-druid_page_finish.ali -include/gtkada/gnome-druid_page_standard.adb -include/gtkada/gnome-druid_page_standard.ads -include/gtkada/gnome-druid_page_standard.ali -include/gtkada/gnome-druid_page_start.adb -include/gtkada/gnome-druid_page_start.ads -include/gtkada/gnome-druid_page_start.ali -include/gtkada/gnome-file_entry.adb -include/gtkada/gnome-file_entry.ads -include/gtkada/gnome-file_entry.ali -include/gtkada/gnome-font_picker.adb -include/gtkada/gnome-font_picker.ads -include/gtkada/gnome-font_picker.ali -include/gtkada/gnome-gentry.adb -include/gtkada/gnome-gentry.ads -include/gtkada/gnome-gentry.ali -include/gtkada/gnome-geometry.adb -include/gtkada/gnome-geometry.ads -include/gtkada/gnome-geometry.ali -include/gtkada/gnome-href.adb -include/gtkada/gnome-href.ads -include/gtkada/gnome-href.ali -include/gtkada/gnome-ice.ads -include/gtkada/gnome-ice.ali -include/gtkada/gnome-icon_entry.adb -include/gtkada/gnome-icon_entry.ads -include/gtkada/gnome-icon_entry.ali -include/gtkada/gnome-icon_selection.adb -include/gtkada/gnome-icon_selection.ads -include/gtkada/gnome-icon_selection.ali -include/gtkada/gnome-mdi.adb -include/gtkada/gnome-mdi.ads -include/gtkada/gnome-mdi.ali -include/gtkada/gnome-mdi_child.adb -include/gtkada/gnome-mdi_child.ads -include/gtkada/gnome-mdi_child.ali -include/gtkada/gnome-mdi_session.adb -include/gtkada/gnome-mdi_session.ads -include/gtkada/gnome-mdi_session.ali -include/gtkada/gnome-message_box.adb -include/gtkada/gnome-message_box.ads -include/gtkada/gnome-message_box.ali -include/gtkada/gnome-number_entry.adb -include/gtkada/gnome-number_entry.ads -include/gtkada/gnome-number_entry.ali -include/gtkada/gnome-paper_selector.adb -include/gtkada/gnome-paper_selector.ads -include/gtkada/gnome-paper_selector.ali -include/gtkada/gnome-pixmap.adb -include/gtkada/gnome-pixmap.ads -include/gtkada/gnome-pixmap.ali -include/gtkada/gnome-pixmap_entry.adb -include/gtkada/gnome-pixmap_entry.ads -include/gtkada/gnome-pixmap_entry.ali -include/gtkada/gnome-proc_bar.adb -include/gtkada/gnome-proc_bar.ads -include/gtkada/gnome-proc_bar.ali -include/gtkada/gnome-property_box.adb -include/gtkada/gnome-property_box.ads -include/gtkada/gnome-property_box.ali -include/gtkada/gnome-scores.adb -include/gtkada/gnome-scores.ads -include/gtkada/gnome-scores.ali -include/gtkada/gnome-stock.adb -include/gtkada/gnome-stock.ads -include/gtkada/gnome-stock.ali -include/gtkada/gnome-ui_defs.ads -include/gtkada/gnome-ui_defs.ali -include/gtkada/gnome-window.adb -include/gtkada/gnome-window.ads -include/gtkada/gnome-window.ali -include/gtkada/gnome.adb -include/gtkada/gnome.ads -include/gtkada/gnome.ali -include/gtkada/gnome_generates.adb -include/gtkada/gnome_generates.ads -include/gtkada/gtk-accel_group.adb -include/gtkada/gtk-accel_group.ads -include/gtkada/gtk-accel_group.ali -include/gtkada/gtk-accel_label.adb -include/gtkada/gtk-accel_label.ads -include/gtkada/gtk-accel_label.ali -include/gtkada/gtk-adjustment.adb -include/gtkada/gtk-adjustment.ads -include/gtkada/gtk-adjustment.ali -include/gtkada/gtk-alignment.adb -include/gtkada/gtk-alignment.ads -include/gtkada/gtk-alignment.ali -include/gtkada/gtk-arguments.adb -include/gtkada/gtk-arguments.ads -include/gtkada/gtk-arguments.ali -include/gtkada/gtk-arrow.adb -include/gtkada/gtk-arrow.ads -include/gtkada/gtk-arrow.ali -include/gtkada/gtk-aspect_frame.adb -include/gtkada/gtk-aspect_frame.ads -include/gtkada/gtk-aspect_frame.ali -include/gtkada/gtk-bin.adb -include/gtkada/gtk-bin.ads -include/gtkada/gtk-bin.ali -include/gtkada/gtk-box.adb -include/gtkada/gtk-box.ads -include/gtkada/gtk-box.ali -include/gtkada/gtk-button.adb -include/gtkada/gtk-button.ads -include/gtkada/gtk-button.ali -include/gtkada/gtk-button_box.adb -include/gtkada/gtk-button_box.ads -include/gtkada/gtk-button_box.ali -include/gtkada/gtk-calendar.adb -include/gtkada/gtk-calendar.ads -include/gtkada/gtk-calendar.ali -include/gtkada/gtk-check_button.adb -include/gtkada/gtk-check_button.ads -include/gtkada/gtk-check_button.ali -include/gtkada/gtk-check_menu_item.adb -include/gtkada/gtk-check_menu_item.ads -include/gtkada/gtk-check_menu_item.ali -include/gtkada/gtk-clist.adb -include/gtkada/gtk-clist.ads -include/gtkada/gtk-clist.ali -include/gtkada/gtk-clock.adb -include/gtkada/gtk-clock.ads -include/gtkada/gtk-clock.ali -include/gtkada/gtk-color_selection.adb -include/gtkada/gtk-color_selection.ads -include/gtkada/gtk-color_selection.ali -include/gtkada/gtk-color_selection_dialog.adb -include/gtkada/gtk-color_selection_dialog.ads -include/gtkada/gtk-color_selection_dialog.ali -include/gtkada/gtk-combo.adb -include/gtkada/gtk-combo.ads -include/gtkada/gtk-combo.ali -include/gtkada/gtk-container.adb -include/gtkada/gtk-container.ads -include/gtkada/gtk-container.ali -include/gtkada/gtk-ctree.adb -include/gtkada/gtk-ctree.ads -include/gtkada/gtk-ctree.ali -include/gtkada/gtk-curve.adb -include/gtkada/gtk-curve.ads -include/gtkada/gtk-curve.ali -include/gtkada/gtk-data.ads -include/gtkada/gtk-data.ali -include/gtkada/gtk-dial.adb -include/gtkada/gtk-dial.ads -include/gtkada/gtk-dial.ali -include/gtkada/gtk-dialog.adb -include/gtkada/gtk-dialog.ads -include/gtkada/gtk-dialog.ali -include/gtkada/gtk-dnd.adb -include/gtkada/gtk-dnd.ads -include/gtkada/gtk-dnd.ali -include/gtkada/gtk-drawing_area.adb -include/gtkada/gtk-drawing_area.ads -include/gtkada/gtk-drawing_area.ali -include/gtkada/gtk-editable.adb -include/gtkada/gtk-editable.ads -include/gtkada/gtk-editable.ali -include/gtkada/gtk-enums.adb -include/gtkada/gtk-enums.ads -include/gtkada/gtk-enums.ali -include/gtkada/gtk-event_box.adb -include/gtkada/gtk-event_box.ads -include/gtkada/gtk-event_box.ali -include/gtkada/gtk-extra-border_combo.adb -include/gtkada/gtk-extra-border_combo.ads -include/gtkada/gtk-extra-border_combo.ali -include/gtkada/gtk-extra-check_item.adb -include/gtkada/gtk-extra-check_item.ads -include/gtkada/gtk-extra-check_item.ali -include/gtkada/gtk-extra-color_combo.adb -include/gtkada/gtk-extra-color_combo.ads -include/gtkada/gtk-extra-color_combo.ali -include/gtkada/gtk-extra-combo_box.adb -include/gtkada/gtk-extra-combo_box.ads -include/gtkada/gtk-extra-combo_box.ali -include/gtkada/gtk-extra-font_combo.adb -include/gtkada/gtk-extra-font_combo.ads -include/gtkada/gtk-extra-font_combo.ali -include/gtkada/gtk-extra-item_entry.adb -include/gtkada/gtk-extra-item_entry.ads -include/gtkada/gtk-extra-item_entry.ali -include/gtkada/gtk-extra-plot.adb -include/gtkada/gtk-extra-plot.ads -include/gtkada/gtk-extra-plot.ali -include/gtkada/gtk-extra-plot_3d.adb -include/gtkada/gtk-extra-plot_3d.ads -include/gtkada/gtk-extra-plot_3d.ali -include/gtkada/gtk-extra-plot_bar.adb -include/gtkada/gtk-extra-plot_bar.ads -include/gtkada/gtk-extra-plot_bar.ali -include/gtkada/gtk-extra-plot_box.adb -include/gtkada/gtk-extra-plot_box.ads -include/gtkada/gtk-extra-plot_box.ali -include/gtkada/gtk-extra-plot_canvas.adb -include/gtkada/gtk-extra-plot_canvas.ads -include/gtkada/gtk-extra-plot_canvas.ali -include/gtkada/gtk-extra-plot_data.adb -include/gtkada/gtk-extra-plot_data.ads -include/gtkada/gtk-extra-plot_data.ali -include/gtkada/gtk-extra-plot_polar.adb -include/gtkada/gtk-extra-plot_polar.ads -include/gtkada/gtk-extra-plot_polar.ali -include/gtkada/gtk-extra-plot_ps.adb -include/gtkada/gtk-extra-plot_ps.ads -include/gtkada/gtk-extra-plot_ps.ali -include/gtkada/gtk-extra-plot_surface.adb -include/gtkada/gtk-extra-plot_surface.ads -include/gtkada/gtk-extra-plot_surface.ali -include/gtkada/gtk-extra-psfont.adb -include/gtkada/gtk-extra-psfont.ads -include/gtkada/gtk-extra-psfont.ali -include/gtkada/gtk-extra-sheet.adb -include/gtkada/gtk-extra-sheet.ads -include/gtkada/gtk-extra-sheet.ali -include/gtkada/gtk-extra.ads -include/gtkada/gtk-extra.ali -include/gtkada/gtk-file_selection.adb -include/gtkada/gtk-file_selection.ads -include/gtkada/gtk-file_selection.ali -include/gtkada/gtk-fixed.adb -include/gtkada/gtk-fixed.ads -include/gtkada/gtk-fixed.ali -include/gtkada/gtk-font_selection.adb -include/gtkada/gtk-font_selection.ads -include/gtkada/gtk-font_selection.ali -include/gtkada/gtk-font_selection_dialog.ads -include/gtkada/gtk-font_selection_dialog.ali -include/gtkada/gtk-frame.adb -include/gtkada/gtk-frame.ads -include/gtkada/gtk-frame.ali -include/gtkada/gtk-gamma_curve.adb -include/gtkada/gtk-gamma_curve.ads -include/gtkada/gtk-gamma_curve.ali -include/gtkada/gtk-gentry.adb -include/gtkada/gtk-gentry.ads -include/gtkada/gtk-gentry.ali -include/gtkada/gtk-glade.adb -include/gtkada/gtk-glade.ads -include/gtkada/gtk-glarea.adb -include/gtkada/gtk-glarea.ads -include/gtkada/gtk-glarea.ali -include/gtkada/gtk-grange.adb -include/gtkada/gtk-grange.ads -include/gtkada/gtk-grange.ali -include/gtkada/gtk-handle_box.adb -include/gtkada/gtk-handle_box.ads -include/gtkada/gtk-handle_box.ali -include/gtkada/gtk-handlers.adb -include/gtkada/gtk-handlers.ads -include/gtkada/gtk-handlers.ali -include/gtkada/gtk-hbutton_box.adb -include/gtkada/gtk-hbutton_box.ads -include/gtkada/gtk-hbutton_box.ali -include/gtkada/gtk-image.adb -include/gtkada/gtk-image.ads -include/gtkada/gtk-image.ali -include/gtkada/gtk-input_dialog.adb -include/gtkada/gtk-input_dialog.ads -include/gtkada/gtk-input_dialog.ali -include/gtkada/gtk-invisible.adb -include/gtkada/gtk-invisible.ads -include/gtkada/gtk-invisible.ali -include/gtkada/gtk-item.adb -include/gtkada/gtk-item.ads -include/gtkada/gtk-item.ali -include/gtkada/gtk-item_factory.adb -include/gtkada/gtk-item_factory.ads -include/gtkada/gtk-item_factory.ali -include/gtkada/gtk-label.adb -include/gtkada/gtk-label.ads -include/gtkada/gtk-label.ali -include/gtkada/gtk-layout.adb -include/gtkada/gtk-layout.ads -include/gtkada/gtk-layout.ali -include/gtkada/gtk-list.adb -include/gtkada/gtk-list.ads -include/gtkada/gtk-list.ali -include/gtkada/gtk-list_item.adb -include/gtkada/gtk-list_item.ads -include/gtkada/gtk-list_item.ali -include/gtkada/gtk-macro.adb -include/gtkada/gtk-macro.ads -include/gtkada/gtk-main.adb -include/gtkada/gtk-main.ads -include/gtkada/gtk-main.ali -include/gtkada/gtk-marshallers.adb -include/gtkada/gtk-marshallers.ads -include/gtkada/gtk-marshallers.ali -include/gtkada/gtk-menu.adb -include/gtkada/gtk-menu.ads -include/gtkada/gtk-menu.ali -include/gtkada/gtk-menu_bar.adb -include/gtkada/gtk-menu_bar.ads -include/gtkada/gtk-menu_bar.ali -include/gtkada/gtk-menu_item.adb -include/gtkada/gtk-menu_item.ads -include/gtkada/gtk-menu_item.ali -include/gtkada/gtk-menu_shell.adb -include/gtkada/gtk-menu_shell.ads -include/gtkada/gtk-menu_shell.ali -include/gtkada/gtk-misc.adb -include/gtkada/gtk-misc.ads -include/gtkada/gtk-misc.ali -include/gtkada/gtk-notebook.adb -include/gtkada/gtk-notebook.ads -include/gtkada/gtk-notebook.ali -include/gtkada/gtk-object.adb -include/gtkada/gtk-object.ads -include/gtkada/gtk-object.ali -include/gtkada/gtk-option_menu.adb -include/gtkada/gtk-option_menu.ads -include/gtkada/gtk-option_menu.ali -include/gtkada/gtk-packer.adb -include/gtkada/gtk-packer.ads -include/gtkada/gtk-packer.ali -include/gtkada/gtk-paned.adb -include/gtkada/gtk-paned.ads -include/gtkada/gtk-paned.ali -include/gtkada/gtk-pixmap.adb -include/gtkada/gtk-pixmap.ads -include/gtkada/gtk-pixmap.ali -include/gtkada/gtk-pixmap_menu_item.adb -include/gtkada/gtk-pixmap_menu_item.ads -include/gtkada/gtk-pixmap_menu_item.ali -include/gtkada/gtk-plug.adb -include/gtkada/gtk-plug.ads -include/gtkada/gtk-plug.ali -include/gtkada/gtk-preview.adb -include/gtkada/gtk-preview.ads -include/gtkada/gtk-preview.ali -include/gtkada/gtk-progress.adb -include/gtkada/gtk-progress.ads -include/gtkada/gtk-progress.ali -include/gtkada/gtk-progress_bar.adb -include/gtkada/gtk-progress_bar.ads -include/gtkada/gtk-progress_bar.ali -include/gtkada/gtk-radio_button.adb -include/gtkada/gtk-radio_button.ads -include/gtkada/gtk-radio_button.ali -include/gtkada/gtk-radio_menu_item.adb -include/gtkada/gtk-radio_menu_item.ads -include/gtkada/gtk-radio_menu_item.ali -include/gtkada/gtk-rc.adb -include/gtkada/gtk-rc.ads -include/gtkada/gtk-rc.ali -include/gtkada/gtk-ruler.adb -include/gtkada/gtk-ruler.ads -include/gtkada/gtk-ruler.ali -include/gtkada/gtk-scale.adb -include/gtkada/gtk-scale.ads -include/gtkada/gtk-scale.ali -include/gtkada/gtk-scrollbar.adb -include/gtkada/gtk-scrollbar.ads -include/gtkada/gtk-scrollbar.ali -include/gtkada/gtk-scrolled_window.adb -include/gtkada/gtk-scrolled_window.ads -include/gtkada/gtk-scrolled_window.ali -include/gtkada/gtk-selection.adb -include/gtkada/gtk-selection.ads -include/gtkada/gtk-selection.ali -include/gtkada/gtk-separator.adb -include/gtkada/gtk-separator.ads -include/gtkada/gtk-separator.ali -include/gtkada/gtk-signal.adb -include/gtkada/gtk-signal.ads -include/gtkada/gtk-signal.ali -include/gtkada/gtk-socket.adb -include/gtkada/gtk-socket.ads -include/gtkada/gtk-socket.ali -include/gtkada/gtk-spin_button.adb -include/gtkada/gtk-spin_button.ads -include/gtkada/gtk-spin_button.ali -include/gtkada/gtk-status_bar.adb -include/gtkada/gtk-status_bar.ads -include/gtkada/gtk-status_bar.ali -include/gtkada/gtk-style.adb -include/gtkada/gtk-style.ads -include/gtkada/gtk-style.ali -include/gtkada/gtk-table.adb -include/gtkada/gtk-table.ads -include/gtkada/gtk-table.ali -include/gtkada/gtk-tearoff_menu_item.adb -include/gtkada/gtk-tearoff_menu_item.ads -include/gtkada/gtk-tearoff_menu_item.ali -include/gtkada/gtk-text.adb -include/gtkada/gtk-text.ads -include/gtkada/gtk-text.ali -include/gtkada/gtk-tips_query.adb -include/gtkada/gtk-tips_query.ads -include/gtkada/gtk-tips_query.ali -include/gtkada/gtk-toggle_button.adb -include/gtkada/gtk-toggle_button.ads -include/gtkada/gtk-toggle_button.ali -include/gtkada/gtk-toolbar.adb -include/gtkada/gtk-toolbar.ads -include/gtkada/gtk-toolbar.ali -include/gtkada/gtk-tooltips.adb -include/gtkada/gtk-tooltips.ads -include/gtkada/gtk-tooltips.ali -include/gtkada/gtk-tree.adb -include/gtkada/gtk-tree.ads -include/gtkada/gtk-tree.ali -include/gtkada/gtk-tree_item.adb -include/gtkada/gtk-tree_item.ads -include/gtkada/gtk-tree_item.ali -include/gtkada/gtk-type_conversion.adb -include/gtkada/gtk-type_conversion.ads -include/gtkada/gtk-type_conversion.ali -include/gtkada/gtk-type_conversion_hooks.adb -include/gtkada/gtk-type_conversion_hooks.ads -include/gtkada/gtk-type_conversion_hooks.ali -include/gtkada/gtk-vbutton_box.adb -include/gtkada/gtk-vbutton_box.ads -include/gtkada/gtk-vbutton_box.ali -include/gtkada/gtk-viewport.adb -include/gtkada/gtk-viewport.ads -include/gtkada/gtk-viewport.ali -include/gtkada/gtk-widget.adb -include/gtkada/gtk-widget.ads -include/gtkada/gtk-widget.ali -include/gtkada/gtk-window.adb -include/gtkada/gtk-window.ads -include/gtkada/gtk-window.ali -include/gtkada/gtk.adb -include/gtkada/gtk.ads -include/gtkada/gtk.ali -include/gtkada/gtk_generates.adb -include/gtkada/gtk_generates.ads -include/gtkada/gtkada-canvas.adb -include/gtkada/gtkada-canvas.ads -include/gtkada/gtkada-canvas.ali -include/gtkada/gtkada-dialogs.adb -include/gtkada/gtkada-dialogs.ads -include/gtkada/gtkada-dialogs.ali -include/gtkada/gtkada-file_selection.adb -include/gtkada/gtkada-file_selection.ads -include/gtkada/gtkada-file_selection.ali -include/gtkada/gtkada-handlers.ads -include/gtkada/gtkada-handlers.ali -include/gtkada/gtkada-intl.adb -include/gtkada/gtkada-intl.ads -include/gtkada/gtkada-intl.ali -include/gtkada/gtkada-pixmaps.ads -include/gtkada/gtkada-pixmaps.ali -include/gtkada/gtkada-types.adb -include/gtkada/gtkada-types.ads -include/gtkada/gtkada-types.ali -include/gtkada/gtkada.ads -include/gtkada/gtkada.ali -info/gtkada_rm.info -info/gtkada_rm.info-1 -info/gtkada_rm.info-10 -info/gtkada_rm.info-11 -info/gtkada_rm.info-12 -info/gtkada_rm.info-13 -info/gtkada_rm.info-14 -info/gtkada_rm.info-15 -info/gtkada_rm.info-16 -info/gtkada_rm.info-17 -info/gtkada_rm.info-2 -info/gtkada_rm.info-3 -info/gtkada_rm.info-4 -info/gtkada_rm.info-5 -info/gtkada_rm.info-6 -info/gtkada_rm.info-7 -info/gtkada_rm.info-8 -info/gtkada_rm.info-9 -info/gtkada_ug.info -info/gtkada_ug.info-1 -info/gtkada_ug.info-2 -lib/libgnomeada.a -lib/libgnomeada.so -lib/libgnomeada.so.%%SHLIB_VERSION%% -lib/libgtkada.a -lib/libgtkada.so -lib/libgtkada.so.%%SHLIB_VERSION%% -lib/libgtkada_art.a -lib/libgtkada_art.so -lib/libgtkada_art.so.%%SHLIB_VERSION%% -lib/libgtkada_gl.a -lib/libgtkada_gl.so -lib/libgtkada_gl.so.%%SHLIB_VERSION%% -lib/libgtkada_glade.a -lib/libgtkada_glade.so -lib/libgtkada_glade.so.%%SHLIB_VERSION%% -share/doc/GtkAda/gtkada_rm/checkbutton.jpg -share/doc/GtkAda/gtkada_rm/font.jpg -share/doc/GtkAda/gtkada_rm/gtkada_rm.info -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-1 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-10 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-11 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-12 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-13 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-14 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-15 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-16 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-17 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-2 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-3 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-4 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-5 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-6 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-7 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-8 -share/doc/GtkAda/gtkada_rm/gtkada_rm.info-9 -share/doc/GtkAda/gtkada_rm/gtkada_rm.ps -share/doc/GtkAda/gtkada_rm/gtkada_rm.texi -share/doc/GtkAda/gtkada_rm/gtkada_rm.txt -share/doc/GtkAda/gtkada_rm/gtkada_rm_1.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_10.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_100.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_101.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_102.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_103.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_104.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_105.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_106.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_107.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_108.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_109.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_11.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_110.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_111.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_112.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_113.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_114.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_115.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_116.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_117.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_118.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_119.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_12.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_120.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_121.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_122.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_123.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_124.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_125.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_13.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_14.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_15.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_16.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_17.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_18.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_19.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_2.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_20.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_21.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_22.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_23.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_24.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_25.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_26.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_27.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_28.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_29.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_3.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_30.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_31.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_32.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_33.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_34.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_35.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_36.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_37.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_38.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_39.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_4.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_40.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_41.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_42.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_43.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_44.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_45.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_46.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_47.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_48.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_49.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_5.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_50.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_51.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_52.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_53.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_54.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_55.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_56.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_57.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_58.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_59.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_6.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_60.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_61.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_62.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_63.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_64.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_65.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_66.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_67.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_68.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_69.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_7.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_70.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_71.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_72.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_73.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_74.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_75.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_76.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_77.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_78.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_79.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_8.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_80.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_81.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_82.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_83.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_84.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_85.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_86.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_87.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_88.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_89.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_9.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_90.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_91.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_92.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_93.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_94.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_95.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_96.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_97.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_98.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_99.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_stoc.html -share/doc/GtkAda/gtkada_rm/gtkada_rm_toc.html -share/doc/GtkAda/gtkada_rm/texinfo.tex -share/doc/GtkAda/gtkada_rm/togglebutton.jpg -share/doc/GtkAda/gtkada_ug/boxes.gif -share/doc/GtkAda/gtkada_ug/gtkada_ug.html -share/doc/GtkAda/gtkada_ug/gtkada_ug.info -share/doc/GtkAda/gtkada_ug/gtkada_ug.info-1 -share/doc/GtkAda/gtkada_ug/gtkada_ug.info-2 -share/doc/GtkAda/gtkada_ug/gtkada_ug.ps -share/doc/GtkAda/gtkada_ug/gtkada_ug.texi -share/doc/GtkAda/gtkada_ug/gtkada_ug.txt -share/doc/GtkAda/gtkada_ug/hierarchy.jpg -share/doc/GtkAda/gtkada_ug/hierarchy.txt -share/doc/GtkAda/gtkada_ug/texinfo.tex -@dirrm share/doc/GtkAda/gtkada_ug -@dirrm share/doc/GtkAda/gtkada_rm -@dirrm share/doc/GtkAda -@dirrm include/gtkada diff --git a/x11-toolkits/gtkmm12/Makefile b/x11-toolkits/gtkmm12/Makefile deleted file mode 100644 index 1999a1e29a7d..000000000000 --- a/x11-toolkits/gtkmm12/Makefile +++ /dev/null @@ -1,39 +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.8 -PORTREVISION= 5 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gtkmm/1.2 -#DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ wrapper for gtk, a x11 graphics library - -LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gtk12 -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-static=yes \ - --without-gnome \ - --with-sigc-prefix=${LOCALBASE} - -post-install: -.for lib in gdkmm gtkmm - @${RM} ${PREFIX}/lib/lib${lib}.so ${PREFIX}/lib/lib${lib}.la - @${MV} ${PREFIX}/lib/lib${lib}.a ${PREFIX}/lib/lib${lib}-1.2.a -.endfor - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtkmm12/distinfo b/x11-toolkits/gtkmm12/distinfo deleted file mode 100644 index 9b817aa1c992..000000000000 --- a/x11-toolkits/gtkmm12/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gtkmm-1.2.8.tar.bz2) = 0dfcf7df4825379cb42cf6ef93c0387c -SHA256 (gtkmm-1.2.8.tar.bz2) = 173ad7759bc4b328bd0d295ed237d12b851db9ea319faab486274510ea3e5271 -SIZE (gtkmm-1.2.8.tar.bz2) = 554664 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/files/patch-gtkmm-config.in b/x11-toolkits/gtkmm12/files/patch-gtkmm-config.in deleted file mode 100644 index 66ca1b94aa7a..000000000000 --- a/x11-toolkits/gtkmm12/files/patch-gtkmm-config.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gtkmm-config.in.orig Tue Jul 17 20:08:35 2001 -+++ gtkmm-config.in Tue Jan 24 17:35:29 2006 -@@ -18,6 +18,6 @@ - --gtkmm_libs="$LIBDIRS -lgtkmm -lgdkmm @GTK_LIBS@ @SIGC_LIBS@" -+gtkmm_libs="$LIBDIRS -lgtkmm-1.2 -lgdkmm-1.2 @GTK_LIBS@ @SIGC_LIBS@" - gtkmm_cflags="$CFLAGS @GTK_CFLAGS@ @SIGC_CFLAGS@" - --gthread_libs="-lgthread" -+gthread_libs="-lgthread-1.2" - diff --git a/x11-toolkits/gtkmm12/files/patch-src::build_sources::proxy.h.m4 b/x11-toolkits/gtkmm12/files/patch-src::build_sources::proxy.h.m4 deleted file mode 100644 index 5e48974b17e2..000000000000 --- a/x11-toolkits/gtkmm12/files/patch-src::build_sources::proxy.h.m4 +++ /dev/null @@ -1,26 +0,0 @@ ---- src/build_sources/proxy.h.m4.orig Sun Sep 5 05:45:02 2004 -+++ src/build_sources/proxy.h.m4 Sun Sep 5 05:50:18 2004 -@@ -174,20 +174,20 @@ - data.callback=&callback; - data.obj=this; - SigC::ScopeNode* node=tmp->receiver(); -- obj->register_data(node); -+ this->obj->register_data(node); - return tmp; - } - - RType emit(ARG_BOTH($1)) - { - return reinterpret_cast<RType (*)(LIST(gObj*,1,ARG_TYPE($1),[$1]))> -- (emit_func) (LIST(obj->gtkobj(),1,ARG_NAME($1),[$1])); -+ (emit_func) (LIST(this->obj->gtkobj(),1,ARG_NAME($1),[$1])); - } - - RType operator()(ARG_BOTH($1)) - { - return reinterpret_cast<RType (*)(LIST(gObj*,1,ARG_TYPE($1),[$1]))> -- (emit_func) (LIST(obj->gtkobj(),1,ARG_NAME($1),[$1])); -+ (emit_func) (LIST(this->obj->gtkobj(),1,ARG_NAME($1),[$1])); - } - - }; diff --git a/x11-toolkits/gtkmm12/files/patch-src::curve.gen_h b/x11-toolkits/gtkmm12/files/patch-src::curve.gen_h deleted file mode 100644 index a13e6e23a12b..000000000000 --- a/x11-toolkits/gtkmm12/files/patch-src::curve.gen_h +++ /dev/null @@ -1,13 +0,0 @@ ---- src/curve.gen_h.orig Sun Sep 5 05:44:36 2004 -+++ src/curve.gen_h Sun Sep 5 05:51:36 2004 -@@ -143,8 +143,8 @@ - int i; - Iterator iter; - for (iter=b,i=0;iter!=e;++iter,i++); -- gfloat data[]=new gfloat[i]; -- get_vector(n,data); -+ gfloat* data=new gfloat[i]; -+ get_vector(i,data); - for (iter=b,i=0;iter!=e;++iter,i++) - (*iter)=data[i]; - delete [] data; diff --git a/x11-toolkits/gtkmm12/files/patch-src::editable.gen_h b/x11-toolkits/gtkmm12/files/patch-src::editable.gen_h deleted file mode 100644 index 234dc91f8061..000000000000 --- a/x11-toolkits/gtkmm12/files/patch-src::editable.gen_h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/editable.gen_h.orig Mon Jun 10 21:40:43 2002 -+++ src/editable.gen_h Mon Jun 10 21:40:56 2002 -@@ -147,7 +147,7 @@ - namespace Gtk - { - -- string Editable::get_chars (int start_pos = 0, int end_pos = - 1) const -+ string Editable::get_chars (int start_pos, int end_pos) const - { - gchar *chars = gtk_editable_get_chars (GTK_EDITABLE (gtkobj ()), start_pos, end_pos); - string ret_val = chars; diff --git a/x11-toolkits/gtkmm12/files/patch-src::gtk--::base.h b/x11-toolkits/gtkmm12/files/patch-src::gtk--::base.h deleted file mode 100644 index 5da3b98d9bc1..000000000000 --- a/x11-toolkits/gtkmm12/files/patch-src::gtk--::base.h +++ /dev/null @@ -1,40 +0,0 @@ ---- src/gtk--/base.h.orig Tue Nov 14 21:23:11 2000 -+++ src/gtk--/base.h Wed Oct 13 05:01:59 2004 -@@ -99,12 +99,10 @@ - - /* Translating API */ - --/* - // used to give error on unwrapped types; connect Gtk-- crew --template <class C> struct NotWrapped; -+template <class C> struct NotWrapped {typedef void Type;}; - // hook for C => C++ translation - template <class C> struct Wrap {typedef typename NotWrapped<C>::Type CppType;}; --*/ - - class Object; - class ObjectClass; -@@ -118,19 +116,19 @@ - - // Request a specific wrapper for an object. - template <class Cpp> --Cpp* wrap_new(typename Cpp::BaseObjectType* o) -+inline Cpp* wrap_new(typename Cpp::BaseObjectType* o) - { - return (typename Cpp::CppClassType::wrap_new(o)); - } - - // interface to gtk-- --/* -+ - template <class C> --typename Wrap<C>::CppType* wrap(C* o) -+inline typename Wrap<C>::CppType* wrap(C* o) - { - return dynamic_cast<typename Wrap<C>::CppType*>(wrap_auto((GtkObject*)(o))); - } --*/ -+ - - /********************************************************************/ - diff --git a/x11-toolkits/gtkmm12/files/patch-src::gtkmmproc::stage1.m4 b/x11-toolkits/gtkmm12/files/patch-src::gtkmmproc::stage1.m4 deleted file mode 100644 index a735e9378d47..000000000000 --- a/x11-toolkits/gtkmm12/files/patch-src::gtkmmproc::stage1.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gtkmmproc/stage1.m4.orig Thu Feb 15 04:42:47 2001 -+++ src/gtkmmproc/stage1.m4 Wed Oct 13 02:35:02 2004 -@@ -198,7 +198,7 @@ - class __CPPNAME__; - class __CPPNAME__`'_Class; - } --namespace Gtk { __NAMESPACE__::__CPPNAME__ *wrap (__CNAME__ *o); } -+namespace Gtk { template<> struct Wrap<__CNAME__> { typedef __NAMESPACE__::__CPPNAME__ CppType; }; } - dnl - dnl - GTKMM_SECTION(PRIVATE) 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 a14d5069c338..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-1.2.a -lib/libgdkmm-1.2.so -lib/libgdkmm-1.2.so.2 -lib/libgtkmm-1.2.a -lib/libgtkmm-1.2.so -lib/libgtkmm-1.2.so.2 -share/aclocal/gtk--.m4 -@dirrm include/gdk-- -@dirrm include/gtk--/private -@dirrm include/gtk-- -@dirrm lib/gtkmm/include -@dirrm lib/gtkmm/proc -@dirrm lib/gtkmm diff --git a/x11-toolkits/gtkmm20/Makefile b/x11-toolkits/gtkmm20/Makefile deleted file mode 100644 index fbf06e469ad9..000000000000 --- a/x11-toolkits/gtkmm20/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: gtkmm2 -# Date created: 30 September 2002 -# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> -# -# $FreeBSD$ -# - -PORTNAME= gtkmm -PORTVERSION= 2.2.12 -PORTREVISION= 5 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME} \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2 \ - gtkmm -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ wrapper for Gtk+, Pango, Atk, and Glib - -LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_BZIP2= yes -USE_X_PREFIX= yes -LATEST_LINK= gtkmm2 -USE_GMAKE= yes -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -USE_REINPLACE= yes -USE_GNOME= gnomehack lthack gtk20 -CONFIGURE_ARGS= --enable-static=yes \ - --with-sigc-prefix=${LOCALBASE} - -.if defined(WITH_EXAMPLES) -PLIST_SUB+= EXAMPLES="" -.else -PLIST_SUB+= EXAMPLES="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \ - ${WRKSRC}/Makefile.in -.if !defined(WITH_EXAMPLES) - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ - ${WRKSRC}/Makefile.in -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtkmm20/distinfo b/x11-toolkits/gtkmm20/distinfo deleted file mode 100644 index 4db50f3a6c02..000000000000 --- a/x11-toolkits/gtkmm20/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gtkmm-2.2.12.tar.bz2) = d72986a00006aad01c9f5c2566a6f671 -SHA256 (gnome2/gtkmm-2.2.12.tar.bz2) = 8aa93a899f7aa55617041107dd3290ccbd3b2b81348a745a66557b159617bb57 -SIZE (gnome2/gtkmm-2.2.12.tar.bz2) = 3846586 diff --git a/x11-toolkits/gtkmm20/files/patch-gdk__gdkmm__Makefile.in b/x11-toolkits/gtkmm20/files/patch-gdk__gdkmm__Makefile.in deleted file mode 100644 index 98009f4ae288..000000000000 --- a/x11-toolkits/gtkmm20/files/patch-gdk__gdkmm__Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- gdk/gdkmm/Makefile.in.orig Fri Jun 4 02:49:50 2004 -+++ gdk/gdkmm/Makefile.in Fri Apr 22 11:37:45 2005 -@@ -327,8 +327,7 @@ - # libraries at link time to resolve symbols (remember a dll is like an - # executable). - @OS_WIN32_TRUE@no_undefined = -no-undefined -Wl,--export-all-symbols --@OS_WIN32_FALSE@win32_dlls_extra_libs = --@OS_WIN32_TRUE@win32_dlls_extra_libs = $(sublib_win32_dlls_libs) -+win32_dlls_extra_libs = $(sublib_win32_dlls_libs) - common_ldflags = -version-info $(LIBGTKMM_SO_VERSION) $(no_undefined) - all_includes = -I$(top_builddir)/glib -I$(top_srcdir)/glib \ - -I$(top_builddir)/pango -I$(top_srcdir)/pango \ diff --git a/x11-toolkits/gtkmm20/files/patch-gtk__gtkmm__Makefile.in b/x11-toolkits/gtkmm20/files/patch-gtk__gtkmm__Makefile.in deleted file mode 100644 index 8ad7039bf121..000000000000 --- a/x11-toolkits/gtkmm20/files/patch-gtk__gtkmm__Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- gtk/gtkmm/Makefile.in.orig Fri Jun 4 02:49:54 2004 -+++ gtk/gtkmm/Makefile.in Fri Apr 22 11:37:23 2005 -@@ -482,8 +482,7 @@ - # libraries at link time to resolve symbols (remember a dll is like an - # executable). - @OS_WIN32_TRUE@no_undefined = -no-undefined -Wl,--export-all-symbols --@OS_WIN32_FALSE@win32_dlls_extra_libs = --@OS_WIN32_TRUE@win32_dlls_extra_libs = $(sublib_win32_dlls_libs) -+win32_dlls_extra_libs = $(sublib_win32_dlls_libs) - common_ldflags = -version-info $(LIBGTKMM_SO_VERSION) $(no_undefined) - all_includes = -I$(top_builddir)/glib -I$(top_srcdir)/glib \ - -I$(top_builddir)/pango -I$(top_srcdir)/pango \ diff --git a/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_treeviewcolumn.h b/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_treeviewcolumn.h deleted file mode 100644 index 0927f4126bbe..000000000000 --- a/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_treeviewcolumn.h +++ /dev/null @@ -1,20 +0,0 @@ ---- gtk/gtkmm/treeviewcolumn.h.orig Mon Jul 21 14:45:01 2003 -+++ gtk/gtkmm/treeviewcolumn.h Mon Jul 21 14:45:28 2003 -@@ -577,7 +577,7 @@ - void TreeViewColumn::pack_start(const TreeModelColumn<T_ModelColumnType>& column, bool expand) - { - //Generate appropriate Renderer for the column: -- CellRenderer* pCellRenderer = manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>() ); -+ CellRenderer* pCellRenderer = manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>(false) ); - - //Use the renderer: - pack_start(*pCellRenderer, expand); -@@ -588,7 +588,7 @@ - void TreeViewColumn::pack_end(const TreeModelColumn<T_ModelColumnType>& column, bool expand) - { - //Generate appropriate Renderer for the column: -- CellRenderer* pCellRenderer= manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>() ); -+ CellRenderer* pCellRenderer= manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>(false) ); - - //Use the renderer: - pack_end(*pCellRenderer, expand); diff --git a/x11-toolkits/gtkmm20/pkg-descr b/x11-toolkits/gtkmm20/pkg-descr deleted file mode 100644 index 3d8c48095f16..000000000000 --- a/x11-toolkits/gtkmm20/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -C++ wrapper for Gtk+, Pango, Atk, and Glib. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/x11-toolkits/gtkmm20/pkg-plist b/x11-toolkits/gtkmm20/pkg-plist deleted file mode 100644 index 220fd56f9609..000000000000 --- a/x11-toolkits/gtkmm20/pkg-plist +++ /dev/null @@ -1,2405 +0,0 @@ -include/gtkmm-2.0/atkmm.h -include/gtkmm-2.0/atkmm/action.h -include/gtkmm-2.0/atkmm/component.h -include/gtkmm-2.0/atkmm/editabletext.h -include/gtkmm-2.0/atkmm/image.h -include/gtkmm-2.0/atkmm/noopobject.h -include/gtkmm-2.0/atkmm/object.h -include/gtkmm-2.0/atkmm/objectaccessible.h -include/gtkmm-2.0/atkmm/private/action_p.h -include/gtkmm-2.0/atkmm/private/component_p.h -include/gtkmm-2.0/atkmm/private/editabletext_p.h -include/gtkmm-2.0/atkmm/private/image_p.h -include/gtkmm-2.0/atkmm/private/noopobject_p.h -include/gtkmm-2.0/atkmm/private/object_p.h -include/gtkmm-2.0/atkmm/private/objectaccessible_p.h -include/gtkmm-2.0/atkmm/private/relation_p.h -include/gtkmm-2.0/atkmm/private/relationset_p.h -include/gtkmm-2.0/atkmm/private/selection_p.h -include/gtkmm-2.0/atkmm/private/stateset_p.h -include/gtkmm-2.0/atkmm/private/table_p.h -include/gtkmm-2.0/atkmm/private/text_p.h -include/gtkmm-2.0/atkmm/private/value_p.h -include/gtkmm-2.0/atkmm/relation.h -include/gtkmm-2.0/atkmm/relationset.h -include/gtkmm-2.0/atkmm/selection.h -include/gtkmm-2.0/atkmm/stateset.h -include/gtkmm-2.0/atkmm/table.h -include/gtkmm-2.0/atkmm/text.h -include/gtkmm-2.0/atkmm/value.h -include/gtkmm-2.0/atkmm/wrap_init.h -include/gtkmm-2.0/gdkmm.h -include/gtkmm-2.0/gdkmm/bitmap.h -include/gtkmm-2.0/gdkmm/color.h -include/gtkmm-2.0/gdkmm/colormap.h -include/gtkmm-2.0/gdkmm/cursor.h -include/gtkmm-2.0/gdkmm/device.h -include/gtkmm-2.0/gdkmm/display.h -include/gtkmm-2.0/gdkmm/displaymanager.h -include/gtkmm-2.0/gdkmm/dragcontext.h -include/gtkmm-2.0/gdkmm/drawable.h -include/gtkmm-2.0/gdkmm/event.h -include/gtkmm-2.0/gdkmm/gc.h -include/gtkmm-2.0/gdkmm/general.h -include/gtkmm-2.0/gdkmm/image.h -include/gtkmm-2.0/gdkmm/list.h -include/gtkmm-2.0/gdkmm/pixbuf.h -include/gtkmm-2.0/gdkmm/pixbufanimation.h -include/gtkmm-2.0/gdkmm/pixbufanimationiter.h -include/gtkmm-2.0/gdkmm/pixbufloader.h -include/gtkmm-2.0/gdkmm/pixmap.h -include/gtkmm-2.0/gdkmm/private/bitmap_p.h -include/gtkmm-2.0/gdkmm/private/color_p.h -include/gtkmm-2.0/gdkmm/private/colormap_p.h -include/gtkmm-2.0/gdkmm/private/cursor_p.h -include/gtkmm-2.0/gdkmm/private/device_p.h -include/gtkmm-2.0/gdkmm/private/display_p.h -include/gtkmm-2.0/gdkmm/private/displaymanager_p.h -include/gtkmm-2.0/gdkmm/private/dragcontext_p.h -include/gtkmm-2.0/gdkmm/private/drawable_p.h -include/gtkmm-2.0/gdkmm/private/event_p.h -include/gtkmm-2.0/gdkmm/private/gc_p.h -include/gtkmm-2.0/gdkmm/private/image_p.h -include/gtkmm-2.0/gdkmm/private/pixbuf_p.h -include/gtkmm-2.0/gdkmm/private/pixbufanimation_p.h -include/gtkmm-2.0/gdkmm/private/pixbufanimationiter_p.h -include/gtkmm-2.0/gdkmm/private/pixbufloader_p.h -include/gtkmm-2.0/gdkmm/private/pixmap_p.h -include/gtkmm-2.0/gdkmm/private/rectangle_p.h -include/gtkmm-2.0/gdkmm/private/region_p.h -include/gtkmm-2.0/gdkmm/private/rgbcmap_p.h -include/gtkmm-2.0/gdkmm/private/screen_p.h -include/gtkmm-2.0/gdkmm/private/types_p.h -include/gtkmm-2.0/gdkmm/private/visual_p.h -include/gtkmm-2.0/gdkmm/private/window_p.h -include/gtkmm-2.0/gdkmm/rectangle.h -include/gtkmm-2.0/gdkmm/region.h -include/gtkmm-2.0/gdkmm/rgbcmap.h -include/gtkmm-2.0/gdkmm/screen.h -include/gtkmm-2.0/gdkmm/types.h -include/gtkmm-2.0/gdkmm/visual.h -include/gtkmm-2.0/gdkmm/window.h -include/gtkmm-2.0/gdkmm/wrap_init.h -include/gtkmm-2.0/glibmm.h -include/gtkmm-2.0/glibmm/arrayhandle.h -include/gtkmm-2.0/glibmm/class.h -include/gtkmm-2.0/glibmm/containerhandle_shared.h -include/gtkmm-2.0/glibmm/containers.h -include/gtkmm-2.0/glibmm/convert.h -include/gtkmm-2.0/glibmm/date.h -include/gtkmm-2.0/glibmm/debug.h -include/gtkmm-2.0/glibmm/dispatcher.h -include/gtkmm-2.0/glibmm/error.h -include/gtkmm-2.0/glibmm/exception.h -include/gtkmm-2.0/glibmm/exceptionhandler.h -include/gtkmm-2.0/glibmm/fileutils.h -include/gtkmm-2.0/glibmm/helperlist.h -include/gtkmm-2.0/glibmm/interface.h -include/gtkmm-2.0/glibmm/iochannel.h -include/gtkmm-2.0/glibmm/listhandle.h -include/gtkmm-2.0/glibmm/main.h -include/gtkmm-2.0/glibmm/markup.h -include/gtkmm-2.0/glibmm/miscutils.h -include/gtkmm-2.0/glibmm/module.h -include/gtkmm-2.0/glibmm/object.h -include/gtkmm-2.0/glibmm/objectbase.h -include/gtkmm-2.0/glibmm/pattern.h -include/gtkmm-2.0/glibmm/private/convert_p.h -include/gtkmm-2.0/glibmm/private/date_p.h -include/gtkmm-2.0/glibmm/private/fileutils_p.h -include/gtkmm-2.0/glibmm/private/interface_p.h -include/gtkmm-2.0/glibmm/private/iochannel_p.h -include/gtkmm-2.0/glibmm/private/markup_p.h -include/gtkmm-2.0/glibmm/private/module_p.h -include/gtkmm-2.0/glibmm/private/object_p.h -include/gtkmm-2.0/glibmm/private/shell_p.h -include/gtkmm-2.0/glibmm/private/spawn_p.h -include/gtkmm-2.0/glibmm/private/thread_p.h -include/gtkmm-2.0/glibmm/private/unicode_p.h -include/gtkmm-2.0/glibmm/property.h -include/gtkmm-2.0/glibmm/propertyproxy.h -include/gtkmm-2.0/glibmm/propertyproxy_base.h -include/gtkmm-2.0/glibmm/quark.h -include/gtkmm-2.0/glibmm/random.h -include/gtkmm-2.0/glibmm/refptr.h -include/gtkmm-2.0/glibmm/sarray.h -include/gtkmm-2.0/glibmm/shell.h -include/gtkmm-2.0/glibmm/signalproxy.h -include/gtkmm-2.0/glibmm/signalproxy_connectionnode.h -include/gtkmm-2.0/glibmm/slisthandle.h -include/gtkmm-2.0/glibmm/spawn.h -include/gtkmm-2.0/glibmm/streamiochannel.h -include/gtkmm-2.0/glibmm/stringutils.h -include/gtkmm-2.0/glibmm/thread.h -include/gtkmm-2.0/glibmm/threadpool.h -include/gtkmm-2.0/glibmm/timer.h -include/gtkmm-2.0/glibmm/timeval.h -include/gtkmm-2.0/glibmm/unicode.h -include/gtkmm-2.0/glibmm/ustring.h -include/gtkmm-2.0/glibmm/utility.h -include/gtkmm-2.0/glibmm/value.h -include/gtkmm-2.0/glibmm/value_basictypes.h -include/gtkmm-2.0/glibmm/value_custom.h -include/gtkmm-2.0/glibmm/wrap.h -include/gtkmm-2.0/glibmm/wrap_init.h -include/gtkmm-2.0/gtkmm.h -include/gtkmm-2.0/gtkmm/accelgroup.h -include/gtkmm-2.0/gtkmm/accelkey.h -include/gtkmm-2.0/gtkmm/accellabel.h -include/gtkmm-2.0/gtkmm/accelmap.h -include/gtkmm-2.0/gtkmm/adjustment.h -include/gtkmm-2.0/gtkmm/alignment.h -include/gtkmm-2.0/gtkmm/arrow.h -include/gtkmm-2.0/gtkmm/aspectframe.h -include/gtkmm-2.0/gtkmm/base.h -include/gtkmm-2.0/gtkmm/bin.h -include/gtkmm-2.0/gtkmm/box.h -include/gtkmm-2.0/gtkmm/button.h -include/gtkmm-2.0/gtkmm/buttonbox.h -include/gtkmm-2.0/gtkmm/calendar.h -include/gtkmm-2.0/gtkmm/celleditable.h -include/gtkmm-2.0/gtkmm/cellrenderer.h -include/gtkmm-2.0/gtkmm/cellrendererpixbuf.h -include/gtkmm-2.0/gtkmm/cellrenderertext.h -include/gtkmm-2.0/gtkmm/cellrenderertoggle.h -include/gtkmm-2.0/gtkmm/checkbutton.h -include/gtkmm-2.0/gtkmm/checkmenuitem.h -include/gtkmm-2.0/gtkmm/clipboard.h -include/gtkmm-2.0/gtkmm/colorselection.h -include/gtkmm-2.0/gtkmm/combo.h -include/gtkmm-2.0/gtkmm/container.h -include/gtkmm-2.0/gtkmm/curve.h -include/gtkmm-2.0/gtkmm/dialog.h -include/gtkmm-2.0/gtkmm/drawingarea.h -include/gtkmm-2.0/gtkmm/editable.h -include/gtkmm-2.0/gtkmm/entry.h -include/gtkmm-2.0/gtkmm/enums.h -include/gtkmm-2.0/gtkmm/eventbox.h -include/gtkmm-2.0/gtkmm/fileselection.h -include/gtkmm-2.0/gtkmm/fixed.h -include/gtkmm-2.0/gtkmm/fontselection.h -include/gtkmm-2.0/gtkmm/frame.h -include/gtkmm-2.0/gtkmm/handlebox.h -include/gtkmm-2.0/gtkmm/iconfactory.h -include/gtkmm-2.0/gtkmm/iconset.h -include/gtkmm-2.0/gtkmm/iconsource.h -include/gtkmm-2.0/gtkmm/image.h -include/gtkmm-2.0/gtkmm/imagemenuitem.h -include/gtkmm-2.0/gtkmm/inputdialog.h -include/gtkmm-2.0/gtkmm/invisible.h -include/gtkmm-2.0/gtkmm/item.h -include/gtkmm-2.0/gtkmm/label.h -include/gtkmm-2.0/gtkmm/layout.h -include/gtkmm-2.0/gtkmm/liststore.h -include/gtkmm-2.0/gtkmm/main.h -include/gtkmm-2.0/gtkmm/menu.h -include/gtkmm-2.0/gtkmm/menu_elems.h -include/gtkmm-2.0/gtkmm/menubar.h -include/gtkmm-2.0/gtkmm/menuitem.h -include/gtkmm-2.0/gtkmm/menushell.h -include/gtkmm-2.0/gtkmm/messagedialog.h -include/gtkmm-2.0/gtkmm/misc.h -include/gtkmm-2.0/gtkmm/notebook.h -include/gtkmm-2.0/gtkmm/object.h -include/gtkmm-2.0/gtkmm/optionmenu.h -include/gtkmm-2.0/gtkmm/paned.h -include/gtkmm-2.0/gtkmm/plug.h -include/gtkmm-2.0/gtkmm/private/accelgroup_p.h -include/gtkmm-2.0/gtkmm/private/accellabel_p.h -include/gtkmm-2.0/gtkmm/private/adjustment_p.h -include/gtkmm-2.0/gtkmm/private/alignment_p.h -include/gtkmm-2.0/gtkmm/private/arrow_p.h -include/gtkmm-2.0/gtkmm/private/aspectframe_p.h -include/gtkmm-2.0/gtkmm/private/bin_p.h -include/gtkmm-2.0/gtkmm/private/box_p.h -include/gtkmm-2.0/gtkmm/private/button_p.h -include/gtkmm-2.0/gtkmm/private/buttonbox_p.h -include/gtkmm-2.0/gtkmm/private/calendar_p.h -include/gtkmm-2.0/gtkmm/private/celleditable_p.h -include/gtkmm-2.0/gtkmm/private/cellrenderer_p.h -include/gtkmm-2.0/gtkmm/private/cellrendererpixbuf_p.h -include/gtkmm-2.0/gtkmm/private/cellrenderertext_p.h -include/gtkmm-2.0/gtkmm/private/cellrenderertoggle_p.h -include/gtkmm-2.0/gtkmm/private/checkbutton_p.h -include/gtkmm-2.0/gtkmm/private/checkmenuitem_p.h -include/gtkmm-2.0/gtkmm/private/clipboard_p.h -include/gtkmm-2.0/gtkmm/private/colorselection_p.h -include/gtkmm-2.0/gtkmm/private/combo_p.h -include/gtkmm-2.0/gtkmm/private/container_p.h -include/gtkmm-2.0/gtkmm/private/curve_p.h -include/gtkmm-2.0/gtkmm/private/dialog_p.h -include/gtkmm-2.0/gtkmm/private/drawingarea_p.h -include/gtkmm-2.0/gtkmm/private/editable_p.h -include/gtkmm-2.0/gtkmm/private/entry_p.h -include/gtkmm-2.0/gtkmm/private/enums_p.h -include/gtkmm-2.0/gtkmm/private/eventbox_p.h -include/gtkmm-2.0/gtkmm/private/fileselection_p.h -include/gtkmm-2.0/gtkmm/private/fixed_p.h -include/gtkmm-2.0/gtkmm/private/fontselection_p.h -include/gtkmm-2.0/gtkmm/private/frame_p.h -include/gtkmm-2.0/gtkmm/private/handlebox_p.h -include/gtkmm-2.0/gtkmm/private/iconfactory_p.h -include/gtkmm-2.0/gtkmm/private/iconset_p.h -include/gtkmm-2.0/gtkmm/private/iconsource_p.h -include/gtkmm-2.0/gtkmm/private/image_p.h -include/gtkmm-2.0/gtkmm/private/imagemenuitem_p.h -include/gtkmm-2.0/gtkmm/private/inputdialog_p.h -include/gtkmm-2.0/gtkmm/private/invisible_p.h -include/gtkmm-2.0/gtkmm/private/item_p.h -include/gtkmm-2.0/gtkmm/private/label_p.h -include/gtkmm-2.0/gtkmm/private/layout_p.h -include/gtkmm-2.0/gtkmm/private/liststore_p.h -include/gtkmm-2.0/gtkmm/private/main_p.h -include/gtkmm-2.0/gtkmm/private/menu_p.h -include/gtkmm-2.0/gtkmm/private/menubar_p.h -include/gtkmm-2.0/gtkmm/private/menuitem_p.h -include/gtkmm-2.0/gtkmm/private/menushell_p.h -include/gtkmm-2.0/gtkmm/private/messagedialog_p.h -include/gtkmm-2.0/gtkmm/private/misc_p.h -include/gtkmm-2.0/gtkmm/private/notebook_p.h -include/gtkmm-2.0/gtkmm/private/object_p.h -include/gtkmm-2.0/gtkmm/private/optionmenu_p.h -include/gtkmm-2.0/gtkmm/private/paned_p.h -include/gtkmm-2.0/gtkmm/private/plug_p.h -include/gtkmm-2.0/gtkmm/private/progressbar_p.h -include/gtkmm-2.0/gtkmm/private/radiobutton_p.h -include/gtkmm-2.0/gtkmm/private/radiomenuitem_p.h -include/gtkmm-2.0/gtkmm/private/range_p.h -include/gtkmm-2.0/gtkmm/private/rc_p.h -include/gtkmm-2.0/gtkmm/private/ruler_p.h -include/gtkmm-2.0/gtkmm/private/scale_p.h -include/gtkmm-2.0/gtkmm/private/scrollbar_p.h -include/gtkmm-2.0/gtkmm/private/scrolledwindow_p.h -include/gtkmm-2.0/gtkmm/private/selectiondata_p.h -include/gtkmm-2.0/gtkmm/private/separator_p.h -include/gtkmm-2.0/gtkmm/private/separatormenuitem_p.h -include/gtkmm-2.0/gtkmm/private/settings_p.h -include/gtkmm-2.0/gtkmm/private/sizegroup_p.h -include/gtkmm-2.0/gtkmm/private/socket_p.h -include/gtkmm-2.0/gtkmm/private/spinbutton_p.h -include/gtkmm-2.0/gtkmm/private/statusbar_p.h -include/gtkmm-2.0/gtkmm/private/stockitem_p.h -include/gtkmm-2.0/gtkmm/private/style_p.h -include/gtkmm-2.0/gtkmm/private/table_p.h -include/gtkmm-2.0/gtkmm/private/tearoffmenuitem_p.h -include/gtkmm-2.0/gtkmm/private/textattributes_p.h -include/gtkmm-2.0/gtkmm/private/textbuffer_p.h -include/gtkmm-2.0/gtkmm/private/textchildanchor_p.h -include/gtkmm-2.0/gtkmm/private/textiter_p.h -include/gtkmm-2.0/gtkmm/private/textmark_p.h -include/gtkmm-2.0/gtkmm/private/texttag_p.h -include/gtkmm-2.0/gtkmm/private/texttagtable_p.h -include/gtkmm-2.0/gtkmm/private/textview_p.h -include/gtkmm-2.0/gtkmm/private/togglebutton_p.h -include/gtkmm-2.0/gtkmm/private/toolbar_p.h -include/gtkmm-2.0/gtkmm/private/tooltips_p.h -include/gtkmm-2.0/gtkmm/private/treedragdest_p.h -include/gtkmm-2.0/gtkmm/private/treedragsource_p.h -include/gtkmm-2.0/gtkmm/private/treeiter_p.h -include/gtkmm-2.0/gtkmm/private/treemodel_p.h -include/gtkmm-2.0/gtkmm/private/treemodelsort_p.h -include/gtkmm-2.0/gtkmm/private/treepath_p.h -include/gtkmm-2.0/gtkmm/private/treerowreference_p.h -include/gtkmm-2.0/gtkmm/private/treeselection_p.h -include/gtkmm-2.0/gtkmm/private/treesortable_p.h -include/gtkmm-2.0/gtkmm/private/treestore_p.h -include/gtkmm-2.0/gtkmm/private/treeview_p.h -include/gtkmm-2.0/gtkmm/private/treeviewcolumn_p.h -include/gtkmm-2.0/gtkmm/private/viewport_p.h -include/gtkmm-2.0/gtkmm/private/widget_p.h -include/gtkmm-2.0/gtkmm/private/window_p.h -include/gtkmm-2.0/gtkmm/progressbar.h -include/gtkmm-2.0/gtkmm/radiobutton.h -include/gtkmm-2.0/gtkmm/radiomenuitem.h -include/gtkmm-2.0/gtkmm/range.h -include/gtkmm-2.0/gtkmm/rc.h -include/gtkmm-2.0/gtkmm/ruler.h -include/gtkmm-2.0/gtkmm/scale.h -include/gtkmm-2.0/gtkmm/scrollbar.h -include/gtkmm-2.0/gtkmm/scrolledwindow.h -include/gtkmm-2.0/gtkmm/selectiondata.h -include/gtkmm-2.0/gtkmm/selectiondata_private.h -include/gtkmm-2.0/gtkmm/separator.h -include/gtkmm-2.0/gtkmm/separatormenuitem.h -include/gtkmm-2.0/gtkmm/settings.h -include/gtkmm-2.0/gtkmm/sizegroup.h -include/gtkmm-2.0/gtkmm/socket.h -include/gtkmm-2.0/gtkmm/spinbutton.h -include/gtkmm-2.0/gtkmm/statusbar.h -include/gtkmm-2.0/gtkmm/stock.h -include/gtkmm-2.0/gtkmm/stockid.h -include/gtkmm-2.0/gtkmm/stockitem.h -include/gtkmm-2.0/gtkmm/style.h -include/gtkmm-2.0/gtkmm/table.h -include/gtkmm-2.0/gtkmm/targetentry.h -include/gtkmm-2.0/gtkmm/tearoffmenuitem.h -include/gtkmm-2.0/gtkmm/textattributes.h -include/gtkmm-2.0/gtkmm/textbuffer.h -include/gtkmm-2.0/gtkmm/textchildanchor.h -include/gtkmm-2.0/gtkmm/textiter.h -include/gtkmm-2.0/gtkmm/textmark.h -include/gtkmm-2.0/gtkmm/texttag.h -include/gtkmm-2.0/gtkmm/texttagtable.h -include/gtkmm-2.0/gtkmm/textview.h -include/gtkmm-2.0/gtkmm/togglebutton.h -include/gtkmm-2.0/gtkmm/toolbar.h -include/gtkmm-2.0/gtkmm/tooltips.h -include/gtkmm-2.0/gtkmm/treedragdest.h -include/gtkmm-2.0/gtkmm/treedragsource.h -include/gtkmm-2.0/gtkmm/treeiter.h -include/gtkmm-2.0/gtkmm/treemodel.h -include/gtkmm-2.0/gtkmm/treemodelcolumn.h -include/gtkmm-2.0/gtkmm/treemodelsort.h -include/gtkmm-2.0/gtkmm/treepath.h -include/gtkmm-2.0/gtkmm/treerowreference.h -include/gtkmm-2.0/gtkmm/treeselection.h -include/gtkmm-2.0/gtkmm/treesortable.h -include/gtkmm-2.0/gtkmm/treestore.h -include/gtkmm-2.0/gtkmm/treeview.h -include/gtkmm-2.0/gtkmm/treeview_private.h -include/gtkmm-2.0/gtkmm/treeviewcolumn.h -include/gtkmm-2.0/gtkmm/viewport.h -include/gtkmm-2.0/gtkmm/widget.h -include/gtkmm-2.0/gtkmm/window.h -include/gtkmm-2.0/gtkmm/wrap_init.h -include/gtkmm-2.0/gtkmm_generate_extra_defs/generate_extra_defs.h -include/gtkmm-2.0/pangomm.h -include/gtkmm-2.0/pangomm/attributes.h -include/gtkmm-2.0/pangomm/attriter.h -include/gtkmm-2.0/pangomm/attrlist.h -include/gtkmm-2.0/pangomm/color.h -include/gtkmm-2.0/pangomm/context.h -include/gtkmm-2.0/pangomm/coverage.h -include/gtkmm-2.0/pangomm/font.h -include/gtkmm-2.0/pangomm/fontdescription.h -include/gtkmm-2.0/pangomm/fontface.h -include/gtkmm-2.0/pangomm/fontfamily.h -include/gtkmm-2.0/pangomm/fontmap.h -include/gtkmm-2.0/pangomm/fontmetrics.h -include/gtkmm-2.0/pangomm/fontset.h -include/gtkmm-2.0/pangomm/glyph.h -include/gtkmm-2.0/pangomm/glyphstring.h -include/gtkmm-2.0/pangomm/item.h -include/gtkmm-2.0/pangomm/language.h -include/gtkmm-2.0/pangomm/layout.h -include/gtkmm-2.0/pangomm/layoutiter.h -include/gtkmm-2.0/pangomm/layoutline.h -include/gtkmm-2.0/pangomm/layoutrun.h -include/gtkmm-2.0/pangomm/private/attributes_p.h -include/gtkmm-2.0/pangomm/private/attriter_p.h -include/gtkmm-2.0/pangomm/private/attrlist_p.h -include/gtkmm-2.0/pangomm/private/color_p.h -include/gtkmm-2.0/pangomm/private/context_p.h -include/gtkmm-2.0/pangomm/private/coverage_p.h -include/gtkmm-2.0/pangomm/private/font_p.h -include/gtkmm-2.0/pangomm/private/fontdescription_p.h -include/gtkmm-2.0/pangomm/private/fontface_p.h -include/gtkmm-2.0/pangomm/private/fontfamily_p.h -include/gtkmm-2.0/pangomm/private/fontmap_p.h -include/gtkmm-2.0/pangomm/private/fontmetrics_p.h -include/gtkmm-2.0/pangomm/private/fontset_p.h -include/gtkmm-2.0/pangomm/private/glyph_p.h -include/gtkmm-2.0/pangomm/private/glyphstring_p.h -include/gtkmm-2.0/pangomm/private/item_p.h -include/gtkmm-2.0/pangomm/private/language_p.h -include/gtkmm-2.0/pangomm/private/layout_p.h -include/gtkmm-2.0/pangomm/private/layoutiter_p.h -include/gtkmm-2.0/pangomm/private/layoutline_p.h -include/gtkmm-2.0/pangomm/private/layoutrun_p.h -include/gtkmm-2.0/pangomm/private/rectangle_p.h -include/gtkmm-2.0/pangomm/private/tabarray_p.h -include/gtkmm-2.0/pangomm/rectangle.h -include/gtkmm-2.0/pangomm/tabarray.h -include/gtkmm-2.0/pangomm/wrap_init.h -lib/gtkmm-2.0/include/gdkmmconfig.h -lib/gtkmm-2.0/include/glibmmconfig.h -lib/gtkmm-2.0/include/gtkmmconfig.h -lib/gtkmm-2.0/proc/generate_wrap_init.pl -lib/gtkmm-2.0/proc/gtkmmproc -lib/gtkmm-2.0/proc/m4/base.m4 -lib/gtkmm-2.0/proc/m4/class_boxedtype.m4 -lib/gtkmm-2.0/proc/m4/class_boxedtype_static.m4 -lib/gtkmm-2.0/proc/m4/class_generic.m4 -lib/gtkmm-2.0/proc/m4/class_gobject.m4 -lib/gtkmm-2.0/proc/m4/class_gtkobject.m4 -lib/gtkmm-2.0/proc/m4/class_interface.m4 -lib/gtkmm-2.0/proc/m4/class_opaque_copyable.m4 -lib/gtkmm-2.0/proc/m4/class_opaque_refcounted.m4 -lib/gtkmm-2.0/proc/m4/class_shared.m4 -lib/gtkmm-2.0/proc/m4/compare.m4 -lib/gtkmm-2.0/proc/m4/convert.m4 -lib/gtkmm-2.0/proc/m4/convert_atk.m4 -lib/gtkmm-2.0/proc/m4/convert_base.m4 -lib/gtkmm-2.0/proc/m4/convert_gdk.m4 -lib/gtkmm-2.0/proc/m4/convert_glib.m4 -lib/gtkmm-2.0/proc/m4/convert_gtk.m4 -lib/gtkmm-2.0/proc/m4/convert_gtkmm.m4 -lib/gtkmm-2.0/proc/m4/convert_pango.m4 -lib/gtkmm-2.0/proc/m4/ctor.m4 -lib/gtkmm-2.0/proc/m4/doc.m4 -lib/gtkmm-2.0/proc/m4/enum.m4 -lib/gtkmm-2.0/proc/m4/gerror.m4 -lib/gtkmm-2.0/proc/m4/list.m4 -lib/gtkmm-2.0/proc/m4/member.m4 -lib/gtkmm-2.0/proc/m4/method.m4 -lib/gtkmm-2.0/proc/m4/property.m4 -lib/gtkmm-2.0/proc/m4/signal.m4 -lib/gtkmm-2.0/proc/m4/vfunc.m4 -lib/gtkmm-2.0/proc/pm/DocsParser.pm -lib/gtkmm-2.0/proc/pm/Enum.pm -lib/gtkmm-2.0/proc/pm/Function.pm -lib/gtkmm-2.0/proc/pm/FunctionBase.pm -lib/gtkmm-2.0/proc/pm/GtkDefs.pm -lib/gtkmm-2.0/proc/pm/Object.pm -lib/gtkmm-2.0/proc/pm/Output.pm -lib/gtkmm-2.0/proc/pm/Property.pm -lib/gtkmm-2.0/proc/pm/Util.pm -lib/gtkmm-2.0/proc/pm/WrapParser.pm -lib/libatkmm-1.0.a -lib/libatkmm-1.0.la -lib/libatkmm-1.0.so -lib/libatkmm-1.0.so.6 -lib/libgdkmm-2.0.a -lib/libgdkmm-2.0.la -lib/libgdkmm-2.0.so -lib/libgdkmm-2.0.so.6 -lib/libglibmm-2.0.a -lib/libglibmm-2.0.la -lib/libglibmm-2.0.so -lib/libglibmm-2.0.so.6 -lib/libgtkmm-2.0.a -lib/libgtkmm-2.0.la -lib/libgtkmm-2.0.so -lib/libgtkmm-2.0.so.6 -lib/libgtkmm_generate_extra_defs-2.0.a -lib/libgtkmm_generate_extra_defs-2.0.la -lib/libgtkmm_generate_extra_defs-2.0.so -lib/libgtkmm_generate_extra_defs-2.0.so.6 -lib/libpangomm-1.0.a -lib/libpangomm-1.0.la -lib/libpangomm-1.0.so -lib/libpangomm-1.0.so.6 -libdata/pkgconfig/atkmm-1.0.pc -libdata/pkgconfig/gdkmm-2.0.pc -libdata/pkgconfig/glibmm-2.0.pc -libdata/pkgconfig/gtkmm-2.0.pc -libdata/pkgconfig/pangomm-1.0.pc -share/devhelp/books/gtkmm-2.0/gtkmm-2.0.devhelp -share/doc/gtkmm-2.0/docs/FAQ/html/index.html -share/doc/gtkmm-2.0/docs/images/gtkmm_logo.gif -share/doc/gtkmm-2.0/docs/images/top.gif -share/doc/gtkmm-2.0/docs/index.html -share/doc/gtkmm-2.0/docs/reference/html/accelgroup_8h.html -share/doc/gtkmm-2.0/docs/reference/html/accelkey_8h.html -share/doc/gtkmm-2.0/docs/reference/html/accellabel_8h.html -share/doc/gtkmm-2.0/docs/reference/html/accelmap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/action_8h.html -share/doc/gtkmm-2.0/docs/reference/html/adjustment_8h.html -share/doc/gtkmm-2.0/docs/reference/html/alignment_8h.html -share/doc/gtkmm-2.0/docs/reference/html/annotated.html -share/doc/gtkmm-2.0/docs/reference/html/arrayhandle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/arrow_8h.html -share/doc/gtkmm-2.0/docs/reference/html/aspectframe_8h.html -share/doc/gtkmm-2.0/docs/reference/html/atk_2atkmm_2image_8h.html -share/doc/gtkmm-2.0/docs/reference/html/atk_2atkmm_2object_8h.html -share/doc/gtkmm-2.0/docs/reference/html/atk_2atkmm_2table_8h.html -share/doc/gtkmm-2.0/docs/reference/html/atk_2atkmm_2value_8h.html -share/doc/gtkmm-2.0/docs/reference/html/attributes_8h.html -share/doc/gtkmm-2.0/docs/reference/html/attriter_8h.html -share/doc/gtkmm-2.0/docs/reference/html/attrlist_8h.html -share/doc/gtkmm-2.0/docs/reference/html/base_8h.html -share/doc/gtkmm-2.0/docs/reference/html/bin_8h.html -share/doc/gtkmm-2.0/docs/reference/html/bitmap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/book_2buttons_2button_2buttons_8h-example.html -share/doc/gtkmm-2.0/docs/reference/html/box_8h.html -share/doc/gtkmm-2.0/docs/reference/html/button_8h.html -share/doc/gtkmm-2.0/docs/reference/html/buttonbox_8h.html -share/doc/gtkmm-2.0/docs/reference/html/calendar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/celleditable_8h.html -share/doc/gtkmm-2.0/docs/reference/html/cellrenderer_8h.html -share/doc/gtkmm-2.0/docs/reference/html/cellrendererpixbuf_8h.html -share/doc/gtkmm-2.0/docs/reference/html/cellrenderertext_8h.html -share/doc/gtkmm-2.0/docs/reference/html/cellrenderertoggle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/checkbutton_8h.html -share/doc/gtkmm-2.0/docs/reference/html/checkmenuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Action-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Action.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Action__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Attribute-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Attribute.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Component-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Component.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Component__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1EditableText-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1EditableText.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1EditableText__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Image-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Image.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Image__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1NoOpObject-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1NoOpObject.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1NoOpObject__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Object-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Object.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1ObjectAccessible-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1ObjectAccessible.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1ObjectAccessible__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Object__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Relation-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Relation.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1RelationSet-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1RelationSet.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1RelationSet__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Relation__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Selection-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Selection.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Selection__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1StateSet-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1StateSet.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1StateSet__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Table-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Table.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Table__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Text-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Text.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1TextAttribute-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1TextAttribute.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Text__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Value-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Value.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Value__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGTimeVal.html -share/doc/gtkmm-2.0/docs/reference/html/classGTimeVal__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Bitmap-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Bitmap.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Bitmap__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Color-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Color.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Colormap-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Colormap.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Colormap__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Cursor-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Cursor.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Device-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Device.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Device__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Display-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Display.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DisplayManager-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DisplayManager.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DisplayManager__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Display__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DragContext-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DragContext.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DragContext__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Drawable-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Drawable.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Drawable__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Event-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Event.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1GC-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1GC.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1GC__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Image-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Image.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Image__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixbuf-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixbuf.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimation-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimation.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimationIter-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimationIter.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimationIter__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimation__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufError.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufLoader-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufLoader.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufLoader__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixbuf__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixmap-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixmap.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixmap__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Point-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Point.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Rectangle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Rectangle.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Region-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Region.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1RgbCmap-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1RgbCmap.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Screen-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Screen.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Screen__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Visual-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Visual.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Visual__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Window-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Window.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Window__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ArrayHandle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ArrayHandle.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Cond-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Cond.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1ArrayHandleIterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1ListHandleIterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1ListHandleIterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1SListHandleIterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ConvertError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ConvertError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ConvertError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Date-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Date.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Dir-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Dir.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1DirIterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1DirIterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Dispatcher-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Dispatcher.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Error-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Error.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Error__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Exception-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Exception.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Exception__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1FileError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1FileError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1FileError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1HelperList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1HelperList.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1HelperList__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IConv-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IConv.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannel-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannel.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannelError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannelError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannelError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannel__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOSource-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOSource.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOSource__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IdleSource-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IdleSource.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IdleSource__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Interface-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Interface.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Interface__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ListHandle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ListHandle.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MainContext-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MainContext.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MainLoop-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MainLoop.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MarkupError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MarkupError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MarkupError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1AttributeKeyLess-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1AttributeKeyLess.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1ParseContext-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1ParseContext.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1ParseContext__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1Parser-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1Parser.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1Parser__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Module-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Module.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Mutex-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Mutex.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Mutex_1_1Lock-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Mutex_1_1Lock.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Object-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Object.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ObjectBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ObjectBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ObjectBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Object__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PatternSpec-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PatternSpec.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PollFD-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PollFD.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Private-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Private.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Property-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Property.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__Base-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__Base.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__Base__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__WriteOnly-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__WriteOnly.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__WriteOnly__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Property__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Quark-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Quark.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Quark__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1QueryQuark-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1QueryQuark.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1QueryQuark__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock_1_1ReaderLock-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock_1_1ReaderLock.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock_1_1WriterLock-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock_1_1WriterLock.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Rand-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Rand.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RecMutex-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RecMutex.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RecMutex_1_1Lock-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RecMutex_1_1Lock.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RecMutex__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RefPtr-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RefPtr.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SListHandle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SListHandle.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Sequence-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Sequence.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ShellError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ShellError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ShellError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalIO-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalIO.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalIdle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalIdle.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy0-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy0.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy0__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy1-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy1.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy1__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy2-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy2.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy2__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy3-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy3.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy3__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy5-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy5.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy5__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy6-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy6.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy6__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyConnectionNode-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyConnectionNode.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyConnectionNode__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyNormal-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyNormal.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyNormal__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyProperty-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyProperty.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyProperty__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalTimeout-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalTimeout.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Source-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Source.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Source__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SpawnError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SpawnError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SpawnError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1StreamIOChannel-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1StreamIOChannel.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1StreamIOChannel__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Thread-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Thread.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ThreadError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ThreadError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ThreadError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ThreadPool-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ThreadPool.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Thread_1_1Exit.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1TimeoutSource-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1TimeoutSource.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1TimeoutSource__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Timer-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Timer.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Boxed-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Boxed.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Boxed__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Enum-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Enum.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Enum__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Flags-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Flags.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Flags__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Object-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Object.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Object__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__String-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__String.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__String__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01const_01T_01_4_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01T_01_5_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01T_01_5_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01T_01_5_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01bool_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01bool_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01bool_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01char_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01char_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01char_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01double_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01double_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01double_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01float_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01float_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01float_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01int_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01int_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01int_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01long_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01long_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01long_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01void_01_5_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01void_01_5_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01void_01_5_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Boxed-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Boxed.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Boxed__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Enum-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Enum.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Enum__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Flags-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Flags.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Flags__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Pointer-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Pointer.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Pointer__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ustring-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ustring.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ustring__Iterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ustring__Iterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGtkToolbarChild.html -share/doc/gtkmm-2.0/docs/reference/html/classGtkToolbarChild__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelGroup-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelGroup.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelGroup__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelLabel-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelLabel.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelLabel__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Adjustment-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Adjustment.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Adjustment__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Alignment-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Alignment.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Alignment__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Arrow-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Arrow.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Arrow__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AspectFrame-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AspectFrame.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AspectFrame__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Bin-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Bin.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Bin__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1BoxList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1BoxList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1BoxList__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Child-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Child.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Child__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Element.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Element__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Button-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Button.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ButtonBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ButtonBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ButtonBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Button__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Calendar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Calendar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Calendar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellEditable-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellEditable.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellEditable__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRenderer-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRenderer.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererPixbuf-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererPixbuf.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererPixbuf__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererText-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererText.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererText__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererToggle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererToggle.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererToggle__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRenderer__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckButton-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckButton.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckButton__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckMenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckMenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckMenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Clipboard-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Clipboard.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Clipboard__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelection-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelection.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelectionDialog-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelectionDialog.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelectionDialog__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelection__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Combo-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Combo.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDownItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDownItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDownItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Combo__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Container-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Container.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Container__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Curve-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Curve.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Curve__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Dialog-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Dialog.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Dialog__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1DrawingArea-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1DrawingArea.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1DrawingArea__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Editable-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Editable.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Editable__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Entry-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Entry.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Entry__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1EventBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1EventBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1EventBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FileSelection-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FileSelection.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FileSelection__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Fixed-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Fixed.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Fixed__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelection-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelection.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelectionDialog-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelectionDialog.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelectionDialog__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelection__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Frame-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Frame.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Frame__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1GammaCurve-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1GammaCurve.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1GammaCurve__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HButtonBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HButtonBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HButtonBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HPaned-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HPaned.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HPaned__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HRuler-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HRuler.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HRuler__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScale-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScale.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScale__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScrollbar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScrollbar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScrollbar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HSeparator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HSeparator.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HSeparator__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HandleBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HandleBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HandleBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconFactory-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconFactory.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconFactory__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSet-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSet.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSize-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSize.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSource-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSource.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Image-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Image.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ImageMenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ImageMenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ImageMenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Image__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1InputDialog-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1InputDialog.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1InputDialog__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Invisible-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Invisible.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Invisible__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Item-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Item.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Item__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Label-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Label.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Label__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Layout-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Layout.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Layout__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ListStore-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ListStore.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ListStore__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Main-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Main.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Main__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuBar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuBar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuBar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuShell-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuShell.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuShell__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1AccelKey-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1AccelKey.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1CheckMenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1CheckMenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1CheckMenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1Element.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1Element__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1ImageMenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1ImageMenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1ImageMenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuList__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1RadioMenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1RadioMenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1RadioMenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1SeparatorElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1SeparatorElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1SeparatorElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1StockMenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1StockMenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1StockMenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1TearoffMenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1TearoffMenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1TearoffMenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MessageDialog-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MessageDialog.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MessageDialog__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Misc-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Misc.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Misc__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Element.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Element__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Page-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Page.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1PageIterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1PageIterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1PageIterator__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1PageList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1PageList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Page__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Object-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Object.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Object__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1OptionMenu-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1OptionMenu.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1OptionMenu__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Paned-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Paned.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Paned__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Plug-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Plug.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Plug__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ProgressBar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ProgressBar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ProgressBar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RC-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RC.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioButton-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioButton.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioButton__Helpers_1_1Group-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioButton__Helpers_1_1Group.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioButton__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioMenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioMenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioMenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Range-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Range.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Range__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RcStyle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RcStyle.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RcStyle__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Ruler-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Ruler.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Ruler__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scale-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scale.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scale__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scrollbar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scrollbar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scrollbar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ScrolledWindow-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ScrolledWindow.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ScrolledWindow__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SelectionData-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SelectionData.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Separator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Separator.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SeparatorMenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SeparatorMenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SeparatorMenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Separator__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Settings-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Settings.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Settings__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SizeGroup-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SizeGroup.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SizeGroup__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Socket-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Socket.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Socket__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SpinButton-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SpinButton.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SpinButton__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Statusbar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Statusbar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Statusbar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1StockID-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1StockID.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1StockItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1StockItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Style-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Style.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Style__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1Child-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1Child.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1Child__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1TableList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1TableList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1TableList__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TargetEntry-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TargetEntry.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TearoffMenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TearoffMenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TearoffMenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextAttributes-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextAttributes.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextBuffer-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextBuffer.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextBuffer__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextChildAnchor-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextChildAnchor.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextChildAnchor__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextIter-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextIter.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextMark-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextMark.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextMark__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTag-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTag.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTagTable-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTagTable.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTagTable__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTag__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextView-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextView.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextView__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ToggleButton-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ToggleButton.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ToggleButton__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Element.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Element__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Tool-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Tool.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1ToolList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1ToolList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1ToolList__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Tool__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Tooltips-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Tooltips.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Tooltips__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragDest-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragDest.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragDest__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragSource-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragSource.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragSource__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIter-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIter.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIterBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIterBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIterBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIter__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModel-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModel.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumn-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumn.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumnBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumnBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumnBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumnRecord-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumnRecord.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumn__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelSort-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelSort.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelSort__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModel__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeNodeChildren-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeNodeChildren.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeNodeChildren__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreePath-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreePath.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeRow-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeRow.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeRowReference-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeRowReference.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeRow__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSelection-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSelection.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSelection__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSortable-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSortable.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSortable__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeStore-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeStore.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeStore__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeValueProxy-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeValueProxy.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeView-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeView.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeViewColumn-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeViewColumn.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeViewColumn__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeView__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VButtonBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VButtonBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VButtonBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VPaned-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VPaned.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VPaned__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VRuler-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VRuler.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VRuler__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScale-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScale.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScale__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScrollbar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScrollbar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScrollbar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VSeparator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VSeparator.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VSeparator__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Viewport-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Viewport.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Viewport__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Widget-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Widget.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Widget__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Window-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Window.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1WindowGroup-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1WindowGroup.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1WindowGroup__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Window__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Analysis-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Analysis.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrColor-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrColor.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrColor__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFloat-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFloat.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFloat__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFontDesc-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFontDesc.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFontDesc__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrInt-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrInt.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrInt__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrIter-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrIter.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrLanguage-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrLanguage.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrLanguage__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrList.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrShape-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrShape.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrShape__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrString-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrString.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrString__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Attribute-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Attribute.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Attribute__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Color-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Color.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Context-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Context.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Context__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Coverage-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Coverage.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Font-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Font.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontDescription-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontDescription.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFace-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFace.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFace__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFamily-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFamily.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFamily__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontMap-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontMap.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontMap__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontMetrics-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontMetrics.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Font__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Fontset-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Fontset.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Fontset__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphGeometry-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphGeometry.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphInfo-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphInfo.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphString-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphString.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Item-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Item.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Language-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Language.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Layout-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Layout.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutIter-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutIter.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutLine-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutLine.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutRun-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutRun.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Layout__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Rectangle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Rectangle.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1TabArray-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1TabArray.html -share/doc/gtkmm-2.0/docs/reference/html/classSigC_1_1ConnectionNode.html -share/doc/gtkmm-2.0/docs/reference/html/classSigC_1_1ConnectionNode__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classSigC_1_1Object.html -share/doc/gtkmm-2.0/docs/reference/html/classSigC_1_1Object__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/class_8h.html -share/doc/gtkmm-2.0/docs/reference/html/class__GtkBoxChild.html -share/doc/gtkmm-2.0/docs/reference/html/class__GtkBoxChild__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/class__GtkTableChild.html -share/doc/gtkmm-2.0/docs/reference/html/class__GtkTableChild__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classes.html -share/doc/gtkmm-2.0/docs/reference/html/clipboard_8h.html -share/doc/gtkmm-2.0/docs/reference/html/colormap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/colorselection_8h.html -share/doc/gtkmm-2.0/docs/reference/html/combo_8h.html -share/doc/gtkmm-2.0/docs/reference/html/component_8h.html -share/doc/gtkmm-2.0/docs/reference/html/container_8h.html -share/doc/gtkmm-2.0/docs/reference/html/containerhandle__shared_8h.html -share/doc/gtkmm-2.0/docs/reference/html/containers_8h.html -share/doc/gtkmm-2.0/docs/reference/html/context_8h.html -share/doc/gtkmm-2.0/docs/reference/html/convert_8h.html -share/doc/gtkmm-2.0/docs/reference/html/coverage_8h.html -share/doc/gtkmm-2.0/docs/reference/html/cursor_8h.html -share/doc/gtkmm-2.0/docs/reference/html/curve_8h.html -share/doc/gtkmm-2.0/docs/reference/html/date_8h.html -share/doc/gtkmm-2.0/docs/reference/html/debug_8h.html -share/doc/gtkmm-2.0/docs/reference/html/device_8h.html -share/doc/gtkmm-2.0/docs/reference/html/dialog_8h.html -share/doc/gtkmm-2.0/docs/reference/html/dispatcher_8h.html -share/doc/gtkmm-2.0/docs/reference/html/display_8h.html -share/doc/gtkmm-2.0/docs/reference/html/displaymanager_8h.html -share/doc/gtkmm-2.0/docs/reference/html/doxygen.css -share/doc/gtkmm-2.0/docs/reference/html/doxygen.png -share/doc/gtkmm-2.0/docs/reference/html/dragcontext_8h.html -share/doc/gtkmm-2.0/docs/reference/html/drawable_8h.html -share/doc/gtkmm-2.0/docs/reference/html/drawingarea_8h.html -share/doc/gtkmm-2.0/docs/reference/html/editable_8h.html -share/doc/gtkmm-2.0/docs/reference/html/editabletext_8h.html -share/doc/gtkmm-2.0/docs/reference/html/entry_8h.html -share/doc/gtkmm-2.0/docs/reference/html/enums_8h.html -share/doc/gtkmm-2.0/docs/reference/html/error_8h.html -share/doc/gtkmm-2.0/docs/reference/html/event_8h.html -share/doc/gtkmm-2.0/docs/reference/html/eventbox_8h.html -share/doc/gtkmm-2.0/docs/reference/html/examples.html -share/doc/gtkmm-2.0/docs/reference/html/exception_8h.html -share/doc/gtkmm-2.0/docs/reference/html/exceptionhandler_8h.html -share/doc/gtkmm-2.0/docs/reference/html/files.html -share/doc/gtkmm-2.0/docs/reference/html/fileselection_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fileutils_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fixed_8h.html -share/doc/gtkmm-2.0/docs/reference/html/font_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontdescription_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontface_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontfamily_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontmap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontmetrics_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontselection_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontset_8h.html -share/doc/gtkmm-2.0/docs/reference/html/frame_8h.html -share/doc/gtkmm-2.0/docs/reference/html/functions.html -share/doc/gtkmm-2.0/docs/reference/html/functions_enum.html -share/doc/gtkmm-2.0/docs/reference/html/functions_eval.html -share/doc/gtkmm-2.0/docs/reference/html/functions_func.html -share/doc/gtkmm-2.0/docs/reference/html/functions_rela.html -share/doc/gtkmm-2.0/docs/reference/html/functions_type.html -share/doc/gtkmm-2.0/docs/reference/html/functions_vars.html -share/doc/gtkmm-2.0/docs/reference/html/gc_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gdk_2gdkmm_2color_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gdk_2gdkmm_2image_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gdk_2gdkmm_2rectangle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gdk_2gdkmm_2window_8h.html -share/doc/gtkmm-2.0/docs/reference/html/general_8h.html -share/doc/gtkmm-2.0/docs/reference/html/glib_2glibmm_2main_8h.html -share/doc/gtkmm-2.0/docs/reference/html/glib_2glibmm_2object_8h.html -share/doc/gtkmm-2.0/docs/reference/html/glib_2glibmm_2value_8h.html -share/doc/gtkmm-2.0/docs/reference/html/globals.html -share/doc/gtkmm-2.0/docs/reference/html/globals_defs.html -share/doc/gtkmm-2.0/docs/reference/html/globals_type.html -share/doc/gtkmm-2.0/docs/reference/html/glyph_8h.html -share/doc/gtkmm-2.0/docs/reference/html/glyphstring_8h.html -share/doc/gtkmm-2.0/docs/reference/html/graph_legend.dot -share/doc/gtkmm-2.0/docs/reference/html/graph_legend.html -share/doc/gtkmm-2.0/docs/reference/html/graph_legend.png -share/doc/gtkmm-2.0/docs/reference/html/group__CharsetConv.html -share/doc/gtkmm-2.0/docs/reference/html/group__ContHandles.html -share/doc/gtkmm-2.0/docs/reference/html/group__ContHelpers.html -share/doc/gtkmm-2.0/docs/reference/html/group__Containers.html -share/doc/gtkmm-2.0/docs/reference/html/group__Dialogs.html -share/doc/gtkmm-2.0/docs/reference/html/group__FileUtils.html -share/doc/gtkmm-2.0/docs/reference/html/group__MainLoop.html -share/doc/gtkmm-2.0/docs/reference/html/group__Markup.html -share/doc/gtkmm-2.0/docs/reference/html/group__Menus.html -share/doc/gtkmm-2.0/docs/reference/html/group__MiscUtils.html -share/doc/gtkmm-2.0/docs/reference/html/group__PatternMatching.html -share/doc/gtkmm-2.0/docs/reference/html/group__Random.html -share/doc/gtkmm-2.0/docs/reference/html/group__ShellUtils.html -share/doc/gtkmm-2.0/docs/reference/html/group__Spawn.html -share/doc/gtkmm-2.0/docs/reference/html/group__StringUtils.html -share/doc/gtkmm-2.0/docs/reference/html/group__TextView.html -share/doc/gtkmm-2.0/docs/reference/html/group__ThreadPools.html -share/doc/gtkmm-2.0/docs/reference/html/group__Threads.html -share/doc/gtkmm-2.0/docs/reference/html/group__Toolbars.html -share/doc/gtkmm-2.0/docs/reference/html/group__TreeView.html -share/doc/gtkmm-2.0/docs/reference/html/group__Unicode.html -share/doc/gtkmm-2.0/docs/reference/html/group__Widgets.html -share/doc/gtkmm-2.0/docs/reference/html/group__atkmmEnums.html -share/doc/gtkmm-2.0/docs/reference/html/group__gdkmmEnums.html -share/doc/gtkmm-2.0/docs/reference/html/group__glibmmEnums.html -share/doc/gtkmm-2.0/docs/reference/html/group__glibmmValue.html -share/doc/gtkmm-2.0/docs/reference/html/group__gtkmmEnums.html -share/doc/gtkmm-2.0/docs/reference/html/group__pangommEnums.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2image_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2item_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2layout_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2main_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2object_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2table_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2window_8h.html -share/doc/gtkmm-2.0/docs/reference/html/handlebox_8h.html -share/doc/gtkmm-2.0/docs/reference/html/helperlist_8h.html -share/doc/gtkmm-2.0/docs/reference/html/hierarchy.html -share/doc/gtkmm-2.0/docs/reference/html/iconfactory_8h.html -share/doc/gtkmm-2.0/docs/reference/html/iconset_8h.html -share/doc/gtkmm-2.0/docs/reference/html/iconsource_8h.html -share/doc/gtkmm-2.0/docs/reference/html/imagemenuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/index.html -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__0.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__1.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__10.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__100.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__101.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__102.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__103.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__104.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__105.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__106.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__107.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__108.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__109.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__11.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__110.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__111.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__112.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__113.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__114.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__115.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__116.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__117.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__118.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__119.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__12.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__120.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__121.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__122.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__123.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__13.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__14.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__15.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__16.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__17.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__18.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__19.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__2.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__20.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__21.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__22.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__23.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__24.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__25.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__26.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__27.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__28.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__29.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__3.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__30.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__31.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__32.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__33.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__34.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__35.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__36.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__37.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__38.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__39.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__4.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__40.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__41.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__42.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__43.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__44.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__45.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__46.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__47.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__48.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__49.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__5.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__50.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__51.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__52.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__53.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__54.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__55.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__56.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__57.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__58.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__59.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__6.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__60.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__61.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__62.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__63.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__64.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__65.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__66.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__67.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__68.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__69.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__7.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__70.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__71.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__72.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__73.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__74.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__75.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__76.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__77.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__78.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__79.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__8.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__80.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__81.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__82.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__83.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__84.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__85.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__86.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__87.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__88.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__89.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__9.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__90.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__91.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__92.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__93.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__94.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__95.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__96.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__97.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__98.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__99.png -share/doc/gtkmm-2.0/docs/reference/html/inherits.html -share/doc/gtkmm-2.0/docs/reference/html/inputdialog_8h.html -share/doc/gtkmm-2.0/docs/reference/html/interface_8h.html -share/doc/gtkmm-2.0/docs/reference/html/invisible_8h.html -share/doc/gtkmm-2.0/docs/reference/html/iochannel_8h.html -share/doc/gtkmm-2.0/docs/reference/html/label_8h.html -share/doc/gtkmm-2.0/docs/reference/html/language_8h.html -share/doc/gtkmm-2.0/docs/reference/html/layoutiter_8h.html -share/doc/gtkmm-2.0/docs/reference/html/layoutline_8h.html -share/doc/gtkmm-2.0/docs/reference/html/layoutrun_8h.html -share/doc/gtkmm-2.0/docs/reference/html/list_8h.html -share/doc/gtkmm-2.0/docs/reference/html/listhandle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/liststore_8h.html -share/doc/gtkmm-2.0/docs/reference/html/markup_8h.html -share/doc/gtkmm-2.0/docs/reference/html/menu_8h.html -share/doc/gtkmm-2.0/docs/reference/html/menu__elems_8h.html -share/doc/gtkmm-2.0/docs/reference/html/menubar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/menuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/menushell_8h.html -share/doc/gtkmm-2.0/docs/reference/html/messagedialog_8h.html -share/doc/gtkmm-2.0/docs/reference/html/misc_8h.html -share/doc/gtkmm-2.0/docs/reference/html/miscutils_8h.html -share/doc/gtkmm-2.0/docs/reference/html/module_8h.html -share/doc/gtkmm-2.0/docs/reference/html/modules.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceAtk.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGdk.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGlib.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGlib_1_1Ascii.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGlib_1_1Container__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGlib_1_1Markup.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGlib_1_1Unicode.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1AccelMap.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Box__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1ComboDropDown__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Menu__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Notebook__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1RadioButton__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1RadioMenuItem__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Stock.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Table__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Toolbar__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1TreeViewColumn__CellRendererGeneration.html -share/doc/gtkmm-2.0/docs/reference/html/namespacePango.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers_enum.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers_eval.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers_func.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers_type.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers_vars.html -share/doc/gtkmm-2.0/docs/reference/html/namespaces.html -share/doc/gtkmm-2.0/docs/reference/html/noopobject_8h.html -share/doc/gtkmm-2.0/docs/reference/html/notebook_8h.html -share/doc/gtkmm-2.0/docs/reference/html/objectaccessible_8h.html -share/doc/gtkmm-2.0/docs/reference/html/objectbase_8h.html -share/doc/gtkmm-2.0/docs/reference/html/optionmenu_8h.html -share/doc/gtkmm-2.0/docs/reference/html/paned_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pango_2pangomm_2color_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pango_2pangomm_2item_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pango_2pangomm_2layout_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pango_2pangomm_2rectangle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pattern_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pixbuf_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pixbufanimation_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pixbufanimationiter_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pixbufloader_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pixmap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/plug_8h.html -share/doc/gtkmm-2.0/docs/reference/html/progressbar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/property_8h.html -share/doc/gtkmm-2.0/docs/reference/html/propertyproxy_8h.html -share/doc/gtkmm-2.0/docs/reference/html/propertyproxy__base_8h.html -share/doc/gtkmm-2.0/docs/reference/html/quark_8h.html -share/doc/gtkmm-2.0/docs/reference/html/radiobutton_8h.html -share/doc/gtkmm-2.0/docs/reference/html/radiomenuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/random_8h.html -share/doc/gtkmm-2.0/docs/reference/html/range_8h.html -share/doc/gtkmm-2.0/docs/reference/html/rc_8h.html -share/doc/gtkmm-2.0/docs/reference/html/refptr_8h.html -share/doc/gtkmm-2.0/docs/reference/html/region_8h.html -share/doc/gtkmm-2.0/docs/reference/html/relation_8h.html -share/doc/gtkmm-2.0/docs/reference/html/relationset_8h.html -share/doc/gtkmm-2.0/docs/reference/html/rgbcmap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/ruler_8h.html -share/doc/gtkmm-2.0/docs/reference/html/sarray_8h.html -share/doc/gtkmm-2.0/docs/reference/html/scale_8h.html -share/doc/gtkmm-2.0/docs/reference/html/screen_8h.html -share/doc/gtkmm-2.0/docs/reference/html/scrollbar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/scrolledwindow_8h.html -share/doc/gtkmm-2.0/docs/reference/html/selection_8h.html -share/doc/gtkmm-2.0/docs/reference/html/selectiondata_8h.html -share/doc/gtkmm-2.0/docs/reference/html/selectiondata__private_8h.html -share/doc/gtkmm-2.0/docs/reference/html/separator_8h.html -share/doc/gtkmm-2.0/docs/reference/html/separatormenuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/settings_8h.html -share/doc/gtkmm-2.0/docs/reference/html/shell_8h.html -share/doc/gtkmm-2.0/docs/reference/html/signalproxy_8h.html -share/doc/gtkmm-2.0/docs/reference/html/signalproxy__connectionnode_8h.html -share/doc/gtkmm-2.0/docs/reference/html/sizegroup_8h.html -share/doc/gtkmm-2.0/docs/reference/html/slisthandle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/socket_8h.html -share/doc/gtkmm-2.0/docs/reference/html/spawn_8h.html -share/doc/gtkmm-2.0/docs/reference/html/spinbutton_8h.html -share/doc/gtkmm-2.0/docs/reference/html/stateset_8h.html -share/doc/gtkmm-2.0/docs/reference/html/statusbar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/stock_8h.html -share/doc/gtkmm-2.0/docs/reference/html/stock_add_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_align_center_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_align_justify_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_align_left_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_align_right_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_apply_20.png -share/doc/gtkmm-2.0/docs/reference/html/stock_bottom_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_broken_image_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_cancel_20.png -share/doc/gtkmm-2.0/docs/reference/html/stock_cdrom_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_clear_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_close_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_colorselector_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_convert_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_copy_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_cut_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dialog_error_48.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dialog_info_48.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dialog_question_48.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dialog_warning_48.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dnd_32.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dnd_multiple_32.png -share/doc/gtkmm-2.0/docs/reference/html/stock_down_arrow_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_exec_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_exit_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_first_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_font_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_help_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_home_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_index_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_jump_to_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_last_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_left_arrow_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_new_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_no_20.png -share/doc/gtkmm-2.0/docs/reference/html/stock_ok_20.png -share/doc/gtkmm-2.0/docs/reference/html/stock_open_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_paste_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_preferences_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_print_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_print_preview_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_properties_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_redo_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_refresh_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_remove_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_revert_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_right_arrow_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_save_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_save_as_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_search_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_search_replace_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_sort_ascending_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_sort_descending_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_spellcheck_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_stop_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_text_bold_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_text_italic_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_text_strikethrough_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_text_underline_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_top_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_trash_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_undelete_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_undo_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_up_arrow_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_yes_20.png -share/doc/gtkmm-2.0/docs/reference/html/stock_zoom_1_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_zoom_fit_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_zoom_in_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_zoom_out_24.png -share/doc/gtkmm-2.0/docs/reference/html/stockid_8h.html -share/doc/gtkmm-2.0/docs/reference/html/stockitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/streamiochannel_8h.html -share/doc/gtkmm-2.0/docs/reference/html/stringutils_8h.html -share/doc/gtkmm-2.0/docs/reference/html/structAtk_1_1AttributeTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structAtk_1_1AttributeTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structGdk_1_1AtomStringTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGdk_1_1AtomStringTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structGdk_1_1ColorTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGdk_1_1ColorTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticMutex-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticMutex.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticPrivate-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticPrivate.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRWLock-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRWLock.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRWLock__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRecMutex-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRecMutex.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRecMutex__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1TimeVal-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1TimeVal.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1TimeVal__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Box__Helpers_1_1EndElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Box__Helpers_1_1EndElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Box__Helpers_1_1EndElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1BuiltinStockID-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1BuiltinStockID.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ButtonElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ButtonElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ButtonElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1RadioElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1RadioElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1RadioElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1Space-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1Space.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1Space__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1StockElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1StockElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1StockElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ToggleElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ToggleElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ToggleElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1AttributeTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1AttributeTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1ItemTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1ItemTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1LayoutLineTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1LayoutLineTraits.html -share/doc/gtkmm-2.0/docs/reference/html/style_8h.html -share/doc/gtkmm-2.0/docs/reference/html/tabarray_8h.html -share/doc/gtkmm-2.0/docs/reference/html/targetentry_8h.html -share/doc/gtkmm-2.0/docs/reference/html/tearoffmenuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/text_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textattributes_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textbuffer_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textchildanchor_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textiter_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textmark_8h.html -share/doc/gtkmm-2.0/docs/reference/html/texttag_8h.html -share/doc/gtkmm-2.0/docs/reference/html/texttagtable_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textview_8h.html -share/doc/gtkmm-2.0/docs/reference/html/thread_2dispatcher_8cc-example.html -share/doc/gtkmm-2.0/docs/reference/html/thread_2thread_8cc-example.html -share/doc/gtkmm-2.0/docs/reference/html/thread_8h.html -share/doc/gtkmm-2.0/docs/reference/html/threadpool_8h.html -share/doc/gtkmm-2.0/docs/reference/html/timer_8h.html -share/doc/gtkmm-2.0/docs/reference/html/timeval_8h.html -share/doc/gtkmm-2.0/docs/reference/html/togglebutton_8h.html -share/doc/gtkmm-2.0/docs/reference/html/toolbar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/tooltips_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treedragdest_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treedragsource_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treeiter_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treemodel_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treemodelcolumn_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treemodelsort_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treepath_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treerowreference_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treeselection_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treesortable_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treestore_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treeview_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treeview__private_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treeviewcolumn_8h.html -share/doc/gtkmm-2.0/docs/reference/html/types_8h.html -share/doc/gtkmm-2.0/docs/reference/html/unicode_8h.html -share/doc/gtkmm-2.0/docs/reference/html/ustring_8h.html -share/doc/gtkmm-2.0/docs/reference/html/utility_8h.html -share/doc/gtkmm-2.0/docs/reference/html/value__basictypes_8h.html -share/doc/gtkmm-2.0/docs/reference/html/value__custom_8h.html -share/doc/gtkmm-2.0/docs/reference/html/viewport_8h.html -share/doc/gtkmm-2.0/docs/reference/html/visual_8h.html -share/doc/gtkmm-2.0/docs/reference/html/widget_8h.html -share/doc/gtkmm-2.0/docs/reference/html/wrap_8h.html -share/doc/gtkmm-2.0/docs/tutorial/figures/alignment.png -share/doc/gtkmm-2.0/docs/tutorial/figures/aspectframe.png -share/doc/gtkmm-2.0/docs/tutorial/figures/box_packing1.png -share/doc/gtkmm-2.0/docs/tutorial/figures/box_packing2.png -share/doc/gtkmm-2.0/docs/tutorial/figures/box_packing3.png -share/doc/gtkmm-2.0/docs/tutorial/figures/buttonbox.png -share/doc/gtkmm-2.0/docs/tutorial/figures/buttons.png -share/doc/gtkmm-2.0/docs/tutorial/figures/checkbutton.png -share/doc/gtkmm-2.0/docs/tutorial/figures/clipboard_ideal.png -share/doc/gtkmm-2.0/docs/tutorial/figures/clipboard_simple.png -share/doc/gtkmm-2.0/docs/tutorial/figures/combo.png -share/doc/gtkmm-2.0/docs/tutorial/figures/devcpp_project_options.png -share/doc/gtkmm-2.0/docs/tutorial/figures/dialogs_colorselectiondialog.png -share/doc/gtkmm-2.0/docs/tutorial/figures/dialogs_fileselection.png -share/doc/gtkmm-2.0/docs/tutorial/figures/dialogs_fontselectiondialog.png -share/doc/gtkmm-2.0/docs/tutorial/figures/dialogs_messagedialog.png -share/doc/gtkmm-2.0/docs/tutorial/figures/dialogs_simple.png -share/doc/gtkmm-2.0/docs/tutorial/figures/drag_and_drop.png -share/doc/gtkmm-2.0/docs/tutorial/figures/drawingarea_lines.png -share/doc/gtkmm-2.0/docs/tutorial/figures/drawingarea_text.png -share/doc/gtkmm-2.0/docs/tutorial/figures/entry.png -share/doc/gtkmm-2.0/docs/tutorial/figures/eventbox.png -share/doc/gtkmm-2.0/docs/tutorial/figures/frame.png -share/doc/gtkmm-2.0/docs/tutorial/figures/helloworld.png -share/doc/gtkmm-2.0/docs/tutorial/figures/helloworld2.png -share/doc/gtkmm-2.0/docs/tutorial/figures/label.png -share/doc/gtkmm-2.0/docs/tutorial/figures/main_menu.png -share/doc/gtkmm-2.0/docs/tutorial/figures/menu_popup.png -share/doc/gtkmm-2.0/docs/tutorial/figures/menus_menu.png -share/doc/gtkmm-2.0/docs/tutorial/figures/menus_menubar.png -share/doc/gtkmm-2.0/docs/tutorial/figures/notebook.png -share/doc/gtkmm-2.0/docs/tutorial/figures/paned.png -share/doc/gtkmm-2.0/docs/tutorial/figures/progressbar.png -share/doc/gtkmm-2.0/docs/tutorial/figures/radiobuttons.png -share/doc/gtkmm-2.0/docs/tutorial/figures/range_widgets.png -share/doc/gtkmm-2.0/docs/tutorial/figures/scrolledwindow.png -share/doc/gtkmm-2.0/docs/tutorial/figures/spinbutton.png -share/doc/gtkmm-2.0/docs/tutorial/figures/table.png -share/doc/gtkmm-2.0/docs/tutorial/figures/textview.png -share/doc/gtkmm-2.0/docs/tutorial/figures/toolbar.png -share/doc/gtkmm-2.0/docs/tutorial/figures/treeview_draganddrop.png -share/doc/gtkmm-2.0/docs/tutorial/figures/treeview_editablecells.png -share/doc/gtkmm-2.0/docs/tutorial/figures/treeview_list.png -share/doc/gtkmm-2.0/docs/tutorial/figures/treeview_popup.png -share/doc/gtkmm-2.0/docs/tutorial/figures/treeview_tree.png -share/doc/gtkmm-2.0/docs/tutorial/html/apa.html -share/doc/gtkmm-2.0/docs/tutorial/html/apas02.html -share/doc/gtkmm-2.0/docs/tutorial/html/apas03.html -share/doc/gtkmm-2.0/docs/tutorial/html/apas04.html -share/doc/gtkmm-2.0/docs/tutorial/html/apas05.html -share/doc/gtkmm-2.0/docs/tutorial/html/apb.html -share/doc/gtkmm-2.0/docs/tutorial/html/apbs02.html -share/doc/gtkmm-2.0/docs/tutorial/html/apbs03.html -share/doc/gtkmm-2.0/docs/tutorial/html/apbs04.html -share/doc/gtkmm-2.0/docs/tutorial/html/apbs05.html -share/doc/gtkmm-2.0/docs/tutorial/html/apbs06.html -share/doc/gtkmm-2.0/docs/tutorial/html/apc.html -share/doc/gtkmm-2.0/docs/tutorial/html/apd.html -share/doc/gtkmm-2.0/docs/tutorial/html/ape.html -share/doc/gtkmm-2.0/docs/tutorial/html/apes02.html -share/doc/gtkmm-2.0/docs/tutorial/html/apes03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch01.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch01s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch02s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch02s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03s05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03s06.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch04s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch04s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch04s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch05s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch05s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch05s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06s05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06s06.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch07.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch07s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s06.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s07.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch09.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch09s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch09s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch10.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch10s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch11.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch11s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch11s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch12.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch13.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch13s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch13s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch13s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s06.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s07.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch15.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch15s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch15s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch15s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch15s05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch16.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch16s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch16s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch16s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch17.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch17s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch17s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch18.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch18s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch19.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch19s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch19s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch20.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch20s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch20s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch20s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch21.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch21s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch22.html -share/doc/gtkmm-2.0/docs/tutorial/html/index.html -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/arrow/arrow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/arrow/direction.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/alignment/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/alignment/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/alignment/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/aspectframe/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/aspectframe/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/aspectframe/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/box/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/box/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/box/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/box/packbox.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/box/packbox.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttonbox/examplebuttonbox.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttonbox/examplebuttonbox.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttonbox/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttonbox/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttonbox/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/button/buttons.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/button/buttons.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/button/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/checkbutton/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/checkbutton/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/checkbutton/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/radiobutton/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/radiobutton/radiobuttons.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/radiobutton/radiobuttons.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/togglebutton/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/togglebutton/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/togglebutton/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/ideal/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/ideal/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/ideal/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/simple/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/simple/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/simple/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/combo/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/combo/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/combo/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/colorselectiondialog/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/colorselectiondialog/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/colorselectiondialog/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fileselection/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fileselection/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fileselection/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fontselectiondialog/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fontselectiondialog/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fontselectiondialog/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/messagedialog/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/messagedialog/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/messagedialog/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/simple/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/simple/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/simple/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drag_and_drop/dndwindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drag_and_drop/dndwindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drag_and_drop/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_lines/customdrawingarea.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_lines/customdrawingarea.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_lines/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_lines/testwindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_lines/testwindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_text/customdrawingarea.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_text/customdrawingarea.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_text/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_text/testwindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_text/testwindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/entry/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/entry/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/entry/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/eventbox/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/eventbox/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/eventbox/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/frame/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/frame/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/frame/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld/helloworld.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld/helloworld.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld2/helloworld.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld2/helloworld.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld2/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/idle/idleexample.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/idle/idleexample.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/idle/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/label/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/label/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/label/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/main_menu/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/main_menu/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/main_menu/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/popup/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/popup/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/popup/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/notebook/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/notebook/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/notebook/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/messageslist.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/messageslist.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/messagetext.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/messagetext.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/progressbar/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/progressbar/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/progressbar/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/range_widgets/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/range_widgets/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/range_widgets/labeledoptionmenu.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/range_widgets/labeledoptionmenu.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/range_widgets/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/scrolledwindow/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/scrolledwindow/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/scrolledwindow/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/signals/custom/client.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/signals/custom/client.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/signals/custom/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/signals/custom/server.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/signals/custom/server.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/spinbutton/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/spinbutton/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/spinbutton/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/table/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/table/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/table/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/textview/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/textview/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/textview/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/timeout/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/timeout/timerexample.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/timeout/timerexample.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/toolbar/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/toolbar/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/toolbar/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop/treemodel_dnd.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop/treemodel_dnd.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/editable_cells/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/editable_cells/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/editable_cells/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/list/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/list/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/list/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/popup/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/popup/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/popup/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/popup/treeview_withpopup.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/popup/treeview_withpopup.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/tree/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/tree/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/tree/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/calendar/calendar.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/cellrendererlist.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/cellrendererlist.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/cellrendererpopup.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/cellrendererpopup.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/cellrenderertoggle.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/popupentry.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/popupentry.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/testpopup.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/dnd/dnd_images.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/dnd/dndwindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/dnd/dndwindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/dnd/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/exception/exceptiontest.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/filesel/filesel.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/fixed/fixed.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/gdk/radar.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/markup/parser.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/rulers/rulers.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/statusbar/statusbar.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/stock/stock.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/thread/dispatcher.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/thread/dispatcher2.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/thread/thread.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/thread/threadpool.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/tictactoe/tictactoe.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/tictactoe/tictactoe.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/tictactoe/ttt_test.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/treemodelcustom/exampletreemodel.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/treemodelcustom/exampletreemodel.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/treemodelcustom/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/treemodelcustom/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/treemodelcustom/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/window/wheelbarrow.cc -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/window -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/treemodelcustom -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/tictactoe -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/thread -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/stock -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/statusbar -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/rulers -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/markup -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/gdk -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/fixed -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/filesel -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/exception -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/dnd -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/cellrenderercustom -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/calendar -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview/tree -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview/popup -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview/list -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview/editable_cells -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/toolbar -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/timeout -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/textview -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/table -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/spinbutton -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/signals/custom -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/signals -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/scrolledwindow -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/range_widgets -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/progressbar -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/paned -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/notebook -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/menus/popup -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/menus/main_menu -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/menus -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/label -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/idle -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/helloworld2 -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/helloworld -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/frame -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/eventbox -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/entry -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/drawingarea_text -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/drawingarea_lines -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/drag_and_drop -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs/simple -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs/messagedialog -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs/fontselectiondialog -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs/fileselection -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs/colorselectiondialog -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/combo -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/clipboard/simple -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/clipboard/ideal -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/clipboard -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttons/togglebutton -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttons/radiobutton -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttons/checkbutton -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttons/button -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttons -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttonbox -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/box -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/aspectframe -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/alignment -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/arrow -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples -@dirrm share/doc/gtkmm-2.0/docs/tutorial/html -@dirrm share/doc/gtkmm-2.0/docs/tutorial/figures -@dirrm share/doc/gtkmm-2.0/docs/tutorial -@dirrm share/doc/gtkmm-2.0/docs/reference/html -@dirrm share/doc/gtkmm-2.0/docs/reference -@dirrm share/doc/gtkmm-2.0/docs/images -@dirrm share/doc/gtkmm-2.0/docs/FAQ/html -@dirrm share/doc/gtkmm-2.0/docs/FAQ -@dirrm share/doc/gtkmm-2.0/docs -@dirrm share/doc/gtkmm-2.0 -@dirrm share/devhelp/books/gtkmm-2.0 -@unexec /bin/rmdir %D/share/devhelp/books 2> /dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/devhelp 2> /dev/null || /usr/bin/true -@dirrm lib/gtkmm-2.0/proc/pm -@dirrm lib/gtkmm-2.0/proc/m4 -@dirrm lib/gtkmm-2.0/proc -@dirrm lib/gtkmm-2.0/include -@dirrm lib/gtkmm-2.0 -@dirrm include/gtkmm-2.0/pangomm/private -@dirrm include/gtkmm-2.0/pangomm -@dirrm include/gtkmm-2.0/gtkmm_generate_extra_defs -@dirrm include/gtkmm-2.0/gtkmm/private -@dirrm include/gtkmm-2.0/gtkmm -@dirrm include/gtkmm-2.0/glibmm/private -@dirrm include/gtkmm-2.0/glibmm -@dirrm include/gtkmm-2.0/gdkmm/private -@dirrm include/gtkmm-2.0/gdkmm -@dirrm include/gtkmm-2.0/atkmm/private -@dirrm include/gtkmm-2.0/atkmm -@dirrm include/gtkmm-2.0 diff --git a/x11-toolkits/gtkmm30/Makefile b/x11-toolkits/gtkmm30/Makefile deleted file mode 100644 index fbf06e469ad9..000000000000 --- a/x11-toolkits/gtkmm30/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: gtkmm2 -# Date created: 30 September 2002 -# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> -# -# $FreeBSD$ -# - -PORTNAME= gtkmm -PORTVERSION= 2.2.12 -PORTREVISION= 5 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME} \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2 \ - gtkmm -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ wrapper for Gtk+, Pango, Atk, and Glib - -LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_BZIP2= yes -USE_X_PREFIX= yes -LATEST_LINK= gtkmm2 -USE_GMAKE= yes -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -USE_REINPLACE= yes -USE_GNOME= gnomehack lthack gtk20 -CONFIGURE_ARGS= --enable-static=yes \ - --with-sigc-prefix=${LOCALBASE} - -.if defined(WITH_EXAMPLES) -PLIST_SUB+= EXAMPLES="" -.else -PLIST_SUB+= EXAMPLES="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \ - ${WRKSRC}/Makefile.in -.if !defined(WITH_EXAMPLES) - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ - ${WRKSRC}/Makefile.in -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtkmm30/distinfo b/x11-toolkits/gtkmm30/distinfo deleted file mode 100644 index 4db50f3a6c02..000000000000 --- a/x11-toolkits/gtkmm30/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gtkmm-2.2.12.tar.bz2) = d72986a00006aad01c9f5c2566a6f671 -SHA256 (gnome2/gtkmm-2.2.12.tar.bz2) = 8aa93a899f7aa55617041107dd3290ccbd3b2b81348a745a66557b159617bb57 -SIZE (gnome2/gtkmm-2.2.12.tar.bz2) = 3846586 diff --git a/x11-toolkits/gtkmm30/files/patch-gdk__gdkmm__Makefile.in b/x11-toolkits/gtkmm30/files/patch-gdk__gdkmm__Makefile.in deleted file mode 100644 index 98009f4ae288..000000000000 --- a/x11-toolkits/gtkmm30/files/patch-gdk__gdkmm__Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- gdk/gdkmm/Makefile.in.orig Fri Jun 4 02:49:50 2004 -+++ gdk/gdkmm/Makefile.in Fri Apr 22 11:37:45 2005 -@@ -327,8 +327,7 @@ - # libraries at link time to resolve symbols (remember a dll is like an - # executable). - @OS_WIN32_TRUE@no_undefined = -no-undefined -Wl,--export-all-symbols --@OS_WIN32_FALSE@win32_dlls_extra_libs = --@OS_WIN32_TRUE@win32_dlls_extra_libs = $(sublib_win32_dlls_libs) -+win32_dlls_extra_libs = $(sublib_win32_dlls_libs) - common_ldflags = -version-info $(LIBGTKMM_SO_VERSION) $(no_undefined) - all_includes = -I$(top_builddir)/glib -I$(top_srcdir)/glib \ - -I$(top_builddir)/pango -I$(top_srcdir)/pango \ diff --git a/x11-toolkits/gtkmm30/files/patch-gtk__gtkmm__Makefile.in b/x11-toolkits/gtkmm30/files/patch-gtk__gtkmm__Makefile.in deleted file mode 100644 index 8ad7039bf121..000000000000 --- a/x11-toolkits/gtkmm30/files/patch-gtk__gtkmm__Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- gtk/gtkmm/Makefile.in.orig Fri Jun 4 02:49:54 2004 -+++ gtk/gtkmm/Makefile.in Fri Apr 22 11:37:23 2005 -@@ -482,8 +482,7 @@ - # libraries at link time to resolve symbols (remember a dll is like an - # executable). - @OS_WIN32_TRUE@no_undefined = -no-undefined -Wl,--export-all-symbols --@OS_WIN32_FALSE@win32_dlls_extra_libs = --@OS_WIN32_TRUE@win32_dlls_extra_libs = $(sublib_win32_dlls_libs) -+win32_dlls_extra_libs = $(sublib_win32_dlls_libs) - common_ldflags = -version-info $(LIBGTKMM_SO_VERSION) $(no_undefined) - all_includes = -I$(top_builddir)/glib -I$(top_srcdir)/glib \ - -I$(top_builddir)/pango -I$(top_srcdir)/pango \ diff --git a/x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_treeviewcolumn.h b/x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_treeviewcolumn.h deleted file mode 100644 index 0927f4126bbe..000000000000 --- a/x11-toolkits/gtkmm30/files/patch-gtk_gtkmm_treeviewcolumn.h +++ /dev/null @@ -1,20 +0,0 @@ ---- gtk/gtkmm/treeviewcolumn.h.orig Mon Jul 21 14:45:01 2003 -+++ gtk/gtkmm/treeviewcolumn.h Mon Jul 21 14:45:28 2003 -@@ -577,7 +577,7 @@ - void TreeViewColumn::pack_start(const TreeModelColumn<T_ModelColumnType>& column, bool expand) - { - //Generate appropriate Renderer for the column: -- CellRenderer* pCellRenderer = manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>() ); -+ CellRenderer* pCellRenderer = manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>(false) ); - - //Use the renderer: - pack_start(*pCellRenderer, expand); -@@ -588,7 +588,7 @@ - void TreeViewColumn::pack_end(const TreeModelColumn<T_ModelColumnType>& column, bool expand) - { - //Generate appropriate Renderer for the column: -- CellRenderer* pCellRenderer= manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>() ); -+ CellRenderer* pCellRenderer= manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>(false) ); - - //Use the renderer: - pack_end(*pCellRenderer, expand); diff --git a/x11-toolkits/gtkmm30/pkg-descr b/x11-toolkits/gtkmm30/pkg-descr deleted file mode 100644 index 3d8c48095f16..000000000000 --- a/x11-toolkits/gtkmm30/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -C++ wrapper for Gtk+, Pango, Atk, and Glib. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/x11-toolkits/gtkmm30/pkg-plist b/x11-toolkits/gtkmm30/pkg-plist deleted file mode 100644 index 220fd56f9609..000000000000 --- a/x11-toolkits/gtkmm30/pkg-plist +++ /dev/null @@ -1,2405 +0,0 @@ -include/gtkmm-2.0/atkmm.h -include/gtkmm-2.0/atkmm/action.h -include/gtkmm-2.0/atkmm/component.h -include/gtkmm-2.0/atkmm/editabletext.h -include/gtkmm-2.0/atkmm/image.h -include/gtkmm-2.0/atkmm/noopobject.h -include/gtkmm-2.0/atkmm/object.h -include/gtkmm-2.0/atkmm/objectaccessible.h -include/gtkmm-2.0/atkmm/private/action_p.h -include/gtkmm-2.0/atkmm/private/component_p.h -include/gtkmm-2.0/atkmm/private/editabletext_p.h -include/gtkmm-2.0/atkmm/private/image_p.h -include/gtkmm-2.0/atkmm/private/noopobject_p.h -include/gtkmm-2.0/atkmm/private/object_p.h -include/gtkmm-2.0/atkmm/private/objectaccessible_p.h -include/gtkmm-2.0/atkmm/private/relation_p.h -include/gtkmm-2.0/atkmm/private/relationset_p.h -include/gtkmm-2.0/atkmm/private/selection_p.h -include/gtkmm-2.0/atkmm/private/stateset_p.h -include/gtkmm-2.0/atkmm/private/table_p.h -include/gtkmm-2.0/atkmm/private/text_p.h -include/gtkmm-2.0/atkmm/private/value_p.h -include/gtkmm-2.0/atkmm/relation.h -include/gtkmm-2.0/atkmm/relationset.h -include/gtkmm-2.0/atkmm/selection.h -include/gtkmm-2.0/atkmm/stateset.h -include/gtkmm-2.0/atkmm/table.h -include/gtkmm-2.0/atkmm/text.h -include/gtkmm-2.0/atkmm/value.h -include/gtkmm-2.0/atkmm/wrap_init.h -include/gtkmm-2.0/gdkmm.h -include/gtkmm-2.0/gdkmm/bitmap.h -include/gtkmm-2.0/gdkmm/color.h -include/gtkmm-2.0/gdkmm/colormap.h -include/gtkmm-2.0/gdkmm/cursor.h -include/gtkmm-2.0/gdkmm/device.h -include/gtkmm-2.0/gdkmm/display.h -include/gtkmm-2.0/gdkmm/displaymanager.h -include/gtkmm-2.0/gdkmm/dragcontext.h -include/gtkmm-2.0/gdkmm/drawable.h -include/gtkmm-2.0/gdkmm/event.h -include/gtkmm-2.0/gdkmm/gc.h -include/gtkmm-2.0/gdkmm/general.h -include/gtkmm-2.0/gdkmm/image.h -include/gtkmm-2.0/gdkmm/list.h -include/gtkmm-2.0/gdkmm/pixbuf.h -include/gtkmm-2.0/gdkmm/pixbufanimation.h -include/gtkmm-2.0/gdkmm/pixbufanimationiter.h -include/gtkmm-2.0/gdkmm/pixbufloader.h -include/gtkmm-2.0/gdkmm/pixmap.h -include/gtkmm-2.0/gdkmm/private/bitmap_p.h -include/gtkmm-2.0/gdkmm/private/color_p.h -include/gtkmm-2.0/gdkmm/private/colormap_p.h -include/gtkmm-2.0/gdkmm/private/cursor_p.h -include/gtkmm-2.0/gdkmm/private/device_p.h -include/gtkmm-2.0/gdkmm/private/display_p.h -include/gtkmm-2.0/gdkmm/private/displaymanager_p.h -include/gtkmm-2.0/gdkmm/private/dragcontext_p.h -include/gtkmm-2.0/gdkmm/private/drawable_p.h -include/gtkmm-2.0/gdkmm/private/event_p.h -include/gtkmm-2.0/gdkmm/private/gc_p.h -include/gtkmm-2.0/gdkmm/private/image_p.h -include/gtkmm-2.0/gdkmm/private/pixbuf_p.h -include/gtkmm-2.0/gdkmm/private/pixbufanimation_p.h -include/gtkmm-2.0/gdkmm/private/pixbufanimationiter_p.h -include/gtkmm-2.0/gdkmm/private/pixbufloader_p.h -include/gtkmm-2.0/gdkmm/private/pixmap_p.h -include/gtkmm-2.0/gdkmm/private/rectangle_p.h -include/gtkmm-2.0/gdkmm/private/region_p.h -include/gtkmm-2.0/gdkmm/private/rgbcmap_p.h -include/gtkmm-2.0/gdkmm/private/screen_p.h -include/gtkmm-2.0/gdkmm/private/types_p.h -include/gtkmm-2.0/gdkmm/private/visual_p.h -include/gtkmm-2.0/gdkmm/private/window_p.h -include/gtkmm-2.0/gdkmm/rectangle.h -include/gtkmm-2.0/gdkmm/region.h -include/gtkmm-2.0/gdkmm/rgbcmap.h -include/gtkmm-2.0/gdkmm/screen.h -include/gtkmm-2.0/gdkmm/types.h -include/gtkmm-2.0/gdkmm/visual.h -include/gtkmm-2.0/gdkmm/window.h -include/gtkmm-2.0/gdkmm/wrap_init.h -include/gtkmm-2.0/glibmm.h -include/gtkmm-2.0/glibmm/arrayhandle.h -include/gtkmm-2.0/glibmm/class.h -include/gtkmm-2.0/glibmm/containerhandle_shared.h -include/gtkmm-2.0/glibmm/containers.h -include/gtkmm-2.0/glibmm/convert.h -include/gtkmm-2.0/glibmm/date.h -include/gtkmm-2.0/glibmm/debug.h -include/gtkmm-2.0/glibmm/dispatcher.h -include/gtkmm-2.0/glibmm/error.h -include/gtkmm-2.0/glibmm/exception.h -include/gtkmm-2.0/glibmm/exceptionhandler.h -include/gtkmm-2.0/glibmm/fileutils.h -include/gtkmm-2.0/glibmm/helperlist.h -include/gtkmm-2.0/glibmm/interface.h -include/gtkmm-2.0/glibmm/iochannel.h -include/gtkmm-2.0/glibmm/listhandle.h -include/gtkmm-2.0/glibmm/main.h -include/gtkmm-2.0/glibmm/markup.h -include/gtkmm-2.0/glibmm/miscutils.h -include/gtkmm-2.0/glibmm/module.h -include/gtkmm-2.0/glibmm/object.h -include/gtkmm-2.0/glibmm/objectbase.h -include/gtkmm-2.0/glibmm/pattern.h -include/gtkmm-2.0/glibmm/private/convert_p.h -include/gtkmm-2.0/glibmm/private/date_p.h -include/gtkmm-2.0/glibmm/private/fileutils_p.h -include/gtkmm-2.0/glibmm/private/interface_p.h -include/gtkmm-2.0/glibmm/private/iochannel_p.h -include/gtkmm-2.0/glibmm/private/markup_p.h -include/gtkmm-2.0/glibmm/private/module_p.h -include/gtkmm-2.0/glibmm/private/object_p.h -include/gtkmm-2.0/glibmm/private/shell_p.h -include/gtkmm-2.0/glibmm/private/spawn_p.h -include/gtkmm-2.0/glibmm/private/thread_p.h -include/gtkmm-2.0/glibmm/private/unicode_p.h -include/gtkmm-2.0/glibmm/property.h -include/gtkmm-2.0/glibmm/propertyproxy.h -include/gtkmm-2.0/glibmm/propertyproxy_base.h -include/gtkmm-2.0/glibmm/quark.h -include/gtkmm-2.0/glibmm/random.h -include/gtkmm-2.0/glibmm/refptr.h -include/gtkmm-2.0/glibmm/sarray.h -include/gtkmm-2.0/glibmm/shell.h -include/gtkmm-2.0/glibmm/signalproxy.h -include/gtkmm-2.0/glibmm/signalproxy_connectionnode.h -include/gtkmm-2.0/glibmm/slisthandle.h -include/gtkmm-2.0/glibmm/spawn.h -include/gtkmm-2.0/glibmm/streamiochannel.h -include/gtkmm-2.0/glibmm/stringutils.h -include/gtkmm-2.0/glibmm/thread.h -include/gtkmm-2.0/glibmm/threadpool.h -include/gtkmm-2.0/glibmm/timer.h -include/gtkmm-2.0/glibmm/timeval.h -include/gtkmm-2.0/glibmm/unicode.h -include/gtkmm-2.0/glibmm/ustring.h -include/gtkmm-2.0/glibmm/utility.h -include/gtkmm-2.0/glibmm/value.h -include/gtkmm-2.0/glibmm/value_basictypes.h -include/gtkmm-2.0/glibmm/value_custom.h -include/gtkmm-2.0/glibmm/wrap.h -include/gtkmm-2.0/glibmm/wrap_init.h -include/gtkmm-2.0/gtkmm.h -include/gtkmm-2.0/gtkmm/accelgroup.h -include/gtkmm-2.0/gtkmm/accelkey.h -include/gtkmm-2.0/gtkmm/accellabel.h -include/gtkmm-2.0/gtkmm/accelmap.h -include/gtkmm-2.0/gtkmm/adjustment.h -include/gtkmm-2.0/gtkmm/alignment.h -include/gtkmm-2.0/gtkmm/arrow.h -include/gtkmm-2.0/gtkmm/aspectframe.h -include/gtkmm-2.0/gtkmm/base.h -include/gtkmm-2.0/gtkmm/bin.h -include/gtkmm-2.0/gtkmm/box.h -include/gtkmm-2.0/gtkmm/button.h -include/gtkmm-2.0/gtkmm/buttonbox.h -include/gtkmm-2.0/gtkmm/calendar.h -include/gtkmm-2.0/gtkmm/celleditable.h -include/gtkmm-2.0/gtkmm/cellrenderer.h -include/gtkmm-2.0/gtkmm/cellrendererpixbuf.h -include/gtkmm-2.0/gtkmm/cellrenderertext.h -include/gtkmm-2.0/gtkmm/cellrenderertoggle.h -include/gtkmm-2.0/gtkmm/checkbutton.h -include/gtkmm-2.0/gtkmm/checkmenuitem.h -include/gtkmm-2.0/gtkmm/clipboard.h -include/gtkmm-2.0/gtkmm/colorselection.h -include/gtkmm-2.0/gtkmm/combo.h -include/gtkmm-2.0/gtkmm/container.h -include/gtkmm-2.0/gtkmm/curve.h -include/gtkmm-2.0/gtkmm/dialog.h -include/gtkmm-2.0/gtkmm/drawingarea.h -include/gtkmm-2.0/gtkmm/editable.h -include/gtkmm-2.0/gtkmm/entry.h -include/gtkmm-2.0/gtkmm/enums.h -include/gtkmm-2.0/gtkmm/eventbox.h -include/gtkmm-2.0/gtkmm/fileselection.h -include/gtkmm-2.0/gtkmm/fixed.h -include/gtkmm-2.0/gtkmm/fontselection.h -include/gtkmm-2.0/gtkmm/frame.h -include/gtkmm-2.0/gtkmm/handlebox.h -include/gtkmm-2.0/gtkmm/iconfactory.h -include/gtkmm-2.0/gtkmm/iconset.h -include/gtkmm-2.0/gtkmm/iconsource.h -include/gtkmm-2.0/gtkmm/image.h -include/gtkmm-2.0/gtkmm/imagemenuitem.h -include/gtkmm-2.0/gtkmm/inputdialog.h -include/gtkmm-2.0/gtkmm/invisible.h -include/gtkmm-2.0/gtkmm/item.h -include/gtkmm-2.0/gtkmm/label.h -include/gtkmm-2.0/gtkmm/layout.h -include/gtkmm-2.0/gtkmm/liststore.h -include/gtkmm-2.0/gtkmm/main.h -include/gtkmm-2.0/gtkmm/menu.h -include/gtkmm-2.0/gtkmm/menu_elems.h -include/gtkmm-2.0/gtkmm/menubar.h -include/gtkmm-2.0/gtkmm/menuitem.h -include/gtkmm-2.0/gtkmm/menushell.h -include/gtkmm-2.0/gtkmm/messagedialog.h -include/gtkmm-2.0/gtkmm/misc.h -include/gtkmm-2.0/gtkmm/notebook.h -include/gtkmm-2.0/gtkmm/object.h -include/gtkmm-2.0/gtkmm/optionmenu.h -include/gtkmm-2.0/gtkmm/paned.h -include/gtkmm-2.0/gtkmm/plug.h -include/gtkmm-2.0/gtkmm/private/accelgroup_p.h -include/gtkmm-2.0/gtkmm/private/accellabel_p.h -include/gtkmm-2.0/gtkmm/private/adjustment_p.h -include/gtkmm-2.0/gtkmm/private/alignment_p.h -include/gtkmm-2.0/gtkmm/private/arrow_p.h -include/gtkmm-2.0/gtkmm/private/aspectframe_p.h -include/gtkmm-2.0/gtkmm/private/bin_p.h -include/gtkmm-2.0/gtkmm/private/box_p.h -include/gtkmm-2.0/gtkmm/private/button_p.h -include/gtkmm-2.0/gtkmm/private/buttonbox_p.h -include/gtkmm-2.0/gtkmm/private/calendar_p.h -include/gtkmm-2.0/gtkmm/private/celleditable_p.h -include/gtkmm-2.0/gtkmm/private/cellrenderer_p.h -include/gtkmm-2.0/gtkmm/private/cellrendererpixbuf_p.h -include/gtkmm-2.0/gtkmm/private/cellrenderertext_p.h -include/gtkmm-2.0/gtkmm/private/cellrenderertoggle_p.h -include/gtkmm-2.0/gtkmm/private/checkbutton_p.h -include/gtkmm-2.0/gtkmm/private/checkmenuitem_p.h -include/gtkmm-2.0/gtkmm/private/clipboard_p.h -include/gtkmm-2.0/gtkmm/private/colorselection_p.h -include/gtkmm-2.0/gtkmm/private/combo_p.h -include/gtkmm-2.0/gtkmm/private/container_p.h -include/gtkmm-2.0/gtkmm/private/curve_p.h -include/gtkmm-2.0/gtkmm/private/dialog_p.h -include/gtkmm-2.0/gtkmm/private/drawingarea_p.h -include/gtkmm-2.0/gtkmm/private/editable_p.h -include/gtkmm-2.0/gtkmm/private/entry_p.h -include/gtkmm-2.0/gtkmm/private/enums_p.h -include/gtkmm-2.0/gtkmm/private/eventbox_p.h -include/gtkmm-2.0/gtkmm/private/fileselection_p.h -include/gtkmm-2.0/gtkmm/private/fixed_p.h -include/gtkmm-2.0/gtkmm/private/fontselection_p.h -include/gtkmm-2.0/gtkmm/private/frame_p.h -include/gtkmm-2.0/gtkmm/private/handlebox_p.h -include/gtkmm-2.0/gtkmm/private/iconfactory_p.h -include/gtkmm-2.0/gtkmm/private/iconset_p.h -include/gtkmm-2.0/gtkmm/private/iconsource_p.h -include/gtkmm-2.0/gtkmm/private/image_p.h -include/gtkmm-2.0/gtkmm/private/imagemenuitem_p.h -include/gtkmm-2.0/gtkmm/private/inputdialog_p.h -include/gtkmm-2.0/gtkmm/private/invisible_p.h -include/gtkmm-2.0/gtkmm/private/item_p.h -include/gtkmm-2.0/gtkmm/private/label_p.h -include/gtkmm-2.0/gtkmm/private/layout_p.h -include/gtkmm-2.0/gtkmm/private/liststore_p.h -include/gtkmm-2.0/gtkmm/private/main_p.h -include/gtkmm-2.0/gtkmm/private/menu_p.h -include/gtkmm-2.0/gtkmm/private/menubar_p.h -include/gtkmm-2.0/gtkmm/private/menuitem_p.h -include/gtkmm-2.0/gtkmm/private/menushell_p.h -include/gtkmm-2.0/gtkmm/private/messagedialog_p.h -include/gtkmm-2.0/gtkmm/private/misc_p.h -include/gtkmm-2.0/gtkmm/private/notebook_p.h -include/gtkmm-2.0/gtkmm/private/object_p.h -include/gtkmm-2.0/gtkmm/private/optionmenu_p.h -include/gtkmm-2.0/gtkmm/private/paned_p.h -include/gtkmm-2.0/gtkmm/private/plug_p.h -include/gtkmm-2.0/gtkmm/private/progressbar_p.h -include/gtkmm-2.0/gtkmm/private/radiobutton_p.h -include/gtkmm-2.0/gtkmm/private/radiomenuitem_p.h -include/gtkmm-2.0/gtkmm/private/range_p.h -include/gtkmm-2.0/gtkmm/private/rc_p.h -include/gtkmm-2.0/gtkmm/private/ruler_p.h -include/gtkmm-2.0/gtkmm/private/scale_p.h -include/gtkmm-2.0/gtkmm/private/scrollbar_p.h -include/gtkmm-2.0/gtkmm/private/scrolledwindow_p.h -include/gtkmm-2.0/gtkmm/private/selectiondata_p.h -include/gtkmm-2.0/gtkmm/private/separator_p.h -include/gtkmm-2.0/gtkmm/private/separatormenuitem_p.h -include/gtkmm-2.0/gtkmm/private/settings_p.h -include/gtkmm-2.0/gtkmm/private/sizegroup_p.h -include/gtkmm-2.0/gtkmm/private/socket_p.h -include/gtkmm-2.0/gtkmm/private/spinbutton_p.h -include/gtkmm-2.0/gtkmm/private/statusbar_p.h -include/gtkmm-2.0/gtkmm/private/stockitem_p.h -include/gtkmm-2.0/gtkmm/private/style_p.h -include/gtkmm-2.0/gtkmm/private/table_p.h -include/gtkmm-2.0/gtkmm/private/tearoffmenuitem_p.h -include/gtkmm-2.0/gtkmm/private/textattributes_p.h -include/gtkmm-2.0/gtkmm/private/textbuffer_p.h -include/gtkmm-2.0/gtkmm/private/textchildanchor_p.h -include/gtkmm-2.0/gtkmm/private/textiter_p.h -include/gtkmm-2.0/gtkmm/private/textmark_p.h -include/gtkmm-2.0/gtkmm/private/texttag_p.h -include/gtkmm-2.0/gtkmm/private/texttagtable_p.h -include/gtkmm-2.0/gtkmm/private/textview_p.h -include/gtkmm-2.0/gtkmm/private/togglebutton_p.h -include/gtkmm-2.0/gtkmm/private/toolbar_p.h -include/gtkmm-2.0/gtkmm/private/tooltips_p.h -include/gtkmm-2.0/gtkmm/private/treedragdest_p.h -include/gtkmm-2.0/gtkmm/private/treedragsource_p.h -include/gtkmm-2.0/gtkmm/private/treeiter_p.h -include/gtkmm-2.0/gtkmm/private/treemodel_p.h -include/gtkmm-2.0/gtkmm/private/treemodelsort_p.h -include/gtkmm-2.0/gtkmm/private/treepath_p.h -include/gtkmm-2.0/gtkmm/private/treerowreference_p.h -include/gtkmm-2.0/gtkmm/private/treeselection_p.h -include/gtkmm-2.0/gtkmm/private/treesortable_p.h -include/gtkmm-2.0/gtkmm/private/treestore_p.h -include/gtkmm-2.0/gtkmm/private/treeview_p.h -include/gtkmm-2.0/gtkmm/private/treeviewcolumn_p.h -include/gtkmm-2.0/gtkmm/private/viewport_p.h -include/gtkmm-2.0/gtkmm/private/widget_p.h -include/gtkmm-2.0/gtkmm/private/window_p.h -include/gtkmm-2.0/gtkmm/progressbar.h -include/gtkmm-2.0/gtkmm/radiobutton.h -include/gtkmm-2.0/gtkmm/radiomenuitem.h -include/gtkmm-2.0/gtkmm/range.h -include/gtkmm-2.0/gtkmm/rc.h -include/gtkmm-2.0/gtkmm/ruler.h -include/gtkmm-2.0/gtkmm/scale.h -include/gtkmm-2.0/gtkmm/scrollbar.h -include/gtkmm-2.0/gtkmm/scrolledwindow.h -include/gtkmm-2.0/gtkmm/selectiondata.h -include/gtkmm-2.0/gtkmm/selectiondata_private.h -include/gtkmm-2.0/gtkmm/separator.h -include/gtkmm-2.0/gtkmm/separatormenuitem.h -include/gtkmm-2.0/gtkmm/settings.h -include/gtkmm-2.0/gtkmm/sizegroup.h -include/gtkmm-2.0/gtkmm/socket.h -include/gtkmm-2.0/gtkmm/spinbutton.h -include/gtkmm-2.0/gtkmm/statusbar.h -include/gtkmm-2.0/gtkmm/stock.h -include/gtkmm-2.0/gtkmm/stockid.h -include/gtkmm-2.0/gtkmm/stockitem.h -include/gtkmm-2.0/gtkmm/style.h -include/gtkmm-2.0/gtkmm/table.h -include/gtkmm-2.0/gtkmm/targetentry.h -include/gtkmm-2.0/gtkmm/tearoffmenuitem.h -include/gtkmm-2.0/gtkmm/textattributes.h -include/gtkmm-2.0/gtkmm/textbuffer.h -include/gtkmm-2.0/gtkmm/textchildanchor.h -include/gtkmm-2.0/gtkmm/textiter.h -include/gtkmm-2.0/gtkmm/textmark.h -include/gtkmm-2.0/gtkmm/texttag.h -include/gtkmm-2.0/gtkmm/texttagtable.h -include/gtkmm-2.0/gtkmm/textview.h -include/gtkmm-2.0/gtkmm/togglebutton.h -include/gtkmm-2.0/gtkmm/toolbar.h -include/gtkmm-2.0/gtkmm/tooltips.h -include/gtkmm-2.0/gtkmm/treedragdest.h -include/gtkmm-2.0/gtkmm/treedragsource.h -include/gtkmm-2.0/gtkmm/treeiter.h -include/gtkmm-2.0/gtkmm/treemodel.h -include/gtkmm-2.0/gtkmm/treemodelcolumn.h -include/gtkmm-2.0/gtkmm/treemodelsort.h -include/gtkmm-2.0/gtkmm/treepath.h -include/gtkmm-2.0/gtkmm/treerowreference.h -include/gtkmm-2.0/gtkmm/treeselection.h -include/gtkmm-2.0/gtkmm/treesortable.h -include/gtkmm-2.0/gtkmm/treestore.h -include/gtkmm-2.0/gtkmm/treeview.h -include/gtkmm-2.0/gtkmm/treeview_private.h -include/gtkmm-2.0/gtkmm/treeviewcolumn.h -include/gtkmm-2.0/gtkmm/viewport.h -include/gtkmm-2.0/gtkmm/widget.h -include/gtkmm-2.0/gtkmm/window.h -include/gtkmm-2.0/gtkmm/wrap_init.h -include/gtkmm-2.0/gtkmm_generate_extra_defs/generate_extra_defs.h -include/gtkmm-2.0/pangomm.h -include/gtkmm-2.0/pangomm/attributes.h -include/gtkmm-2.0/pangomm/attriter.h -include/gtkmm-2.0/pangomm/attrlist.h -include/gtkmm-2.0/pangomm/color.h -include/gtkmm-2.0/pangomm/context.h -include/gtkmm-2.0/pangomm/coverage.h -include/gtkmm-2.0/pangomm/font.h -include/gtkmm-2.0/pangomm/fontdescription.h -include/gtkmm-2.0/pangomm/fontface.h -include/gtkmm-2.0/pangomm/fontfamily.h -include/gtkmm-2.0/pangomm/fontmap.h -include/gtkmm-2.0/pangomm/fontmetrics.h -include/gtkmm-2.0/pangomm/fontset.h -include/gtkmm-2.0/pangomm/glyph.h -include/gtkmm-2.0/pangomm/glyphstring.h -include/gtkmm-2.0/pangomm/item.h -include/gtkmm-2.0/pangomm/language.h -include/gtkmm-2.0/pangomm/layout.h -include/gtkmm-2.0/pangomm/layoutiter.h -include/gtkmm-2.0/pangomm/layoutline.h -include/gtkmm-2.0/pangomm/layoutrun.h -include/gtkmm-2.0/pangomm/private/attributes_p.h -include/gtkmm-2.0/pangomm/private/attriter_p.h -include/gtkmm-2.0/pangomm/private/attrlist_p.h -include/gtkmm-2.0/pangomm/private/color_p.h -include/gtkmm-2.0/pangomm/private/context_p.h -include/gtkmm-2.0/pangomm/private/coverage_p.h -include/gtkmm-2.0/pangomm/private/font_p.h -include/gtkmm-2.0/pangomm/private/fontdescription_p.h -include/gtkmm-2.0/pangomm/private/fontface_p.h -include/gtkmm-2.0/pangomm/private/fontfamily_p.h -include/gtkmm-2.0/pangomm/private/fontmap_p.h -include/gtkmm-2.0/pangomm/private/fontmetrics_p.h -include/gtkmm-2.0/pangomm/private/fontset_p.h -include/gtkmm-2.0/pangomm/private/glyph_p.h -include/gtkmm-2.0/pangomm/private/glyphstring_p.h -include/gtkmm-2.0/pangomm/private/item_p.h -include/gtkmm-2.0/pangomm/private/language_p.h -include/gtkmm-2.0/pangomm/private/layout_p.h -include/gtkmm-2.0/pangomm/private/layoutiter_p.h -include/gtkmm-2.0/pangomm/private/layoutline_p.h -include/gtkmm-2.0/pangomm/private/layoutrun_p.h -include/gtkmm-2.0/pangomm/private/rectangle_p.h -include/gtkmm-2.0/pangomm/private/tabarray_p.h -include/gtkmm-2.0/pangomm/rectangle.h -include/gtkmm-2.0/pangomm/tabarray.h -include/gtkmm-2.0/pangomm/wrap_init.h -lib/gtkmm-2.0/include/gdkmmconfig.h -lib/gtkmm-2.0/include/glibmmconfig.h -lib/gtkmm-2.0/include/gtkmmconfig.h -lib/gtkmm-2.0/proc/generate_wrap_init.pl -lib/gtkmm-2.0/proc/gtkmmproc -lib/gtkmm-2.0/proc/m4/base.m4 -lib/gtkmm-2.0/proc/m4/class_boxedtype.m4 -lib/gtkmm-2.0/proc/m4/class_boxedtype_static.m4 -lib/gtkmm-2.0/proc/m4/class_generic.m4 -lib/gtkmm-2.0/proc/m4/class_gobject.m4 -lib/gtkmm-2.0/proc/m4/class_gtkobject.m4 -lib/gtkmm-2.0/proc/m4/class_interface.m4 -lib/gtkmm-2.0/proc/m4/class_opaque_copyable.m4 -lib/gtkmm-2.0/proc/m4/class_opaque_refcounted.m4 -lib/gtkmm-2.0/proc/m4/class_shared.m4 -lib/gtkmm-2.0/proc/m4/compare.m4 -lib/gtkmm-2.0/proc/m4/convert.m4 -lib/gtkmm-2.0/proc/m4/convert_atk.m4 -lib/gtkmm-2.0/proc/m4/convert_base.m4 -lib/gtkmm-2.0/proc/m4/convert_gdk.m4 -lib/gtkmm-2.0/proc/m4/convert_glib.m4 -lib/gtkmm-2.0/proc/m4/convert_gtk.m4 -lib/gtkmm-2.0/proc/m4/convert_gtkmm.m4 -lib/gtkmm-2.0/proc/m4/convert_pango.m4 -lib/gtkmm-2.0/proc/m4/ctor.m4 -lib/gtkmm-2.0/proc/m4/doc.m4 -lib/gtkmm-2.0/proc/m4/enum.m4 -lib/gtkmm-2.0/proc/m4/gerror.m4 -lib/gtkmm-2.0/proc/m4/list.m4 -lib/gtkmm-2.0/proc/m4/member.m4 -lib/gtkmm-2.0/proc/m4/method.m4 -lib/gtkmm-2.0/proc/m4/property.m4 -lib/gtkmm-2.0/proc/m4/signal.m4 -lib/gtkmm-2.0/proc/m4/vfunc.m4 -lib/gtkmm-2.0/proc/pm/DocsParser.pm -lib/gtkmm-2.0/proc/pm/Enum.pm -lib/gtkmm-2.0/proc/pm/Function.pm -lib/gtkmm-2.0/proc/pm/FunctionBase.pm -lib/gtkmm-2.0/proc/pm/GtkDefs.pm -lib/gtkmm-2.0/proc/pm/Object.pm -lib/gtkmm-2.0/proc/pm/Output.pm -lib/gtkmm-2.0/proc/pm/Property.pm -lib/gtkmm-2.0/proc/pm/Util.pm -lib/gtkmm-2.0/proc/pm/WrapParser.pm -lib/libatkmm-1.0.a -lib/libatkmm-1.0.la -lib/libatkmm-1.0.so -lib/libatkmm-1.0.so.6 -lib/libgdkmm-2.0.a -lib/libgdkmm-2.0.la -lib/libgdkmm-2.0.so -lib/libgdkmm-2.0.so.6 -lib/libglibmm-2.0.a -lib/libglibmm-2.0.la -lib/libglibmm-2.0.so -lib/libglibmm-2.0.so.6 -lib/libgtkmm-2.0.a -lib/libgtkmm-2.0.la -lib/libgtkmm-2.0.so -lib/libgtkmm-2.0.so.6 -lib/libgtkmm_generate_extra_defs-2.0.a -lib/libgtkmm_generate_extra_defs-2.0.la -lib/libgtkmm_generate_extra_defs-2.0.so -lib/libgtkmm_generate_extra_defs-2.0.so.6 -lib/libpangomm-1.0.a -lib/libpangomm-1.0.la -lib/libpangomm-1.0.so -lib/libpangomm-1.0.so.6 -libdata/pkgconfig/atkmm-1.0.pc -libdata/pkgconfig/gdkmm-2.0.pc -libdata/pkgconfig/glibmm-2.0.pc -libdata/pkgconfig/gtkmm-2.0.pc -libdata/pkgconfig/pangomm-1.0.pc -share/devhelp/books/gtkmm-2.0/gtkmm-2.0.devhelp -share/doc/gtkmm-2.0/docs/FAQ/html/index.html -share/doc/gtkmm-2.0/docs/images/gtkmm_logo.gif -share/doc/gtkmm-2.0/docs/images/top.gif -share/doc/gtkmm-2.0/docs/index.html -share/doc/gtkmm-2.0/docs/reference/html/accelgroup_8h.html -share/doc/gtkmm-2.0/docs/reference/html/accelkey_8h.html -share/doc/gtkmm-2.0/docs/reference/html/accellabel_8h.html -share/doc/gtkmm-2.0/docs/reference/html/accelmap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/action_8h.html -share/doc/gtkmm-2.0/docs/reference/html/adjustment_8h.html -share/doc/gtkmm-2.0/docs/reference/html/alignment_8h.html -share/doc/gtkmm-2.0/docs/reference/html/annotated.html -share/doc/gtkmm-2.0/docs/reference/html/arrayhandle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/arrow_8h.html -share/doc/gtkmm-2.0/docs/reference/html/aspectframe_8h.html -share/doc/gtkmm-2.0/docs/reference/html/atk_2atkmm_2image_8h.html -share/doc/gtkmm-2.0/docs/reference/html/atk_2atkmm_2object_8h.html -share/doc/gtkmm-2.0/docs/reference/html/atk_2atkmm_2table_8h.html -share/doc/gtkmm-2.0/docs/reference/html/atk_2atkmm_2value_8h.html -share/doc/gtkmm-2.0/docs/reference/html/attributes_8h.html -share/doc/gtkmm-2.0/docs/reference/html/attriter_8h.html -share/doc/gtkmm-2.0/docs/reference/html/attrlist_8h.html -share/doc/gtkmm-2.0/docs/reference/html/base_8h.html -share/doc/gtkmm-2.0/docs/reference/html/bin_8h.html -share/doc/gtkmm-2.0/docs/reference/html/bitmap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/book_2buttons_2button_2buttons_8h-example.html -share/doc/gtkmm-2.0/docs/reference/html/box_8h.html -share/doc/gtkmm-2.0/docs/reference/html/button_8h.html -share/doc/gtkmm-2.0/docs/reference/html/buttonbox_8h.html -share/doc/gtkmm-2.0/docs/reference/html/calendar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/celleditable_8h.html -share/doc/gtkmm-2.0/docs/reference/html/cellrenderer_8h.html -share/doc/gtkmm-2.0/docs/reference/html/cellrendererpixbuf_8h.html -share/doc/gtkmm-2.0/docs/reference/html/cellrenderertext_8h.html -share/doc/gtkmm-2.0/docs/reference/html/cellrenderertoggle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/checkbutton_8h.html -share/doc/gtkmm-2.0/docs/reference/html/checkmenuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Action-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Action.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Action__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Attribute-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Attribute.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Component-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Component.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Component__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1EditableText-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1EditableText.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1EditableText__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Image-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Image.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Image__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1NoOpObject-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1NoOpObject.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1NoOpObject__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Object-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Object.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1ObjectAccessible-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1ObjectAccessible.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1ObjectAccessible__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Object__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Relation-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Relation.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1RelationSet-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1RelationSet.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1RelationSet__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Relation__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Selection-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Selection.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Selection__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1StateSet-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1StateSet.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1StateSet__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Table-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Table.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Table__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Text-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Text.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1TextAttribute-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1TextAttribute.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Text__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Value-members.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Value.html -share/doc/gtkmm-2.0/docs/reference/html/classAtk_1_1Value__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGTimeVal.html -share/doc/gtkmm-2.0/docs/reference/html/classGTimeVal__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Bitmap-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Bitmap.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Bitmap__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Color-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Color.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Colormap-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Colormap.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Colormap__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Cursor-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Cursor.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Device-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Device.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Device__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Display-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Display.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DisplayManager-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DisplayManager.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DisplayManager__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Display__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DragContext-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DragContext.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1DragContext__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Drawable-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Drawable.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Drawable__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Event-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Event.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1GC-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1GC.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1GC__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Image-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Image.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Image__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixbuf-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixbuf.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimation-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimation.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimationIter-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimationIter.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimationIter__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufAnimation__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufError.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufLoader-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufLoader.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1PixbufLoader__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixbuf__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixmap-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixmap.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Pixmap__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Point-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Point.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Rectangle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Rectangle.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Region-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Region.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1RgbCmap-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1RgbCmap.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Screen-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Screen.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Screen__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Visual-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Visual.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Visual__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Window-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Window.html -share/doc/gtkmm-2.0/docs/reference/html/classGdk_1_1Window__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ArrayHandle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ArrayHandle.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Cond-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Cond.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1ArrayHandleIterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1ListHandleIterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1ListHandleIterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Container__Helpers_1_1SListHandleIterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ConvertError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ConvertError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ConvertError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Date-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Date.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Dir-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Dir.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1DirIterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1DirIterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Dispatcher-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Dispatcher.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Error-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Error.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Error__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Exception-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Exception.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Exception__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1FileError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1FileError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1FileError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1HelperList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1HelperList.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1HelperList__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IConv-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IConv.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannel-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannel.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannelError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannelError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannelError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOChannel__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOSource-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOSource.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IOSource__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IdleSource-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IdleSource.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1IdleSource__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Interface-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Interface.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Interface__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ListHandle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ListHandle.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MainContext-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MainContext.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MainLoop-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MainLoop.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MarkupError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MarkupError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1MarkupError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1AttributeKeyLess-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1AttributeKeyLess.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1ParseContext-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1ParseContext.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1ParseContext__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1Parser-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1Parser.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Markup_1_1Parser__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Module-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Module.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Mutex-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Mutex.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Mutex_1_1Lock-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Mutex_1_1Lock.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Object-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Object.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ObjectBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ObjectBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ObjectBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Object__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PatternSpec-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PatternSpec.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PollFD-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PollFD.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Private-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Private.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Property-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Property.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__Base-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__Base.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__Base__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__WriteOnly-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__WriteOnly.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__WriteOnly__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1PropertyProxy__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Property__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Quark-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Quark.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Quark__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1QueryQuark-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1QueryQuark.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1QueryQuark__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock_1_1ReaderLock-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock_1_1ReaderLock.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock_1_1WriterLock-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock_1_1WriterLock.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RWLock__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Rand-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Rand.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RecMutex-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RecMutex.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RecMutex_1_1Lock-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RecMutex_1_1Lock.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RecMutex__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RefPtr-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1RefPtr.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SListHandle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SListHandle.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Sequence-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Sequence.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ShellError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ShellError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ShellError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalIO-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalIO.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalIdle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalIdle.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy0-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy0.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy0__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy1-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy1.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy1__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy2-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy2.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy2__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy3-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy3.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy3__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy5-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy5.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy5__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy6-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy6.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxy6__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyConnectionNode-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyConnectionNode.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyConnectionNode__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyNormal-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyNormal.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyNormal__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyProperty-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyProperty.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalProxyProperty__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalTimeout-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SignalTimeout.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Source-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Source.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Source__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SpawnError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SpawnError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1SpawnError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1StreamIOChannel-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1StreamIOChannel.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1StreamIOChannel__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Thread-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Thread.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ThreadError-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ThreadError.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ThreadError__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ThreadPool-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ThreadPool.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Thread_1_1Exit.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1TimeoutSource-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1TimeoutSource.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1TimeoutSource__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Timer-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Timer.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Boxed-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Boxed.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Boxed__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Enum-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Enum.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Enum__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Flags-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Flags.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Flags__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Object-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Object.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__Object__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__String-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__String.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__String__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ValueBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01const_01T_01_4_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01T_01_5_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01T_01_5_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01T_01_5_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01bool_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01bool_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01bool_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01char_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01char_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01char_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01double_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01double_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01double_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01float_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01float_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01float_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01int_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01int_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01int_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01long_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01long_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01long_01long_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01void_01_5_01_4-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01void_01_5_01_4.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value_3_01void_01_5_01_4__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Boxed-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Boxed.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Boxed__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Enum-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Enum.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Enum__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Flags-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Flags.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Flags__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Pointer-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Pointer.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__Pointer__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1Value__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ustring-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ustring.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ustring__Iterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGlib_1_1ustring__Iterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGtkToolbarChild.html -share/doc/gtkmm-2.0/docs/reference/html/classGtkToolbarChild__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelGroup-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelGroup.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelGroup__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelLabel-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelLabel.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AccelLabel__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Adjustment-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Adjustment.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Adjustment__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Alignment-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Alignment.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Alignment__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Arrow-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Arrow.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Arrow__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AspectFrame-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AspectFrame.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1AspectFrame__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Bin-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Bin.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Bin__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1BoxList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1BoxList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1BoxList__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Child-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Child.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Child__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Element.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__Helpers_1_1Element__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Box__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Button-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Button.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ButtonBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ButtonBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ButtonBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Button__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Calendar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Calendar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Calendar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellEditable-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellEditable.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellEditable__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRenderer-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRenderer.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererPixbuf-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererPixbuf.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererPixbuf__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererText-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererText.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererText__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererToggle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererToggle.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRendererToggle__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CellRenderer__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckButton-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckButton.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckButton__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckMenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckMenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1CheckMenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Clipboard-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Clipboard.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Clipboard__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelection-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelection.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelectionDialog-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelectionDialog.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelectionDialog__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ColorSelection__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Combo-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Combo.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDownItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDownItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDownItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ComboDropDown__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Combo__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Container-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Container.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Container__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Curve-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Curve.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Curve__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Dialog-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Dialog.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Dialog__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1DrawingArea-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1DrawingArea.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1DrawingArea__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Editable-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Editable.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Editable__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Entry-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Entry.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Entry__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1EventBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1EventBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1EventBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FileSelection-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FileSelection.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FileSelection__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Fixed-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Fixed.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Fixed__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelection-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelection.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelectionDialog-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelectionDialog.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelectionDialog__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1FontSelection__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Frame-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Frame.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Frame__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1GammaCurve-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1GammaCurve.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1GammaCurve__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HButtonBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HButtonBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HButtonBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HPaned-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HPaned.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HPaned__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HRuler-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HRuler.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HRuler__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScale-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScale.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScale__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScrollbar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScrollbar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HScrollbar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HSeparator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HSeparator.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HSeparator__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HandleBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HandleBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1HandleBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconFactory-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconFactory.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconFactory__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSet-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSet.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSize-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSize.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSource-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1IconSource.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Image-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Image.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ImageMenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ImageMenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ImageMenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Image__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1InputDialog-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1InputDialog.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1InputDialog__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Invisible-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Invisible.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Invisible__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Item-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Item.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Item__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Label-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Label.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Label__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Layout-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Layout.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Layout__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ListStore-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ListStore.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ListStore__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Main-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Main.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Main__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuBar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuBar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuBar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuShell-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuShell.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MenuShell__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1AccelKey-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1AccelKey.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1CheckMenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1CheckMenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1CheckMenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1Element.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1Element__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1ImageMenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1ImageMenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1ImageMenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1MenuList__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1RadioMenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1RadioMenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1RadioMenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1SeparatorElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1SeparatorElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1SeparatorElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1StockMenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1StockMenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1StockMenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1TearoffMenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1TearoffMenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__Helpers_1_1TearoffMenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Menu__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MessageDialog-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MessageDialog.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1MessageDialog__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Misc-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Misc.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Misc__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Element.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Element__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Page-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Page.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1PageIterator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1PageIterator.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1PageIterator__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1PageList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1PageList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__Helpers_1_1Page__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Notebook__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Object-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Object.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Object__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1OptionMenu-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1OptionMenu.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1OptionMenu__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Paned-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Paned.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Paned__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Plug-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Plug.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Plug__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ProgressBar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ProgressBar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ProgressBar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RC-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RC.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioButton-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioButton.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioButton__Helpers_1_1Group-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioButton__Helpers_1_1Group.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioButton__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioMenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioMenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RadioMenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Range-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Range.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Range__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RcStyle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RcStyle.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1RcStyle__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Ruler-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Ruler.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Ruler__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scale-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scale.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scale__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scrollbar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scrollbar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Scrollbar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ScrolledWindow-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ScrolledWindow.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ScrolledWindow__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SelectionData-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SelectionData.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Separator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Separator.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SeparatorMenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SeparatorMenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SeparatorMenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Separator__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Settings-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Settings.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Settings__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SizeGroup-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SizeGroup.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SizeGroup__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Socket-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Socket.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Socket__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SpinButton-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SpinButton.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1SpinButton__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Statusbar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Statusbar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Statusbar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1StockID-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1StockID.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1StockItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1StockItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Style-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Style.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Style__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1Child-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1Child.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1Child__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1TableList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1TableList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__Helpers_1_1TableList__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Table__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TargetEntry-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TargetEntry.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TearoffMenuItem-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TearoffMenuItem.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TearoffMenuItem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextAttributes-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextAttributes.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextBuffer-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextBuffer.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextBuffer__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextChildAnchor-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextChildAnchor.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextChildAnchor__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextIter-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextIter.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextMark-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextMark.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextMark__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTag-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTag.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTagTable-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTagTable.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTagTable__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextTag__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextView-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextView.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TextView__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ToggleButton-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ToggleButton.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1ToggleButton__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Element-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Element.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Element__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Tool-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Tool.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1ToolList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1ToolList.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1ToolList__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__Helpers_1_1Tool__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Toolbar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Tooltips-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Tooltips.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Tooltips__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragDest-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragDest.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragDest__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragSource-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragSource.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeDragSource__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIter-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIter.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIterBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIterBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIterBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeIter__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModel-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModel.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumn-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumn.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumnBase-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumnBase.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumnBase__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumnRecord-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumnRecord.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelColumn__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelSort-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelSort.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModelSort__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeModel__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeNodeChildren-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeNodeChildren.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeNodeChildren__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreePath-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreePath.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeRow-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeRow.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeRowReference-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeRowReference.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeRow__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSelection-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSelection.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSelection__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSortable-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSortable.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeSortable__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeStore-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeStore.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeStore__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeValueProxy-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeValueProxy.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeView-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeView.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeViewColumn-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeViewColumn.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeViewColumn__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1TreeView__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VButtonBox-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VButtonBox.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VButtonBox__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VPaned-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VPaned.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VPaned__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VRuler-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VRuler.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VRuler__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScale-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScale.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScale__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScrollbar-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScrollbar.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VScrollbar__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VSeparator-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VSeparator.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1VSeparator__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Viewport-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Viewport.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Viewport__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Widget-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Widget.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Widget__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Window-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Window.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1WindowGroup-members.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1WindowGroup.html -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1WindowGroup__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classGtk_1_1Window__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Analysis-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Analysis.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrColor-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrColor.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrColor__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFloat-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFloat.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFloat__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFontDesc-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFontDesc.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrFontDesc__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrInt-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrInt.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrInt__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrIter-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrIter.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrLanguage-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrLanguage.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrLanguage__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrList-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrList.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrShape-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrShape.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrShape__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrString-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrString.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1AttrString__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Attribute-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Attribute.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Attribute__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Color-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Color.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Context-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Context.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Context__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Coverage-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Coverage.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Font-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Font.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontDescription-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontDescription.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFace-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFace.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFace__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFamily-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFamily.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontFamily__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontMap-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontMap.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontMap__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontMetrics-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1FontMetrics.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Font__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Fontset-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Fontset.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Fontset__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphGeometry-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphGeometry.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphInfo-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphInfo.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphString-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1GlyphString.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Item-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Item.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Language-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Language.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Layout-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Layout.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutIter-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutIter.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutLine-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutLine.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutRun-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1LayoutRun.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Layout__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Rectangle-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1Rectangle.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1TabArray-members.html -share/doc/gtkmm-2.0/docs/reference/html/classPango_1_1TabArray.html -share/doc/gtkmm-2.0/docs/reference/html/classSigC_1_1ConnectionNode.html -share/doc/gtkmm-2.0/docs/reference/html/classSigC_1_1ConnectionNode__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classSigC_1_1Object.html -share/doc/gtkmm-2.0/docs/reference/html/classSigC_1_1Object__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/class_8h.html -share/doc/gtkmm-2.0/docs/reference/html/class__GtkBoxChild.html -share/doc/gtkmm-2.0/docs/reference/html/class__GtkBoxChild__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/class__GtkTableChild.html -share/doc/gtkmm-2.0/docs/reference/html/class__GtkTableChild__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/classes.html -share/doc/gtkmm-2.0/docs/reference/html/clipboard_8h.html -share/doc/gtkmm-2.0/docs/reference/html/colormap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/colorselection_8h.html -share/doc/gtkmm-2.0/docs/reference/html/combo_8h.html -share/doc/gtkmm-2.0/docs/reference/html/component_8h.html -share/doc/gtkmm-2.0/docs/reference/html/container_8h.html -share/doc/gtkmm-2.0/docs/reference/html/containerhandle__shared_8h.html -share/doc/gtkmm-2.0/docs/reference/html/containers_8h.html -share/doc/gtkmm-2.0/docs/reference/html/context_8h.html -share/doc/gtkmm-2.0/docs/reference/html/convert_8h.html -share/doc/gtkmm-2.0/docs/reference/html/coverage_8h.html -share/doc/gtkmm-2.0/docs/reference/html/cursor_8h.html -share/doc/gtkmm-2.0/docs/reference/html/curve_8h.html -share/doc/gtkmm-2.0/docs/reference/html/date_8h.html -share/doc/gtkmm-2.0/docs/reference/html/debug_8h.html -share/doc/gtkmm-2.0/docs/reference/html/device_8h.html -share/doc/gtkmm-2.0/docs/reference/html/dialog_8h.html -share/doc/gtkmm-2.0/docs/reference/html/dispatcher_8h.html -share/doc/gtkmm-2.0/docs/reference/html/display_8h.html -share/doc/gtkmm-2.0/docs/reference/html/displaymanager_8h.html -share/doc/gtkmm-2.0/docs/reference/html/doxygen.css -share/doc/gtkmm-2.0/docs/reference/html/doxygen.png -share/doc/gtkmm-2.0/docs/reference/html/dragcontext_8h.html -share/doc/gtkmm-2.0/docs/reference/html/drawable_8h.html -share/doc/gtkmm-2.0/docs/reference/html/drawingarea_8h.html -share/doc/gtkmm-2.0/docs/reference/html/editable_8h.html -share/doc/gtkmm-2.0/docs/reference/html/editabletext_8h.html -share/doc/gtkmm-2.0/docs/reference/html/entry_8h.html -share/doc/gtkmm-2.0/docs/reference/html/enums_8h.html -share/doc/gtkmm-2.0/docs/reference/html/error_8h.html -share/doc/gtkmm-2.0/docs/reference/html/event_8h.html -share/doc/gtkmm-2.0/docs/reference/html/eventbox_8h.html -share/doc/gtkmm-2.0/docs/reference/html/examples.html -share/doc/gtkmm-2.0/docs/reference/html/exception_8h.html -share/doc/gtkmm-2.0/docs/reference/html/exceptionhandler_8h.html -share/doc/gtkmm-2.0/docs/reference/html/files.html -share/doc/gtkmm-2.0/docs/reference/html/fileselection_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fileutils_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fixed_8h.html -share/doc/gtkmm-2.0/docs/reference/html/font_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontdescription_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontface_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontfamily_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontmap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontmetrics_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontselection_8h.html -share/doc/gtkmm-2.0/docs/reference/html/fontset_8h.html -share/doc/gtkmm-2.0/docs/reference/html/frame_8h.html -share/doc/gtkmm-2.0/docs/reference/html/functions.html -share/doc/gtkmm-2.0/docs/reference/html/functions_enum.html -share/doc/gtkmm-2.0/docs/reference/html/functions_eval.html -share/doc/gtkmm-2.0/docs/reference/html/functions_func.html -share/doc/gtkmm-2.0/docs/reference/html/functions_rela.html -share/doc/gtkmm-2.0/docs/reference/html/functions_type.html -share/doc/gtkmm-2.0/docs/reference/html/functions_vars.html -share/doc/gtkmm-2.0/docs/reference/html/gc_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gdk_2gdkmm_2color_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gdk_2gdkmm_2image_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gdk_2gdkmm_2rectangle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gdk_2gdkmm_2window_8h.html -share/doc/gtkmm-2.0/docs/reference/html/general_8h.html -share/doc/gtkmm-2.0/docs/reference/html/glib_2glibmm_2main_8h.html -share/doc/gtkmm-2.0/docs/reference/html/glib_2glibmm_2object_8h.html -share/doc/gtkmm-2.0/docs/reference/html/glib_2glibmm_2value_8h.html -share/doc/gtkmm-2.0/docs/reference/html/globals.html -share/doc/gtkmm-2.0/docs/reference/html/globals_defs.html -share/doc/gtkmm-2.0/docs/reference/html/globals_type.html -share/doc/gtkmm-2.0/docs/reference/html/glyph_8h.html -share/doc/gtkmm-2.0/docs/reference/html/glyphstring_8h.html -share/doc/gtkmm-2.0/docs/reference/html/graph_legend.dot -share/doc/gtkmm-2.0/docs/reference/html/graph_legend.html -share/doc/gtkmm-2.0/docs/reference/html/graph_legend.png -share/doc/gtkmm-2.0/docs/reference/html/group__CharsetConv.html -share/doc/gtkmm-2.0/docs/reference/html/group__ContHandles.html -share/doc/gtkmm-2.0/docs/reference/html/group__ContHelpers.html -share/doc/gtkmm-2.0/docs/reference/html/group__Containers.html -share/doc/gtkmm-2.0/docs/reference/html/group__Dialogs.html -share/doc/gtkmm-2.0/docs/reference/html/group__FileUtils.html -share/doc/gtkmm-2.0/docs/reference/html/group__MainLoop.html -share/doc/gtkmm-2.0/docs/reference/html/group__Markup.html -share/doc/gtkmm-2.0/docs/reference/html/group__Menus.html -share/doc/gtkmm-2.0/docs/reference/html/group__MiscUtils.html -share/doc/gtkmm-2.0/docs/reference/html/group__PatternMatching.html -share/doc/gtkmm-2.0/docs/reference/html/group__Random.html -share/doc/gtkmm-2.0/docs/reference/html/group__ShellUtils.html -share/doc/gtkmm-2.0/docs/reference/html/group__Spawn.html -share/doc/gtkmm-2.0/docs/reference/html/group__StringUtils.html -share/doc/gtkmm-2.0/docs/reference/html/group__TextView.html -share/doc/gtkmm-2.0/docs/reference/html/group__ThreadPools.html -share/doc/gtkmm-2.0/docs/reference/html/group__Threads.html -share/doc/gtkmm-2.0/docs/reference/html/group__Toolbars.html -share/doc/gtkmm-2.0/docs/reference/html/group__TreeView.html -share/doc/gtkmm-2.0/docs/reference/html/group__Unicode.html -share/doc/gtkmm-2.0/docs/reference/html/group__Widgets.html -share/doc/gtkmm-2.0/docs/reference/html/group__atkmmEnums.html -share/doc/gtkmm-2.0/docs/reference/html/group__gdkmmEnums.html -share/doc/gtkmm-2.0/docs/reference/html/group__glibmmEnums.html -share/doc/gtkmm-2.0/docs/reference/html/group__glibmmValue.html -share/doc/gtkmm-2.0/docs/reference/html/group__gtkmmEnums.html -share/doc/gtkmm-2.0/docs/reference/html/group__pangommEnums.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2image_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2item_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2layout_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2main_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2object_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2table_8h.html -share/doc/gtkmm-2.0/docs/reference/html/gtk_2gtkmm_2window_8h.html -share/doc/gtkmm-2.0/docs/reference/html/handlebox_8h.html -share/doc/gtkmm-2.0/docs/reference/html/helperlist_8h.html -share/doc/gtkmm-2.0/docs/reference/html/hierarchy.html -share/doc/gtkmm-2.0/docs/reference/html/iconfactory_8h.html -share/doc/gtkmm-2.0/docs/reference/html/iconset_8h.html -share/doc/gtkmm-2.0/docs/reference/html/iconsource_8h.html -share/doc/gtkmm-2.0/docs/reference/html/imagemenuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/index.html -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__0.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__1.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__10.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__100.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__101.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__102.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__103.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__104.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__105.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__106.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__107.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__108.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__109.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__11.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__110.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__111.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__112.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__113.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__114.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__115.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__116.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__117.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__118.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__119.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__12.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__120.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__121.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__122.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__123.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__13.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__14.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__15.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__16.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__17.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__18.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__19.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__2.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__20.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__21.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__22.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__23.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__24.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__25.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__26.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__27.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__28.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__29.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__3.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__30.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__31.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__32.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__33.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__34.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__35.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__36.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__37.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__38.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__39.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__4.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__40.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__41.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__42.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__43.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__44.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__45.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__46.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__47.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__48.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__49.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__5.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__50.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__51.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__52.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__53.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__54.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__55.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__56.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__57.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__58.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__59.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__6.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__60.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__61.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__62.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__63.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__64.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__65.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__66.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__67.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__68.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__69.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__7.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__70.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__71.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__72.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__73.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__74.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__75.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__76.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__77.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__78.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__79.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__8.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__80.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__81.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__82.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__83.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__84.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__85.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__86.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__87.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__88.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__89.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__9.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__90.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__91.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__92.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__93.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__94.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__95.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__96.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__97.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__98.png -share/doc/gtkmm-2.0/docs/reference/html/inherit__graph__99.png -share/doc/gtkmm-2.0/docs/reference/html/inherits.html -share/doc/gtkmm-2.0/docs/reference/html/inputdialog_8h.html -share/doc/gtkmm-2.0/docs/reference/html/interface_8h.html -share/doc/gtkmm-2.0/docs/reference/html/invisible_8h.html -share/doc/gtkmm-2.0/docs/reference/html/iochannel_8h.html -share/doc/gtkmm-2.0/docs/reference/html/label_8h.html -share/doc/gtkmm-2.0/docs/reference/html/language_8h.html -share/doc/gtkmm-2.0/docs/reference/html/layoutiter_8h.html -share/doc/gtkmm-2.0/docs/reference/html/layoutline_8h.html -share/doc/gtkmm-2.0/docs/reference/html/layoutrun_8h.html -share/doc/gtkmm-2.0/docs/reference/html/list_8h.html -share/doc/gtkmm-2.0/docs/reference/html/listhandle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/liststore_8h.html -share/doc/gtkmm-2.0/docs/reference/html/markup_8h.html -share/doc/gtkmm-2.0/docs/reference/html/menu_8h.html -share/doc/gtkmm-2.0/docs/reference/html/menu__elems_8h.html -share/doc/gtkmm-2.0/docs/reference/html/menubar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/menuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/menushell_8h.html -share/doc/gtkmm-2.0/docs/reference/html/messagedialog_8h.html -share/doc/gtkmm-2.0/docs/reference/html/misc_8h.html -share/doc/gtkmm-2.0/docs/reference/html/miscutils_8h.html -share/doc/gtkmm-2.0/docs/reference/html/module_8h.html -share/doc/gtkmm-2.0/docs/reference/html/modules.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceAtk.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGdk.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGlib.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGlib_1_1Ascii.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGlib_1_1Container__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGlib_1_1Markup.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGlib_1_1Unicode.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1AccelMap.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Box__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1ComboDropDown__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Menu__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Notebook__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1RadioButton__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1RadioMenuItem__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Stock.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Table__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1Toolbar__Helpers.html -share/doc/gtkmm-2.0/docs/reference/html/namespaceGtk_1_1TreeViewColumn__CellRendererGeneration.html -share/doc/gtkmm-2.0/docs/reference/html/namespacePango.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers_enum.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers_eval.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers_func.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers_type.html -share/doc/gtkmm-2.0/docs/reference/html/namespacemembers_vars.html -share/doc/gtkmm-2.0/docs/reference/html/namespaces.html -share/doc/gtkmm-2.0/docs/reference/html/noopobject_8h.html -share/doc/gtkmm-2.0/docs/reference/html/notebook_8h.html -share/doc/gtkmm-2.0/docs/reference/html/objectaccessible_8h.html -share/doc/gtkmm-2.0/docs/reference/html/objectbase_8h.html -share/doc/gtkmm-2.0/docs/reference/html/optionmenu_8h.html -share/doc/gtkmm-2.0/docs/reference/html/paned_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pango_2pangomm_2color_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pango_2pangomm_2item_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pango_2pangomm_2layout_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pango_2pangomm_2rectangle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pattern_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pixbuf_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pixbufanimation_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pixbufanimationiter_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pixbufloader_8h.html -share/doc/gtkmm-2.0/docs/reference/html/pixmap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/plug_8h.html -share/doc/gtkmm-2.0/docs/reference/html/progressbar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/property_8h.html -share/doc/gtkmm-2.0/docs/reference/html/propertyproxy_8h.html -share/doc/gtkmm-2.0/docs/reference/html/propertyproxy__base_8h.html -share/doc/gtkmm-2.0/docs/reference/html/quark_8h.html -share/doc/gtkmm-2.0/docs/reference/html/radiobutton_8h.html -share/doc/gtkmm-2.0/docs/reference/html/radiomenuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/random_8h.html -share/doc/gtkmm-2.0/docs/reference/html/range_8h.html -share/doc/gtkmm-2.0/docs/reference/html/rc_8h.html -share/doc/gtkmm-2.0/docs/reference/html/refptr_8h.html -share/doc/gtkmm-2.0/docs/reference/html/region_8h.html -share/doc/gtkmm-2.0/docs/reference/html/relation_8h.html -share/doc/gtkmm-2.0/docs/reference/html/relationset_8h.html -share/doc/gtkmm-2.0/docs/reference/html/rgbcmap_8h.html -share/doc/gtkmm-2.0/docs/reference/html/ruler_8h.html -share/doc/gtkmm-2.0/docs/reference/html/sarray_8h.html -share/doc/gtkmm-2.0/docs/reference/html/scale_8h.html -share/doc/gtkmm-2.0/docs/reference/html/screen_8h.html -share/doc/gtkmm-2.0/docs/reference/html/scrollbar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/scrolledwindow_8h.html -share/doc/gtkmm-2.0/docs/reference/html/selection_8h.html -share/doc/gtkmm-2.0/docs/reference/html/selectiondata_8h.html -share/doc/gtkmm-2.0/docs/reference/html/selectiondata__private_8h.html -share/doc/gtkmm-2.0/docs/reference/html/separator_8h.html -share/doc/gtkmm-2.0/docs/reference/html/separatormenuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/settings_8h.html -share/doc/gtkmm-2.0/docs/reference/html/shell_8h.html -share/doc/gtkmm-2.0/docs/reference/html/signalproxy_8h.html -share/doc/gtkmm-2.0/docs/reference/html/signalproxy__connectionnode_8h.html -share/doc/gtkmm-2.0/docs/reference/html/sizegroup_8h.html -share/doc/gtkmm-2.0/docs/reference/html/slisthandle_8h.html -share/doc/gtkmm-2.0/docs/reference/html/socket_8h.html -share/doc/gtkmm-2.0/docs/reference/html/spawn_8h.html -share/doc/gtkmm-2.0/docs/reference/html/spinbutton_8h.html -share/doc/gtkmm-2.0/docs/reference/html/stateset_8h.html -share/doc/gtkmm-2.0/docs/reference/html/statusbar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/stock_8h.html -share/doc/gtkmm-2.0/docs/reference/html/stock_add_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_align_center_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_align_justify_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_align_left_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_align_right_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_apply_20.png -share/doc/gtkmm-2.0/docs/reference/html/stock_bottom_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_broken_image_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_cancel_20.png -share/doc/gtkmm-2.0/docs/reference/html/stock_cdrom_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_clear_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_close_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_colorselector_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_convert_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_copy_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_cut_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dialog_error_48.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dialog_info_48.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dialog_question_48.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dialog_warning_48.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dnd_32.png -share/doc/gtkmm-2.0/docs/reference/html/stock_dnd_multiple_32.png -share/doc/gtkmm-2.0/docs/reference/html/stock_down_arrow_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_exec_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_exit_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_first_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_font_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_help_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_home_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_index_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_jump_to_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_last_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_left_arrow_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_new_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_no_20.png -share/doc/gtkmm-2.0/docs/reference/html/stock_ok_20.png -share/doc/gtkmm-2.0/docs/reference/html/stock_open_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_paste_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_preferences_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_print_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_print_preview_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_properties_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_redo_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_refresh_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_remove_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_revert_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_right_arrow_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_save_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_save_as_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_search_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_search_replace_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_sort_ascending_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_sort_descending_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_spellcheck_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_stop_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_text_bold_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_text_italic_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_text_strikethrough_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_text_underline_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_top_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_trash_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_undelete_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_undo_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_up_arrow_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_yes_20.png -share/doc/gtkmm-2.0/docs/reference/html/stock_zoom_1_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_zoom_fit_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_zoom_in_24.png -share/doc/gtkmm-2.0/docs/reference/html/stock_zoom_out_24.png -share/doc/gtkmm-2.0/docs/reference/html/stockid_8h.html -share/doc/gtkmm-2.0/docs/reference/html/stockitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/streamiochannel_8h.html -share/doc/gtkmm-2.0/docs/reference/html/stringutils_8h.html -share/doc/gtkmm-2.0/docs/reference/html/structAtk_1_1AttributeTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structAtk_1_1AttributeTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structGdk_1_1AtomStringTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGdk_1_1AtomStringTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structGdk_1_1ColorTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGdk_1_1ColorTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticMutex-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticMutex.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticPrivate-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticPrivate.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRWLock-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRWLock.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRWLock__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRecMutex-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRecMutex.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1StaticRecMutex__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1TimeVal-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1TimeVal.html -share/doc/gtkmm-2.0/docs/reference/html/structGlib_1_1TimeVal__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Box__Helpers_1_1EndElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Box__Helpers_1_1EndElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Box__Helpers_1_1EndElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1BuiltinStockID-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1BuiltinStockID.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ButtonElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ButtonElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ButtonElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1RadioElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1RadioElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1RadioElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1Space-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1Space.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1Space__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1StockElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1StockElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1StockElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ToggleElem-members.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ToggleElem.html -share/doc/gtkmm-2.0/docs/reference/html/structGtk_1_1Toolbar__Helpers_1_1ToggleElem__inherit__graph.png -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1AttributeTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1AttributeTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1ItemTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1ItemTraits.html -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1LayoutLineTraits-members.html -share/doc/gtkmm-2.0/docs/reference/html/structPango_1_1LayoutLineTraits.html -share/doc/gtkmm-2.0/docs/reference/html/style_8h.html -share/doc/gtkmm-2.0/docs/reference/html/tabarray_8h.html -share/doc/gtkmm-2.0/docs/reference/html/targetentry_8h.html -share/doc/gtkmm-2.0/docs/reference/html/tearoffmenuitem_8h.html -share/doc/gtkmm-2.0/docs/reference/html/text_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textattributes_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textbuffer_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textchildanchor_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textiter_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textmark_8h.html -share/doc/gtkmm-2.0/docs/reference/html/texttag_8h.html -share/doc/gtkmm-2.0/docs/reference/html/texttagtable_8h.html -share/doc/gtkmm-2.0/docs/reference/html/textview_8h.html -share/doc/gtkmm-2.0/docs/reference/html/thread_2dispatcher_8cc-example.html -share/doc/gtkmm-2.0/docs/reference/html/thread_2thread_8cc-example.html -share/doc/gtkmm-2.0/docs/reference/html/thread_8h.html -share/doc/gtkmm-2.0/docs/reference/html/threadpool_8h.html -share/doc/gtkmm-2.0/docs/reference/html/timer_8h.html -share/doc/gtkmm-2.0/docs/reference/html/timeval_8h.html -share/doc/gtkmm-2.0/docs/reference/html/togglebutton_8h.html -share/doc/gtkmm-2.0/docs/reference/html/toolbar_8h.html -share/doc/gtkmm-2.0/docs/reference/html/tooltips_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treedragdest_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treedragsource_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treeiter_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treemodel_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treemodelcolumn_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treemodelsort_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treepath_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treerowreference_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treeselection_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treesortable_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treestore_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treeview_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treeview__private_8h.html -share/doc/gtkmm-2.0/docs/reference/html/treeviewcolumn_8h.html -share/doc/gtkmm-2.0/docs/reference/html/types_8h.html -share/doc/gtkmm-2.0/docs/reference/html/unicode_8h.html -share/doc/gtkmm-2.0/docs/reference/html/ustring_8h.html -share/doc/gtkmm-2.0/docs/reference/html/utility_8h.html -share/doc/gtkmm-2.0/docs/reference/html/value__basictypes_8h.html -share/doc/gtkmm-2.0/docs/reference/html/value__custom_8h.html -share/doc/gtkmm-2.0/docs/reference/html/viewport_8h.html -share/doc/gtkmm-2.0/docs/reference/html/visual_8h.html -share/doc/gtkmm-2.0/docs/reference/html/widget_8h.html -share/doc/gtkmm-2.0/docs/reference/html/wrap_8h.html -share/doc/gtkmm-2.0/docs/tutorial/figures/alignment.png -share/doc/gtkmm-2.0/docs/tutorial/figures/aspectframe.png -share/doc/gtkmm-2.0/docs/tutorial/figures/box_packing1.png -share/doc/gtkmm-2.0/docs/tutorial/figures/box_packing2.png -share/doc/gtkmm-2.0/docs/tutorial/figures/box_packing3.png -share/doc/gtkmm-2.0/docs/tutorial/figures/buttonbox.png -share/doc/gtkmm-2.0/docs/tutorial/figures/buttons.png -share/doc/gtkmm-2.0/docs/tutorial/figures/checkbutton.png -share/doc/gtkmm-2.0/docs/tutorial/figures/clipboard_ideal.png -share/doc/gtkmm-2.0/docs/tutorial/figures/clipboard_simple.png -share/doc/gtkmm-2.0/docs/tutorial/figures/combo.png -share/doc/gtkmm-2.0/docs/tutorial/figures/devcpp_project_options.png -share/doc/gtkmm-2.0/docs/tutorial/figures/dialogs_colorselectiondialog.png -share/doc/gtkmm-2.0/docs/tutorial/figures/dialogs_fileselection.png -share/doc/gtkmm-2.0/docs/tutorial/figures/dialogs_fontselectiondialog.png -share/doc/gtkmm-2.0/docs/tutorial/figures/dialogs_messagedialog.png -share/doc/gtkmm-2.0/docs/tutorial/figures/dialogs_simple.png -share/doc/gtkmm-2.0/docs/tutorial/figures/drag_and_drop.png -share/doc/gtkmm-2.0/docs/tutorial/figures/drawingarea_lines.png -share/doc/gtkmm-2.0/docs/tutorial/figures/drawingarea_text.png -share/doc/gtkmm-2.0/docs/tutorial/figures/entry.png -share/doc/gtkmm-2.0/docs/tutorial/figures/eventbox.png -share/doc/gtkmm-2.0/docs/tutorial/figures/frame.png -share/doc/gtkmm-2.0/docs/tutorial/figures/helloworld.png -share/doc/gtkmm-2.0/docs/tutorial/figures/helloworld2.png -share/doc/gtkmm-2.0/docs/tutorial/figures/label.png -share/doc/gtkmm-2.0/docs/tutorial/figures/main_menu.png -share/doc/gtkmm-2.0/docs/tutorial/figures/menu_popup.png -share/doc/gtkmm-2.0/docs/tutorial/figures/menus_menu.png -share/doc/gtkmm-2.0/docs/tutorial/figures/menus_menubar.png -share/doc/gtkmm-2.0/docs/tutorial/figures/notebook.png -share/doc/gtkmm-2.0/docs/tutorial/figures/paned.png -share/doc/gtkmm-2.0/docs/tutorial/figures/progressbar.png -share/doc/gtkmm-2.0/docs/tutorial/figures/radiobuttons.png -share/doc/gtkmm-2.0/docs/tutorial/figures/range_widgets.png -share/doc/gtkmm-2.0/docs/tutorial/figures/scrolledwindow.png -share/doc/gtkmm-2.0/docs/tutorial/figures/spinbutton.png -share/doc/gtkmm-2.0/docs/tutorial/figures/table.png -share/doc/gtkmm-2.0/docs/tutorial/figures/textview.png -share/doc/gtkmm-2.0/docs/tutorial/figures/toolbar.png -share/doc/gtkmm-2.0/docs/tutorial/figures/treeview_draganddrop.png -share/doc/gtkmm-2.0/docs/tutorial/figures/treeview_editablecells.png -share/doc/gtkmm-2.0/docs/tutorial/figures/treeview_list.png -share/doc/gtkmm-2.0/docs/tutorial/figures/treeview_popup.png -share/doc/gtkmm-2.0/docs/tutorial/figures/treeview_tree.png -share/doc/gtkmm-2.0/docs/tutorial/html/apa.html -share/doc/gtkmm-2.0/docs/tutorial/html/apas02.html -share/doc/gtkmm-2.0/docs/tutorial/html/apas03.html -share/doc/gtkmm-2.0/docs/tutorial/html/apas04.html -share/doc/gtkmm-2.0/docs/tutorial/html/apas05.html -share/doc/gtkmm-2.0/docs/tutorial/html/apb.html -share/doc/gtkmm-2.0/docs/tutorial/html/apbs02.html -share/doc/gtkmm-2.0/docs/tutorial/html/apbs03.html -share/doc/gtkmm-2.0/docs/tutorial/html/apbs04.html -share/doc/gtkmm-2.0/docs/tutorial/html/apbs05.html -share/doc/gtkmm-2.0/docs/tutorial/html/apbs06.html -share/doc/gtkmm-2.0/docs/tutorial/html/apc.html -share/doc/gtkmm-2.0/docs/tutorial/html/apd.html -share/doc/gtkmm-2.0/docs/tutorial/html/ape.html -share/doc/gtkmm-2.0/docs/tutorial/html/apes02.html -share/doc/gtkmm-2.0/docs/tutorial/html/apes03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch01.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch01s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch02s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch02s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03s05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch03s06.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch04s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch04s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch04s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch05s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch05s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch05s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06s05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch06s06.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch07.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch07s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s06.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch08s07.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch09.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch09s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch09s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch10.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch10s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch11.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch11s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch11s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch12.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch13.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch13s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch13s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch13s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s06.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch14s07.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch15.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch15s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch15s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch15s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch15s05.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch16.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch16s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch16s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch16s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch17.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch17s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch17s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch18.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch18s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch19.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch19s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch19s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch20.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch20s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch20s03.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch20s04.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch21.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch21s02.html -share/doc/gtkmm-2.0/docs/tutorial/html/ch22.html -share/doc/gtkmm-2.0/docs/tutorial/html/index.html -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/arrow/arrow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/arrow/direction.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/alignment/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/alignment/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/alignment/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/aspectframe/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/aspectframe/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/aspectframe/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/box/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/box/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/box/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/box/packbox.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/box/packbox.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttonbox/examplebuttonbox.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttonbox/examplebuttonbox.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttonbox/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttonbox/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttonbox/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/button/buttons.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/button/buttons.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/button/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/checkbutton/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/checkbutton/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/checkbutton/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/radiobutton/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/radiobutton/radiobuttons.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/radiobutton/radiobuttons.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/togglebutton/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/togglebutton/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/buttons/togglebutton/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/ideal/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/ideal/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/ideal/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/simple/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/simple/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/clipboard/simple/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/combo/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/combo/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/combo/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/colorselectiondialog/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/colorselectiondialog/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/colorselectiondialog/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fileselection/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fileselection/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fileselection/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fontselectiondialog/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fontselectiondialog/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/fontselectiondialog/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/messagedialog/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/messagedialog/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/messagedialog/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/simple/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/simple/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/dialogs/simple/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drag_and_drop/dndwindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drag_and_drop/dndwindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drag_and_drop/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_lines/customdrawingarea.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_lines/customdrawingarea.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_lines/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_lines/testwindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_lines/testwindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_text/customdrawingarea.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_text/customdrawingarea.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_text/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_text/testwindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/drawingarea_text/testwindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/entry/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/entry/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/entry/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/eventbox/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/eventbox/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/eventbox/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/frame/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/frame/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/frame/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld/helloworld.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld/helloworld.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld2/helloworld.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld2/helloworld.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/helloworld2/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/idle/idleexample.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/idle/idleexample.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/idle/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/label/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/label/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/label/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/main_menu/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/main_menu/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/main_menu/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/popup/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/popup/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/menus/popup/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/notebook/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/notebook/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/notebook/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/messageslist.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/messageslist.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/messagetext.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/paned/messagetext.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/progressbar/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/progressbar/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/progressbar/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/range_widgets/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/range_widgets/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/range_widgets/labeledoptionmenu.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/range_widgets/labeledoptionmenu.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/range_widgets/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/scrolledwindow/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/scrolledwindow/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/scrolledwindow/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/signals/custom/client.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/signals/custom/client.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/signals/custom/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/signals/custom/server.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/signals/custom/server.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/spinbutton/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/spinbutton/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/spinbutton/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/table/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/table/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/table/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/textview/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/textview/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/textview/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/timeout/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/timeout/timerexample.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/timeout/timerexample.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/toolbar/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/toolbar/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/toolbar/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop/treemodel_dnd.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop/treemodel_dnd.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/editable_cells/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/editable_cells/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/editable_cells/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/list/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/list/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/list/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/popup/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/popup/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/popup/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/popup/treeview_withpopup.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/popup/treeview_withpopup.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/tree/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/tree/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/book/treeview/tree/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/calendar/calendar.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/cellrendererlist.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/cellrendererlist.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/cellrendererpopup.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/cellrendererpopup.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/cellrenderertoggle.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/popupentry.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/popupentry.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/cellrenderercustom/testpopup.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/dnd/dnd_images.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/dnd/dndwindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/dnd/dndwindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/dnd/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/exception/exceptiontest.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/filesel/filesel.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/fixed/fixed.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/gdk/radar.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/markup/parser.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/rulers/rulers.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/statusbar/statusbar.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/stock/stock.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/thread/dispatcher.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/thread/dispatcher2.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/thread/thread.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/thread/threadpool.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/tictactoe/tictactoe.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/tictactoe/tictactoe.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/tictactoe/ttt_test.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/treemodelcustom/exampletreemodel.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/treemodelcustom/exampletreemodel.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/treemodelcustom/examplewindow.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/treemodelcustom/examplewindow.h -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/treemodelcustom/main.cc -%%EXAMPLES%%share/doc/gtkmm-2.0/examples/window/wheelbarrow.cc -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/window -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/treemodelcustom -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/tictactoe -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/thread -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/stock -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/statusbar -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/rulers -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/markup -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/gdk -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/fixed -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/filesel -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/exception -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/dnd -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/cellrenderercustom -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/calendar -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview/tree -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview/popup -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview/list -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview/editable_cells -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview/drag_and_drop -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/treeview -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/toolbar -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/timeout -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/textview -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/table -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/spinbutton -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/signals/custom -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/signals -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/scrolledwindow -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/range_widgets -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/progressbar -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/paned -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/notebook -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/menus/popup -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/menus/main_menu -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/menus -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/label -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/idle -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/helloworld2 -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/helloworld -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/frame -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/eventbox -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/entry -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/drawingarea_text -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/drawingarea_lines -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/drag_and_drop -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs/simple -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs/messagedialog -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs/fontselectiondialog -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs/fileselection -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs/colorselectiondialog -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/dialogs -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/combo -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/clipboard/simple -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/clipboard/ideal -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/clipboard -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttons/togglebutton -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttons/radiobutton -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttons/checkbutton -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttons/button -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttons -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/buttonbox -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/box -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/aspectframe -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book/alignment -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/book -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples/arrow -%%EXAMPLES%%@dirrm share/doc/gtkmm-2.0/examples -@dirrm share/doc/gtkmm-2.0/docs/tutorial/html -@dirrm share/doc/gtkmm-2.0/docs/tutorial/figures -@dirrm share/doc/gtkmm-2.0/docs/tutorial -@dirrm share/doc/gtkmm-2.0/docs/reference/html -@dirrm share/doc/gtkmm-2.0/docs/reference -@dirrm share/doc/gtkmm-2.0/docs/images -@dirrm share/doc/gtkmm-2.0/docs/FAQ/html -@dirrm share/doc/gtkmm-2.0/docs/FAQ -@dirrm share/doc/gtkmm-2.0/docs -@dirrm share/doc/gtkmm-2.0 -@dirrm share/devhelp/books/gtkmm-2.0 -@unexec /bin/rmdir %D/share/devhelp/books 2> /dev/null || /usr/bin/true -@unexec /bin/rmdir %D/share/devhelp 2> /dev/null || /usr/bin/true -@dirrm lib/gtkmm-2.0/proc/pm -@dirrm lib/gtkmm-2.0/proc/m4 -@dirrm lib/gtkmm-2.0/proc -@dirrm lib/gtkmm-2.0/include -@dirrm lib/gtkmm-2.0 -@dirrm include/gtkmm-2.0/pangomm/private -@dirrm include/gtkmm-2.0/pangomm -@dirrm include/gtkmm-2.0/gtkmm_generate_extra_defs -@dirrm include/gtkmm-2.0/gtkmm/private -@dirrm include/gtkmm-2.0/gtkmm -@dirrm include/gtkmm-2.0/glibmm/private -@dirrm include/gtkmm-2.0/glibmm -@dirrm include/gtkmm-2.0/gdkmm/private -@dirrm include/gtkmm-2.0/gdkmm -@dirrm include/gtkmm-2.0/atkmm/private -@dirrm include/gtkmm-2.0/atkmm -@dirrm include/gtkmm-2.0 diff --git a/x11-toolkits/linux-f10-gtk/Makefile b/x11-toolkits/linux-f10-gtk/Makefile deleted file mode 100644 index d3cffb4d10f5..000000000000 --- a/x11-toolkits/linux-f10-gtk/Makefile +++ /dev/null @@ -1,81 +0,0 @@ -# New ports collection makefile for: linux-gtk -# Date created: 8 April 2000 -# Whom: sada@FreeBSD.org -# Based on: emulators/linux_base by marcel@FreeBSD.org -# & multimedia/xmovie by sanpei@sanpei.org -# -# $FreeBSD$ -# - -PORTNAME?= gtk -PORTVERSION?= 1.2.10 -PORTREVISION?= 0 -CATEGORIES?= x11-toolkits linux -MASTER_SITES?= ${FEDORALEGACY_MIRRORS:S/__DIR__/${FEDORADIR}/g} ${RPM_MIRRORS:S/__DIR__/${STDDIR}/g} -PKGNAMEPREFIX= linux- -DISTFILES= ${RPM_SET} ${SRC_DISTFILES} - -MAINTAINER?= freebsd-emulation@FreeBSD.org -COMMENT?= RPM of the Gtk lib - -BUILD_DEPENDS+= rpm:${PORTSDIR}/archivers/rpm -# XXX: I haven't checked if every port which includes this Makefile needs -# USE_XLIB, so let it be a RUN_DEPENDS?= until the refactoring of the -# RPM bits. -RUN_DEPENDS?= ${LINUXBASE}/usr/X11R6/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFree86-libs - -ONLY_FOR_ARCHS?= i386 alpha amd64 - -USE_LINUX= yes -USE_LINUX_PREFIX= yes - -.include <bsd.port.pre.mk> - -.if (${ARCH} == "amd64") -ARCH= i386 -RPMFLAGS+= --ignorearch -.endif -DIST_SUBDIR?= rpm -EXTRACT_ONLY= -NO_BUILD= yes -PLIST?= ${PKGDIR}/pkg-plist.${ARCH} -MD5_FILE?= ${MASTERDIR}/distinfo.${ARCH} -LINUX_LDCONFIG?=${LINUXBASE}/sbin/ldconfig - -# Let's avoid hardcoding 'en' as the language. -LANG= en -# Set the version of linux_base -BASEVERSION?= 8.0 -RPM_MIRRORS= \ - ftp://ftp.redhat.com/pub/redhat/__DIR__/ \ - ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/__DIR__/ -FEDORALEGACY_MIRRORS= \ - http://download.fedoralegacy.org/redhat/__DIR__/ -STDDIR= linux/${BASEVERSION}/${LANG}/os/${ARCH}/RedHat/RPMS -UPDDIR= linux/updates/${BASEVERSION}/${LANG}/os/${ARCH} -FEDORADIR= ${BASEVERSION}/os/${ARCH} -.if (${ARCH} == "i386") -RPM_SET?= gtk+-1.2.10-22.${ARCH}.rpm -.endif -DBPATH= /var/lib/rpm -RPMFLAGS+= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs --oldpackage -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -do-install: - @for R in ${RPM_SET}; do \ - ${ECHO_MSG} $$R; \ - rpm -U ${RPMFLAGS} ${RPMDIR}/$$R || true ; \ - done - @${LINUX_LDCONFIG} - -new-plist: - @${RM} -rf ${WRKSRC}/tmp - @${MKDIR} ${WRKSRC}/tmp - @cd ${WRKSRC}/tmp; \ - rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | ${CPIO} -id; \ - ${FIND} * -type f -o -type l > ${PLIST}.new; \ - ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' \ - >> ${PLIST}.new - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/linux-f10-gtk/distinfo.alpha b/x11-toolkits/linux-f10-gtk/distinfo.alpha deleted file mode 100644 index 3b30df4d412f..000000000000 --- a/x11-toolkits/linux-f10-gtk/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/gtk+-1.2.9-4.alpha.rpm) = 72107f3edc89e27e1481b89fd752ff82 -SIZE (rpm/gtk+-1.2.9-4.alpha.rpm) = 1166775 diff --git a/x11-toolkits/linux-f10-gtk/distinfo.i386 b/x11-toolkits/linux-f10-gtk/distinfo.i386 deleted file mode 100644 index 3a34cdf9f23f..000000000000 --- a/x11-toolkits/linux-f10-gtk/distinfo.i386 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (rpm/gtk+-1.2.10-22.i386.rpm) = 1932769e2a4fc10524b77a69811f4427 -SHA256 (rpm/gtk+-1.2.10-22.i386.rpm) = 7949c5204a620056f09279e6571ae2f4bacf6c8cbbf7fc7a4e4e75c33f806c6a -SIZE (rpm/gtk+-1.2.10-22.i386.rpm) = 948063 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 052e7ae60a60..000000000000 --- a/x11-toolkits/linux-f10-gtk/pkg-plist.alpha +++ /dev/null @@ -1,182 +0,0 @@ -etc/gtk/gtkrc -etc/gtk/gtkrc.az -etc/gtk/gtkrc.cp1251 -etc/gtk/gtkrc.cp1255 -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 -usr/lib/libgdk-1.2.so.0.9.0 -usr/lib/libgtk-1.2.so.0.9.0 -usr/share/doc/gtk+-1.2.9/AUTHORS -usr/share/doc/gtk+-1.2.9/COPYING -usr/share/doc/gtk+-1.2.9/ChangeLog -usr/share/doc/gtk+-1.2.9/NEWS -usr/share/doc/gtk+-1.2.9/README -usr/share/doc/gtk+-1.2.9/TODO -usr/share/locale/az/LC_MESSAGES/gtk+.mo -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/gl/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/lt/LC_MESSAGES/gtk+.mo -usr/share/locale/nl/LC_MESSAGES/gtk+.mo -usr/share/locale/nn/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/sp/LC_MESSAGES/gtk+.mo -usr/share/locale/sr/LC_MESSAGES/gtk+.mo -usr/share/locale/sv/LC_MESSAGES/gtk+.mo -usr/share/locale/tr/LC_MESSAGES/gtk+.mo -usr/share/locale/uk/LC_MESSAGES/gtk+.mo -usr/share/locale/wa/LC_MESSAGES/gtk+.mo -usr/share/locale/zh_CN.GB2312/LC_MESSAGES/gtk+.mo -usr/share/locale/zh_TW.Big5/LC_MESSAGES/gtk+.mo -usr/share/themes/Default/gtk/gtkrc -etc/gtk/gtkrc.be -etc/gtk/gtkrc.bg -etc/gtk/gtkrc.bg_BG.iso88595 -etc/gtk/gtkrc.cs -etc/gtk/gtkrc.cy -etc/gtk/gtkrc.et -etc/gtk/gtkrc.ga -etc/gtk/gtkrc.he_IL.cp1255 -etc/gtk/gtkrc.he_IL.microsoftcp1255 -etc/gtk/gtkrc.hr -etc/gtk/gtkrc.hu -etc/gtk/gtkrc.ka -etc/gtk/gtkrc.lt -etc/gtk/gtkrc.lv -etc/gtk/gtkrc.mi -etc/gtk/gtkrc.mk -etc/gtk/gtkrc.pl -etc/gtk/gtkrc.ro -etc/gtk/gtkrc.ru_RU.iso88595 -etc/gtk/gtkrc.sk -etc/gtk/gtkrc.sl -etc/gtk/gtkrc.sp -etc/gtk/gtkrc.sq -etc/gtk/gtkrc.sr -etc/gtk/gtkrc.sr.iso88595 -etc/gtk/gtkrc.vi -etc/gtk/gtkrc.vi_VN.viscii111 -etc/gtk/gtkrc.yi -usr/lib/libgdk-1.2.so.0 -usr/lib/libgtk-1.2.so.0 -@dirrm etc/gtk -@dirrm usr/share/doc/gtk+-1.2.9 -@dirrm usr/share/themes/Default/gtk -@dirrmtry usr/share/themes/Default -@dirrmtry usr/share/themes -@comment this port is not covered with mtree so removing locale directories. -@dirrmtry usr/share/locale/zh_TW.Big5/LC_MESSAGES -@dirrmtry usr/share/locale/zh_TW.Big5 -@dirrmtry usr/share/locale/zh_CN.GB2312/LC_MESSAGES -@dirrmtry usr/share/locale/zh_CN.GB2312 -@dirrmtry usr/share/locale/wa/LC_MESSAGES -@dirrmtry usr/share/locale/wa -@dirrmtry usr/share/locale/uk/LC_MESSAGES -@dirrmtry usr/share/locale/uk -@dirrmtry usr/share/locale/tr/LC_MESSAGES -@dirrmtry usr/share/locale/tr -@dirrmtry usr/share/locale/sv/LC_MESSAGES -@dirrmtry usr/share/locale/sv -@dirrmtry usr/share/locale/sr/LC_MESSAGES -@dirrmtry usr/share/locale/sr -@dirrmtry usr/share/locale/sp/LC_MESSAGES -@dirrmtry usr/share/locale/sp -@dirrmtry usr/share/locale/sl/LC_MESSAGES -@dirrmtry usr/share/locale/sl -@dirrmtry usr/share/locale/sk/LC_MESSAGES -@dirrmtry usr/share/locale/sk -@dirrmtry usr/share/locale/ru/LC_MESSAGES -@dirrmtry usr/share/locale/ru -@dirrmtry usr/share/locale/ro/LC_MESSAGES -@dirrmtry usr/share/locale/ro -@dirrmtry usr/share/locale/pt_BR/LC_MESSAGES -@dirrmtry usr/share/locale/pt_BR -@dirrmtry usr/share/locale/pt/LC_MESSAGES -@dirrmtry usr/share/locale/pt -@dirrmtry usr/share/locale/pl/LC_MESSAGES -@dirrmtry usr/share/locale/pl -@dirrmtry usr/share/locale/no/LC_MESSAGES -@dirrmtry usr/share/locale/no -@dirrmtry usr/share/locale/nn/LC_MESSAGES -@dirrmtry usr/share/locale/nn -@dirrmtry usr/share/locale/nl/LC_MESSAGES -@dirrmtry usr/share/locale/nl -@dirrmtry usr/share/locale/lt/LC_MESSAGES -@dirrmtry usr/share/locale/lt -@dirrmtry usr/share/locale/ko/LC_MESSAGES -@dirrmtry usr/share/locale/ko -@dirrmtry usr/share/locale/ja/LC_MESSAGES -@dirrmtry usr/share/locale/ja -@dirrmtry usr/share/locale/it/LC_MESSAGES -@dirrmtry usr/share/locale/it -@dirrmtry usr/share/locale/hu/LC_MESSAGES -@dirrmtry usr/share/locale/hu -@dirrmtry usr/share/locale/hr/LC_MESSAGES -@dirrmtry usr/share/locale/hr -@dirrmtry usr/share/locale/gl/LC_MESSAGES -@dirrmtry usr/share/locale/gl -@dirrmtry usr/share/locale/ga/LC_MESSAGES -@dirrmtry usr/share/locale/ga -@dirrmtry usr/share/locale/fr/LC_MESSAGES -@dirrmtry usr/share/locale/fr -@dirrmtry usr/share/locale/fi/LC_MESSAGES -@dirrmtry usr/share/locale/fi -@dirrmtry usr/share/locale/eu/LC_MESSAGES -@dirrmtry usr/share/locale/eu -@dirrmtry usr/share/locale/et/LC_MESSAGES -@dirrmtry usr/share/locale/et -@dirrmtry usr/share/locale/es/LC_MESSAGES -@dirrmtry usr/share/locale/es -@dirrmtry usr/share/locale/el/LC_MESSAGES -@dirrmtry usr/share/locale/el -@dirrmtry usr/share/locale/de/LC_MESSAGES -@dirrmtry usr/share/locale/de -@dirrmtry usr/share/locale/da/LC_MESSAGES -@dirrmtry usr/share/locale/da -@dirrmtry usr/share/locale/cs/LC_MESSAGES -@dirrmtry usr/share/locale/cs -@dirrmtry usr/share/locale/ca/LC_MESSAGES -@dirrmtry usr/share/locale/ca -@dirrmtry usr/share/locale/az/LC_MESSAGES -@dirrmtry usr/share/locale/az - 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 d24b9a54faef..000000000000 --- a/x11-toolkits/linux-f10-gtk/pkg-plist.i386 +++ /dev/null @@ -1,184 +0,0 @@ -etc/gtk/gtkrc -etc/gtk/gtkrc.az -etc/gtk/gtkrc.be -etc/gtk/gtkrc.bg -etc/gtk/gtkrc.bg_BG.iso88595 -etc/gtk/gtkrc.cp1251 -etc/gtk/gtkrc.cp1255 -etc/gtk/gtkrc.cs -etc/gtk/gtkrc.cy -etc/gtk/gtkrc.et -etc/gtk/gtkrc.ga -etc/gtk/gtkrc.he -etc/gtk/gtkrc.he_IL.cp1255 -etc/gtk/gtkrc.he_IL.microsoftcp1255 -etc/gtk/gtkrc.hr -etc/gtk/gtkrc.hu -etc/gtk/gtkrc.hy -etc/gtk/gtkrc.iso885913 -etc/gtk/gtkrc.iso885914 -etc/gtk/gtkrc.iso885915 -etc/gtk/gtkrc.iso88592 -etc/gtk/gtkrc.iso88593 -etc/gtk/gtkrc.iso88595 -etc/gtk/gtkrc.iso88597 -etc/gtk/gtkrc.iso88599 -etc/gtk/gtkrc.ja -etc/gtk/gtkrc.ka -etc/gtk/gtkrc.ka_GE.georgianacademy -etc/gtk/gtkrc.ka_GE.georgianps -etc/gtk/gtkrc.ko -etc/gtk/gtkrc.lt -etc/gtk/gtkrc.lv -etc/gtk/gtkrc.mi -etc/gtk/gtkrc.mk -etc/gtk/gtkrc.pl -etc/gtk/gtkrc.ro -etc/gtk/gtkrc.ru -etc/gtk/gtkrc.ru_RU.iso88595 -etc/gtk/gtkrc.sk -etc/gtk/gtkrc.sl -etc/gtk/gtkrc.sp -etc/gtk/gtkrc.sq -etc/gtk/gtkrc.sr -etc/gtk/gtkrc.th -etc/gtk/gtkrc.uk -etc/gtk/gtkrc.utf8 -etc/gtk/gtkrc.vi -etc/gtk/gtkrc.vi_VN.tcvn -etc/gtk/gtkrc.vi_VN.viscii -etc/gtk/gtkrc.vi_VN.viscii111 -etc/gtk/gtkrc.yi -etc/gtk/gtkrc.zh_CN -etc/gtk/gtkrc.zh_TW.big5 -usr/lib/libgdk-1.2.so.0 -usr/lib/libgdk-1.2.so.0.9.1 -usr/lib/libgtk-1.2.so.0 -usr/lib/libgtk-1.2.so.0.9.1 -usr/share/doc/gtk+-1.2.10/AUTHORS -usr/share/doc/gtk+-1.2.10/COPYING -usr/share/doc/gtk+-1.2.10/ChangeLog -usr/share/doc/gtk+-1.2.10/NEWS -usr/share/doc/gtk+-1.2.10/README -usr/share/doc/gtk+-1.2.10/TODO -usr/share/locale/az/LC_MESSAGES/gtk+.mo -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/gl/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/lt/LC_MESSAGES/gtk+.mo -usr/share/locale/nl/LC_MESSAGES/gtk+.mo -usr/share/locale/nn/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/sp/LC_MESSAGES/gtk+.mo -usr/share/locale/sr/LC_MESSAGES/gtk+.mo -usr/share/locale/sv/LC_MESSAGES/gtk+.mo -usr/share/locale/tr/LC_MESSAGES/gtk+.mo -usr/share/locale/uk/LC_MESSAGES/gtk+.mo -usr/share/locale/vi/LC_MESSAGES/gtk+.mo -usr/share/locale/wa/LC_MESSAGES/gtk+.mo -usr/share/locale/zh_CN.GB2312/LC_MESSAGES/gtk+.mo -usr/share/locale/zh_TW.Big5/LC_MESSAGES/gtk+.mo -usr/share/themes/Default/gtk/gtkrc -@dirrm etc/gtk -@dirrm usr/share/doc/gtk+-1.2.10 -@dirrm usr/share/themes/Default/gtk -@dirrmtry usr/share/themes/Default -@dirrmtry usr/share/themes -@comment this port is not covered with mtree so removing locale directories. -@dirrmtry usr/share/locale/zh_TW.Big5/LC_MESSAGES -@dirrmtry usr/share/locale/zh_TW.Big5 -@dirrmtry usr/share/locale/zh_CN.GB2312/LC_MESSAGES -@dirrmtry usr/share/locale/zh_CN.GB2312 -@dirrmtry usr/share/locale/wa/LC_MESSAGES -@dirrmtry usr/share/locale/wa -@dirrmtry usr/share/locale/vi/LC_MESSAGES -@dirrmtry usr/share/locale/vi -@dirrmtry usr/share/locale/uk/LC_MESSAGES -@dirrmtry usr/share/locale/uk -@dirrmtry usr/share/locale/tr/LC_MESSAGES -@dirrmtry usr/share/locale/tr -@dirrmtry usr/share/locale/sv/LC_MESSAGES -@dirrmtry usr/share/locale/sv -@dirrmtry usr/share/locale/sr/LC_MESSAGES -@dirrmtry usr/share/locale/sr -@dirrmtry usr/share/locale/sp/LC_MESSAGES -@dirrmtry usr/share/locale/sp -@dirrmtry usr/share/locale/sl/LC_MESSAGES -@dirrmtry usr/share/locale/sl -@dirrmtry usr/share/locale/sk/LC_MESSAGES -@dirrmtry usr/share/locale/sk -@dirrmtry usr/share/locale/ru/LC_MESSAGES -@dirrmtry usr/share/locale/ru -@dirrmtry usr/share/locale/ro/LC_MESSAGES -@dirrmtry usr/share/locale/ro -@dirrmtry usr/share/locale/pt_BR/LC_MESSAGES -@dirrmtry usr/share/locale/pt_BR -@dirrmtry usr/share/locale/pt/LC_MESSAGES -@dirrmtry usr/share/locale/pt -@dirrmtry usr/share/locale/pl/LC_MESSAGES -@dirrmtry usr/share/locale/pl -@dirrmtry usr/share/locale/no/LC_MESSAGES -@dirrmtry usr/share/locale/no -@dirrmtry usr/share/locale/nn/LC_MESSAGES -@dirrmtry usr/share/locale/nn -@dirrmtry usr/share/locale/nl/LC_MESSAGES -@dirrmtry usr/share/locale/nl -@dirrmtry usr/share/locale/lt/LC_MESSAGES -@dirrmtry usr/share/locale/lt -@dirrmtry usr/share/locale/ko/LC_MESSAGES -@dirrmtry usr/share/locale/ko -@dirrmtry usr/share/locale/ja/LC_MESSAGES -@dirrmtry usr/share/locale/ja -@dirrmtry usr/share/locale/it/LC_MESSAGES -@dirrmtry usr/share/locale/it -@dirrmtry usr/share/locale/hu/LC_MESSAGES -@dirrmtry usr/share/locale/hu -@dirrmtry usr/share/locale/hr/LC_MESSAGES -@dirrmtry usr/share/locale/hr -@dirrmtry usr/share/locale/gl/LC_MESSAGES -@dirrmtry usr/share/locale/gl -@dirrmtry usr/share/locale/ga/LC_MESSAGES -@dirrmtry usr/share/locale/ga -@dirrmtry usr/share/locale/fr/LC_MESSAGES -@dirrmtry usr/share/locale/fr -@dirrmtry usr/share/locale/fi/LC_MESSAGES -@dirrmtry usr/share/locale/fi -@dirrmtry usr/share/locale/eu/LC_MESSAGES -@dirrmtry usr/share/locale/eu -@dirrmtry usr/share/locale/et/LC_MESSAGES -@dirrmtry usr/share/locale/et -@dirrmtry usr/share/locale/es/LC_MESSAGES -@dirrmtry usr/share/locale/es -@dirrmtry usr/share/locale/el/LC_MESSAGES -@dirrmtry usr/share/locale/el -@dirrmtry usr/share/locale/de/LC_MESSAGES -@dirrmtry usr/share/locale/de -@dirrmtry usr/share/locale/da/LC_MESSAGES -@dirrmtry usr/share/locale/da -@dirrmtry usr/share/locale/cs/LC_MESSAGES -@dirrmtry usr/share/locale/cs -@dirrmtry usr/share/locale/ca/LC_MESSAGES -@dirrmtry usr/share/locale/ca -@dirrmtry usr/share/locale/az/LC_MESSAGES -@dirrmtry usr/share/locale/az diff --git a/x11-toolkits/linux-f10-gtk2/Makefile b/x11-toolkits/linux-f10-gtk2/Makefile deleted file mode 100644 index 2df73bef3e89..000000000000 --- a/x11-toolkits/linux-f10-gtk2/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: linux-gtk2 -# Date created: 2003-11-19 -# Whom: trevor -# -# $FreeBSD$ -# - -PORTNAME= gtk2 -PORTVERSION= 2.4.14 -PORTREVISION= 3 -CATEGORIES= x11-toolkits linux -MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} \ - http://distro.ibiblio.org/pub/linux/distributions/fedora/linux/core/${SUBDIR}/ \ - ftp://ftp.uni-koeln.de/mirrors/fedora/linux/core/${SUBDIR}/ -MASTER_SITE_SUBDIR= updates/3/i386 - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= GTK+ library, version 2.X, Linux binary - -# these libraries are required by gtk-query-immodules-2.0 or -# gdk-pixbuf-query-loaders -RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2 \ - ${LINUXBASE}/usr/lib/libatk-1.0.so.0:${PORTSDIR}/accessibility/linux-atk \ - ${LINUXBASE}/usr/lib/libjpeg.so.62:${PORTSDIR}/graphics/linux-jpeg \ - ${LINUXBASE}/usr/lib/libpng12.so.0:${PORTSDIR}/graphics/linux-png \ - ${LINUXBASE}/usr/lib/libtiff.so.3:${PORTSDIR}/graphics/linux-tiff \ - ${LINUXBASE}/usr/lib/libpango-1.0.so.0:${PORTSDIR}/x11-toolkits/linux-pango - -ONLY_FOR_ARCHS= i386 amd64 -PLIST= ${PKGDIR}/pkg-plist -USE_XLIB= yes -RESTRICTED= "binaries under GNU LGPL without accompanying source" -RPM_SET= gtk2-${PORTVERSION}-4.fc3.3.${ARCH}.rpm -PLIST_SUB= LIBVERSION="400.14" PORTVERSION="${PORTVERSION}" - -post-install: -.for ii in gdk-pixbuf-query-loaders-32 gtk-demo gtk-query-immodules-2.0-32 - @${BRANDELF} -t Linux ${PREFIX}/usr/bin/${ii} -.endfor - @chroot ${PREFIX} /usr/bin/gtk-query-immodules-2.0-32 > ${PREFIX}/etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules - @chroot ${PREFIX} /usr/bin/gdk-pixbuf-query-loaders-32 > ${PREFIX}/etc/gtk-2.0/i386-redhat-linux-gnu/gdk-pixbuf.loaders - -.include "../linux-gtk/Makefile" diff --git a/x11-toolkits/linux-f10-gtk2/distinfo.i386 b/x11-toolkits/linux-f10-gtk2/distinfo.i386 deleted file mode 100644 index d08be6cdf92f..000000000000 --- a/x11-toolkits/linux-f10-gtk2/distinfo.i386 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (rpm/gtk2-2.4.14-4.fc3.3.i386.rpm) = 5c55dcfe8e8854ecf26bc915c7dce15f -SHA256 (rpm/gtk2-2.4.14-4.fc3.3.i386.rpm) = 57aedcd29c221148930363002fa5223aecb982d6d2fb1b124476ef55382f2836 -SIZE (rpm/gtk2-2.4.14-4.fc3.3.i386.rpm) = 4593031 diff --git a/x11-toolkits/linux-f10-gtk2/pkg-descr b/x11-toolkits/linux-f10-gtk2/pkg-descr deleted file mode 100644 index 70620532c3b2..000000000000 --- a/x11-toolkits/linux-f10-gtk2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a Linux/i386 binary port of the GTK+ 2.X library. - -WWW: http://gtk.org diff --git a/x11-toolkits/linux-f10-gtk2/pkg-plist b/x11-toolkits/linux-f10-gtk2/pkg-plist deleted file mode 100644 index 3e2b28cc2faf..000000000000 --- a/x11-toolkits/linux-f10-gtk2/pkg-plist +++ /dev/null @@ -1,407 +0,0 @@ -etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules -etc/gtk-2.0/i386-redhat-linux-gnu/gdk-pixbuf.loaders -usr/bin/gdk-pixbuf-query-loaders-32 -usr/bin/gtk-demo -usr/bin/gtk-query-immodules-2.0-32 -usr/bin/update-gdk-pixbuf-loaders -usr/bin/update-gtk-immodules -usr/lib/gtk-2.0/2.4.0/immodules/im-am-et.so -usr/lib/gtk-2.0/2.4.0/immodules/im-cedilla.so -usr/lib/gtk-2.0/2.4.0/immodules/im-cyrillic-translit.so -usr/lib/gtk-2.0/2.4.0/immodules/im-inuktitut.so -usr/lib/gtk-2.0/2.4.0/immodules/im-ipa.so -usr/lib/gtk-2.0/2.4.0/immodules/im-thai-broken.so -usr/lib/gtk-2.0/2.4.0/immodules/im-ti-er.so -usr/lib/gtk-2.0/2.4.0/immodules/im-ti-et.so -usr/lib/gtk-2.0/2.4.0/immodules/im-viqr.so -usr/lib/gtk-2.0/2.4.0/immodules/im-xim.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ani.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-bmp.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-gif.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ico.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-jpeg.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-pcx.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-png.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-pnm.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ras.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-tga.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-tiff.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-wbmp.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xbm.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.so -usr/lib/libgdk-x11-2.0.so.0 -usr/lib/libgdk-x11-2.0.so.0.%%LIBVERSION%% -usr/lib/libgdk_pixbuf-2.0.so.0 -usr/lib/libgdk_pixbuf-2.0.so.0.%%LIBVERSION%% -usr/lib/libgdk_pixbuf_xlib-2.0.so.0 -usr/lib/libgdk_pixbuf_xlib-2.0.so.0.%%LIBVERSION%% -usr/lib/libgtk-x11-2.0.so.0 -usr/lib/libgtk-x11-2.0.so.0.%%LIBVERSION%% -usr/share/doc/gtk2-%%PORTVERSION%%/AUTHORS -usr/share/doc/gtk2-%%PORTVERSION%%/COPYING -usr/share/doc/gtk2-%%PORTVERSION%%/ChangeLog -usr/share/doc/gtk2-%%PORTVERSION%%/NEWS -usr/share/doc/gtk2-%%PORTVERSION%%/README -usr/share/gtk-2.0/demo/alphatest.png -usr/share/gtk-2.0/demo/apple-red.png -usr/share/gtk-2.0/demo/appwindow.c -usr/share/gtk-2.0/demo/background.jpg -usr/share/gtk-2.0/demo/button_box.c -usr/share/gtk-2.0/demo/changedisplay.c -usr/share/gtk-2.0/demo/colorsel.c -usr/share/gtk-2.0/demo/dialog.c -usr/share/gtk-2.0/demo/drawingarea.c -usr/share/gtk-2.0/demo/editable_cells.c -usr/share/gtk-2.0/demo/entry_completion.c -usr/share/gtk-2.0/demo/expander.c -usr/share/gtk-2.0/demo/floppybuddy.gif -usr/share/gtk-2.0/demo/gnome-applets.png -usr/share/gtk-2.0/demo/gnome-calendar.png -usr/share/gtk-2.0/demo/gnome-foot.png -usr/share/gtk-2.0/demo/gnome-gimp.png -usr/share/gtk-2.0/demo/gnome-gmush.png -usr/share/gtk-2.0/demo/gnome-gsame.png -usr/share/gtk-2.0/demo/gnu-keys.png -usr/share/gtk-2.0/demo/gtk-logo-rgb.gif -usr/share/gtk-2.0/demo/hypertext.c -usr/share/gtk-2.0/demo/images.c -usr/share/gtk-2.0/demo/list_store.c -usr/share/gtk-2.0/demo/menus.c -usr/share/gtk-2.0/demo/panes.c -usr/share/gtk-2.0/demo/pixbufs.c -usr/share/gtk-2.0/demo/sizegroup.c -usr/share/gtk-2.0/demo/stock_browser.c -usr/share/gtk-2.0/demo/textview.c -usr/share/gtk-2.0/demo/tree_store.c -usr/share/gtk-2.0/demo/ui_manager.c -usr/share/locale/af/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/af/LC_MESSAGES/gtk20.mo -usr/share/locale/am/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/am/LC_MESSAGES/gtk20.mo -usr/share/locale/ang/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ang/LC_MESSAGES/gtk20.mo -usr/share/locale/ar/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ar/LC_MESSAGES/gtk20.mo -usr/share/locale/az/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/az/LC_MESSAGES/gtk20.mo -usr/share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/az_IR/LC_MESSAGES/gtk20.mo -usr/share/locale/be/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/be/LC_MESSAGES/gtk20.mo -usr/share/locale/bg/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/bg/LC_MESSAGES/gtk20.mo -usr/share/locale/bn/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/bn/LC_MESSAGES/gtk20.mo -usr/share/locale/br/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/br/LC_MESSAGES/gtk20.mo -usr/share/locale/bs/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/bs/LC_MESSAGES/gtk20.mo -usr/share/locale/ca/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ca/LC_MESSAGES/gtk20.mo -usr/share/locale/cs/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/cs/LC_MESSAGES/gtk20.mo -usr/share/locale/cy/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/cy/LC_MESSAGES/gtk20.mo -usr/share/locale/da/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/da/LC_MESSAGES/gtk20.mo -usr/share/locale/de/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/de/LC_MESSAGES/gtk20.mo -usr/share/locale/el/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/el/LC_MESSAGES/gtk20.mo -usr/share/locale/en_CA/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/en_CA/LC_MESSAGES/gtk20.mo -usr/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/en_GB/LC_MESSAGES/gtk20.mo -usr/share/locale/es/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/es/LC_MESSAGES/gtk20.mo -usr/share/locale/et/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/et/LC_MESSAGES/gtk20.mo -usr/share/locale/eu/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/eu/LC_MESSAGES/gtk20.mo -usr/share/locale/fa/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/fa/LC_MESSAGES/gtk20.mo -usr/share/locale/fi/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/fi/LC_MESSAGES/gtk20.mo -usr/share/locale/fr/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/fr/LC_MESSAGES/gtk20.mo -usr/share/locale/ga/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ga/LC_MESSAGES/gtk20.mo -usr/share/locale/gl/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/gl/LC_MESSAGES/gtk20.mo -usr/share/locale/gu/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/gu/LC_MESSAGES/gtk20.mo -usr/share/locale/he/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/he/LC_MESSAGES/gtk20.mo -usr/share/locale/hi/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/hi/LC_MESSAGES/gtk20.mo -usr/share/locale/hr/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/hr/LC_MESSAGES/gtk20.mo -usr/share/locale/hu/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/hu/LC_MESSAGES/gtk20.mo -usr/share/locale/ia/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ia/LC_MESSAGES/gtk20.mo -usr/share/locale/id/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/id/LC_MESSAGES/gtk20.mo -usr/share/locale/is/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/is/LC_MESSAGES/gtk20.mo -usr/share/locale/it/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/it/LC_MESSAGES/gtk20.mo -usr/share/locale/ja/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ja/LC_MESSAGES/gtk20.mo -usr/share/locale/ko/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ko/LC_MESSAGES/gtk20.mo -usr/share/locale/li/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/li/LC_MESSAGES/gtk20.mo -usr/share/locale/lt/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/lt/LC_MESSAGES/gtk20.mo -usr/share/locale/lv/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/lv/LC_MESSAGES/gtk20.mo -usr/share/locale/mi/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/mi/LC_MESSAGES/gtk20.mo -usr/share/locale/mk/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/mk/LC_MESSAGES/gtk20.mo -usr/share/locale/ml/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ml/LC_MESSAGES/gtk20.mo -usr/share/locale/mn/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/mn/LC_MESSAGES/gtk20.mo -usr/share/locale/mr/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/mr/LC_MESSAGES/gtk20.mo -usr/share/locale/ms/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ms/LC_MESSAGES/gtk20.mo -usr/share/locale/nb/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/nb/LC_MESSAGES/gtk20.mo -usr/share/locale/ne/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ne/LC_MESSAGES/gtk20.mo -usr/share/locale/nl/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/nl/LC_MESSAGES/gtk20.mo -usr/share/locale/nn/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/nn/LC_MESSAGES/gtk20.mo -usr/share/locale/no/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/no/LC_MESSAGES/gtk20.mo -usr/share/locale/nso/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/nso/LC_MESSAGES/gtk20.mo -usr/share/locale/pa/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/pa/LC_MESSAGES/gtk20.mo -usr/share/locale/pl/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/pl/LC_MESSAGES/gtk20.mo -usr/share/locale/pt/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/pt/LC_MESSAGES/gtk20.mo -usr/share/locale/pt_BR/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/pt_BR/LC_MESSAGES/gtk20.mo -usr/share/locale/ro/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ro/LC_MESSAGES/gtk20.mo -usr/share/locale/ru/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ru/LC_MESSAGES/gtk20.mo -usr/share/locale/sk/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/sk/LC_MESSAGES/gtk20.mo -usr/share/locale/sl/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/sl/LC_MESSAGES/gtk20.mo -usr/share/locale/sq/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/sq/LC_MESSAGES/gtk20.mo -usr/share/locale/sr/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/sr/LC_MESSAGES/gtk20.mo -usr/share/locale/sr@Latn/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/sr@Latn/LC_MESSAGES/gtk20.mo -usr/share/locale/sr@ije/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/sr@ije/LC_MESSAGES/gtk20.mo -usr/share/locale/sv/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/sv/LC_MESSAGES/gtk20.mo -usr/share/locale/ta/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ta/LC_MESSAGES/gtk20.mo -usr/share/locale/th/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/th/LC_MESSAGES/gtk20.mo -usr/share/locale/tk/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/tk/LC_MESSAGES/gtk20.mo -usr/share/locale/tr/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/tr/LC_MESSAGES/gtk20.mo -usr/share/locale/uk/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/uk/LC_MESSAGES/gtk20.mo -usr/share/locale/uz/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/uz/LC_MESSAGES/gtk20.mo -usr/share/locale/uz@Latn/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/uz@Latn/LC_MESSAGES/gtk20.mo -usr/share/locale/vi/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/vi/LC_MESSAGES/gtk20.mo -usr/share/locale/wa/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/wa/LC_MESSAGES/gtk20.mo -usr/share/locale/yi/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/yi/LC_MESSAGES/gtk20.mo -usr/share/locale/zh_CN/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/zh_CN/LC_MESSAGES/gtk20.mo -usr/share/locale/zh_TW/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/zh_TW/LC_MESSAGES/gtk20.mo -usr/share/themes/Default/gtk-2.0-key/gtkrc -usr/share/themes/Emacs/gtk-2.0-key/gtkrc -usr/share/themes/Raleigh/gtk-2.0/gtkrc -@dirrm etc/gtk-2.0/i386-redhat-linux-gnu -@dirrm etc/gtk-2.0 -@dirrm usr/lib/gtk-2.0/2.4.0/immodules -@dirrm usr/lib/gtk-2.0/2.4.0/loaders -@dirrm usr/lib/gtk-2.0/2.4.0 -@dirrm usr/lib/gtk-2.0 -@dirrm usr/share/doc/gtk2-%%PORTVERSION%% -@dirrm usr/share/gtk-2.0/demo -@dirrm usr/share/gtk-2.0 -@dirrm usr/share/themes/Default/gtk-2.0-key -@dirrm usr/share/themes/Default -@dirrm usr/share/themes/Emacs/gtk-2.0-key -@dirrm usr/share/themes/Emacs -@dirrm usr/share/themes/Raleigh/gtk-2.0 -@dirrm usr/share/themes/Raleigh -@dirrm usr/share/themes -@dirrmtry usr/share/locale/af/LC_MESSAGES -@dirrmtry usr/share/locale/af -@dirrmtry usr/share/locale/am/LC_MESSAGES -@dirrmtry usr/share/locale/am -@dirrmtry usr/share/locale/ang/LC_MESSAGES -@dirrmtry usr/share/locale/ang -@dirrmtry usr/share/locale/ar/LC_MESSAGES -@dirrmtry usr/share/locale/ar -@dirrmtry usr/share/locale/az/LC_MESSAGES -@dirrmtry usr/share/locale/az -@dirrmtry usr/share/locale/az_IR/LC_MESSAGES -@dirrmtry usr/share/locale/az_IR -@dirrmtry usr/share/locale/be/LC_MESSAGES -@dirrmtry usr/share/locale/be -@dirrmtry usr/share/locale/bg/LC_MESSAGES -@dirrmtry usr/share/locale/bg -@dirrmtry usr/share/locale/bn/LC_MESSAGES -@dirrmtry usr/share/locale/bn -@dirrmtry usr/share/locale/br/LC_MESSAGES -@dirrmtry usr/share/locale/br -@dirrmtry usr/share/locale/bs/LC_MESSAGES -@dirrmtry usr/share/locale/bs -@dirrmtry usr/share/locale/ca/LC_MESSAGES -@dirrmtry usr/share/locale/ca -@dirrmtry usr/share/locale/cs/LC_MESSAGES -@dirrmtry usr/share/locale/cs -@dirrmtry usr/share/locale/cy/LC_MESSAGES -@dirrmtry usr/share/locale/cy -@dirrmtry usr/share/locale/da/LC_MESSAGES -@dirrmtry usr/share/locale/da -@dirrmtry usr/share/locale/de/LC_MESSAGES -@dirrmtry usr/share/locale/de -@dirrmtry usr/share/locale/el/LC_MESSAGES -@dirrmtry usr/share/locale/el -@dirrmtry usr/share/locale/en_CA/LC_MESSAGES -@dirrmtry usr/share/locale/en_CA -@dirrmtry usr/share/locale/en_GB/LC_MESSAGES -@dirrmtry usr/share/locale/en_GB -@dirrmtry usr/share/locale/es/LC_MESSAGES -@dirrmtry usr/share/locale/es -@dirrmtry usr/share/locale/et/LC_MESSAGES -@dirrmtry usr/share/locale/et -@dirrmtry usr/share/locale/eu/LC_MESSAGES -@dirrmtry usr/share/locale/eu -@dirrmtry usr/share/locale/fa/LC_MESSAGES -@dirrmtry usr/share/locale/fa -@dirrmtry usr/share/locale/fi/LC_MESSAGES -@dirrmtry usr/share/locale/fi -@dirrmtry usr/share/locale/fr/LC_MESSAGES -@dirrmtry usr/share/locale/fr -@dirrmtry usr/share/locale/ga/LC_MESSAGES -@dirrmtry usr/share/locale/ga -@dirrmtry usr/share/locale/gl/LC_MESSAGES -@dirrmtry usr/share/locale/gl -@dirrmtry usr/share/locale/gu/LC_MESSAGES -@dirrmtry usr/share/locale/gu -@dirrmtry usr/share/locale/he/LC_MESSAGES -@dirrmtry usr/share/locale/he -@dirrmtry usr/share/locale/hi/LC_MESSAGES -@dirrmtry usr/share/locale/hi -@dirrmtry usr/share/locale/hr/LC_MESSAGES -@dirrmtry usr/share/locale/hr -@dirrmtry usr/share/locale/hu/LC_MESSAGES -@dirrmtry usr/share/locale/hu -@dirrmtry usr/share/locale/ia/LC_MESSAGES -@dirrmtry usr/share/locale/ia -@dirrmtry usr/share/locale/id/LC_MESSAGES -@dirrmtry usr/share/locale/id -@dirrmtry usr/share/locale/is/LC_MESSAGES -@dirrmtry usr/share/locale/is -@dirrmtry usr/share/locale/it/LC_MESSAGES -@dirrmtry usr/share/locale/it -@dirrmtry usr/share/locale/ja/LC_MESSAGES -@dirrmtry usr/share/locale/ja -@dirrmtry usr/share/locale/ko/LC_MESSAGES -@dirrmtry usr/share/locale/ko -@dirrmtry usr/share/locale/li/LC_MESSAGES -@dirrmtry usr/share/locale/li -@dirrmtry usr/share/locale/lt/LC_MESSAGES -@dirrmtry usr/share/locale/lt -@dirrmtry usr/share/locale/lv/LC_MESSAGES -@dirrmtry usr/share/locale/lv -@dirrmtry usr/share/locale/mi/LC_MESSAGES -@dirrmtry usr/share/locale/mi -@dirrmtry usr/share/locale/mk/LC_MESSAGES -@dirrmtry usr/share/locale/mk -@dirrmtry usr/share/locale/ml/LC_MESSAGES -@dirrmtry usr/share/locale/ml -@dirrmtry usr/share/locale/mn/LC_MESSAGES -@dirrmtry usr/share/locale/mn -@dirrmtry usr/share/locale/mr/LC_MESSAGES -@dirrmtry usr/share/locale/mr -@dirrmtry usr/share/locale/ms/LC_MESSAGES -@dirrmtry usr/share/locale/ms -@dirrmtry usr/share/locale/nb/LC_MESSAGES -@dirrmtry usr/share/locale/nb -@dirrmtry usr/share/locale/ne/LC_MESSAGES -@dirrmtry usr/share/locale/ne -@dirrmtry usr/share/locale/nl/LC_MESSAGES -@dirrmtry usr/share/locale/nl -@dirrmtry usr/share/locale/nn/LC_MESSAGES -@dirrmtry usr/share/locale/nn -@dirrmtry usr/share/locale/no/LC_MESSAGES -@dirrmtry usr/share/locale/no -@dirrmtry usr/share/locale/nso/LC_MESSAGES -@dirrmtry usr/share/locale/nso -@dirrmtry usr/share/locale/pa/LC_MESSAGES -@dirrmtry usr/share/locale/pa -@dirrmtry usr/share/locale/pl/LC_MESSAGES -@dirrmtry usr/share/locale/pl -@dirrmtry usr/share/locale/pt/LC_MESSAGES -@dirrmtry usr/share/locale/pt -@dirrmtry usr/share/locale/pt_BR/LC_MESSAGES -@dirrmtry usr/share/locale/pt_BR -@dirrmtry usr/share/locale/ro/LC_MESSAGES -@dirrmtry usr/share/locale/ro -@dirrmtry usr/share/locale/ru/LC_MESSAGES -@dirrmtry usr/share/locale/ru -@dirrmtry usr/share/locale/sk/LC_MESSAGES -@dirrmtry usr/share/locale/sk -@dirrmtry usr/share/locale/sl/LC_MESSAGES -@dirrmtry usr/share/locale/sl -@dirrmtry usr/share/locale/sq/LC_MESSAGES -@dirrmtry usr/share/locale/sq -@dirrmtry usr/share/locale/sr/LC_MESSAGES -@dirrmtry usr/share/locale/sr -@dirrmtry usr/share/locale/sr@Latn/LC_MESSAGES -@dirrmtry usr/share/locale/sr@Latn -@dirrmtry usr/share/locale/sr@ije/LC_MESSAGES -@dirrmtry usr/share/locale/sr@ije -@dirrmtry usr/share/locale/sv/LC_MESSAGES -@dirrmtry usr/share/locale/sv -@dirrmtry usr/share/locale/ta/LC_MESSAGES -@dirrmtry usr/share/locale/ta -@dirrmtry usr/share/locale/th/LC_MESSAGES -@dirrmtry usr/share/locale/th -@dirrmtry usr/share/locale/tk/LC_MESSAGES -@dirrmtry usr/share/locale/tk -@dirrmtry usr/share/locale/tr/LC_MESSAGES -@dirrmtry usr/share/locale/tr -@dirrmtry usr/share/locale/uk/LC_MESSAGES -@dirrmtry usr/share/locale/uk -@dirrmtry usr/share/locale/uz/LC_MESSAGES -@dirrmtry usr/share/locale/uz -@dirrmtry usr/share/locale/uz@Latn/LC_MESSAGES -@dirrmtry usr/share/locale/uz@Latn -@dirrmtry usr/share/locale/vi/LC_MESSAGES -@dirrmtry usr/share/locale/vi -@dirrmtry usr/share/locale/wa/LC_MESSAGES -@dirrmtry usr/share/locale/wa -@dirrmtry usr/share/locale/yi/LC_MESSAGES -@dirrmtry usr/share/locale/yi -@dirrmtry usr/share/locale/zh_CN/LC_MESSAGES -@dirrmtry usr/share/locale/zh_CN -@dirrmtry usr/share/locale/zh_TW/LC_MESSAGES -@dirrmtry usr/share/locale/zh_TW diff --git a/x11-toolkits/linux-f10-openmotif/Makefile b/x11-toolkits/linux-f10-openmotif/Makefile deleted file mode 100644 index e8b5aa38f70e..000000000000 --- a/x11-toolkits/linux-f10-openmotif/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: linux-openmotif -# Date created: 2001-09-24 -# Whom: Christian Weisgerber <naddy@mips.inka.de> -# -# $FreeBSD$ - -PORTNAME= openmotif -PORTVERSION= 2.2.4 -PORTREVISION= 2 -CATEGORIES= x11-toolkits linux -MASTER_SITES= ftp://ftp.motifzone.com/%SUBDIR%/ \ - ftp://ftp.ics.com/pub/Products/Motif/%SUBDIR%/ -MASTER_SITE_SUBDIR= om2.2.4/redhat-7.3 -PKGNAMEPREFIX= linux- -EXTRACT_SUFX= -0.1.i386.rpm -DIST_SUBDIR= rpm -EXTRACT_ONLY= - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= Motif toolkit Linux libraries - -BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm - -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX= yes -USE_LINUX_PREFIX= yes -USE_XLIB= yes -NO_BUILD= yes -MD5_FILE= ${MASTERDIR}/distinfo.i386 - -EXTRACT_FILES= ./usr/X11R6/lib/libMrm.so.3.0.3 \ - ./usr/X11R6/lib/libUil.so.3.0.3 \ - ./usr/X11R6/lib/libXm.so.3.0.3 - -do-install: - cd ${PREFIX}; \ - rpm2cpio ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | \ - ${CPIO} -idum -R ${LIBOWN}:${LIBGRP} ${EXTRACT_FILES} - chroot ${PREFIX} /sbin/ldconfig - -.include <bsd.port.mk> diff --git a/x11-toolkits/linux-f10-openmotif/distinfo.i386 b/x11-toolkits/linux-f10-openmotif/distinfo.i386 deleted file mode 100644 index bea91ab253ef..000000000000 --- a/x11-toolkits/linux-f10-openmotif/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/openmotif-2.2.4-0.1.i386.rpm) = 1600340ba67417562da5bca16dfdef2f -SIZE (rpm/openmotif-2.2.4-0.1.i386.rpm) = 2898870 diff --git a/x11-toolkits/linux-f10-openmotif/pkg-descr b/x11-toolkits/linux-f10-openmotif/pkg-descr deleted file mode 100644 index e669752e68f9..000000000000 --- a/x11-toolkits/linux-f10-openmotif/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Open Motif runtime libraries for the Linux emulation environment. diff --git a/x11-toolkits/linux-f10-openmotif/pkg-plist b/x11-toolkits/linux-f10-openmotif/pkg-plist deleted file mode 100644 index da31f4f190e6..000000000000 --- a/x11-toolkits/linux-f10-openmotif/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -usr/X11R6/lib/libMrm.so.3.0.3 -usr/X11R6/lib/libUil.so.3.0.3 -usr/X11R6/lib/libXm.so.3.0.3 -@exec chroot %D /sbin/ldconfig -@unexec chroot %D /sbin/ldconfig diff --git a/x11-toolkits/linux-f10-pango/Makefile b/x11-toolkits/linux-f10-pango/Makefile deleted file mode 100644 index f8cb49fb09d1..000000000000 --- a/x11-toolkits/linux-f10-pango/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: linux-pango -# Date created: 2003-07-05 -# Whom: trevor -# -# $FreeBSD$ -# - -PORTNAME= pango -PORTVERSION= 1.6.0 -PORTREVISION= 1 -CATEGORIES= x11-toolkits linux - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= Linux pango binary -MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} -MASTER_SITE_SUBDIR= 3/i386/os/Fedora/RPMS - -# these libraries are required by pango-querymodules -RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFree86-libs \ - ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2 \ - ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \ - ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat - -USE_XLIB= yes -ONLY_FOR_ARCHS= i386 amd64 -PLIST= ${PKGDIR}/pkg-plist -RPM_SET= pango-${PORTVERSION}-7.i386.rpm -PLIST_SUB+= LIBVERSION="600.0" PORTVERSION="${PORTVERSION}" - -post-install: - @${BRANDELF} -t Linux ${PREFIX}/usr/bin/pango-querymodules-32 - @${PREFIX}/usr/bin/pango-querymodules-32 > ${PREFIX}/etc/pango/i386-redhat-linux-gnu/pango.modules - -.include "../linux-gtk/Makefile" diff --git a/x11-toolkits/linux-f10-pango/distinfo.i386 b/x11-toolkits/linux-f10-pango/distinfo.i386 deleted file mode 100644 index 9cee7663d040..000000000000 --- a/x11-toolkits/linux-f10-pango/distinfo.i386 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (rpm/pango-1.6.0-7.i386.rpm) = ddb36c33af419ac7993ddf5317fbb904 -SHA256 (rpm/pango-1.6.0-7.i386.rpm) = 2012a8f277e0ddda0734c9f784f4d62aff07ccf88b55da551ec073ec2718da7f -SIZE (rpm/pango-1.6.0-7.i386.rpm) = 277273 diff --git a/x11-toolkits/linux-f10-pango/pkg-descr b/x11-toolkits/linux-f10-pango/pkg-descr deleted file mode 100644 index 922f2bcf8586..000000000000 --- a/x11-toolkits/linux-f10-pango/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -This is a Linux/i386 binary port of Pango. - -from the home page: - - The goal of the Pango project is to provide an open-source - framework for the layout and rendering of internationalized - text. Pango is an offshoot of the GTK+ and GNOME projects, - and the initial focus is operation in those environments, - however there is nothing fundamentally GTK+- or GNOME-specific - about Pango. Pango uses Unicode for all of its encoding, - and will eventually support output in all the world's major - languages. - -WWW: http://pango.org diff --git a/x11-toolkits/linux-f10-pango/pkg-plist b/x11-toolkits/linux-f10-pango/pkg-plist deleted file mode 100644 index 6629110f253e..000000000000 --- a/x11-toolkits/linux-f10-pango/pkg-plist +++ /dev/null @@ -1,38 +0,0 @@ -etc/pango/i386-redhat-linux-gnu/pango.modules -etc/pango/pangox.aliases -usr/bin/pango-querymodules-32 -usr/lib/libpango-1.0.so.0 -usr/lib/libpango-1.0.so.0.%%LIBVERSION%% -usr/lib/libpangoft2-1.0.so.0 -usr/lib/libpangoft2-1.0.so.0.%%LIBVERSION%% -usr/lib/libpangox-1.0.so.0 -usr/lib/libpangox-1.0.so.0.%%LIBVERSION%% -usr/lib/libpangoxft-1.0.so.0 -usr/lib/libpangoxft-1.0.so.0.%%LIBVERSION%% -usr/lib/pango/1.4.0/modules/pango-arabic-fc.la -usr/lib/pango/1.4.0/modules/pango-arabic-fc.so -usr/lib/pango/1.4.0/modules/pango-basic-fc.la -usr/lib/pango/1.4.0/modules/pango-basic-fc.so -usr/lib/pango/1.4.0/modules/pango-basic-x.la -usr/lib/pango/1.4.0/modules/pango-basic-x.so -usr/lib/pango/1.4.0/modules/pango-hangul-fc.la -usr/lib/pango/1.4.0/modules/pango-hangul-fc.so -usr/lib/pango/1.4.0/modules/pango-hebrew-fc.la -usr/lib/pango/1.4.0/modules/pango-hebrew-fc.so -usr/lib/pango/1.4.0/modules/pango-indic-fc.la -usr/lib/pango/1.4.0/modules/pango-indic-fc.so -usr/lib/pango/1.4.0/modules/pango-thai-fc.la -usr/lib/pango/1.4.0/modules/pango-thai-fc.so -usr/share/doc/pango-%%PORTVERSION%%/AUTHORS -usr/share/doc/pango-%%PORTVERSION%%/COPYING -usr/share/doc/pango-%%PORTVERSION%%/ChangeLog -usr/share/doc/pango-%%PORTVERSION%%/HELLO.utf8 -usr/share/doc/pango-%%PORTVERSION%%/README -usr/share/doc/pango-%%PORTVERSION%%/TODO -usr/share/man/man1/pango-querymodules.1.gz -@dirrm etc/pango/i386-redhat-linux-gnu -@dirrm etc/pango -@dirrm usr/lib/pango/1.4.0/modules -@dirrm usr/lib/pango/1.4.0 -@dirrm usr/lib/pango -@dirrm usr/share/doc/pango-%%PORTVERSION%% diff --git a/x11-toolkits/linux-f8-gtk/Makefile b/x11-toolkits/linux-f8-gtk/Makefile deleted file mode 100644 index d3cffb4d10f5..000000000000 --- a/x11-toolkits/linux-f8-gtk/Makefile +++ /dev/null @@ -1,81 +0,0 @@ -# New ports collection makefile for: linux-gtk -# Date created: 8 April 2000 -# Whom: sada@FreeBSD.org -# Based on: emulators/linux_base by marcel@FreeBSD.org -# & multimedia/xmovie by sanpei@sanpei.org -# -# $FreeBSD$ -# - -PORTNAME?= gtk -PORTVERSION?= 1.2.10 -PORTREVISION?= 0 -CATEGORIES?= x11-toolkits linux -MASTER_SITES?= ${FEDORALEGACY_MIRRORS:S/__DIR__/${FEDORADIR}/g} ${RPM_MIRRORS:S/__DIR__/${STDDIR}/g} -PKGNAMEPREFIX= linux- -DISTFILES= ${RPM_SET} ${SRC_DISTFILES} - -MAINTAINER?= freebsd-emulation@FreeBSD.org -COMMENT?= RPM of the Gtk lib - -BUILD_DEPENDS+= rpm:${PORTSDIR}/archivers/rpm -# XXX: I haven't checked if every port which includes this Makefile needs -# USE_XLIB, so let it be a RUN_DEPENDS?= until the refactoring of the -# RPM bits. -RUN_DEPENDS?= ${LINUXBASE}/usr/X11R6/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFree86-libs - -ONLY_FOR_ARCHS?= i386 alpha amd64 - -USE_LINUX= yes -USE_LINUX_PREFIX= yes - -.include <bsd.port.pre.mk> - -.if (${ARCH} == "amd64") -ARCH= i386 -RPMFLAGS+= --ignorearch -.endif -DIST_SUBDIR?= rpm -EXTRACT_ONLY= -NO_BUILD= yes -PLIST?= ${PKGDIR}/pkg-plist.${ARCH} -MD5_FILE?= ${MASTERDIR}/distinfo.${ARCH} -LINUX_LDCONFIG?=${LINUXBASE}/sbin/ldconfig - -# Let's avoid hardcoding 'en' as the language. -LANG= en -# Set the version of linux_base -BASEVERSION?= 8.0 -RPM_MIRRORS= \ - ftp://ftp.redhat.com/pub/redhat/__DIR__/ \ - ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/__DIR__/ -FEDORALEGACY_MIRRORS= \ - http://download.fedoralegacy.org/redhat/__DIR__/ -STDDIR= linux/${BASEVERSION}/${LANG}/os/${ARCH}/RedHat/RPMS -UPDDIR= linux/updates/${BASEVERSION}/${LANG}/os/${ARCH} -FEDORADIR= ${BASEVERSION}/os/${ARCH} -.if (${ARCH} == "i386") -RPM_SET?= gtk+-1.2.10-22.${ARCH}.rpm -.endif -DBPATH= /var/lib/rpm -RPMFLAGS+= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs --oldpackage -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -do-install: - @for R in ${RPM_SET}; do \ - ${ECHO_MSG} $$R; \ - rpm -U ${RPMFLAGS} ${RPMDIR}/$$R || true ; \ - done - @${LINUX_LDCONFIG} - -new-plist: - @${RM} -rf ${WRKSRC}/tmp - @${MKDIR} ${WRKSRC}/tmp - @cd ${WRKSRC}/tmp; \ - rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | ${CPIO} -id; \ - ${FIND} * -type f -o -type l > ${PLIST}.new; \ - ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' \ - >> ${PLIST}.new - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/linux-f8-gtk/distinfo.alpha b/x11-toolkits/linux-f8-gtk/distinfo.alpha deleted file mode 100644 index 3b30df4d412f..000000000000 --- a/x11-toolkits/linux-f8-gtk/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/gtk+-1.2.9-4.alpha.rpm) = 72107f3edc89e27e1481b89fd752ff82 -SIZE (rpm/gtk+-1.2.9-4.alpha.rpm) = 1166775 diff --git a/x11-toolkits/linux-f8-gtk/distinfo.i386 b/x11-toolkits/linux-f8-gtk/distinfo.i386 deleted file mode 100644 index 3a34cdf9f23f..000000000000 --- a/x11-toolkits/linux-f8-gtk/distinfo.i386 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (rpm/gtk+-1.2.10-22.i386.rpm) = 1932769e2a4fc10524b77a69811f4427 -SHA256 (rpm/gtk+-1.2.10-22.i386.rpm) = 7949c5204a620056f09279e6571ae2f4bacf6c8cbbf7fc7a4e4e75c33f806c6a -SIZE (rpm/gtk+-1.2.10-22.i386.rpm) = 948063 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 052e7ae60a60..000000000000 --- a/x11-toolkits/linux-f8-gtk/pkg-plist.alpha +++ /dev/null @@ -1,182 +0,0 @@ -etc/gtk/gtkrc -etc/gtk/gtkrc.az -etc/gtk/gtkrc.cp1251 -etc/gtk/gtkrc.cp1255 -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 -usr/lib/libgdk-1.2.so.0.9.0 -usr/lib/libgtk-1.2.so.0.9.0 -usr/share/doc/gtk+-1.2.9/AUTHORS -usr/share/doc/gtk+-1.2.9/COPYING -usr/share/doc/gtk+-1.2.9/ChangeLog -usr/share/doc/gtk+-1.2.9/NEWS -usr/share/doc/gtk+-1.2.9/README -usr/share/doc/gtk+-1.2.9/TODO -usr/share/locale/az/LC_MESSAGES/gtk+.mo -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/gl/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/lt/LC_MESSAGES/gtk+.mo -usr/share/locale/nl/LC_MESSAGES/gtk+.mo -usr/share/locale/nn/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/sp/LC_MESSAGES/gtk+.mo -usr/share/locale/sr/LC_MESSAGES/gtk+.mo -usr/share/locale/sv/LC_MESSAGES/gtk+.mo -usr/share/locale/tr/LC_MESSAGES/gtk+.mo -usr/share/locale/uk/LC_MESSAGES/gtk+.mo -usr/share/locale/wa/LC_MESSAGES/gtk+.mo -usr/share/locale/zh_CN.GB2312/LC_MESSAGES/gtk+.mo -usr/share/locale/zh_TW.Big5/LC_MESSAGES/gtk+.mo -usr/share/themes/Default/gtk/gtkrc -etc/gtk/gtkrc.be -etc/gtk/gtkrc.bg -etc/gtk/gtkrc.bg_BG.iso88595 -etc/gtk/gtkrc.cs -etc/gtk/gtkrc.cy -etc/gtk/gtkrc.et -etc/gtk/gtkrc.ga -etc/gtk/gtkrc.he_IL.cp1255 -etc/gtk/gtkrc.he_IL.microsoftcp1255 -etc/gtk/gtkrc.hr -etc/gtk/gtkrc.hu -etc/gtk/gtkrc.ka -etc/gtk/gtkrc.lt -etc/gtk/gtkrc.lv -etc/gtk/gtkrc.mi -etc/gtk/gtkrc.mk -etc/gtk/gtkrc.pl -etc/gtk/gtkrc.ro -etc/gtk/gtkrc.ru_RU.iso88595 -etc/gtk/gtkrc.sk -etc/gtk/gtkrc.sl -etc/gtk/gtkrc.sp -etc/gtk/gtkrc.sq -etc/gtk/gtkrc.sr -etc/gtk/gtkrc.sr.iso88595 -etc/gtk/gtkrc.vi -etc/gtk/gtkrc.vi_VN.viscii111 -etc/gtk/gtkrc.yi -usr/lib/libgdk-1.2.so.0 -usr/lib/libgtk-1.2.so.0 -@dirrm etc/gtk -@dirrm usr/share/doc/gtk+-1.2.9 -@dirrm usr/share/themes/Default/gtk -@dirrmtry usr/share/themes/Default -@dirrmtry usr/share/themes -@comment this port is not covered with mtree so removing locale directories. -@dirrmtry usr/share/locale/zh_TW.Big5/LC_MESSAGES -@dirrmtry usr/share/locale/zh_TW.Big5 -@dirrmtry usr/share/locale/zh_CN.GB2312/LC_MESSAGES -@dirrmtry usr/share/locale/zh_CN.GB2312 -@dirrmtry usr/share/locale/wa/LC_MESSAGES -@dirrmtry usr/share/locale/wa -@dirrmtry usr/share/locale/uk/LC_MESSAGES -@dirrmtry usr/share/locale/uk -@dirrmtry usr/share/locale/tr/LC_MESSAGES -@dirrmtry usr/share/locale/tr -@dirrmtry usr/share/locale/sv/LC_MESSAGES -@dirrmtry usr/share/locale/sv -@dirrmtry usr/share/locale/sr/LC_MESSAGES -@dirrmtry usr/share/locale/sr -@dirrmtry usr/share/locale/sp/LC_MESSAGES -@dirrmtry usr/share/locale/sp -@dirrmtry usr/share/locale/sl/LC_MESSAGES -@dirrmtry usr/share/locale/sl -@dirrmtry usr/share/locale/sk/LC_MESSAGES -@dirrmtry usr/share/locale/sk -@dirrmtry usr/share/locale/ru/LC_MESSAGES -@dirrmtry usr/share/locale/ru -@dirrmtry usr/share/locale/ro/LC_MESSAGES -@dirrmtry usr/share/locale/ro -@dirrmtry usr/share/locale/pt_BR/LC_MESSAGES -@dirrmtry usr/share/locale/pt_BR -@dirrmtry usr/share/locale/pt/LC_MESSAGES -@dirrmtry usr/share/locale/pt -@dirrmtry usr/share/locale/pl/LC_MESSAGES -@dirrmtry usr/share/locale/pl -@dirrmtry usr/share/locale/no/LC_MESSAGES -@dirrmtry usr/share/locale/no -@dirrmtry usr/share/locale/nn/LC_MESSAGES -@dirrmtry usr/share/locale/nn -@dirrmtry usr/share/locale/nl/LC_MESSAGES -@dirrmtry usr/share/locale/nl -@dirrmtry usr/share/locale/lt/LC_MESSAGES -@dirrmtry usr/share/locale/lt -@dirrmtry usr/share/locale/ko/LC_MESSAGES -@dirrmtry usr/share/locale/ko -@dirrmtry usr/share/locale/ja/LC_MESSAGES -@dirrmtry usr/share/locale/ja -@dirrmtry usr/share/locale/it/LC_MESSAGES -@dirrmtry usr/share/locale/it -@dirrmtry usr/share/locale/hu/LC_MESSAGES -@dirrmtry usr/share/locale/hu -@dirrmtry usr/share/locale/hr/LC_MESSAGES -@dirrmtry usr/share/locale/hr -@dirrmtry usr/share/locale/gl/LC_MESSAGES -@dirrmtry usr/share/locale/gl -@dirrmtry usr/share/locale/ga/LC_MESSAGES -@dirrmtry usr/share/locale/ga -@dirrmtry usr/share/locale/fr/LC_MESSAGES -@dirrmtry usr/share/locale/fr -@dirrmtry usr/share/locale/fi/LC_MESSAGES -@dirrmtry usr/share/locale/fi -@dirrmtry usr/share/locale/eu/LC_MESSAGES -@dirrmtry usr/share/locale/eu -@dirrmtry usr/share/locale/et/LC_MESSAGES -@dirrmtry usr/share/locale/et -@dirrmtry usr/share/locale/es/LC_MESSAGES -@dirrmtry usr/share/locale/es -@dirrmtry usr/share/locale/el/LC_MESSAGES -@dirrmtry usr/share/locale/el -@dirrmtry usr/share/locale/de/LC_MESSAGES -@dirrmtry usr/share/locale/de -@dirrmtry usr/share/locale/da/LC_MESSAGES -@dirrmtry usr/share/locale/da -@dirrmtry usr/share/locale/cs/LC_MESSAGES -@dirrmtry usr/share/locale/cs -@dirrmtry usr/share/locale/ca/LC_MESSAGES -@dirrmtry usr/share/locale/ca -@dirrmtry usr/share/locale/az/LC_MESSAGES -@dirrmtry usr/share/locale/az - 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 d24b9a54faef..000000000000 --- a/x11-toolkits/linux-f8-gtk/pkg-plist.i386 +++ /dev/null @@ -1,184 +0,0 @@ -etc/gtk/gtkrc -etc/gtk/gtkrc.az -etc/gtk/gtkrc.be -etc/gtk/gtkrc.bg -etc/gtk/gtkrc.bg_BG.iso88595 -etc/gtk/gtkrc.cp1251 -etc/gtk/gtkrc.cp1255 -etc/gtk/gtkrc.cs -etc/gtk/gtkrc.cy -etc/gtk/gtkrc.et -etc/gtk/gtkrc.ga -etc/gtk/gtkrc.he -etc/gtk/gtkrc.he_IL.cp1255 -etc/gtk/gtkrc.he_IL.microsoftcp1255 -etc/gtk/gtkrc.hr -etc/gtk/gtkrc.hu -etc/gtk/gtkrc.hy -etc/gtk/gtkrc.iso885913 -etc/gtk/gtkrc.iso885914 -etc/gtk/gtkrc.iso885915 -etc/gtk/gtkrc.iso88592 -etc/gtk/gtkrc.iso88593 -etc/gtk/gtkrc.iso88595 -etc/gtk/gtkrc.iso88597 -etc/gtk/gtkrc.iso88599 -etc/gtk/gtkrc.ja -etc/gtk/gtkrc.ka -etc/gtk/gtkrc.ka_GE.georgianacademy -etc/gtk/gtkrc.ka_GE.georgianps -etc/gtk/gtkrc.ko -etc/gtk/gtkrc.lt -etc/gtk/gtkrc.lv -etc/gtk/gtkrc.mi -etc/gtk/gtkrc.mk -etc/gtk/gtkrc.pl -etc/gtk/gtkrc.ro -etc/gtk/gtkrc.ru -etc/gtk/gtkrc.ru_RU.iso88595 -etc/gtk/gtkrc.sk -etc/gtk/gtkrc.sl -etc/gtk/gtkrc.sp -etc/gtk/gtkrc.sq -etc/gtk/gtkrc.sr -etc/gtk/gtkrc.th -etc/gtk/gtkrc.uk -etc/gtk/gtkrc.utf8 -etc/gtk/gtkrc.vi -etc/gtk/gtkrc.vi_VN.tcvn -etc/gtk/gtkrc.vi_VN.viscii -etc/gtk/gtkrc.vi_VN.viscii111 -etc/gtk/gtkrc.yi -etc/gtk/gtkrc.zh_CN -etc/gtk/gtkrc.zh_TW.big5 -usr/lib/libgdk-1.2.so.0 -usr/lib/libgdk-1.2.so.0.9.1 -usr/lib/libgtk-1.2.so.0 -usr/lib/libgtk-1.2.so.0.9.1 -usr/share/doc/gtk+-1.2.10/AUTHORS -usr/share/doc/gtk+-1.2.10/COPYING -usr/share/doc/gtk+-1.2.10/ChangeLog -usr/share/doc/gtk+-1.2.10/NEWS -usr/share/doc/gtk+-1.2.10/README -usr/share/doc/gtk+-1.2.10/TODO -usr/share/locale/az/LC_MESSAGES/gtk+.mo -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/gl/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/lt/LC_MESSAGES/gtk+.mo -usr/share/locale/nl/LC_MESSAGES/gtk+.mo -usr/share/locale/nn/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/sp/LC_MESSAGES/gtk+.mo -usr/share/locale/sr/LC_MESSAGES/gtk+.mo -usr/share/locale/sv/LC_MESSAGES/gtk+.mo -usr/share/locale/tr/LC_MESSAGES/gtk+.mo -usr/share/locale/uk/LC_MESSAGES/gtk+.mo -usr/share/locale/vi/LC_MESSAGES/gtk+.mo -usr/share/locale/wa/LC_MESSAGES/gtk+.mo -usr/share/locale/zh_CN.GB2312/LC_MESSAGES/gtk+.mo -usr/share/locale/zh_TW.Big5/LC_MESSAGES/gtk+.mo -usr/share/themes/Default/gtk/gtkrc -@dirrm etc/gtk -@dirrm usr/share/doc/gtk+-1.2.10 -@dirrm usr/share/themes/Default/gtk -@dirrmtry usr/share/themes/Default -@dirrmtry usr/share/themes -@comment this port is not covered with mtree so removing locale directories. -@dirrmtry usr/share/locale/zh_TW.Big5/LC_MESSAGES -@dirrmtry usr/share/locale/zh_TW.Big5 -@dirrmtry usr/share/locale/zh_CN.GB2312/LC_MESSAGES -@dirrmtry usr/share/locale/zh_CN.GB2312 -@dirrmtry usr/share/locale/wa/LC_MESSAGES -@dirrmtry usr/share/locale/wa -@dirrmtry usr/share/locale/vi/LC_MESSAGES -@dirrmtry usr/share/locale/vi -@dirrmtry usr/share/locale/uk/LC_MESSAGES -@dirrmtry usr/share/locale/uk -@dirrmtry usr/share/locale/tr/LC_MESSAGES -@dirrmtry usr/share/locale/tr -@dirrmtry usr/share/locale/sv/LC_MESSAGES -@dirrmtry usr/share/locale/sv -@dirrmtry usr/share/locale/sr/LC_MESSAGES -@dirrmtry usr/share/locale/sr -@dirrmtry usr/share/locale/sp/LC_MESSAGES -@dirrmtry usr/share/locale/sp -@dirrmtry usr/share/locale/sl/LC_MESSAGES -@dirrmtry usr/share/locale/sl -@dirrmtry usr/share/locale/sk/LC_MESSAGES -@dirrmtry usr/share/locale/sk -@dirrmtry usr/share/locale/ru/LC_MESSAGES -@dirrmtry usr/share/locale/ru -@dirrmtry usr/share/locale/ro/LC_MESSAGES -@dirrmtry usr/share/locale/ro -@dirrmtry usr/share/locale/pt_BR/LC_MESSAGES -@dirrmtry usr/share/locale/pt_BR -@dirrmtry usr/share/locale/pt/LC_MESSAGES -@dirrmtry usr/share/locale/pt -@dirrmtry usr/share/locale/pl/LC_MESSAGES -@dirrmtry usr/share/locale/pl -@dirrmtry usr/share/locale/no/LC_MESSAGES -@dirrmtry usr/share/locale/no -@dirrmtry usr/share/locale/nn/LC_MESSAGES -@dirrmtry usr/share/locale/nn -@dirrmtry usr/share/locale/nl/LC_MESSAGES -@dirrmtry usr/share/locale/nl -@dirrmtry usr/share/locale/lt/LC_MESSAGES -@dirrmtry usr/share/locale/lt -@dirrmtry usr/share/locale/ko/LC_MESSAGES -@dirrmtry usr/share/locale/ko -@dirrmtry usr/share/locale/ja/LC_MESSAGES -@dirrmtry usr/share/locale/ja -@dirrmtry usr/share/locale/it/LC_MESSAGES -@dirrmtry usr/share/locale/it -@dirrmtry usr/share/locale/hu/LC_MESSAGES -@dirrmtry usr/share/locale/hu -@dirrmtry usr/share/locale/hr/LC_MESSAGES -@dirrmtry usr/share/locale/hr -@dirrmtry usr/share/locale/gl/LC_MESSAGES -@dirrmtry usr/share/locale/gl -@dirrmtry usr/share/locale/ga/LC_MESSAGES -@dirrmtry usr/share/locale/ga -@dirrmtry usr/share/locale/fr/LC_MESSAGES -@dirrmtry usr/share/locale/fr -@dirrmtry usr/share/locale/fi/LC_MESSAGES -@dirrmtry usr/share/locale/fi -@dirrmtry usr/share/locale/eu/LC_MESSAGES -@dirrmtry usr/share/locale/eu -@dirrmtry usr/share/locale/et/LC_MESSAGES -@dirrmtry usr/share/locale/et -@dirrmtry usr/share/locale/es/LC_MESSAGES -@dirrmtry usr/share/locale/es -@dirrmtry usr/share/locale/el/LC_MESSAGES -@dirrmtry usr/share/locale/el -@dirrmtry usr/share/locale/de/LC_MESSAGES -@dirrmtry usr/share/locale/de -@dirrmtry usr/share/locale/da/LC_MESSAGES -@dirrmtry usr/share/locale/da -@dirrmtry usr/share/locale/cs/LC_MESSAGES -@dirrmtry usr/share/locale/cs -@dirrmtry usr/share/locale/ca/LC_MESSAGES -@dirrmtry usr/share/locale/ca -@dirrmtry usr/share/locale/az/LC_MESSAGES -@dirrmtry usr/share/locale/az diff --git a/x11-toolkits/linux-f8-gtk2/Makefile b/x11-toolkits/linux-f8-gtk2/Makefile deleted file mode 100644 index 2df73bef3e89..000000000000 --- a/x11-toolkits/linux-f8-gtk2/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: linux-gtk2 -# Date created: 2003-11-19 -# Whom: trevor -# -# $FreeBSD$ -# - -PORTNAME= gtk2 -PORTVERSION= 2.4.14 -PORTREVISION= 3 -CATEGORIES= x11-toolkits linux -MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} \ - http://distro.ibiblio.org/pub/linux/distributions/fedora/linux/core/${SUBDIR}/ \ - ftp://ftp.uni-koeln.de/mirrors/fedora/linux/core/${SUBDIR}/ -MASTER_SITE_SUBDIR= updates/3/i386 - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= GTK+ library, version 2.X, Linux binary - -# these libraries are required by gtk-query-immodules-2.0 or -# gdk-pixbuf-query-loaders -RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2 \ - ${LINUXBASE}/usr/lib/libatk-1.0.so.0:${PORTSDIR}/accessibility/linux-atk \ - ${LINUXBASE}/usr/lib/libjpeg.so.62:${PORTSDIR}/graphics/linux-jpeg \ - ${LINUXBASE}/usr/lib/libpng12.so.0:${PORTSDIR}/graphics/linux-png \ - ${LINUXBASE}/usr/lib/libtiff.so.3:${PORTSDIR}/graphics/linux-tiff \ - ${LINUXBASE}/usr/lib/libpango-1.0.so.0:${PORTSDIR}/x11-toolkits/linux-pango - -ONLY_FOR_ARCHS= i386 amd64 -PLIST= ${PKGDIR}/pkg-plist -USE_XLIB= yes -RESTRICTED= "binaries under GNU LGPL without accompanying source" -RPM_SET= gtk2-${PORTVERSION}-4.fc3.3.${ARCH}.rpm -PLIST_SUB= LIBVERSION="400.14" PORTVERSION="${PORTVERSION}" - -post-install: -.for ii in gdk-pixbuf-query-loaders-32 gtk-demo gtk-query-immodules-2.0-32 - @${BRANDELF} -t Linux ${PREFIX}/usr/bin/${ii} -.endfor - @chroot ${PREFIX} /usr/bin/gtk-query-immodules-2.0-32 > ${PREFIX}/etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules - @chroot ${PREFIX} /usr/bin/gdk-pixbuf-query-loaders-32 > ${PREFIX}/etc/gtk-2.0/i386-redhat-linux-gnu/gdk-pixbuf.loaders - -.include "../linux-gtk/Makefile" diff --git a/x11-toolkits/linux-f8-gtk2/distinfo.i386 b/x11-toolkits/linux-f8-gtk2/distinfo.i386 deleted file mode 100644 index d08be6cdf92f..000000000000 --- a/x11-toolkits/linux-f8-gtk2/distinfo.i386 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (rpm/gtk2-2.4.14-4.fc3.3.i386.rpm) = 5c55dcfe8e8854ecf26bc915c7dce15f -SHA256 (rpm/gtk2-2.4.14-4.fc3.3.i386.rpm) = 57aedcd29c221148930363002fa5223aecb982d6d2fb1b124476ef55382f2836 -SIZE (rpm/gtk2-2.4.14-4.fc3.3.i386.rpm) = 4593031 diff --git a/x11-toolkits/linux-f8-gtk2/pkg-descr b/x11-toolkits/linux-f8-gtk2/pkg-descr deleted file mode 100644 index 70620532c3b2..000000000000 --- a/x11-toolkits/linux-f8-gtk2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a Linux/i386 binary port of the GTK+ 2.X library. - -WWW: http://gtk.org diff --git a/x11-toolkits/linux-f8-gtk2/pkg-plist b/x11-toolkits/linux-f8-gtk2/pkg-plist deleted file mode 100644 index 3e2b28cc2faf..000000000000 --- a/x11-toolkits/linux-f8-gtk2/pkg-plist +++ /dev/null @@ -1,407 +0,0 @@ -etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules -etc/gtk-2.0/i386-redhat-linux-gnu/gdk-pixbuf.loaders -usr/bin/gdk-pixbuf-query-loaders-32 -usr/bin/gtk-demo -usr/bin/gtk-query-immodules-2.0-32 -usr/bin/update-gdk-pixbuf-loaders -usr/bin/update-gtk-immodules -usr/lib/gtk-2.0/2.4.0/immodules/im-am-et.so -usr/lib/gtk-2.0/2.4.0/immodules/im-cedilla.so -usr/lib/gtk-2.0/2.4.0/immodules/im-cyrillic-translit.so -usr/lib/gtk-2.0/2.4.0/immodules/im-inuktitut.so -usr/lib/gtk-2.0/2.4.0/immodules/im-ipa.so -usr/lib/gtk-2.0/2.4.0/immodules/im-thai-broken.so -usr/lib/gtk-2.0/2.4.0/immodules/im-ti-er.so -usr/lib/gtk-2.0/2.4.0/immodules/im-ti-et.so -usr/lib/gtk-2.0/2.4.0/immodules/im-viqr.so -usr/lib/gtk-2.0/2.4.0/immodules/im-xim.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ani.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-bmp.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-gif.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ico.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-jpeg.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-pcx.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-png.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-pnm.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ras.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-tga.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-tiff.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-wbmp.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xbm.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.so -usr/lib/libgdk-x11-2.0.so.0 -usr/lib/libgdk-x11-2.0.so.0.%%LIBVERSION%% -usr/lib/libgdk_pixbuf-2.0.so.0 -usr/lib/libgdk_pixbuf-2.0.so.0.%%LIBVERSION%% -usr/lib/libgdk_pixbuf_xlib-2.0.so.0 -usr/lib/libgdk_pixbuf_xlib-2.0.so.0.%%LIBVERSION%% -usr/lib/libgtk-x11-2.0.so.0 -usr/lib/libgtk-x11-2.0.so.0.%%LIBVERSION%% -usr/share/doc/gtk2-%%PORTVERSION%%/AUTHORS -usr/share/doc/gtk2-%%PORTVERSION%%/COPYING -usr/share/doc/gtk2-%%PORTVERSION%%/ChangeLog -usr/share/doc/gtk2-%%PORTVERSION%%/NEWS -usr/share/doc/gtk2-%%PORTVERSION%%/README -usr/share/gtk-2.0/demo/alphatest.png -usr/share/gtk-2.0/demo/apple-red.png -usr/share/gtk-2.0/demo/appwindow.c -usr/share/gtk-2.0/demo/background.jpg -usr/share/gtk-2.0/demo/button_box.c -usr/share/gtk-2.0/demo/changedisplay.c -usr/share/gtk-2.0/demo/colorsel.c -usr/share/gtk-2.0/demo/dialog.c -usr/share/gtk-2.0/demo/drawingarea.c -usr/share/gtk-2.0/demo/editable_cells.c -usr/share/gtk-2.0/demo/entry_completion.c -usr/share/gtk-2.0/demo/expander.c -usr/share/gtk-2.0/demo/floppybuddy.gif -usr/share/gtk-2.0/demo/gnome-applets.png -usr/share/gtk-2.0/demo/gnome-calendar.png -usr/share/gtk-2.0/demo/gnome-foot.png -usr/share/gtk-2.0/demo/gnome-gimp.png -usr/share/gtk-2.0/demo/gnome-gmush.png -usr/share/gtk-2.0/demo/gnome-gsame.png -usr/share/gtk-2.0/demo/gnu-keys.png -usr/share/gtk-2.0/demo/gtk-logo-rgb.gif -usr/share/gtk-2.0/demo/hypertext.c -usr/share/gtk-2.0/demo/images.c -usr/share/gtk-2.0/demo/list_store.c -usr/share/gtk-2.0/demo/menus.c -usr/share/gtk-2.0/demo/panes.c -usr/share/gtk-2.0/demo/pixbufs.c -usr/share/gtk-2.0/demo/sizegroup.c -usr/share/gtk-2.0/demo/stock_browser.c -usr/share/gtk-2.0/demo/textview.c -usr/share/gtk-2.0/demo/tree_store.c -usr/share/gtk-2.0/demo/ui_manager.c -usr/share/locale/af/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/af/LC_MESSAGES/gtk20.mo -usr/share/locale/am/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/am/LC_MESSAGES/gtk20.mo -usr/share/locale/ang/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ang/LC_MESSAGES/gtk20.mo -usr/share/locale/ar/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ar/LC_MESSAGES/gtk20.mo -usr/share/locale/az/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/az/LC_MESSAGES/gtk20.mo -usr/share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/az_IR/LC_MESSAGES/gtk20.mo -usr/share/locale/be/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/be/LC_MESSAGES/gtk20.mo -usr/share/locale/bg/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/bg/LC_MESSAGES/gtk20.mo -usr/share/locale/bn/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/bn/LC_MESSAGES/gtk20.mo -usr/share/locale/br/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/br/LC_MESSAGES/gtk20.mo -usr/share/locale/bs/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/bs/LC_MESSAGES/gtk20.mo -usr/share/locale/ca/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ca/LC_MESSAGES/gtk20.mo -usr/share/locale/cs/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/cs/LC_MESSAGES/gtk20.mo -usr/share/locale/cy/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/cy/LC_MESSAGES/gtk20.mo -usr/share/locale/da/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/da/LC_MESSAGES/gtk20.mo -usr/share/locale/de/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/de/LC_MESSAGES/gtk20.mo -usr/share/locale/el/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/el/LC_MESSAGES/gtk20.mo -usr/share/locale/en_CA/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/en_CA/LC_MESSAGES/gtk20.mo -usr/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/en_GB/LC_MESSAGES/gtk20.mo -usr/share/locale/es/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/es/LC_MESSAGES/gtk20.mo -usr/share/locale/et/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/et/LC_MESSAGES/gtk20.mo -usr/share/locale/eu/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/eu/LC_MESSAGES/gtk20.mo -usr/share/locale/fa/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/fa/LC_MESSAGES/gtk20.mo -usr/share/locale/fi/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/fi/LC_MESSAGES/gtk20.mo -usr/share/locale/fr/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/fr/LC_MESSAGES/gtk20.mo -usr/share/locale/ga/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ga/LC_MESSAGES/gtk20.mo -usr/share/locale/gl/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/gl/LC_MESSAGES/gtk20.mo -usr/share/locale/gu/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/gu/LC_MESSAGES/gtk20.mo -usr/share/locale/he/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/he/LC_MESSAGES/gtk20.mo -usr/share/locale/hi/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/hi/LC_MESSAGES/gtk20.mo -usr/share/locale/hr/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/hr/LC_MESSAGES/gtk20.mo -usr/share/locale/hu/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/hu/LC_MESSAGES/gtk20.mo -usr/share/locale/ia/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ia/LC_MESSAGES/gtk20.mo -usr/share/locale/id/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/id/LC_MESSAGES/gtk20.mo -usr/share/locale/is/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/is/LC_MESSAGES/gtk20.mo -usr/share/locale/it/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/it/LC_MESSAGES/gtk20.mo -usr/share/locale/ja/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ja/LC_MESSAGES/gtk20.mo -usr/share/locale/ko/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ko/LC_MESSAGES/gtk20.mo -usr/share/locale/li/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/li/LC_MESSAGES/gtk20.mo -usr/share/locale/lt/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/lt/LC_MESSAGES/gtk20.mo -usr/share/locale/lv/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/lv/LC_MESSAGES/gtk20.mo -usr/share/locale/mi/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/mi/LC_MESSAGES/gtk20.mo -usr/share/locale/mk/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/mk/LC_MESSAGES/gtk20.mo -usr/share/locale/ml/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ml/LC_MESSAGES/gtk20.mo -usr/share/locale/mn/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/mn/LC_MESSAGES/gtk20.mo -usr/share/locale/mr/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/mr/LC_MESSAGES/gtk20.mo -usr/share/locale/ms/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ms/LC_MESSAGES/gtk20.mo -usr/share/locale/nb/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/nb/LC_MESSAGES/gtk20.mo -usr/share/locale/ne/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ne/LC_MESSAGES/gtk20.mo -usr/share/locale/nl/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/nl/LC_MESSAGES/gtk20.mo -usr/share/locale/nn/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/nn/LC_MESSAGES/gtk20.mo -usr/share/locale/no/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/no/LC_MESSAGES/gtk20.mo -usr/share/locale/nso/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/nso/LC_MESSAGES/gtk20.mo -usr/share/locale/pa/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/pa/LC_MESSAGES/gtk20.mo -usr/share/locale/pl/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/pl/LC_MESSAGES/gtk20.mo -usr/share/locale/pt/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/pt/LC_MESSAGES/gtk20.mo -usr/share/locale/pt_BR/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/pt_BR/LC_MESSAGES/gtk20.mo -usr/share/locale/ro/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ro/LC_MESSAGES/gtk20.mo -usr/share/locale/ru/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ru/LC_MESSAGES/gtk20.mo -usr/share/locale/sk/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/sk/LC_MESSAGES/gtk20.mo -usr/share/locale/sl/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/sl/LC_MESSAGES/gtk20.mo -usr/share/locale/sq/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/sq/LC_MESSAGES/gtk20.mo -usr/share/locale/sr/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/sr/LC_MESSAGES/gtk20.mo -usr/share/locale/sr@Latn/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/sr@Latn/LC_MESSAGES/gtk20.mo -usr/share/locale/sr@ije/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/sr@ije/LC_MESSAGES/gtk20.mo -usr/share/locale/sv/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/sv/LC_MESSAGES/gtk20.mo -usr/share/locale/ta/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/ta/LC_MESSAGES/gtk20.mo -usr/share/locale/th/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/th/LC_MESSAGES/gtk20.mo -usr/share/locale/tk/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/tk/LC_MESSAGES/gtk20.mo -usr/share/locale/tr/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/tr/LC_MESSAGES/gtk20.mo -usr/share/locale/uk/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/uk/LC_MESSAGES/gtk20.mo -usr/share/locale/uz/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/uz/LC_MESSAGES/gtk20.mo -usr/share/locale/uz@Latn/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/uz@Latn/LC_MESSAGES/gtk20.mo -usr/share/locale/vi/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/vi/LC_MESSAGES/gtk20.mo -usr/share/locale/wa/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/wa/LC_MESSAGES/gtk20.mo -usr/share/locale/yi/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/yi/LC_MESSAGES/gtk20.mo -usr/share/locale/zh_CN/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/zh_CN/LC_MESSAGES/gtk20.mo -usr/share/locale/zh_TW/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/zh_TW/LC_MESSAGES/gtk20.mo -usr/share/themes/Default/gtk-2.0-key/gtkrc -usr/share/themes/Emacs/gtk-2.0-key/gtkrc -usr/share/themes/Raleigh/gtk-2.0/gtkrc -@dirrm etc/gtk-2.0/i386-redhat-linux-gnu -@dirrm etc/gtk-2.0 -@dirrm usr/lib/gtk-2.0/2.4.0/immodules -@dirrm usr/lib/gtk-2.0/2.4.0/loaders -@dirrm usr/lib/gtk-2.0/2.4.0 -@dirrm usr/lib/gtk-2.0 -@dirrm usr/share/doc/gtk2-%%PORTVERSION%% -@dirrm usr/share/gtk-2.0/demo -@dirrm usr/share/gtk-2.0 -@dirrm usr/share/themes/Default/gtk-2.0-key -@dirrm usr/share/themes/Default -@dirrm usr/share/themes/Emacs/gtk-2.0-key -@dirrm usr/share/themes/Emacs -@dirrm usr/share/themes/Raleigh/gtk-2.0 -@dirrm usr/share/themes/Raleigh -@dirrm usr/share/themes -@dirrmtry usr/share/locale/af/LC_MESSAGES -@dirrmtry usr/share/locale/af -@dirrmtry usr/share/locale/am/LC_MESSAGES -@dirrmtry usr/share/locale/am -@dirrmtry usr/share/locale/ang/LC_MESSAGES -@dirrmtry usr/share/locale/ang -@dirrmtry usr/share/locale/ar/LC_MESSAGES -@dirrmtry usr/share/locale/ar -@dirrmtry usr/share/locale/az/LC_MESSAGES -@dirrmtry usr/share/locale/az -@dirrmtry usr/share/locale/az_IR/LC_MESSAGES -@dirrmtry usr/share/locale/az_IR -@dirrmtry usr/share/locale/be/LC_MESSAGES -@dirrmtry usr/share/locale/be -@dirrmtry usr/share/locale/bg/LC_MESSAGES -@dirrmtry usr/share/locale/bg -@dirrmtry usr/share/locale/bn/LC_MESSAGES -@dirrmtry usr/share/locale/bn -@dirrmtry usr/share/locale/br/LC_MESSAGES -@dirrmtry usr/share/locale/br -@dirrmtry usr/share/locale/bs/LC_MESSAGES -@dirrmtry usr/share/locale/bs -@dirrmtry usr/share/locale/ca/LC_MESSAGES -@dirrmtry usr/share/locale/ca -@dirrmtry usr/share/locale/cs/LC_MESSAGES -@dirrmtry usr/share/locale/cs -@dirrmtry usr/share/locale/cy/LC_MESSAGES -@dirrmtry usr/share/locale/cy -@dirrmtry usr/share/locale/da/LC_MESSAGES -@dirrmtry usr/share/locale/da -@dirrmtry usr/share/locale/de/LC_MESSAGES -@dirrmtry usr/share/locale/de -@dirrmtry usr/share/locale/el/LC_MESSAGES -@dirrmtry usr/share/locale/el -@dirrmtry usr/share/locale/en_CA/LC_MESSAGES -@dirrmtry usr/share/locale/en_CA -@dirrmtry usr/share/locale/en_GB/LC_MESSAGES -@dirrmtry usr/share/locale/en_GB -@dirrmtry usr/share/locale/es/LC_MESSAGES -@dirrmtry usr/share/locale/es -@dirrmtry usr/share/locale/et/LC_MESSAGES -@dirrmtry usr/share/locale/et -@dirrmtry usr/share/locale/eu/LC_MESSAGES -@dirrmtry usr/share/locale/eu -@dirrmtry usr/share/locale/fa/LC_MESSAGES -@dirrmtry usr/share/locale/fa -@dirrmtry usr/share/locale/fi/LC_MESSAGES -@dirrmtry usr/share/locale/fi -@dirrmtry usr/share/locale/fr/LC_MESSAGES -@dirrmtry usr/share/locale/fr -@dirrmtry usr/share/locale/ga/LC_MESSAGES -@dirrmtry usr/share/locale/ga -@dirrmtry usr/share/locale/gl/LC_MESSAGES -@dirrmtry usr/share/locale/gl -@dirrmtry usr/share/locale/gu/LC_MESSAGES -@dirrmtry usr/share/locale/gu -@dirrmtry usr/share/locale/he/LC_MESSAGES -@dirrmtry usr/share/locale/he -@dirrmtry usr/share/locale/hi/LC_MESSAGES -@dirrmtry usr/share/locale/hi -@dirrmtry usr/share/locale/hr/LC_MESSAGES -@dirrmtry usr/share/locale/hr -@dirrmtry usr/share/locale/hu/LC_MESSAGES -@dirrmtry usr/share/locale/hu -@dirrmtry usr/share/locale/ia/LC_MESSAGES -@dirrmtry usr/share/locale/ia -@dirrmtry usr/share/locale/id/LC_MESSAGES -@dirrmtry usr/share/locale/id -@dirrmtry usr/share/locale/is/LC_MESSAGES -@dirrmtry usr/share/locale/is -@dirrmtry usr/share/locale/it/LC_MESSAGES -@dirrmtry usr/share/locale/it -@dirrmtry usr/share/locale/ja/LC_MESSAGES -@dirrmtry usr/share/locale/ja -@dirrmtry usr/share/locale/ko/LC_MESSAGES -@dirrmtry usr/share/locale/ko -@dirrmtry usr/share/locale/li/LC_MESSAGES -@dirrmtry usr/share/locale/li -@dirrmtry usr/share/locale/lt/LC_MESSAGES -@dirrmtry usr/share/locale/lt -@dirrmtry usr/share/locale/lv/LC_MESSAGES -@dirrmtry usr/share/locale/lv -@dirrmtry usr/share/locale/mi/LC_MESSAGES -@dirrmtry usr/share/locale/mi -@dirrmtry usr/share/locale/mk/LC_MESSAGES -@dirrmtry usr/share/locale/mk -@dirrmtry usr/share/locale/ml/LC_MESSAGES -@dirrmtry usr/share/locale/ml -@dirrmtry usr/share/locale/mn/LC_MESSAGES -@dirrmtry usr/share/locale/mn -@dirrmtry usr/share/locale/mr/LC_MESSAGES -@dirrmtry usr/share/locale/mr -@dirrmtry usr/share/locale/ms/LC_MESSAGES -@dirrmtry usr/share/locale/ms -@dirrmtry usr/share/locale/nb/LC_MESSAGES -@dirrmtry usr/share/locale/nb -@dirrmtry usr/share/locale/ne/LC_MESSAGES -@dirrmtry usr/share/locale/ne -@dirrmtry usr/share/locale/nl/LC_MESSAGES -@dirrmtry usr/share/locale/nl -@dirrmtry usr/share/locale/nn/LC_MESSAGES -@dirrmtry usr/share/locale/nn -@dirrmtry usr/share/locale/no/LC_MESSAGES -@dirrmtry usr/share/locale/no -@dirrmtry usr/share/locale/nso/LC_MESSAGES -@dirrmtry usr/share/locale/nso -@dirrmtry usr/share/locale/pa/LC_MESSAGES -@dirrmtry usr/share/locale/pa -@dirrmtry usr/share/locale/pl/LC_MESSAGES -@dirrmtry usr/share/locale/pl -@dirrmtry usr/share/locale/pt/LC_MESSAGES -@dirrmtry usr/share/locale/pt -@dirrmtry usr/share/locale/pt_BR/LC_MESSAGES -@dirrmtry usr/share/locale/pt_BR -@dirrmtry usr/share/locale/ro/LC_MESSAGES -@dirrmtry usr/share/locale/ro -@dirrmtry usr/share/locale/ru/LC_MESSAGES -@dirrmtry usr/share/locale/ru -@dirrmtry usr/share/locale/sk/LC_MESSAGES -@dirrmtry usr/share/locale/sk -@dirrmtry usr/share/locale/sl/LC_MESSAGES -@dirrmtry usr/share/locale/sl -@dirrmtry usr/share/locale/sq/LC_MESSAGES -@dirrmtry usr/share/locale/sq -@dirrmtry usr/share/locale/sr/LC_MESSAGES -@dirrmtry usr/share/locale/sr -@dirrmtry usr/share/locale/sr@Latn/LC_MESSAGES -@dirrmtry usr/share/locale/sr@Latn -@dirrmtry usr/share/locale/sr@ije/LC_MESSAGES -@dirrmtry usr/share/locale/sr@ije -@dirrmtry usr/share/locale/sv/LC_MESSAGES -@dirrmtry usr/share/locale/sv -@dirrmtry usr/share/locale/ta/LC_MESSAGES -@dirrmtry usr/share/locale/ta -@dirrmtry usr/share/locale/th/LC_MESSAGES -@dirrmtry usr/share/locale/th -@dirrmtry usr/share/locale/tk/LC_MESSAGES -@dirrmtry usr/share/locale/tk -@dirrmtry usr/share/locale/tr/LC_MESSAGES -@dirrmtry usr/share/locale/tr -@dirrmtry usr/share/locale/uk/LC_MESSAGES -@dirrmtry usr/share/locale/uk -@dirrmtry usr/share/locale/uz/LC_MESSAGES -@dirrmtry usr/share/locale/uz -@dirrmtry usr/share/locale/uz@Latn/LC_MESSAGES -@dirrmtry usr/share/locale/uz@Latn -@dirrmtry usr/share/locale/vi/LC_MESSAGES -@dirrmtry usr/share/locale/vi -@dirrmtry usr/share/locale/wa/LC_MESSAGES -@dirrmtry usr/share/locale/wa -@dirrmtry usr/share/locale/yi/LC_MESSAGES -@dirrmtry usr/share/locale/yi -@dirrmtry usr/share/locale/zh_CN/LC_MESSAGES -@dirrmtry usr/share/locale/zh_CN -@dirrmtry usr/share/locale/zh_TW/LC_MESSAGES -@dirrmtry usr/share/locale/zh_TW diff --git a/x11-toolkits/linux-f8-openmotif/Makefile b/x11-toolkits/linux-f8-openmotif/Makefile deleted file mode 100644 index e8b5aa38f70e..000000000000 --- a/x11-toolkits/linux-f8-openmotif/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: linux-openmotif -# Date created: 2001-09-24 -# Whom: Christian Weisgerber <naddy@mips.inka.de> -# -# $FreeBSD$ - -PORTNAME= openmotif -PORTVERSION= 2.2.4 -PORTREVISION= 2 -CATEGORIES= x11-toolkits linux -MASTER_SITES= ftp://ftp.motifzone.com/%SUBDIR%/ \ - ftp://ftp.ics.com/pub/Products/Motif/%SUBDIR%/ -MASTER_SITE_SUBDIR= om2.2.4/redhat-7.3 -PKGNAMEPREFIX= linux- -EXTRACT_SUFX= -0.1.i386.rpm -DIST_SUBDIR= rpm -EXTRACT_ONLY= - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= Motif toolkit Linux libraries - -BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm - -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX= yes -USE_LINUX_PREFIX= yes -USE_XLIB= yes -NO_BUILD= yes -MD5_FILE= ${MASTERDIR}/distinfo.i386 - -EXTRACT_FILES= ./usr/X11R6/lib/libMrm.so.3.0.3 \ - ./usr/X11R6/lib/libUil.so.3.0.3 \ - ./usr/X11R6/lib/libXm.so.3.0.3 - -do-install: - cd ${PREFIX}; \ - rpm2cpio ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | \ - ${CPIO} -idum -R ${LIBOWN}:${LIBGRP} ${EXTRACT_FILES} - chroot ${PREFIX} /sbin/ldconfig - -.include <bsd.port.mk> diff --git a/x11-toolkits/linux-f8-openmotif/distinfo.i386 b/x11-toolkits/linux-f8-openmotif/distinfo.i386 deleted file mode 100644 index bea91ab253ef..000000000000 --- a/x11-toolkits/linux-f8-openmotif/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/openmotif-2.2.4-0.1.i386.rpm) = 1600340ba67417562da5bca16dfdef2f -SIZE (rpm/openmotif-2.2.4-0.1.i386.rpm) = 2898870 diff --git a/x11-toolkits/linux-f8-openmotif/pkg-descr b/x11-toolkits/linux-f8-openmotif/pkg-descr deleted file mode 100644 index e669752e68f9..000000000000 --- a/x11-toolkits/linux-f8-openmotif/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Open Motif runtime libraries for the Linux emulation environment. diff --git a/x11-toolkits/linux-f8-openmotif/pkg-plist b/x11-toolkits/linux-f8-openmotif/pkg-plist deleted file mode 100644 index da31f4f190e6..000000000000 --- a/x11-toolkits/linux-f8-openmotif/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -usr/X11R6/lib/libMrm.so.3.0.3 -usr/X11R6/lib/libUil.so.3.0.3 -usr/X11R6/lib/libXm.so.3.0.3 -@exec chroot %D /sbin/ldconfig -@unexec chroot %D /sbin/ldconfig diff --git a/x11-toolkits/linux-f8-pango/Makefile b/x11-toolkits/linux-f8-pango/Makefile deleted file mode 100644 index f8cb49fb09d1..000000000000 --- a/x11-toolkits/linux-f8-pango/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: linux-pango -# Date created: 2003-07-05 -# Whom: trevor -# -# $FreeBSD$ -# - -PORTNAME= pango -PORTVERSION= 1.6.0 -PORTREVISION= 1 -CATEGORIES= x11-toolkits linux - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= Linux pango binary -MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} -MASTER_SITE_SUBDIR= 3/i386/os/Fedora/RPMS - -# these libraries are required by pango-querymodules -RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFree86-libs \ - ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2 \ - ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \ - ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat - -USE_XLIB= yes -ONLY_FOR_ARCHS= i386 amd64 -PLIST= ${PKGDIR}/pkg-plist -RPM_SET= pango-${PORTVERSION}-7.i386.rpm -PLIST_SUB+= LIBVERSION="600.0" PORTVERSION="${PORTVERSION}" - -post-install: - @${BRANDELF} -t Linux ${PREFIX}/usr/bin/pango-querymodules-32 - @${PREFIX}/usr/bin/pango-querymodules-32 > ${PREFIX}/etc/pango/i386-redhat-linux-gnu/pango.modules - -.include "../linux-gtk/Makefile" diff --git a/x11-toolkits/linux-f8-pango/distinfo.i386 b/x11-toolkits/linux-f8-pango/distinfo.i386 deleted file mode 100644 index 9cee7663d040..000000000000 --- a/x11-toolkits/linux-f8-pango/distinfo.i386 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (rpm/pango-1.6.0-7.i386.rpm) = ddb36c33af419ac7993ddf5317fbb904 -SHA256 (rpm/pango-1.6.0-7.i386.rpm) = 2012a8f277e0ddda0734c9f784f4d62aff07ccf88b55da551ec073ec2718da7f -SIZE (rpm/pango-1.6.0-7.i386.rpm) = 277273 diff --git a/x11-toolkits/linux-f8-pango/pkg-descr b/x11-toolkits/linux-f8-pango/pkg-descr deleted file mode 100644 index 922f2bcf8586..000000000000 --- a/x11-toolkits/linux-f8-pango/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -This is a Linux/i386 binary port of Pango. - -from the home page: - - The goal of the Pango project is to provide an open-source - framework for the layout and rendering of internationalized - text. Pango is an offshoot of the GTK+ and GNOME projects, - and the initial focus is operation in those environments, - however there is nothing fundamentally GTK+- or GNOME-specific - about Pango. Pango uses Unicode for all of its encoding, - and will eventually support output in all the world's major - languages. - -WWW: http://pango.org diff --git a/x11-toolkits/linux-f8-pango/pkg-plist b/x11-toolkits/linux-f8-pango/pkg-plist deleted file mode 100644 index 6629110f253e..000000000000 --- a/x11-toolkits/linux-f8-pango/pkg-plist +++ /dev/null @@ -1,38 +0,0 @@ -etc/pango/i386-redhat-linux-gnu/pango.modules -etc/pango/pangox.aliases -usr/bin/pango-querymodules-32 -usr/lib/libpango-1.0.so.0 -usr/lib/libpango-1.0.so.0.%%LIBVERSION%% -usr/lib/libpangoft2-1.0.so.0 -usr/lib/libpangoft2-1.0.so.0.%%LIBVERSION%% -usr/lib/libpangox-1.0.so.0 -usr/lib/libpangox-1.0.so.0.%%LIBVERSION%% -usr/lib/libpangoxft-1.0.so.0 -usr/lib/libpangoxft-1.0.so.0.%%LIBVERSION%% -usr/lib/pango/1.4.0/modules/pango-arabic-fc.la -usr/lib/pango/1.4.0/modules/pango-arabic-fc.so -usr/lib/pango/1.4.0/modules/pango-basic-fc.la -usr/lib/pango/1.4.0/modules/pango-basic-fc.so -usr/lib/pango/1.4.0/modules/pango-basic-x.la -usr/lib/pango/1.4.0/modules/pango-basic-x.so -usr/lib/pango/1.4.0/modules/pango-hangul-fc.la -usr/lib/pango/1.4.0/modules/pango-hangul-fc.so -usr/lib/pango/1.4.0/modules/pango-hebrew-fc.la -usr/lib/pango/1.4.0/modules/pango-hebrew-fc.so -usr/lib/pango/1.4.0/modules/pango-indic-fc.la -usr/lib/pango/1.4.0/modules/pango-indic-fc.so -usr/lib/pango/1.4.0/modules/pango-thai-fc.la -usr/lib/pango/1.4.0/modules/pango-thai-fc.so -usr/share/doc/pango-%%PORTVERSION%%/AUTHORS -usr/share/doc/pango-%%PORTVERSION%%/COPYING -usr/share/doc/pango-%%PORTVERSION%%/ChangeLog -usr/share/doc/pango-%%PORTVERSION%%/HELLO.utf8 -usr/share/doc/pango-%%PORTVERSION%%/README -usr/share/doc/pango-%%PORTVERSION%%/TODO -usr/share/man/man1/pango-querymodules.1.gz -@dirrm etc/pango/i386-redhat-linux-gnu -@dirrm etc/pango -@dirrm usr/lib/pango/1.4.0/modules -@dirrm usr/lib/pango/1.4.0 -@dirrm usr/lib/pango -@dirrm usr/share/doc/pango-%%PORTVERSION%% diff --git a/x11-toolkits/p5-Gtk2-Ex-PodViewer/Makefile b/x11-toolkits/p5-Gtk2-Ex-PodViewer/Makefile deleted file mode 100644 index 1fcfca99e537..000000000000 --- a/x11-toolkits/p5-Gtk2-Ex-PodViewer/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: p5-Gtk2-PodViewer -# Date created: 2004-08-20 -# Whom: ports@c0decafe.net -# -# $FreeBSD$ -# - -PORTNAME= Gtk2-PodViewer -PORTVERSION= 0.09 -PORTREVISION= 2 -CATEGORIES= x11-toolkits perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ../../authors/id/G/GB/GBROWN/ -PKGNAMEPREFIX= p5- - -MAINTAINER= ports@c0decafe.net -COMMENT= Gtk2-Perl widget and program for displaying POD - -BUILD_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \ - ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ - ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - -MAN1= podviewer.1 -MAN3= Gtk2::PodViewer.3 Gtk2::PodViewer::Parser.3 - -.include <bsd.port.mk> diff --git a/x11-toolkits/p5-Gtk2-Ex-PodViewer/distinfo b/x11-toolkits/p5-Gtk2-Ex-PodViewer/distinfo deleted file mode 100644 index d02c8e9ba0cf..000000000000 --- a/x11-toolkits/p5-Gtk2-Ex-PodViewer/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Gtk2-PodViewer-0.09.tar.gz) = 1dc7b5b2ddadd681cefe982c27d66e08 -SHA256 (Gtk2-PodViewer-0.09.tar.gz) = 17bf904acf4ba3ac47fbc865df07b572d16637ebdcc795ef104c9f41adb3a69e -SIZE (Gtk2-PodViewer-0.09.tar.gz) = 27600 diff --git a/x11-toolkits/p5-Gtk2-Ex-PodViewer/pkg-descr b/x11-toolkits/p5-Gtk2-Ex-PodViewer/pkg-descr deleted file mode 100644 index 52b5d70d53e4..000000000000 --- a/x11-toolkits/p5-Gtk2-Ex-PodViewer/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Gtk2::PodViewer is a widget for rendering Perl POD documents. -It is based on the Gtk2::TextView widget and uses Pod::Parser for manipulating -POD data. - -Also, podviewer provides a simple and attractive way to read Perl's POD -documentation. You can use it to read the Perl POD pages, module documentation -and information about Perl's builtin functions. - -Author: gavin.brown-at-uk.com -WWW: http://search.cpan.org/dist/Gtk2-PodViewer/ diff --git a/x11-toolkits/p5-Gtk2-Ex-PodViewer/pkg-plist b/x11-toolkits/p5-Gtk2-Ex-PodViewer/pkg-plist deleted file mode 100644 index 290ca302d721..000000000000 --- a/x11-toolkits/p5-Gtk2-Ex-PodViewer/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/podviewer -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/PodViewer/.packlist -%%SITE_PERL%%/Gtk2/PodViewer.pm -%%SITE_PERL%%/Gtk2/PodViewer/Parser.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/PodViewer -@dirrm %%SITE_PERL%%/Gtk2/PodViewer -@dirrmtry %%SITE_PERL%%/Gtk2 diff --git a/x11-toolkits/p5-TclTk/Makefile b/x11-toolkits/p5-TclTk/Makefile deleted file mode 100644 index 424a521f5af9..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 -COMMENT= Perl5 module to access to Tk via the Tcl extension - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tcl.pm:${PORTSDIR}/lang/p5-Tcl -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 - -PERL_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PORTNAME} - -MAN3= Tcl::Tk.3 - -post-patch: - @${PERL} -pi -e 's,%LOCALBASE%,${LOCALBASE},g; \ - s,%X11BASE%,${X11BASE},g' ${WRKSRC}/Makefile.PL - -.include <bsd.port.mk> diff --git a/x11-toolkits/p5-TclTk/distinfo b/x11-toolkits/p5-TclTk/distinfo deleted file mode 100644 index 34b153480708..000000000000 --- a/x11-toolkits/p5-TclTk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (TclTk-b2.tar.gz) = a9980ab1c72581a0291f8f8b86cefec8 -SHA256 (TclTk-b2.tar.gz) = e4c344ba4c1edc6b8567c5e8fed555875d658613666e0801282596bc07559032 -SIZE (TclTk-b2.tar.gz) = 4749 diff --git a/x11-toolkits/p5-TclTk/files/patch-aa b/x11-toolkits/p5-TclTk/files/patch-aa deleted file mode 100644 index d9f2c423b562..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%LOCALBASE%/lib -L%X11BASE%/lib -ltk82 -ltcl82 -lX11 -lm"], -+ INC => "-I%LOCALBASE%/include -I%LOCALBASE%/include/tcl8.2 -I%LOCALBASE%/include/tk8.2 -I%X11BASE%/include"); - #sub MY::tool_autosplit { "AUTOSPLITFILE = :" } 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 29720d211be3..000000000000 --- a/x11-toolkits/p5-TclTk/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/Tcl/Tk.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tcl/Tk/Tk.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tcl/Tk/Tk.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tcl/Tk/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tcl/Tk -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Tcl diff --git a/x11-toolkits/paragui-devel/Makefile b/x11-toolkits/paragui-devel/Makefile deleted file mode 100644 index a4d6e5d7be3d..000000000000 --- a/x11-toolkits/paragui-devel/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: paragui -# Date Created: Mar 28, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= paragui -PORTVERSION= 1.0.4 -PORTREVISION= 5 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= ${PORTNAME}/stable.pkg/${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Cross-platform high-level application framework and GUI library - -LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs \ - expat.6:${PORTSDIR}/textproc/expat2 - -USE_X_PREFIX= yes -USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 -USE_SDL= sdl image ttf -CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS}" -INSTALLS_SHLIB= yes - -SHLIB_VER= 4 -PLIST_SUB= SHLIB_VER="${SHLIB_VER}" - -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -BROKEN= "does not build on ${ARCH}" -.endif - -post-extract: - @${RM} -f ${WRKSRC}/src/physfs/platform.c - -post-patch: - @${REINPLACE_CMD} -e 's|LT_CURRENT=.*$$|LT_CURRENT=${SHLIB_VER}|g ; \ - s|`sdl-config |`\$$\{SDL_CONFIG\} |g' ${WRKSRC}/configure - - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[$][(]SDL_CFLAGS[)]|\$\(PARAGUI_CFLAGS\)|g ; \ - s|lib/pkgconfig|libdata/pkgconfig|g ; \ - s|-L[./]*../src|&/.libs |g ; \ - s|-release $$(LT_RELEASE)||g' - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/paragui-devel/distinfo b/x11-toolkits/paragui-devel/distinfo deleted file mode 100644 index 1ae1c586df51..000000000000 --- a/x11-toolkits/paragui-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (paragui-1.0.4.tar.gz) = fc0cfcb31e28c2f7ff7e9900d3c5f651 -SHA256 (paragui-1.0.4.tar.gz) = b67d9b6f2fd11b8b117566c8c0c8d99f948b1db4e2399a9d407f14085bebb49c -SIZE (paragui-1.0.4.tar.gz) = 1089511 diff --git a/x11-toolkits/paragui-devel/files/patch-configure b/x11-toolkits/paragui-devel/files/patch-configure deleted file mode 100644 index d5374aff7df7..000000000000 --- a/x11-toolkits/paragui-devel/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Mon Jun 10 18:05:42 2002 -+++ configure Tue Jun 18 20:05:24 2002 -@@ -5618,6 +5618,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/x11-toolkits/paragui-devel/pkg-descr b/x11-toolkits/paragui-devel/pkg-descr deleted file mode 100644 index 03652aaac43e..000000000000 --- a/x11-toolkits/paragui-devel/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -ParaGUI is a cross-platform high-level application framework and GUI -(graphical user interface) library. It can be compiled on various platforms. - -ParaGUI's cross-platform nature is completely based on the Simple DirectMedia -Layer (SDL). - -Highlights of the library: - - - published under LGPL - - straight forward C++ class-design (see the API documentation) - - XML configuration of the new style engine - - asynchronous messagehandling (messageposts between objects) - - multithreaded - - highly customizable widgets (background gradients, background images, - transparency, colors, fonts) - - many standard widgets already implemented (buttons, labels, scrollbars, - progressbars, windows ...) - - create your own widgets (subclass an existing widget) - -WWW: http://www.paragui.org/ diff --git a/x11-toolkits/paragui-devel/pkg-plist b/x11-toolkits/paragui-devel/pkg-plist deleted file mode 100644 index a5167a4ff5e6..000000000000 --- a/x11-toolkits/paragui-devel/pkg-plist +++ /dev/null @@ -1,60 +0,0 @@ -bin/paragui-config -include/paragui/paraconfig.h -include/paragui/paraconfig_gnu.h -include/paragui/paragui.h -include/paragui/paragui_types.h -include/paragui/pgapplication.h -include/paragui/pgbutton.h -include/paragui/pgcheckbutton.h -include/paragui/pgcolors.h -include/paragui/pgcolumnitem.h -include/paragui/pgcompat.h -include/paragui/pgdatacontainer.h -include/paragui/pgdraw.h -include/paragui/pgdropdown.h -include/paragui/pgeventobject.h -include/paragui/pgtimerobject.h -include/paragui/pgfile.h -include/paragui/pgfilearchive.h -include/paragui/pgfont.h -include/paragui/pgimage.h -include/paragui/pginfo.h -include/paragui/pglabel.h -include/paragui/pglayout.h -include/paragui/pglineedit.h -include/paragui/pglistbox.h -include/paragui/pglistboxbaseitem.h -include/paragui/pglistboxitem.h -include/paragui/pglog.h -include/paragui/pgmaskedit.h -include/paragui/pgmenubar.h -include/paragui/pgmessagebox.h -include/paragui/pgmessageobject.h -include/paragui/pgnavigator.h -include/paragui/pgpopupmenu.h -include/paragui/pgprogressbar.h -include/paragui/pgradiobutton.h -include/paragui/pgrect.h -include/paragui/pgrectlist.h -include/paragui/pgrichedit.h -include/paragui/pgscrollbar.h -include/paragui/pgslider.h -include/paragui/pgspinnerbox.h -include/paragui/pgsurfacecache.h -include/paragui/pgtheme.h -include/paragui/pgthemewidget.h -include/paragui/pgwidget.h -include/paragui/pgwidgetdnd.h -include/paragui/pgwidgetlist.h -include/paragui/pgwidgetlistex.h -include/paragui/pgwindow.h -lib/libparagui.a -lib/libparagui.la -lib/libparagui.so -lib/libparagui.so.%%SHLIB_VER%% -libdata/pkgconfig/paragui.pc -share/aclocal/paragui.m4 -share/paragui/default.zip -share/paragui/simple.zip -@dirrm share/paragui -@dirrm include/paragui diff --git a/x11-toolkits/php-gtk2/Makefile b/x11-toolkits/php-gtk2/Makefile deleted file mode 100644 index 168754f9434e..000000000000 --- a/x11-toolkits/php-gtk2/Makefile +++ /dev/null @@ -1,107 +0,0 @@ -# ports collection makefile for: php-gtk -# Date created: 03 October 2002 -# Whom: Alex Kiesel <kiesel@schlund.de> -# -# $FreeBSD$ -# - -PORTNAME= php-gtk -PORTVERSION= 1.0.2 -PORTREVISION= 2 -CATEGORIES= x11-toolkits -MASTER_SITES= http://gtk.php.net/distributions/ \ - http://document-root.de/mirror/php-gtk/ - -MAINTAINER= kiesel@schlund.de -COMMENT= An extension to use gtk in PHP-applications - -USE_AUTOTOOLS= automake:19:env autoconf:259 libtool:15:env -GNU_CONFIGURE= yes -USE_PHP= pcre -USE_PHP_BUILD= yes -WANT_PHP_SCR= yes -BROKEN_WITH_PHP= 5 -USE_GMAKE= yes -USE_PERL5_BUILD=yes -USE_GNOME= gtk12 -INSTALLS_SHLIB= yes -WRKSRC=${WRKDIR}/php_gtk-${PORTVERSION} - -OPTIONS= LIBGLADE "GladeXML support in php-gtk" on \ - SCINTILLA "Scintilla support" on \ - GDK_PIXBUF "Enable pixbuf support" on \ - GTKHTML "Enable Gtkhtml support" on - -.include <bsd.port.pre.mk> - -# Fix environment for self contained extensions -ENVSCE= -DHAVE_PHP_GTK=1 -DCOMPILE_DL_PHP_GTK=1 \ - -DHAVE_PIEMENU=1 \ - -DHAVE_SCROLLPANE=1 \ - -DHAVE_SPANED=1 \ - -DHAVE_SQPANE=1 \ - -DHAVE_COMBOBUTTON=1 - -.if !defined(WITHOUT_LIBGLADE) -USE_GNOME+= libglade -ENVSCE+= -DHAVE_LIBGLADE -.else -CONFIGURE_ARGS+= --disable-libglade -.endif - -.if !defined(WITHOUT_SCINTILLA) -BUILD_DEPENDS+= ${X11BASE}/include/scintilla/gtkscintilla.h:${PORTSDIR}/x11-toolkits/gtkscintilla -LIB_DEPENDS+= gtkscintilla.0:${PORTSDIR}/x11-toolkits/gtkscintilla -ENVSCE+= -DHAVE_SCINTILLA=1 # -DPHP_GTK_COMPILE_DL_SCINTILLA=1 -CONFIGURE_ARGS+= --enable-scintilla -.endif - -.if !defined(WITHOUT_GDK_PIXBUF) -USE_GNOME+= gdkpixbuf -CONFIGURE_ARGS+= --enable-gdkpixbuf -ENVSCE+= -DHAVE_GDKPIXBUF=1 -DPHP_GTK_COMPILE_DL_GDKPIXBUF=1 -PLIST_SUB+= GDKPIXBUF="" -.else -PLIST_SUB+= GDKPIXBUF="@comment " -.endif - -.if !defined(WITHOUT_GTKHTML) -USE_GNOME+= gtkhtml -CONFIGURE_ARGS+= --enable-gtkhtml -ENVSCE+= -DHAVE_HTML=1 -I${X11BASE}/include/gal-1.0 # -DPHP_GTK_COMPILE_DL_GTKHTML=1 -DGTKHTML_HAVE_GCONF=1 -I${X11BASE}/include/gal-1.0 -PLIST_SUB+= GTKHTML="" -.else -PLIST_SUB+= GTKHTML="@comment " -.endif - -PLIST_SUB+= PHPEXTDIR="${PHP_EXT_DIR}" - -CONFIGURE_ENV= CPPFLAGS="${ENVSCE}" - -USE_REINPLACE= yes -REINPLACE_ARGS= -i "" - -PIC2FIX= acinclude.m4 aclocal.m4 configure - -EXAMPLES= combobutton.php fileselection.php gtk.php hello.php list.php \ - piemenu.php scribble.php scrollpane.php spaned.php sqpane.php \ - testgtkrc testgtkrc2 window.xpm - -pre-configure: - @${ECHO_MSG} "===> Building configuration files for ${PKGNAME}" - @(cd ${WRKSRC} && ${SETENV} ${SCRIPTS_ENV} PHP_AUTOCONF=autoconf259 PHP_AUTOHEADER=autoheader259 ./buildconf) -.for FILE in ${PIC2FIX} - @${REINPLACE_CMD} -e "s|-prefer-pic|${CFLAGS}|g" ${WRKSRC}/${FILE} -.endfor - @${REINPLACE_CMD} -e "s|/bin/sh|/bin/sh -x|" ${WRKSRC}/configure - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${EXAMPLESDIR} -.for FILE in ${EXAMPLES} - @${INSTALL_DATA} ${WRKSRC}/test/${FILE} ${EXAMPLESDIR} -.endfor - @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}." -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/php-gtk2/distinfo b/x11-toolkits/php-gtk2/distinfo deleted file mode 100644 index 25070860a1a8..000000000000 --- a/x11-toolkits/php-gtk2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (php-gtk-1.0.2.tar.gz) = b11859c0778e40e53a14919a589db464 -SHA256 (php-gtk-1.0.2.tar.gz) = 50fd984534b7ba0f74d80f4d42f0ca0ac36e5d0e2eddf29ddc96c8aaae4aa607 -SIZE (php-gtk-1.0.2.tar.gz) = 304415 diff --git a/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_config.m4 b/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_config.m4 deleted file mode 100644 index d9e8d9c89f91..000000000000 --- a/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_config.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- ext/gtkhtml/config.m4.orig Thu Apr 11 04:19:46 2002 -+++ ext/gtkhtml/config.m4 Sat Dec 7 21:16:19 2002 -@@ -21,7 +21,7 @@ - AC_MSG_ERROR(unable to locate gnome-config) - else - HTML_CFLAGS=`$GNOME_CONFIG --cflags $module_args` -- if test "x$?" == "x1"; then -+ if test "x$?" = "x1"; then - AC_MSG_ERROR(gnome-config doesn't seem to have support for gtkhtml) - fi - HTML_LIBS=`$GNOME_CONFIG --libs $module_args` diff --git a/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_gtkhtml.defs b/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_gtkhtml.defs deleted file mode 100644 index e77d5b4d6b46..000000000000 --- a/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_gtkhtml.defs +++ /dev/null @@ -1,19 +0,0 @@ ---- ext/gtkhtml/gtkhtml.defs.orig Mon Mar 4 09:36:38 2002 -+++ ext/gtkhtml/gtkhtml.defs Sat Dec 7 22:25:24 2002 -@@ -348,6 +348,7 @@ - (parameter (type-and-name GdkAtom selection)) - (parameter (type-and-name gint type)) - (parameter (type-and-name gint32 time)) -+ (parameter (type-and-name gboolean as_cite)) - ) - - ;; Loading -@@ -571,7 +572,7 @@ - (return-type none) - ) - (method paste -- (of-object HTML (Gtk)) -+ (of-object HTML (Gtk, 0)) - (c-name gtk_html_paste) - (return-type none) - ) diff --git a/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_gtkhtml.overrides b/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_gtkhtml.overrides deleted file mode 100644 index f5ecfea3eef3..000000000000 --- a/x11-toolkits/php-gtk2/files/patch-ext_gtkhtml_gtkhtml.overrides +++ /dev/null @@ -1,12 +0,0 @@ ---- ext/gtkhtml/gtkhtml.overrides.orig Thu Sep 19 15:57:28 2002 -+++ ext/gtkhtml/gtkhtml.overrides Sun Dec 8 18:10:47 2002 -@@ -1068,7 +1068,8 @@ - widget = php_gtk_shift_to_iframe_parent (widget, &x, &y); - - engine = GTK_HTML (widget)->engine; -- if (GTK_HTML (widget)->button1_pressed && html_engine_get_editable (engine)) -+/* FIXME: button1_pressed has been removed? */ -+ if (html_engine_get_editable (engine)) - html_engine_jump_at (engine, - x + engine->x_offset, - y + engine->y_offset); diff --git a/x11-toolkits/php-gtk2/files/patch-ext_scintilla-config.m4 b/x11-toolkits/php-gtk2/files/patch-ext_scintilla-config.m4 deleted file mode 100644 index 48fcbb8e4951..000000000000 --- a/x11-toolkits/php-gtk2/files/patch-ext_scintilla-config.m4 +++ /dev/null @@ -1,16 +0,0 @@ ---- ext/scintilla/config.m4.orig Thu Jul 10 23:05:44 2003 -+++ ext/scintilla/config.m4 Thu Jul 10 23:05:52 2003 -@@ -6,10 +6,10 @@ - --enable-scintilla Enable Scintilla support]) - - if test "$PHP_GTK_SCINTILLA" != "no"; then -- for x in /usr /usr/local; do -- if test -f $x/include/gtkscintilla.h; then -+ for x in /usr/include /usr/local/include /usr/X11R6/include/scintilla; do -+ if test -f $x/gtkscintilla.h; then - SCINTILLA_DIR=$x -- SCINTILLA_INCDIR=$x/include -+ SCINTILLA_INCDIR=$x - fi - done - diff --git a/x11-toolkits/php-gtk2/pkg-descr b/x11-toolkits/php-gtk2/pkg-descr deleted file mode 100644 index aea6f2e5d4a7..000000000000 --- a/x11-toolkits/php-gtk2/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -PHP-GTK is a PHP extension that enables you to write client-side, -cross-platform GUI applications. This is the first extension for PHP of -its kind, and was written in part to prove that PHP is a capable -general-purpose language that is suited to more than just the web -application environment. - -WWW: http://gtk.php.net/ - -- Alex Kiesel -kiesel@schlund.de diff --git a/x11-toolkits/php-gtk2/pkg-plist b/x11-toolkits/php-gtk2/pkg-plist deleted file mode 100644 index 7a04300b8233..000000000000 --- a/x11-toolkits/php-gtk2/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -lib/php/%%PHPEXTDIR%%/php_gtk.so -%%EXAMPLESDIR%%/combobutton.php -%%EXAMPLESDIR%%/fileselection.php -%%EXAMPLESDIR%%/gtk.php -%%EXAMPLESDIR%%/hello.php -%%EXAMPLESDIR%%/list.php -%%EXAMPLESDIR%%/piemenu.php -%%EXAMPLESDIR%%/scribble.php -%%EXAMPLESDIR%%/scrollpane.php -%%EXAMPLESDIR%%/spaned.php -%%EXAMPLESDIR%%/sqpane.php -%%EXAMPLESDIR%%/testgtkrc -%%EXAMPLESDIR%%/testgtkrc2 -%%EXAMPLESDIR%%/window.xpm -@dirrm %%EXAMPLESDIR%% diff --git a/x11-toolkits/py-Pmw/Makefile b/x11-toolkits/py-Pmw/Makefile deleted file mode 100644 index 1e781c8fbeae..000000000000 --- a/x11-toolkits/py-Pmw/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: pmw -# Date created: 03 June 1998 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= pmw -PORTVERSION= 1.2 -PORTREVISION= 1 -CATEGORIES= x11-toolkits python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= pmw -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Pmw.${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= High-level compound graphics widgets for Python - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter -LIB_DEPENDS= BLT24.3:${PORTSDIR}/x11-toolkits/blt - -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 -) - ${INSTALL_DATA} ${WRKDIR}/Pmw/${PMWVERSION}/contrib/Pmw* \ - ${PYTHON_SITELIBDIR}/Pmw/${PMWVERSION}/lib - @${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 a7a42dda5a5a..000000000000 --- a/x11-toolkits/py-Pmw/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Pmw.1.2.tar.gz) = 75c49c30595217c8d9376c36aa5426aa -SHA256 (Pmw.1.2.tar.gz) = 14b921097a4071e8e4c88966d08e26a9c6b0ae9246f8dccd67709d01e7e2d574 -SIZE (Pmw.1.2.tar.gz) = 396404 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 52ec365d3486..000000000000 --- a/x11-toolkits/py-Pmw/pkg-plist +++ /dev/null @@ -1,277 +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/PmwFileDialog.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwFileDialog.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwFileDialog.pyo -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwFullTimeCounter.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwFullTimeCounter.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwFullTimeCounter.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/PmwVerticalGauge.py -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwVerticalGauge.pyc -lib/%%PYTHON_VERSION%%/site-packages/Pmw/%%PMWVERSION%%/lib/PmwVerticalGauge.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 -%%PORTDOCS%%share/doc/Pmw/AboutDialog.gif -%%PORTDOCS%%share/doc/Pmw/AboutDialog.html -%%PORTDOCS%%share/doc/Pmw/Balloon.gif -%%PORTDOCS%%share/doc/Pmw/Balloon.html -%%PORTDOCS%%share/doc/Pmw/Blt.html -%%PORTDOCS%%share/doc/Pmw/ButtonBox.gif -%%PORTDOCS%%share/doc/Pmw/ButtonBox.html -%%PORTDOCS%%share/doc/Pmw/Color.html -%%PORTDOCS%%share/doc/Pmw/ComboBox.gif -%%PORTDOCS%%share/doc/Pmw/ComboBox.html -%%PORTDOCS%%share/doc/Pmw/ComboBoxDialog.gif -%%PORTDOCS%%share/doc/Pmw/ComboBoxDialog.html -%%PORTDOCS%%share/doc/Pmw/Counter.gif -%%PORTDOCS%%share/doc/Pmw/Counter.html -%%PORTDOCS%%share/doc/Pmw/CounterDialog.gif -%%PORTDOCS%%share/doc/Pmw/CounterDialog.html -%%PORTDOCS%%share/doc/Pmw/Dialog.gif -%%PORTDOCS%%share/doc/Pmw/Dialog.html -%%PORTDOCS%%share/doc/Pmw/EntryField.gif -%%PORTDOCS%%share/doc/Pmw/EntryField.html -%%PORTDOCS%%share/doc/Pmw/ExampleDemo.py -%%PORTDOCS%%share/doc/Pmw/Group.gif -%%PORTDOCS%%share/doc/Pmw/Group.html -%%PORTDOCS%%share/doc/Pmw/HistoryText.gif -%%PORTDOCS%%share/doc/Pmw/HistoryText.html -%%PORTDOCS%%share/doc/Pmw/LabeledWidget.gif -%%PORTDOCS%%share/doc/Pmw/LabeledWidget.html -%%PORTDOCS%%share/doc/Pmw/MainMenuBar.gif -%%PORTDOCS%%share/doc/Pmw/MainMenuBar.html -%%PORTDOCS%%share/doc/Pmw/MegaArchetype.html -%%PORTDOCS%%share/doc/Pmw/MegaToplevel.html -%%PORTDOCS%%share/doc/Pmw/MegaWidget.html -%%PORTDOCS%%share/doc/Pmw/MenuBar.gif -%%PORTDOCS%%share/doc/Pmw/MenuBar.html -%%PORTDOCS%%share/doc/Pmw/MessageBar.gif -%%PORTDOCS%%share/doc/Pmw/MessageBar.html -%%PORTDOCS%%share/doc/Pmw/MessageDialog.gif -%%PORTDOCS%%share/doc/Pmw/MessageDialog.html -%%PORTDOCS%%share/doc/Pmw/NoteBook.gif -%%PORTDOCS%%share/doc/Pmw/NoteBook.html -%%PORTDOCS%%share/doc/Pmw/OptionMenu.gif -%%PORTDOCS%%share/doc/Pmw/OptionMenu.html -%%PORTDOCS%%share/doc/Pmw/PanedWidget.gif -%%PORTDOCS%%share/doc/Pmw/PanedWidget.html -%%PORTDOCS%%share/doc/Pmw/PmwFunctions.html -%%PORTDOCS%%share/doc/Pmw/PromptDialog.gif -%%PORTDOCS%%share/doc/Pmw/PromptDialog.html -%%PORTDOCS%%share/doc/Pmw/RadioSelect.gif -%%PORTDOCS%%share/doc/Pmw/RadioSelect.html -%%PORTDOCS%%share/doc/Pmw/ScrolledCanvas.gif -%%PORTDOCS%%share/doc/Pmw/ScrolledCanvas.html -%%PORTDOCS%%share/doc/Pmw/ScrolledField.gif -%%PORTDOCS%%share/doc/Pmw/ScrolledField.html -%%PORTDOCS%%share/doc/Pmw/ScrolledFrame.gif -%%PORTDOCS%%share/doc/Pmw/ScrolledFrame.html -%%PORTDOCS%%share/doc/Pmw/ScrolledListBox.gif -%%PORTDOCS%%share/doc/Pmw/ScrolledListBox.html -%%PORTDOCS%%share/doc/Pmw/ScrolledText.gif -%%PORTDOCS%%share/doc/Pmw/ScrolledText.html -%%PORTDOCS%%share/doc/Pmw/ScrolledText_test.py -%%PORTDOCS%%share/doc/Pmw/SelectionDialog.gif -%%PORTDOCS%%share/doc/Pmw/SelectionDialog.html -%%PORTDOCS%%share/doc/Pmw/TextDialog.gif -%%PORTDOCS%%share/doc/Pmw/TextDialog.html -%%PORTDOCS%%share/doc/Pmw/TimeCounter.gif -%%PORTDOCS%%share/doc/Pmw/TimeCounter.html -%%PORTDOCS%%share/doc/Pmw/blue_line.gif -%%PORTDOCS%%share/doc/Pmw/blueball.gif -%%PORTDOCS%%share/doc/Pmw/bugs.html -%%PORTDOCS%%share/doc/Pmw/changes.html -%%PORTDOCS%%share/doc/Pmw/copyright.html -%%PORTDOCS%%share/doc/Pmw/counter1.gif -%%PORTDOCS%%share/doc/Pmw/counter2.gif -%%PORTDOCS%%share/doc/Pmw/demosandtests.html -%%PORTDOCS%%share/doc/Pmw/dynamicloader.html -%%PORTDOCS%%share/doc/Pmw/example.py -%%PORTDOCS%%share/doc/Pmw/example1.gif -%%PORTDOCS%%share/doc/Pmw/example2.gif -%%PORTDOCS%%share/doc/Pmw/exercises.py -%%PORTDOCS%%share/doc/Pmw/features.html -%%PORTDOCS%%share/doc/Pmw/halfblueball.gif -%%PORTDOCS%%share/doc/Pmw/howtobuild.html -%%PORTDOCS%%share/doc/Pmw/howtouse.html -%%PORTDOCS%%share/doc/Pmw/index.html -%%PORTDOCS%%share/doc/Pmw/porting.html -%%PORTDOCS%%share/doc/Pmw/refindex.html -%%PORTDOCS%%share/doc/Pmw/scale1.gif -%%PORTDOCS%%share/doc/Pmw/scale2.gif -%%PORTDOCS%%share/doc/Pmw/starting.html -%%PORTDOCS%%share/doc/Pmw/todo.html -%%PORTDOCS%%share/doc/Pmw/transdove.gif -%%PORTDOCS%%share/examples/Pmw/AboutDialog.py -%%PORTDOCS%%share/examples/Pmw/All.py -%%PORTDOCS%%share/examples/Pmw/Args.py -%%PORTDOCS%%share/examples/Pmw/Balloon.py -%%PORTDOCS%%share/examples/Pmw/BltGraph.py -%%PORTDOCS%%share/examples/Pmw/BltTabset.py -%%PORTDOCS%%share/examples/Pmw/ButtonBox.py -%%PORTDOCS%%share/examples/Pmw/Colors.py -%%PORTDOCS%%share/examples/Pmw/ComboBox.py -%%PORTDOCS%%share/examples/Pmw/ComboBoxDialog.py -%%PORTDOCS%%share/examples/Pmw/ConfigClass.py -%%PORTDOCS%%share/examples/Pmw/Counter.py -%%PORTDOCS%%share/examples/Pmw/CounterDialog.py -%%PORTDOCS%%share/examples/Pmw/DemoVersion.py -%%PORTDOCS%%share/examples/Pmw/Dialog.py -%%PORTDOCS%%share/examples/Pmw/EntryField.py -%%PORTDOCS%%share/examples/Pmw/ErrorHandling.py -%%PORTDOCS%%share/examples/Pmw/ExampleDemo.py -%%PORTDOCS%%share/examples/Pmw/Grid.py -%%PORTDOCS%%share/examples/Pmw/Group.py -%%PORTDOCS%%share/examples/Pmw/HistoryText.py -%%PORTDOCS%%share/examples/Pmw/LabeledWidget.py -%%PORTDOCS%%share/examples/Pmw/LogicalFont.py -%%PORTDOCS%%share/examples/Pmw/MainMenuBar.py -%%PORTDOCS%%share/examples/Pmw/MenuBar.py -%%PORTDOCS%%share/examples/Pmw/MessageBar.py -%%PORTDOCS%%share/examples/Pmw/MessageDialog.py -%%PORTDOCS%%share/examples/Pmw/MessageInfo.py -%%PORTDOCS%%share/examples/Pmw/MultiLineLabel.py -%%PORTDOCS%%share/examples/Pmw/NestedDialogs.py -%%PORTDOCS%%share/examples/Pmw/NoteBook.py -%%PORTDOCS%%share/examples/Pmw/NoteBook_2.py -%%PORTDOCS%%share/examples/Pmw/NoteBook_3.py -%%PORTDOCS%%share/examples/Pmw/OptionMenu.py -%%PORTDOCS%%share/examples/Pmw/PanedWidget.py -%%PORTDOCS%%share/examples/Pmw/PanedWidget_2.py -%%PORTDOCS%%share/examples/Pmw/PromptDialog.py -%%PORTDOCS%%share/examples/Pmw/RadioSelect.py -%%PORTDOCS%%share/examples/Pmw/Resources.py -%%PORTDOCS%%share/examples/Pmw/Resources_Pmw.py -%%PORTDOCS%%share/examples/Pmw/ScrolledCanvas.py -%%PORTDOCS%%share/examples/Pmw/ScrolledField.py -%%PORTDOCS%%share/examples/Pmw/ScrolledFrame.py -%%PORTDOCS%%share/examples/Pmw/ScrolledListBox.py -%%PORTDOCS%%share/examples/Pmw/ScrolledText.py -%%PORTDOCS%%share/examples/Pmw/ScrolledText_2.py -%%PORTDOCS%%share/examples/Pmw/SelectionDialog.py -%%PORTDOCS%%share/examples/Pmw/ShowBusy.py -%%PORTDOCS%%share/examples/Pmw/SpecialCounter.py -%%PORTDOCS%%share/examples/Pmw/SpecialEntry.py -%%PORTDOCS%%share/examples/Pmw/Spectrum.py -%%PORTDOCS%%share/examples/Pmw/SpeedTest.py -%%PORTDOCS%%share/examples/Pmw/SubClassing.py -%%PORTDOCS%%share/examples/Pmw/TextDialog.py -%%PORTDOCS%%share/examples/Pmw/TextDisplay.py -%%PORTDOCS%%share/examples/Pmw/TimeCounter.py -%%PORTDOCS%%share/examples/Pmw/WidgetDestroy.py -%%PORTDOCS%%@dirrm share/examples/Pmw -%%PORTDOCS%%@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-wmdockapps/Makefile b/x11-toolkits/py-wmdockapps/Makefile deleted file mode 100644 index ed4cf490c69d..000000000000 --- a/x11-toolkits/py-wmdockapps/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: pywmgeneral -# Date created: Jan 5, 2004 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= wmgeneral -PORTVERSION= 0.1 -CATEGORIES= x11-toolkits python windowmaker -MASTER_SITES= http://errl.info/pywmdockapps/downloads/current/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A library that makes it possible to write WindowMaker dockapps in Python - -USE_XLIB= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes - -.include <bsd.port.mk> diff --git a/x11-toolkits/py-wmdockapps/distinfo b/x11-toolkits/py-wmdockapps/distinfo deleted file mode 100644 index e80d5d1055d4..000000000000 --- a/x11-toolkits/py-wmdockapps/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pywmgeneral-0.1.tar.gz) = a393198a17f0c3f14920525cffc82669 -SHA256 (pywmgeneral-0.1.tar.gz) = 748f32a282b91b1ec3dbd9e1c523ed8f4618f65faf7980ac440d9f9ec33f375e -SIZE (pywmgeneral-0.1.tar.gz) = 9374 diff --git a/x11-toolkits/py-wmdockapps/pkg-descr b/x11-toolkits/py-wmdockapps/pkg-descr deleted file mode 100644 index 6e25ae5ebbfe..000000000000 --- a/x11-toolkits/py-wmdockapps/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Pywmgeneral is a python module that will help you develope WindowMaker -dockapps in python. It is mostly a wrapper around the functions from the -popular wmgeneral.c, but some new functions are added too. - -It also contains the Python written module pywmhelpers.py which contains -functions to aid the development of wm dockapps. This module contains python -functions that wrap up the functions which the extension module provides. They -ease up argument passing and give nicer return values. Some additional -functions, like help for handling a simple configuration file is also -available. This module is better documented than the pywmgeneral. It is -adviced to only use pywmhelpers and not touch the pywmgeneral module directly -at all. For information about how to use the module, see the documentation in -pywmhelpers.py. It is also possible to import it in the interactive interpreter -and issue 'help(pywmhelpers)'. - -WWW: http://foo.unix.se/pywmdockapps/ diff --git a/x11-toolkits/py-wmdockapps/pkg-plist b/x11-toolkits/py-wmdockapps/pkg-plist deleted file mode 100644 index d092e4f645bc..000000000000 --- a/x11-toolkits/py-wmdockapps/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%PYTHON_SITELIBDIR%%/pywmgeneral.so -%%PYTHON_SITELIBDIR%%/pywmhelpers.py -%%PYTHON_SITELIBDIR%%/pywmhelpers.pyc -%%PYTHON_SITELIBDIR%%/pywmhelpers.pyo diff --git a/x11-toolkits/py-wxPython28-common/Makefile b/x11-toolkits/py-wxPython28-common/Makefile deleted file mode 100644 index 5f4917972ed9..000000000000 --- a/x11-toolkits/py-wxPython28-common/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: wxPython shared common -# Date created: Fri Sep 2 03:37:23 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -WITH_COMMON_ONLY= yes - -MASTERDIR= ${.CURDIR}/../py-wxPython26 - -PLIST= ${.CURDIR}/pkg-plist - -LIB_DEPENDS+= wx_gtk2_stc-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26-contrib - -.include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/py-wxPython28-common/pkg-plist b/x11-toolkits/py-wxPython28-common/pkg-plist deleted file mode 100644 index e552fae8b5cf..000000000000 --- a/x11-toolkits/py-wxPython28-common/pkg-plist +++ /dev/null @@ -1,763 +0,0 @@ -bin/genaxmodule -bin/helpviewer -bin/img2png -bin/img2py -bin/img2xpm -bin/pyalacarte -bin/pyalamode -bin/pycrust -bin/pyshell -bin/pywrap -bin/pywxrc -bin/xrced -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/__controls_rename.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/__core_rename.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/__gdi_rename.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/__init__.py -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/__misc_rename.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/__windows_rename.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_accel.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_app.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_app_ex.py -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_artprov.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_bitmap.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_brush.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_button.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_calendar_rename.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_checkbox.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_choice.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_clipbrd.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_cmndlgs.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_colour.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_combobox.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_config.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_constraints.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_control.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_core_api.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_core_ex.py -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_cshelp.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_cursor.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_dataobj.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_datectrl.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_datetime.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_dc.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_defs.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_dirctrl.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_display.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_dnd.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_dragimg.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_effects.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_event.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_event_ex.py -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_evthandler.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_evtloop.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_filesys.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_font.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_functions.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_gauge.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_gbsizer.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_gdicmn.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_gdiobj.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_grid_rename.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_html_rename.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_icon.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_image.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_imaglist.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_intl.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_intl_ex.py -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_joystick.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_listbox.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_listctrl.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_log.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_mdi.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_media_rename.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_menu.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_mimetype.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_misc.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_notebook.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_obj.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_palette.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_panel.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_pen.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_popupwin.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_printfw.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_process.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_pycontrol.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_pywindows.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_radio.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_region.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_sashwin.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_scrolbar.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_settings.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_sizers.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_slider.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_sound.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_spin.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_splitter.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_statctrls.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_statusbar.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_stdpaths.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_stockobjs.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_streams.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_taskbar.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_template.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_textctrl.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_tglbtn.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_timer.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_tipdlg.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_tipwin.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_toolbar.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_toplvl.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_treectrl.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_validator.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_vscroll.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_webkit_rename.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_window.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_wizard_rename.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_xml.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_xmlhandler.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_xmlres.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_xmlsub.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_xrc_ex.py -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/_xrc_rename.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/calendar.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/controls.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/core.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/gdi.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/grid.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/html.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/media.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/misc.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/my_typemaps.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/webkit.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/windows.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/wizard.i -include/wx-%%WX_VERSION%%/wx/wxPython/i_files/xrc.i -include/wx-%%WX_VERSION%%/wx/wxPython/printfw.h -include/wx-%%WX_VERSION%%/wx/wxPython/pyclasses.h -include/wx-%%WX_VERSION%%/wx/wxPython/pydrawxxx.h -include/wx-%%WX_VERSION%%/wx/wxPython/pyistream.h -include/wx-%%WX_VERSION%%/wx/wxPython/pytree.h -include/wx-%%WX_VERSION%%/wx/wxPython/wxPython.h -include/wx-%%WX_VERSION%%/wx/wxPython/wxPython_int.h -%%PYTHON_SITELIBDIR%%/wx.pth -%%PYTHON_SITELIBDIR%%/wxversion.py -%%PYTHON_SITELIBDIR%%/wxversion.pyc -%%PYTHON_SITELIBDIR%%/wxversion.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/About.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/About.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/About.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/ActiveX_FlashWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ActiveX_FlashWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ActiveX_FlashWindow.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/ActiveX_IEHtmlWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ActiveX_IEHtmlWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ActiveX_IEHtmlWindow.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/ActiveX_PDFWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ActiveX_PDFWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ActiveX_PDFWindow.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/AnalogClockWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/AnalogClockWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/AnalogClockWindow.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/ArtProvider.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ArtProvider.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ArtProvider.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/BitmapButton.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/BitmapButton.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/BitmapButton.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Button.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Button.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Button.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Calendar.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Calendar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Calendar.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/CalendarCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/CalendarCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/CalendarCtrl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/CheckBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/CheckBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/CheckBox.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/CheckListBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/CheckListBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/CheckListBox.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Choice.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Choice.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Choice.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Choicebook.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Choicebook.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Choicebook.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColorPanel.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColorPanel.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColorPanel.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColourDB.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColourDB.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColourDB.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColourDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColourDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColourDialog.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColourSelect.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColourSelect.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ColourSelect.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/ComboBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ComboBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ComboBox.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/ContextHelp.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ContextHelp.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ContextHelp.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Cursor.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Cursor.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Cursor.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/CustomDragAndDrop.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/CustomDragAndDrop.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/CustomDragAndDrop.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/DatePickerCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/DatePickerCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/DatePickerCtrl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Dialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Dialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Dialog.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/DialogUnits.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/DialogUnits.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/DialogUnits.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/DirDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/DirDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/DirDialog.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/DragAndDrop.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/DragAndDrop.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/DragAndDrop.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/DragImage.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/DragImage.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/DragImage.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/DrawXXXList.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/DrawXXXList.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/DrawXXXList.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/DynamicSashWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/DynamicSashWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/DynamicSashWindow.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/EditableListBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/EditableListBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/EditableListBox.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Editor.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Editor.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Editor.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/EventManager.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/EventManager.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/EventManager.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/FancyText.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/FancyText.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/FancyText.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/FileBrowseButton.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/FileBrowseButton.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/FileBrowseButton.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/FileDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/FileDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/FileDialog.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/FileHistory.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/FileHistory.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/FileHistory.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/FindReplaceDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/FindReplaceDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/FindReplaceDialog.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/FloatBar.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/FloatBar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/FloatBar.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/FloatCanvas.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/FloatCanvas.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/FloatCanvas.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/FoldPanelBar.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/FoldPanelBar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/FoldPanelBar.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/FontDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/FontDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/FontDialog.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/FontEnumerator.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/FontEnumerator.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/FontEnumerator.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Frame.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Frame.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Frame.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/GIFAnimationCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GIFAnimationCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GIFAnimationCtrl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/GLCanvas.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GLCanvas.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GLCanvas.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Gauge.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Gauge.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Gauge.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/GenericButtons.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GenericButtons.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GenericButtons.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/GenericDirCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GenericDirCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GenericDirCtrl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Grid.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Grid.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Grid.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridBagSizer.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridBagSizer.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridBagSizer.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridCustEditor.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridCustEditor.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridCustEditor.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridCustTable.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridCustTable.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridCustTable.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridDragAndDrop.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridDragAndDrop.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridDragAndDrop.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridDragable.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridDragable.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridDragable.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridEnterHandler.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridEnterHandler.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridEnterHandler.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridHugeTable.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridHugeTable.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridHugeTable.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridSimple.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridSimple.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridSimple.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridStdEdRend.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridStdEdRend.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/GridStdEdRend.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Grid_MegaExample.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Grid_MegaExample.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Grid_MegaExample.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/HtmlWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/HtmlWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/HtmlWindow.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/HyperLinkCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/HyperLinkCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/HyperLinkCtrl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Image.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Image.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Image.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/ImageAlpha.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ImageAlpha.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ImageAlpha.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/ImageBrowser.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ImageBrowser.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ImageBrowser.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/ImageFromStream.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ImageFromStream.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ImageFromStream.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/IntCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/IntCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/IntCtrl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Joystick.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Joystick.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Joystick.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/KeyEvents.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/KeyEvents.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/KeyEvents.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/LEDNumberCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/LEDNumberCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/LEDNumberCtrl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/LayoutAnchors.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/LayoutAnchors.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/LayoutAnchors.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/LayoutConstraints.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/LayoutConstraints.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/LayoutConstraints.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Layoutf.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Layoutf.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Layoutf.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/ListBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ListBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ListBox.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/ListCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ListCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ListCtrl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/ListCtrl_edit.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ListCtrl_edit.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ListCtrl_edit.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/ListCtrl_virtual.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ListCtrl_virtual.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ListCtrl_virtual.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Listbook.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Listbook.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Listbook.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/MDIDemo.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/MDIDemo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/MDIDemo.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/MDISashDemo.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/MDISashDemo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/MDISashDemo.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/MDIWindows.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/MDIWindows.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/MDIWindows.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/MVCTree.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/MVCTree.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/MVCTree.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Main.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Main.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Main.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Mask.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Mask.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Mask.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/MaskedEditControls.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/MaskedEditControls.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/MaskedEditControls.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/MaskedNumCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/MaskedNumCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/MaskedNumCtrl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/MediaCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/MediaCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/MediaCtrl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Menu.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Menu.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Menu.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/MessageDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/MessageDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/MessageDialog.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/MimeTypesManager.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/MimeTypesManager.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/MimeTypesManager.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/MiniFrame.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/MiniFrame.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/MiniFrame.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/MouseGestures.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/MouseGestures.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/MouseGestures.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/MultiChoiceDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/MultiChoiceDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/MultiChoiceDialog.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/MultiSash.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/MultiSash.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/MultiSash.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/MultipleChoiceDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/MultipleChoiceDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/MultipleChoiceDialog.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Notebook.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Notebook.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Notebook.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/OGL.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/OGL.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/OGL.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/PageSetupDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PageSetupDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PageSetupDialog.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/PopupControl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PopupControl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PopupControl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/PopupMenu.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PopupMenu.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PopupMenu.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/PopupWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PopupWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PopupWindow.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/PrintDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PrintDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PrintDialog.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/PrintFramework.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PrintFramework.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PrintFramework.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Process.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Process.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Process.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/ProgressDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ProgressDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ProgressDialog.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyColourChooser.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyColourChooser.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyColourChooser.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyCrust.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyCrust.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyCrust.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyPlot.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyPlot.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyPlot.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyShell.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyShell.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PyShell.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/PythonEvents.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/PythonEvents.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/PythonEvents.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/RadioBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/RadioBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/RadioBox.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/RadioButton.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/RadioButton.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/RadioButton.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/RightTextCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/RightTextCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/RightTextCtrl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/RowColSizer.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/RowColSizer.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/RowColSizer.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/SashWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/SashWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/SashWindow.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/ScrolledMessageDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ScrolledMessageDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ScrolledMessageDialog.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/ScrolledPanel.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ScrolledPanel.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ScrolledPanel.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/ScrolledWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ScrolledWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ScrolledWindow.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/ShapedWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ShapedWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ShapedWindow.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/SingleChoiceDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/SingleChoiceDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/SingleChoiceDialog.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Sizers.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Sizers.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Sizers.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Slider.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Slider.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Slider.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Sound.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Sound.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Sound.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/SpinButton.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/SpinButton.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/SpinButton.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/SpinCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/SpinCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/SpinCtrl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/SplitTree.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/SplitTree.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/SplitTree.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/SplitterWindow.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/SplitterWindow.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/SplitterWindow.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/StandardPaths.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/StandardPaths.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/StandardPaths.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/StaticBitmap.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/StaticBitmap.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/StaticBitmap.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/StaticBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/StaticBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/StaticBox.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/StaticText.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/StaticText.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/StaticText.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/StatusBar.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/StatusBar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/StatusBar.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/StockButtons.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/StockButtons.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/StockButtons.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/StyledTextCtrl_1.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/StyledTextCtrl_1.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/StyledTextCtrl_1.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/StyledTextCtrl_2.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/StyledTextCtrl_2.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/StyledTextCtrl_2.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/TablePrint.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/TablePrint.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/TablePrint.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/TextCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/TextCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/TextCtrl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/TextEntryDialog.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/TextEntryDialog.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/TextEntryDialog.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Threads.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Threads.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Threads.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Throbber.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Throbber.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Throbber.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Ticker.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Ticker.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Ticker.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/TimeCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/TimeCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/TimeCtrl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Timer.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Timer.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Timer.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/ToggleButton.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ToggleButton.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ToggleButton.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/ToolBar.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/ToolBar.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/ToolBar.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/TreeCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/TreeCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/TreeCtrl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/TreeListCtrl.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/TreeListCtrl.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/TreeListCtrl.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/URLDragAndDrop.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/URLDragAndDrop.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/URLDragAndDrop.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Unicode.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Unicode.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Unicode.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/VListBox.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/VListBox.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/VListBox.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Validator.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Validator.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Validator.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/Wizard.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/Wizard.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/Wizard.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/XMLtreeview.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/XMLtreeview.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/XMLtreeview.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/XmlResource.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/XmlResource.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/XmlResource.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/XmlResourceHandler.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/XmlResourceHandler.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/XmlResourceHandler.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/XmlResourceSubclass.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/XmlResourceSubclass.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/XmlResourceSubclass.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/AG00028_.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/AG00039_.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/AG00178_.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/AG00183_.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/AG00185_.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/BD13656_.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/image.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/image.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/image.jpg -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/image.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/splash.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps/toucan.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/001.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/002.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/003.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/004.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/005.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/006.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/007.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/008.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/009.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/010.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/011.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/012.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/013.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/014.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/015.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/016.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/017.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/018.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/019.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/020.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/021.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/022.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/023.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/024.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/025.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/026.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/027.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/028.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/029.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/030.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/DbDec.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/DbInc.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/Dec.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/GridBG.gif -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/Inc.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/LB01.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/LB02.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/LB03.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/LB04.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/LB05.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/LB06.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/LB07.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/LB08.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/LB09.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/LB10.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/LB11.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/LB12.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/Pt.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/Vippi.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/backgrnd.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/bulb1.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/bulb2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/carrot.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/floatcanvas.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/logo.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/mondrian.ico -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/noicon.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/pencil.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/pointy.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/rest.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/robin.jpg -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/sm_down.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/sm_up.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/smiles2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/test2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/testmask.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/teststar.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/thekid.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/tog1.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/tog2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/wiztest1.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/wiztest2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source/wxpdemo.ico -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/Asteroid_blaster.swf -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/anykey.wav -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/echo.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/echo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/echo.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/imagemap.htm -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/imagemap.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/pic.png -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/pic2.bmp -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/plan.wav -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/resource.wdr -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/resource_wdr.xrc -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/showTips -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/stc.h.html -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/tables.htm -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/test.htm -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/testmovie.mpg -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/testtable.txt -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/tips.txt -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/widgetTest.htm -%%PYTHON_SITELIBDIR%%/wxPython/demo/data/world.dat -%%PYTHON_SITELIBDIR%%/wxPython/demo/demo.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/demo.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/demo.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/encode_bitmaps.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/encode_bitmaps.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/encode_bitmaps.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/images.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/images.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/images.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/infoframe.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/infoframe.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/infoframe.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/pyTree.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/pyTree.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/pyTree.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/run.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/run.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/run.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/template.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/template.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/template.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/throbImages.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/throbImages.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/throbImages.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/viewer.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/viewer.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/viewer.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/viewer_basics.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/viewer_basics.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/viewer_basics.pyo -%%PYTHON_SITELIBDIR%%/wxPython/demo/widgetTest.py -%%PYTHON_SITELIBDIR%%/wxPython/demo/widgetTest.pyc -%%PYTHON_SITELIBDIR%%/wxPython/demo/widgetTest.pyo -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/demo/data -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/demo/bmp_source -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/demo/bitmaps -@dirrm %%PYTHON_SITELIBDIR%%/wxPython/demo -@dirrmtry %%PYTHON_SITELIBDIR%%/wxPython -@dirrmtry %%PYTHON_SITELIBDIR%% -@dirrm include/wx-%%WX_VERSION%%/wx/wxPython/i_files -@dirrm include/wx-%%WX_VERSION%%/wx/wxPython -@dirrmtry include/wx-%%WX_VERSION%%/wx -@dirrmtry include/wx-%%WX_VERSION%% diff --git a/x11-toolkits/py-wxPython28-unicode/Makefile b/x11-toolkits/py-wxPython28-unicode/Makefile deleted file mode 100644 index bbf28f6f8b32..000000000000 --- a/x11-toolkits/py-wxPython28-unicode/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# New ports collection makefile for: wxPython unicode -# Date created: Fri Sep 2 03:37:23 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -WITH_UNICODE= yes - -MASTERDIR= ${.CURDIR}/../py-wxPython26 - -.include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/py-wxPython28/Makefile b/x11-toolkits/py-wxPython28/Makefile deleted file mode 100644 index 500da8db0810..000000000000 --- a/x11-toolkits/py-wxPython28/Makefile +++ /dev/null @@ -1,186 +0,0 @@ -# New ports collection makefile for: wxPython -# Date created: September 18, 1999 -# Whom: nectar@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTNAME= wxPython -PORTVERSION= 2.6.1.0 -PORTREVISION= 3 -CATEGORIES= x11-toolkits python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= wxpython -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-src-${PORTVERSION} - -MAINTAINER= neal@nelson.name -COMMENT= Python bindings for the wxWidgets/GTK GUI toolkit - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl - -WRKSRC= ${WRKDIR}/${DISTNAME}/wxPython - -USE_GMAKE= yes -USE_PYTHON= yes -USE_PYDISTUTILS=yes -USE_REINPLACE= yes -PYDISTUTILS_BUILDARGS= \ - WX_CONFIG="${WX_CONFIG}" \ - WXPORT="${WXPORT}" -PYDISTUTILS_CONFIGUREARGS= ${PYDISTUTILS_BUILDARGS} -DEMO_DIR= ${PYTHONPREFIX_SITELIBDIR}/wxPython/demo -WXPORT= gtk2 - -post-extract: -# only keep the scripts we need - @${RM} ${WRKSRC}/scripts/*.py - -post-patch: -# fix python location - @${REINPLACE_CMD} -E \ - -e 's|/usr/bin/env python|${PYTHON_CMD}|' \ - ${WRKSRC}/scripts/* - @${RM} ${WRKSRC}/scripts/*.bak - -pre-configure: -# uphold PREFIX - @${REINPLACE_CMD} -E \ - -e "s|([[:space:]]*WXPREFIX[[:space:]]*=).*$$|\1'${PREFIX}'|" \ - ${CONFIGURE_WRKSRC}/config.py - -post-build: -# Shared amongst ansi/unicode installations -.if defined(WITH_COMMON_ONLY) -. for dir in demo wxversion - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/${dir} - @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/${dir} -. endfor -.endif -.if !defined(DEBUG_FLAGS) - @${FIND} ${WRKSRC} -name "*.so" | ${XARGS} ${STRIP_CMD} -.endif - -.include <bsd.port.pre.mk> - -# are we ready for unicode? -.if defined(WITH_UNICODE) -. if ${OSVERSION} < 500000 -IGNORE= Systems prior to FreeBSD 5.0 do not support Unicode -. endif -.endif - -# build dependencies -.if defined(WITH_UNICODE) -BUILD_DEPENDS+= ${WX_CONFIG}:${PORTSDIR}/x11-toolkits/wxgtk26-unicode - -WX_CONFIG= ${X11BASE}/bin/wxgtk2u-2.6-config -.else -BUILD_DEPENDS+= ${WX_CONFIG}:${PORTSDIR}/x11-toolkits/wxgtk26 - -WX_CONFIG= ${X11BASE}/bin/wxgtk2-2.6-config -.endif - -# wx version -.if exists(${WX_CONFIG}) -WX_VERSION!= ${WX_CONFIG} --release - -PLIST_SUB+= WX_VERSION=${WX_VERSION} -.endif - -.if defined(WITH_COMMON_ONLY) -## These are not shared amongst installations -PKGNAMESUFFIX= -common - -PYDISTUTILS_BUILDARGS+= \ - INSTALL_MULTIVERSION=1 -.else -## These are shared -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/wxversion.py:${PORTSDIR}/x11-toolkits/py-wxPython26-common - -PYDISTUTILS_BUILDARGS+= \ - NO_HEADERS=1 \ - NO_SCRIPTS=1 \ - INSTALL_MULTIVERSION=0 -INSTALLS_SHLIB= yes - -. if defined(WITH_UNICODE) -LIB_DEPENDS+= wx_gtk2u_core-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26-unicode \ - wx_gtk2u_gizmos-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26-unicode-contrib - -PKGNAMESUFFIX= -unicode - -PYDISTUTILS_BUILDARGS+= \ - UNICODE=1 -WX_PYTHON_DIR= wx-${WX_VERSION}-${WXPORT}-unicode -. else -LIB_DEPENDS+= wx_gtk2_core-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26 \ - wx_gtk2_gizmos-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26-contrib - -WX_PYTHON_DIR=wx-${WX_VERSION}-${WXPORT}-ansi -. endif # defined(WITH_UNICODE) - -# plist substitutions and library dirs -PLIST_SUB+= WX_PYTHON_DIR=${WX_PYTHON_DIR} -LDCONFIG_DIRS+= %%PREFIX%%/%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/ - -.endif # !defined(WITH_COMMON_ONLY) - -# install arguments -PYDISTUTILS_INSTALLARGS:= ${PYDISTUTILS_INSTALLARGS} ${PYDISTUTILS_BUILDARGS} - -## Shared amongst ansi/unicode installations -# XXX - Override do-install since I was not able to tell setup.py to -# do the right thing -.if defined(WITH_COMMON_ONLY) -do-install: -# DEMO - @${MKDIR} ${DEMO_DIR} -.for glob in *.py *.pyc *.pyo - @${INSTALL_DATA} ${WRKSRC}/demo/${glob} ${DEMO_DIR} -.endfor -.for dir in bitmaps bmp_source data - @${MKDIR} ${DEMO_DIR}/${dir} -. for glob in * - @${INSTALL_DATA} ${WRKSRC}/demo/${dir}/${glob} ${DEMO_DIR}/${dir} -. endfor -.endfor -# header files - @${MKDIR} ${PREFIX}/include/wx-${WX_VERSION}/wx/wxPython/i_files -.for glob in *.i *.py - @${INSTALL_DATA} ${WRKSRC}/src/${glob} \ - ${PREFIX}/include/wx-${WX_VERSION}/wx/wxPython/i_files -.endfor - @${INSTALL_DATA} ${WRKSRC}/include/wx/wxPython/*.h \ - ${PREFIX}/include/wx-${WX_VERSION}/wx/wxPython -# scripts - @${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/bin -## wxversion - @${MKDIR} ${PYTHON_SITELIBDIR:C@^${LOCALBASE}@${PREFIX}@} -# wxversion script - @${INSTALL_DATA} ${WRKSRC}/wxversion/* \ - ${PYTHON_SITELIBDIR:C@^${LOCALBASE}@${PREFIX}@} -.endif # defined(WITH_COMMON_ONLY) - -post-install: -.if !defined(WITH_COMMON_ONLY) -# fix installation permissions - ${CHMOD} -R a+rX \ - ${PYTHON_SITELIBDIR:C@^${LOCALBASE}@${PREFIX}@}/${WX_PYTHON_DIR} -.endif -## -# wxversion wxPython available list -## -.if defined(WITH_COMMON_ONLY) -# create the file - @${ECHO_CMD} -n >> \ - ${PYTHON_SITELIBDIR:C@^${LOCALBASE}@${PREFIX}@}/wx.pth -.else -# add ansi/unicode to the available list - @${ECHO_CMD} ${WX_PYTHON_DIR} >> \ - ${PYTHON_SITELIBDIR:C@^${LOCALBASE}@${PREFIX}@}/wx.pth -.endif - @${CHMOD} ${SHAREMODE} \ - ${PYTHON_SITELIBDIR:C@^${LOCALBASE}@${PREFIX}@}/wx.pth - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/py-wxPython28/distinfo b/x11-toolkits/py-wxPython28/distinfo deleted file mode 100644 index e8c8f1ec4d19..000000000000 --- a/x11-toolkits/py-wxPython28/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (wxPython-src-2.6.1.0.tar.gz) = 3408f80ef091cfb8a46be4ed70fb0475 -SHA256 (wxPython-src-2.6.1.0.tar.gz) = cd4f03fcd1a9e8c27881414e83ceb66ce07ca9fe0d42292830a9f9894e4c4335 -SIZE (wxPython-src-2.6.1.0.tar.gz) = 18452406 diff --git a/x11-toolkits/py-wxPython28/files/patch-setup.py b/x11-toolkits/py-wxPython28/files/patch-setup.py deleted file mode 100644 index 43264c9ee777..000000000000 --- a/x11-toolkits/py-wxPython28/files/patch-setup.py +++ /dev/null @@ -1,10 +0,0 @@ ---- setup.py.orig Sat Apr 16 18:41:06 2005 -+++ setup.py Sat Oct 1 21:43:17 2005 -@@ -764,6 +764,7 @@ - EXTRA_PATH = None - - -+EXTRA_PATH = getExtraPath(addOpts=EP_ADD_OPTS) - - #---------------------------------------------------------------------- - # Do the Setup/Build/Install/Whatever diff --git a/x11-toolkits/py-wxPython28/pkg-descr b/x11-toolkits/py-wxPython28/pkg-descr deleted file mode 100644 index 767fc50cbd3a..000000000000 --- a/x11-toolkits/py-wxPython28/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Latest stable branch of wxPython. - -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 wxWidgets 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 2a026eb59245..000000000000 --- a/x11-toolkits/py-wxPython28/pkg-plist +++ /dev/null @@ -1,800 +0,0 @@ -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/__init__.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/__version__.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/__version__.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/__version__.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_animate.so -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_calendar.so -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_controls.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_controls.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_controls.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_controls_.so -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_core.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_core.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_core.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_core_.so -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_gdi.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_gdi.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_gdi.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_gdi_.so -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_gizmos.so -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_glcanvas.so -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_grid.so -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_html.so -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_media.so -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_misc.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_misc.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_misc.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_misc_.so -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_stc.so -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_webkit.so -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_windows.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_windows.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_windows.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_windows_.so -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_wizard.so -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/_xrc.so -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/animate.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/animate.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/animate.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/build/__init__.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/build/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/build/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/build/build_options.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/build/build_options.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/build/build_options.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/build/config.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/build/config.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/build/config.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/calendar.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/calendar.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/calendar.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/gizmos.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/gizmos.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/gizmos.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/glcanvas.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/glcanvas.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/glcanvas.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/grid.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/grid.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/grid.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/html.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/html.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/html.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/CDate.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/CDate.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/CDate.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ClickableHtmlWindow.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ClickableHtmlWindow.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ClickableHtmlWindow.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/__init__.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/activexwrapper.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/activexwrapper.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/activexwrapper.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/analogclock.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/analogclock.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/analogclock.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/analogclockopts.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/analogclockopts.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/analogclockopts.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/anchors.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/anchors.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/anchors.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/buttons.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/buttons.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/buttons.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/calendar.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/calendar.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/calendar.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourchooser/__init__.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourchooser/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourchooser/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourchooser/canvas.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourchooser/canvas.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourchooser/canvas.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourchooser/intl.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourchooser/intl.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourchooser/intl.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourchooser/pycolourbox.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourchooser/pycolourbox.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourchooser/pycolourbox.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourchooser/pycolourchooser.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourchooser/pycolourchooser.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourchooser/pycolourchooser.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourchooser/pycolourslider.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourchooser/pycolourslider.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourchooser/pycolourslider.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourchooser/pypalette.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourchooser/pypalette.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourchooser/pypalette.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourdb.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourdb.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourdb.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourselect.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourselect.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourselect.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/dialogs.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/dialogs.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/dialogs.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/docview.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/docview.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/docview.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/editor/README.txt -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/editor/__init__.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/editor/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/editor/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/editor/editor.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/editor/editor.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/editor/editor.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/editor/images.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/editor/images.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/editor/images.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/editor/selection.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/editor/selection.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/editor/selection.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/evtmgr.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/evtmgr.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/evtmgr.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/fancytext.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/fancytext.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/fancytext.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/filebrowsebutton.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/filebrowsebutton.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/filebrowsebutton.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/flashwin.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/flashwin.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/flashwin.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/floatbar.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/floatbar.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/floatbar.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/floatcanvas/FloatCanvas.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/floatcanvas/FloatCanvas.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/floatcanvas/FloatCanvas.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/floatcanvas/NavCanvas.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/floatcanvas/NavCanvas.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/floatcanvas/NavCanvas.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/floatcanvas/Resources.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/floatcanvas/Resources.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/floatcanvas/Resources.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/floatcanvas/__init__.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/floatcanvas/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/floatcanvas/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/foldmenu.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/foldmenu.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/foldmenu.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/foldpanelbar.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/foldpanelbar.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/foldpanelbar.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/gestures.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/gestures.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/gestures.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/gridmovers.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/gridmovers.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/gridmovers.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/grids.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/grids.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/grids.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/hyperlink.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/hyperlink.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/hyperlink.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/iewin.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/iewin.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/iewin.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/imagebrowser.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/imagebrowser.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/imagebrowser.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/imageutils.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/imageutils.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/imageutils.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/infoframe.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/infoframe.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/infoframe.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/intctrl.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/intctrl.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/intctrl.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/layoutf.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/layoutf.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/layoutf.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/masked/__init__.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/masked/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/masked/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/masked/combobox.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/masked/combobox.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/masked/combobox.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/masked/ctrl.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/masked/ctrl.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/masked/ctrl.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/masked/ipaddrctrl.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/masked/ipaddrctrl.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/masked/ipaddrctrl.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/masked/maskededit.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/masked/maskededit.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/masked/maskededit.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/masked/numctrl.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/masked/numctrl.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/masked/numctrl.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/masked/textctrl.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/masked/textctrl.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/masked/textctrl.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/masked/timectrl.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/masked/timectrl.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/masked/timectrl.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/mixins/__init__.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/mixins/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/mixins/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/mixins/grid.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/mixins/grid.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/mixins/grid.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/mixins/imagelist.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/mixins/imagelist.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/mixins/imagelist.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/mixins/listctrl.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/mixins/listctrl.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/mixins/listctrl.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/mixins/rubberband.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/mixins/rubberband.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/mixins/rubberband.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/multisash.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/multisash.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/multisash.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/mvctree.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/mvctree.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/mvctree.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/newevent.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/newevent.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/newevent.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/__init__.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_basic.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_basic.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_basic.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_bmpshape.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_bmpshape.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_bmpshape.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_canvas.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_canvas.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_canvas.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_composit.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_composit.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_composit.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_diagram.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_diagram.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_diagram.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_divided.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_divided.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_divided.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_drawn.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_drawn.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_drawn.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_lines.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_lines.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_lines.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_oglmisc.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_oglmisc.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl/_oglmisc.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/pdfwin.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/pdfwin.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/pdfwin.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/plot.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/plot.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/plot.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/popupctl.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/popupctl.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/popupctl.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/printout.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/printout.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/printout.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/pubsub.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/pubsub.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/pubsub.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/pydocview.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/pydocview.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/pydocview.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/pyshell.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/pyshell.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/pyshell.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/rcsizer.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/rcsizer.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/rcsizer.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/rightalign.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/rightalign.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/rightalign.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/rpcMixin.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/rpcMixin.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/rpcMixin.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/scrolledpanel.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/scrolledpanel.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/scrolledpanel.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/sheet.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/sheet.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/sheet.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/shell.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/shell.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/shell.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/splashscreen.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/splashscreen.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/splashscreen.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/statbmp.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/statbmp.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/statbmp.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/stattext.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/stattext.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/stattext.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/throbber.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/throbber.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/throbber.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ticker.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ticker.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ticker.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ticker_xrc.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ticker_xrc.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ticker_xrc.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/vtk.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/vtk.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/vtk.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/wxPlotCanvas.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/wxPlotCanvas.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/wxPlotCanvas.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/wxpTag.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/wxpTag.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/wxpTag.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/media.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/media.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/media.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/CHANGES.txt -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/Py.ico -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/PyAlaCarte.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/PyAlaCarte.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/PyAlaCarte.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/PyAlaMode.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/PyAlaMode.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/PyAlaMode.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/PyAlaModeTest.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/PyAlaModeTest.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/PyAlaModeTest.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/PyCrust.ico -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/PyCrust.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/PyCrust.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/PyCrust.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/PyFilling.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/PyFilling.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/PyFilling.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/PyShell.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/PyShell.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/PyShell.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/PyWrap.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/PyWrap.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/PyWrap.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/README.txt -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/__init__.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/buffer.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/buffer.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/buffer.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/crust.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/crust.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/crust.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/dispatcher.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/dispatcher.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/dispatcher.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/document.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/document.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/document.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/editor.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/editor.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/editor.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/editwindow.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/editwindow.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/editwindow.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/filling.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/filling.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/filling.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/frame.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/frame.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/frame.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/images.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/images.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/images.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/interpreter.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/interpreter.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/interpreter.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/introspect.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/introspect.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/introspect.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/pseudo.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/pseudo.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/pseudo.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/shell.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/shell.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/shell.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/version.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/version.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py/version.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/stc.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/stc.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/stc.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/CHANGES.txt -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/README.txt -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/TODO.txt -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/__init__.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/encode_bitmaps.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/encode_bitmaps.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/encode_bitmaps.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/globals.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/globals.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/globals.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/images.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/images.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/images.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/license.txt -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/panel.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/panel.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/panel.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/params.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/params.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/params.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/tools.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/tools.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/tools.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/tree.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/tree.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/tree.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/undo.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/undo.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/undo.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/xrced.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/xrced.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/xrced.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/xrced.xrc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/xxx.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/xxx.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed/xxx.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/__init__.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/dbg.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/dbg.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/dbg.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/genaxmodule.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/genaxmodule.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/genaxmodule.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/helpviewer.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/helpviewer.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/helpviewer.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/img2img.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/img2img.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/img2img.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/img2png.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/img2png.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/img2png.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/img2py.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/img2py.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/img2py.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/img2xpm.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/img2xpm.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/img2xpm.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/pywxrc.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/pywxrc.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/pywxrc.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/webkit.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/webkit.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/webkit.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/wizard.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/wizard.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/wizard.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/xrc.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/xrc.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/xrc.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/__init__.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/_controls.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/_controls.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/_controls.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/_core.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/_core.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/_core.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/_gdi.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/_gdi.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/_gdi.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/_misc.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/_misc.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/_misc.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/_windows.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/_windows.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/_windows.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/_wx.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/_wx.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/_wx.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/activex.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/activex.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/activex.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/animate.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/animate.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/animate.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/calendar.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/calendar.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/calendar.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/gizmos.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/gizmos.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/gizmos.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/glcanvas.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/glcanvas.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/glcanvas.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/grid.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/grid.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/grid.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/help.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/help.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/help.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/html.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/html.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/html.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/htmlhelp.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/htmlhelp.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/htmlhelp.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/iewin.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/iewin.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/iewin.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/CDate.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/CDate.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/CDate.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/ClickableHtmlWindow.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/ClickableHtmlWindow.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/ClickableHtmlWindow.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/ErrorDialogs.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/ErrorDialogs.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/ErrorDialogs.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/ErrorDialogs_wdr.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/ErrorDialogs_wdr.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/ErrorDialogs_wdr.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/PythonBitmaps.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/PythonBitmaps.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/PythonBitmaps.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/__init__.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/activexwrapper.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/activexwrapper.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/activexwrapper.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/analogclock.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/analogclock.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/analogclock.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/anchors.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/anchors.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/anchors.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/buttons.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/buttons.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/buttons.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/calendar.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/calendar.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/calendar.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourchooser/__init__.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourchooser/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourchooser/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourchooser/canvas.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourchooser/canvas.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourchooser/canvas.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourchooser/intl.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourchooser/intl.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourchooser/intl.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourchooser/pycolourbox.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourchooser/pycolourbox.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourchooser/pycolourbox.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourchooser/pycolourchooser.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourchooser/pycolourchooser.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourchooser/pycolourchooser.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourchooser/pycolourslider.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourchooser/pycolourslider.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourchooser/pycolourslider.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourchooser/pypalette.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourchooser/pypalette.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourchooser/pypalette.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourdb.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourdb.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourdb.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourselect.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourselect.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourselect.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/dialogs.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/dialogs.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/dialogs.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/editor/__init__.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/editor/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/editor/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/editor/editor.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/editor/editor.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/editor/editor.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/editor/images.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/editor/images.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/editor/images.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/editor/selection.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/editor/selection.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/editor/selection.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/evtmgr.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/evtmgr.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/evtmgr.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/fancytext.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/fancytext.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/fancytext.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/filebrowsebutton.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/filebrowsebutton.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/filebrowsebutton.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/floatbar.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/floatbar.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/floatbar.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/floatcanvas.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/floatcanvas.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/floatcanvas.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/foldmenu.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/foldmenu.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/foldmenu.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/gridmovers.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/gridmovers.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/gridmovers.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/grids.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/grids.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/grids.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/imagebrowser.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/imagebrowser.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/imagebrowser.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/imageutils.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/imageutils.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/imageutils.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/infoframe.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/infoframe.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/infoframe.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/intctrl.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/intctrl.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/intctrl.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/layoutf.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/layoutf.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/layoutf.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/maskedctrl.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/maskedctrl.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/maskedctrl.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/maskededit.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/maskededit.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/maskededit.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/maskednumctrl.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/maskednumctrl.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/maskednumctrl.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/mixins/__init__.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/mixins/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/mixins/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/mixins/grid.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/mixins/grid.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/mixins/grid.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/mixins/imagelist.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/mixins/imagelist.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/mixins/imagelist.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/mixins/listctrl.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/mixins/listctrl.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/mixins/listctrl.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/mixins/rubberband.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/mixins/rubberband.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/mixins/rubberband.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/multisash.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/multisash.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/multisash.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/mvctree.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/mvctree.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/mvctree.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/newevent.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/newevent.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/newevent.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/plot.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/plot.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/plot.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/popupctl.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/popupctl.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/popupctl.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/printout.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/printout.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/printout.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/pubsub.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/pubsub.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/pubsub.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/pyshell.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/pyshell.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/pyshell.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/rcsizer.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/rcsizer.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/rcsizer.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/rightalign.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/rightalign.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/rightalign.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/scrolledpanel.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/scrolledpanel.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/scrolledpanel.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/sheet.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/sheet.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/sheet.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/shell.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/shell.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/shell.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/splashscreen.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/splashscreen.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/splashscreen.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/stattext.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/stattext.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/stattext.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/throbber.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/throbber.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/throbber.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/timectrl.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/timectrl.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/timectrl.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/vtk.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/vtk.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/vtk.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/wxPlotCanvas.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/wxPlotCanvas.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/wxPlotCanvas.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/wxpTag.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/wxpTag.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/wxpTag.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/media.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/media.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/media.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/stc.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/stc.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/stc.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/tools/__init__.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/tools/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/tools/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/tools/dbg.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/tools/dbg.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/tools/dbg.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/tools/helpviewer.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/tools/helpviewer.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/tools/helpviewer.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/tools/img2img.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/tools/img2img.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/tools/img2img.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/tools/img2png.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/tools/img2png.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/tools/img2png.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/tools/img2py.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/tools/img2py.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/tools/img2py.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/tools/img2xpm.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/tools/img2xpm.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/tools/img2xpm.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/webkit.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/webkit.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/webkit.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/wizard.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/wizard.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/wizard.pyo -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/xrc.py -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/xrc.pyc -%%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/xrc.pyo -@dirrm %%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/tools -@dirrm %%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/mixins -@dirrm %%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/editor -@dirrm %%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib/colourchooser -@dirrm %%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython/lib -@dirrm %%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wxPython -@dirrm %%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools/XRCed -@dirrm %%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/tools -@dirrm %%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/py -@dirrm %%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/ogl -@dirrm %%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/mixins -@dirrm %%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/masked -@dirrm %%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/floatcanvas -@dirrm %%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/editor -@dirrm %%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib/colourchooser -@dirrm %%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/lib -@dirrm %%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx/build -@dirrm %%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%%/wx -@dirrm %%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%% -@exec echo %%WX_PYTHON_DIR%% >> %D/%%PYTHON_SITELIBDIR%%/wx.pth 2>/dev/null || true -@exec chmod 0444 %D/%%PYTHON_SITELIBDIR%%/wx.pth 2>/dev/null || true diff --git a/x11-toolkits/qwt4/Makefile b/x11-toolkits/qwt4/Makefile deleted file mode 100644 index 39c5a9906361..000000000000 --- a/x11-toolkits/qwt4/Makefile +++ /dev/null @@ -1,107 +0,0 @@ -# New ports collection makefile for: Qwt -# Date created: 02 March 2002 -# Whom: Bob Bomar <bob@fly.homeunix.org> -# -# $FreeBSD$ -# - -PORTNAME= qwt -PORTVERSION= 4.2.0 -PORTREVISION= 2 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=qwt - -MAINTAINER= ports@FreeBSD.org -COMMENT= Qwt widget library for technical purposes - -BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake - -USE_QT_VER= 3 -USE_BZIP2= yes -MAKE_ENV= CXXFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" \ - INCPATH="-I${X11BASE}/include/qt2" \ - LIBS="-L${X11BASE}/lib" \ - QTDIR="${X11BASE}" \ - MOC=${MOC} -INSTALLS_SHLIB= yes - -MAN3= QwtAnalogClock.3 \ - QwtArrayData.3 \ - QwtArrowButton.3 \ - QwtAutoScale.3 \ - QwtCPointerData.3 \ - QwtCompass.3 \ - QwtCompassMagnetNeedle.3 \ - QwtCompassWindArrow.3 \ - QwtCounter.3 \ - QwtCurve.3 \ - QwtData.3 \ - QwtDblRange.3 \ - QwtDiMap.3 \ - QwtDial.3 \ - QwtDialNeedle.3 \ - QwtDialScaleDraw.3 \ - QwtDialSimpleNeedle.3 \ - QwtDoublePoint.3 \ - QwtDoublePointData.3 \ - QwtDoubleRect.3 \ - QwtDoubleSize.3 \ - QwtDynGridLayout.3 \ - QwtEventPattern.3 \ - QwtGrid.3 \ - QwtKnob.3 \ - QwtLegend.3 \ - QwtLegendButton.3 \ - QwtLegendItem.3 \ - QwtLegendLabel.3 \ - QwtMarker.3 \ - QwtPaintBuffer.3 \ - QwtPainter.3 \ - QwtPicker.3 \ - QwtPickerClickPointMachine.3 \ - QwtPickerClickRectMachine.3 \ - QwtPickerDragPointMachine.3 \ - QwtPickerDragRectMachine.3 \ - QwtPickerMachine.3 \ - QwtPickerPolygonMachine.3 \ - QwtPlainText.3 \ - QwtPlot.3 \ - QwtPlotCanvas.3 \ - QwtPlotCurve.3 \ - QwtPlotGrid.3 \ - QwtPlotItem.3 \ - QwtPlotLayout.3 \ - QwtPlotMappedItem.3 \ - QwtPlotMarker.3 \ - QwtPlotPicker.3 \ - QwtPlotPrintFilter.3 \ - QwtPlotZoomer.3 \ - QwtPushButton.3 \ - QwtRect.3 \ - QwtRichText.3 \ - QwtScale.3 \ - QwtScaleDiv.3 \ - QwtScaleDraw.3 \ - QwtScaleIf.3 \ - QwtSlider.3 \ - QwtSliderBase.3 \ - QwtSpline.3 \ - QwtSymbol.3 \ - QwtText.3 \ - QwtThermo.3 \ - QwtWheel.3 \ - qwt_math.h.3 - -pre-build: - cd ${WRKSRC}; qmake -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ qwt.pro -o Makefile - -do-install: - ${INSTALL_DATA} ${WRKSRC}/lib/libqwt.so.${PORTVERSION} ${PREFIX}/lib/libqwt.so.${PORTVERSION:R:R} - ${LN} -fs libqwt.so.${PORTVERSION:R:R} ${PREFIX}/lib/libqwt.so - ${MKDIR} ${PREFIX}/include/qwt - ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/qwt - ${INSTALL_MAN} ${WRKSRC}/doc/man/man3/Qwt* ${PREFIX}/man/man3 - ${INSTALL_MAN} ${WRKSRC}/doc/man/man3/qwt_math.h.3 ${PREFIX}/man/man3 - -.include <bsd.port.mk> diff --git a/x11-toolkits/qwt4/distinfo b/x11-toolkits/qwt4/distinfo deleted file mode 100644 index b86deadbb002..000000000000 --- a/x11-toolkits/qwt4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (qwt-4.2.0.tar.bz2) = 9c828c9a39a83df5d7fa9630ddf812a4 -SHA256 (qwt-4.2.0.tar.bz2) = 726d91ae6bc70049590f9e8e16d5f77f9dc1a7dde18950796703f9c0be9a5a6d -SIZE (qwt-4.2.0.tar.bz2) = 973643 diff --git a/x11-toolkits/qwt4/pkg-descr b/x11-toolkits/qwt4/pkg-descr deleted file mode 100644 index 1b06bc84898a..000000000000 --- a/x11-toolkits/qwt4/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Qwt is an extension to the Qt GUI library from Troll Tech AS. The Qwt library -contains widgets and componets which are primarily useful for technical and -scientifical purposes. It includes a 2-D plotting widget, different kinds of -sliders and much more. - -- Bob Bomar -<bob@fly.homeunix.org> diff --git a/x11-toolkits/qwt4/pkg-plist b/x11-toolkits/qwt4/pkg-plist deleted file mode 100644 index 89de0f9ff256..000000000000 --- a/x11-toolkits/qwt4/pkg-plist +++ /dev/null @@ -1,53 +0,0 @@ -include/qwt/qwt.h -include/qwt/qwt_analog_clock.h -include/qwt/qwt_array.h -include/qwt/qwt_arrbtn.h -include/qwt/qwt_autoscl.h -include/qwt/qwt_compass.h -include/qwt/qwt_compass_rose.h -include/qwt/qwt_counter.h -include/qwt/qwt_curve.h -include/qwt/qwt_data.h -include/qwt/qwt_dial.h -include/qwt/qwt_dial_needle.h -include/qwt/qwt_dimap.h -include/qwt/qwt_double_rect.h -include/qwt/qwt_drange.h -include/qwt/qwt_dyngrid_layout.h -include/qwt/qwt_event_pattern.h -include/qwt/qwt_global.h -include/qwt/qwt_grid.h -include/qwt/qwt_knob.h -include/qwt/qwt_layout_metrics.h -include/qwt/qwt_legend.h -include/qwt/qwt_marker.h -include/qwt/qwt_math.h -include/qwt/qwt_paint_buffer.h -include/qwt/qwt_painter.h -include/qwt/qwt_picker.h -include/qwt/qwt_picker_machine.h -include/qwt/qwt_plot.h -include/qwt/qwt_plot_canvas.h -include/qwt/qwt_plot_classes.h -include/qwt/qwt_plot_dict.h -include/qwt/qwt_plot_item.h -include/qwt/qwt_plot_layout.h -include/qwt/qwt_plot_picker.h -include/qwt/qwt_plot_printfilter.h -include/qwt/qwt_plot_zoomer.h -include/qwt/qwt_push_button.h -include/qwt/qwt_rect.h -include/qwt/qwt_scale.h -include/qwt/qwt_scldiv.h -include/qwt/qwt_scldraw.h -include/qwt/qwt_sclif.h -include/qwt/qwt_sldbase.h -include/qwt/qwt_slider.h -include/qwt/qwt_spline.h -include/qwt/qwt_symbol.h -include/qwt/qwt_text.h -include/qwt/qwt_thermo.h -include/qwt/qwt_wheel.h -lib/libqwt.so -lib/libqwt.so.4 -@dirrm include/qwt diff --git a/x11-toolkits/ruby-fox10/Makefile b/x11-toolkits/ruby-fox10/Makefile deleted file mode 100644 index f05c51b3d83e..000000000000 --- a/x11-toolkits/ruby-fox10/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: FXRuby -# Date created: 24 February 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= fox -PORTVERSION= 1.0.29 -PORTREVISION= 2 -CATEGORIES= x11-toolkits ruby -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= fxruby -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= FXRuby-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ruby extension module to use FOX, aka FXRuby - -#BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= FOX-1.0.0:${PORTSDIR}/x11-toolkits/fox \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - fxscintilla.17:${PORTSDIR}/x11-toolkits/fxscintilla-fox10 \ - glut.4:${PORTSDIR}/graphics/libglut - -USE_RUBY= yes -USE_RUBY_SETUP= yes -RUBY_SETUP= install.rb - -USE_XLIB= yes - -DOCS_EN= ANNOUNCE ChangeLog README \ - index.html doc - -post-patch: - ${RUBY} -i -p \ - -e 'gsub %r:/usr/local\b:, "${LOCALBASE}"' \ - -e 'gsub %r:/usr/X11R6\b:, "${X11BASE}"' \ - ${WRKSRC}/ext/fox/extconf.rb - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${CP} -R ${WRKSRC}/examples/* ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS_EN} - ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/ruby-fox10/distinfo b/x11-toolkits/ruby-fox10/distinfo deleted file mode 100644 index bdd2fc3fb133..000000000000 --- a/x11-toolkits/ruby-fox10/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ruby/FXRuby-1.0.29.tar.gz) = 1f69479170a3e89ad17818f440b37034 -SHA256 (ruby/FXRuby-1.0.29.tar.gz) = 1afb9d6967845873e84213442a673993f7bbe1c67811012aea3fc31d4b88146a -SIZE (ruby/FXRuby-1.0.29.tar.gz) = 1509394 diff --git a/x11-toolkits/ruby-fox10/pkg-descr b/x11-toolkits/ruby-fox10/pkg-descr deleted file mode 100644 index 53388260077d..000000000000 --- a/x11-toolkits/ruby-fox10/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -FXRuby is a Ruby extension module that provides an interface to the -FOX GUI library. - -Author: Lyle Johnson <ljohnson@resgen.com> -WWW: http://fxruby.sourceforge.net/ diff --git a/x11-toolkits/ruby-fox10/pkg-plist b/x11-toolkits/ruby-fox10/pkg-plist deleted file mode 100644 index 5ece3c166e09..000000000000 --- a/x11-toolkits/ruby-fox10/pkg-plist +++ /dev/null @@ -1,212 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/fox.so -%%RUBY_SITELIBDIR%%/fox/aliases.rb -%%RUBY_SITELIBDIR%%/fox/calendar.rb -%%RUBY_SITELIBDIR%%/fox/chore.rb -%%RUBY_SITELIBDIR%%/fox/colors.rb -%%RUBY_SITELIBDIR%%/fox/core.rb -%%RUBY_SITELIBDIR%%/fox/dict.rb -%%RUBY_SITELIBDIR%%/fox/glgroup.rb -%%RUBY_SITELIBDIR%%/fox/glshapes.rb -%%RUBY_SITELIBDIR%%/fox/input.rb -%%RUBY_SITELIBDIR%%/fox/irb.rb -%%RUBY_SITELIBDIR%%/fox/iterators.rb -%%RUBY_SITELIBDIR%%/fox/keys.rb -%%RUBY_SITELIBDIR%%/fox/missingdep.rb -%%RUBY_SITELIBDIR%%/fox/pseudokeyboard.rb -%%RUBY_SITELIBDIR%%/fox/pseudomouse.rb -%%RUBY_SITELIBDIR%%/fox/responder.rb -%%RUBY_SITELIBDIR%%/fox/responder2.rb -%%RUBY_SITELIBDIR%%/fox/scintilla.rb -%%RUBY_SITELIBDIR%%/fox/settings.rb -%%RUBY_SITELIBDIR%%/fox/signal.rb -%%RUBY_SITELIBDIR%%/fox/timeout.rb -%%RUBY_SITELIBDIR%%/fox/undolist.rb -%%RUBY_SITELIBDIR%%/fox/version.rb -@dirrm %%RUBY_SITELIBDIR%%/fox -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/RAA.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/README -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/babelfish.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/bounce.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/browser.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/button.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/datatarget.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dctest.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dialog.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dilbert.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dirlist.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dragdrop.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dragsource.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/dropsite.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/examples.xml -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/foursplit.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gltest.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/glviewer.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/groupbox.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/header.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/hello.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/hello2.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/iRAA.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/iconlist.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/AngryGuyInBunnySuit.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/FatBot.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/FlippedySwitch.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/LeGoon.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/Net.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/RedMacOS.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/SawBlade.ico -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/backview.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/big.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/bigfolder.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/bigpenguin.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/bottomview.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/camera.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/capbutt.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/capnotlast.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/capproj.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/capround.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/colorpal.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/copy.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/cut.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/delimit.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/dippy.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/double_dash.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/filenew.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/fileopen.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/filesave.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/filesaveas.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/fonts.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/fox.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/foxicon.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/frontview.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/gem_big.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/gem_small.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/hello2.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/help.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/indent.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/jbevel.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/jmiter.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/jround.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/kill.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/leftview.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/light.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/minidoc.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/minifolder.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/minifolderopen.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/newfolder.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/nolight.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/onoff_dash.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/palette.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/parallel.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/paste.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/pattern.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/penguin.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/perspective.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/printicon.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/prop.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/redo.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/rightview.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/saveas.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/shutter1.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/shutter2.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/small.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/smoothlight.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/solid_line.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/tbuplevel.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/topview.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/undo.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/winapp.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/icons/zoom.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/image.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/imageviewer.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/inputs.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/mditest.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pig.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/raabrowser.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/scintilla-test.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/scribble-orig.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/scribble.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/shutter.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/splitter.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/styledtext.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/tabbook.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/table.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/textedit/commands.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/textedit/helpwindow.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/textedit/prefdialog.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/textedit/textedit.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/textedit -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/icons -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ANNOUNCE -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/apes02.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/apes03.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/book.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/build.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch02s02.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch02s03.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch02s04.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch02s05.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch03s02.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch03s03.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch03s04.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch04s02.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/ch04s03.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/changes.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/clipboardtut.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/cvs.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/differences.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/dragdroptut.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/events.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/examples.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/goals.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/babelfish.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/browser.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/button.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/call-chain-example.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/colordialog.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/datatarget.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/dialog.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/dilbert.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/dirlist.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/dropsite-droprejected.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/foursplit.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/gltest.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/glviewer.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/groupbox.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/header.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello-with-button.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello-with-icon-1.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello-with-icon-2.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello-with-icon-3.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello-with-tooltip.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello-without-button.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/hello2.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/iconlist-bigicons.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/iconlist-details.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/image.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/imageviewer.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/inheritance.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/mditest.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/raabrowser.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/scribble.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/shutter.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/splitter.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/tabbook.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/table.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/images/tutorial1.png -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/implementation.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/infosources.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/library.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/opengl.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/pt01.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/pt02.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/scintilla.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/todo.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/tutorial1.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/index.html -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/images -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% diff --git a/x11-toolkits/ruby-fox12/Makefile b/x11-toolkits/ruby-fox12/Makefile deleted file mode 100644 index 4b3ba29f30bc..000000000000 --- a/x11-toolkits/ruby-fox12/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: FXRuby -# Date created: 24 February 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= fox -PORTVERSION= 1.2.6 -CATEGORIES= x11-toolkits ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/4003/ -MASTER_SITE_SUBDIR= fxruby -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -PKGNAMESUFFIX= -devel -DISTNAME= FXRuby-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= alecn2002@yandex.ru -COMMENT= Ruby extension module to use FOX 1.2, aka FXRuby - -LIB_DEPENDS= FOX-1.2:${PORTSDIR}/x11-toolkits/fox12 \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - fxscintilla.17:${PORTSDIR}/x11-toolkits/fxscintilla-fox12 - -FETCH_CMD= /usr/bin/fetch -Rr -USE_RUBY= yes -USE_RUBY_SETUP= yes -RUBY_SETUP= install.rb -NOHARM_ARGS= --no-harm - -USE_XLIB= yes -USE_GL= yes - -install-noharm: - cd ${WRKSRC}; \ - ${SETENV} ${MAKE_ENV} ${RUBY} ${RUBY_FLAGS} ${RUBY_SETUP} install ${NOHARM_ARGS} ${RUBY_INSTALL_ARGS} - -do-install: - @${ECHO_MSG} "===> Running ${RUBY_SETUP} to install" - @cd ${INSTALL_WRKSRC}; \ - ${SETENV} ${MAKE_ENV} ${RUBY} ${RUBY_FLAGS} ${RUBY_SETUP} install ${RUBY_INSTALL_ARGS} - -.include <bsd.port.mk> diff --git a/x11-toolkits/ruby-fox12/distinfo b/x11-toolkits/ruby-fox12/distinfo deleted file mode 100644 index 695ba2b21e89..000000000000 --- a/x11-toolkits/ruby-fox12/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ruby/FXRuby-1.2.6.tar.gz) = b9e311bb3b2690ebc4b2eaab281bd1e6 -SHA256 (ruby/FXRuby-1.2.6.tar.gz) = 189d6302da7b7b87928543286d7e028eb3b353c349891f18a3c9be242bd3ca3c -SIZE (ruby/FXRuby-1.2.6.tar.gz) = 1683754 diff --git a/x11-toolkits/ruby-fox12/pkg-descr b/x11-toolkits/ruby-fox12/pkg-descr deleted file mode 100644 index 53388260077d..000000000000 --- a/x11-toolkits/ruby-fox12/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -FXRuby is a Ruby extension module that provides an interface to the -FOX GUI library. - -Author: Lyle Johnson <ljohnson@resgen.com> -WWW: http://fxruby.sourceforge.net/ diff --git a/x11-toolkits/ruby-fox12/pkg-plist b/x11-toolkits/ruby-fox12/pkg-plist deleted file mode 100644 index efd8385c8255..000000000000 --- a/x11-toolkits/ruby-fox12/pkg-plist +++ /dev/null @@ -1,29 +0,0 @@ -%%RUBY_SITELIBDIR%%/fox12/aliases.rb -%%RUBY_SITELIBDIR%%/fox12/bitmapview.rb -%%RUBY_SITELIBDIR%%/fox12/calendar.rb -%%RUBY_SITELIBDIR%%/fox12/chore.rb -%%RUBY_SITELIBDIR%%/fox12/colors.rb -%%RUBY_SITELIBDIR%%/fox12/core.rb -%%RUBY_SITELIBDIR%%/fox12/dialogs.rb -%%RUBY_SITELIBDIR%%/fox12/dict.rb -%%RUBY_SITELIBDIR%%/fox12/execute_nonmodal.rb -%%RUBY_SITELIBDIR%%/fox12/glgroup.rb -%%RUBY_SITELIBDIR%%/fox12/glshapes.rb -%%RUBY_SITELIBDIR%%/fox12/input.rb -%%RUBY_SITELIBDIR%%/fox12/irb.rb -%%RUBY_SITELIBDIR%%/fox12/iterators.rb -%%RUBY_SITELIBDIR%%/fox12/keys.rb -%%RUBY_SITELIBDIR%%/fox12/missingdep.rb -%%RUBY_SITELIBDIR%%/fox12/pseudokeyboard.rb -%%RUBY_SITELIBDIR%%/fox12/pseudomouse.rb -%%RUBY_SITELIBDIR%%/fox12/responder.rb -%%RUBY_SITELIBDIR%%/fox12/responder2.rb -%%RUBY_SITELIBDIR%%/fox12/scintilla.rb -%%RUBY_SITELIBDIR%%/fox12/settings.rb -%%RUBY_SITELIBDIR%%/fox12/signal.rb -%%RUBY_SITELIBDIR%%/fox12/splashscreen.rb -%%RUBY_SITELIBDIR%%/fox12/timeout.rb -%%RUBY_SITELIBDIR%%/fox12/undolist.rb -%%RUBY_SITELIBDIR%%/fox12/version.rb -%%RUBY_SITEARCHLIBDIR%%/fox12.so -@dirrm %%RUBY_SITELIBDIR%%/fox12 diff --git a/x11-toolkits/wxgtk28-common/Makefile b/x11-toolkits/wxgtk28-common/Makefile deleted file mode 100644 index f4b25afa47f7..000000000000 --- a/x11-toolkits/wxgtk28-common/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: wxgtk26-common -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTREVISION= 2 -MAINTAINER= fjoe@FreeBSD.org -COMMENT= The wxWidgets GUI toolkit (common files) - -WXGTK_FLAVOR= gtk2-common -MASTERDIR= ${.CURDIR}/../wxgtk26 - -.include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/wxgtk28-common/pkg-plist b/x11-toolkits/wxgtk28-common/pkg-plist deleted file mode 100644 index 0e470d5a294e..000000000000 --- a/x11-toolkits/wxgtk28-common/pkg-plist +++ /dev/null @@ -1,495 +0,0 @@ -include/wx-2.6/wx/accel.h -include/wx-2.6/wx/access.h -include/wx-2.6/wx/afterstd.h -include/wx-2.6/wx/app.h -include/wx-2.6/wx/apptrait.h -include/wx-2.6/wx/archive.h -include/wx-2.6/wx/arrimpl.cpp -include/wx-2.6/wx/arrstr.h -include/wx-2.6/wx/artprov.h -include/wx-2.6/wx/beforestd.h -include/wx-2.6/wx/bitmap.h -include/wx-2.6/wx/bmpbuttn.h -include/wx-2.6/wx/bookctrl.h -include/wx-2.6/wx/brush.h -include/wx-2.6/wx/buffer.h -include/wx-2.6/wx/build.h -include/wx-2.6/wx/busyinfo.h -include/wx-2.6/wx/button.h -include/wx-2.6/wx/calctrl.h -include/wx-2.6/wx/caret.h -include/wx-2.6/wx/checkbox.h -include/wx-2.6/wx/checklst.h -include/wx-2.6/wx/chkconf.h -include/wx-2.6/wx/choicdlg.h -include/wx-2.6/wx/choice.h -include/wx-2.6/wx/choicebk.h -include/wx-2.6/wx/clipbrd.h -include/wx-2.6/wx/clntdata.h -include/wx-2.6/wx/cmdline.h -include/wx-2.6/wx/cmdproc.h -include/wx-2.6/wx/cmndata.h -include/wx-2.6/wx/colordlg.h -include/wx-2.6/wx/colour.h -include/wx-2.6/wx/combobox.h -include/wx-2.6/wx/confbase.h -include/wx-2.6/wx/config.h -include/wx-2.6/wx/containr.h -include/wx-2.6/wx/control.h -include/wx-2.6/wx/cshelp.h -include/wx-2.6/wx/ctrlsub.h -include/wx-2.6/wx/cursor.h -include/wx-2.6/wx/dataobj.h -include/wx-2.6/wx/datectrl.h -include/wx-2.6/wx/dateevt.h -include/wx-2.6/wx/datetime.h -include/wx-2.6/wx/datstrm.h -include/wx-2.6/wx/db.h -include/wx-2.6/wx/dbgrid.h -include/wx-2.6/wx/dbkeyg.h -include/wx-2.6/wx/dbtable.h -include/wx-2.6/wx/dc.h -include/wx-2.6/wx/dcbuffer.h -include/wx-2.6/wx/dcclient.h -include/wx-2.6/wx/dcmemory.h -include/wx-2.6/wx/dcmirror.h -include/wx-2.6/wx/dcprint.h -include/wx-2.6/wx/dcps.h -include/wx-2.6/wx/dcscreen.h -include/wx-2.6/wx/dde.h -include/wx-2.6/wx/debug.h -include/wx-2.6/wx/debugrpt.h -include/wx-2.6/wx/defs.h -include/wx-2.6/wx/dialog.h -include/wx-2.6/wx/dialup.h -include/wx-2.6/wx/dir.h -include/wx-2.6/wx/dirctrl.h -include/wx-2.6/wx/dirdlg.h -include/wx-2.6/wx/display.h -include/wx-2.6/wx/dlimpexp.h -include/wx-2.6/wx/dnd.h -include/wx-2.6/wx/docmdi.h -include/wx-2.6/wx/docview.h -include/wx-2.6/wx/dragimag.h -include/wx-2.6/wx/dynarray.h -include/wx-2.6/wx/dynlib.h -include/wx-2.6/wx/dynload.h -include/wx-2.6/wx/effects.h -include/wx-2.6/wx/encconv.h -include/wx-2.6/wx/encinfo.h -include/wx-2.6/wx/event.h -include/wx-2.6/wx/evtloop.h -include/wx-2.6/wx/except.h -include/wx-2.6/wx/fdrepdlg.h -include/wx-2.6/wx/features.h -include/wx-2.6/wx/ffile.h -include/wx-2.6/wx/file.h -include/wx-2.6/wx/fileconf.h -include/wx-2.6/wx/filedlg.h -include/wx-2.6/wx/filefn.h -include/wx-2.6/wx/filename.h -include/wx-2.6/wx/filesys.h -include/wx-2.6/wx/fmappriv.h -include/wx-2.6/wx/font.h -include/wx-2.6/wx/fontdlg.h -include/wx-2.6/wx/fontenc.h -include/wx-2.6/wx/fontenum.h -include/wx-2.6/wx/fontmap.h -include/wx-2.6/wx/fontutil.h -include/wx-2.6/wx/frame.h -include/wx-2.6/wx/fs_inet.h -include/wx-2.6/wx/fs_mem.h -include/wx-2.6/wx/fs_zip.h -include/wx-2.6/wx/gauge.h -include/wx-2.6/wx/gbsizer.h -include/wx-2.6/wx/gdicmn.h -include/wx-2.6/wx/gdiobj.h -include/wx-2.6/wx/generic/accel.h -include/wx-2.6/wx/generic/calctrl.h -include/wx-2.6/wx/generic/caret.h -include/wx-2.6/wx/generic/choicdgg.h -include/wx-2.6/wx/generic/colrdlgg.h -include/wx-2.6/wx/generic/datectrl.h -include/wx-2.6/wx/generic/dcpsg.h -include/wx-2.6/wx/generic/dirctrlg.h -include/wx-2.6/wx/generic/dirdlgg.h -include/wx-2.6/wx/generic/dragimgg.h -include/wx-2.6/wx/generic/fdrepdlg.h -include/wx-2.6/wx/generic/filedlgg.h -include/wx-2.6/wx/generic/fontdlgg.h -include/wx-2.6/wx/generic/grid.h -include/wx-2.6/wx/generic/gridctrl.h -include/wx-2.6/wx/generic/gridsel.h -include/wx-2.6/wx/generic/helpext.h -include/wx-2.6/wx/generic/imaglist.h -include/wx-2.6/wx/generic/laywin.h -include/wx-2.6/wx/generic/listctrl.h -include/wx-2.6/wx/generic/logg.h -include/wx-2.6/wx/generic/msgdlgg.h -include/wx-2.6/wx/generic/notebook.h -include/wx-2.6/wx/generic/numdlgg.h -include/wx-2.6/wx/generic/paletteg.h -include/wx-2.6/wx/generic/panelg.h -include/wx-2.6/wx/generic/printps.h -include/wx-2.6/wx/generic/prntdlgg.h -include/wx-2.6/wx/generic/progdlgg.h -include/wx-2.6/wx/generic/propdlg.h -include/wx-2.6/wx/generic/sashwin.h -include/wx-2.6/wx/generic/scrolwin.h -include/wx-2.6/wx/generic/spinctlg.h -include/wx-2.6/wx/generic/splash.h -include/wx-2.6/wx/generic/splitter.h -include/wx-2.6/wx/generic/statusbr.h -include/wx-2.6/wx/generic/tabg.h -include/wx-2.6/wx/generic/textdlgg.h -include/wx-2.6/wx/generic/timer.h -include/wx-2.6/wx/generic/treectlg.h -include/wx-2.6/wx/generic/wizard.h -include/wx-2.6/wx/geometry.h -include/wx-2.6/wx/gifdecod.h -include/wx-2.6/wx/glcanvas.h -include/wx-2.6/wx/grid.h -include/wx-2.6/wx/gsocket.h -include/wx-2.6/wx/gtk/accel.h -include/wx-2.6/wx/gtk/app.h -include/wx-2.6/wx/gtk/bitmap.h -include/wx-2.6/wx/gtk/bmpbuttn.h -include/wx-2.6/wx/gtk/brush.h -include/wx-2.6/wx/gtk/button.h -include/wx-2.6/wx/gtk/checkbox.h -include/wx-2.6/wx/gtk/checklst.h -include/wx-2.6/wx/gtk/choice.h -include/wx-2.6/wx/gtk/clipbrd.h -include/wx-2.6/wx/gtk/colordlg.h -include/wx-2.6/wx/gtk/colour.h -include/wx-2.6/wx/gtk/combobox.h -include/wx-2.6/wx/gtk/control.h -include/wx-2.6/wx/gtk/cursor.h -include/wx-2.6/wx/gtk/dataform.h -include/wx-2.6/wx/gtk/dataobj.h -include/wx-2.6/wx/gtk/dataobj2.h -include/wx-2.6/wx/gtk/dc.h -include/wx-2.6/wx/gtk/dcclient.h -include/wx-2.6/wx/gtk/dcmemory.h -include/wx-2.6/wx/gtk/dcscreen.h -include/wx-2.6/wx/gtk/dialog.h -include/wx-2.6/wx/gtk/dnd.h -include/wx-2.6/wx/gtk/filedlg.h -include/wx-2.6/wx/gtk/font.h -include/wx-2.6/wx/gtk/fontdlg.h -include/wx-2.6/wx/gtk/frame.h -include/wx-2.6/wx/gtk/gauge.h -include/wx-2.6/wx/gtk/gdiobj.h -include/wx-2.6/wx/gtk/glcanvas.h -include/wx-2.6/wx/gtk/gnome/gprint.h -include/wx-2.6/wx/gtk/icon.h -include/wx-2.6/wx/gtk/listbox.h -include/wx-2.6/wx/gtk/mdi.h -include/wx-2.6/wx/gtk/menu.h -include/wx-2.6/wx/gtk/menuitem.h -include/wx-2.6/wx/gtk/minifram.h -include/wx-2.6/wx/gtk/msgdlg.h -include/wx-2.6/wx/gtk/notebook.h -include/wx-2.6/wx/gtk/pen.h -include/wx-2.6/wx/gtk/popupwin.h -include/wx-2.6/wx/gtk/radiobox.h -include/wx-2.6/wx/gtk/radiobut.h -include/wx-2.6/wx/gtk/region.h -include/wx-2.6/wx/gtk/scrolbar.h -include/wx-2.6/wx/gtk/scrolwin.h -include/wx-2.6/wx/gtk/slider.h -include/wx-2.6/wx/gtk/spinbutt.h -include/wx-2.6/wx/gtk/spinctrl.h -include/wx-2.6/wx/gtk/statbmp.h -include/wx-2.6/wx/gtk/statbox.h -include/wx-2.6/wx/gtk/statline.h -include/wx-2.6/wx/gtk/stattext.h -include/wx-2.6/wx/gtk/tbargtk.h -include/wx-2.6/wx/gtk/textctrl.h -include/wx-2.6/wx/gtk/tglbtn.h -include/wx-2.6/wx/gtk/timer.h -include/wx-2.6/wx/gtk/tooltip.h -include/wx-2.6/wx/gtk/toplevel.h -include/wx-2.6/wx/gtk/treectrl.h -include/wx-2.6/wx/gtk/win_gtk.h -include/wx-2.6/wx/gtk/window.h -include/wx-2.6/wx/hash.h -include/wx-2.6/wx/hashmap.h -include/wx-2.6/wx/hashset.h -include/wx-2.6/wx/help.h -include/wx-2.6/wx/helpbase.h -include/wx-2.6/wx/helphtml.h -include/wx-2.6/wx/helpwin.h -include/wx-2.6/wx/html/forcelnk.h -include/wx-2.6/wx/html/helpctrl.h -include/wx-2.6/wx/html/helpdata.h -include/wx-2.6/wx/html/helpfrm.h -include/wx-2.6/wx/html/htmlcell.h -include/wx-2.6/wx/html/htmldefs.h -include/wx-2.6/wx/html/htmlfilt.h -include/wx-2.6/wx/html/htmlpars.h -include/wx-2.6/wx/html/htmlproc.h -include/wx-2.6/wx/html/htmltag.h -include/wx-2.6/wx/html/htmlwin.h -include/wx-2.6/wx/html/htmprint.h -include/wx-2.6/wx/html/m_templ.h -include/wx-2.6/wx/html/winpars.h -include/wx-2.6/wx/htmllbox.h -include/wx-2.6/wx/icon.h -include/wx-2.6/wx/iconbndl.h -include/wx-2.6/wx/iconloc.h -include/wx-2.6/wx/imagbmp.h -include/wx-2.6/wx/image.h -include/wx-2.6/wx/imaggif.h -include/wx-2.6/wx/imagiff.h -include/wx-2.6/wx/imagjpeg.h -include/wx-2.6/wx/imaglist.h -include/wx-2.6/wx/imagpcx.h -include/wx-2.6/wx/imagpng.h -include/wx-2.6/wx/imagpnm.h -include/wx-2.6/wx/imagtiff.h -include/wx-2.6/wx/imagxpm.h -include/wx-2.6/wx/init.h -include/wx-2.6/wx/intl.h -include/wx-2.6/wx/iosfwrap.h -include/wx-2.6/wx/ioswrap.h -include/wx-2.6/wx/ipc.h -include/wx-2.6/wx/ipcbase.h -include/wx-2.6/wx/isql.h -include/wx-2.6/wx/isqlext.h -include/wx-2.6/wx/joystick.h -include/wx-2.6/wx/layout.h -include/wx-2.6/wx/laywin.h -include/wx-2.6/wx/list.h -include/wx-2.6/wx/listbase.h -include/wx-2.6/wx/listbook.h -include/wx-2.6/wx/listbox.h -include/wx-2.6/wx/listctrl.h -include/wx-2.6/wx/listimpl.cpp -include/wx-2.6/wx/log.h -include/wx-2.6/wx/longlong.h -include/wx-2.6/wx/math.h -include/wx-2.6/wx/matrix.h -include/wx-2.6/wx/mdi.h -include/wx-2.6/wx/mediactrl.h -include/wx-2.6/wx/memconf.h -include/wx-2.6/wx/memory.h -include/wx-2.6/wx/memtext.h -include/wx-2.6/wx/menu.h -include/wx-2.6/wx/menuitem.h -include/wx-2.6/wx/metafile.h -include/wx-2.6/wx/mimetype.h -include/wx-2.6/wx/minifram.h -include/wx-2.6/wx/module.h -include/wx-2.6/wx/msgdlg.h -include/wx-2.6/wx/msgout.h -include/wx-2.6/wx/mstream.h -include/wx-2.6/wx/notebook.h -include/wx-2.6/wx/numdlg.h -include/wx-2.6/wx/object.h -include/wx-2.6/wx/ownerdrw.h -include/wx-2.6/wx/palette.h -include/wx-2.6/wx/panel.h -include/wx-2.6/wx/paper.h -include/wx-2.6/wx/pen.h -include/wx-2.6/wx/platform.h -include/wx-2.6/wx/popupwin.h -include/wx-2.6/wx/print.h -include/wx-2.6/wx/printdlg.h -include/wx-2.6/wx/prntbase.h -include/wx-2.6/wx/process.h -include/wx-2.6/wx/progdlg.h -include/wx-2.6/wx/propdlg.h -include/wx-2.6/wx/protocol/file.h -include/wx-2.6/wx/protocol/ftp.h -include/wx-2.6/wx/protocol/http.h -include/wx-2.6/wx/protocol/protocol.h -include/wx-2.6/wx/ptr_scpd.h -include/wx-2.6/wx/quantize.h -include/wx-2.6/wx/radiobox.h -include/wx-2.6/wx/radiobut.h -include/wx-2.6/wx/rawbmp.h -include/wx-2.6/wx/recguard.h -include/wx-2.6/wx/regex.h -include/wx-2.6/wx/region.h -include/wx-2.6/wx/renderer.h -include/wx-2.6/wx/sashwin.h -include/wx-2.6/wx/sckaddr.h -include/wx-2.6/wx/sckipc.h -include/wx-2.6/wx/sckstrm.h -include/wx-2.6/wx/scopeguard.h -include/wx-2.6/wx/scrolbar.h -include/wx-2.6/wx/scrolwin.h -include/wx-2.6/wx/selstore.h -include/wx-2.6/wx/settings.h -include/wx-2.6/wx/sizer.h -include/wx-2.6/wx/slider.h -include/wx-2.6/wx/snglinst.h -include/wx-2.6/wx/socket.h -include/wx-2.6/wx/sound.h -include/wx-2.6/wx/spinbutt.h -include/wx-2.6/wx/spinctrl.h -include/wx-2.6/wx/splash.h -include/wx-2.6/wx/splitter.h -include/wx-2.6/wx/sstream.h -include/wx-2.6/wx/stack.h -include/wx-2.6/wx/stackwalk.h -include/wx-2.6/wx/statbmp.h -include/wx-2.6/wx/statbox.h -include/wx-2.6/wx/statline.h -include/wx-2.6/wx/stattext.h -include/wx-2.6/wx/statusbr.h -include/wx-2.6/wx/stdpaths.h -include/wx-2.6/wx/stockitem.h -include/wx-2.6/wx/stopwatch.h -include/wx-2.6/wx/strconv.h -include/wx-2.6/wx/stream.h -include/wx-2.6/wx/string.h -include/wx-2.6/wx/sysopt.h -include/wx-2.6/wx/tab.h -include/wx-2.6/wx/tabctrl.h -include/wx-2.6/wx/taskbar.h -include/wx-2.6/wx/tbarbase.h -include/wx-2.6/wx/textbuf.h -include/wx-2.6/wx/textctrl.h -include/wx-2.6/wx/textdlg.h -include/wx-2.6/wx/textfile.h -include/wx-2.6/wx/tglbtn.h -include/wx-2.6/wx/thread.h -include/wx-2.6/wx/thrimpl.cpp -include/wx-2.6/wx/timer.h -include/wx-2.6/wx/tipdlg.h -include/wx-2.6/wx/tipwin.h -include/wx-2.6/wx/tokenzr.h -include/wx-2.6/wx/toolbar.h -include/wx-2.6/wx/tooltip.h -include/wx-2.6/wx/toplevel.h -include/wx-2.6/wx/treebase.h -include/wx-2.6/wx/treectrl.h -include/wx-2.6/wx/txtstrm.h -include/wx-2.6/wx/types.h -include/wx-2.6/wx/unix/apptbase.h -include/wx-2.6/wx/unix/apptrait.h -include/wx-2.6/wx/unix/displayx11.h -include/wx-2.6/wx/unix/execute.h -include/wx-2.6/wx/unix/fontutil.h -include/wx-2.6/wx/unix/gsockunx.h -include/wx-2.6/wx/unix/joystick.h -include/wx-2.6/wx/unix/mimetype.h -include/wx-2.6/wx/unix/pipe.h -include/wx-2.6/wx/unix/sound.h -include/wx-2.6/wx/unix/stackwalk.h -include/wx-2.6/wx/unix/stdpaths.h -include/wx-2.6/wx/unix/taskbarx11.h -include/wx-2.6/wx/unix/utilsx11.h -include/wx-2.6/wx/uri.h -include/wx-2.6/wx/url.h -include/wx-2.6/wx/utils.h -include/wx-2.6/wx/valgen.h -include/wx-2.6/wx/validate.h -include/wx-2.6/wx/valtext.h -include/wx-2.6/wx/variant.h -include/wx-2.6/wx/vector.h -include/wx-2.6/wx/version.h -include/wx-2.6/wx/vidmode.h -include/wx-2.6/wx/vlbox.h -include/wx-2.6/wx/vms_x_fix.h -include/wx-2.6/wx/volume.h -include/wx-2.6/wx/vscroll.h -include/wx-2.6/wx/wave.h -include/wx-2.6/wx/wfstream.h -include/wx-2.6/wx/window.h -include/wx-2.6/wx/wizard.h -include/wx-2.6/wx/wx.h -include/wx-2.6/wx/wxchar.h -include/wx-2.6/wx/wxhtml.h -include/wx-2.6/wx/wxprec.h -include/wx-2.6/wx/xml/xml.h -include/wx-2.6/wx/xpmdecod.h -include/wx-2.6/wx/xpmhand.h -include/wx-2.6/wx/xrc/xh_all.h -include/wx-2.6/wx/xrc/xh_bmp.h -include/wx-2.6/wx/xrc/xh_bmpbt.h -include/wx-2.6/wx/xrc/xh_bttn.h -include/wx-2.6/wx/xrc/xh_cald.h -include/wx-2.6/wx/xrc/xh_chckb.h -include/wx-2.6/wx/xrc/xh_chckl.h -include/wx-2.6/wx/xrc/xh_choic.h -include/wx-2.6/wx/xrc/xh_choicbk.h -include/wx-2.6/wx/xrc/xh_combo.h -include/wx-2.6/wx/xrc/xh_datectrl.h -include/wx-2.6/wx/xrc/xh_dlg.h -include/wx-2.6/wx/xrc/xh_frame.h -include/wx-2.6/wx/xrc/xh_gauge.h -include/wx-2.6/wx/xrc/xh_gdctl.h -include/wx-2.6/wx/xrc/xh_html.h -include/wx-2.6/wx/xrc/xh_listb.h -include/wx-2.6/wx/xrc/xh_listbk.h -include/wx-2.6/wx/xrc/xh_listc.h -include/wx-2.6/wx/xrc/xh_mdi.h -include/wx-2.6/wx/xrc/xh_menu.h -include/wx-2.6/wx/xrc/xh_notbk.h -include/wx-2.6/wx/xrc/xh_panel.h -include/wx-2.6/wx/xrc/xh_radbt.h -include/wx-2.6/wx/xrc/xh_radbx.h -include/wx-2.6/wx/xrc/xh_scrol.h -include/wx-2.6/wx/xrc/xh_scwin.h -include/wx-2.6/wx/xrc/xh_sizer.h -include/wx-2.6/wx/xrc/xh_slidr.h -include/wx-2.6/wx/xrc/xh_spin.h -include/wx-2.6/wx/xrc/xh_split.h -include/wx-2.6/wx/xrc/xh_statbar.h -include/wx-2.6/wx/xrc/xh_stbmp.h -include/wx-2.6/wx/xrc/xh_stbox.h -include/wx-2.6/wx/xrc/xh_stlin.h -include/wx-2.6/wx/xrc/xh_sttxt.h -include/wx-2.6/wx/xrc/xh_text.h -include/wx-2.6/wx/xrc/xh_tglbtn.h -include/wx-2.6/wx/xrc/xh_toolb.h -include/wx-2.6/wx/xrc/xh_tree.h -include/wx-2.6/wx/xrc/xh_unkwn.h -include/wx-2.6/wx/xrc/xh_wizrd.h -include/wx-2.6/wx/xrc/xmlres.h -include/wx-2.6/wx/xti.h -include/wx-2.6/wx/xtistrm.h -include/wx-2.6/wx/xtixml.h -include/wx-2.6/wx/zipstrm.h -include/wx-2.6/wx/zstream.h -share/aclocal/wxwin.m4 -share/bakefile/presets/wx.bkl -share/bakefile/presets/wx_unix.bkl -share/bakefile/presets/wx_win32.bkl -share/locale/ca/LC_MESSAGES/wxstd.mo -share/locale/cs/LC_MESSAGES/wxstd.mo -share/locale/da/LC_MESSAGES/wxstd.mo -share/locale/de/LC_MESSAGES/wxstd.mo -share/locale/el/LC_MESSAGES/wxstd.mo -share/locale/es/LC_MESSAGES/wxstd.mo -share/locale/fi/LC_MESSAGES/wxstd.mo -share/locale/fr/LC_MESSAGES/wxstd.mo -share/locale/hu/LC_MESSAGES/wxstd.mo -share/locale/id/LC_MESSAGES/wxstd.mo -share/locale/it/LC_MESSAGES/wxmsw.mo -share/locale/it/LC_MESSAGES/wxstd.mo -share/locale/ja/LC_MESSAGES/wxstd.mo -share/locale/nl/LC_MESSAGES/wxstd.mo -share/locale/pl/LC_MESSAGES/wxstd.mo -share/locale/ru/LC_MESSAGES/wxstd.mo -share/locale/sl/LC_MESSAGES/wxstd.mo -share/locale/sv/LC_MESSAGES/wxstd.mo -share/locale/tr/LC_MESSAGES/wxstd.mo -share/locale/uk/LC_MESSAGES/wxstd.mo -share/locale/zh_CN/LC_MESSAGES/wxstd.mo -share/locale/zh_TW/LC_MESSAGES/wxstd.mo -@dirrm share/bakefile/presets -@dirrm share/bakefile -@dirrm include/wx-2.6/wx/xrc -@dirrm include/wx-2.6/wx/xml -@dirrm include/wx-2.6/wx/unix -@dirrm include/wx-2.6/wx/protocol -@dirrm include/wx-2.6/wx/html -@dirrm include/wx-2.6/wx/gtk/gnome -@dirrm include/wx-2.6/wx/gtk -@dirrm include/wx-2.6/wx/generic -@dirrm include/wx-2.6/wx -@dirrm include/wx-2.6 diff --git a/x11-toolkits/wxgtk28-contrib-common/Makefile b/x11-toolkits/wxgtk28-contrib-common/Makefile deleted file mode 100644 index 2289cc269f3b..000000000000 --- a/x11-toolkits/wxgtk28-contrib-common/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: wxgtk26-contrib-common -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTREVISION= 2 -MAINTAINER= fjoe@FreeBSD.org -COMMENT= The wxWidgets GUI toolkit contributed libraries (common files) - -WXGTK_FLAVOR= gtk2-contrib-common -MASTERDIR= ${.CURDIR}/../wxgtk26 - -.include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/wxgtk28-contrib-common/pkg-plist b/x11-toolkits/wxgtk28-contrib-common/pkg-plist deleted file mode 100644 index d1b3bf27ac1a..000000000000 --- a/x11-toolkits/wxgtk28-contrib-common/pkg-plist +++ /dev/null @@ -1,70 +0,0 @@ -include/wx-2.6/wx/animate/animate.h -include/wx-2.6/wx/deprecated/expr.h -include/wx-2.6/wx/deprecated/prop.h -include/wx-2.6/wx/deprecated/propform.h -include/wx-2.6/wx/deprecated/proplist.h -include/wx-2.6/wx/deprecated/resource.h -include/wx-2.6/wx/deprecated/setup.h -include/wx-2.6/wx/deprecated/tbarsmpl.h -include/wx-2.6/wx/deprecated/treelay.h -include/wx-2.6/wx/deprecated/wxexpr.h -include/wx-2.6/wx/fl/antiflickpl.h -include/wx-2.6/wx/fl/bardragpl.h -include/wx-2.6/wx/fl/barhintspl.h -include/wx-2.6/wx/fl/cbcustom.h -include/wx-2.6/wx/fl/controlbar.h -include/wx-2.6/wx/fl/dynbarhnd.h -include/wx-2.6/wx/fl/dyntbar.h -include/wx-2.6/wx/fl/dyntbarhnd.h -include/wx-2.6/wx/fl/fldefs.h -include/wx-2.6/wx/fl/frmview.h -include/wx-2.6/wx/fl/garbagec.h -include/wx-2.6/wx/fl/gcupdatesmgr.h -include/wx-2.6/wx/fl/hintanimpl.h -include/wx-2.6/wx/fl/newbmpbtn.h -include/wx-2.6/wx/fl/panedrawpl.h -include/wx-2.6/wx/fl/rowdragpl.h -include/wx-2.6/wx/fl/rowlayoutpl.h -include/wx-2.6/wx/fl/toolwnd.h -include/wx-2.6/wx/fl/updatesmgr.h -include/wx-2.6/wx/gizmos/dynamicsash.h -include/wx-2.6/wx/gizmos/editlbox.h -include/wx-2.6/wx/gizmos/gizmos.h -include/wx-2.6/wx/gizmos/ledctrl.h -include/wx-2.6/wx/gizmos/multicell.h -include/wx-2.6/wx/gizmos/splittree.h -include/wx-2.6/wx/gizmos/statpict.h -include/wx-2.6/wx/gizmos/xh_statpict.h -include/wx-2.6/wx/ogl/basic.h -include/wx-2.6/wx/ogl/basicp.h -include/wx-2.6/wx/ogl/bmpshape.h -include/wx-2.6/wx/ogl/canvas.h -include/wx-2.6/wx/ogl/composit.h -include/wx-2.6/wx/ogl/constrnt.h -include/wx-2.6/wx/ogl/divided.h -include/wx-2.6/wx/ogl/drawn.h -include/wx-2.6/wx/ogl/drawnp.h -include/wx-2.6/wx/ogl/lines.h -include/wx-2.6/wx/ogl/linesp.h -include/wx-2.6/wx/ogl/mfutils.h -include/wx-2.6/wx/ogl/misc.h -include/wx-2.6/wx/ogl/ogl.h -include/wx-2.6/wx/ogl/ogldiag.h -include/wx-2.6/wx/plot/plot.h -include/wx-2.6/wx/plot/plot_dwn.bmp -include/wx-2.6/wx/plot/plot_enl.bmp -include/wx-2.6/wx/plot/plot_shr.bmp -include/wx-2.6/wx/plot/plot_up.bmp -include/wx-2.6/wx/plot/plot_zin.bmp -include/wx-2.6/wx/plot/plot_zot.bmp -include/wx-2.6/wx/plot/wxplot.rc -include/wx-2.6/wx/stc/stc.h -include/wx-2.6/wx/svg/dcsvg.h -@dirrm include/wx-2.6/wx/svg -@dirrm include/wx-2.6/wx/stc -@dirrm include/wx-2.6/wx/plot -@dirrm include/wx-2.6/wx/ogl -@dirrm include/wx-2.6/wx/gizmos -@dirrm include/wx-2.6/wx/fl -@dirrm include/wx-2.6/wx/deprecated -@dirrm include/wx-2.6/wx/animate diff --git a/x11-toolkits/wxgtk28-contrib/Makefile b/x11-toolkits/wxgtk28-contrib/Makefile deleted file mode 100644 index 67d1bc480dfe..000000000000 --- a/x11-toolkits/wxgtk28-contrib/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: wxgtk26-contrib -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTREVISION= 2 -MAINTAINER= fjoe@FreeBSD.org -COMMENT= The wxWidgets GUI toolkit contributed libraries - -WXGTK_FLAVOR= gtk2-contrib -MASTERDIR= ${.CURDIR}/../wxgtk26 - -.include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/wxgtk28-contrib/pkg-plist b/x11-toolkits/wxgtk28-contrib/pkg-plist deleted file mode 100644 index 8a754c89cc50..000000000000 --- a/x11-toolkits/wxgtk28-contrib/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -lib/libwx_gtk2_animate-2.6.so -lib/libwx_gtk2_animate-2.6.so.0 -lib/libwx_gtk2_animate-2.6.so.0.2.0 -lib/libwx_gtk2_deprecated-2.6.so -lib/libwx_gtk2_deprecated-2.6.so.0 -lib/libwx_gtk2_deprecated-2.6.so.0.2.0 -lib/libwx_gtk2_fl-2.6.so -lib/libwx_gtk2_fl-2.6.so.0 -lib/libwx_gtk2_fl-2.6.so.0.2.0 -lib/libwx_gtk2_gizmos-2.6.so -lib/libwx_gtk2_gizmos-2.6.so.0 -lib/libwx_gtk2_gizmos-2.6.so.0.2.0 -lib/libwx_gtk2_gizmos_xrc-2.6.so -lib/libwx_gtk2_gizmos_xrc-2.6.so.0 -lib/libwx_gtk2_gizmos_xrc-2.6.so.0.2.0 -lib/libwx_gtk2_ogl-2.6.so -lib/libwx_gtk2_ogl-2.6.so.0 -lib/libwx_gtk2_ogl-2.6.so.0.2.0 -lib/libwx_gtk2_plot-2.6.so -lib/libwx_gtk2_plot-2.6.so.0 -lib/libwx_gtk2_plot-2.6.so.0.2.0 -lib/libwx_gtk2_stc-2.6.so -lib/libwx_gtk2_stc-2.6.so.0 -lib/libwx_gtk2_stc-2.6.so.0.2.0 -lib/libwx_gtk2_svg-2.6.so -lib/libwx_gtk2_svg-2.6.so.0 -lib/libwx_gtk2_svg-2.6.so.0.2.0 diff --git a/x11-toolkits/wxgtk28-unicode-contrib/Makefile b/x11-toolkits/wxgtk28-unicode-contrib/Makefile deleted file mode 100644 index df1322fa7bcf..000000000000 --- a/x11-toolkits/wxgtk28-unicode-contrib/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: wxgtk26-unicode-contrib -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTREVISION= 2 -MAINTAINER= fjoe@FreeBSD.org -COMMENT= The wxWidgets GUI toolkit contributed libraries (Unicode) - -CONFLICTS= wxgtk2-unicode-contrib-devel-2.5.2* - -WXGTK_FLAVOR= gtk2-unicode-contrib -MASTERDIR= ${.CURDIR}/../wxgtk26 - -.include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/wxgtk28-unicode-contrib/pkg-plist b/x11-toolkits/wxgtk28-unicode-contrib/pkg-plist deleted file mode 100644 index 0d11542d5ca9..000000000000 --- a/x11-toolkits/wxgtk28-unicode-contrib/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -lib/libwx_gtk2u_animate-2.6.so -lib/libwx_gtk2u_animate-2.6.so.0 -lib/libwx_gtk2u_animate-2.6.so.0.2.0 -lib/libwx_gtk2u_deprecated-2.6.so -lib/libwx_gtk2u_deprecated-2.6.so.0 -lib/libwx_gtk2u_deprecated-2.6.so.0.2.0 -lib/libwx_gtk2u_fl-2.6.so -lib/libwx_gtk2u_fl-2.6.so.0 -lib/libwx_gtk2u_fl-2.6.so.0.2.0 -lib/libwx_gtk2u_gizmos-2.6.so -lib/libwx_gtk2u_gizmos-2.6.so.0 -lib/libwx_gtk2u_gizmos-2.6.so.0.2.0 -lib/libwx_gtk2u_gizmos_xrc-2.6.so -lib/libwx_gtk2u_gizmos_xrc-2.6.so.0 -lib/libwx_gtk2u_gizmos_xrc-2.6.so.0.2.0 -lib/libwx_gtk2u_ogl-2.6.so -lib/libwx_gtk2u_ogl-2.6.so.0 -lib/libwx_gtk2u_ogl-2.6.so.0.2.0 -lib/libwx_gtk2u_plot-2.6.so -lib/libwx_gtk2u_plot-2.6.so.0 -lib/libwx_gtk2u_plot-2.6.so.0.2.0 -lib/libwx_gtk2u_stc-2.6.so -lib/libwx_gtk2u_stc-2.6.so.0 -lib/libwx_gtk2u_stc-2.6.so.0.2.0 -lib/libwx_gtk2u_svg-2.6.so -lib/libwx_gtk2u_svg-2.6.so.0 -lib/libwx_gtk2u_svg-2.6.so.0.2.0 diff --git a/x11-toolkits/wxgtk28-unicode/Makefile b/x11-toolkits/wxgtk28-unicode/Makefile deleted file mode 100644 index 984e5fbb6abc..000000000000 --- a/x11-toolkits/wxgtk28-unicode/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: wxgtk26-unicode -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTREVISION= 2 -MAINTAINER= fjoe@FreeBSD.org -COMMENT= The wxWidgets GUI toolkit (Unicode) - -WXGTK_FLAVOR= gtk2-unicode -MASTERDIR= ${.CURDIR}/../wxgtk26 - -.include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/wxgtk28-unicode/pkg-plist b/x11-toolkits/wxgtk28-unicode/pkg-plist deleted file mode 100644 index ec002bf7d7af..000000000000 --- a/x11-toolkits/wxgtk28-unicode/pkg-plist +++ /dev/null @@ -1,35 +0,0 @@ -bin/wxgtk2u-2.6-config -bin/wxrc-gtk2u-2.6 -include/wx-2.6/gtk2-unicode-release-2.6/wx/setup.h -lib/libwx_baseu-2.6.so -lib/libwx_baseu-2.6.so.0 -lib/libwx_baseu-2.6.so.0.2.0 -lib/libwx_baseu_net-2.6.so -lib/libwx_baseu_net-2.6.so.0 -lib/libwx_baseu_net-2.6.so.0.2.0 -lib/libwx_baseu_xml-2.6.so -lib/libwx_baseu_xml-2.6.so.0 -lib/libwx_baseu_xml-2.6.so.0.2.0 -lib/libwx_gtk2u_adv-2.6.so -lib/libwx_gtk2u_adv-2.6.so.0 -lib/libwx_gtk2u_adv-2.6.so.0.2.0 -lib/libwx_gtk2u_core-2.6.so -lib/libwx_gtk2u_core-2.6.so.0 -lib/libwx_gtk2u_core-2.6.so.0.2.0 -lib/libwx_gtk2u_gl-2.6.so -lib/libwx_gtk2u_gl-2.6.so.0 -lib/libwx_gtk2u_gl-2.6.so.0.2.0 -lib/libwx_gtk2u_html-2.6.so -lib/libwx_gtk2u_html-2.6.so.0 -lib/libwx_gtk2u_html-2.6.so.0.2.0 -lib/libwx_gtk2u_media-2.6.so -lib/libwx_gtk2u_media-2.6.so.0 -lib/libwx_gtk2u_media-2.6.so.0.2.0 -lib/libwx_gtk2u_qa-2.6.so -lib/libwx_gtk2u_qa-2.6.so.0 -lib/libwx_gtk2u_qa-2.6.so.0.2.0 -lib/libwx_gtk2u_xrc-2.6.so -lib/libwx_gtk2u_xrc-2.6.so.0 -lib/libwx_gtk2u_xrc-2.6.so.0.2.0 -@dirrm include/wx-2.6/gtk2-unicode-release-2.6/wx -@dirrm include/wx-2.6/gtk2-unicode-release-2.6 diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile deleted file mode 100644 index 4cc512ed5d22..000000000000 --- a/x11-toolkits/wxgtk28/Makefile +++ /dev/null @@ -1,111 +0,0 @@ -# New ports collection makefile for: wxgtk26 -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTNAME= wx -PORTVERSION= 2.6.2 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= wxwindows -PKGNAMESUFFIX= ${WXGTK_FLAVOR} -DISTNAME= wxGTK-${PORTVERSION} - -MAINTAINER?= fjoe@FreeBSD.org -COMMENT?= The wxWidgets GUI toolkit with GTK+ bindings - -LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png\ - jpeg.9:${PORTSDIR}/graphics/jpeg\ - tiff.4:${PORTSDIR}/graphics/tiff\ - expat.6:${PORTSDIR}/textproc/expat2\ - mspack.1:${PORTSDIR}/archivers/libmspack\ - gstinterfaces-0.8.1:${PORTSDIR}/multimedia/gstreamer-plugins - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GL= yes -USE_GMAKE= yes -USE_ICONV= yes -USE_GNOME= gtk20 -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libpng=sys\ - --with-libjpeg=sys\ - --with-libtiff=sys\ - --with-zlib=sys\ - --with-expat=sys\ - --with-opengl\ - --with-mspack\ - --with-gtk\ - --enable-mediactrl\ - --disable-backtrace -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ - -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -liconv \ - -L${X11BASE}/lib" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" -PLIST= ${.CURDIR}/pkg-plist - -WXGTK_FLAVOR?= gtk2 - -.if ${WXGTK_FLAVOR} == "gtk2" -PORTREVISION= 3 -CONFLICTS= wxgtk2-contrib-devel-2.5.2* -.endif - -.if ${WXGTK_FLAVOR} != "gtk2-common" -RUN_DEPENDS= ${X11BASE}/include/wx-2.6/wx/wx.h:${PORTSDIR}/x11-toolkits/wxgtk26-common -.endif - -.if ${WXGTK_FLAVOR:M*-common} != "" -NO_BUILD= yes -INSTALL_TARGET= install-common -.else -INSTALLS_SHLIB= yes -.endif # *-common - -.if ${WXGTK_FLAVOR:M*-contrib*} != "" -BUILD_WRKSRC= ${WRKSRC}/contrib -INSTALL_WRKSRC= ${BUILD_WRKSRC} - -.if ${WXGTK_FLAVOR} != "gtk2-contrib-common" -RUN_DEPENDS= ${X11BASE}/include/wx-2.6/wx/stc/stc.h:${PORTSDIR}/x11-toolkits/wxgtk26-contrib-common - -.if ${WXGTK_FLAVOR:M*-unicode*} != "" -LIB_DEPENDS+= wx_baseu-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26-unicode -.else -LIB_DEPENDS+= wx_base-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26 -.endif - -pre-configure: - @${FIND} ${BUILD_WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \ - -e "s|@CXXFLAGS@|${CFLAGS} `${WXGTK_CONFIG} --cxxflags`|" \ - -e "s|@CFLAGS@|${CFLAGS} `${WXGTK_CONFIG} --cflags`|" \ - -e "s|@CPPFLAGS@||" - -.endif # !gtk2-contrib-common -.endif # *-contrib* - -post-patch: - @${REINPLACE_CMD} -e 's|pkg_config_args --cflags|pkg_config_args pangox --cflags|g ; \ - s|pkg_config_args --libs|pkg_config_args pangox --libs|g' \ - ${WRKSRC}/configure - -.include <bsd.port.pre.mk> - -.if ${WXGTK_FLAVOR:M*-unicode*} != "" -.if ${OSVERSION} < 500000 -IGNORE= Systems prior to FreeBSD 5.0 currently out of support -.else -CONFIGURE_ARGS+=--enable-unicode -.endif - -WXGTK_CONFIG= ${X11BASE}/bin/wxgtk2u-2.6-config -.else -WXGTK_CONFIG= ${X11BASE}/bin/wxgtk2-2.6-config -.endif # *-unicode* - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/wxgtk28/distinfo b/x11-toolkits/wxgtk28/distinfo deleted file mode 100644 index 5faf15c5f48f..000000000000 --- a/x11-toolkits/wxgtk28/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (wxGTK-2.6.2.tar.bz2) = ba2afe7bd028062c5fff6d5ef3249c67 -SHA256 (wxGTK-2.6.2.tar.bz2) = 563c46435642d8c371768d3191c38e0791e689d1abc85b693a447cc0194bc771 -SIZE (wxGTK-2.6.2.tar.bz2) = 7328807 diff --git a/x11-toolkits/wxgtk28/files/patch-Makefile.in b/x11-toolkits/wxgtk28/files/patch-Makefile.in deleted file mode 100644 index d63613ccefb5..000000000000 --- a/x11-toolkits/wxgtk28/files/patch-Makefile.in +++ /dev/null @@ -1,40 +0,0 @@ ---- Makefile.in.orig Tue Sep 20 22:03:25 2005 -+++ Makefile.in Wed Oct 12 23:21:27 2005 -@@ -23,6 +23,7 @@ - SONAME_FLAG = @SONAME_FLAG@ - STRIP = @STRIP@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_DIR = @INSTALL_DIR@ - srcdir = @srcdir@ -@@ -9153,13 +9154,15 @@ - - all: $(__wxregex___depname) $(__wxzlib___depname) $(__wxpng___depname) $(__wxjpeg___depname) $(__wxtiff___depname) $(__wxodbc___depname) $(__wxexpat___depname) $(__monodll___depname) $(__monolib___depname) $(__basedll___depname) $(__baselib___depname) $(__netdll___depname) $(__netlib___depname) $(__coredll___depname) $(__corelib___depname) $(__advdll___depname) $(__advlib___depname) $(__mediadll___depname) $(__medialib___depname) $(__odbcdll___depname) $(__odbclib___depname) $(__dbgriddll___depname) $(__dbgridlib___depname) $(__htmldll___depname) $(__htmllib___depname) $(__qadll___depname) $(__qalib___depname) $(__xmldll___depname) $(__xmllib___depname) $(__xrcdll___depname) $(__xrclib___depname) $(__gldll___depname) $(__gllib___depname) $(__sound_sdl___depname) $(__wxrc___depname) $(__cocoa_res___depname) - --install: all $(__install_wxregex___depname) $(__install_wxzlib___depname) $(__install_wxpng___depname) $(__install_wxjpeg___depname) $(__install_wxtiff___depname) $(__install_wxodbc___depname) $(__install_wxexpat___depname) $(__install_monodll___depname) $(__install_monolib___depname) $(__install_basedll___depname) $(__install_baselib___depname) $(__install_netdll___depname) $(__install_netlib___depname) $(__install_coredll___depname) $(__install_corelib___depname) $(__install_advdll___depname) $(__install_advlib___depname) $(__install_mediadll___depname) $(__install_medialib___depname) $(__install_odbcdll___depname) $(__install_odbclib___depname) $(__install_dbgriddll___depname) $(__install_dbgridlib___depname) $(__install_htmldll___depname) $(__install_htmllib___depname) $(__install_qadll___depname) $(__install_qalib___depname) $(__install_xmldll___depname) $(__install_xmllib___depname) $(__install_xrcdll___depname) $(__install_xrclib___depname) $(__install_gldll___depname) $(__install_gllib___depname) $(__install_sound_sdl___depname) $(__install_wxrc___depname) install-wxconfig locale_install locale_msw_install $(__cocoa_res_install___depname) -+install: all $(__install_wxregex___depname) $(__install_wxzlib___depname) $(__install_wxpng___depname) $(__install_wxjpeg___depname) $(__install_wxtiff___depname) $(__install_wxodbc___depname) $(__install_wxexpat___depname) $(__install_monodll___depname) $(__install_monolib___depname) $(__install_basedll___depname) $(__install_baselib___depname) $(__install_netdll___depname) $(__install_netlib___depname) $(__install_coredll___depname) $(__install_corelib___depname) $(__install_advdll___depname) $(__install_advlib___depname) $(__install_mediadll___depname) $(__install_medialib___depname) $(__install_odbcdll___depname) $(__install_odbclib___depname) $(__install_dbgriddll___depname) $(__install_dbgridlib___depname) $(__install_htmldll___depname) $(__install_htmllib___depname) $(__install_qadll___depname) $(__install_qalib___depname) $(__install_xmldll___depname) $(__install_xmllib___depname) $(__install_xrcdll___depname) $(__install_xrclib___depname) $(__install_gldll___depname) $(__install_gllib___depname) $(__install_sound_sdl___depname) $(__install_wxrc___depname) install-wxconfig $(__cocoa_res_install___depname) -+ $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)/$(TOOLCHAIN_FULLNAME)/wx -+ (cd ./ ; $(INSTALL_DATA) lib/wx/include/$(TOOLCHAIN_FULLNAME)/wx/setup.h $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)/$(TOOLCHAIN_FULLNAME)/wx) -+ -+install-common: locale_install locale_msw_install - $(INSTALL_DIR) $(DESTDIR)$(datadir)/aclocal - (cd $(srcdir) ; $(INSTALL_DATA) wxwin.m4 $(DESTDIR)$(datadir)/aclocal) - $(INSTALL_DIR) $(DESTDIR)$(datadir)/bakefile/presets - (cd $(srcdir)/build/bakefiles/wxpresets/presets/ ; $(INSTALL_DATA) wx.bkl wx_unix.bkl wx_win32.bkl $(DESTDIR)$(datadir)/bakefile/presets) -- $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx -- (cd ./ ; $(INSTALL_DATA) lib/wx/include/$(TOOLCHAIN_FULLNAME)/wx/setup.h $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx) - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in $(ALL_HEADERS); do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ -@@ -9692,9 +9695,7 @@ - - install-wxconfig: - $(INSTALL_DIR) $(DESTDIR)$(bindir) -- $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/config -- $(INSTALL_PROGRAM) lib/wx/config/$(TOOLCHAIN_FULLNAME) $(DESTDIR)$(libdir)/wx/config -- (cd $(DESTDIR)$(bindir) && rm -f wx-config && $(LN_S) $(DESTDIR)$(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config) -+ $(INSTALL_SCRIPT) lib/wx/config/$(TOOLCHAIN_FULLNAME) $(DESTDIR)$(bindir)/wx$(TOOLCHAIN_NAME)-config - - locale_install: - $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale diff --git a/x11-toolkits/wxgtk28/files/patch-configure b/x11-toolkits/wxgtk28/files/patch-configure deleted file mode 100644 index 33327df196a0..000000000000 --- a/x11-toolkits/wxgtk28/files/patch-configure +++ /dev/null @@ -1,50 +0,0 @@ ---- configure.orig Thu Jun 2 23:03:05 2005 -+++ configure Wed Aug 31 23:48:02 2005 -@@ -34396,7 +34396,7 @@ - fi - ;; - *-*-freebsd*) -- THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r" -+ THREAD_OPTS="$PTHREAD_LIBS" - ;; - *-*-darwin* | *-*-cygwin* ) - THREAD_OPTS="" -@@ -34433,6 +34433,12 @@ - echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6 - ;; - -+ -pthread|-l*) -+ echo "$as_me:$LINENO: checking for the pthreads library $flag" >&5 -+echo $ECHO_N "checking for the pthreads library $flag... $ECHO_C" >&6 -+ THREADS_LINK="$flag" -+ ;; -+ - -*) - echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5 - echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6 -@@ -34515,7 +34521,7 @@ - { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5 - echo "$as_me: WARNING: No thread support on this system... disabled" >&2;} - else -- LDFLAGS="$THREADS_CFLAGS $LDFLAGS" -+ LDFLAGS="$THREADS_CFLAGS $THREADS_LINK $LDFLAGS" - LIBS="$THREADS_LINK $LIBS" - - echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5 -@@ -35701,6 +35707,7 @@ - fi - fi - fi -+TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} ${PTHREAD_CFLAGS}" - - if test "$WXGTK20" = 1 ; then - cat >>confdefs.h <<_ACEOF -@@ -35823,7 +35830,7 @@ - OPTIMISE="-O" - fi - fi -- -+OPTIMISE= - - if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then - cat >>confdefs.h <<\_ACEOF diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-Makefile.in deleted file mode 100644 index 20b4b5800f89..000000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-Makefile.in +++ /dev/null @@ -1,9 +0,0 @@ ---- contrib/Makefile.in.orig Sun Jun 27 21:46:24 2004 -+++ contrib/Makefile.in Sun Jun 27 21:46:44 2004 -@@ -16,3 +16,6 @@ - - install: - cd src; $(MAKE) install -+ -+install-common: -+ cd src; $(MAKE) install-common diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-src-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-src-Makefile.in deleted file mode 100644 index 88e167a98f95..000000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-src-Makefile.in +++ /dev/null @@ -1,29 +0,0 @@ ---- contrib/src/Makefile.in.orig Sun Oct 10 22:18:48 2004 -+++ contrib/src/Makefile.in Fri Nov 26 00:20:35 2004 -@@ -1,15 +1,24 @@ - # $Id: Makefile.in,v 1.17 2004/09/24 15:32:58 VS Exp $ - --CONTRIB_SUBDIRS=fl gizmos mmedia ogl plot stc svg deprecated animate #applet -+CONTRIB_SUBDIRS=fl gizmos ogl plot stc svg deprecated animate #applet mmedia - --all: -+WX_RELEASE= @WX_RELEASE@ -+@COND_UNICODE_1@wxregexu_depname= wxregexu -+ -+all: $(wxregexu_depname) - @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE)); done - -+wxregexu: -+ @cd ../.. && $(MAKE) lib/libwxregexu-$(WX_RELEASE).a -+ - clean: - @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) clean); done - - install: - @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) install); done -+ -+install-common: -+ @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) install-common); done - - uninstall: - @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) uninstall); done diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-src-animate-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-src-animate-Makefile.in deleted file mode 100644 index abfc81a6176c..000000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-src-animate-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/animate/Makefile.in.orig Sun Oct 10 22:18:48 2004 -+++ contrib/src/animate/Makefile.in Wed Nov 24 21:37:14 2004 -@@ -180,6 +180,8 @@ - all: $(__animatedll___depname) $(__animatelib___depname) - - install: all $(__install_animatedll___depname) $(__install_animatelib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/animate/animate.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-src-deprecated-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-src-deprecated-Makefile.in deleted file mode 100644 index 0c492341ca53..000000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-src-deprecated-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/deprecated/Makefile.in.orig Sun Oct 10 22:18:54 2004 -+++ contrib/src/deprecated/Makefile.in Wed Nov 24 21:39:56 2004 -@@ -207,6 +207,8 @@ - all: $(__deprecateddll___depname) $(__deprecatedlib___depname) - - install: all $(__install_deprecateddll___depname) $(__install_deprecatedlib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/deprecated/expr.h wx/deprecated/prop.h wx/deprecated/propform.h wx/deprecated/proplist.h wx/deprecated/resource.h wx/deprecated/setup.h wx/deprecated/tbarsmpl.h wx/deprecated/treelay.h wx/deprecated/wxexpr.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-src-fl-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-src-fl-Makefile.in deleted file mode 100644 index 2de711cc3b1f..000000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-src-fl-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/fl/Makefile.in.orig Sun Oct 10 22:18:49 2004 -+++ contrib/src/fl/Makefile.in Wed Nov 24 21:40:16 2004 -@@ -211,6 +211,8 @@ - all: $(__fldll___depname) $(__fllib___depname) - - install: all $(__install_fldll___depname) $(__install_fllib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/fl/antiflickpl.h wx/fl/bardragpl.h wx/fl/barhintspl.h wx/fl/cbcustom.h wx/fl/controlbar.h wx/fl/dynbarhnd.h wx/fl/dyntbar.h wx/fl/dyntbarhnd.h wx/fl/fldefs.h wx/fl/frmview.h wx/fl/garbagec.h wx/fl/gcupdatesmgr.h wx/fl/hintanimpl.h wx/fl/newbmpbtn.h wx/fl/panedrawpl.h wx/fl/rowdragpl.h wx/fl/rowlayoutpl.h wx/fl/toolwnd.h wx/fl/updatesmgr.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-src-gizmos-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-src-gizmos-Makefile.in deleted file mode 100644 index 51b5ab5ee458..000000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-src-gizmos-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/gizmos/Makefile.in.orig Thu Apr 21 00:33:08 2005 -+++ contrib/src/gizmos/Makefile.in Thu May 5 16:22:48 2005 -@@ -277,6 +277,8 @@ - all: $(__gizmosdll___depname) $(__gizmos_xrcdll___depname) $(__gizmoslib___depname) $(__gizmos_xrclib___depname) - - install: all $(__install_gizmosdll___depname) $(__install_gizmos_xrcdll___depname) $(__install_gizmoslib___depname) $(__install_gizmos_xrclib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/gizmos/dynamicsash.h wx/gizmos/editlbox.h wx/gizmos/ledctrl.h wx/gizmos/multicell.h wx/gizmos/splittree.h wx/gizmos/statpict.h wx/gizmos/gizmos.h wx/gizmos/xh_statpict.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-src-ogl-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-src-ogl-Makefile.in deleted file mode 100644 index 2be3bdbe7e1c..000000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-src-ogl-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/ogl/Makefile.in.orig Sun Oct 10 22:18:52 2004 -+++ contrib/src/ogl/Makefile.in Wed Nov 24 21:41:00 2004 -@@ -201,6 +201,8 @@ - all: $(__ogldll___depname) $(__ogllib___depname) - - install: all $(__install_ogldll___depname) $(__install_ogllib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/ogl/basic.h wx/ogl/basicp.h wx/ogl/bmpshape.h wx/ogl/canvas.h wx/ogl/composit.h wx/ogl/constrnt.h wx/ogl/divided.h wx/ogl/drawn.h wx/ogl/drawnp.h wx/ogl/lines.h wx/ogl/linesp.h wx/ogl/mfutils.h wx/ogl/misc.h wx/ogl/ogldiag.h wx/ogl/ogl.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-src-plot-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-src-plot-Makefile.in deleted file mode 100644 index 802b4f093baa..000000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-src-plot-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/plot/Makefile.in.orig Sun Oct 10 22:18:52 2004 -+++ contrib/src/plot/Makefile.in Wed Nov 24 21:41:16 2004 -@@ -179,6 +179,8 @@ - all: $(__plotdll___depname) $(__plotlib___depname) - - install: all $(__install_plotdll___depname) $(__install_plotlib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/plot/plot.h wx/plot/plot_dwn.bmp wx/plot/plot_enl.bmp wx/plot/plot_shr.bmp wx/plot/plot_up.bmp wx/plot/plot_zin.bmp wx/plot/plot_zot.bmp wx/plot/wxplot.rc; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-src-stc-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-src-stc-Makefile.in deleted file mode 100644 index c41d5cbfec19..000000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-src-stc-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/stc/Makefile.in.orig Sun Oct 10 22:18:53 2004 -+++ contrib/src/stc/Makefile.in Wed Nov 24 21:41:31 2004 -@@ -310,6 +310,8 @@ - all: $(__stcdll___depname) $(__stclib___depname) - - install: all $(__install_stcdll___depname) $(__install_stclib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/stc/stc.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-src-svg-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-src-svg-Makefile.in deleted file mode 100644 index 213aef13d42c..000000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-src-svg-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/svg/Makefile.in.orig Sun Oct 10 22:18:54 2004 -+++ contrib/src/svg/Makefile.in Wed Nov 24 21:41:44 2004 -@@ -179,6 +179,8 @@ - all: $(__svgdll___depname) $(__svglib___depname) - - install: all $(__install_svgdll___depname) $(__install_svglib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/svg/dcsvg.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-utils-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-utils-Makefile.in deleted file mode 100644 index acbcfacb0b56..000000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-utils-Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- contrib/utils/Makefile.in.orig Mon Jun 28 03:47:07 2004 -+++ contrib/utils/Makefile.in Mon Jun 28 03:47:23 2004 -@@ -5,6 +5,9 @@ - all: - @for d in $(CONTRIB_UTILS); do (cd $$d && $(MAKE)); done - -+install: -+ @for d in $(CONTRIB_UTILS); do (cd $$d && $(MAKE) install); done -+ - clean: - @for d in $(CONTRIB_UTILS); do (cd $$d && $(MAKE) clean); done - diff --git a/x11-toolkits/wxgtk28/files/patch-src-common-intl.cpp b/x11-toolkits/wxgtk28/files/patch-src-common-intl.cpp deleted file mode 100644 index 12488d2b710e..000000000000 --- a/x11-toolkits/wxgtk28/files/patch-src-common-intl.cpp +++ /dev/null @@ -1,23 +0,0 @@ -=================================================================== -RCS file: /pack/cvsroots/wxwidgets/wxWidgets/src/common/intl.cpp,v -retrieving revision 1.166 -retrieving revision 1.166.2.1 -diff -u -r1.166 -r1.166.2.1 ---- src/common/intl.cpp 2005/09/18 23:38:06 1.166 -+++ src/common/intl.cpp 2005/09/28 09:48:03 1.166.2.1 -@@ -1260,9 +1260,14 @@ - inputConv = - csConv = new wxCSConv(m_charset); - } -- else // no conversion needed -+ else // no need to convert the encoding - { -+ // we still need the conversion for Unicode build -+#if wxUSE_UNICODE -+ inputConv = wxConvCurrent; -+#else // !wxUSE_UNICODE - inputConv = NULL; -+#endif - } - - // conversion to apply to msgid strings before looking them up: we only diff --git a/x11-toolkits/wxgtk28/files/patch-utils-wxrc-Makefile.in b/x11-toolkits/wxgtk28/files/patch-utils-wxrc-Makefile.in deleted file mode 100644 index 353821f40cfd..000000000000 --- a/x11-toolkits/wxgtk28/files/patch-utils-wxrc-Makefile.in +++ /dev/null @@ -1,21 +0,0 @@ ---- utils/wxrc/Makefile.in.orig Thu Nov 25 21:52:45 2004 -+++ utils/wxrc/Makefile.in Thu Nov 25 21:58:43 2004 -@@ -28,6 +28,7 @@ - TOOLKIT = @TOOLKIT@ - TOOLKIT_LOWERCASE = @TOOLKIT_LOWERCASE@ - TOOLKIT_VERSION = @TOOLKIT_VERSION@ -+TOOLCHAIN_NAME = @TOOLCHAIN_NAME@ - EXTRALIBS = @EXTRALIBS@ - EXTRALIBS_XML = @EXTRALIBS_XML@ - HOST_SUFFIX = @HOST_SUFFIX@ -@@ -113,9 +114,7 @@ - - @COND_USE_XRC_1@install_wxrc: - @COND_USE_XRC_1@ $(INSTALL_DIR) $(DESTDIR)$(bindir) --@COND_USE_XRC_1@ $(INSTALL_PROGRAM) wxrc$(EXEEXT) $(DESTDIR)$(bindir) --@COND_USE_XRC_1@ mv -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT) $(DESTDIR)$(bindir)/wxrc-$(WX_RELEASE) --@COND_USE_XRC_1@ (cd $(DESTDIR)$(bindir) && $(LN_S) wxrc-$(WX_RELEASE) wxrc$(EXEEXT)) -+@COND_USE_XRC_1@ $(INSTALL_PROGRAM) wxrc$(EXEEXT) $(DESTDIR)$(bindir)/wxrc-$(TOOLCHAIN_NAME) - - wxrc_wxrc.o: $(srcdir)/wxrc.cpp - $(CXXC) -c -o $@ $(WXRC_CXXFLAGS) $< diff --git a/x11-toolkits/wxgtk28/files/patch-wx-config.in b/x11-toolkits/wxgtk28/files/patch-wx-config.in deleted file mode 100644 index 434032d26493..000000000000 --- a/x11-toolkits/wxgtk28/files/patch-wx-config.in +++ /dev/null @@ -1,11 +0,0 @@ ---- wx-config.in.orig Thu Apr 21 00:32:34 2005 -+++ wx-config.in Thu May 5 16:36:09 2005 -@@ -1142,7 +1142,7 @@ - _include_cppflags="-I${includedir} -I${prefix}/contrib/include" - fi - --_cppflags=$(echo "-I${libdir}/wx/include/@TOOLCHAIN_FULLNAME@" $_include_cppflags "@WXDEBUG_DEFINE@" "@TOOLCHAIN_DEFS@" "@TOOLCHAIN_DLL_DEFS@" $_gui_cppflags "@WXCONFIG_INCLUDE@" "@WX_LARGEFILE_FLAGS@" "@GCC_PRAGMA_FLAGS@") -+_cppflags=$(echo "-I${includedir}/wx-@WX_RELEASE@/@TOOLCHAIN_FULLNAME@" $_include_cppflags "@WXDEBUG_DEFINE@" "@TOOLCHAIN_DEFS@" "@TOOLCHAIN_DLL_DEFS@" $_gui_cppflags "@WXCONFIG_INCLUDE@" "@WX_LARGEFILE_FLAGS@" "@GCC_PRAGMA_FLAGS@") - - # now without further ado, we can answer these too. - [ -z "$output_option_cppflags" ] || echo $_cppflags diff --git a/x11-toolkits/wxgtk28/pkg-descr b/x11-toolkits/wxgtk28/pkg-descr deleted file mode 100644 index 67f1f41d315b..000000000000 --- a/x11-toolkits/wxgtk28/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -wxWidgets (formerly known as wxWindows) is a C++ GUI framework for platform -independent software development. On FreeBSD the Gtk toolkit is used. - -WWW: http://www.wxwidgets.org/ diff --git a/x11-toolkits/wxgtk28/pkg-plist b/x11-toolkits/wxgtk28/pkg-plist deleted file mode 100644 index 9601a2533669..000000000000 --- a/x11-toolkits/wxgtk28/pkg-plist +++ /dev/null @@ -1,35 +0,0 @@ -bin/wxgtk2-2.6-config -bin/wxrc-gtk2-2.6 -include/wx-2.6/gtk2-ansi-release-2.6/wx/setup.h -lib/libwx_base-2.6.so -lib/libwx_base-2.6.so.0 -lib/libwx_base-2.6.so.0.2.0 -lib/libwx_base_net-2.6.so -lib/libwx_base_net-2.6.so.0 -lib/libwx_base_net-2.6.so.0.2.0 -lib/libwx_base_xml-2.6.so -lib/libwx_base_xml-2.6.so.0 -lib/libwx_base_xml-2.6.so.0.2.0 -lib/libwx_gtk2_adv-2.6.so -lib/libwx_gtk2_adv-2.6.so.0 -lib/libwx_gtk2_adv-2.6.so.0.2.0 -lib/libwx_gtk2_core-2.6.so -lib/libwx_gtk2_core-2.6.so.0 -lib/libwx_gtk2_core-2.6.so.0.2.0 -lib/libwx_gtk2_gl-2.6.so -lib/libwx_gtk2_gl-2.6.so.0 -lib/libwx_gtk2_gl-2.6.so.0.2.0 -lib/libwx_gtk2_html-2.6.so -lib/libwx_gtk2_html-2.6.so.0 -lib/libwx_gtk2_html-2.6.so.0.2.0 -lib/libwx_gtk2_media-2.6.so -lib/libwx_gtk2_media-2.6.so.0 -lib/libwx_gtk2_media-2.6.so.0.2.0 -lib/libwx_gtk2_qa-2.6.so -lib/libwx_gtk2_qa-2.6.so.0 -lib/libwx_gtk2_qa-2.6.so.0.2.0 -lib/libwx_gtk2_xrc-2.6.so -lib/libwx_gtk2_xrc-2.6.so.0 -lib/libwx_gtk2_xrc-2.6.so.0.2.0 -@dirrm include/wx-2.6/gtk2-ansi-release-2.6/wx -@dirrm include/wx-2.6/gtk2-ansi-release-2.6 diff --git a/x11-toolkits/wxgtk29-common/Makefile b/x11-toolkits/wxgtk29-common/Makefile deleted file mode 100644 index f4b25afa47f7..000000000000 --- a/x11-toolkits/wxgtk29-common/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: wxgtk26-common -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTREVISION= 2 -MAINTAINER= fjoe@FreeBSD.org -COMMENT= The wxWidgets GUI toolkit (common files) - -WXGTK_FLAVOR= gtk2-common -MASTERDIR= ${.CURDIR}/../wxgtk26 - -.include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/wxgtk29-common/pkg-plist b/x11-toolkits/wxgtk29-common/pkg-plist deleted file mode 100644 index 0e470d5a294e..000000000000 --- a/x11-toolkits/wxgtk29-common/pkg-plist +++ /dev/null @@ -1,495 +0,0 @@ -include/wx-2.6/wx/accel.h -include/wx-2.6/wx/access.h -include/wx-2.6/wx/afterstd.h -include/wx-2.6/wx/app.h -include/wx-2.6/wx/apptrait.h -include/wx-2.6/wx/archive.h -include/wx-2.6/wx/arrimpl.cpp -include/wx-2.6/wx/arrstr.h -include/wx-2.6/wx/artprov.h -include/wx-2.6/wx/beforestd.h -include/wx-2.6/wx/bitmap.h -include/wx-2.6/wx/bmpbuttn.h -include/wx-2.6/wx/bookctrl.h -include/wx-2.6/wx/brush.h -include/wx-2.6/wx/buffer.h -include/wx-2.6/wx/build.h -include/wx-2.6/wx/busyinfo.h -include/wx-2.6/wx/button.h -include/wx-2.6/wx/calctrl.h -include/wx-2.6/wx/caret.h -include/wx-2.6/wx/checkbox.h -include/wx-2.6/wx/checklst.h -include/wx-2.6/wx/chkconf.h -include/wx-2.6/wx/choicdlg.h -include/wx-2.6/wx/choice.h -include/wx-2.6/wx/choicebk.h -include/wx-2.6/wx/clipbrd.h -include/wx-2.6/wx/clntdata.h -include/wx-2.6/wx/cmdline.h -include/wx-2.6/wx/cmdproc.h -include/wx-2.6/wx/cmndata.h -include/wx-2.6/wx/colordlg.h -include/wx-2.6/wx/colour.h -include/wx-2.6/wx/combobox.h -include/wx-2.6/wx/confbase.h -include/wx-2.6/wx/config.h -include/wx-2.6/wx/containr.h -include/wx-2.6/wx/control.h -include/wx-2.6/wx/cshelp.h -include/wx-2.6/wx/ctrlsub.h -include/wx-2.6/wx/cursor.h -include/wx-2.6/wx/dataobj.h -include/wx-2.6/wx/datectrl.h -include/wx-2.6/wx/dateevt.h -include/wx-2.6/wx/datetime.h -include/wx-2.6/wx/datstrm.h -include/wx-2.6/wx/db.h -include/wx-2.6/wx/dbgrid.h -include/wx-2.6/wx/dbkeyg.h -include/wx-2.6/wx/dbtable.h -include/wx-2.6/wx/dc.h -include/wx-2.6/wx/dcbuffer.h -include/wx-2.6/wx/dcclient.h -include/wx-2.6/wx/dcmemory.h -include/wx-2.6/wx/dcmirror.h -include/wx-2.6/wx/dcprint.h -include/wx-2.6/wx/dcps.h -include/wx-2.6/wx/dcscreen.h -include/wx-2.6/wx/dde.h -include/wx-2.6/wx/debug.h -include/wx-2.6/wx/debugrpt.h -include/wx-2.6/wx/defs.h -include/wx-2.6/wx/dialog.h -include/wx-2.6/wx/dialup.h -include/wx-2.6/wx/dir.h -include/wx-2.6/wx/dirctrl.h -include/wx-2.6/wx/dirdlg.h -include/wx-2.6/wx/display.h -include/wx-2.6/wx/dlimpexp.h -include/wx-2.6/wx/dnd.h -include/wx-2.6/wx/docmdi.h -include/wx-2.6/wx/docview.h -include/wx-2.6/wx/dragimag.h -include/wx-2.6/wx/dynarray.h -include/wx-2.6/wx/dynlib.h -include/wx-2.6/wx/dynload.h -include/wx-2.6/wx/effects.h -include/wx-2.6/wx/encconv.h -include/wx-2.6/wx/encinfo.h -include/wx-2.6/wx/event.h -include/wx-2.6/wx/evtloop.h -include/wx-2.6/wx/except.h -include/wx-2.6/wx/fdrepdlg.h -include/wx-2.6/wx/features.h -include/wx-2.6/wx/ffile.h -include/wx-2.6/wx/file.h -include/wx-2.6/wx/fileconf.h -include/wx-2.6/wx/filedlg.h -include/wx-2.6/wx/filefn.h -include/wx-2.6/wx/filename.h -include/wx-2.6/wx/filesys.h -include/wx-2.6/wx/fmappriv.h -include/wx-2.6/wx/font.h -include/wx-2.6/wx/fontdlg.h -include/wx-2.6/wx/fontenc.h -include/wx-2.6/wx/fontenum.h -include/wx-2.6/wx/fontmap.h -include/wx-2.6/wx/fontutil.h -include/wx-2.6/wx/frame.h -include/wx-2.6/wx/fs_inet.h -include/wx-2.6/wx/fs_mem.h -include/wx-2.6/wx/fs_zip.h -include/wx-2.6/wx/gauge.h -include/wx-2.6/wx/gbsizer.h -include/wx-2.6/wx/gdicmn.h -include/wx-2.6/wx/gdiobj.h -include/wx-2.6/wx/generic/accel.h -include/wx-2.6/wx/generic/calctrl.h -include/wx-2.6/wx/generic/caret.h -include/wx-2.6/wx/generic/choicdgg.h -include/wx-2.6/wx/generic/colrdlgg.h -include/wx-2.6/wx/generic/datectrl.h -include/wx-2.6/wx/generic/dcpsg.h -include/wx-2.6/wx/generic/dirctrlg.h -include/wx-2.6/wx/generic/dirdlgg.h -include/wx-2.6/wx/generic/dragimgg.h -include/wx-2.6/wx/generic/fdrepdlg.h -include/wx-2.6/wx/generic/filedlgg.h -include/wx-2.6/wx/generic/fontdlgg.h -include/wx-2.6/wx/generic/grid.h -include/wx-2.6/wx/generic/gridctrl.h -include/wx-2.6/wx/generic/gridsel.h -include/wx-2.6/wx/generic/helpext.h -include/wx-2.6/wx/generic/imaglist.h -include/wx-2.6/wx/generic/laywin.h -include/wx-2.6/wx/generic/listctrl.h -include/wx-2.6/wx/generic/logg.h -include/wx-2.6/wx/generic/msgdlgg.h -include/wx-2.6/wx/generic/notebook.h -include/wx-2.6/wx/generic/numdlgg.h -include/wx-2.6/wx/generic/paletteg.h -include/wx-2.6/wx/generic/panelg.h -include/wx-2.6/wx/generic/printps.h -include/wx-2.6/wx/generic/prntdlgg.h -include/wx-2.6/wx/generic/progdlgg.h -include/wx-2.6/wx/generic/propdlg.h -include/wx-2.6/wx/generic/sashwin.h -include/wx-2.6/wx/generic/scrolwin.h -include/wx-2.6/wx/generic/spinctlg.h -include/wx-2.6/wx/generic/splash.h -include/wx-2.6/wx/generic/splitter.h -include/wx-2.6/wx/generic/statusbr.h -include/wx-2.6/wx/generic/tabg.h -include/wx-2.6/wx/generic/textdlgg.h -include/wx-2.6/wx/generic/timer.h -include/wx-2.6/wx/generic/treectlg.h -include/wx-2.6/wx/generic/wizard.h -include/wx-2.6/wx/geometry.h -include/wx-2.6/wx/gifdecod.h -include/wx-2.6/wx/glcanvas.h -include/wx-2.6/wx/grid.h -include/wx-2.6/wx/gsocket.h -include/wx-2.6/wx/gtk/accel.h -include/wx-2.6/wx/gtk/app.h -include/wx-2.6/wx/gtk/bitmap.h -include/wx-2.6/wx/gtk/bmpbuttn.h -include/wx-2.6/wx/gtk/brush.h -include/wx-2.6/wx/gtk/button.h -include/wx-2.6/wx/gtk/checkbox.h -include/wx-2.6/wx/gtk/checklst.h -include/wx-2.6/wx/gtk/choice.h -include/wx-2.6/wx/gtk/clipbrd.h -include/wx-2.6/wx/gtk/colordlg.h -include/wx-2.6/wx/gtk/colour.h -include/wx-2.6/wx/gtk/combobox.h -include/wx-2.6/wx/gtk/control.h -include/wx-2.6/wx/gtk/cursor.h -include/wx-2.6/wx/gtk/dataform.h -include/wx-2.6/wx/gtk/dataobj.h -include/wx-2.6/wx/gtk/dataobj2.h -include/wx-2.6/wx/gtk/dc.h -include/wx-2.6/wx/gtk/dcclient.h -include/wx-2.6/wx/gtk/dcmemory.h -include/wx-2.6/wx/gtk/dcscreen.h -include/wx-2.6/wx/gtk/dialog.h -include/wx-2.6/wx/gtk/dnd.h -include/wx-2.6/wx/gtk/filedlg.h -include/wx-2.6/wx/gtk/font.h -include/wx-2.6/wx/gtk/fontdlg.h -include/wx-2.6/wx/gtk/frame.h -include/wx-2.6/wx/gtk/gauge.h -include/wx-2.6/wx/gtk/gdiobj.h -include/wx-2.6/wx/gtk/glcanvas.h -include/wx-2.6/wx/gtk/gnome/gprint.h -include/wx-2.6/wx/gtk/icon.h -include/wx-2.6/wx/gtk/listbox.h -include/wx-2.6/wx/gtk/mdi.h -include/wx-2.6/wx/gtk/menu.h -include/wx-2.6/wx/gtk/menuitem.h -include/wx-2.6/wx/gtk/minifram.h -include/wx-2.6/wx/gtk/msgdlg.h -include/wx-2.6/wx/gtk/notebook.h -include/wx-2.6/wx/gtk/pen.h -include/wx-2.6/wx/gtk/popupwin.h -include/wx-2.6/wx/gtk/radiobox.h -include/wx-2.6/wx/gtk/radiobut.h -include/wx-2.6/wx/gtk/region.h -include/wx-2.6/wx/gtk/scrolbar.h -include/wx-2.6/wx/gtk/scrolwin.h -include/wx-2.6/wx/gtk/slider.h -include/wx-2.6/wx/gtk/spinbutt.h -include/wx-2.6/wx/gtk/spinctrl.h -include/wx-2.6/wx/gtk/statbmp.h -include/wx-2.6/wx/gtk/statbox.h -include/wx-2.6/wx/gtk/statline.h -include/wx-2.6/wx/gtk/stattext.h -include/wx-2.6/wx/gtk/tbargtk.h -include/wx-2.6/wx/gtk/textctrl.h -include/wx-2.6/wx/gtk/tglbtn.h -include/wx-2.6/wx/gtk/timer.h -include/wx-2.6/wx/gtk/tooltip.h -include/wx-2.6/wx/gtk/toplevel.h -include/wx-2.6/wx/gtk/treectrl.h -include/wx-2.6/wx/gtk/win_gtk.h -include/wx-2.6/wx/gtk/window.h -include/wx-2.6/wx/hash.h -include/wx-2.6/wx/hashmap.h -include/wx-2.6/wx/hashset.h -include/wx-2.6/wx/help.h -include/wx-2.6/wx/helpbase.h -include/wx-2.6/wx/helphtml.h -include/wx-2.6/wx/helpwin.h -include/wx-2.6/wx/html/forcelnk.h -include/wx-2.6/wx/html/helpctrl.h -include/wx-2.6/wx/html/helpdata.h -include/wx-2.6/wx/html/helpfrm.h -include/wx-2.6/wx/html/htmlcell.h -include/wx-2.6/wx/html/htmldefs.h -include/wx-2.6/wx/html/htmlfilt.h -include/wx-2.6/wx/html/htmlpars.h -include/wx-2.6/wx/html/htmlproc.h -include/wx-2.6/wx/html/htmltag.h -include/wx-2.6/wx/html/htmlwin.h -include/wx-2.6/wx/html/htmprint.h -include/wx-2.6/wx/html/m_templ.h -include/wx-2.6/wx/html/winpars.h -include/wx-2.6/wx/htmllbox.h -include/wx-2.6/wx/icon.h -include/wx-2.6/wx/iconbndl.h -include/wx-2.6/wx/iconloc.h -include/wx-2.6/wx/imagbmp.h -include/wx-2.6/wx/image.h -include/wx-2.6/wx/imaggif.h -include/wx-2.6/wx/imagiff.h -include/wx-2.6/wx/imagjpeg.h -include/wx-2.6/wx/imaglist.h -include/wx-2.6/wx/imagpcx.h -include/wx-2.6/wx/imagpng.h -include/wx-2.6/wx/imagpnm.h -include/wx-2.6/wx/imagtiff.h -include/wx-2.6/wx/imagxpm.h -include/wx-2.6/wx/init.h -include/wx-2.6/wx/intl.h -include/wx-2.6/wx/iosfwrap.h -include/wx-2.6/wx/ioswrap.h -include/wx-2.6/wx/ipc.h -include/wx-2.6/wx/ipcbase.h -include/wx-2.6/wx/isql.h -include/wx-2.6/wx/isqlext.h -include/wx-2.6/wx/joystick.h -include/wx-2.6/wx/layout.h -include/wx-2.6/wx/laywin.h -include/wx-2.6/wx/list.h -include/wx-2.6/wx/listbase.h -include/wx-2.6/wx/listbook.h -include/wx-2.6/wx/listbox.h -include/wx-2.6/wx/listctrl.h -include/wx-2.6/wx/listimpl.cpp -include/wx-2.6/wx/log.h -include/wx-2.6/wx/longlong.h -include/wx-2.6/wx/math.h -include/wx-2.6/wx/matrix.h -include/wx-2.6/wx/mdi.h -include/wx-2.6/wx/mediactrl.h -include/wx-2.6/wx/memconf.h -include/wx-2.6/wx/memory.h -include/wx-2.6/wx/memtext.h -include/wx-2.6/wx/menu.h -include/wx-2.6/wx/menuitem.h -include/wx-2.6/wx/metafile.h -include/wx-2.6/wx/mimetype.h -include/wx-2.6/wx/minifram.h -include/wx-2.6/wx/module.h -include/wx-2.6/wx/msgdlg.h -include/wx-2.6/wx/msgout.h -include/wx-2.6/wx/mstream.h -include/wx-2.6/wx/notebook.h -include/wx-2.6/wx/numdlg.h -include/wx-2.6/wx/object.h -include/wx-2.6/wx/ownerdrw.h -include/wx-2.6/wx/palette.h -include/wx-2.6/wx/panel.h -include/wx-2.6/wx/paper.h -include/wx-2.6/wx/pen.h -include/wx-2.6/wx/platform.h -include/wx-2.6/wx/popupwin.h -include/wx-2.6/wx/print.h -include/wx-2.6/wx/printdlg.h -include/wx-2.6/wx/prntbase.h -include/wx-2.6/wx/process.h -include/wx-2.6/wx/progdlg.h -include/wx-2.6/wx/propdlg.h -include/wx-2.6/wx/protocol/file.h -include/wx-2.6/wx/protocol/ftp.h -include/wx-2.6/wx/protocol/http.h -include/wx-2.6/wx/protocol/protocol.h -include/wx-2.6/wx/ptr_scpd.h -include/wx-2.6/wx/quantize.h -include/wx-2.6/wx/radiobox.h -include/wx-2.6/wx/radiobut.h -include/wx-2.6/wx/rawbmp.h -include/wx-2.6/wx/recguard.h -include/wx-2.6/wx/regex.h -include/wx-2.6/wx/region.h -include/wx-2.6/wx/renderer.h -include/wx-2.6/wx/sashwin.h -include/wx-2.6/wx/sckaddr.h -include/wx-2.6/wx/sckipc.h -include/wx-2.6/wx/sckstrm.h -include/wx-2.6/wx/scopeguard.h -include/wx-2.6/wx/scrolbar.h -include/wx-2.6/wx/scrolwin.h -include/wx-2.6/wx/selstore.h -include/wx-2.6/wx/settings.h -include/wx-2.6/wx/sizer.h -include/wx-2.6/wx/slider.h -include/wx-2.6/wx/snglinst.h -include/wx-2.6/wx/socket.h -include/wx-2.6/wx/sound.h -include/wx-2.6/wx/spinbutt.h -include/wx-2.6/wx/spinctrl.h -include/wx-2.6/wx/splash.h -include/wx-2.6/wx/splitter.h -include/wx-2.6/wx/sstream.h -include/wx-2.6/wx/stack.h -include/wx-2.6/wx/stackwalk.h -include/wx-2.6/wx/statbmp.h -include/wx-2.6/wx/statbox.h -include/wx-2.6/wx/statline.h -include/wx-2.6/wx/stattext.h -include/wx-2.6/wx/statusbr.h -include/wx-2.6/wx/stdpaths.h -include/wx-2.6/wx/stockitem.h -include/wx-2.6/wx/stopwatch.h -include/wx-2.6/wx/strconv.h -include/wx-2.6/wx/stream.h -include/wx-2.6/wx/string.h -include/wx-2.6/wx/sysopt.h -include/wx-2.6/wx/tab.h -include/wx-2.6/wx/tabctrl.h -include/wx-2.6/wx/taskbar.h -include/wx-2.6/wx/tbarbase.h -include/wx-2.6/wx/textbuf.h -include/wx-2.6/wx/textctrl.h -include/wx-2.6/wx/textdlg.h -include/wx-2.6/wx/textfile.h -include/wx-2.6/wx/tglbtn.h -include/wx-2.6/wx/thread.h -include/wx-2.6/wx/thrimpl.cpp -include/wx-2.6/wx/timer.h -include/wx-2.6/wx/tipdlg.h -include/wx-2.6/wx/tipwin.h -include/wx-2.6/wx/tokenzr.h -include/wx-2.6/wx/toolbar.h -include/wx-2.6/wx/tooltip.h -include/wx-2.6/wx/toplevel.h -include/wx-2.6/wx/treebase.h -include/wx-2.6/wx/treectrl.h -include/wx-2.6/wx/txtstrm.h -include/wx-2.6/wx/types.h -include/wx-2.6/wx/unix/apptbase.h -include/wx-2.6/wx/unix/apptrait.h -include/wx-2.6/wx/unix/displayx11.h -include/wx-2.6/wx/unix/execute.h -include/wx-2.6/wx/unix/fontutil.h -include/wx-2.6/wx/unix/gsockunx.h -include/wx-2.6/wx/unix/joystick.h -include/wx-2.6/wx/unix/mimetype.h -include/wx-2.6/wx/unix/pipe.h -include/wx-2.6/wx/unix/sound.h -include/wx-2.6/wx/unix/stackwalk.h -include/wx-2.6/wx/unix/stdpaths.h -include/wx-2.6/wx/unix/taskbarx11.h -include/wx-2.6/wx/unix/utilsx11.h -include/wx-2.6/wx/uri.h -include/wx-2.6/wx/url.h -include/wx-2.6/wx/utils.h -include/wx-2.6/wx/valgen.h -include/wx-2.6/wx/validate.h -include/wx-2.6/wx/valtext.h -include/wx-2.6/wx/variant.h -include/wx-2.6/wx/vector.h -include/wx-2.6/wx/version.h -include/wx-2.6/wx/vidmode.h -include/wx-2.6/wx/vlbox.h -include/wx-2.6/wx/vms_x_fix.h -include/wx-2.6/wx/volume.h -include/wx-2.6/wx/vscroll.h -include/wx-2.6/wx/wave.h -include/wx-2.6/wx/wfstream.h -include/wx-2.6/wx/window.h -include/wx-2.6/wx/wizard.h -include/wx-2.6/wx/wx.h -include/wx-2.6/wx/wxchar.h -include/wx-2.6/wx/wxhtml.h -include/wx-2.6/wx/wxprec.h -include/wx-2.6/wx/xml/xml.h -include/wx-2.6/wx/xpmdecod.h -include/wx-2.6/wx/xpmhand.h -include/wx-2.6/wx/xrc/xh_all.h -include/wx-2.6/wx/xrc/xh_bmp.h -include/wx-2.6/wx/xrc/xh_bmpbt.h -include/wx-2.6/wx/xrc/xh_bttn.h -include/wx-2.6/wx/xrc/xh_cald.h -include/wx-2.6/wx/xrc/xh_chckb.h -include/wx-2.6/wx/xrc/xh_chckl.h -include/wx-2.6/wx/xrc/xh_choic.h -include/wx-2.6/wx/xrc/xh_choicbk.h -include/wx-2.6/wx/xrc/xh_combo.h -include/wx-2.6/wx/xrc/xh_datectrl.h -include/wx-2.6/wx/xrc/xh_dlg.h -include/wx-2.6/wx/xrc/xh_frame.h -include/wx-2.6/wx/xrc/xh_gauge.h -include/wx-2.6/wx/xrc/xh_gdctl.h -include/wx-2.6/wx/xrc/xh_html.h -include/wx-2.6/wx/xrc/xh_listb.h -include/wx-2.6/wx/xrc/xh_listbk.h -include/wx-2.6/wx/xrc/xh_listc.h -include/wx-2.6/wx/xrc/xh_mdi.h -include/wx-2.6/wx/xrc/xh_menu.h -include/wx-2.6/wx/xrc/xh_notbk.h -include/wx-2.6/wx/xrc/xh_panel.h -include/wx-2.6/wx/xrc/xh_radbt.h -include/wx-2.6/wx/xrc/xh_radbx.h -include/wx-2.6/wx/xrc/xh_scrol.h -include/wx-2.6/wx/xrc/xh_scwin.h -include/wx-2.6/wx/xrc/xh_sizer.h -include/wx-2.6/wx/xrc/xh_slidr.h -include/wx-2.6/wx/xrc/xh_spin.h -include/wx-2.6/wx/xrc/xh_split.h -include/wx-2.6/wx/xrc/xh_statbar.h -include/wx-2.6/wx/xrc/xh_stbmp.h -include/wx-2.6/wx/xrc/xh_stbox.h -include/wx-2.6/wx/xrc/xh_stlin.h -include/wx-2.6/wx/xrc/xh_sttxt.h -include/wx-2.6/wx/xrc/xh_text.h -include/wx-2.6/wx/xrc/xh_tglbtn.h -include/wx-2.6/wx/xrc/xh_toolb.h -include/wx-2.6/wx/xrc/xh_tree.h -include/wx-2.6/wx/xrc/xh_unkwn.h -include/wx-2.6/wx/xrc/xh_wizrd.h -include/wx-2.6/wx/xrc/xmlres.h -include/wx-2.6/wx/xti.h -include/wx-2.6/wx/xtistrm.h -include/wx-2.6/wx/xtixml.h -include/wx-2.6/wx/zipstrm.h -include/wx-2.6/wx/zstream.h -share/aclocal/wxwin.m4 -share/bakefile/presets/wx.bkl -share/bakefile/presets/wx_unix.bkl -share/bakefile/presets/wx_win32.bkl -share/locale/ca/LC_MESSAGES/wxstd.mo -share/locale/cs/LC_MESSAGES/wxstd.mo -share/locale/da/LC_MESSAGES/wxstd.mo -share/locale/de/LC_MESSAGES/wxstd.mo -share/locale/el/LC_MESSAGES/wxstd.mo -share/locale/es/LC_MESSAGES/wxstd.mo -share/locale/fi/LC_MESSAGES/wxstd.mo -share/locale/fr/LC_MESSAGES/wxstd.mo -share/locale/hu/LC_MESSAGES/wxstd.mo -share/locale/id/LC_MESSAGES/wxstd.mo -share/locale/it/LC_MESSAGES/wxmsw.mo -share/locale/it/LC_MESSAGES/wxstd.mo -share/locale/ja/LC_MESSAGES/wxstd.mo -share/locale/nl/LC_MESSAGES/wxstd.mo -share/locale/pl/LC_MESSAGES/wxstd.mo -share/locale/ru/LC_MESSAGES/wxstd.mo -share/locale/sl/LC_MESSAGES/wxstd.mo -share/locale/sv/LC_MESSAGES/wxstd.mo -share/locale/tr/LC_MESSAGES/wxstd.mo -share/locale/uk/LC_MESSAGES/wxstd.mo -share/locale/zh_CN/LC_MESSAGES/wxstd.mo -share/locale/zh_TW/LC_MESSAGES/wxstd.mo -@dirrm share/bakefile/presets -@dirrm share/bakefile -@dirrm include/wx-2.6/wx/xrc -@dirrm include/wx-2.6/wx/xml -@dirrm include/wx-2.6/wx/unix -@dirrm include/wx-2.6/wx/protocol -@dirrm include/wx-2.6/wx/html -@dirrm include/wx-2.6/wx/gtk/gnome -@dirrm include/wx-2.6/wx/gtk -@dirrm include/wx-2.6/wx/generic -@dirrm include/wx-2.6/wx -@dirrm include/wx-2.6 diff --git a/x11-toolkits/wxgtk29-contrib-common/Makefile b/x11-toolkits/wxgtk29-contrib-common/Makefile deleted file mode 100644 index 2289cc269f3b..000000000000 --- a/x11-toolkits/wxgtk29-contrib-common/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: wxgtk26-contrib-common -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTREVISION= 2 -MAINTAINER= fjoe@FreeBSD.org -COMMENT= The wxWidgets GUI toolkit contributed libraries (common files) - -WXGTK_FLAVOR= gtk2-contrib-common -MASTERDIR= ${.CURDIR}/../wxgtk26 - -.include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/wxgtk29-contrib-common/pkg-plist b/x11-toolkits/wxgtk29-contrib-common/pkg-plist deleted file mode 100644 index d1b3bf27ac1a..000000000000 --- a/x11-toolkits/wxgtk29-contrib-common/pkg-plist +++ /dev/null @@ -1,70 +0,0 @@ -include/wx-2.6/wx/animate/animate.h -include/wx-2.6/wx/deprecated/expr.h -include/wx-2.6/wx/deprecated/prop.h -include/wx-2.6/wx/deprecated/propform.h -include/wx-2.6/wx/deprecated/proplist.h -include/wx-2.6/wx/deprecated/resource.h -include/wx-2.6/wx/deprecated/setup.h -include/wx-2.6/wx/deprecated/tbarsmpl.h -include/wx-2.6/wx/deprecated/treelay.h -include/wx-2.6/wx/deprecated/wxexpr.h -include/wx-2.6/wx/fl/antiflickpl.h -include/wx-2.6/wx/fl/bardragpl.h -include/wx-2.6/wx/fl/barhintspl.h -include/wx-2.6/wx/fl/cbcustom.h -include/wx-2.6/wx/fl/controlbar.h -include/wx-2.6/wx/fl/dynbarhnd.h -include/wx-2.6/wx/fl/dyntbar.h -include/wx-2.6/wx/fl/dyntbarhnd.h -include/wx-2.6/wx/fl/fldefs.h -include/wx-2.6/wx/fl/frmview.h -include/wx-2.6/wx/fl/garbagec.h -include/wx-2.6/wx/fl/gcupdatesmgr.h -include/wx-2.6/wx/fl/hintanimpl.h -include/wx-2.6/wx/fl/newbmpbtn.h -include/wx-2.6/wx/fl/panedrawpl.h -include/wx-2.6/wx/fl/rowdragpl.h -include/wx-2.6/wx/fl/rowlayoutpl.h -include/wx-2.6/wx/fl/toolwnd.h -include/wx-2.6/wx/fl/updatesmgr.h -include/wx-2.6/wx/gizmos/dynamicsash.h -include/wx-2.6/wx/gizmos/editlbox.h -include/wx-2.6/wx/gizmos/gizmos.h -include/wx-2.6/wx/gizmos/ledctrl.h -include/wx-2.6/wx/gizmos/multicell.h -include/wx-2.6/wx/gizmos/splittree.h -include/wx-2.6/wx/gizmos/statpict.h -include/wx-2.6/wx/gizmos/xh_statpict.h -include/wx-2.6/wx/ogl/basic.h -include/wx-2.6/wx/ogl/basicp.h -include/wx-2.6/wx/ogl/bmpshape.h -include/wx-2.6/wx/ogl/canvas.h -include/wx-2.6/wx/ogl/composit.h -include/wx-2.6/wx/ogl/constrnt.h -include/wx-2.6/wx/ogl/divided.h -include/wx-2.6/wx/ogl/drawn.h -include/wx-2.6/wx/ogl/drawnp.h -include/wx-2.6/wx/ogl/lines.h -include/wx-2.6/wx/ogl/linesp.h -include/wx-2.6/wx/ogl/mfutils.h -include/wx-2.6/wx/ogl/misc.h -include/wx-2.6/wx/ogl/ogl.h -include/wx-2.6/wx/ogl/ogldiag.h -include/wx-2.6/wx/plot/plot.h -include/wx-2.6/wx/plot/plot_dwn.bmp -include/wx-2.6/wx/plot/plot_enl.bmp -include/wx-2.6/wx/plot/plot_shr.bmp -include/wx-2.6/wx/plot/plot_up.bmp -include/wx-2.6/wx/plot/plot_zin.bmp -include/wx-2.6/wx/plot/plot_zot.bmp -include/wx-2.6/wx/plot/wxplot.rc -include/wx-2.6/wx/stc/stc.h -include/wx-2.6/wx/svg/dcsvg.h -@dirrm include/wx-2.6/wx/svg -@dirrm include/wx-2.6/wx/stc -@dirrm include/wx-2.6/wx/plot -@dirrm include/wx-2.6/wx/ogl -@dirrm include/wx-2.6/wx/gizmos -@dirrm include/wx-2.6/wx/fl -@dirrm include/wx-2.6/wx/deprecated -@dirrm include/wx-2.6/wx/animate diff --git a/x11-toolkits/wxgtk29-contrib/Makefile b/x11-toolkits/wxgtk29-contrib/Makefile deleted file mode 100644 index 67d1bc480dfe..000000000000 --- a/x11-toolkits/wxgtk29-contrib/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: wxgtk26-contrib -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTREVISION= 2 -MAINTAINER= fjoe@FreeBSD.org -COMMENT= The wxWidgets GUI toolkit contributed libraries - -WXGTK_FLAVOR= gtk2-contrib -MASTERDIR= ${.CURDIR}/../wxgtk26 - -.include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/wxgtk29-contrib/pkg-plist b/x11-toolkits/wxgtk29-contrib/pkg-plist deleted file mode 100644 index 8a754c89cc50..000000000000 --- a/x11-toolkits/wxgtk29-contrib/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -lib/libwx_gtk2_animate-2.6.so -lib/libwx_gtk2_animate-2.6.so.0 -lib/libwx_gtk2_animate-2.6.so.0.2.0 -lib/libwx_gtk2_deprecated-2.6.so -lib/libwx_gtk2_deprecated-2.6.so.0 -lib/libwx_gtk2_deprecated-2.6.so.0.2.0 -lib/libwx_gtk2_fl-2.6.so -lib/libwx_gtk2_fl-2.6.so.0 -lib/libwx_gtk2_fl-2.6.so.0.2.0 -lib/libwx_gtk2_gizmos-2.6.so -lib/libwx_gtk2_gizmos-2.6.so.0 -lib/libwx_gtk2_gizmos-2.6.so.0.2.0 -lib/libwx_gtk2_gizmos_xrc-2.6.so -lib/libwx_gtk2_gizmos_xrc-2.6.so.0 -lib/libwx_gtk2_gizmos_xrc-2.6.so.0.2.0 -lib/libwx_gtk2_ogl-2.6.so -lib/libwx_gtk2_ogl-2.6.so.0 -lib/libwx_gtk2_ogl-2.6.so.0.2.0 -lib/libwx_gtk2_plot-2.6.so -lib/libwx_gtk2_plot-2.6.so.0 -lib/libwx_gtk2_plot-2.6.so.0.2.0 -lib/libwx_gtk2_stc-2.6.so -lib/libwx_gtk2_stc-2.6.so.0 -lib/libwx_gtk2_stc-2.6.so.0.2.0 -lib/libwx_gtk2_svg-2.6.so -lib/libwx_gtk2_svg-2.6.so.0 -lib/libwx_gtk2_svg-2.6.so.0.2.0 diff --git a/x11-toolkits/wxgtk29-unicode-contrib/Makefile b/x11-toolkits/wxgtk29-unicode-contrib/Makefile deleted file mode 100644 index df1322fa7bcf..000000000000 --- a/x11-toolkits/wxgtk29-unicode-contrib/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: wxgtk26-unicode-contrib -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTREVISION= 2 -MAINTAINER= fjoe@FreeBSD.org -COMMENT= The wxWidgets GUI toolkit contributed libraries (Unicode) - -CONFLICTS= wxgtk2-unicode-contrib-devel-2.5.2* - -WXGTK_FLAVOR= gtk2-unicode-contrib -MASTERDIR= ${.CURDIR}/../wxgtk26 - -.include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/wxgtk29-unicode-contrib/pkg-plist b/x11-toolkits/wxgtk29-unicode-contrib/pkg-plist deleted file mode 100644 index 0d11542d5ca9..000000000000 --- a/x11-toolkits/wxgtk29-unicode-contrib/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -lib/libwx_gtk2u_animate-2.6.so -lib/libwx_gtk2u_animate-2.6.so.0 -lib/libwx_gtk2u_animate-2.6.so.0.2.0 -lib/libwx_gtk2u_deprecated-2.6.so -lib/libwx_gtk2u_deprecated-2.6.so.0 -lib/libwx_gtk2u_deprecated-2.6.so.0.2.0 -lib/libwx_gtk2u_fl-2.6.so -lib/libwx_gtk2u_fl-2.6.so.0 -lib/libwx_gtk2u_fl-2.6.so.0.2.0 -lib/libwx_gtk2u_gizmos-2.6.so -lib/libwx_gtk2u_gizmos-2.6.so.0 -lib/libwx_gtk2u_gizmos-2.6.so.0.2.0 -lib/libwx_gtk2u_gizmos_xrc-2.6.so -lib/libwx_gtk2u_gizmos_xrc-2.6.so.0 -lib/libwx_gtk2u_gizmos_xrc-2.6.so.0.2.0 -lib/libwx_gtk2u_ogl-2.6.so -lib/libwx_gtk2u_ogl-2.6.so.0 -lib/libwx_gtk2u_ogl-2.6.so.0.2.0 -lib/libwx_gtk2u_plot-2.6.so -lib/libwx_gtk2u_plot-2.6.so.0 -lib/libwx_gtk2u_plot-2.6.so.0.2.0 -lib/libwx_gtk2u_stc-2.6.so -lib/libwx_gtk2u_stc-2.6.so.0 -lib/libwx_gtk2u_stc-2.6.so.0.2.0 -lib/libwx_gtk2u_svg-2.6.so -lib/libwx_gtk2u_svg-2.6.so.0 -lib/libwx_gtk2u_svg-2.6.so.0.2.0 diff --git a/x11-toolkits/wxgtk29-unicode/Makefile b/x11-toolkits/wxgtk29-unicode/Makefile deleted file mode 100644 index 984e5fbb6abc..000000000000 --- a/x11-toolkits/wxgtk29-unicode/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: wxgtk26-unicode -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTREVISION= 2 -MAINTAINER= fjoe@FreeBSD.org -COMMENT= The wxWidgets GUI toolkit (Unicode) - -WXGTK_FLAVOR= gtk2-unicode -MASTERDIR= ${.CURDIR}/../wxgtk26 - -.include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/wxgtk29-unicode/pkg-plist b/x11-toolkits/wxgtk29-unicode/pkg-plist deleted file mode 100644 index ec002bf7d7af..000000000000 --- a/x11-toolkits/wxgtk29-unicode/pkg-plist +++ /dev/null @@ -1,35 +0,0 @@ -bin/wxgtk2u-2.6-config -bin/wxrc-gtk2u-2.6 -include/wx-2.6/gtk2-unicode-release-2.6/wx/setup.h -lib/libwx_baseu-2.6.so -lib/libwx_baseu-2.6.so.0 -lib/libwx_baseu-2.6.so.0.2.0 -lib/libwx_baseu_net-2.6.so -lib/libwx_baseu_net-2.6.so.0 -lib/libwx_baseu_net-2.6.so.0.2.0 -lib/libwx_baseu_xml-2.6.so -lib/libwx_baseu_xml-2.6.so.0 -lib/libwx_baseu_xml-2.6.so.0.2.0 -lib/libwx_gtk2u_adv-2.6.so -lib/libwx_gtk2u_adv-2.6.so.0 -lib/libwx_gtk2u_adv-2.6.so.0.2.0 -lib/libwx_gtk2u_core-2.6.so -lib/libwx_gtk2u_core-2.6.so.0 -lib/libwx_gtk2u_core-2.6.so.0.2.0 -lib/libwx_gtk2u_gl-2.6.so -lib/libwx_gtk2u_gl-2.6.so.0 -lib/libwx_gtk2u_gl-2.6.so.0.2.0 -lib/libwx_gtk2u_html-2.6.so -lib/libwx_gtk2u_html-2.6.so.0 -lib/libwx_gtk2u_html-2.6.so.0.2.0 -lib/libwx_gtk2u_media-2.6.so -lib/libwx_gtk2u_media-2.6.so.0 -lib/libwx_gtk2u_media-2.6.so.0.2.0 -lib/libwx_gtk2u_qa-2.6.so -lib/libwx_gtk2u_qa-2.6.so.0 -lib/libwx_gtk2u_qa-2.6.so.0.2.0 -lib/libwx_gtk2u_xrc-2.6.so -lib/libwx_gtk2u_xrc-2.6.so.0 -lib/libwx_gtk2u_xrc-2.6.so.0.2.0 -@dirrm include/wx-2.6/gtk2-unicode-release-2.6/wx -@dirrm include/wx-2.6/gtk2-unicode-release-2.6 diff --git a/x11-toolkits/wxgtk29/Makefile b/x11-toolkits/wxgtk29/Makefile deleted file mode 100644 index 4cc512ed5d22..000000000000 --- a/x11-toolkits/wxgtk29/Makefile +++ /dev/null @@ -1,111 +0,0 @@ -# New ports collection makefile for: wxgtk26 -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTNAME= wx -PORTVERSION= 2.6.2 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= wxwindows -PKGNAMESUFFIX= ${WXGTK_FLAVOR} -DISTNAME= wxGTK-${PORTVERSION} - -MAINTAINER?= fjoe@FreeBSD.org -COMMENT?= The wxWidgets GUI toolkit with GTK+ bindings - -LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png\ - jpeg.9:${PORTSDIR}/graphics/jpeg\ - tiff.4:${PORTSDIR}/graphics/tiff\ - expat.6:${PORTSDIR}/textproc/expat2\ - mspack.1:${PORTSDIR}/archivers/libmspack\ - gstinterfaces-0.8.1:${PORTSDIR}/multimedia/gstreamer-plugins - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GL= yes -USE_GMAKE= yes -USE_ICONV= yes -USE_GNOME= gtk20 -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libpng=sys\ - --with-libjpeg=sys\ - --with-libtiff=sys\ - --with-zlib=sys\ - --with-expat=sys\ - --with-opengl\ - --with-mspack\ - --with-gtk\ - --enable-mediactrl\ - --disable-backtrace -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ - -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -liconv \ - -L${X11BASE}/lib" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" -PLIST= ${.CURDIR}/pkg-plist - -WXGTK_FLAVOR?= gtk2 - -.if ${WXGTK_FLAVOR} == "gtk2" -PORTREVISION= 3 -CONFLICTS= wxgtk2-contrib-devel-2.5.2* -.endif - -.if ${WXGTK_FLAVOR} != "gtk2-common" -RUN_DEPENDS= ${X11BASE}/include/wx-2.6/wx/wx.h:${PORTSDIR}/x11-toolkits/wxgtk26-common -.endif - -.if ${WXGTK_FLAVOR:M*-common} != "" -NO_BUILD= yes -INSTALL_TARGET= install-common -.else -INSTALLS_SHLIB= yes -.endif # *-common - -.if ${WXGTK_FLAVOR:M*-contrib*} != "" -BUILD_WRKSRC= ${WRKSRC}/contrib -INSTALL_WRKSRC= ${BUILD_WRKSRC} - -.if ${WXGTK_FLAVOR} != "gtk2-contrib-common" -RUN_DEPENDS= ${X11BASE}/include/wx-2.6/wx/stc/stc.h:${PORTSDIR}/x11-toolkits/wxgtk26-contrib-common - -.if ${WXGTK_FLAVOR:M*-unicode*} != "" -LIB_DEPENDS+= wx_baseu-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26-unicode -.else -LIB_DEPENDS+= wx_base-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26 -.endif - -pre-configure: - @${FIND} ${BUILD_WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \ - -e "s|@CXXFLAGS@|${CFLAGS} `${WXGTK_CONFIG} --cxxflags`|" \ - -e "s|@CFLAGS@|${CFLAGS} `${WXGTK_CONFIG} --cflags`|" \ - -e "s|@CPPFLAGS@||" - -.endif # !gtk2-contrib-common -.endif # *-contrib* - -post-patch: - @${REINPLACE_CMD} -e 's|pkg_config_args --cflags|pkg_config_args pangox --cflags|g ; \ - s|pkg_config_args --libs|pkg_config_args pangox --libs|g' \ - ${WRKSRC}/configure - -.include <bsd.port.pre.mk> - -.if ${WXGTK_FLAVOR:M*-unicode*} != "" -.if ${OSVERSION} < 500000 -IGNORE= Systems prior to FreeBSD 5.0 currently out of support -.else -CONFIGURE_ARGS+=--enable-unicode -.endif - -WXGTK_CONFIG= ${X11BASE}/bin/wxgtk2u-2.6-config -.else -WXGTK_CONFIG= ${X11BASE}/bin/wxgtk2-2.6-config -.endif # *-unicode* - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/wxgtk29/distinfo b/x11-toolkits/wxgtk29/distinfo deleted file mode 100644 index 5faf15c5f48f..000000000000 --- a/x11-toolkits/wxgtk29/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (wxGTK-2.6.2.tar.bz2) = ba2afe7bd028062c5fff6d5ef3249c67 -SHA256 (wxGTK-2.6.2.tar.bz2) = 563c46435642d8c371768d3191c38e0791e689d1abc85b693a447cc0194bc771 -SIZE (wxGTK-2.6.2.tar.bz2) = 7328807 diff --git a/x11-toolkits/wxgtk29/files/patch-Makefile.in b/x11-toolkits/wxgtk29/files/patch-Makefile.in deleted file mode 100644 index d63613ccefb5..000000000000 --- a/x11-toolkits/wxgtk29/files/patch-Makefile.in +++ /dev/null @@ -1,40 +0,0 @@ ---- Makefile.in.orig Tue Sep 20 22:03:25 2005 -+++ Makefile.in Wed Oct 12 23:21:27 2005 -@@ -23,6 +23,7 @@ - SONAME_FLAG = @SONAME_FLAG@ - STRIP = @STRIP@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_DIR = @INSTALL_DIR@ - srcdir = @srcdir@ -@@ -9153,13 +9154,15 @@ - - all: $(__wxregex___depname) $(__wxzlib___depname) $(__wxpng___depname) $(__wxjpeg___depname) $(__wxtiff___depname) $(__wxodbc___depname) $(__wxexpat___depname) $(__monodll___depname) $(__monolib___depname) $(__basedll___depname) $(__baselib___depname) $(__netdll___depname) $(__netlib___depname) $(__coredll___depname) $(__corelib___depname) $(__advdll___depname) $(__advlib___depname) $(__mediadll___depname) $(__medialib___depname) $(__odbcdll___depname) $(__odbclib___depname) $(__dbgriddll___depname) $(__dbgridlib___depname) $(__htmldll___depname) $(__htmllib___depname) $(__qadll___depname) $(__qalib___depname) $(__xmldll___depname) $(__xmllib___depname) $(__xrcdll___depname) $(__xrclib___depname) $(__gldll___depname) $(__gllib___depname) $(__sound_sdl___depname) $(__wxrc___depname) $(__cocoa_res___depname) - --install: all $(__install_wxregex___depname) $(__install_wxzlib___depname) $(__install_wxpng___depname) $(__install_wxjpeg___depname) $(__install_wxtiff___depname) $(__install_wxodbc___depname) $(__install_wxexpat___depname) $(__install_monodll___depname) $(__install_monolib___depname) $(__install_basedll___depname) $(__install_baselib___depname) $(__install_netdll___depname) $(__install_netlib___depname) $(__install_coredll___depname) $(__install_corelib___depname) $(__install_advdll___depname) $(__install_advlib___depname) $(__install_mediadll___depname) $(__install_medialib___depname) $(__install_odbcdll___depname) $(__install_odbclib___depname) $(__install_dbgriddll___depname) $(__install_dbgridlib___depname) $(__install_htmldll___depname) $(__install_htmllib___depname) $(__install_qadll___depname) $(__install_qalib___depname) $(__install_xmldll___depname) $(__install_xmllib___depname) $(__install_xrcdll___depname) $(__install_xrclib___depname) $(__install_gldll___depname) $(__install_gllib___depname) $(__install_sound_sdl___depname) $(__install_wxrc___depname) install-wxconfig locale_install locale_msw_install $(__cocoa_res_install___depname) -+install: all $(__install_wxregex___depname) $(__install_wxzlib___depname) $(__install_wxpng___depname) $(__install_wxjpeg___depname) $(__install_wxtiff___depname) $(__install_wxodbc___depname) $(__install_wxexpat___depname) $(__install_monodll___depname) $(__install_monolib___depname) $(__install_basedll___depname) $(__install_baselib___depname) $(__install_netdll___depname) $(__install_netlib___depname) $(__install_coredll___depname) $(__install_corelib___depname) $(__install_advdll___depname) $(__install_advlib___depname) $(__install_mediadll___depname) $(__install_medialib___depname) $(__install_odbcdll___depname) $(__install_odbclib___depname) $(__install_dbgriddll___depname) $(__install_dbgridlib___depname) $(__install_htmldll___depname) $(__install_htmllib___depname) $(__install_qadll___depname) $(__install_qalib___depname) $(__install_xmldll___depname) $(__install_xmllib___depname) $(__install_xrcdll___depname) $(__install_xrclib___depname) $(__install_gldll___depname) $(__install_gllib___depname) $(__install_sound_sdl___depname) $(__install_wxrc___depname) install-wxconfig $(__cocoa_res_install___depname) -+ $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)/$(TOOLCHAIN_FULLNAME)/wx -+ (cd ./ ; $(INSTALL_DATA) lib/wx/include/$(TOOLCHAIN_FULLNAME)/wx/setup.h $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)/$(TOOLCHAIN_FULLNAME)/wx) -+ -+install-common: locale_install locale_msw_install - $(INSTALL_DIR) $(DESTDIR)$(datadir)/aclocal - (cd $(srcdir) ; $(INSTALL_DATA) wxwin.m4 $(DESTDIR)$(datadir)/aclocal) - $(INSTALL_DIR) $(DESTDIR)$(datadir)/bakefile/presets - (cd $(srcdir)/build/bakefiles/wxpresets/presets/ ; $(INSTALL_DATA) wx.bkl wx_unix.bkl wx_win32.bkl $(DESTDIR)$(datadir)/bakefile/presets) -- $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx -- (cd ./ ; $(INSTALL_DATA) lib/wx/include/$(TOOLCHAIN_FULLNAME)/wx/setup.h $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx) - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in $(ALL_HEADERS); do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ -@@ -9692,9 +9695,7 @@ - - install-wxconfig: - $(INSTALL_DIR) $(DESTDIR)$(bindir) -- $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/config -- $(INSTALL_PROGRAM) lib/wx/config/$(TOOLCHAIN_FULLNAME) $(DESTDIR)$(libdir)/wx/config -- (cd $(DESTDIR)$(bindir) && rm -f wx-config && $(LN_S) $(DESTDIR)$(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config) -+ $(INSTALL_SCRIPT) lib/wx/config/$(TOOLCHAIN_FULLNAME) $(DESTDIR)$(bindir)/wx$(TOOLCHAIN_NAME)-config - - locale_install: - $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale diff --git a/x11-toolkits/wxgtk29/files/patch-configure b/x11-toolkits/wxgtk29/files/patch-configure deleted file mode 100644 index 33327df196a0..000000000000 --- a/x11-toolkits/wxgtk29/files/patch-configure +++ /dev/null @@ -1,50 +0,0 @@ ---- configure.orig Thu Jun 2 23:03:05 2005 -+++ configure Wed Aug 31 23:48:02 2005 -@@ -34396,7 +34396,7 @@ - fi - ;; - *-*-freebsd*) -- THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r" -+ THREAD_OPTS="$PTHREAD_LIBS" - ;; - *-*-darwin* | *-*-cygwin* ) - THREAD_OPTS="" -@@ -34433,6 +34433,12 @@ - echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6 - ;; - -+ -pthread|-l*) -+ echo "$as_me:$LINENO: checking for the pthreads library $flag" >&5 -+echo $ECHO_N "checking for the pthreads library $flag... $ECHO_C" >&6 -+ THREADS_LINK="$flag" -+ ;; -+ - -*) - echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5 - echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6 -@@ -34515,7 +34521,7 @@ - { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5 - echo "$as_me: WARNING: No thread support on this system... disabled" >&2;} - else -- LDFLAGS="$THREADS_CFLAGS $LDFLAGS" -+ LDFLAGS="$THREADS_CFLAGS $THREADS_LINK $LDFLAGS" - LIBS="$THREADS_LINK $LIBS" - - echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5 -@@ -35701,6 +35707,7 @@ - fi - fi - fi -+TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} ${PTHREAD_CFLAGS}" - - if test "$WXGTK20" = 1 ; then - cat >>confdefs.h <<_ACEOF -@@ -35823,7 +35830,7 @@ - OPTIMISE="-O" - fi - fi -- -+OPTIMISE= - - if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then - cat >>confdefs.h <<\_ACEOF diff --git a/x11-toolkits/wxgtk29/files/patch-contrib-Makefile.in b/x11-toolkits/wxgtk29/files/patch-contrib-Makefile.in deleted file mode 100644 index 20b4b5800f89..000000000000 --- a/x11-toolkits/wxgtk29/files/patch-contrib-Makefile.in +++ /dev/null @@ -1,9 +0,0 @@ ---- contrib/Makefile.in.orig Sun Jun 27 21:46:24 2004 -+++ contrib/Makefile.in Sun Jun 27 21:46:44 2004 -@@ -16,3 +16,6 @@ - - install: - cd src; $(MAKE) install -+ -+install-common: -+ cd src; $(MAKE) install-common diff --git a/x11-toolkits/wxgtk29/files/patch-contrib-src-Makefile.in b/x11-toolkits/wxgtk29/files/patch-contrib-src-Makefile.in deleted file mode 100644 index 88e167a98f95..000000000000 --- a/x11-toolkits/wxgtk29/files/patch-contrib-src-Makefile.in +++ /dev/null @@ -1,29 +0,0 @@ ---- contrib/src/Makefile.in.orig Sun Oct 10 22:18:48 2004 -+++ contrib/src/Makefile.in Fri Nov 26 00:20:35 2004 -@@ -1,15 +1,24 @@ - # $Id: Makefile.in,v 1.17 2004/09/24 15:32:58 VS Exp $ - --CONTRIB_SUBDIRS=fl gizmos mmedia ogl plot stc svg deprecated animate #applet -+CONTRIB_SUBDIRS=fl gizmos ogl plot stc svg deprecated animate #applet mmedia - --all: -+WX_RELEASE= @WX_RELEASE@ -+@COND_UNICODE_1@wxregexu_depname= wxregexu -+ -+all: $(wxregexu_depname) - @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE)); done - -+wxregexu: -+ @cd ../.. && $(MAKE) lib/libwxregexu-$(WX_RELEASE).a -+ - clean: - @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) clean); done - - install: - @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) install); done -+ -+install-common: -+ @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) install-common); done - - uninstall: - @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) uninstall); done diff --git a/x11-toolkits/wxgtk29/files/patch-contrib-src-animate-Makefile.in b/x11-toolkits/wxgtk29/files/patch-contrib-src-animate-Makefile.in deleted file mode 100644 index abfc81a6176c..000000000000 --- a/x11-toolkits/wxgtk29/files/patch-contrib-src-animate-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/animate/Makefile.in.orig Sun Oct 10 22:18:48 2004 -+++ contrib/src/animate/Makefile.in Wed Nov 24 21:37:14 2004 -@@ -180,6 +180,8 @@ - all: $(__animatedll___depname) $(__animatelib___depname) - - install: all $(__install_animatedll___depname) $(__install_animatelib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/animate/animate.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk29/files/patch-contrib-src-deprecated-Makefile.in b/x11-toolkits/wxgtk29/files/patch-contrib-src-deprecated-Makefile.in deleted file mode 100644 index 0c492341ca53..000000000000 --- a/x11-toolkits/wxgtk29/files/patch-contrib-src-deprecated-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/deprecated/Makefile.in.orig Sun Oct 10 22:18:54 2004 -+++ contrib/src/deprecated/Makefile.in Wed Nov 24 21:39:56 2004 -@@ -207,6 +207,8 @@ - all: $(__deprecateddll___depname) $(__deprecatedlib___depname) - - install: all $(__install_deprecateddll___depname) $(__install_deprecatedlib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/deprecated/expr.h wx/deprecated/prop.h wx/deprecated/propform.h wx/deprecated/proplist.h wx/deprecated/resource.h wx/deprecated/setup.h wx/deprecated/tbarsmpl.h wx/deprecated/treelay.h wx/deprecated/wxexpr.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk29/files/patch-contrib-src-fl-Makefile.in b/x11-toolkits/wxgtk29/files/patch-contrib-src-fl-Makefile.in deleted file mode 100644 index 2de711cc3b1f..000000000000 --- a/x11-toolkits/wxgtk29/files/patch-contrib-src-fl-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/fl/Makefile.in.orig Sun Oct 10 22:18:49 2004 -+++ contrib/src/fl/Makefile.in Wed Nov 24 21:40:16 2004 -@@ -211,6 +211,8 @@ - all: $(__fldll___depname) $(__fllib___depname) - - install: all $(__install_fldll___depname) $(__install_fllib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/fl/antiflickpl.h wx/fl/bardragpl.h wx/fl/barhintspl.h wx/fl/cbcustom.h wx/fl/controlbar.h wx/fl/dynbarhnd.h wx/fl/dyntbar.h wx/fl/dyntbarhnd.h wx/fl/fldefs.h wx/fl/frmview.h wx/fl/garbagec.h wx/fl/gcupdatesmgr.h wx/fl/hintanimpl.h wx/fl/newbmpbtn.h wx/fl/panedrawpl.h wx/fl/rowdragpl.h wx/fl/rowlayoutpl.h wx/fl/toolwnd.h wx/fl/updatesmgr.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk29/files/patch-contrib-src-gizmos-Makefile.in b/x11-toolkits/wxgtk29/files/patch-contrib-src-gizmos-Makefile.in deleted file mode 100644 index 51b5ab5ee458..000000000000 --- a/x11-toolkits/wxgtk29/files/patch-contrib-src-gizmos-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/gizmos/Makefile.in.orig Thu Apr 21 00:33:08 2005 -+++ contrib/src/gizmos/Makefile.in Thu May 5 16:22:48 2005 -@@ -277,6 +277,8 @@ - all: $(__gizmosdll___depname) $(__gizmos_xrcdll___depname) $(__gizmoslib___depname) $(__gizmos_xrclib___depname) - - install: all $(__install_gizmosdll___depname) $(__install_gizmos_xrcdll___depname) $(__install_gizmoslib___depname) $(__install_gizmos_xrclib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/gizmos/dynamicsash.h wx/gizmos/editlbox.h wx/gizmos/ledctrl.h wx/gizmos/multicell.h wx/gizmos/splittree.h wx/gizmos/statpict.h wx/gizmos/gizmos.h wx/gizmos/xh_statpict.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk29/files/patch-contrib-src-ogl-Makefile.in b/x11-toolkits/wxgtk29/files/patch-contrib-src-ogl-Makefile.in deleted file mode 100644 index 2be3bdbe7e1c..000000000000 --- a/x11-toolkits/wxgtk29/files/patch-contrib-src-ogl-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/ogl/Makefile.in.orig Sun Oct 10 22:18:52 2004 -+++ contrib/src/ogl/Makefile.in Wed Nov 24 21:41:00 2004 -@@ -201,6 +201,8 @@ - all: $(__ogldll___depname) $(__ogllib___depname) - - install: all $(__install_ogldll___depname) $(__install_ogllib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/ogl/basic.h wx/ogl/basicp.h wx/ogl/bmpshape.h wx/ogl/canvas.h wx/ogl/composit.h wx/ogl/constrnt.h wx/ogl/divided.h wx/ogl/drawn.h wx/ogl/drawnp.h wx/ogl/lines.h wx/ogl/linesp.h wx/ogl/mfutils.h wx/ogl/misc.h wx/ogl/ogldiag.h wx/ogl/ogl.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk29/files/patch-contrib-src-plot-Makefile.in b/x11-toolkits/wxgtk29/files/patch-contrib-src-plot-Makefile.in deleted file mode 100644 index 802b4f093baa..000000000000 --- a/x11-toolkits/wxgtk29/files/patch-contrib-src-plot-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/plot/Makefile.in.orig Sun Oct 10 22:18:52 2004 -+++ contrib/src/plot/Makefile.in Wed Nov 24 21:41:16 2004 -@@ -179,6 +179,8 @@ - all: $(__plotdll___depname) $(__plotlib___depname) - - install: all $(__install_plotdll___depname) $(__install_plotlib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/plot/plot.h wx/plot/plot_dwn.bmp wx/plot/plot_enl.bmp wx/plot/plot_shr.bmp wx/plot/plot_up.bmp wx/plot/plot_zin.bmp wx/plot/plot_zot.bmp wx/plot/wxplot.rc; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk29/files/patch-contrib-src-stc-Makefile.in b/x11-toolkits/wxgtk29/files/patch-contrib-src-stc-Makefile.in deleted file mode 100644 index c41d5cbfec19..000000000000 --- a/x11-toolkits/wxgtk29/files/patch-contrib-src-stc-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/stc/Makefile.in.orig Sun Oct 10 22:18:53 2004 -+++ contrib/src/stc/Makefile.in Wed Nov 24 21:41:31 2004 -@@ -310,6 +310,8 @@ - all: $(__stcdll___depname) $(__stclib___depname) - - install: all $(__install_stcdll___depname) $(__install_stclib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/stc/stc.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk29/files/patch-contrib-src-svg-Makefile.in b/x11-toolkits/wxgtk29/files/patch-contrib-src-svg-Makefile.in deleted file mode 100644 index 213aef13d42c..000000000000 --- a/x11-toolkits/wxgtk29/files/patch-contrib-src-svg-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/svg/Makefile.in.orig Sun Oct 10 22:18:54 2004 -+++ contrib/src/svg/Makefile.in Wed Nov 24 21:41:44 2004 -@@ -179,6 +179,8 @@ - all: $(__svgdll___depname) $(__svglib___depname) - - install: all $(__install_svgdll___depname) $(__install_svglib___depname) -+ -+install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) - for f in wx/svg/dcsvg.h; do \ - if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ diff --git a/x11-toolkits/wxgtk29/files/patch-contrib-utils-Makefile.in b/x11-toolkits/wxgtk29/files/patch-contrib-utils-Makefile.in deleted file mode 100644 index acbcfacb0b56..000000000000 --- a/x11-toolkits/wxgtk29/files/patch-contrib-utils-Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- contrib/utils/Makefile.in.orig Mon Jun 28 03:47:07 2004 -+++ contrib/utils/Makefile.in Mon Jun 28 03:47:23 2004 -@@ -5,6 +5,9 @@ - all: - @for d in $(CONTRIB_UTILS); do (cd $$d && $(MAKE)); done - -+install: -+ @for d in $(CONTRIB_UTILS); do (cd $$d && $(MAKE) install); done -+ - clean: - @for d in $(CONTRIB_UTILS); do (cd $$d && $(MAKE) clean); done - diff --git a/x11-toolkits/wxgtk29/files/patch-src-common-intl.cpp b/x11-toolkits/wxgtk29/files/patch-src-common-intl.cpp deleted file mode 100644 index 12488d2b710e..000000000000 --- a/x11-toolkits/wxgtk29/files/patch-src-common-intl.cpp +++ /dev/null @@ -1,23 +0,0 @@ -=================================================================== -RCS file: /pack/cvsroots/wxwidgets/wxWidgets/src/common/intl.cpp,v -retrieving revision 1.166 -retrieving revision 1.166.2.1 -diff -u -r1.166 -r1.166.2.1 ---- src/common/intl.cpp 2005/09/18 23:38:06 1.166 -+++ src/common/intl.cpp 2005/09/28 09:48:03 1.166.2.1 -@@ -1260,9 +1260,14 @@ - inputConv = - csConv = new wxCSConv(m_charset); - } -- else // no conversion needed -+ else // no need to convert the encoding - { -+ // we still need the conversion for Unicode build -+#if wxUSE_UNICODE -+ inputConv = wxConvCurrent; -+#else // !wxUSE_UNICODE - inputConv = NULL; -+#endif - } - - // conversion to apply to msgid strings before looking them up: we only diff --git a/x11-toolkits/wxgtk29/files/patch-utils-wxrc-Makefile.in b/x11-toolkits/wxgtk29/files/patch-utils-wxrc-Makefile.in deleted file mode 100644 index 353821f40cfd..000000000000 --- a/x11-toolkits/wxgtk29/files/patch-utils-wxrc-Makefile.in +++ /dev/null @@ -1,21 +0,0 @@ ---- utils/wxrc/Makefile.in.orig Thu Nov 25 21:52:45 2004 -+++ utils/wxrc/Makefile.in Thu Nov 25 21:58:43 2004 -@@ -28,6 +28,7 @@ - TOOLKIT = @TOOLKIT@ - TOOLKIT_LOWERCASE = @TOOLKIT_LOWERCASE@ - TOOLKIT_VERSION = @TOOLKIT_VERSION@ -+TOOLCHAIN_NAME = @TOOLCHAIN_NAME@ - EXTRALIBS = @EXTRALIBS@ - EXTRALIBS_XML = @EXTRALIBS_XML@ - HOST_SUFFIX = @HOST_SUFFIX@ -@@ -113,9 +114,7 @@ - - @COND_USE_XRC_1@install_wxrc: - @COND_USE_XRC_1@ $(INSTALL_DIR) $(DESTDIR)$(bindir) --@COND_USE_XRC_1@ $(INSTALL_PROGRAM) wxrc$(EXEEXT) $(DESTDIR)$(bindir) --@COND_USE_XRC_1@ mv -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT) $(DESTDIR)$(bindir)/wxrc-$(WX_RELEASE) --@COND_USE_XRC_1@ (cd $(DESTDIR)$(bindir) && $(LN_S) wxrc-$(WX_RELEASE) wxrc$(EXEEXT)) -+@COND_USE_XRC_1@ $(INSTALL_PROGRAM) wxrc$(EXEEXT) $(DESTDIR)$(bindir)/wxrc-$(TOOLCHAIN_NAME) - - wxrc_wxrc.o: $(srcdir)/wxrc.cpp - $(CXXC) -c -o $@ $(WXRC_CXXFLAGS) $< diff --git a/x11-toolkits/wxgtk29/files/patch-wx-config.in b/x11-toolkits/wxgtk29/files/patch-wx-config.in deleted file mode 100644 index 434032d26493..000000000000 --- a/x11-toolkits/wxgtk29/files/patch-wx-config.in +++ /dev/null @@ -1,11 +0,0 @@ ---- wx-config.in.orig Thu Apr 21 00:32:34 2005 -+++ wx-config.in Thu May 5 16:36:09 2005 -@@ -1142,7 +1142,7 @@ - _include_cppflags="-I${includedir} -I${prefix}/contrib/include" - fi - --_cppflags=$(echo "-I${libdir}/wx/include/@TOOLCHAIN_FULLNAME@" $_include_cppflags "@WXDEBUG_DEFINE@" "@TOOLCHAIN_DEFS@" "@TOOLCHAIN_DLL_DEFS@" $_gui_cppflags "@WXCONFIG_INCLUDE@" "@WX_LARGEFILE_FLAGS@" "@GCC_PRAGMA_FLAGS@") -+_cppflags=$(echo "-I${includedir}/wx-@WX_RELEASE@/@TOOLCHAIN_FULLNAME@" $_include_cppflags "@WXDEBUG_DEFINE@" "@TOOLCHAIN_DEFS@" "@TOOLCHAIN_DLL_DEFS@" $_gui_cppflags "@WXCONFIG_INCLUDE@" "@WX_LARGEFILE_FLAGS@" "@GCC_PRAGMA_FLAGS@") - - # now without further ado, we can answer these too. - [ -z "$output_option_cppflags" ] || echo $_cppflags diff --git a/x11-toolkits/wxgtk29/pkg-descr b/x11-toolkits/wxgtk29/pkg-descr deleted file mode 100644 index 67f1f41d315b..000000000000 --- a/x11-toolkits/wxgtk29/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -wxWidgets (formerly known as wxWindows) is a C++ GUI framework for platform -independent software development. On FreeBSD the Gtk toolkit is used. - -WWW: http://www.wxwidgets.org/ diff --git a/x11-toolkits/wxgtk29/pkg-plist b/x11-toolkits/wxgtk29/pkg-plist deleted file mode 100644 index 9601a2533669..000000000000 --- a/x11-toolkits/wxgtk29/pkg-plist +++ /dev/null @@ -1,35 +0,0 @@ -bin/wxgtk2-2.6-config -bin/wxrc-gtk2-2.6 -include/wx-2.6/gtk2-ansi-release-2.6/wx/setup.h -lib/libwx_base-2.6.so -lib/libwx_base-2.6.so.0 -lib/libwx_base-2.6.so.0.2.0 -lib/libwx_base_net-2.6.so -lib/libwx_base_net-2.6.so.0 -lib/libwx_base_net-2.6.so.0.2.0 -lib/libwx_base_xml-2.6.so -lib/libwx_base_xml-2.6.so.0 -lib/libwx_base_xml-2.6.so.0.2.0 -lib/libwx_gtk2_adv-2.6.so -lib/libwx_gtk2_adv-2.6.so.0 -lib/libwx_gtk2_adv-2.6.so.0.2.0 -lib/libwx_gtk2_core-2.6.so -lib/libwx_gtk2_core-2.6.so.0 -lib/libwx_gtk2_core-2.6.so.0.2.0 -lib/libwx_gtk2_gl-2.6.so -lib/libwx_gtk2_gl-2.6.so.0 -lib/libwx_gtk2_gl-2.6.so.0.2.0 -lib/libwx_gtk2_html-2.6.so -lib/libwx_gtk2_html-2.6.so.0 -lib/libwx_gtk2_html-2.6.so.0.2.0 -lib/libwx_gtk2_media-2.6.so -lib/libwx_gtk2_media-2.6.so.0 -lib/libwx_gtk2_media-2.6.so.0.2.0 -lib/libwx_gtk2_qa-2.6.so -lib/libwx_gtk2_qa-2.6.so.0 -lib/libwx_gtk2_qa-2.6.so.0.2.0 -lib/libwx_gtk2_xrc-2.6.so -lib/libwx_gtk2_xrc-2.6.so.0 -lib/libwx_gtk2_xrc-2.6.so.0.2.0 -@dirrm include/wx-2.6/gtk2-ansi-release-2.6/wx -@dirrm include/wx-2.6/gtk2-ansi-release-2.6 |