summaryrefslogtreecommitdiff
path: root/math/xfractint
AgeCommit message (Collapse)AuthorFilesLines
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.