mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
The Free On-line Dictionary of Computing (EPWING V1 format)
This commit is contained in:
parent
d9659b79f5
commit
78b311303c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46679
@ -71,6 +71,7 @@
|
||||
SUBDIR += exmh2
|
||||
SUBDIR += expect
|
||||
SUBDIR += flower-fpw
|
||||
SUBDIR += foldoc-fpw
|
||||
SUBDIR += freepwing
|
||||
SUBDIR += fumeikai-fpw
|
||||
SUBDIR += gal
|
||||
|
32
japanese/foldoc-fpw/Makefile
Normal file
32
japanese/foldoc-fpw/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: foldoc - JIS X 4081 format version
|
||||
# Date created: 01/08/23
|
||||
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= foldoc-fpw
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/foldoc/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
|
||||
MAINTAINER= taoka@FreeBSD.org
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/foldoc
|
||||
EXTRACT_BEFORE_ARGS= -qL
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/dict/foldoc-fpw/foldoc/data
|
||||
${MKDIR} ${PREFIX}/share/dict/foldoc-fpw/foldoc/gaiji
|
||||
${INSTALL_DATA} ${WRKSRC}/foldoc/data/honmon ${PREFIX}/share/dict/foldoc-fpw/foldoc/data
|
||||
${INSTALL_DATA} ${WRKSRC}/foldoc/gaiji/gai16h ${PREFIX}/share/dict/foldoc-fpw/foldoc/gaiji
|
||||
${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/foldoc-fpw
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/foldoc-fpw
|
||||
${INSTALL_DATA} ${WRKSRC}/readme.txt ${PREFIX}/share/doc/foldoc-fpw
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
japanese/foldoc-fpw/distinfo
Normal file
1
japanese/foldoc-fpw/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (foldoc-fpw1.0.1.zip) = 70dc9d3ea7d8fa45152b234cf99d01c2
|
1
japanese/foldoc-fpw/pkg-comment
Normal file
1
japanese/foldoc-fpw/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
The Free On-line Dictionary of Computing (EPWING V1 format)
|
7
japanese/foldoc-fpw/pkg-descr
Normal file
7
japanese/foldoc-fpw/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This is converted from The Free On-line Dictionary of Computing
|
||||
(http://www.foldoc.org/) 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://openlab.ring.gr.jp/edict/fpw/
|
9
japanese/foldoc-fpw/pkg-plist
Normal file
9
japanese/foldoc-fpw/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
share/dict/foldoc-fpw/catalogs
|
||||
share/dict/foldoc-fpw/foldoc/data/honmon
|
||||
share/dict/foldoc-fpw/foldoc/gaiji/gai16h
|
||||
@dirrm share/dict/foldoc-fpw/foldoc/data
|
||||
@dirrm share/dict/foldoc-fpw/foldoc/gaiji
|
||||
@dirrm share/dict/foldoc-fpw/foldoc
|
||||
@dirrm share/dict/foldoc-fpw
|
||||
share/doc/foldoc-fpw/readme.txt
|
||||
@dirrm share/doc/foldoc-fpw
|
Loading…
Reference in New Issue
Block a user