./converters/bdf2sfd, BDF to SFD converter

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.8, Package name: bdf2sfd-1.1.8, Maintainer: pkgsrc-users

bdf2sfd is a BDF to SFD converter, allowing to vectorize bitmap fonts.

It works by converting each pixel of a glyph to a polygon, which produces
large and unoptimized SFD files that should be post-processed using FontForge.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 19.655 KB

Version history: (Expand)


CVS history: (Expand)


   2023-04-01 11:50:14 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
bdf2sfd: update to 1.1.8.

bdf2sfd 1.1.8 (2023-03-30)

- Remove unneeded <sys/types.h> include
- Add missing void to the usage() function definition
- Move manual page to the man directory
   2022-06-27 17:29:18 by Frederic Cambus | Files touched by this commit (41)
Log message:
*: drop maintainership for packages not related to toolchains and ELF.
   2021-11-21 08:11:31 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
bdf2sfd: update to 1.1.7.

bdf2sfd 1.1.7 (2021-11-16)

- Rename the "glyphes" variable to "glyphs"
- Bump CMake minimum required version to 2.8.12
- Add SPDX short license identifier in source file
- Use CMAKE_C_STANDARD instead of hardcoding compiler flags
- Switch to using getline(3) instead of fgets(3)
   2021-10-26 12:06:54 by Nia Alarie | Files touched by this commit (150)
Log message:
converters: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 15:29:13 by Nia Alarie | Files touched by this commit (150)
Log message:
converters: Remove SHA1 hashes for distfiles
   2021-02-13 09:02:02 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
bdf2sfd: update to 1.1.6.

bdf2sfd 1.1.6 (2021-02-12)

- Stop forcing FORTIFY_SOURCE=2, it should be package builders decision
- Get rid of global variables, move all declarations to main()
- Remove dead increments for argc and argv
- Rename a few variables to get rid of all camelCase occurences
- Reorder and reformat variables declaration
- Try to harmonize usage information everywhere
- Rename the displayUsage() function to usage()
   2020-10-20 15:03:58 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
bdf2sfd: update to 1.1.5.

bdf2sfd 1.1.5 (2020-10-20)

- Enable FORTIFY_SOURCE level 2
- Check strdup() return value and error out on failed allocations
   2020-10-09 09:30:39 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
bdf2sfd: update to 1.1.4.

bdf2sfd 1.1.4 (2020-10-08)

- Add support for seccomp on arm
- Update error message to use seccomp architecture names
- Add a note in the README about sandboxing and fuzzing
- Make displayUsage() and error() static
- Reduce amount of fprintf() calls when outputting SFD header