* Add I18n::exists? method. * Add I18n.locale_available? method. * Delete unused files. * I18n::MissingTranslation exception escapes key names for its html_message, fixing CVE-2013-4492. * Use CGI.escapeHTML instead of CGI.escape_html for Ruby 1.8.7. * Fix an issue with setting I18n.config.enforce_available_locales.
12 lines
312 B
Makefile
12 lines
312 B
Makefile
# $NetBSD: Makefile,v 1.9 2013/12/16 09:21:34 taca Exp $
|
|
|
|
DISTNAME= i18n-0.6.9
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://github.com/svenfuchs/i18n
|
|
COMMENT= New wave Internationalization support for Ruby
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|