pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/ruby-gnome2-gtk Import ruby-gnome2-gtk from pkgsrc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1a008c79862c
branches: trunk
changeset: 505817:1a008c79862c
user: minskim <minskim%pkgsrc.org@localhost>
date: Sun Jan 08 03:47:23 2006 +0000
description:
Import ruby-gnome2-gtk from pkgsrc-wip. Packaged by Dieter Roelants.
Ruby-GNOME 2 is a set of Ruby language bindings for the various
application development libraries included with the GNOME/GTK+
environment.
Ruby/GTK2 is a Ruby binding of GTK+-2.0.x.
diffstat:
x11/ruby-gnome2-gtk/DESCR | 5 +++++
x11/ruby-gnome2-gtk/Makefile | 20 ++++++++++++++++++++
x11/ruby-gnome2-gtk/PLIST | 5 +++++
3 files changed, 30 insertions(+), 0 deletions(-)
diffs (42 lines):
diff -r aec4048ecd34 -r 1a008c79862c x11/ruby-gnome2-gtk/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/ruby-gnome2-gtk/DESCR Sun Jan 08 03:47:23 2006 +0000
@@ -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/GTK2 is a Ruby binding of GTK+-2.0.x.
diff -r aec4048ecd34 -r 1a008c79862c x11/ruby-gnome2-gtk/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/ruby-gnome2-gtk/Makefile Sun Jan 08 03:47:23 2006 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/01/08 03:47:23 minskim Exp $
+#
+
+PKGNAME= ruby-gnome2-gtk-${VERSION}
+COMMENT= Ruby binding of GTK+-2.0.x
+CATEGORIES= x11
+
+RUBY_EXTCONF_SUBDIRS= gtk
+
+DEPENDS+= ruby-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
+DEPENDS+= ruby-gnome2-atk>=${VERSION}:../../devel/ruby-gnome2-atk
+DEPENDS+= ruby-gnome2-gdkpixbuf>=${VERSION}:../../graphics/ruby-gnome2-gdkpixbuf
+
+USE_TOOLS+= pkg-config
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/ruby-gnome2-pango/buildlink3.mk"
+.include "../../graphics/cairo/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff -r aec4048ecd34 -r 1a008c79862c x11/ruby-gnome2-gtk/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/ruby-gnome2-gtk/PLIST Sun Jan 08 03:47:23 2006 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/08 03:47:23 minskim Exp $
+${RUBY_SITELIBDIR}/gtk2.rb
+${RUBY_SITELIBDIR}/${MACHINE_ARCH}-${LOWER_OPSYS}elf/gtk2.so
+${RUBY_SITELIBDIR}/${MACHINE_ARCH}-${LOWER_OPSYS}elf/gtk20.so
+${RUBY_SITELIBDIR}/${MACHINE_ARCH}-${LOWER_OPSYS}elf/gtk22.so
Home |
Main Index |
Thread Index |
Old Index