- update the URL of master site
- upgrade to 0.2.6 Approved by: kcwu
This commit is contained in:
parent
79159e8ce4
commit
3c44bd2322
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130423
4 changed files with 16 additions and 15 deletions
|
@ -6,10 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= libchewing
|
||||
PORTVERSION= 0.2.4
|
||||
PORTVERSION= 0.2.6
|
||||
CATEGORIES= chinese textproc
|
||||
MASTER_SITES= http://jserv.sayya.org/qooing/
|
||||
EXTRACT_SUFX= .tgz
|
||||
MASTER_SITES= http://chewing.csie.net/download/libchewing/
|
||||
|
||||
MAINTAINER= kcwu@csie.org
|
||||
COMMENT= The Chewing intelligent phonetic input method library
|
||||
|
@ -17,7 +16,8 @@ COMMENT= The Chewing intelligent phonetic input method library
|
|||
USE_GNOME= gnomehack pkgconfig
|
||||
USE_LIBTOOL_VER=15
|
||||
INSTALLS_SHLIB= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX}
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
DATADIR= ${PREFIX}/share/chewing
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (libchewing-0.2.4.tgz) = db9e14d409a9ca274c04731d68700776
|
||||
SIZE (libchewing-0.2.4.tgz) = 1705331
|
||||
MD5 (libchewing-0.2.6.tar.gz) = 9dced2d24c02d7d92144e415d8d0356c
|
||||
SIZE (libchewing-0.2.6.tar.gz) = 1752016
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Chewing - An Intelligent Chinese Phonetic Input Method for UNIX
|
||||
|
||||
WWW: http://jserv.sayya.org/wiki/index.php/Qooing
|
||||
WWW: http://chewing.csie.net/
|
||||
|
||||
- Kuang-che Wu
|
||||
kcwu@csie.org
|
||||
|
|
|
@ -4,17 +4,18 @@ include/chewing/chewingio.h
|
|||
include/chewing/chewingutil.h
|
||||
include/chewing/dict.h
|
||||
include/chewing/global.h
|
||||
include/chewing/hanyupinying.h
|
||||
include/chewing/hash.h
|
||||
include/chewing/userphrase.h
|
||||
include/chewing/zuin.h
|
||||
lib/libchewing.a
|
||||
lib/libchewing.so
|
||||
lib/libchewing.so.1
|
||||
lib/libchewing.so.2
|
||||
libdata/pkgconfig/chewing.pc
|
||||
share/chewing/ch_index.dat
|
||||
share/chewing/dict.dat
|
||||
share/chewing/fonetree.dat
|
||||
share/chewing/ph_index.dat
|
||||
share/chewing/us_freq.dat
|
||||
%%DATADIR%%/ch_index.dat
|
||||
%%DATADIR%%/dict.dat
|
||||
%%DATADIR%%/fonetree.dat
|
||||
%%DATADIR%%/ph_index.dat
|
||||
%%DATADIR%%/us_freq.dat
|
||||
@dirrm include/chewing
|
||||
@dirrm share/chewing
|
||||
@dirrm %%DATADIR%%
|
||||
|
|
Loading…
Reference in a new issue