Wed Feb 22 13:41:45 2012 UTC ()
Update to 2.5.1.01

* pkgsrc patch is merged to upstream.

Changelog:
----------------------------------------------------------------------
 OmegaT 2.5.1 update 1
----------------------------------------------------------------------
   2 Enhancements
   2 Bug fixes
   0 Localisation updates
----------------------------------------------------------------------
2.5.1 update 1 vs. 2.5.1

  Implemented requests:

  - Console: more context on error message "Failed to load..."
  http://sourceforge.net/support/tracker.php?aid=3465220

  - Navigate to next/previous segment with a note
  http://sourceforge.net/support/tracker.php?aid=3484729

  Bug fixes:

  - Remove Tags can create a corrupted target document
  http://sourceforge.net/support/tracker.php?aid=3487497

  - After "save" the cursor goes to the head of the segment
  http://sourceforge.net/support/tracker.php?aid=1643198

----------------------------------------------------------------------
 OmegaT 2.5.1
----------------------------------------------------------------------
  10 Enhancements
   1 Bug fix
   2 Localisation updates
----------------------------------------------------------------------
2.5.1 vs. 2.5.0 update 5

  Implemented requests:

  - Validate tags in console mode
  http://sourceforge.net/support/tracker.php?aid=3426212

  - Add patterns for text that should be removed and validate
  http://sourceforge.net/support/tracker.php?aid=3477099

  - User-defined tags
  http://sourceforge.net/support/tracker.php?aid=1599334

  - Validate Java MessageFormat pattern tags ({0} etc.)
  http://sourceforge.net/support/tracker.php?aid=3477045

  - Render tags in different color in editor
  http://sourceforge.net/support/tracker.php?aid=2120329

  - Add "date" & "time" to translated file name pattern
  http://sourceforge.net/support/tracker.php?aid=3346155

  - targetLocale for use with DotNetNuke ResX
  http://sourceforge.net/support/tracker.php?aid=3330974

  - Remove all tags
  http://sourceforge.net/support/tracker.php?aid=3481683

  - Create /tm/auto folder in new project
  http://sourceforge.net/support/tracker.php?aid=3368416

  Other enhancements:

  - Insert Source Tags inserts all relevant tags (custom, java, printf),
not only OmegaT-tags

  Bug fixes:

  - Camtasia filter: <Line> is incorrectly added as src segment
  http://sourceforge.net/support/tracker.php?aid=3481602

  Localisation updates:

  - Dutch localisation updated to 2.5.0 update 5 (UI, readme, documentation)
  - Italian localisation updated to 2.5.0 update 5 (UI, Instant Start, readme)

----------------------------------------------------------------------
 OmegaT 2.5.0 update 5
----------------------------------------------------------------------
   9 Enhancements
   5 Bug fixes
   2 Localisation updates
----------------------------------------------------------------------
2.5.0 update 5 vs. 2.5.0 update 4

  Implemented requests:

  - Filter for Camtasia Studio for Windows
  http://sourceforge.net/support/tracker.php?aid=3457285

  - TBX entry/concept level note
  http://sourceforge.net/support/tracker.php?aid=3454401

  - Load comment from TBX even without target language
  http://sourceforge.net/support/tracker.php?aid=3472408

  Other enhancements:

  - Magento CE locale CVS file filter

  - The key is now displayed in the comment pane for all ID-based filters:
Android Resources
Java Resource Bundles
Key=Value Files
Mozilla DTD
ResX
SubRip Subtitles
Windows Resource
WiX

  - Use a larger default size for the statistics dialog (800x400 instead of
400x300)

  - When reading external TMXs, the <hi> tag is skipped, as it cannot correspond
to a tag of a source document

  - The "out of memory" message now refers to the manual

  - Instead of using Java's default memory allocation, the Windows and Linux
startup scripts now use 512 MB

  Bug fixes:

  - GPL license has an outdated FSF address
  http://sourceforge.net/support/tracker.php?aid=3440748

  - Android filter: non-translatable text was not ignored

  - Log messages on TMX loading were missing

  - In the HHC filter, the comment pane contained Tag: PARAM Attribute: value
for all segments

  - For external TMXs, the parameter "Use XML for standalone tags" was not
working for all tags

  Localisation updates:

  - Dutch localisation updated to 2.5.0 update 3 (UI, readme, documentation)
  - Italian localisation updated to 2.5.0 update 3 (UI)


