2020-01-19 00:30:43 +01:00
|
|
|
# $NetBSD: Makefile,v 1.13 2020/01/18 23:35:29 rillig Exp $
|
Import libunistring-0.9.3 as textproc/libunistring.
libunistring provides a library that implements Unicode strings (in
three flavours: UTF-8 strings, UTF-16 strings, UTF-32 strings),
together with functions for Unicode charactets (character names,
classifications, properties) and functions for string processing
(formatted output, width, word breaks, line breaks, normalization,
case folding, regular expressions).
2012-02-15 00:06:50 +01:00
|
|
|
|
libunistring: update to 0.9.10.
New in 0.9.10:
* The functions
u8_casing_prefix_context, u8_casing_prefixes_context,
u8_casing_suffix_context, u8_casing_suffixes_context,
u16_casing_prefix_context, u16_casing_prefixes_context,
u16_casing_suffix_context, u16_casing_suffixes_context,
u32_casing_prefix_context, u32_casing_prefixes_context,
u32_casing_suffix_context, u32_casing_suffixes_context,
that are documented since version 0.9.1, are now actually implemented.
2018-05-27 14:38:19 +02:00
|
|
|
DISTNAME= libunistring-0.9.10
|
Import libunistring-0.9.3 as textproc/libunistring.
libunistring provides a library that implements Unicode strings (in
three flavours: UTF-8 strings, UTF-16 strings, UTF-32 strings),
together with functions for Unicode charactets (character names,
classifications, properties) and functions for string processing
(formatted output, width, word breaks, line breaks, normalization,
case folding, regular expressions).
2012-02-15 00:06:50 +01:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= http://ftp.gnu.org/gnu/libunistring/
|
|
|
|
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
2020-01-19 00:30:43 +01:00
|
|
|
HOMEPAGE= https://www.gnu.org/software/libunistring/
|
2012-02-15 00:11:47 +01:00
|
|
|
COMMENT= Unicode string library
|
2016-12-12 15:18:17 +01:00
|
|
|
LICENSE= gnu-lgpl-v3 OR gnu-gpl-v2
|
Import libunistring-0.9.3 as textproc/libunistring.
libunistring provides a library that implements Unicode strings (in
three flavours: UTF-8 strings, UTF-16 strings, UTF-32 strings),
together with functions for Unicode charactets (character names,
classifications, properties) and functions for string processing
(formatted output, width, word breaks, line breaks, normalization,
case folding, regular expressions).
2012-02-15 00:06:50 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2012-12-06 01:10:26 +01:00
|
|
|
USE_LIBTOOL= yes
|
Import libunistring-0.9.3 as textproc/libunistring.
libunistring provides a library that implements Unicode strings (in
three flavours: UTF-8 strings, UTF-16 strings, UTF-32 strings),
together with functions for Unicode charactets (character names,
classifications, properties) and functions for string processing
(formatted output, width, word breaks, line breaks, normalization,
case folding, regular expressions).
2012-02-15 00:06:50 +01:00
|
|
|
INFO_FILES= yes
|
|
|
|
|
2012-12-06 01:10:26 +01:00
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
Import libunistring-0.9.3 as textproc/libunistring.
libunistring provides a library that implements Unicode strings (in
three flavours: UTF-8 strings, UTF-16 strings, UTF-32 strings),
together with functions for Unicode charactets (character names,
classifications, properties) and functions for string processing
(formatted output, width, word breaks, line breaks, normalization,
case folding, regular expressions).
2012-02-15 00:06:50 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|