Path to this page:
./
devel/ruby-fast_gettext,
Simple, fast, memory-efficient and threadsafe GetText
Branch: CURRENT,
Version: 2.3.0,
Package name: ruby31-fast_gettext-2.3.0,
Maintainer: pkgsrc-usersGetText 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.
Required to run:[
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 29.5 KB
Version history: (Expand)
- (2023-02-23) Updated to version: ruby31-fast_gettext-2.3.0
- (2023-02-09) Updated to version: ruby31-fast_gettext-2.2.0
- (2022-08-11) Updated to version: ruby27-fast_gettext-2.2.0
- (2021-08-31) Updated to version: ruby27-fast_gettext-2.1.0
- (2020-06-07) Updated to version: ruby26-fast_gettext-2.0.3
- (2020-03-08) Updated to version: ruby26-fast_gettext-2.0.2
CVS history: (Expand)
2023-02-23 15:52:59 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-fast_gettext: update to 2.3.0
2.3.0 (2023-02-17)
* Load empty mo file only once
|
2022-08-11 15:04:15 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-fast_gettext: update to 2.2.0
2.2.0 (2022-01-20)
* Remove taint checking https://github.com/grosser/fast_gettext/pull/133.
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-06-07 08:46:57 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-fast_gettext: update to 2.0.3
Update ruby-fast_gettext to 2.0.3.
No release announce nore changelog.
2.0.3 (2020-05-26)
A few bug fixes and improbements.
|
2020-03-08 14:36:38 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-fast_gettext: update to 2.0.2
Update ruby-fast_gettext to 2.0.2.
2.0.2 (2020-02-05)
Db class should not require activerecord unless db_models are loaded.
|
2019-10-30 15:03:36 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-fast_gettext: update to 2.0.1
* Fix documentation in Readme.md.
* Initialize @data in FastGetText::MoFile.
|
2019-01-20 14:47:15 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-fast_gettext: update to 2.0.0
pkgsrc change: add "USE_LANGUAGES= # none".
2.0.0 -- Changed p_ separator to \0004 \
https://github.com/grosser/fast_gettext/pull/107 add np and add gettext aliases
|