Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Apr 2004 21:11:20 +0200 (CEST)
From:      Andreas Fehlner <fehlner@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/65640: [NEW PORT] math/geonext: Interactive (dynamic) elementary Geometry Software
Message-ID:  <20040416191120.EF4CC77@btmdx8.mat.uni-bayreuth.de>
Resent-Message-ID: <200404161920.i3GJKHVG026515@freefall.freebsd.org>

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

>Number:         65640
>Category:       ports
>Synopsis:       [NEW PORT] math/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:   Fri Apr 16 12:20:17 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Andreas Fehlner
>Release:        FreeBSD 4.9 i386
>Organization:
>Environment:
System: FreeBSD 4.9
>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:

--- geonext-1.11.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/Makefile
#	geonext/distinfo
#	geonext/pkg-descr
#	geonext/pkg-plist
#
echo c - geonext
mkdir -p geonext > /dev/null 2>&1
echo x - geonext/Makefile
sed 's/^X//' >geonext/Makefile << 'END-of-geonext/Makefile'
X# New ports collection makefile for:	geonext
X# Date created:		Fri Apr 16 21:07:25 CEST 2004
X# Whom:			Andreas Fehlner (fehlner@gmx.de)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	geonext
XPORTVERSION=	1.11
XCATEGORIES=	math graphics
XMASTER_SITES=	http://geonext.uni-bayreuth.de/data/download/
XDISTNAME=	geonext.${PORTVERSION}
XEXTRACT_SUFX=	.zip
X
XMAINTAINER=	fehlner@gmx.de
XCOMMENT=	Interactive (dynamic) elementary Geometry Software
X
XWRKSRC=		${WRKDIR}/geonext_install
XNO_BUILD=	yes
XUSE_ZIP=	yes
XUSE_JAVA=	1.4
XJAVA=		${JAVA_HOME}/bin/java
XDATA=	cacerts didmat.crt geonext.html geonext.jar license.txt index.html
XIMG=	g.gif gn.gif gni.gif geoint.png pixel.gif gx.gif gxt.gif ubt.gif x.ico
X
X.include <bsd.port.pre.mk>
X
X# lanuage support
X# default: en
X# available:  bg, cz, de, en, es, fr, hu, sk
X
X.if defined(WITH_LANG)
XLA=	language=${WITH_LANG}
X.endif
X
Xpre-everything::
X	@${ECHO_MSG} ""
X	@${ECHO_MSG} "N - O - T - E"
X	@${ECHO_MSG} ""
X	@${ECHO_MSG} "WITH_LANG=lang     - Choose default language"
X	@${ECHO_MSG} "available languages: en, fr, bg, cz, de, es, hu, sk"
X	@${ECHO_MSG} "example: make WITH_LANG=fr install"
X	@${ECHO_MSG} ""
X
Xdo-install:
X	${MKDIR} ${DATADIR}
X	cd ${WRKSRC} && ${INSTALL_DATA} ${DATA} ${DATADIR}
X	cd ${WRKSRC} && ${INSTALL_DATA} ${IMG} ${DATADIR}
X	@${ECHO_MSG} '#!/bin/sh' > ${DATADIR}/${PORTNAME}
X	@${ECHO_MSG} '${JAVA} -cp ${DATADIR}/geonext.jar geonext/Geonext ${LA}\
X	&' >>${DATADIR}/${PORTNAME}
X	${CHMOD} a+x ${DATADIR}/${PORTNAME}
X	${INSTALL_SCRIPT} ${DATADIR}/geonext ${PREFIX}/bin
X	@${ECHO_MSG} "------------------------------------------------------"
X	@${ECHO_MSG} "Application:	${DATADIR}/geonext"
X	@${ECHO_MSG} "Browser-Applet:	${DATADIR}/geonext.html"
X	@${ECHO_MSG} ""
X	@${ECHO_MSG} " WWW: http://www.geonext.de"
X	@${ECHO_MSG} "------------------------------------------------------"
X
X.include <bsd.port.post.mk>
END-of-geonext/Makefile
echo x - geonext/distinfo
sed 's/^X//' >geonext/distinfo << 'END-of-geonext/distinfo'
XMD5 (geonext.1.11.zip) = fb506cfe96f5d172345b2edda3ac0871
XSIZE (geonext.1.11.zip) = 1157656
END-of-geonext/distinfo
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
Xshare/geonext/geonext
Xshare/geonext/cacerts
Xshare/geonext/didmat.crt
Xshare/geonext/g.gif
Xshare/geonext/geonext.html
Xshare/geonext/geonext.jar
Xshare/geonext/gn.gif
Xshare/geonext/gni.gif
Xshare/geonext/geoint.png
Xshare/geonext/gx.gif
Xshare/geonext/gxt.gif
Xshare/geonext/index.html
Xshare/geonext/license.txt
Xshare/geonext/pixel.gif
Xshare/geonext/x.ico
Xshare/geonext/ubt.gif
X@dirrm share/geonext
END-of-geonext/pkg-plist
exit
--- geonext-1.11.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?20040416191120.EF4CC77>