Sun Apr 8 19:29:46 2012 UTC ()
Update to 2.5.2.02

Changelog:
----------------------------------------------------------------------
 OmegaT 2.5.2 update 2
----------------------------------------------------------------------
   1 Enhancement
   5 Bug fixes
   1 Localisation update
----------------------------------------------------------------------
2.5.2 update 2 vs. 2.5.2

  - The writeable glossary file can now have a .utf8 extension instead
of a .txt one, .txt being still the default

  Bug fixes:

  - When using Remove Tags, some non-OmegaT tags (e.g., %s, depending on
the kind of tags checked in Options > Tag Validation) and some
non-useful spaces could be copied at the end of the segment in the target
document

  - In some rare circumstances, the display of matches in the Fuzzy Matches
pane could be very slow

  - When the Fuzzy Matches pane was closed, the explanation text was
displayed in bold instead of the initial non-bold attribute

  - In TMXs, the end of line was hardcoded as LF, instead of using the
system line separator (e.g., CR+LF under Windows, LF under Linux)

  - In the Android filter, the "do not translate" mark has been corrected

  Localisation updates:

  - Dutch localisation updated to 2.5.2 (UI)

----------------------------------------------------------------------
 OmegaT 2.5.2 update 1
----------------------------------------------------------------------
   0 Enhancement
   1 Bug fix
   0 Localisation update
----------------------------------------------------------------------
2.5.2 update 1 vs. 2.5.2

  Bug fixes:

  - When the glossary folder wasn't in the default location, the
default writeable glossary file wasn't computed correctly. In addition,
the name of the glossary file was lost on saving when a manual correction
was done in project properties.

----------------------------------------------------------------------
 OmegaT 2.5.2
----------------------------------------------------------------------
   8 Enhancements
   2 Bug fixes
   5 Localisation updates
----------------------------------------------------------------------
2.5.2 vs. 2.5.1 update 1

  Implemented requests:

  - Show non-breakable space
  http://sourceforge.net/support/tracker.php?aid=3495779

  - Use search term as window title in Search window
  http://sourceforge.net/support/tracker.php?aid=2610094

  - Clarification of the Options > Spell Checking... dialog
  http://sourceforge.net/support/tracker.php?aid=3473630

  - Selectable location for the writeable glossary file
  http://sourceforge.net/support/tracker.php?aid=3503373

  - Second plugin location in <home>/plugins
  http://sourceforge.net/support/tracker.php?aid=3428485

  Other enhancements:

  - Add explanatory messages to windows as hints when no project is open

  - Segments containing a note can be marked with View >
Mark Segments with Notes. This marking has priority over Mark Translated
and Mark Untranslated.

  - Display of the corresponding colours in the View menu for "Mark"
menu entries

  Bug fixes:

  - In the PO filter, "path" was always displayed in the Comment pane,
even if it was empty

  - When using Insert Source Tags, a space was added before the first one

  Localisation updates:

  - Simplified Chinese localisation updated to 2.5.0 (UI, readme, documentation)
  - Italian localisation updated to 2.5.1 (UI)
  - Dutch localisation updated to 2.5.1 (UI)
  - Japanese localisation updated to 2.5.1 (UI)
  - Slovenian localisation updated to 2.5.2 (UI)


