diff options
author | rh <rh> | 1999-12-20 11:58:45 +0000 |
---|---|---|
committer | rh <rh> | 1999-12-20 11:58:45 +0000 |
commit | db8f8b97a4306e65389efaa3a2b462220e72825c (patch) | |
tree | 27d73520ff0fcbfc90555e184b7a6dde49b54a0d /devel | |
parent | bbeabfff9ad8f3a862a8ad09fc387919ce968226 (diff) | |
download | pkgsrc-db8f8b97a4306e65389efaa3a2b462220e72825c.tar.gz |
Initial import of guile-gtk-0.17, a GTK+ interface for guile programs.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/guile-gtk/Makefile | 21 | ||||
-rw-r--r-- | devel/guile-gtk/files/md5 | 3 | ||||
-rw-r--r-- | devel/guile-gtk/files/patch-sum | 3 | ||||
-rw-r--r-- | devel/guile-gtk/patches/patch-aa | 51 | ||||
-rw-r--r-- | devel/guile-gtk/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/guile-gtk/pkg/DESCR | 10 | ||||
-rw-r--r-- | devel/guile-gtk/pkg/PLIST | 21 |
7 files changed, 110 insertions, 0 deletions
diff --git a/devel/guile-gtk/Makefile b/devel/guile-gtk/Makefile new file mode 100644 index 00000000000..4dd7f4ea9c9 --- /dev/null +++ b/devel/guile-gtk/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/12/20 11:58:45 rh Exp $ +# + +DISTNAME= guile-gtk-0.17 +CATEGORIES= devel x11 gnome +MASTER_SITES= http://www.ping.de/sites/zagadka/guile-gtk/download/ \ + http://erin.netpedia.net/download/ \ + http://erin.linuxbox.com/guile-gtk/download/ \ + http://linux.cem.itesm.mx/~jarios/guile-gtk/download/ + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://www.ping.de/sites/zagadka/guile-gtk/ + +DEPENDS+= gnome-core-*:../../x11/gnome-core +DEPENDS+= guile-1.3.*:../../lang/guile + +GNU_CONFIGURE= YES +USE_LIBTOOL= YES +USE_X11= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/guile-gtk/files/md5 b/devel/guile-gtk/files/md5 new file mode 100644 index 00000000000..2a6d219df97 --- /dev/null +++ b/devel/guile-gtk/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/12/20 11:58:46 rh Exp $ + +MD5 (guile-gtk-0.17.tar.gz) = 3c990bcfcf7c6082ea331acd11b4e5ea diff --git a/devel/guile-gtk/files/patch-sum b/devel/guile-gtk/files/patch-sum new file mode 100644 index 00000000000..cc82b4f25ef --- /dev/null +++ b/devel/guile-gtk/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 1999/12/20 11:58:46 rh Exp $ + +MD5 (patch-aa) = d655b4995bd6ac155912fe7cb9376c92 diff --git a/devel/guile-gtk/patches/patch-aa b/devel/guile-gtk/patches/patch-aa new file mode 100644 index 00000000000..a46d495176c --- /dev/null +++ b/devel/guile-gtk/patches/patch-aa @@ -0,0 +1,51 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/12/20 11:58:46 rh Exp $ + +--- configure.orig Sun Oct 17 01:16:57 1999 ++++ configure Sun Dec 19 18:46:02 1999 +@@ -1316,7 +1316,7 @@ + echo "$ac_t""no" 1>&6 + fi + +- ++if false; then + # Check for any special flags to pass to ltconfig. + libtool_flags="--cache-file=$cache_file" + test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared" +@@ -1414,6 +1414,7 @@ + # --recheck option to rerun configure. + # + EOF ++ + # The following way of writing the cache mishandles newlines in values, + # but we know of no workaround that is simple, portable, and efficient. + # So, don't put newlines in cache variables' values. +@@ -1470,6 +1471,7 @@ + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++fi + + # Redirect the config.log output again, so that the ltconfig log is not + # clobbered by the next message. +@@ -2562,7 +2564,7 @@ + + echo $ac_n "checking whether libtool wins""... $ac_c" 1>&6 + echo "configure:2565: checking whether libtool wins" >&5 +-if grep -q '^deplibs_check_method' ./libtool; then ++if true; then + LIBTOOL_IS_WINNING="#t" + echo "$ac_t""yes" 1>&6 + else +@@ -2854,10 +2856,12 @@ + top_srcdir="$ac_dots$ac_given_srcdir" ;; + esac + ++if false; then + case "$ac_given_INSTALL" in + [/$]*) INSTALL="$ac_given_INSTALL" ;; + *) INSTALL="$ac_dots$ac_given_INSTALL" ;; + esac ++fi + + echo creating "$ac_file" + rm -f "$ac_file" diff --git a/devel/guile-gtk/pkg/COMMENT b/devel/guile-gtk/pkg/COMMENT new file mode 100644 index 00000000000..652de375971 --- /dev/null +++ b/devel/guile-gtk/pkg/COMMENT @@ -0,0 +1 @@ +a library to make GTK accesible from guile. diff --git a/devel/guile-gtk/pkg/DESCR b/devel/guile-gtk/pkg/DESCR new file mode 100644 index 00000000000..06737a63b76 --- /dev/null +++ b/devel/guile-gtk/pkg/DESCR @@ -0,0 +1,10 @@ + Guile-gtk is a library written to make GTK accesible from guile. +It provides a convenient interface for Scheme programmers to develop +visual applications. It can also integrate with GNOME via the +Gnome-guile module. + + Guile-gtk was started by Marius Vollmer <mvo@zagadka.ping.de> and +is currently mantained by Ariel Rios <jarios@usa.net> and other +intrepid Guile hackers around the world. + +Guile-gtk is free software licensed under the GPL. diff --git a/devel/guile-gtk/pkg/PLIST b/devel/guile-gtk/pkg/PLIST new file mode 100644 index 00000000000..c38aae84a3c --- /dev/null +++ b/devel/guile-gtk/pkg/PLIST @@ -0,0 +1,21 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/20 11:58:46 rh Exp $ +bin/guile-gtk-1.2 +bin/build-guile-gtk +bin/guile-gtk +include/guile-gtk.h +lib/libguilegtk-1.2.so.0.0 +lib/libguilegtk-1.2.a +lib/libguiledlopenhelper.so.0.0 +lib/libguiledlopenhelper.a +share/guile/gtk-1.2/gtk.scm +share/guile/gtk-1.2/gdk.scm +share/guile/gtk/gtk.scm +share/guile/gtk/gdk.scm +share/guile/gtk/dynlink.scm +share/guile/gtk/config.scm +share/guile/gtk/event-repl.scm +share/guile-gtk/gtk-1.2.defs +share/guile-gtk/gdk-1.2.defs +@dirrm share/guile/gtk-1.2 +@dirrm share/guile/gtk +@dirrm share/guile-gtk |