diff options
-rw-r--r-- | chinese/stardict2-dict-zh_CN/Makefile | 38 | ||||
-rw-r--r-- | chinese/stardict2-dict-zh_CN/distinfo | 18 | ||||
-rw-r--r-- | chinese/stardict2-dict-zh_CN/pkg-descr | 4 | ||||
-rw-r--r-- | chinese/stardict2-dict-zh_CN/pkg-plist | 19 |
4 files changed, 79 insertions, 0 deletions
diff --git a/chinese/stardict2-dict-zh_CN/Makefile b/chinese/stardict2-dict-zh_CN/Makefile new file mode 100644 index 000000000..9006090ef --- /dev/null +++ b/chinese/stardict2-dict-zh_CN/Makefile @@ -0,0 +1,38 @@ +# Ports collection makefile for: stardict2-dict-zh_CN +# Date created: 16 Jan 2004 +# Whom: LI Dong <ld@FreeBSD.org.cn> +# $FreeBSD$ +# + +PORTNAME= stardict2-dict-zh_CN +PORTVERSION= 2.4.2 +PORTREVISION= 6 +CATEGORIES= chinese textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= stardict +DISTFILES= stardict-cdict-gb-${PORTVERSION}.tar.bz2 \ + stardict-cedict-gb-${PORTVERSION}.tar.bz2 \ + stardict-oxford-gb-${PORTVERSION}.tar.bz2 \ + stardict-stardict1.3-${PORTVERSION}.tar.bz2 \ + stardict-xdict-ce-gb-${PORTVERSION}.tar.bz2 \ + stardict-xdict-ec-gb-${PORTVERSION}.tar.bz2 +DIST_SUBDIR= stardict + +MAINTAINER= ld@FreeBSD.org.cn +COMMENT= English-Chinese(S)/Chinese(S)-English dictionaries for StarDict + +RUN_DEPENDS= stardict:${PORTSDIR}/textproc/stardict2 + +NO_BUILD= yes +USE_BZIP2= yes + +do-install: + ${MKDIR} ${PREFIX}/share/stardict/dic/ + ${INSTALL_DATA} ${WRKDIR}/stardict-cdict-gb-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/ + ${INSTALL_DATA} ${WRKDIR}/stardict-cedict-gb-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/ + ${INSTALL_DATA} ${WRKDIR}/stardict-oxford-gb-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/ + ${INSTALL_DATA} ${WRKDIR}/stardict-stardict1.3-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/ + ${INSTALL_DATA} ${WRKDIR}/stardict-xdict-ce-gb-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/ + ${INSTALL_DATA} ${WRKDIR}/stardict-xdict-ec-gb-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/ + +.include <bsd.port.mk> diff --git a/chinese/stardict2-dict-zh_CN/distinfo b/chinese/stardict2-dict-zh_CN/distinfo new file mode 100644 index 000000000..3a41d876c --- /dev/null +++ b/chinese/stardict2-dict-zh_CN/distinfo @@ -0,0 +1,18 @@ +MD5 (stardict/stardict-cdict-gb-2.4.2.tar.bz2) = 68e539f362de416490b78fed97aba780 +SHA256 (stardict/stardict-cdict-gb-2.4.2.tar.bz2) = a08fafb0d2c27a6fc826a05d686bb33a7b919b57a2c16058f5ab63c6e8887e70 +SIZE (stardict/stardict-cdict-gb-2.4.2.tar.bz2) = 4483233 +MD5 (stardict/stardict-cedict-gb-2.4.2.tar.bz2) = 95a190a0d1bce3b858d7f2f7411e3755 +SHA256 (stardict/stardict-cedict-gb-2.4.2.tar.bz2) = 2d4d1604cc9f88b54c70deafc7ce4fb7a2d0bf192e48fd2c11513d315aafdf99 +SIZE (stardict/stardict-cedict-gb-2.4.2.tar.bz2) = 520907 +MD5 (stardict/stardict-oxford-gb-2.4.2.tar.bz2) = d242032dd873ca26ef75018c803bb1e4 +SHA256 (stardict/stardict-oxford-gb-2.4.2.tar.bz2) = cf3714c0eda82f1d0b7426c2b6589dd75b5d15a1918fdbe9679077c00f9d43cd +SIZE (stardict/stardict-oxford-gb-2.4.2.tar.bz2) = 7673526 +MD5 (stardict/stardict-stardict1.3-2.4.2.tar.bz2) = 4467d7941f9388f0e01ee3025c400b5c +SHA256 (stardict/stardict-stardict1.3-2.4.2.tar.bz2) = 7cea3a1d2c1d1f5bb376474c73068064fae35e9d98cecc4c767f3a9c5fdff8b5 +SIZE (stardict/stardict-stardict1.3-2.4.2.tar.bz2) = 1126933 +MD5 (stardict/stardict-xdict-ce-gb-2.4.2.tar.bz2) = 745727367e22ab9740256ceaf16cb83d +SHA256 (stardict/stardict-xdict-ce-gb-2.4.2.tar.bz2) = 2c27c87d428cf43f4824b738649f18c95aeceecdf82b67b41e30ffd4cc3fb4e6 +SIZE (stardict/stardict-xdict-ce-gb-2.4.2.tar.bz2) = 2438365 +MD5 (stardict/stardict-xdict-ec-gb-2.4.2.tar.bz2) = 364bcecc126d6d8560728dc487ea9eaf +SHA256 (stardict/stardict-xdict-ec-gb-2.4.2.tar.bz2) = cd6c3c3d7472e5f058d7cdd8817b833b196c0da6101b1e5089dda9efaed499b6 +SIZE (stardict/stardict-xdict-ec-gb-2.4.2.tar.bz2) = 3588346 diff --git a/chinese/stardict2-dict-zh_CN/pkg-descr b/chinese/stardict2-dict-zh_CN/pkg-descr new file mode 100644 index 000000000..e67e82241 --- /dev/null +++ b/chinese/stardict2-dict-zh_CN/pkg-descr @@ -0,0 +1,4 @@ +English-Chinese/Chinese-English dictionaries for StarDict. +Simplified Chinese (a.k.a. GB code) encoded. + +WWW: http://stardict.sourceforge.net/ diff --git a/chinese/stardict2-dict-zh_CN/pkg-plist b/chinese/stardict2-dict-zh_CN/pkg-plist new file mode 100644 index 000000000..08ff234de --- /dev/null +++ b/chinese/stardict2-dict-zh_CN/pkg-plist @@ -0,0 +1,19 @@ +share/stardict/dic/cdict-gb.dict.dz +share/stardict/dic/cdict-gb.idx +share/stardict/dic/cdict-gb.ifo +share/stardict/dic/cedict-gb.dict.dz +share/stardict/dic/cedict-gb.idx +share/stardict/dic/cedict-gb.ifo +share/stardict/dic/oxford-gb.dict.dz +share/stardict/dic/oxford-gb.idx +share/stardict/dic/oxford-gb.ifo +share/stardict/dic/stardict1.3.dict.dz +share/stardict/dic/stardict1.3.idx +share/stardict/dic/stardict1.3.ifo +share/stardict/dic/xdict-ce-gb.dict.dz +share/stardict/dic/xdict-ce-gb.idx +share/stardict/dic/xdict-ce-gb.ifo +share/stardict/dic/xdict-ec-gb.dict.dz +share/stardict/dic/xdict-ec-gb.idx +share/stardict/dic/xdict-ec-gb.ifo +@dirrmtry share/stardict/dic |