Thu Dec 26 14:14:56 2013 UTC ()
Update to 3.0.8

Changelog:
----------------------------------------------------------------------
 OmegaT 3.0.8
----------------------------------------------------------------------
  10 Enhancements
   4 Bug fixes
   1 Localisation update
----------------------------------------------------------------------
3.0.8 vs. 3.0.7

  Implemented requests:

  - Show XLIFF trans-unit note as a comment
  https://sourceforge.net/p/omegat/feature-requests/803/

  - Feedback on console for number of glossary entries fetched
  https://sourceforge.net/p/omegat/feature-requests/750/

  Other enhancements:

  - New debugging information about team projects available in the logs
(if org.omegat.level=FINEST is set in logger.properties)

  - A graphical version of the script check_same_segments.groovy was
added: show_same_segments.groovy

  - The ${diff} display is now "optimized" by concatenating consecutive
inserts or deletes separated only by whitespace. This makes the diff more
readable.

  - In addition to ${diff}, there is also now ${diffReversed} in the
Fuzzy Matches pane display options

  For the two points above, see
  - Missing part from matches not highlighted
  https://sourceforge.net/p/omegat/bugs/264/
and
  - Show where text has been added in match window
  https://sourceforge.net/p/omegat/feature-requests/183/

  - New option in the XLIFF filter: force shortcut to "f" for
<it pos="end"> tags

  - A new QA rule was added to check_rules.groovy. It will be triggered
if the target segment ends with a different punctuation sign (.!?;:) from
the one used in the source segment

  - In the XLIFF filter, segments containing only protected text
(e.g., <m0>Protected text only</m0>) now appear in the Editor

  - The background colour used (red) when a match is inserted from an "mt"
folder was hard to read. It was changed to "salmon red".

  Bug fixes:

  - Missing orion jar in lib folder
  https://sourceforge.net/p/omegat/bugs/639/

  - Not going to right note in projects containing several files
  https://sourceforge.net/p/omegat/bugs/644/

  - Hyperlinks in PowerPoint cannot be translated
  https://sourceforge.net/p/omegat/bugs/600/

  - Error: java.lang.IndexOutOfBoundsException on tag validation with custom tags
  https://sourceforge.net/p/omegat/bugs/638/

  Localisation updates:

  - Italian localisation updated to 3.0.7 (UI, documentation)

----------------------------------------------------------------------
 OmegaT 3.0.7
----------------------------------------------------------------------
   7 Enhancements
   2 Bug fixes
   1 Localisation update
----------------------------------------------------------------------
3.0.7 vs. 3.0.6

  Implemented requests:

  - Keep relative addressing in *.project when possible
  https://sourceforge.net/p/omegat/feature-requests/734/

  - Validate tags: constrain to file
  https://sourceforge.net/p/omegat/feature-requests/669/

  - List number of files in project
  https://sourceforge.net/p/omegat/feature-requests/912/

  Other enhancements:

  - The auto-text file type is displayed in the file selector.

  - In the Editor, the tooltip is now the same as the title

  - There's a new report in Tools: Match Statistics per Files
It gives the same information as the match statistics for every file,
plus the total at the end, with the repetitions being split in two
lines:
"Repetitions within this file" lists repetitions for which the first
occurence is in this file.
"Repetitions from other files" list repetitions for which the first
occurence is in a previous file in the list.

  - When Ctrl+F (Cmd+F) is used in the search window, the focus goes
back to the search field

  Bug fixes:

  - After creating a new project, the message "Loading TMX files..."
remained displayed at the bottom of the window

  - In external TMXs, beginning <it> tags had a trailing '/' if
if the option "Use XML for standalone tags" was set. This was wrong
as beginning <it> tags are not standalone tags, but opening tags.

  Localisation updates:

  - Japanese localisation updated to 3.0.7 (UI, documentation)

----------------------------------------------------------------------
 OmegaT 3.0.6
----------------------------------------------------------------------
   9 Enhancements
   3 Bug fixes
   2 Localisation updates
