From ea3873dc3aab4f48bec2fc55526453369bb6d36b Mon Sep 17 00:00:00 2001 From: garbled Date: Wed, 31 Mar 1999 21:00:21 +0000 Subject: Import new pkg for ee-0.3.8. Part of gnome/enlightenment. Image viewer based on imlib by the Rasterman. Gtk clone of xv. --- graphics/ee/Makefile | 29 +++++++++++++++++++++++++++++ graphics/ee/files/md5 | 3 +++ graphics/ee/patches/patch-aa | 32 ++++++++++++++++++++++++++++++++ graphics/ee/pkg/COMMENT | 1 + graphics/ee/pkg/DESCR | 1 + graphics/ee/pkg/PLIST | 21 +++++++++++++++++++++ 6 files changed, 87 insertions(+) create mode 100644 graphics/ee/Makefile create mode 100644 graphics/ee/files/md5 create mode 100644 graphics/ee/patches/patch-aa create mode 100644 graphics/ee/pkg/COMMENT create mode 100644 graphics/ee/pkg/DESCR create mode 100644 graphics/ee/pkg/PLIST (limited to 'graphics/ee') diff --git a/graphics/ee/Makefile b/graphics/ee/Makefile new file mode 100644 index 00000000000..e97c951de45 --- /dev/null +++ b/graphics/ee/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/03/31 21:00:21 garbled Exp $ +# + +DISTNAME= ee-0.3.8 +CATEGORIES= x11 gnome +MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/gnome-1.0/sources/ee/ \ + ftp://ftp.circ.us.eu.org/mirrors/ftp.gnome.org/sources/ee/ \ + ftp://ftp.jimpick.com/pub/mirrors/gnome/gnome-1.0/sources/ee/ \ + ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/gnome-1.0/sources/ee/ + +MAINTAINER= root@garbled.net +HOMEPAGE= http://www.gnome.org/ + +DEPENDS+= gnome-core-1.0.3:../../x11/gnome-core + +NOT_FOR_ARCHS= alpha # problems with gtk + +GNU_CONFIGURE= yes +USE_X11BASE= yes +USE_GMAKE= yes +USE_LIBTOOL= yes + +LOCALSTATEDIR= /var/gnome + +CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \ + --with-glib-prefix=${LOCALBASE} +CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/ee/files/md5 b/graphics/ee/files/md5 new file mode 100644 index 00000000000..1f3799b3d91 --- /dev/null +++ b/graphics/ee/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/03/31 21:00:22 garbled Exp $ + +MD5 (ee-0.3.8.tar.gz) = d001233b505ca6f88bdda4051bbcc053 diff --git a/graphics/ee/patches/patch-aa b/graphics/ee/patches/patch-aa new file mode 100644 index 00000000000..9f1fd21a72c --- /dev/null +++ b/graphics/ee/patches/patch-aa @@ -0,0 +1,32 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/03/31 21:00:22 garbled Exp $ +--- ee_conf.c.orig Wed Mar 31 12:15:14 1999 ++++ ee_conf.c Wed Mar 31 12:22:10 1999 +@@ -10,6 +10,9 @@ + #include + #include + #include ++#include ++#include ++#include + #include "globals.h" + #include "functions.h" + +@@ -25,10 +28,18 @@ + gchar *hom; + gchar *s; + FILE *f; ++ struct stat sb; ++ int i; ++ ++ extern int errno; + + hom = homedir(getuid()); + if (!hom) + return; ++ s = g_strconcat(hom, "/.ee", NULL); ++ i = stat(s, &sb); ++ if (i == -1 && errno == ENOENT) ++ mkdir(s, 0); + s = g_strconcat(hom, "/.ee/settings", NULL); + g_free(hom); + f = fopen(s, "w"); diff --git a/graphics/ee/pkg/COMMENT b/graphics/ee/pkg/COMMENT new file mode 100644 index 00000000000..6220aa8036c --- /dev/null +++ b/graphics/ee/pkg/COMMENT @@ -0,0 +1 @@ +Image viewer based on imlib by the Rasterman. Gtk clone of xv. diff --git a/graphics/ee/pkg/DESCR b/graphics/ee/pkg/DESCR new file mode 100644 index 00000000000..6220aa8036c --- /dev/null +++ b/graphics/ee/pkg/DESCR @@ -0,0 +1 @@ +Image viewer based on imlib by the Rasterman. Gtk clone of xv. diff --git a/graphics/ee/pkg/PLIST b/graphics/ee/pkg/PLIST new file mode 100644 index 00000000000..a9f4bded680 --- /dev/null +++ b/graphics/ee/pkg/PLIST @@ -0,0 +1,21 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/03/31 21:00:22 garbled Exp $ +share/locale/de/LC_MESSAGES/ee.mo +share/locale/fr/LC_MESSAGES/ee.mo +share/locale/sv/LC_MESSAGES/ee.mo +share/locale/es/LC_MESSAGES/ee.mo +share/locale/ru/LC_MESSAGES/ee.mo +share/locale/it/LC_MESSAGES/ee.mo +share/locale/pt/LC_MESSAGES/ee.mo +share/locale/no/LC_MESSAGES/ee.mo +share/locale/fi/LC_MESSAGES/ee.mo +share/locale/ja/LC_MESSAGES/ee.mo +share/locale/ko/LC_MESSAGES/ee.mo +share/locale/ga/LC_MESSAGES/ee.mo +share/apps/Graphics/ee.desktop +share/mime-info/ee.keys +share/gnome/help/ee/C/index.html +share/gnome/help/ee/C/ee.jpg +bin/ee +@dirrm share/apps/Graphics +@dirrm share/gnome/help/ee/C +@dirrm share/gnome/help/ee -- cgit v1.2.3