Subject: CVS commit: pkgsrc/fonts/fontforge
From: Nia Alarie
Date: 2019-09-02 16:45:37
Message id: 20190902144538.03CB5FBF4@cvs.NetBSD.org

Log Message:
fontforge: Update to 20190801

Along with the usual bugfixes, there have been a couple of new features worth \ 
calling out:

    Added Croatian translation
    Added user decompositions
    New graphic for the splash/about screen
    Images embedded in SFDs are now serialised as PNGs
        This is enabled by default, but may be turned off with the \ 
'WritePNGInSFD' option.
        A new tag is used to identify this mode; 'Image2', instead of 'Image'
        This requires FontForge to be compiled with libpng support. If not \ 
compiled with libpng, FontForge will revert to the old method of serialising RLE \ 
encoded raw images.

As part of an ongoing effort to clean up the code base, there have additionally \ 
been multiple build system changes:

    Python 2 support is deprecated. It is strongly recommended to build with \ 
Python 3 support. Python 2 support will be removed in a future release.
    Both the Windows and Mac builds are now built with Python 3 instead of Python 2.
    The minimum supported version for the Mac build is now MacOS Sierra (10.12)
    FontForge no longer uses gnulib
    collab support has been removed
    The build system now expects libuninameslist to be present, and will fail if \ 
it is not found. Building without libuninameslist must be explcititly specified \ 
using --without-libuninameslist

Files:
RevisionActionfile
1.109modifypkgsrc/fonts/fontforge/Makefile
1.36modifypkgsrc/fonts/fontforge/PLIST
1.70modifypkgsrc/fonts/fontforge/distinfo
1.4modifypkgsrc/fonts/fontforge/patches/patch-configure
1.3modifypkgsrc/fonts/fontforge/patches/patch-fontforge_splinefont.h
1.2removepkgsrc/fonts/fontforge/options.mk
1.1removepkgsrc/fonts/fontforge/patches/patch-Makefile.in
1.4removepkgsrc/fonts/fontforge/patches/patch-fontforgeexe_Makefile.in
1.1removepkgsrc/fonts/fontforge/patches/patch-fontforgeexe_startui.c