mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Submitted by: Keith Jang <jtjang@gcn.net.tw>
Obtained from: IIS, Academia Sinica, Taiwan. TaBE stands for `Taiwan and Big5 Encoding'. libtabe provides unified interface and library dealing with Chinese words, phrases, sentences, and phonetic symbols. It is intended to be used as the foundation of Chinese text processing.
This commit is contained in:
parent
f9db2ba77c
commit
268726bfb2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21172
32
chinese/libtabe/Makefile
Normal file
32
chinese/libtabe/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: libtabe
|
||||
# Version required: 1.0
|
||||
# Date created: 1/1/00
|
||||
# Whom: Keith Jang <jtjang@gcn.net.tw>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= libtabe-0.1-pre2
|
||||
PKGNAME= zh-libtabe-0.1b2
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/libtabe/devel/
|
||||
|
||||
MAINTAINER= jtjang@gcn.net.tw
|
||||
|
||||
BUILD_DEPENDS= ${PREFIX}/lib/libdb2.a:${PORTSDIR}/databases/db
|
||||
RUN_DEPENDS= ${PREFIX}/lib/libdb2.a:${PORTSDIR}/databases/db
|
||||
|
||||
WRKSRC= ${WRKDIR}/libtabe
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--includedir=${PREFIX}/include/tabe \
|
||||
--with-dbinc=${PREFIX}/include/db2 \
|
||||
--with-dblib=${PREFIX}/lib
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/tabe
|
||||
${CP} ${WRKSRC}/doc/libtabe.sgml ${PREFIX}/share/doc/tabe
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
chinese/libtabe/distinfo
Normal file
1
chinese/libtabe/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (libtabe-0.1-pre2.tar.gz) = 7831413a3b479ed39ed56040759863af
|
1
chinese/libtabe/pkg-comment
Normal file
1
chinese/libtabe/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A unified library for Chinese text processing.
|
5
chinese/libtabe/pkg-descr
Normal file
5
chinese/libtabe/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
TaBE stands for `Taiwan and Big5 Encoding'. libtabe
|
||||
provides unified interface and library dealing with
|
||||
Chinese words, phrases, sentences, and phonetic symbols.
|
||||
It is intended to be used as the foundation of Chinese
|
||||
text processing.
|
15
chinese/libtabe/pkg-plist
Normal file
15
chinese/libtabe/pkg-plist
Normal file
@ -0,0 +1,15 @@
|
||||
bin/tsiadd
|
||||
bin/tsidel
|
||||
bin/tsidump
|
||||
bin/tsiyindump
|
||||
include/tabe/bims.h
|
||||
include/tabe/tabe.h
|
||||
lib/libbims.a
|
||||
lib/libtabe.a
|
||||
share/doc/tabe/libtabe.sgml
|
||||
share/tabe/tsiyin/tsi.db
|
||||
share/tabe/tsiyin/yin.db
|
||||
@dirrm include/tabe
|
||||
@dirrm share/doc/tabe
|
||||
@dirrm share/tabe/tsiyin
|
||||
@dirrm share/tabe
|
Loading…
Reference in New Issue
Block a user