Date: Thu, 14 Oct 2004 08:20:24 +0800 (CST) From: Kuang-che Wu <kcwu@csie.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/72661: [MAINTAINER] math/kseg: update to 0.401 Message-ID: <200410140020.i9E0KOKJ063952@kcwu.homeip.net> Resent-Message-ID: <200410140020.i9E0KQ36085347@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 72661 >Category: ports >Synopsis: [MAINTAINER] math/kseg: update to 0.401 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Oct 14 00:20:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Kuang-che Wu >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD kcwu.homeip.net 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Sat Sep 4 05:33:38 CST >Description: - Update to 0.401 - Change my(maintainer) email Removed file(s): - files/patch-G_pointLocus.cpp Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- kseg-0.401,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/math/kseg/Makefile /files/home/kcwu/work/ports/x/math/kseg/Makefile --- /usr/ports/math/kseg/Makefile Tue May 13 03:50:35 2003 +++ /files/home/kcwu/work/ports/x/math/kseg/Makefile Thu Oct 14 08:04:45 2004 @@ -6,12 +6,12 @@ # PORTNAME= kseg -PORTVERSION= 0.4 +PORTVERSION= 0.401 PORTEPOCH= 1 CATEGORIES= math graphics MASTER_SITES= http://www.mit.edu/~ibaran/ -MAINTAINER= kcwu@ck.tp.edu.tw +MAINTAINER= kcwu@csie.org COMMENT= A simulator of euclidean geometry USE_QT_VER= 3 @@ -26,10 +26,10 @@ ${INSTALL_PROGRAM} ${WRKSRC}/kseg ${PREFIX}/bin ${MKDIR} ${PREFIX}/lib/X11/kseg ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/lib/X11/kseg -.for TRANS in de en es fr hu it ja nb nl pt xx +.for TRANS in cy de en es fr hu it ja nb nl pt xx ${INSTALL_DATA} ${WRKSRC}/kseg_${TRANS}.qm ${PREFIX}/lib/X11/kseg .endfor -.for TRANS in en es it +.for TRANS in en es fr it ja nl pt ${INSTALL_DATA} ${WRKSRC}/kseg_help_${TRANS}.html ${PREFIX}/lib/X11/kseg .endfor ${MKDIR} ${PREFIX}/lib/X11/kseg/examples diff -ruN --exclude=CVS /usr/ports/math/kseg/distinfo /files/home/kcwu/work/ports/x/math/kseg/distinfo --- /usr/ports/math/kseg/distinfo Tue Apr 6 07:56:46 2004 +++ /files/home/kcwu/work/ports/x/math/kseg/distinfo Thu Oct 14 07:37:41 2004 @@ -1,2 +1,2 @@ -MD5 (kseg-0.4.tar.gz) = fba5f777def58a1a2c76ebf8be779ffd -SIZE (kseg-0.4.tar.gz) = 512567 +MD5 (kseg-0.401.tar.gz) = 2ba305ae834ee96dfa1a2bc6abcbabc7 +SIZE (kseg-0.401.tar.gz) = 574215 diff -ruN --exclude=CVS /usr/ports/math/kseg/files/patch-G_pointLocus.cpp /files/home/kcwu/work/ports/x/math/kseg/files/patch-G_pointLocus.cpp --- /usr/ports/math/kseg/files/patch-G_pointLocus.cpp Mon Dec 1 02:13:43 2003 +++ /files/home/kcwu/work/ports/x/math/kseg/files/patch-G_pointLocus.cpp Thu Jan 1 08:00:00 1970 @@ -1,11 +0,0 @@ ---- G_pointLocus.cpp.orig Sat Nov 29 04:52:07 2003 -+++ G_pointLocus.cpp Sat Nov 29 04:54:38 2003 -@@ -283,7 +283,7 @@ - } - else discontCount = 0; //number of times the goodness decreased--for finding discontinuities - -- if(discontCount > log(maxSamples) / 1.5) { -+ if(discontCount > log((double)maxSamples) / 1.5) { - points[0].loc = G_point::inValid(); - points[points[0].next].loc = G_point::inValid(); - points[points[0].prev].loc = G_point::inValid(); diff -ruN --exclude=CVS /usr/ports/math/kseg/pkg-descr /files/home/kcwu/work/ports/x/math/kseg/pkg-descr --- /usr/ports/math/kseg/pkg-descr Mon Sep 17 02:09:03 2001 +++ /files/home/kcwu/work/ports/x/math/kseg/pkg-descr Thu Oct 14 07:49:06 2004 @@ -1,10 +1,20 @@ -KSEG is a Linux program for exploring Euclidean geometry. You create a -construction, such as a triangle with a circumcenter, and then, as you -drag verteces of the triangle, you can see the circumcenter moving in -real time. KSEG was inspired by the Geometer's Sketchpad, but I have -plans to go beyond the functionality that it provides. +KSEG is a Free (GPL) interactive geometry program for exploring Euclidean +geometry. It runs on Unix-based platforms (according to users, it also compiles +and runs on Mac OS X and should run on anything that Qt supports). You create a +construction, such as a triangle with a circumcenter, and then, as you drag +verteces of the triangle, you can see the circumcenter moving in real time. Of +course, you can do a lot more than that. + +KSEG can be used in the classroom, for personal exploration of geometry, or for +making high-quality figures for LaTeX. It is very fast, stable, and the UI has +been designed for efficiency and consistency. I can usually make a construction +in KSEG in less than half the time it takes me to do it with similar programs. +Despite the name, it is Qt based and does not require KDE to run. + +KSEG was inspired by the Geometer's Sketchpad, but it goes beyond the +functionality that Sketchpad provides. WWW: http://www.mit.edu/~ibaran/kseg.html - Kuang-che Wu - kcwu@ck.tp.edu.tw + kcwu@csie.org diff -ruN --exclude=CVS /usr/ports/math/kseg/pkg-plist /files/home/kcwu/work/ports/x/math/kseg/pkg-plist --- /usr/ports/math/kseg/pkg-plist Tue May 13 03:50:35 2003 +++ /files/home/kcwu/work/ports/x/math/kseg/pkg-plist Thu Oct 14 08:05:58 2004 @@ -31,6 +31,7 @@ lib/X11/kseg/examples/sinus.seg lib/X11/kseg/examples/tractix.sec lib/X11/kseg/examples/tractix.seg +lib/X11/kseg/kseg_cy.qm lib/X11/kseg/kseg_de.qm lib/X11/kseg/kseg_en.qm lib/X11/kseg/kseg_es.qm @@ -38,7 +39,11 @@ lib/X11/kseg/kseg_hu.qm lib/X11/kseg/kseg_help_en.html lib/X11/kseg/kseg_help_es.html +lib/X11/kseg/kseg_help_fr.html lib/X11/kseg/kseg_help_it.html +lib/X11/kseg/kseg_help_ja.html +lib/X11/kseg/kseg_help_nl.html +lib/X11/kseg/kseg_help_pt.html lib/X11/kseg/kseg_it.qm lib/X11/kseg/kseg_ja.qm lib/X11/kseg/kseg_nb.qm --- kseg-0.401,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410140020.i9E0KOKJ063952>