----------------------------------------------------------------------
3.0.6 vs. 3.0.5

  Implemented requests:

  - Add Hunspell-based tokenizer
  https://sourceforge.net/p/omegat/feature-requests/901/

  - Reduce automatically size of Project Properties and File Filter dialogs when they don't fit on screen
  https://sourceforge.net/p/omegat/feature-requests/899/

  - Add "Totals" row to match statistics
  https://sourceforge.net/p/omegat/feature-requests/592/

  - Creating Current Translated Document
  https://sourceforge.net/p/omegat/feature-requests/880/

  - Standardize on type of numbering in list for fuzzy matches
  https://sourceforge.net/p/omegat/feature-requests/897/

  Other enhancements:

  - More information is logged when plugins are loaded

  - Protected text (from the XLIFF filter currently) remains protected even
when Remove Tags is used

  - The speed of parsing source documents was improved

  - Better detection of untranslated entries for Android filter

  Bug fixes:

  - Ignore content of header in OmegaT's XLIFF filter
  https://sourceforge.net/p/omegat/bugs/625/

  - OmT saves XML with LF even if source file is CRLF
  https://sourceforge.net/p/omegat/bugs/326/

  - Filelist not sorted during creating translated files
  https://sourceforge.net/p/omegat/bugs/619/

  Localisation updates:

  - Italian localisation updated to 3.0.5 (UI, Documentation)
  - Japanese localisation updated to 3.0.6 (UI, Documentation)


(ryoon)
diff -r1.10 -r1.11 pkgsrc/editors/OmegaT/Makefile
diff -r1.8 -r1.9 pkgsrc/editors/OmegaT/PLIST
diff -r1.8 -r1.9 pkgsrc/editors/OmegaT/distinfo

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

--- pkgsrc/editors/OmegaT/Makefile 2013/11/24 04:47:39 1.10
+++ pkgsrc/editors/OmegaT/Makefile 2013/12/26 14:14:56 1.11
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.10 2013/11/24 04:47:39 ryoon Exp $ 1# $NetBSD: Makefile,v 1.11 2013/12/26 14:14:56 ryoon Exp $
2# 2#
3 3
4DISTNAME= OmegaT_3.0.5_Beta_Source 4DISTNAME= OmegaT_3.0.8_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
15WRKSRC= ${WRKDIR} 15WRKSRC= ${WRKDIR}
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none
17USE_JAVA= yes 17USE_JAVA= yes

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

--- pkgsrc/editors/OmegaT/PLIST 2013/10/09 15:42:40 1.8
+++ pkgsrc/editors/OmegaT/PLIST 2013/12/26 14:14:56 1.9
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.8 2013/10/09 15:42:40 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.9 2013/12/26 14:14:56 ryoon Exp $
2bin/OmegaT 2bin/OmegaT
3share/OmegaT/OmegaT.jar 3share/OmegaT/OmegaT.jar
4share/OmegaT/lib/LanguageTool-data.jar 4share/OmegaT/lib/LanguageTool-data.jar
5share/OmegaT/lib/MRJAdapter.jar 5share/OmegaT/lib/MRJAdapter.jar
6share/OmegaT/lib/antlr-runtime-3.4.jar 6share/OmegaT/lib/antlr-runtime-3.4.jar
7share/OmegaT/lib/bsf-2.4.0.jar 7share/OmegaT/lib/bsf-2.4.0.jar
8share/OmegaT/lib/cjftransform-1.0.1.jar 8share/OmegaT/lib/cjftransform-1.0.1.jar
9share/OmegaT/lib/commons-lang-2.4.jar 9share/OmegaT/lib/commons-lang-2.4.jar
10share/OmegaT/lib/commons-logging-1.1.1.jar 10share/OmegaT/lib/commons-logging-1.1.1.jar
11share/OmegaT/lib/diff.jar 11share/OmegaT/lib/diff.jar
12share/OmegaT/lib/groovy-all-1.8.9.jar 12share/OmegaT/lib/groovy-all-1.8.9.jar
13share/OmegaT/lib/htmlparser.jar 13share/OmegaT/lib/htmlparser.jar
14share/OmegaT/lib/ictclas4j-1.0.1.jar 14share/OmegaT/lib/ictclas4j-1.0.1.jar
@@ -18,26 +18,27 @@ share/OmegaT/lib/js-rhino-1.7R4.jar @@ -18,26 +18,27 @@ share/OmegaT/lib/js-rhino-1.7R4.jar
18share/OmegaT/lib/jsch-0.1.49.jar 18share/OmegaT/lib/jsch-0.1.49.jar
19share/OmegaT/lib/jwordsplitter-3.4.jar 19share/OmegaT/lib/jwordsplitter-3.4.jar
20share/OmegaT/lib/languagetool-core-2.1.jar 20share/OmegaT/lib/languagetool-core-2.1.jar
21share/OmegaT/lib/lib-mnemonics.jar 21share/OmegaT/lib/lib-mnemonics.jar
22share/OmegaT/lib/lucene-analyzers-3.6.2.jar 22share/OmegaT/lib/lucene-analyzers-3.6.2.jar
23share/OmegaT/lib/lucene-core-3.6.2.jar 23share/OmegaT/lib/lucene-core-3.6.2.jar
24share/OmegaT/lib/lucene-gosen-2.0.2-ipadic.jar 24share/OmegaT/lib/lucene-gosen-2.0.2-ipadic.jar
25share/OmegaT/lib/lucene-kuromoji-3.6.2.jar 25share/OmegaT/lib/lucene-kuromoji-3.6.2.jar
26share/OmegaT/lib/lucene-smartcn-3.6.2.jar 26share/OmegaT/lib/lucene-smartcn-3.6.2.jar
27share/OmegaT/lib/morfologik-fsa-1.5.4.jar 27share/OmegaT/lib/morfologik-fsa-1.5.4.jar
28share/OmegaT/lib/morfologik-speller-1.5.4.jar 28share/OmegaT/lib/morfologik-speller-1.5.4.jar
29share/OmegaT/lib/morfologik-stemming-1.5.4.jar 29share/OmegaT/lib/morfologik-stemming-1.5.4.jar
30share/OmegaT/lib/org.eclipse.jgit-2.1.0.201209190230-r.jar 30share/OmegaT/lib/org.eclipse.jgit-2.1.0.201209190230-r.jar
 31share/OmegaT/lib/orion-ssh2-214.jar
