SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

20
devel/libotf/Makefile Normal file
View file

@ -0,0 +1,20 @@
COMMENT = library for handling OpenType Fonts
DISTNAME = libotf-0.9.16
CATEGORIES = devel
SHARED_LIBS += otf 0.0 # 1.0
HOMEPAGE = https://www.nongnu.org/m17n/
MAINTAINER = Eric Brown <brown@fastmail.com>
# LGPLv2.1+
PERMIT_PACKAGE = Yes
WANTLIB += c freetype z
MASTER_SITES = ${MASTER_SITE_SAVANNAH:=m17n/}
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>

2
devel/libotf/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (libotf-0.9.16.tar.gz) = aNsMo82i1GpmOpLsJubrWtw5LqUZG82nQmjwrvp4Bms=
SIZE (libotf-0.9.16.tar.gz) = 423979

10
devel/libotf/pkg/DESCR Normal file
View file

@ -0,0 +1,10 @@
The library "libotf" provides the following facilities:
- Read Open Type Layout Tables from OTF file. Currently these
tables are supported; head, name, cmap, GDEF, GSUB, and GPOS.
- Convert a Unicode character sequence to a glyph code sequence by
using the above tables.
The combination of libotf and the FreeType library (Ver.2) realizes
CTL (complex text layout) by OpenType fonts.

9
devel/libotf/pkg/PLIST Normal file
View file

@ -0,0 +1,9 @@
bin/libotf-config
@bin bin/otfdump
@bin bin/otflist
@bin bin/otftobdf
include/otf.h
lib/libotf.a
lib/libotf.la
@lib lib/libotf.so.${LIBotf_VERSION}
lib/pkgconfig/libotf.pc