summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorryoon <ryoon>2013-10-09 15:42:40 +0000
committerryoon <ryoon>2013-10-09 15:42:40 +0000
commit2ed34cd18c9979b2c90b5f5e073bb7c297ad23c1 (patch)
treed1e078ef7364d0ce49f184b763838a82633e278f /editors
parent8ff0ce78f72c3b5a783b7decfdeda5f8800a3eb4 (diff)
downloadpkgsrc-2ed34cd18c9979b2c90b5f5e073bb7c297ad23c1.tar.gz
Update to 3.0.5
Changelog: ---------------------------------------------------------------------- OmegaT 3.0.5 ---------------------------------------------------------------------- 10 Enhancements 4 Bug fixes 1 Localisation update ---------------------------------------------------------------------- 3.0.5 vs. 3.0.4 update 2 - "Insert symbol" auto-completion view https://sourceforge.net/p/omegat/feature-requests/862/ - Add auto-text view to auto-completer https://sourceforge.net/p/omegat/feature-requests/861/ - Optional source term in auto-completer https://sourceforge.net/p/omegat/feature-requests/887/ - Priority Glossary https://sourceforge.net/p/omegat/feature-requests/853/ Fill TMX on segmentation from sentence to paragraph - https://sourceforge.net/p/omegat/feature-requests/825/ - Do not scroll the glossary pane to the bottom https://sourceforge.net/p/omegat/feature-requests/729/ Other enhancements: - The MyMemory machine translator has been separated into two different options: MyMemory (machine) and MyMemory (human) - XLIFF filter: the <trans-unit> resname attribute is shown in the comment pane - The QA script (check_rules.groovy) now checks for double blanks, which can contain either normal spaces or non-breaking spaces - If there is no preference file (omegat.prefs) in the configuration folder, i.e., OmegaT has never been launched and quit, and there is one in the installation folder, OmegaT will read preferences from that file. That allow distributing a version with customised pre-defined options. Bug fixes: - bad_extension.grvy is not so bad https://sourceforge.net/p/omegat/bugs/596/ - The search window search field did not always had focus on window opening on a Mac - In some cases, a null pointer exception could happen when quitting OmegaT - The match statistics were based purely on the leftmost percentage, without taking into account which matches are really selected to go into the fuzzy match pane. This could lead to situation where the statistics and what is seen in the fuzzy match pane was significantly different. The statistics are now using an algorithm giving consistent result with the match pane. The percentage kept is, however, still the rightmost one. As the computation method is different, all statistics will give different results compared with the previous version. Localisation updates: - Interlingua localisation updated to 3.0.4 (UI, Documentation, Readme) ---------------------------------------------------------------------- OmegaT 3.0.4 update 2 ---------------------------------------------------------------------- 0 Enhancement 1 Bug fix 1 Localisation update ---------------------------------------------------------------------- 3.0.4 update 2 vs. 3.0.4 update 1 Bug fixes: - java.lang.IndexOutOfBoundsException during strict tag validation http://sourceforge.net/p/omegat/bugs/608/ Localisation updates: - Italian localisation updated to 3.0.4 (UI) ---------------------------------------------------------------------- OmegaT 3.0.4 update 1 ---------------------------------------------------------------------- 3 Enhancements 4 Bug fixes 0 Localisation update ---------------------------------------------------------------------- 3.0.4 update 1 vs. 3.0.4 Implemented requests: - Translate HTML5 attribute 'placeholder' https://sourceforge.net/p/omegat/feature-requests/881/ Other enhancements: - Plugin loading is now logged, to help troubleshoot issues - The autocompleter popup has a new page, to insert grouped missing tags Bug fixes: - Virtual config folder path listed instead of real one under Windows Vista/7 https://sourceforge.net/p/omegat/bugs/601/ - Typo in linux-install.sh that hinders proper execution https://sourceforge.net/p/omegat/bugs/605/ - PO filter: real empty source segments were not working - Project name resolving for execution with "java -jar /omegat/OmegaT.jar ./" was fixed ---------------------------------------------------------------------- OmegaT 3.0.4 ---------------------------------------------------------------------- 10 Enhancements 6 Bug fixes 1 Localisation update ---------------------------------------------------------------------- 3.0.4 vs. 3.0.3 Implemented requests: - Add support for monolingual .po files https://sourceforge.net/p/omegat/feature-requests/865/ - Allow 12 scripts in the Tools menu https://sourceforge.net/p/omegat/feature-requests/843/ - Add support for for creationid and creationdate in TMX https://sourceforge.net/p/omegat/feature-requests/744/ - Exactly equal suggestions from diferents tmx show only as one https://sourceforge.net/p/omegat/feature-requests/874/ - Print non-string data types with console.print() and println() https://sourceforge.net/p/omegat/feature-requests/875/ - Sorted list of scripts https://sourceforge.net/p/omegat/feature-requests/878/ - Default shortcut for "Insert next Missing Tag" https://sourceforge.net/p/omegat/feature-requests/856/ Other enhancements: - Linux: Zenity is not needed anymore in omegat.kaptn to display OmegaT's version, and several typos were corrected - The "check-rules" script now has a GUI - There is a new global spell checking script Bug fixes: - Scripts folder is not created in Windows packages https://sourceforge.net/p/omegat/bugs/595/ - Stop word discarded from glossary when using tokenizer https://sourceforge.net/p/omegat/bugs/484/ - Language checker does not work in Japanese https://sourceforge.net/p/omegat/bugs/593/ - The log contained an exception related to the LanguageTool module. This exception was related to a multithreading issue, which has been fixed. - There was a whitespace handling error in the external command parser - There was an exception when LanguageTool was enabled with no project loaded Localisation updates: - French localisation updated to 3.0.2 (Documentation)
Diffstat (limited to 'editors')
-rw-r--r--editors/OmegaT/Makefile4
-rw-r--r--editors/OmegaT/PLIST174
-rw-r--r--editors/OmegaT/distinfo8
3 files changed, 154 insertions, 32 deletions
diff --git a/editors/OmegaT/Makefile b/editors/OmegaT/Makefile
index 5d6b627c3d6..ae221aabbfe 100644
--- a/editors/OmegaT/Makefile
+++ b/editors/OmegaT/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2013/06/07 15:52:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2013/10/09 15:42:40 ryoon Exp $
#
-DISTNAME= OmegaT_3.0.3_Beta_Source
+DISTNAME= OmegaT_3.0.5_Beta_Source
PKGNAME= ${DISTNAME:S/OmegaT_/OmegaT-/:S/_Source//:S/_Beta//:S/_/./g}
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=omegat/}
diff --git a/editors/OmegaT/PLIST b/editors/OmegaT/PLIST
index 1445448439f..a113a4f269d 100644
--- a/editors/OmegaT/PLIST
+++ b/editors/OmegaT/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2013/06/07 15:52:27 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.8 2013/10/09 15:42:40 ryoon Exp $
bin/OmegaT
share/OmegaT/OmegaT.jar
share/OmegaT/lib/LanguageTool-data.jar
@@ -21,6 +21,7 @@ share/OmegaT/lib/languagetool-core-2.1.jar
share/OmegaT/lib/lib-mnemonics.jar
share/OmegaT/lib/lucene-analyzers-3.6.2.jar
share/OmegaT/lib/lucene-core-3.6.2.jar
+share/OmegaT/lib/lucene-gosen-2.0.2-ipadic.jar
share/OmegaT/lib/lucene-kuromoji-3.6.2.jar
share/OmegaT/lib/lucene-smartcn-3.6.2.jar
share/OmegaT/lib/morfologik-fsa-1.5.4.jar
@@ -536,41 +537,85 @@ share/doc/OmegaT/eu/userInterface.html
share/doc/OmegaT/eu/version.properties
share/doc/OmegaT/eu/website.html
share/doc/OmegaT/eu/xindex.html
-share/doc/OmegaT/fr/Edit.html
-share/doc/OmegaT/fr/FilesDirs.html
-share/doc/OmegaT/fr/Fonts.html
-share/doc/OmegaT/fr/GettingStarted.html
-share/doc/OmegaT/fr/Gloss.html
-share/doc/OmegaT/fr/Important.html
-share/doc/OmegaT/fr/Install.html
-share/doc/OmegaT/fr/InstantStart_NoNav.html
-share/doc/OmegaT/fr/Intro.html
-share/doc/OmegaT/fr/Matches.html
-share/doc/OmegaT/fr/Navigating.html
-share/doc/OmegaT/fr/OmegaT.png
-share/doc/OmegaT/fr/SO.html
-share/doc/OmegaT/fr/Saving.html
-share/doc/OmegaT/fr/Searches.html
-share/doc/OmegaT/fr/Segmentation.html
-share/doc/OmegaT/fr/Shortcuts.html
-share/doc/OmegaT/fr/SysReqs.html
-share/doc/OmegaT/fr/TMFormats.html
-share/doc/OmegaT/fr/Tags.html
-share/doc/OmegaT/fr/Tips.html
-share/doc/OmegaT/fr/Translating.html
-share/doc/OmegaT/fr/UI.html
-share/doc/OmegaT/fr/WPFormats.html
-share/doc/OmegaT/fr/createproj.png
+share/doc/OmegaT/fr/appendix.LanguageToolPlugin.inOmegaT.html
+share/doc/OmegaT/fr/appendix.ScriptingPlugin.inOmegaT.html
+share/doc/OmegaT/fr/appendix.TeamProjects.html
+share/doc/OmegaT/fr/appendix.TokenizerPlugin.inOmegaT.html
+share/doc/OmegaT/fr/appendix.acknowledgements.html
+share/doc/OmegaT/fr/appendix.keyboard.html
+share/doc/OmegaT/fr/appendix.languages.html
+share/doc/OmegaT/fr/appendix.legal.notices.html
+share/doc/OmegaT/fr/appendix.shortcut.custom.html
+share/doc/OmegaT/fr/appendix.website.html
+share/doc/OmegaT/fr/chapter.about.OmegaT.html
+share/doc/OmegaT/fr/chapter.dictionaries.html
+share/doc/OmegaT/fr/chapter.file.filters.html
+share/doc/OmegaT/fr/chapter.files.and.folders.html
+share/doc/OmegaT/fr/chapter.files.to.translate.html
+share/doc/OmegaT/fr/chapter.formatted.text.html
+share/doc/OmegaT/fr/chapter.glossaries.html
+share/doc/OmegaT/fr/chapter.installing.and.running.html
+share/doc/OmegaT/fr/chapter.instant.start.guide.html
+share/doc/OmegaT/fr/chapter.machine.translate.html
+share/doc/OmegaT/fr/chapter.menu.html
+share/doc/OmegaT/fr/chapter.misc.html
+share/doc/OmegaT/fr/chapter.plain.text.html
+share/doc/OmegaT/fr/chapter.project.properties.html
+share/doc/OmegaT/fr/chapter.regexp.html
+share/doc/OmegaT/fr/chapter.searches.html
+share/doc/OmegaT/fr/chapter.segmentation.html
+share/doc/OmegaT/fr/chapter.spellchecker.html
+share/doc/OmegaT/fr/chapter.translation.editing.html
+share/doc/OmegaT/fr/chapter.translation.memories.html
+share/doc/OmegaT/fr/chapter.user.interface.html
share/doc/OmegaT/fr/images/AppleKey.gif
+share/doc/OmegaT/fr/images/Comments_25.png
+share/doc/OmegaT/fr/images/DictMerriamWebster.png
share/doc/OmegaT/fr/images/Dock.gif
+share/doc/OmegaT/fr/images/EditingBehaviourOptions.png
+share/doc/OmegaT/fr/images/EditingBehaviourOptions25.png
+share/doc/OmegaT/fr/images/GlossaryEntry_25.png
+share/doc/OmegaT/fr/images/GlossaryPane_25.png
share/doc/OmegaT/fr/images/InstantGuide_1.png
share/doc/OmegaT/fr/images/InstantGuide_2.png
+share/doc/OmegaT/fr/images/LanguageToolExample.png
+share/doc/OmegaT/fr/images/MatchStatistics.png
+share/doc/OmegaT/fr/images/MatchesPaneSetup.png
+share/doc/OmegaT/fr/images/MatchesPane_2.png
+share/doc/OmegaT/fr/images/MatchesPane_25.png
share/doc/OmegaT/fr/images/Maximize.gif
share/doc/OmegaT/fr/images/Minimize.gif
+share/doc/OmegaT/fr/images/MobyDick.png
+share/doc/OmegaT/fr/images/MultiTerm_Glossary_25.png
+share/doc/OmegaT/fr/images/NewProject_26.png
+share/doc/OmegaT/fr/images/OmT_Cyrillic.png
+share/doc/OmegaT/fr/images/OmT_Japanese.png
+share/doc/OmegaT/fr/images/OmegaT_icon.png
+share/doc/OmegaT/fr/images/OmegaT_panes_25.png
+share/doc/OmegaT/fr/images/OmegaT_projects_and_subfolders.png
+share/doc/OmegaT/fr/images/OmegaTproject.png
+share/doc/OmegaT/fr/images/OptionsTagValidation_25.png
+share/doc/OmegaT/fr/images/RegexTester.png
share/doc/OmegaT/fr/images/Restore.gif
+share/doc/OmegaT/fr/images/ScriptingDialog.png
+share/doc/OmegaT/fr/images/SpellcheckerSetup_25.png
+share/doc/OmegaT/fr/images/SpellcheckingText.png
+share/doc/OmegaT/fr/images/StatisticsWindow_25.png
+share/doc/OmegaT/fr/images/TagValidation.png
+share/doc/OmegaT/fr/images/TagValidator.png
+share/doc/OmegaT/fr/images/Team_projects_Add.png
+share/doc/OmegaT/fr/images/Team_projects_checkout.png
+share/doc/OmegaT/fr/images/Team_projects_checkoutAddFolder.png
+share/doc/OmegaT/fr/images/Team_projects_checkoutSVNupdate.png
+share/doc/OmegaT/fr/images/Team_projects_inSync.png
+share/doc/OmegaT/fr/images/Team_projects_initialCommit.png
+share/doc/OmegaT/fr/images/TextSearch25.png
+share/doc/OmegaT/fr/images/TortoiseExplorerExtension.png
share/doc/OmegaT/fr/images/Undock.gif
+share/doc/OmegaT/fr/images/saveglossary.png
share/doc/OmegaT/fr/index.html
share/doc/OmegaT/fr/instantStartGuideNoTOC.html
+share/doc/OmegaT/fr/ix01.html
share/doc/OmegaT/fr/license.txt
share/doc/OmegaT/fr/omegat.css
share/doc/OmegaT/fr/version.properties
@@ -718,9 +763,85 @@ share/doc/OmegaT/hu/version.properties
share/doc/OmegaT/hu/website.html
share/doc/OmegaT/hu/xindex.html
share/doc/OmegaT/ia/OmegaT.css
+share/doc/OmegaT/ia/appendix.LanguageToolPlugin.inOmegaT.html
+share/doc/OmegaT/ia/appendix.ScriptingPlugin.inOmegaT.html
+share/doc/OmegaT/ia/appendix.TeamProjects.html
+share/doc/OmegaT/ia/appendix.TokenizerPlugin.inOmegaT.html
+share/doc/OmegaT/ia/appendix.acknowledgements.html
+share/doc/OmegaT/ia/appendix.keyboard.html
+share/doc/OmegaT/ia/appendix.languages.html
+share/doc/OmegaT/ia/appendix.legal.notices.html
+share/doc/OmegaT/ia/appendix.shortcut.custom.html
+share/doc/OmegaT/ia/appendix.website.html
+share/doc/OmegaT/ia/chapter.about.OmegaT.html
+share/doc/OmegaT/ia/chapter.dictionaries.html
+share/doc/OmegaT/ia/chapter.file.filters.html
+share/doc/OmegaT/ia/chapter.files.and.folders.html
+share/doc/OmegaT/ia/chapter.files.to.translate.html
+share/doc/OmegaT/ia/chapter.formatted.text.html
+share/doc/OmegaT/ia/chapter.glossaries.html
+share/doc/OmegaT/ia/chapter.installing.and.running.html
+share/doc/OmegaT/ia/chapter.instant.start.guide.html
+share/doc/OmegaT/ia/chapter.machine.translate.html
+share/doc/OmegaT/ia/chapter.menu.html
+share/doc/OmegaT/ia/chapter.misc.html
+share/doc/OmegaT/ia/chapter.plain.text.html
+share/doc/OmegaT/ia/chapter.project.properties.html
+share/doc/OmegaT/ia/chapter.regexp.html
+share/doc/OmegaT/ia/chapter.searches.html
+share/doc/OmegaT/ia/chapter.segmentation.html
+share/doc/OmegaT/ia/chapter.spellchecker.html
+share/doc/OmegaT/ia/chapter.translation.editing.html
+share/doc/OmegaT/ia/chapter.translation.memories.html
+share/doc/OmegaT/ia/chapter.user.interface.html
+share/doc/OmegaT/ia/images/AppleKey.gif
+share/doc/OmegaT/ia/images/Comments_25.png
+share/doc/OmegaT/ia/images/DictMerriamWebster.png
+share/doc/OmegaT/ia/images/Dock.gif
+share/doc/OmegaT/ia/images/EditingBehaviourOptions.png
+share/doc/OmegaT/ia/images/EditingBehaviourOptions25.png
+share/doc/OmegaT/ia/images/GlossaryEntry_25.png
+share/doc/OmegaT/ia/images/GlossaryPane_25.png
share/doc/OmegaT/ia/images/InstantGuide_1.png
share/doc/OmegaT/ia/images/InstantGuide_2.png
+share/doc/OmegaT/ia/images/LanguageToolExample.png
+share/doc/OmegaT/ia/images/MatchStatistics.png
+share/doc/OmegaT/ia/images/MatchesPaneSetup.png
+share/doc/OmegaT/ia/images/MatchesPane_25.png
+share/doc/OmegaT/ia/images/Maximize.gif
+share/doc/OmegaT/ia/images/Minimize.gif
+share/doc/OmegaT/ia/images/MobyDick.png
+share/doc/OmegaT/ia/images/MultiTerm_Glossary_25.png
+share/doc/OmegaT/ia/images/NewProject_26.png
+share/doc/OmegaT/ia/images/OmT_Cyrillic.png
+share/doc/OmegaT/ia/images/OmT_Japanese.png
+share/doc/OmegaT/ia/images/OmegaT_icon.png
+share/doc/OmegaT/ia/images/OmegaT_panes_25.png
+share/doc/OmegaT/ia/images/OmegaT_projects_and_subfolders.png
+share/doc/OmegaT/ia/images/Omegatproject.png
+share/doc/OmegaT/ia/images/OptionsTagValidation_25.png
+share/doc/OmegaT/ia/images/RegexTester.png
+share/doc/OmegaT/ia/images/Restore.gif
+share/doc/OmegaT/ia/images/ScriptingDialog.png
+share/doc/OmegaT/ia/images/SpellcheckerSetup_25.png
+share/doc/OmegaT/ia/images/SpellcheckingText.png
+share/doc/OmegaT/ia/images/StatisticsWindow_25.png
+share/doc/OmegaT/ia/images/TagValidation.png
+share/doc/OmegaT/ia/images/TagValidator.png
+share/doc/OmegaT/ia/images/Team_projects_Add.png
+share/doc/OmegaT/ia/images/Team_projects_checkout.png
+share/doc/OmegaT/ia/images/Team_projects_checkoutAddFolder.png
+share/doc/OmegaT/ia/images/Team_projects_checkoutSVNupdate.png
+share/doc/OmegaT/ia/images/Team_projects_inSync.png
+share/doc/OmegaT/ia/images/Team_projects_initialCommit.png
+share/doc/OmegaT/ia/images/TextSearch25.png
+share/doc/OmegaT/ia/images/TortoiseExplorerExtension.png
+share/doc/OmegaT/ia/images/Undock.gif
+share/doc/OmegaT/ia/images/saveglossary.png
+share/doc/OmegaT/ia/index.html
share/doc/OmegaT/ia/instantStartGuideNoTOC.html
+share/doc/OmegaT/ia/ix01.html
+share/doc/OmegaT/ia/version.properties
share/doc/OmegaT/id/images/InstantGuide_1.png
share/doc/OmegaT/id/images/InstantGuide_2.png
share/doc/OmegaT/id/instantStartGuideNoTOC.html
@@ -1144,6 +1265,7 @@ share/doc/OmegaT/readme_eu.txt
share/doc/OmegaT/readme_fr.txt
share/doc/OmegaT/readme_gl.txt
share/doc/OmegaT/readme_hu.txt
+share/doc/OmegaT/readme_ia.txt
share/doc/OmegaT/readme_it.txt
share/doc/OmegaT/readme_ja.txt
share/doc/OmegaT/readme_nl.txt
diff --git a/editors/OmegaT/distinfo b/editors/OmegaT/distinfo
index 4a0e6c7073c..f9898e7ed7a 100644
--- a/editors/OmegaT/distinfo
+++ b/editors/OmegaT/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2013/06/07 15:52:27 ryoon Exp $
+$NetBSD: distinfo,v 1.8 2013/10/09 15:42:40 ryoon Exp $
-SHA1 (OmegaT_3.0.3_Beta_Source.zip) = 712aa2fe58b0d6729253b9c17a26ebf01e6d85ce
-RMD160 (OmegaT_3.0.3_Beta_Source.zip) = d0dee9beb1e66bf0469f794eba441612d5c4499f
-Size (OmegaT_3.0.3_Beta_Source.zip) = 91908033 bytes
+SHA1 (OmegaT_3.0.5_Beta_Source.zip) = f5b7a82a3c4b71e1cf5030e6fd6f7d96c92eeb85
+RMD160 (OmegaT_3.0.5_Beta_Source.zip) = 7d26fcad51d5b9d8a42e15ded08795040c2e1935
+Size (OmegaT_3.0.5_Beta_Source.zip) = 102559533 bytes
SHA1 (patch-build.xml) = 0ec9108c02217b541885fbb2a50df87870d9b76b