(ryoon)
diff -r1.2 -r1.3 pkgsrc/editors/OmegaT/Makefile
diff -r1.2 -r1.3 pkgsrc/editors/OmegaT/PLIST
diff -r1.2 -r1.3 pkgsrc/editors/OmegaT/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/editors/OmegaT/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/OmegaT/Makefile 2012/02/22 13:41:45 1.2
+++ pkgsrc/editors/OmegaT/Makefile 2012/04/08 19:29:46 1.3
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.2 2012/02/22 13:41:45 ryoon Exp $ 1# $NetBSD: Makefile,v 1.3 2012/04/08 19:29:46 ryoon Exp $
2# 2#
3 3
4DISTNAME= OmegaT_2.5.1_01_Beta_Source 4DISTNAME= OmegaT_2.5.2_02_Beta_Source
5PKGNAME= ${DISTNAME:S/OmegaT_/OmegaT-/:S/_Source//:S/_Beta//:S/_/./g} 5PKGNAME= ${DISTNAME:S/OmegaT_/OmegaT-/:S/_Source//:S/_Beta//:S/_/./g}
6CATEGORIES= editors 6CATEGORIES= editors
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=omegat/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=omegat/}
8EXTRACT_SUFX= .zip 8EXTRACT_SUFX= .zip
9 9
10MAINTAINER= ryoon@NetBSD.org 10MAINTAINER= ryoon@NetBSD.org
11HOMEPAGE= http://www.omegat.org/ 11HOMEPAGE= http://www.omegat.org/
12COMMENT= The translation memory (TM) application written in Java 12COMMENT= The translation memory (TM) application written in Java
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17WRKSRC= ${WRKDIR} 17WRKSRC= ${WRKDIR}

cvs diff -r1.2 -r1.3 pkgsrc/editors/OmegaT/PLIST (expand / switch to unified diff)

