pkgsrc/textproc/libpinyin/Makefile
ryoon 86f94da406 libpinyin: Update to 2.6.0
* Enable libzhuyin.

Changelog:
version 2.6.0
* bug fixes

version 2.4.92
* update pinyin data
* bug fixes

version 2.4.91
* improve full pinyin auto correction
* bug fixes

version 2.3.0
* update pinyin data

version 2.2.2
* minor fixes

version 2.2.1
* fixes predicted candidates

version 2.2.0
* bug fixes

version 2.1.91
* fixes zhuyin parsers;

version 2.1.0
* support sort option in pinyin_guess_candidates function;

version 2.0.92
* reduce memory consumption after imported user dictionary;

version 2.0.91
* merge libzhuyin code;

version 2.0.0
* the first official release of 2.0.x;
* fixes autoconf;

version 1.9.92
* fixes crash in double pinyin;

version 1.9.91
* multiple sentence candidates;

version 1.7.0
* fixes build on FreeBSD;
* update cmake files;

version 1.6.91
* change license to GPLv3+;
* import open-gram dictionary and remove pinyin tones;
* add some checks when load data from file;

version 1.6.0
* bug fixes.

version 1.5.91
* change pinyin/phrase tables to use dbm.
* enhance pinyin key representation and pinyin parsers.

version 1.2.0
* bug fixes.

version 1.1.91
* support Kyoto Cabinet as alternative to Berkeley DB.
* improve multiple dictionaries support feature.

version 1.1.0
* support to export user phrases.
2021-02-20 13:39:46 +00:00

28 lines
799 B
Makefile

# $NetBSD: Makefile,v 1.8 2021/02/20 13:39:46 ryoon Exp $
DISTNAME= libpinyin-2.6.0
CATEGORIES= textproc chinese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpinyin/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/libpinyin/libpinyin/
COMMENT= Library to deal with pinyin
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --enable-libzhuyin
PKGCONFIG_OVERRIDE+= libpinyin.pc.in
PKGCONFIG_OVERRIDE+= libzhuyin.pc.in
BUILDLINK_TRANSFORM.Darwin+= rm:-Wl,--version-script=./libpinyin.ver
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script=./libpinyin.ver
.include "../../databases/db4/buildlink3.mk"
BUILDLINK_TRANSFORM+= l:db:db4
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"