From root@btmdx8.mat.uni-bayreuth.de  Fri Dec 26 06:38:43 2003
Return-Path: <root@btmdx8.mat.uni-bayreuth.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B315616A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 26 Dec 2003 06:38:43 -0800 (PST)
Received: from btmdx8.mat.uni-bayreuth.de (btmdx8.mat.uni-bayreuth.de [132.180.16.113])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7E7BD43D39
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 26 Dec 2003 06:38:41 -0800 (PST)
	(envelope-from root@btmdx8.mat.uni-bayreuth.de)
Received: by btmdx8.mat.uni-bayreuth.de (Postfix, from userid 0)
	id 1C34250; Fri, 26 Dec 2003 15:38:20 +0100 (CET)
Message-Id: <20031226143820.1C34250@btmdx8.mat.uni-bayreuth.de>
Date: Fri, 26 Dec 2003 15:38:20 +0100 (CET)
From: Andreas Fehlner <fehlner@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] french/fr-geonext: Interactive (dynamic) elementary Geometry Software
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         60590
>Category:       ports
>Synopsis:       [NEW PORT] french/fr-geonext: Interactive (dynamic) elementary Geometry Software
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 26 06:40:10 PST 2003
>Closed-Date:    Sun Dec 28 22:35:36 PST 2003
>Last-Modified:  Sun Dec 28 22:35:36 PST 2003
>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:
Le logiciel de gomtrie dynamique GEONEXT ouvre de nouvelles voies pour 
l'enseignement et l'apprentissage des mathmatiques. Il offre des 
possibilits de visualisation qui ne sont pas ralisables avec un papier,
un crayon et des outils de construction traditionnels, ni mme au tableau.

GEONExT est un outil de travail pour l'enseignement. Il permet aux lves de 
travailler de faon responsable, autonome et cooprative, et permet ainsi une 
dcouverte active des notions mathmatiques. GEONEXT peut tre install
gratuitement au sein et en dehors de l'cole (GPL).
L'utilisation du mme logiciel par les lves n'est donc plus un problme(GPL).
GEONExT peut tre employ en gomtrie  l'cole primaire, en analyse dans 
l'enseignement secondaire, de manire varie et flexible comme illustration de
cours  l'Universit, comme un programme indpendant mais aussi dans le cadre 
d'un environnement de travail internet du type "cartable lectronique".

En tant qu'application indpendante, GEONExT est un outil pour la ralisation
de constructions gomtriques. Pour cela, GEONExT propose une feuille de
dessin et une multitude d'outils de construction. A la diffrence des dessins
sur papier, les constructions peuvent tre changes  posteriori et modifies
de faon dynamique.

WWW: http://geonext.uni-bayreuth.de/index?LANG=fr

- Andreas Fehlner
fehlner@gmx.de

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

