diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-09-04 14:38:07 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-09-04 14:38:07 +0800 |
commit | df183215374dfc16f6e6f568aac293befc795c8e (patch) | |
tree | e58ba7f6e2d9032468449e52d7e6edb0a5f1b210 /math | |
parent | 60ac12477da3e793429273fe70337e929cf45b4a (diff) | |
download | freebsd-ports-gnome-df183215374dfc16f6e6f568aac293befc795c8e.tar.gz freebsd-ports-gnome-df183215374dfc16f6e6f568aac293befc795c8e.tar.zst freebsd-ports-gnome-df183215374dfc16f6e6f568aac293befc795c8e.zip |
Update to 1.12
PR: ports/85663
Submitted by: Andreas Fehlner <fehlner@gmx.de> (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/geonext/Makefile | 19 | ||||
-rw-r--r-- | math/geonext/distinfo | 4 | ||||
-rw-r--r-- | math/geonext/pkg-plist | 5 |
3 files changed, 14 insertions, 14 deletions
diff --git a/math/geonext/Makefile b/math/geonext/Makefile index 787d1ba2b368..540874f19d7c 100644 --- a/math/geonext/Makefile +++ b/math/geonext/Makefile @@ -6,7 +6,7 @@ # PORTNAME= geonext -PORTVERSION= 1.11 +PORTVERSION= 1.12 CATEGORIES= math graphics java MASTER_SITES= http://geonext.uni-bayreuth.de/data/download/\ http://home.arcor.de/fehlner/inhalt/download/\ @@ -14,17 +14,18 @@ MASTER_SITES= http://geonext.uni-bayreuth.de/data/download/\ DISTNAME= geonext.${PORTVERSION} MAINTAINER= fehlner@gmx.de -COMMENT?= Interactive (dynamic) elementary Geometry Software +COMMENT= Interactive (dynamic) elementary Geometry Software -WRKSRC= ${WRKDIR}/geonext_install +WRKSRC= ${WRKDIR}/geonext NO_BUILD= yes USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.4 +JAVA_VERSION= 1.4+ DATA= cacerts didmat.crt geonext.html geonext.jar license.txt index.html -IMG= g.gif gn.gif gni.gif geoint.png pixel.gif gx.gif gxt.gif ubt.gif x.ico +IMG= geoint.png gxt.gif ubt.gif x.ico -# available languages: bg, cz, de, en, es, fr, hu, sk, ja, ro +# available languages: al, bg, cz, de, en, es, fr, hu, it, ja, lv, +# pt_BR, ro, ru, sk, sl, uk # default: en .if !defined(WITH_LANG) WITH_LANG= en @@ -47,7 +48,11 @@ pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "WITH_LANG=lang - Choose language" @${ECHO_MSG} "Default language: en" - @${ECHO_MSG} "available languages: en, fr, bg, cz, de, es, hu, sk, ja, ro" + @${ECHO_MSG} "" + @${ECHO_MSG} "available languages: al, bg, cz, de, en, es, fr, " + @${ECHO_MSG} "hu, it, ja, lv, pt_BR, ro, ru, sk, sl, uk" + @${ECHO_MSG} "-------------------------------------------------" + @${ECHO_MSG} "" @${ECHO_MSG} "example: make WITH_LANG=fr install" @${ECHO_MSG} "" @${ECHO_MSG} "Your current setting is:" diff --git a/math/geonext/distinfo b/math/geonext/distinfo index 29082962312c..acf092783c98 100644 --- a/math/geonext/distinfo +++ b/math/geonext/distinfo @@ -1,2 +1,2 @@ -MD5 (geonext.1.11.zip) = fb506cfe96f5d172345b2edda3ac0871 -SIZE (geonext.1.11.zip) = 1157656 +MD5 (geonext.1.12.zip) = d12db286da18f637a0bb8aae6bb3f224 +SIZE (geonext.1.12.zip) = 1211280 diff --git a/math/geonext/pkg-plist b/math/geonext/pkg-plist index e5a11d6399d3..256b8c83ccaa 100644 --- a/math/geonext/pkg-plist +++ b/math/geonext/pkg-plist @@ -2,17 +2,12 @@ bin/geonext-%%LANG%% share/geonext-%%LANG%%/geonext-%%LANG%% share/geonext-%%LANG%%/cacerts share/geonext-%%LANG%%/didmat.crt -share/geonext-%%LANG%%/g.gif share/geonext-%%LANG%%/geonext.html share/geonext-%%LANG%%/geonext.jar -share/geonext-%%LANG%%/gn.gif -share/geonext-%%LANG%%/gni.gif share/geonext-%%LANG%%/geoint.png -share/geonext-%%LANG%%/gx.gif share/geonext-%%LANG%%/gxt.gif share/geonext-%%LANG%%/index.html share/geonext-%%LANG%%/license.txt -share/geonext-%%LANG%%/pixel.gif share/geonext-%%LANG%%/x.ico share/geonext-%%LANG%%/ubt.gif @dirrm share/geonext-%%LANG%% |