aboutsummaryrefslogtreecommitdiff
path: root/textproc/localize
Commit message (Collapse)AuthorAgeFilesLines
* - drop MD5Dirk Meyer2011-04-071-1/+0
| | | | Notes: svn path=/head/; revision=272348
* LICENSE GPLv2Dirk Meyer2010-06-041-0/+2
| | | | Notes: svn path=/head/; revision=255719
* - drop USE_GNUSTEP_PREFIXDirk Meyer2010-05-302-31/+30
| | | | Notes: svn path=/head/; revision=255316
* - add LICENSE:Dirk Meyer2009-01-161-0/+2
| | | | Notes: svn path=/head/; revision=226279
* 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
* - fix build for option WITH_GNUSTEP_DEVELDirk Meyer2008-05-111-0/+10
| | | | Notes: svn path=/head/; revision=212917
* - update for gnustep-make-2.0.0Dirk Meyer2007-05-251-1/+1
| | | | Notes: svn path=/head/; revision=191718
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - add category gnustepDirk Meyer2007-01-311-1/+1
| | | | | | | | PR: 103931 Approved by: pav Notes: svn path=/head/; revision=183799
* Localize is an application to aid in the translation of .strings files.Dirk Meyer2006-12-034-0/+66
.strings files must be distributed in ASCII encoding, which generally isn't a convenient encoding to do translation in. As an example, its rather difficult to enter Chinese characters into an ASCII encoded text file. Localize will, with any luck, help out with this. Currently its just a shell of an application, but sometime in the future I hope to complete it. WWW: http://www.eskimo.com/~pburns/Localize/ Notes: svn path=/head/; revision=178704