(ryoon)
diff -r1.1.1.1 -r1.2 pkgsrc/editors/OmegaT/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/editors/OmegaT/PLIST
diff -r1.1.1.1 -r1.2 pkgsrc/editors/OmegaT/distinfo
diff -r1.1.1.1 -r0 pkgsrc/editors/OmegaT/patches/patch-src_org_omegat_util_StaticUtils.java

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

--- pkgsrc/editors/OmegaT/Makefile 2011/12/04 20:33:54 1.1.1.1
+++ pkgsrc/editors/OmegaT/Makefile 2012/02/22 13:41:45 1.2
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.1.1.1 2011/12/04 20:33:54 ryoon Exp $ 1# $NetBSD: Makefile,v 1.2 2012/02/22 13:41:45 ryoon Exp $
2# 2#
3 3
4DISTNAME= OmegaT_2.5.0_04_Beta_Source 4DISTNAME= OmegaT_2.5.1_01_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.1.1.1 -r1.2 pkgsrc/editors/OmegaT/PLIST (expand / switch to unified diff)

--- pkgsrc/editors/OmegaT/PLIST 2011/12/04 20:33:55 1.1.1.1
+++ pkgsrc/editors/OmegaT/PLIST 2012/02/22 13:41:45 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/04 20:33:55 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.2 2012/02/22 13:41:45 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
@@ -666,70 +666,102 @@ share/doc/OmegaT/ja/searches.html @@ -666,70 +666,102 @@ share/doc/OmegaT/ja/searches.html
666share/doc/OmegaT/ja/segmentation.html 666share/doc/OmegaT/ja/segmentation.html
667share/doc/OmegaT/ja/spellchecker.html 667share/doc/OmegaT/ja/spellchecker.html
668share/doc/OmegaT/ja/translationEditing.html 668share/doc/OmegaT/ja/translationEditing.html
669share/doc/OmegaT/ja/translationMemories.html 669share/doc/OmegaT/ja/translationMemories.html
670share/doc/OmegaT/ja/userInterface.html 670share/doc/OmegaT/ja/userInterface.html
671share/doc/OmegaT/ja/version.properties 671share/doc/OmegaT/ja/version.properties
672share/doc/OmegaT/ja/website.html 672share/doc/OmegaT/ja/website.html
673share/doc/OmegaT/ja/xindex.html 673share/doc/OmegaT/ja/xindex.html
674share/doc/OmegaT/join.html 674share/doc/OmegaT/join.html
675share/doc/OmegaT/license.txt 675share/doc/OmegaT/license.txt
676share/doc/OmegaT/nl/GoogleTranslate.html 676share/doc/OmegaT/nl/GoogleTranslate.html
677share/doc/OmegaT/nl/OmegaT.css 677share/doc/OmegaT/nl/OmegaT.css
678share/doc/OmegaT/nl/aboutOmegaT.html 678share/doc/OmegaT/nl/aboutOmegaT.html
 679share/doc/OmegaT/nl/appendix.acknowledgements.html
 680share/doc/OmegaT/nl/appendix.keyboard.html
 681share/doc/OmegaT/nl/appendix.languages.html
 682share/doc/OmegaT/nl/appendix.legal.notices.html
 683share/doc/OmegaT/nl/appendix.website.html
 684share/doc/OmegaT/nl/chapter.about.OmegaT.html
 685share/doc/OmegaT/nl/chapter.dictionaries.html
 686share/doc/OmegaT/nl/chapter.file.filters.html
 687share/doc/OmegaT/nl/chapter.files.and.directories.html
 688share/doc/OmegaT/nl/chapter.files.to.translate.html
 689share/doc/OmegaT/nl/chapter.font.html
 690share/doc/OmegaT/nl/chapter.formatted.text.html
 691share/doc/OmegaT/nl/chapter.glossaries.html
 692share/doc/OmegaT/nl/chapter.installing.and.running.html
 693share/doc/OmegaT/nl/chapter.instant.start.guide.html
 694share/doc/OmegaT/nl/chapter.machine.translate.html
 695share/doc/OmegaT/nl/chapter.menu.html
 696share/doc/OmegaT/nl/chapter.misc.html
 697share/doc/OmegaT/nl/chapter.plain.text.html
 698share/doc/OmegaT/nl/chapter.project.properties.html
 699share/doc/OmegaT/nl/chapter.regexp.html
 700share/doc/OmegaT/nl/chapter.searches.html
 701share/doc/OmegaT/nl/chapter.segmentation.html
 702share/doc/OmegaT/nl/chapter.spellchecker.html
 703share/doc/OmegaT/nl/chapter.translation.editing.html
 704share/doc/OmegaT/nl/chapter.translation.memories.html
 705share/doc/OmegaT/nl/chapter.user.interface.html
