A Japanese dictionary for PC terms in '98 ASCII Dates Book (EPWING V1 format)
This commit is contained in:
parent
515b7cd177
commit
d30d379258
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35543
6 changed files with 50 additions and 0 deletions
32
japanese/ASCIIdates98-fpw/Makefile
Normal file
32
japanese/ASCIIdates98-fpw/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: ASCIIdates98 Dictionary - JIS X 4081 version
|
||||
# Date created: 2000.11.28
|
||||
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ASCIIdates98-fpw
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/ASCIIdates98/
|
||||
DISTNAME= ${PORTNAME:S/-fpw//}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= taoka@FreeBSD.org
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/ascdates
|
||||
EXTRACT_BEFORE_ARGS= -qL
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/dict/ASCIIdates98-fpw/ascdates/data
|
||||
${INSTALL_DATA} ${WRKSRC}/devil/data/honmon ${PREFIX}/share/dict/ASCIIdates98-fpw/ascdates/data
|
||||
${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/ASCIIdates98-fpw
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/ASCIIdates98-fpw
|
||||
.for i in readme
|
||||
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/ASCIIdates98-fpw
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
japanese/ASCIIdates98-fpw/distinfo
Normal file
1
japanese/ASCIIdates98-fpw/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (ASCIIdates98-1.0.zip) = 4f46e9c1f9bcd5a3c50c98956c6e42a9
|
1
japanese/ASCIIdates98-fpw/pkg-comment
Normal file
1
japanese/ASCIIdates98-fpw/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A Japanese dictionary for PC terms in '98 ASCII Dates Book (EPWING V1 format)
|
8
japanese/ASCIIdates98-fpw/pkg-descr
Normal file
8
japanese/ASCIIdates98-fpw/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
This PC terms dictionary was in '98 ASCII Dates Book and produced by
|
||||
Mr. Takuya Shimura. This file is converted from the original
|
||||
dictionary into JIS X 4081 format (that is a subset of EPWING V1) by
|
||||
FreePWING. So this can be used by EPWING viewers on Unix and the other
|
||||
OS (e.g. Windows or MacOS).
|
||||
|
||||
o URL for this converted dictionary:
|
||||
WWW: http://openlab.ring.gr.jp/edict/fpw/
|
7
japanese/ASCIIdates98-fpw/pkg-plist
Normal file
7
japanese/ASCIIdates98-fpw/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
share/dict/ASCIIdates98-fpw/ascdates/data/honmon
|
||||
share/dict/ASCIIdates98-fpw/catalogs
|
||||
@dirrm share/dict/ASCIIdates98-fpw/ascdates/data
|
||||
@dirrm share/dict/ASCIIdates98-fpw/ascdates
|
||||
@dirrm share/dict/ASCIIdates98-fpw
|
||||
share/doc/ASCIIdates98-fpw/readme
|
||||
@dirrm share/doc/ASCIIdates98-fpw
|
|
@ -1,6 +1,7 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
SUBDIR += ASCIIdates98-fpw
|
||||
SUBDIR += Canna
|
||||
SUBDIR += FreeWnn-lib
|
||||
SUBDIR += FreeWnn-server
|
||||
|
|
Loading…
Reference in a new issue