Commit graph

13 commits

Author SHA1 Message Date
Martin Wilke
6754a83285 - Update to 2.0.4 2011-02-26 08:59:52 +00:00
Martin Wilke
8272e3dd41 - Update to 2.0.3 2010-11-04 10:01:32 +00:00
Martin Wilke
80e5625d32 - Update to 2.0.1
PR:		128888
Submitted by:	Wen Heping <wenheping@gmail.com>
2008-11-21 20:33:13 +00:00
Martin Wilke
a078cb3538 - Update to 2.0.0RC4 2008-03-11 14:02:23 +00:00
Martin Wilke
7d4c4edf4b - Update to 2.0.0RC3 2007-12-14 20:09:31 +00:00
Martin Wilke
40caaed9db - Update to 2.0.0RC2 2007-12-14 00:00:33 +00:00
Martin Wilke
d5b1c31965 - Update to 2.0.0RC1 2007-10-12 13:33:19 +00:00
Martin Wilke
b5f917e65b - Update to 2.0.0beta12
- Take maintainership
2007-04-27 20:45:49 +00:00
Mark Linimon
17ff760342 Reset maintainership of ports assigned to antonio@php.net after numerous
maintainer-timeouts and no response to email.  We hope to see him back.

Hat:		portmgr
2006-09-23 00:23:36 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Alex Dupre
4e3717ee4f Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@php.net
2005-12-09 19:24:52 +00:00
Edwin Groothuis
99b2b62f22 Update port: sysutils/pear-Translation2 to 2.0.0beta6
+ 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>
2005-02-02 12:24:09 +00:00
Edwin Groothuis
59bd1c806e New port: sysutils/pear-Translation2 PEAR class for multilingual 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>
2004-12-21 22:28:29 +00:00