8e8c259a92
= Ruby-GetText-Package-1.93.0 (2008-09-14) * Bulgarian added. * Estonian updated. * French updated. * Japanese updated. * np_, npgettext support. * Fixed bugs. - detect the correct charset on POSIX OS. - updatepo task works again on Windows OS(with broken GNU msgmerge). - Remove BOM from po-files before GNU msgmerge is executed. (GNU msgmerge doesn't support BOM) - Work with xx(double x) library and the library which uses xx library such as rcov. - Fixed expire_fragment with rails < 2.1. (NOTE) Rails-2.2 has not been supported yet. Thanks to: Translators: Vincent Isambart, Erkki Eilonen, Sava Chankov. Bug reports, suggestions and patches: Vladimir Dobriakov, Tatsuki Sugiura, Cesar Duque Calle, Remy-Christophe Schermesser, Donald Piret.
12 lines
346 B
Makefile
12 lines
346 B
Makefile
# $NetBSD: Makefile,v 1.8 2008/09/15 18:09:29 taca Exp $
|
|
|
|
DISTNAME= gettext-1.93.0
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://gettext.rubyforge.org/
|
|
COMMENT= Ruby localization library like as GNU gettext
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|