- remove old, unused and unneeded gtk+1 cruft

"let it die" wilfried@ (MAINTAINER)
ok ajacoutot@
This commit is contained in:
jasper 2008-08-27 07:40:07 +00:00
parent 30d253e218
commit a7d1f961cd
12 changed files with 1 additions and 302 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.345 2008/08/21 19:02:17 jasper Exp $
# $OpenBSD: Makefile,v 1.346 2008/08/27 07:40:07 jasper Exp $
# $FreeBSD: Makefile,v 1.178 1997/11/24 05:32:52 fenner Exp $
SUBDIR += 915resolution
@ -73,7 +73,6 @@
SUBDIR += gentoo
SUBDIR += gmrun
SUBDIR += gnome
SUBDIR += gnomemm
SUBDIR += gnustep
SUBDIR += gob2
SUBDIR += goggles

View File

@ -1,55 +0,0 @@
# $OpenBSD: Makefile,v 1.18 2007/09/15 20:04:20 merdely Exp $
COMMENT-main= C++ interface for the GNOME libraries
COMMENT-docs= C++ interface for the GNOME libraries documentation
VERSION= 1.2.4
DISTNAME= gnomemm-${VERSION}
PKGNAME-main= gnomemm-${VERSION}p0
PKGNAME-docs= gnomemm-docs-${VERSION}
SHARED_LIBS= gnomemm 11.0
CATEGORIES= devel x11
HOMEPAGE= http://gtkmm.sourceforge.net/
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkmm/}
MULTI_PACKAGES= -main -docs
MODULES= devel/gettext
LIB_DEPENDS= ::x11/gtkmm \
art_lgpl.>=4,gnome.>=36,gnomesupport,gnomeui.>=46::x11/gnome/libs
WANTLIB= ICE SM X11 Xext Xi audiofile esd gdk gdk_imlib glib \
gmodule gtk jpeg m png tiff ungif z
PKG_ARCH-docs= *
LIB_DEPENDS-docs=
RUN_DEPENDS-docs=
WANTLIB-docs=
SEPARATE_BUILD= concurrent
USE_X11= Yes
USE_LIBTOOL= Yes
NO_REGRESS= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--enable-static \
--enable-docs
CONFIGURE_ENV+= M4='m4 -g'
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/scripts
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnomemm
${INSTALL_DATA} ${WRKBUILD}/docs/gnome/*.html ${PREFIX}/share/doc/gnomemm/
.include <bsd.port.mk>

View File

@ -1,5 +0,0 @@
MD5 (gnomemm-1.2.4.tar.gz) = 32X/vPpW9Qb/3km70uzLyw==
RMD160 (gnomemm-1.2.4.tar.gz) = V33XZc3D2NbK2AKbBKzWOOB3C5s=
SHA1 (gnomemm-1.2.4.tar.gz) = 5XnHKjFm+17CKFfK9aZYu1BfhCA=
SHA256 (gnomemm-1.2.4.tar.gz) = 3wmRcCqGPNrG07gTh2zbP2CWMZencdrrmFN7kh4ut0w=
SIZE (gnomemm-1.2.4.tar.gz) = 362158

View File

@ -1,23 +0,0 @@
$OpenBSD: patch-src_Makefile_in,v 1.2 2004/01/05 01:49:16 espie Exp $
--- src/Makefile.in.orig 2002-07-23 14:29:46.000000000 +0200
+++ src/Makefile.in 2004-01-05 02:22:26.000000000 +0100
@@ -340,16 +340,16 @@ maintainer-clean-generic clean mostlycle
install-data-hook:
- if test "X$(gnomemm_includedir)" != "X" && test -w "$(DESTDIR)$(gnomemm_includedir)" ; then \
+ @if test "X$(gnomemm_includedir)" != "X" && test -w "$(DESTDIR)$(gnomemm_includedir)" ; then \
$(INSTALL_DATA) $(srcdir)/gnome--.h $(DESTDIR)$(gnomemm_includedir); \
else \
echo "WARNING : Couldn't install $(srcdir)/gnome--.h in $(DESTDIR)$(gnomemm_includedir) : can't write in $(DESTDIR)$(gnomemm_includedir)"; \
fi ; \
gnomedir=`gnome-config --libdir`; \
if [ -w "$(DESTDIR)$$gnomedir" ]; then \
- $(INSTALL_DATA) $(srcdir)/gnomemmConf.sh $(DESTDIR)$$gnomedir; \
+ $(INSTALL_DATA) gnomemmConf.sh $(DESTDIR)$$gnomedir; \
else \
- echo "WARNING : Couldn't install $(srcdir)/gnomemmConf.sh in $(DESTDIR)$$gnomedir : can't write in $(DESTDIR)$$gnomedir"; \
+ echo "WARNING : Couldn't install gnomemmConf.sh in $(DESTDIR)$$gnomedir : can't write in $(DESTDIR)$$gnomedir"; \
fi
all-local:

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_gnome--_Makefile_in,v 1.4 2006/02/13 17:34:48 steven Exp $
--- src/gnome--/Makefile.in.orig Mon Feb 13 14:55:13 2006
+++ src/gnome--/Makefile.in Mon Feb 13 14:55:33 2006
@@ -165,7 +165,7 @@ gnomemm_DATA = $(gnomemmh) imlib.h app-h
# This builds the library
libgnomemm_la_SOURCES = $(gnomemmc) app-helper.cc app-callback.cc point.cc affinetrans.cc construct_copies.cc
-libgnomemm_la_LDFLAGS = -version-info $(LIBGNOMEMM_SO_VERSION) -release $(GNOMEMM_RELEASE) -no-undefined
+libgnomemm_la_LDFLAGS = -version-info $(LIBGNOMEMM_SO_VERSION) -no-undefined
libgnomemm_la_LIBADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(gnomemmla)
libgnomemm_la_DEPENDENCIES = $(gnomemmla)

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_gnome--_app-helper_h,v 1.1 2004/01/05 01:49:17 espie Exp $
--- src/gnome--/app-helper.h.orig 2004-01-05 02:37:56.000000000 +0100
+++ src/gnome--/app-helper.h 2004-01-05 02:39:22.000000000 +0100
@@ -40,7 +40,7 @@ class Icon;
template<class T_Info>
class Array;
-class Info : protected GnomeUIInfo
+class Info : public GnomeUIInfo
{
/* Note when deriving this, you must not add any fields nor may you
add any virtuals */

