diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-09-06 16:14:48 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-09-06 16:14:48 +0000 |
commit | 7d455ee93be8802e48cf04f534459a85a7def10f (patch) | |
tree | 67c4e295697c7b3905d5f429718780e0627770d7 /german | |
parent | a815f63dae63b3aa1c40bf58bb1e3041e330bc50 (diff) | |
download | ports-7d455ee93be8802e48cf04f534459a85a7def10f.tar.gz ports-7d455ee93be8802e48cf04f534459a85a7def10f.zip |
Notes
Diffstat (limited to 'german')
-rw-r--r-- | german/geonext/Makefile | 36 | ||||
-rw-r--r-- | german/geonext/distinfo | 2 | ||||
-rw-r--r-- | german/geonext/pkg-descr | 17 | ||||
-rw-r--r-- | german/geonext/pkg-plist | 19 |
4 files changed, 3 insertions, 71 deletions
diff --git a/german/geonext/Makefile b/german/geonext/Makefile index f339ee722602..1eb66375a4f9 100644 --- a/german/geonext/Makefile +++ b/german/geonext/Makefile @@ -5,42 +5,12 @@ # $FreeBSD$ # -PORTNAME= geonext -PORTVERSION= 1.11 -PORTREVISION= 1 CATEGORIES= german -MASTER_SITES= http://geonext.uni-bayreuth.de/data/download/ -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 -IMG= g.gif gn.gif gni.gif geoint.png pixel.gif gx.gif gxt.gif ubt.gif x.ico +WITH_LANG= de +MASTERDIR= ${.CURDIR}/../../math/geonext -do-install: - ${MKDIR} ${PREFIX}/share/${GNAME} - cd ${WRKSRC} && ${INSTALL_DATA} ${DATA} ${GLOCATE} - cd ${WRKSRC} && ${INSTALL_DATA} ${IMG} ${GLOCATE} - @${ECHO_MSG} '#!/bin/sh' > ${GLOCATE}/${GNAME} - @${ECHO_MSG} '${JAVA} -cp ${GLOCATE}/geonext.jar geonext/Geonext language=de&'\ - >>${GLOCATE}/${GNAME} - ${CHMOD} a+x ${GLOCATE}/${GNAME} - ${LN} ${GLOCATE}/${GNAME} ${GLOCATE}/geonext - ${INSTALL_SCRIPT} ${GLOCATE}/geonext-de ${PREFIX}/bin - @${ECHO_MSG} "---------------------------------------------------------" - @${ECHO_MSG} "Application: ${GLOCATE}/geonext or geonext-de" - @${ECHO_MSG} "Browser-Applet: ${GLOCATE}/geonext.html" - @${ECHO_MSG} "" - @${ECHO_MSG} " WWW: http://www.geonext.de" - @${ECHO_MSG} "------------------------------------------------------" - -.include <bsd.port.mk> +.include "${MASTERDIR}/Makefile" diff --git a/german/geonext/distinfo b/german/geonext/distinfo deleted file mode 100644 index 29082962312c..000000000000 --- a/german/geonext/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (geonext.1.11.zip) = fb506cfe96f5d172345b2edda3ac0871 -SIZE (geonext.1.11.zip) = 1157656 diff --git a/german/geonext/pkg-descr b/german/geonext/pkg-descr deleted file mode 100644 index e199445784ef..000000000000 --- a/german/geonext/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -The dynamic mathematics software Geonext establishes new ways of teaching and -learning mathematics. It offers opportunities of visualisation that can't be -realised on paper or blackboard and with traditional construction tools. - -Geonext enables autonomous and cooperative learning of mathematics in the -classroom. It encourages an active discovering approach to mathematical -thinking. Geonext can be used at school and at home for free (GPL). -Therefore the software can be handed out to students without any copyright -problems (GPL). - -Geonext can be used from elementary school up to calculus at high school and -in teacher-training at university in a manifold and flexible way. - -WWW: http://www.geonext.de - --Andreas Fehlner -fehlner@gmx.de diff --git a/german/geonext/pkg-plist b/german/geonext/pkg-plist deleted file mode 100644 index c4c9d6d22c03..000000000000 --- a/german/geonext/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -bin/geonext-de -share/geonext-de/geonext-de -share/geonext-de/geonext -share/geonext-de/cacerts -share/geonext-de/didmat.crt -share/geonext-de/g.gif -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 |