diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-04-01 19:45:34 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-04-01 19:45:34 +0000 |
commit | a903a1428052b81971489bffe25e2f03f66f0fb9 (patch) | |
tree | 225d04fe2e6a7406b9a8c14f579927cdfeb154a4 /german | |
parent | 594bafc6a4ee6dd5e0234678904bde3023d67ec7 (diff) | |
download | ports-a903a1428052b81971489bffe25e2f03f66f0fb9.tar.gz ports-a903a1428052b81971489bffe25e2f03f66f0fb9.zip |
Notes
Diffstat (limited to 'german')
-rw-r--r-- | german/geonext/Makefile | 16 | ||||
-rw-r--r-- | german/geonext/distinfo | 4 | ||||
-rw-r--r-- | german/geonext/pkg-descr | 2 | ||||
-rw-r--r-- | german/geonext/pkg-plist | 3 |
4 files changed, 13 insertions, 12 deletions
diff --git a/german/geonext/Makefile b/german/geonext/Makefile index ab9fcafef114..07c56b520a33 100644 --- a/german/geonext/Makefile +++ b/german/geonext/Makefile @@ -6,37 +6,35 @@ # PORTNAME= geonext -PORTVERSION= 1.0 +PORTVERSION= 1.11 CATEGORIES= german -MASTER_SITES= http://geonext.uni-bayreuth.de/data/download/linux/ +MASTER_SITES= http://geonext.uni-bayreuth.de/data/download/ PKGNAMEPREFIX?= de- -DISTNAME= geonext -EXTRACT_SUFX= .tgz +DISTNAME= geonext.${PORTVERSION} +EXTRACT_SUFX= .zip MAINTAINER= fehlner@gmx.de COMMENT= Interactive (dynamic) elementary Geometry Software WRKSRC= ${WRKDIR}/geonext_install NO_BUILD= yes +USE_ZIP= yes USE_JAVA= 1.4 JAVA= ${JAVA_HOME}/bin/java GNAME= geonext-de GLOCATE= ${PREFIX}/share/${GNAME} DATA= cacerts didmat.crt geonext.html geonext.jar license.txt index.html -GIF= pixel.gif gx.gif gni.gif gn.gif g.gif x.ico +IMG= g.gif gn.gif gni.gif geoint.png pixel.gif gx.gif gxt.gif ubt.gif x.ico do-install: ${MKDIR} ${PREFIX}/share/${GNAME} cd ${WRKSRC} && ${INSTALL_DATA} ${DATA} ${GLOCATE} - cd ${WRKSRC} && ${INSTALL_DATA} ${GIF} ${GLOCATE} + cd ${WRKSRC} && ${INSTALL_DATA} ${IMG} ${GLOCATE} @${ECHO_MSG} '#!/bin/sh' > ${GLOCATE}/${GNAME} @${ECHO_MSG} '${JAVA} -cp ${GLOCATE}/geonext.jar geonext/Geonext&'\ >>${GLOCATE}/${GNAME} ${CHMOD} a+x ${GLOCATE}/${GNAME} - ${SED} -e 's/GEONExT.html/geonext.html/' ${GLOCATE}/index.html > \ - ${GLOCATE}/index.tmp ${LN} ${GLOCATE}/${GNAME} ${GLOCATE}/geonext - ${MV} ${GLOCATE}/index.tmp ${GLOCATE}/index.html ${INSTALL_SCRIPT} ${GLOCATE}/geonext-de ${PREFIX}/bin @${ECHO_MSG} "---------------------------------------------------------" @${ECHO_MSG} "Application: ${GLOCATE}/geonext or geonext-de" diff --git a/german/geonext/distinfo b/german/geonext/distinfo index 29b7ff23236a..29082962312c 100644 --- a/german/geonext/distinfo +++ b/german/geonext/distinfo @@ -1,2 +1,2 @@ -MD5 (geonext.tgz) = 82edd8a852bb6eff6e7edae3a5caa32d -SIZE (geonext.tgz) = 1034920 +MD5 (geonext.1.11.zip) = fb506cfe96f5d172345b2edda3ac0871 +SIZE (geonext.1.11.zip) = 1157656 diff --git a/german/geonext/pkg-descr b/german/geonext/pkg-descr index 3aaaf5a053a4..e199445784ef 100644 --- a/german/geonext/pkg-descr +++ b/german/geonext/pkg-descr @@ -13,5 +13,5 @@ in teacher-training at university in a manifold and flexible way. WWW: http://www.geonext.de -- Andreas Fehlner +-Andreas Fehlner fehlner@gmx.de diff --git a/german/geonext/pkg-plist b/german/geonext/pkg-plist index 1432668930c7..c4c9d6d22c03 100644 --- a/german/geonext/pkg-plist +++ b/german/geonext/pkg-plist @@ -8,9 +8,12 @@ share/geonext-de/geonext.html share/geonext-de/geonext.jar share/geonext-de/gn.gif share/geonext-de/gni.gif +share/geonext-de/geoint.png share/geonext-de/gx.gif +share/geonext-de/gxt.gif share/geonext-de/index.html share/geonext-de/license.txt share/geonext-de/pixel.gif share/geonext-de/x.ico +share/geonext-de/ubt.gif @dirrm share/geonext-de |