diff options
author | tz <tz@FreeBSD.org> | 2017-07-17 18:20:42 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2017-07-17 18:20:42 +0800 |
commit | beb35025c3fbd4500fa9e7d77d0e2dd15ef41375 (patch) | |
tree | 24e11d87e2ae906e00c1914ff87029df4ff1de23 /databases/Makefile | |
parent | 74d45f15f78be440f2d69b07684b8d4b84dec1cd (diff) | |
download | freebsd-ports-gnome-beb35025c3fbd4500fa9e7d77d0e2dd15ef41375.tar.gz freebsd-ports-gnome-beb35025c3fbd4500fa9e7d77d0e2dd15ef41375.tar.zst freebsd-ports-gnome-beb35025c3fbd4500fa9e7d77d0e2dd15ef41375.zip |
New port: databases/postgresql-zhparser
Zhparser is a PostgreSQL extension for full-text search of Chinese. It use
Simple Chinese Word Segmentation (SCWS) as driver and highly configurable and
easy to use. The default dictionary of Zhparser is for Simplified Chinese. If
you use Tranditional Chinese,you can download the dicionary from SCWS offical
site.
WWW: https://github.com/amutu/zhparser
PR: 219649
Submitted by: Jov <amutu@amutu.com>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 74e2b9a817f3..5c47e59301e4 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -672,6 +672,7 @@ SUBDIR += postgresql-repmgr SUBDIR += postgresql-repmgr2 SUBDIR += postgresql-tds_fdw + SUBDIR += postgresql-zhparser SUBDIR += postgresql92-client SUBDIR += postgresql92-contrib SUBDIR += postgresql92-docs |