summaryrefslogtreecommitdiff
path: root/math/xeukleides
AgeCommit message (Collapse)AuthorFilesLines
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-12-31Update xeukleides to 1.0.0 using patches provided by Torsten Sadowskikristerw4-44/+26
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.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-25Convert to buildlink3.snj1-3/+3
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-09-04There is no x11.buildlink2.mk.jlam1-2/+1
2003-08-17Needs USE_MAKEINFOjmc1-1/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-05PKGREVISION goes after PKGNAME.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2002-12-07Initial import of xeukleides 0.9.0 into the NetBSD packages collectioncjep5-0/+79
as math/xeukleides. This is a graphical frontend for eukleides. Supplied by ich (tsadowski at gmx dot net) in PR#19091. Thanks!