summaryrefslogtreecommitdiff
path: root/x11/ruby-vte
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2019-09-14 18:11:34 +0000
committertsutsui <tsutsui@pkgsrc.org>2019-09-14 18:11:34 +0000
commita109e15eacabbd082902acf6332c2b36eddfd9a1 (patch)
tree49c4a76093e58ce8731979fc12ad20690b0c6279 /x11/ruby-vte
parent627782bb97a8ee147608b3b9b09edcbb42a9e854 (diff)
downloadpkgsrc-a109e15eacabbd082902acf6332c2b36eddfd9a1.tar.gz
ruby-gnome: Update to 3.3.8, and rename package names to match gems.
Also reorganize several dependencies in Makefile and buildlink3.mk. See the following post for details: https://mail-index.netbsd.org/pkgsrc-users/2019/09/07/msg029327.html https://mail-index.netbsd.org/pkgsrc-users/2019/09/13/msg029356.html Upstream changes (from NEWS): == Ruby-GNOME 3.3.8: 2019-09-10 This is a partially GLib 2.62.0 support release. === Changes ==== All * Improvements * Changed our project name to Ruby-GNOME from Ruby-GNOME2. [GitHub#1277][Suggested by kojix2] [GitHub#1291][Patch by kojix2] * Stopped to release (({.tar.gz})) because they are no longer used. ==== Ruby/GLib2 * Improvements * (({GLib.convert})): Changed to set correct encoding. * (({GLib::FILENAME_ENCODING})): Added. * Changed to use the same enum object for the same enum value. * (({GLib::Enum.find})): Added. * (({GLib::Bytes#initialize})): Changed to reuse (({String})) data even if the given (({String})) isn't frozen. * (({GLib::Bytes.try_convert})): Added. * (({GLib::Enum.try_convert})): Added. * (({GLib::Flags.try_convert})): Added. * (({GLib::Type.try_convert})): Added. * (({GLib::MkEnums.create})): Added support for flags to enum definition. [GitHub#1295][Patch by Mamoru TASAKA] ==== Ruby/GIO2 * Fixes * Renamed to (({Gio::Icon#hash})) from (({Gio::Icon.hash})). [GitHub#1293][Reported by Erik Czumadewski] ==== Ruby/GObjectIntrospection * Improvements * Introduced (({try_convert})) protocol. ==== Ruby/CairoGObject * Improvements * (({Cairo::Context.try_convert})): Added. * (({Cairo::Device.try_convert})): Added. * (({Cairo::Pattern.try_convert})): Added. * (({Cairo::Surface.try_convert})): Added. * (({Cairo::ScaledFont.try_convert})): Added. * (({Cairo::FontFace.try_convert})): Added. * (({Cairo::FontOptions.try_convert})): Added. * (({Cairo::Region.try_convert})): Added. === Thanks * kojix2 * Erik Czumadewski * Mamoru TASAKA
Diffstat (limited to 'x11/ruby-vte')
-rw-r--r--x11/ruby-vte/DESCR5
-rw-r--r--x11/ruby-vte/Makefile19
-rw-r--r--x11/ruby-vte/PLIST24
-rw-r--r--x11/ruby-vte/distinfo6
4 files changed, 54 insertions, 0 deletions
diff --git a/x11/ruby-vte/DESCR b/x11/ruby-vte/DESCR
new file mode 100644
index 00000000000..39b32483cac
--- /dev/null
+++ b/x11/ruby-vte/DESCR
@@ -0,0 +1,5 @@
+Ruby-GNOME is a set of Ruby language bindings for the various
+application development libraries included with the GNOME/GTK+
+environment.
+
+Ruby/VTE is a Ruby binding of VTE.
diff --git a/x11/ruby-vte/Makefile b/x11/ruby-vte/Makefile
new file mode 100644
index 00000000000..32cda637099
--- /dev/null
+++ b/x11/ruby-vte/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2019/09/14 18:11:40 tsutsui Exp $
+#
+
+DISTNAME= vte-${VERSION}
+COMMENT= Ruby binding of vte
+CATEGORIES= x11
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+
+CONFLICTS+= ruby-gnome2-vte-[0-9]*
+SUPERSEDES+= ruby-gnome2-vte-[0-9]*
+
+DEPENDS+= ${RUBY_PKGPREFIX}-gtk2>=${VERSION}:../../x11/ruby-gtk2
+
+.include "../../x11/ruby-gtk2/buildlink3.mk"
+.include "../../x11/vte/buildlink3.mk"
+.include "../../meta-pkgs/ruby-gnome/Makefile.common"
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/ruby-vte/PLIST b/x11/ruby-vte/PLIST
new file mode 100644
index 00000000000..7918fab7749
--- /dev/null
+++ b/x11/ruby-vte/PLIST
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1 2019/09/14 18:11:40 tsutsui Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/gem.build_complete
+${GEM_EXTSDIR}/vte.${RUBY_DLEXT}
+${GEM_LIBDIR}/COPYING.LIB
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/ext/vte/depend
+${GEM_LIBDIR}/ext/vte/extconf.rb
+${GEM_LIBDIR}/ext/vte/rbvte-charattributes.c
+${GEM_LIBDIR}/ext/vte/rbvte-pty.c
+${GEM_LIBDIR}/ext/vte/rbvte-reaper.c
+${GEM_LIBDIR}/ext/vte/rbvte-terminal.c
+${GEM_LIBDIR}/ext/vte/rbvte-terminalaccessible.c
+${GEM_LIBDIR}/ext/vte/rbvte.c
+${GEM_LIBDIR}/ext/vte/rbvte.h
+${GEM_LIBDIR}/extconf.rb
+${GEM_LIBDIR}/lib/vte.rb
+${GEM_LIBDIR}/lib/vte.${RUBY_DLEXT}
+${GEM_LIBDIR}/lib/vte/deprecated.rb
+${GEM_LIBDIR}/sample/multiterm.rb
+${GEM_LIBDIR}/sample/terminal.rb
+${GEM_LIBDIR}/vte.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/x11/ruby-vte/distinfo b/x11/ruby-vte/distinfo
new file mode 100644
index 00000000000..754f5599273
--- /dev/null
+++ b/x11/ruby-vte/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/09/14 18:11:40 tsutsui Exp $
+
+SHA1 (vte-3.3.8.gem) = bcc63cb79c76daacffacca5d30d80ec145b55b29
+RMD160 (vte-3.3.8.gem) = 0a016c77eacc1e2d6a2e3b135086d9f365d746aa
+SHA512 (vte-3.3.8.gem) = 407aa35a372bac7ffc27902b07ef17af845fb5c91e09beb51706fa6bb3ff9de1714dd60f75fdb53c92d00bfcf81b52bc7d656aacd78a1b039a14e5c670b35f91
+Size (vte-3.3.8.gem) = 24064 bytes