mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
A dictionary for flowers (EPWING V1 format)
This commit is contained in:
parent
cd9b4ed237
commit
c640974851
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35547
@ -59,6 +59,7 @@
|
||||
SUBDIR += ewipe
|
||||
SUBDIR += exmh2
|
||||
SUBDIR += expect
|
||||
SUBDIR += flower-fpw
|
||||
SUBDIR += freepwing
|
||||
SUBDIR += gal
|
||||
SUBDIR += gawk
|
||||
|
32
japanese/flower-fpw/Makefile
Normal file
32
japanese/flower-fpw/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: A Flower Dictionary - JIS X 4081 version
|
||||
# Date created: 2000.11.28
|
||||
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= flower-fpw
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/Flower/
|
||||
DISTNAME= Flower-${PORTVERSION}
|
||||
|
||||
MAINTAINER= taoka@FreeBSD.org
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/flower
|
||||
EXTRACT_BEFORE_ARGS= -qL
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/dict/flower-fpw/flower/data
|
||||
${INSTALL_DATA} ${WRKSRC}/flower/data/honmon ${PREFIX}/share/dict/flower-fpw/flower/data
|
||||
${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/flower-fpw
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/flower-fpw
|
||||
.for i in readme
|
||||
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/flower-fpw
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
japanese/flower-fpw/distinfo
Normal file
1
japanese/flower-fpw/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Flower-1.0.zip) = 9d2d42ce5c7f0ee862d19e5348e318b7
|
1
japanese/flower-fpw/pkg-comment
Normal file
1
japanese/flower-fpw/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A dictionary for flowers (EPWING V1 format)
|
10
japanese/flower-fpw/pkg-descr
Normal file
10
japanese/flower-fpw/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
This flower dictionary was produced by Mr. Yoshio Kobayashi. 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.inv.co.jp/~yoshio/DW/Flower/Flower.htm
|
||||
|
||||
o URL for this converted dictionary:
|
||||
WWW: http://openlab.ring.gr.jp/edict/fpw/
|
7
japanese/flower-fpw/pkg-plist
Normal file
7
japanese/flower-fpw/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
share/dict/flower-fpw/flower/data/honmon
|
||||
share/dict/flower-fpw/catalogs
|
||||
@dirrm share/dict/flower-fpw/flower/data
|
||||
@dirrm share/dict/flower-fpw/flower
|
||||
@dirrm share/dict/flower-fpw
|
||||
share/doc/flower-fpw/readme
|
||||
@dirrm share/doc/flower-fpw
|
Loading…
Reference in New Issue
Block a user