Add textproc/libuninameslist.

The Unicode consortium provides a file containing annotations on many
unicode characters. This library contains a compiled version of this
file so that programs can access this data quickly and easily.

OK kmos@
This commit is contained in:
fcambus 2019-12-04 08:33:50 +00:00
parent a8b9fb8a4c
commit f9f49e61da
4 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2019/12/04 08:33:50 fcambus Exp $
COMMENT = library of Unicode names and annotation data
V = 20190701
DISTNAME = libuninameslist-dist-$V
PKGNAME = ${DISTNAME:S/-dist//}
SHARED_LIBS += uninameslist 0.0 # 1.5
CATEGORIES = textproc
HOMEPAGE = https://github.com/fontforge/libuninameslist
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# BSD
PERMIT_PACKAGE = Yes
MASTER_SITES = https://github.com/fontforge/libuninameslist/releases/download/$V/
CONFIGURE_STYLE = gnu
WRKDIST = ${WRKDIR}/${PKGNAME}
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (libuninameslist-dist-20190701.tar.gz) = FosNCHfydcFiL9B15qHQcsUhE9z12lMFNqLygD67iaE=
SIZE (libuninameslist-dist-20190701.tar.gz) = 1158026

View File

@ -0,0 +1,3 @@
The Unicode consortium provides a file containing annotations on many
unicode characters. This library contains a compiled version of this
file so that programs can access this data quickly and easily.

View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2019/12/04 08:33:50 fcambus Exp $
include/uninameslist.h
lib/libuninameslist.a
lib/libuninameslist.la
@lib lib/libuninameslist.so.${LIBuninameslist_VERSION}
lib/pkgconfig/libuninameslist.pc
@man man/man3/libuninameslist.3