as requested, a converter from otf2bdf

very trivial port
This commit is contained in:
espie
2013-10-22 18:14:58 +00:00
parent b6eba01649
commit a9e4377513
4 changed files with 26 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/10/22 18:14:58 espie Exp $
COMMENT = OpenType to BDF font converter
CATEGORIES = converters fonts
HOMEPAGE = http://www.math.nmsu.edu/~mleisher/Software/otf2bdf/
DISTNAME = otf2bdf-3.1
MASTER_SITES = ${HOMEPAGE}
EXTRACT_SUFX = .tgz
# BSD
PERMIT_PACKAGE_CDROM = Yes
CONFIGURE_STYLE = gnu
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/otf2bdf ${PREFIX}/bin
${INSTALL_MAN} ${WRKBUILD}/otf2bdf.man ${PREFIX}/man/man1/otf2bdf.1
.include <bsd.port.mk>
+2
View File
@@ -0,0 +1,2 @@
SHA256 (otf2bdf-3.1.tgz) = YTcLhhOGc4atW3szGkA6Z05oQCCDCw64O7AEpFKr+to=
SIZE (otf2bdf-3.1.tgz) = 57769
+3
View File
@@ -0,0 +1,3 @@
otf2bdf is a command line utility that uses the FreeType 2 font
rendering library to generate BDF bitmap fonts from OpenType outline
fonts at different sizes and resolutions.
+3
View File
@@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/10/22 18:14:58 espie Exp $
@bin bin/otf2bdf
@man man/man1/otf2bdf.1