openbsd-ports/converters/libunistring/Makefile
pascal 55b81800e4 Import converters/libunistring:
Text files are nowadays usually encoded in Unicode, and may consist of
very different scripts - from Latin letters to Chinese Hanzi -, with
many kinds of special characters - accents, right-to-left writing marks,
hyphens, Roman numbers, and much more. But the POSIX platform APIs for
text do not contain adequate functions for dealing with particular
properties of many Unicode characters. In fact, the POSIX APIs for text
have several assumptions at their base which don't hold for Unicode
text.

This library provides functions for manipulating Unicode strings and for
manipulating C strings according to the Unicode standard.

small tweaks and ok jasper@
2012-06-14 17:30:48 +00:00

34 lines
750 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/06/14 17:30:48 pascal Exp $
COMMENT = manipulate Unicode strings
DISTNAME = libunistring-0.9.3
SHARED_LIBS += unistring 0.0 # 1.2
CATEGORIES = converters
HOMEPAGE = http://www.gnu.org/software/libunistring/
MAINTAINER = Pascal Stumpf <Pascal.Stumpf@cubes.de>
# (L)GPLv3+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${MASTER_SITE_GNU:=libunistring/}
MODULES = converters/libiconv
# needs --preserve-dup-deps
USE_LIBTOOL = gnu
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
# XXX: One regression test fails:
# test-wcwidth fails on: ASSERT (wcwidth (0x05B0) == 0);
.include <bsd.port.mk>