# $Id: Portfile 103921 2013-03-10 02:26:30Z kimuraw@macports.org $ PortSystem 1.0 PortGroup ruby 1.0 ruby.setup gettext 2.3.0 gem {} rubygems revision 1 maintainers kimuraw openmaintainer description a Localization library and tools which modeled GNU gettext. long_description This library provides to translate original messages to \ localized messages properly using client-side locale \ information(environment variable or CGI variable).\ And the tools for developers support to create, use, and \ modify localized message files(message catalogs) easily. categories-append devel depends_run-append port:rb-locale homepage http://ruby-gettext.github.com/ license Ruby checksums md5 97c3468add02252a5d69573fdb90e5c9 \ sha1 10ebf3865f64f025b2a883c416dcf3f886d2d319 \ rmd160 b2316ae5fdc5ed841b53962b8ddf69b7ded30c73 platforms darwin post-destroot { reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${destroot}${ruby.bindir}/rxgettext reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${destroot}${ruby.bindir}/rmsginit reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${destroot}${ruby.bindir}/rmsgfmt reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${destroot}${ruby.bindir}/rmsgmerge }