On Sat, Dec 14, 2019 at 01:57:01PM +0100, Frederic Cambus wrote: > Hi ports@,
> Here is a new port: graphics/libspiro. > This is a required dependency for updating print/fontforge to latest > version. > From DESCR: > Spiro simplifies the drawing of beautiful curves. > Using bezier splines an artist can easily draw curves with the same slope > on either side of an on-curve point. Spiros, on the other hand, are based > on clothoid splines which make it easy to maintain constant curvature as > well as constant slope. Such curves will simply look nicer. > Raph Levien's spiro splines only use on-curve points and so are easier to > use and more intuitive to the artist. > This library will take an array of spiro control points and convert them > into a series of bezier splines which can then be used in the myriad of > ways the world has come to use beziers. > Comments? OK? Compiles and packages fine on both amd64 and sparc64. However, 1 of the regression tests fails on amd64 and *8* fail on sparc64. Looking at the log file they point me at, tests 14 through 20 Abort trap on sparc64. On amd64, only test 20 abort traps. --Kurt