summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorobache <obache>2008-09-17 00:21:48 +0000
committerobache <obache>2008-09-17 00:21:48 +0000
commitc37b0ee04306c636422ba94034328e5c7b8ed04c (patch)
tree24fe136e4ffd280b7c41acc7a744a9bd50514b51 /devel
parente81a9472df6eb3df844429c1ec1684f33194b79f (diff)
downloadpkgsrc-c37b0ee04306c636422ba94034328e5c7b8ed04c.tar.gz
Update ruby-gnome2 to 0.17.0 release.
pkgsrc changes: * Add some additional modules: devel/ruby-gnome2-bonobo devel/ruby-gnome2-bonoboui devel/ruby-gnome2-gconf devel/ruby-gnome2-libglade graphics/ruby-gnome2-gtkglext multimedia/ruby-gnome2-gstreamer print/ruby-gnome2-gnomeprintui sysutils/ruby-gnome2-gnomevfs www/ruby-gnome2-gtkhtml2 www/ruby-gnome2-gtkmozembed x11/ruby-gnome2-gtksourceview x11/ruby-gnome2-vte * Fixed detection of rcairo. It had been broken since switched to gem. patch-a{c,h,i,j,k,l.m} (It Already in upstream trunk) * Add patches for allow to load gem rcairo. patch-a{n,o,p} * Fixed overwritten glib module when installing modules require generated header of glib module. Modify to install the header as part of glib module and use bl3.mk. * clean up dependency * Add test target for modules having unit test. * Modified patch-a{a,b,d,f,g} to acceptable by upstream. Ruby-GNOME2-0.17.0 (2008-09-07) Release notes: * This Release supports Ruby 1.8.7 and has many bug fixes and new bound functions. Main changes: * Ruby/GLib: - [#2060606] Crash when removing ruby applet from gnome panel with 0.7rc1 [Kouhei Sutou] * Ruby/GTK: - [#2025651] FTBFS with gtk+ 2.13.5 [Cesare Tirabassi, Kouhei Sutou] - [#2043970] Segfaults on 64-bit Linux [Neil Roberts, Kouhei Sutou] * Ruby/Pango: - [#2043970] Pango::FontDescription#weight= seg fault [Kouhei Sutou] * Many other changes, GC bugs, Segfault fixes. See corresponding ChangeLog for detailed information on changes and contributors. Special thanks for your contributions to: (list in no particular order) - Neil Roberts - Cesare Tirabassi - Arnaud Cornet
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile6
-rw-r--r--devel/ruby-gnome2-atk/Makefile4
-rw-r--r--devel/ruby-gnome2-bonobo/DESCR5
-rw-r--r--devel/ruby-gnome2-bonobo/Makefile20
-rw-r--r--devel/ruby-gnome2-bonobo/PLIST3
-rw-r--r--devel/ruby-gnome2-bonoboui/DESCR5
-rw-r--r--devel/ruby-gnome2-bonoboui/Makefile21
-rw-r--r--devel/ruby-gnome2-bonoboui/PLIST3
-rw-r--r--devel/ruby-gnome2-gconf/DESCR5
-rw-r--r--devel/ruby-gnome2-gconf/Makefile19
-rw-r--r--devel/ruby-gnome2-gconf/PLIST3
-rw-r--r--devel/ruby-gnome2-glib/Makefile13
-rw-r--r--devel/ruby-gnome2-glib/PLIST3
-rw-r--r--devel/ruby-gnome2-glib/buildlink3.mk21
-rw-r--r--devel/ruby-gnome2-libglade/DESCR5
-rw-r--r--devel/ruby-gnome2-libglade/Makefile22
-rw-r--r--devel/ruby-gnome2-libglade/PLIST4
-rw-r--r--devel/ruby-gnome2-pango/Makefile7
18 files changed, 164 insertions, 5 deletions
diff --git a/devel/Makefile b/devel/Makefile
index aae1f1f2180..d2f0faea973 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1032 2008/09/15 15:15:25 he Exp $
+# $NetBSD: Makefile,v 1.1033 2008/09/17 00:21:48 obache Exp $
#
COMMENT= Development utilities
@@ -881,7 +881,11 @@ SUBDIR+= ruby-eventmachine
SUBDIR+= ruby-flexmock
SUBDIR+= ruby-gettext
SUBDIR+= ruby-gnome2-atk
+SUBDIR+= ruby-gnome2-bonobo
+SUBDIR+= ruby-gnome2-bonoboui
+SUBDIR+= ruby-gnome2-gconf
SUBDIR+= ruby-gnome2-glib
+SUBDIR+= ruby-gnome2-libglade
SUBDIR+= ruby-gnome2-pango
SUBDIR+= ruby-heckle
SUBDIR+= ruby-highline
diff --git a/devel/ruby-gnome2-atk/Makefile b/devel/ruby-gnome2-atk/Makefile
index 2d26cf8915b..ffaf4176c85 100644
--- a/devel/ruby-gnome2-atk/Makefile
+++ b/devel/ruby-gnome2-atk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2007/01/29 06:42:33 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2008/09/17 00:21:48 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-atk-${VERSION}
@@ -7,6 +7,8 @@ CATEGORIES= devel
CONFLICTS+= ruby-gnome2-atk-[0-9]*
+PKG_DESTDIR_SUPPORT= user-destdir
+
RUBY_EXTCONF_SUBDIRS= atk
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
diff --git a/devel/ruby-gnome2-bonobo/DESCR b/devel/ruby-gnome2-bonobo/DESCR
new file mode 100644
index 00000000000..13ce785b66e
--- /dev/null
+++ b/devel/ruby-gnome2-bonobo/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/Bonobo2 is a Ruby binding of libbonobo-2.x or later.
diff --git a/devel/ruby-gnome2-bonobo/Makefile b/devel/ruby-gnome2-bonobo/Makefile
new file mode 100644
index 00000000000..f51d2733e05
--- /dev/null
+++ b/devel/ruby-gnome2-bonobo/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2008/09/17 00:21:48 obache Exp $
+#
+
+PKGNAME= ${RUBY_PKGPREFIX}-gnome2-bonobo-${VERSION}
+COMMENT= Ruby binding of libbonobo-2.x or later
+CATEGORIES= devel
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+RUBY_EXTCONF_SUBDIRS= bonobo
+
+DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk
+USE_TOOLS+= pkg-config
+
+.include "../../x11/gtk2/buildlink3.mk"
+BUILDLINK_DEPMETHOD.ruby-gnome2-glib= build
+.include "../../devel/ruby-gnome2-glib/buildlink3.mk"
+.include "../../devel/libbonobo/buildlink3.mk"
+.include "../../devel/libbonoboui/buildlink3.mk"
+.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/devel/ruby-gnome2-bonobo/PLIST b/devel/ruby-gnome2-bonobo/PLIST
new file mode 100644
index 00000000000..5935cae1486
--- /dev/null
+++ b/devel/ruby-gnome2-bonobo/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2008/09/17 00:21:48 obache Exp $
+${RUBY_VENDORLIB}/bonobo2.rb
+${RUBY_VENDORARCHLIB}/bonobo2.${RUBY_DLEXT}
diff --git a/devel/ruby-gnome2-bonoboui/DESCR b/devel/ruby-gnome2-bonoboui/DESCR
new file mode 100644
index 00000000000..c7397fde09b
--- /dev/null
+++ b/devel/ruby-gnome2-bonoboui/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/BonoboUI2 is a Ruby binding of libbonoboui-2.x or later.
diff --git a/devel/ruby-gnome2-bonoboui/Makefile b/devel/ruby-gnome2-bonoboui/Makefile
new file mode 100644
index 00000000000..7cfb034b9e6
--- /dev/null
+++ b/devel/ruby-gnome2-bonoboui/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2008/09/17 00:21:49 obache Exp $
+#
+
+PKGNAME= ${RUBY_PKGPREFIX}-gnome2-bonoboui-${VERSION}
+COMMENT= Ruby binding of libbonoboui-2.x or later
+CATEGORIES= devel
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+RUBY_EXTCONF_SUBDIRS= bonoboui
+
+DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gnome>=${VERSION}:../../x11/ruby-gnome2-gnome
+DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk
+USE_TOOLS+= pkg-config
+
+.include "../../x11/gtk2/buildlink3.mk"
+BUILDLINK_DEPMETHOD.ruby-gnome2-glib= build
+.include "../../devel/ruby-gnome2-glib/buildlink3.mk"
+.include "../../devel/libbonoboui/buildlink3.mk"
+.include "../../devel/libgnomeui/buildlink3.mk"
+.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/devel/ruby-gnome2-bonoboui/PLIST b/devel/ruby-gnome2-bonoboui/PLIST
new file mode 100644
index 00000000000..56d2715bce4
--- /dev/null
+++ b/devel/ruby-gnome2-bonoboui/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2008/09/17 00:21:49 obache Exp $
+${RUBY_VENDORLIB}/bonoboui2.rb
+${RUBY_VENDORARCHLIB}/bonoboui2.${RUBY_DLEXT}
diff --git a/devel/ruby-gnome2-gconf/DESCR b/devel/ruby-gnome2-gconf/DESCR
new file mode 100644
index 00000000000..b1102e151c5
--- /dev/null
+++ b/devel/ruby-gnome2-gconf/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/GConf2 is a Ruby binding of libgconf-1.2.x or later.
diff --git a/devel/ruby-gnome2-gconf/Makefile b/devel/ruby-gnome2-gconf/Makefile
new file mode 100644
index 00000000000..03f0a11ff67
--- /dev/null
+++ b/devel/ruby-gnome2-gconf/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2008/09/17 00:21:49 obache Exp $
+#
+
+PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gconf-${VERSION}
+COMMENT= Ruby binding of GConf-1.2.x or later
+CATEGORIES= devel
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+RUBY_EXTCONF_SUBDIRS= gconf
+
+USE_TOOLS+= pkg-config
+
+do-test:
+ ${RUN} cd ${WRKSRC}/gconf/tests; \
+ ${SETENV} ${TEST_ENV} ${RUBY} -I ${WRKSRC}/gconf/src unittest.rb
+
+.include "../../devel/GConf/buildlink3.mk"
+.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/devel/ruby-gnome2-gconf/PLIST b/devel/ruby-gnome2-gconf/PLIST
new file mode 100644
index 00000000000..c961da5d2d5
--- /dev/null
+++ b/devel/ruby-gnome2-gconf/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2008/09/17 00:21:49 obache Exp $
+${RUBY_VENDORLIB}/gconf2.rb
+${RUBY_VENDORARCHLIB}/gconf2.${RUBY_DLEXT}
diff --git a/devel/ruby-gnome2-glib/Makefile b/devel/ruby-gnome2-glib/Makefile
index 8157f8ae9e7..ad9f0545b93 100644
--- a/devel/ruby-gnome2-glib/Makefile
+++ b/devel/ruby-gnome2-glib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/06/19 15:11:24 taca Exp $
+# $NetBSD: Makefile,v 1.7 2008/09/17 00:21:49 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-glib-${VERSION}
@@ -7,9 +7,20 @@ CATEGORIES= devel
CONFLICTS+= ruby-gnome2-glib-[0-9]*
+PKG_DESTDIR_SUPPORT= user-destdir
+
RUBY_EXTCONF_SUBDIRS= glib
USE_TOOLS+= pkg-config
+# Need glib-enum-types.h for build ruby-gnome2-{gtk,gnomecanvas}.
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/glib/src/glib-enum-types.h \
+ ${DESTDIR}${RUBY_VENDORARCHLIBDIR}
+
+do-test:
+ ${RUN} cd ${WRKSRC}/glib/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb
+
+
.include "../../devel/glib2/buildlink3.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/devel/ruby-gnome2-glib/PLIST b/devel/ruby-gnome2-glib/PLIST
index f624c4b6778..358d98aaf3d 100644
--- a/devel/ruby-gnome2-glib/PLIST
+++ b/devel/ruby-gnome2-glib/PLIST
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.4 2008/06/19 15:11:24 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2008/09/17 00:21:49 obache Exp $
${RUBY_VENDORLIB}/glib-mkenums.rb
${RUBY_VENDORLIB}/glib2.rb
${RUBY_VENDORARCHLIB}/glib2.${RUBY_DLEXT}
+${RUBY_VENDORARCHLIB}/glib-enum-types.h
${RUBY_VENDORLIB}/mkmf-gnome2.rb
${RUBY_VENDORLIB}/pkg-config.rb
diff --git a/devel/ruby-gnome2-glib/buildlink3.mk b/devel/ruby-gnome2-glib/buildlink3.mk
new file mode 100644
index 00000000000..135e115dbad
--- /dev/null
+++ b/devel/ruby-gnome2-glib/buildlink3.mk
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.1 2008/09/17 00:21:49 obache Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+RUBY_GNOME2_GLIB_BUILDLINK3_MK:= ${RUBY_GNOME2_GLIB_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+= ruby-gnome2-glib
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nruby-gnome2-glib}
+BUILDLINK_PACKAGES+= ruby-gnome2-glib
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}ruby-gnome2-glib
+
+.if ${RUBY_GNOME2_GLIB_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.ruby-gnome2-glib+= ${RUBY_PKGPREFIX}-gnome2-glib>=0.17.0
+BUILDLINK_PKGSRCDIR.ruby-gnome2-glib?= ../../devel/ruby-gnome2-glib
+.endif # RUBY_GNOME2_GLIB_BUILDLINK3_MK
+
+.include "../../devel/glib2/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/devel/ruby-gnome2-libglade/DESCR b/devel/ruby-gnome2-libglade/DESCR
new file mode 100644
index 00000000000..97c2be6841b
--- /dev/null
+++ b/devel/ruby-gnome2-libglade/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/Libglade2 is a Ruby binding of Libglade2.
diff --git a/devel/ruby-gnome2-libglade/Makefile b/devel/ruby-gnome2-libglade/Makefile
new file mode 100644
index 00000000000..5e331a849e5
--- /dev/null
+++ b/devel/ruby-gnome2-libglade/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2008/09/17 00:21:49 obache Exp $
+#
+
+PKGNAME= ${RUBY_PKGPREFIX}-gnome2-libglade-${VERSION}
+COMMENT= Ruby binding of libglade
+CATEGORIES= devel
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+RUBY_EXTCONF_SUBDIRS= libglade
+
+DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk
+USE_TOOLS+= pkg-config
+
+INSTALL_TARGET= install
+
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/libglade/buildlink3.mk"
+BUILDLINK_DEPMETHOD.ruby-gnome2-glib= build
+.include "../../devel/ruby-gnome2-glib/buildlink3.mk"
+.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/devel/ruby-gnome2-libglade/PLIST b/devel/ruby-gnome2-libglade/PLIST
new file mode 100644
index 00000000000..a2f64a486b3
--- /dev/null
+++ b/devel/ruby-gnome2-libglade/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2008/09/17 00:21:49 obache Exp $
+bin/ruby-glade-create-template
+${RUBY_VENDORLIB}/libglade2.rb
+${RUBY_VENDORARCHLIB}/libglade2.${RUBY_DLEXT}
diff --git a/devel/ruby-gnome2-pango/Makefile b/devel/ruby-gnome2-pango/Makefile
index a15aa456920..35d54bbe2ea 100644
--- a/devel/ruby-gnome2-pango/Makefile
+++ b/devel/ruby-gnome2-pango/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/06/19 15:11:45 taca Exp $
+# $NetBSD: Makefile,v 1.10 2008/09/17 00:21:49 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-pango-${VERSION}
@@ -7,6 +7,8 @@ CATEGORIES= devel fonts
CONFLICTS+= ruby-gnome2-pango-[0-9]*
+PKG_DESTDIR_SUPPORT= user-destdir
+
RUBY_EXTCONF_SUBDIRS= pango
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
@@ -15,6 +17,9 @@ USE_TOOLS+= pkg-config
INSTALL_TARGET= install
+do-test:
+ ${RUN} cd ${WRKSRC}/pango/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb
+
.include "../../devel/pango/buildlink3.mk"
.include "../../graphics/ruby-rcairo/buildlink3.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"