summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gdl
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /x11-toolkits/gdl
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gdl')
-rw-r--r--x11-toolkits/gdl/Makefile28
-rw-r--r--x11-toolkits/gdl/distinfo3
-rw-r--r--x11-toolkits/gdl/files/patch-gdl__gdl-icons.c17
-rw-r--r--x11-toolkits/gdl/pkg-descr14
-rw-r--r--x11-toolkits/gdl/pkg-plist88
5 files changed, 0 insertions, 150 deletions
diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile
deleted file mode 100644
index 50c013176..000000000
--- a/x11-toolkits/gdl/Makefile
+++ /dev/null
@@ -1,28 +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.3 2006/07/25 16:38:27 mezz Exp $
-#
-
-PORTNAME= gdl
-PORTVERSION= 0.6.1
-PORTREVISION= 1
-CATEGORIES= x11-toolkits gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Components intended to be shared between GNOME development tools
-
-USE_BZIP2= yes
-USE_XLIB= yes
-USE_GNOME= gnomeprefix gnomehack libgnomeui
-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 dedc4df64..000000000
--- a/x11-toolkits/gdl/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gdl-0.6.1.tar.bz2) = 6d902981efe30950af8f5033d937c270
-SHA256 (gdl-0.6.1.tar.bz2) = 59bb5d4125986274fe057bd2da8c164fc6975d2d38f97f22fa79387a4f0bcd4e
-SIZE (gdl-0.6.1.tar.bz2) = 429794
diff --git a/x11-toolkits/gdl/files/patch-gdl__gdl-icons.c b/x11-toolkits/gdl/files/patch-gdl__gdl-icons.c
deleted file mode 100644
index bcfde3afc..000000000
--- a/x11-toolkits/gdl/files/patch-gdl__gdl-icons.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- gdl/gdl-icons.c.orig Tue May 24 16:37:14 2005
-+++ gdl/gdl-icons.c Tue May 24 16:37:38 2005
-@@ -202,12 +202,13 @@
- {
- GdkPixbuf *pixbuf;
- char *icon_name;
-+ GdlIconsPrivate *priv;
-
- g_return_val_if_fail (icons != NULL, NULL);
- g_return_val_if_fail (GDL_IS_ICONS (icons), NULL);
- g_return_val_if_fail (mime_type != NULL, NULL);
-
-- GdlIconsPrivate *priv = GDL_ICONS_GET_PRIVATE (icons);
-+ priv = GDL_ICONS_GET_PRIVATE (icons);
-
- pixbuf = g_hash_table_lookup (priv->icons, mime_type);
- if (pixbuf != NULL) {
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 faf1a0b70..000000000
--- a/x11-toolkits/gdl/pkg-plist
+++ /dev/null
@@ -1,88 +0,0 @@
-include/libgdl-1.0/gdl/gdl-combo-button.h
-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-layout.h
-include/libgdl-1.0/gdl/gdl-dock-master.h
-include/libgdl-1.0/gdl/gdl-dock-notebook.h
-include/libgdl-1.0/gdl/gdl-dock-object.h
-include/libgdl-1.0/gdl/gdl-dock-paned.h
-include/libgdl-1.0/gdl/gdl-dock-placeholder.h
-include/libgdl-1.0/gdl/gdl-dock-tablabel.h
-include/libgdl-1.0/gdl/gdl-dock.h
-include/libgdl-1.0/gdl/gdl-icons.h
-include/libgdl-1.0/gdl/gdl-recent.h
-include/libgdl-1.0/gdl/gdl-stock.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.a
-lib/libgdl-1.la
-lib/libgdl-1.so
-lib/libgdl-1.so.0
-libdata/pkgconfig/gdl-1.0.pc
-%%DATADIR%%/images/stock-close-12.png
-%%DATADIR%%/images/stock-menu-left-12.png
-%%DATADIR%%/images/stock-menu-right-12.png
-share/gnome/gdl/glade/layout.glade
-share/locale/am/LC_MESSAGES/gdl-1.mo
-share/locale/az/LC_MESSAGES/gdl-1.mo
-share/locale/ca/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/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/fi/LC_MESSAGES/gdl-1.mo
-share/locale/fr/LC_MESSAGES/gdl-1.mo
-share/locale/ga/LC_MESSAGES/gdl-1.mo
-share/locale/hr/LC_MESSAGES/gdl-1.mo
-share/locale/it/LC_MESSAGES/gdl-1.mo
-share/locale/ja/LC_MESSAGES/gdl-1.mo
-share/locale/mk/LC_MESSAGES/gdl-1.mo
-share/locale/ml/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/pa/LC_MESSAGES/gdl-1.mo
-share/locale/pl/LC_MESSAGES/gdl-1.mo
-share/locale/pt/LC_MESSAGES/gdl-1.mo
-share/locale/pt_BR/LC_MESSAGES/gdl-1.mo
-share/locale/ru/LC_MESSAGES/gdl-1.mo
-share/locale/rw/LC_MESSAGES/gdl-1.mo
-share/locale/sk/LC_MESSAGES/gdl-1.mo
-share/locale/sq/LC_MESSAGES/gdl-1.mo
-share/locale/sr/LC_MESSAGES/gdl-1.mo
-share/locale/sr@Latn/LC_MESSAGES/gdl-1.mo
-share/locale/sv/LC_MESSAGES/gdl-1.mo
-share/locale/vi/LC_MESSAGES/gdl-1.mo
-share/locale/zh_CN/LC_MESSAGES/gdl-1.mo
-@dirrm share/gnome/gdl/glade
-@dirrm share/gnome/gdl
-@dirrm %%DATADIR%%/images
-@dirrm %%DATADIR%%
-@dirrm include/libgdl-1.0/gdl
-@dirrm include/libgdl-1.0
-@dirrmtry share/locale/zh_CN/LC_MESSAGES
-@dirrmtry share/locale/zh_CN
-@dirrmtry share/locale/sr/LC_MESSAGES
-@dirrmtry share/locale/sr
-@dirrmtry share/locale/sk/LC_MESSAGES
-@dirrmtry share/locale/sk
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/pt/LC_MESSAGES
-@dirrmtry share/locale/pt
-@dirrmtry share/locale/pl/LC_MESSAGES
-@dirrmtry share/locale/pl
-@dirrmtry share/locale/ne/LC_MESSAGES
-@dirrmtry share/locale/ne
-@dirrmtry share/locale/fi/LC_MESSAGES
-@dirrmtry share/locale/fi
-@dirrmtry share/locale/el/LC_MESSAGES
-@dirrmtry share/locale/el
-@dirrmtry share/locale/cs/LC_MESSAGES
-@dirrmtry share/locale/cs
-@dirrmtry share/locale/ca/LC_MESSAGES
-@dirrmtry share/locale/ca