From 508d6d88a6601dcb54b4244679d46e2f1092a4b8 Mon Sep 17 00:00:00 2001 From: kristerw Date: Fri, 31 Dec 2004 13:13:32 +0000 Subject: Update xeukleides to 1.0.0 using patches provided by Torsten Sadowski in PR pkg/28745. Changes since 0.9.0 include: * Bugs concerning `trace' command and `triangle' function fixed. * Strings may now be enclosed in dollar signs ($). * Variable names may now contain underscores (_) and single quotes ('). * New `strokes' command. * New `label' command. * Enhancement of `arg' function. * Enhancement of `draw' command. * New `dot' angle mark. * Various new numerical functions: `min', `max', `clamp', `sign', `ceil', `floor', `round'. * New ternary test operator, logical operators and comparison operators. * Improvement of `interactive' command. * Improvement of triangle and quadrilateral assignments. * Minor bug fixes. --- math/xeukleides/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'math/xeukleides/Makefile') diff --git a/math/xeukleides/Makefile b/math/xeukleides/Makefile index 6f12f48fdb7..8d4a4ac2aad 100644 --- a/math/xeukleides/Makefile +++ b/math/xeukleides/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2004/12/03 15:15:03 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2004/12/31 13:13:32 kristerw Exp $ # FreeBSD Id: ports/math/eukleides/Makefile,v 1.1 2002/06/04 18:40:20 ijliao Exp -DISTNAME= xeukleides.0.9.0 -PKGNAME= xeukleides-0.9.0 -PKGREVISION= 3 +DISTNAME= xeukleides.1.0.0 +PKGNAME= xeukleides-1.0.0 CATEGORIES= math MASTER_SITES= http://perso.wanadoo.fr/obrecht/download/ @@ -12,10 +11,9 @@ HOMEPAGE= http://perso.wanadoo.fr/obrecht/ COMMENT= X-Frontend for A Euclidean geometry drawing language BUILD_DEPENDS+= bison>=1.35:../../devel/bison -DEPENDS+= eukleides>=0.9.0:../../math/eukleides +DEPENDS+= eukleides>=1.0.1:../../math/eukleides USE_BUILDLINK3= yes -USE_MAKEINFO= yes USE_X11BASE= yes BUILD_TARGET= xeukleides USE_GNU_TOOLS+= make -- cgit v1.2.3