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:
parent
a8b9fb8a4c
commit
f9f49e61da
26
textproc/libuninameslist/Makefile
Normal file
26
textproc/libuninameslist/Makefile
Normal 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>
|
2
textproc/libuninameslist/distinfo
Normal file
2
textproc/libuninameslist/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (libuninameslist-dist-20190701.tar.gz) = FosNCHfydcFiL9B15qHQcsUhE9z12lMFNqLygD67iaE=
|
||||
SIZE (libuninameslist-dist-20190701.tar.gz) = 1158026
|
3
textproc/libuninameslist/pkg/DESCR
Normal file
3
textproc/libuninameslist/pkg/DESCR
Normal 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.
|
7
textproc/libuninameslist/pkg/PLIST
Normal file
7
textproc/libuninameslist/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user