ports/67599: [NEW PORT] math/geonext: Interactive (dynamic) elementary Geometry Software

Andreas Fehlner fehlner at gmx.de
Sat Jun 5 10:40:31 UTC 2004


>Number:         67599
>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:   Sat Jun 05 03:40:24 PDT 2004
>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:
Rework of ports/65640 (math/geonext became a master port for german/geonext, french/geonext,...)

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.
B

WWW: http://www.geonext.de

-Andreas Fehlner
fehlner at 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/pkg-plist
#	geonext/pkg-message
#	geonext/pkg-descr
#	geonext/distinfo
#
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:	de-geonext
X# Date created:		24 July 2003
X# Whom:			Andreas Fehlner (fehlner at gmx.de)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	geonext
XPORTVERSION=	1.11
XCATEGORIES=	math graphics
XMASTER_SITES=	http://geonext.uni-bayreuth.de/data/download/\
X		http://home.arcor.de/fehlner/inhalt/download/\
X		http://home.arcor.de/teambushido/
XDISTNAME=	geonext.${PORTVERSION}
XEXTRACT_SUFX=	.zip
X
XMAINTAINER=	fehlner at gmx.de
X.if !defined(COMMENT)
XCOMMENT=	Interactive (dynamic) elementary Geometry Software
X.endif
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# available languages: bg, cz, de, en, es, fr, hu, sk
X# default: en
X.if !defined(WITH_LANG)
XWITH_LANG=	en
X.endif
X
X# For the slave ports
XLA=	language=${WITH_LANG}
X.if ${WITH_LANG} != "en"
XPKGNAMEPREFIX=	${WITH_LANG}-
X.endif
X
XPLIST_SUB=	LANG=${WITH_LANG}
XGLOCATE=	${DATADIR}-${WITH_LANG}
X
X.if exists(${.CURDIR}/pkg-descr)
XDESCR=	${.CURDIR}/pkg-descr
X.endif
X.if exists(${.CURDIR}/pkg-message)
XPKGMESSAGE=	${.CURDIR}/pkg-message
X.endif
X.if exists(${.CURDIR}/pkg-plist)
XPLIST=	${.CURDIR}/pkg-plist
X.endif
X
X.include <bsd.port.pre.mk>
X
Xpre-everything::
X	@${ECHO_MSG} ""
X	@${ECHO_MSG} "N - O - T - E"
X	@${ECHO_MSG} ""
X	@${ECHO_MSG} "WITH_LANG=lang     - Choose language"
X	@${ECHO_MSG} "Default language: en"
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	@${ECHO_MSG} "Your current setting is:"
X	@${ECHO_MSG} ""
X	@${ECHO_MSG} "WITH_LANG=${WITH_LANG}"
X	@${ECHO_MSG} ""
X
Xdo-install::
X	${MKDIR} ${GLOCATE}
X	cd ${WRKSRC} && ${INSTALL_DATA} ${DATA} ${GLOCATE}
X	cd ${WRKSRC} && ${INSTALL_DATA} ${IMG} ${GLOCATE}
X	@${ECHO_MSG} '#!/bin/sh' > ${GLOCATE}/${PORTNAME}-${WITH_LANG}
X	@${ECHO_MSG} '${JAVA} -cp ${GLOCATE}/geonext.jar geonext/Geonext ${LA}\
X	&' >>${GLOCATE}/${PORTNAME}-${WITH_LANG}
X	${CHMOD} a+x ${GLOCATE}/${PORTNAME}-${WITH_LANG}
X	${INSTALL_SCRIPT} ${GLOCATE}/geonext-${WITH_LANG} ${PREFIX}/bin
X
Xpost-install::
X	@${ECHO_MSG} "---------------------------------------------------"
X	@${ECHO_MSG} ""
X	@${ECHO_MSG} "Application:     ${GLOCATE}/geonext-${WITH_LANG}"
X	@${ECHO_MSG} "WWW: http://www.geonext.de"
X	@${ECHO_MSG} ""
X	@${ECHO_MSG} "---------------------------------------------------"
X
X.include <bsd.port.post.mk>
END-of-geonext/Makefile
echo x - geonext/pkg-plist
sed 's/^X//' >geonext/pkg-plist << 'END-of-geonext/pkg-plist'
Xbin/geonext-%%LANG%%
Xshare/geonext-%%LANG%%/geonext-%%LANG%%
Xshare/geonext-%%LANG%%/cacerts
Xshare/geonext-%%LANG%%/didmat.crt
Xshare/geonext-%%LANG%%/g.gif
Xshare/geonext-%%LANG%%/geonext.html
Xshare/geonext-%%LANG%%/geonext.jar
Xshare/geonext-%%LANG%%/gn.gif
Xshare/geonext-%%LANG%%/gni.gif
Xshare/geonext-%%LANG%%/geoint.png
Xshare/geonext-%%LANG%%/gx.gif
Xshare/geonext-%%LANG%%/gxt.gif
Xshare/geonext-%%LANG%%/index.html
Xshare/geonext-%%LANG%%/license.txt
Xshare/geonext-%%LANG%%/pixel.gif
Xshare/geonext-%%LANG%%/x.ico
Xshare/geonext-%%LANG%%/ubt.gif
X at dirrm share/geonext-%%LANG%%
END-of-geonext/pkg-plist
echo x - geonext/pkg-message
sed 's/^X//' >geonext/pkg-message << 'END-of-geonext/pkg-message'
X------------------------------------------------------
XApplication:      ${GLOCATE}/geonext-${WITH_LANG}
X
XWWW: http://www.geonext.de
X------------------------------------------------------
END-of-geonext/pkg-message
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 at gmx.de
END-of-geonext/pkg-descr
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
exit
--- geonext-1.11.shar ends here ---

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



More information about the freebsd-ports-bugs mailing list