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
|
2018-09-23 16:24:50 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-fast_gettext: update to 1.7.0
1.7.0 (2018/06/23)
* Only take into account the first dot separeted part of the file name which
matches an authorized locale code
* More straightforward implementation of fix for extracting locale from file
name
* Add a comment on locale segmentation over several yaml files
* Extract locale from file name when they are formated as `some.topic.qq.yml`
|
2018-02-28 17:15:24 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-fast_gettext: update to 1.6.1
1.6.0 -- 2017/12/03
* Ruby 2.4 unified Bignum and Fixnum into Integer.
* fix bug where locale files with underscores in them are not loading in
yaml.rb#find_and_store_files
* add exception for mismatching filename <=> file contents
1.6.1 -- 2018/01/18
* Update Contributors in Readme.md.
|