aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pear-Translation2
Commit message (Collapse)AuthorAgeFilesLines
* Stage support for non-IGNORED pear classesAntoine Brodin2013-11-251-1/+0
| | | | | | | | Tested by: poudriere Approved by: portmgr (bapt) Notes: svn path=/head/; revision=334871
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - Convert to PEAR_AUTOINSTALLMartin Wilke2013-03-151-37/+2
| | | | Notes: svn path=/head/; revision=314246
* Convert miwi's ports to new Options frameworkBaptiste Daroussin2012-12-171-23/+22
| | | | | | | | | | While here fix some consistency in PEAR options name bumped revision of net/icpld and net/ipsumdump because IPV6 is now on Approved by: miwi (maintainer) Notes: svn path=/head/; revision=309053
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Update to 2.0.4Martin Wilke2011-02-262-8/+4
| | | | Notes: svn path=/head/; revision=269775
* - Update to 2.0.3Martin Wilke2010-11-042-4/+4
| | | | Notes: svn path=/head/; revision=264057
* - Update to 2.0.1Martin Wilke2008-11-212-6/+8
| | | | | | | | PR: 128888 Submitted by: Wen Heping <wenheping@gmail.com> Notes: svn path=/head/; revision=223140
* - Update to 2.0.0RC4Martin Wilke2008-03-112-4/+4
| | | | Notes: svn path=/head/; revision=208802
* - Update to 2.0.0RC3Martin Wilke2007-12-142-4/+4
| | | | Notes: svn path=/head/; revision=203627
* - Update to 2.0.0RC2Martin Wilke2007-12-142-4/+4
| | | | Notes: svn path=/head/; revision=203510
* - Update to 2.0.0RC1Martin Wilke2007-10-122-4/+4
| | | | Notes: svn path=/head/; revision=201360
* - Update to 2.0.0beta12Martin Wilke2007-04-272-5/+5
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=191039
* Reset maintainership of ports assigned to antonio@php.net after numerousMark Linimon2006-09-231-1/+1
| | | | | | | | | maintainer-timeouts and no response to email. We hope to see him back. Hat: portmgr Notes: svn path=/head/; revision=173626
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Remove pear ports obsolated by devel/pear and switchAlex Dupre2005-12-091-2/+2
| | | | | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net Notes: svn path=/head/; revision=150745
* Update port: sysutils/pear-Translation2 to 2.0.0beta6Edwin Groothuis2005-02-022-26/+32
| | | | | | | | | | | | | + update port: sysutils/pear-Translation2 to 2.0.0beta6 + changelog: http://pear.php.net/package/Translation2/download/2.0.0beta6/ + add TESTS + fix DEPENDS PR: ports/76911 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net> Notes: svn path=/head/; revision=127902
* New port: sysutils/pear-Translation2 PEAR class for multilingual ↵Edwin Groothuis2004-12-213-0/+121
applications management This class provides an easy way to retrieve all the strings for a multilingual site from a data source (i.e. db). The following containers are provided, more will follow: - PEAR::DB - PEAR::MDB - PEAR::MDB2 - gettext - XML - PEAR::DB_DataObject (experimental) It is designed to reduce the number of queries to the db, caching the results when possible. An Admin class is provided to easily manage translations (add/remove a language, add/remove a string). Currently, the following decorators are provided: - CacheLiteFunction (for file-based caching) - CacheMemory (for memory-based caching) - DefaultText (to replace empty strings with their keys) - Iconv (to switch from/to different encodings) - Lang (resort to fallback languages for empty strings) - SpecialChars (replace html entities with their hex codes) - UTF-8 (to convert UTF-8 strings to ISO-8859-1) PR: ports/75303 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net> Notes: svn path=/head/; revision=124736