--- pkgsrc/editors/OmegaT/PLIST 2012/02/22 13:41:45 1.2
+++ pkgsrc/editors/OmegaT/PLIST 2012/04/08 19:29:46 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.2 2012/02/22 13:41:45 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.3 2012/04/08 19:29:46 ryoon Exp $
2bin/OmegaT 2bin/OmegaT
3share/OmegaT/OmegaT.jar 3share/OmegaT/OmegaT.jar
4share/OmegaT/lib/CDDL+GPLv2.txt 4share/OmegaT/lib/CDDL+GPLv2.txt
5share/OmegaT/lib/Licence_CeCILL_V2-en.txt 5share/OmegaT/lib/Licence_CeCILL_V2-en.txt
6share/OmegaT/lib/Licence_CeCILL_V2-fr.txt 6share/OmegaT/lib/Licence_CeCILL_V2-fr.txt
7share/OmegaT/lib/Licenses.txt 7share/OmegaT/lib/Licenses.txt
8share/OmegaT/lib/MPL-1.1.txt 8share/OmegaT/lib/MPL-1.1.txt
9share/OmegaT/lib/MRJAdapter.jar 9share/OmegaT/lib/MRJAdapter.jar
10share/OmegaT/lib/activation.jar 10share/OmegaT/lib/activation.jar
11share/OmegaT/lib/gpl-2.0.txt 11share/OmegaT/lib/gpl-2.0.txt
12share/OmegaT/lib/htmlparser.jar 12share/OmegaT/lib/htmlparser.jar
13share/OmegaT/lib/jaxb-api.jar 13share/OmegaT/lib/jaxb-api.jar
14share/OmegaT/lib/jaxb-impl.jar 14share/OmegaT/lib/jaxb-impl.jar
@@ -1104,76 +1104,79 @@ share/doc/OmegaT/sv/OmegaT.css @@ -1104,76 +1104,79 @@ share/doc/OmegaT/sv/OmegaT.css
1104share/doc/OmegaT/sv/images/MatchesPane.png 1104share/doc/OmegaT/sv/images/MatchesPane.png
1105share/doc/OmegaT/sv/images/NewProject.png 1105share/doc/OmegaT/sv/images/NewProject.png
1106share/doc/OmegaT/sv/images/tagged_segment.png 1106share/doc/OmegaT/sv/images/tagged_segment.png
1107share/doc/OmegaT/sv/images/tagged_segment_target.png 1107share/doc/OmegaT/sv/images/tagged_segment_target.png
1108share/doc/OmegaT/sv/instantStartGuideNoTOC.html 1108share/doc/OmegaT/sv/instantStartGuideNoTOC.html
1109share/doc/OmegaT/sv/license.txt 1109share/doc/OmegaT/sv/license.txt
1110share/doc/OmegaT/sv/version.properties 1110share/doc/OmegaT/sv/version.properties
1111share/doc/OmegaT/tr/OmegaT.css 1111share/doc/OmegaT/tr/OmegaT.css
1112share/doc/OmegaT/tr/images/NewProject.png 1112share/doc/OmegaT/tr/images/NewProject.png
1113share/doc/OmegaT/tr/images/tagged_segment.png 1113share/doc/OmegaT/tr/images/tagged_segment.png
1114share/doc/OmegaT/tr/images/tagged_segment_target.png 1114share/doc/OmegaT/tr/images/tagged_segment_target.png
1115share/doc/OmegaT/tr/instantStartGuideNoTOC.html 1115share/doc/OmegaT/tr/instantStartGuideNoTOC.html
1116share/doc/OmegaT/tr/version.properties 1116share/doc/OmegaT/tr/version.properties
1117share/doc/OmegaT/zh_CN/GoogleTranslate.html 
1118share/doc/OmegaT/zh_CN/OmegaT.css 1117share/doc/OmegaT/zh_CN/OmegaT.css
1119share/doc/OmegaT/zh_CN/aboutOmegaT.html 1118share/doc/OmegaT/zh_CN/appendix.acknowledgements.html
1120share/doc/OmegaT/zh_CN/commandlineArguments.html 1119share/doc/OmegaT/zh_CN/appendix.keyboard.html
1121share/doc/OmegaT/zh_CN/consoleMode.html 1120share/doc/OmegaT/zh_CN/appendix.languages.html
1122share/doc/OmegaT/zh_CN/dictionaries.html 1121share/doc/OmegaT/zh_CN/appendix.legal.notices.html
1123share/doc/OmegaT/zh_CN/fileFilters.html 1122share/doc/OmegaT/zh_CN/appendix.website.html
1124share/doc/OmegaT/zh_CN/fileFormats.html 1123share/doc/OmegaT/zh_CN/chapter.about.OmegaT.html
1125share/doc/OmegaT/zh_CN/filesAndDirectories.html 1124share/doc/OmegaT/zh_CN/chapter.dictionaries.html
1126share/doc/OmegaT/zh_CN/filesToTranslate.html 1125share/doc/OmegaT/zh_CN/chapter.file.filters.html
1127share/doc/OmegaT/zh_CN/fontSettings.html 1126share/doc/OmegaT/zh_CN/chapter.files.and.directories.html
1128share/doc/OmegaT/zh_CN/formattedText.html 1127share/doc/OmegaT/zh_CN/chapter.files.to.translate.html
1129share/doc/OmegaT/zh_CN/glossaries.html 1128share/doc/OmegaT/zh_CN/chapter.font.html
 1129share/doc/OmegaT/zh_CN/chapter.formatted.text.html
 1130share/doc/OmegaT/zh_CN/chapter.glossaries.html
 1131share/doc/OmegaT/zh_CN/chapter.installing.and.running.html
 1132share/doc/OmegaT/zh_CN/chapter.instant.start.guide.html
 1133share/doc/OmegaT/zh_CN/chapter.machine.translate.html
 1134share/doc/OmegaT/zh_CN/chapter.menu.html
 1135share/doc/OmegaT/zh_CN/chapter.misc.html
 1136share/doc/OmegaT/zh_CN/chapter.plain.text.html
 1137share/doc/OmegaT/zh_CN/chapter.project.properties.html
 1138share/doc/OmegaT/zh_CN/chapter.regexp.html
 1139share/doc/OmegaT/zh_CN/chapter.searches.html
 1140share/doc/OmegaT/zh_CN/chapter.segmentation.html
 1141share/doc/OmegaT/zh_CN/chapter.spellchecker.html
 1142share/doc/OmegaT/zh_CN/chapter.translation.editing.html
 1143share/doc/OmegaT/zh_CN/chapter.translation.memories.html
 1144share/doc/OmegaT/zh_CN/chapter.user.interface.html
