Roget's Thesaurus (EPWING V1 format)
This commit is contained in:
parent
41d18f07a0
commit
49bc25c025
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35551
@ -250,6 +250,7 @@
|
||||
SUBDIR += qkc
|
||||
SUBDIR += rbnamazu
|
||||
SUBDIR += recjis
|
||||
SUBDIR += roget-fpw
|
||||
SUBDIR += rogue_s
|
||||
SUBDIR += rskkserv
|
||||
SUBDIR += ruby-eb
|
||||
|
34
japanese/roget-fpw/Makefile
Normal file
34
japanese/roget-fpw/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: Roget's Thesaurus - JIS X 4081 version
|
||||
# Date created: 2000.11.28
|
||||
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= roget-fpw
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/roget/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
|
||||
MAINTAINER= taoka@FreeBSD.org
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/roget
|
||||
EXTRACT_BEFORE_ARGS= -qL
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/dict/roget-fpw/roget/data
|
||||
${MKDIR} ${PREFIX}/share/dict/roget-fpw/roget/gaiji
|
||||
${INSTALL_DATA} ${WRKSRC}/roget/data/honmon ${PREFIX}/share/dict/roget-fpw/roget/data
|
||||
${INSTALL_DATA} ${WRKSRC}/roget/gaiji/gai16h ${PREFIX}/share/dict/roget-fpw/roget/gaiji
|
||||
${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/roget-fpw
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/roget-fpw
|
||||
.for i in readme.pkg readme.txt
|
||||
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/roget-fpw
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
japanese/roget-fpw/distinfo
Normal file
1
japanese/roget-fpw/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (roget-fpw1.0.1.zip) = 74ddebc61be565b368be98bdd90d7c14
|
1
japanese/roget-fpw/pkg-comment
Normal file
1
japanese/roget-fpw/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Roget's Thesaurus (EPWING V1 format)
|
10
japanese/roget-fpw/pkg-descr
Normal file
10
japanese/roget-fpw/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
Roget's Thesaurus was produced by PROJECT GUTENBERG. 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://promo.net/pg/
|
||||
|
||||
o URL for this converted dictionary:
|
||||
WWW: http://openlab.ring.gr.jp/edict/fpw/
|
10
japanese/roget-fpw/pkg-plist
Normal file
10
japanese/roget-fpw/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
share/dict/roget-fpw/roget/data/honmon
|
||||
share/dict/roget-fpw/roget/gaiji/gai16h
|
||||
share/dict/roget-fpw/catalogs
|
||||
@dirrm share/dict/roget-fpw/roget/data
|
||||
@dirrm share/dict/roget-fpw/roget/gaiji
|
||||
@dirrm share/dict/roget-fpw/roget
|
||||
@dirrm share/dict/roget-fpw
|
||||
share/doc/roget-fpw/readme.pkg
|
||||
share/doc/roget-fpw/readme.txt
|
||||
@dirrm share/doc/roget-fpw
|
Loading…
Reference in New Issue
Block a user