Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  4 Sep 2001 19:23:45 +0800 (CST)
From:      Kuang-che Wu <kcwu@ck.tp.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30305: New port: math/kseg 
Message-ID:  <20010904112345.A2E5B9B0F@camel.ck.tp.edu.tw>

next in thread | raw e-mail | index | archive | help

>Number:         30305
>Category:       ports
>Synopsis:       New port: math/kseg
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 04 04:30:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Kuang-che Wu
>Release:        FreeBSD 4.4-RC i386
>Organization:
Taipei Chien-kuo Senior High School
>Environment:
System: FreeBSD camel.ck.tp.edu.tw 4.4-RC FreeBSD 4.4-RC #0: Tue Sep 4 14:44:49 CST 2001 root@camel.ck.tp.edu.tw:/home/obj/usr/src/sys/camel i386


	
>Description:
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.

WWW: http://www.mit.edu/~ibaran/kseg.html

	
>How-To-Repeat:
	
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	kseg/
#	kseg/distinfo
#	kseg/Makefile
#	kseg/pkg-comment
#	kseg/pkg-descr
#	kseg/pkg-plist
#
echo c - kseg/
mkdir -p kseg/ > /dev/null 2>&1
echo x - kseg/distinfo
sed 's/^X//' >kseg/distinfo << 'END-of-kseg/distinfo'
XMD5 (kseg-0.3.tar.gz) = b7302130aa57f0707402340cbf0c7070
END-of-kseg/distinfo
echo x - kseg/Makefile
sed 's/^X//' >kseg/Makefile << 'END-of-kseg/Makefile'
X# New ports collection makefile for:	kseg
X# Date created:		4 September 2001
X# Whom:			Kuang-che Wu <kcwu@ck.tp.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	kseg
XPORTVERSION=	0.3
XCATEGORIES=	math graphics
XMASTER_SITES=	http://www.mit.edu/~ibaran/
X
XMAINTAINER=	kcwu@ck.tp.edu.tw
X
XUSE_QT_VER=	2
XUSE_X_PREFIX=	yes
X
Xpre-configure:
X	${PERL} -pi -e "s@\\$$\(QTDIR\)/include@${PREFIX}/include/qt2@" ${WRKSRC}/Makefile ${WRKSRC}/formula/Makefile
X	${PERL} -pi -e "s@\\$$\(QTDIR\)/lib -lqt@${PREFIX}/lib -lqt2@" ${WRKSRC}/Makefile 
X	${PERL} -pi -e "s@^MOC =.*@MOC = ${MOC}@" ${WRKSRC}/Makefile ${WRKSRC}/formula/Makefile
X	${PERL} -pi -e 's@"LanguageDir", "\."@"LanguageDir", "${PREFIX}/share/doc/kseg"@' ${WRKSRC}/main.cpp
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/kseg ${PREFIX}/bin
X	${MKDIR} ${PREFIX}/share/doc/kseg
X	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/kseg
X.for TRANS in de en fr pt xx
X	${INSTALL_DATA} ${WRKSRC}/kseg_${TRANS}.qm ${PREFIX}/share/doc/kseg
X.endfor
X	${MKDIR} ${PREFIX}/share/doc/kseg/examples
X	for EXAMPLES in ${WRKSRC}/examples/*;do ${INSTALL_DATA} $${EXAMPLES} ${PREFIX}/share/doc/kseg/examples;done
X
X.include <bsd.port.mk>
END-of-kseg/Makefile
echo x - kseg/pkg-comment
sed 's/^X//' >kseg/pkg-comment << 'END-of-kseg/pkg-comment'
XSimulator of Euclidean Geometry
END-of-kseg/pkg-comment
echo x - kseg/pkg-descr
sed 's/^X//' >kseg/pkg-descr << 'END-of-kseg/pkg-descr'
XKSEG is a Linux program for exploring Euclidean geometry. You create a 
Xconstruction, such as a triangle with a circumcenter, and then, as you
Xdrag verteces of the triangle, you can see the circumcenter moving in
Xreal time. KSEG was inspired by the Geometer's Sketchpad, but I have
Xplans to go beyond the functionality that it provides. 
X
XWWW: http://www.mit.edu/~ibaran/kseg.html
X
X- Kuang-che Wu
X  kcwu@ck.tp.edu.tw
END-of-kseg/pkg-descr
echo x - kseg/pkg-plist
sed 's/^X//' >kseg/pkg-plist << 'END-of-kseg/pkg-plist'
Xbin/kseg
Xshare/doc/kseg/README
Xshare/doc/kseg/examples/20cell.seg
Xshare/doc/kseg/examples/circumcircle.sec
Xshare/doc/kseg/examples/circumcircle.seg
Xshare/doc/kseg/examples/conic5pt.sec
Xshare/doc/kseg/examples/cube.seg
Xshare/doc/kseg/examples/invert.sec
Xshare/doc/kseg/examples/invert3.sec
Xshare/doc/kseg/examples/isogonal.sec
Xshare/doc/kseg/examples/julia.sec
Xshare/doc/kseg/examples/julia.seg
Xshare/doc/kseg/examples/kiepert.sec
Xshare/doc/kseg/examples/kiepert2.sec
Xshare/doc/kseg/examples/kiepert3.sec
Xshare/doc/kseg/examples/koch.sec
Xshare/doc/kseg/examples/large.seg
Xshare/doc/kseg/examples/largelocus.seg
Xshare/doc/kseg/examples/locus.seg
Xshare/doc/kseg/examples/prettylocus.seg
Xshare/doc/kseg/examples/prettylocusgenerator.sec
Xshare/doc/kseg/examples/sierp.sec
Xshare/doc/kseg/examples/sierp2.sec
Xshare/doc/kseg/examples/tractix.sec
Xshare/doc/kseg/examples/tractix.seg
Xshare/doc/kseg/kseg_de.qm
Xshare/doc/kseg/kseg_en.qm
Xshare/doc/kseg/kseg_fr.qm
Xshare/doc/kseg/kseg_pt.qm
Xshare/doc/kseg/kseg_xx.qm
X@dirrm share/doc/kseg/examples
X@dirrm share/doc/kseg
END-of-kseg/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010904112345.A2E5B9B0F>