aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>2000-06-24 02:23:04 +0800
committertaoka <taoka@FreeBSD.org>2000-06-24 02:23:04 +0800
commit4e14791b9452d44d03f7ec0167e2704823ae5a0c (patch)
tree6736eec864b1f6d4c2c522b8eda19c802a818058 /japanese
parent8ccbd6f0299f26536db3657558846f43d95f3cd0 (diff)
downloadfreebsd-ports-graphics-4e14791b9452d44d03f7ec0167e2704823ae5a0c.tar.gz
freebsd-ports-graphics-4e14791b9452d44d03f7ec0167e2704823ae5a0c.tar.zst
freebsd-ports-graphics-4e14791b9452d44d03f7ec0167e2704823ae5a0c.zip
A English - English Dictionary (EPWING V1 format)
Diffstat (limited to 'japanese')
-rw-r--r--japanese/wordnet-fpw/Makefile49
-rw-r--r--japanese/wordnet-fpw/distinfo2
-rw-r--r--japanese/wordnet-fpw/files/patch-aa11
-rw-r--r--japanese/wordnet-fpw/pkg-comment1
-rw-r--r--japanese/wordnet-fpw/pkg-descr8
-rw-r--r--japanese/wordnet-fpw/pkg-plist7
6 files changed, 78 insertions, 0 deletions
diff --git a/japanese/wordnet-fpw/Makefile b/japanese/wordnet-fpw/Makefile
new file mode 100644
index 00000000000..dba34f32c2c
--- /dev/null
+++ b/japanese/wordnet-fpw/Makefile
@@ -0,0 +1,49 @@
+# New ports collection makefile for: WordNet - JIS X 4081 format version
+# Date created: 00/06/19
+# Whom: Satoshi Taoka <taoka@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= wordnet-fpw
+PORTVERSION= ${WN_VER}.${WNFPW_VER}
+CATEGORIES= japanese
+MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/freepwing/fpwbooks/wordnet/ \
+ ftp://ftp.dict.org/pub/dict/pre/
+DISTNAME= wordnet-${WN_VER}-fpw${WNFPW_VER}-src
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
+ dict-wn-${WN_ORG_VER}-pre.tar.gz
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+
+MAINTAINER= taoka@FreeBSD.org
+
+BUILD_DEPENDS= fpwmake:${PORTSDIR}/japanese/freepwing \
+ catdump:${PORTSDIR}/japanese/epwutil
+
+WRKSRC= ${WRKDIR}/wordnet-${WN_VER}-fpw${WNFPW_VER}
+WNFPW_VER= 1.1.2
+WN_VER= 1.6
+WN_ORG_VER= 1.5
+
+post-extract:
+ cd ${WRKSRC}; \
+ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
+ ${_DISTDIR}/dict-wn-${WN_ORG_VER}-pre.tar.gz \
+ ${EXTRACT_AFTER_ARGS}; \
+ ${GZIP_CMD} ${EXTRACT_BEFORE_ARGS} wn.dict.dz > wn.dict
+
+do-build:
+ cd ${WRKSRC}; \
+ fpwmake; \
+ fpwmake catalogs
+
+do-install:
+ ${MKDIR} ${PREFIX}/share/dict/wordnet-fpw/wordnet/data
+ ${INSTALL_DATA} ${WRKSRC}/honmon ${PREFIX}/share/dict/wordnet-fpw/wordnet/data
+ ${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/wordnet-fpw
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/wordnet-fpw
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wordnet-fpw
+.endif
+
+.include <bsd.port.mk>
diff --git a/japanese/wordnet-fpw/distinfo b/japanese/wordnet-fpw/distinfo
new file mode 100644
index 00000000000..1dc5d82e630
--- /dev/null
+++ b/japanese/wordnet-fpw/distinfo
@@ -0,0 +1,2 @@
+MD5 (wordnet-1.6-fpw1.1.2-src.tar.gz) = 3620a7e449efb5a3bba51b87810b757e
+MD5 (dict-wn-1.5-pre.tar.gz) = 1f6ae6284018044dbd9e3c5fae914f32
diff --git a/japanese/wordnet-fpw/files/patch-aa b/japanese/wordnet-fpw/files/patch-aa
new file mode 100644
index 00000000000..9ff88a4bd9e
--- /dev/null
+++ b/japanese/wordnet-fpw/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.~1~ Sat Feb 26 10:20:56 2000
++++ Makefile Mon Jun 19 13:10:21 2000
+@@ -14,7 +14,7 @@
+ PACKAGE = wordnet-1.6-fpw1.1.2
+ PACKAGEEXTRA = README.pkg=README
+ ARCHIVEEXTRA = README.pkg
+-DIR = wordnet
++DIR = wordnet-fpw
+
+ SRCDIR = .
+ FPWPARSER = fpwwordnet
diff --git a/japanese/wordnet-fpw/pkg-comment b/japanese/wordnet-fpw/pkg-comment
new file mode 100644
index 00000000000..c89ae7582ae
--- /dev/null
+++ b/japanese/wordnet-fpw/pkg-comment
@@ -0,0 +1 @@
+A English - English Dictionary (EPWING V1 format)
diff --git a/japanese/wordnet-fpw/pkg-descr b/japanese/wordnet-fpw/pkg-descr
new file mode 100644
index 00000000000..abb6670b4d2
--- /dev/null
+++ b/japanese/wordnet-fpw/pkg-descr
@@ -0,0 +1,8 @@
+WordNet (r) is a lexical database for english from the Cognitive
+Science Laboratory at Princeton University. This is a dictionary
+converted from the original one into JIS X 4081 format (that is a
+subset of EPWING V1) by FreePWING. So it can be used by EPWING viewer
+on Unix and the other OS (e.g. Windows or MacOS). URL for this
+converted dictionary is
+
+WWW: http://www.sra.co.jp/people/m-kasahr/freepwing/books.html
diff --git a/japanese/wordnet-fpw/pkg-plist b/japanese/wordnet-fpw/pkg-plist
new file mode 100644
index 00000000000..8687b87b4ef
--- /dev/null
+++ b/japanese/wordnet-fpw/pkg-plist
@@ -0,0 +1,7 @@
+share/dict/wordnet-fpw/wordnet/data/honmon
+share/dict/wordnet-fpw/catalogs
+share/doc/wordnet-fpw/README
+@dirrm share/dict/wordnet-fpw/wordnet/data
+@dirrm share/dict/wordnet-fpw/wordnet
+@dirrm share/dict/wordnet-fpw
+@dirrm share/doc/wordnet-fpw
> * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * - update to 1.2.0pre3dinoex2007-02-112-4/+5 * - add category gnustepdinoex2007-02-011-1/+1 * - update to use new bsd.gnustep.mkdinoex2007-01-131-4/+4 * - update to 1.2.0pre2dinoex2006-10-313-23/+130 * cleanup pkg-plist after gnustep-makedinoex2006-09-131-2/+0 * - use USE_GNUSTEP_LOCAL_LIBSdinoex2006-09-111-9/+3 * - use @dirrmtrydinoex2006-04-081-2/+2 * - add USE_GNUSTEP_PREFIXdinoex2006-03-191-3/+1 * - new option GNUSTEP_PREFIXdinoex2006-01-191-1/+2 * - add SHA checksumdinoex2005-11-131-0/+1 * - remove WITH_GNUSTEP_DEVELdinoex2005-04-031-4/+0 * - new option ADDRESSES_PORTdinoex2004-11-141-2/+3 * - update to 1.1.2dinoex2004-11-143-6/+13 * - update for gnustep-make 1.10.0dinoex2004-11-081-4/+4 * - DEFAULTLIBVERSION changed with gnustep-1.9.2dinoex2004-06-171-2/+2 * - add SIZEdinoex2004-02-261-0/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * - update to 1.1.1dinoex2003-11-132-4/+3 * - Layout for GnuSTEP 1.8.0dinoex2003-10-191-48/+14 * - removed with update to 1.1.0dinoex2003-09-042-22/+0 * - Update to 1.1.0dinoex2003-08-313-98/+71 * - use new hook USE_GNUSTEP in bsd.port.mkdinoex2003-08-281-5/+4 * - flat layoutdinoex2003-07-261-48/+48 * - don't package ~/GNUSstepdinoex2003-06-181-8/+0 * - remove empty dirsdinoex2003-06-101-0/+10 * - Add WITH_GNUSTEP_DEVELdinoex2003-06-011-3/+3 * - Use libobjc.sodinoex2003-04-131-25/+8 * - add stamp.makedinoex2003-03-051-1/+2 * - Update for gnustep 1.5.2 and gui 0.8.4dinoex2003-02-272-1/+12 * - retire pkg-commentdinoex2003-02-211-1/+0 * - add COMMENTdinoex2003-02-211-0/+1 * - Catch up implicit dependency of ffcalldinoex2003-01-251-1/+2 * - Avoid installation of Clock and PGP in GNUSTEP_USER_DIRdinoex2003-01-204-0/+74 * - Update to use gnustep-back instead of gnustep-xgpsdinoex2003-01-201-13/+0 * - use new backend as defaultdinoex2003-01-021-5/+5 * - update MASTER_SITESdinoex2002-12-041-1/+2 * Fix package build on bento caused by gnustep-make-1.5.1dinoex2002-11-271-45/+0 * remove obsolete dirdinoex2002-11-131-6/+0 * - use PKGNAMESUFFIXdinoex2002-10-301-0/+3 * Update MASTER_SITESdinoex2002-10-301-2/+1 * support for gnustep-back, option GNUSTEP_GUI_DEVELdinoex2002-10-291-6/+16 * - Update to 1.0.3dinoex2002-10-263-24/+48 * Remove USE_NEWGCC, which is no longer supported or required.kris2002-08-311-1/+0 * - Take Maintainershipdinoex2002-06-081-1/+1 * Update to: Pantomime-1.0.4dinoex2002-06-043-19/+22 * Add new MASTER_SITESpat2002-03-301-1/+2 * Upgrade to 1.0.0.tg2002-03-263-46/+195 * Upgrade to 0.7.0.tg2001-10-01