- Update to 20190701
- Pass maintainership to submitter - Add LICENSE - Add options PR: 239955 Submitted by: cyberbotx@cyberbotx.com
This commit is contained in:
parent
5e3a949b58
commit
3250fd1a9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509587
@ -2,22 +2,29 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libuninameslist
|
||||
PORTVERSION= 20091231
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 20190701
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20sources/Unicode_5.2-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= cyberbotx@cyberbotx.com
|
||||
COMMENT= Library of Unicode annotation data
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= autoreconf gmake libtool
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= fontforge
|
||||
|
||||
USES= gmake tar:bzip2 libtool
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= both
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
|
||||
OPTIONS_DEFINE= FRENCH
|
||||
OPTIONS_DEFAULT=FRENCH
|
||||
OPTIONS_SUB=yes
|
||||
|
||||
FRENCH_DESC= Build French library
|
||||
FRENCH_CONFIGURE_ENABLE= frenchlib
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (libuninameslist-20091231.tar.bz2) = ea401c625d849a0b554abf9800289ad38eb63817fafc277fe7301e454ab3fec7
|
||||
SIZE (libuninameslist-20091231.tar.bz2) = 568820
|
||||
TIMESTAMP = 1566154700
|
||||
SHA256 (fontforge-libuninameslist-20190701_GH0.tar.gz) = 426bc2f9f0068796ef31c1d5ce088d8da87b3e2a91675969d5b04968d71cdf4f
|
||||
SIZE (fontforge-libuninameslist-20190701_GH0.tar.gz) = 852588
|
||||
|
@ -2,4 +2,4 @@ A library with a large (sparse) array mapping each unicode
|
||||
code point to the annotation data for it provided in
|
||||
http://www.unicode.org/Public/UNIDATA/NamesList.txt.
|
||||
|
||||
WWW: http://libuninameslist.sourceforge.net/
|
||||
WWW: https://github.com/fontforge/libuninameslist
|
||||
|
@ -1,9 +1,13 @@
|
||||
%%FRENCH%%include/uninameslist-fr.h
|
||||
include/uninameslist.h
|
||||
%%FRENCH%%lib/libuninameslist-fr.a
|
||||
%%FRENCH%%lib/libuninameslist-fr.so
|
||||
%%FRENCH%%lib/libuninameslist-fr.so.1
|
||||
%%FRENCH%%lib/libuninameslist-fr.so.1.0.2
|
||||
lib/libuninameslist.a
|
||||
lib/libuninameslist.so
|
||||
lib/libuninameslist.so.0
|
||||
lib/libuninameslist.so.0.0.2
|
||||
lib/libuninameslist-fr.a
|
||||
lib/libuninameslist-fr.so
|
||||
lib/libuninameslist-fr.so.0
|
||||
lib/libuninameslist-fr.so.0.0.2
|
||||
lib/libuninameslist.so.1
|
||||
lib/libuninameslist.so.1.0.5
|
||||
libdata/pkgconfig/libuninameslist.pc
|
||||
%%FRENCH%%man/man3/libuninameslist-fr.3.gz
|
||||
man/man3/libuninameslist.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user