diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-30 04:05:12 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-30 04:05:12 +0800 |
commit | a3b5135851621cb514e7708d11f9dc82f851ea5c (patch) | |
tree | b2b32cc424aeb8dc4d13263958511bf8ca92bc34 /x11-toolkits | |
parent | 095098375dd5bb1d27d533ffc7dc27305e105c95 (diff) | |
download | marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.gz marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.bz2 marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.lz marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.xz marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.zst marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.zip |
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
176 files changed, 0 insertions, 8682 deletions
diff --git a/x11-toolkits/gauche-gtk/Makefile b/x11-toolkits/gauche-gtk/Makefile deleted file mode 100644 index b2bc8fcee..000000000 --- a/x11-toolkits/gauche-gtk/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: Gauche-gtk -# Date created: 3 November 2002 -# Whom: Kimura Fuyuki <fuyuki@hadaly.org> -# -# $FreeBSD$ -# - -PORTNAME= gauche -PORTVERSION= 0.4.1 -PORTREVISION= 10 -CATEGORIES= x11-toolkits scheme -MASTER_SITES= SF/${PORTNAME}/Gauche-gtk/${PORTVERSION} -PKGNAMESUFFIX= -gtk -DISTNAME= Gauche${PKGNAMESUFFIX}-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= erik@smluc.org -COMMENT= GTK2 binding for Gauche - -BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche -RUN_DEPENDS= ${BUILD_DEPENDS} - -USE_GNOME= gtk20 # this alters CONFIGURE_TARGET! -GNU_CONFIGURE= yes -EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}/gtk -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}/gtk -PLIST_SUB= VERSION="`gauche-config -V`" \ - TARGET="${MACHINE_ARCH}-portbld-freebsd${OSREL}" -CFLAGS+= -fPIC - -.if defined(WITH_GTKGLEXT) -LIB_DEPENDS+= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext -CONFIGURE_ARGS= --enable-gtkgl -PLIST_SUB+= GTKGLEXT="" -.else -PLIST_SUB+= GTKGLEXT="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|n-bytes|x-n-bytes|g' -e 's|text-size|x-text-size|g' \ - ${WRKSRC}/src/gtkentry.stub - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/*.scm ${EXAMPLESDIR} - ${CP} -R ${WRKSRC}/examples/gtk-tutorial ${EXAMPLESDIR} -.if defined(WITH_GTKGLEXT) - ${CP} -R ${WRKSRC}/examples/gtkglext ${EXAMPLESDIR} -.endif - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/gauche-gtk/distinfo b/x11-toolkits/gauche-gtk/distinfo deleted file mode 100644 index 1958a0554..000000000 --- a/x11-toolkits/gauche-gtk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Gauche-gtk-0.4.1.tgz) = 18356efab446b9524be8371a3b852a6a -SHA256 (Gauche-gtk-0.4.1.tgz) = 5f600214b04ce4090ca6aa63f9344a0c6ec9a2462e4106b53a7a44514d4a73db -SIZE (Gauche-gtk-0.4.1.tgz) = 324945 diff --git a/x11-toolkits/gauche-gtk/files/patch-src_gtktexttag.stub b/x11-toolkits/gauche-gtk/files/patch-src_gtktexttag.stub deleted file mode 100644 index 03d0ba0d4..000000000 --- a/x11-toolkits/gauche-gtk/files/patch-src_gtktexttag.stub +++ /dev/null @@ -1,29 +0,0 @@ ---- src/gtktexttag.stub.orig 2004-06-26 23:59:48.000000000 -0400 -+++ src/gtktexttag.stub 2007-10-24 15:07:15.000000000 -0400 -@@ -35,8 +35,6 @@ - (editable-set :type <uint>) - (language-set :type <uint>) - (pad1 :type <uint>) -- (pad2 :type <uint>) -- (pad3 :type <uint>) - ) - (allocator (c "Scm_GtkObjectAllocate")) - ) -@@ -85,8 +83,6 @@ - (is-text :type <uint>) - (pad1 :type <uint>) - (pad2 :type <uint>) -- (pad3 :type <uint>) -- (pad4 :type <uint>) - ) - (allocator "return Scm_MakeGtkTextAppearance(NULL);") - ) -@@ -128,8 +124,6 @@ - (realized :type <uint>) - (pad1 :type <uint>) - (pad2 :type <uint>) -- (pad3 :type <uint>) -- (pad4 :type <uint>) - ) - (allocator "return Scm_MakeGtkTextAttributes(NULL);") - ) diff --git a/x11-toolkits/gauche-gtk/files/patch-src_gtktoolbar.stub b/x11-toolkits/gauche-gtk/files/patch-src_gtktoolbar.stub deleted file mode 100644 index 2ccba5efa..000000000 --- a/x11-toolkits/gauche-gtk/files/patch-src_gtktoolbar.stub +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gtktoolbar.stub.orig Sat Dec 10 22:36:08 2005 -+++ src/gtktoolbar.stub Sat Dec 10 22:36:31 2005 -@@ -51,8 +51,6 @@ - (tooltips :type <gtk-tooltips>) - (button-maxw :type <int>) - (button-maxh :type <int>) -- (style-set-connection :type <uint>) -- (icon-size-connection :type <uint>) - (style-set :type <uint>) - (icon-size-set :type <uint>) - ) diff --git a/x11-toolkits/gauche-gtk/pkg-descr b/x11-toolkits/gauche-gtk/pkg-descr deleted file mode 100644 index ea8a3724c..000000000 --- a/x11-toolkits/gauche-gtk/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a Gauche extension module to use GTK. - -WWW: http://www.shiro.dreamhost.com/scheme/gauche/index.html diff --git a/x11-toolkits/gauche-gtk/pkg-plist b/x11-toolkits/gauche-gtk/pkg-plist deleted file mode 100644 index 522e2eb04..000000000 --- a/x11-toolkits/gauche-gtk/pkg-plist +++ /dev/null @@ -1,51 +0,0 @@ -lib/gauche/%%VERSION%%/%%TARGET%%/gauche-gtk.so -%%GTKGLEXT%%lib/gauche/%%VERSION%%/%%TARGET%%/gauche-gtkgl.so -share/gauche/%%VERSION%%/lib/gtk.scm -share/gauche/%%VERSION%%/lib/gtk/error-dialog.scm -share/gauche/%%VERSION%%/lib/gtk/gdkkeysyms.scm -share/gauche/%%VERSION%%/lib/gtk/gtkaux.scm -share/gauche/%%VERSION%%/lib/.packages/Gauche-gtk.gpd -%%GTKGLEXT%%share/gauche/%%VERSION%%/lib/gtk/gtkgl.scm -share/gauche/%%VERSION%%/lib/gtk/listener.scm -@dirrm share/gauche/%%VERSION%%/lib/gtk -%%PORTDOCS%%%%EXAMPLESDIR%%/error-dialog.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gdk-animation.scm -%%PORTDOCS%%%%GTKGLEXT%%%%EXAMPLESDIR%%/gtkglext/README -%%PORTDOCS%%%%GTKGLEXT%%%%EXAMPLESDIR%%/gtkglext/font.scm -%%PORTDOCS%%%%GTKGLEXT%%%%EXAMPLESDIR%%/gtkglext/gears.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/COPYING -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/README -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/arrow.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/aspectframe.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/base.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/buttonbox.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/buttons.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/entry.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/eventbox.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/filesel.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/fixed.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/frame.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/helloworld.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/helloworld2.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/info.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/label.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/list.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/menu.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/notebook.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/packbox.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/paned.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/pixmap.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/progressbar.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/radiobuttons.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/rangewidgets.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/scrolledwin.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/spinbutton.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/statusbar.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/table.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/wheelbarrow.scm -%%PORTDOCS%%%%EXAMPLESDIR%%/listener.scm -%%PORTDOCS%%%%GTKGLEXT%%@dirrm %%EXAMPLESDIR%%/gtkglext -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/gtk-tutorial -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile deleted file mode 100644 index 5cecfa1de..000000000 --- a/x11-toolkits/gdl/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: gdl -# Date created: 24 July 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/gdl/Makefile,v 1.30 2009/10/19 19:07:03 kwm Exp $ -# - -PORTNAME= gdl -PORTVERSION= 2.28.2 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Components intended to be shared between GNOME development tools - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gtk20 -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/x11-toolkits/gdl/distinfo b/x11-toolkits/gdl/distinfo deleted file mode 100644 index 19f7a4702..000000000 --- a/x11-toolkits/gdl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gdl-2.28.2.tar.bz2) = 8070b7effb3ca80e7f4f0c90924f6718 -SHA256 (gdl-2.28.2.tar.bz2) = c389c4fa623ce00b5a6da1103f4f4a913e4641e9787d13ba37854f17b9efdcf7 -SIZE (gdl-2.28.2.tar.bz2) = 543823 diff --git a/x11-toolkits/gdl/pkg-descr b/x11-toolkits/gdl/pkg-descr deleted file mode 100644 index 1aca67859..000000000 --- a/x11-toolkits/gdl/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Gnome Devtool Libraries -======================= - -This package contains components and libraries that are intended to be -shared between Scaffold, the new GNOME 2 development system. - -The current pieces of GDL include: - - - A code-editing bonobo component based on GtkSourceView - - - An utility library that also contains the stubs and skels for - the above components (gdl). - -WWW: http://www.gnome.org/ diff --git a/x11-toolkits/gdl/pkg-plist b/x11-toolkits/gdl/pkg-plist deleted file mode 100644 index 7e4dc41fa..000000000 --- a/x11-toolkits/gdl/pkg-plist +++ /dev/null @@ -1,129 +0,0 @@ -include/libgdl-1.0/gdl/gdl-dock-bar.h -include/libgdl-1.0/gdl/gdl-dock-item.h -include/libgdl-1.0/gdl/gdl-dock-item-grip.h -include/libgdl-1.0/gdl/gdl-dock-layout.h -include/libgdl-1.0/gdl/gdl-dock-master.h -include/libgdl-1.0/gdl/gdl-dock-object.h -include/libgdl-1.0/gdl/gdl-dock-placeholder.h -include/libgdl-1.0/gdl/gdl-dock.h -include/libgdl-1.0/gdl/gdl-tools.h -include/libgdl-1.0/gdl/gdl.h -include/libgdl-1.0/gdl/libgdltypebuiltins.h -lib/libgdl-1.la -lib/libgdl-1.so -lib/libgdl-1.so.3 -libdata/pkgconfig/gdl-1.0.pc -%%DOCSDIR%%/GdlDock.html -%%DOCSDIR%%/GdlDockBar.html -%%DOCSDIR%%/GdlDockItem.html -%%DOCSDIR%%/GdlDockLayout.html -%%DOCSDIR%%/GdlDockMaster.html -%%DOCSDIR%%/GdlDockObject.html -%%DOCSDIR%%/GdlDockPlaceholder.html -%%DOCSDIR%%/gdl-gdl-tools.html -%%DOCSDIR%%/gdl-main.html -%%DOCSDIR%%/gdl.devhelp -%%DOCSDIR%%/gdl.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/gdl/ui/layout.ui -share/locale/am/LC_MESSAGES/gdl-1.mo -share/locale/ar/LC_MESSAGES/gdl-1.mo -share/locale/ast/LC_MESSAGES/gdl-1.mo -share/locale/az/LC_MESSAGES/gdl-1.mo -share/locale/be/LC_MESSAGES/gdl-1.mo -share/locale/bg/LC_MESSAGES/gdl-1.mo -share/locale/ca/LC_MESSAGES/gdl-1.mo -share/locale/ca@valencia/LC_MESSAGES/gdl-1.mo -share/locale/cs/LC_MESSAGES/gdl-1.mo -share/locale/da/LC_MESSAGES/gdl-1.mo -share/locale/de/LC_MESSAGES/gdl-1.mo -share/locale/dz/LC_MESSAGES/gdl-1.mo -share/locale/el/LC_MESSAGES/gdl-1.mo -share/locale/en_CA/LC_MESSAGES/gdl-1.mo -share/locale/en_GB/LC_MESSAGES/gdl-1.mo -share/locale/es/LC_MESSAGES/gdl-1.mo -share/locale/et/LC_MESSAGES/gdl-1.mo -share/locale/eu/LC_MESSAGES/gdl-1.mo -share/locale/fi/LC_MESSAGES/gdl-1.mo -share/locale/fr/LC_MESSAGES/gdl-1.mo -share/locale/ga/LC_MESSAGES/gdl-1.mo -share/locale/gl/LC_MESSAGES/gdl-1.mo -share/locale/gu/LC_MESSAGES/gdl-1.mo -share/locale/he/LC_MESSAGES/gdl-1.mo -share/locale/hi/LC_MESSAGES/gdl-1.mo -share/locale/hr/LC_MESSAGES/gdl-1.mo -share/locale/hu/LC_MESSAGES/gdl-1.mo -share/locale/it/LC_MESSAGES/gdl-1.mo -share/locale/ja/LC_MESSAGES/gdl-1.mo -share/locale/ko/LC_MESSAGES/gdl-1.mo -share/locale/lt/LC_MESSAGES/gdl-1.mo -share/locale/lv/LC_MESSAGES/gdl-1.mo -share/locale/mai/LC_MESSAGES/gdl-1.mo -share/locale/mk/LC_MESSAGES/gdl-1.mo -share/locale/ml/LC_MESSAGES/gdl-1.mo -share/locale/mr/LC_MESSAGES/gdl-1.mo -share/locale/nb/LC_MESSAGES/gdl-1.mo -share/locale/ne/LC_MESSAGES/gdl-1.mo -share/locale/nl/LC_MESSAGES/gdl-1.mo -share/locale/oc/LC_MESSAGES/gdl-1.mo -share/locale/or/LC_MESSAGES/gdl-1.mo -share/locale/pa/LC_MESSAGES/gdl-1.mo -share/locale/pl/LC_MESSAGES/gdl-1.mo -share/locale/ps/LC_MESSAGES/gdl-1.mo -share/locale/pt/LC_MESSAGES/gdl-1.mo -share/locale/pt_BR/LC_MESSAGES/gdl-1.mo -share/locale/ro/LC_MESSAGES/gdl-1.mo -share/locale/ru/LC_MESSAGES/gdl-1.mo -share/locale/rw/LC_MESSAGES/gdl-1.mo -share/locale/si/LC_MESSAGES/gdl-1.mo -share/locale/sk/LC_MESSAGES/gdl-1.mo -share/locale/sl/LC_MESSAGES/gdl-1.mo -share/locale/sq/LC_MESSAGES/gdl-1.mo -share/locale/sr/LC_MESSAGES/gdl-1.mo -share/locale/sr@latin/LC_MESSAGES/gdl-1.mo -share/locale/sv/LC_MESSAGES/gdl-1.mo -share/locale/te/LC_MESSAGES/gdl-1.mo -share/locale/th/LC_MESSAGES/gdl-1.mo -share/locale/tr/LC_MESSAGES/gdl-1.mo -share/locale/uk/LC_MESSAGES/gdl-1.mo -share/locale/vi/LC_MESSAGES/gdl-1.mo -share/locale/zh_CN/LC_MESSAGES/gdl-1.mo -share/locale/zh_HK/LC_MESSAGES/gdl-1.mo -share/locale/zh_TW/LC_MESSAGES/gdl-1.mo -@dirrm share/gdl/ui -@dirrm share/gdl -@dirrm %%DOCSDIR%% -@dirrm include/libgdl-1.0/gdl -@dirrm include/libgdl-1.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast diff --git a/x11-toolkits/gir-repository-gtk20/Makefile b/x11-toolkits/gir-repository-gtk20/Makefile deleted file mode 100644 index d5f2fdffc..000000000 --- a/x11-toolkits/gir-repository-gtk20/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: gir-repository-gtk20 -# Date created: 07 September 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -CATEGORIES= x11-toolkits - -MASTERDIR= ${.CURDIR}/../../devel/gir-repository - -PKGNAMESUFFIX= -gtk20 - -.include "${MASTERDIR}/bsd.gir.mk" diff --git a/x11-toolkits/gir-repository-gtksourceview2/Makefile b/x11-toolkits/gir-repository-gtksourceview2/Makefile deleted file mode 100644 index 3b1e9c827..000000000 --- a/x11-toolkits/gir-repository-gtksourceview2/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: gir-repository-gtksourceview2 -# Date created: 12 September 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -CATEGORIES= x11-toolkits - -MASTERDIR= ${.CURDIR}/../../devel/gir-repository - -PKGNAMESUFFIX= -gtksourceview2 - -.include "${MASTERDIR}/bsd.gir.mk" diff --git a/x11-toolkits/gir-repository-libwnck/Makefile b/x11-toolkits/gir-repository-libwnck/Makefile deleted file mode 100644 index c283c2d87..000000000 --- a/x11-toolkits/gir-repository-libwnck/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: gir-repository-libwnck -# Date created: 12 September 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -CATEGORIES= x11-toolkits - -MASTERDIR= ${.CURDIR}/../../devel/gir-repository - -PKGNAMESUFFIX= -libwnck - -.include "${MASTERDIR}/bsd.gir.mk" diff --git a/x11-toolkits/gir-repository-pango/Makefile b/x11-toolkits/gir-repository-pango/Makefile deleted file mode 100644 index cbe95204b..000000000 --- a/x11-toolkits/gir-repository-pango/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: gir-repository-pango -# Date created: 07 September 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -CATEGORIES= x11-toolkits - -MASTERDIR= ${.CURDIR}/../../devel/gir-repository - -PKGNAMESUFFIX= -pango - -.include "${MASTERDIR}/bsd.gir.mk" diff --git a/x11-toolkits/gir-repository-vte/Makefile b/x11-toolkits/gir-repository-vte/Makefile deleted file mode 100644 index b75a00e96..000000000 --- a/x11-toolkits/gir-repository-vte/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: gir-repository-vte -# Date created: 12 September 2009 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -CATEGORIES= x11-toolkits - -MASTERDIR= ${.CURDIR}/../../devel/gir-repository - -PKGNAMESUFFIX= -vte - -.include "${MASTERDIR}/bsd.gir.mk" diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile deleted file mode 100644 index 4270cbb27..000000000 --- a/x11-toolkits/gtk20/Makefile +++ /dev/null @@ -1,103 +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.173 2009/10/06 01:21:34 avl Exp $ -# - -PORTNAME= gtk -PORTVERSION= 2.18.3 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \ - ftp://ftp.gtk.org/pub/gtk/%SUBDIR%/ \ - 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/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= gtk+-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gimp Toolkit for X11 GUI (current stable version) - -USE_BZIP2= yes -LATEST_LINK= gtk20 - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.10:${PORTSDIR}/graphics/jpeg \ - jasper.4:${PORTSDIR}/graphics/jasper -RUN_DEPENDS+= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ - ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme - -USE_GMAKE= yes -USE_PERL5= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack atk pango ltverhack -USE_GETTEXT= yes -USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ - xcomposite -CONFIGURE_ARGS= --enable-static --with-xinput=yes --with-libjasper -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ - -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -GTK_VERSION= 2.10.0 -PLIST_SUB= GTK_VERSION="${GTK_VERSION}" - -gdk_pixbuf_MAN= gdk-pixbuf-query-loaders.1 -gtk_MAN= gtk-query-immodules-2.0.1 gtk-update-icon-cache.1 - -MAN1= ${gdk_pixbuf_MAN} ${gtk_MAN} - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug=yes -.endif - -.include <bsd.port.pre.mk> - -.if (defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so)) && \ - !defined(WITHOUT_CUPS) -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client -CONFIGURE_ARGS+=--enable-cups=auto -PLIST_SUB+= CUPS:="" -.else -CONFIGURE_ARGS+=--disable-cups -PLIST_SUB+= CUPS:="@comment " -.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 -# 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 - @${REINPLACE_CMD} -e 's|@LN_S@|${LN} -sf|' ${WRKSRC}/gtk/Makefile.in - @${REINPLACE_CMD} -e 's|file,cups|file,cups,lpr|' \ - ${WRKSRC}/gtk/Makefile.in - -pre-build: - @${RM} -rf ${WRKSRC}/docs/gtk.info* - -post-install: - -@${FIND} ${LOCALBASE}/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 - ${INSTALL_MAN} ${gdk_pixbuf_MAN:S|^|${WRKSRC}/docs/reference/gdk-pixbuf/|} \ - ${PREFIX}/man/man1 - ${INSTALL_MAN} ${gtk_MAN:S|^|${WRKSRC}/docs/reference/gtk/|} \ - ${PREFIX}/man/man1 - -.include <bsd.port.post.mk> - -.endif diff --git a/x11-toolkits/gtk20/distinfo b/x11-toolkits/gtk20/distinfo deleted file mode 100644 index d4f7d977d..000000000 --- a/x11-toolkits/gtk20/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gtk+-2.18.3.tar.bz2) = 369e173600efc272131b53b1902679e8 -SHA256 (gnome2/gtk+-2.18.3.tar.bz2) = 1c0665fe560a560851e8b3c9a6501d416c4b54abfb6fa07549d703a04ea768bf -SIZE (gnome2/gtk+-2.18.3.tar.bz2) = 19069010 diff --git a/x11-toolkits/gtk20/files/patch-Makefile.in b/x11-toolkits/gtk20/files/patch-Makefile.in deleted file mode 100644 index 307fd6fc2..000000000 --- a/x11-toolkits/gtk20/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/gtk20/files/patch-ah b/x11-toolkits/gtk20/files/patch-ah deleted file mode 100644 index 416fbb3f0..000000000 --- a/x11-toolkits/gtk20/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/Makefile.in.orig 2009-09-05 11:12:17.000000000 +0200 -+++ docs/Makefile.in 2009-09-05 11:16:52.000000000 +0200 -@@ -228,7 +228,7 @@ LTLIBOBJS = @LTLIBOBJS@ - LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@ - LT_VERSION_INFO = @LT_VERSION_INFO@ - MAINT = @MAINT@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = @MAKEINFO@ --no-split - MKDIR_P = @MKDIR_P@ - MKINSTALLDIRS = @MKINSTALLDIRS@ - MSGFMT = @MSGFMT@ diff --git a/x11-toolkits/gtk20/files/patch-ai b/x11-toolkits/gtk20/files/patch-ai deleted file mode 100644 index 0a4e1022f..000000000 --- a/x11-toolkits/gtk20/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/Makefile.in.orig 2009-09-05 11:17:44.000000000 +0200 -+++ docs/reference/Makefile.in 2009-09-05 11:18:15.000000000 +0200 -@@ -359,7 +359,7 @@ XVFB_START = \ - || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \ - && DISPLAY=:$$XID && export DISPLAY - --SUBDIRS = gdk-pixbuf gdk gtk libgail-util -+SUBDIRS = #gdk-pixbuf gdk gtk libgail-util - GITIGNOREFILES = */*.1 - all: all-recursive - diff --git a/x11-toolkits/gtk20/files/patch-ak b/x11-toolkits/gtk20/files/patch-ak deleted file mode 100644 index 7f8e0eb0c..000000000 --- a/x11-toolkits/gtk20/files/patch-ak +++ /dev/null @@ -1,11 +0,0 @@ ---- 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/gtk20/files/patch-gdk-pixbuf_Makefile.in b/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in deleted file mode 100644 index 04ce78984..000000000 --- a/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- gdk-pixbuf/Makefile.in.orig 2009-09-05 11:19:07.000000000 +0200 -+++ gdk-pixbuf/Makefile.in 2009-09-05 11:20:19.000000000 +0200 -@@ -1322,9 +1322,9 @@ AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(loade - LDADDS = libgdk_pixbuf-$(GTK_API_VERSION).la $(GDK_PIXBUF_DEP_LIBS) - test_gdk_pixbuf_LDADD = $(LDADDS) - 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/gtk20/files/patch-gdk-pixbuf_io-jpeg.c b/x11-toolkits/gtk20/files/patch-gdk-pixbuf_io-jpeg.c deleted file mode 100644 index 1701b054b..000000000 --- a/x11-toolkits/gtk20/files/patch-gdk-pixbuf_io-jpeg.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gdk-pixbuf/io-jpeg.c.orig 2009-07-30 00:54:14.000000000 -0400 -+++ gdk-pixbuf/io-jpeg.c 2009-07-30 00:54:27.000000000 -0400 -@@ -922,7 +922,7 @@ gdk_pixbuf__jpeg_image_load_increment (g - } - } - -- for (cinfo->scale_denom = 2; cinfo->scale_denom <= 8; cinfo->scale_denom *= 2) { -+ for (cinfo->scale_denom = 2; cinfo->scale_denom <= 16; cinfo->scale_denom *= 2) { - jpeg_calc_output_dimensions (cinfo); - if (cinfo->output_width < width || cinfo->output_height < height) { - cinfo->scale_denom /= 2; diff --git a/x11-toolkits/gtk20/files/patch-gtk_Makefile.in b/x11-toolkits/gtk20/files/patch-gtk_Makefile.in deleted file mode 100644 index 8037cf952..000000000 --- a/x11-toolkits/gtk20/files/patch-gtk_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- gtk/Makefile.in.orig 2009-09-05 11:21:40.000000000 +0200 -+++ gtk/Makefile.in 2009-09-05 11:22:57.000000000 +0200 -@@ -1310,9 +1310,9 @@ LDADDS = \ - - bin_SCRIPTS = gtk-builder-convert - 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_LDADD = $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la -+gtk_update_icon_cache_LDADD = $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la $(GLIB_LIBS) - gtk_update_icon_cache_SOURCES = \ - updateiconcache.c - diff --git a/x11-toolkits/gtk20/files/patch-gtk_gtksignal.h b/x11-toolkits/gtk20/files/patch-gtk_gtksignal.h deleted file mode 100644 index c687dec40..000000000 --- a/x11-toolkits/gtk20/files/patch-gtk_gtksignal.h +++ /dev/null @@ -1,13 +0,0 @@ ---- gtk/gtksignal.h.orig 2008-06-12 01:40:59.000000000 -0400 -+++ gtk/gtksignal.h 2008-06-11 18:21:47.000000000 -0400 -@@ -29,7 +29,9 @@ - #ifndef __GTK_SIGNAL_H__ - #define __GTK_SIGNAL_H__ - --#include <gtk/gtk.h> -+#include <gtk/gtkenums.h> -+#include <gtk/gtktypeutils.h> -+#include <gtk/gtkobject.h> - #include <gtk/gtkmarshal.h> - - G_BEGIN_DECLS diff --git a/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c b/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c deleted file mode 100644 index 206257551..000000000 --- a/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gtk/updateiconcache.c.orig 2009-05-11 18:05:35.000000000 +0200 -+++ gtk/updateiconcache.c 2009-05-30 12:03:39.000000000 +0200 -@@ -1505,7 +1505,7 @@ opentmp: - if (!validate_file (tmp_cache_path)) - { - g_printerr (_("The generated cache was invalid.\n")); -- /*g_unlink (tmp_cache_path);*/ -+ g_unlink (tmp_cache_path); - exit (1); - } - diff --git a/x11-toolkits/gtk20/pkg-descr b/x11-toolkits/gtk20/pkg-descr deleted file mode 100644 index 8cee4afc7..000000000 --- a/x11-toolkits/gtk20/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/gtk20/pkg-plist b/x11-toolkits/gtk20/pkg-plist deleted file mode 100644 index d65ae42f6..000000000 --- a/x11-toolkits/gtk20/pkg-plist +++ /dev/null @@ -1,752 +0,0 @@ -bin/gdk-pixbuf-csource -bin/gdk-pixbuf-query-loaders -bin/gtk-builder-convert -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 -etc/gtk-2.0/im-multipress.conf -include/gail-1.0/gail/gailwidget.h -include/gail-1.0/libgail-util/gail-util.h -include/gail-1.0/libgail-util/gailmisc.h -include/gail-1.0/libgail-util/gailtextutil.h -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/gdkapplaunchcontext.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/gdktestutils.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/gtkactivatable.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/gtkassistant.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/gtkbuildable.h -include/gtk-2.0/gtk/gtkbuilder.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/gtkcellrendereraccel.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/gtkcellrendererspin.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/gtkentrybuffer.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/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/gtkhsv.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/gtkinfobar.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/gtklinkbutton.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/gtkmountoperation.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/gtkorientable.h -include/gtk-2.0/gtk/gtkpagesetup.h -include/gtk-2.0/gtk/gtkpaned.h -include/gtk-2.0/gtk/gtkpapersize.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/gtkprintcontext.h -include/gtk-2.0/gtk/gtkprintoperation.h -include/gtk-2.0/gtk/gtkprintoperationpreview.h -include/gtk-2.0/gtk/gtkprintsettings.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/gtkrecentaction.h -include/gtk-2.0/gtk/gtkrecentchooser.h -include/gtk-2.0/gtk/gtkrecentchooserdialog.h -include/gtk-2.0/gtk/gtkrecentchoosermenu.h -include/gtk-2.0/gtk/gtkrecentchooserwidget.h -include/gtk-2.0/gtk/gtkrecentfilter.h -include/gtk-2.0/gtk/gtkrecentmanager.h -include/gtk-2.0/gtk/gtkruler.h -include/gtk-2.0/gtk/gtkscale.h -include/gtk-2.0/gtk/gtkscalebutton.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/gtkshow.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/gtkstatusicon.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/gtktestutils.h -include/gtk-2.0/gtk/gtktext.h -include/gtk-2.0/gtk/gtktextbuffer.h -include/gtk-2.0/gtk/gtktextbufferrichtext.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/gtktoolshell.h -include/gtk-2.0/gtk/gtktooltip.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/gtkvolumebutton.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 -include/gtk-unix-print-2.0/gtk/gtkpagesetupunixdialog.h -include/gtk-unix-print-2.0/gtk/gtkprinter.h -include/gtk-unix-print-2.0/gtk/gtkprintjob.h -include/gtk-unix-print-2.0/gtk/gtkprintunixdialog.h -include/gtk-unix-print-2.0/gtk/gtkunixprint.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-multipress.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-multipress.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-multipress.so -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-thai.a -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-thai.la -lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-thai.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-icns.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-icns.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-icns.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-jasper.a -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-jasper.la -lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-jasper.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 -%%CUPS:%%lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-cups.a -%%CUPS:%%lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-cups.la -%%CUPS:%%lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-cups.so -lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-file.a -lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-file.la -lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-file.so -lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-lpr.a -lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-lpr.la -lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-lpr.so -lib/gtk-2.0/modules/libferret.a -lib/gtk-2.0/modules/libferret.la -lib/gtk-2.0/modules/libferret.so -lib/gtk-2.0/modules/libgail.a -lib/gtk-2.0/modules/libgail.la -lib/gtk-2.0/modules/libgail.so -lib/libgailutil.a -lib/libgailutil.la -lib/libgailutil.so -lib/libgailutil.so.18 -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/gail.pc -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+-unix-print-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/assistant.c -share/gtk-2.0/demo/background.jpg -share/gtk-2.0/demo/builder.c -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/demo.ui -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_buffer.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/infobar.c -share/gtk-2.0/demo/list_store.c -share/gtk-2.0/demo/links.c -share/gtk-2.0/demo/menus.c -share/gtk-2.0/demo/offscreen_window.c -share/gtk-2.0/demo/offscreen_window2.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/printing.c -share/gtk-2.0/demo/rotated_text.c -share/gtk-2.0/demo/search_entry.c -share/gtk-2.0/demo/sizegroup.c -share/gtk-2.0/demo/stock_browser.c -share/gtk-2.0/demo/textscroll.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/ang/LC_MESSAGES/gtk20-properties.mo -share/locale/ang/LC_MESSAGES/gtk20.mo -share/locale/ar/LC_MESSAGES/gtk20-properties.mo -share/locale/ar/LC_MESSAGES/gtk20.mo -share/locale/as/LC_MESSAGES/gtk20-properties.mo -share/locale/as/LC_MESSAGES/gtk20.mo -share/locale/ast/LC_MESSAGES/gtk20-properties.mo -share/locale/ast/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/be@latin/LC_MESSAGES/gtk20-properties.mo -share/locale/be@latin/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/bn_IN/LC_MESSAGES/gtk20-properties.mo -share/locale/bn_IN/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/ca@valencia/LC_MESSAGES/gtk20-properties.mo -share/locale/ca@valencia/LC_MESSAGES/gtk20.mo -share/locale/crh/LC_MESSAGES/gtk20-properties.mo -share/locale/crh/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/dz/LC_MESSAGES/gtk20-properties.mo -share/locale/dz/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/eo/LC_MESSAGES/gtk20-properties.mo -share/locale/eo/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/io/LC_MESSAGES/gtk20-properties.mo -share/locale/io/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/ka/LC_MESSAGES/gtk20-properties.mo -share/locale/ka/LC_MESSAGES/gtk20.mo -share/locale/kn/LC_MESSAGES/gtk20-properties.mo -share/locale/kn/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/mai/LC_MESSAGES/gtk20-properties.mo -share/locale/mai/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/nso/LC_MESSAGES/gtk20-properties.mo -share/locale/nso/LC_MESSAGES/gtk20.mo -share/locale/oc/LC_MESSAGES/gtk20-properties.mo -share/locale/oc/LC_MESSAGES/gtk20.mo -share/locale/or/LC_MESSAGES/gtk20-properties.mo -share/locale/or/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/ps/LC_MESSAGES/gtk20-properties.mo -share/locale/ps/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/si/LC_MESSAGES/gtk20-properties.mo -share/locale/si/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@ije/LC_MESSAGES/gtk20-properties.mo -share/locale/sr@ije/LC_MESSAGES/gtk20.mo -share/locale/sr@latin/LC_MESSAGES/gtk20-properties.mo -share/locale/sr@latin/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/tt/LC_MESSAGES/gtk20-properties.mo -share/locale/tt/LC_MESSAGES/gtk20.mo -share/locale/uk/LC_MESSAGES/gtk20-properties.mo -share/locale/uk/LC_MESSAGES/gtk20.mo -share/locale/ur/LC_MESSAGES/gtk20-properties.mo -share/locale/ur/LC_MESSAGES/gtk20.mo -share/locale/uz/LC_MESSAGES/gtk20-properties.mo -share/locale/uz/LC_MESSAGES/gtk20.mo -share/locale/uz@cyrillic/LC_MESSAGES/gtk20-properties.mo -share/locale/uz@cyrillic/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 %%LOCALBASE%%/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 %%LOCALBASE%%/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-unix-print-2.0/gtk -@dirrm include/gtk-unix-print-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 include/gail-1.0/libgail-util -@dirrm include/gail-1.0/gail -@dirrm include/gail-1.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 -@dirrmtry share/themes/Default -@dirrmtry share/themes -@dirrmtry lib/gtk-2.0/modules -@dirrmtry lib/gtk-2.0/%%GTK_VERSION%%/printbackends -@dirrmtry lib/gtk-2.0/%%GTK_VERSION%%/modules -@dirrmtry lib/gtk-2.0/%%GTK_VERSION%%/loaders -@dirrmtry lib/gtk-2.0/%%GTK_VERSION%%/immodules -@dirrmtry lib/gtk-2.0/%%GTK_VERSION%%/engines -@dirrmtry lib/gtk-2.0/%%GTK_VERSION%% -@dirrmtry lib/gtk-2.0 -@exec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true -@exec %D/bin/gtk-query-immodules-2.0 > /dev/null 2>&1 && %D/bin/gtk-query-immodules-2.0 > %D/etc/gtk-2.0/gtk.immodules 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/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/ur/LC_MESSAGES -@dirrmtry share/locale/ur -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@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/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/io/LC_MESSAGES -@dirrmtry share/locale/io -@dirrmtry share/locale/ia/LC_MESSAGES -@dirrmtry share/locale/ia -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/az_IR/LC_MESSAGES -@dirrmtry share/locale/az_IR -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/ang/LC_MESSAGES -@dirrmtry share/locale/ang diff --git a/x11-toolkits/gtkada-gcc/Makefile b/x11-toolkits/gtkada-gcc/Makefile deleted file mode 100644 index 4db485355..000000000 --- a/x11-toolkits/gtkada-gcc/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: gtkada-gcc -# Date Created: 24 Dec 2006 -# Whom: Petr Holub <hopet@ics.muni.cz> -# -# $FreeBSD$ -# - -PORTNAME= gtkada -PORTVERSION= 2.8.1 -PORTREVISION= 5 -CATEGORIES= x11-toolkits -MASTER_SITES= SF/gnuada/GNAT_GCC%20Source/4.1.1%20R6 -PKGNAMESUFFIX= -gcc -DISTNAME= gnat-gcc-gtkada-4.1.1_2.8.1-r6.src -EXTRACT_SUFX= .rpm - -MAINTAINER= hopet@ics.muni.cz -COMMENT= Gtk2 binding for lang/gnat-gcc41 port of GNAT Ada compiler - -BUILD_DEPENDS= ${LOCALBASE}/bin/gcc41/gcc41:${PORTSDIR}/lang/gnat-gcc41 - -EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio - -WRKSRC= ${WRKDIR}/GtkAda-2_8_1 - -CONFLICTS= gtkada-[0-9]* \ - gtkada-devel-[0-9]* - -CC= ${LOCALBASE}/bin/gcc41/gcc41 -CONFIGURE_ENV+= PATH=${LOCALBASE}/bin/gcc41:${PATH} CC=${CC} -MAKE_ENV+= PATH=${LOCALBASE}/bin/gcc41:${PATH} -CONFIGURE_ARGS= --with-GL=GL - -USE_GL= gl glu -USE_GNOME= gnomehack gtk20 libglade2 -USE_GMAKE= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes - -#EXAMPLESDIR= ${DATADIR}/examples - -do-extract: - if [ ! -d ${WRKDIR} ]; then \ - ${MKDIR} ${WRKDIR}; \ - fi - ( cd ${WRKDIR} && \ - rpm2cpio.pl <${DISTDIR}/gnat-gcc-gtkada-4.1.1_2.8.1-r6.src.rpm | ${CPIO} -i GtkAda-2_8_1.tar.bz2 && \ - tar jxf GtkAda-2_8_1.tar.bz2 ) - -post-patch: - @${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|' ${WRKSRC}/projects/Makefile - @${REINPLACE_CMD} -e 's|n_bytes|x_n_bytes|g' -e 's|text_size|x_text_size|g' \ - ${WRKSRC}/src/gtkextra/gtkitementry.c - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtkada-gcc/distinfo b/x11-toolkits/gtkada-gcc/distinfo deleted file mode 100644 index e3ac2aef2..000000000 --- a/x11-toolkits/gtkada-gcc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnat-gcc-gtkada-4.1.1_2.8.1-r6.src.rpm) = f36752403c0d80bae76e4809cfd49da0 -SHA256 (gnat-gcc-gtkada-4.1.1_2.8.1-r6.src.rpm) = ab51eab988838e7e5ecc554c3d3fbf63d89cf65e051454e34969858911d2235d -SIZE (gnat-gcc-gtkada-4.1.1_2.8.1-r6.src.rpm) = 3714530 diff --git a/x11-toolkits/gtkada-gcc/pkg-descr b/x11-toolkits/gtkada-gcc/pkg-descr deleted file mode 100644 index cfcb44b3d..000000000 --- a/x11-toolkits/gtkada-gcc/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -GtkAda is an Ada95 graphical toolkit based on Gtk+, providing the complete set -of Gtk+ widgets using the Object-Oriented features of this language. - -This version of GtkAda is designed to be used with lang/gnat-gcc41. - -WWW: https://libre2.adacore.com/GtkAda/ -WWW: http://gnuada.sourceforge.net/ diff --git a/x11-toolkits/gtkada-gcc/pkg-plist b/x11-toolkits/gtkada-gcc/pkg-plist deleted file mode 100644 index 114d6734e..000000000 --- a/x11-toolkits/gtkada-gcc/pkg-plist +++ /dev/null @@ -1,996 +0,0 @@ -bin/gate -bin/gate-in.exe -bin/gdialog -bin/generate.pl -bin/gtkada-config -include/gtkada/gdk-bitmap.adb -include/gtkada/gdk-bitmap.ads -include/gtkada/gdk-color.adb -include/gtkada/gdk-color.ads -include/gtkada/gdk-cursor.adb -include/gtkada/gdk-cursor.ads -include/gtkada/gdk-dnd.adb -include/gtkada/gdk-dnd.ads -include/gtkada/gdk-drawable.adb -include/gtkada/gdk-drawable.ads -include/gtkada/gdk-event.adb -include/gtkada/gdk-event.ads -include/gtkada/gdk-font.adb -include/gtkada/gdk-font.ads -include/gtkada/gdk-gc.adb -include/gtkada/gdk-gc.ads -include/gtkada/gdk-gl.adb -include/gtkada/gdk-gl.ads -include/gtkada/gdk-image.adb -include/gtkada/gdk-image.ads -include/gtkada/gdk-input.ads -include/gtkada/gdk-keyval.adb -include/gtkada/gdk-keyval.ads -include/gtkada/gdk-main.adb -include/gtkada/gdk-main.ads -include/gtkada/gdk-pixbuf.adb -include/gtkada/gdk-pixbuf.ads -include/gtkada/gdk-pixmap.adb -include/gtkada/gdk-pixmap.ads -include/gtkada/gdk-property.adb -include/gtkada/gdk-property.ads -include/gtkada/gdk-rectangle.adb -include/gtkada/gdk-rectangle.ads -include/gtkada/gdk-region.adb -include/gtkada/gdk-region.ads -include/gtkada/gdk-rgb.adb -include/gtkada/gdk-rgb.ads -include/gtkada/gdk-threads.ads -include/gtkada/gdk-types-keysyms.ads -include/gtkada/gdk-types.ads -include/gtkada/gdk-visual.adb -include/gtkada/gdk-visual.ads -include/gtkada/gdk-window.adb -include/gtkada/gdk-window.ads -include/gtkada/gdk-window_attr.adb -include/gtkada/gdk-window_attr.ads -include/gtkada/gdk.ads -include/gtkada/glade-xml.adb -include/gtkada/glade-xml.ads -include/gtkada/glade.adb -include/gtkada/glade.ads -include/gtkada/glib-convert.adb -include/gtkada/glib-convert.ads -include/gtkada/glib-enums.ads -include/gtkada/glib-error.adb -include/gtkada/glib-error.ads -include/gtkada/glib-generic_properties.adb -include/gtkada/glib-generic_properties.ads -include/gtkada/glib-glade.adb -include/gtkada/glib-glade.ads -include/gtkada/glib-glist.adb -include/gtkada/glib-glist.ads -include/gtkada/glib-gnodes.adb -include/gtkada/glib-gnodes.ads -include/gtkada/glib-graphs.adb -include/gtkada/glib-graphs.ads -include/gtkada/glib-gslist.adb -include/gtkada/glib-gslist.ads -include/gtkada/glib-main.adb -include/gtkada/glib-main.ads -include/gtkada/glib-messages.adb -include/gtkada/glib-messages.ads -include/gtkada/glib-module.adb -include/gtkada/glib-module.ads -include/gtkada/glib-object.adb -include/gtkada/glib-object.ads -include/gtkada/glib-properties-creation.adb -include/gtkada/glib-properties-creation.ads -include/gtkada/glib-properties.adb -include/gtkada/glib-properties.ads -include/gtkada/glib-type_conversion_hooks.adb -include/gtkada/glib-type_conversion_hooks.ads -include/gtkada/glib-types.adb -include/gtkada/glib-types.ads -include/gtkada/glib-unicode.adb -include/gtkada/glib-unicode.ads -include/gtkada/glib-values.adb -include/gtkada/glib-values.ads -include/gtkada/glib-xml.adb -include/gtkada/glib-xml.ads -include/gtkada/glib-xml_int.ads -include/gtkada/glib.adb -include/gtkada/glib.ads -include/gtkada/gtk-accel_group.adb -include/gtkada/gtk-accel_group.ads -include/gtkada/gtk-accel_label.adb -include/gtkada/gtk-accel_label.ads -include/gtkada/gtk-accel_map.adb -include/gtkada/gtk-accel_map.ads -include/gtkada/gtk-adjustment.adb -include/gtkada/gtk-adjustment.ads -include/gtkada/gtk-alignment.adb -include/gtkada/gtk-alignment.ads -include/gtkada/gtk-arguments.adb -include/gtkada/gtk-arguments.ads -include/gtkada/gtk-arrow.adb -include/gtkada/gtk-arrow.ads -include/gtkada/gtk-aspect_frame.adb -include/gtkada/gtk-aspect_frame.ads -include/gtkada/gtk-bin.adb -include/gtkada/gtk-bin.ads -include/gtkada/gtk-box.adb -include/gtkada/gtk-box.ads -include/gtkada/gtk-button.adb -include/gtkada/gtk-button.ads -include/gtkada/gtk-button_box.adb -include/gtkada/gtk-button_box.ads -include/gtkada/gtk-calendar.adb -include/gtkada/gtk-calendar.ads -include/gtkada/gtk-cell_editable.ads -include/gtkada/gtk-cell_layout.adb -include/gtkada/gtk-cell_layout.ads -include/gtkada/gtk-cell_renderer.adb -include/gtkada/gtk-cell_renderer.ads -include/gtkada/gtk-cell_renderer_combo.adb -include/gtkada/gtk-cell_renderer_combo.ads -include/gtkada/gtk-cell_renderer_pixbuf.adb -include/gtkada/gtk-cell_renderer_pixbuf.ads -include/gtkada/gtk-cell_renderer_progress.adb -include/gtkada/gtk-cell_renderer_progress.ads -include/gtkada/gtk-cell_renderer_text.adb -include/gtkada/gtk-cell_renderer_text.ads -include/gtkada/gtk-cell_renderer_toggle.adb -include/gtkada/gtk-cell_renderer_toggle.ads -include/gtkada/gtk-cell_view.adb -include/gtkada/gtk-cell_view.ads -include/gtkada/gtk-check_button.adb -include/gtkada/gtk-check_button.ads -include/gtkada/gtk-check_menu_item.adb -include/gtkada/gtk-check_menu_item.ads -include/gtkada/gtk-clipboard.adb -include/gtkada/gtk-clipboard.ads -include/gtkada/gtk-clist.adb -include/gtkada/gtk-clist.ads -include/gtkada/gtk-color_selection.adb -include/gtkada/gtk-color_selection.ads -include/gtkada/gtk-color_selection_dialog.adb -include/gtkada/gtk-color_selection_dialog.ads -include/gtkada/gtk-combo.adb -include/gtkada/gtk-combo.ads -include/gtkada/gtk-combo_box.adb -include/gtkada/gtk-combo_box.ads -include/gtkada/gtk-combo_box_entry.adb -include/gtkada/gtk-combo_box_entry.ads -include/gtkada/gtk-container.adb -include/gtkada/gtk-container.ads -include/gtkada/gtk-ctree.adb -include/gtkada/gtk-ctree.ads -include/gtkada/gtk-curve.adb -include/gtkada/gtk-curve.ads -include/gtkada/gtk-dialog.adb -include/gtkada/gtk-dialog.ads -include/gtkada/gtk-dnd.adb -include/gtkada/gtk-dnd.ads -include/gtkada/gtk-drawing_area.adb -include/gtkada/gtk-drawing_area.ads -include/gtkada/gtk-editable.adb -include/gtkada/gtk-editable.ads -include/gtkada/gtk-entry_completion.adb -include/gtkada/gtk-entry_completion.ads -include/gtkada/gtk-enums.adb -include/gtkada/gtk-enums.ads -include/gtkada/gtk-event_box.adb -include/gtkada/gtk-event_box.ads -include/gtkada/gtk-expander.adb -include/gtkada/gtk-expander.ads -include/gtkada/gtk-extra-border_combo.adb -include/gtkada/gtk-extra-border_combo.ads -include/gtkada/gtk-extra-color_combo.adb -include/gtkada/gtk-extra-color_combo.ads -include/gtkada/gtk-extra-combo_button.adb -include/gtkada/gtk-extra-combo_button.ads -include/gtkada/gtk-extra-font_combo.adb -include/gtkada/gtk-extra-font_combo.ads -include/gtkada/gtk-extra-item_entry.adb -include/gtkada/gtk-extra-item_entry.ads -include/gtkada/gtk-extra-plot.adb -include/gtkada/gtk-extra-plot.ads -include/gtkada/gtk-extra-plot_3d.adb -include/gtkada/gtk-extra-plot_3d.ads -include/gtkada/gtk-extra-plot_bar.adb -include/gtkada/gtk-extra-plot_bar.ads -include/gtkada/gtk-extra-plot_box.adb -include/gtkada/gtk-extra-plot_box.ads -include/gtkada/gtk-extra-plot_canvas-ellipse.adb -include/gtkada/gtk-extra-plot_canvas-ellipse.ads -include/gtkada/gtk-extra-plot_canvas-line.adb -include/gtkada/gtk-extra-plot_canvas-line.ads -include/gtkada/gtk-extra-plot_canvas-pixmap.adb -include/gtkada/gtk-extra-plot_canvas-pixmap.ads -include/gtkada/gtk-extra-plot_canvas-plot.adb -include/gtkada/gtk-extra-plot_canvas-plot.ads -include/gtkada/gtk-extra-plot_canvas-rectangle.adb -include/gtkada/gtk-extra-plot_canvas-rectangle.ads -include/gtkada/gtk-extra-plot_canvas-text.adb -include/gtkada/gtk-extra-plot_canvas-text.ads -include/gtkada/gtk-extra-plot_canvas.adb -include/gtkada/gtk-extra-plot_canvas.ads -include/gtkada/gtk-extra-plot_data.adb -include/gtkada/gtk-extra-plot_data.ads -include/gtkada/gtk-extra-plot_polar.adb -include/gtkada/gtk-extra-plot_polar.ads -include/gtkada/gtk-extra-plot_ps.adb -include/gtkada/gtk-extra-plot_ps.ads -include/gtkada/gtk-extra-plot_surface.adb -include/gtkada/gtk-extra-plot_surface.ads -include/gtkada/gtk-extra-sheet.adb -include/gtkada/gtk-extra-sheet.ads -include/gtkada/gtk-extra.ads -include/gtkada/gtk-file_selection.adb -include/gtkada/gtk-file_selection.ads -include/gtkada/gtk-fixed.adb -include/gtkada/gtk-fixed.ads -include/gtkada/gtk-font_selection.adb -include/gtkada/gtk-font_selection.ads -include/gtkada/gtk-font_selection_dialog.ads -include/gtkada/gtk-frame.adb -include/gtkada/gtk-frame.ads -include/gtkada/gtk-gamma_curve.adb -include/gtkada/gtk-gamma_curve.ads -include/gtkada/gtk-gentry.adb -include/gtkada/gtk-gentry.ads -include/gtkada/gtk-glade.adb -include/gtkada/gtk-glade.ads -include/gtkada/gtk-glarea.adb -include/gtkada/gtk-glarea.ads -include/gtkada/gtk-grange.adb -include/gtkada/gtk-grange.ads -include/gtkada/gtk-handle_box.adb -include/gtkada/gtk-handle_box.ads -include/gtkada/gtk-handlers.adb -include/gtkada/gtk-handlers.ads -include/gtkada/gtk-hbutton_box.adb -include/gtkada/gtk-hbutton_box.ads -include/gtkada/gtk-icon_factory.adb -include/gtkada/gtk-icon_factory.ads -include/gtkada/gtk-image.adb -include/gtkada/gtk-image.ads -include/gtkada/gtk-image_menu_item.adb -include/gtkada/gtk-image_menu_item.ads -include/gtkada/gtk-input_dialog.adb -include/gtkada/gtk-input_dialog.ads -include/gtkada/gtk-invisible.adb -include/gtkada/gtk-invisible.ads -include/gtkada/gtk-item.adb -include/gtkada/gtk-item.ads -include/gtkada/gtk-item_factory.adb -include/gtkada/gtk-item_factory.ads -include/gtkada/gtk-label.adb -include/gtkada/gtk-label.ads -include/gtkada/gtk-layout.adb -include/gtkada/gtk-layout.ads -include/gtkada/gtk-list.adb -include/gtkada/gtk-list.ads -include/gtkada/gtk-list_item.adb -include/gtkada/gtk-list_item.ads -include/gtkada/gtk-list_store.adb -include/gtkada/gtk-list_store.ads -include/gtkada/gtk-main.adb -include/gtkada/gtk-main.ads -include/gtkada/gtk-marshallers.adb -include/gtkada/gtk-marshallers.ads -include/gtkada/gtk-menu.adb -include/gtkada/gtk-menu.ads -include/gtkada/gtk-menu_bar.adb -include/gtkada/gtk-menu_bar.ads -include/gtkada/gtk-menu_item.adb -include/gtkada/gtk-menu_item.ads -include/gtkada/gtk-menu_shell.adb -include/gtkada/gtk-menu_shell.ads -include/gtkada/gtk-menu_tool_button.adb -include/gtkada/gtk-menu_tool_button.ads -include/gtkada/gtk-misc.adb -include/gtkada/gtk-misc.ads -include/gtkada/gtk-notebook.adb -include/gtkada/gtk-notebook.ads -include/gtkada/gtk-object.adb -include/gtkada/gtk-object.ads -include/gtkada/gtk-old_editable.adb -include/gtkada/gtk-old_editable.ads -include/gtkada/gtk-option_menu.adb -include/gtkada/gtk-option_menu.ads -include/gtkada/gtk-paned.adb -include/gtkada/gtk-paned.ads -include/gtkada/gtk-pixmap.adb -include/gtkada/gtk-pixmap.ads -include/gtkada/gtk-plug.adb -include/gtkada/gtk-plug.ads -include/gtkada/gtk-preview.adb -include/gtkada/gtk-preview.ads -include/gtkada/gtk-progress.adb -include/gtkada/gtk-progress.ads -include/gtkada/gtk-progress_bar.adb -include/gtkada/gtk-progress_bar.ads -include/gtkada/gtk-radio_button.adb -include/gtkada/gtk-radio_button.ads -include/gtkada/gtk-radio_menu_item.adb -include/gtkada/gtk-radio_menu_item.ads -include/gtkada/gtk-radio_tool_button.adb -include/gtkada/gtk-radio_tool_button.ads -include/gtkada/gtk-rc.adb -include/gtkada/gtk-rc.ads -include/gtkada/gtk-ruler.adb -include/gtkada/gtk-ruler.ads -include/gtkada/gtk-scale.adb -include/gtkada/gtk-scale.ads -include/gtkada/gtk-scrollbar.adb -include/gtkada/gtk-scrollbar.ads -include/gtkada/gtk-scrolled_window.adb -include/gtkada/gtk-scrolled_window.ads -include/gtkada/gtk-selection.adb -include/gtkada/gtk-selection.ads -include/gtkada/gtk-separator.adb -include/gtkada/gtk-separator.ads -include/gtkada/gtk-separator_menu_item.adb -include/gtkada/gtk-separator_menu_item.ads -include/gtkada/gtk-separator_tool_item.adb -include/gtkada/gtk-separator_tool_item.ads -include/gtkada/gtk-settings.adb -include/gtkada/gtk-settings.ads -include/gtkada/gtk-size_group.adb -include/gtkada/gtk-size_group.ads -include/gtkada/gtk-socket.adb -include/gtkada/gtk-socket.ads -include/gtkada/gtk-spin_button.adb -include/gtkada/gtk-spin_button.ads -include/gtkada/gtk-status_bar.adb -include/gtkada/gtk-status_bar.ads -include/gtkada/gtk-stock.adb -include/gtkada/gtk-stock.ads -include/gtkada/gtk-style.adb -include/gtkada/gtk-style.ads -include/gtkada/gtk-table.adb -include/gtkada/gtk-table.ads -include/gtkada/gtk-tearoff_menu_item.adb -include/gtkada/gtk-tearoff_menu_item.ads -include/gtkada/gtk-text.adb -include/gtkada/gtk-text.ads -include/gtkada/gtk-text_attributes.adb -include/gtkada/gtk-text_attributes.ads -include/gtkada/gtk-text_buffer.adb -include/gtkada/gtk-text_buffer.ads -include/gtkada/gtk-text_child.adb -include/gtkada/gtk-text_child.ads -include/gtkada/gtk-text_iter.adb -include/gtkada/gtk-text_iter.ads -include/gtkada/gtk-text_mark.adb -include/gtkada/gtk-text_mark.ads -include/gtkada/gtk-text_tag.adb -include/gtkada/gtk-text_tag.ads -include/gtkada/gtk-text_tag_table.adb -include/gtkada/gtk-text_tag_table.ads -include/gtkada/gtk-text_view.adb -include/gtkada/gtk-text_view.ads -include/gtkada/gtk-tips_query.adb -include/gtkada/gtk-tips_query.ads -include/gtkada/gtk-toggle_button.adb -include/gtkada/gtk-toggle_button.ads -include/gtkada/gtk-toggle_tool_button.adb -include/gtkada/gtk-toggle_tool_button.ads -include/gtkada/gtk-tool_button.adb -include/gtkada/gtk-tool_button.ads -include/gtkada/gtk-tool_item.adb -include/gtkada/gtk-tool_item.ads -include/gtkada/gtk-toolbar.adb -include/gtkada/gtk-toolbar.ads -include/gtkada/gtk-tooltips.adb -include/gtkada/gtk-tooltips.ads -include/gtkada/gtk-tree_model.adb -include/gtkada/gtk-tree_model.ads -include/gtkada/gtk-tree_model_filter.adb -include/gtkada/gtk-tree_model_filter.ads -include/gtkada/gtk-tree_model_sort.adb -include/gtkada/gtk-tree_model_sort.ads -include/gtkada/gtk-tree_selection.adb -include/gtkada/gtk-tree_selection.ads -include/gtkada/gtk-tree_sortable.adb -include/gtkada/gtk-tree_sortable.ads -include/gtkada/gtk-tree_store.adb -include/gtkada/gtk-tree_store.ads -include/gtkada/gtk-tree_view.adb -include/gtkada/gtk-tree_view.ads -include/gtkada/gtk-tree_view_column.adb -include/gtkada/gtk-tree_view_column.ads -include/gtkada/gtk-type_conversion.adb -include/gtkada/gtk-type_conversion.ads -include/gtkada/gtk-vbutton_box.adb -include/gtkada/gtk-vbutton_box.ads -include/gtkada/gtk-viewport.adb -include/gtkada/gtk-viewport.ads -include/gtkada/gtk-widget.adb -include/gtkada/gtk-widget.ads -include/gtkada/gtk-window.adb -include/gtkada/gtk-window.ads -include/gtkada/gtk.ads -include/gtkada/gtk_generates.adb -include/gtkada/gtk_generates.ads -include/gtkada/gtkada-canvas.adb -include/gtkada/gtkada-canvas.ads -include/gtkada/gtkada-dialogs.adb -include/gtkada/gtkada-dialogs.ads -include/gtkada/gtkada-file_selection.adb -include/gtkada/gtkada-file_selection.ads -include/gtkada/gtkada-handlers.ads -include/gtkada/gtkada-intl.adb -include/gtkada/gtkada-intl.ads -include/gtkada/gtkada-mdi.adb -include/gtkada/gtkada-mdi.ads -include/gtkada/gtkada-multi_paned.adb -include/gtkada/gtkada-multi_paned.ads -include/gtkada/gtkada-pixmaps.ads -include/gtkada/gtkada-types.adb -include/gtkada/gtkada-types.ads -include/gtkada/gtkada.ads -include/gtkada/pango-attributes.adb -include/gtkada/pango-attributes.ads -include/gtkada/pango-context.adb -include/gtkada/pango-context.ads -include/gtkada/pango-enums.adb -include/gtkada/pango-enums.ads -include/gtkada/pango-font.adb -include/gtkada/pango-font.ads -include/gtkada/pango-layout.adb -include/gtkada/pango-layout.ads -include/gtkada/pango-tabs.adb -include/gtkada/pango-tabs.ads -include/gtkada/pango.ads -lib/gnat/gtkada.gpr -lib/gnat/gtkada/gtkada.lgpr -lib/gnat/gtkada/gtkada_gl.lgpr -lib/gnat/gtkada/gtkada_glade.lgpr -lib/gnat/gtkada/gtkada_gnome.lgpr -lib/gnat/gtkada_gl.gpr -lib/gnat/gtkada_gl_relocatable.gpr -lib/gnat/gtkada_gl_static.gpr -lib/gnat/gtkada_glade.gpr -lib/gnat/gtkada_glade_relocatable.gpr -lib/gnat/gtkada_glade_static.gpr -lib/gnat/gtkada_relocatable.gpr -lib/gnat/gtkada_static.gpr -lib/gtkada/gdk-bitmap.ali -lib/gtkada/gdk-color.ali -lib/gtkada/gdk-cursor.ali -lib/gtkada/gdk-dnd.ali -lib/gtkada/gdk-drawable.ali -lib/gtkada/gdk-event.ali -lib/gtkada/gdk-font.ali -lib/gtkada/gdk-gc.ali -lib/gtkada/gdk-gl.ali -lib/gtkada/gdk-image.ali -lib/gtkada/gdk-input.ali -lib/gtkada/gdk-keyval.ali -lib/gtkada/gdk-main.ali -lib/gtkada/gdk-pixbuf.ali -lib/gtkada/gdk-pixmap.ali -lib/gtkada/gdk-property.ali -lib/gtkada/gdk-rectangle.ali -lib/gtkada/gdk-region.ali -lib/gtkada/gdk-rgb.ali -lib/gtkada/gdk-threads.ali -lib/gtkada/gdk-types-keysyms.ali -lib/gtkada/gdk-types.ali -lib/gtkada/gdk-visual.ali -lib/gtkada/gdk-window.ali -lib/gtkada/gdk-window_attr.ali -lib/gtkada/gdk.ali -lib/gtkada/glade-xml.ali -lib/gtkada/glade.ali -lib/gtkada/glib-convert.ali -lib/gtkada/glib-enums.ali -lib/gtkada/glib-error.ali -lib/gtkada/glib-generic_properties.ali -lib/gtkada/glib-glade.ali -lib/gtkada/glib-glist.ali -lib/gtkada/glib-gnodes.ali -lib/gtkada/glib-graphs.ali -lib/gtkada/glib-gslist.ali -lib/gtkada/glib-main.ali -lib/gtkada/glib-messages.ali -lib/gtkada/glib-module.ali -lib/gtkada/glib-object.ali -lib/gtkada/glib-properties-creation.ali -lib/gtkada/glib-properties.ali -lib/gtkada/glib-type_conversion_hooks.ali -lib/gtkada/glib-types.ali -lib/gtkada/glib-unicode.ali -lib/gtkada/glib-values.ali -lib/gtkada/glib-xml.ali -lib/gtkada/glib-xml_int.ali -lib/gtkada/glib.ali -lib/gtkada/gtk-accel_group.ali -lib/gtkada/gtk-accel_label.ali -lib/gtkada/gtk-accel_map.ali -lib/gtkada/gtk-adjustment.ali -lib/gtkada/gtk-alignment.ali -lib/gtkada/gtk-arguments.ali -lib/gtkada/gtk-arrow.ali -lib/gtkada/gtk-aspect_frame.ali -lib/gtkada/gtk-bin.ali -lib/gtkada/gtk-box.ali -lib/gtkada/gtk-button.ali -lib/gtkada/gtk-button_box.ali -lib/gtkada/gtk-calendar.ali -lib/gtkada/gtk-cell_editable.ali -lib/gtkada/gtk-cell_layout.ali -lib/gtkada/gtk-cell_renderer.ali -lib/gtkada/gtk-cell_renderer_combo.ali -lib/gtkada/gtk-cell_renderer_pixbuf.ali -lib/gtkada/gtk-cell_renderer_progress.ali -lib/gtkada/gtk-cell_renderer_text.ali -lib/gtkada/gtk-cell_renderer_toggle.ali -lib/gtkada/gtk-cell_view.ali -lib/gtkada/gtk-check_button.ali -lib/gtkada/gtk-check_menu_item.ali -lib/gtkada/gtk-clipboard.ali -lib/gtkada/gtk-clist.ali -lib/gtkada/gtk-color_selection.ali -lib/gtkada/gtk-color_selection_dialog.ali -lib/gtkada/gtk-combo.ali -lib/gtkada/gtk-combo_box.ali -lib/gtkada/gtk-combo_box_entry.ali -lib/gtkada/gtk-container.ali -lib/gtkada/gtk-ctree.ali -lib/gtkada/gtk-curve.ali -lib/gtkada/gtk-dialog.ali -lib/gtkada/gtk-dnd.ali -lib/gtkada/gtk-drawing_area.ali -lib/gtkada/gtk-editable.ali -lib/gtkada/gtk-entry_completion.ali -lib/gtkada/gtk-enums.ali -lib/gtkada/gtk-event_box.ali -lib/gtkada/gtk-expander.ali -lib/gtkada/gtk-extra-border_combo.ali -lib/gtkada/gtk-extra-color_combo.ali -lib/gtkada/gtk-extra-combo_button.ali -lib/gtkada/gtk-extra-font_combo.ali -lib/gtkada/gtk-extra-item_entry.ali -lib/gtkada/gtk-extra-plot.ali -lib/gtkada/gtk-extra-plot_3d.ali -lib/gtkada/gtk-extra-plot_bar.ali -lib/gtkada/gtk-extra-plot_box.ali -lib/gtkada/gtk-extra-plot_canvas-ellipse.ali -lib/gtkada/gtk-extra-plot_canvas-line.ali -lib/gtkada/gtk-extra-plot_canvas-pixmap.ali -lib/gtkada/gtk-extra-plot_canvas-plot.ali -lib/gtkada/gtk-extra-plot_canvas-rectangle.ali -lib/gtkada/gtk-extra-plot_canvas-text.ali -lib/gtkada/gtk-extra-plot_canvas.ali -lib/gtkada/gtk-extra-plot_data.ali -lib/gtkada/gtk-extra-plot_polar.ali -lib/gtkada/gtk-extra-plot_ps.ali -lib/gtkada/gtk-extra-plot_surface.ali -lib/gtkada/gtk-extra-sheet.ali -lib/gtkada/gtk-extra.ali -lib/gtkada/gtk-file_selection.ali -lib/gtkada/gtk-fixed.ali -lib/gtkada/gtk-font_selection.ali -lib/gtkada/gtk-font_selection_dialog.ali -lib/gtkada/gtk-frame.ali -lib/gtkada/gtk-gamma_curve.ali -lib/gtkada/gtk-gentry.ali -lib/gtkada/gtk-glarea.ali -lib/gtkada/gtk-grange.ali -lib/gtkada/gtk-handle_box.ali -lib/gtkada/gtk-handlers.ali -lib/gtkada/gtk-hbutton_box.ali -lib/gtkada/gtk-icon_factory.ali -lib/gtkada/gtk-image.ali -lib/gtkada/gtk-image_menu_item.ali -lib/gtkada/gtk-input_dialog.ali -lib/gtkada/gtk-invisible.ali -lib/gtkada/gtk-item.ali -lib/gtkada/gtk-item_factory.ali -lib/gtkada/gtk-label.ali -lib/gtkada/gtk-layout.ali -lib/gtkada/gtk-list.ali -lib/gtkada/gtk-list_item.ali -lib/gtkada/gtk-list_store.ali -lib/gtkada/gtk-main.ali -lib/gtkada/gtk-marshallers.ali -lib/gtkada/gtk-menu.ali -lib/gtkada/gtk-menu_bar.ali -lib/gtkada/gtk-menu_item.ali -lib/gtkada/gtk-menu_shell.ali -lib/gtkada/gtk-menu_tool_button.ali -lib/gtkada/gtk-misc.ali -lib/gtkada/gtk-notebook.ali -lib/gtkada/gtk-object.ali -lib/gtkada/gtk-old_editable.ali -lib/gtkada/gtk-option_menu.ali -lib/gtkada/gtk-paned.ali -lib/gtkada/gtk-pixmap.ali -lib/gtkada/gtk-plug.ali -lib/gtkada/gtk-preview.ali -lib/gtkada/gtk-progress.ali -lib/gtkada/gtk-progress_bar.ali -lib/gtkada/gtk-radio_button.ali -lib/gtkada/gtk-radio_menu_item.ali -lib/gtkada/gtk-radio_tool_button.ali -lib/gtkada/gtk-rc.ali -lib/gtkada/gtk-ruler.ali -lib/gtkada/gtk-scale.ali -lib/gtkada/gtk-scrollbar.ali -lib/gtkada/gtk-scrolled_window.ali -lib/gtkada/gtk-selection.ali -lib/gtkada/gtk-separator.ali -lib/gtkada/gtk-separator_menu_item.ali -lib/gtkada/gtk-separator_tool_item.ali -lib/gtkada/gtk-settings.ali -lib/gtkada/gtk-size_group.ali -lib/gtkada/gtk-socket.ali -lib/gtkada/gtk-spin_button.ali -lib/gtkada/gtk-status_bar.ali -lib/gtkada/gtk-stock.ali -lib/gtkada/gtk-style.ali -lib/gtkada/gtk-table.ali -lib/gtkada/gtk-tearoff_menu_item.ali -lib/gtkada/gtk-text.ali -lib/gtkada/gtk-text_attributes.ali -lib/gtkada/gtk-text_buffer.ali -lib/gtkada/gtk-text_child.ali -lib/gtkada/gtk-text_iter.ali -lib/gtkada/gtk-text_mark.ali -lib/gtkada/gtk-text_tag.ali -lib/gtkada/gtk-text_tag_table.ali -lib/gtkada/gtk-text_view.ali -lib/gtkada/gtk-tips_query.ali -lib/gtkada/gtk-toggle_button.ali -lib/gtkada/gtk-toggle_tool_button.ali -lib/gtkada/gtk-tool_button.ali -lib/gtkada/gtk-tool_item.ali -lib/gtkada/gtk-toolbar.ali -lib/gtkada/gtk-tooltips.ali -lib/gtkada/gtk-tree_model.ali -lib/gtkada/gtk-tree_model_filter.ali -lib/gtkada/gtk-tree_model_sort.ali -lib/gtkada/gtk-tree_selection.ali -lib/gtkada/gtk-tree_sortable.ali -lib/gtkada/gtk-tree_store.ali -lib/gtkada/gtk-tree_view.ali -lib/gtkada/gtk-tree_view_column.ali -lib/gtkada/gtk-type_conversion.ali -lib/gtkada/gtk-vbutton_box.ali -lib/gtkada/gtk-viewport.ali -lib/gtkada/gtk-widget.ali -lib/gtkada/gtk-window.ali -lib/gtkada/gtk.ali -lib/gtkada/gtkada-canvas.ali -lib/gtkada/gtkada-dialogs.ali -lib/gtkada/gtkada-file_selection.ali -lib/gtkada/gtkada-handlers.ali -lib/gtkada/gtkada-intl.ali -lib/gtkada/gtkada-mdi.ali -lib/gtkada/gtkada-multi_paned.ali -lib/gtkada/gtkada-pixmaps.ali -lib/gtkada/gtkada-types.ali -lib/gtkada/gtkada.ali -lib/gtkada/libgtkada-2.8.so.1 -lib/gtkada/libgtkada.a -lib/gtkada/libgtkada.so -lib/gtkada/libgtkada_gl-2.8.so.1 -lib/gtkada/libgtkada_gl.a -lib/gtkada/libgtkada_gl.so -lib/gtkada/libgtkada_glade-2.8.so.1 -lib/gtkada/libgtkada_glade.a -lib/gtkada/libgtkada_glade.so -lib/gtkada/pango-attributes.ali -lib/gtkada/pango-context.ali -lib/gtkada/pango-enums.ali -lib/gtkada/pango-font.ali -lib/gtkada/pango-layout.ali -lib/gtkada/pango-tabs.ali -lib/gtkada/pango.ali -lib/libgtkada-2.8.so.1 -lib/libgtkada.so -lib/libgtkada_gl-2.8.so.1 -lib/libgtkada_gl.so -lib/libgtkada_glade-2.8.so.1 -lib/libgtkada_glade.so -libdata/pkgconfig/gtkada.pc -%%DOCSDIR%%/gtkada_rm/checkbutton.jpg -%%DOCSDIR%%/gtkada_rm/font.jpg -%%DOCSDIR%%/gtkada_rm/gtkada_rm.texi -%%DOCSDIR%%/gtkada_rm/texinfo.tex -%%DOCSDIR%%/gtkada_rm/togglebutton.jpg -%%DOCSDIR%%/gtkada_ug/boxes.gif -%%DOCSDIR%%/gtkada_ug/gtkada_ug.texi -%%DOCSDIR%%/gtkada_ug/hierarchy.jpg -%%DOCSDIR%%/gtkada_ug/hierarchy.txt -%%DOCSDIR%%/gtkada_ug/texinfo.tex -%%EXAMPLESDIR%%/base_widget/Makefile -%%EXAMPLESDIR%%/base_widget/README -%%EXAMPLESDIR%%/base_widget/main.adb -%%EXAMPLESDIR%%/base_widget/my_widget.adb -%%EXAMPLESDIR%%/base_widget/my_widget.ads -%%EXAMPLESDIR%%/calendar_combo/Makefile -%%EXAMPLESDIR%%/calendar_combo/README -%%EXAMPLESDIR%%/calendar_combo/calendar_combo.adb -%%EXAMPLESDIR%%/calendar_combo/calendar_combo.ads -%%EXAMPLESDIR%%/calendar_combo/main.adb -%%EXAMPLESDIR%%/composite_widget/Makefile -%%EXAMPLESDIR%%/composite_widget/README -%%EXAMPLESDIR%%/composite_widget/main.adb -%%EXAMPLESDIR%%/composite_widget/my_dialog.adb -%%EXAMPLESDIR%%/composite_widget/my_dialog.ads -%%EXAMPLESDIR%%/documentation/Makefile -%%EXAMPLESDIR%%/documentation/README -%%EXAMPLESDIR%%/documentation/banner.adb -%%EXAMPLESDIR%%/documentation/clist.adb -%%EXAMPLESDIR%%/documentation/clist.ads -%%EXAMPLESDIR%%/documentation/contextual.adb -%%EXAMPLESDIR%%/documentation/draw.adb -%%EXAMPLESDIR%%/documentation/glist_traverse.adb -%%EXAMPLESDIR%%/documentation/toggle.adb -%%EXAMPLESDIR%%/documentation/tooltips.adb -%%EXAMPLESDIR%%/doublebuffer/Makefile -%%EXAMPLESDIR%%/doublebuffer/README -%%EXAMPLESDIR%%/doublebuffer/anim.adb -%%EXAMPLESDIR%%/doublebuffer/anim2.adb -%%EXAMPLESDIR%%/doublebuffer/anim_task.adb -%%EXAMPLESDIR%%/doublebuffer/anim_task.ads -%%EXAMPLESDIR%%/doublebuffer/anim_timeout.adb -%%EXAMPLESDIR%%/doublebuffer/anim_timeout.ads -%%EXAMPLESDIR%%/doublebuffer/double_buffer.adb -%%EXAMPLESDIR%%/doublebuffer/double_buffer.ads -%%EXAMPLESDIR%%/doublebuffer/full_test.adb -%%EXAMPLESDIR%%/doublebuffer/full_test.ads -%%EXAMPLESDIR%%/doublebuffer/parameters.adb -%%EXAMPLESDIR%%/dynamic_cast/Makefile -%%EXAMPLESDIR%%/dynamic_cast/README -%%EXAMPLESDIR%%/dynamic_cast/dynamic.adb -%%EXAMPLESDIR%%/gtk_examples/Makefile -%%EXAMPLESDIR%%/gtk_examples/README -%%EXAMPLESDIR%%/gtk_examples/scribble.adb -%%EXAMPLESDIR%%/handlers/Makefile -%%EXAMPLESDIR%%/handlers/README -%%EXAMPLESDIR%%/handlers/delete_event.adb -%%EXAMPLESDIR%%/handlers/general_tips.adb -%%EXAMPLESDIR%%/handlers/own_marshaller.adb -%%EXAMPLESDIR%%/handlers/own_marshaller.ads -%%EXAMPLESDIR%%/handlers/specific_tips.adb -%%EXAMPLESDIR%%/powergnu/Makefile -%%EXAMPLESDIR%%/powergnu/README -%%EXAMPLESDIR%%/powergnu/callbacks_power.ads -%%EXAMPLESDIR%%/powergnu/power.adb -%%EXAMPLESDIR%%/powergnu/power_gnu.adb -%%EXAMPLESDIR%%/powergnu/power_gnu.ads -%%EXAMPLESDIR%%/powergnu/powergnu_pkg-callbacks.adb -%%EXAMPLESDIR%%/powergnu/powergnu_pkg-callbacks.ads -%%EXAMPLESDIR%%/powergnu/powergnu_pkg.adb -%%EXAMPLESDIR%%/powergnu/powergnu_pkg.ads -%%EXAMPLESDIR%%/testgtk/3DRings.xpm -%%EXAMPLESDIR%%/testgtk/FilesQueue.xpm -%%EXAMPLESDIR%%/testgtk/Modeller.xpm -%%EXAMPLESDIR%%/testgtk/alps.png -%%EXAMPLESDIR%%/testgtk/apple-red.png -%%EXAMPLESDIR%%/testgtk/background.jpg -%%EXAMPLESDIR%%/testgtk/check-n.xpm -%%EXAMPLESDIR%%/testgtk/check-y.xpm -%%EXAMPLESDIR%%/testgtk/common.adb -%%EXAMPLESDIR%%/testgtk/common.ads -%%EXAMPLESDIR%%/testgtk/create_alignment.adb -%%EXAMPLESDIR%%/testgtk/create_alignment.ads -%%EXAMPLESDIR%%/testgtk/create_arrow.adb -%%EXAMPLESDIR%%/testgtk/create_arrow.ads -%%EXAMPLESDIR%%/testgtk/create_box.adb -%%EXAMPLESDIR%%/testgtk/create_box.ads -%%EXAMPLESDIR%%/testgtk/create_button_box.adb -%%EXAMPLESDIR%%/testgtk/create_button_box.ads -%%EXAMPLESDIR%%/testgtk/create_buttons.adb -%%EXAMPLESDIR%%/testgtk/create_buttons.ads -%%EXAMPLESDIR%%/testgtk/create_calendar.adb -%%EXAMPLESDIR%%/testgtk/create_calendar.ads -%%EXAMPLESDIR%%/testgtk/create_canvas.adb -%%EXAMPLESDIR%%/testgtk/create_canvas.ads -%%EXAMPLESDIR%%/testgtk/create_cell_view.adb -%%EXAMPLESDIR%%/testgtk/create_cell_view.ads -%%EXAMPLESDIR%%/testgtk/create_check_buttons.adb -%%EXAMPLESDIR%%/testgtk/create_check_buttons.ads -%%EXAMPLESDIR%%/testgtk/create_clipboard.adb -%%EXAMPLESDIR%%/testgtk/create_clipboard.ads -%%EXAMPLESDIR%%/testgtk/create_clist.adb -%%EXAMPLESDIR%%/testgtk/create_clist.ads -%%EXAMPLESDIR%%/testgtk/create_color_selection.adb -%%EXAMPLESDIR%%/testgtk/create_color_selection.ads -%%EXAMPLESDIR%%/testgtk/create_combo_box.adb -%%EXAMPLESDIR%%/testgtk/create_combo_box.ads -%%EXAMPLESDIR%%/testgtk/create_ctree.adb -%%EXAMPLESDIR%%/testgtk/create_ctree.ads -%%EXAMPLESDIR%%/testgtk/create_cursors.adb -%%EXAMPLESDIR%%/testgtk/create_cursors.ads -%%EXAMPLESDIR%%/testgtk/create_dialog.adb -%%EXAMPLESDIR%%/testgtk/create_dialog.ads -%%EXAMPLESDIR%%/testgtk/create_dnd.adb -%%EXAMPLESDIR%%/testgtk/create_dnd.ads -%%EXAMPLESDIR%%/testgtk/create_entry.adb -%%EXAMPLESDIR%%/testgtk/create_entry.ads -%%EXAMPLESDIR%%/testgtk/create_file_selection.adb -%%EXAMPLESDIR%%/testgtk/create_file_selection.ads -%%EXAMPLESDIR%%/testgtk/create_fixed.adb -%%EXAMPLESDIR%%/testgtk/create_fixed.ads -%%EXAMPLESDIR%%/testgtk/create_font_selection.adb -%%EXAMPLESDIR%%/testgtk/create_font_selection.ads -%%EXAMPLESDIR%%/testgtk/create_frame.adb -%%EXAMPLESDIR%%/testgtk/create_frame.ads -%%EXAMPLESDIR%%/testgtk/create_gamma_curve.adb -%%EXAMPLESDIR%%/testgtk/create_gamma_curve.ads -%%EXAMPLESDIR%%/testgtk/create_gc.adb -%%EXAMPLESDIR%%/testgtk/create_gc.ads -%%EXAMPLESDIR%%/testgtk/create_handle_box.adb -%%EXAMPLESDIR%%/testgtk/create_handle_box.ads -%%EXAMPLESDIR%%/testgtk/create_item_factory.adb -%%EXAMPLESDIR%%/testgtk/create_item_factory.ads -%%EXAMPLESDIR%%/testgtk/create_label.adb -%%EXAMPLESDIR%%/testgtk/create_label.ads -%%EXAMPLESDIR%%/testgtk/create_layout.adb -%%EXAMPLESDIR%%/testgtk/create_layout.ads -%%EXAMPLESDIR%%/testgtk/create_list.adb -%%EXAMPLESDIR%%/testgtk/create_list.ads -%%EXAMPLESDIR%%/testgtk/create_main_loop.adb -%%EXAMPLESDIR%%/testgtk/create_main_loop.ads -%%EXAMPLESDIR%%/testgtk/create_menu.adb -%%EXAMPLESDIR%%/testgtk/create_menu.ads -%%EXAMPLESDIR%%/testgtk/create_notebook.adb -%%EXAMPLESDIR%%/testgtk/create_notebook.ads -%%EXAMPLESDIR%%/testgtk/create_paned.adb -%%EXAMPLESDIR%%/testgtk/create_paned.ads -%%EXAMPLESDIR%%/testgtk/create_pixbuf.adb -%%EXAMPLESDIR%%/testgtk/create_pixbuf.ads -%%EXAMPLESDIR%%/testgtk/create_pixmap.adb -%%EXAMPLESDIR%%/testgtk/create_pixmap.ads -%%EXAMPLESDIR%%/testgtk/create_plot.adb -%%EXAMPLESDIR%%/testgtk/create_plot.ads -%%EXAMPLESDIR%%/testgtk/create_plot_3d.adb -%%EXAMPLESDIR%%/testgtk/create_plot_3d.ads -%%EXAMPLESDIR%%/testgtk/create_plot_realtime.adb -%%EXAMPLESDIR%%/testgtk/create_plot_realtime.ads -%%EXAMPLESDIR%%/testgtk/create_preview_color.adb -%%EXAMPLESDIR%%/testgtk/create_preview_color.ads -%%EXAMPLESDIR%%/testgtk/create_preview_gray.adb -%%EXAMPLESDIR%%/testgtk/create_preview_gray.ads -%%EXAMPLESDIR%%/testgtk/create_progress.adb -%%EXAMPLESDIR%%/testgtk/create_progress.ads -%%EXAMPLESDIR%%/testgtk/create_radio_button.adb -%%EXAMPLESDIR%%/testgtk/create_radio_button.ads -%%EXAMPLESDIR%%/testgtk/create_range.adb -%%EXAMPLESDIR%%/testgtk/create_range.ads -%%EXAMPLESDIR%%/testgtk/create_reparent.adb -%%EXAMPLESDIR%%/testgtk/create_reparent.ads -%%EXAMPLESDIR%%/testgtk/create_rulers.adb -%%EXAMPLESDIR%%/testgtk/create_rulers.ads -%%EXAMPLESDIR%%/testgtk/create_scroll_test.adb -%%EXAMPLESDIR%%/testgtk/create_scroll_test.ads -%%EXAMPLESDIR%%/testgtk/create_scrolled.adb -%%EXAMPLESDIR%%/testgtk/create_scrolled.ads -%%EXAMPLESDIR%%/testgtk/create_selection.adb -%%EXAMPLESDIR%%/testgtk/create_selection.ads -%%EXAMPLESDIR%%/testgtk/create_shapes.adb -%%EXAMPLESDIR%%/testgtk/create_shapes.ads -%%EXAMPLESDIR%%/testgtk/create_sheet.adb -%%EXAMPLESDIR%%/testgtk/create_sheet.ads -%%EXAMPLESDIR%%/testgtk/create_size_groups.adb -%%EXAMPLESDIR%%/testgtk/create_size_groups.ads -%%EXAMPLESDIR%%/testgtk/create_sources.adb -%%EXAMPLESDIR%%/testgtk/create_sources.ads -%%EXAMPLESDIR%%/testgtk/create_spin.adb -%%EXAMPLESDIR%%/testgtk/create_spin.ads -%%EXAMPLESDIR%%/testgtk/create_splittable.adb -%%EXAMPLESDIR%%/testgtk/create_splittable.ads -%%EXAMPLESDIR%%/testgtk/create_status.adb -%%EXAMPLESDIR%%/testgtk/create_status.ads -%%EXAMPLESDIR%%/testgtk/create_test_idle.adb -%%EXAMPLESDIR%%/testgtk/create_test_idle.ads -%%EXAMPLESDIR%%/testgtk/create_test_timeout.adb -%%EXAMPLESDIR%%/testgtk/create_test_timeout.ads -%%EXAMPLESDIR%%/testgtk/create_text_view.adb -%%EXAMPLESDIR%%/testgtk/create_text_view.ads -%%EXAMPLESDIR%%/testgtk/create_toggle_buttons.adb -%%EXAMPLESDIR%%/testgtk/create_toggle_buttons.ads -%%EXAMPLESDIR%%/testgtk/create_toolbar.adb -%%EXAMPLESDIR%%/testgtk/create_toolbar.ads -%%EXAMPLESDIR%%/testgtk/create_tooltips.adb -%%EXAMPLESDIR%%/testgtk/create_tooltips.ads -%%EXAMPLESDIR%%/testgtk/create_tree.adb -%%EXAMPLESDIR%%/testgtk/create_tree.ads -%%EXAMPLESDIR%%/testgtk/create_tree_filter.adb -%%EXAMPLESDIR%%/testgtk/create_tree_filter.ads -%%EXAMPLESDIR%%/testgtk/create_tree_view.adb -%%EXAMPLESDIR%%/testgtk/create_tree_view.ads -%%EXAMPLESDIR%%/testgtk/dancing-penguin.gif -%%EXAMPLESDIR%%/testgtk/gnome-applets.png -%%EXAMPLESDIR%%/testgtk/gnome-calendar.png -%%EXAMPLESDIR%%/testgtk/gnome-foot.png -%%EXAMPLESDIR%%/testgtk/gnome-gimp.png -%%EXAMPLESDIR%%/testgtk/gnome-gmush.png -%%EXAMPLESDIR%%/testgtk/gnome-gsame.png -%%EXAMPLESDIR%%/testgtk/gnu-keys.png -%%EXAMPLESDIR%%/testgtk/libart_demo.adb -%%EXAMPLESDIR%%/testgtk/libart_demo.ads -%%EXAMPLESDIR%%/testgtk/lightning.png -%%EXAMPLESDIR%%/testgtk/main_windows.adb -%%EXAMPLESDIR%%/testgtk/main_windows.ads -%%EXAMPLESDIR%%/testgtk/marble.xpm -%%EXAMPLESDIR%%/testgtk/opengl/lw.c -%%EXAMPLESDIR%%/testgtk/opengl/lw.h -%%EXAMPLESDIR%%/testgtk/opengl/lwobjects.adb -%%EXAMPLESDIR%%/testgtk/opengl/lwobjects.ads -%%EXAMPLESDIR%%/testgtk/opengl/trackball.adb -%%EXAMPLESDIR%%/testgtk/opengl/trackball.ads -%%EXAMPLESDIR%%/testgtk/opengl/view_gl.adb -%%EXAMPLESDIR%%/testgtk/opengl/view_gl.ads -%%EXAMPLESDIR%%/testgtk/penguin.lwo -%%EXAMPLESDIR%%/testgtk/test.xpm -%%EXAMPLESDIR%%/testgtk/testgtk -%%EXAMPLESDIR%%/testgtk/testgtk.adb -%%EXAMPLESDIR%%/testgtk/tree_minus.xpm -%%EXAMPLESDIR%%/testgtk/tree_plus.xpm -%%EXAMPLESDIR%%/tutorial/Makefile -%%EXAMPLESDIR%%/tutorial/README -%%EXAMPLESDIR%%/tutorial/gtkdial/Makefile -%%EXAMPLESDIR%%/tutorial/gtkdial/dial_handlers.adb -%%EXAMPLESDIR%%/tutorial/gtkdial/dial_handlers.ads -%%EXAMPLESDIR%%/tutorial/gtkdial/dial_test.adb -%%EXAMPLESDIR%%/tutorial/gtkdial/gtk_dial.adb -%%EXAMPLESDIR%%/tutorial/gtkdial/gtk_dial.ads -%%EXAMPLESDIR%%/tutorial/helloworld/Makefile -%%EXAMPLESDIR%%/tutorial/helloworld/hello.adb -%%EXAMPLESDIR%%/tutorial/helloworld/hello_package.adb -%%EXAMPLESDIR%%/tutorial/helloworld/hello_package.ads -%%EXAMPLESDIR%%/tutorial/helloworld2/Makefile -%%EXAMPLESDIR%%/tutorial/helloworld2/hello2.adb -%%EXAMPLESDIR%%/tutorial/helloworld2/hello2_package.adb -%%EXAMPLESDIR%%/tutorial/helloworld2/hello2_package.ads -%%EXAMPLESDIR%%/tutorial/packbox/Makefile -%%EXAMPLESDIR%%/tutorial/packbox/packbox.adb -%%EXAMPLESDIR%%/tutorial/packbox/packbox.ads -%%EXAMPLESDIR%%/tutorial/packbox/packbox_test.adb -%%EXAMPLESDIR%%/tutorial/simple/Makefile -%%EXAMPLESDIR%%/tutorial/simple/simple.adb -%%EXAMPLESDIR%%/tutorial/table/Makefile -%%EXAMPLESDIR%%/tutorial/table/table.adb -%%EXAMPLESDIR%%/tutorial/table/table.ads -%%EXAMPLESDIR%%/tutorial/table/table_test.adb -%%EXAMPLESDIR%%/tutorial/tictactoe/Makefile -%%EXAMPLESDIR%%/tutorial/tictactoe/tictactoe.adb -%%EXAMPLESDIR%%/tutorial/tictactoe/tictactoe.ads -%%EXAMPLESDIR%%/tutorial/tictactoe/ttt_test.adb -%%EXAMPLESDIR%%/user_data/Makefile -%%EXAMPLESDIR%%/user_data/README -%%EXAMPLESDIR%%/user_data/test_handlers.adb -share/gps/plug-ins/gtkada.xml -@dirrm share/gps/plug-ins -@dirrm share/gps -@dirrm %%EXAMPLESDIR%%/user_data -@dirrm %%EXAMPLESDIR%%/tutorial/tictactoe -@dirrm %%EXAMPLESDIR%%/tutorial/table -@dirrm %%EXAMPLESDIR%%/tutorial/simple -@dirrm %%EXAMPLESDIR%%/tutorial/packbox -@dirrm %%EXAMPLESDIR%%/tutorial/helloworld2 -@dirrm %%EXAMPLESDIR%%/tutorial/helloworld -@dirrm %%EXAMPLESDIR%%/tutorial/gtkdial -@dirrm %%EXAMPLESDIR%%/tutorial -@dirrm %%EXAMPLESDIR%%/testgtk/opengl -@dirrm %%EXAMPLESDIR%%/testgtk -@dirrm %%EXAMPLESDIR%%/powergnu -@dirrm %%EXAMPLESDIR%%/handlers -@dirrm %%EXAMPLESDIR%%/gtk_examples -@dirrm %%EXAMPLESDIR%%/dynamic_cast -@dirrm %%EXAMPLESDIR%%/doublebuffer -@dirrm %%EXAMPLESDIR%%/documentation -@dirrm %%EXAMPLESDIR%%/composite_widget -@dirrm %%EXAMPLESDIR%%/calendar_combo -@dirrm %%EXAMPLESDIR%%/base_widget -@dirrm %%EXAMPLESDIR%%/ -@dirrm %%DOCSDIR%%/gtkada_ug -@dirrm %%DOCSDIR%%/gtkada_rm -@dirrm %%DOCSDIR%% -@dirrm lib/gtkada -@dirrm lib/gnat/gtkada -@dirrm lib/gnat -@dirrm include/gtkada diff --git a/x11-toolkits/gtkextra2/Makefile b/x11-toolkits/gtkextra2/Makefile deleted file mode 100644 index 8974a8296..000000000 --- a/x11-toolkits/gtkextra2/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: gtkextra -# Date created: 17 August 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gtkextra -PORTVERSION= 2.1.1 -PORTREVISION= 6 -CATEGORIES= x11-toolkits -MASTER_SITES= SF/scigraphica/GtkExtra/${PORTVERSION}%20Sources -DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A useful widget set complementary to GTK+ 2.0 - -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gtk20 gnomehack -USE_GMAKE= yes -USE_LDCONFIG= yes - -LATEST_LINK= gtkextra2 -DOCSDIR= ${PREFIX}/share/doc/gtkextra2 - -PORTDOCS= * - -post-install: -.if !defined(NOPORTDOCS) -. for d in reference tutorial - cd ${WRKSRC}/docs && \ - ${FIND} ${d} -type d ! -empty -exec ${MKDIR} "${DOCSDIR}/{}" \; && \ - ${FIND} ${d} -type f -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \; -. endfor -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/gtkextra2/distinfo b/x11-toolkits/gtkextra2/distinfo deleted file mode 100644 index 494112ee3..000000000 --- a/x11-toolkits/gtkextra2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gtk+extra-2.1.1.tar.gz) = 1a933ca1286829383a0554cc2deb9e04 -SHA256 (gtk+extra-2.1.1.tar.gz) = 82d179fd2eb3fd5acbc9fc4d74507c559c6bc3269c488dc8642f9bca47a5dbe4 -SIZE (gtk+extra-2.1.1.tar.gz) = 893481 diff --git a/x11-toolkits/gtkextra2/files/patch-gtkextra_gtkitementry.c b/x11-toolkits/gtkextra2/files/patch-gtkextra_gtkitementry.c deleted file mode 100644 index 209bf3070..000000000 --- a/x11-toolkits/gtkextra2/files/patch-gtkextra_gtkitementry.c +++ /dev/null @@ -1,108 +0,0 @@ ---- gtkextra/gtkitementry.c.orig 2009-09-26 16:38:37.000000000 +0200 -+++ gtkextra/gtkitementry.c 2009-09-26 16:40:16.000000000 +0200 -@@ -693,23 +693,23 @@ gtk_entry_real_insert_text (GtkEditable - new_text_length = g_utf8_offset_to_pointer (new_text, n_chars) - new_text; - } - -- if (new_text_length + entry->n_bytes + 1 > entry->text_size) -+ if (new_text_length + entry->x_n_bytes + 1 > entry->x_text_size) - { -- while (new_text_length + entry->n_bytes + 1 > entry->text_size) -+ while (new_text_length + entry->x_n_bytes + 1 > entry->x_text_size) - { -- if (entry->text_size == 0) -- entry->text_size = MIN_SIZE; -+ if (entry->x_text_size == 0) -+ entry->x_text_size = MIN_SIZE; - else - { -- if (2 * (guint)entry->text_size < MAX_SIZE && -- 2 * (guint)entry->text_size > entry->text_size) -- entry->text_size *= 2; -+ if (2 * (guint)entry->x_text_size < MAX_SIZE && -+ 2 * (guint)entry->x_text_size > entry->x_text_size) -+ entry->x_text_size *= 2; - else - { -- entry->text_size = MAX_SIZE; -- if (new_text_length > (gint)entry->text_size - (gint)entry->n_bytes - 1) -+ entry->x_text_size = MAX_SIZE; -+ if (new_text_length > (gint)entry->x_text_size - (gint)entry->x_n_bytes - 1) - { -- new_text_length = (gint)entry->text_size - (gint)entry->n_bytes - 1; -+ new_text_length = (gint)entry->x_text_size - (gint)entry->x_n_bytes - 1; - new_text_length = g_utf8_find_prev_char (new_text, new_text + new_text_length + 1) - new_text; - n_chars = g_utf8_strlen (new_text, new_text_length); - } -@@ -718,19 +718,19 @@ gtk_entry_real_insert_text (GtkEditable - } - } - -- entry->text = g_realloc (entry->text, entry->text_size); -+ entry->text = g_realloc (entry->text, entry->x_text_size); - } - - index = g_utf8_offset_to_pointer (entry->text, *position) - entry->text; - -- g_memmove (entry->text + index + new_text_length, entry->text + index, entry->n_bytes - index); -+ g_memmove (entry->text + index + new_text_length, entry->text + index, entry->x_n_bytes - index); - memcpy (entry->text + index, new_text, new_text_length); - -- entry->n_bytes += new_text_length; -+ entry->x_n_bytes += new_text_length; - entry->text_length += n_chars; - - /* NUL terminate for safety and convenience */ -- entry->text[entry->n_bytes] = '\0'; -+ entry->text[entry->x_n_bytes] = '\0'; - - if (entry->current_pos > *position) - entry->current_pos += n_chars; -@@ -763,9 +763,9 @@ gtk_entry_real_delete_text (GtkEditable - gint start_index = g_utf8_offset_to_pointer (entry->text, start_pos) - entry->text; - gint end_index = g_utf8_offset_to_pointer (entry->text, end_pos) - entry->text; - -- g_memmove (entry->text + start_index, entry->text + end_index, entry->n_bytes + 1 - end_index); -+ g_memmove (entry->text + start_index, entry->text + end_index, entry->x_n_bytes + 1 - end_index); - entry->text_length -= (end_pos - start_pos); -- entry->n_bytes -= (end_index - start_index); -+ entry->x_n_bytes -= (end_index - start_index); - - if (entry->current_pos > start_pos) - entry->current_pos -= MIN (entry->current_pos, end_pos) - start_pos; -@@ -1028,7 +1028,7 @@ gtk_entry_retrieve_surrounding_cb (GtkIM - { - gtk_im_context_set_surrounding (context, - entry->text, -- entry->n_bytes, -+ entry->x_n_bytes, - g_utf8_offset_to_pointer (entry->text, entry->current_pos) - entry->text); - - return TRUE; -@@ -1229,7 +1229,7 @@ gtk_entry_create_layout (GtkEntry *entry - - if (entry->visible) - { -- g_string_prepend_len (tmp_string, entry->text, entry->n_bytes); -+ g_string_prepend_len (tmp_string, entry->text, entry->x_n_bytes); - g_string_insert (tmp_string, cursor_index, preedit_string); - } - else -@@ -1238,7 +1238,7 @@ gtk_entry_create_layout (GtkEntry *entry - gint preedit_len_chars; - gunichar invisible_char; - -- ch_len = g_utf8_strlen (entry->text, entry->n_bytes); -+ ch_len = g_utf8_strlen (entry->text, entry->x_n_bytes); - preedit_len_chars = g_utf8_strlen (preedit_string, -1); - ch_len += preedit_len_chars; - -@@ -1272,7 +1272,7 @@ gtk_entry_create_layout (GtkEntry *entry - { - if (entry->visible) - { -- pango_layout_set_text (layout, entry->text, entry->n_bytes); -+ pango_layout_set_text (layout, entry->text, entry->x_n_bytes); - } - else - { diff --git a/x11-toolkits/gtkextra2/pkg-descr b/x11-toolkits/gtkextra2/pkg-descr deleted file mode 100644 index cf241bbab..000000000 --- a/x11-toolkits/gtkextra2/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GtkExtra is a useful set of widgets for creating GUI's for the X -Window System using GTK+ 2.0. You can use it complementary to GTK+ 2.0 -and it is written in C. - -WWW: http://gtkextra.sourceforge.net/ diff --git a/x11-toolkits/gtkextra2/pkg-plist b/x11-toolkits/gtkextra2/pkg-plist deleted file mode 100644 index b960a16ba..000000000 --- a/x11-toolkits/gtkextra2/pkg-plist +++ /dev/null @@ -1,53 +0,0 @@ -include/gtkextra-2.0/gtkextra/gtkbordercombo.h -include/gtkextra-2.0/gtkextra/gtkcharsel.h -include/gtkextra-2.0/gtkextra/gtkcheckitem.h -include/gtkextra-2.0/gtkextra/gtkcolorcombo.h -include/gtkextra-2.0/gtkextra/gtkcombobutton.h -include/gtkextra-2.0/gtkextra/gtkdirtree.h -include/gtkextra-2.0/gtkextra/gtkextra-marshal.h -include/gtkextra-2.0/gtkextra/gtkextra.h -include/gtkextra-2.0/gtkextra/gtkextrafeatures.h -include/gtkextra-2.0/gtkextra/gtkextraicons.h -include/gtkextra-2.0/gtkextra/gtkextratypebuiltins.h -include/gtkextra-2.0/gtkextra/gtkfileicons.h -include/gtkextra-2.0/gtkextra/gtkfilelist.h -include/gtkextra-2.0/gtkextra/gtkfontcombo.h -include/gtkextra-2.0/gtkextra/gtkiconfilesel.h -include/gtkextra-2.0/gtkextra/gtkiconlist.h -include/gtkextra-2.0/gtkextra/gtkitementry.h -include/gtkextra-2.0/gtkextra/gtkplot.h -include/gtkextra-2.0/gtkextra/gtkplot3d.h -include/gtkextra-2.0/gtkextra/gtkplotarray.h -include/gtkextra-2.0/gtkextra/gtkplotbar.h -include/gtkextra-2.0/gtkextra/gtkplotbox.h -include/gtkextra-2.0/gtkextra/gtkplotbubble.h -include/gtkextra-2.0/gtkextra/gtkplotcandle.h -include/gtkextra-2.0/gtkextra/gtkplotcanvas.h -include/gtkextra-2.0/gtkextra/gtkplotcanvasellipse.h -include/gtkextra-2.0/gtkextra/gtkplotcanvasline.h -include/gtkextra-2.0/gtkextra/gtkplotcanvaspixmap.h -include/gtkextra-2.0/gtkextra/gtkplotcanvasplot.h -include/gtkextra-2.0/gtkextra/gtkplotcanvasrectangle.h -include/gtkextra-2.0/gtkextra/gtkplotcanvastext.h -include/gtkextra-2.0/gtkextra/gtkplotcsurface.h -include/gtkextra-2.0/gtkextra/gtkplotdata.h -include/gtkextra-2.0/gtkextra/gtkplotdt.h -include/gtkextra-2.0/gtkextra/gtkplotflux.h -include/gtkextra-2.0/gtkextra/gtkplotgdk.h -include/gtkextra-2.0/gtkextra/gtkplotpc.h -include/gtkextra-2.0/gtkextra/gtkplotpixmap.h -include/gtkextra-2.0/gtkextra/gtkplotpolar.h -include/gtkextra-2.0/gtkextra/gtkplotprint.h -include/gtkextra-2.0/gtkextra/gtkplotps.h -include/gtkextra-2.0/gtkextra/gtkplotsegment.h -include/gtkextra-2.0/gtkextra/gtkplotsurface.h -include/gtkextra-2.0/gtkextra/gtkpsfont.h -include/gtkextra-2.0/gtkextra/gtksheet.h -include/gtkextra-2.0/gtkextra/gtktogglecombo.h -lib/libgtkextra-x11-2.0.a -lib/libgtkextra-x11-2.0.la -lib/libgtkextra-x11-2.0.so -lib/libgtkextra-x11-2.0.so.1 -libdata/pkgconfig/gtkextra-2.0.pc -@dirrm include/gtkextra-2.0/gtkextra -@dirrm include/gtkextra-2.0 diff --git a/x11-toolkits/gtkmm24-reference/Makefile b/x11-toolkits/gtkmm24-reference/Makefile deleted file mode 100644 index 1c1e84cbd..000000000 --- a/x11-toolkits/gtkmm24-reference/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: gtkmm24-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTREVISION= 5 - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtkmm-2.4.pc:${PORTSDIR}/x11-toolkits/gtkmm24 \ - ${LOCALBASE}/share/glibmm-2.4/doctool/doc-install.pl:${PORTSDIR}/devel/glibmm-reference - -USE_GMAKE= yes -GNU_CONFIGURE= yes - -DOCSDIR= ${PREFIX}/share/doc/gtkmm-2.4 - -do-install: -.if !defined(NOPORTDOCS) -.for d in docs - @cd ${WRKSRC}/${d} && ${GMAKE} install -.endfor -.endif - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/x11-toolkits/gtkmm24-reference/pkg-descr b/x11-toolkits/gtkmm24-reference/pkg-descr deleted file mode 100644 index 54890d80e..000000000 --- a/x11-toolkits/gtkmm24-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for x11-toolkits/gtkmm24. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/x11-toolkits/gtkmm24-reference/pkg-plist b/x11-toolkits/gtkmm24-reference/pkg-plist deleted file mode 100644 index 842fc6b95..000000000 --- a/x11-toolkits/gtkmm24-reference/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%PORTDOCS%%share/devhelp/books/gtkmm-2.4/gtkmm-2.4.devhelp2 -%%PORTDOCS%%@dirrm share/devhelp/books/gtkmm-2.4 -%%PORTDOCS%%@dirrmtry share/devhelp/books -%%PORTDOCS%%@dirrmtry share/devhelp diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile deleted file mode 100644 index 01f3d3f9f..000000000 --- a/x11-toolkits/gtkmm24/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: gtkmm2 -# Date created: 30 September 2002 -# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/gtkmm24/Makefile,v 1.54 2009/09/21 20:08:13 kwm Exp $ -# - -PORTNAME= gtkmm -PORTVERSION= 2.18.2 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ wrapper for Gtk+, Pango, Atk - -USE_BZIP2= yes -LATEST_LINK= gtkmm24 - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm \ - cairomm-1.0.1:${PORTSDIR}/graphics/cairomm \ - pangomm-1.4.1:${PORTSDIR}/x11-toolkits/pangomm -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack gtk20 ltverhack:1 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-documentation \ - --enable-static=yes - -PLIST_SUB= VERSION="2.4" API_VERSION="2.4" - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/gtkmm24/distinfo b/x11-toolkits/gtkmm24/distinfo deleted file mode 100644 index e0749a345..000000000 --- a/x11-toolkits/gtkmm24/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gtkmm-2.18.2.tar.bz2) = 3e43e9eef1da8988a76a2815d6b31c91 -SHA256 (gnome2/gtkmm-2.18.2.tar.bz2) = dfc003e22ecdc046cbae731b24e077ed87efa0f9ca57a0735dfe716c560b474e -SIZE (gnome2/gtkmm-2.18.2.tar.bz2) = 12215352 diff --git a/x11-toolkits/gtkmm24/pkg-descr b/x11-toolkits/gtkmm24/pkg-descr deleted file mode 100644 index b2371e32c..000000000 --- a/x11-toolkits/gtkmm24/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -C++ wrapper for Gtk+, Pango and Atk. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/x11-toolkits/gtkmm24/pkg-plist b/x11-toolkits/gtkmm24/pkg-plist deleted file mode 100644 index 93d068b38..000000000 --- a/x11-toolkits/gtkmm24/pkg-plist +++ /dev/null @@ -1,519 +0,0 @@ -include/atkmm-1.6/atkmm.h -include/atkmm-1.6/atkmm/action.h -include/atkmm-1.6/atkmm/component.h -include/atkmm-1.6/atkmm/document.h -include/atkmm-1.6/atkmm/editabletext.h -include/atkmm-1.6/atkmm/hyperlink.h -include/atkmm-1.6/atkmm/hypertext.h -include/atkmm-1.6/atkmm/image.h -include/atkmm-1.6/atkmm/implementor.h -include/atkmm-1.6/atkmm/init.h -include/atkmm-1.6/atkmm/noopobject.h -include/atkmm-1.6/atkmm/object.h -include/atkmm-1.6/atkmm/objectaccessible.h -include/atkmm-1.6/atkmm/private/action_p.h -include/atkmm-1.6/atkmm/private/component_p.h -include/atkmm-1.6/atkmm/private/document_p.h -include/atkmm-1.6/atkmm/private/editabletext_p.h -include/atkmm-1.6/atkmm/private/hyperlink_p.h -include/atkmm-1.6/atkmm/private/hypertext_p.h -include/atkmm-1.6/atkmm/private/image_p.h -include/atkmm-1.6/atkmm/private/implementor_p.h -include/atkmm-1.6/atkmm/private/noopobject_p.h -include/atkmm-1.6/atkmm/private/object_p.h -include/atkmm-1.6/atkmm/private/objectaccessible_p.h -include/atkmm-1.6/atkmm/private/relation_p.h -include/atkmm-1.6/atkmm/private/relationset_p.h -include/atkmm-1.6/atkmm/private/selection_p.h -include/atkmm-1.6/atkmm/private/stateset_p.h -include/atkmm-1.6/atkmm/private/streamablecontent_p.h -include/atkmm-1.6/atkmm/private/table_p.h -include/atkmm-1.6/atkmm/private/text_p.h -include/atkmm-1.6/atkmm/private/value_p.h -include/atkmm-1.6/atkmm/relation.h -include/atkmm-1.6/atkmm/relationset.h -include/atkmm-1.6/atkmm/selection.h -include/atkmm-1.6/atkmm/stateset.h -include/atkmm-1.6/atkmm/streamablecontent.h -include/atkmm-1.6/atkmm/table.h -include/atkmm-1.6/atkmm/text.h -include/atkmm-1.6/atkmm/value.h -include/atkmm-1.6/atkmm/wrap_init.h -include/gdkmm-%%API_VERSION%%/gdkmm.h -include/gdkmm-%%API_VERSION%%/gdkmm/bitmap.h -include/gdkmm-%%API_VERSION%%/gdkmm/color.h -include/gdkmm-%%API_VERSION%%/gdkmm/colormap.h -include/gdkmm-%%API_VERSION%%/gdkmm/cursor.h -include/gdkmm-%%API_VERSION%%/gdkmm/device.h -include/gdkmm-%%API_VERSION%%/gdkmm/display.h -include/gdkmm-%%API_VERSION%%/gdkmm/displaymanager.h -include/gdkmm-%%API_VERSION%%/gdkmm/dragcontext.h -include/gdkmm-%%API_VERSION%%/gdkmm/drawable.h -include/gdkmm-%%API_VERSION%%/gdkmm/event.h -include/gdkmm-%%API_VERSION%%/gdkmm/gc.h -include/gdkmm-%%API_VERSION%%/gdkmm/general.h -include/gdkmm-%%API_VERSION%%/gdkmm/image.h -include/gtkmm-%%API_VERSION%%/gtkmm/infobar.h -include/gdkmm-%%API_VERSION%%/gdkmm/list.h -include/gdkmm-%%API_VERSION%%/gdkmm/pixbuf.h -include/gdkmm-%%API_VERSION%%/gdkmm/pixbufanimation.h -include/gdkmm-%%API_VERSION%%/gdkmm/pixbufanimationiter.h -include/gdkmm-%%API_VERSION%%/gdkmm/pixbufformat.h -include/gdkmm-%%API_VERSION%%/gdkmm/pixbufloader.h -include/gdkmm-%%API_VERSION%%/gdkmm/pixmap.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/bitmap_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/color_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/colormap_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/cursor_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/device_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/display_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/displaymanager_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/dragcontext_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/drawable_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/event_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/gc_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/image_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/infobar_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/pixbuf_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/pixbufanimation_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/pixbufanimationiter_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/pixbufformat_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/pixbufloader_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/pixmap_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/rectangle_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/region_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/rgbcmap_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/screen_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/types_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/visual_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/window_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/rectangle.h -include/gdkmm-%%API_VERSION%%/gdkmm/region.h -include/gdkmm-%%API_VERSION%%/gdkmm/rgb.h -include/gdkmm-%%API_VERSION%%/gdkmm/rgbcmap.h -include/gdkmm-%%API_VERSION%%/gdkmm/screen.h -include/gdkmm-%%API_VERSION%%/gdkmm/types.h -include/gdkmm-%%API_VERSION%%/gdkmm/visual.h -include/gdkmm-%%API_VERSION%%/gdkmm/window.h -include/gdkmm-%%API_VERSION%%/gdkmm/wrap_init.h -include/gtkmm-%%API_VERSION%%/gtkmm.h -include/gtkmm-%%API_VERSION%%/gtkmm/aboutdialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/accelgroup.h -include/gtkmm-%%API_VERSION%%/gtkmm/accelkey.h -include/gtkmm-%%API_VERSION%%/gtkmm/accellabel.h -include/gtkmm-%%API_VERSION%%/gtkmm/accelmap.h -include/gtkmm-%%API_VERSION%%/gtkmm/action.h -include/gtkmm-%%API_VERSION%%/gtkmm/actiongroup.h -include/gtkmm-%%API_VERSION%%/gtkmm/activatable.h -include/gtkmm-%%API_VERSION%%/gtkmm/adjustment.h -include/gtkmm-%%API_VERSION%%/gtkmm/alignment.h -include/gtkmm-%%API_VERSION%%/gtkmm/arrow.h -include/gtkmm-%%API_VERSION%%/gtkmm/aspectframe.h -include/gtkmm-%%API_VERSION%%/gtkmm/assistant.h -include/gtkmm-%%API_VERSION%%/gtkmm/base.h -include/gtkmm-%%API_VERSION%%/gtkmm/bin.h -include/gtkmm-%%API_VERSION%%/gtkmm/box.h -include/gtkmm-%%API_VERSION%%/gtkmm/builder.h -include/gtkmm-%%API_VERSION%%/gtkmm/button.h -include/gtkmm-%%API_VERSION%%/gtkmm/buttonbox.h -include/gtkmm-%%API_VERSION%%/gtkmm/calendar.h -include/gtkmm-%%API_VERSION%%/gtkmm/celleditable.h -include/gtkmm-%%API_VERSION%%/gtkmm/celllayout.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderer.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderer_generation.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrendereraccel.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderercombo.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrendererpixbuf.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrendererprogress.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrendererspin.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderertext.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderertoggle.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellview.h -include/gtkmm-%%API_VERSION%%/gtkmm/checkbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/checkmenuitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/clipboard.h -include/gtkmm-%%API_VERSION%%/gtkmm/colorbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/colorselection.h -include/gtkmm-%%API_VERSION%%/gtkmm/combo.h -include/gtkmm-%%API_VERSION%%/gtkmm/combobox.h -include/gtkmm-%%API_VERSION%%/gtkmm/comboboxentry.h -include/gtkmm-%%API_VERSION%%/gtkmm/comboboxentrytext.h -include/gtkmm-%%API_VERSION%%/gtkmm/comboboxtext.h -include/gtkmm-%%API_VERSION%%/gtkmm/container.h -include/gtkmm-%%API_VERSION%%/gtkmm/curve.h -include/gtkmm-%%API_VERSION%%/gtkmm/dialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/drawingarea.h -include/gtkmm-%%API_VERSION%%/gtkmm/editable.h -include/gtkmm-%%API_VERSION%%/gtkmm/entry.h -include/gtkmm-%%API_VERSION%%/gtkmm/entrycompletion.h -include/gtkmm-%%API_VERSION%%/gtkmm/enums.h -include/gtkmm-%%API_VERSION%%/gtkmm/eventbox.h -include/gtkmm-%%API_VERSION%%/gtkmm/expander.h -include/gtkmm-%%API_VERSION%%/gtkmm/filechooser.h -include/gtkmm-%%API_VERSION%%/gtkmm/filechooserbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/filechooserdialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/filechooserwidget.h -include/gtkmm-%%API_VERSION%%/gtkmm/filefilter.h -include/gtkmm-%%API_VERSION%%/gtkmm/fileselection.h -include/gtkmm-%%API_VERSION%%/gtkmm/fixed.h -include/gtkmm-%%API_VERSION%%/gtkmm/fontbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/fontselection.h -include/gtkmm-%%API_VERSION%%/gtkmm/frame.h -include/gtkmm-%%API_VERSION%%/gtkmm/handlebox.h -include/gtkmm-%%API_VERSION%%/gtkmm/iconfactory.h -include/gtkmm-%%API_VERSION%%/gtkmm/iconinfo.h -include/gtkmm-%%API_VERSION%%/gtkmm/iconset.h -include/gtkmm-%%API_VERSION%%/gtkmm/iconsource.h -include/gtkmm-%%API_VERSION%%/gtkmm/icontheme.h -include/gtkmm-%%API_VERSION%%/gtkmm/iconview.h -include/gtkmm-%%API_VERSION%%/gtkmm/image.h -include/gtkmm-%%API_VERSION%%/gtkmm/imagemenuitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/inputdialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/invisible.h -include/gtkmm-%%API_VERSION%%/gtkmm/item.h -include/gtkmm-%%API_VERSION%%/gtkmm/label.h -include/gtkmm-%%API_VERSION%%/gtkmm/layout.h -include/gtkmm-%%API_VERSION%%/gtkmm/linkbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/liststore.h -include/gtkmm-%%API_VERSION%%/gtkmm/listviewtext.h -include/gtkmm-%%API_VERSION%%/gtkmm/main.h -include/gtkmm-%%API_VERSION%%/gtkmm/menu.h -include/gtkmm-%%API_VERSION%%/gtkmm/menu_elems.h -include/gtkmm-%%API_VERSION%%/gtkmm/menubar.h -include/gtkmm-%%API_VERSION%%/gtkmm/menuitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/menushell.h -include/gtkmm-%%API_VERSION%%/gtkmm/menutoolbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/messagedialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/misc.h -include/gtkmm-%%API_VERSION%%/gtkmm/notebook.h -include/gtkmm-%%API_VERSION%%/gtkmm/object.h -include/gtkmm-%%API_VERSION%%/gtkmm/optionmenu.h -include/gtkmm-%%API_VERSION%%/gtkmm/orientable.h -include/gtkmm-%%API_VERSION%%/gtkmm/pagesetup.h -include/gtkmm-%%API_VERSION%%/gtkmm/pagesetupunixdialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/paned.h -include/gtkmm-%%API_VERSION%%/gtkmm/papersize.h -include/gtkmm-%%API_VERSION%%/gtkmm/plug.h -include/gtkmm-%%API_VERSION%%/gtkmm/printcontext.h -include/gtkmm-%%API_VERSION%%/gtkmm/printer.h -include/gtkmm-%%API_VERSION%%/gtkmm/printjob.h -include/gtkmm-%%API_VERSION%%/gtkmm/printoperation.h -include/gtkmm-%%API_VERSION%%/gtkmm/printoperationpreview.h -include/gtkmm-%%API_VERSION%%/gtkmm/printsettings.h -include/gtkmm-%%API_VERSION%%/gtkmm/printunixdialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/aboutdialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/accelgroup_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/accellabel_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/action_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/actiongroup_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/activatable_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/adjustment_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/alignment_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/arrow_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/aspectframe_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/assistant_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/bin_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/box_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/builder_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/button_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/buttonbox_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/calendar_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/celleditable_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/celllayout_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrenderer_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrendereraccel_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrenderercombo_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrendererpixbuf_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrendererprogress_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrendererspin_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrenderertext_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrenderertoggle_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellview_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/checkbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/checkmenuitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/clipboard_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/colorbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/colorselection_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/combo_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/combobox_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/comboboxentry_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/container_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/curve_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/dialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/drawingarea_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/editable_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/entry_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/entrycompletion_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/enums_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/eventbox_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/expander_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/filechooser_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/filechooserbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/filechooserdialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/filechooserwidget_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/filefilter_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/fileselection_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/fixed_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/fontbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/fontselection_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/frame_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/handlebox_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/iconfactory_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/iconinfo_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/iconset_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/iconsource_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/icontheme_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/iconview_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/image_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/imagemenuitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/inputdialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/invisible_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/item_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/label_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/layout_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/linkbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/liststore_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/main_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/menu_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/menubar_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/menuitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/menushell_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/menutoolbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/messagedialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/misc_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/notebook_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/object_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/optionmenu_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/orientable_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/pagesetup_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/pagesetupunixdialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/paned_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/papersize_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/plug_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printcontext_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printer_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printjob_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printoperation_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printoperationpreview_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printsettings_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printunixdialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/progressbar_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/radioaction_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/radiobutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/radiomenuitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/radiotoolbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/range_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/rc_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentaction_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentchooser_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentchooserdialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentchoosermenu_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentchooserwidget_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentfilter_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentinfo_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentmanager_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/ruler_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/scale_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/scalebutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/scrollbar_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/scrolledwindow_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/selectiondata_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/separator_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/separatormenuitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/separatortoolitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/settings_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/sizegroup_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/socket_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/spinbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/statusbar_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/statusicon_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/stockitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/style_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/table_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/targetlist_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/tearoffmenuitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/textattributes_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/textbuffer_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/textchildanchor_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/textiter_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/textmark_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/texttag_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/texttagtable_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/textview_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toggleaction_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/togglebutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toggletoolbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toolbar_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toolbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toolitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toolshell_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/tooltip_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/tooltips_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treedragdest_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treedragsource_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treeiter_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treemodel_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treemodelfilter_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treemodelsort_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treepath_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treerowreference_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treeselection_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treesortable_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treestore_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treeview_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treeviewcolumn_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/uimanager_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/viewport_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/volumebutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/widget_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/window_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/progressbar.h -include/gtkmm-%%API_VERSION%%/gtkmm/radioaction.h -include/gtkmm-%%API_VERSION%%/gtkmm/radiobutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/radiobuttongroup.h -include/gtkmm-%%API_VERSION%%/gtkmm/radiomenuitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/radiotoolbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/range.h -include/gtkmm-%%API_VERSION%%/gtkmm/rc.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentaction.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentchooser.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentchooserdialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentchoosermenu.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentchooserwidget.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentfilter.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentinfo.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentmanager.h -include/gtkmm-%%API_VERSION%%/gtkmm/ruler.h -include/gtkmm-%%API_VERSION%%/gtkmm/scale.h -include/gtkmm-%%API_VERSION%%/gtkmm/scalebutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/scrollbar.h -include/gtkmm-%%API_VERSION%%/gtkmm/scrolledwindow.h -include/gtkmm-%%API_VERSION%%/gtkmm/selectiondata.h -include/gtkmm-%%API_VERSION%%/gtkmm/selectiondata_private.h -include/gtkmm-%%API_VERSION%%/gtkmm/separator.h -include/gtkmm-%%API_VERSION%%/gtkmm/separatormenuitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/separatortoolitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/settings.h -include/gtkmm-%%API_VERSION%%/gtkmm/sizegroup.h -include/gtkmm-%%API_VERSION%%/gtkmm/socket.h -include/gtkmm-%%API_VERSION%%/gtkmm/spinbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/statusbar.h -include/gtkmm-%%API_VERSION%%/gtkmm/statusicon.h -include/gtkmm-%%API_VERSION%%/gtkmm/stock.h -include/gtkmm-%%API_VERSION%%/gtkmm/stockid.h -include/gtkmm-%%API_VERSION%%/gtkmm/stockitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/style.h -include/gtkmm-%%API_VERSION%%/gtkmm/table.h -include/gtkmm-%%API_VERSION%%/gtkmm/targetentry.h -include/gtkmm-%%API_VERSION%%/gtkmm/targetlist.h -include/gtkmm-%%API_VERSION%%/gtkmm/tearoffmenuitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/textattributes.h -include/gtkmm-%%API_VERSION%%/gtkmm/textbuffer.h -include/gtkmm-%%API_VERSION%%/gtkmm/textchildanchor.h -include/gtkmm-%%API_VERSION%%/gtkmm/textiter.h -include/gtkmm-%%API_VERSION%%/gtkmm/textmark.h -include/gtkmm-%%API_VERSION%%/gtkmm/texttag.h -include/gtkmm-%%API_VERSION%%/gtkmm/texttagtable.h -include/gtkmm-%%API_VERSION%%/gtkmm/textview.h -include/gtkmm-%%API_VERSION%%/gtkmm/toggleaction.h -include/gtkmm-%%API_VERSION%%/gtkmm/togglebutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/toggletoolbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/toolbar.h -include/gtkmm-%%API_VERSION%%/gtkmm/toolbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/toolitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/toolshell.h -include/gtkmm-%%API_VERSION%%/gtkmm/tooltip.h -include/gtkmm-%%API_VERSION%%/gtkmm/tooltips.h -include/gtkmm-%%API_VERSION%%/gtkmm/treedragdest.h -include/gtkmm-%%API_VERSION%%/gtkmm/treedragsource.h -include/gtkmm-%%API_VERSION%%/gtkmm/treeiter.h -include/gtkmm-%%API_VERSION%%/gtkmm/treemodel.h -include/gtkmm-%%API_VERSION%%/gtkmm/treemodelcolumn.h -include/gtkmm-%%API_VERSION%%/gtkmm/treemodelfilter.h -include/gtkmm-%%API_VERSION%%/gtkmm/treemodelsort.h -include/gtkmm-%%API_VERSION%%/gtkmm/treepath.h -include/gtkmm-%%API_VERSION%%/gtkmm/treerowreference.h -include/gtkmm-%%API_VERSION%%/gtkmm/treeselection.h -include/gtkmm-%%API_VERSION%%/gtkmm/treesortable.h -include/gtkmm-%%API_VERSION%%/gtkmm/treestore.h -include/gtkmm-%%API_VERSION%%/gtkmm/treeview.h -include/gtkmm-%%API_VERSION%%/gtkmm/treeview_private.h -include/gtkmm-%%API_VERSION%%/gtkmm/treeviewcolumn.h -include/gtkmm-%%API_VERSION%%/gtkmm/uimanager.h -include/gtkmm-%%API_VERSION%%/gtkmm/viewport.h -include/gtkmm-%%API_VERSION%%/gtkmm/volumebutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/widget.h -include/gtkmm-%%API_VERSION%%/gtkmm/window.h -include/gtkmm-%%API_VERSION%%/gtkmm/wrap_init.h -lib/gdkmm-%%API_VERSION%%/include/gdkmmconfig.h -lib/gtkmm-%%API_VERSION%%/include/gtkmmconfig.h -lib/libatkmm-1.6.a -lib/libatkmm-1.6.la -lib/libatkmm-1.6.so -lib/libatkmm-1.6.so.1 -lib/libgdkmm-%%VERSION%%.a -lib/libgdkmm-%%VERSION%%.la -lib/libgdkmm-%%VERSION%%.so -lib/libgdkmm-%%VERSION%%.so.1 -lib/libgtkmm-%%VERSION%%.a -lib/libgtkmm-%%VERSION%%.la -lib/libgtkmm-%%VERSION%%.so -lib/libgtkmm-%%VERSION%%.so.1 -libdata/pkgconfig/atkmm-1.6.pc -libdata/pkgconfig/gdkmm-%%API_VERSION%%.pc -libdata/pkgconfig/gtkmm-%%API_VERSION%%.pc -share/gtkmm-%%API_VERSION%%/demo/alphatest.png -share/gtkmm-%%API_VERSION%%/demo/apple-red.png -share/gtkmm-%%API_VERSION%%/demo/background.jpg -share/gtkmm-%%API_VERSION%%/demo/demo-common.cc -share/gtkmm-%%API_VERSION%%/demo/demo-common.h -share/gtkmm-%%API_VERSION%%/demo/demos.h -share/gtkmm-%%API_VERSION%%/demo/demowindow.cc -share/gtkmm-%%API_VERSION%%/demo/demowindow.h -share/gtkmm-%%API_VERSION%%/demo/example_appwindow.cc -share/gtkmm-%%API_VERSION%%/demo/example_buttonbox.cc -share/gtkmm-%%API_VERSION%%/demo/example_change_display.cc -share/gtkmm-%%API_VERSION%%/demo/example_colorsel.cc -share/gtkmm-%%API_VERSION%%/demo/example_dialog.cc -share/gtkmm-%%API_VERSION%%/demo/example_drawingarea.cc -share/gtkmm-%%API_VERSION%%/demo/example_iconview.cc -share/gtkmm-%%API_VERSION%%/demo/example_images.cc -share/gtkmm-%%API_VERSION%%/demo/example_menus.cc -share/gtkmm-%%API_VERSION%%/demo/example_panes.cc -share/gtkmm-%%API_VERSION%%/demo/example_pixbufs.cc -share/gtkmm-%%API_VERSION%%/demo/example_sizegroup.cc -share/gtkmm-%%API_VERSION%%/demo/example_stockbrowser.cc -share/gtkmm-%%API_VERSION%%/demo/example_textview.cc -share/gtkmm-%%API_VERSION%%/demo/example_treeview_editable_cells.cc -share/gtkmm-%%API_VERSION%%/demo/example_treeview_liststore.cc -share/gtkmm-%%API_VERSION%%/demo/example_treeview_treestore.cc -share/gtkmm-%%API_VERSION%%/demo/example_uimanager.cc -share/gtkmm-%%API_VERSION%%/demo/floppybuddy.gif -share/gtkmm-%%API_VERSION%%/demo/gnome-applets.png -share/gtkmm-%%API_VERSION%%/demo/gnome-calendar.png -share/gtkmm-%%API_VERSION%%/demo/gnome-foot.png -share/gtkmm-%%API_VERSION%%/demo/gnome-fs-directory.png -share/gtkmm-%%API_VERSION%%/demo/gnome-fs-regular.png -share/gtkmm-%%API_VERSION%%/demo/gnome-gimp.png -share/gtkmm-%%API_VERSION%%/demo/gnome-gmush.png -share/gtkmm-%%API_VERSION%%/demo/gnome-gsame.png -share/gtkmm-%%API_VERSION%%/demo/gnu-keys.png -share/gtkmm-%%API_VERSION%%/demo/gtk-logo-rgb.gif -share/gtkmm-%%API_VERSION%%/demo/main.cc -share/gtkmm-%%API_VERSION%%/demo/textwidget.cc -share/gtkmm-%%API_VERSION%%/demo/textwidget.h -@dirrm share/gtkmm-%%API_VERSION%%/demo -@dirrm share/gtkmm-%%API_VERSION%% -@dirrm lib/gtkmm-%%API_VERSION%%/include -@dirrm lib/gtkmm-%%API_VERSION%% -@dirrm lib/gdkmm-%%API_VERSION%%/include -@dirrm lib/gdkmm-%%API_VERSION%% -@dirrm include/gtkmm-%%API_VERSION%%/gtkmm/private -@dirrm include/gtkmm-%%API_VERSION%%/gtkmm -@dirrm include/gtkmm-%%API_VERSION%% -@dirrm include/gdkmm-%%API_VERSION%%/gdkmm/private -@dirrm include/gdkmm-%%API_VERSION%%/gdkmm -@dirrm include/gdkmm-%%API_VERSION%% -@dirrm include/atkmm-1.6/atkmm/private -@dirrm include/atkmm-1.6/atkmm -@dirrm include/atkmm-1.6 diff --git a/x11-toolkits/gtksourceview2/Makefile b/x11-toolkits/gtksourceview2/Makefile deleted file mode 100644 index 151a2400a..000000000 --- a/x11-toolkits/gtksourceview2/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: gtksourceview -# Date created: 07 May 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/gtksourceview2/Makefile,v 1.80 2009/09/22 08:23:40 kwm Exp $ -# - -PORTNAME= gtksourceview2 -PORTVERSION= 2.8.1 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A text widget that adds syntax highlighting to the GtkTextView widget - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -USE_GETTEXT= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -USE_GNOME= gnomeprefix gnomehack gtk20 libxml2 intlhack \ - ltverhack referencehack -CONFIGURE_ARGS= --enable-compile-warnings=no -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/gtksourceview2/distinfo b/x11-toolkits/gtksourceview2/distinfo deleted file mode 100644 index d40c6f6e2..000000000 --- a/x11-toolkits/gtksourceview2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gtksourceview-2.8.1.tar.bz2) = 7741e41d3c7c83a35014f0faef3c94a2 -SHA256 (gnome2/gtksourceview-2.8.1.tar.bz2) = e67e8222675228a7cc1ef7da0a3367f3d67d2a0ca2eb50e668e48caf116f390a -SIZE (gnome2/gtksourceview-2.8.1.tar.bz2) = 1049753 diff --git a/x11-toolkits/gtksourceview2/pkg-descr b/x11-toolkits/gtksourceview2/pkg-descr deleted file mode 100644 index 729f71780..000000000 --- a/x11-toolkits/gtksourceview2/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -GtkSourceView is a text widget for Gtk+-2 that provides syntax highlighting -and other features typically expected in a source code editor. diff --git a/x11-toolkits/gtksourceview2/pkg-plist b/x11-toolkits/gtksourceview2/pkg-plist deleted file mode 100644 index 7316c0d22..000000000 --- a/x11-toolkits/gtksourceview2/pkg-plist +++ /dev/null @@ -1,210 +0,0 @@ -include/gtksourceview-2.0/gtksourceview/gtksourcebuffer.h -include/gtksourceview-2.0/gtksourceview/gtksourcegutter.h -include/gtksourceview-2.0/gtksourceview/gtksourceiter.h -include/gtksourceview-2.0/gtksourceview/gtksourcelanguage.h -include/gtksourceview-2.0/gtksourceview/gtksourcelanguagemanager.h -include/gtksourceview-2.0/gtksourceview/gtksourcemark.h -include/gtksourceview-2.0/gtksourceview/gtksourceprintcompositor.h -include/gtksourceview-2.0/gtksourceview/gtksourcestyle.h -include/gtksourceview-2.0/gtksourceview/gtksourcestylescheme.h -include/gtksourceview-2.0/gtksourceview/gtksourcestyleschememanager.h -include/gtksourceview-2.0/gtksourceview/gtksourceview-typebuiltins.h -include/gtksourceview-2.0/gtksourceview/gtksourceview.h -lib/libgtksourceview-2.0.a -lib/libgtksourceview-2.0.la -lib/libgtksourceview-2.0.so -lib/libgtksourceview-2.0.so.0 -libdata/pkgconfig/gtksourceview-2.0.pc -share/gtksourceview-2.0/language-specs/R.lang -share/gtksourceview-2.0/language-specs/ada.lang -share/gtksourceview-2.0/language-specs/asp.lang -share/gtksourceview-2.0/language-specs/awk.lang -share/gtksourceview-2.0/language-specs/boo.lang -share/gtksourceview-2.0/language-specs/c.lang -share/gtksourceview-2.0/language-specs/changelog.lang -share/gtksourceview-2.0/language-specs/chdr.lang -share/gtksourceview-2.0/language-specs/check.sh -share/gtksourceview-2.0/language-specs/cmake.lang -share/gtksourceview-2.0/language-specs/convert.py -share/gtksourceview-2.0/language-specs/cpp.lang -share/gtksourceview-2.0/language-specs/csharp.lang -share/gtksourceview-2.0/language-specs/css.lang -share/gtksourceview-2.0/language-specs/cuda.lang -share/gtksourceview-2.0/language-specs/d.lang -share/gtksourceview-2.0/language-specs/def.lang -share/gtksourceview-2.0/language-specs/desktop.lang -share/gtksourceview-2.0/language-specs/diff.lang -share/gtksourceview-2.0/language-specs/docbook.lang -share/gtksourceview-2.0/language-specs/dosbatch.lang -share/gtksourceview-2.0/language-specs/dot.lang -share/gtksourceview-2.0/language-specs/dpatch.lang -share/gtksourceview-2.0/language-specs/dtd.lang -share/gtksourceview-2.0/language-specs/eiffel.lang -share/gtksourceview-2.0/language-specs/erlang.lang -share/gtksourceview-2.0/language-specs/forth.lang -share/gtksourceview-2.0/language-specs/fortran.lang -share/gtksourceview-2.0/language-specs/gap.lang -share/gtksourceview-2.0/language-specs/glsl.lang -share/gtksourceview-2.0/language-specs/gtk-doc.lang -share/gtksourceview-2.0/language-specs/gtkrc.lang -share/gtksourceview-2.0/language-specs/haddock.lang -share/gtksourceview-2.0/language-specs/haskell-literate.lang -share/gtksourceview-2.0/language-specs/haskell.lang -share/gtksourceview-2.0/language-specs/html.lang -share/gtksourceview-2.0/language-specs/idl.lang -share/gtksourceview-2.0/language-specs/ini.lang -share/gtksourceview-2.0/language-specs/java.lang -share/gtksourceview-2.0/language-specs/javascript.lang -share/gtksourceview-2.0/language-specs/language.dtd -share/gtksourceview-2.0/language-specs/language.rng -share/gtksourceview-2.0/language-specs/language2.rng -share/gtksourceview-2.0/language-specs/latex.lang -share/gtksourceview-2.0/language-specs/libtool.lang -share/gtksourceview-2.0/language-specs/lua.lang -share/gtksourceview-2.0/language-specs/m4.lang -share/gtksourceview-2.0/language-specs/makefile.lang -share/gtksourceview-2.0/language-specs/mallard.lang -share/gtksourceview-2.0/language-specs/msil.lang -share/gtksourceview-2.0/language-specs/nemerle.lang -share/gtksourceview-2.0/language-specs/nsis.lang -share/gtksourceview-2.0/language-specs/objc.lang -share/gtksourceview-2.0/language-specs/ocaml.lang -share/gtksourceview-2.0/language-specs/ocl.lang -share/gtksourceview-2.0/language-specs/octave.lang -share/gtksourceview-2.0/language-specs/pascal.lang -share/gtksourceview-2.0/language-specs/perl.lang -share/gtksourceview-2.0/language-specs/php.lang -share/gtksourceview-2.0/language-specs/pkgconfig.lang -share/gtksourceview-2.0/language-specs/po.lang -share/gtksourceview-2.0/language-specs/prolog.lang -share/gtksourceview-2.0/language-specs/python.lang -share/gtksourceview-2.0/language-specs/rpmspec.lang -share/gtksourceview-2.0/language-specs/ruby.lang -share/gtksourceview-2.0/language-specs/scheme.lang -share/gtksourceview-2.0/language-specs/sh.lang -share/gtksourceview-2.0/language-specs/sql.lang -share/gtksourceview-2.0/language-specs/styles.rng -share/gtksourceview-2.0/language-specs/t2t.lang -share/gtksourceview-2.0/language-specs/tcl.lang -share/gtksourceview-2.0/language-specs/texinfo.lang -share/gtksourceview-2.0/language-specs/vala.lang -share/gtksourceview-2.0/language-specs/vbnet.lang -share/gtksourceview-2.0/language-specs/verilog.lang -share/gtksourceview-2.0/language-specs/vhdl.lang -share/gtksourceview-2.0/language-specs/xml.lang -share/gtksourceview-2.0/language-specs/xslt.lang -share/gtksourceview-2.0/language-specs/yacc.lang -share/gtksourceview-2.0/styles/classic.xml -share/gtksourceview-2.0/styles/cobalt.xml -share/gtksourceview-2.0/styles/kate.xml -share/gtksourceview-2.0/styles/oblivion.xml -share/gtksourceview-2.0/styles/styles.rng -share/gtksourceview-2.0/styles/tango.xml -share/locale/ar/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/as/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/az/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/be/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/bg/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/bn/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/bs/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ca/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/cs/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/cy/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/da/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/de/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/dz/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/el/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/en_CA/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/en_GB/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/es/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/et/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/eu/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/fa/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/fi/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/fr/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ga/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/gl/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/gu/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/he/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/hi/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/hr/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/hu/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/id/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/it/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ja/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/kn/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ko/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/lt/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/lv/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/mai/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/mg/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/mk/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ml/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/mn/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/mr/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ms/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/nb/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ne/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/nl/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/nn/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/oc/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/or/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/pa/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/pl/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/pt/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ro/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ru/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/rw/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/si/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/sk/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/sl/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/sq/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/sr/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/sr@latin/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/sv/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/ta/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/te/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/th/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/tr/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/uk/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/vi/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/xh/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gtksourceview-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gtksourceview-2.0.mo -@dirrm share/gtksourceview-2.0/styles -@dirrm share/gtksourceview-2.0/language-specs -@dirrm share/gtksourceview-2.0 -@dirrm include/gtksourceview-2.0/gtksourceview -@dirrm include/gtksourceview-2.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11-toolkits/libbonoboui/Makefile b/x11-toolkits/libbonoboui/Makefile deleted file mode 100644 index de1447b5b..000000000 --- a/x11-toolkits/libbonoboui/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: libbonoboui -# Date created: 04 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/libbonoboui/Makefile,v 1.70 2009/09/23 01:07:42 avl Exp $ -# - -PORTNAME= libbonoboui -PORTVERSION= 2.24.2 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GUI frontend to the libbonobo component of GNOME 2 - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -USE_GETTEXT= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier intlhack \ - libgnomecanvas libgnome referencehack -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -.include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/libbonoboui/distinfo b/x11-toolkits/libbonoboui/distinfo deleted file mode 100644 index 793d24c2a..000000000 --- a/x11-toolkits/libbonoboui/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome/libbonoboui-2.24.2.tar.bz2) = 3c206eccc97730c02366a2f698c40ed2 -SHA256 (gnome/libbonoboui-2.24.2.tar.bz2) = aebcf9dc56a76f4ab1ae2134920d962e12c6f7397028052658dad5b1bebdbe00 -SIZE (gnome/libbonoboui-2.24.2.tar.bz2) = 961498 diff --git a/x11-toolkits/libbonoboui/files/patch-Makefile.in b/x11-toolkits/libbonoboui/files/patch-Makefile.in deleted file mode 100644 index 4ef163bda..000000000 --- a/x11-toolkits/libbonoboui/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2007-07-31 00:33:13.000000000 -0400 -+++ Makefile.in 2007-07-31 00:33:29.000000000 -0400 -@@ -253,7 +253,7 @@ sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ --SUBDIRS = bonobo glade samples tests tools po doc -+SUBDIRS = bonobo glade samples tools po doc - libincludedir = $(includedir)/libbonoboui-2.0 - libinclude_HEADERS = \ - bonobo.h \ diff --git a/x11-toolkits/libbonoboui/files/patch-bonobo_bonobo-ui-util.c b/x11-toolkits/libbonoboui/files/patch-bonobo_bonobo-ui-util.c deleted file mode 100644 index 9de410568..000000000 --- a/x11-toolkits/libbonoboui/files/patch-bonobo_bonobo-ui-util.c +++ /dev/null @@ -1,21 +0,0 @@ ---- bonobo/bonobo-ui-util.c.orig Fri Feb 28 10:40:12 2003 -+++ bonobo/bonobo-ui-util.c Wed Apr 16 10:13:23 2003 -@@ -558,14 +558,11 @@ - else - prefix = NULL; - -- if (prefix) -+ datadir = NULL; -+ g_object_get (G_OBJECT (gnome_program_get ()), -+ GNOME_PARAM_APP_DATADIR, &datadir, NULL); -+ if (!datadir && prefix) - datadir = g_strdup_printf ("%s/share", prefix); -- -- else { -- datadir = NULL; -- g_object_get (G_OBJECT (gnome_program_get ()), -- GNOME_PARAM_APP_DATADIR, &datadir, NULL); -- } - - if (!datadir) /* desparate fallback */ - datadir = g_strdup (BONOBO_DATADIR); diff --git a/x11-toolkits/libbonoboui/pkg-descr b/x11-toolkits/libbonoboui/pkg-descr deleted file mode 100644 index 8ca4e661c..000000000 --- a/x11-toolkits/libbonoboui/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Bonobo is a set of language- and system-independant CORBA -interfaces for creating reusable components and compound documents. - -libbonoboui includes a Gtk+-based implementation of the Bonobo -interfaces. - -WWW: http://www.gnome.org/ diff --git a/x11-toolkits/libbonoboui/pkg-plist b/x11-toolkits/libbonoboui/pkg-plist deleted file mode 100644 index b8c6f7506..000000000 --- a/x11-toolkits/libbonoboui/pkg-plist +++ /dev/null @@ -1,182 +0,0 @@ -bin/bonobo-browser -include/libbonoboui-2.0/bonobo.h -include/libbonoboui-2.0/bonobo/bonobo-canvas-component.h -include/libbonoboui-2.0/bonobo/bonobo-canvas-item.h -include/libbonoboui-2.0/bonobo/bonobo-control-frame.h -include/libbonoboui-2.0/bonobo/bonobo-control.h -include/libbonoboui-2.0/bonobo/bonobo-dock-band.h -include/libbonoboui-2.0/bonobo/bonobo-dock-item.h -include/libbonoboui-2.0/bonobo/bonobo-dock-layout.h -include/libbonoboui-2.0/bonobo/bonobo-dock.h -include/libbonoboui-2.0/bonobo/bonobo-file-selector-util.h -include/libbonoboui-2.0/bonobo/bonobo-plug.h -include/libbonoboui-2.0/bonobo/bonobo-property-control.h -include/libbonoboui-2.0/bonobo/bonobo-selector-widget.h -include/libbonoboui-2.0/bonobo/bonobo-selector.h -include/libbonoboui-2.0/bonobo/bonobo-socket.h -include/libbonoboui-2.0/bonobo/bonobo-ui-component.h -include/libbonoboui-2.0/bonobo/bonobo-ui-config-widget.h -include/libbonoboui-2.0/bonobo/bonobo-ui-container.h -include/libbonoboui-2.0/bonobo/bonobo-ui-engine.h -include/libbonoboui-2.0/bonobo/bonobo-ui-main.h -include/libbonoboui-2.0/bonobo/bonobo-ui-node.h -include/libbonoboui-2.0/bonobo/bonobo-ui-sync.h -include/libbonoboui-2.0/bonobo/bonobo-ui-toolbar-button-item.h -include/libbonoboui-2.0/bonobo/bonobo-ui-toolbar-item.h -include/libbonoboui-2.0/bonobo/bonobo-ui-toolbar-toggle-button-item.h -include/libbonoboui-2.0/bonobo/bonobo-ui-toolbar.h -include/libbonoboui-2.0/bonobo/bonobo-ui-type-builtins.h -include/libbonoboui-2.0/bonobo/bonobo-ui-util.h -include/libbonoboui-2.0/bonobo/bonobo-widget.h -include/libbonoboui-2.0/bonobo/bonobo-window.h -include/libbonoboui-2.0/bonobo/bonobo-zoomable-frame.h -include/libbonoboui-2.0/bonobo/bonobo-zoomable.h -include/libbonoboui-2.0/libbonoboui.h -lib/bonobo-2.0/samples/bonobo-sample-controls-2 -lib/libbonoboui-2.a -lib/libbonoboui-2.la -lib/libbonoboui-2.so -lib/libbonoboui-2.so.0 -lib/libglade/2.0/libbonobo.a -lib/libglade/2.0/libbonobo.la -lib/libglade/2.0/libbonobo.so -libdata/bonobo/servers/Bonobo_Sample_Controls.server -libdata/bonobo/servers/CanvDemo.server -libdata/pkgconfig/libbonoboui-2.0.pc -share/applications/bonobo-browser.desktop -share/gnome-2.0/ui/Bonobo_Sample_Container-ui.xml -share/gnome-2.0/ui/Bonobo_Sample_Hello.xml -share/gnome-2.0/ui/bonobo-browser.xml -share/locale/af/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/am/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ar/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/as/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/az/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/be/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/bg/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/bn/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/bn_IN/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/br/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/bs/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ca/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/cs/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/cy/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/da/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/de/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/dz/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/el/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/en_CA/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/en_GB/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/es/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/et/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/eu/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/fa/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/fi/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/fr/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ga/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/gl/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/gu/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/he/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/hi/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/hr/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/hu/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/id/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/is/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/it/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ja/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ka/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/kn/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ko/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ku/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/li/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/lt/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/lv/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/mai/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/mg/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/mk/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ml/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/mn/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/mr/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ms/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/nb/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ne/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/nl/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/nn/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/nso/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/oc/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/or/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/pa/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/pl/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ps/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/pt/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ro/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ru/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/rw/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/si/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/sk/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/sl/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/sq/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/sr/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/sr@latin/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/sr@ije/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/sv/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ta/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/te/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/th/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/tr/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/uk/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/vi/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/wa/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/xh/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/yi/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/zh_HK/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/zu/LC_MESSAGES/libbonoboui-2.0.mo -@dirrm lib/bonobo-2.0/samples -@dirrm lib/bonobo-2.0 -@dirrm include/libbonoboui-2.0/bonobo -@dirrm include/libbonoboui-2.0 -@dirrmtry share/applications -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@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/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile deleted file mode 100644 index 337f79da3..000000000 --- a/x11-toolkits/libgnomeui/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: libgnomeui -# Date created: 07 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/libgnomeui/Makefile,v 1.124 2009/09/23 02:12:17 avl Exp $ -# - -PORTNAME= libgnomeui -PORTVERSION= 2.24.2 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Libraries for the GNOME GUI, a GNU desktop environment - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring \ - startup-notification-1.0:${PORTSDIR}/x11/startup-notification -RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme - -USE_GETTEXT= yes -USE_XORG= sm -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier libbonoboui ltverhack \ - referencehack gvfs -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_BISON= build -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -.include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/libgnomeui/distinfo b/x11-toolkits/libgnomeui/distinfo deleted file mode 100644 index b85a2bdc9..000000000 --- a/x11-toolkits/libgnomeui/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomeui-2.24.2.tar.bz2) = d455674fa1a477903dbfcf603f060172 -SHA256 (gnome2/libgnomeui-2.24.2.tar.bz2) = ae7459b3ddee78258bb2d619fd199b0b24647f1df45fc397fee83d659c354910 -SIZE (gnome2/libgnomeui-2.24.2.tar.bz2) = 1526889 diff --git a/x11-toolkits/libgnomeui/pkg-descr b/x11-toolkits/libgnomeui/pkg-descr deleted file mode 100644 index 706980bad..000000000 --- a/x11-toolkits/libgnomeui/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -LibGnomeUI provides backend GUI components common to GNOME -applications. - -WWW: http://www.gnome.org/ diff --git a/x11-toolkits/libgnomeui/pkg-plist b/x11-toolkits/libgnomeui/pkg-plist deleted file mode 100644 index 97a37fcbb..000000000 --- a/x11-toolkits/libgnomeui/pkg-plist +++ /dev/null @@ -1,219 +0,0 @@ -include/libgnomeui-2.0/gnome.h -include/libgnomeui-2.0/libgnomeui/gnome-about.h -include/libgnomeui-2.0/libgnomeui/gnome-app-helper.h -include/libgnomeui-2.0/libgnomeui/gnome-app-util.h -include/libgnomeui-2.0/libgnomeui/gnome-app.h -include/libgnomeui-2.0/libgnomeui/gnome-appbar.h -include/libgnomeui-2.0/libgnomeui/gnome-authentication-manager.h -include/libgnomeui-2.0/libgnomeui/gnome-client.h -include/libgnomeui-2.0/libgnomeui/gnome-color-picker.h -include/libgnomeui-2.0/libgnomeui/gnome-dateedit.h -include/libgnomeui-2.0/libgnomeui/gnome-dialog-util.h -include/libgnomeui-2.0/libgnomeui/gnome-dialog.h -include/libgnomeui-2.0/libgnomeui/gnome-druid-page-edge.h -include/libgnomeui-2.0/libgnomeui/gnome-druid-page-standard.h -include/libgnomeui-2.0/libgnomeui/gnome-druid-page.h -include/libgnomeui-2.0/libgnomeui/gnome-druid.h -include/libgnomeui-2.0/libgnomeui/gnome-entry.h -include/libgnomeui-2.0/libgnomeui/gnome-file-entry.h -include/libgnomeui-2.0/libgnomeui/gnome-font-picker.h -include/libgnomeui-2.0/libgnomeui/gnome-help.h -include/libgnomeui-2.0/libgnomeui/gnome-href.h -include/libgnomeui-2.0/libgnomeui/gnome-ice.h -include/libgnomeui-2.0/libgnomeui/gnome-icon-entry.h -include/libgnomeui-2.0/libgnomeui/gnome-icon-item.h -include/libgnomeui-2.0/libgnomeui/gnome-icon-list.h -include/libgnomeui-2.0/libgnomeui/gnome-icon-lookup.h -include/libgnomeui-2.0/libgnomeui/gnome-icon-sel.h -include/libgnomeui-2.0/libgnomeui/gnome-icon-theme.h -include/libgnomeui-2.0/libgnomeui/gnome-mdi-child.h -include/libgnomeui-2.0/libgnomeui/gnome-mdi-generic-child.h -include/libgnomeui-2.0/libgnomeui/gnome-mdi-session.h -include/libgnomeui-2.0/libgnomeui/gnome-mdi.h -include/libgnomeui-2.0/libgnomeui/gnome-messagebox.h -include/libgnomeui-2.0/libgnomeui/gnome-password-dialog.h -include/libgnomeui-2.0/libgnomeui/gnome-pixmap-entry.h -include/libgnomeui-2.0/libgnomeui/gnome-pixmap.h -include/libgnomeui-2.0/libgnomeui/gnome-popup-menu.h -include/libgnomeui-2.0/libgnomeui/gnome-propertybox.h -include/libgnomeui-2.0/libgnomeui/gnome-scores.h -include/libgnomeui-2.0/libgnomeui/gnome-stock-icons.h -include/libgnomeui-2.0/libgnomeui/gnome-theme-parser.h -include/libgnomeui-2.0/libgnomeui/gnome-thumbnail.h -include/libgnomeui-2.0/libgnomeui/gnome-types.h -include/libgnomeui-2.0/libgnomeui/gnome-ui-init.h -include/libgnomeui-2.0/libgnomeui/gnome-uidefs.h -include/libgnomeui-2.0/libgnomeui/gnome-url.h -include/libgnomeui-2.0/libgnomeui/gnome-vfs-util.h -include/libgnomeui-2.0/libgnomeui/gnome-window-icon.h -include/libgnomeui-2.0/libgnomeui/gnome-window.h -include/libgnomeui-2.0/libgnomeui/gnometypebuiltins.h -include/libgnomeui-2.0/libgnomeui/libgnomeui.h -lib/libglade/2.0/libgnome.a -lib/libglade/2.0/libgnome.la -lib/libglade/2.0/libgnome.so -lib/libgnomeui-2.a -lib/libgnomeui-2.la -lib/libgnomeui-2.so -lib/libgnomeui-2.so.0 -libdata/pkgconfig/libgnomeui-2.0.pc -share/locale/af/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/am/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ar/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/as/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ast/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/az/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/be/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/be@latin/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/bg/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/bn/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/bn_IN/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/br/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/bs/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ca/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/crh/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/cs/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/cy/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/da/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/de/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/dz/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/el/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/en_CA/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/en_GB/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/eo/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/es/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/et/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/eu/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/fa/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/fi/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/fr/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/fur/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ga/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/gl/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/gu/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/he/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/hi/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/hr/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/hu/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/hy/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/id/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/is/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/it/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ja/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ka/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/kn/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ko/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ku/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/la/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/li/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/lt/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/lv/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/mai/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/mg/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/mi/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/mk/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ml/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/mn/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/mr/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ms/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/nb/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ne/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/nl/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/nn/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/nso/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/oc/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/or/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/pa/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/pl/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ps/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/pt/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ro/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ru/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/rw/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/si/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sk/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sl/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sq/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sr/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sr@latin/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sr@ije/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sv/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ta/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/te/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/th/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/tk/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/tr/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/tt/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/uk/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/uz@cyrillic/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/vi/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/wa/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/xh/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/yi/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/zh_HK/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/zu/LC_MESSAGES/libgnomeui-2.0.mo -share/pixmaps/gnome-about-logo.png -@dirrm include/libgnomeui-2.0/libgnomeui -@dirrm include/libgnomeui-2.0 -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@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/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@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/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/la/LC_MESSAGES -@dirrmtry share/locale/la -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11-toolkits/libgnomeuimm26/Makefile b/x11-toolkits/libgnomeuimm26/Makefile deleted file mode 100644 index 0190756cf..000000000 --- a/x11-toolkits/libgnomeuimm26/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: libgnomeuimm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= libgnomeuimm -PORTVERSION= 2.28.0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for libgnomeui library - -LIB_DEPENDS= gnomemm-2.6.1:${PORTSDIR}/x11/libgnomemm26 \ - gnomecanvasmm-2.6.1:${PORTSDIR}/graphics/libgnomecanvasmm26 \ - gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26 \ - glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \ - gnomevfsmm-2.6.1:${PORTSDIR}/devel/gnome-vfsmm -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -LATEST_LINK= libgnomeuimm26 - -USE_AUTOTOOLS= libtool:22 -USE_BZIP2= yes -USE_XORG= x11 -USE_GMAKE= yes -USE_GNOME= gnomehack libgnomeui -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static - -PLIST_SUB= VERSION="2.6" API_VERSION="2.6" - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ - ${WRKSRC}/tools/extra_defs_gen/Makefile.in - -.include <bsd.port.mk> diff --git a/x11-toolkits/libgnomeuimm26/distinfo b/x11-toolkits/libgnomeuimm26/distinfo deleted file mode 100644 index 69b0fec38..000000000 --- a/x11-toolkits/libgnomeuimm26/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomeuimm-2.28.0.tar.bz2) = 6c34dbe07cf9835c36f7d0b7bc38d4fb -SHA256 (gnome2/libgnomeuimm-2.28.0.tar.bz2) = 6cb46494913f1e5e34b94a0f5b9ff8ef238bb71e3b08d0ef0ab7f4a7c88211d3 -SIZE (gnome2/libgnomeuimm-2.28.0.tar.bz2) = 382428 diff --git a/x11-toolkits/libgnomeuimm26/pkg-descr b/x11-toolkits/libgnomeuimm26/pkg-descr deleted file mode 100644 index 46696c35a..000000000 --- a/x11-toolkits/libgnomeuimm26/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a set of thin C++ wrappers for libgnomeui library. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/x11-toolkits/libgnomeuimm26/pkg-plist b/x11-toolkits/libgnomeuimm26/pkg-plist deleted file mode 100644 index 44a43a572..000000000 --- a/x11-toolkits/libgnomeuimm26/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/about.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/app-callback.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/app-helper.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/app.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/appbar.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/client.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/color-picker.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/dateedit.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/druid-page-edge.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/druid-page-standard.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/druid-page.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/druid.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/entry.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/file-entry.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/font-picker.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/href.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/icon-entry.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/icon-list.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/icon-lookup.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/icon-sel.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/icon-textitem.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/init.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/pixmap-entry.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/about_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/app_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/appbar_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/client_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/color-picker_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/dateedit_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/druid-page-edge_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/druid-page-standard_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/druid-page_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/druid_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/entry_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/file-entry_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/font-picker_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/href_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/icon-entry_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/icon-list_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/icon-lookup_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/icon-sel_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/icon-textitem_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/pixmap-entry_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private/thumbnail_p.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/stock.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/thumbnail.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/types.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/ui-items-derived.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/ui-items-icon.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/ui-items-stock.h -include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/wrap_init.h -lib/libgnomeuimm-%%VERSION%%.a -lib/libgnomeuimm-%%VERSION%%.la -lib/libgnomeuimm-%%VERSION%%.so -lib/libgnomeuimm-%%VERSION%%.so.1 -lib/libgnomeuimm-%%API_VERSION%%/include/libgnomeuimmconfig.h -lib/libgnomeuimm-%%API_VERSION%%/proc/m4/convert.m4 -lib/libgnomeuimm-%%API_VERSION%%/proc/m4/convert_libgnomeuimm.m4 -libdata/pkgconfig/libgnomeuimm-%%API_VERSION%%.pc -@dirrm lib/libgnomeuimm-%%API_VERSION%%/proc/m4 -@dirrm lib/libgnomeuimm-%%API_VERSION%%/proc -@dirrm lib/libgnomeuimm-%%API_VERSION%%/include -@dirrm lib/libgnomeuimm-%%API_VERSION%% -@dirrm include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm/private -@dirrm include/libgnomeuimm-%%API_VERSION%%/libgnomeuimm -@dirrm include/libgnomeuimm-%%API_VERSION%% diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile deleted file mode 100644 index 8db68405e..000000000 --- a/x11-toolkits/libwnck/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: libwnck -# Date created: 12 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/libwnck/Makefile,v 1.122 2009/09/09 05:58:36 marcus Exp $ -# - -PORTNAME= libwnck -PORTVERSION= 2.28.0 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Library used for writing pagers and taskslists - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification - -USE_GETTEXT= yes -USE_XORG= xres -USE_GMAKE= yes -USE_GNOME= gnomehack gtk20 ltverhack referencehack intlhack -USE_BISON= build -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/libwnck/distinfo b/x11-toolkits/libwnck/distinfo deleted file mode 100644 index df07325bd..000000000 --- a/x11-toolkits/libwnck/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libwnck-2.28.0.tar.bz2) = a9311661aa954e7c918439b6dd578792 -SHA256 (gnome2/libwnck-2.28.0.tar.bz2) = d90be36d2fefa33a9287ed6dc41141213a06463f91d69d847da6b2e59c16b947 -SIZE (gnome2/libwnck-2.28.0.tar.bz2) = 712289 diff --git a/x11-toolkits/libwnck/pkg-descr b/x11-toolkits/libwnck/pkg-descr deleted file mode 100644 index 685bf95e0..000000000 --- a/x11-toolkits/libwnck/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -libwnck is a Window Navigator Construction Kit, i.e. a library used -for writing pagers and taskslists. It is needed for the -GNOME 2.0 desktop. - -WWW: http://www.gnome.org/ diff --git a/x11-toolkits/libwnck/pkg-plist b/x11-toolkits/libwnck/pkg-plist deleted file mode 100644 index 2c3e5ed5c..000000000 --- a/x11-toolkits/libwnck/pkg-plist +++ /dev/null @@ -1,142 +0,0 @@ -bin/wnck-urgency-monitor -bin/wnckprop -include/libwnck-1.0/libwnck/application.h -include/libwnck-1.0/libwnck/class-group.h -include/libwnck-1.0/libwnck/libwnck.h -include/libwnck-1.0/libwnck/pager.h -include/libwnck-1.0/libwnck/screen.h -include/libwnck-1.0/libwnck/selector.h -include/libwnck-1.0/libwnck/tasklist.h -include/libwnck-1.0/libwnck/util.h -include/libwnck-1.0/libwnck/window-action-menu.h -include/libwnck-1.0/libwnck/window.h -include/libwnck-1.0/libwnck/wnck-enum-types.h -include/libwnck-1.0/libwnck/workspace.h -lib/libwnck-1.a -lib/libwnck-1.la -lib/libwnck-1.so -lib/libwnck-1.so.22 -libdata/pkgconfig/libwnck-1.0.pc -share/locale/am/LC_MESSAGES/libwnck.mo -share/locale/ar/LC_MESSAGES/libwnck.mo -share/locale/as/LC_MESSAGES/libwnck.mo -share/locale/az/LC_MESSAGES/libwnck.mo -share/locale/be/LC_MESSAGES/libwnck.mo -share/locale/be@latin/LC_MESSAGES/libwnck.mo -share/locale/bg/LC_MESSAGES/libwnck.mo -share/locale/bn/LC_MESSAGES/libwnck.mo -share/locale/bn_IN/LC_MESSAGES/libwnck.mo -share/locale/bs/LC_MESSAGES/libwnck.mo -share/locale/ca/LC_MESSAGES/libwnck.mo -share/locale/ca@valencia/LC_MESSAGES/libwnck.mo -share/locale/crh/LC_MESSAGES/libwnck.mo -share/locale/cs/LC_MESSAGES/libwnck.mo -share/locale/cy/LC_MESSAGES/libwnck.mo -share/locale/da/LC_MESSAGES/libwnck.mo -share/locale/de/LC_MESSAGES/libwnck.mo -share/locale/dz/LC_MESSAGES/libwnck.mo -share/locale/el/LC_MESSAGES/libwnck.mo -share/locale/en_CA/LC_MESSAGES/libwnck.mo -share/locale/en_GB/LC_MESSAGES/libwnck.mo -share/locale/eo/LC_MESSAGES/libwnck.mo -share/locale/es/LC_MESSAGES/libwnck.mo -share/locale/et/LC_MESSAGES/libwnck.mo -share/locale/eu/LC_MESSAGES/libwnck.mo -share/locale/fa/LC_MESSAGES/libwnck.mo -share/locale/fi/LC_MESSAGES/libwnck.mo -share/locale/fr/LC_MESSAGES/libwnck.mo -share/locale/ga/LC_MESSAGES/libwnck.mo -share/locale/gl/LC_MESSAGES/libwnck.mo -share/locale/gu/LC_MESSAGES/libwnck.mo -share/locale/he/LC_MESSAGES/libwnck.mo -share/locale/hi/LC_MESSAGES/libwnck.mo -share/locale/hr/LC_MESSAGES/libwnck.mo -share/locale/hu/LC_MESSAGES/libwnck.mo -share/locale/id/LC_MESSAGES/libwnck.mo -share/locale/is/LC_MESSAGES/libwnck.mo -share/locale/it/LC_MESSAGES/libwnck.mo -share/locale/ja/LC_MESSAGES/libwnck.mo -share/locale/ka/LC_MESSAGES/libwnck.mo -share/locale/kn/LC_MESSAGES/libwnck.mo -share/locale/ko/LC_MESSAGES/libwnck.mo -share/locale/ku/LC_MESSAGES/libwnck.mo -share/locale/ky/LC_MESSAGES/libwnck.mo -share/locale/li/LC_MESSAGES/libwnck.mo -share/locale/lt/LC_MESSAGES/libwnck.mo -share/locale/lv/LC_MESSAGES/libwnck.mo -share/locale/mai/LC_MESSAGES/libwnck.mo -share/locale/mi/LC_MESSAGES/libwnck.mo -share/locale/mk/LC_MESSAGES/libwnck.mo -share/locale/ml/LC_MESSAGES/libwnck.mo -share/locale/mn/LC_MESSAGES/libwnck.mo -share/locale/mr/LC_MESSAGES/libwnck.mo -share/locale/ms/LC_MESSAGES/libwnck.mo -share/locale/nb/LC_MESSAGES/libwnck.mo -share/locale/ne/LC_MESSAGES/libwnck.mo -share/locale/nl/LC_MESSAGES/libwnck.mo -share/locale/nn/LC_MESSAGES/libwnck.mo -share/locale/oc/LC_MESSAGES/libwnck.mo -share/locale/or/LC_MESSAGES/libwnck.mo -share/locale/pa/LC_MESSAGES/libwnck.mo -share/locale/pl/LC_MESSAGES/libwnck.mo -share/locale/pt/LC_MESSAGES/libwnck.mo -share/locale/pt_BR/LC_MESSAGES/libwnck.mo -share/locale/ro/LC_MESSAGES/libwnck.mo -share/locale/ru/LC_MESSAGES/libwnck.mo -share/locale/rw/LC_MESSAGES/libwnck.mo -share/locale/si/LC_MESSAGES/libwnck.mo -share/locale/sk/LC_MESSAGES/libwnck.mo -share/locale/sl/LC_MESSAGES/libwnck.mo -share/locale/sq/LC_MESSAGES/libwnck.mo -share/locale/sr/LC_MESSAGES/libwnck.mo -share/locale/sr@latin/LC_MESSAGES/libwnck.mo -share/locale/sv/LC_MESSAGES/libwnck.mo -share/locale/ta/LC_MESSAGES/libwnck.mo -share/locale/te/LC_MESSAGES/libwnck.mo -share/locale/th/LC_MESSAGES/libwnck.mo -share/locale/tr/LC_MESSAGES/libwnck.mo -share/locale/uk/LC_MESSAGES/libwnck.mo -share/locale/vi/LC_MESSAGES/libwnck.mo -share/locale/wa/LC_MESSAGES/libwnck.mo -share/locale/xh/LC_MESSAGES/libwnck.mo -share/locale/zh_CN/LC_MESSAGES/libwnck.mo -share/locale/zh_HK/LC_MESSAGES/libwnck.mo -share/locale/zh_TW/LC_MESSAGES/libwnck.mo -@dirrm include/libwnck-1.0/libwnck -@dirrm include/libwnck-1.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile deleted file mode 100644 index ad13174f7..000000000 --- a/x11-toolkits/pango/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# New ports collection makefile for: pango -# Date Created: 18 July 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/pango/Makefile,v 1.148 2009/10/03 04:21:46 marcus Exp $ -# - -PORTNAME= pango -PORTVERSION= 1.26.1 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits -MASTER_SITES= GNOME \ - ftp://ftp.gtk.org/pub/pango/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An open-source framework for the layout and rendering of i18n text - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/freetype2.pc:${PORTSDIR}/print/freetype2 -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo -RUN_DEPENDS= ${FONTSCALE}:${X_FONTS_TTF_PORT} \ - ${FONTENCOD}:${X_FONTS_ENCODINGS_PORT} - -USE_GETTEXT= yes -USE_GMAKE= yes -MAKE_JOBS_SAFE= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack glib20 ltverhack referencehack -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --enable-static -# Hmm.. tough one. Found this one when I had graphics/hdf installed -# (which installs glist.h) which is picked up before the glib-2.0 -# stuff, with Bad Results[tm] -# -GLIB2_CFLAGS= `pkg-config glib-2.0 --cflags` -PLIST_SUB= VERSION="1.6.0" - -FONTSCALE= ${LOCALBASE}/lib/X11/fonts/TTF/luximb.ttf -FONTENCOD= ${LOCALBASE}/lib/X11/fonts/encodings/encodings.dir - -MAN1= pango-view.1 pango-querymodules.1 - -.if defined(WITHOUT_X11) -CONFIGURE_ARGS+= --with-x=no -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ - ${GLIB2_CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -PLIST_SUB+= X11="@comment " -.else -USE_XORG+= xft xrender -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ - ${GLIB2_CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -PLIST_SUB+= X11="" -.endif - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gcc -.endif - -.include <bsd.port.post.mk> - -.endif diff --git a/x11-toolkits/pango/distinfo b/x11-toolkits/pango/distinfo deleted file mode 100644 index 5acfcd5a3..000000000 --- a/x11-toolkits/pango/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/pango-1.26.1.tar.bz2) = 2cbc1f26639e335905f7d31c0da53fce -SHA256 (gnome2/pango-1.26.1.tar.bz2) = e0254e979bf0fac305de596997cabda83e26c713b666bc582aa9e4b70cb0920d -SIZE (gnome2/pango-1.26.1.tar.bz2) = 1538050 diff --git a/x11-toolkits/pango/files/extra-patch-gcc b/x11-toolkits/pango/files/extra-patch-gcc deleted file mode 100644 index d8a1cc957..000000000 --- a/x11-toolkits/pango/files/extra-patch-gcc +++ /dev/null @@ -1,188 +0,0 @@ -diff -ru ../pango-1.26.0/pango/opentype/hb-open-type-private.hh ./pango/opentype/hb-open-type-private.hh ---- pango/opentype/hb-open-type-private.hh 2009-08-28 17:15:12.000000000 -0400 -+++ pango/opentype/hb-open-type-private.hh 2009-09-30 05:14:13.000000000 -0400 -@@ -508,10 +508,10 @@ - inline const Type& operator [] (unsigned int i) const - { - if (HB_UNLIKELY (i >= len)) return Null(Type); -- return array[i]; -+ return _array(i); - } - inline unsigned int get_size () const -- { return sizeof (len) + len * sizeof (array[0]); } -+ { return sizeof (len) + len * sizeof (Type); } - - inline bool sanitize (SANITIZE_ARG_DEF) { - TRACE_SANITIZE (); -@@ -523,7 +523,7 @@ - return true; - unsigned int count = len; - for (unsigned int i = 0; i < count; i++) -- if (!SANITIZE (array[i])) -+ if (!SANITIZE (_array(i))) - return false; - return true; - } -@@ -532,7 +532,7 @@ - if (!SANITIZE_GET_SIZE()) return false; - unsigned int count = len; - for (unsigned int i = 0; i < count; i++) -- if (!array[i].sanitize (SANITIZE_ARG, base)) -+ if (!_array(i).sanitize (SANITIZE_ARG, base)) - return false; - return true; - } -@@ -541,7 +541,7 @@ - if (!SANITIZE_GET_SIZE()) return false; - unsigned int count = len; - for (unsigned int i = 0; i < count; i++) -- if (!array[i].sanitize (SANITIZE_ARG, base, base2)) -+ if (!_array(i).sanitize (SANITIZE_ARG, base, base2)) - return false; - return true; - } -@@ -550,15 +550,21 @@ - if (!SANITIZE_GET_SIZE()) return false; - unsigned int count = len; - for (unsigned int i = 0; i < count; i++) -- if (!array[i].sanitize (SANITIZE_ARG, base, user_data)) -+ if (!_array(i).sanitize (SANITIZE_ARG, base, user_data)) - return false; - return true; - } - - LenType len; -- Type array[]; -+ //Type array[]; -+ Type& _array(unsigned int i) const -+ { -+ return *(Type*)(&len + 1); -+ } - }; - -+#undef array -+ - /* An array with a USHORT number of elements. */ - template <typename Type> - struct ArrayOf : GenericArrayOf<USHORT, Type> {}; -@@ -586,7 +592,7 @@ - inline const Type& operator [] (unsigned int i) const - { - if (HB_UNLIKELY (i >= this->len)) return Null(Type); -- return this+this->array[i]; -+ return this+this->_array(i); - } - - inline bool sanitize (SANITIZE_ARG_DEF) { -diff -ru ../pango-1.26.0/pango/opentype/hb-ot-layout-common-private.hh ./pango/opentype/hb-ot-layout-common-private.hh ---- ../pango-1.26.0/pango/opentype/hb-ot-layout-common-private.hh 2009-08-28 17:15:12.000000000 -0400 -+++ ./pango/opentype/hb-ot-layout-common-private.hh 2009-09-30 05:15:25.000000000 -0400 -@@ -67,14 +67,14 @@ - inline const Tag& get_tag (unsigned int i) const - { - if (HB_UNLIKELY (i >= this->len)) return Null(Tag); -- return this->array[i].tag; -+ return this->_array(i).tag; - } - inline bool get_tags (unsigned int *record_count /* IN/OUT */, - hb_tag_t *record_tags /* OUT */) const - { - unsigned int count = MIN (this->len, *record_count); - for (unsigned int i = 0; i < count; i++) -- record_tags[i] = this->array[i].tag; -+ record_tags[i] = this->_array(i).tag; - - *record_count = this->len; - return !!this->len; -@@ -86,7 +86,7 @@ - unsigned int count = this->len; - for (unsigned int i = 0; i < count; i++) - { -- if (t == this->array[i].tag) -+ if (t == this->_array(i).tag) - { - if (index) *index = i; - return true; -@@ -116,14 +116,14 @@ - { - if (HB_UNLIKELY (i >= this->len)) - return NO_INDEX; -- return this->array[i]; -+ return this->_array(i); - } - inline bool get_indexes (unsigned int *_count /* IN/OUT */, - unsigned int *_indexes /* OUT */) const - { - unsigned int count = MIN (this->len, *_count); - for (unsigned int i = 0; i < count; i++) -- _indexes[i] = this->array[i]; -+ _indexes[i] = this->_array(i); - - *_count = this->len; - return !!this->len; -diff -ru ../pango-1.26.0/pango/opentype/hb-ot-layout-gsub-private.hh ./pango/opentype/hb-ot-layout-gsub-private.hh ---- ../pango-1.26.0/pango/opentype/hb-ot-layout-gsub-private.hh 2009-08-28 17:16:36.000000000 -0400 -+++ ./pango/opentype/hb-ot-layout-gsub-private.hh 2009-09-30 05:28:53.000000000 -0400 -@@ -160,7 +160,7 @@ - return false; - - _hb_buffer_add_output_glyphs (buffer, 1, -- substitute.len, (const uint16_t *) substitute.array, -+ substitute.len, (const uint16_t *) &substitute._array(0), - 0xFFFF, 0xFFFF); - - /* This is a guess only ... */ -@@ -285,7 +285,7 @@ - if (context->face->altfunc) - alt_index = (context->face->altfunc)(context->layout, buffer, - buffer->out_pos, glyph_id, -- alt_set.len, alt_set.array); -+ alt_set.len, alt_set._array(0)); - */ - - if (HB_UNLIKELY (alt_index >= alt_set.len)) -@@ -601,10 +601,10 @@ - const ArrayOf<GlyphID> &substitute = CONST_NEXT (ArrayOf<GlyphID>, lookahead); - - if (match_backtrack (APPLY_ARG, -- backtrack.len, (USHORT *) backtrack.array, -+ backtrack.len, (USHORT *) &backtrack._array(0), - match_coverage, DECONST_CHARP(this)) && - match_lookahead (APPLY_ARG, -- lookahead.len, (USHORT *) lookahead.array, -+ lookahead.len, (USHORT *) &lookahead._array(0), - match_coverage, DECONST_CHARP(this), - 1)) - { -diff -ru ../pango-1.26.0/pango/opentype/hb-ot-layout-gsubgpos-private.hh ./pango/opentype/hb-ot-layout-gsubgpos-private.hh ---- ../pango-1.26.0/pango/opentype/hb-ot-layout-gsubgpos-private.hh 2009-09-21 13:58:54.000000000 -0400 -+++ ./pango/opentype/hb-ot-layout-gsubgpos-private.hh 2009-09-30 05:33:03.000000000 -0400 -@@ -572,10 +572,10 @@ - const ArrayOf<USHORT> &lookahead = CONST_NEXT (ArrayOf<USHORT>, input); - const ArrayOf<LookupRecord> &lookup = CONST_NEXT (ArrayOf<LookupRecord>, lookahead); - return chain_context_lookup (APPLY_ARG, -- backtrack.len, backtrack.array, -+ backtrack.len, &backtrack._array(0), - input.len, input.array, -- lookahead.len, lookahead.array, -- lookup.len, lookup.array, -+ lookahead.len, &lookahead._array(0), -+ lookup.len, &lookup._array(0), - lookup_context); - return false; - } -@@ -754,10 +754,10 @@ - {DECONST_CHARP(this), DECONST_CHARP(this), DECONST_CHARP(this)} - }; - return chain_context_lookup (APPLY_ARG, -- backtrack.len, (USHORT *) backtrack.array, -- input.len, (USHORT *) input.array + 1, -- lookahead.len, (USHORT *) lookahead.array, -- lookup.len, lookup.array, -+ backtrack.len, (USHORT *) &backtrack._array(0), -+ input.len, (USHORT *) &input._array(1), -+ lookahead.len, (USHORT *) &lookahead._array(0), -+ lookup.len, &lookup._array(0), - lookup_context); - return false; - } diff --git a/x11-toolkits/pango/pkg-descr b/x11-toolkits/pango/pkg-descr deleted file mode 100644 index 9ff793b51..000000000 --- a/x11-toolkits/pango/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Pango provides a framework to render and control the layout of -internationalized text, and is the backend for right-to-left text. -Pango is an integral part of the GTK+ and GNOME projects, but its -code is platform- and toolkit-independent. - -WWW: http://www.pango.org/ diff --git a/x11-toolkits/pango/pkg-plist b/x11-toolkits/pango/pkg-plist deleted file mode 100644 index 1998b5ed4..000000000 --- a/x11-toolkits/pango/pkg-plist +++ /dev/null @@ -1,105 +0,0 @@ -bin/pango-querymodules -bin/pango-view -etc/pango/pango.modules -%%X11%%etc/pango/pangox.aliases -include/pango-1.0/pango/pango-attributes.h -include/pango-1.0/pango/pango-bidi-type.h -include/pango-1.0/pango/pango-break.h -include/pango-1.0/pango/pango-context.h -include/pango-1.0/pango/pango-coverage.h -include/pango-1.0/pango/pango-engine.h -include/pango-1.0/pango/pango-enum-types.h -include/pango-1.0/pango/pango-features.h -include/pango-1.0/pango/pango-font.h -include/pango-1.0/pango/pango-fontmap.h -include/pango-1.0/pango/pango-fontset.h -include/pango-1.0/pango/pango-glyph-item.h -include/pango-1.0/pango/pango-glyph.h -include/pango-1.0/pango/pango-gravity.h -include/pango-1.0/pango/pango-item.h -include/pango-1.0/pango/pango-language.h -include/pango-1.0/pango/pango-layout.h -include/pango-1.0/pango/pango-matrix.h -include/pango-1.0/pango/pango-modules.h -include/pango-1.0/pango/pango-ot.h -include/pango-1.0/pango/pango-renderer.h -include/pango-1.0/pango/pango-script.h -include/pango-1.0/pango/pango-tabs.h -include/pango-1.0/pango/pango-types.h -include/pango-1.0/pango/pango-utils.h -include/pango-1.0/pango/pango.h -include/pango-1.0/pango/pangocairo.h -include/pango-1.0/pango/pangofc-decoder.h -include/pango-1.0/pango/pangofc-font.h -include/pango-1.0/pango/pangofc-fontmap.h -include/pango-1.0/pango/pangoft2.h -%%X11%%include/pango-1.0/pango/pangox.h -%%X11%%include/pango-1.0/pango/pangoxft-render.h -%%X11%%include/pango-1.0/pango/pangoxft.h -lib/libpango-1.0.a -lib/libpango-1.0.la -lib/libpango-1.0.so -lib/libpango-1.0.so.0 -lib/libpangocairo-1.0.a -lib/libpangocairo-1.0.la -lib/libpangocairo-1.0.so -lib/libpangocairo-1.0.so.0 -lib/libpangoft2-1.0.a -lib/libpangoft2-1.0.la -lib/libpangoft2-1.0.so -lib/libpangoft2-1.0.so.0 -%%X11%%lib/libpangox-1.0.a -%%X11%%lib/libpangox-1.0.la -%%X11%%lib/libpangox-1.0.so -%%X11%%lib/libpangox-1.0.so.0 -%%X11%%lib/libpangoxft-1.0.a -%%X11%%lib/libpangoxft-1.0.la -%%X11%%lib/libpangoxft-1.0.so -%%X11%%lib/libpangoxft-1.0.so.0 -lib/pango/%%VERSION%%/modules/pango-arabic-fc.a -lib/pango/%%VERSION%%/modules/pango-arabic-fc.la -lib/pango/%%VERSION%%/modules/pango-arabic-fc.so -lib/pango/%%VERSION%%/modules/pango-arabic-lang.a -lib/pango/%%VERSION%%/modules/pango-arabic-lang.la -lib/pango/%%VERSION%%/modules/pango-arabic-lang.so -lib/pango/%%VERSION%%/modules/pango-basic-fc.a -lib/pango/%%VERSION%%/modules/pango-basic-fc.la -lib/pango/%%VERSION%%/modules/pango-basic-fc.so -%%X11%%lib/pango/%%VERSION%%/modules/pango-basic-x.a -%%X11%%lib/pango/%%VERSION%%/modules/pango-basic-x.la -%%X11%%lib/pango/%%VERSION%%/modules/pango-basic-x.so -lib/pango/%%VERSION%%/modules/pango-hangul-fc.a -lib/pango/%%VERSION%%/modules/pango-hangul-fc.la -lib/pango/%%VERSION%%/modules/pango-hangul-fc.so -lib/pango/%%VERSION%%/modules/pango-hebrew-fc.a -lib/pango/%%VERSION%%/modules/pango-hebrew-fc.la -lib/pango/%%VERSION%%/modules/pango-hebrew-fc.so -lib/pango/%%VERSION%%/modules/pango-indic-fc.a -lib/pango/%%VERSION%%/modules/pango-indic-fc.la -lib/pango/%%VERSION%%/modules/pango-indic-fc.so -lib/pango/%%VERSION%%/modules/pango-indic-lang.a -lib/pango/%%VERSION%%/modules/pango-indic-lang.la -lib/pango/%%VERSION%%/modules/pango-indic-lang.so -lib/pango/%%VERSION%%/modules/pango-khmer-fc.a -lib/pango/%%VERSION%%/modules/pango-khmer-fc.la -lib/pango/%%VERSION%%/modules/pango-khmer-fc.so -lib/pango/%%VERSION%%/modules/pango-syriac-fc.a -lib/pango/%%VERSION%%/modules/pango-syriac-fc.la -lib/pango/%%VERSION%%/modules/pango-syriac-fc.so -lib/pango/%%VERSION%%/modules/pango-thai-fc.a -lib/pango/%%VERSION%%/modules/pango-thai-fc.la -lib/pango/%%VERSION%%/modules/pango-thai-fc.so -lib/pango/%%VERSION%%/modules/pango-tibetan-fc.a -lib/pango/%%VERSION%%/modules/pango-tibetan-fc.la -lib/pango/%%VERSION%%/modules/pango-tibetan-fc.so -libdata/pkgconfig/pango.pc -libdata/pkgconfig/pangocairo.pc -libdata/pkgconfig/pangoft2.pc -%%X11%%libdata/pkgconfig/pangox.pc -%%X11%%libdata/pkgconfig/pangoxft.pc -@dirrm lib/pango/%%VERSION%%/modules -@dirrm lib/pango/%%VERSION%% -@dirrm lib/pango -@dirrm include/pango-1.0/pango -@dirrm include/pango-1.0 -@dirrm etc/pango diff --git a/x11-toolkits/pangomm/Makefile b/x11-toolkits/pangomm/Makefile deleted file mode 100644 index 1fa196005..000000000 --- a/x11-toolkits/pangomm/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: pangomm -# Date created: 23 July 2008 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/pangomm/Makefile,v 1.12 2009/08/28 18:05:11 kwm Exp $ -# - -PORTNAME= pangomm -PORTVERSION= 2.26.0 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ wrapper for Pango - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm \ - cairomm-1.0.1:${PORTSDIR}/graphics/cairomm -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_GNOME= gnomehack pango -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-documentation \ - --enable-static=yes - -PLIST_SUB= VERSION="2.4" API_VERSION="1.4" - -post-patch: -.for d in tests - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/${d}//' \ - ${WRKSRC}/Makefile.in -.endfor - -.include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/pangomm/distinfo b/x11-toolkits/pangomm/distinfo deleted file mode 100644 index 2b1ff4ca2..000000000 --- a/x11-toolkits/pangomm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/pangomm-2.26.0.tar.bz2) = 37f54dc8e6cb73ed923b22f313352156 -SHA256 (gnome2/pangomm-2.26.0.tar.bz2) = bf26ebe42c12c81e5c32ceca80ff226a01c8d80d4db2a4cc3463d5bf241b095e -SIZE (gnome2/pangomm-2.26.0.tar.bz2) = 982857 diff --git a/x11-toolkits/pangomm/pkg-descr b/x11-toolkits/pangomm/pkg-descr deleted file mode 100644 index 1fec3f2b7..000000000 --- a/x11-toolkits/pangomm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -C++ wrapper for Pango. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/x11-toolkits/pangomm/pkg-plist b/x11-toolkits/pangomm/pkg-plist deleted file mode 100644 index 8483bc4b0..000000000 --- a/x11-toolkits/pangomm/pkg-plist +++ /dev/null @@ -1,65 +0,0 @@ -include/pangomm-%%API_VERSION%%/pangomm.h -include/pangomm-%%API_VERSION%%/pangomm/attributes.h -include/pangomm-%%API_VERSION%%/pangomm/attriter.h -include/pangomm-%%API_VERSION%%/pangomm/attrlist.h -include/pangomm-%%API_VERSION%%/pangomm/cairofontmap.h -include/pangomm-%%API_VERSION%%/pangomm/color.h -include/pangomm-%%API_VERSION%%/pangomm/context.h -include/pangomm-%%API_VERSION%%/pangomm/coverage.h -include/pangomm-%%API_VERSION%%/pangomm/font.h -include/pangomm-%%API_VERSION%%/pangomm/fontdescription.h -include/pangomm-%%API_VERSION%%/pangomm/fontface.h -include/pangomm-%%API_VERSION%%/pangomm/fontfamily.h -include/pangomm-%%API_VERSION%%/pangomm/fontmap.h -include/pangomm-%%API_VERSION%%/pangomm/fontmetrics.h -include/pangomm-%%API_VERSION%%/pangomm/fontset.h -include/pangomm-%%API_VERSION%%/pangomm/glyph.h -include/pangomm-%%API_VERSION%%/pangomm/glyphstring.h -include/pangomm-%%API_VERSION%%/pangomm/init.h -include/pangomm-%%API_VERSION%%/pangomm/item.h -include/pangomm-%%API_VERSION%%/pangomm/language.h -include/pangomm-%%API_VERSION%%/pangomm/layout.h -include/pangomm-%%API_VERSION%%/pangomm/layoutiter.h -include/pangomm-%%API_VERSION%%/pangomm/layoutline.h -include/pangomm-%%API_VERSION%%/pangomm/layoutrun.h -include/pangomm-%%API_VERSION%%/pangomm/private/attributes_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/attriter_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/attrlist_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/cairofontmap_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/color_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/context_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/coverage_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/font_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/fontdescription_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/fontface_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/fontfamily_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/fontmap_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/fontmetrics_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/fontset_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/glyph_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/glyphstring_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/item_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/language_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/layout_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/layoutiter_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/layoutline_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/layoutrun_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/rectangle_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/renderer_p.h -include/pangomm-%%API_VERSION%%/pangomm/private/tabarray_p.h -include/pangomm-%%API_VERSION%%/pangomm/rectangle.h -include/pangomm-%%API_VERSION%%/pangomm/renderer.h -include/pangomm-%%API_VERSION%%/pangomm/tabarray.h -include/pangomm-%%API_VERSION%%/pangomm/types.h -include/pangomm-%%API_VERSION%%/pangomm/wrap_init.h -lib/libpangomm-%%API_VERSION%%.a -lib/libpangomm-%%API_VERSION%%.la -lib/libpangomm-%%API_VERSION%%.so -lib/libpangomm-%%API_VERSION%%.so.1 -lib/pangomm-%%API_VERSION%%/include/pangommconfig.h -libdata/pkgconfig/pangomm-%%API_VERSION%%.pc -@dirrm lib/pangomm-%%API_VERSION%%/include -@dirrm lib/pangomm-%%API_VERSION%% -@dirrm include/pangomm-%%API_VERSION%%/pangomm/private -@dirrm include/pangomm-%%API_VERSION%%/pangomm -@dirrm include/pangomm-%%API_VERSION%% diff --git a/x11-toolkits/py-gnome-desktop/Makefile b/x11-toolkits/py-gnome-desktop/Makefile deleted file mode 100644 index 0ec186df4..000000000 --- a/x11-toolkits/py-gnome-desktop/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# New ports collection makefile for: py-gnome-desktop -# Date created: 20 January 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gnome-desktop/Makefile,v 1.90 2009/09/03 08:50:47 kwm Exp $ -# - -PORTNAME= gnome-desktop -PORTVERSION= 2.28.0 -CATEGORIES= x11-toolkits python gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/gnome-python-desktop/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= gnome-python-desktop-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A set of Python bindings used by modules in the GNOME Desktop - -BUILD_DEPENDS= bug-buddy:${PORTSDIR}/devel/bug-buddy -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ - totem-plparser.12:${PORTSDIR}/multimedia/totem-pl-parser \ - gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media \ - gnome-keyring:${PORTSDIR}/security/gnome-keyring \ - brasero-media.2:${PORTSDIR}/sysutils/brasero \ - evdocument.1:${PORTSDIR}/graphics/evince -RUN_DEPENDS= bug-buddy:${PORTSDIR}/devel/bug-buddy - -USE_BZIP2= yes -USE_GMAKE= yes -USE_PYTHON= yes -USE_GNOME= gnomehack libgnomeprintui gnomepanel gnomedesktop \ - gtksourceview libwnck nautilus2 pygnome2 metacity \ - evolutiondataserver -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-metacity --disable-nautilusburn -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -EG_SRC_DIR= ${WRKSRC}/examples -EG_DST_DIR= ${PREFIX}/share/examples/py-gnome -.if !defined(NOPORTDOCS) -DOCSDIR= ${PREFIX}/share/doc/py-gnome-desktop -.else -DOCSDIR= ${WRKSRC}/share/doc/py-gnome-desktop -.endif - -.include <bsd.port.pre.mk> - -post-patch: - @${FIND} ${WRKSRC}/docs -name Makefile.in | ${XARGS} ${REINPLACE_CMD} \ - -e 's|^HTML_DIR =.*|HTML_DIR = ${DOCSDIR}|g' - -.if !defined(NOPORTDOCS) -post-install: - ${MKDIR} ${EG_DST_DIR} - ${TAR} -C ${EG_SRC_DIR} --exclude *nautilusburn* -cf - . | ${TAR} -C ${EG_DST_DIR} -xf - - ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR} - ${CHMOD} -R go-w ${EG_DST_DIR} -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/py-gnome-desktop/distinfo b/x11-toolkits/py-gnome-desktop/distinfo deleted file mode 100644 index 162c4e063..000000000 --- a/x11-toolkits/py-gnome-desktop/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-python-desktop-2.28.0.tar.bz2) = d97bb3d8e1adc00505be060fbc832f44 -SHA256 (gnome2/gnome-python-desktop-2.28.0.tar.bz2) = 92948d2dd0d03a56abe565f3c24725242251db261bd0a12aad5a742326cb3c7f -SIZE (gnome2/gnome-python-desktop-2.28.0.tar.bz2) = 613169 diff --git a/x11-toolkits/py-gnome-desktop/pkg-descr b/x11-toolkits/py-gnome-desktop/pkg-descr deleted file mode 100644 index cbc8cc5d8..000000000 --- a/x11-toolkits/py-gnome-desktop/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -GnomePythonDesktop provides python interfacing modules for some GNOME -libraries part of the GNOME Desktop. diff --git a/x11-toolkits/py-gnome-desktop/pkg-plist b/x11-toolkits/py-gnome-desktop/pkg-plist deleted file mode 100644 index 0de7d54e5..000000000 --- a/x11-toolkits/py-gnome-desktop/pkg-plist +++ /dev/null @@ -1,143 +0,0 @@ -%%PYTHON_SITELIBDIR%%/gtk-2.0/braseroburn.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/braseroburn.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/braseromedia.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/braseromedia.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/bugbuddy.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/bugbuddy.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/bugbuddy.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/evince.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/evince.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/evolution/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/evolution/ebook.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/evolution/ebook.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/evolution/ecal.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/evolution/ecal.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/applet.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/applet.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/applet.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeapplet.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeapplet.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomedesktop/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomedesktop/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomedesktop/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomedesktop/_gnomedesktop.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomedesktop/_gnomedesktop.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomekeyring.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomekeyring.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/_print.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/_print.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/ui.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/ui.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtksourceview.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtksourceview.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtop.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtop.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/mediaprofiles.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/mediaprofiles.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/metacity.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/metacity.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/rsvg.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/rsvg.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/plparser.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/plparser.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/wnck.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/wnck.so -libdata/pkgconfig/gnome-python-desktop-2.0.pc -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintconfig.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintcontext.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintfont.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintfontface.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintglyphlist.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintjob.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/gnomeprint-class-reference.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/index.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/index.sgml -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/pygnomeprint.devhelp -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuidialog.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuifontdialog.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuifontpreview.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuifontselection.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuijobpreview.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuipaperselector.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuipreview.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/gnomeprintui-class-reference.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/index.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/index.sgml -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/pygnomeprintui.devhelp -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcebuffer.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcelanguage.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcelanguagesmanager.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcemarker.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourceprintjob.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcestylescheme.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcetag.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcetagstyle.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcetagtable.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourceview.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/gtksourceview-class-reference.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/index.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/index.sgml -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/pygtksourceview.devhelp -%%PORTDOCS%%share/examples/py-gnome/applet/GNOME_PythonAppletSample.server -%%PORTDOCS%%share/examples/py-gnome/applet/README -%%PORTDOCS%%share/examples/py-gnome/applet/applet.py -%%PORTDOCS%%share/examples/py-gnome/braseroburn/write-audio-video.py -%%PORTDOCS%%share/examples/py-gnome/braseroburn/write-data.py -%%PORTDOCS%%share/examples/py-gnome/braseroburn/write-image.py -%%PORTDOCS%%share/examples/py-gnome/braseromedia/drive_selection.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/README -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_01.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_02.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_03.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_04.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_05.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_06.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_08.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_09.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_10.glade -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_10.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/example_11.py -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/sample-image.png -%%PORTDOCS%%share/examples/py-gnome/gnomeprint/test-print.py -%%PORTDOCS%%share/examples/py-gnome/gtksourceview/test-widget.py -%%PORTDOCS%%share/examples/py-gnome/keyring-async.py -%%PORTDOCS%%share/examples/py-gnome/keyring.py -%%PORTDOCS%%share/examples/py-gnome/mediaprofiles/profiles.py -%%PORTDOCS%%share/examples/py-gnome/rsvg/rsvg-cairo.py -%%PORTDOCS%%share/examples/py-gnome/wnck_example.py -share/pygtk/2.0/defs/_gnomedesktop.defs -share/pygtk/2.0/defs/applet.defs -share/pygtk/2.0/defs/art.defs -share/pygtk/2.0/defs/brasero_burn.defs -share/pygtk/2.0/defs/brasero_media.defs -share/pygtk/2.0/defs/ebook.defs -share/pygtk/2.0/defs/evince.defs -share/pygtk/2.0/defs/gnomekeyring.defs -share/pygtk/2.0/defs/gtksourceview.defs -share/pygtk/2.0/defs/mediaprofiles.defs -share/pygtk/2.0/defs/metacity.defs -share/pygtk/2.0/defs/print.defs -share/pygtk/2.0/defs/printui.defs -share/pygtk/2.0/defs/wnck.defs -%%PORTDOCS%%@dirrm share/examples/py-gnome/rsvg -%%PORTDOCS%%@dirrm share/examples/py-gnome/mediaprofiles -%%PORTDOCS%%@dirrm share/examples/py-gnome/gtksourceview -%%PORTDOCS%%@dirrm share/examples/py-gnome/gnomeprint -%%PORTDOCS%%@dirrm share/examples/py-gnome/braseromedia -%%PORTDOCS%%@dirrm share/examples/py-gnome/braseroburn -%%PORTDOCS%%@dirrm share/examples/py-gnome/applet -%%PORTDOCS%%@dirrmtry share/examples/py-gnome -%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygtksourceview -%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygnomeprintui -%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygnomeprint -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/totem -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gnomedesktop -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/evolution diff --git a/x11-toolkits/py-gnome-extras/Makefile b/x11-toolkits/py-gnome-extras/Makefile deleted file mode 100644 index f45997ec3..000000000 --- a/x11-toolkits/py-gnome-extras/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# New ports collection makefile for: py-gnome-extras -# Date created: 22 November 2005 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gnome-extras/Makefile,v 1.54 2009/09/26 12:46:35 marcus Exp $ -# - -PORTNAME= gnome-extras -PORTVERSION= 2.25.3 -PORTREVISION= 6 -CATEGORIES= x11-toolkits python gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/gnome-python-extras/${PORTVERSION:C/..$//} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= gnome-python-extras-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A set of Python bindings for GNOME 2 - -LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell \ - gksu1.2.0:${PORTSDIR}/sysutils/libgksu \ - gksuui1.0.1:${PORTSDIR}/sysutils/libgksuui -# gdl-1.2:${PORTSDIR}/x11-toolkits/gdl - -USE_GECKO= libxul -USE_BZIP2= yes -USE_GMAKE= yes -USE_PYTHON= yes -USE_GNOME= gnomehack libgtkhtml pygnome2 libgda4 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--disable-gdl - -EG_SRC_DIR= ${WRKSRC}/examples -EG_DST_DIR= ${PREFIX}/share/examples/py-gnome -.if !defined(NOPORTDOCS) -DOCSDIR= ${PREFIX}/share/doc/py-gnome-extras -.else -DOCSDIR= ${WRKSRC}/share/doc/py-gnome-extras -.endif - -.include <bsd.port.pre.mk> - -.if defined(GECKO) && ${GECKO:Mlibxul}!="" -CONFIGURE_ARGS+= --with-gtkmozembed=mozilla -.else -CONFIGURE_ARGS+= --with-gtkmozembed=${GECKO} -.endif - -post-patch: - @${FIND} ${WRKSRC}/docs -name Makefile.in | ${XARGS} ${REINPLACE_CMD} \ - -e 's|^HTML_DIR =.*|HTML_DIR = ${DOCSDIR}|g' - -.if !defined(NOPORTDOCS) -post-install: - ${MKDIR} ${EG_DST_DIR} - ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xf - - ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR} - ${CHMOD} -R go-w ${EG_DST_DIR} -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/py-gnome-extras/distinfo b/x11-toolkits/py-gnome-extras/distinfo deleted file mode 100644 index 71fc1395f..000000000 --- a/x11-toolkits/py-gnome-extras/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-python-extras-2.25.3.tar.bz2) = 9f3b7ec5c57130b96061cb486b79c076 -SHA256 (gnome2/gnome-python-extras-2.25.3.tar.bz2) = ca346264e00e193f0866cabd8801d3b7ce70dae7b8b296e41e5b3a45c9b0275c -SIZE (gnome2/gnome-python-extras-2.25.3.tar.bz2) = 370489 diff --git a/x11-toolkits/py-gnome-extras/pkg-descr b/x11-toolkits/py-gnome-extras/pkg-descr deleted file mode 100644 index 422d464c6..000000000 --- a/x11-toolkits/py-gnome-extras/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Excerpt from the README: - - PyGNOME -- Python bindings for GNOME 2 - ====================================== - Author: James Henstridge <james@daa.com.au> - - This is a set of bindings for the GNOME 2 libraries for use with python. - -WWW: http://www.pygtk.org/ --- Jacques Vidrine <nectar@FreeBSD.ORG> diff --git a/x11-toolkits/py-gnome-extras/pkg-plist b/x11-toolkits/py-gnome-extras/pkg-plist deleted file mode 100644 index fb6368087..000000000 --- a/x11-toolkits/py-gnome-extras/pkg-plist +++ /dev/null @@ -1,53 +0,0 @@ -include/pygda-4.0/pygdavalue_conversions.h -%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/recent.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/recent.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/trayicon.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/trayicon.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gda.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gda.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/_gksu.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/_gksu.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/ui.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu/ui.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkhtml2.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkhtml2.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkmozembed.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkmozembed.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkspell.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkspell.so -libdata/pkgconfig/gnome-python-extras-2.0.pc -libdata/pkgconfig/pygda-4.0.pc -%%PORTDOCS%%share/examples/py-gnome/egg/recent/Bonobo_Sample_Hello.xml -%%PORTDOCS%%share/examples/py-gnome/egg/recent/bonobo-view.py -%%PORTDOCS%%share/examples/py-gnome/egg/recent/gtk-view.py -%%PORTDOCS%%share/examples/py-gnome/egg/recent/populate-recent.py -%%PORTDOCS%%share/examples/py-gnome/egg/trayicon.py -%%PORTDOCS%%share/examples/py-gnome/gdl/gdl_combo_button.py -%%PORTDOCS%%share/examples/py-gnome/gdl/gdl_dock.py -%%PORTDOCS%%share/examples/py-gnome/gdl/gdl_test.py -%%PORTDOCS%%share/examples/py-gnome/gksu2/simple.py -%%PORTDOCS%%share/examples/py-gnome/gtkhtml2/simple-browser.py -%%PORTDOCS%%share/examples/py-gnome/gtkspell/spell.py -%%PORTDOCS%%share/examples/py-gnome/gtkspell/test.py -share/pygtk/2.0/argtypes/gda-arg-types.py -share/pygtk/2.0/argtypes/gda-arg-types.pyc -share/pygtk/2.0/argtypes/gda-arg-types.pyo -share/pygtk/2.0/defs/gda.defs -share/pygtk/2.0/defs/gtkhtml2.defs -share/pygtk/2.0/defs/gtkmozembed.defs -share/pygtk/2.0/defs/trayicon.defs -%%PORTDOCS%%@dirrm share/examples/py-gnome/gtkspell -%%PORTDOCS%%@dirrm share/examples/py-gnome/gtkhtml2 -%%PORTDOCS%%@dirrm share/examples/py-gnome/gksu2 -%%PORTDOCS%%@dirrm share/examples/py-gnome/gdl -%%PORTDOCS%%@dirrm share/examples/py-gnome/egg/recent -%%PORTDOCS%%@dirrm share/examples/py-gnome/egg -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gksu -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/egg -@dirrm include/pygda-4.0 diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile deleted file mode 100644 index bf8fa09c3..000000000 --- a/x11-toolkits/py-gnome2/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: py-gnome -# Date created: 09 February 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gnome2/Makefile,v 1.57 2009/05/03 23:40:19 kwm Exp $ -# - -PORTNAME= gnome -PORTVERSION= 2.28.0 -CATEGORIES= x11-toolkits python gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/gnome-python/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= gnome-python-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A set of Python bindings for GNOME 2 - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ORBit.so:${PORTSDIR}/devel/py-orbit -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ORBit.so:${PORTSDIR}/devel/py-orbit - -LATEST_LINK= py-gnome2 -USE_BZIP2= yes -USE_GMAKE= yes -USE_PYTHON= yes -USE_LDCONFIG= yes -USE_GNOME= gnomehack libgnomeui pygtk2 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -EG_SRC_DIR= ${WRKSRC}/examples -EG_DST_DIR= ${PREFIX}/share/examples/py-gnome - -CONFLICTS= py*-gnome-1* - -.include <bsd.port.pre.mk> - -.if !defined(NOPORTDOCS) -post-install: - ${MKDIR} ${EG_DST_DIR} - ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xf - - ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR} - ${FIND} ${EG_DST_DIR} -type d -print | ${XARGS} ${CHMOD} 0555 - ${FIND} ${EG_DST_DIR} -type f -print | ${XARGS} ${CHMOD} 0444 -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/py-gnome2/distinfo b/x11-toolkits/py-gnome2/distinfo deleted file mode 100644 index ed7191ac1..000000000 --- a/x11-toolkits/py-gnome2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-python-2.28.0.tar.bz2) = b627abbb0ed912e221cc072e3dd6f9d6 -SHA256 (gnome2/gnome-python-2.28.0.tar.bz2) = f2c984587450086dff8eb0a72a8d8c616d51fecfcc790601c35641be140efa0c -SIZE (gnome2/gnome-python-2.28.0.tar.bz2) = 560872 diff --git a/x11-toolkits/py-gnome2/files/patch-configure b/x11-toolkits/py-gnome2/files/patch-configure deleted file mode 100644 index 0f477bfef..000000000 --- a/x11-toolkits/py-gnome2/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2007-12-26 11:53:20.000000000 +0100 -+++ configure 2007-12-26 11:56:25.000000000 +0100 -@@ -19694,7 +19694,7 @@ - save_CC="$CC" - save_LIBS="$LIBS" - --PYTHON_EMBED_LIBS="-L${PYTHON_LIBDIR} ${PYTHON_LIB_DEPS} -lpython${PYTHON_VERSION}" -+PYTHON_EMBED_LIBS="-L${py_prefix}/lib/ ${PYTHON_LIB_DEPS} -lpython${PYTHON_VERSION} ${PTHREAD_LIBS}" - - CC="$PYTHON_CC" - LIBS="$LIBS $PYTHON_EMBED_LIBS" diff --git a/x11-toolkits/py-gnome2/pkg-descr b/x11-toolkits/py-gnome2/pkg-descr deleted file mode 100644 index 422d464c6..000000000 --- a/x11-toolkits/py-gnome2/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Excerpt from the README: - - PyGNOME -- Python bindings for GNOME 2 - ====================================== - Author: James Henstridge <james@daa.com.au> - - This is a set of bindings for the GNOME 2 libraries for use with python. - -WWW: http://www.pygtk.org/ --- Jacques Vidrine <nectar@FreeBSD.ORG> diff --git a/x11-toolkits/py-gnome2/pkg-plist b/x11-toolkits/py-gnome2/pkg-plist deleted file mode 100644 index e3cca9b72..000000000 --- a/x11-toolkits/py-gnome2/pkg-plist +++ /dev/null @@ -1,105 +0,0 @@ -include/gnome-python-2.0/pygnomevfs.h -include/gnome-python-2.0/pygnomevfsbonobo.h -lib/gnome-vfs-2.0/modules/libpythonmethod.la -lib/gnome-vfs-2.0/modules/libpythonmethod.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/_bonobo.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/_bonobo.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/activation.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/activation.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/ui.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/ui.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gconf.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gconf.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/_gnome.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/_gnome.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/canvas.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/canvas.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/canvas.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/ui.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/ui.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/vfs.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/vfs.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/vfs.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomecanvas.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomecanvas.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs/_gnomevfs.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs/_gnomevfs.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs/gnomevfsbonobo.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs/gnomevfsbonobo.so -libdata/pkgconfig/gnome-python-2.0.pc -%%PORTDOCS%%share/examples/py-gnome/bonobo/bonobo-application.py -%%PORTDOCS%%share/examples/py-gnome/bonobo/bonoboui/Bonobo_Sample_Hello.xml -%%PORTDOCS%%share/examples/py-gnome/bonobo/bonoboui/hello.py -%%PORTDOCS%%share/examples/py-gnome/bonobo/echo/README -%%PORTDOCS%%share/examples/py-gnome/bonobo/echo/echo-client.py -%%PORTDOCS%%share/examples/py-gnome/bonobo/unknown.py -%%PORTDOCS%%share/examples/py-gnome/bug-buddy-integration.py -%%PORTDOCS%%share/examples/py-gnome/canvas/canvas-curve.py -%%PORTDOCS%%share/examples/py-gnome/canvas/canvas-example.py -%%PORTDOCS%%share/examples/py-gnome/gconf/basic-gconf-app.py -%%PORTDOCS%%share/examples/py-gnome/gconf/simple-controller.py -%%PORTDOCS%%share/examples/py-gnome/gconf/simple-view.py -%%PORTDOCS%%share/examples/py-gnome/popt/goption.py -%%PORTDOCS%%share/examples/py-gnome/popt/popt.py -%%PORTDOCS%%share/examples/py-gnome/vfs/async-xfer.py -%%PORTDOCS%%share/examples/py-gnome/vfs/async.py -%%PORTDOCS%%share/examples/py-gnome/vfs/cancellation.py -%%PORTDOCS%%share/examples/py-gnome/vfs/pygvfsmethod/README -%%PORTDOCS%%share/examples/py-gnome/vfs/pygvfsmethod/pyfs.conf -%%PORTDOCS%%share/examples/py-gnome/vfs/pygvfsmethod/pyfs.py -%%PORTDOCS%%share/examples/py-gnome/vfs/shell.py -%%PORTDOCS%%share/examples/py-gnome/vfs/sync-xfer.py -share/gtk-doc/html/pygnomevfs/class-gnomevfs-context.html -share/gtk-doc/html/pygnomevfs/class-gnomevfs-directoryhandle.html -share/gtk-doc/html/pygnomevfs/class-gnomevfs-drive.html -share/gtk-doc/html/pygnomevfs/class-gnomevfs-fileinfo.html -share/gtk-doc/html/pygnomevfs/class-gnomevfs-handle.html -share/gtk-doc/html/pygnomevfs/class-gnomevfs-uri.html -share/gtk-doc/html/pygnomevfs/class-gnomevfs-volume.html -share/gtk-doc/html/pygnomevfs/gnomevfs-class-reference.html -share/gtk-doc/html/pygnomevfs/gnomevfs-constants.html -share/gtk-doc/html/pygnomevfs/gnomevfs-functions.html -share/gtk-doc/html/pygnomevfs/index.html -share/gtk-doc/html/pygnomevfs/index.sgml -share/gtk-doc/html/pygnomevfs/pygnomevfs.devhelp -share/pygtk/2.0/argtypes/bonobo-arg-types.py -share/pygtk/2.0/argtypes/bonobo-arg-types.pyc -share/pygtk/2.0/argtypes/bonobo-arg-types.pyo -share/pygtk/2.0/argtypes/gconf-arg-types.py -share/pygtk/2.0/argtypes/gconf-arg-types.pyc -share/pygtk/2.0/argtypes/gconf-arg-types.pyo -share/pygtk/2.0/defs/bonobo-types.defs -share/pygtk/2.0/defs/bonobo.defs -share/pygtk/2.0/defs/bonoboui-types.defs -share/pygtk/2.0/defs/bonoboui.defs -share/pygtk/2.0/defs/canvas.defs -share/pygtk/2.0/defs/gconf.defs -share/pygtk/2.0/defs/gnome-types.defs -share/pygtk/2.0/defs/gnome.defs -share/pygtk/2.0/defs/ui.defs -@dirrmtry share/pygtk/2.0/argtypes -@dirrm share/gtk-doc/html/pygnomevfs -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc -%%PORTDOCS%%@dirrm share/examples/py-gnome/vfs/pygvfsmethod -%%PORTDOCS%%@dirrm share/examples/py-gnome/vfs -%%PORTDOCS%%@dirrm share/examples/py-gnome/popt -%%PORTDOCS%%@dirrm share/examples/py-gnome/gconf -%%PORTDOCS%%@dirrm share/examples/py-gnome/canvas -%%PORTDOCS%%@dirrm share/examples/py-gnome/bonobo/echo -%%PORTDOCS%%@dirrm share/examples/py-gnome/bonobo/bonoboui -%%PORTDOCS%%@dirrm share/examples/py-gnome/bonobo -%%PORTDOCS%%@dirrm share/examples/py-gnome -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gnome -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo -@dirrm include/gnome-python-2.0 diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile deleted file mode 100644 index 85c646514..000000000 --- a/x11-toolkits/py-gtk2/Makefile +++ /dev/null @@ -1,76 +0,0 @@ -# New ports collection makefile for: py-gtk2 -# Date created: 08/13/2002 -# Whom: marc@informatik.uni-bremen.de -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gtk2/Makefile,v 1.64 2009/08/22 17:21:05 marcus Exp $ -# - -PORTNAME= gtk -PORTVERSION= 2.16.0 -CATEGORIES= x11-toolkits python -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/pygtk/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pygtk-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A set of Python bindings for GTK+ - -BUILD_DEPENDS= ${PYNUMERIC} \ - ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo \ - ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/_gobject.so:${PORTSDIR}/devel/py-gobject -RUN_DEPENDS= ${PYNUMERIC} \ - ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo \ - ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/_gobject.so:${PORTSDIR}/devel/py-gobject - -LATEST_LINK= py-gtk2 -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack libglade2 -USE_PYTHON= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-lintl" \ - PYTHON="${PYTHON_VERSION}" -CONFIGURE_ARGS= --disable-docs -LDFLAGS+= -L${LOCALBASE}/lib - -DOCSDIR= ${PREFIX}/share/doc/py-gtk -EG_SRC_DIR= ${WRKSRC}/examples -EXAMPLESDIR= ${PREFIX}/share/examples/py-gtk - -CONFLICTS= py*-gtk-0* - -# -# Use the same way as the Python port to determine if we want -# threading support. -# -.if !defined(WITHOUT_THREADS) -CONFIGURE_ARGS+= --enable-thread -CFLAGS+= ${PTHREAD_CFLAGS} -CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS} ${LDFLAGS}" -.else -CONFIGURE_ARGS+= --disable-thread -.if defined(LDFLAGS) -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" -.endif -.endif - -post-install: -.if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} - ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EXAMPLESDIR} -xf - - ${CHOWN} -R ${BINOWN}:${BINGRP} ${EXAMPLESDIR} - ${FIND} ${EXAMPLESDIR} -type d -print | ${XARGS} ${CHMOD} 0555 - ${FIND} ${EXAMPLESDIR} -type f -print | ${XARGS} ${CHMOD} 0444 -.endif -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/MAPPING ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/THREADS ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/py-gtk2/distinfo b/x11-toolkits/py-gtk2/distinfo deleted file mode 100644 index 44b98e279..000000000 --- a/x11-toolkits/py-gtk2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/pygtk-2.16.0.tar.bz2) = bd0d437fefd6d5390f5d770a495cd50c -SHA256 (gnome2/pygtk-2.16.0.tar.bz2) = 7fae5e01af217a01738eae41c38ad7f86d1f538f444300d0fa2847aafb7444a8 -SIZE (gnome2/pygtk-2.16.0.tar.bz2) = 2253202 diff --git a/x11-toolkits/py-gtk2/files/patch-Makefile.in b/x11-toolkits/py-gtk2/files/patch-Makefile.in deleted file mode 100644 index 1ddb1d6b9..000000000 --- a/x11-toolkits/py-gtk2/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2008-09-01 08:50:06.000000000 +0000 -+++ Makefile.in 2008-09-01 08:51:03.000000000 +0000 -@@ -124,7 +124,7 @@ - DATA = $(defs_DATA) $(pkgconfig_DATA) - ETAGS = etags - CTAGS = ctags --DIST_SUBDIRS = . gtk examples tests docs -+DIST_SUBDIRS = . gtk examples - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - distdir = $(PACKAGE)-$(VERSION) - top_distdir = $(distdir) diff --git a/x11-toolkits/py-gtk2/files/patch-doc_Makefile.in b/x11-toolkits/py-gtk2/files/patch-doc_Makefile.in deleted file mode 100644 index 857b4fa66..000000000 --- a/x11-toolkits/py-gtk2/files/patch-doc_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/Makefile.in.orig 2008-09-03 16:07:35.000000000 +0000 -+++ docs/Makefile.in 2008-09-03 16:07:55.000000000 +0000 -@@ -812,7 +812,7 @@ - html/unixprint-functions.html - - CSS_FILES = $(PYGOBJECT_PYGDOCS)/style.css --TARGET_DIR = $(datadir)/gtk-doc/html/pygtk -+TARGET_DIR = $(datadir)/doc/py-gtk - CSSdir = $(TARGET_DIR) - EXTRA_DIST = \ - cursors icons \ diff --git a/x11-toolkits/py-gtk2/pkg-descr b/x11-toolkits/py-gtk2/pkg-descr deleted file mode 100644 index 41145fa4a..000000000 --- a/x11-toolkits/py-gtk2/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Excerpt from the README: - - PyGTK - ===== - Author: James Henstridge <james@daa.com.au> - - This archive contains modules that allow you to use gtk in Python - programs. At present, it is a fairly complete set of bindings. - -WWW: http://www.pygtk.org/ --- Jacques Vidrine <nectar@FreeBSD.ORG> diff --git a/x11-toolkits/py-gtk2/pkg-plist b/x11-toolkits/py-gtk2/pkg-plist deleted file mode 100644 index 3644393e6..000000000 --- a/x11-toolkits/py-gtk2/pkg-plist +++ /dev/null @@ -1,756 +0,0 @@ -bin/pygtk-codegen-2.0 -bin/pygtk-demo -include/pygtk-2.0/pygtk/pygtk.h -lib/pygtk/2.0/demos/__init__.py -lib/pygtk/2.0/demos/__init__.pyc -lib/pygtk/2.0/demos/__init__.pyo -lib/pygtk/2.0/demos/appwindow.py -lib/pygtk/2.0/demos/appwindow.pyc -lib/pygtk/2.0/demos/appwindow.pyo -lib/pygtk/2.0/demos/buttonbox.py -lib/pygtk/2.0/demos/buttonbox.pyc -lib/pygtk/2.0/demos/buttonbox.pyo -lib/pygtk/2.0/demos/changedisplay.py -lib/pygtk/2.0/demos/changedisplay.pyc -lib/pygtk/2.0/demos/changedisplay.pyo -lib/pygtk/2.0/demos/colorsel.py -lib/pygtk/2.0/demos/colorsel.pyc -lib/pygtk/2.0/demos/colorsel.pyo -lib/pygtk/2.0/demos/dialogs.py -lib/pygtk/2.0/demos/dialogs.pyc -lib/pygtk/2.0/demos/dialogs.pyo -lib/pygtk/2.0/demos/dnd.py -lib/pygtk/2.0/demos/dnd.pyc -lib/pygtk/2.0/demos/dnd.pyo -lib/pygtk/2.0/demos/dndpixmap.py -lib/pygtk/2.0/demos/dndpixmap.pyc -lib/pygtk/2.0/demos/dndpixmap.pyo -lib/pygtk/2.0/demos/editable_cells.py -lib/pygtk/2.0/demos/editable_cells.pyc -lib/pygtk/2.0/demos/editable_cells.pyo -lib/pygtk/2.0/demos/entry_completion.py -lib/pygtk/2.0/demos/entry_completion.pyc -lib/pygtk/2.0/demos/entry_completion.pyo -lib/pygtk/2.0/demos/expander.py -lib/pygtk/2.0/demos/expander.pyc -lib/pygtk/2.0/demos/expander.pyo -lib/pygtk/2.0/demos/hypertext.py -lib/pygtk/2.0/demos/hypertext.pyc -lib/pygtk/2.0/demos/hypertext.pyo -lib/pygtk/2.0/demos/images.py -lib/pygtk/2.0/demos/images.pyc -lib/pygtk/2.0/demos/images.pyo -lib/pygtk/2.0/demos/images/alphatest.png -lib/pygtk/2.0/demos/images/apple-red.png -lib/pygtk/2.0/demos/images/background.jpg -lib/pygtk/2.0/demos/images/floppybuddy.gif -lib/pygtk/2.0/demos/images/gnome-applets.png -lib/pygtk/2.0/demos/images/gnome-calendar.png -lib/pygtk/2.0/demos/images/gnome-foot.png -lib/pygtk/2.0/demos/images/gnome-gimp.png -lib/pygtk/2.0/demos/images/gnome-gmush.png -lib/pygtk/2.0/demos/images/gnome-gsame.png -lib/pygtk/2.0/demos/images/gnu-keys.png -lib/pygtk/2.0/demos/images/gtk-logo-rgb.gif -lib/pygtk/2.0/demos/list_store.py -lib/pygtk/2.0/demos/list_store.pyc -lib/pygtk/2.0/demos/list_store.pyo -lib/pygtk/2.0/demos/menu.py -lib/pygtk/2.0/demos/menu.pyc -lib/pygtk/2.0/demos/menu.pyo -lib/pygtk/2.0/demos/panes.py -lib/pygtk/2.0/demos/panes.pyc -lib/pygtk/2.0/demos/panes.pyo -lib/pygtk/2.0/demos/pixbufs.py -lib/pygtk/2.0/demos/pixbufs.pyc -lib/pygtk/2.0/demos/pixbufs.pyo -lib/pygtk/2.0/demos/print_editor.py -lib/pygtk/2.0/demos/print_editor.pyc -lib/pygtk/2.0/demos/print_editor.pyo -lib/pygtk/2.0/demos/sizegroup.py -lib/pygtk/2.0/demos/sizegroup.pyc -lib/pygtk/2.0/demos/sizegroup.pyo -lib/pygtk/2.0/demos/statusicon.py -lib/pygtk/2.0/demos/statusicon.pyc -lib/pygtk/2.0/demos/statusicon.pyo -lib/pygtk/2.0/demos/stock_browser.py -lib/pygtk/2.0/demos/stock_browser.pyc -lib/pygtk/2.0/demos/stock_browser.pyo -lib/pygtk/2.0/demos/textscroll.py -lib/pygtk/2.0/demos/textscroll.pyc -lib/pygtk/2.0/demos/textscroll.pyo -lib/pygtk/2.0/demos/textview.py -lib/pygtk/2.0/demos/textview.pyc -lib/pygtk/2.0/demos/textview.pyo -lib/pygtk/2.0/demos/tooltip.py -lib/pygtk/2.0/demos/tooltip.pyc -lib/pygtk/2.0/demos/tooltip.pyo -lib/pygtk/2.0/demos/tree_store.py -lib/pygtk/2.0/demos/tree_store.pyc -lib/pygtk/2.0/demos/tree_store.pyo -lib/pygtk/2.0/demos/treemodel.py -lib/pygtk/2.0/demos/treemodel.pyc -lib/pygtk/2.0/demos/treemodel.pyo -lib/pygtk/2.0/demos/ui_manager.py -lib/pygtk/2.0/demos/ui_manager.pyc -lib/pygtk/2.0/demos/ui_manager.pyo -lib/pygtk/2.0/pygtk-demo.py -lib/pygtk/2.0/pygtk-demo.pyc -lib/pygtk/2.0/pygtk-demo.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/atk.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/atk.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/_gtk.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/_gtk.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/_lazyutils.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/_lazyutils.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/_lazyutils.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/compat.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/compat.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/compat.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/deprecation.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/deprecation.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/deprecation.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/glade.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/glade.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/keysyms.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/keysyms.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/keysyms.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkunixprint.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkunixprint.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/pango.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/pango.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/pangocairo.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/pangocairo.so -libdata/pkgconfig/pygtk-2.0.pc -%%PORTDOCS%%%%DOCSDIR%%/MAPPING -%%PORTDOCS%%%%DOCSDIR%%/THREADS -%%DOCSDIR%%/atk-class-reference.html -%%DOCSDIR%%/atk-constants.html -%%DOCSDIR%%/class-atkaction.html -%%DOCSDIR%%/class-atkcomponent.html -%%DOCSDIR%%/class-atkdocument.html -%%DOCSDIR%%/class-atkeditabletext.html -%%DOCSDIR%%/class-atkgobjectaccessible.html -%%DOCSDIR%%/class-atkhyperlink.html -%%DOCSDIR%%/class-atkhypertext.html -%%DOCSDIR%%/class-atkimage.html -%%DOCSDIR%%/class-atkimplementor.html -%%DOCSDIR%%/class-atknoopobject.html -%%DOCSDIR%%/class-atknoopobjectfactory.html -%%DOCSDIR%%/class-atkobject.html -%%DOCSDIR%%/class-atkobjectfactory.html -%%DOCSDIR%%/class-atkrectangle.html -%%DOCSDIR%%/class-atkregistry.html -%%DOCSDIR%%/class-atkrelation.html -%%DOCSDIR%%/class-atkrelationset.html -%%DOCSDIR%%/class-atkselection.html -%%DOCSDIR%%/class-atkstateset.html -%%DOCSDIR%%/class-atkstreamablecontent.html -%%DOCSDIR%%/class-atktable.html -%%DOCSDIR%%/class-atktext.html -%%DOCSDIR%%/class-atkvalue.html -%%DOCSDIR%%/class-gdkapplaunchcontext.html -%%DOCSDIR%%/class-gdkatom.html -%%DOCSDIR%%/class-gdkcairocontext.html -%%DOCSDIR%%/class-gdkcolor.html -%%DOCSDIR%%/class-gdkcolormap.html -%%DOCSDIR%%/class-gdkcursor.html -%%DOCSDIR%%/class-gdkdevice.html -%%DOCSDIR%%/class-gdkdisplay.html -%%DOCSDIR%%/class-gdkdisplaymanager.html -%%DOCSDIR%%/class-gdkdragcontext.html -%%DOCSDIR%%/class-gdkdrawable.html -%%DOCSDIR%%/class-gdkevent.html -%%DOCSDIR%%/class-gdkgc.html -%%DOCSDIR%%/class-gdkimage.html -%%DOCSDIR%%/class-gdkkeymap.html -%%DOCSDIR%%/class-gdkpangorenderer.html -%%DOCSDIR%%/class-gdkpixbuf.html -%%DOCSDIR%%/class-gdkpixbufanimation.html -%%DOCSDIR%%/class-gdkpixbufanimationiter.html -%%DOCSDIR%%/class-gdkpixbufloader.html -%%DOCSDIR%%/class-gdkpixmap.html -%%DOCSDIR%%/class-gdkrectangle.html -%%DOCSDIR%%/class-gdkregion.html -%%DOCSDIR%%/class-gdkscreen.html -%%DOCSDIR%%/class-gdkvisual.html -%%DOCSDIR%%/class-gdkwindow.html -%%DOCSDIR%%/class-gladexml.html -%%DOCSDIR%%/class-gtkaboutdialog.html -%%DOCSDIR%%/class-gtkaccelgroup.html -%%DOCSDIR%%/class-gtkaccellabel.html -%%DOCSDIR%%/class-gtkaccelmap.html -%%DOCSDIR%%/class-gtkaccessible.html -%%DOCSDIR%%/class-gtkaction.html -%%DOCSDIR%%/class-gtkactiongroup.html -%%DOCSDIR%%/class-gtkactivatable.html -%%DOCSDIR%%/class-gtkadjustment.html -%%DOCSDIR%%/class-gtkalignment.html -%%DOCSDIR%%/class-gtkarrow.html -%%DOCSDIR%%/class-gtkaspectframe.html -%%DOCSDIR%%/class-gtkassistant.html -%%DOCSDIR%%/class-gtkbin.html -%%DOCSDIR%%/class-gtkborder.html -%%DOCSDIR%%/class-gtkbox.html -%%DOCSDIR%%/class-gtkbuildable.html -%%DOCSDIR%%/class-gtkbuilder.html -%%DOCSDIR%%/class-gtkbutton.html -%%DOCSDIR%%/class-gtkbuttonbox.html -%%DOCSDIR%%/class-gtkcalendar.html -%%DOCSDIR%%/class-gtkcelleditable.html -%%DOCSDIR%%/class-gtkcelllayout.html -%%DOCSDIR%%/class-gtkcellrenderer.html -%%DOCSDIR%%/class-gtkcellrendereraccel.html -%%DOCSDIR%%/class-gtkcellrenderercombo.html -%%DOCSDIR%%/class-gtkcellrendererpixbuf.html -%%DOCSDIR%%/class-gtkcellrendererprogress.html -%%DOCSDIR%%/class-gtkcellrendererspin.html -%%DOCSDIR%%/class-gtkcellrenderertext.html -%%DOCSDIR%%/class-gtkcellrenderertoggle.html -%%DOCSDIR%%/class-gtkcellview.html -%%DOCSDIR%%/class-gtkcheckbutton.html -%%DOCSDIR%%/class-gtkcheckmenuitem.html -%%DOCSDIR%%/class-gtkclipboard.html -%%DOCSDIR%%/class-gtkcolorbutton.html -%%DOCSDIR%%/class-gtkcolorselection.html -%%DOCSDIR%%/class-gtkcolorselectiondialog.html -%%DOCSDIR%%/class-gtkcombo.html -%%DOCSDIR%%/class-gtkcombobox.html -%%DOCSDIR%%/class-gtkcomboboxentry.html -%%DOCSDIR%%/class-gtkcontainer.html -%%DOCSDIR%%/class-gtkcurve.html -%%DOCSDIR%%/class-gtkdialog.html -%%DOCSDIR%%/class-gtkdrawingarea.html -%%DOCSDIR%%/class-gtkeditable.html -%%DOCSDIR%%/class-gtkentry.html -%%DOCSDIR%%/class-gtkentrycompletion.html -%%DOCSDIR%%/class-gtkeventbox.html -%%DOCSDIR%%/class-gtkexpander.html -%%DOCSDIR%%/class-gtkfilechooser.html -%%DOCSDIR%%/class-gtkfilechooserbutton.html -%%DOCSDIR%%/class-gtkfilechooserdialog.html -%%DOCSDIR%%/class-gtkfilechooserwidget.html -%%DOCSDIR%%/class-gtkfilefilter.html -%%DOCSDIR%%/class-gtkfileselection.html -%%DOCSDIR%%/class-gtkfixed.html -%%DOCSDIR%%/class-gtkfontbutton.html -%%DOCSDIR%%/class-gtkfontselection.html -%%DOCSDIR%%/class-gtkfontselectiondialog.html -%%DOCSDIR%%/class-gtkframe.html -%%DOCSDIR%%/class-gtkgammacurve.html -%%DOCSDIR%%/class-gtkhandlebox.html -%%DOCSDIR%%/class-gtkhbox.html -%%DOCSDIR%%/class-gtkhbuttonbox.html -%%DOCSDIR%%/class-gtkhpaned.html -%%DOCSDIR%%/class-gtkhruler.html -%%DOCSDIR%%/class-gtkhscale.html -%%DOCSDIR%%/class-gtkhscrollbar.html -%%DOCSDIR%%/class-gtkhseparator.html -%%DOCSDIR%%/class-gtkiconfactory.html -%%DOCSDIR%%/class-gtkiconinfo.html -%%DOCSDIR%%/class-gtkiconset.html -%%DOCSDIR%%/class-gtkiconsource.html -%%DOCSDIR%%/class-gtkicontheme.html -%%DOCSDIR%%/class-gtkiconview.html -%%DOCSDIR%%/class-gtkimage.html -%%DOCSDIR%%/class-gtkimagemenuitem.html -%%DOCSDIR%%/class-gtkimcontext.html -%%DOCSDIR%%/class-gtkimcontextsimple.html -%%DOCSDIR%%/class-gtkimmulticontext.html -%%DOCSDIR%%/class-gtkinputdialog.html -%%DOCSDIR%%/class-gtkinvisible.html -%%DOCSDIR%%/class-gtkitem.html -%%DOCSDIR%%/class-gtkitemfactory.html -%%DOCSDIR%%/class-gtklabel.html -%%DOCSDIR%%/class-gtklayout.html -%%DOCSDIR%%/class-gtklinkbutton.html -%%DOCSDIR%%/class-gtkliststore.html -%%DOCSDIR%%/class-gtkmenu.html -%%DOCSDIR%%/class-gtkmenubar.html -%%DOCSDIR%%/class-gtkmenuitem.html -%%DOCSDIR%%/class-gtkmenushell.html -%%DOCSDIR%%/class-gtkmenutoolbutton.html -%%DOCSDIR%%/class-gtkmessagedialog.html -%%DOCSDIR%%/class-gtkmisc.html -%%DOCSDIR%%/class-gtkmountoperation.html -%%DOCSDIR%%/class-gtknotebook.html -%%DOCSDIR%%/class-gtkobject.html -%%DOCSDIR%%/class-gtkoptionmenu.html -%%DOCSDIR%%/class-gtkpagesetup.html -%%DOCSDIR%%/class-gtkpagesetupunixdialog.html -%%DOCSDIR%%/class-gtkpaned.html -%%DOCSDIR%%/class-gtkpapersize.html -%%DOCSDIR%%/class-gtkplug.html -%%DOCSDIR%%/class-gtkprintcontext.html -%%DOCSDIR%%/class-gtkprinter.html -%%DOCSDIR%%/class-gtkprintjob.html -%%DOCSDIR%%/class-gtkprintoperation.html -%%DOCSDIR%%/class-gtkprintoperationpreview.html -%%DOCSDIR%%/class-gtkprintsettings.html -%%DOCSDIR%%/class-gtkprintunixdialog.html -%%DOCSDIR%%/class-gtkprogressbar.html -%%DOCSDIR%%/class-gtkradioaction.html -%%DOCSDIR%%/class-gtkradiobutton.html -%%DOCSDIR%%/class-gtkradiomenuitem.html -%%DOCSDIR%%/class-gtkradiotoolbutton.html -%%DOCSDIR%%/class-gtkrange.html -%%DOCSDIR%%/class-gtkrcstyle.html -%%DOCSDIR%%/class-gtkrecentaction.html -%%DOCSDIR%%/class-gtkrecentchooser.html -%%DOCSDIR%%/class-gtkrecentchooserdialog.html -%%DOCSDIR%%/class-gtkrecentchoosermenu.html -%%DOCSDIR%%/class-gtkrecentchooserwidget.html -%%DOCSDIR%%/class-gtkrecentfilter.html -%%DOCSDIR%%/class-gtkrecentinfo.html -%%DOCSDIR%%/class-gtkrecentmanager.html -%%DOCSDIR%%/class-gtkrequisition.html -%%DOCSDIR%%/class-gtkruler.html -%%DOCSDIR%%/class-gtkscale.html -%%DOCSDIR%%/class-gtkscalebutton.html -%%DOCSDIR%%/class-gtkscrollbar.html -%%DOCSDIR%%/class-gtkscrolledwindow.html -%%DOCSDIR%%/class-gtkselectiondata.html -%%DOCSDIR%%/class-gtkseparator.html -%%DOCSDIR%%/class-gtkseparatormenuitem.html -%%DOCSDIR%%/class-gtkseparatortoolitem.html -%%DOCSDIR%%/class-gtksettings.html -%%DOCSDIR%%/class-gtksizegroup.html -%%DOCSDIR%%/class-gtksocket.html -%%DOCSDIR%%/class-gtkspinbutton.html -%%DOCSDIR%%/class-gtkstatusbar.html -%%DOCSDIR%%/class-gtkstatusicon.html -%%DOCSDIR%%/class-gtkstyle.html -%%DOCSDIR%%/class-gtktable.html -%%DOCSDIR%%/class-gtktearoffmenuitem.html -%%DOCSDIR%%/class-gtktextattributes.html -%%DOCSDIR%%/class-gtktextbuffer.html -%%DOCSDIR%%/class-gtktextchildanchor.html -%%DOCSDIR%%/class-gtktextiter.html -%%DOCSDIR%%/class-gtktextmark.html -%%DOCSDIR%%/class-gtktexttag.html -%%DOCSDIR%%/class-gtktexttagtable.html -%%DOCSDIR%%/class-gtktextview.html -%%DOCSDIR%%/class-gtktoggleaction.html -%%DOCSDIR%%/class-gtktogglebutton.html -%%DOCSDIR%%/class-gtktoggletoolbutton.html -%%DOCSDIR%%/class-gtktoolbar.html -%%DOCSDIR%%/class-gtktoolbutton.html -%%DOCSDIR%%/class-gtktoolitem.html -%%DOCSDIR%%/class-gtktoolshell.html -%%DOCSDIR%%/class-gtktooltip.html -%%DOCSDIR%%/class-gtktooltips.html -%%DOCSDIR%%/class-gtktreedragdest.html -%%DOCSDIR%%/class-gtktreedragsource.html -%%DOCSDIR%%/class-gtktreeiter.html -%%DOCSDIR%%/class-gtktreemodel.html -%%DOCSDIR%%/class-gtktreemodelfilter.html -%%DOCSDIR%%/class-gtktreemodelsort.html -%%DOCSDIR%%/class-gtktreerowreference.html -%%DOCSDIR%%/class-gtktreeselection.html -%%DOCSDIR%%/class-gtktreesortable.html -%%DOCSDIR%%/class-gtktreestore.html -%%DOCSDIR%%/class-gtktreeview.html -%%DOCSDIR%%/class-gtktreeviewcolumn.html -%%DOCSDIR%%/class-gtkuimanager.html -%%DOCSDIR%%/class-gtkvbox.html -%%DOCSDIR%%/class-gtkvbuttonbox.html -%%DOCSDIR%%/class-gtkviewport.html -%%DOCSDIR%%/class-gtkvolumebutton.html -%%DOCSDIR%%/class-gtkvpaned.html -%%DOCSDIR%%/class-gtkvruler.html -%%DOCSDIR%%/class-gtkvscale.html -%%DOCSDIR%%/class-gtkvscrollbar.html -%%DOCSDIR%%/class-gtkvseparator.html -%%DOCSDIR%%/class-gtkwidget.html -%%DOCSDIR%%/class-gtkwindow.html -%%DOCSDIR%%/class-gtkwindowgroup.html -%%DOCSDIR%%/class-hierarchy.html -%%DOCSDIR%%/class-pangoattribute.html -%%DOCSDIR%%/class-pangoattriterator.html -%%DOCSDIR%%/class-pangoattrlist.html -%%DOCSDIR%%/class-pangocairocairocontext.html -%%DOCSDIR%%/class-pangocairocairofontmap.html -%%DOCSDIR%%/class-pangocolor.html -%%DOCSDIR%%/class-pangocontext.html -%%DOCSDIR%%/class-pangofont.html -%%DOCSDIR%%/class-pangofontdescription.html -%%DOCSDIR%%/class-pangofontface.html -%%DOCSDIR%%/class-pangofontfamily.html -%%DOCSDIR%%/class-pangofontmap.html -%%DOCSDIR%%/class-pangofontmetrics.html -%%DOCSDIR%%/class-pangofontset.html -%%DOCSDIR%%/class-pangofontsetsimple.html -%%DOCSDIR%%/class-pangoglyphstring.html -%%DOCSDIR%%/class-pangolanguage.html -%%DOCSDIR%%/class-pangolayout.html -%%DOCSDIR%%/class-pangolayoutiter.html -%%DOCSDIR%%/class-pangolayoutline.html -%%DOCSDIR%%/class-pangorenderer.html -%%DOCSDIR%%/class-pangotabarray.html -%%DOCSDIR%%/class-pygtkgenericcellrenderer.html -%%DOCSDIR%%/class-pygtkgenerictreemodel.html -%%DOCSDIR%%/class-pygtktreemodelrow.html -%%DOCSDIR%%/class-pygtktreemodelrowiter.html -%%DOCSDIR%%/cursors/X_cursor.png -%%DOCSDIR%%/cursors/arrow.png -%%DOCSDIR%%/cursors/based_arrow_down.png -%%DOCSDIR%%/cursors/based_arrow_up.png -%%DOCSDIR%%/cursors/boat.png -%%DOCSDIR%%/cursors/bogosity.png -%%DOCSDIR%%/cursors/bottom_left_corner.png -%%DOCSDIR%%/cursors/bottom_right_corner.png -%%DOCSDIR%%/cursors/bottom_side.png -%%DOCSDIR%%/cursors/bottom_tee.png -%%DOCSDIR%%/cursors/box_spiral.png -%%DOCSDIR%%/cursors/center_ptr.png -%%DOCSDIR%%/cursors/circle.png -%%DOCSDIR%%/cursors/clock.png -%%DOCSDIR%%/cursors/coffee_mug.png -%%DOCSDIR%%/cursors/cross.png -%%DOCSDIR%%/cursors/cross_reverse.png -%%DOCSDIR%%/cursors/crosshair.png -%%DOCSDIR%%/cursors/diamond_cross.png -%%DOCSDIR%%/cursors/dot.png -%%DOCSDIR%%/cursors/dotbox.png -%%DOCSDIR%%/cursors/double_arrow.png -%%DOCSDIR%%/cursors/draft_large.png -%%DOCSDIR%%/cursors/draft_small.png -%%DOCSDIR%%/cursors/draped_box.png -%%DOCSDIR%%/cursors/exchange.png -%%DOCSDIR%%/cursors/fleur.png -%%DOCSDIR%%/cursors/gobbler.png -%%DOCSDIR%%/cursors/gumby.png -%%DOCSDIR%%/cursors/hand1.png -%%DOCSDIR%%/cursors/hand2.png -%%DOCSDIR%%/cursors/heart.png -%%DOCSDIR%%/cursors/icon.png -%%DOCSDIR%%/cursors/iron_cross.png -%%DOCSDIR%%/cursors/left_ptr.png -%%DOCSDIR%%/cursors/left_side.png -%%DOCSDIR%%/cursors/left_tee.png -%%DOCSDIR%%/cursors/leftbutton.png -%%DOCSDIR%%/cursors/ll_angle.png -%%DOCSDIR%%/cursors/lr_angle.png -%%DOCSDIR%%/cursors/man.png -%%DOCSDIR%%/cursors/middlebutton.png -%%DOCSDIR%%/cursors/mouse.png -%%DOCSDIR%%/cursors/pencil.png -%%DOCSDIR%%/cursors/pirate.png -%%DOCSDIR%%/cursors/plus.png -%%DOCSDIR%%/cursors/question_arrow.png -%%DOCSDIR%%/cursors/right_ptr.png -%%DOCSDIR%%/cursors/right_side.png -%%DOCSDIR%%/cursors/right_tee.png -%%DOCSDIR%%/cursors/rightbutton.png -%%DOCSDIR%%/cursors/rtl_logo.png -%%DOCSDIR%%/cursors/sailboat.png -%%DOCSDIR%%/cursors/sb_down_arrow.png -%%DOCSDIR%%/cursors/sb_h_double_arrow.png -%%DOCSDIR%%/cursors/sb_left_arrow.png -%%DOCSDIR%%/cursors/sb_right_arrow.png -%%DOCSDIR%%/cursors/sb_up_arrow.png -%%DOCSDIR%%/cursors/sb_v_double_arrow.png -%%DOCSDIR%%/cursors/shuttle.png -%%DOCSDIR%%/cursors/sizing.png -%%DOCSDIR%%/cursors/spider.png -%%DOCSDIR%%/cursors/spraycan.png -%%DOCSDIR%%/cursors/star.png -%%DOCSDIR%%/cursors/target.png -%%DOCSDIR%%/cursors/tcross.png -%%DOCSDIR%%/cursors/top_left_arrow.png -%%DOCSDIR%%/cursors/top_left_corner.png -%%DOCSDIR%%/cursors/top_right_corner.png -%%DOCSDIR%%/cursors/top_side.png -%%DOCSDIR%%/cursors/top_tee.png -%%DOCSDIR%%/cursors/trek.png -%%DOCSDIR%%/cursors/ul_angle.png -%%DOCSDIR%%/cursors/umbrella.png -%%DOCSDIR%%/cursors/ur_angle.png -%%DOCSDIR%%/cursors/watch.png -%%DOCSDIR%%/cursors/xterm.png -%%DOCSDIR%%/gdk-class-reference.html -%%DOCSDIR%%/gdk-constants.html -%%DOCSDIR%%/gdk-functions.html -%%DOCSDIR%%/glade-class-reference.html -%%DOCSDIR%%/gtk-class-reference.html -%%DOCSDIR%%/gtk-constants.html -%%DOCSDIR%%/gtk-functions.html -%%DOCSDIR%%/gtk-stock-items.html -%%DOCSDIR%%/icons/stock_about_24.png -%%DOCSDIR%%/icons/stock_add_24.png -%%DOCSDIR%%/icons/stock_align_center_24.png -%%DOCSDIR%%/icons/stock_align_justify_24.png -%%DOCSDIR%%/icons/stock_align_left_24.png -%%DOCSDIR%%/icons/stock_align_right_24.png -%%DOCSDIR%%/icons/stock_apply_20.png -%%DOCSDIR%%/icons/stock_bottom_24.png -%%DOCSDIR%%/icons/stock_broken_image_24.png -%%DOCSDIR%%/icons/stock_cancel_20.png -%%DOCSDIR%%/icons/stock_cdrom_24.png -%%DOCSDIR%%/icons/stock_clear_24.png -%%DOCSDIR%%/icons/stock_close_24.png -%%DOCSDIR%%/icons/stock_color_picker_25.png -%%DOCSDIR%%/icons/stock_colorselector_24.png -%%DOCSDIR%%/icons/stock_connect_24.png -%%DOCSDIR%%/icons/stock_convert_24.png -%%DOCSDIR%%/icons/stock_copy_24.png -%%DOCSDIR%%/icons/stock_cut_24.png -%%DOCSDIR%%/icons/stock_dialog_authentication_48.png -%%DOCSDIR%%/icons/stock_dialog_error_48.png -%%DOCSDIR%%/icons/stock_dialog_info_48.png -%%DOCSDIR%%/icons/stock_dialog_question_48.png -%%DOCSDIR%%/icons/stock_dialog_warning_48.png -%%DOCSDIR%%/icons/stock_directory_24.png -%%DOCSDIR%%/icons/stock_disconnect_24.png -%%DOCSDIR%%/icons/stock_dnd_32.png -%%DOCSDIR%%/icons/stock_dnd_multiple_32.png -%%DOCSDIR%%/icons/stock_down_arrow_24.png -%%DOCSDIR%%/icons/stock_edit_24.png -%%DOCSDIR%%/icons/stock_exec_24.png -%%DOCSDIR%%/icons/stock_exit_24.png -%%DOCSDIR%%/icons/stock_file_24.png -%%DOCSDIR%%/icons/stock_first_24.png -%%DOCSDIR%%/icons/stock_font_24.png -%%DOCSDIR%%/icons/stock_fullscreen_24.png -%%DOCSDIR%%/icons/stock_harddisk_24.png -%%DOCSDIR%%/icons/stock_help_24.png -%%DOCSDIR%%/icons/stock_home_24.png -%%DOCSDIR%%/icons/stock_index_24.png -%%DOCSDIR%%/icons/stock_info_24.png -%%DOCSDIR%%/icons/stock_jump_to_24.png -%%DOCSDIR%%/icons/stock_jump_to_rtl_24.png -%%DOCSDIR%%/icons/stock_last_24.png -%%DOCSDIR%%/icons/stock_leave_fullscreen_24.png -%%DOCSDIR%%/icons/stock_left_arrow_24.png -%%DOCSDIR%%/icons/stock_media_forward_24.png -%%DOCSDIR%%/icons/stock_media_next_24.png -%%DOCSDIR%%/icons/stock_media_pause_24.png -%%DOCSDIR%%/icons/stock_media_play_24.png -%%DOCSDIR%%/icons/stock_media_play_rtl_24.png -%%DOCSDIR%%/icons/stock_media_previous_24.png -%%DOCSDIR%%/icons/stock_media_record_24.png -%%DOCSDIR%%/icons/stock_media_rewind_24.png -%%DOCSDIR%%/icons/stock_media_stop_24.png -%%DOCSDIR%%/icons/stock_network_24.png -%%DOCSDIR%%/icons/stock_new_24.png -%%DOCSDIR%%/icons/stock_no_20.png -%%DOCSDIR%%/icons/stock_ok_20.png -%%DOCSDIR%%/icons/stock_open_24.png -%%DOCSDIR%%/icons/stock_page_setup_24.png -%%DOCSDIR%%/icons/stock_paste_24.png -%%DOCSDIR%%/icons/stock_preferences_24.png -%%DOCSDIR%%/icons/stock_print_24.png -%%DOCSDIR%%/icons/stock_print_error_24.png -%%DOCSDIR%%/icons/stock_print_paused_24.png -%%DOCSDIR%%/icons/stock_print_preview_24.png -%%DOCSDIR%%/icons/stock_print_report_24.png -%%DOCSDIR%%/icons/stock_properties_24.png -%%DOCSDIR%%/icons/stock_redo_24.png -%%DOCSDIR%%/icons/stock_redo_rtl_24.png -%%DOCSDIR%%/icons/stock_refresh_24.png -%%DOCSDIR%%/icons/stock_remove_24.png -%%DOCSDIR%%/icons/stock_revert_24.png -%%DOCSDIR%%/icons/stock_revert_rtl_24.png -%%DOCSDIR%%/icons/stock_right_arrow_24.png -%%DOCSDIR%%/icons/stock_save_24.png -%%DOCSDIR%%/icons/stock_save_as_24.png -%%DOCSDIR%%/icons/stock_search_24.png -%%DOCSDIR%%/icons/stock_search_replace_24.png -%%DOCSDIR%%/icons/stock_sort_ascending_24.png -%%DOCSDIR%%/icons/stock_sort_descending_24.png -%%DOCSDIR%%/icons/stock_spellcheck_24.png -%%DOCSDIR%%/icons/stock_stop_24.png -%%DOCSDIR%%/icons/stock_text_bold_24.png -%%DOCSDIR%%/icons/stock_text_indent_24.png -%%DOCSDIR%%/icons/stock_text_italic_24.png -%%DOCSDIR%%/icons/stock_text_strikethrough_24.png -%%DOCSDIR%%/icons/stock_text_underline_24.png -%%DOCSDIR%%/icons/stock_text_unindent_24.png -%%DOCSDIR%%/icons/stock_top_24.png -%%DOCSDIR%%/icons/stock_trash_24.png -%%DOCSDIR%%/icons/stock_undelete_24.png -%%DOCSDIR%%/icons/stock_undelete_rtl_24.png -%%DOCSDIR%%/icons/stock_undo_24.png -%%DOCSDIR%%/icons/stock_undo_rtl_24.png -%%DOCSDIR%%/icons/stock_up_arrow_24.png -%%DOCSDIR%%/icons/stock_print_warning_24.png -%%DOCSDIR%%/icons/stock_yes_20.png -%%DOCSDIR%%/icons/stock_zoom_1_24.png -%%DOCSDIR%%/icons/stock_zoom_fit_24.png -%%DOCSDIR%%/icons/stock_zoom_in_24.png -%%DOCSDIR%%/icons/stock_zoom_out_24.png -%%DOCSDIR%%/images/layout-btlr.png -%%DOCSDIR%%/images/layout-btrl.png -%%DOCSDIR%%/images/layout-lrbt.png -%%DOCSDIR%%/images/layout-lrtb.png -%%DOCSDIR%%/images/layout-rlbt.png -%%DOCSDIR%%/images/layout-rltb.png -%%DOCSDIR%%/images/layout-tblr.png -%%DOCSDIR%%/images/layout-tbrl.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/pango-class-reference.html -%%DOCSDIR%%/pango-constants.html -%%DOCSDIR%%/pango-functions.html -%%DOCSDIR%%/pango-markup-language.html -%%DOCSDIR%%/pangocairo-class-reference.html -%%DOCSDIR%%/pangocairo-constants.html -%%DOCSDIR%%/pangocairo-functions.html -%%DOCSDIR%%/pygtk-introduction.html -%%DOCSDIR%%/pygtk-reference-format.html -%%DOCSDIR%%/pygtk.devhelp -%%DOCSDIR%%/unixprint-class-reference.html -%%DOCSDIR%%/unixprint-constants.html -%%DOCSDIR%%/unixprint-functions.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.am -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in.bak -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/atk/atk-demo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glade/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glade/autoconnect.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glade/glade-demo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glade/test.glade -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glade/test2.glade -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gobject/editable-interface.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gobject/properties.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gobject/signal.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/application.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/bin.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/customtreemodel.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/filechooser.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/scrollable.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/sizegroup.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/testprint.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/uimanager.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/widget.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/break.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/browse.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/continue.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/dialogs.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/edit.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/edit.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/gtkcons.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/gtkdb.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/gtkprof.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/minibreak.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/next.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/pyide.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/quit.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/return.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/run.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/step.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pango/extentdemo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pango/pangocairo-simple.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pango/utf8-demo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/appwindow.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/buttonbox.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/changedisplay.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/colorsel.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/dialogs.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/dnd.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/dndpixmap.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/editable_cells.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/entry_completion.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/expander.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/hypertext.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/alphatest.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/apple-red.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/background.jpg -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/floppybuddy.gif -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-applets.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-calendar.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-foot.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-gimp.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-gmush.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-gsame.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnu-keys.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gtk-logo-rgb.gif -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/list_store.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/menu.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/panes.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/pixbufs.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/print_editor.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/sizegroup.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/statusicon.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/stock_browser.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/textscroll.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/textview.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/tooltip.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/tree_store.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/treemodel.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/ui_manager.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/pygtk-demo -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/pygtk-demo.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/pygtk-demo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/dnd.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/dndpixmap.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/hello.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/scribble.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/simple.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/tooltip.py -share/pygtk/2.0/defs/atk-types.defs -share/pygtk/2.0/defs/atk.defs -share/pygtk/2.0/defs/gdk-2.10.defs -share/pygtk/2.0/defs/gdk-2.12.defs -share/pygtk/2.0/defs/gdk-2.14.defs -share/pygtk/2.0/defs/gdk-2.16.defs -share/pygtk/2.0/defs/gdk-base-types.defs -share/pygtk/2.0/defs/gdk-base.defs -share/pygtk/2.0/defs/gdk-types.defs -share/pygtk/2.0/defs/gdk.defs -share/pygtk/2.0/defs/gtk-2.10-types.defs -share/pygtk/2.0/defs/gtk-2.10.defs -share/pygtk/2.0/defs/gtk-2.12-types.defs -share/pygtk/2.0/defs/gtk-2.12.defs -share/pygtk/2.0/defs/gtk-2.14-types.defs -share/pygtk/2.0/defs/gtk-2.14.defs -share/pygtk/2.0/defs/gtk-2.16-types.defs -share/pygtk/2.0/defs/gtk-2.16.defs -share/pygtk/2.0/defs/gtk-base-types.defs -share/pygtk/2.0/defs/gtk-base.defs -share/pygtk/2.0/defs/gtk-extrafuncs.defs -share/pygtk/2.0/defs/gtk-types.defs -share/pygtk/2.0/defs/gtk.defs -share/pygtk/2.0/defs/gtkunixprint-2.12.defs -share/pygtk/2.0/defs/gtkunixprint-2.14.defs -share/pygtk/2.0/defs/gtkunixprint-base-types.defs -share/pygtk/2.0/defs/gtkunixprint-base.defs -share/pygtk/2.0/defs/libglade.defs -share/pygtk/2.0/defs/pango-types.defs -share/pygtk/2.0/defs/pango.defs -share/pygtk/2.0/defs/pangocairo.defs -share/pygtk/2.0/defs/pangocairo.override -@dirrm share/pygtk/2.0/defs -@dirrm share/pygtk/2.0 -@dirrm share/pygtk -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/simple -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pygtk-demo/demos/images -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pygtk-demo/demos -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pygtk-demo -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pango -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/ide -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gtk -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gobject -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/glade -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/atk -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -@dirrm %%DOCSDIR%%/images -@dirrm %%DOCSDIR%%/icons -@dirrm %%DOCSDIR%%/cursors -@dirrm %%DOCSDIR%% -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gtk -@dirrmtry %%PYTHON_SITELIBDIR%%/gtk-2.0 -@dirrm lib/pygtk/2.0/demos/images -@dirrm lib/pygtk/2.0/demos -@dirrm lib/pygtk/2.0 -@dirrm lib/pygtk -@dirrm include/pygtk-2.0/pygtk -@dirrmtry include/pygtk-2.0 diff --git a/x11-toolkits/py-gtksourceview/Makefile b/x11-toolkits/py-gtksourceview/Makefile deleted file mode 100644 index c439eea82..000000000 --- a/x11-toolkits/py-gtksourceview/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: py-gtksourceview -# Date created: 25 June 2007 -# Whom: Mezz <mezz@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gtksourceview/Makefile,v 1.19 2009/08/18 03:43:07 ahze Exp $ -# - -PORTNAME= gtksourceview -PORTVERSION= 2.8.0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/pygtksourceview/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pygtksourceview-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A python bindings for the version 2 of the GtkSourceView library - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix gtksourceview2 pygtk2 -USE_PYTHON= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-docs - -post-patch: - @${REINPLACE_CMD} -e 's| == x| = x|g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/x11-toolkits/py-gtksourceview/distinfo b/x11-toolkits/py-gtksourceview/distinfo deleted file mode 100644 index f0d425093..000000000 --- a/x11-toolkits/py-gtksourceview/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pygtksourceview-2.8.0.tar.bz2) = bc344044113a52026b4eb7e433a24c29 -SHA256 (pygtksourceview-2.8.0.tar.bz2) = 27f531270b46285982573089a58a19d622174ad9a4568e12d8fa4aedbfc174da -SIZE (pygtksourceview-2.8.0.tar.bz2) = 269696 diff --git a/x11-toolkits/py-gtksourceview/pkg-descr b/x11-toolkits/py-gtksourceview/pkg-descr deleted file mode 100644 index 2e25fb731..000000000 --- a/x11-toolkits/py-gtksourceview/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This archive contains python bindings for the version 2 of the -GtkSourceView library. - -WWW: http://www.gnome.org diff --git a/x11-toolkits/py-gtksourceview/pkg-plist b/x11-toolkits/py-gtksourceview/pkg-plist deleted file mode 100644 index 579b96136..000000000 --- a/x11-toolkits/py-gtksourceview/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%PYTHON_SITELIBDIR%%/gtksourceview2.la -%%PYTHON_SITELIBDIR%%/gtksourceview2.so -libdata/pkgconfig/pygtksourceview-2.0.pc -share/pygtk/2.0/defs/gtksourceview2.defs diff --git a/x11-toolkits/slgtk/Makefile b/x11-toolkits/slgtk/Makefile deleted file mode 100644 index 7de23dcfd..000000000 --- a/x11-toolkits/slgtk/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# New ports collection makefile for: slgtk -# Date created: 28 May 2008 -# Whom: Alexey Shuvaev <shuvaev@phyisik.uni-wuerzburg.de> -# -# $FreeBSD$ -# - -PORTNAME= slgtk -PORTVERSION= 0.7.5 -PORTREVISION= 2 -CATEGORIES= x11-toolkits -MASTER_SITES= ftp://space.mit.edu/pub/cxc/modules/slgtk/ - -MAINTAINER= shuvaev@physik.uni-wuerzburg.de -COMMENT= S-Lang binding for GTK+ - -LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 - -USE_GNOME= gtk20 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= LDFLAGS=-lncurses -MAKE_JOBS_UNSAFE= yes - -MAN1= imdisplay.1 - -OPTIONS= FITS "Install gdk-pixbuf FITS image loader" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+=--enable-ccdebug SLGTK_DEVEL_BUILD=true -.endif - -.if !defined(WITHOUT_FITS) -ALL_TARGET= dynamic pixbuf_loader -INSTALL_TARGET= install install_pixbuf_loader -PLIST_SUB+= FITS="" -.else -ALL_TARGET= dynamic -PLIST_SUB+= FITS="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|\.\.|${EXAMPLESDIR}| ; s|"examples"|"."|' \ - ${WRKSRC}/examples/main.sl - @${REINPLACE_CMD} -e '/rm -f devel/d ; /ln -sf @prefix@ devel/d' \ - ${WRKSRC}/Makefile.in - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/doc/text/slgtk.txt ${DOCSDIR} -.endif -.if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} - ${MKDIR} ${EXAMPLESDIR}/images - ${INSTALL_DATA} ${WRKSRC}/examples/README ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/*.sl ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/packages/wdisplay.sl ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/images/gtk-logo-rgb.gif ${EXAMPLESDIR}/images - ${INSTALL_DATA} ${WRKSRC}/images/test.xpm ${EXAMPLESDIR}/images - ${INSTALL_DATA} ${WRKSRC}/images/stars.fits ${EXAMPLESDIR}/images -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/slgtk/distinfo b/x11-toolkits/slgtk/distinfo deleted file mode 100644 index 595633e67..000000000 --- a/x11-toolkits/slgtk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (slgtk-0.7.5.tar.gz) = 99a2b4e313daebb53218b9af41874d4f -SHA256 (slgtk-0.7.5.tar.gz) = 06f390bd58c404693a152077c39f2116c7782e42e13aca9423787ecd463066a4 -SIZE (slgtk-0.7.5.tar.gz) = 1014634 diff --git a/x11-toolkits/slgtk/files/patch-src_slirprc-gtk.sl b/x11-toolkits/slgtk/files/patch-src_slirprc-gtk.sl deleted file mode 100644 index 9b4ecf3bf..000000000 --- a/x11-toolkits/slgtk/files/patch-src_slirprc-gtk.sl +++ /dev/null @@ -1,11 +0,0 @@ ---- src/slirprc-gtk.sl.orig 2009-09-27 23:31:51.000000000 -0400 -+++ src/slirprc-gtk.sl 2009-09-27 23:32:06.000000000 -0400 -@@ -308,6 +308,8 @@ accepts_null_args["g_list_append"] = [1] - gtk_widget_get_window % prefer my version, which returns - % bin_window for GtkLayout - -+gtk_widget_get_allocation -+ - gtk_accel_group_activate % gtk/gtkaccelgroup.h: "internal" funcs - gtk_accel_group_get_entry - gtk_accel_group_lock_entry diff --git a/x11-toolkits/slgtk/pkg-descr b/x11-toolkits/slgtk/pkg-descr deleted file mode 100644 index a64756b37..000000000 --- a/x11-toolkits/slgtk/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -The SLgtk package binds the GIMP Toolkit, also known as Gtk, -to the S-Lang scripting language. It provides an importable module -which makes most of Gtk and its constituent libraries callable directly -from S-Lang scripts. - -With SLgtk the S-Lang programmer now has access to a powerful, -cross-platform widget set for creating sophisticated -graphical user interfaces (GUIs). The package also includes bindings -to GtkExtra, which are used in the vwhere visualization and filtering guilet, -as well as a gdk-pixbuf loader for the FITS image file format -widely used within astronomy, and an easy-to-use but powerful -image compositing, display, and output tool. - -WWW: http://space.mit.edu/home/mnoble/slgtk/ diff --git a/x11-toolkits/slgtk/pkg-plist b/x11-toolkits/slgtk/pkg-plist deleted file mode 100644 index 845dfbdaf..000000000 --- a/x11-toolkits/slgtk/pkg-plist +++ /dev/null @@ -1,89 +0,0 @@ -bin/imdisplay -%%FITS%%lib/gtk-2.0/2.10.0/loaders/fitsi_loader.so -%%FITS%%lib/gtk-2.0/2.10.0/loaders/fitsi_loader.so.0.7.0 -lib/slang/v2/modules/gtk-module.so -lib/slang/v2/modules/gtkextra-module.so -lib/slang/v2/modules/libslgtk.so -lib/slang/v2/modules/libslgtk.so.0 -lib/slang/v2/modules/libslgtk.so.0.7.5 -%%PORTDOCS%%%%DOCSDIR%%/slgtk.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/buttonbox.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/buttons.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cairo.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chained.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/checkbuttons.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/colorsel.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cube.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cursors.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoutils.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/drawarea.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/entry.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/evtwatch.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/filesel.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fontsel.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fork.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gprompt.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gprompt_example.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtkmainloop.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/handlebox.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/gtk-logo-rgb.gif -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/test.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/stars.fits -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/labels.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/layout.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liststore.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/main.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/markers.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/menus.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/modalwin.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebook.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/panes.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pixmap.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/plot.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/prevgray.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/progbar.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radiob.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/range.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reparent.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rgbselect.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rgbtest.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rulers.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scrollwin.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slgtktoolbox.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/socket.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spinb.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/statusbar.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stkcheck.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabs.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textview.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timeout.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/togglebuttons.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/toolbar.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tooltips.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transparency.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/viswhere.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wdisplay.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/window.sl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wmhints.sl -share/slsh/local-packages/gprompt.sl -share/slsh/local-packages/gtk.sl -share/slsh/local-packages/gtkextra.sl -share/slsh/local-packages/gtkplot.sl -share/slsh/local-packages/help/slgtkfun.hlp -share/slsh/local-packages/imdisplay.sl -share/slsh/local-packages/rgbselect.sl -share/slsh/local-packages/rgbwidget.sl -share/slsh/local-packages/slirprc-gtk.sl -share/slsh/local-packages/toolbox.sl -share/slsh/local-packages/vwdraw.sl -share/slsh/local-packages/vwhere.sl -share/slsh/local-packages/vwprefs.sl -share/slsh/local-packages/vwutils.sl -@dirrmtry share/slsh/local-packages/help -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/images -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -%%FITS%%@exec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true -%%FITS%%@unexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true diff --git a/x11-toolkits/unique/Makefile b/x11-toolkits/unique/Makefile deleted file mode 100644 index a19efa9d9..000000000 --- a/x11-toolkits/unique/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: libunique -# Date created: 22 Feb 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/unique/Makefile,v 1.2 2009/09/26 13:42:03 marcus Exp $ -# - -PORTNAME= unique -PORTVERSION= 1.1.2 -CATEGORIES= x11-toolkits -MASTER_SITES= GNOME/sources/lib${PORTNAME}/${PORTVERSION:R}/ -DISTNAME= lib${PORTNAME}-${PORTVERSION} - -MAINTAINER= kwm@FreeBSD.org -COMMENT= Library for single instance applications. - -BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20 -LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus -RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20 - -USE_XORG= ice -USE_GMAKE= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gtk20 gnomeprefix ltverhack:2 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-maintainer-flags -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/configure ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/x11-toolkits/unique/distinfo b/x11-toolkits/unique/distinfo deleted file mode 100644 index 445ab3a96..000000000 --- a/x11-toolkits/unique/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libunique-1.1.2.tar.gz) = a99799e72779baa98352fbac7f91c910 -SHA256 (libunique-1.1.2.tar.gz) = ccf73a90a66477d6d31e50aeabebad8e0035f80e98ac0e926157c3d7e229b31e -SIZE (libunique-1.1.2.tar.gz) = 431459 diff --git a/x11-toolkits/unique/pkg-descr b/x11-toolkits/unique/pkg-descr deleted file mode 100644 index 01b924566..000000000 --- a/x11-toolkits/unique/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Unique is a library for writing single instance application. If you launch a -single instance application twice, the second instance will either just quit -or will send a message to the running instance. - -Unique makes it easy to write this kind of applications, by providing a base -class, taking care of all the IPC machinery needed to send messages to a -running instance, and also handling the startup notification side. - -Unique aims to replace the BaconMessageConnection code that has been copied -by many projects and the code using Bonobo and D-Bus. - -WWW: http://live.gnome.org/LibUnique diff --git a/x11-toolkits/unique/pkg-plist b/x11-toolkits/unique/pkg-plist deleted file mode 100644 index c82fa3a05..000000000 --- a/x11-toolkits/unique/pkg-plist +++ /dev/null @@ -1,31 +0,0 @@ -include/unique-1.0/unique/unique.h -include/unique-1.0/unique/uniqueapp.h -include/unique-1.0/unique/uniquebackend.h -include/unique-1.0/unique/uniquemessage.h -include/unique-1.0/unique/uniqueversion.h -lib/girepository-1.0/Unique-1.0.typelib -lib/libunique-1.0.a -lib/libunique-1.0.la -lib/libunique-1.0.so -lib/libunique-1.0.so.2 -libdata/pkgconfig/unique-1.0.pc -share/gir-1.0/Unique-1.0.gir -%%DOCSDIR%%/UniqueApp.html -%%DOCSDIR%%/UniqueBackend.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/ix01.html -%%DOCSDIR%%/left.png -%%DOCSDIR%%/license.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/unique-Message-Data.html -%%DOCSDIR%%/unique-Versioning-Information.html -%%DOCSDIR%%/unique-overview.html -%%DOCSDIR%%/unique.devhelp -%%DOCSDIR%%/unique.devhelp2 -%%DOCSDIR%%/up.png -@dirrm %%DOCSDIR%% -@dirrm include/unique-1.0/unique -@dirrm include/unique-1.0 diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile deleted file mode 100644 index 04a320142..000000000 --- a/x11-toolkits/vte/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: vte -# Date created: 05 October 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/vte/Makefile,v 1.103 2009/11/09 09:03:00 kwm Exp $ -# - -PORTNAME= vte -PORTVERSION= 0.22.5 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER?= gnome@FreeBSD.org -COMMENT?= Terminal widget with improved accessibility and I18N support - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -USE_GMAKE= yes -USE_BISON= build -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -USE_GETTEXT= yes -USE_GNOME?= gnomeprefix gnomehack gtk20 ltverhack referencehack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -# BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" -CONFIGURE_ARGS?=--disable-python \ - --disable-freetypetest - -.if !defined(MASTERDIR) -OPTIONS= GLX "Enable support for DRI/GLX rendering" off -.endif - -.include <bsd.port.pre.mk> - -.if defined(WITH_GLX) && !defined(MASTERDIR) -CONFIGURE_ARGS+= --with-glX -USE_GL= yes -.endif - -.include <bsd.port.post.mk> - -.endif diff --git a/x11-toolkits/vte/distinfo b/x11-toolkits/vte/distinfo deleted file mode 100644 index 786a0be68..000000000 --- a/x11-toolkits/vte/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/vte-0.22.5.tar.bz2) = cbb17696e40ee175977bf165ef838da2 -SHA256 (gnome2/vte-0.22.5.tar.bz2) = c0987126347e12daf2bf9b772b6c58ddf8a922f5b8341470ed578d9fcea7b2f6 -SIZE (gnome2/vte-0.22.5.tar.bz2) = 1351975 diff --git a/x11-toolkits/vte/files/patch-config.h.in b/x11-toolkits/vte/files/patch-config.h.in deleted file mode 100644 index 03db0e1c4..000000000 --- a/x11-toolkits/vte/files/patch-config.h.in +++ /dev/null @@ -1,12 +0,0 @@ ---- config.h.in.orig Wed May 17 10:45:57 2006 -+++ config.h.in Wed May 17 10:46:25 2006 -@@ -106,6 +106,9 @@ - /* Define to 1 if you have the <GL/glx.h> header file. */ - #undef HAVE_GL_GLX_H - -+/* Define to 1 if you have the `posix_openpt' function. */ -+#undef HAVE_POSIX_OPENPT -+ - /* Define to 1 if you have the `grantpt' function. */ - #undef HAVE_GRANTPT - diff --git a/x11-toolkits/vte/files/patch-configure b/x11-toolkits/vte/files/patch-configure deleted file mode 100644 index e9fe90107..000000000 --- a/x11-toolkits/vte/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Tue Feb 13 16:22:38 2007 -+++ configure Tue Feb 13 16:23:19 2007 -@@ -24887,7 +24887,7 @@ fi - - - --for ac_func in cfmakeraw fork setsid setpgid getpgid getpt grantpt unlockpt ptsname ptsname_r tcgetattr tcsetattr -+for ac_func in cfmakeraw fork setsid setpgid getpgid getpt grantpt posix_openpt unlockpt ptsname ptsname_r tcgetattr tcsetattr - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` - echo "$as_me:$LINENO: checking for $ac_func" >&5 diff --git a/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in b/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in deleted file mode 100644 index 93f9d08da..000000000 --- a/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- gnome-pty-helper/Makefile.in.orig 2009-05-06 01:20:54.000000000 -0400 -+++ gnome-pty-helper/Makefile.in 2009-05-06 01:21:30.000000000 -0400 -@@ -590,8 +590,8 @@ uninstall-am: uninstall-libexecPROGRAMS - - - install-exec-hook: -- chown root.utmp $(DESTDIR)$(libexecdir)/gnome-pty-helper || true -- chmod g+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true -+ chown root:wheel $(DESTDIR)$(libexecdir)/gnome-pty-helper || true -+ chmod u+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true - - -include $(top_srcdir)/git.mk - # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-utmp.c b/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-utmp.c deleted file mode 100644 index bc0877bf5..000000000 --- a/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-utmp.c +++ /dev/null @@ -1,40 +0,0 @@ ---- gnome-pty-helper/gnome-utmp.c.orig Sat Oct 28 23:15:53 2006 -+++ gnome-pty-helper/gnome-utmp.c Sat Oct 28 23:15:40 2006 -@@ -258,10 +258,18 @@ write_logout_record (char *login_name, v - #endif - - if (utmp) -+#if defined(__FreeBSD__) -+ logout (put.ut_line); -+#else - update_utmp (&put); -+#endif - - if (wtmp) -+#if defined(__FreeBSD__) -+ logwtmp (put.ut_line, "", ""); -+#else - update_wtmp (WTMP_OUTPUT_FILENAME, &put); -+#endif - - free (ut); - } -@@ -347,10 +355,18 @@ write_login_record (char *login_name, ch - # endif - #endif - if (utmp) -+#if defined(__FreeBSD__) -+ login (ut); -+#else - update_utmp (ut); -+#endif - - if (wtmp) -+#if defined(__FreeBSD__) -+ logwtmp (ut->ut_line, ut->ut_name, ut->ut_host); -+#else - update_wtmp (WTMP_OUTPUT_FILENAME, ut); -+#endif - - if (lastlog) - update_lastlog(login_name, ut); diff --git a/x11-toolkits/vte/files/patch-python_Makefile.in b/x11-toolkits/vte/files/patch-python_Makefile.in deleted file mode 100644 index d821a7cf6..000000000 --- a/x11-toolkits/vte/files/patch-python_Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ ---- python/Makefile.in.orig 2009-11-01 13:38:24.000000000 -0500 -+++ python/Makefile.in 2009-11-01 13:38:24.000000000 -0500 -@@ -73,7 +73,6 @@ am__installdirs = "$(DESTDIR)$(pythonsit - LTLIBRARIES = $(pythonsiteexec_LTLIBRARIES) - am__DEPENDENCIES_1 = - @BUILD_PYTHON_MODULES_TRUE@vtemodule_la_DEPENDENCIES = \ --@BUILD_PYTHON_MODULES_TRUE@ $(top_builddir)/src/libvte.la \ - @BUILD_PYTHON_MODULES_TRUE@ $(am__DEPENDENCIES_1) \ - @BUILD_PYTHON_MODULES_TRUE@ $(am__DEPENDENCIES_1) \ - @BUILD_PYTHON_MODULES_TRUE@ $(am__DEPENDENCIES_1) -@@ -320,7 +319,7 @@ EXTRA_DIST = vte.defs pyvte.pc.in vte.ov - # we do this to suport building with -Wl,-z,defs which errors on - # vtemodule.so as we cannot include $(PYTHON_LIBS) due to bug 410986. - @BUILD_PYTHON_MODULES_TRUE@vtemodule_la_LDFLAGS = -module -avoid-version -export-symbols-regex initvte $(PYTHON_LDFLAGS) $(AM_LDFLAGS) --@BUILD_PYTHON_MODULES_TRUE@vtemodule_la_LIBADD = $(top_builddir)/src/libvte.la $(LIBS) $(PYGTK_LIBS) $(VTE_LIBS) $(X_LIBS) -+@BUILD_PYTHON_MODULES_TRUE@vtemodule_la_LIBADD = -lvte $(LIBS) $(PYGTK_LIBS) $(VTE_LIBS) $(X_LIBS) - @BUILD_PYTHON_MODULES_TRUE@nodist_vtemodule_la_SOURCES = vte.c - all: all-am - diff --git a/x11-toolkits/vte/files/patch-src_vteseq.c b/x11-toolkits/vte/files/patch-src_vteseq.c deleted file mode 100644 index e5afb288b..000000000 --- a/x11-toolkits/vte/files/patch-src_vteseq.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/vteseq.c.orig Mon Jun 12 20:27:00 2006 -+++ src/vteseq.c Mon Jun 12 20:27:19 2006 -@@ -20,6 +20,7 @@ - #include "../config.h" - - #ifdef HAVE_SYS_SYSLIMITS_H -+#include <sys/cdefs.h> - #include <sys/syslimits.h> - #endif - diff --git a/x11-toolkits/vte/pkg-descr b/x11-toolkits/vte/pkg-descr deleted file mode 100644 index a363e23c7..000000000 --- a/x11-toolkits/vte/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Terminal widget with improved font, internationalisation and accessibility -support for the GNOME 2 desktop. Designed to replace libzvt. - -WWW: http://www.gnome.org/ diff --git a/x11-toolkits/vte/pkg-plist b/x11-toolkits/vte/pkg-plist deleted file mode 100644 index 33a0070c4..000000000 --- a/x11-toolkits/vte/pkg-plist +++ /dev/null @@ -1,152 +0,0 @@ -bin/vte -include/vte/pty.h -include/vte/reaper.h -include/vte/vte.h -include/vte/vteaccess.h -include/vte/vtetypebuiltins.h -include/vte/vteversion.h -lib/libvte.a -lib/libvte.la -lib/libvte.so -lib/libvte.so.9 -lib/vte/decset -lib/vte/interpret -lib/vte/osc -lib/vte/slowcat -lib/vte/window -libdata/pkgconfig/vte.pc -libexec/gnome-pty-helper -share/locale/am/LC_MESSAGES/vte.mo -share/locale/ang/LC_MESSAGES/vte.mo -share/locale/ar/LC_MESSAGES/vte.mo -share/locale/as/LC_MESSAGES/vte.mo -share/locale/az/LC_MESSAGES/vte.mo -share/locale/be/LC_MESSAGES/vte.mo -share/locale/be@latin/LC_MESSAGES/vte.mo -share/locale/bg/LC_MESSAGES/vte.mo -share/locale/bn/LC_MESSAGES/vte.mo -share/locale/bn_IN/LC_MESSAGES/vte.mo -share/locale/bs/LC_MESSAGES/vte.mo -share/locale/ca/LC_MESSAGES/vte.mo -share/locale/ca@valencia/LC_MESSAGES/vte.mo -share/locale/cs/LC_MESSAGES/vte.mo -share/locale/cy/LC_MESSAGES/vte.mo -share/locale/da/LC_MESSAGES/vte.mo -share/locale/de/LC_MESSAGES/vte.mo -share/locale/dz/LC_MESSAGES/vte.mo -share/locale/el/LC_MESSAGES/vte.mo -share/locale/en@shaw/LC_MESSAGES/vte.mo -share/locale/en_CA/LC_MESSAGES/vte.mo -share/locale/en_GB/LC_MESSAGES/vte.mo -share/locale/es/LC_MESSAGES/vte.mo -share/locale/et/LC_MESSAGES/vte.mo -share/locale/eu/LC_MESSAGES/vte.mo -share/locale/fa/LC_MESSAGES/vte.mo -share/locale/fi/LC_MESSAGES/vte.mo -share/locale/fr/LC_MESSAGES/vte.mo -share/locale/ga/LC_MESSAGES/vte.mo -share/locale/gl/LC_MESSAGES/vte.mo -share/locale/gu/LC_MESSAGES/vte.mo -share/locale/he/LC_MESSAGES/vte.mo -share/locale/hi/LC_MESSAGES/vte.mo -share/locale/hr/LC_MESSAGES/vte.mo -share/locale/hu/LC_MESSAGES/vte.mo -share/locale/id/LC_MESSAGES/vte.mo -share/locale/is/LC_MESSAGES/vte.mo -share/locale/it/LC_MESSAGES/vte.mo -share/locale/ja/LC_MESSAGES/vte.mo -share/locale/ka/LC_MESSAGES/vte.mo -share/locale/kn/LC_MESSAGES/vte.mo -share/locale/ko/LC_MESSAGES/vte.mo -share/locale/ku/LC_MESSAGES/vte.mo -share/locale/ky/LC_MESSAGES/vte.mo -share/locale/li/LC_MESSAGES/vte.mo -share/locale/lt/LC_MESSAGES/vte.mo -share/locale/lv/LC_MESSAGES/vte.mo -share/locale/mai/LC_MESSAGES/vte.mo -share/locale/mi/LC_MESSAGES/vte.mo -share/locale/mk/LC_MESSAGES/vte.mo -share/locale/ml/LC_MESSAGES/vte.mo -share/locale/mn/LC_MESSAGES/vte.mo -share/locale/mr/LC_MESSAGES/vte.mo -share/locale/ms/LC_MESSAGES/vte.mo -share/locale/nb/LC_MESSAGES/vte.mo -share/locale/ne/LC_MESSAGES/vte.mo -share/locale/nds/LC_MESSAGES/vte.mo -share/locale/nl/LC_MESSAGES/vte.mo -share/locale/nn/LC_MESSAGES/vte.mo -share/locale/oc/LC_MESSAGES/vte.mo -share/locale/or/LC_MESSAGES/vte.mo -share/locale/pa/LC_MESSAGES/vte.mo -share/locale/pl/LC_MESSAGES/vte.mo -share/locale/pt/LC_MESSAGES/vte.mo -share/locale/pt_BR/LC_MESSAGES/vte.mo -share/locale/ro/LC_MESSAGES/vte.mo -share/locale/ru/LC_MESSAGES/vte.mo -share/locale/rw/LC_MESSAGES/vte.mo -share/locale/si/LC_MESSAGES/vte.mo -share/locale/sk/LC_MESSAGES/vte.mo -share/locale/sl/LC_MESSAGES/vte.mo -share/locale/sq/LC_MESSAGES/vte.mo -share/locale/sr/LC_MESSAGES/vte.mo -share/locale/sr@latin/LC_MESSAGES/vte.mo -share/locale/sv/LC_MESSAGES/vte.mo -share/locale/ta/LC_MESSAGES/vte.mo -share/locale/te/LC_MESSAGES/vte.mo -share/locale/th/LC_MESSAGES/vte.mo -share/locale/tr/LC_MESSAGES/vte.mo -share/locale/ug/LC_MESSAGES/vte.mo -share/locale/uk/LC_MESSAGES/vte.mo -share/locale/vi/LC_MESSAGES/vte.mo -share/locale/wa/LC_MESSAGES/vte.mo -share/locale/xh/LC_MESSAGES/vte.mo -share/locale/zh_CN/LC_MESSAGES/vte.mo -share/locale/zh_HK/LC_MESSAGES/vte.mo -share/locale/zh_TW/LC_MESSAGES/vte.mo -%%DATADIR%%/termcap/xterm -@dirrm %%DATADIR%%/termcap -@dirrm %%DATADIR%% -@dirrm lib/vte -@dirrm include/vte -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/ang/LC_MESSAGES -@dirrmtry share/locale/ang diff --git a/x11-toolkits/wxgtk24/Makefile b/x11-toolkits/wxgtk24/Makefile deleted file mode 100644 index 2a09fdd27..000000000 --- a/x11-toolkits/wxgtk24/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# New ports collection makefile for: wxGTK -# Date created: September 18, 1999 -# Whom: nectar@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTNAME= wx -PORTVERSION= 2.4.2 -PORTREVISION?= 18 -PKGNAMESUFFIX= ${WXGTK_FLAVOR} -CATEGORIES= x11-toolkits -MASTER_SITES= SF/wxwindows/wxGTK/${PORTVERSION} -DISTNAME= wxGTK-${PORTVERSION} - -MAINTAINER?= fjoe@FreeBSD.org -COMMENT?= The wxWidgets GUI toolkit with GTK+ bindings - -LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \ - jpeg.10:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff - -USE_BZIP2= yes -USE_XORG= x11 sm xxf86vm xinerama -USE_GL= glu -USE_GMAKE= yes -USE_ICONV= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_GNOME= gtk20 -CONFIGURE_ARGS= --with-libpng=sys \ - --with-libjpeg=sys \ - --with-libtiff=sys \ - --with-zlib=sys \ - --with-opengl\ - --enable-gtk2 \ - --includedir=${PREFIX}/include/wx-2.4 -CONFIGURE_ENV= CPPFLAGS="-I${WRKSRC}/include \ - -I${LOCALBASE}/include \ - ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib -liconv \ - ${PTHREAD_LIBS}"\ - X11BASE="${LOCALBASE}" -NO_LATEST_LINK= yes -PLIST= ${.CURDIR}/pkg-plist - -WXGTK_FLAVOR?= gtk2 - -.include <bsd.port.pre.mk> - -pre-patch: - @${REINPLACE_CMD} -e 's|lgdk|lgdk-x11-2.0|g' ${WRKSRC}/configure - -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.post.mk> diff --git a/x11-toolkits/wxgtk24/distinfo b/x11-toolkits/wxgtk24/distinfo deleted file mode 100644 index 7f5c456ff..000000000 --- a/x11-toolkits/wxgtk24/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (wxGTK-2.4.2.tar.bz2) = cdadfe82fc93f8a65a2ae18a95b0b0e3 -SHA256 (wxGTK-2.4.2.tar.bz2) = 2b057cbd6f5573d2bac2c8af180fcd9f56ad4e27bba44abdd2cb0a6904c725b1 -SIZE (wxGTK-2.4.2.tar.bz2) = 5381935 diff --git a/x11-toolkits/wxgtk24/files/patch-ac b/x11-toolkits/wxgtk24/files/patch-ac deleted file mode 100644 index 416b9fe2a..000000000 --- a/x11-toolkits/wxgtk24/files/patch-ac +++ /dev/null @@ -1,84 +0,0 @@ ---- Makefile.in.orig Sun Sep 21 18:31:27 2003 -+++ Makefile.in Sat May 7 01:10:14 2005 -@@ -332,17 +332,13 @@ - - $(build_libdir)/@WX_LIBRARY_LINK1@: $(build_libdir)/@WX_LIBRARY_NAME_SHARED@ - @$(RM) $(build_libdir)/@WX_LIBRARY_LINK1@ -- @$(RM) $(build_libdir)/@WX_LIBRARY_LINK2@ - cd $(build_libdir) \ -- && $(LN_S) @WX_TARGET_LIBRARY@ @WX_LIBRARY_LINK1@ \ -- && $(LN_S) @WX_TARGET_LIBRARY@ @WX_LIBRARY_LINK2@ -+ && $(LN_S) @WX_TARGET_LIBRARY@ @WX_LIBRARY_LINK1@ - - $(build_libdir)/@WX_LIBRARY_LINK1_GL@: $(build_libdir)/@WX_LIBRARY_NAME_SHARED_GL@ - @$(RM) $(build_libdir)/@WX_LIBRARY_LINK1_GL@ -- @$(RM) $(build_libdir)/@WX_LIBRARY_LINK2_GL@ - cd $(build_libdir) \ -- && $(LN_S) @WX_TARGET_LIBRARY_GL@ @WX_LIBRARY_LINK1_GL@ \ -- && $(LN_S) @WX_TARGET_LIBRARY_GL@ @WX_LIBRARY_LINK2_GL@ -+ && $(LN_S) @WX_TARGET_LIBRARY_GL@ @WX_LIBRARY_LINK1_GL@ - - $(OBJECTS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h - -@@ -371,26 +367,21 @@ - - CREATE_INSTALLED_LINKS: preinstall - $(RM) $(libdir)/@WX_LIBRARY_LINK1@ -- $(RM) $(libdir)/@WX_LIBRARY_LINK2@ - cd $(libdir) \ -- && $(LN_S) @WX_LIBRARY_NAME_SHARED@ @WX_LIBRARY_LINK1@ \ -- && $(LN_S) @WX_LIBRARY_NAME_SHARED@ @WX_LIBRARY_LINK2@ -+ && $(LN_S) @WX_LIBRARY_NAME_SHARED@ @WX_LIBRARY_LINK1@ - - CREATE_INSTALLED_LINKS_GL: preinstall_gl - $(RM) $(libdir)/@WX_LIBRARY_LINK1_GL@ -- $(RM) $(libdir)/@WX_LIBRARY_LINK2_GL@ - cd $(libdir) \ -- && $(LN_S) @WX_LIBRARY_NAME_SHARED_GL@ @WX_LIBRARY_LINK1_GL@ \ -- && $(LN_S) @WX_LIBRARY_NAME_SHARED_GL@ @WX_LIBRARY_LINK2_GL@ -+ && $(LN_S) @WX_LIBRARY_NAME_SHARED_GL@ @WX_LIBRARY_LINK1_GL@ - - afminstall: preinstall - @if test ! -d $(datadir); then $(INSTALL) -d $(datadir); fi - $(INSTALL) -d $(datadir)/wx -- $(INSTALL) -d $(datadir)/wx/$(VER_MAJMIN) -- $(INSTALL) -d $(datadir)/wx/$(VER_MAJMIN)/afm -- $(INSTALL) -d $(datadir)/wx/$(VER_MAJMIN)/gs_afm -- $(INSTALL_DATA) $(top_srcdir)/misc/afm/*.afm $(datadir)/wx/$(VER_MAJMIN)/afm -- $(INSTALL_DATA) $(top_srcdir)/misc/gs_afm/*.afm $(datadir)/wx/$(VER_MAJMIN)/gs_afm -+ $(INSTALL) -d $(datadir)/wx/afm -+ $(INSTALL) -d $(datadir)/wx/gs_afm -+ $(INSTALL_DATA) $(top_srcdir)/misc/afm/*.afm $(datadir)/wx/afm -+ $(INSTALL_DATA) $(top_srcdir)/misc/gs_afm/*.afm $(datadir)/wx/gs_afm - - m4datainstall: preinstall - $(INSTALL) -d $(datadir)/aclocal -@@ -420,25 +411,19 @@ - @if test ! -d $(libdir); then $(INSTALL) -d $(libdir); fi - - $(INSTALL_SCRIPT) $(top_builddir)/wx@TOOLCHAIN_NAME@-config $(bindir)/wx@TOOLCHAIN_NAME@-config -- cd $(bindir) && rm -f wx-config && $(LN_S) wx@TOOLCHAIN_NAME@-config wx-config - @INSTALL_LIBRARY@ $(build_libdir)/@WX_TARGET_LIBRARY@ $(libdir)/@WX_TARGET_LIBRARY@ - @if test "x@WX_LIBRARY_IMPORTLIB@" != "x"; then \ - $(INSTALL_PROGRAM) $(top_builddir)/lib/@WX_LIBRARY_IMPORTLIB@ $(libdir)/@WX_LIBRARY_IMPORTLIB@; fi -- -- $(INSTALL) -d $(libdir)/wx -- $(INSTALL) -d $(libdir)/wx/include -- $(INSTALL) -d $(libdir)/wx/include/univ -- $(INSTALL) -d $(libdir)/wx/include/@TOOLCHAIN_NAME@ -- $(INSTALL) -d $(libdir)/wx/include/@TOOLCHAIN_NAME@/wx -+ $(INSTALL) -d $(prefix)/include/wx/@TOOLCHAIN_NAME@ -+ $(INSTALL) -d $(prefix)/include/wx/@TOOLCHAIN_NAME@/wx - $(INSTALL_DATA) $(build_libdir)/wx/include/@TOOLCHAIN_NAME@/wx/setup.h \ -- $(libdir)/wx/include/@TOOLCHAIN_NAME@/wx/setup.h -+ $(prefix)/include/wx/@TOOLCHAIN_NAME@/wx/setup.h - - $(INSTALL) -d $(includedir)/wx - @# FIXME: This will erroneously install a wx/base dir for wxBase.. - @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/@TOOLKIT_DIR@; fi - @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/html; fi - @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/generic; fi -- @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/univ; fi - @if test "@TOOLKIT_DIR@" = "msw"; then $(INSTALL) -d $(includedir)/wx/msw/ole; fi - - @# always install msw headers for wxBase, it's much simpler diff --git a/x11-toolkits/wxgtk24/files/patch-configure b/x11-toolkits/wxgtk24/files/patch-configure deleted file mode 100644 index 9fb5e6e49..000000000 --- a/x11-toolkits/wxgtk24/files/patch-configure +++ /dev/null @@ -1,81 +0,0 @@ ---- configure.orig Tue Nov 4 19:54:04 2003 -+++ configure Tue Nov 4 20:12:59 2003 -@@ -11436,6 +11436,7 @@ - - - SEARCH_INCLUDE="\ -+ $X11BASE/include \ - /usr/local/include \ - \ - /usr/Motif-1.2/include \ -@@ -11731,7 +11731,7 @@ - - - if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then -- if test "$USE_DARWIN" = 1; then -+ if test "$USE_DARWIN" = 1 -o "$USE_FREEBSD" = 1; then - system_zlib_h_ok="yes" - else - echo $ac_n "checking for zlib.h >= 1.1.4""... $ac_c" 1>&6 -@@ -16099,6 +16099,13 @@ - WX_RESOURCES_MACOSX_DATA="lib${WX_LIBRARY}.${WX_CURRENT}.rsrc" - fi - ;; -+ -+ *-*-freebsd* ) -+ WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}" -+ WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}" -+ WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${SO_SUFFIX}" -+ WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}" -+ ;; - esac - - WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a" -@@ -18679,7 +18686,7 @@ - ;; - esac - -- THREAD_OPTS="$THREAD_OPTS pthread none" -+ THREAD_OPTS= - - THREADS_OK=no - for flag in $THREAD_OPTS; do -@@ -18736,6 +18743,8 @@ - THREADS_CFLAGS="" - done - -+ THREADS_OK=yes -+ - if test "x$THREADS_OK" != "xyes"; then - wxUSE_THREADS=no - echo "configure: warning: No thread support on this system... disabled" 1>&2 -@@ -18752,7 +18761,6 @@ - flag="-D_THREAD_SAFE" - ;; - *-freebsd*) -- flag="-D_THREAD_SAFE" - ;; - *-hp-hpux* ) - flag="-D_REENTRANT" -@@ -19529,21 +19537,6 @@ - CODE_GEN_FLAGS="$CODE_GEN_FLAGS -ffunction-sections" - ;; - esac --fi -- --if test "$wxUSE_OPTIMISE" = "no" ; then -- OPTIMISE= --else -- if test "$GCC" = yes ; then -- OPTIMISE="-O2" -- case "${host}" in -- i586-*-*|i686-*-* ) -- OPTIMISE="${OPTIMISE} " -- ;; -- esac -- else -- OPTIMISE="-O" -- fi - fi - - if test "$WXWIN_COMPATIBILITY_2" = "yes"; then diff --git a/x11-toolkits/wxgtk24/files/patch-contrib-include-wx-fl-frmview.h b/x11-toolkits/wxgtk24/files/patch-contrib-include-wx-fl-frmview.h deleted file mode 100644 index 57217e446..000000000 --- a/x11-toolkits/wxgtk24/files/patch-contrib-include-wx-fl-frmview.h +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/include/wx/fl/frmview.h.orig Wed Nov 5 00:02:21 2003 -+++ contrib/include/wx/fl/frmview.h Wed Nov 5 00:03:08 2003 -@@ -114,7 +114,7 @@ - - // if file name is empty, views are are not saved/loaded - -- virtual void Init( wxWindow* pMainFrame, const wxString& settingsFile = "" ); -+ virtual void Init( wxWindow* pMainFrame, const wxString& settingsFile = wxEmptyString ); - - // synonyms - wxFrame* GetParentFrame(); diff --git a/x11-toolkits/wxgtk24/files/patch-contrib-src-Makefile.in b/x11-toolkits/wxgtk24/files/patch-contrib-src-Makefile.in deleted file mode 100644 index bf27c32d7..000000000 --- a/x11-toolkits/wxgtk24/files/patch-contrib-src-Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- contrib/src/Makefile.in.orig Sun Sep 21 18:32:39 2003 -+++ contrib/src/Makefile.in Tue Nov 4 22:30:37 2003 -@@ -1,6 +1,6 @@ - # $Id: patch-contrib-src-Makefile.in,v 1.5 2009-09-28 11:50:49 kwm Exp $ - --CONTRIB_SUBDIRS=canvas fl gizmos mmedia net ogl plot stc svg xrc animate #applet -+CONTRIB_SUBDIRS=canvas fl gizmos net ogl plot stc svg xrc #animate applet mmedia - - all: - @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE)); done diff --git a/x11-toolkits/wxgtk24/files/patch-contrib-src-gizmos-multicell.cpp b/x11-toolkits/wxgtk24/files/patch-contrib-src-gizmos-multicell.cpp deleted file mode 100644 index 88d677891..000000000 --- a/x11-toolkits/wxgtk24/files/patch-contrib-src-gizmos-multicell.cpp +++ /dev/null @@ -1,33 +0,0 @@ ---- contrib/src/gizmos/multicell.cpp.orig Wed Nov 5 00:04:44 2003 -+++ contrib/src/gizmos/multicell.cpp Wed Nov 5 00:06:11 2003 -@@ -633,17 +633,12 @@ - m_minCellSize = wxSize(5, 5); - } - //--------------------------------------------------------------------------- --wxString itoa(int x) --{ -- char bfr[255]; -- sprintf(bfr, "%d", x); -- return bfr; --} --//--------------------------------------------------------------------------- - void wxMultiCellCanvas :: Add(wxWindow *win, unsigned int row, unsigned int col) - { -- wxASSERT_MSG(row >= 0 && row < m_maxRows, wxString("Row ") + itoa(row) + " out of bounds (" + itoa(m_maxRows) + ")"); -- wxASSERT_MSG(col >= 0 && col < m_maxCols, wxString("Column ") + itoa(col) + " out of bounds (" + itoa(m_maxCols) + ")"); -+ wxASSERT_MSG(row >= 0 && row < m_maxRows, -+ wxString::Format(_T("Row %d out of bounds (0..%d)"), row, m_maxRows) ); -+ wxASSERT_MSG(col >= 0 && col < m_maxCols, -+ wxString::Format(_T("Column %d out of bounds (0..%d)"), col, m_maxCols) ); - wxASSERT_MSG(m_cells[CELL_LOC(row, col)] == NULL, wxT("Cell already occupied")); - - wxCell *newCell = new wxCell(win); -@@ -660,7 +655,7 @@ - if (!m_cells[CELL_LOC(row, col)]) - { - // Create an empty static text field as a placeholder -- m_cells[CELL_LOC(row, col)] = new wxCell(new wxStaticText(m_parent, -1, "")); -+ m_cells[CELL_LOC(row, col)] = new wxCell(new wxStaticText(m_parent, -1, wxT(""))); - } - wxFlexGridSizer::Add(m_cells[CELL_LOC(row, col)]->m_window); - } diff --git a/x11-toolkits/wxgtk24/files/patch-contrib-src-plot-plot.cpp b/x11-toolkits/wxgtk24/files/patch-contrib-src-plot-plot.cpp deleted file mode 100644 index ff6fc281b..000000000 --- a/x11-toolkits/wxgtk24/files/patch-contrib-src-plot-plot.cpp +++ /dev/null @@ -1,38 +0,0 @@ ---- contrib/src/plot/plot.cpp.orig Wed Nov 5 00:03:37 2003 -+++ contrib/src/plot/plot.cpp Wed Nov 5 00:04:27 2003 -@@ -204,7 +204,7 @@ - END_EVENT_TABLE() - - wxPlotArea::wxPlotArea( wxPlotWindow *parent ) -- : wxWindow( parent, -1, wxDefaultPosition, wxDefaultSize, wxSIMPLE_BORDER, "plotarea" ) -+ : wxWindow( parent, -1, wxDefaultPosition, wxDefaultSize, wxSIMPLE_BORDER, _T("plotarea") ) - { - m_owner = parent; - -@@ -462,7 +462,7 @@ - END_EVENT_TABLE() - - wxPlotXAxisArea::wxPlotXAxisArea( wxPlotWindow *parent ) -- : wxWindow( parent, -1, wxDefaultPosition, wxSize(-1,40), 0, "plotxaxisarea" ) -+ : wxWindow( parent, -1, wxDefaultPosition, wxSize(-1,40), 0, _T("plotxaxisarea") ) - { - m_owner = parent; - -@@ -589,7 +589,7 @@ - END_EVENT_TABLE() - - wxPlotYAxisArea::wxPlotYAxisArea( wxPlotWindow *parent ) -- : wxWindow( parent, -1, wxDefaultPosition, wxSize(60,-1), 0, "plotyaxisarea" ) -+ : wxWindow( parent, -1, wxDefaultPosition, wxSize(60,-1), 0, _T("plotyaxisarea") ) - { - m_owner = parent; - -@@ -713,7 +713,7 @@ - END_EVENT_TABLE() - - wxPlotWindow::wxPlotWindow( wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, int flag ) -- : wxScrolledWindow( parent, id, pos, size, flag, "plotcanvas" ) -+ : wxScrolledWindow( parent, id, pos, size, flag, _T("plotcanvas") ) - { - m_xUnitsPerValue = 1.0; - m_xZoom = 1.0; diff --git a/x11-toolkits/wxgtk24/files/patch-include::wx::wxchar.h b/x11-toolkits/wxgtk24/files/patch-include::wx::wxchar.h deleted file mode 100644 index f0fd474d8..000000000 --- a/x11-toolkits/wxgtk24/files/patch-include::wx::wxchar.h +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- include/wx/wxchar.h.orig Sun Sep 15 21:19:48 2002 -+++ include/wx/wxchar.h Sat Oct 26 18:06:12 2002 -@@ -554,10 +554,10 @@ - #endif // wxUSE_WCHAR_T - - // checks whether the passed in pointer is NULL and if the string is empty --inline bool wxIsEmpty(const wxChar *p) { return !p || !*p; } -+WXDLLEXPORT inline bool wxIsEmpty(const wxChar *p) { return !p || !*p; } - - // safe version of strlen() (returns 0 if passed NULL pointer) --inline size_t wxStrlen(const wxChar *psz) { return psz ? wxStrlen_(psz) : 0; } -+WXDLLEXPORT inline size_t wxStrlen(const wxChar *psz) { return psz ? wxStrlen_(psz) : 0; } - - WXDLLEXPORT bool wxOKlibc(); // for internal use - diff --git a/x11-toolkits/wxgtk24/files/patch-src-common-datetime.cpp b/x11-toolkits/wxgtk24/files/patch-src-common-datetime.cpp deleted file mode 100644 index f4931273f..000000000 --- a/x11-toolkits/wxgtk24/files/patch-src-common-datetime.cpp +++ /dev/null @@ -1,56 +0,0 @@ ---- src/common/datetime.cpp.orig Tue Nov 4 09:50:09 2003 -+++ src/common/datetime.cpp Tue Nov 4 09:52:02 2003 -@@ -349,6 +349,35 @@ - return wxString(buf); - } - -+#ifdef HAVE_STRPTIME -+ -+// Unicode-friendly strptime() wrapper -+static const wxChar * -+CallStrptime(const wxChar *input, const char *fmt, tm *tm) -+{ -+ // the problem here is that strptime() returns pointer into the string we -+ // passed to it while we're really interested in the pointer into the -+ // original, Unicode, string so we try to transform the pointer back -+#if wxUSE_UNICODE -+ wxCharBuffer inputMB(wxConvertWX2MB(input)); -+#else // ASCII -+ const char * const inputMB = input; -+#endif // Unicode/Ascii -+ -+ const char *result = strptime(inputMB, fmt, tm); -+ if ( !result ) -+ return NULL; -+ -+#if wxUSE_UNICODE -+ // FIXME: this is wrong in presence of surrogates &c -+ return input + (result - inputMB.data()); -+#else // ASCII -+ return result; -+#endif // Unicode/Ascii -+} -+ -+#endif // HAVE_STRPTIME -+ - // if year and/or month have invalid values, replace them with the current ones - static void ReplaceDefaultYearMonthWithCurrent(int *year, - wxDateTime::Month *month) -@@ -2920,7 +2949,7 @@ - // to our generic code anyhow (FIXME !Unicode friendly) - { - struct tm tm; -- const wxChar *result = strptime(input, "%x", &tm); -+ const wxChar *result = CallStrptime(input, "%x", &tm); - if ( result ) - { - input = result; -@@ -2985,7 +3014,7 @@ - { - // use strptime() to do it for us (FIXME !Unicode friendly) - struct tm tm; -- input = strptime(input, "%X", &tm); -+ input = CallStrptime(input, "%X", &tm); - if ( !input ) - { - return (wxChar *)NULL; diff --git a/x11-toolkits/wxgtk24/files/patch-src-gtk-gsockgtk.cpp b/x11-toolkits/wxgtk24/files/patch-src-gtk-gsockgtk.cpp deleted file mode 100644 index 9ad23614f..000000000 --- a/x11-toolkits/wxgtk24/files/patch-src-gtk-gsockgtk.cpp +++ /dev/null @@ -1,18 +0,0 @@ ---- src/gtk/gsockgtk.c.orig 2003-09-21 13:31:58.000000000 +0200 -+++ src/gtk/gsockgtk.c 2009-09-28 13:38:26.000000000 +0200 -@@ -13,8 +13,15 @@ - #include <stdlib.h> - #include <stdio.h> - -+// newer versions of glib define its own GSocket but we unfortunately use this -+// name in our own (semi-)public header and so can't change it -- rename glib -+// one instead -+#define GSocket GlibGSocket -+#define _GSocket GlibGSocket - #include <gdk/gdk.h> - #include <glib.h> -+#undef GSocket -+#undef _GSocket - - #include "wx/gsocket.h" - #include "wx/unix/gsockunx.h" diff --git a/x11-toolkits/wxgtk24/files/patch-src-gtk-notebook.cpp b/x11-toolkits/wxgtk24/files/patch-src-gtk-notebook.cpp deleted file mode 100644 index 1aae1c52f..000000000 --- a/x11-toolkits/wxgtk24/files/patch-src-gtk-notebook.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gtk/notebook.cpp.orig Sun Sep 21 18:31:57 2003 -+++ src/gtk/notebook.cpp Mon Nov 10 03:26:16 2003 -@@ -643,7 +643,7 @@ - nb_page->m_text = text; - if (nb_page->m_text.IsEmpty()) nb_page->m_text = wxT(""); - -- nb_page->m_label = GTK_LABEL( gtk_label_new(nb_page->m_text.mbc_str()) ); -+ nb_page->m_label = GTK_LABEL( gtk_label_new(wxGTK_CONV(nb_page->m_text)) ); - gtk_box_pack_end( GTK_BOX(nb_page->m_box), GTK_WIDGET(nb_page->m_label), FALSE, FALSE, m_padding ); - - /* show the label */ diff --git a/x11-toolkits/wxgtk24/files/patch-src-makelib.env.in b/x11-toolkits/wxgtk24/files/patch-src-makelib.env.in deleted file mode 100644 index af05f435d..000000000 --- a/x11-toolkits/wxgtk24/files/patch-src-makelib.env.in +++ /dev/null @@ -1,54 +0,0 @@ ---- src/makelib.env.in.orig Sun Sep 21 18:31:38 2003 -+++ src/makelib.env.in Sat May 7 00:33:13 2005 -@@ -35,8 +35,8 @@ - INSTALL_DATA = @INSTALL_DATA@ - - TARGETLIB_STATIC = $(TARGET_LIBNAME).a --TARGETLIB_SHARED = $(TARGET_LIBNAME).so.$(LIBVERSION_CURRENT).$(LIBVERSION_REVISION).$(LIBVERSION_AGE) --TARGETLIB_LINK1 = $(TARGET_LIBNAME).so.$(LIBVERSION_CURRENT) -+TARGETLIB_SHARED = $(TARGET_LIBNAME).so.$(LIBVERSION_CURRENT) -+TARGETLIB_LINK1 = $(TARGET_LIBNAME).so - TARGETLIB_LINK2 = $(TARGET_LIBNAME).so - - TARGETLIB_SONAME = @WX_TARGET_LIBRARY_SONAME@ -@@ -72,9 +72,8 @@ - @$(INSTALL) -d $(top_builddir)/lib - $(SHARED_LD) $@ $(TARGETLIB_SONAME) $(OBJECTS) $(LDFLAGS_VERSIONING) - cd $(top_builddir)/lib \ -- && $(RM) $(TARGETLIB_LINK1) $(TARGETLIB_LINK2) \ -- && $(LN_S) $(TARGETLIB_SHARED) $(TARGETLIB_LINK1) \ -- && $(LN_S) $(TARGETLIB_SHARED) $(TARGETLIB_LINK2) -+ && $(RM) $(TARGETLIB_LINK1) \ -+ && $(LN_S) $(TARGETLIB_SHARED) $(TARGETLIB_LINK1) - - $(top_builddir)/lib/$(TARGETLIB_STATIC): $(OBJECTS) - @$(INSTALL) -d $(top_builddir)/lib -@@ -86,10 +85,9 @@ - - install_so: - $(INSTALL_PROGRAM) $(top_builddir)/lib/$(TARGETLIB_SHARED) $(libdir)/$(TARGETLIB_SHARED) -- @$(RM) $(libdir)/$(TARGETLIB_LINK1) $(libdir)/$(TARGETLIB_LINK2) -+ @$(RM) $(libdir)/$(TARGETLIB_LINK1) - cd $(libdir) \ -- && $(LN_S) $(TARGETLIB_SHARED) $(TARGETLIB_LINK1) \ -- && $(LN_S) $(TARGETLIB_SHARED) $(TARGETLIB_LINK2) -+ && $(LN_S) $(TARGETLIB_SHARED) $(TARGETLIB_LINK1) - - install_a: - $(INSTALL_PROGRAM) $(top_builddir)/lib/$(TARGETLIB_STATIC) $(libdir)/$(TARGETLIB_STATIC) -@@ -105,7 +103,6 @@ - $(RM) $(libdir)/$(TARGETLIB_STATIC) - $(RM) $(libdir)/$(TARGETLIB_SHARED) - $(RM) $(libdir)/$(TARGETLIB_LINK1) -- $(RM) $(libdir)/$(TARGETLIB_LINK2) - @echo "removing headers" - @for h in $(HEADERS); do \ - $(RM) $(includedir)/wx/$(HEADER_SUBDIR)/$$h; \ -@@ -118,7 +115,6 @@ - clean: - $(RM) $(OBJECTS) $(top_builddir)/lib/$(TARGETLIB_SHARED) \ - $(top_builddir)/lib/$(TARGETLIB_LINK1) \ -- $(top_builddir)/lib/$(TARGETLIB_LINK2) \ - $(top_builddir)/lib/$(TARGETLIB_STATIC) core - - .PHONY: all libtype_so libtype_a install install_so install_a install_headers uninstall clean diff --git a/x11-toolkits/wxgtk24/files/patch-src_common_intl.cpp b/x11-toolkits/wxgtk24/files/patch-src_common_intl.cpp deleted file mode 100644 index f8e465e4c..000000000 --- a/x11-toolkits/wxgtk24/files/patch-src_common_intl.cpp +++ /dev/null @@ -1,22 +0,0 @@ ---- src/common/intl.cpp.orig Sat Oct 4 23:10:24 2003 -+++ src/common/intl.cpp Sun Oct 5 21:35:30 2003 -@@ -743,8 +742,18 @@ - } - if ( !retloc ) - { -+ wxString langFull; -+ if (wxGetEnv(wxT("LC_ALL"), &langFull)|| -+ wxGetEnv(wxT("LC_MESSAGES"), &langFull) || -+ wxGetEnv(wxT("LANG"), &langFull)) -+ { -+ retloc = wxSetlocale(LC_ALL, langFull); -+ } -+ } -+ if ( !retloc ) -+ { - wxLogError(wxT("Cannot set locale to '%s'."), locale.c_str()); -- return FALSE; -+ //return FALSE; - } - #elif defined(__WIN32__) - diff --git a/x11-toolkits/wxgtk24/files/patch-src_generic_dcpsg.cpp b/x11-toolkits/wxgtk24/files/patch-src_generic_dcpsg.cpp deleted file mode 100644 index 2de14ab24..000000000 --- a/x11-toolkits/wxgtk24/files/patch-src_generic_dcpsg.cpp +++ /dev/null @@ -1,44 +0,0 @@ ---- src/generic/dcpsg.cpp.orig Fri Sep 29 19:57:20 2006 -+++ src/generic/dcpsg.cpp Fri Sep 29 19:58:00 2006 -@@ -1146,7 +1146,7 @@ - FILE *file; - }; - --static int paps_move_to( FT_Vector* to, -+static int paps_move_to( const FT_Vector* to, - void *user_data) - { - OutlineInfo *outline_info = (OutlineInfo*)user_data; -@@ -1156,7 +1156,7 @@ - return 0; - } - --static int paps_line_to( FT_Vector* to, -+static int paps_line_to( const FT_Vector* to, - void *user_data) - { - OutlineInfo *outline_info = (OutlineInfo*)user_data; -@@ -1166,8 +1166,8 @@ - return 0; - } - --static int paps_conic_to( FT_Vector* control, -- FT_Vector* to, -+static int paps_conic_to( const FT_Vector* control, -+ const FT_Vector* to, - void *user_data) - { - OutlineInfo *outline_info = (OutlineInfo*)user_data; -@@ -1179,9 +1179,9 @@ - return 0; - } - --static int paps_cubic_to( FT_Vector* control1, -- FT_Vector* control2, -- FT_Vector* to, -+static int paps_cubic_to( const FT_Vector* control1, -+ const FT_Vector* control2, -+ const FT_Vector* to, - void *user_data) - { - OutlineInfo *outline_info = (OutlineInfo*)user_data; diff --git a/x11-toolkits/wxgtk24/files/patch-wx-config.in b/x11-toolkits/wxgtk24/files/patch-wx-config.in deleted file mode 100644 index a7ed9b679..000000000 --- a/x11-toolkits/wxgtk24/files/patch-wx-config.in +++ /dev/null @@ -1,11 +0,0 @@ ---- wx-config.in.orig Wed Nov 5 00:19:46 2003 -+++ wx-config.in Wed Nov 5 00:20:14 2003 -@@ -66,7 +66,7 @@ - if test $inplace_flag = yes ; then - includes="-I$inplace_builddir/lib/wx/include/@TOOLCHAIN_NAME@ -I$inplace_include" - else -- includes="-I@libdir@/wx/include/@TOOLCHAIN_NAME@$includes" -+ includes="-I@prefix@/include/wx/@TOOLCHAIN_NAME@$includes" - fi - - if test $static_flag = yes ; then diff --git a/x11-toolkits/wxgtk24/pkg-descr b/x11-toolkits/wxgtk24/pkg-descr deleted file mode 100644 index 67f1f41d3..000000000 --- a/x11-toolkits/wxgtk24/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/wxgtk24/pkg-plist b/x11-toolkits/wxgtk24/pkg-plist deleted file mode 100644 index 3142aab31..000000000 --- a/x11-toolkits/wxgtk24/pkg-plist +++ /dev/null @@ -1,425 +0,0 @@ -bin/wxgtk2-2.4-config -include/wx-2.4/wx/accel.h -include/wx-2.4/wx/app.h -include/wx-2.4/wx/arrimpl.cpp -include/wx-2.4/wx/artprov.h -include/wx-2.4/wx/bitmap.h -include/wx-2.4/wx/bmpbuttn.h -include/wx-2.4/wx/brush.h -include/wx-2.4/wx/buffer.h -include/wx-2.4/wx/build.h -include/wx-2.4/wx/busyinfo.h -include/wx-2.4/wx/button.h -include/wx-2.4/wx/calctrl.h -include/wx-2.4/wx/caret.h -include/wx-2.4/wx/checkbox.h -include/wx-2.4/wx/checklst.h -include/wx-2.4/wx/chkconf.h -include/wx-2.4/wx/choicdlg.h -include/wx-2.4/wx/choice.h -include/wx-2.4/wx/clipbrd.h -include/wx-2.4/wx/clntdata.h -include/wx-2.4/wx/cmdline.h -include/wx-2.4/wx/cmdproc.h -include/wx-2.4/wx/cmndata.h -include/wx-2.4/wx/colordlg.h -include/wx-2.4/wx/colour.h -include/wx-2.4/wx/combobox.h -include/wx-2.4/wx/confbase.h -include/wx-2.4/wx/config.h -include/wx-2.4/wx/containr.h -include/wx-2.4/wx/control.h -include/wx-2.4/wx/cshelp.h -include/wx-2.4/wx/ctrlsub.h -include/wx-2.4/wx/cursor.h -include/wx-2.4/wx/dataobj.h -include/wx-2.4/wx/date.h -include/wx-2.4/wx/datetime.h -include/wx-2.4/wx/datetime.inl -include/wx-2.4/wx/datstrm.h -include/wx-2.4/wx/db.h -include/wx-2.4/wx/dbgrid.h -include/wx-2.4/wx/dbkeyg.h -include/wx-2.4/wx/dbtable.h -include/wx-2.4/wx/dc.h -include/wx-2.4/wx/dcbuffer.h -include/wx-2.4/wx/dcclient.h -include/wx-2.4/wx/dcmemory.h -include/wx-2.4/wx/dcprint.h -include/wx-2.4/wx/dcps.h -include/wx-2.4/wx/dcscreen.h -include/wx-2.4/wx/dde.h -include/wx-2.4/wx/debug.h -include/wx-2.4/wx/defs.h -include/wx-2.4/wx/dialog.h -include/wx-2.4/wx/dialup.h -include/wx-2.4/wx/dir.h -include/wx-2.4/wx/dirctrl.h -include/wx-2.4/wx/dirdlg.h -include/wx-2.4/wx/dnd.h -include/wx-2.4/wx/docmdi.h -include/wx-2.4/wx/docview.h -include/wx-2.4/wx/dragimag.h -include/wx-2.4/wx/dynarray.h -include/wx-2.4/wx/dynlib.h -include/wx-2.4/wx/dynload.h -include/wx-2.4/wx/effects.h -include/wx-2.4/wx/encconv.h -include/wx-2.4/wx/event.h -include/wx-2.4/wx/expr.h -include/wx-2.4/wx/fdrepdlg.h -include/wx-2.4/wx/features.h -include/wx-2.4/wx/ffile.h -include/wx-2.4/wx/file.h -include/wx-2.4/wx/fileconf.h -include/wx-2.4/wx/filedlg.h -include/wx-2.4/wx/filefn.h -include/wx-2.4/wx/filename.h -include/wx-2.4/wx/filesys.h -include/wx-2.4/wx/font.h -include/wx-2.4/wx/fontdlg.h -include/wx-2.4/wx/fontenc.h -include/wx-2.4/wx/fontenum.h -include/wx-2.4/wx/fontmap.h -include/wx-2.4/wx/fontutil.h -include/wx-2.4/wx/frame.h -include/wx-2.4/wx/fs_inet.h -include/wx-2.4/wx/fs_mem.h -include/wx-2.4/wx/fs_zip.h -include/wx-2.4/wx/gauge.h -include/wx-2.4/wx/gdicmn.h -include/wx-2.4/wx/gdiobj.h -include/wx-2.4/wx/generic/accel.h -include/wx-2.4/wx/generic/calctrl.h -include/wx-2.4/wx/generic/caret.h -include/wx-2.4/wx/generic/choicdgg.h -include/wx-2.4/wx/generic/colrdlgg.h -include/wx-2.4/wx/generic/dcpsg.h -include/wx-2.4/wx/generic/dirctrlg.h -include/wx-2.4/wx/generic/dirdlgg.h -include/wx-2.4/wx/generic/dragimgg.h -include/wx-2.4/wx/generic/fdrepdlg.h -include/wx-2.4/wx/generic/filedlgg.h -include/wx-2.4/wx/generic/fontdlgg.h -include/wx-2.4/wx/generic/grid.h -include/wx-2.4/wx/generic/gridctrl.h -include/wx-2.4/wx/generic/gridg.h -include/wx-2.4/wx/generic/helpext.h -include/wx-2.4/wx/generic/helphtml.h -include/wx-2.4/wx/generic/imaglist.h -include/wx-2.4/wx/generic/laywin.h -include/wx-2.4/wx/generic/listctrl.h -include/wx-2.4/wx/generic/msgdlgg.h -include/wx-2.4/wx/generic/notebook.h -include/wx-2.4/wx/generic/paletteg.h -include/wx-2.4/wx/generic/panelg.h -include/wx-2.4/wx/generic/printps.h -include/wx-2.4/wx/generic/prntdlgg.h -include/wx-2.4/wx/generic/progdlgg.h -include/wx-2.4/wx/generic/sashwin.h -include/wx-2.4/wx/generic/scrolwin.h -include/wx-2.4/wx/generic/spinctlg.h -include/wx-2.4/wx/generic/splash.h -include/wx-2.4/wx/generic/splitter.h -include/wx-2.4/wx/generic/statusbr.h -include/wx-2.4/wx/generic/tabg.h -include/wx-2.4/wx/generic/textdlgg.h -include/wx-2.4/wx/generic/timer.h -include/wx-2.4/wx/generic/treectlg.h -include/wx-2.4/wx/generic/wizard.h -include/wx-2.4/wx/geometry.h -include/wx-2.4/wx/gifdecod.h -include/wx-2.4/wx/glcanvas.h -include/wx-2.4/wx/grid.h -include/wx-2.4/wx/gsocket.h -include/wx-2.4/wx/gtk/accel.h -include/wx-2.4/wx/gtk/app.h -include/wx-2.4/wx/gtk/bitmap.h -include/wx-2.4/wx/gtk/bmpbuttn.h -include/wx-2.4/wx/gtk/brush.h -include/wx-2.4/wx/gtk/button.h -include/wx-2.4/wx/gtk/checkbox.h -include/wx-2.4/wx/gtk/checklst.h -include/wx-2.4/wx/gtk/choice.h -include/wx-2.4/wx/gtk/clipbrd.h -include/wx-2.4/wx/gtk/colour.h -include/wx-2.4/wx/gtk/combobox.h -include/wx-2.4/wx/gtk/control.h -include/wx-2.4/wx/gtk/cursor.h -include/wx-2.4/wx/gtk/dataform.h -include/wx-2.4/wx/gtk/dataobj.h -include/wx-2.4/wx/gtk/dataobj2.h -include/wx-2.4/wx/gtk/dc.h -include/wx-2.4/wx/gtk/dcclient.h -include/wx-2.4/wx/gtk/dcmemory.h -include/wx-2.4/wx/gtk/dcscreen.h -include/wx-2.4/wx/gtk/dialog.h -include/wx-2.4/wx/gtk/dnd.h -include/wx-2.4/wx/gtk/filedlg.h -include/wx-2.4/wx/gtk/font.h -include/wx-2.4/wx/gtk/fontdlg.h -include/wx-2.4/wx/gtk/frame.h -include/wx-2.4/wx/gtk/gauge.h -include/wx-2.4/wx/gtk/gdiobj.h -include/wx-2.4/wx/gtk/glcanvas.h -include/wx-2.4/wx/gtk/icon.h -include/wx-2.4/wx/gtk/joystick.h -include/wx-2.4/wx/gtk/listbox.h -include/wx-2.4/wx/gtk/mdi.h -include/wx-2.4/wx/gtk/menu.h -include/wx-2.4/wx/gtk/menuitem.h -include/wx-2.4/wx/gtk/minifram.h -include/wx-2.4/wx/gtk/notebook.h -include/wx-2.4/wx/gtk/pen.h -include/wx-2.4/wx/gtk/popupwin.h -include/wx-2.4/wx/gtk/radiobox.h -include/wx-2.4/wx/gtk/radiobut.h -include/wx-2.4/wx/gtk/region.h -include/wx-2.4/wx/gtk/scrolbar.h -include/wx-2.4/wx/gtk/scrolwin.h -include/wx-2.4/wx/gtk/slider.h -include/wx-2.4/wx/gtk/spinbutt.h -include/wx-2.4/wx/gtk/spinctrl.h -include/wx-2.4/wx/gtk/statbmp.h -include/wx-2.4/wx/gtk/statbox.h -include/wx-2.4/wx/gtk/statline.h -include/wx-2.4/wx/gtk/stattext.h -include/wx-2.4/wx/gtk/tbargtk.h -include/wx-2.4/wx/gtk/textctrl.h -include/wx-2.4/wx/gtk/tglbtn.h -include/wx-2.4/wx/gtk/timer.h -include/wx-2.4/wx/gtk/tooltip.h -include/wx-2.4/wx/gtk/toplevel.h -include/wx-2.4/wx/gtk/treectrl.h -include/wx-2.4/wx/gtk/wave.h -include/wx-2.4/wx/gtk/win_gtk.h -include/wx-2.4/wx/gtk/window.h -include/wx-2.4/wx/hash.h -include/wx-2.4/wx/hashmap.h -include/wx-2.4/wx/help.h -include/wx-2.4/wx/helpbase.h -include/wx-2.4/wx/helphtml.h -include/wx-2.4/wx/helpwin.h -include/wx-2.4/wx/html/forcelnk.h -include/wx-2.4/wx/html/helpctrl.h -include/wx-2.4/wx/html/helpdata.h -include/wx-2.4/wx/html/helpfrm.h -include/wx-2.4/wx/html/htmlcell.h -include/wx-2.4/wx/html/htmldefs.h -include/wx-2.4/wx/html/htmlfilt.h -include/wx-2.4/wx/html/htmlpars.h -include/wx-2.4/wx/html/htmltag.h -include/wx-2.4/wx/html/htmlwin.h -include/wx-2.4/wx/html/htmprint.h -include/wx-2.4/wx/html/m_templ.h -include/wx-2.4/wx/html/winpars.h -include/wx-2.4/wx/icon.h -include/wx-2.4/wx/iconbndl.h -include/wx-2.4/wx/imagbmp.h -include/wx-2.4/wx/image.h -include/wx-2.4/wx/imaggif.h -include/wx-2.4/wx/imagiff.h -include/wx-2.4/wx/imagjpeg.h -include/wx-2.4/wx/imaglist.h -include/wx-2.4/wx/imagpcx.h -include/wx-2.4/wx/imagpng.h -include/wx-2.4/wx/imagpnm.h -include/wx-2.4/wx/imagtiff.h -include/wx-2.4/wx/imagxpm.h -include/wx-2.4/wx/intl.h -include/wx-2.4/wx/ioswrap.h -include/wx-2.4/wx/ipc.h -include/wx-2.4/wx/ipcbase.h -include/wx-2.4/wx/isql.h -include/wx-2.4/wx/isqlext.h -include/wx-2.4/wx/joystick.h -include/wx-2.4/wx/layout.h -include/wx-2.4/wx/laywin.h -include/wx-2.4/wx/list.h -include/wx-2.4/wx/listbase.h -include/wx-2.4/wx/listbox.h -include/wx-2.4/wx/listctrl.h -include/wx-2.4/wx/listimpl.cpp -include/wx-2.4/wx/log.h -include/wx-2.4/wx/longlong.h -include/wx-2.4/wx/matrix.h -include/wx-2.4/wx/mdi.h -include/wx-2.4/wx/memconf.h -include/wx-2.4/wx/memory.h -include/wx-2.4/wx/memtext.h -include/wx-2.4/wx/menu.h -include/wx-2.4/wx/menuitem.h -include/wx-2.4/wx/metafile.h -include/wx-2.4/wx/mimetype.h -include/wx-2.4/wx/minifram.h -include/wx-2.4/wx/module.h -include/wx-2.4/wx/msgdlg.h -include/wx-2.4/wx/msgout.h -include/wx-2.4/wx/mstream.h -include/wx-2.4/wx/notebook.h -include/wx-2.4/wx/object.h -include/wx-2.4/wx/odbc.h -include/wx-2.4/wx/ownerdrw.h -include/wx-2.4/wx/palette.h -include/wx-2.4/wx/panel.h -include/wx-2.4/wx/paper.h -include/wx-2.4/wx/pen.h -include/wx-2.4/wx/platform.h -include/wx-2.4/wx/popupwin.h -include/wx-2.4/wx/print.h -include/wx-2.4/wx/printdlg.h -include/wx-2.4/wx/prntbase.h -include/wx-2.4/wx/process.h -include/wx-2.4/wx/progdlg.h -include/wx-2.4/wx/prop.h -include/wx-2.4/wx/propform.h -include/wx-2.4/wx/proplist.h -include/wx-2.4/wx/protocol/file.h -include/wx-2.4/wx/protocol/ftp.h -include/wx-2.4/wx/protocol/http.h -include/wx-2.4/wx/protocol/protocol.h -include/wx-2.4/wx/quantize.h -include/wx-2.4/wx/radiobox.h -include/wx-2.4/wx/radiobut.h -include/wx-2.4/wx/regex.h -include/wx-2.4/wx/region.h -include/wx-2.4/wx/resource.h -include/wx-2.4/wx/sashwin.h -include/wx-2.4/wx/sckaddr.h -include/wx-2.4/wx/sckipc.h -include/wx-2.4/wx/sckstrm.h -include/wx-2.4/wx/scrolbar.h -include/wx-2.4/wx/scrolwin.h -include/wx-2.4/wx/settings.h -include/wx-2.4/wx/sizer.h -include/wx-2.4/wx/slider.h -include/wx-2.4/wx/snglinst.h -include/wx-2.4/wx/socket.h -include/wx-2.4/wx/spinbutt.h -include/wx-2.4/wx/spinctrl.h -include/wx-2.4/wx/splash.h -include/wx-2.4/wx/splitter.h -include/wx-2.4/wx/stack.h -include/wx-2.4/wx/statbmp.h -include/wx-2.4/wx/statbox.h -include/wx-2.4/wx/statline.h -include/wx-2.4/wx/stattext.h -include/wx-2.4/wx/statusbr.h -include/wx-2.4/wx/strconv.h -include/wx-2.4/wx/stream.h -include/wx-2.4/wx/string.h -include/wx-2.4/wx/sysopt.h -include/wx-2.4/wx/tab.h -include/wx-2.4/wx/tabctrl.h -include/wx-2.4/wx/taskbar.h -include/wx-2.4/wx/tbarbase.h -include/wx-2.4/wx/tbarsmpl.h -include/wx-2.4/wx/textbuf.h -include/wx-2.4/wx/textctrl.h -include/wx-2.4/wx/textdlg.h -include/wx-2.4/wx/textfile.h -include/wx-2.4/wx/tglbtn.h -include/wx-2.4/wx/thread.h -include/wx-2.4/wx/thrimpl.cpp -include/wx-2.4/wx/time.h -include/wx-2.4/wx/timer.h -include/wx-2.4/wx/tipdlg.h -include/wx-2.4/wx/tipwin.h -include/wx-2.4/wx/tokenzr.h -include/wx-2.4/wx/toolbar.h -include/wx-2.4/wx/tooltip.h -include/wx-2.4/wx/toplevel.h -include/wx-2.4/wx/treebase.h -include/wx-2.4/wx/treectrl.h -include/wx-2.4/wx/txtstrm.h -include/wx-2.4/wx/types.h -include/wx-2.4/wx/unix/execute.h -include/wx-2.4/wx/unix/fontutil.h -include/wx-2.4/wx/unix/gsockunx.h -include/wx-2.4/wx/unix/mimetype.h -include/wx-2.4/wx/unix/utilsx11.h -include/wx-2.4/wx/url.h -include/wx-2.4/wx/utils.h -include/wx-2.4/wx/valgen.h -include/wx-2.4/wx/validate.h -include/wx-2.4/wx/valtext.h -include/wx-2.4/wx/variant.h -include/wx-2.4/wx/vector.h -include/wx-2.4/wx/version.h -include/wx-2.4/wx/volume.h -include/wx-2.4/wx/wave.h -include/wx-2.4/wx/wfstream.h -include/wx-2.4/wx/window.h -include/wx-2.4/wx/wizard.h -include/wx-2.4/wx/wx.h -include/wx-2.4/wx/wx_cw.h -include/wx-2.4/wx/wx_cw_cm.h -include/wx-2.4/wx/wx_cw_d.h -include/wx-2.4/wx/wxchar.h -include/wx-2.4/wx/wxexpr.h -include/wx-2.4/wx/wxhtml.h -include/wx-2.4/wx/wxprec.h -include/wx-2.4/wx/xpmdecod.h -include/wx-2.4/wx/zipstrm.h -include/wx-2.4/wx/zstream.h -include/wx/gtk2-2.4/wx/setup.h -lib/libwx_gtk2-2.4.so -lib/libwx_gtk2-2.4.so.0 -lib/libwx_gtk2_gl-2.4.so -lib/libwx_gtk2_gl-2.4.so.0 -share/aclocal/wxwin.m4 -share/locale/cs/LC_MESSAGES/wxstd.mo -share/locale/da/LC_MESSAGES/wxstd.mo -share/locale/de/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/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/zh/LC_MESSAGES/wxstd.mo -share/wx/afm/Cour.afm -share/wx/afm/CourBo.afm -share/wx/afm/CourBoO.afm -share/wx/afm/CourO.afm -share/wx/afm/Helv.afm -share/wx/afm/HelvBo.afm -share/wx/afm/HelvBoO.afm -share/wx/afm/HelvO.afm -share/wx/afm/TimesBo.afm -share/wx/afm/TimesBoO.afm -share/wx/afm/TimesO.afm -share/wx/afm/TimesRo.afm -share/wx/afm/Zapf.afm -share/wx/gs_afm/Cour.afm -share/wx/gs_afm/CourBo.afm -share/wx/gs_afm/CourBoO.afm -share/wx/gs_afm/CourO.afm -share/wx/gs_afm/Helv.afm -share/wx/gs_afm/HelvBo.afm -share/wx/gs_afm/HelvBoO.afm -share/wx/gs_afm/HelvO.afm -share/wx/gs_afm/TimesBo.afm -share/wx/gs_afm/TimesBoO.afm -share/wx/gs_afm/TimesO.afm -share/wx/gs_afm/TimesRo.afm -share/wx/gs_afm/Zapf.afm -@dirrm share/wx/gs_afm -@dirrm share/wx/afm -@dirrm share/wx -@dirrm include/wx/gtk2-2.4/wx -@dirrm include/wx/gtk2-2.4 -@dirrm include/wx-2.4/wx/unix -@dirrm include/wx-2.4/wx/protocol -@dirrm include/wx-2.4/wx/html -@dirrm include/wx-2.4/wx/gtk -@dirrm include/wx-2.4/wx/generic -@dirrm include/wx-2.4/wx -@dirrm include/wx-2.4 -@dirrm include/wx diff --git a/x11-toolkits/wxgtk26/Makefile b/x11-toolkits/wxgtk26/Makefile deleted file mode 100644 index 73589d934..000000000 --- a/x11-toolkits/wxgtk26/Makefile +++ /dev/null @@ -1,96 +0,0 @@ -# New ports collection makefile for: wxgtk26 -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTNAME= wx -PORTVERSION= 2.6.4 -PORTREVISION?= 2 -CATEGORIES= x11-toolkits -MASTER_SITES= SF/wxwindows/wxGTK/${PORTVERSION} -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.10:${PORTSDIR}/graphics/jpeg\ - tiff.4:${PORTSDIR}/graphics/tiff\ - expat.6:${PORTSDIR}/textproc/expat2\ - mspack.1:${PORTSDIR}/archivers/libmspack - -USE_BZIP2= yes -USE_XORG= x11 sm xxf86vm xinerama -USE_GL= glu -USE_GMAKE= yes -USE_ICONV= yes -USE_GNOME= gtk20 -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\ - --disable-backtrace -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -liconv" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}"\ - X11BASE="${LOCALBASE}" -NO_LATEST_LINK= yes -PLIST= ${.CURDIR}/pkg-plist - -WXGTK_FLAVOR?= gtk2 - -.if ${WXGTK_FLAVOR} == "gtk2" -CONFLICTS= wxgtk2-contrib-devel-2.5.2* -.endif - -.if ${WXGTK_FLAVOR} != "gtk2-common" -RUN_DEPENDS= ${LOCALBASE}/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 -USE_LDCONFIG= yes -.endif # *-common - -.if ${WXGTK_FLAVOR:M*-contrib*} != "" -BUILD_WRKSRC= ${WRKSRC}/contrib -INSTALL_WRKSRC= ${BUILD_WRKSRC} - -.if ${WXGTK_FLAVOR} != "gtk2-contrib-common" -USE_WX= 2.6 -RUN_DEPENDS= ${LOCALBASE}/include/wx-2.6/wx/stc/stc.h:${PORTSDIR}/x11-toolkits/wxgtk26-contrib-common - -.if ${WXGTK_FLAVOR:M*-unicode*} != "" -WX_UNICODE= yes -.endif - -pre-configure: - @${FIND} ${BUILD_WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \ - -e "s|@CXXFLAGS@|${CFLAGS} `${WX_CONFIG} --cxxflags`|" \ - -e "s|@CFLAGS@|${CFLAGS} `${WX_CONFIG} --cflags`|" \ - -e "s|@CPPFLAGS@||" - -.endif # !gtk2-contrib-common -.endif # *-contrib* - -.if ${WXGTK_FLAVOR:M*-unicode*} != "" -CONFIGURE_ARGS+=--enable-unicode -.endif - -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.mk> diff --git a/x11-toolkits/wxgtk26/distinfo b/x11-toolkits/wxgtk26/distinfo deleted file mode 100644 index 48618c7fa..000000000 --- a/x11-toolkits/wxgtk26/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (wxGTK-2.6.4.tar.bz2) = ce0fd2b425bc98957cf70eea5f154b49 -SHA256 (wxGTK-2.6.4.tar.bz2) = 96edce3000611b83c28e50f8ae0bdff235a079e30e8a83769d32367702df1144 -SIZE (wxGTK-2.6.4.tar.bz2) = 7209941 diff --git a/x11-toolkits/wxgtk26/files/patch-Makefile.in b/x11-toolkits/wxgtk26/files/patch-Makefile.in deleted file mode 100644 index 0ba321f48..000000000 --- a/x11-toolkits/wxgtk26/files/patch-Makefile.in +++ /dev/null @@ -1,56 +0,0 @@ ---- Makefile.in.orig Wed Mar 22 05:42:05 2006 -+++ Makefile.in Tue Jan 9 00:08:38 2007 -@@ -24,6 +24,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@ -@@ -9387,18 +9388,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 - $(INSTALL_DIR) $(DESTDIR)$(datadir)/aclocal -- (cd $(srcdir) ; $(INSTALL_DATA) wxwin.m4 $(DESTDIR)$(datadir)/aclocal) -+ (cd $(srcdir) ; $(INSTALL_DATA) wxwin.m4 $(DESTDIR)$(datadir)/aclocal/wxwin$(WX_RELEASE_NODOT).m4) - $(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 -- for f in setup.h $(RCDEFS_H); do \ -- if test ! -d $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx/`dirname $$f` ; then \ -- $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx/`dirname $$f`; \ -- fi; \ -- $(INSTALL_DATA) ./lib/wx/include/$(TOOLCHAIN_FULLNAME)/wx//$$f $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx/$$f; \ -- done -+ (cd $(srcdir)/build/bakefiles/wxpresets/presets/ ; for i in wx.bkl wx_unix.bkl wx_win32.bkl; do $(INSTALL_DATA) $$i $(DESTDIR)$(datadir)/bakefile/presets/wx$(WX_RELEASE_NODOT)$${i##wx}; done) - $(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 \ -@@ -9931,9 +9929,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 -@@ -9941,7 +9937,7 @@ - $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale/$$l ; \ - $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale/$$l/LC_MESSAGES ; \ - if test -f $(srcdir)/locale/$$l.mo ; then \ -- $(INSTALL_DATA) $(srcdir)/locale/$$l.mo $(DESTDIR)$(datadir)/locale/$$l/LC_MESSAGES/wxstd.mo ; \ -+ $(INSTALL_DATA) $(srcdir)/locale/$$l.mo $(DESTDIR)$(datadir)/locale/$$l/LC_MESSAGES/wxstd$(WX_RELEASE_NODOT).mo ; \ - fi ; \ - done - diff --git a/x11-toolkits/wxgtk26/files/patch-configure b/x11-toolkits/wxgtk26/files/patch-configure deleted file mode 100644 index b3cf594f3..000000000 --- a/x11-toolkits/wxgtk26/files/patch-configure +++ /dev/null @@ -1,58 +0,0 @@ ---- configure.orig Thu Jun 2 23:03:05 2005 -+++ configure Wed Aug 31 23:48:02 2005 -@@ -23409,6 +23409,7 @@ - - - SEARCH_INCLUDE="\ -+ $X11BASE/include \ - /usr/local/include \ - \ - /usr/Motif-2.1/include \ -@@ -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/wxgtk26/files/patch-contrib-Makefile.in b/x11-toolkits/wxgtk26/files/patch-contrib-Makefile.in deleted file mode 100644 index 20b4b5800..000000000 --- a/x11-toolkits/wxgtk26/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/wxgtk26/files/patch-contrib-src-Makefile.in b/x11-toolkits/wxgtk26/files/patch-contrib-src-Makefile.in deleted file mode 100644 index 5c4a4bba7..000000000 --- a/x11-toolkits/wxgtk26/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: patch-contrib-src-Makefile.in,v 1.5 2009-09-18 13:28:24 kwm 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/wxgtk26/files/patch-contrib-src-animate-Makefile.in b/x11-toolkits/wxgtk26/files/patch-contrib-src-animate-Makefile.in deleted file mode 100644 index abfc81a61..000000000 --- a/x11-toolkits/wxgtk26/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/wxgtk26/files/patch-contrib-src-deprecated-Makefile.in b/x11-toolkits/wxgtk26/files/patch-contrib-src-deprecated-Makefile.in deleted file mode 100644 index 0c492341c..000000000 --- a/x11-toolkits/wxgtk26/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/wxgtk26/files/patch-contrib-src-fl-Makefile.in b/x11-toolkits/wxgtk26/files/patch-contrib-src-fl-Makefile.in deleted file mode 100644 index 2de711cc3..000000000 --- a/x11-toolkits/wxgtk26/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/wxgtk26/files/patch-contrib-src-gizmos-Makefile.in b/x11-toolkits/wxgtk26/files/patch-contrib-src-gizmos-Makefile.in deleted file mode 100644 index 51b5ab5ee..000000000 --- a/x11-toolkits/wxgtk26/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/wxgtk26/files/patch-contrib-src-ogl-Makefile.in b/x11-toolkits/wxgtk26/files/patch-contrib-src-ogl-Makefile.in deleted file mode 100644 index 2be3bdbe7..000000000 --- a/x11-toolkits/wxgtk26/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/wxgtk26/files/patch-contrib-src-plot-Makefile.in b/x11-toolkits/wxgtk26/files/patch-contrib-src-plot-Makefile.in deleted file mode 100644 index 802b4f093..000000000 --- a/x11-toolkits/wxgtk26/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/wxgtk26/files/patch-contrib-src-stc-Makefile.in b/x11-toolkits/wxgtk26/files/patch-contrib-src-stc-Makefile.in deleted file mode 100644 index c41d5cbfe..000000000 --- a/x11-toolkits/wxgtk26/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/wxgtk26/files/patch-contrib-src-svg-Makefile.in b/x11-toolkits/wxgtk26/files/patch-contrib-src-svg-Makefile.in deleted file mode 100644 index 213aef13d..000000000 --- a/x11-toolkits/wxgtk26/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/wxgtk26/files/patch-contrib-utils-Makefile.in b/x11-toolkits/wxgtk26/files/patch-contrib-utils-Makefile.in deleted file mode 100644 index acbcfacb0..000000000 --- a/x11-toolkits/wxgtk26/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/wxgtk26/files/patch-src-common-intl.cpp b/x11-toolkits/wxgtk26/files/patch-src-common-intl.cpp deleted file mode 100644 index 7d964d682..000000000 --- a/x11-toolkits/wxgtk26/files/patch-src-common-intl.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- src/common/intl.cpp.orig Wed Mar 22 05:42:10 2006 -+++ src/common/intl.cpp Tue Jan 9 00:27:17 2007 -@@ -1452,6 +1452,8 @@ - m_initialized = false; - } - -+#define wxSTRINGIZE2(x) wxSTRINGIZE(x) -+ - // NB: this function has (desired) side effect of changing current locale - bool wxLocale::Init(const wxChar *szName, - const wxChar *szShort, -@@ -1520,7 +1522,7 @@ - bool bOk = true; - if ( bLoadDefault ) - { -- bOk = AddCatalog(wxT("wxstd")); -+ bOk = AddCatalog(wxT("wxstd" wxSTRINGIZE2(wxMAJOR_VERSION) wxSTRINGIZE2(wxMINOR_VERSION))); - - // there may be a catalog with toolkit specific overrides, it is not - // an error if this does not exist diff --git a/x11-toolkits/wxgtk26/files/patch-src-gtk-button.cpp b/x11-toolkits/wxgtk26/files/patch-src-gtk-button.cpp deleted file mode 100644 index 0f06c4088..000000000 --- a/x11-toolkits/wxgtk26/files/patch-src-gtk-button.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gtk/button.cpp.orig 2006-03-22 00:42:16.000000000 +0100 -+++ src/gtk/button.cpp 2007-11-22 14:00:47.000000000 +0100 -@@ -89,7 +89,7 @@ - right_border += default_border->right; - top_border += default_border->top; - bottom_border += default_border->bottom; -- g_free( default_border ); -+ gtk_border_free( default_border ); - } - #else - left_border = 6; diff --git a/x11-toolkits/wxgtk26/files/patch-src-gtk-gsockgtk.cpp b/x11-toolkits/wxgtk26/files/patch-src-gtk-gsockgtk.cpp deleted file mode 100644 index 113f73e51..000000000 --- a/x11-toolkits/wxgtk26/files/patch-src-gtk-gsockgtk.cpp +++ /dev/null @@ -1,16 +0,0 @@ ---- src/gtk//gsockgtk.cpp.orig 2007-03-20 16:50:07.000000000 +0100 -+++ src/gtk/gsockgtk.cpp 2009-09-18 14:46:47.000000000 +0200 -@@ -14,8 +14,13 @@ - #include <stdlib.h> - #include <stdio.h> - -+// newer versions of glib define its own GSocket but we unfortunately use this -+// name in our own (semi-)public header and so can't change it -- rename glib -+// one instead -+#define GSocket GlibGSocket - #include <gdk/gdk.h> - #include <glib.h> -+#undef GSocket - - #include "wx/gsocket.h" - #include "wx/unix/gsockunx.h" diff --git a/x11-toolkits/wxgtk26/files/patch-src-gtk-window.cpp b/x11-toolkits/wxgtk26/files/patch-src-gtk-window.cpp deleted file mode 100644 index 663168de4..000000000 --- a/x11-toolkits/wxgtk26/files/patch-src-gtk-window.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gtk/window.cpp.orig 2006-03-22 00:42:17.000000000 +0100 -+++ src/gtk/window.cpp 2007-11-22 14:01:22.000000000 +0100 -@@ -3279,7 +3279,7 @@ - right_border += default_border->right; - top_border += default_border->top; - bottom_border += default_border->bottom; -- g_free( default_border ); -+ gtk_border_free( default_border ); - } - #else - left_border = 6; diff --git a/x11-toolkits/wxgtk26/files/patch-utils-wxrc-Makefile.in b/x11-toolkits/wxgtk26/files/patch-utils-wxrc-Makefile.in deleted file mode 100644 index 353821f40..000000000 --- a/x11-toolkits/wxgtk26/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/wxgtk26/files/patch-wx-config.in b/x11-toolkits/wxgtk26/files/patch-wx-config.in deleted file mode 100644 index 91a9738d8..000000000 --- a/x11-toolkits/wxgtk26/files/patch-wx-config.in +++ /dev/null @@ -1,11 +0,0 @@ ---- wx-config.in.orig 2007-03-20 21:49:55.000000000 +0600 -+++ wx-config.in 2009-03-15 14:05:53.000000000 +0600 -@@ -1129,7 +1129,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/wxgtk26/pkg-descr b/x11-toolkits/wxgtk26/pkg-descr deleted file mode 100644 index 67f1f41d3..000000000 --- a/x11-toolkits/wxgtk26/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/wxgtk26/pkg-plist b/x11-toolkits/wxgtk26/pkg-plist deleted file mode 100644 index b116faa0c..000000000 --- a/x11-toolkits/wxgtk26/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.4.0 -lib/libwx_base_net-2.6.so -lib/libwx_base_net-2.6.so.0 -lib/libwx_base_net-2.6.so.0.4.0 -lib/libwx_base_xml-2.6.so -lib/libwx_base_xml-2.6.so.0 -lib/libwx_base_xml-2.6.so.0.4.0 -lib/libwx_gtk2_adv-2.6.so -lib/libwx_gtk2_adv-2.6.so.0 -lib/libwx_gtk2_adv-2.6.so.0.4.0 -lib/libwx_gtk2_core-2.6.so -lib/libwx_gtk2_core-2.6.so.0 -lib/libwx_gtk2_core-2.6.so.0.4.0 -lib/libwx_gtk2_gl-2.6.so -lib/libwx_gtk2_gl-2.6.so.0 -lib/libwx_gtk2_gl-2.6.so.0.4.0 -lib/libwx_gtk2_html-2.6.so -lib/libwx_gtk2_html-2.6.so.0 -lib/libwx_gtk2_html-2.6.so.0.4.0 -lib/libwx_gtk2_media-2.6.so -lib/libwx_gtk2_media-2.6.so.0 -lib/libwx_gtk2_media-2.6.so.0.4.0 -lib/libwx_gtk2_qa-2.6.so -lib/libwx_gtk2_qa-2.6.so.0 -lib/libwx_gtk2_qa-2.6.so.0.4.0 -lib/libwx_gtk2_xrc-2.6.so -lib/libwx_gtk2_xrc-2.6.so.0 -lib/libwx_gtk2_xrc-2.6.so.0.4.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/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile deleted file mode 100644 index e8510b09c..000000000 --- a/x11-toolkits/wxgtk28/Makefile +++ /dev/null @@ -1,94 +0,0 @@ -# New ports collection makefile for: wxgtk26 -# Date created: June 27, 2004 -# Whom: fjoe@FreeBSD.ORG -# -# $FreeBSD$ -# - -PORTNAME= wx -PORTVERSION= 2.8.10 -PORTREVISION?= 2 -CATEGORIES= x11-toolkits -MASTER_SITES= SF/wxwindows/wxGTK/${PORTVERSION} -PKGNAMESUFFIX= ${WXGTK_FLAVOR} -DISTNAME= wxGTK-${PORTVERSION:rc1=-rc1} - -MAINTAINER?= fjoe@FreeBSD.org -COMMENT?= The wxWidgets GUI toolkit with GTK+ bindings - -LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png\ - jpeg.10:${PORTSDIR}/graphics/jpeg\ - tiff.4:${PORTSDIR}/graphics/tiff\ - expat.6:${PORTSDIR}/textproc/expat2\ - mspack.1:${PORTSDIR}/archivers/libmspack - -USE_BZIP2= yes -USE_XORG= x11 sm xxf86vm xinerama -USE_GL= glu -USE_GMAKE= yes -USE_ICONV= yes -USE_GNOME= gtk20 gconf2 -USE_GSTREAMER= 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\ - --enable-graphics_ctx -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}"\ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"\ - WXCONFIG_CPPFLAGS="${PTHREAD_CFLAGS}"\ - PTHREAD_LIBS="${PTHREAD_LIBS}"\ - X11BASE="${LOCALBASE}" -PLIST= ${.CURDIR}/pkg-plist - -WXGTK_FLAVOR?= gtk2 - -.if ${WXGTK_FLAVOR} != "gtk2-common" -RUN_DEPENDS= ${LOCALBASE}/include/wx-2.8/wx/wx.h:${PORTSDIR}/x11-toolkits/wxgtk28-common -.endif - -.if ${WXGTK_FLAVOR:M*-common} != "" -NO_BUILD= yes -INSTALL_TARGET= install-common -.else -USE_LDCONFIG= yes -.endif # *-common - -.if ${WXGTK_FLAVOR:M*-contrib*} != "" -BUILD_WRKSRC= ${WRKSRC}/contrib -INSTALL_WRKSRC= ${BUILD_WRKSRC} - -.if ${WXGTK_FLAVOR} != "gtk2-contrib-common" -USE_WX= 2.8 -RUN_DEPENDS= ${LOCALBASE}/include/wx-2.8/wx/stc/stc.h:${PORTSDIR}/x11-toolkits/wxgtk28-contrib-common - -.if ${WXGTK_FLAVOR:M*-unicode*} != "" -WX_UNICODE= yes -.endif - -pre-configure: - @${FIND} ${BUILD_WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \ - -e "s|@CXXFLAGS@|${CFLAGS} `${WX_CONFIG} --cxxflags`|" \ - -e "s|@CFLAGS@|${CFLAGS} `${WX_CONFIG} --cflags`|" \ - -e "s|@CPPFLAGS@||" - -.endif # !gtk2-contrib-common -.endif # *-contrib* - -.if ${WXGTK_FLAVOR:M*-unicode*} != "" -CONFIGURE_ARGS+=--enable-unicode -.endif - -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.mk> diff --git a/x11-toolkits/wxgtk28/distinfo b/x11-toolkits/wxgtk28/distinfo deleted file mode 100644 index 6b1855837..000000000 --- a/x11-toolkits/wxgtk28/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (wxGTK-2.8.10.tar.bz2) = 88b867bc118a183af56efc67014bdf27 -SHA256 (wxGTK-2.8.10.tar.bz2) = 697569f3c029da68a6f5e95ad01e6ae26cf86e3776fcbfc8671de2e688099a98 -SIZE (wxGTK-2.8.10.tar.bz2) = 9365627 diff --git a/x11-toolkits/wxgtk28/files/patch-Makefile.in b/x11-toolkits/wxgtk28/files/patch-Makefile.in deleted file mode 100644 index bc15e0793..000000000 --- a/x11-toolkits/wxgtk28/files/patch-Makefile.in +++ /dev/null @@ -1,57 +0,0 @@ ---- Makefile.in.orig 2009-03-06 18:17:59.000000000 +0600 -+++ Makefile.in 2009-03-20 00:04:22.000000000 +0600 -@@ -25,6 +25,7 @@ - SONAME_FLAG = @SONAME_FLAG@ - STRIP = @STRIP@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_DIR = @INSTALL_DIR@ - BK_DEPS = @BK_DEPS@ -@@ -11443,11 +11444,7 @@ - - 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) $(__auidll___depname) $(__auilib___depname) $(__richtextdll___depname) $(__richtextlib___depname) $(__gldll___depname) $(__gllib___depname) $(__sound_sdl___depname) $(__wxrc___depname) $(__cocoa_res___depname) - --install: $(__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_auidll___depname) $(__install_auilib___depname) $(__install_richtextdll___depname) $(__install_richtextlib___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_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: $(__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_auidll___depname) $(__install_auilib___depname) $(__install_richtextdll___depname) $(__install_richtextlib___depname) $(__install_gldll___depname) $(__install_gllib___depname) $(__install_sound_sdl___depname) $(__install_wxrc___depname) install-wxconfig $(__cocoa_res_install___depname) - $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx - for f in setup.h $(RCDEFS_H); do \ - if test ! -d $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx/`dirname $$f` ; then \ -@@ -11455,6 +11452,12 @@ - fi; \ - $(INSTALL_DATA) ./lib/wx/include/$(TOOLCHAIN_FULLNAME)/wx/$$f $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx/$$f; \ - done -+ -+install-common: locale_install -+ $(INSTALL_DIR) $(DESTDIR)$(datadir)/aclocal -+ (cd $(srcdir) ; $(INSTALL_DATA) wxwin.m4 $(DESTDIR)$(datadir)/aclocal/wxwin$(WX_RELEASE_NODOT).m4) -+ $(INSTALL_DIR) $(DESTDIR)$(datadir)/bakefile/presets -+ (cd $(srcdir)/build/bakefiles/wxpresets/presets/ ; for i in wx.bkl wx_unix.bkl wx_win32.bkl; do $(INSTALL_DATA) $$i $(DESTDIR)$(datadir)/bakefile/presets/wx$(WX_RELEASE_NODOT)$${i##wx}; done) - $(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 \ -@@ -12202,17 +12205,16 @@ - - 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) $(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config) -+ $(INSTALL_SCRIPT) lib/wx/config/$(TOOLCHAIN_FULLNAME) $(DESTDIR)$(bindir)/wx$(TOOLCHAIN_NAME)-config - - locale_install: -+ (cd $(srcdir)/locale && $(MAKE) allmo) - $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale - for l in $(LOCALE_LINGUAS) ; do \ - $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale/$$l ; \ - $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale/$$l/LC_MESSAGES ; \ - if test -f $(srcdir)/locale/$$l.mo ; then \ -- $(INSTALL_DATA) $(srcdir)/locale/$$l.mo $(DESTDIR)$(datadir)/locale/$$l/LC_MESSAGES/wxstd.mo ; \ -+ $(INSTALL_DATA) $(srcdir)/locale/$$l.mo $(DESTDIR)$(datadir)/locale/$$l/LC_MESSAGES/wxstd$(WX_RELEASE_NODOT).mo ; \ - fi ; \ - done - diff --git a/x11-toolkits/wxgtk28/files/patch-configure b/x11-toolkits/wxgtk28/files/patch-configure deleted file mode 100644 index 1fec2d790..000000000 --- a/x11-toolkits/wxgtk28/files/patch-configure +++ /dev/null @@ -1,28 +0,0 @@ ---- configure.orig Mon Nov 13 16:57:42 2006 -+++ configure Thu Nov 30 22:49:10 2006 -@@ -24040,6 +24040,7 @@ - - - SEARCH_INCLUDE="\ -+ $X11BASE/include \ - /usr/local/include \ - \ - /usr/Motif-2.1/include \ -@@ -38999,7 +39000,7 @@ - fi - ;; - *-*-freebsd*) -- THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r" -+ THREAD_OPTS="${PTHREAD_LIBS}" - ;; - *-*-darwin* | *-*-cygwin* ) - THREAD_OPTS="" -@@ -41649,7 +41650,7 @@ - OPTIMISE_CFLAGS="-O" - fi - fi -- -+OPTIMISE_CFLAGS= - - if test "x$WXWIN_COMPATIBILITY_2_4" = "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 20b4b5800..000000000 --- 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 78773088b..000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-src-Makefile.in +++ /dev/null @@ -1,29 +0,0 @@ ---- contrib/src/Makefile.in.orig 2009-03-06 18:18:00.000000000 +0600 -+++ contrib/src/Makefile.in 2009-03-20 00:07:59.000000000 +0600 -@@ -2,15 +2,25 @@ - - CONTRIB_SUBDIRS=fl gizmos mmedia ogl plot stc svg #deprecated #applet - --all: -+WX_RELEASE= @WX_RELEASE@ -+wx_top_builddir= @wx_top_builddir@ -+@COND_UNICODE_1@wxregexu_depname= wxregexu -+ -+all: $(wxregexu_depname) - @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE)); done - -+wxregexu: -+ @cd ../.. && $(MAKE) $(wx_top_builddir)/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-fl-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-src-fl-Makefile.in deleted file mode 100644 index cd1f741c5..000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-src-fl-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/fl/Makefile.in.orig 2009-03-06 18:18:00.000000000 +0600 -+++ contrib/src/fl/Makefile.in 2009-03-20 00:07:59.000000000 +0600 -@@ -245,6 +245,8 @@ - all: $(__fldll___depname) $(__fllib___depname) - - install: $(__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 c71e4ee1e..000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-src-gizmos-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/gizmos/Makefile.in.orig 2009-03-06 18:18:00.000000000 +0600 -+++ contrib/src/gizmos/Makefile.in 2009-03-20 00:07:59.000000000 +0600 -@@ -308,6 +308,8 @@ - all: $(__gizmosdll___depname) $(__gizmos_xrcdll___depname) $(__gizmoslib___depname) $(__gizmos_xrclib___depname) - - install: $(__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 5039cab23..000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-src-ogl-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/ogl/Makefile.in.orig 2009-03-06 18:18:06.000000000 +0600 -+++ contrib/src/ogl/Makefile.in 2009-03-20 00:07:59.000000000 +0600 -@@ -235,6 +235,8 @@ - all: $(__ogldll___depname) $(__ogllib___depname) - - install: $(__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 1089e7351..000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-src-plot-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/plot/Makefile.in.orig 2009-03-06 18:18:00.000000000 +0600 -+++ contrib/src/plot/Makefile.in 2009-03-20 00:07:59.000000000 +0600 -@@ -213,6 +213,8 @@ - all: $(__plotdll___depname) $(__plotlib___depname) - - install: $(__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 b665ce68f..000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-src-stc-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/stc/Makefile.in.orig 2009-03-06 18:18:00.000000000 +0600 -+++ contrib/src/stc/Makefile.in 2009-03-20 00:07:59.000000000 +0600 -@@ -369,6 +369,8 @@ - all: $(__stcdll___depname) $(__stclib___depname) - - install: $(__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 1210c8879..000000000 --- a/x11-toolkits/wxgtk28/files/patch-contrib-src-svg-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/src/svg/Makefile.in.orig 2009-03-06 18:18:00.000000000 +0600 -+++ contrib/src/svg/Makefile.in 2009-03-20 00:07:59.000000000 +0600 -@@ -213,6 +213,8 @@ - all: $(__svgdll___depname) $(__svglib___depname) - - install: $(__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-include__wx__gtk__win_gtk.h b/x11-toolkits/wxgtk28/files/patch-include__wx__gtk__win_gtk.h deleted file mode 100644 index d9c66f279..000000000 --- a/x11-toolkits/wxgtk28/files/patch-include__wx__gtk__win_gtk.h +++ /dev/null @@ -1,12 +0,0 @@ ---- include/wx/gtk/win_gtk.h.orig 2009-11-27 01:59:18.000000000 +0100 -+++ include/wx/gtk/win_gtk.h 2009-11-27 01:59:33.000000000 +0100 -@@ -15,7 +15,9 @@ - extern "C" { - #endif /* __cplusplus */ - -+#define GSocket GlibGSocket - #include <gtk/gtkcontainer.h> -+#undef GSocket - - #include "wx/dlimpexp.h" - 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 5d205cecb..000000000 --- a/x11-toolkits/wxgtk28/files/patch-src-common-intl.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/common/intl.cpp.orig Mon Jan 8 21:27:30 2007 -+++ src/common/intl.cpp Mon Jan 8 21:27:18 2007 -@@ -1585,7 +1585,7 @@ - bool bOk = true; - if ( bLoadDefault ) - { -- bOk = AddCatalog(wxT("wxstd")); -+ bOk = AddCatalog(wxT("wxstd" wxSTRINGIZE(wxMAJOR_VERSION) wxSTRINGIZE(wxMINOR_VERSION))); - - // there may be a catalog with toolkit specific overrides, it is not - // an error if this does not exist diff --git a/x11-toolkits/wxgtk28/files/patch-src-gtk-gsockgtk.cpp b/x11-toolkits/wxgtk28/files/patch-src-gtk-gsockgtk.cpp deleted file mode 100644 index 113f73e51..000000000 --- a/x11-toolkits/wxgtk28/files/patch-src-gtk-gsockgtk.cpp +++ /dev/null @@ -1,16 +0,0 @@ ---- src/gtk//gsockgtk.cpp.orig 2007-03-20 16:50:07.000000000 +0100 -+++ src/gtk/gsockgtk.cpp 2009-09-18 14:46:47.000000000 +0200 -@@ -14,8 +14,13 @@ - #include <stdlib.h> - #include <stdio.h> - -+// newer versions of glib define its own GSocket but we unfortunately use this -+// name in our own (semi-)public header and so can't change it -- rename glib -+// one instead -+#define GSocket GlibGSocket - #include <gdk/gdk.h> - #include <glib.h> -+#undef GSocket - - #include "wx/gsocket.h" - #include "wx/unix/gsockunx.h" 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 1ae8e5792..000000000 --- a/x11-toolkits/wxgtk28/files/patch-utils-wxrc-Makefile.in +++ /dev/null @@ -1,23 +0,0 @@ ---- utils/wxrc/Makefile.in.orig Thu Nov 30 23:00:32 2006 -+++ utils/wxrc/Makefile.in Thu Nov 30 23:01:25 2006 -@@ -29,6 +29,7 @@ - TOOLKIT = @TOOLKIT@ - TOOLKIT_LOWERCASE = @TOOLKIT_LOWERCASE@ - TOOLKIT_VERSION = @TOOLKIT_VERSION@ -+TOOLCHAIN_NAME = @TOOLCHAIN_NAME@ - EXTRALIBS = @EXTRALIBS@ - EXTRALIBS_XML = @EXTRALIBS_XML@ - EXTRALIBS_GUI = @EXTRALIBS_GUI@ -@@ -114,11 +115,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@ rm -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT) $(DESTDIR)$(bindir)/wxrc-$(WX_RELEASE) --@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)$(EXEEXT) - - @COND_USE_XRC_1@uninstall_wxrc: - @COND_USE_XRC_1@ rm -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT) diff --git a/x11-toolkits/wxgtk28/pkg-descr b/x11-toolkits/wxgtk28/pkg-descr deleted file mode 100644 index 67f1f41d3..000000000 --- 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 623210b18..000000000 --- a/x11-toolkits/wxgtk28/pkg-plist +++ /dev/null @@ -1,43 +0,0 @@ -bin/wxgtk2-2.8-config -bin/wxrc-gtk2-2.8 -lib/libwx_base-2.8.so -lib/libwx_base-2.8.so.0 -lib/libwx_base-2.8.so.0.6.0 -lib/libwx_base_net-2.8.so -lib/libwx_base_net-2.8.so.0 -lib/libwx_base_net-2.8.so.0.6.0 -lib/libwx_base_xml-2.8.so -lib/libwx_base_xml-2.8.so.0 -lib/libwx_base_xml-2.8.so.0.6.0 -lib/libwx_gtk2_adv-2.8.so -lib/libwx_gtk2_adv-2.8.so.0 -lib/libwx_gtk2_adv-2.8.so.0.6.0 -lib/libwx_gtk2_aui-2.8.so -lib/libwx_gtk2_aui-2.8.so.0 -lib/libwx_gtk2_aui-2.8.so.0.6.0 -lib/libwx_gtk2_core-2.8.so -lib/libwx_gtk2_core-2.8.so.0 -lib/libwx_gtk2_core-2.8.so.0.6.0 -lib/libwx_gtk2_gl-2.8.so -lib/libwx_gtk2_gl-2.8.so.0 -lib/libwx_gtk2_gl-2.8.so.0.6.0 -lib/libwx_gtk2_html-2.8.so -lib/libwx_gtk2_html-2.8.so.0 -lib/libwx_gtk2_html-2.8.so.0.6.0 -lib/libwx_gtk2_media-2.8.so -lib/libwx_gtk2_media-2.8.so.0 -lib/libwx_gtk2_media-2.8.so.0.6.0 -lib/libwx_gtk2_qa-2.8.so -lib/libwx_gtk2_qa-2.8.so.0 -lib/libwx_gtk2_qa-2.8.so.0.6.0 -lib/libwx_gtk2_richtext-2.8.so -lib/libwx_gtk2_richtext-2.8.so.0 -lib/libwx_gtk2_richtext-2.8.so.0.6.0 -lib/libwx_gtk2_xrc-2.8.so -lib/libwx_gtk2_xrc-2.8.so.0 -lib/libwx_gtk2_xrc-2.8.so.0.6.0 -lib/wx/include/gtk2-ansi-release-2.8/wx/setup.h -@dirrm lib/wx/include/gtk2-ansi-release-2.8/wx -@dirrm lib/wx/include/gtk2-ansi-release-2.8 -@dirrmtry lib/wx/include -@dirrmtry lib/wx |