- remove gtkmm, it's old and unused. no point in keeping this alive

ok ajacoutot@ landry@
agreed by wilfried@ (MAINTAINER)
This commit is contained in:
jasper 2008-11-07 10:12:07 +00:00
parent eeb98d00a3
commit 2a0123e9bc
12 changed files with 1 additions and 551 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.358 2008/11/07 10:07:28 jasper Exp $
# $OpenBSD: Makefile,v 1.359 2008/11/07 10:12:07 jasper Exp $
# $FreeBSD: Makefile,v 1.178 1997/11/24 05:32:52 fenner Exp $
SUBDIR += 915resolution
@ -94,7 +94,6 @@
SUBDIR += gtk2mm
SUBDIR += gtkglarea
SUBDIR += gtkglext
SUBDIR += gtkmm
SUBDIR += gtksourceview
SUBDIR += gxmessage
SUBDIR += hicolor-icon-theme

View File

@ -1,56 +0,0 @@
# $OpenBSD: Makefile,v 1.30 2007/09/15 20:04:21 merdely Exp $
COMMENT-main= C++ interface for gtk+
COMMENT-docs= C++ interface for gtk+ documentation
VERSION= 1.2.10
DISTNAME= gtkmm-${VERSION}
PKGNAME-main= ${DISTNAME}p6
PKGNAME-docs= gtkmm-docs-${VERSION}
SHARED_LIBS= gdkmm 3.0 \
gtkmm 3.0
CATEGORIES= devel x11
HOMEPAGE= http://gtkmm.sourceforge.net/
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB-main= X11 Xext Xi c glib gmodule m stdc++
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkmm/}
MULTI_PACKAGES= -main -docs
MODULES= devel/gettext
LIB_DEPENDS= :libsigc++-1.*:devel/libsigc++ \
gdk.>=1,gtk.>=1::x11/gtk+
PKG_ARCH-docs= *
LIB_DEPENDS-docs=
RUN_DEPENDS-docs=
SEPARATE_BUILD= concurrent
USE_X11= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--enable-static \
--enable-docs
CONFIGURE_ENV+= M4='m4 -g'
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/scripts
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gtkmm/gdk
${INSTALL_DATA} ${WRKBUILD}/docs/gdk/*.html ${PREFIX}/share/doc/gtkmm/gdk
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gtkmm/gtk
${INSTALL_DATA} ${WRKBUILD}/docs/gtk/*.html ${PREFIX}/share/doc/gtkmm/gtk
.include <bsd.port.mk>

View File

@ -1,5 +0,0 @@
MD5 (gtkmm-1.2.10.tar.gz) = o4Fr75GieWw5hLEpVMx/yQ==
RMD160 (gtkmm-1.2.10.tar.gz) = BDOhaudmMLAbTg5zbs/Dy2UUht8=
SHA1 (gtkmm-1.2.10.tar.gz) = +yIKqL22Cbfq1C+sGvu79XAx+yo=
SHA256 (gtkmm-1.2.10.tar.gz) = Ypj02DSwMUFKTlydG/FVikSB5WCRwjl1ZrjqWWNV4eA=
SIZE (gtkmm-1.2.10.tar.gz) = 716700

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-gdk--_gdk--_Makefile_in,v 1.4 2006/02/12 11:58:24 steven Exp $
--- gdk--/gdk--/Makefile.in.orig Sun Feb 12 01:00:38 2006
+++ gdk--/gdk--/Makefile.in Sun Feb 12 01:00:54 2006
@@ -110,7 +110,7 @@ libgdkmm_la_SOURCES = \
color.cc drawable.cc gc.cc pixmap.cc visual.cc \
image.cc types.cc cursor.cc
-libgdkmm_la_LDFLAGS = -version-info $(LIBGDKMM_SO_VERSION) -release $(GTKMM_RELEASE)
+libgdkmm_la_LDFLAGS = -version-info $(LIBGDKMM_SO_VERSION)
libgdkmmincludedir = $(includedir)/gdk--
libgdkmminclude_HEADERS = \

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_gtk--_Makefile_in,v 1.4 2006/02/12 11:58:24 steven Exp $
--- src/gtk--/Makefile.in.orig Sun Feb 12 01:01:02 2006
+++ src/gtk--/Makefile.in Sun Feb 12 01:01:11 2006
@@ -142,7 +142,7 @@ include_HEADERS = $(gtkmmh) marshal.h pr
# This builds the library
libgtkmm_la_SOURCES = $(gtkmmc) gtk--.cc proxy.cc base.cc marshal.cc
-libgtkmm_la_LDFLAGS = -version-info $(LIBGTKMM_SO_VERSION) -release $(GTKMM_RELEASE) -no-undefined
+libgtkmm_la_LDFLAGS = -version-info $(LIBGTKMM_SO_VERSION)
libgtkmm_la_INCLUDES = $(GTK_CFLAGS)
libgtkmm_la_LIBADD = $(GTK_LIBS) $(gtkmmla)
#libgtkmm_la_DEPENDENCIES = $(gtkmmla)

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_gtkmmproc_Makefile_in,v 1.3 2005/09/06 19:58:03 espie Exp $
--- src/gtkmmproc/Makefile.in.orig Sat Jun 15 18:41:34 2002
+++ src/gtkmmproc/Makefile.in Wed Aug 31 12:22:36 2005
@@ -112,8 +112,8 @@ m4includedir = $(prefix)/lib/gtkmm/proc
m4include_HEADERS = doc1.m4 stage1.m4 convert.m4 list.m4 gtkconvert.m4
YFLAGS = -d
-CXXFLAGS =
-CPPFLAGS = -D MACRO_DIR=\"$(m4includedir)\" -D M4=\"@M4@\"
+CXXFLAGS = @CXXFLAGS@
+CPPFLAGS = -D MACRO_DIR=\"$(m4includedir)\" -D 'M4="@M4@"'
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
CONFIG_HEADER = ../../config.h ../../gdk--config.h ../../gtk--config.h
CONFIG_CLEAN_FILES =

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-src_object_gen_h,v 1.1 2005/10/16 13:10:37 grange Exp $
--- src/object.gen_h.orig Sun Jul 15 17:33:38 2001
+++ src/object.gen_h Sun Oct 16 13:09:58 2005
@@ -267,7 +267,6 @@ void Object::destroy_()
// GtkFunction(&gtkmm_object_destroy_callback),
// gtkobj());
gtk_object_destroy(gtkobject);
- destroyed_=true;
}
void Object::gtkmm_sigsegv(const char *pos) {

View File

@ -1 +0,0 @@
gtk+ documentation in HTML format

View File

@ -1,5 +0,0 @@
Gtk-- is a C++ interface for the popular GUI library gtk+. Gtk-- provides a
convenient interface for C++ programmers to create graphical user interfaces
with Gtk's flexible OO framework. Highlights include type safe callbacks,
widgets extensible using inheritance and over 180 classes that can be freely
combined to quickly create complex user interfaces.

View File

@ -1,3 +0,0 @@
@comment $OpenBSD: PFRAG.shared-main,v 1.1 2006/11/24 17:25:21 steven Exp $
@lib lib/libgdkmm.so.${LIBgdkmm_VERSION}
@lib lib/libgtkmm.so.${LIBgtkmm_VERSION}

View File

@ -1,228 +0,0 @@
@comment $OpenBSD: PLIST-docs,v 1.2 2004/09/15 19:26:29 espie Exp $
share/doc/gtkmm/
share/doc/gtkmm/gdk/
share/doc/gtkmm/gdk/Gdk.html
share/doc/gtkmm/gdk/Gdk_Bitmap.html
share/doc/gtkmm/gdk/Gdk_Color.html
share/doc/gtkmm/gdk/Gdk_ColorContext.html
share/doc/gtkmm/gdk/Gdk_ColorContextDither.html
share/doc/gtkmm/gdk/Gdk_Colormap.html
share/doc/gtkmm/gdk/Gdk_Cursor.html
share/doc/gtkmm/gdk/Gdk_DeviceInfo.html
share/doc/gtkmm/gdk/Gdk_DeviceKey.html
share/doc/gtkmm/gdk/Gdk_DragContext.html
share/doc/gtkmm/gdk/Gdk_Drawable.html
share/doc/gtkmm/gdk/Gdk_Font.html
share/doc/gtkmm/gdk/Gdk_GC.html
share/doc/gtkmm/gdk/Gdk_GCValues.html
share/doc/gtkmm/gdk/Gdk_Geometry.html
share/doc/gtkmm/gdk/Gdk_ICAttr.html
share/doc/gtkmm/gdk/Gdk_Image.html
share/doc/gtkmm/gdk/Gdk_Pixmap.html
share/doc/gtkmm/gdk/Gdk_Point.html
share/doc/gtkmm/gdk/Gdk_Points.html
share/doc/gtkmm/gdk/Gdk_Rectangle.html
share/doc/gtkmm/gdk/Gdk_Region.html
share/doc/gtkmm/gdk/Gdk_Segment.html
share/doc/gtkmm/gdk/Gdk_TimeCoord.html
share/doc/gtkmm/gdk/Gdk_Visual.html
share/doc/gtkmm/gdk/Gdk_Window.html
share/doc/gtkmm/gdk/Gdk_WindowAttr.html
share/doc/gtkmm/gdk/Gtk.html
share/doc/gtkmm/gdk/class_index.html
share/doc/gtkmm/gdk/cross_index.html
share/doc/gtkmm/gdk/global.html
share/doc/gtkmm/gdk/name_index.html
share/doc/gtkmm/gtk/
share/doc/gtkmm/gtk/G_ListImpl.html
share/doc/gtkmm/gtk/G_ListWrap.html
share/doc/gtkmm/gtk/Gtk.html
share/doc/gtkmm/gtk/Gtk::AccelEntry.html
share/doc/gtkmm/gtk/Gtk::AccelGroup.html
share/doc/gtkmm/gtk/Gtk::AccelLabel.html
share/doc/gtkmm/gtk/Gtk::Adjustment.html
share/doc/gtkmm/gtk/Gtk::Alignment.html
share/doc/gtkmm/gtk/Gtk::Arrow.html
share/doc/gtkmm/gtk/Gtk::AspectFrame.html
share/doc/gtkmm/gtk/Gtk::Base.html
share/doc/gtkmm/gtk/Gtk::Base_.html
share/doc/gtkmm/gtk/Gtk::Base_Class.html
share/doc/gtkmm/gtk/Gtk::Bin.html
share/doc/gtkmm/gtk/Gtk::Box.html
share/doc/gtkmm/gtk/Gtk::Box_Helpers.html
share/doc/gtkmm/gtk/Gtk::Box_Helpers::BoxList.html
share/doc/gtkmm/gtk/Gtk::Box_Helpers::Child.html
share/doc/gtkmm/gtk/Gtk::Box_Helpers::Element.html
share/doc/gtkmm/gtk/Gtk::Box_Helpers::EndElem.html
share/doc/gtkmm/gtk/Gtk::Button.html
share/doc/gtkmm/gtk/Gtk::ButtonBox.html
share/doc/gtkmm/gtk/Gtk::CList.html
share/doc/gtkmm/gtk/Gtk::CList_Helpers.html
share/doc/gtkmm/gtk/Gtk::CList_Helpers::Cell.html
share/doc/gtkmm/gtk/Gtk::CList_Helpers::CellIterator.html
share/doc/gtkmm/gtk/Gtk::CList_Helpers::Column.html
share/doc/gtkmm/gtk/Gtk::CList_Helpers::ColumnIterator.html
share/doc/gtkmm/gtk/Gtk::CList_Helpers::ColumnVector.html
share/doc/gtkmm/gtk/Gtk::CList_Helpers::Freeze.html
share/doc/gtkmm/gtk/Gtk::CList_Helpers::Row.html
share/doc/gtkmm/gtk/Gtk::CList_Helpers::RowIterator.html
share/doc/gtkmm/gtk/Gtk::CList_Helpers::RowList.html
share/doc/gtkmm/gtk/Gtk::CList_Helpers::SelectionIterator.html
share/doc/gtkmm/gtk/Gtk::CList_Helpers::SelectionList.html
share/doc/gtkmm/gtk/Gtk::CTree.html
share/doc/gtkmm/gtk/Gtk::CTree_Helpers.html
share/doc/gtkmm/gtk/Gtk::CTree_Helpers::BranchElem.html
share/doc/gtkmm/gtk/Gtk::CTree_Helpers::Cell.html
share/doc/gtkmm/gtk/Gtk::CTree_Helpers::CellIterator.html
share/doc/gtkmm/gtk/Gtk::CTree_Helpers::Element.html
share/doc/gtkmm/gtk/Gtk::CTree_Helpers::Row.html
share/doc/gtkmm/gtk/Gtk::CTree_Helpers::RowIterator.html
share/doc/gtkmm/gtk/Gtk::CTree_Helpers::RowList.html
share/doc/gtkmm/gtk/Gtk::CTree_Helpers::SelectionIterator.html
share/doc/gtkmm/gtk/Gtk::CTree_Helpers::SelectionList.html
share/doc/gtkmm/gtk/Gtk::CTree_Helpers::TreeIterator.html
share/doc/gtkmm/gtk/Gtk::CTree_Helpers::TreeList.html
share/doc/gtkmm/gtk/Gtk::Calendar.html
share/doc/gtkmm/gtk/Gtk::CheckButton.html
share/doc/gtkmm/gtk/Gtk::CheckMenuItem.html
share/doc/gtkmm/gtk/Gtk::ColorSelection.html
share/doc/gtkmm/gtk/Gtk::ColorSelectionDialog.html
share/doc/gtkmm/gtk/Gtk::Combo.html
share/doc/gtkmm/gtk/Gtk::Container.html
share/doc/gtkmm/gtk/Gtk::Curve.html
share/doc/gtkmm/gtk/Gtk::CurveArray.html
share/doc/gtkmm/gtk/Gtk::Data.html
share/doc/gtkmm/gtk/Gtk::Dialog.html
share/doc/gtkmm/gtk/Gtk::DrawingArea.html
share/doc/gtkmm/gtk/Gtk::Editable.html
share/doc/gtkmm/gtk/Gtk::Entry.html
share/doc/gtkmm/gtk/Gtk::EventBox.html
share/doc/gtkmm/gtk/Gtk::FileSelection.html
share/doc/gtkmm/gtk/Gtk::Fixed.html
share/doc/gtkmm/gtk/Gtk::FontSelection.html
share/doc/gtkmm/gtk/Gtk::FontSelectionDialog.html
share/doc/gtkmm/gtk/Gtk::Frame.html
share/doc/gtkmm/gtk/Gtk::GammaCurve.html
share/doc/gtkmm/gtk/Gtk::GtkBase.html
share/doc/gtkmm/gtk/Gtk::GtkBaseClass.html
share/doc/gtkmm/gtk/Gtk::HBox.html
share/doc/gtkmm/gtk/Gtk::HButtonBox.html
share/doc/gtkmm/gtk/Gtk::HPaned.html
share/doc/gtkmm/gtk/Gtk::HRuler.html
share/doc/gtkmm/gtk/Gtk::HScale.html
share/doc/gtkmm/gtk/Gtk::HScrollbar.html
share/doc/gtkmm/gtk/Gtk::HSeparator.html
share/doc/gtkmm/gtk/Gtk::HandleBox.html
share/doc/gtkmm/gtk/Gtk::IdleSig.html
share/doc/gtkmm/gtk/Gtk::Image.html
share/doc/gtkmm/gtk/Gtk::InputDialog.html
share/doc/gtkmm/gtk/Gtk::InputSig.html
share/doc/gtkmm/gtk/Gtk::Invisible.html
share/doc/gtkmm/gtk/Gtk::Item.html
share/doc/gtkmm/gtk/Gtk::KeySnooperSig.html
share/doc/gtkmm/gtk/Gtk::Label.html
share/doc/gtkmm/gtk/Gtk::Layout.html
share/doc/gtkmm/gtk/Gtk::List.html
share/doc/gtkmm/gtk/Gtk::ListItem.html
share/doc/gtkmm/gtk/Gtk::List_Helpers.html
share/doc/gtkmm/gtk/Gtk::List_Helpers::ItemList.html
share/doc/gtkmm/gtk/Gtk::List_Helpers::SelectionList.html
share/doc/gtkmm/gtk/Gtk::Main.html
share/doc/gtkmm/gtk/Gtk::Menu.html
share/doc/gtkmm/gtk/Gtk::MenuBar.html
share/doc/gtkmm/gtk/Gtk::MenuItem.html
share/doc/gtkmm/gtk/Gtk::MenuShell.html
share/doc/gtkmm/gtk/Gtk::Menu_Helpers.html
share/doc/gtkmm/gtk/Gtk::Menu_Helpers::AccelKey.html
share/doc/gtkmm/gtk/Gtk::Menu_Helpers::CheckMenuElem.html
share/doc/gtkmm/gtk/Gtk::Menu_Helpers::Element.html
share/doc/gtkmm/gtk/Gtk::Menu_Helpers::MenuElem.html
share/doc/gtkmm/gtk/Gtk::Menu_Helpers::MenuList.html
share/doc/gtkmm/gtk/Gtk::Menu_Helpers::RadioMenuElem.html
share/doc/gtkmm/gtk/Gtk::Menu_Helpers::SeparatorElem.html
share/doc/gtkmm/gtk/Gtk::Menu_Helpers::TearoffMenuElem.html
share/doc/gtkmm/gtk/Gtk::Misc.html
share/doc/gtkmm/gtk/Gtk::Notebook.html
share/doc/gtkmm/gtk/Gtk::Notebook_Helpers.html
share/doc/gtkmm/gtk/Gtk::Notebook_Helpers::Element.html
share/doc/gtkmm/gtk/Gtk::Notebook_Helpers::MenuElem.html
share/doc/gtkmm/gtk/Gtk::Notebook_Helpers::Page.html
share/doc/gtkmm/gtk/Gtk::Notebook_Helpers::PageList.html
share/doc/gtkmm/gtk/Gtk::Notebook_Helpers::TabElem.html
share/doc/gtkmm/gtk/Gtk::Object.html
share/doc/gtkmm/gtk/Gtk::OptionMenu.html
share/doc/gtkmm/gtk/Gtk::Packer.html
share/doc/gtkmm/gtk/Gtk::Packer_Helpers.html
share/doc/gtkmm/gtk/Gtk::Packer_Helpers::Child.html
share/doc/gtkmm/gtk/Gtk::Packer_Helpers::Element.html
share/doc/gtkmm/gtk/Gtk::Packer_Helpers::PackerList.html
share/doc/gtkmm/gtk/Gtk::Paned.html
share/doc/gtkmm/gtk/Gtk::Pixmap.html
share/doc/gtkmm/gtk/Gtk::Plug.html
share/doc/gtkmm/gtk/Gtk::Preview.html
share/doc/gtkmm/gtk/Gtk::Progress.html
share/doc/gtkmm/gtk/Gtk::ProgressBar.html
share/doc/gtkmm/gtk/Gtk::QuitSig.html
share/doc/gtkmm/gtk/Gtk::RadioButton.html
share/doc/gtkmm/gtk/Gtk::RadioButton_Helpers.html
share/doc/gtkmm/gtk/Gtk::RadioButton_Helpers::Group.html
share/doc/gtkmm/gtk/Gtk::RadioMenuItem.html
share/doc/gtkmm/gtk/Gtk::RadioMenuItem_Helpers.html
share/doc/gtkmm/gtk/Gtk::RadioMenuItem_Helpers::Group.html
share/doc/gtkmm/gtk/Gtk::Range.html
share/doc/gtkmm/gtk/Gtk::Ruler.html
share/doc/gtkmm/gtk/Gtk::SArray.html
share/doc/gtkmm/gtk/Gtk::SArray_Helpers.html
share/doc/gtkmm/gtk/Gtk::SArray_Helpers::SArray.html
share/doc/gtkmm/gtk/Gtk::Scale.html
share/doc/gtkmm/gtk/Gtk::Scrollbar.html
share/doc/gtkmm/gtk/Gtk::ScrolledWindow.html
share/doc/gtkmm/gtk/Gtk::Separator.html
share/doc/gtkmm/gtk/Gtk::Socket.html
share/doc/gtkmm/gtk/Gtk::SpinButton.html
share/doc/gtkmm/gtk/Gtk::Statusbar.html
share/doc/gtkmm/gtk/Gtk::Statusbar_Helpers.html
share/doc/gtkmm/gtk/Gtk::Statusbar_Helpers::Element.html
share/doc/gtkmm/gtk/Gtk::Statusbar_Helpers::Message.html
share/doc/gtkmm/gtk/Gtk::Statusbar_Helpers::MsgList.html
share/doc/gtkmm/gtk/Gtk::Style.html
share/doc/gtkmm/gtk/Gtk::Table.html
share/doc/gtkmm/gtk/Gtk::Table_Helpers.html
share/doc/gtkmm/gtk/Gtk::Table_Helpers::TableList.html
share/doc/gtkmm/gtk/Gtk::TearoffMenuItem.html
share/doc/gtkmm/gtk/Gtk::Text.html
share/doc/gtkmm/gtk/Gtk::Text_Helpers.html
share/doc/gtkmm/gtk/Gtk::Text_Helpers::Context.html
share/doc/gtkmm/gtk/Gtk::TimeoutSig.html
share/doc/gtkmm/gtk/Gtk::TipsQuery.html
share/doc/gtkmm/gtk/Gtk::ToggleButton.html
share/doc/gtkmm/gtk/Gtk::Toolbar.html
share/doc/gtkmm/gtk/Gtk::Toolbar_Helpers.html
share/doc/gtkmm/gtk/Gtk::Toolbar_Helpers::ButtonElem.html
share/doc/gtkmm/gtk/Gtk::Toolbar_Helpers::Element.html
share/doc/gtkmm/gtk/Gtk::Toolbar_Helpers::RadioElem.html
share/doc/gtkmm/gtk/Gtk::Toolbar_Helpers::Space.html
share/doc/gtkmm/gtk/Gtk::Toolbar_Helpers::ToggleElem.html
share/doc/gtkmm/gtk/Gtk::Toolbar_Helpers::Tool.html
share/doc/gtkmm/gtk/Gtk::Toolbar_Helpers::ToolList.html
share/doc/gtkmm/gtk/Gtk::Tooltips.html
share/doc/gtkmm/gtk/Gtk::Tree.html
share/doc/gtkmm/gtk/Gtk::TreeItem.html
share/doc/gtkmm/gtk/Gtk::Tree_Helpers.html
share/doc/gtkmm/gtk/Gtk::Tree_Helpers::ItemList.html
share/doc/gtkmm/gtk/Gtk::Tree_Helpers::SelectionList.html
share/doc/gtkmm/gtk/Gtk::VBox.html
share/doc/gtkmm/gtk/Gtk::VButtonBox.html
share/doc/gtkmm/gtk/Gtk::VPaned.html
share/doc/gtkmm/gtk/Gtk::VRuler.html
share/doc/gtkmm/gtk/Gtk::VScale.html
share/doc/gtkmm/gtk/Gtk::VScrollbar.html
share/doc/gtkmm/gtk/Gtk::VSeparator.html
share/doc/gtkmm/gtk/Gtk::Viewport.html
share/doc/gtkmm/gtk/Gtk::Widget.html
share/doc/gtkmm/gtk/Gtk::Window.html
share/doc/gtkmm/gtk/Gtk::nstring.html
share/doc/gtkmm/gtk/class_index.html
share/doc/gtkmm/gtk/cross_index.html
share/doc/gtkmm/gtk/global.html
share/doc/gtkmm/gtk/name_index.html

View File

@ -1,202 +0,0 @@
@comment $OpenBSD: PLIST-main,v 1.1 2006/11/24 17:25:21 steven Exp $
@pkgpath x11/gtkmm
bin/gtkmm-config
bin/gtkmmconvert
include/gdk--/
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--/
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/
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/
lib/gtkmm/include/
lib/gtkmm/include/gdk--config.h
lib/gtkmm/include/gtk--config.h
lib/gtkmm/proc/
lib/gtkmm/proc/convert.m4
lib/gtkmm/proc/doc1.m4
lib/gtkmm/proc/gtkconvert.m4
lib/gtkmm/proc/gtkmmproc
lib/gtkmm/proc/list.m4
lib/gtkmm/proc/stage1.m4
lib/libgdkmm.a
lib/libgdkmm.la
lib/libgtkmm.a
lib/libgtkmm.la
share/aclocal/gtk--.m4
%%SHARED%%