./textproc/php-intl, PHP extension for i18n

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q3, Version: 5.6.32, Package name: php56-intl-5.6.32, Maintainer: pkgsrc-users

PHP 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: c3166285c6d1f7cc04c45716052ec67b256838a1
RMD160: 481cb89ba907550adc40dda58f7f16d914367098
Filesize: 14702.704 KB

Version history: (Expand)


CVS history: (Expand)


   2017-11-01 20:19:24 by S.P.Zeidler | Files touched by this commit (13) | Package updated
Log message:
Pullup ticket #5614 - requested by taca
databases/php-ldap: revision cleanup
databases/php-mssql: revision cleanup
databases/php-pdo_dblib: revision cleanup
databases/php-pdo_sqlite: revision cleanup
graphics/php-gd: revision cleanup
meta-pkgs/php56-extensions: revision cleanup
meta-pkgs/php70-extensions: revision cleanup
meta-pkgs/php71-extensions: revision cleanup
textproc/php-intl: revision cleanup
textproc/php-xsl: revision cleanup
www/php-curl: revision cleanup
www/php-fpm: revision cleanup
www/php-tidy: revision cleanup

Revisions pulled up:
- databases/php-ldap/Makefile                                   1.29
- databases/php-mssql/Makefile                                  1.29
- databases/php-pdo_dblib/Makefile                              1.26
- databases/php-pdo_sqlite/Makefile                             1.27
- graphics/php-gd/Makefile                                      1.41
- meta-pkgs/php56-extensions/Makefile                           1.8
- meta-pkgs/php70-extensions/Makefile                           1.3
- meta-pkgs/php71-extensions/Makefile                           1.3
- textproc/php-intl/Makefile                                    1.32
- textproc/php-xsl/Makefile                                     1.11
- www/php-curl/Makefile                                         1.33
- www/php-fpm/Makefile                                          1.22
- www/php-tidy/Makefile                                         1.4

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri Oct 27 08:49:01 UTC 2017

   Modified Files:
   	pkgsrc/databases/php-ldap: Makefile
   	pkgsrc/databases/php-mssql: Makefile
   	pkgsrc/databases/php-pdo_dblib: Makefile
   	pkgsrc/databases/php-pdo_sqlite: Makefile
   	pkgsrc/graphics/php-gd: Makefile
   	pkgsrc/meta-pkgs/php56-extensions: Makefile
   	pkgsrc/meta-pkgs/php70-extensions: Makefile
   	pkgsrc/meta-pkgs/php71-extensions: Makefile
   	pkgsrc/textproc/php-intl: Makefile
   	pkgsrc/textproc/php-xsl: Makefile
   	pkgsrc/www/php-curl: Makefile
   	pkgsrc/www/php-fpm: Makefile
   	pkgsrc/www/php-tidy: Makefile

   Log message:
   pkgsrc: reset PKGREVISION

   reset PKGREVISION along with update of all lang/php*.

   To generate a diff of this commit:
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/databases/php-ldap/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/databases/php-mssql/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/php-pdo_dblib/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/databases/php-pdo_sqlite/Makefile
   cvs rdiff -u -r1.40 -r1.41 pkgsrc/graphics/php-gd/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/meta-pkgs/php56-extensions/Makefile
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/meta-pkgs/php70-extensions/Makefile
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/meta-pkgs/php71-extensions/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/textproc/php-intl/Makefile
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/php-xsl/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/php-curl/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/php-fpm/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/php-tidy/Makefile