# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # scws # scws/Makefile # scws/distinfo # scws/pkg-plist # scws/pkg-descr # echo c - scws mkdir -p scws > /dev/null 2>&1 echo x - scws/Makefile sed 's/^X//' >scws/Makefile << '1605fec3e0a421cd44a8dc7da17f49ed' X# Created by: Jov X# $FreeBSD$ X XPORTNAME= scws XPORTVERSION= 1.2.3 XCATEGORIES= textproc XMASTER_SITES= http://www.xunsearch.com/scws/down/ X XMAINTAINER= amutu@amutu.com XCOMMENT= Simple Chinese word segmentation program and lib X XLICENSE= BSD2CLAUSE X XGNU_CONFIGURE= yes XUSES= gmake libtool:keepla tar:bzip2 XUSE_LDCONFIG= yes X XCONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/scws \ X --with-pic X XINSTALL_TARGET=install-strip X X.include 1605fec3e0a421cd44a8dc7da17f49ed echo x - scws/distinfo sed 's/^X//' >scws/distinfo << '9894864824fc6e3b607eae66f59e52c9' XTIMESTAMP = 1494223276 XSHA256 (scws-1.2.3.tar.bz2) = 60d50ac3dc42cff3c0b16cb1cfee47d8cb8c8baa142a58bc62854477b81f1af5 XSIZE (scws-1.2.3.tar.bz2) = 485903 9894864824fc6e3b607eae66f59e52c9 echo x - scws/pkg-plist sed 's/^X//' >scws/pkg-plist << '8e14e730a1dd29627c91dc2cf0df2327' Xbin/scws Xbin/scws-gen-dict X%%ETCDIR%%/rules.ini X%%ETCDIR%%/rules.utf8.ini X%%ETCDIR%%/rules_cht.utf8.ini Xinclude/scws/charset.h Xinclude/scws/crc32.h Xinclude/scws/darray.h Xinclude/scws/pool.h Xinclude/scws/rule.h Xinclude/scws/scws.h Xinclude/scws/version.h Xinclude/scws/xdb.h Xinclude/scws/xdict.h Xinclude/scws/xtree.h Xlib/libscws.la Xlib/libscws.so Xlib/libscws.so.1 Xlib/libscws.so.1.1.0 8e14e730a1dd29627c91dc2cf0df2327 echo x - scws/pkg-descr sed 's/^X//' >scws/pkg-descr << '31f5a13c77d8f428f238ab0d8084dfb9' XSCWS (Simple Chinese Word Segmentation) is a frequency dictionary based Chinese Xword segmentation engine, it can cut a whole section of the Chinese text into Xwords. Word is the smallest unit of morpheme in Chinese, but in Chinese words Xare not separated by spaces,so word segmentation is an important step for XChinese language process.SCWS is written in C without other dependencies and Xaccept GBK and UTF-8 encoding for both the Simple Chinese (zh_CN) and the XTraditional Chinese (such as zh_TW). X XWWW: http://www.xunsearch.com/scws/index.php 31f5a13c77d8f428f238ab0d8084dfb9 exit