mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
A Japanese dictionary for CG (EPWING V1 format)
This commit is contained in:
parent
d30d379258
commit
375bf4d103
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35544
6 changed files with 56 additions and 0 deletions
32
japanese/CGdic-fpw/Makefile
Normal file
32
japanese/CGdic-fpw/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: CG Japanese Dictionary - JIS X 4081 version
|
||||
# Date created: 2000.11.28
|
||||
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= CGdic-fpw
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/CGdic1.5h/
|
||||
DISTNAME= CGdic1.5h-${PORTVERSION}
|
||||
|
||||
MAINTAINER= taoka@FreeBSD.org
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/cg
|
||||
EXTRACT_BEFORE_ARGS= -qL
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/dict/CGdic-fpw/cg/data
|
||||
${INSTALL_DATA} ${WRKSRC}/cg/data/honmon ${PREFIX}/share/dict/CGdic-fpw/cg/data
|
||||
${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/CGdic-fpw
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/CGdic-fpw
|
||||
.for i in readme
|
||||
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/CGdic-fpw
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
japanese/CGdic-fpw/distinfo
Normal file
1
japanese/CGdic-fpw/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (CGdic1.5h-1.0.zip) = 54b865f8a522da81307b6cf2367106ac
|
1
japanese/CGdic-fpw/pkg-comment
Normal file
1
japanese/CGdic-fpw/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A CG Japanese dictionary (EPWING V1 format)
|
14
japanese/CGdic-fpw/pkg-descr
Normal file
14
japanese/CGdic-fpw/pkg-descr
Normal file
|
@ -0,0 +1,14 @@
|
|||
This CG dictionary (alphabet-->Japanese) was produced by Yoshikawa
|
||||
Lab. in College of Science and Technology, Department of Electronic
|
||||
Engineering, Nihon University.
|
||||
|
||||
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 the original dictionary:
|
||||
http://www.ecs.cst.nihon-u.ac.jp/oyl/CG/yougo/yougo.html
|
||||
|
||||
o URL for this converted dictionary:
|
||||
WWW: http://openlab.ring.gr.jp/edict/fpw/
|
7
japanese/CGdic-fpw/pkg-plist
Normal file
7
japanese/CGdic-fpw/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
share/dict/CGdic-fpw/cg/data/honmon
|
||||
share/dict/CGdic-fpw/catalogs
|
||||
@dirrm share/dict/CGdic-fpw/cg/data
|
||||
@dirrm share/dict/CGdic-fpw/cg
|
||||
@dirrm share/dict/CGdic-fpw
|
||||
share/doc/CGdic-fpw/readme
|
||||
@dirrm share/doc/CGdic-fpw
|
|
@ -2,6 +2,7 @@
|
|||
#
|
||||
|
||||
SUBDIR += ASCIIdates98-fpw
|
||||
SUBDIR += CGdic-fpw
|
||||
SUBDIR += Canna
|
||||
SUBDIR += FreeWnn-lib
|
||||
SUBDIR += FreeWnn-server
|
||||
|
|
Loading…
Add table
Reference in a new issue