summaryrefslogtreecommitdiff
path: root/math/xfractint
AgeCommit message (Collapse)AuthorFilesLines
2018-08-28Update to 20.4.14. The changelog, while extremely long, only reaches backschmonz41-1140/+393
to 20.0. Please consult https://fractint.org/ftp/current/dos/whatsnew.txt for an approximate understanding of what's new since 3.10 (the previous version in pkgsrc).
2018-01-01Replaced $(ROUND) with ${CURLY} variable references.rillig1-2/+2
This has been a pkglint warning for several years now, and pkglint can even fix it automatically. And it did for this commit. Only in lang/mercury, two passes of autofixing were necessary because there were nested variables.
2017-11-06xfractint: update HOMEPAGE and MASTER_SITESwiz1-4/+3
2017-05-22Don't hard-code -lncurses when using curses.b3.mk.joerg2-4/+4
2017-05-09Remove toxic BUILDLINK_TRANSFORM. Requires termcap.jperkin1-2/+2
2017-01-07update HOMEPAGE and MASTER_SITESzafer1-3/+3
2015-11-03Add SHA512 digests for distfiles for math categoryagc1-1/+2
Problems found locating distfiles: Package dfftpack: missing distfile dfftpack-20001209.tar.gz Package eispack: missing distfile eispack-20001130.tar.gz Package fftpack: missing distfile fftpack-20001130.tar.gz Package linpack: missing distfile linpack-20010510.tar.gz Package minpack: missing distfile minpack-20001130.tar.gz Package odepack: missing distfile odepack-20001130.tar.gz Package py-networkx: missing distfile networkx-1.10.tar.gz Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz Package quadpack: missing distfile quadpack-20001130.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2013-01-11Don't conflict with libm.joerg4-6/+49
2012-10-26Add missing includes. Don't conflict with sync(2).joerg4-16/+212
2012-09-11"user-destdir" is default these daysasau1-3/+1
2009-12-11Support staged installation.asau3-8/+27
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-03-04Resign from maintaining a lot of packages, so everyone is free to updaterillig1-2/+2
them at will.
2007-07-28Fix malloc.h usage.joerg13-14/+180
2007-06-30Include <machine/endian.h> on Darwin, and supply a fake <malloc.h>schmonz3-10/+22
if the system lacks one (trick borrowed from multimedia/smpeg). Fixes build on Darwin.
2007-04-16Fix linkage. Bump revision.joerg3-2/+19
2007-02-15Modular Xorg support. A special spicy cookie goes to rillig for findingjoerg1-2/+2
the one way of not using mk/x11.buildlink3.mk. This was likely to be broken with classic Xorg as well.
2006-06-14Ensure that len does not shadow a parameter of the same name.joerg4-21/+73
Don't use __sighandler_t at all, it is not standard and at least on DrgaonFly means something completely different. Also change the typedef to match what signal actually expects. Fix some more minor glitches for DragonFly.
2006-06-14Made xfractint work on NetBSD.rillig16-30/+506
2006-06-12Added a patch for Solaris 5.8.rillig1-0/+22
2006-06-12Fixed problems on Solaris 5.8. Added a proper PLIST.rillig3-3/+174
2006-06-12Imported xfractint.rillig5-0/+52
Xfractint draws a wide variety of fractals. Xfractint is a port of the IBM PC program fractint. Xfractint has online documentation which should be referenced for most operation information. Note that the online documentation is from fractint, and does not always accurately describe xfractint.