summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-06-10 15:49:25 +0000
committertaca <taca@pkgsrc.org>2021-06-10 15:49:25 +0000
commit14e577409939dae8b16a2eec1e5aeed25aeac64b (patch)
treec96e6f88d55cf69dbd9504ffb7f564cd72628fc6 /devel
parent90198dc920f8953b3eeb11f2f475d5827b66492a (diff)
downloadpkgsrc-14e577409939dae8b16a2eec1e5aeed25aeac64b.tar.gz
devel/ruby-gettext: update to 3.3.8
pkgsrc change: update HOMEPAGE. 3.3.8 (2021-06-09) Improvements * msginit: Added support for generating plural forms with Unicode's CLDR plural rules data. [GitHub#85][Suggested by Michaël Hoste] * rxgettext ui: Added support for GtkBuilder UI definitions format with .glade extension. [GitHub#74][Reported by dorle-o] Fixes * rxgettext ruby: Fixed a bug that Nn_ isn't extracted. [GitHub#86][Reported by Kai Ramuenke] Thanks * Kai Ramuenke * Michaël Hoste * dorle-o
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-gettext/Makefile7
-rw-r--r--devel/ruby-gettext/PLIST15
-rw-r--r--devel/ruby-gettext/distinfo10
3 files changed, 18 insertions, 14 deletions
diff --git a/devel/ruby-gettext/Makefile b/devel/ruby-gettext/Makefile
index 14bf58120cf..384661c52d6 100644
--- a/devel/ruby-gettext/Makefile
+++ b/devel/ruby-gettext/Makefile
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.43 2021/01/18 14:38:13 taca Exp $
+# $NetBSD: Makefile,v 1.44 2021/06/10 15:49:25 taca Exp $
-DISTNAME= gettext-3.3.7
+DISTNAME= gettext-3.3.8
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://ruby-gettext.github.com/
+HOMEPAGE= https://ruby-gettext.github.io/
COMMENT= Ruby localization library like as GNU gettext
LICENSE= ruby-license OR gnu-lgpl-v3
DEPENDS+= ${RUBY_PKGPREFIX}-locale>=2.0.5:../../devel/ruby-locale
+DEPENDS+= ${RUBY_PKGPREFIX}-red-datasets>=0.1.2:../../devel/ruby-red-datasets
DEPENDS+= ${RUBY_PKGPREFIX}-text>=1.3.0:../../textproc/ruby-text
USE_LANGUAGES= # none
diff --git a/devel/ruby-gettext/PLIST b/devel/ruby-gettext/PLIST
index 68909893eed..22a8d41a4b9 100644
--- a/devel/ruby-gettext/PLIST
+++ b/devel/ruby-gettext/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2020/08/09 15:26:52 taca Exp $
+@comment $NetBSD: PLIST,v 1.28 2021/06/10 15:49:25 taca Exp $
bin/rmsgcat${RUBY_SUFFIX}
bin/rmsgfmt${RUBY_SUFFIX}
bin/rmsginit${RUBY_SUFFIX}
@@ -1385,7 +1385,8 @@ ${GEM_LIBDIR}/test/fixtures/erb/ascii.rhtml
${GEM_LIBDIR}/test/fixtures/erb/ascii.rxml
${GEM_LIBDIR}/test/fixtures/erb/minus.rhtml
${GEM_LIBDIR}/test/fixtures/erb/non_ascii.rhtml
-${GEM_LIBDIR}/test/fixtures/gladeparser.glade
+${GEM_LIBDIR}/test/fixtures/glade/2.glade
+${GEM_LIBDIR}/test/fixtures/glade/3.glade
${GEM_LIBDIR}/test/fixtures/gtk_builder_ui_definitions.ui
${GEM_LIBDIR}/test/fixtures/gtk_builder_ui_definitions.ui~
${GEM_LIBDIR}/test/fixtures/hello.rb
@@ -1396,15 +1397,16 @@ ${GEM_LIBDIR}/test/fixtures/np_.rb
${GEM_LIBDIR}/test/fixtures/ns_.rb
${GEM_LIBDIR}/test/fixtures/ns_/custom.rb
${GEM_LIBDIR}/test/fixtures/p_.rb
-${GEM_LIBDIR}/test/fixtures/ruby/percent_I.rb
-${GEM_LIBDIR}/test/fixtures/ruby/percent_W.rb
-${GEM_LIBDIR}/test/fixtures/ruby/percent_i.rb
-${GEM_LIBDIR}/test/fixtures/ruby/percent_w.rb
+${GEM_LIBDIR}/test/fixtures/ruby/percent_lower_i.rb
+${GEM_LIBDIR}/test/fixtures/ruby/percent_lower_w.rb
+${GEM_LIBDIR}/test/fixtures/ruby/percent_upper_i.rb
+${GEM_LIBDIR}/test/fixtures/ruby/percent_upper_w.rb
${GEM_LIBDIR}/test/fixtures/s_.rb
${GEM_LIBDIR}/test/fixtures/s_/custom.rb
${GEM_LIBDIR}/test/fixtures/simple.rb
${GEM_LIBDIR}/test/fixtures/untranslated.rb
${GEM_LIBDIR}/test/fixtures/upper_n_.rb
+${GEM_LIBDIR}/test/fixtures/upper_nn_.rb
${GEM_LIBDIR}/test/helper.rb
${GEM_LIBDIR}/test/locale/cr/LC_MESSAGES/plural.mo
${GEM_LIBDIR}/test/locale/da/LC_MESSAGES/plural.mo
@@ -1516,6 +1518,7 @@ ${GEM_LIBDIR}/test/tools/files/simple_1.po
${GEM_LIBDIR}/test/tools/files/simple_2.po
${GEM_LIBDIR}/test/tools/files/simple_translation.rb
${GEM_LIBDIR}/test/tools/files/version.po
+${GEM_LIBDIR}/test/tools/parser/test_glade.rb
${GEM_LIBDIR}/test/tools/parser/test_gtk_builder_ui_definitions.rb
${GEM_LIBDIR}/test/tools/parser/test_ruby.rb
${GEM_LIBDIR}/test/tools/test.pot
diff --git a/devel/ruby-gettext/distinfo b/devel/ruby-gettext/distinfo
index 355772d0fa6..d1cfee7da2c 100644
--- a/devel/ruby-gettext/distinfo
+++ b/devel/ruby-gettext/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2021/01/18 14:38:13 taca Exp $
+$NetBSD: distinfo,v 1.36 2021/06/10 15:49:25 taca Exp $
-SHA1 (gettext-3.3.7.gem) = 0c4f12fd9bef4b8e794db83affa0e601aaf4b571
-RMD160 (gettext-3.3.7.gem) = bde604fc507b843869273e182271004557c0db7c
-SHA512 (gettext-3.3.7.gem) = 6e7906d68b3e834e1a9d69cea26a61ffed07abd035c9a8ffc3456bc2fdcb9495700c2aaa4d099cf75f88dc6916899510208012e02d1d4f15de3d5148251b4233
-Size (gettext-3.3.7.gem) = 292352 bytes
+SHA1 (gettext-3.3.8.gem) = 6e28f26bb5847d2a541894387613aae3c3d3a618
+RMD160 (gettext-3.3.8.gem) = 62bc985abac203d247eb1defa7b9f23c139f235a
+SHA512 (gettext-3.3.8.gem) = e1a8999304b18c890fd0b8ca6ead7e3e0dfe8899b6e7a024483853f1515c4b78024b110741451841c45a7a64cdb55851a9807168a0aff0592059c24458b2da4f
+Size (gettext-3.3.8.gem) = 231424 bytes