mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
A Japanese - English Dictionary for Life Science (EPWING V1 format)
This commit is contained in:
parent
2025d41cf5
commit
aa3b941146
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35549
6 changed files with 54 additions and 0 deletions
|
@ -146,6 +146,7 @@
|
||||||
SUBDIR += lookup-emacs20
|
SUBDIR += lookup-emacs20
|
||||||
SUBDIR += lookup-mule
|
SUBDIR += lookup-mule
|
||||||
SUBDIR += lookup-xemacs
|
SUBDIR += lookup-xemacs
|
||||||
|
SUBDIR += lsd-fpw
|
||||||
SUBDIR += lynx
|
SUBDIR += lynx
|
||||||
SUBDIR += lynx-current
|
SUBDIR += lynx-current
|
||||||
SUBDIR += lyx
|
SUBDIR += lyx
|
||||||
|
|
32
japanese/lsd-fpw/Makefile
Normal file
32
japanese/lsd-fpw/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# New ports collection makefile for: lsd - JIS X 4081 version
|
||||||
|
# Date created: 00/02/09
|
||||||
|
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= lsd-fpw
|
||||||
|
PORTVERSION= 3.0
|
||||||
|
CATEGORIES= japanese
|
||||||
|
MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/lsd/
|
||||||
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||||
|
|
||||||
|
MAINTAINER= taoka@FreeBSD.org
|
||||||
|
|
||||||
|
USE_ZIP= yes
|
||||||
|
NO_BUILD= yes
|
||||||
|
WRKSRC= ${WRKDIR}/lsd
|
||||||
|
EXTRACT_BEFORE_ARGS= -qL
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${MKDIR} ${PREFIX}/share/dict/lsd-fpw/lsd/data
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/lsd/data/honmon ${PREFIX}/share/dict/lsd-fpw/lsd/data
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/lsd-fpw
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
${MKDIR} ${PREFIX}/share/doc/lsd-fpw
|
||||||
|
.for i in readme.pkg readme.txt
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/lsd-fpw
|
||||||
|
.endfor
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
japanese/lsd-fpw/distinfo
Normal file
1
japanese/lsd-fpw/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (lsd-fpw3.0.zip) = bb4e73005c25939e444745c8ecf70c30
|
1
japanese/lsd-fpw/pkg-comment
Normal file
1
japanese/lsd-fpw/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
A Japanese - English Dictionary for Life Science (EPWING V1 format)
|
11
japanese/lsd-fpw/pkg-descr
Normal file
11
japanese/lsd-fpw/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
This Japanese <--> English dictionary for Life Science was produced by
|
||||||
|
Lsd Project. This file is converted from the original dictionary
|
||||||
|
into JIS X 4081 format (that is a subset of EPWING V1) by
|
||||||
|
FreePWING. So these can be used by EPWING viewers on Unix and the
|
||||||
|
other OS (e.g. Windows or MacOS).
|
||||||
|
|
||||||
|
o URL for the original dictionary:
|
||||||
|
http://lsd.pharm.kyoto-u.ac.jp/
|
||||||
|
|
||||||
|
o URL for this converted dictionary:
|
||||||
|
WWW: http://openlab.ring.gr.jp/edict/fpw/
|
8
japanese/lsd-fpw/pkg-plist
Normal file
8
japanese/lsd-fpw/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
share/dict/lsd-fpw/lsd/data/honmon
|
||||||
|
share/dict/lsd-fpw/catalogs
|
||||||
|
share/doc/lsd-fpw/readme.txt
|
||||||
|
share/doc/lsd-fpw/readme.pkg
|
||||||
|
@dirrm share/dict/lsd-fpw/lsd/data
|
||||||
|
@dirrm share/dict/lsd-fpw/lsd
|
||||||
|
@dirrm share/dict/lsd-fpw
|
||||||
|
@dirrm share/doc/lsd-fpw
|
Loading…
Add table
Reference in a new issue