pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
(While 1.9.1 exists, it is a pre-release and hence not packaged.)
guile-cairo 1.4.1 -- 2011-04-22
===============================
* Guile-Cairo has moved to git. See the HACKING file for information on
how to access Guile-Cairo.
* Guile-Cairo's license has been upgraded to the LGPL version 3 or
later. This should not cause problems for any users. See
http://www.gnu.org/licenses/gpl-faq.html#AllCompatibility for more
information.
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
Guile-Cairo is complete, wrapping almost all of the Cairo API. It is
API stable, providing a firm base on which to do graphics
work. Finally, and importantly, it is pleasant to use. You get a
powerful and well-maintained graphics library with all of the benefits
of Scheme: memory management, exceptions, macros, and a dynamic
programming environment.