Update to 1.2.
PR: ports/32352 Submitted by: MAINTAINER
This commit is contained in:
parent
08e777ea13
commit
754f3508ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50698
6 changed files with 14 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= dictd-database
|
||||
PORTVERSION= 1.1
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= chinese textproc
|
||||
MASTER_SITES= http://freebsd.sinica.edu.tw/~statue/
|
||||
DISTNAME= dict-zh-${PORTVERSION}
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (dict-zh-1.1.tar.gz) = 51dbccc2e7033ce396301644395d0f02
|
||||
MD5 (dict-zh-1.2.tar.gz) = 03e47d3844ced8dd03f8bb8bec4f0202
|
||||
|
|
|
@ -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 <string.h>
|
||||
#include <time.h>
|
||||
#include <ctype.h>
|
||||
+#include <unistd.h>
|
||||
|
||||
#if HAVE_GETOPT_H
|
||||
#include <getopt.h>
|
||||
-#include <getopt.h>
|
||||
#endif
|
||||
|
||||
#define FMT_MAXPOS 65
|
||||
|
|
|
@ -3,5 +3,6 @@ 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 <pofeng@linux.org.tw>
|
||||
|
|
|
@ -8,5 +8,7 @@ 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" }
|
||||
|
||||
*****************************************************************************
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
lib/dict/cedict.dict.dz
|
||||
lib/dict/cedict.index
|
||||
lib/dict/pydict.dict.dz
|
||||
lib/dict/pydict.index
|
||||
lib/dict/moecomp.dict.dz
|
||||
|
|
Loading…
Reference in a new issue