The NetBSD Project

CVS log for pkgsrc/converters/bdf2sfd/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / converters / bdf2sfd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.10 / (download) - annotate - [select for diffs], Sat Apr 1 09:50:14 2023 UTC (12 months, 2 weeks ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, HEAD
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

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

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jun 27 15:29:14 2022 UTC (21 months, 3 weeks ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

*: drop maintainership for packages not related to toolchains and ELF.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Nov 21 07:11:31 2021 UTC (2 years, 4 months ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

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)

Revision 1.7 / (download) - annotate - [select for diffs], Sat Feb 13 08:02:02 2021 UTC (3 years, 2 months ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

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()

Revision 1.6 / (download) - annotate - [select for diffs], Tue Oct 20 13:03:58 2020 UTC (3 years, 5 months ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

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

Revision 1.5 / (download) - annotate - [select for diffs], Fri Oct 9 07:30:39 2020 UTC (3 years, 6 months ago) by fcambus
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

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

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jul 12 15:19:42 2020 UTC (3 years, 9 months ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

bdf2sfd: update to 1.1.3.

bdf2sfd 1.1.3 (2020-07-12)

- Remove some unneeded seccomp related includes
- Validate architectures for seccomp
- Add seccomp support on i386, tested on glibc and musl
- Use __NR_ instead of SYS_ prefix in #if defined checks

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 10 18:39:37 2020 UTC (3 years, 10 months ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

bdf2sfd: update to 1.1.2.

bdf2sfd 1.1.2 (2020-06-10)

- Use CLOCK_REALTIME if CLOCK_MONOTONIC is not available
- Get rid of the runtime variable, it is only used once
- Remove duplicate <string.h> include
- Add missing <stdio.h> include
- Add <stdint.h> include instead of <inttypes.h>
- Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source files
- Add ENABLE_SECCOMP build option, to allow building seccomp support
- Add initial seccomp support to BDF2SFD

Revision 1.2 / (download) - annotate - [select for diffs], Mon Mar 30 21:01:47 2020 UTC (4 years ago) by fcambus
Branch: MAIN
Changes since 1.1: +5 -2 lines
Diff to previous 1.1 (colored)

bdf2sfd: update to 1.1.1.

pkgsrc changes:

- Added GITHUB_RELEASE directives to fetch release file
- Enable test suite

ChangeLog:

bdf2sfd 1.1.1 (2020-03-30)

- Free a bunch of allocations on exit, to appease LSan
- Add links to NetBSD and Void Linux packages
- Drop the stride array, and calculate stride directly
- Add an error() function to wrap errx() calls
- Add tests for different BDF sizes, using stripped down versions of Spleen

Revision 1.1 / (download) - annotate - [select for diffs], Wed Feb 12 14:09:47 2020 UTC (4 years, 2 months ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1

converters/bdf2sfd: import bdf2sfd-1.1.0.

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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>