1130share/doc/OmegaT/zh_CN/images/AppleKey.gif 1145share/doc/OmegaT/zh_CN/images/AppleKey.gif
1131share/doc/OmegaT/zh_CN/images/AsciiFilteroptions.png 1146share/doc/OmegaT/zh_CN/images/AsciiFilteroptions.png
1132share/doc/OmegaT/zh_CN/images/DictMerriamWebster.png 1147share/doc/OmegaT/zh_CN/images/DictMerriamWebster.png
1133share/doc/OmegaT/zh_CN/images/Dock.gif 1148share/doc/OmegaT/zh_CN/images/Dock.gif
 1149share/doc/OmegaT/zh_CN/images/EditingBehaviourOptions.png
1134share/doc/OmegaT/zh_CN/images/Glossary_pane.png 1150share/doc/OmegaT/zh_CN/images/Glossary_pane.png
1135share/doc/OmegaT/zh_CN/images/Main_pane_counters.png 1151share/doc/OmegaT/zh_CN/images/MatchStatistics.png
1136share/doc/OmegaT/zh_CN/images/MatchesPane.png 1152share/doc/OmegaT/zh_CN/images/MatchesPane.png
1137share/doc/OmegaT/zh_CN/images/Maximize.gif 1153share/doc/OmegaT/zh_CN/images/Maximize.gif
1138share/doc/OmegaT/zh_CN/images/Minimize.gif 1154share/doc/OmegaT/zh_CN/images/Minimize.gif
1139share/doc/OmegaT/zh_CN/images/MobyDick.png 1155share/doc/OmegaT/zh_CN/images/MobyDick.png
 1156share/doc/OmegaT/zh_CN/images/MultiTerm_Glossary.png
1140share/doc/OmegaT/zh_CN/images/NewProject.png 1157share/doc/OmegaT/zh_CN/images/NewProject.png
 1158share/doc/OmegaT/zh_CN/images/OmT_Cyrillic.png
 1159share/doc/OmegaT/zh_CN/images/OmT_Japanese.png
1141share/doc/OmegaT/zh_CN/images/OmegaT_icon.png 1160share/doc/OmegaT/zh_CN/images/OmegaT_icon.png
1142share/doc/OmegaT/zh_CN/images/OmegaT_panes.png 1161share/doc/OmegaT/zh_CN/images/OmegaT_panes.png
1143share/doc/OmegaT/zh_CN/images/OmegaT_projects_and_subdirectories.png 1162share/doc/OmegaT/zh_CN/images/OmegaT_projects_and_subdirectories.png
1144share/doc/OmegaT/zh_CN/images/Omegatproject.png 1163share/doc/OmegaT/zh_CN/images/Omegatproject.png
1145share/doc/OmegaT/zh_CN/images/RegexTester.png 1164share/doc/OmegaT/zh_CN/images/RegexTester.png
1146share/doc/OmegaT/zh_CN/images/Restore.gif 1165share/doc/OmegaT/zh_CN/images/Restore.gif
1147share/doc/OmegaT/zh_CN/images/SpellcheckerSetup2.png 1166share/doc/OmegaT/zh_CN/images/SpellcheckerSetup2.png
1148share/doc/OmegaT/zh_CN/images/SpellcheckingText.png 1167share/doc/OmegaT/zh_CN/images/SpellcheckingText.png
 1168share/doc/OmegaT/zh_CN/images/TagValidation.png
