summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-10-17 14:22:44 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-10-17 14:22:44 +0800
commit7384a925c62bf5ba6f3598d5ec36b0caf4b839c2 (patch)
tree8e9bfa8d2ea36efa03f8c6b6db0164fb21bc282c /x11-toolkits
parentd16c38ca18b6a78111fcdaa7679ebcf78cd15d71 (diff)
downloadmarcuscom-ports-7384a925c62bf5ba6f3598d5ec36b0caf4b839c2.tar
marcuscom-ports-7384a925c62bf5ba6f3598d5ec36b0caf4b839c2.tar.gz
marcuscom-ports-7384a925c62bf5ba6f3598d5ec36b0caf4b839c2.tar.bz2
marcuscom-ports-7384a925c62bf5ba6f3598d5ec36b0caf4b839c2.tar.lz
marcuscom-ports-7384a925c62bf5ba6f3598d5ec36b0caf4b839c2.tar.xz
marcuscom-ports-7384a925c62bf5ba6f3598d5ec36b0caf4b839c2.tar.zst
marcuscom-ports-7384a925c62bf5ba6f3598d5ec36b0caf4b839c2.zip
Add gtkglext, fix the runtime by add the pangox to fix like this:
/libexec/ld-elf.so.1: /usr/X11R6/lib/libgdkglext-x11-1.0.so.2: Undefined symbol "pango_x_font_map_for_display" Got bit by ruby-gtkglext 0.14.0....yes 0.14.0 is coming in MC tonight. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4953 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtkglext/Makefile32
-rw-r--r--x11-toolkits/gtkglext/distinfo2
-rw-r--r--x11-toolkits/gtkglext/files/patch-configure10
-rw-r--r--x11-toolkits/gtkglext/pkg-descr5
-rw-r--r--x11-toolkits/gtkglext/pkg-plist78
5 files changed, 127 insertions, 0 deletions
diff --git a/x11-toolkits/gtkglext/Makefile b/x11-toolkits/gtkglext/Makefile
new file mode 100644
index 000000000..e819f273e
--- /dev/null
+++ b/x11-toolkits/gtkglext/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: GtkGLExt
+# Date created: 6 November 2002
+# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gtkglext
+PORTVERSION= 1.0.6
+PORTREVISION= 4
+CATEGORIES= x11-toolkits
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0
+DIST_SUBDIR= gnome2
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= An OpenGL extension to GTK
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GNOME= gnomeprefix gnomehack gtk20
+USE_GL= yes
+USE_REINPLACE= yes
+USE_LIBTOOL_VER=15
+USE_GMAKE= yes
+INSTALLS_SHLIB= yes
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|pango gmodule-2.0|pango pangox gmodule-2.0|g' \
+ ${WRKSRC}/configure
+
+.include <bsd.port.mk>
diff --git a/x11-toolkits/gtkglext/distinfo b/x11-toolkits/gtkglext/distinfo
new file mode 100644
index 000000000..a6b326652
--- /dev/null
+++ b/x11-toolkits/gtkglext/distinfo
@@ -0,0 +1,2 @@
+MD5 (gnome2/gtkglext-1.0.6.tar.bz2) = e347e028dfe98d69c5995f547108db77
+SIZE (gnome2/gtkglext-1.0.6.tar.bz2) = 681751
diff --git a/x11-toolkits/gtkglext/files/patch-configure b/x11-toolkits/gtkglext/files/patch-configure
new file mode 100644
index 000000000..6d08f16b6
--- /dev/null
+++ b/x11-toolkits/gtkglext/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Mon Oct 21 11:28:19 2002
++++ configure Mon Oct 21 11:28:54 2002
+@@ -7024,6 +7024,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/gtkglext/pkg-descr b/x11-toolkits/gtkglext/pkg-descr
new file mode 100644
index 000000000..9412812e6
--- /dev/null
+++ b/x11-toolkits/gtkglext/pkg-descr
@@ -0,0 +1,5 @@
+GtkGLExt is an OpenGL extension to GTK. It provides the GDK objects
+to support OpenGL rendering in GTK, and GtkWidget API add-ons to make
+GTK+ widgets OpenGL-capable.
+
+WWW: http://gtkglext.sourceforge.net/
diff --git a/x11-toolkits/gtkglext/pkg-plist b/x11-toolkits/gtkglext/pkg-plist
new file mode 100644
index 000000000..bb0924a7c
--- /dev/null
+++ b/x11-toolkits/gtkglext/pkg-plist
@@ -0,0 +1,78 @@
+include/gtkglext-1.0/gdk/gdkgl.h
+include/gtkglext-1.0/gdk/gdkglconfig.h
+include/gtkglext-1.0/gdk/gdkglcontext.h
+include/gtkglext-1.0/gdk/gdkgldebug.h
+include/gtkglext-1.0/gdk/gdkgldefs.h
+include/gtkglext-1.0/gdk/gdkgldrawable.h
+include/gtkglext-1.0/gdk/gdkglenumtypes.h
+include/gtkglext-1.0/gdk/gdkglfont.h
+include/gtkglext-1.0/gdk/gdkglglext.h
+include/gtkglext-1.0/gdk/gdkglinit.h
+include/gtkglext-1.0/gdk/gdkglpixmap.h
+include/gtkglext-1.0/gdk/gdkglquery.h
+include/gtkglext-1.0/gdk/gdkglshapes.h
+include/gtkglext-1.0/gdk/gdkgltokens.h
+include/gtkglext-1.0/gdk/gdkgltypes.h
+include/gtkglext-1.0/gdk/gdkglversion.h
+include/gtkglext-1.0/gdk/gdkglwindow.h
+include/gtkglext-1.0/gdk/glext/glext-extra.h
+include/gtkglext-1.0/gdk/glext/glext.h
+include/gtkglext-1.0/gdk/glext/glxext-extra.h
+include/gtkglext-1.0/gdk/glext/glxext.h
+include/gtkglext-1.0/gdk/glext/wglext-extra.h
+include/gtkglext-1.0/gdk/glext/wglext.h
+include/gtkglext-1.0/gdk/x11/gdkglglxext.h
+include/gtkglext-1.0/gdk/x11/gdkglx.h
+include/gtkglext-1.0/gtk/gtkgl.h
+include/gtkglext-1.0/gtk/gtkgldebug.h
+include/gtkglext-1.0/gtk/gtkgldefs.h
+include/gtkglext-1.0/gtk/gtkglinit.h
+include/gtkglext-1.0/gtk/gtkglversion.h
+include/gtkglext-1.0/gtk/gtkglwidget.h
+@dirrm include/gtkglext-1.0/gtk
+@dirrm include/gtkglext-1.0/gdk/x11
+@dirrm include/gtkglext-1.0/gdk/glext
+@dirrm include/gtkglext-1.0/gdk
+@dirrm include/gtkglext-1.0
+lib/gtkglext-1.0/include/gdkglext-config.h
+lib/libgdkglext-x11-1.0.a
+lib/libgdkglext-x11-1.0.so
+lib/libgdkglext-x11-1.0.so.2
+lib/libgtkglext-x11-1.0.a
+lib/libgtkglext-x11-1.0.so
+lib/libgtkglext-x11-1.0.so.2
+@dirrm lib/gtkglext-1.0/include
+@dirrm lib/gtkglext-1.0
+libdata/pkgconfig/gdkglext-1.0.pc
+libdata/pkgconfig/gdkglext-x11-1.0.pc
+libdata/pkgconfig/gtkglext-1.0.pc
+libdata/pkgconfig/gtkglext-x11-1.0.pc
+share/aclocal/gtkglext-1.0.m4
+%%DOCSDIR%%/GdkGLExt-API.html
+%%DOCSDIR%%/GtkGLExt-API.html
+%%DOCSDIR%%/Overview.html
+%%DOCSDIR%%/gtkglext-building.html
+%%DOCSDIR%%/gtkglext-gdkglconfig.html
+%%DOCSDIR%%/gtkglext-gdkglcontext.html
+%%DOCSDIR%%/gtkglext-gdkgldrawable.html
+%%DOCSDIR%%/gtkglext-gdkglfont.html
+%%DOCSDIR%%/gtkglext-gdkglinit.html
+%%DOCSDIR%%/gtkglext-gdkglpixmap.html
+%%DOCSDIR%%/gtkglext-gdkglquery.html
+%%DOCSDIR%%/gtkglext-gdkglshapes.html
+%%DOCSDIR%%/gtkglext-gdkgltokens.html
+%%DOCSDIR%%/gtkglext-gdkglversion.html
+%%DOCSDIR%%/gtkglext-gdkglwindow.html
+%%DOCSDIR%%/gtkglext-gdkglx.html
+%%DOCSDIR%%/gtkglext-gtkglinit.html
+%%DOCSDIR%%/gtkglext-gtkglversion.html
+%%DOCSDIR%%/gtkglext-gtkglwidget.html
+%%DOCSDIR%%/gtkglext-running.html
+%%DOCSDIR%%/gtkglext.devhelp
+%%DOCSDIR%%/home.png
+%%DOCSDIR%%/index.html
+%%DOCSDIR%%/index.sgml
+%%DOCSDIR%%/left.png
+%%DOCSDIR%%/right.png
+%%DOCSDIR%%/up.png
+@dirrm %%DOCSDIR%%