summaryrefslogtreecommitdiff
path: root/math/euler
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-10/+1
2008-06-12Add DESTDIR support.joerg1-1/+3
2007-06-06Update to euler-1.61. Euler now uses GNU autotools for the build and GTK2+tnn8-341/+142
for the user interface. Also apply patch for static/extern mismatch from Aleksej Saushev in PR 36449, which fixes build with gcc4.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-20Fix GCC 3.4+: label at end of compound statement.joerg2-1/+38
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
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-24Convert to buildlink3.snj1-3/+3
2004-02-13Fix a multi-line string to make the package compile when using gcc3.3.kristerw2-1/+15
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-11Fix the timer routine to correctly return the time in seconds.jtb3-8/+8
Bump PKGREVISION.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-04-29Update to version 1.60.6.jtb6-185/+174
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
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-10-13buildlink1 -> buildlink2.wiz1-3/+3
2002-07-02Add RCS Id.wiz1-1/+1
2002-06-27Fix mistake in last commit.jtb2-6/+8
2002-06-27Regenerate.jtb1-1/+1
2002-06-27Don't call the times() function with the argument NULL.jtb1-2/+2
2002-05-04Initial import of euler.jtb7-0/+459
EULER is a program for quickly and interactively computing with real and complex numbers and matrices, or with intervals, in the style of MatLab, Octave,... It can draw and animate your functions in two and three dimensions. Euler features : * real, complex and interval scalars and matrices, * a programming language, with local variables, default values for parameters, variable parameter number, passing of functions, * two and three dimensional graphs, * marker plots, * density and contour plots, * animations, * numerical integration and differentiation, * statistical functions and tests, * differential equations, * interval methods with guaranteed inclusions, * function minimizers (Brent, Nelder-Mean), * Simplex algorithm, * interpolation and approximation, * finding roots of polynomials, * Fast Fourier transform (FFT), * an exact scalar product using a long accumulator, * Postscript graphics export