Index: head/chinese/dictd-database/Makefile =================================================================== --- head/chinese/dictd-database/Makefile (revision 50697) +++ head/chinese/dictd-database/Makefile (revision 50698) @@ -1,24 +1,24 @@ # New ports collection makefile for: dict-zh # Date created: 25 Oct 1999 # Whom: Shen Chuan-Hsing # # $FreeBSD$ # PORTNAME= dictd-database -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= chinese textproc MASTER_SITES= http://freebsd.sinica.edu.tw/~statue/ DISTNAME= dict-zh-${PORTVERSION} MAINTAINER= statue@freebsd.sinica.edu.tw BUILD_DEPENDS= ${LOCALBASE}/bin/dictzip:${PORTSDIR}/net/dictd HAS_CONFIGURE= yes USE_GMAKE= yes post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/chinese/dictd-database/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/chinese/dictd-database/distinfo =================================================================== --- head/chinese/dictd-database/distinfo (revision 50697) +++ head/chinese/dictd-database/distinfo (revision 50698) @@ -1 +1 @@ -MD5 (dict-zh-1.1.tar.gz) = 51dbccc2e7033ce396301644395d0f02 +MD5 (dict-zh-1.2.tar.gz) = 03e47d3844ced8dd03f8bb8bec4f0202 Property changes on: head/chinese/dictd-database/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/chinese/dictd-database/files/patch-ab =================================================================== --- head/chinese/dictd-database/files/patch-ab (revision 50697) +++ head/chinese/dictd-database/files/patch-ab (revision 50698) @@ -1,10 +1,13 @@ ---- dictfmt.c.orig Sun Apr 2 00:43:40 2000 -+++ dictfmt.c Sun Oct 14 09:58:49 2001 -@@ -30,6 +30,7 @@ +--- dictfmt.c.orig Wed Nov 28 22:57:00 2001 ++++ dictfmt.c Wed Nov 28 22:57:26 2001 +@@ -30,9 +30,9 @@ #include #include #include +#include #if HAVE_GETOPT_H - #include +-#include + #endif + + #define FMT_MAXPOS 65 Property changes on: head/chinese/dictd-database/files/patch-ab ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/chinese/dictd-database/pkg-descr =================================================================== --- head/chinese/dictd-database/pkg-descr (revision 50697) +++ head/chinese/dictd-database/pkg-descr (revision 50698) @@ -1,7 +1,8 @@ A Chinese(Big5) <-> English dictd words database. pydict database have 177751 headwords. moecomp database have 67263 headwords. netterm database have 6477 headwords. +cedict database have 23500 headwords. Author: Pofeng Lee Property changes on: head/chinese/dictd-database/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/chinese/dictd-database/pkg-message =================================================================== --- head/chinese/dictd-database/pkg-message (revision 50697) +++ head/chinese/dictd-database/pkg-message (revision 50698) @@ -1,12 +1,14 @@ ***************************************************************************** Add the following to ${PREFIX}/etc/dictd.conf: database moecomp { data "/usr/local/lib/dict/moecomp.dict.dz" index "/usr/local/lib/dict/moecomp.index" } database netterm { data "/usr/local/lib/dict/netterm.dict.dz" index "/usr/local/lib/dict/netterm.index" } database pydict { data "/usr/local/lib/dict/pydict.dict.dz" index "/usr/local/lib/dict/pydict.index" } +database pydict { data "/usr/local/lib/dict/cedict.dict.dz" + index "/usr/local/lib/dict/cedict.index" } ***************************************************************************** Property changes on: head/chinese/dictd-database/pkg-message ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/chinese/dictd-database/pkg-plist =================================================================== --- head/chinese/dictd-database/pkg-plist (revision 50697) +++ head/chinese/dictd-database/pkg-plist (revision 50698) @@ -1,7 +1,9 @@ +lib/dict/cedict.dict.dz +lib/dict/cedict.index lib/dict/pydict.dict.dz lib/dict/pydict.index lib/dict/moecomp.dict.dz lib/dict/moecomp.index lib/dict/netterm.dict.dz lib/dict/netterm.index @dirrm lib/dict Property changes on: head/chinese/dictd-database/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property