View File

@ -1,13 +0,0 @@
$OpenBSD: patch-src_gnome--_imlib_h,v 1.1.1.1 2001/11/01 13:31:13 wilfried Exp $
--- src/gnome--/imlib.h.orig Tue Apr 24 16:39:36 2001
+++ src/gnome--/imlib.h Sat Oct 27 02:59:12 2001
@@ -24,6 +24,9 @@
#include <gdk--.h>
#include <gdk_imlib.h>
+#ifdef PAGE_SIZE
+#undef PAGE_SIZE
+#endif
class Gdk_Imlib
{

View File

@ -1,2 +0,0 @@
Gnomemm documentation in HTML format

View File

@ -1,5 +0,0 @@
Gnome-- (gnomemm) is a powerful C++ binding for the GNOME libraries.
Gnome-- provides additional functionality above Gtk-- when using
the GNU Network Object Model Environment. Gnome-- includes bindings
for all the popular GNOME interfaces like canvas and MDI as well
as useful application templates for constructing good looking apps.

View File

@ -1,2 +0,0 @@
@comment $OpenBSD: PFRAG.shared-main,v 1.1 2006/11/26 10:53:32 espie Exp $
@lib lib/libgnomemm.so.${LIBgnomemm_VERSION}

View File

@ -1,45 +0,0 @@
@comment $OpenBSD: PLIST-docs,v 1.2 2004/09/15 19:26:29 espie Exp $
share/doc/gnomemm/
share/doc/gnomemm/Gdk_Imlib.html
share/doc/gnomemm/Gdk_Imlib:.html
share/doc/gnomemm/Gdk_Imlib::Border.html
share/doc/gnomemm/Gdk_Imlib::Color.html
share/doc/gnomemm/Gdk_Imlib::Color_Modifier.html
share/doc/gnomemm/Gdk_Imlib::Image.html
share/doc/gnomemm/Gdk_Imlib::Init_Params.html
share/doc/gnomemm/Gdk_Imlib::Modifier_Map.html
share/doc/gnomemm/Gdk_Imlib::Save_Info.html
share/doc/gnomemm/Gnome.html
share/doc/gnomemm/Gnome::Art.html
share/doc/gnomemm/Gnome::Art::AffineTrans.html
share/doc/gnomemm/Gnome::Art::Point.html
share/doc/gnomemm/Gnome::CanvasHelpers.html
share/doc/gnomemm/Gnome::CanvasHelpers::Properties.html
share/doc/gnomemm/Gnome::CanvasHelpers::fill_color.html
share/doc/gnomemm/Gnome::CanvasHelpers::font.html
share/doc/gnomemm/Gnome::CanvasHelpers::outline_color.html
share/doc/gnomemm/Gnome::MenuItems.html
share/doc/gnomemm/Gnome::Menus.html
share/doc/gnomemm/Gnome::Menus::New.html
share/doc/gnomemm/Gnome::ReplyHolder.html
share/doc/gnomemm/Gnome::StringHolder.html
share/doc/gnomemm/Gnome::UI.html
share/doc/gnomemm/Gnome::UI::Array_Helpers.html
share/doc/gnomemm/Gnome::UI::Begin.html
share/doc/gnomemm/Gnome::UI::ConfigureItem.html
share/doc/gnomemm/Gnome::UI::End.html
share/doc/gnomemm/Gnome::UI::Help.html
share/doc/gnomemm/Gnome::UI::Icon.html
share/doc/gnomemm/Gnome::UI::IconFile.html
share/doc/gnomemm/Gnome::UI::IconXpm.html
share/doc/gnomemm/Gnome::UI::Info.html
share/doc/gnomemm/Gnome::UI::Info_.html
share/doc/gnomemm/Gnome::UI::Item.html
share/doc/gnomemm/Gnome::UI::RadioTree.html
share/doc/gnomemm/Gnome::UI::Separator.html
share/doc/gnomemm/Gnome::UI::SubTree.html
share/doc/gnomemm/Gnome::UI::ToggleItem.html
share/doc/gnomemm/class_index.html
share/doc/gnomemm/cross_index.html
share/doc/gnomemm/global.html
share/doc/gnomemm/name_index.html

View File

@ -1,126 +0,0 @@
@comment $OpenBSD: PLIST-main,v 1.1 2006/11/26 10:53:32 espie Exp $
@pkgpath x11/gnomemm
include/gnome--/
include/gnome--.h
include/gnome--/about.h
include/gnome--/affinetrans.h
include/gnome--/animator.h
include/gnome--/app-callback.h
include/gnome--/app-helper.h
include/gnome--/app.h
include/gnome--/appbar.h
include/gnome--/calculator.h
include/gnome--/canvas-ellipse.h
include/gnome--/canvas-group.h
include/gnome--/canvas-image.h
include/gnome--/canvas-item.h
include/gnome--/canvas-line.h
include/gnome--/canvas-polygon.h
include/gnome--/canvas-property.h
include/gnome--/canvas-rect-ellipse.h
include/gnome--/canvas-rect.h
include/gnome--/canvas-text.h
include/gnome--/canvas-widget.h
include/gnome--/canvas.h
include/gnome--/client.h
include/gnome--/clock.h
include/gnome--/color-picker.h
include/gnome--/construct_copies.h
include/gnome--/dateedit.h
include/gnome--/dentry-edit.h
include/gnome--/dial.h
include/gnome--/dialog.h
include/gnome--/dock-band.h
include/gnome--/dock-item.h
include/gnome--/dock-layout.h
include/gnome--/dock.h
include/gnome--/druid-page-finish.h
include/gnome--/druid-page-standard.h
include/gnome--/druid-page-start.h
include/gnome--/druid-page.h
include/gnome--/druid.h
include/gnome--/entry.h
include/gnome--/file-entry.h
include/gnome--/font-picker.h
include/gnome--/href.h
include/gnome--/icon-entry.h
include/gnome--/icon-item.h
include/gnome--/icon-list.h
include/gnome--/icon-sel.h
include/gnome--/imlib.h
include/gnome--/less.h
include/gnome--/main.h
include/gnome--/mdi-child.h
include/gnome--/mdi-generic-child.h
include/gnome--/mdi.h
include/gnome--/messagebox.h
include/gnome--/number-entry.h
include/gnome--/paper-selector.h
include/gnome--/pixmap-entry.h
include/gnome--/pixmap.h
include/gnome--/pixmapmenuitem.h
include/gnome--/point.h
include/gnome--/private/
include/gnome--/private/about_p.h
include/gnome--/private/animator_p.h
include/gnome--/private/app_p.h
include/gnome--/private/appbar_p.h
include/gnome--/private/calculator_p.h
include/gnome--/private/canvas-ellipse_p.h
include/gnome--/private/canvas-group_p.h
include/gnome--/private/canvas-image_p.h
include/gnome--/private/canvas-item_p.h
include/gnome--/private/canvas-line_p.h
include/gnome--/private/canvas-polygon_p.h
include/gnome--/private/canvas-rect-ellipse_p.h
include/gnome--/private/canvas-rect_p.h
include/gnome--/private/canvas-text_p.h
include/gnome--/private/canvas-widget_p.h
include/gnome--/private/canvas_p.h
include/gnome--/private/client_p.h
include/gnome--/private/clock_p.h
include/gnome--/private/color-picker_p.h
include/gnome--/private/dateedit_p.h
include/gnome--/private/dentry-edit_p.h
include/gnome--/private/dial_p.h
include/gnome--/private/dialog_p.h
include/gnome--/private/dock-band_p.h
include/gnome--/private/dock-item_p.h
include/gnome--/private/dock-layout_p.h
include/gnome--/private/dock_p.h
include/gnome--/private/druid-page-finish_p.h
include/gnome--/private/druid-page-standard_p.h
include/gnome--/private/druid-page-start_p.h
include/gnome--/private/druid-page_p.h
include/gnome--/private/druid_p.h
include/gnome--/private/entry_p.h
include/gnome--/private/file-entry_p.h
include/gnome--/private/font-picker_p.h
include/gnome--/private/href_p.h
include/gnome--/private/icon-entry_p.h
include/gnome--/private/icon-item_p.h
include/gnome--/private/icon-list_p.h
include/gnome--/private/icon-sel_p.h
include/gnome--/private/less_p.h
include/gnome--/private/main_p.h
include/gnome--/private/mdi-child_p.h
include/gnome--/private/mdi-generic-child_p.h
include/gnome--/private/mdi_p.h
include/gnome--/private/messagebox_p.h
include/gnome--/private/number-entry_p.h
include/gnome--/private/paper-selector_p.h
include/gnome--/private/pixmap-entry_p.h
include/gnome--/private/pixmap_p.h
include/gnome--/private/pixmapmenuitem_p.h
include/gnome--/private/procbar_p.h
include/gnome--/private/propertybox_p.h
include/gnome--/private/stock_p.h
include/gnome--/procbar.h
include/gnome--/propertybox.h
include/gnome--/stock.h
include/gnome--/types.h
lib/gnomemmConf.sh
lib/libgnomemm.a
lib/libgnomemm.la
share/aclocal/gnome--.m4
%%SHARED%%