summaryrefslogtreecommitdiff
path: root/x11/ruby-gnome2-gtksourceview2
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-10-22 10:42:02 +0000
committerobache <obache@pkgsrc.org>2008-10-22 10:42:02 +0000
commitbdbef3d0627605340338e3924e740f365a23ca9b (patch)
tree2e70319c0a859f03e56d694c9d2c5983ae7a8744 /x11/ruby-gnome2-gtksourceview2
parent4bff5e91a8fb00be9ddcb23d97dcfabb9f95045e (diff)
downloadpkgsrc-bdbef3d0627605340338e3924e740f365a23ca9b.tar.gz
Update ruby-gnome2 to 0.18.0.
== Ruby-GNOME2 0.18.0: 2008-09-30 This release fixes some memory leak bugs and has new experimental packages. === Changes Ruby/GLib: * mkmf-gnome2.rb: add check_cairo. [Kouhei Sutou] * fixed memory leaks. [Kouhei Sutou] * [#2110165] Gdk::Pixbuf memory leak * install glib-enum-types.h. [Andy Spencer] * [#2106938] Install glib-enum-types.h Ruby/GTK2: * add GTK+ 2.12 related bindings. [Guillaume Cottenceau] * fixed initialize order. [Kouhei Sutou] * [#2113491] Incorrect initialize order (compiling with mingw) Ruby/GooCanvas [NEW][EXPERIMENTAL]: * added. [Kouhei Sutou] Ruby/Pango: * fixed memory leaks. [Kouhei Sutou] Ruby/GtkSourceView2 [NEW][EXPERIMENTAL]: * add. [yselkowitz]
Diffstat (limited to 'x11/ruby-gnome2-gtksourceview2')
-rw-r--r--x11/ruby-gnome2-gtksourceview2/DESCR5
-rw-r--r--x11/ruby-gnome2-gtksourceview2/Makefile20
-rw-r--r--x11/ruby-gnome2-gtksourceview2/PLIST3
3 files changed, 28 insertions, 0 deletions
diff --git a/x11/ruby-gnome2-gtksourceview2/DESCR b/x11/ruby-gnome2-gtksourceview2/DESCR
new file mode 100644
index 00000000000..1715e3c999b
--- /dev/null
+++ b/x11/ruby-gnome2-gtksourceview2/DESCR
@@ -0,0 +1,5 @@
+Ruby-GNOME 2 is a set of Ruby language bindings for the various
+application development libraries included with the GNOME/GTK+
+environment.
+
+Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.
diff --git a/x11/ruby-gnome2-gtksourceview2/Makefile b/x11/ruby-gnome2-gtksourceview2/Makefile
new file mode 100644
index 00000000000..1f1ce6e8a5a
--- /dev/null
+++ b/x11/ruby-gnome2-gtksourceview2/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2008/10/22 10:42:03 obache Exp $
+#
+
+PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtksourceview2-${VERSION}
+COMMENT= Ruby binding of gtksourceview2
+CATEGORIES= x11
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+RUBY_EXTCONF_SUBDIRS= gtksourceview2
+
+USE_TOOLS+= pkg-config
+
+DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk
+
+do-test:
+ ${RUN} cd ${WRKSRC}/gtk/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb
+
+.include "../../x11/gtksourceview2/buildlink3.mk"
+.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/x11/ruby-gnome2-gtksourceview2/PLIST b/x11/ruby-gnome2-gtksourceview2/PLIST
new file mode 100644
index 00000000000..7333447f096
--- /dev/null
+++ b/x11/ruby-gnome2-gtksourceview2/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2008/10/22 10:42:03 obache Exp $
+${RUBY_VENDORLIB}/gtksourceview2.rb
+${RUBY_VENDORARCHLIB}/gtksourceview2.${RUBY_DLEXT}