Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2B4627A175 for ; Sat, 10 Jun 2017 16:02:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 83A3F84DC2; Sat, 10 Jun 2017 16:02:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 14DB884DC1 for ; Sat, 10 Jun 2017 16:02:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id RXYYq8mTe8lc for ; Sat, 10 Jun 2017 16:02:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 561B684CDD for ; Sat, 10 Jun 2017 16:02:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 512F2FAA4; Sat, 10 Jun 2017 16:02:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1497110530205050" MIME-Version: 1.0 Date: Sat, 10 Jun 2017 16:02:10 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-gettext-setup To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170610160210.512F2FAA4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1497110530205050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Jun 10 16:02:10 UTC 2017 Added Files: pkgsrc/devel/ruby-gettext-setup: DESCR Makefile PLIST distinfo Log Message: Add ruby-gettext-setup package version 0.25. gettext-setup gem This is a simple gem to set up i18n for Ruby projects (including Sinatra web apps) using gettext and fast gettext. This project sets the default locale to English. If the user has set a different locale in their browser preferences, and we support the user's preferred locale, strings and data formatting will be customized for that locale. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-gettext-setup/DESCR \ pkgsrc/devel/ruby-gettext-setup/Makefile \ pkgsrc/devel/ruby-gettext-setup/PLIST \ pkgsrc/devel/ruby-gettext-setup/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1497110530205050 Content-Disposition: inline Content-Length: 4059 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/ruby-gettext-setup/DESCR diff -u /dev/null pkgsrc/devel/ruby-gettext-setup/DESCR:1.1 --- /dev/null Sat Jun 10 16:02:10 2017 +++ pkgsrc/devel/ruby-gettext-setup/DESCR Sat Jun 10 16:02:10 2017 @@ -0,0 +1,9 @@ +gettext-setup gem + +This is a simple gem to set up i18n for Ruby projects (including Sinatra web +apps) using gettext and fast gettext. + +This project sets the default locale to English. If the user has set a +different locale in their browser preferences, and we support the user's +preferred locale, strings and data formatting will be customized for that +locale. Index: pkgsrc/devel/ruby-gettext-setup/Makefile diff -u /dev/null pkgsrc/devel/ruby-gettext-setup/Makefile:1.1 --- /dev/null Sat Jun 10 16:02:10 2017 +++ pkgsrc/devel/ruby-gettext-setup/Makefile Sat Jun 10 16:02:10 2017 @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2017/06/10 16:02:10 taca Exp $ + +DISTNAME= gettext-setup-0.25 +CATEGORIES= devel + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/puppetlabs/gettext-setup-gem +COMMENT= Ease internationalization with fast_gettext +LICENSE= apache-2.0 + +DEPENDS+= ${RUBY_PKGPREFIX}-fast_gettext>=1.1.0:../../devel/ruby-fast_gettext +DEPENDS+= ${RUBY_PKGPREFIX}-gettext>=3.0.2:../../devel/ruby-gettext +DEPENDS+= ${RUBY_PKGPREFIX}-locale>=0:../../devel/ruby-locale + +OVERRIDE_GEMSPEC+= fast_gettext>=1.1.0 + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ruby-gettext-setup/PLIST diff -u /dev/null pkgsrc/devel/ruby-gettext-setup/PLIST:1.1 --- /dev/null Sat Jun 10 16:02:10 2017 +++ pkgsrc/devel/ruby-gettext-setup/PLIST Sat Jun 10 16:02:10 2017 @@ -0,0 +1,34 @@ +@comment $NetBSD: PLIST,v 1.1 2017/06/10 16:02:10 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/lib/gettext-setup.rb +${GEM_LIBDIR}/lib/gettext-setup/gettext_setup.rb +${GEM_LIBDIR}/lib/gettext-setup/metadata_pot.rb +${GEM_LIBDIR}/lib/gettext-setup/pot.rb +${GEM_LIBDIR}/lib/tasks/gettext.rake +${GEM_LIBDIR}/lib/templates/metadata.pot.erb +${GEM_LIBDIR}/locales/config-sample.yaml +${GEM_LIBDIR}/spec/fixtures/fixture_locales/config.yaml +${GEM_LIBDIR}/spec/fixtures/fixture_locales/fixture_locales.pot +${GEM_LIBDIR}/spec/fixtures/fixture_locales/jp/fixture_locales.po +${GEM_LIBDIR}/spec/fixtures/fixture_locales/test_strings.rb +${GEM_LIBDIR}/spec/fixtures/locales/config.yaml +${GEM_LIBDIR}/spec/fixtures/locales/de/sinatra-i18n.po +${GEM_LIBDIR}/spec/fixtures/locales/sinatra-i18n.pot +${GEM_LIBDIR}/spec/fixtures/spec_locales/config.yaml +${GEM_LIBDIR}/spec/fixtures/spec_locales/sinatra-i18n.pot +${GEM_LIBDIR}/spec/fixtures/string_changes/add.pot +${GEM_LIBDIR}/spec/fixtures/string_changes/change.pot +${GEM_LIBDIR}/spec/fixtures/string_changes/non_string_changes.pot +${GEM_LIBDIR}/spec/fixtures/string_changes/old.pot +${GEM_LIBDIR}/spec/fixtures/string_changes/remove.pot +${GEM_LIBDIR}/spec/fixtures/tmp_locales/config.yaml +${GEM_LIBDIR}/spec/fixtures/tmp_locales/de/sinatra-i18n.po +${GEM_LIBDIR}/spec/fixtures/tmp_locales/sinatra-i18n.pot +${GEM_LIBDIR}/spec/lib/gettext-setup/gettext_setup_spec.rb +${GEM_LIBDIR}/spec/lib/gettext-setup/metadata_pot_spec.rb +${GEM_LIBDIR}/spec/lib/gettext-setup/pot_spec.rb +${GEM_LIBDIR}/spec/lib/tasks/gettext_rake_spec.rb +${GEM_LIBDIR}/spec/spec_helper.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec Index: pkgsrc/devel/ruby-gettext-setup/distinfo diff -u /dev/null pkgsrc/devel/ruby-gettext-setup/distinfo:1.1 --- /dev/null Sat Jun 10 16:02:10 2017 +++ pkgsrc/devel/ruby-gettext-setup/distinfo Sat Jun 10 16:02:10 2017 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/06/10 16:02:10 taca Exp $ + +SHA1 (gettext-setup-0.25.gem) = e08cf6e7d976526b7f67734d6bd6fcb4427037ab +RMD160 (gettext-setup-0.25.gem) = 17649210d1a5f525cc6cf4399c1df7a9755728ad +SHA512 (gettext-setup-0.25.gem) = 09f0aadc739a130d5c11c6094487b788e67d4889687d56379ce11478e45cde18dc4fc173415f3bf57cb22341669e51a99a330052f4477d7fbbb448e184596110 +Size (gettext-setup-0.25.gem) = 15872 bytes --_----------=_1497110530205050--