diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-02-07 07:04:28 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-02-07 07:04:28 +0000 |
commit | 205a7abb91a7311c85f73ea96f7ae859f2670038 (patch) | |
tree | 962e2f8d186f7a17e35385f04c250a2db5fdce47 | |
parent | bb554fc8cdc3ef4f1de8438517f1e114f46b5480 (diff) | |
download | ports-205a7abb91a7311c85f73ea96f7ae859f2670038.tar.gz ports-205a7abb91a7311c85f73ea96f7ae859f2670038.zip |
Added size; cleaned pkg-descr.
PR: ports/62311
Submitted by: Andreas Fehlner <fehlner@gmx.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=100226
-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 0be3ddbb5d4a..cc361b38078a 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 3aed49b74f45..33756051dd53 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 625455aedc75..0be9f1450b6d 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 000000000000..39f78d760b4d --- /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 0ee24781be74..de4766500a4b 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 |