aboutsummaryrefslogtreecommitdiff
path: root/textproc/translate-toolkit
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 1.9.0Josh Paetzel2011-04-303-388/+83
| | | | Notes: svn path=/head/; revision=273375
* Update to 1.8.1Josh Paetzel2010-11-203-4/+81
| | | | Notes: svn path=/head/; revision=264845
* Update to 1.8.0 in preperation for bringing in py-pootleJosh Paetzel2010-09-033-24/+158
| | | | | | | Sponsored by: iXsystems Notes: svn path=/head/; revision=260497
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* Update to 1.7.0Sergey Skvortsov2010-05-143-4/+46
| | | | | | | Changes: http://sourceforge.net/news/?group_id=91920&id=286606 Notes: svn path=/head/; revision=254300
* Update to 1.6.0Sergey Skvortsov2010-03-053-5/+40
| | | | | | | | Changes: http://sourceforge.net/news/?group_id=91920&id=283443 Feature safe: yes Notes: svn path=/head/; revision=250598
* Update to 1.5.3Sergey Skvortsov2010-02-063-4/+14
| | | | | | | Changes: http://sourceforge.net/news/?group_id=91920&id=282017 Notes: svn path=/head/; revision=249329
* - Update to 1.5.2Martin Wilke2010-01-213-11/+10
| | | | | | | | | PR: 142984 Submitted by: Ports Fury VS: ---------------------------------------------------------------------- Notes: svn path=/head/; revision=248307
* Update to 1.5.1Sergey Skvortsov2009-12-313-5/+111
| | | | | | | | PR: ports/141892 Submitted by: Denis Pokataev <catone xx cpan.org> Notes: svn path=/head/; revision=246932
* - Update to 1.4.1Martin Wilke2009-11-123-5/+20
| | | | | | | | PR: 140488 Submitted by: Ports Fury Notes: svn path=/head/; revision=244167
* - Revert BROKEN tag -- the problem is in py-lxmlPav Lucistnik2009-09-231-2/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241944
* - Mark BROKEN - does not build:Pav Lucistnik2009-09-211-0/+2
| | | | | | | | | | ImportError: lxml is not installed. It might be possible to continue without support for XML formats. Reported by: pointyhat Feature safe: yes Notes: svn path=/head/; revision=241893
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+2
| | | | | | | starting with T,U,V Notes: svn path=/head/; revision=240076
* - Update to 1.4.0Martin Wilke2009-08-083-350/+811
| | | | | | | | PR: 137535 Submitted by: Ports Fury Notes: svn path=/head/; revision=239130
* - Update to 1.3.0Martin Wilke2009-06-263-435/+1402
| | | | | | | | PR: 136052 Submitted by: Ports Fury Notes: svn path=/head/; revision=236670
* 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