summaryrefslogtreecommitdiffstats
path: root/graphics/electriceyes
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-04 09:53:23 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-04 09:53:23 +0800
commitcfae54e359786f80d3c85e976a3adeb004b38525 (patch)
tree6ed668a5f67af6713dc8fb1078917e0598666b60 /graphics/electriceyes
parent2ca29d9a76dd87242131def2d4c4ff3d3f5b4fae (diff)
downloadmarcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar
marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.gz
marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.bz2
marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.lz
marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.xz
marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.zst
marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.zip
share/gnome/ -> share/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8804 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/electriceyes')
-rw-r--r--graphics/electriceyes/Makefile30
-rw-r--r--graphics/electriceyes/distinfo3
-rw-r--r--graphics/electriceyes/files/patch-aa22
-rw-r--r--graphics/electriceyes/files/patch-ab19
-rw-r--r--graphics/electriceyes/pkg-descr4
-rw-r--r--graphics/electriceyes/pkg-plist55
6 files changed, 133 insertions, 0 deletions
diff --git a/graphics/electriceyes/Makefile b/graphics/electriceyes/Makefile
new file mode 100644
index 000000000..88d338199
--- /dev/null
+++ b/graphics/electriceyes/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: electriceyes
+# Date created: 21 August 1998
+# Whom: Yukihiro Nakai <Nakai@technologist.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= electriceyes
+PORTVERSION= 0.3.12
+PORTREVISION= 3
+CATEGORIES= graphics gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/ee/0.3
+DISTNAME= ee-${PORTVERSION}
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A graphic view base imlib & gtk
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack gnomelibs
+USE_GETTEXT= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+
+post-install:
+ ${MV} ${PREFIX}/bin/ee ${PREFIX}/bin/ElectricEyes
+
+.include <bsd.port.mk>
diff --git a/graphics/electriceyes/distinfo b/graphics/electriceyes/distinfo
new file mode 100644
index 000000000..72e46c7df
--- /dev/null
+++ b/graphics/electriceyes/distinfo
@@ -0,0 +1,3 @@
+MD5 (ee-0.3.12.tar.gz) = d7e92c1cc560ce76e439353462b8aa7e
+SHA256 (ee-0.3.12.tar.gz) = fbe48abea39675e21e2572c060be4bad492c749a61c489d20cb67931afee30f5
+SIZE (ee-0.3.12.tar.gz) = 437916
diff --git a/graphics/electriceyes/files/patch-aa b/graphics/electriceyes/files/patch-aa
new file mode 100644
index 000000000..2a5894e59
--- /dev/null
+++ b/graphics/electriceyes/files/patch-aa
@@ -0,0 +1,22 @@
+--- configure.orig Fri Feb 12 23:04:17 1999
++++ configure Sat May 22 21:45:25 1999
+@@ -4766,15 +4766,15 @@
+ fi
+
+
+- USE_INCLUDED_LIBINTL=yes
++# USE_INCLUDED_LIBINTL=yes
+ CATOBJEXT=.gmo
+ INSTOBJEXT=.mo
+ DATADIRNAME=share
+- INTLDEPS='$(top_builddir)/intl/libintl.a'
++ INTLDEPS='-lintl'
+ INTLLIBS=$INTLDEPS
+ LIBS=`echo $LIBS | sed -e 's/-lintl//'`
+- nls_cv_header_intl=intl/libintl.h
+- nls_cv_header_libgt=intl/libgettext.h
++# nls_cv_header_intl=intl/libintl.h
++# nls_cv_header_libgt=intl/libgettext.h
+ fi
+
+ if test "$XGETTEXT" != ":"; then
diff --git a/graphics/electriceyes/files/patch-ab b/graphics/electriceyes/files/patch-ab
new file mode 100644
index 000000000..a6709f3f8
--- /dev/null
+++ b/graphics/electriceyes/files/patch-ab
@@ -0,0 +1,19 @@
+--- ee.desktop.orig Mon Jul 17 16:38:16 2000
++++ ee.desktop Wed Aug 2 11:33:00 2000
+@@ -34,7 +34,7 @@
+ Comment[pt_BR]=Programa para visualização de imagens
+ Comment[ru]=ðÒÏÇÒÁÍÍÁ ÐÒÏÓÍÏÔÒÁ ÉÚÏÂÒÁÖÅÎÉÊ
+ Comment[wa]=Programe po voer des imådjes
+-Exec=ee %f
++Exec=ElectricEyes %f
+ Icon=gnome-ee.png
+ Terminal=0
+ Type=Application
+--- ee.keys.orig Wed Feb 24 06:32:02 1999
++++ ee.keys Wed Feb 24 06:32:15 1999
+@@ -1,3 +1,3 @@
+ image/*:
+- open=ee %f
+- view=ee %f
++ open=ElectricEyes %f
++ view=ElectricEyes %f
diff --git a/graphics/electriceyes/pkg-descr b/graphics/electriceyes/pkg-descr
new file mode 100644
index 000000000..fc9e1a94b
--- /dev/null
+++ b/graphics/electriceyes/pkg-descr
@@ -0,0 +1,4 @@
+Also known as EE or ee, ElectricEyes is a generic image viewer for Gnome. EE
+also contains simple image editing capabilities and has the ability to save
+images in a number of popular formats. EE is designed to fit seamlessly into
+the Gnome desktop environment.
diff --git a/graphics/electriceyes/pkg-plist b/graphics/electriceyes/pkg-plist
new file mode 100644
index 000000000..52783794e
--- /dev/null
+++ b/graphics/electriceyes/pkg-plist
@@ -0,0 +1,55 @@
+bin/ElectricEyes
+share/gnome/apps/Graphics/ee.desktop
+share/gnome/help/ee/C/ee.jpg
+share/gnome/help/ee/C/index.html
+share/locale/ca/LC_MESSAGES/ee.mo
+share/locale/da/LC_MESSAGES/ee.mo
+share/locale/de/LC_MESSAGES/ee.mo
+share/locale/el/LC_MESSAGES/ee.mo
+share/locale/en_GB/LC_MESSAGES/ee.mo
+share/locale/es/LC_MESSAGES/ee.mo
+share/locale/fi/LC_MESSAGES/ee.mo
+share/locale/fr/LC_MESSAGES/ee.mo
+share/locale/ga/LC_MESSAGES/ee.mo
+share/locale/gl/LC_MESSAGES/ee.mo
+share/locale/hu/LC_MESSAGES/ee.mo
+share/locale/it/LC_MESSAGES/ee.mo
+share/locale/ja/LC_MESSAGES/ee.mo
+share/locale/ko/LC_MESSAGES/ee.mo
+share/locale/lt/LC_MESSAGES/ee.mo
+share/locale/nl/LC_MESSAGES/ee.mo
+share/locale/no/LC_MESSAGES/ee.mo
+share/locale/pl/LC_MESSAGES/ee.mo
+share/locale/pt/LC_MESSAGES/ee.mo
+share/locale/pt_BR/LC_MESSAGES/ee.mo
+share/locale/ro/LC_MESSAGES/ee.mo
+share/locale/ru/LC_MESSAGES/ee.mo
+share/locale/sv/LC_MESSAGES/ee.mo
+share/locale/tr/LC_MESSAGES/ee.mo
+share/locale/uk/LC_MESSAGES/ee.mo
+share/locale/zh_CN.GB2312/LC_MESSAGES/ee.mo
+share/locale/zh_TW.Big5/LC_MESSAGES/ee.mo
+share/mime-info/ee.keys
+share/pixmaps/gnome-ee.png
+@dirrmtry share/locale/uk/LC_MESSAGES
+@dirrmtry share/locale/uk
+@dirrmtry share/locale/ro/LC_MESSAGES
+@dirrmtry share/locale/ro
+@dirrmtry share/locale/pt/LC_MESSAGES
+@dirrmtry share/locale/pt
+@dirrmtry share/locale/pl/LC_MESSAGES
+@dirrmtry share/locale/pl
+@dirrmtry share/locale/no/LC_MESSAGES
+@dirrmtry share/locale/no
+@dirrmtry share/locale/ko/LC_MESSAGES
+@dirrmtry share/locale/ko
+@dirrmtry share/locale/gl/LC_MESSAGES
+@dirrmtry share/locale/gl
+@dirrmtry share/locale/fi/LC_MESSAGES
+@dirrmtry share/locale/fi
+@dirrmtry share/locale/el/LC_MESSAGES
+@dirrmtry share/locale/el
+@dirrmtry share/locale/ca/LC_MESSAGES
+@dirrmtry share/locale/ca
+@dirrm share/gnome/help/ee/C
+@dirrm share/gnome/help/ee