diff options
author | kristerw <kristerw> | 2004-12-31 13:13:32 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-12-31 13:13:32 +0000 |
commit | 7434d5942ffe63a075882d2b0d015f78952c7b0f (patch) | |
tree | 7eeb80bd30d2f46c89771dfcc71c4a9efa180ccf /math/xeukleides/Makefile | |
parent | 454c18d331b44475c27545fafa87f8a691cf64b5 (diff) | |
download | pkgsrc-7434d5942ffe63a075882d2b0d015f78952c7b0f.tar.gz |
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.
Diffstat (limited to 'math/xeukleides/Makefile')
-rw-r--r-- | math/xeukleides/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
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 |