Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 2021 11:06:07 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562195 - in head/x11-fonts: . bdf2sfd
Message-ID:  <202101211106.10LB67x0075620@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Jan 21 11:06:07 2021
New Revision: 562195
URL: https://svnweb.freebsd.org/changeset/ports/562195

Log:
  Add bdf2sfd 1.1.5, BDF to SFD converter.

Added:
  head/x11-fonts/bdf2sfd/
  head/x11-fonts/bdf2sfd/Makefile   (contents, props changed)
  head/x11-fonts/bdf2sfd/distinfo   (contents, props changed)
  head/x11-fonts/bdf2sfd/pkg-descr   (contents, props changed)
Modified:
  head/x11-fonts/Makefile

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Thu Jan 21 10:39:00 2021	(r562194)
+++ head/x11-fonts/Makefile	Thu Jan 21 11:06:07 2021	(r562195)
@@ -21,6 +21,7 @@
     SUBDIR += artwiz-fonts
     SUBDIR += averiagwf
     SUBDIR += b612
+    SUBDIR += bdf2sfd
     SUBDIR += bdfresize
     SUBDIR += bdftopcf
     SUBDIR += bitstream-vera

Added: head/x11-fonts/bdf2sfd/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/bdf2sfd/Makefile	Thu Jan 21 11:06:07 2021	(r562195)
@@ -0,0 +1,23 @@
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	bdf2sfd
+PORTVERSION=	1.1.5
+CATEGORIES=	x11-fonts
+
+MAINTAINER=	ehaupt@FreeBSD.org
+COMMENT=	BDF to SFD converter
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		cmake:noninja
+USE_GITHUB=	yes
+USE_CSTD=	c99
+
+GH_ACCOUNT=	fcambus
+
+PLIST_FILES=	bin/bdf2sfd \
+		man/man1/bdf2sfd.1.gz
+
+.include <bsd.port.mk>

Added: head/x11-fonts/bdf2sfd/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/bdf2sfd/distinfo	Thu Jan 21 11:06:07 2021	(r562195)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1611226610
+SHA256 (fcambus-bdf2sfd-1.1.5_GH0.tar.gz) = 8c623226db249afcc6a290318e892bfd1f71058fc791bd56536241254cd02a41
+SIZE (fcambus-bdf2sfd-1.1.5_GH0.tar.gz) = 20547

Added: head/x11-fonts/bdf2sfd/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/bdf2sfd/pkg-descr	Thu Jan 21 11:06:07 2021	(r562195)
@@ -0,0 +1,9 @@
+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.
+
+It was originally created to generate OpenType versions of Spleen. It works best
+on fonts proportional to 8x16. Other sizes will work but the aspect ratio will
+not be preserved.
+
+WWW: https://github.com/fcambus/bdf2sfd



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101211106.10LB67x0075620>