mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
English-Chinese/Chinese-English dictionaries for StarDict.
Traditional Chinese (a.k.a. BIG5 code) encoded. WWW: http://stardict.sourceforge.net/ PR: ports/143508 Submitted by: Ju Pengfei <jupengfei@gmail.com>
This commit is contained in:
parent
5ae854fa4c
commit
0f4be32eb9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249358
@ -122,6 +122,7 @@
|
||||
SUBDIR += scim-tables
|
||||
SUBDIR += srecite
|
||||
SUBDIR += stardict-dict-zh_CN
|
||||
SUBDIR += stardict-dict-zh_TW
|
||||
SUBDIR += tcl83
|
||||
SUBDIR += telnet
|
||||
SUBDIR += tin
|
||||
|
35
chinese/stardict-dict-zh_TW/Makefile
Normal file
35
chinese/stardict-dict-zh_TW/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# Ports collection makefile for: stardict-dict-zh_TW
|
||||
# Date created: 02 Feb 2010
|
||||
# Whom: Ju Pengfei <jupengfei@gmail.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= stardict-dict-zh_TW
|
||||
PORTVERSION= 2.4.2
|
||||
CATEGORIES= chinese textproc
|
||||
MASTER_SITES= SF/stardict/stardict-dictionaries-zh_TW/${PORTVERSION}
|
||||
DISTFILES= stardict-cdict-big5-${PORTVERSION}.tar.bz2 \
|
||||
stardict-cedict-big5-${PORTVERSION}.tar.bz2 \
|
||||
stardict-oxford-big5-${PORTVERSION}.tar.bz2 \
|
||||
stardict-xdict-ce-big5-${PORTVERSION}.tar.bz2 \
|
||||
stardict-xdict-ec-big5-${PORTVERSION}.tar.bz2
|
||||
DIST_SUBDIR= stardict
|
||||
|
||||
MAINTAINER= jupengfei@gmail.com
|
||||
COMMENT= English-Chinese(T)/Chinese(T)-English dictionaries for StarDict
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_BZIP2= yes
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/stardict/dic/
|
||||
${INSTALL_DATA} ${WRKDIR}/stardict-cdict-big5-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/
|
||||
${INSTALL_DATA} ${WRKDIR}/stardict-cedict-big5-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/
|
||||
${INSTALL_DATA} ${WRKDIR}/stardict-oxford-big5-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/
|
||||
${INSTALL_DATA} ${WRKDIR}/stardict-xdict-ce-big5-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/
|
||||
${INSTALL_DATA} ${WRKDIR}/stardict-xdict-ec-big5-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
15
chinese/stardict-dict-zh_TW/distinfo
Normal file
15
chinese/stardict-dict-zh_TW/distinfo
Normal file
@ -0,0 +1,15 @@
|
||||
MD5 (stardict/stardict-cdict-big5-2.4.2.tar.bz2) = 0349198b9dfcecd9a0f505512bb21d8b
|
||||
SHA256 (stardict/stardict-cdict-big5-2.4.2.tar.bz2) = af4c672520436e088d957875a612398ba9f1b710e1accbb8d3b1165c57bc8860
|
||||
SIZE (stardict/stardict-cdict-big5-2.4.2.tar.bz2) = 4489767
|
||||
MD5 (stardict/stardict-cedict-big5-2.4.2.tar.bz2) = d684a77cea41b011d8a7c7112f16775e
|
||||
SHA256 (stardict/stardict-cedict-big5-2.4.2.tar.bz2) = 8099080fb88280231cdd525028e3f3dbd513e66c318caab5210096d01bd66357
|
||||
SIZE (stardict/stardict-cedict-big5-2.4.2.tar.bz2) = 548514
|
||||
MD5 (stardict/stardict-oxford-big5-2.4.2.tar.bz2) = e54da1d0759ce59f8fbddff7979e9300
|
||||
SHA256 (stardict/stardict-oxford-big5-2.4.2.tar.bz2) = 6a538f12258b7e390e2495a2e6dac52d333cb9d7ff60dbbfa165a99969823a7a
|
||||
SIZE (stardict/stardict-oxford-big5-2.4.2.tar.bz2) = 7669212
|
||||
MD5 (stardict/stardict-xdict-ce-big5-2.4.2.tar.bz2) = 5a1866fd879c9b02c45d5eab18d5c356
|
||||
SHA256 (stardict/stardict-xdict-ce-big5-2.4.2.tar.bz2) = ffb5285c8925dec645973f2ad5678c3bda05b082c55196da734446825de72d9a
|
||||
SIZE (stardict/stardict-xdict-ce-big5-2.4.2.tar.bz2) = 2397897
|
||||
MD5 (stardict/stardict-xdict-ec-big5-2.4.2.tar.bz2) = ab714bb56eb0901357704ef9ec796047
|
||||
SHA256 (stardict/stardict-xdict-ec-big5-2.4.2.tar.bz2) = 2918f129f0d67f49708292d1f8eba189c6efcbd1b55a69edc819f13dec3ec841
|
||||
SIZE (stardict/stardict-xdict-ec-big5-2.4.2.tar.bz2) = 3565145
|
4
chinese/stardict-dict-zh_TW/pkg-descr
Normal file
4
chinese/stardict-dict-zh_TW/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
English-Chinese/Chinese-English dictionaries for StarDict.
|
||||
Traditional Chinese (a.k.a. BIG5 code) encoded.
|
||||
|
||||
WWW: http://stardict.sourceforge.net/
|
10
chinese/stardict-dict-zh_TW/pkg-message
Normal file
10
chinese/stardict-dict-zh_TW/pkg-message
Normal file
@ -0,0 +1,10 @@
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
|
||||
You should install a dictionary program via these ports:
|
||||
|
||||
textproc/qstardict A StarDict clone written with using Qt4
|
||||
textproc/stardict2 StarDict 2.x
|
||||
textproc/stardict3 StarDict 3.x
|
||||
textproc/goldendict Goldendict
|
||||
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
17
chinese/stardict-dict-zh_TW/pkg-plist
Normal file
17
chinese/stardict-dict-zh_TW/pkg-plist
Normal file
@ -0,0 +1,17 @@
|
||||
share/stardict/dic/cdict-big5.dict.dz
|
||||
share/stardict/dic/cdict-big5.idx
|
||||
share/stardict/dic/cdict-big5.ifo
|
||||
share/stardict/dic/cedict-big5.dict.dz
|
||||
share/stardict/dic/cedict-big5.idx
|
||||
share/stardict/dic/cedict-big5.ifo
|
||||
share/stardict/dic/oxford-big5.dict.dz
|
||||
share/stardict/dic/oxford-big5.idx
|
||||
share/stardict/dic/oxford-big5.ifo
|
||||
share/stardict/dic/xdict-ce-big5.dict.dz
|
||||
share/stardict/dic/xdict-ce-big5.idx
|
||||
share/stardict/dic/xdict-ce-big5.ifo
|
||||
share/stardict/dic/xdict-ec-big5.dict.dz
|
||||
share/stardict/dic/xdict-ec-big5.idx
|
||||
share/stardict/dic/xdict-ec-big5.ifo
|
||||
@dirrmtry share/stardict/dic
|
||||
@dirrmtry share/stardict
|
Loading…
Reference in New Issue
Block a user