editors/omegaT: update from 1.7.3.2 to 1.7.3.4.

PR:		ports/128653
Submitted by:	Rodrigo OSORIO <rodrigo@bebik.net> (maintainer)
This commit is contained in:
Daichi GOTO 2008-11-10 07:37:37 +00:00
parent e35d843eb0
commit bb5fdc67f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222671
6 changed files with 713 additions and 707 deletions

View File

@ -5,11 +5,11 @@
#
PORTNAME= omegaT
PORTVERSION= 1.7.3.2
PORTVERSION= 1.7.3.4
CATEGORIES= editors java x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= omegat
DISTNAME= OmegaT_1.7.3_02_Source
DISTNAME= OmegaT_1.7.3_04_Source
MAINTAINER= rodrigo@bebik.net
COMMENT= A powerfull translation memory application written in Java

View File

@ -1,3 +1,3 @@
MD5 (omegaT/OmegaT_1.7.3_02_Source.zip) = eef5d6390f691317d4d093bc39d45262
SHA256 (omegaT/OmegaT_1.7.3_02_Source.zip) = 3e5e1632475674e3b341abea4405c478f902524617d6d0c18de998dfd2be83a6
SIZE (omegaT/OmegaT_1.7.3_02_Source.zip) = 6090814
MD5 (omegaT/OmegaT_1.7.3_04_Source.zip) = 2465293567211cfcd9217b3dc8e4c43c
SHA256 (omegaT/OmegaT_1.7.3_04_Source.zip) = 6a544c4505b6c80b29973a27e812bc3ea147df2d2117c0fb36ebe510dd652ed2
SIZE (omegaT/OmegaT_1.7.3_04_Source.zip) = 6122753

View File

@ -9,4 +9,4 @@ if [ ! -f ${HOME}/.omegat/omegat.prefs ] ; then
cp "%%DATADIR%%/omegat.prefs" ${HOME}/.omegat && chmod 644 ${HOME}/.omegat/omegat.prefs
fi
JAVA_VERSION=3D"1.2+" "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/OmegaT.jar" "$@"
JAVA_VERSION="1.2+" "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/OmegaT.jar" "$@"

View File

@ -1,6 +1,6 @@
<?xml version=3D"1.0" encoding=3D"UTF-8" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<omegat>
<preference version=3D"1.0">
<preference version="1.0">
<source_font>Dialog</source_font>
<source_font_size>12</source_font_size>
<screen_width>690</screen_width>

View File

@ -1,4 +1,4 @@
OmegaT is a free translation memory application written in Java.=20
OmegaT is a free translation memory application written in Java.
It does not translate for you, but help you during the translation process.
This tool is intended for professional translators.

File diff suppressed because it is too large Load Diff