31share/OmegaT/lib/pdfbox-app-1.8.1.jar 32share/OmegaT/lib/pdfbox-app-1.8.1.jar
32share/OmegaT/lib/segment-1.4.1.jar 33share/OmegaT/lib/segment-1.4.1.jar
33share/OmegaT/lib/sequence-library-1.0.2.jar 34share/OmegaT/lib/sequence-library-1.0.2.jar
34share/OmegaT/lib/sqljet-1.1.3.jar 35share/OmegaT/lib/sqljet-1.1.3.jar
35share/OmegaT/lib/svnkit-1.7.5.jar 36share/OmegaT/lib/svnkit-1.7.5.jar
36share/OmegaT/lib/swing-layout-1.0.jar 37share/OmegaT/lib/swing-layout-1.0.jar
37share/OmegaT/lib/swing-worker-1.2.jar 38share/OmegaT/lib/swing-worker-1.2.jar
38share/OmegaT/lib/tinysegmenter.jar 39share/OmegaT/lib/tinysegmenter.jar
39share/OmegaT/lib/vldocking_2.1.4.jar 40share/OmegaT/lib/vldocking_2.1.4.jar
40share/OmegaT/omegat.prefs 41share/OmegaT/omegat.prefs
41share/doc/OmegaT/OmegaT-license.txt 42share/doc/OmegaT/OmegaT-license.txt
42share/doc/OmegaT/ar/images/AppleKey.gif 43share/doc/OmegaT/ar/images/AppleKey.gif
43share/doc/OmegaT/ar/images/Dock.gif 44share/doc/OmegaT/ar/images/Dock.gif
@@ -856,27 +857,27 @@ share/doc/OmegaT/it/aboutOmegaT.html @@ -856,27 +857,27 @@ share/doc/OmegaT/it/aboutOmegaT.html
856share/doc/OmegaT/it/appendix.LanguageToolPlugin.inOmegaT.html 857share/doc/OmegaT/it/appendix.LanguageToolPlugin.inOmegaT.html
857share/doc/OmegaT/it/appendix.ScriptingPlugin.inOmegaT.html 858share/doc/OmegaT/it/appendix.ScriptingPlugin.inOmegaT.html
858share/doc/OmegaT/it/appendix.TeamProjects.html 859share/doc/OmegaT/it/appendix.TeamProjects.html
859share/doc/OmegaT/it/appendix.TokenizerPlugin.inOmegaT.html 860share/doc/OmegaT/it/appendix.TokenizerPlugin.inOmegaT.html
860share/doc/OmegaT/it/appendix.acknowledgements.html 861share/doc/OmegaT/it/appendix.acknowledgements.html
861share/doc/OmegaT/it/appendix.keyboard.html 862share/doc/OmegaT/it/appendix.keyboard.html
862share/doc/OmegaT/it/appendix.languages.html 863share/doc/OmegaT/it/appendix.languages.html
863share/doc/OmegaT/it/appendix.legal.notices.html 864share/doc/OmegaT/it/appendix.legal.notices.html
864share/doc/OmegaT/it/appendix.shortcut.custom.html 865share/doc/OmegaT/it/appendix.shortcut.custom.html
865share/doc/OmegaT/it/appendix.website.html 866share/doc/OmegaT/it/appendix.website.html
866share/doc/OmegaT/it/chapter.about.OmegaT.html 867share/doc/OmegaT/it/chapter.about.OmegaT.html
867share/doc/OmegaT/it/chapter.dictionaries.html 868share/doc/OmegaT/it/chapter.dictionaries.html
868share/doc/OmegaT/it/chapter.file.filters.html 869share/doc/OmegaT/it/chapter.file.filters.html
869share/doc/OmegaT/it/chapter.files.and.directories.html 870share/doc/OmegaT/it/chapter.files.and.folders.html
870share/doc/OmegaT/it/chapter.files.to.translate.html 871share/doc/OmegaT/it/chapter.files.to.translate.html
871share/doc/OmegaT/it/chapter.formatted.text.html 872share/doc/OmegaT/it/chapter.formatted.text.html
872share/doc/OmegaT/it/chapter.glossaries.html 873share/doc/OmegaT/it/chapter.glossaries.html
873share/doc/OmegaT/it/chapter.installing.and.running.html 874share/doc/OmegaT/it/chapter.installing.and.running.html
874share/doc/OmegaT/it/chapter.instant.start.guide.html 875share/doc/OmegaT/it/chapter.instant.start.guide.html
875share/doc/OmegaT/it/chapter.machine.translate.html 876share/doc/OmegaT/it/chapter.machine.translate.html
876share/doc/OmegaT/it/chapter.menu.html 877share/doc/OmegaT/it/chapter.menu.html
877share/doc/OmegaT/it/chapter.misc.html 878share/doc/OmegaT/it/chapter.misc.html
878share/doc/OmegaT/it/chapter.plain.text.html 879share/doc/OmegaT/it/chapter.plain.text.html
879share/doc/OmegaT/it/chapter.project.properties.html 880share/doc/OmegaT/it/chapter.project.properties.html
880share/doc/OmegaT/it/chapter.regexp.html 881share/doc/OmegaT/it/chapter.regexp.html
881share/doc/OmegaT/it/chapter.searches.html 882share/doc/OmegaT/it/chapter.searches.html
882share/doc/OmegaT/it/chapter.segmentation.html 883share/doc/OmegaT/it/chapter.segmentation.html

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

