summaryrefslogtreecommitdiff
path: root/math/euler/Makefile
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2003-04-29 22:22:44 +0000
committerjtb <jtb@pkgsrc.org>2003-04-29 22:22:44 +0000
commite6914165562e4658bbcec24a189b852a27d5ee5e (patch)
treebba64be60c8eb9815e388fe01e477e8e9d6c7b63 /math/euler/Makefile
parent66781fa70b9c31fa699bd606feb20af8e701200d (diff)
downloadpkgsrc-e6914165562e4658bbcec24a189b852a27d5ee5e.tar.gz
Update to version 1.60.6.
Changes: * read_line in input.c and e_load in earray.c handles now properly '\r' characters from DOS files. * bug fix in metaps.c : postscript macros bar and fbar now handle hue the right way. * handles wheel mouse to scroll the text window content. * better event handling : test_key, test_code, syswait hack. * drag and drop support from gtk/gnome apps (xdnd). it works with - ROX - Nautilus drag and drop from Konqueror does not work. * popup menu for terminal editing * modulo bug fix * logspace, xlogplot, ylogplot, xylogplot, xlogmark, ylogmark, xylogmark enhanced and included in util.e (no more in a separate package). * gcm, lcm, primes, isprime and factor functions added to modulo.e * bug fix in project function in graphics.c * util.e - added figure function which allow to draw quicly several graphs in the graphical window - xlabel, ylabel updates to fill the figure function requirements - xgrid : scale is now sent to the bottom right of the graph - added rotate, animate * bug fix in my scan_dir function in main.c, which causes Segmentation fault * bug fix in the way euler was dealing with input and lineinput in term.c * new : antialiasing function to enable or disable antialiasing in density plots * complete reorder in source file for future enhancements * bug fix with solaris (scandir made portable) * delete outputs menu item
Diffstat (limited to 'math/euler/Makefile')
-rw-r--r--math/euler/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/euler/Makefile b/math/euler/Makefile
index 718bf088271..4fd7046b34e 100644
--- a/math/euler/Makefile
+++ b/math/euler/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2003/03/29 12:41:40 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2003/04/29 22:22:44 jtb Exp $
-DISTNAME= euler-1.60.2
+DISTNAME= euler-1.60.6
WRKSRC= ${WRKDIR}/euler-1.60/source
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=euler/}