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