GetText but 3.5 x faster, 560 x less memory, simple, clean namespace (7 vs 34) and threadsafe! It supports multiple backends (.mo, .po, .yml files, Database (ActiveRecord + any other), Chain, Loggers) and can easily be extended.
12 lines
347 B
Makefile
12 lines
347 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/02/16 11:54:04 taca Exp $
|
|
|
|
DISTNAME= fast_gettext-0.6.4
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://github.com/grosser/fast_gettext
|
|
COMMENT= Simple, fast, memory-efficient and threadsafe GetText
|
|
LICENSE= public-domain
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|