pkgsrc/devel/ruby-gettext/Makefile
taca 8a4af971ef Update ruby-gettext o 2.2.1.
= Ruby-GetText-Package-2.2.1 (2012-05-20)
 * Supported non ASCII string in msgid. [GitHub#1]
   [Patch by Urban Hafner]
 * Stopped overriding String#% on Ruby 1.9.
 * Fixed a bug that "\" is too escaped.
 * Removed GetText.bindtext dependency from GetText::PoParser.
 * Ranamed GetText::MOFile to GetText::MoFile but GetText::MOFile
   is still available.

Thanks to:
 * Urban Hafner
2012-06-02 00:37:25 +00:00

19 lines
576 B
Makefile

# $NetBSD: Makefile,v 1.13 2012/06/02 00:37:25 taca Exp $
DISTNAME= gettext-2.2.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.yotabanana.com/hiki/ruby-gettext.html
COMMENT= Ruby localization library like as GNU gettext
LICENSE= ruby-license
DEPENDS+= ${RUBY_PKGPREFIX}-locale>=2.0.5:../../devel/ruby-locale
pre-configure:
cd ${WRKSRC}; ${FIND} . -type f -print | ${XARGS} ${CHMOD} g-w
${CHMOD} -x ${WRKSRC}/samples/makemo.rb
${RM} -f ${WRKSRC}/samples/cgi/po/bg/#main.po#
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"