Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Nov 2003 08:23:08 +0100 (CET)
From:      Andreas Fehlner <fehlner@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59453: [NEW PORT] german/de-geonext: Interactive (dynamic) elementary Geometry Software
Message-ID:  <20031119072308.D720F5A@btmdx8.mat.uni-bayreuth.de>
Resent-Message-ID: <200311190730.hAJ7UJr9077465@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         59453
>Category:       ports
>Synopsis:       [NEW PORT] german/de-geonext: Interactive (dynamic) elementary Geometry Software
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 18 23:30:19 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Andreas Fehlner
>Release:        FreeBSD 4.9-RC i386
>Organization:
>Environment:
System: FreeBSD btmdx8.mat.uni-bayreuth.de 4.9-RC FreeBSD 4.9-RC #0: Tue Sep 30 12:53:20 CEST 2003
>Description:
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

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- de-geonext-1.0.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	geonext
#	geonext/distinfo
#	geonext/Makefile
#	geonext/pkg-descr
#	geonext/pkg-plist
#
echo c - geonext
mkdir -p geonext > /dev/null 2>&1
echo x - geonext/distinfo
sed 's/^X//' >geonext/distinfo << 'END-of-geonext/distinfo'
XMD5 (geonext.tgz) = 82edd8a852bb6eff6e7edae3a5caa32d
END-of-geonext/distinfo
echo x - geonext/Makefile
sed 's/^X//' >geonext/Makefile << 'END-of-geonext/Makefile'
X# New ports collection makefile for:	de-geonext
X# Date created:		24 July 2003
X# Whom:			Andreas Fehlner (fehlner@gmx.de)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	geonext
XPORTVERSION=	1.0
XCATEGORIES=	german
XMASTER_SITES=	http://geonext.uni-bayreuth.de/data/download/linux/
XPKGNAMEPREFIX?=	de-
XDISTNAME=	geonext
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	fehlner@gmx.de
XCOMMENT=	Interactive (dynamic) elementary Geometry Software
X
XWRKSRC=		${WRKDIR}/geonext_install
XNO_BUILD=	yes
XUSE_JAVA=	1.4
XJAVA=		${JAVA_HOME}/bin/java
XGNAME=		geonext-de
XGLOCATE=	${PREFIX}/share/${GNAME}
XDATA=	cacerts didmat.crt geonext.html geonext.jar license.txt index.html
XGIF=	pixel.gif gx.gif gni.gif gn.gif g.gif x.ico
X
Xdo-install:
X	${MKDIR} ${PREFIX}/share/${GNAME}
X	cd ${WRKSRC} && ${INSTALL_DATA} ${DATA} ${GLOCATE}
X	cd ${WRKSRC} && ${INSTALL_DATA} ${GIF} ${GLOCATE}
X	@${ECHO_MSG} '#!/bin/sh' > ${GLOCATE}/${GNAME}
X	@${ECHO_MSG} '${JAVA} -cp ${GLOCATE}/geonext.jar geonext/Geonext&'\
X	>>${GLOCATE}/${GNAME}
X	${CHMOD} a+x ${GLOCATE}/${GNAME}
X	${SED} -e 's/GEONExT.html/geonext.html/' ${GLOCATE}/index.html > \
X	${GLOCATE}/index.tmp
X	${LN} ${GLOCATE}/${GNAME} ${GLOCATE}/geonext
X	${MV} ${GLOCATE}/index.tmp ${GLOCATE}/index.html
X	${INSTALL_SCRIPT} ${GLOCATE}/geonext-de ${PREFIX}/bin
X	@${ECHO_MSG} "---------------------------------------------------------"
X	@${ECHO_MSG} "Application:	${GLOCATE}/geonext or geonext-de"
X	@${ECHO_MSG} "Browser-Applet:	${GLOCATE}/geonext.html"
X	@${ECHO_MSG} ""
X	@${ECHO_MSG} " WWW: http://www.geonext.de"
X	@${ECHO_MSG} "------------------------------------------------------"
X
X.include <bsd.port.mk>
END-of-geonext/Makefile
echo x - geonext/pkg-descr
sed 's/^X//' >geonext/pkg-descr << 'END-of-geonext/pkg-descr'
XThe dynamic mathematics software Geonext establishes new ways of teaching and
Xlearning mathematics. It offers opportunities of visualisation that can't be
Xrealised on paper or blackboard and with traditional construction tools.
X
XGeonext enables autonomous and cooperative learning of mathematics in the 
Xclassroom. It encourages an active discovering approach to mathematical 
Xthinking. Geonext can be used at school and at home for free (GPL).
XTherefore the software can be handed out to students without any copyright
Xproblems (GPL).
X 
XGeonext can be used from elementary school up to calculus at high school and
Xin teacher-training at university in a manifold and flexible way.
X
XWWW: http://www.geonext.de
X
X- Andreas Fehlner
Xfehlner@gmx.de
END-of-geonext/pkg-descr
echo x - geonext/pkg-plist
sed 's/^X//' >geonext/pkg-plist << 'END-of-geonext/pkg-plist'
Xbin/geonext-de
Xshare/geonext-de/geonext-de
Xshare/geonext-de/geonext
Xshare/geonext-de/cacerts
Xshare/geonext-de/didmat.crt
Xshare/geonext-de/g.gif
Xshare/geonext-de/geonext.html
Xshare/geonext-de/geonext.jar
Xshare/geonext-de/gn.gif
Xshare/geonext-de/gni.gif
Xshare/geonext-de/gx.gif
Xshare/geonext-de/index.html
Xshare/geonext-de/license.txt
Xshare/geonext-de/pixel.gif
Xshare/geonext-de/x.ico
X@dirrm share/geonext-de
END-of-geonext/pkg-plist
exit
--- de-geonext-1.0.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031119072308.D720F5A>