diff options
author | ade <ade@FreeBSD.org> | 2001-05-08 18:58:23 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-08 18:58:23 +0000 |
commit | 3118f64b25ff93eee75806f9752277f841c7ed03 (patch) | |
tree | 1d0c13c8196383520672af88094cc63be5c944e7 /x11-toolkits/eel2 | |
parent | 992ec695b72e2e4e1314c6aad28978447d51d56b (diff) | |
download | FreeBSD-ports-3118f64b25ff93eee75806f9752277f841c7ed03.zip FreeBSD-ports-3118f64b25ff93eee75806f9752277f841c7ed03.tar.gz |
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.
Diffstat (limited to 'x11-toolkits/eel2')
-rw-r--r-- | x11-toolkits/eel2/Makefile | 36 | ||||
-rw-r--r-- | x11-toolkits/eel2/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/eel2/files/patch-Makefile.in | 7 | ||||
-rw-r--r-- | x11-toolkits/eel2/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/eel2/pkg-descr | 10 | ||||
-rw-r--r-- | x11-toolkits/eel2/pkg-plist | 114 |
6 files changed, 169 insertions, 0 deletions
diff --git a/x11-toolkits/eel2/Makefile b/x11-toolkits/eel2/Makefile new file mode 100644 index 0000000..77d9a85 --- /dev/null +++ b/x11-toolkits/eel2/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: eel +# Date created: 8th May 2001 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= eel +PORTVERSION= 1.0 +CATEGORIES= graphics gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= stable/sources/librsvg + +MAINTAINER= ade@FreeBSD.org + +BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX +LIB_DEPENDS= rsvg.1:${PORTSDIR}/graphics/librsvg + +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_GNOME= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes + +CONFIGURE_ARGS= --enable-shared --enable-static +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +pre-patch: + @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ + s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + +.include <bsd.port.mk> diff --git a/x11-toolkits/eel2/distinfo b/x11-toolkits/eel2/distinfo new file mode 100644 index 0000000..1fec2bf --- /dev/null +++ b/x11-toolkits/eel2/distinfo @@ -0,0 +1 @@ +MD5 (eel-1.0.tar.gz) = 18bad2f74b36b1a9ba4229ded7c11530 diff --git a/x11-toolkits/eel2/files/patch-Makefile.in b/x11-toolkits/eel2/files/patch-Makefile.in new file mode 100644 index 0000000..715923c --- /dev/null +++ b/x11-toolkits/eel2/files/patch-Makefile.in @@ -0,0 +1,7 @@ +--- Makefile.in.orig Mon May 7 18:13:32 2001 ++++ Makefile.in Tue May 8 13:45:24 2001 +@@ -168,3 +168,3 @@ + +-confexecdir = $(libdir) ++confexecdir = $(sysconfdir) + confexec_DATA = eelConf.sh $(NULL) diff --git a/x11-toolkits/eel2/pkg-comment b/x11-toolkits/eel2/pkg-comment new file mode 100644 index 0000000..89feaa7 --- /dev/null +++ b/x11-toolkits/eel2/pkg-comment @@ -0,0 +1 @@ +Generally useful classes and extensions to GNOME diff --git a/x11-toolkits/eel2/pkg-descr b/x11-toolkits/eel2/pkg-descr new file mode 100644 index 0000000..9f0aeb7 --- /dev/null +++ b/x11-toolkits/eel2/pkg-descr @@ -0,0 +1,10 @@ +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/eel2/pkg-plist b/x11-toolkits/eel2/pkg-plist new file mode 100644 index 0000000..334bc10 --- /dev/null +++ b/x11-toolkits/eel2/pkg-plist @@ -0,0 +1,114 @@ +bin/eel-config +etc/eelConf.sh +include/eel/eel-art-extensions.h +include/eel/eel-art-gtk-extensions.h +include/eel/eel-background.h +include/eel/eel-canvas-rect.h +include/eel/eel-caption-table.h +include/eel/eel-caption.h +include/eel/eel-clickable-image.h +include/eel/eel-clist.h +include/eel/eel-ctree.h +include/eel/eel-dateedit-extensions.h +include/eel/eel-debug-drawing.h +include/eel/eel-debug.h +include/eel/eel-dnd.h +include/eel/eel-ellipsizing-label.h +include/eel/eel-enumeration.h +include/eel/eel-font-manager.h +include/eel/eel-font-picker.h +include/eel/eel-gconf-extensions.h +include/eel/eel-gdk-extensions.h +include/eel/eel-gdk-font-extensions.h +include/eel/eel-gdk-pixbuf-extensions.h +include/eel/eel-generous-bin.h +include/eel/eel-glib-extensions.h +include/eel/eel-glyph.h +include/eel/eel-gnome-extensions.h +include/eel/eel-graphic-effects.h +include/eel/eel-gtk-extensions.h +include/eel/eel-gtk-macros.h +include/eel/eel-image-chooser.h +include/eel/eel-image-table.h +include/eel/eel-image-with-background.h +include/eel/eel-image.h +include/eel/eel-label-with-background.h +include/eel/eel-label.h +include/eel/eel-labeled-image.h +include/eel/eel-list-column-title.h +include/eel/eel-list.h +include/eel/eel-password-dialog.h +include/eel/eel-preferences-box.h +include/eel/eel-preferences-group.h +include/eel/eel-preferences-item.h +include/eel/eel-preferences-pane.h +include/eel/eel-preferences.h +include/eel/eel-radio-button-group.h +include/eel/eel-region.h +include/eel/eel-scalable-font-private.h +include/eel/eel-scalable-font.h +include/eel/eel-self-checks.h +include/eel/eel-smooth-text-layout-cache.h +include/eel/eel-smooth-text-layout.h +include/eel/eel-smooth-widget.h +include/eel/eel-stock-dialogs.h +include/eel/eel-string-list.h +include/eel/eel-string-picker.h +include/eel/eel-string.h +include/eel/eel-text-caption.h +include/eel/eel-type-builtins.h +include/eel/eel-types.h +include/eel/eel-vfs-extensions.h +include/eel/eel-viewport.h +include/eel/eel-wrap-table.h +include/eel/eel-xml-extensions.h +include/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/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.Big5/LC_MESSAGES/eel.mo +@dirrm share/gnome/eel/fonts/urw +@dirrm share/gnome/eel/fonts +@dirrm share/gnome/eel +@dirrm include/eel |