pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/OmegaT Update to 2.5.1.01



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d9f163e2afc
branches:  trunk
changeset: 599858:5d9f163e2afc
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Feb 22 13:41:45 2012 +0000

description:
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)

diffstat:

 editors/OmegaT/Makefile                                           |   4 +-
 editors/OmegaT/PLIST                                              |  46 ++++++++-
 editors/OmegaT/distinfo                                           |   9 +-
 editors/OmegaT/patches/patch-src_org_omegat_util_StaticUtils.java |  15 ---
 4 files changed, 45 insertions(+), 29 deletions(-)

diffs (141 lines):

diff -r 56caa9cc58c2 -r 5d9f163e2afc editors/OmegaT/Makefile
--- a/editors/OmegaT/Makefile   Wed Feb 22 13:25:14 2012 +0000
+++ b/editors/OmegaT/Makefile   Wed Feb 22 13:41:45 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/12/04 20:33:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2012/02/22 13:41:45 ryoon Exp $
 #
 
-DISTNAME=      OmegaT_2.5.0_04_Beta_Source
+DISTNAME=      OmegaT_2.5.1_01_Beta_Source
 PKGNAME=       ${DISTNAME:S/OmegaT_/OmegaT-/:S/_Source//:S/_Beta//:S/_/./g}
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=omegat/}
diff -r 56caa9cc58c2 -r 5d9f163e2afc editors/OmegaT/PLIST
--- a/editors/OmegaT/PLIST      Wed Feb 22 13:25:14 2012 +0000
+++ b/editors/OmegaT/PLIST      Wed Feb 22 13:41:45 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/04 20:33:55 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2012/02/22 13:41:45 ryoon Exp $
 bin/OmegaT
 share/OmegaT/OmegaT.jar
 share/OmegaT/lib/CDDL+GPLv2.txt
@@ -676,6 +676,33 @@
 share/doc/OmegaT/nl/GoogleTranslate.html
 share/doc/OmegaT/nl/OmegaT.css
 share/doc/OmegaT/nl/aboutOmegaT.html
+share/doc/OmegaT/nl/appendix.acknowledgements.html
+share/doc/OmegaT/nl/appendix.keyboard.html
+share/doc/OmegaT/nl/appendix.languages.html
+share/doc/OmegaT/nl/appendix.legal.notices.html
+share/doc/OmegaT/nl/appendix.website.html
+share/doc/OmegaT/nl/chapter.about.OmegaT.html
+share/doc/OmegaT/nl/chapter.dictionaries.html
+share/doc/OmegaT/nl/chapter.file.filters.html
+share/doc/OmegaT/nl/chapter.files.and.directories.html
+share/doc/OmegaT/nl/chapter.files.to.translate.html
+share/doc/OmegaT/nl/chapter.font.html
+share/doc/OmegaT/nl/chapter.formatted.text.html
+share/doc/OmegaT/nl/chapter.glossaries.html
+share/doc/OmegaT/nl/chapter.installing.and.running.html
+share/doc/OmegaT/nl/chapter.instant.start.guide.html
+share/doc/OmegaT/nl/chapter.machine.translate.html
+share/doc/OmegaT/nl/chapter.menu.html
+share/doc/OmegaT/nl/chapter.misc.html
+share/doc/OmegaT/nl/chapter.plain.text.html
+share/doc/OmegaT/nl/chapter.project.properties.html
+share/doc/OmegaT/nl/chapter.regexp.html
+share/doc/OmegaT/nl/chapter.searches.html
+share/doc/OmegaT/nl/chapter.segmentation.html
+share/doc/OmegaT/nl/chapter.spellchecker.html
+share/doc/OmegaT/nl/chapter.translation.editing.html
+share/doc/OmegaT/nl/chapter.translation.memories.html
+share/doc/OmegaT/nl/chapter.user.interface.html
 share/doc/OmegaT/nl/commandlineArguments.html
 share/doc/OmegaT/nl/consoleMode.html
 share/doc/OmegaT/nl/dictionaries.html
@@ -686,40 +713,45 @@
 share/doc/OmegaT/nl/formattedText.html
 share/doc/OmegaT/nl/glossaries.html
 share/doc/OmegaT/nl/images/AppleKey.gif
-share/doc/OmegaT/nl/images/AsciiFilteroptions.jpg
+share/doc/OmegaT/nl/images/AsciiFilteroptions.png
 share/doc/OmegaT/nl/images/DictMerriamWebster.png
 share/doc/OmegaT/nl/images/Dock.gif
+share/doc/OmegaT/nl/images/EditingBehaviourOptions.png
 share/doc/OmegaT/nl/images/Glossary_pane.png
 share/doc/OmegaT/nl/images/Main pane counters_html_780661d2.gif
+share/doc/OmegaT/nl/images/Main_pane_counters.png
+share/doc/OmegaT/nl/images/MatchStatistics.png
 share/doc/OmegaT/nl/images/MatchesPane.png
 share/doc/OmegaT/nl/images/Maximize.gif
 share/doc/OmegaT/nl/images/Minimize.gif
 share/doc/OmegaT/nl/images/MobyDick.png
