Path to this page:
./
devel/ruby-locale,
Pure ruby library which provides basic APIs for localization
Branch: CURRENT,
Version: 2.1.4,
Package name: ruby32-locale-2.1.4,
Maintainer: pkgsrc-usersRuby-Locale is the pure ruby library which provides basic APIs for
localization. It aims to support all environments and all kind of
i18n/l10n programs(GUI, WWW, library, etc), and becomes the hub
of other i18n/l10n programs to handle major locale ID standards.
Required to run:[
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 101.5 KB
Version history: (Expand)
- (2024-03-24) Updated to version: ruby32-locale-2.1.4
- (2021-10-07) Updated to version: ruby27-locale-2.1.3
- (2020-02-17) Updated to version: ruby26-locale-2.1.3
- (2017-11-23) Package has been reborn
- (2017-09-12) Updated to version: ruby23-locale-2.1.2
- (2015-10-04) Updated to version: ruby200-locale-2.1.2
CVS history: (Expand)
2024-03-24 15:09:04 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-locale: update to 2.1.4
* Update HOMEPAGE.
2.1.4 (2024-03-18)
Fixes
* Locale::Middleware: Fixed a bug that lang cookie and
Accept-Language/Accept-Charset HTTP headers never used.
- GH-15
- GH-16
- Patch by OZAWA Sakuro
Thanks
* OZAWA Sakuro
|
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-03-23 16:36:04 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Add USE_LANGUAGES
Add "USE_LANGUAGES= # none".
|
2020-02-16 05:21:50 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
ruby-locale: update to 2.1.3.
Upstream changelog (from doc/text/news.md):
## 2.1.3: 2020-02-12
### Improvements
* Suppressed warnings.
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-10-04 14:19:00 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-locale to 2.1.2.
## 2.1.2: 2015-09-15
### Improvements
* Improved GNU gettext compatibility: Ignored `LANGUAGE` environment
variable when either `LC_ALL`, `LC_MESSAGES` or `LANG` is C.
[GitHub#6] [Reported by Hleb Valoshka]
### Thanks
* Hleb Valoshka
|
2015-06-03 16:15:39 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-locale to 2.1.1.
* Use fiddle instead of dl which is obsolete on Ruby 2.2.
|