Bug 85801 - [NEW PORT] math/geogebra-i18n: A dynamic software that joins geometry, algebra and calculus
Summary: [NEW PORT] math/geogebra-i18n: A dynamic software that joins geometry, algebr...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thierry Thomas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-06 15:30 UTC by Nicola Vitale
Modified: 2005-09-23 22:28 UTC (History)
0 users

See Also:


Attachments
geogebra-i18n-2.6b.shar (38.24 KB, text/plain)
2005-09-06 15:30 UTC, Nicola Vitale
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nicola Vitale 2005-09-06 15:30:09 UTC
	GeoGebra is a dynamic mathematics software that joins geometry,
	algebra and calculus. It is developed for education in secondary
	schools by Markus Hohenwarter at the University of Salzburg.

	You can do constructions with points, vectors, segments, lines,
	conic sections as well as functions and change them dynamically
	afterwards. Equations and coordinates can be entered directly.
	Thus, GeoGebra has the ability to deal with variables for numbers,
	vectors and points, finds derivatives and integrals of functions
	and offers commands like Root or Extremum.

	GeoGebra received several international awards including the European
	and German educational software award.

	Author:	Markus Hohenwarter <Markus.Hohenwarter@sbg.ac.at>
	WWW:	http://www.geogebra.at/

	Generated with FreeBSD Port Tools 0.63
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2005-09-21 21:33:18 UTC
State Changed
From-To: open->feedback


This port is fine, but I would just make a minor suggestion: since 
DISTNAME is not versioned, it would be easier to maintain if we include 
PORTVERSION in DIST_SUBDIR. Could you please review the following patch? 

--- geogebra-i18n.diff begins here --- 
diff -urN math/geogebra-i18n.orig/Makefile math/geogebra-i18n/Makefile 
--- math/geogebra-i18n.orig/Makefile	Wed Sep 21 22:22:06 2005 
+++ math/geogebra-i18n/Makefile	Wed Sep 21 22:25:23 2005 
@@ -12,7 +12,7 @@ 
MASTER_SITES=	http://www.geogebra.at/download/InstData/Java/ 
DISTNAME=	geogebra_setup 
EXTRACT_SUFX=	.jar 
-DIST_SUBDIR=	${PORTNAME} 
+DIST_SUBDIR=	${PORTNAME}-${PORTVERSION} 

MAINTAINER=	nivit@email.it 
COMMENT=	A dynamic software that joins geometry, algebra and calculus 
@@ -33,8 +33,6 @@ 
SOURCES_DIR=	${WRKSRC}/D_/deploy/source 
JARFILE=	${PORTNAME:S/-i18n$//}.jar 

-.include <bsd.port.pre.mk> 
- 
do-install: 
${INSTALL_SCRIPT} ${WRKSRC}/${SUB_FILES} ${PREFIX}/bin/${SUB_FILES} 
cd ${SOURCES_DIR} && ${MKDIR} ${DATADIR} && ${INSTALL_DATA} ${JARFILE} ${DATADIR}; 
@@ -44,4 +42,5 @@ 
cd ${SOURCES_DIR} && ${FIND} . ${FIND_DOCS} -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} ; 
.endif 
cd ${SOURCES_DIR}/.. && ${FIND} . ${FIND_ICONS} -exec ${INSTALL_DATA} {} ${DATADIR}/{} ; 
-.include <bsd.port.post.mk> 
+ 
+.include <bsd.port.mk> 
diff -urN math/geogebra-i18n.orig/distinfo math/geogebra-i18n/distinfo 
--- math/geogebra-i18n.orig/distinfo	Wed Sep 21 22:04:41 2005 
+++ math/geogebra-i18n/distinfo	Wed Sep 21 22:26:03 2005 
@@ -1,2 +1,2 @@ 
-MD5 (geogebra-i18n/geogebra_setup.jar) = 61589d1277c0687c1c5ceba9d21db173 
-SIZE (geogebra-i18n/geogebra_setup.jar) = 5071911 
+MD5 (geogebra-i18n-2.6b/geogebra_setup.jar) = 61589d1277c0687c1c5ceba9d21db173 
+SIZE (geogebra-i18n-2.6b/geogebra_setup.jar) = 5071911 
--- geogebra-i18n.diff ends here --- 

Regards, 


Comment 2 Thierry Thomas freebsd_committer freebsd_triage 2005-09-21 21:33:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->thierry


Take it.
Comment 3 Thierry Thomas freebsd_committer freebsd_triage 2005-09-23 22:28:09 UTC
State Changed
From-To: feedback->closed


New port added, thanks!