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

(-)/data/home/andi/ownports/geonext/Makefile (-8 / +5 lines)
Lines 28-44 Link Here
28
do-install:
28
do-install:
29
	${MKDIR} ${GLOCATE}
29
	${MKDIR} ${GLOCATE}
30
	@${ECHO_MSG} '#!/bin/sh' > ${GLOCATE}/${GNAME}
30
	@${ECHO_MSG} '#!/bin/sh' > ${GLOCATE}/${GNAME}
31
	@${ECHO_MSG} '${JAVA} -cp ${GLOCATE}/geonext.jar geonext/Geonext&' >>${GLOCATE}/${GNAME}
31
	@${ECHO_MSG} '${JAVA} -cp ${GLOCATE}/geonext.jar geonext/Geonext&'\
32
	>>${GLOCATE}/${GNAME}
32
	${CHMOD} a+x ${GLOCATE}/${GNAME}
33
	${CHMOD} a+x ${GLOCATE}/${GNAME}
33
	${LN} ${GLOCATE}/${GNAME} ${GLOCATE}/geonext
34
	cd ${WRKSRC} && ${INSTALL_DATA} ${DATA} ${GLOCATE}
34
	cd ${WRKSRC} && ${INSTALL_DATA} ${DATA} ${GLOCATE}
35
	cd ${WRKSRC} && ${INSTALL_DATA} ${GIF} ${GLOCATE}
35
	cd ${WRKSRC} && ${INSTALL_DATA} ${GIF} ${GLOCATE}
36
	${INSTALL_SCRIPT} ${GLOCATE}/${GNAME} ${PREFIX}/bin
36
	${INSTALL_SCRIPT} ${GLOCATE}/${GNAME} ${PREFIX}/bin
37
	@${ECHO_MSG} "------------------------------------------------------"
37
38
	@${ECHO_MSG} "Application:      ${GLOCATE}/geonext or geonext-fr"
38
post-install:
39
	@${ECHO_MSG} "Browser-Applet:   ${GLOCATE}/geonext.html"
39
	${CAT} ${PKGMESSAGE}
40
	@${ECHO_MSG} ""
41
	@${ECHO_MSG} " WWW: http://geonext.uni-bayreuth.de/index?LANG=fr"
42
	@${ECHO_MSG} "------------------------------------------------------"
43
40
44
.include <bsd.port.mk>
41
.include <bsd.port.mk>
(-)/data/home/andi/ownports/geonext/distinfo (+1 lines)
Line 1 Link Here
1
MD5 (geonext_fr.zip) = 67dadda8a2143fb8dcf41c84ea3d44f0
1
MD5 (geonext_fr.zip) = 67dadda8a2143fb8dcf41c84ea3d44f0
2
SIZE (geonext_fr.zip) = 1045171
(-)/data/home/andi/ownports/geonext/pkg-descr (-6 / +4 lines)
Lines 5-15 Link Here
5
5
6
GEONExT est un outil de travail pour l'enseignement. Il permet aux élèves de 
6
GEONExT est un outil de travail pour l'enseignement. Il permet aux élèves de 
7
travailler de façon responsable, autonome et coopérative, et permet ainsi une 
7
travailler de façon responsable, autonome et coopérative, et permet ainsi une 
8
découverte active des notions mathématiques. GEONEXT peut être installé
8
découverte active des notions mathématiques.  GEONExT peut être 
9
gratuitement au sein et en dehors de l'école (GPL).
9
employé en géométrie à l'école primaire, en analyse dans l'enseignement 
10
L'utilisation du même logiciel par les élèves n'est donc plus un problème(GPL).
10
secondaire, de manière variée et flexible comme illustration de
11
GEONExT peut être employé en géométrie à l'école primaire, en analyse dans 
12
l'enseignement secondaire, de manière variée et flexible comme illustration de
13
cours à l'Université, comme un programme indépendant mais aussi dans le cadre 
11
cours à l'Université, comme un programme indépendant mais aussi dans le cadre 
14
d'un environnement de travail internet du type "cartable électronique".
12
d'un environnement de travail internet du type "cartable électronique".
15
13
Lines 21-25 Link Here
21
19
22
WWW: http://geonext.uni-bayreuth.de/index?LANG=fr
20
WWW: http://geonext.uni-bayreuth.de/index?LANG=fr
23
21
24
- Andreas Fehlner
22
-Andreas Fehlner
25
fehlner@gmx.de
23
fehlner@gmx.de
(-)/data/home/andi/ownports/geonext/pkg-message (+7 lines)
Line 0 Link Here
1
***************************************************************************
2
3
Application:		/usr/local/share/geonext-fr/geonext-fr
4
Browser-Applet:		/usr/local/share/geonext-fr/geonext.html
5
6
 WWW: http://geonext.uni-bayreuth.de/index?LANG=fr"
7
***************************************************************************
(-)/data/home/andi/ownports/geonext/pkg-plist (-1 lines)
Lines 1-5 Link Here
1
bin/geonext-fr
1
bin/geonext-fr
2
share/fr-geonext/geonext
3
share/fr-geonext/geonext-fr
2
share/fr-geonext/geonext-fr
4
share/fr-geonext/cacerts
3
share/fr-geonext/cacerts
5
share/fr-geonext/didmat.crt
4
share/fr-geonext/didmat.crt

Return to bug 62311