Path to this page:
./
textproc/php-intl,
PHP extension for i18n
Branch: pkgsrc-2017Q4,
Version: 5.6.34,
Package name: php56-intl-5.6.34,
Maintainer: pkgsrc-usersPHP is a programming language designed to be embedded into web pages.
This module is an internationalization extension, enabling PHP programmers
to perform UCA-conformant collation and date/time/number/currency formatting
in their scripts. It tends to closely follow ICU APIs, so that people having
experience working with ICU in either C/C++ or Java could easily use the PHP
API. Also, this way ICU documentation would be useful to understand various
ICU functions.
Intl consists of several modules, each of them exposes the corresponding ICU
API:
* Collator: provides string comparison capability with support
for appropriate locale-sensitive sort orderings.
* Number Formatter: allows to display number according to the
localized format or given pattern or set of rules, and to parse
strings into numbers.
* Message Formatter: allows to create messages incorporating
data (such as numbers or dates) formatted according to given
pattern and locale rules, and parse messages extracting data
from them.
* Normalizer: provides a function to transform text into one
of the Unicode normalization forms, and provides a routine to
test if a given string is already normalized.
* Locale: provides interaction with locale identifiers in the
form of functions to get subtags from locale identifier; parse,
compose, match(lookup and filter) locale identifiers.
Required to run:[
lang/php56] [
textproc/icu]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: 7fb821b637f305e54c2044c1b588ce0e5202d23e
RMD160: c3dfc5ca38f30f58f55eed95ffee934b98ec0970
Filesize: 14702.928 KB
Version history: (Expand)
- (2018-03-06) Updated to version: php56-intl-5.6.34
- (2018-01-07) Updated to version: php56-intl-5.6.33
- (2018-01-02) Package added to pkgsrc.se, version php56-intl-5.6.32nb1 (created)
CVS history: (Expand)
2018-01-07 19:02:30 by Benny Siegert | Files touched by this commit (4) |
Log message:
Pullup ticket #5677 - requested by taca
converters/php-iconv: reset PKGREVISION
databases/php-pdo_sqlite: reset PKGREVISION
textproc/php-intl: reset PKGREVISION
textproc/php-json: reset PKGREVISION
Revisions pulled up:
- converters/php-iconv/Makefile 1.13
- databases/php-pdo_sqlite/Makefile 1.29
- textproc/php-intl/Makefile 1.34
- textproc/php-json/Makefile 1.6
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Jan 5 03:14:52 UTC 2018
Modified Files:
pkgsrc/converters/php-iconv: Makefile
pkgsrc/databases/php-pdo_sqlite: Makefile
pkgsrc/textproc/php-intl: Makefile
pkgsrc/textproc/php-json: Makefile
Log message:
lang/php: reset PKGREVISION
Reset PKGREVISION with updating of all lang/php* packages.
|