cvs commit: ports/sysutils Makefileports/sysutils/pear-Translation2 Makefile distinfo pkg-descr

Edwin Groothuis edwin at FreeBSD.org
Tue Dec 21 14:28:29 PST 2004


edwin       2004-12-21 22:28:29 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/pear-Translation2 Makefile distinfo pkg-descr 
  Log:
  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 at php.net>
  
  Revision  Changes    Path
  1.606     +1 -0      ports/sysutils/Makefile
  1.1       +96 -0     ports/sysutils/pear-Translation2/Makefile (new)
  1.1       +2 -0      ports/sysutils/pear-Translation2/distinfo (new)
  1.1       +23 -0     ports/sysutils/pear-Translation2/pkg-descr (new)


More information about the cvs-all mailing list