There are currently no pkgsrc packages that depend on this one, so we don't bother with keeping around the old version. From the changelog: 2018-07-13 Sam Varshavchik <mrsam@courier-mta.com> * unicode.c: Fix error and validation of valid modified-utf7 encoding. 2018-07-11 Sam Varshavchik <mrsam@courier-mta.com> * unicode.c: Implement unicode_x_smap_modutf8 pseudo-encoding. 2018-04-27 Sam Varshavchik <mrsam@courier-mta.com> * gcc 8 update, fix assertions. libtool and toolchain updates. 2.0 2017-03-06 Sam Varshavchik <mrsam@courier-mta.com> * Migrate to C++11: remove unicode_char, use char32_t. Replace std::vector<unicode_char> with std::u32string.
22 lines
648 B
Makefile
22 lines
648 B
Makefile
# $NetBSD: Makefile,v 1.4 2019/05/24 08:38:28 hauke Exp $
|
|
|
|
DISTNAME= courier-unicode-2.1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= https://sourceforge.net/projects/courier/files/courier-unicode/${PKGVERSION_NOREV}/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.courier-mta.org/unicode/
|
|
COMMENT= Implements several algorithms related to the Unicode Standard
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_TOOLS+= gmake autoconf aclocal automake
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES+= c c++
|
|
GNU_CONFIGURE= yes
|
|
|
|
pre-configure:
|
|
(cd ${WRKSRC}; autoconf; aclocal; automake)
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|