summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-19 16:22:34 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-19 16:22:34 +0000
commita8715f3333dbe19b1bcc6a5bc977eccd5d1d778a (patch)
treec2564903ee6bba5e6a00e1256b94fff18974548e /x11-toolkits
parentAdd patchtool - a tool to automate generation/updating of patchfiles. This (diff)
Gevas are GTK+ bindings to evas canvas library, modeled after GnomeCanvas
library. PR: ports/25918 Submitted by: ishmael27@home.com
Notes
Notes: svn path=/head/; revision=40055
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/gevas/Makefile33
-rw-r--r--x11-toolkits/gevas/distinfo1
-rw-r--r--x11-toolkits/gevas/files/patch-demo::Makefile.am11
-rw-r--r--x11-toolkits/gevas/pkg-comment1
-rw-r--r--x11-toolkits/gevas/pkg-descr1
-rw-r--r--x11-toolkits/gevas/pkg-plist31
7 files changed, 79 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 2d99a6d548e5..5b3fc7a1af10 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -17,6 +17,7 @@
SUBDIR += fox
SUBDIR += fox-xunicode
SUBDIR += gal
+ SUBDIR += gevas
SUBDIR += gnome--
SUBDIR += gnome-look
SUBDIR += gob
diff --git a/x11-toolkits/gevas/Makefile b/x11-toolkits/gevas/Makefile
new file mode 100644
index 000000000000..61f4d132447e
--- /dev/null
+++ b/x11-toolkits/gevas/Makefile
@@ -0,0 +1,33 @@
+# ports collection makefile for: gevas
+# Date created: 19 March 2001
+# Whom: Jeremy Norris <ishmael27@home.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gevas
+PORTVERSION= 0.0.0
+CATEGORIES= x11-toolkits graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= enlightenment
+DISTNAME= ${PORTNAME}_alpha
+
+MAINTAINER= ishmael27@home.com
+
+LIB_DEPENDS= evas.0:${PORTSDIR}/graphics/evas
+
+USE_GTK= yes
+USE_AUTOMAKE= yes
+USE_LIBTOOL= yes
+USE_GMAKE= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+post-extract:
+.for a in install-sh missing mkinstalldirs
+ @${LN} -sf ${LOCALBASE}/share/automake/${a} ${WRKSRC}
+.endfor
+
+post-install:
+ @strip ${PREFIX}/lib/libgevas.so.0
+
+.include <bsd.port.mk>
diff --git a/x11-toolkits/gevas/distinfo b/x11-toolkits/gevas/distinfo
new file mode 100644
index 000000000000..b6d03d1beb17
--- /dev/null
+++ b/x11-toolkits/gevas/distinfo
@@ -0,0 +1 @@
+MD5 (gevas_alpha.tar.gz) = 2b112b16594139f8ce2286a31b63b0c8
diff --git a/x11-toolkits/gevas/files/patch-demo::Makefile.am b/x11-toolkits/gevas/files/patch-demo::Makefile.am
new file mode 100644
index 000000000000..bbd536bb06da
--- /dev/null
+++ b/x11-toolkits/gevas/files/patch-demo::Makefile.am
@@ -0,0 +1,11 @@
+--- demo/Makefile.am.orig Thu Feb 8 09:30:50 2001
++++ demo/Makefile.am Mon Mar 19 07:32:14 2001
+@@ -28,7 +28,7 @@
+ testgevas_SOURCES = \
+ testgevas.c
+
+-INCLUDES = -I$(srcdir) -I../src -I.. -I. -I$(topdir)/src @gtk_cflags@
++INCLUDES = -I$(srcdir) -I../src -I.. -I. -I$(topdir)/src @GTK_CFLAGS@ @evas_cflags@
+
+ testgevas_LDADD = @evas_libs@ @edb_libs@ ../src/libgevas.la -lm @GTK_LIBS@
+
diff --git a/x11-toolkits/gevas/pkg-comment b/x11-toolkits/gevas/pkg-comment
new file mode 100644
index 000000000000..56ac8f03ab70
--- /dev/null
+++ b/x11-toolkits/gevas/pkg-comment
@@ -0,0 +1 @@
+GTK+ bindings for Evas canvas library
diff --git a/x11-toolkits/gevas/pkg-descr b/x11-toolkits/gevas/pkg-descr
new file mode 100644
index 000000000000..92750ec23166
--- /dev/null
+++ b/x11-toolkits/gevas/pkg-descr
@@ -0,0 +1 @@
+GTK+ bindings for Evas canvas library, modeled after GnomeCanvas library.
diff --git a/x11-toolkits/gevas/pkg-plist b/x11-toolkits/gevas/pkg-plist
new file mode 100644
index 000000000000..f9c242afacfb
--- /dev/null
+++ b/x11-toolkits/gevas/pkg-plist
@@ -0,0 +1,31 @@
+bin/testgevas
+include/gevas.h
+include/gevasev_handler.h
+include/gevasevh_alpha.h
+include/gevasevh_clicks.h
+include/gevasevh_drag.h
+include/gevasevh_emouse_over.h
+include/gevasevh_group_selector.h
+include/gevasevh_obj_changer.h
+include/gevasevh_popup.h
+include/gevasevh_selectable.h
+include/gevasevh_to_gtk_signals.h
+include/gevasgrad.h
+include/gevasimage.h
+include/gevasobj.h
+include/gevastext.h
+include/gevastwin.h
+lib/libgevas.a
+lib/libgevas.so
+lib/libgevas.so.0
+share/gevas/andover.ttf
+share/gevas/bg.png
+share/gevas/cd.png
+share/gevas/checks.png
+share/gevas/delete.png
+share/gevas/drawer_closed.png
+share/gevas/drawer_open.png
+share/gevas/drawer_open_socks.png
+share/gevas/raptor.png
+share/gevas/raptor2.jpg
+@dirrm share/gevas