679share/doc/OmegaT/nl/commandlineArguments.html 706share/doc/OmegaT/nl/commandlineArguments.html
680share/doc/OmegaT/nl/consoleMode.html 707share/doc/OmegaT/nl/consoleMode.html
681share/doc/OmegaT/nl/dictionaries.html 708share/doc/OmegaT/nl/dictionaries.html
682share/doc/OmegaT/nl/fileFilters.html 709share/doc/OmegaT/nl/fileFilters.html
683share/doc/OmegaT/nl/filesAndDirectories.html 710share/doc/OmegaT/nl/filesAndDirectories.html
684share/doc/OmegaT/nl/filesToTranslate.html 711share/doc/OmegaT/nl/filesToTranslate.html
685share/doc/OmegaT/nl/fontSettings.html 712share/doc/OmegaT/nl/fontSettings.html
686share/doc/OmegaT/nl/formattedText.html 713share/doc/OmegaT/nl/formattedText.html
687share/doc/OmegaT/nl/glossaries.html 714share/doc/OmegaT/nl/glossaries.html
688share/doc/OmegaT/nl/images/AppleKey.gif 715share/doc/OmegaT/nl/images/AppleKey.gif
689share/doc/OmegaT/nl/images/AsciiFilteroptions.jpg 716share/doc/OmegaT/nl/images/AsciiFilteroptions.png
690share/doc/OmegaT/nl/images/DictMerriamWebster.png 717share/doc/OmegaT/nl/images/DictMerriamWebster.png
691share/doc/OmegaT/nl/images/Dock.gif 718share/doc/OmegaT/nl/images/Dock.gif
 719share/doc/OmegaT/nl/images/EditingBehaviourOptions.png
692share/doc/OmegaT/nl/images/Glossary_pane.png 720share/doc/OmegaT/nl/images/Glossary_pane.png
693share/doc/OmegaT/nl/images/Main pane counters_html_780661d2.gif 721share/doc/OmegaT/nl/images/Main pane counters_html_780661d2.gif
 722share/doc/OmegaT/nl/images/Main_pane_counters.png
 723share/doc/OmegaT/nl/images/MatchStatistics.png
694share/doc/OmegaT/nl/images/MatchesPane.png 724share/doc/OmegaT/nl/images/MatchesPane.png
695share/doc/OmegaT/nl/images/Maximize.gif 725share/doc/OmegaT/nl/images/Maximize.gif
696share/doc/OmegaT/nl/images/Minimize.gif 726share/doc/OmegaT/nl/images/Minimize.gif
697share/doc/OmegaT/nl/images/MobyDick.png 727share/doc/OmegaT/nl/images/MobyDick.png
 728share/doc/OmegaT/nl/images/MultiTerm_Glossary.png
698share/doc/OmegaT/nl/images/NewProject.png 729share/doc/OmegaT/nl/images/NewProject.png
699share/doc/OmegaT/nl/images/OmegaT projects and subdirectories.jpg 730share/doc/OmegaT/nl/images/OmT_Cyrillic.png
 731share/doc/OmegaT/nl/images/OmT_Japanese.png
 732share/doc/OmegaT/nl/images/OmegaT projects_and_subdirectories.png
700share/doc/OmegaT/nl/images/OmegaT_icon.png 733share/doc/OmegaT/nl/images/OmegaT_icon.png
701share/doc/OmegaT/nl/images/OmegaT_panes.png 734share/doc/OmegaT/nl/images/OmegaT_panes.png
702share/doc/OmegaT/nl/images/OmegaT_projects_and_subdirectories.png 735share/doc/OmegaT/nl/images/OmegaT_projects_and_subdirectories.png
703share/doc/OmegaT/nl/images/Omegatproject.jpg 
704share/doc/OmegaT/nl/images/Omegatproject.png 736share/doc/OmegaT/nl/images/Omegatproject.png
705share/doc/OmegaT/nl/images/ProjectFiles.png 737share/doc/OmegaT/nl/images/ProjectFiles.png
706share/doc/OmegaT/nl/images/Projectstatistics.jpg 
707share/doc/OmegaT/nl/images/RegexTester.png 738share/doc/OmegaT/nl/images/RegexTester.png
708share/doc/OmegaT/nl/images/Restore.gif 739share/doc/OmegaT/nl/images/Restore.gif
709share/doc/OmegaT/nl/images/SpellcheckerSetup.png 740share/doc/OmegaT/nl/images/SpellcheckerSetup.png
710share/doc/OmegaT/nl/images/SpellcheckerSetup2.png 741share/doc/OmegaT/nl/images/SpellcheckerSetup2.png
711share/doc/OmegaT/nl/images/SpellcheckingText.png 742share/doc/OmegaT/nl/images/SpellcheckingText.png
 743share/doc/OmegaT/nl/images/TagValidation.png
