pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/JMdict Initial import of JMdict.
details: https://anonhg.NetBSD.org/pkgsrc/rev/54a80168ad19
branches: trunk
changeset: 467876:54a80168ad19
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Feb 07 17:49:45 2004 +0000
description:
Initial import of JMdict.
JMdict is a Japanese-Multilingual dictionary.
It is an enhanced XML-based multilingual version
of EDICT, currently containing English, French,
and German translations, frequency counts, and
other useful information.
diffstat:
misc/JMdict/DESCR | 5 +++++
misc/JMdict/Makefile | 37 +++++++++++++++++++++++++++++++++++++
misc/JMdict/PLIST | 6 ++++++
misc/JMdict/distinfo | 8 ++++++++
4 files changed, 56 insertions(+), 0 deletions(-)
diffs (72 lines):
diff -r bd4d98b2febd -r 54a80168ad19 misc/JMdict/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/JMdict/DESCR Sat Feb 07 17:49:45 2004 +0000
@@ -0,0 +1,5 @@
+JMdict is a Japanese-Multilingual dictionary.
+It is an enhanced XML-based multilingual version
+of EDICT, currently containing English, French,
+and German translations, frequency counts, and
+other useful information.
diff -r bd4d98b2febd -r 54a80168ad19 misc/JMdict/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/JMdict/Makefile Sat Feb 07 17:49:45 2004 +0000
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/07 17:49:45 wiz Exp $
+#
+
+DISTNAME= JMdict
+PKGNAME= JMdict-2003.012
+CATEGORIES= japanese misc
+MASTER_SITES= ftp://ftp.cc.monash.edu.au/pub/nihongo/ \
+ http://japanology.arts.kuleuven.ac.be/mirrors/monash/ \
+ ftp://ftp.nrc.ca/pub/packages/nihongo/ \
+ http://www.bcit-broadcast.com/monash/ \
+ ftp://ftp.sedl.org/pub/mirrors/nihongo/ \
+ ftp://ftp.net.usf.edu/pub/monash/ \
+ ftp://ftp.u-aizu.ac.jp/pub/SciEng/nihongo/ftp.cc.monash.edu.au/ \
+ ftp://ftp.funet.fi/pub/culture/japan/mirrors/monash/pub/nihongo/
+EXTRACT_SUFX= .gz
+DISTFILES= jmdict_proj_desc.html JMdict.gz JMdict.dtd
+
+MAINTAINER= wiz%NetBSD.org@localhost
+HOMEPAGE= http://www.csse.monash.edu.au/~jwb/edict.html
+COMMENT= Japanese-Multilingual electronic dictionary
+
+WRKSRC= ${WRKDIR}
+DIST_SUBDIR= ${PKGNAME_NOREV}
+EXTRACT_ONLY= JMdict.gz
+
+NO_BUILD= # nothing to do
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/JMdict
+ ${INSTALL_DATA} ${WRKSRC}/JMdict ${PREFIX}/share/JMdict
+ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/JMdict.dtd \
+ ${PREFIX}/share/JMdict
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/JMdict
+ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/jmdict_proj_desc.html \
+ ${PREFIX}/share/doc/JMdict
+
+.include "../../mk/bsd.pkg.mk"
diff -r bd4d98b2febd -r 54a80168ad19 misc/JMdict/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/JMdict/PLIST Sat Feb 07 17:49:45 2004 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/07 17:49:45 wiz Exp $
+share/doc/JMdict/jmdict_proj_desc.html
+share/JMdict/JMdict.dtd
+share/JMdict/JMdict
+@dirrm share/JMdict
+@dirrm share/doc/JMdict
diff -r bd4d98b2febd -r 54a80168ad19 misc/JMdict/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/JMdict/distinfo Sat Feb 07 17:49:45 2004 +0000
@@ -0,0 +1,8 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/07 17:49:45 wiz Exp $
+
+SHA1 (JMdict-2003.012/jmdict_proj_desc.html) = ecf204ff0dbfc6f92016979ffbe0816ed237a08d
+Size (JMdict-2003.012/jmdict_proj_desc.html) = 5030 bytes
+SHA1 (JMdict-2003.012/JMdict.gz) = 9acdab36e067aa99b1da1efa1b8c3a5e8145399c
+Size (JMdict-2003.012/JMdict.gz) = 4911709 bytes
+SHA1 (JMdict-2003.012/JMdict.dtd) = f4dd3457145c4f6e023bd588356758f7213117c9
+Size (JMdict-2003.012/JMdict.dtd) = 11590 bytes
Home |
Main Index |
Thread Index |
Old Index