summaryrefslogtreecommitdiff
path: root/x11-toolkits/eel
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-26 02:02:29 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-26 02:02:29 +0000
commit4b89b8d83abee68293c7700c8933f879ed0fabce (patch)
tree02e1fcbce399f8e38a022aa4371d87ad9b2e52dd /x11-toolkits/eel
parentFix plist. (diff)
Remove eel. Nothing uses it anymore.
Notes
Notes: svn path=/head/; revision=105288
Diffstat (limited to 'x11-toolkits/eel')
-rw-r--r--x11-toolkits/eel/Makefile30
-rw-r--r--x11-toolkits/eel/distinfo2
-rw-r--r--x11-toolkits/eel/files/patch-Makefile.in23
-rw-r--r--x11-toolkits/eel/files/patch-configure13
-rw-r--r--x11-toolkits/eel/files/patch-eel::eel-vfs-extensions.c15
-rw-r--r--x11-toolkits/eel/files/patch-po::Makefile.in.in14
-rw-r--r--x11-toolkits/eel/pkg-descr10
-rw-r--r--x11-toolkits/eel/pkg-plist118
8 files changed, 0 insertions, 225 deletions
diff --git a/x11-toolkits/eel/Makefile b/x11-toolkits/eel/Makefile
deleted file mode 100644
index a0f133712450..000000000000
--- a/x11-toolkits/eel/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: eel
-# Date created: 8th May 2001
-# Whom: Ade Lovett <ade@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= eel
-PORTVERSION= 1.0.2
-PORTREVISION= 2
-CATEGORIES= x11-toolkits gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/eel/1.0
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Generally useful classes and extensions to GNOME
-
-BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX
-LIB_DEPENDS= rsvg.1:${PORTSDIR}/graphics/librsvg
-
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-USE_GNOME= gnomehack gnomeprefix gnomehier gnomelibs gnomevfs
-USE_LIBTOOL_VER=13
-INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --enable-shared --enable-static
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
-
-.include <bsd.port.mk>
diff --git a/x11-toolkits/eel/distinfo b/x11-toolkits/eel/distinfo
deleted file mode 100644
index b450ff545fbd..000000000000
--- a/x11-toolkits/eel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (eel-1.0.2.tar.gz) = 9e4e4d9d3b688ea34351f2aa6112fd81
-SIZE (eel-1.0.2.tar.gz) = 964370
diff --git a/x11-toolkits/eel/files/patch-Makefile.in b/x11-toolkits/eel/files/patch-Makefile.in
deleted file mode 100644
index a6d10b9b4b4e..000000000000
--- a/x11-toolkits/eel/files/patch-Makefile.in
+++ /dev/null
@@ -1,23 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.in.orig Fri Jul 6 12:57:01 2001
-+++ Makefile.in Fri Jul 6 12:58:14 2001
-@@ -159,7 +159,7 @@
-
- NULL =
-
--SUBDIRS = data intl eel test po $(NULL)
-+SUBDIRS = data intl eel po $(NULL)
-
-
- EXTRA_DIST = COPYING.LIB HACKING MAINTAINERS eel.spec.in eelConf.sh.in eel-config.in xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in $(NULL)
-@@ -167,7 +167,7 @@
-
- bin_SCRIPTS = $(top_builddir)/eel-config
-
--confexecdir = $(libdir)
-+confexecdir = $(sysconfdir)
- confexec_DATA = eelConf.sh $(NULL)
-
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff --git a/x11-toolkits/eel/files/patch-configure b/x11-toolkits/eel/files/patch-configure
deleted file mode 100644
index 445a53ad1899..000000000000
--- a/x11-toolkits/eel/files/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- configure 2002/04/25 19:15:15 1.1
-+++ configure 2002/04/25 19:17:28
-@@ -5331,6 +5331,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/x11-toolkits/eel/files/patch-eel::eel-vfs-extensions.c b/x11-toolkits/eel/files/patch-eel::eel-vfs-extensions.c
deleted file mode 100644
index a71c0f102a7b..000000000000
--- a/x11-toolkits/eel/files/patch-eel::eel-vfs-extensions.c
+++ /dev/null
@@ -1,15 +0,0 @@
-
-$FreeBSD$
-
---- eel/eel-vfs-extensions.c 2001/12/20 13:41:21 1.1
-+++ eel/eel-vfs-extensions.c 2001/12/20 13:47:36
-@@ -116,7 +116,8 @@
-
- /* Return the file. */
- *file_size = total_bytes_read;
-- *file_contents = g_realloc (buffer, total_bytes_read);
-+ *file_contents = g_realloc (buffer, total_bytes_read + 1);
-+ (*file_contents)[total_bytes_read] = '\0';
- return GNOME_VFS_OK;
- }
-
diff --git a/x11-toolkits/eel/files/patch-po::Makefile.in.in b/x11-toolkits/eel/files/patch-po::Makefile.in.in
deleted file mode 100644
index 54a45551f75a..000000000000
--- a/x11-toolkits/eel/files/patch-po::Makefile.in.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- po/Makefile.in.in 2001/07/06 10:12:53 1.1
-+++ po/Makefile.in.in 2001/07/06 10:13:11
-@@ -104,7 +104,7 @@
- @catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
-- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
-+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
- dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
- if test -r $$cat; then \
diff --git a/x11-toolkits/eel/pkg-descr b/x11-toolkits/eel/pkg-descr
deleted file mode 100644
index 9f0aeb752fda..000000000000
--- a/x11-toolkits/eel/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-The eel library contains a number of generally useful classes and functions.
-Many of them are extensions to things in glib, gtk, gnome-libs, and other
-widely-used GNOME platform libraries. The long term plan is to move much of
-this into the platform libraries themselves.
-
-Almost all of the eel library was previously part of Nautilus, in the
-"libnautilus-extensions" private library in Nautilus 1.0 - 1.0.2. It is now
-a separate package so it can be used by packages other than Nautilus.
-
-WWW: http://www.gnome.org/
diff --git a/x11-toolkits/eel/pkg-plist b/x11-toolkits/eel/pkg-plist
deleted file mode 100644
index 048b46f8d4cd..000000000000
--- a/x11-toolkits/eel/pkg-plist
+++ /dev/null
@@ -1,118 +0,0 @@
-bin/eel-config
-etc/eelConf.sh
-include/eel-1/eel/eel-art-extensions.h
-include/eel-1/eel/eel-art-gtk-extensions.h
-include/eel-1/eel/eel-background.h
-include/eel-1/eel/eel-canvas-rect.h
-include/eel-1/eel/eel-caption-table.h
-include/eel-1/eel/eel-caption.h
-include/eel-1/eel/eel-clickable-image.h
-include/eel-1/eel/eel-clist.h
-include/eel-1/eel/eel-ctree.h
-include/eel-1/eel/eel-dateedit-extensions.h
-include/eel-1/eel/eel-debug-drawing.h
-include/eel-1/eel/eel-debug.h
-include/eel-1/eel/eel-dnd.h
-include/eel-1/eel/eel-ellipsizing-label.h
-include/eel-1/eel/eel-enumeration.h
-include/eel-1/eel/eel-features.h
-include/eel-1/eel/eel-font-manager.h
-include/eel-1/eel/eel-font-picker.h
-include/eel-1/eel/eel-gconf-extensions.h
-include/eel-1/eel/eel-gdk-extensions.h
-include/eel-1/eel/eel-gdk-font-extensions.h
-include/eel-1/eel/eel-gdk-pixbuf-extensions.h
-include/eel-1/eel/eel-generous-bin.h
-include/eel-1/eel/eel-glib-extensions.h
-include/eel-1/eel/eel-glyph.h
-include/eel-1/eel/eel-gnome-extensions.h
-include/eel-1/eel/eel-graphic-effects.h
-include/eel-1/eel/eel-gtk-container.h
-include/eel-1/eel/eel-gtk-extensions.h
-include/eel-1/eel/eel-gtk-macros.h
-include/eel-1/eel/eel-image-chooser.h
-include/eel-1/eel/eel-image-table.h
-include/eel-1/eel/eel-image-with-background.h
-include/eel-1/eel/eel-image.h
-include/eel-1/eel/eel-label-with-background.h
-include/eel-1/eel/eel-label.h
-include/eel-1/eel/eel-labeled-image.h
-include/eel-1/eel/eel-list-column-title.h
-include/eel-1/eel/eel-list.h
-include/eel-1/eel/eel-password-dialog.h
-include/eel-1/eel/eel-preferences-box.h
-include/eel-1/eel/eel-preferences-group.h
-include/eel-1/eel/eel-preferences-item.h
-include/eel-1/eel/eel-preferences-pane.h
-include/eel-1/eel/eel-preferences.h
-include/eel-1/eel/eel-radio-button-group.h
-include/eel-1/eel/eel-region.h
-include/eel-1/eel/eel-scalable-font-private.h
-include/eel-1/eel/eel-scalable-font.h
-include/eel-1/eel/eel-self-checks.h
-include/eel-1/eel/eel-smooth-text-layout-cache.h
-include/eel-1/eel/eel-smooth-text-layout.h
-include/eel-1/eel/eel-smooth-widget.h
-include/eel-1/eel/eel-stock-dialogs.h
-include/eel-1/eel/eel-string-list.h
-include/eel-1/eel/eel-string-picker.h
-include/eel-1/eel/eel-string.h
-include/eel-1/eel/eel-text-caption.h
-include/eel-1/eel/eel-type-builtins.h
-include/eel-1/eel/eel-types.h
-include/eel-1/eel/eel-vfs-extensions.h
-include/eel-1/eel/eel-viewport.h
-include/eel-1/eel/eel-wrap-table.h
-include/eel-1/eel/eel-xml-extensions.h
-include/eel-1/eel/eel.h
-lib/libeel.a
-lib/libeel.so
-lib/libeel.so.0
-share/gnome/eel/fonts/urw/fonts.dir
-share/gnome/eel/fonts/urw/n019003l.afm
-share/gnome/eel/fonts/urw/n019003l.pfb
-share/gnome/eel/fonts/urw/n019003l.pfm
-share/gnome/eel/fonts/urw/n019004l.afm
-share/gnome/eel/fonts/urw/n019004l.pfb
-share/gnome/eel/fonts/urw/n019004l.pfm
-share/gnome/eel/fonts/urw/n019023l.afm
-share/gnome/eel/fonts/urw/n019023l.pfb
-share/gnome/eel/fonts/urw/n019023l.pfm
-share/gnome/eel/fonts/urw/n019024l.afm
-share/gnome/eel/fonts/urw/n019024l.pfb
-share/gnome/eel/fonts/urw/n019024l.pfm
-share/locale/az/LC_MESSAGES/eel.mo
-share/locale/ca/LC_MESSAGES/eel.mo
-share/locale/cs/LC_MESSAGES/eel.mo
-share/locale/da/LC_MESSAGES/eel.mo
-share/locale/de/LC_MESSAGES/eel.mo
-share/locale/el/LC_MESSAGES/eel.mo
-share/locale/en_GB/LC_MESSAGES/eel.mo
-share/locale/es/LC_MESSAGES/eel.mo
-share/locale/fi/LC_MESSAGES/eel.mo
-share/locale/fr/LC_MESSAGES/eel.mo
-share/locale/ga/LC_MESSAGES/eel.mo
-share/locale/gl/LC_MESSAGES/eel.mo
-share/locale/hu/LC_MESSAGES/eel.mo
-share/locale/it/LC_MESSAGES/eel.mo
-share/locale/ja/LC_MESSAGES/eel.mo
-share/locale/ko/LC_MESSAGES/eel.mo
-share/locale/lt/LC_MESSAGES/eel.mo
-share/locale/nl/LC_MESSAGES/eel.mo
-share/locale/nn/LC_MESSAGES/eel.mo
-share/locale/no/LC_MESSAGES/eel.mo
-share/locale/pl/LC_MESSAGES/eel.mo
-share/locale/pt_BR/LC_MESSAGES/eel.mo
-share/locale/ru/LC_MESSAGES/eel.mo
-share/locale/sk/LC_MESSAGES/eel.mo
-share/locale/sl/LC_MESSAGES/eel.mo
-share/locale/sv/LC_MESSAGES/eel.mo
-share/locale/ta/LC_MESSAGES/eel.mo
-share/locale/tr/LC_MESSAGES/eel.mo
-share/locale/uk/LC_MESSAGES/eel.mo
-share/locale/zh_TW/LC_MESSAGES/eel.mo
-@dirrm share/gnome/eel/fonts/urw
-@dirrm share/gnome/eel/fonts
-@dirrm share/gnome/eel
-@dirrm include/eel-1/eel
-@dirrm include/eel-1