+share/doc/OmegaT/nl/images/MultiTerm_Glossary.png
 share/doc/OmegaT/nl/images/NewProject.png
-share/doc/OmegaT/nl/images/OmegaT projects and subdirectories.jpg
+share/doc/OmegaT/nl/images/OmT_Cyrillic.png
+share/doc/OmegaT/nl/images/OmT_Japanese.png
+share/doc/OmegaT/nl/images/OmegaT projects_and_subdirectories.png
 share/doc/OmegaT/nl/images/OmegaT_icon.png
 share/doc/OmegaT/nl/images/OmegaT_panes.png
 share/doc/OmegaT/nl/images/OmegaT_projects_and_subdirectories.png
-share/doc/OmegaT/nl/images/Omegatproject.jpg
 share/doc/OmegaT/nl/images/Omegatproject.png
 share/doc/OmegaT/nl/images/ProjectFiles.png
-share/doc/OmegaT/nl/images/Projectstatistics.jpg
 share/doc/OmegaT/nl/images/RegexTester.png
 share/doc/OmegaT/nl/images/Restore.gif
 share/doc/OmegaT/nl/images/SpellcheckerSetup.png
 share/doc/OmegaT/nl/images/SpellcheckerSetup2.png
 share/doc/OmegaT/nl/images/SpellcheckingText.png
+share/doc/OmegaT/nl/images/TagValidation.png
 share/doc/OmegaT/nl/images/TagValidator.png
 share/doc/OmegaT/nl/images/TextSearch.png
 share/doc/OmegaT/nl/images/Undock.gif
-share/doc/OmegaT/nl/images/saveglossary.jpg
-share/doc/OmegaT/nl/images/setting up a new project.jpg
+share/doc/OmegaT/nl/images/saveglossary.png
 share/doc/OmegaT/nl/images/tagged_segment.png
 share/doc/OmegaT/nl/images/tagged_segment_target.png
 share/doc/OmegaT/nl/index.html
 share/doc/OmegaT/nl/installingAndRunning.html
 share/doc/OmegaT/nl/instantStartGuide.html
 share/doc/OmegaT/nl/instantStartGuideNoTOC.html
+share/doc/OmegaT/nl/ix01.html
 share/doc/OmegaT/nl/languages.html
 share/doc/OmegaT/nl/legalNotices.html
 share/doc/OmegaT/nl/license.txt
diff -r 56caa9cc58c2 -r 5d9f163e2afc editors/OmegaT/distinfo
--- a/editors/OmegaT/distinfo   Wed Feb 22 13:25:14 2012 +0000
+++ b/editors/OmegaT/distinfo   Wed Feb 22 13:41:45 2012 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/12/04 20:33:55 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2012/02/22 13:41:45 ryoon Exp $
 
-SHA1 (OmegaT_2.5.0_04_Beta_Source.zip) = fe091a73cea59d62ae499079654895fedd32d390
-RMD160 (OmegaT_2.5.0_04_Beta_Source.zip) = 85d1afdd9e31b0f56bccc3cffe24d4baa1776b36
-Size (OmegaT_2.5.0_04_Beta_Source.zip) = 28269832 bytes
-SHA1 (patch-src_org_omegat_util_StaticUtils.java) = 5eb80e221b1461ef132bc913e13171606ab35ac9
+SHA1 (OmegaT_2.5.1_01_Beta_Source.zip) = 59b5a4626b9e7aba63ab161388042d3fdba57dd6
+RMD160 (OmegaT_2.5.1_01_Beta_Source.zip) = ba181d6859d2ac238905fe5faac76aafa1d5b0eb
+Size (OmegaT_2.5.1_01_Beta_Source.zip) = 32041767 bytes
diff -r 56caa9cc58c2 -r 5d9f163e2afc editors/OmegaT/patches/patch-src_org_omegat_util_StaticUtils.java
--- a/editors/OmegaT/patches/patch-src_org_omegat_util_StaticUtils.java Wed Feb 22 13:25:14 2012 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_org_omegat_util_StaticUtils.java,v 1.1.1.1 2011/12/04 20:33:55 ryoon Exp $
-
-* Support $HOME/.omegat directory on NetBSD and DragonFly
-
---- src/org/omegat/util/StaticUtils.java.orig  2011-05-17 00:36:52.000000000 +0000
-+++ src/org/omegat/util/StaticUtils.java
-@@ -491,7 +491,7 @@ public class StaticUtils {
-         }
-         // Check for UNIX varieties
-         // Solaris is generally detected as SunOS
--        else if (os.equals("Linux") || os.equals("SunOS") || os.equals("Solaris") || os.equals("FreeBSD")) {
-+        else if (os.equals("Linux") || os.equals("SunOS") || os.equals("Solaris") || os.equals("FreeBSD") || os.equals("NetBSD") || os.equals("DragonFly")){
-             // set the config dir to the user's home dir + "/.omegat/", so it's
-             // hidden
-             m_configDir = home + UNIX_CONFIG_DIR;



Home | Main Index | Thread Index | Old Index