mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
An Esperanto-Japanese dictionary (EPWING V1 format)
This commit is contained in:
parent
aa3b941146
commit
41d18f07a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35550
@ -216,6 +216,7 @@
|
||||
SUBDIR += p5-mkres
|
||||
SUBDIR += p5-nkf
|
||||
SUBDIR += paledit
|
||||
SUBDIR += pejv-fpw
|
||||
SUBDIR += perl5
|
||||
SUBDIR += pgp.language
|
||||
SUBDIR += pine
|
||||
|
32
japanese/pejv-fpw/Makefile
Normal file
32
japanese/pejv-fpw/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: pejv 100 - JIS X 4081 format version
|
||||
# Date created: 2000.11.08
|
||||
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pejv-fpw
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/pejv/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
|
||||
MAINTAINER= taoka@FreeBSD.org
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/pejv
|
||||
EXTRACT_BEFORE_ARGS= -qL
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/dict/pejv-fpw/pejv/data
|
||||
${INSTALL_DATA} ${WRKSRC}/pejv/data/honmon ${PREFIX}/share/dict/pejv-fpw/pejv/data
|
||||
${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/pejv-fpw
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/pejv-fpw
|
||||
.for i in readme legumin.doc pejvo.doc
|
||||
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/pejv-fpw
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
japanese/pejv-fpw/distinfo
Normal file
1
japanese/pejv-fpw/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pejv-fpw1.0.3.zip) = 1f631945040ccd8a3582217b30a736a5
|
1
japanese/pejv-fpw/pkg-comment
Normal file
1
japanese/pejv-fpw/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An Esperanto-Japanese dictionary (EPWING V1 format)
|
11
japanese/pejv-fpw/pkg-descr
Normal file
11
japanese/pejv-fpw/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
This Esperanto-Japanese dictionary was produced by Mr. HIROTAKA
|
||||
Masaaki. 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://www2.saganet.ne.jp/vastalto/
|
||||
|
||||
o URL for this converted dictionary:
|
||||
WWW: http://openlab.ring.gr.jp/edict/fpw/
|
9
japanese/pejv-fpw/pkg-plist
Normal file
9
japanese/pejv-fpw/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
share/dict/pejv-fpw/pejv/data/honmon
|
||||
share/dict/pejv-fpw/catalogs
|
||||
@dirrm share/dict/pejv-fpw/pejv/data
|
||||
@dirrm share/dict/pejv-fpw/pejv
|
||||
@dirrm share/dict/pejv-fpw
|
||||
share/doc/pejv-fpw/readme
|
||||
share/doc/pejv-fpw/legumin.doc
|
||||
share/doc/pejv-fpw/pejvo.doc
|
||||
@dirrm share/doc/pejv-fpw
|
Loading…
Reference in New Issue
Block a user