head 1.10; access; symbols pkgsrc-2023Q4:1.10.0.6 pkgsrc-2023Q4-base:1.10 pkgsrc-2023Q3:1.10.0.4 pkgsrc-2023Q3-base:1.10 pkgsrc-2023Q2:1.10.0.2 pkgsrc-2023Q2-base:1.10 pkgsrc-2023Q1:1.9.0.6 pkgsrc-2023Q1-base:1.9 pkgsrc-2022Q4:1.9.0.4 pkgsrc-2022Q4-base:1.9 pkgsrc-2022Q3:1.9.0.2 pkgsrc-2022Q3-base:1.9 pkgsrc-2022Q2:1.8.0.6 pkgsrc-2022Q2-base:1.8 pkgsrc-2022Q1:1.8.0.4 pkgsrc-2022Q1-base:1.8 pkgsrc-2021Q4:1.8.0.2 pkgsrc-2021Q4-base:1.8 pkgsrc-2021Q3:1.7.0.6 pkgsrc-2021Q3-base:1.7 pkgsrc-2021Q2:1.7.0.4 pkgsrc-2021Q2-base:1.7 pkgsrc-2021Q1:1.7.0.2 pkgsrc-2021Q1-base:1.7 pkgsrc-2020Q4:1.6.0.2 pkgsrc-2020Q4-base:1.6 pkgsrc-2020Q3:1.4.0.2 pkgsrc-2020Q3-base:1.4 pkgsrc-2020Q2:1.3.0.2 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1; locks; strict; comment @# @; 1.10 date 2023.04.01.09.50.14; author fcambus; state Exp; branches; next 1.9; commitid iZrtdp7WtnUu8ojE; 1.9 date 2022.06.27.15.29.14; author fcambus; state Exp; branches; next 1.8; commitid IQmQDlWLRNqyWGJD; 1.8 date 2021.11.21.07.11.31; author fcambus; state Exp; branches; next 1.7; commitid xzQJyxs9LZOvcDhD; 1.7 date 2021.02.13.08.02.02; author fcambus; state Exp; branches; next 1.6; commitid tjI14BExlfbTvwHC; 1.6 date 2020.10.20.13.03.58; author fcambus; state Exp; branches; next 1.5; commitid k0YcMtpxNYbAUDsC; 1.5 date 2020.10.09.07.30.39; author fcambus; state Exp; branches; next 1.4; commitid wPr36RoWWPH4qcrC; 1.4 date 2020.07.12.15.19.42; author fcambus; state Exp; branches; next 1.3; commitid tjxiByVeFtrtSNfC; 1.3 date 2020.06.10.18.39.37; author fcambus; state Exp; branches; next 1.2; commitid x3vGyj8jdsxS0IbC; 1.2 date 2020.03.30.21.01.47; author fcambus; state Exp; branches; next 1.1; commitid ZAuA6us7rHb47t2C; 1.1 date 2020.02.12.14.09.47; author fcambus; state Exp; branches; next ; commitid ZFE1nQdHWCeuloWB; desc @@ 1.10 log @bdf2sfd: update to 1.1.8. bdf2sfd 1.1.8 (2023-03-30) - Remove unneeded include - Add missing void to the usage() function definition - Move manual page to the man directory @ text @# $NetBSD: Makefile,v 1.9 2022/06/27 15:29:14 fcambus Exp $ DISTNAME= bdf2sfd-1.1.8 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/} GITHUB_RELEASE= ${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/fcambus/bdf2sfd COMMENT= BDF to SFD converter LICENSE= 2-clause-bsd USE_CMAKE= yes TEST_TARGET= test .include "../../mk/bsd.pkg.mk" @ 1.9 log @*: drop maintainership for packages not related to toolchains and ELF. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2021/11/21 07:11:31 fcambus Exp $ d3 1 a3 1 DISTNAME= bdf2sfd-1.1.7 @ 1.8 log @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) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2021/02/13 08:02:02 fcambus Exp $ d8 1 a8 1 MAINTAINER= fcambus@@NetBSD.org @ 1.7 log @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() @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2020/10/20 13:03:58 fcambus Exp $ d3 1 a3 1 DISTNAME= bdf2sfd-1.1.6 @ 1.6 log @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 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2020/10/09 07:30:39 fcambus Exp $ d3 1 a3 1 DISTNAME= bdf2sfd-1.1.5 @ 1.5 log @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 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2020/07/12 15:19:42 fcambus Exp $ d3 1 a3 1 DISTNAME= bdf2sfd-1.1.4 @ 1.4 log @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 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2020/06/10 18:39:37 fcambus Exp $ d3 1 a3 1 DISTNAME= bdf2sfd-1.1.3 @ 1.3 log @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 include - Add missing include - Add include instead of - 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 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2020/03/30 21:01:47 fcambus Exp $ d3 1 a3 1 DISTNAME= bdf2sfd-1.1.2 @ 1.2 log @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 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2020/02/12 14:09:47 fcambus Exp $ d3 1 a3 1 DISTNAME= bdf2sfd-1.1.1 @ 1.1 log @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. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= bdf2sfd-1.1.0 d6 1 d15 2 @