aboutsummaryrefslogtreecommitdiff
path: root/textproc/translate-toolkit
Commit message (Collapse)AuthorAgeFilesLines
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Actually fix build by adding run depends to build depends. NeededAndrew Pantyukhin2007-09-101-1/+2
| | | | | | | | | since manpages are generated by running the programs. Reported by: linimon Notes: svn path=/head/; revision=199285
* - Depent on external elementtreeAndrew Pantyukhin2007-09-071-1/+3
| | | | | | | | | | - Fix levenshtein dependency line - Bump portrevision Reported by: pointyhat via pav Notes: svn path=/head/; revision=199053
* Add port textproc/translate-toolkit:Andrew Pantyukhin2007-08-304-0/+1111
The Translate Toolkit is a set of software and documentation designed to help make the lives of localizers both more productive and less frustrating. The software includes programs to covert localization formats to the common PO format and programs to check and manage PO files. The documentation includes guides on using the tools, running a localization project and how to localize various projects from OpenOffice.org to Mozilla. At its core the software contains a set of classes for handling various localization storage formats: DTD, properties, OpenOffice.org GSI/SDF, CSV and of course PO and XLIFF. It also provides scripts to convert between these formats. Also part of the Toolkit are Python programs to create word counts, merge translations and perform various checks on PO and XLIFF files. WWW: http://translate.sourceforge.net/ Based on: Gentoo Portage ebuild (bug #153512) Notes: svn path=/head/; revision=198554