summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/eel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-14 09:23:32 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-14 09:23:32 +0800
commit10040dd62e8be42bccd5f1ba56ae5b57ec87b60e (patch)
tree2fc1381eb1c0077bcb727342c331ce5b249f5e7b /x11-toolkits/eel
parent6ea8cdadd34fade98a807bf84429806612c65079 (diff)
downloadmarcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.tar
marcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.tar.gz
marcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.tar.bz2
marcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.tar.lz
marcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.tar.xz
marcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.tar.zst
marcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.zip
* Remove these ports now that they have been merged into the ports tree.
* Clean out RMPORTS Next stop, GNOME 2.11! git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3935 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/eel')
-rw-r--r--x11-toolkits/eel/Makefile34
-rw-r--r--x11-toolkits/eel/distinfo2
-rw-r--r--x11-toolkits/eel/files/patch-Makefile.in14
-rw-r--r--x11-toolkits/eel/files/patch-eel_eel-open-with-dialog.c11
-rw-r--r--x11-toolkits/eel/pkg-descr7
-rw-r--r--x11-toolkits/eel/pkg-plist124
6 files changed, 0 insertions, 192 deletions
diff --git a/x11-toolkits/eel/Makefile b/x11-toolkits/eel/Makefile
deleted file mode 100644
index 5a1d65aab..000000000
--- a/x11-toolkits/eel/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: eel2
-# Date created: 8th May 2001
-# Whom: Ade Lovett <ade@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= eel
-PORTVERSION= 2.10.0
-CATEGORIES= x11-toolkits gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.10
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Generally useful classes and extensions to GNOME
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-GNOME_DESKTOP_VERSION=2
-USE_GNOME= gnomeprefix gnomehack gail gnomedesktop gnomemenus
-USE_LIBTOOL_VER=15
-USE_REINPLACE= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --enable-shared --enable-static
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \
- ${WRKSRC}/eel/eel-open-with-dialog.c
-
-.include <bsd.port.mk>
diff --git a/x11-toolkits/eel/distinfo b/x11-toolkits/eel/distinfo
deleted file mode 100644
index 07b79adb5..000000000
--- a/x11-toolkits/eel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gnome2/eel-2.10.0.tar.bz2) = 465cd522fabfed5668e70d7eae5f99e0
-SIZE (gnome2/eel-2.10.0.tar.bz2) = 665666
diff --git a/x11-toolkits/eel/files/patch-Makefile.in b/x11-toolkits/eel/files/patch-Makefile.in
deleted file mode 100644
index c3cb2f239..000000000
--- a/x11-toolkits/eel/files/patch-Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.in 2002/06/13 16:05:09 1.1
-+++ Makefile.in 2002/06/13 16:05:18
-@@ -119,7 +119,7 @@
-
- NULL =
-
--SUBDIRS = eel test po
-+SUBDIRS = eel po
-
- EXTRA_DIST = COPYING.LIB HACKING MAINTAINERS eel.spec.in $(NULL)
-
diff --git a/x11-toolkits/eel/files/patch-eel_eel-open-with-dialog.c b/x11-toolkits/eel/files/patch-eel_eel-open-with-dialog.c
deleted file mode 100644
index 9512a2703..000000000
--- a/x11-toolkits/eel/files/patch-eel_eel-open-with-dialog.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- eel/eel-open-with-dialog.c.orig Mon Oct 4 00:30:27 2004
-+++ eel/eel-open-with-dialog.c Mon Oct 4 00:30:40 2004
-@@ -380,7 +380,7 @@
- gtk_file_chooser_set_select_multiple (GTK_FILE_CHOOSER (chooser),
- FALSE);
- gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER (chooser),
-- "/usr/bin");
-+ "%%X11BASE%%/bin");
-
- gtk_widget_show (chooser);
- }
diff --git a/x11-toolkits/eel/pkg-descr b/x11-toolkits/eel/pkg-descr
deleted file mode 100644
index 4b91eb9d0..000000000
--- a/x11-toolkits/eel/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-The eel library contains a number of useful classes and functions which
-extend glib, gtk, gnome-libs, and other widely-used GNOME platform libraries.
-
-Almost all of the eel library was previously part of Nautilus, but is now
-a separate package so it can be used by other applications.
-
-WWW: http://www.gnome.org/
diff --git a/x11-toolkits/eel/pkg-plist b/x11-toolkits/eel/pkg-plist
deleted file mode 100644
index 1351ff956..000000000
--- a/x11-toolkits/eel/pkg-plist
+++ /dev/null
@@ -1,124 +0,0 @@
-include/eel-2/eel/eel-accessibility.h
-include/eel-2/eel/eel-alert-dialog.h
-include/eel-2/eel/eel-art-extensions.h
-include/eel-2/eel/eel-art-gtk-extensions.h
-include/eel-2/eel/eel-background-box.h
-include/eel-2/eel/eel-background.h
-include/eel-2/eel/eel-canvas-rect-ellipse.h
-include/eel-2/eel/eel-canvas-util.h
-include/eel-2/eel/eel-canvas.h
-include/eel-2/eel/eel-cell-renderer-pixbuf-list.h
-include/eel-2/eel/eel-dateedit-extensions.h
-include/eel-2/eel/eel-debug-drawing.h
-include/eel-2/eel/eel-debug.h
-include/eel-2/eel/eel-editable-label.h
-include/eel-2/eel/eel-ellipsizing-label.h
-include/eel-2/eel/eel-enumeration.h
-include/eel-2/eel/eel-features.h
-include/eel-2/eel/eel-gconf-extensions.h
-include/eel-2/eel/eel-gdk-extensions.h
-include/eel-2/eel/eel-gdk-pixbuf-extensions.h
-include/eel-2/eel/eel-glib-extensions.h
-include/eel-2/eel/eel-gnome-extensions.h
-include/eel-2/eel/eel-graphic-effects.h
-include/eel-2/eel/eel-gtk-container.h
-include/eel-2/eel/eel-gtk-extensions.h
-include/eel-2/eel/eel-gtk-macros.h
-include/eel-2/eel/eel-i18n.h
-include/eel-2/eel/eel-image-table.h
-include/eel-2/eel/eel-labeled-image.h
-include/eel-2/eel/eel-marshal.h
-include/eel-2/eel/eel-mime-application-chooser.h
-include/eel-2/eel/eel-mime-extensions.h
-include/eel-2/eel/eel-open-with-dialog.h
-include/eel-2/eel/eel-pango-extensions.h
-include/eel-2/eel/eel-preferences-glade.h
-include/eel-2/eel/eel-preferences.h
-include/eel-2/eel/eel-self-checks.h
-include/eel-2/eel/eel-stock-dialogs.h
-include/eel-2/eel/eel-string-list.h
-include/eel-2/eel/eel-string.h
-include/eel-2/eel/eel-type-builtins.h
-include/eel-2/eel/eel-types.h
-include/eel-2/eel/eel-vfs-extensions.h
-include/eel-2/eel/eel-wrap-table.h
-include/eel-2/eel/eel-xml-extensions.h
-include/eel-2/eel/eel.h
-lib/libeel-2.a
-lib/libeel-2.so
-lib/libeel-2.so.12
-libdata/pkgconfig/eel-2.0.pc
-share/locale/am/LC_MESSAGES/eel-2.0.mo
-share/locale/ang/LC_MESSAGES/eel-2.0.mo
-share/locale/ar/LC_MESSAGES/eel-2.0.mo
-share/locale/az/LC_MESSAGES/eel-2.0.mo
-share/locale/be/LC_MESSAGES/eel-2.0.mo
-share/locale/bg/LC_MESSAGES/eel-2.0.mo
-share/locale/bn/LC_MESSAGES/eel-2.0.mo
-share/locale/br/LC_MESSAGES/eel-2.0.mo
-share/locale/bs/LC_MESSAGES/eel-2.0.mo
-share/locale/ca/LC_MESSAGES/eel-2.0.mo
-share/locale/cs/LC_MESSAGES/eel-2.0.mo
-share/locale/cy/LC_MESSAGES/eel-2.0.mo
-share/locale/da/LC_MESSAGES/eel-2.0.mo
-share/locale/de/LC_MESSAGES/eel-2.0.mo
-share/locale/el/LC_MESSAGES/eel-2.0.mo
-share/locale/en_CA/LC_MESSAGES/eel-2.0.mo
-share/locale/en_GB/LC_MESSAGES/eel-2.0.mo
-share/locale/es/LC_MESSAGES/eel-2.0.mo
-share/locale/et/LC_MESSAGES/eel-2.0.mo
-share/locale/eu/LC_MESSAGES/eel-2.0.mo
-share/locale/fa/LC_MESSAGES/eel-2.0.mo
-share/locale/fi/LC_MESSAGES/eel-2.0.mo
-share/locale/fr/LC_MESSAGES/eel-2.0.mo
-share/locale/ga/LC_MESSAGES/eel-2.0.mo
-share/locale/gl/LC_MESSAGES/eel-2.0.mo
-share/locale/gu/LC_MESSAGES/eel-2.0.mo
-share/locale/he/LC_MESSAGES/eel-2.0.mo
-share/locale/hi/LC_MESSAGES/eel-2.0.mo
-share/locale/hr/LC_MESSAGES/eel-2.0.mo
-share/locale/hu/LC_MESSAGES/eel-2.0.mo
-share/locale/id/LC_MESSAGES/eel-2.0.mo
-share/locale/is/LC_MESSAGES/eel-2.0.mo
-share/locale/it/LC_MESSAGES/eel-2.0.mo
-share/locale/ja/LC_MESSAGES/eel-2.0.mo
-share/locale/kn/LC_MESSAGES/eel-2.0.mo
-share/locale/ko/LC_MESSAGES/eel-2.0.mo
-share/locale/li/LC_MESSAGES/eel-2.0.mo
-share/locale/lt/LC_MESSAGES/eel-2.0.mo
-share/locale/lv/LC_MESSAGES/eel-2.0.mo
-share/locale/mk/LC_MESSAGES/eel-2.0.mo
-share/locale/ml/LC_MESSAGES/eel-2.0.mo
-share/locale/mn/LC_MESSAGES/eel-2.0.mo
-share/locale/mr/LC_MESSAGES/eel-2.0.mo
-share/locale/ms/LC_MESSAGES/eel-2.0.mo
-share/locale/nb/LC_MESSAGES/eel-2.0.mo
-share/locale/ne/LC_MESSAGES/eel-2.0.mo
-share/locale/nl/LC_MESSAGES/eel-2.0.mo
-share/locale/nn/LC_MESSAGES/eel-2.0.mo
-share/locale/no/LC_MESSAGES/eel-2.0.mo
-share/locale/or/LC_MESSAGES/eel-2.0.mo
-share/locale/pa/LC_MESSAGES/eel-2.0.mo
-share/locale/pl/LC_MESSAGES/eel-2.0.mo
-share/locale/pt/LC_MESSAGES/eel-2.0.mo
-share/locale/pt_BR/LC_MESSAGES/eel-2.0.mo
-share/locale/ro/LC_MESSAGES/eel-2.0.mo
-share/locale/ru/LC_MESSAGES/eel-2.0.mo
-share/locale/sk/LC_MESSAGES/eel-2.0.mo
-share/locale/sl/LC_MESSAGES/eel-2.0.mo
-share/locale/sq/LC_MESSAGES/eel-2.0.mo
-share/locale/sr/LC_MESSAGES/eel-2.0.mo
-share/locale/sr@Latn/LC_MESSAGES/eel-2.0.mo
-share/locale/sv/LC_MESSAGES/eel-2.0.mo
-share/locale/ta/LC_MESSAGES/eel-2.0.mo
-share/locale/th/LC_MESSAGES/eel-2.0.mo
-share/locale/tr/LC_MESSAGES/eel-2.0.mo
-share/locale/uk/LC_MESSAGES/eel-2.0.mo
-share/locale/vi/LC_MESSAGES/eel-2.0.mo
-share/locale/wa/LC_MESSAGES/eel-2.0.mo
-share/locale/zh_CN/LC_MESSAGES/eel-2.0.mo
-share/locale/zh_TW/LC_MESSAGES/eel-2.0.mo
-@unexec rmdir %D/share/locale/ang/LC_MESSAGES 2> /dev/null || true
-@unexec rmdir %D/share/locale/ang 2> /dev/null || true
-@dirrm include/eel-2/eel
-@dirrm include/eel-2