diff options
author | linimon <linimon@FreeBSD.org> | 2004-02-07 07:04:28 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-02-07 07:04:28 +0000 |
commit | cf533cd2d9834d1a7e52f426031afaa183d7f8a8 (patch) | |
tree | dbac27def09d9484f58f93ad8e3062ff26aa83e7 | |
parent | 2281f8007b4b5975da2f5a306689f9989ae65bc2 (diff) | |
download | FreeBSD-ports-cf533cd2d9834d1a7e52f426031afaa183d7f8a8.zip FreeBSD-ports-cf533cd2d9834d1a7e52f426031afaa183d7f8a8.tar.gz |
Added size; cleaned pkg-descr.
PR: ports/62311
Submitted by: Andreas Fehlner <fehlner@gmx.de> (maintainer)
-rw-r--r-- | french/geonext/Makefile | 13 | ||||
-rw-r--r-- | french/geonext/distinfo | 1 | ||||
-rw-r--r-- | french/geonext/pkg-descr | 10 | ||||
-rw-r--r-- | french/geonext/pkg-message | 7 | ||||
-rw-r--r-- | french/geonext/pkg-plist | 1 |
5 files changed, 17 insertions, 15 deletions
diff --git a/french/geonext/Makefile b/french/geonext/Makefile index 0be3ddb..cc361b3 100644 --- a/french/geonext/Makefile +++ b/french/geonext/Makefile @@ -28,17 +28,14 @@ GIF= pixel.gif gx.gif gni.gif gn.gif g.gif x.ico do-install: ${MKDIR} ${GLOCATE} @${ECHO_MSG} '#!/bin/sh' > ${GLOCATE}/${GNAME} - @${ECHO_MSG} '${JAVA} -cp ${GLOCATE}/geonext.jar geonext/Geonext&' >>${GLOCATE}/${GNAME} + @${ECHO_MSG} '${JAVA} -cp ${GLOCATE}/geonext.jar geonext/Geonext&'\ + >>${GLOCATE}/${GNAME} ${CHMOD} a+x ${GLOCATE}/${GNAME} - ${LN} ${GLOCATE}/${GNAME} ${GLOCATE}/geonext cd ${WRKSRC} && ${INSTALL_DATA} ${DATA} ${GLOCATE} cd ${WRKSRC} && ${INSTALL_DATA} ${GIF} ${GLOCATE} ${INSTALL_SCRIPT} ${GLOCATE}/${GNAME} ${PREFIX}/bin - @${ECHO_MSG} "------------------------------------------------------" - @${ECHO_MSG} "Application: ${GLOCATE}/geonext or geonext-fr" - @${ECHO_MSG} "Browser-Applet: ${GLOCATE}/geonext.html" - @${ECHO_MSG} "" - @${ECHO_MSG} " WWW: http://geonext.uni-bayreuth.de/index?LANG=fr" - @${ECHO_MSG} "------------------------------------------------------" + +post-install: + ${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/french/geonext/distinfo b/french/geonext/distinfo index 3aed49b..3375605 100644 --- a/french/geonext/distinfo +++ b/french/geonext/distinfo @@ -1 +1,2 @@ MD5 (geonext_fr.zip) = 67dadda8a2143fb8dcf41c84ea3d44f0 +SIZE (geonext_fr.zip) = 1045171 diff --git a/french/geonext/pkg-descr b/french/geonext/pkg-descr index 625455a..0be9f14 100644 --- a/french/geonext/pkg-descr +++ b/french/geonext/pkg-descr @@ -5,11 +5,9 @@ un crayon et des outils de construction traditionnels, ni même au tableau. GEONExT est un outil de travail pour l'enseignement. Il permet aux élèves de travailler de façon responsable, autonome et coopérative, et permet ainsi une -découverte active des notions mathématiques. GEONEXT peut être installé -gratuitement au sein et en dehors de l'école (GPL). -L'utilisation du même logiciel par les élèves n'est donc plus un problème(GPL). -GEONExT peut être employé en géométrie à l'école primaire, en analyse dans -l'enseignement secondaire, de manière variée et flexible comme illustration de +découverte active des notions mathématiques. GEONExT peut être +employé en géométrie à l'école primaire, en analyse dans l'enseignement +secondaire, de manière variée et flexible comme illustration de cours à l'Université, comme un programme indépendant mais aussi dans le cadre d'un environnement de travail internet du type "cartable électronique". @@ -21,5 +19,5 @@ de façon dynamique. WWW: http://geonext.uni-bayreuth.de/index?LANG=fr -- Andreas Fehlner +-Andreas Fehlner fehlner@gmx.de diff --git a/french/geonext/pkg-message b/french/geonext/pkg-message new file mode 100644 index 0000000..39f78d7 --- /dev/null +++ b/french/geonext/pkg-message @@ -0,0 +1,7 @@ +*************************************************************************** + +Application: /usr/local/share/geonext-fr/geonext-fr +Browser-Applet: /usr/local/share/geonext-fr/geonext.html + + WWW: http://geonext.uni-bayreuth.de/index?LANG=fr" +*************************************************************************** diff --git a/french/geonext/pkg-plist b/french/geonext/pkg-plist index 0ee2478..de47665 100644 --- a/french/geonext/pkg-plist +++ b/french/geonext/pkg-plist @@ -1,5 +1,4 @@ bin/geonext-fr -share/fr-geonext/geonext share/fr-geonext/geonext-fr share/fr-geonext/cacerts share/fr-geonext/didmat.crt |