View | Details | Raw Unified | Return to bug 85766
Collapse All | Expand All

(-)/usr/ports/german/geonext/Makefile (-36 / +6 lines)
Lines 1-46 Link Here
1
# New ports collection makefile for:	de-geonext
1
# New ports collection makefile for:    de-geonext
2
# Date created:		24 July 2003
2
# Date created:         24 July 2003
3
# Whom:			Andreas Fehlner (fehlner@gmx.de)
3
# Whom:                 Andreas Fehlner (fehlner@gmx.de)
4
#
4
#
5
# $FreeBSD: ports/german/geonext/Makefile,v 1.4 2004/11/22 12:34:27 vs Exp $
5
# $FreeBSD: ports/german/geonext/Makefile,v 1.4 2004/11/22 12:34:27 vs Exp $
6
#
6
#
7
7
8
PORTNAME=	geonext
9
PORTVERSION=	1.11
10
PORTREVISION=	1
11
CATEGORIES=	german
8
CATEGORIES=	german
12
MASTER_SITES=	http://geonext.uni-bayreuth.de/data/download/
13
DISTNAME=	geonext.${PORTVERSION}
14
EXTRACT_SUFX=	.zip
15
9
16
MAINTAINER=	fehlner@gmx.de
10
MAINTAINER=	fehlner@gmx.de
17
COMMENT=	Interactive (dynamic) elementary Geometry Software
11
COMMENT=	Interactive (dynamic) elementary Geometry Software
18
12
19
WRKSRC=		${WRKDIR}/geonext_install
13
WITH_LANG=	de
20
NO_BUILD=	yes
14
MASTERDIR=	${.CURDIR}/../../math/geonext
21
USE_ZIP=	yes
22
USE_JAVA=	1.4
23
JAVA=		${JAVA_HOME}/bin/java
24
GNAME=		geonext-de
25
GLOCATE=	${PREFIX}/share/${GNAME}
26
DATA=	cacerts didmat.crt geonext.html geonext.jar license.txt index.html
27
IMG=	g.gif gn.gif gni.gif geoint.png pixel.gif gx.gif gxt.gif ubt.gif x.ico
28
15
29
do-install:
16
.include "${MASTERDIR}/Makefile"
30
	${MKDIR} ${PREFIX}/share/${GNAME}
31
	cd ${WRKSRC} && ${INSTALL_DATA} ${DATA} ${GLOCATE}
32
	cd ${WRKSRC} && ${INSTALL_DATA} ${IMG} ${GLOCATE}
33
	@${ECHO_MSG} '#!/bin/sh' > ${GLOCATE}/${GNAME}
34
	@${ECHO_MSG} '${JAVA} -cp ${GLOCATE}/geonext.jar geonext/Geonext language=de&'\
35
	>>${GLOCATE}/${GNAME}
36
	${CHMOD} a+x ${GLOCATE}/${GNAME}
37
	${LN} ${GLOCATE}/${GNAME} ${GLOCATE}/geonext
38
	${INSTALL_SCRIPT} ${GLOCATE}/geonext-de ${PREFIX}/bin
39
	@${ECHO_MSG} "---------------------------------------------------------"
40
	@${ECHO_MSG} "Application:	${GLOCATE}/geonext or geonext-de"
41
	@${ECHO_MSG} "Browser-Applet:	${GLOCATE}/geonext.html"
42
	@${ECHO_MSG} ""
43
	@${ECHO_MSG} " WWW: http://www.geonext.de"
44
	@${ECHO_MSG} "------------------------------------------------------"
45
46
.include <bsd.port.mk>
(-)/usr/ports/german/geonext/distinfo (-2 lines)
Lines 1-2 Link Here
1
MD5 (geonext.1.11.zip) = fb506cfe96f5d172345b2edda3ac0871
2
SIZE (geonext.1.11.zip) = 1157656
(-)/usr/ports/german/geonext/pkg-descr (-17 lines)
Lines 1-17 Link Here
1
The dynamic mathematics software Geonext establishes new ways of teaching and
2
learning mathematics. It offers opportunities of visualisation that can't be
3
realised on paper or blackboard and with traditional construction tools.
4
5
Geonext enables autonomous and cooperative learning of mathematics in the 
6
classroom. It encourages an active discovering approach to mathematical 
7
thinking. Geonext can be used at school and at home for free (GPL).
8
Therefore the software can be handed out to students without any copyright
9
problems (GPL).
10
 
11
Geonext can be used from elementary school up to calculus at high school and
12
in teacher-training at university in a manifold and flexible way.
13
14
WWW: http://www.geonext.de
15
16
-Andreas Fehlner
17
fehlner@gmx.de
(-)/usr/ports/german/geonext/pkg-plist (-19 lines)
Lines 1-19 Link Here
1
bin/geonext-de
2
share/geonext-de/geonext-de
3
share/geonext-de/geonext
4
share/geonext-de/cacerts
5
share/geonext-de/didmat.crt
6
share/geonext-de/g.gif
7
share/geonext-de/geonext.html
8
share/geonext-de/geonext.jar
9
share/geonext-de/gn.gif
10
share/geonext-de/gni.gif
11
share/geonext-de/geoint.png
12
share/geonext-de/gx.gif
13
share/geonext-de/gxt.gif
14
share/geonext-de/index.html
15
share/geonext-de/license.txt
16
share/geonext-de/pixel.gif
17
share/geonext-de/x.ico
18
share/geonext-de/ubt.gif
19
@dirrm share/geonext-de

Return to bug 85766