712share/doc/OmegaT/nl/images/TagValidator.png 744share/doc/OmegaT/nl/images/TagValidator.png
713share/doc/OmegaT/nl/images/TextSearch.png 745share/doc/OmegaT/nl/images/TextSearch.png
714share/doc/OmegaT/nl/images/Undock.gif 746share/doc/OmegaT/nl/images/Undock.gif
715share/doc/OmegaT/nl/images/saveglossary.jpg 747share/doc/OmegaT/nl/images/saveglossary.png
716share/doc/OmegaT/nl/images/setting up a new project.jpg 
717share/doc/OmegaT/nl/images/tagged_segment.png 748share/doc/OmegaT/nl/images/tagged_segment.png
718share/doc/OmegaT/nl/images/tagged_segment_target.png 749share/doc/OmegaT/nl/images/tagged_segment_target.png
719share/doc/OmegaT/nl/index.html 750share/doc/OmegaT/nl/index.html
720share/doc/OmegaT/nl/installingAndRunning.html 751share/doc/OmegaT/nl/installingAndRunning.html
721share/doc/OmegaT/nl/instantStartGuide.html 752share/doc/OmegaT/nl/instantStartGuide.html
722share/doc/OmegaT/nl/instantStartGuideNoTOC.html 753share/doc/OmegaT/nl/instantStartGuideNoTOC.html
 754share/doc/OmegaT/nl/ix01.html
723share/doc/OmegaT/nl/languages.html 755share/doc/OmegaT/nl/languages.html
724share/doc/OmegaT/nl/legalNotices.html 756share/doc/OmegaT/nl/legalNotices.html
725share/doc/OmegaT/nl/license.txt 757share/doc/OmegaT/nl/license.txt
726share/doc/OmegaT/nl/menu.html 758share/doc/OmegaT/nl/menu.html
727share/doc/OmegaT/nl/plainText.html 759share/doc/OmegaT/nl/plainText.html
728share/doc/OmegaT/nl/preventingDataLoss.html 760share/doc/OmegaT/nl/preventingDataLoss.html
729share/doc/OmegaT/nl/projectProperties.html 761share/doc/OmegaT/nl/projectProperties.html
730share/doc/OmegaT/nl/regexp.html 762share/doc/OmegaT/nl/regexp.html
731share/doc/OmegaT/nl/searches.html 763share/doc/OmegaT/nl/searches.html
732share/doc/OmegaT/nl/segmentation.html 764share/doc/OmegaT/nl/segmentation.html
733share/doc/OmegaT/nl/spellchecker.html 765share/doc/OmegaT/nl/spellchecker.html
734share/doc/OmegaT/nl/translationEditing.html 766share/doc/OmegaT/nl/translationEditing.html
735share/doc/OmegaT/nl/translationMemories.html 767share/doc/OmegaT/nl/translationMemories.html

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

--- pkgsrc/editors/OmegaT/distinfo 2011/12/04 20:33:55 1.1.1.1
+++ pkgsrc/editors/OmegaT/distinfo 2012/02/22 13:41:45 1.2
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2011/12/04 20:33:55 ryoon Exp $ 1$NetBSD: distinfo,v 1.2 2012/02/22 13:41:45 ryoon Exp $
2 2
3SHA1 (OmegaT_2.5.0_04_Beta_Source.zip) = fe091a73cea59d62ae499079654895fedd32d390 3SHA1 (OmegaT_2.5.1_01_Beta_Source.zip) = 59b5a4626b9e7aba63ab161388042d3fdba57dd6
4RMD160 (OmegaT_2.5.0_04_Beta_Source.zip) = 85d1afdd9e31b0f56bccc3cffe24d4baa1776b36 4RMD160 (OmegaT_2.5.1_01_Beta_Source.zip) = ba181d6859d2ac238905fe5faac76aafa1d5b0eb
5Size (OmegaT_2.5.0_04_Beta_Source.zip) = 28269832 bytes 5Size (OmegaT_2.5.1_01_Beta_Source.zip) = 32041767 bytes
6SHA1 (patch-src_org_omegat_util_StaticUtils.java) = 5eb80e221b1461ef132bc913e13171606ab35ac9 

File Deleted: pkgsrc/editors/OmegaT/patches/Attic/patch-src_org_omegat_util_StaticUtils.java