Spiro is the creation of Raph Levien. It 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.
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.
From Alessandro De Laurenzis, thanks!
OK bentley@
Upstream still ships the tarball, that's it, as per CVS log:
"primary distsite and homepage have gone away".
The only TCP port I've been able to detect (after producing traffing on a
variety of them) is SSH -- and that only worked after enabling IPv4.
Siphon does not seem to support/detect IPv6 at all and it's OS fingerprints
are extremely old; besides Gentoo we're the only ones still packaging it
according to https://repology.org/project/siphon/versions .
Fails with "-fno-common".
OK cwen
(incidentially fixes build with "-fno-common")
- Fix a potential security hole, where one website can bleed into another.
Worth making a release just for this.
- Move or copy files from one directory to another.
- imap can fetch the earliest emails, rather than the most recent.
That's a NetBus 1.6 client... upstream's dead as in NXDOMAIN, we seem to be
the only folks still packaging it.
It has not changed in twenty years (surprise!) and basically only exists to
screw around with old old Windows boxes which... still run the server?
Fails with "-fno-common".
OK jsg
Some OCaml ports build native-code programs on architectures where
supported, most of them probably don't need the big ocaml package at
runtime (for example net/unison). This commit introduces
MODOCAML_RUNDEP, setting it to `if-not-native' should do the right
thing.
Earlier diffs by bket@. ok sthen@ bket@
X keyboard map handling code (keys_init -> keys_make_xkeys -> qsort in
https://sourceforge.net/p/soundtracker/git/ci/master/tree/app/keys.c)
I think I have got the sndio bits updated to what's needed with the
slightly changed api but the above crash prevents actual testing..
apply against the old code in the version we have, and we can't update until
either we get posix timer_create() etc, or an alternative timer implementation
is written
No release from upstream since 2004, no IPv6 support and the port now fails
to build with "-fno-common".
There's net/scapy in our tree which can do everything that nemesis does and
more.
OK bcallah