mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
An abbreviation (alphabet-->Japanese) dictionary (EPWING V1 format)
This commit is contained in:
parent
49bc25c025
commit
8490780794
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35552
@ -264,6 +264,7 @@
|
||||
SUBDIR += ruby14-tcltklib
|
||||
SUBDIR += ruby14-tk
|
||||
SUBDIR += rxvt
|
||||
SUBDIR += ryakugo-fpw
|
||||
SUBDIR += samba
|
||||
SUBDIR += sdic
|
||||
SUBDIR += sed
|
||||
|
32
japanese/fumeikai-fpw/Makefile
Normal file
32
japanese/fumeikai-fpw/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: Fumeikai Dictionary - JIS X 4081 version
|
||||
# Date created: 2000.11.28
|
||||
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fumeikai-fpw
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/Fumeikai/
|
||||
DISTNAME= Fumeikai-${PORTVERSION}
|
||||
|
||||
MAINTAINER= taoka@FreeBSD.org
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/fumeikai
|
||||
EXTRACT_BEFORE_ARGS= -qL
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/dict/fumeikai-fpw/fumeikai/data
|
||||
${INSTALL_DATA} ${WRKSRC}/fumeikai/data/honmon ${PREFIX}/share/dict/fumeikai-fpw/fumeikai/data
|
||||
${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/fumeikai-fpw
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/fumeikai-fpw
|
||||
.for i in readme
|
||||
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/fumeikai-fpw
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
japanese/fumeikai-fpw/distinfo
Normal file
1
japanese/fumeikai-fpw/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Fumeikai-1.0.zip) = 6a2b47da59260f8038b762ce2e7089ac
|
1
japanese/fumeikai-fpw/pkg-comment
Normal file
1
japanese/fumeikai-fpw/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An abbreviation (alphabet-->Japanese) dictionary (EPWING V1 format)
|
14
japanese/fumeikai-fpw/pkg-descr
Normal file
14
japanese/fumeikai-fpw/pkg-descr
Normal file
@ -0,0 +1,14 @@
|
||||
This is an abbreviation (alphabet-->Japanese) dictionary whose
|
||||
Japanese name is Ryakugo Jisyo. It was produced by Fumeikai Ryakugo
|
||||
Jiten Hensyu committee.
|
||||
|
||||
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://www1.nisiq.net/~cpulot/Dic.htm
|
||||
|
||||
o URL for this converted dictionary:
|
||||
WWW: http://openlab.ring.gr.jp/edict/fpw/
|
7
japanese/fumeikai-fpw/pkg-plist
Normal file
7
japanese/fumeikai-fpw/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
share/dict/fumeikai-fpw/fumeikai/data/honmon
|
||||
share/dict/fumeikai-fpw/catalogs
|
||||
@dirrm share/dict/fumeikai-fpw/fumeikai/data
|
||||
@dirrm share/dict/fumeikai-fpw/fumeikai
|
||||
@dirrm share/dict/fumeikai-fpw
|
||||
share/doc/fumeikai-fpw/readme
|
||||
@dirrm share/doc/fumeikai-fpw
|
Loading…
Reference in New Issue
Block a user