--- pkgsrc/editors/OmegaT/distinfo 2013/10/09 15:42:40 1.8
+++ pkgsrc/editors/OmegaT/distinfo 2013/12/26 14:14:56 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2013/10/09 15:42:40 ryoon Exp $ 1$NetBSD: distinfo,v 1.9 2013/12/26 14:14:56 ryoon Exp $
2 2
3SHA1 (OmegaT_3.0.5_Beta_Source.zip) = f5b7a82a3c4b71e1cf5030e6fd6f7d96c92eeb85 3SHA1 (OmegaT_3.0.8_Beta_Source.zip) = dfbc60b36d3991484a10a855237901bc8676dba3
4RMD160 (OmegaT_3.0.5_Beta_Source.zip) = 7d26fcad51d5b9d8a42e15ded08795040c2e1935 4RMD160 (OmegaT_3.0.8_Beta_Source.zip) = fd5c1e4cca5aa3c3f84df43fed328d80ec4ce139
5Size (OmegaT_3.0.5_Beta_Source.zip) = 102559533 bytes 5Size (OmegaT_3.0.8_Beta_Source.zip) = 102578051 bytes
6SHA1 (patch-build.xml) = 0ec9108c02217b541885fbb2a50df87870d9b76b 6SHA1 (patch-build.xml) = 0ec9108c02217b541885fbb2a50df87870d9b76b