1149share/doc/OmegaT/zh_CN/images/TagValidator.png 1169share/doc/OmegaT/zh_CN/images/TagValidator.png
1150share/doc/OmegaT/zh_CN/images/TextSearch.png 1170share/doc/OmegaT/zh_CN/images/TextSearch.png
1151share/doc/OmegaT/zh_CN/images/Undock.gif 1171share/doc/OmegaT/zh_CN/images/Undock.gif
1152share/doc/OmegaT/zh_CN/images/saveglossary.png 1172share/doc/OmegaT/zh_CN/images/saveglossary.png
1153share/doc/OmegaT/zh_CN/images/tagged_segment.png 1173share/doc/OmegaT/zh_CN/images/tagged_segment.png
1154share/doc/OmegaT/zh_CN/images/tagged_segment_target.png 1174share/doc/OmegaT/zh_CN/images/tagged_segment_target.png
1155share/doc/OmegaT/zh_CN/index.html 1175share/doc/OmegaT/zh_CN/index.html
1156share/doc/OmegaT/zh_CN/installingAndRunning.html 
1157share/doc/OmegaT/zh_CN/instantStartGuide.html 
1158share/doc/OmegaT/zh_CN/instantStartGuideNoTOC.html 1176share/doc/OmegaT/zh_CN/instantStartGuideNoTOC.html
1159share/doc/OmegaT/zh_CN/keyboardShortcuts.html 1177share/doc/OmegaT/zh_CN/ix01.html
1160share/doc/OmegaT/zh_CN/languages.html 
1161share/doc/OmegaT/zh_CN/legalNotices.html 
1162share/doc/OmegaT/zh_CN/license.txt 1178share/doc/OmegaT/zh_CN/license.txt
1163share/doc/OmegaT/zh_CN/menu.html 
1164share/doc/OmegaT/zh_CN/plainText.html 
1165share/doc/OmegaT/zh_CN/preventingDataLoss.html 
1166share/doc/OmegaT/zh_CN/projectProperties.html 
1167share/doc/OmegaT/zh_CN/regexp.html 
1168share/doc/OmegaT/zh_CN/searches.html 
1169share/doc/OmegaT/zh_CN/segmentation.html 
1170share/doc/OmegaT/zh_CN/spellchecker.html 
1171share/doc/OmegaT/zh_CN/translationEditing.html 
1172share/doc/OmegaT/zh_CN/translationMemories.html 
1173share/doc/OmegaT/zh_CN/userInterface.html 
1174share/doc/OmegaT/zh_CN/version.properties 1179share/doc/OmegaT/zh_CN/version.properties
1175share/doc/OmegaT/zh_CN/website.html 
1176share/doc/OmegaT/zh_CN/xindex.html 
1177share/doc/OmegaT/zh_TW/images/NewProject.png 1180share/doc/OmegaT/zh_TW/images/NewProject.png
1178share/doc/OmegaT/zh_TW/instantStartGuideNoTOC.html 1181share/doc/OmegaT/zh_TW/instantStartGuideNoTOC.html
1179share/doc/OmegaT/zh_TW/version.properties 1182share/doc/OmegaT/zh_TW/version.properties

cvs diff -r1.2 -r1.3 pkgsrc/editors/OmegaT/distinfo (expand / switch to unified diff)

--- pkgsrc/editors/OmegaT/distinfo 2012/02/22 13:41:45 1.2
+++ pkgsrc/editors/OmegaT/distinfo 2012/04/08 19:29:46 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2012/02/22 13:41:45 ryoon Exp $ 1$NetBSD: distinfo,v 1.3 2012/04/08 19:29:46 ryoon Exp $
2 2
3SHA1 (OmegaT_2.5.1_01_Beta_Source.zip) = 59b5a4626b9e7aba63ab161388042d3fdba57dd6 3SHA1 (OmegaT_2.5.2_02_Beta_Source.zip) = 8171d05b593d4521e38e698a48268811b349ef50
4RMD160 (OmegaT_2.5.1_01_Beta_Source.zip) = ba181d6859d2ac238905fe5faac76aafa1d5b0eb 4RMD160 (OmegaT_2.5.2_02_Beta_Source.zip) = b235645e90a0c3ba992781156a64b65a1ac0e918
5Size (OmegaT_2.5.1_01_Beta_Source.zip) = 32041767 bytes 5Size (OmegaT_2.5.2_02_Beta_Source.zip) = 35293671 bytes