--- fr-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/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:	fr-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=	french math
XMASTER_SITES=	http://geonext.uni-bayreuth.de/content/fr/download/ \
X		http://btmdx8.mat.uni-bayreuth.de/~andi/geonext/fr/
XPKGNAMEPREFIX=	fr-
XDISTNAME=	geonext_fr
XEXTRACT_SUFX=	.zip
X
XMAINTAINER=	fehlner@gmx.de
XCOMMENT=	Interactive (dynamic) elementary Geometry Software
X
XNO_BUILD=	yes
XWRKSRC=		${WRKDIR}/geonext_fr/
XUSE_JAVA=	1.4
XJAVA=		${JAVA_HOME}/bin/java
XGNAME=		geonext-fr
XGLOCATE=	${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME}
XDATA=		cacerts didmat.crt geonext.html geonext.jar license.txt
XGIF=		pixel.gif gx.gif gni.gif gn.gif g.gif x.ico
X
Xpost-extract:
X	@unzip ${DISTDIR}/${DISTFILES} -d ${WRKSRC}
X
Xdo-install:
X	${MKDIR} ${GLOCATE}
X	@${ECHO_MSG} '#!/bin/sh' > ${GLOCATE}/${GNAME}
X	@${ECHO_MSG} '${JAVA} -cp ${GLOCATE}/geonext.jar geonext/Geonext&' >>${GLOCATE}/${GNAME}
X	${CHMOD} a+x ${GLOCATE}/${GNAME}
X	${LN} ${GLOCATE}/${GNAME} ${GLOCATE}/geonext
X	cd ${WRKSRC} && ${INSTALL_DATA} ${DATA} ${GLOCATE}
X	cd ${WRKSRC} && ${INSTALL_DATA} ${GIF} ${GLOCATE}
X	${INSTALL_SCRIPT} ${GLOCATE}/${GNAME} ${PREFIX}/bin
X	@${ECHO_MSG} "------------------------------------------------------"
X	@${ECHO_MSG} "Application:      ${GLOCATE}/geonext or geonext-fr"
X	@${ECHO_MSG} "Browser-Applet:   ${GLOCATE}/geonext.html"
X	@${ECHO_MSG} ""
X	@${ECHO_MSG} " WWW: http://geonext.uni-bayreuth.de/index?LANG=fr"
X	@${ECHO_MSG} "------------------------------------------------------"
X
X.include <bsd.port.mk>
END-of-geonext/Makefile
echo x - geonext/distinfo
sed 's/^X//' >geonext/distinfo << 'END-of-geonext/distinfo'
XMD5 (geonext_fr.zip) = 67dadda8a2143fb8dcf41c84ea3d44f0
END-of-geonext/distinfo
echo x - geonext/pkg-descr
sed 's/^X//' >geonext/pkg-descr << 'END-of-geonext/pkg-descr'
XLe logiciel de gomtrie dynamique GEONEXT ouvre de nouvelles voies pour 
Xl'enseignement et l'apprentissage des mathmatiques. Il offre des 
Xpossibilits de visualisation qui ne sont pas ralisables avec un papier,
Xun crayon et des outils de construction traditionnels, ni mme au tableau.
X
XGEONExT est un outil de travail pour l'enseignement. Il permet aux lves de 
Xtravailler de faon responsable, autonome et cooprative, et permet ainsi une 
Xdcouverte active des notions mathmatiques. GEONEXT peut tre install
Xgratuitement au sein et en dehors de l'cole (GPL).
XL'utilisation du mme logiciel par les lves n'est donc plus un problme(GPL).
XGEONExT peut tre employ en gomtrie  l'cole primaire, en analyse dans 
Xl'enseignement secondaire, de manire varie et flexible comme illustration de
Xcours  l'Universit, comme un programme indpendant mais aussi dans le cadre 
Xd'un environnement de travail internet du type "cartable lectronique".
X
XEn tant qu'application indpendante, GEONExT est un outil pour la ralisation
Xde constructions gomtriques. Pour cela, GEONExT propose une feuille de
Xdessin et une multitude d'outils de construction. A la diffrence des dessins
Xsur papier, les constructions peuvent tre changes  posteriori et modifies
Xde faon dynamique.
X
XWWW: http://geonext.uni-bayreuth.de/index?LANG=fr
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-fr
Xshare/fr-geonext/geonext
Xshare/fr-geonext/geonext-fr
Xshare/fr-geonext/cacerts
Xshare/fr-geonext/didmat.crt
Xshare/fr-geonext/g.gif
Xshare/fr-geonext/geonext.html
Xshare/fr-geonext/geonext.jar
Xshare/fr-geonext/gn.gif
Xshare/fr-geonext/gni.gif
Xshare/fr-geonext/gx.gif
Xshare/fr-geonext/license.txt
Xshare/fr-geonext/pixel.gif
Xshare/fr-geonext/x.ico
X@dirrm share/fr-geonext
END-of-geonext/pkg-plist
exit
--- fr-geonext-1.0.shar ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sun Dec 28 22:35:34 PST 2003 
State-Changed-Why:  
Commited, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=60590 
>Unformatted:
