Virtual Entity of Relevant Aconyms (EPWING V1 format)
This commit is contained in:
parent
80b3519509
commit
a7fdce6f5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29823
54
japanese/vera-fpw/Makefile
Normal file
54
japanese/vera-fpw/Makefile
Normal file
@ -0,0 +1,54 @@
|
||||
# New ports collection makefile for: V.E.R.A - JIS X 4081 format version
|
||||
# Date created: 00/06/19
|
||||
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= vera-fpw
|
||||
PORTVERSION= ${VERA_VER}.${VERAFPW_VER}
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/freepwing/fpwbooks/vera/ \
|
||||
${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= vera
|
||||
DISTNAME= vera-${VERA_VER}-fpw${VERAFPW_VER}-src
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
vera-${VERA_VER}.tar.gz
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= taoka@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= fpwmake:${PORTSDIR}/japanese/freepwing \
|
||||
catdump:${PORTSDIR}/japanese/epwutil
|
||||
|
||||
WRKSRC= ${WRKDIR}/vera-${VERA_VER}-fpw${VERAFPW_VER}
|
||||
VERAFPW_VER= 1.0
|
||||
VERA_VER= 1.6
|
||||
|
||||
post-extract:
|
||||
cd ${WRKSRC}; \
|
||||
${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
|
||||
${_DISTDIR}/vera-${VERA_VER}.tar.gz \
|
||||
${EXTRACT_AFTER_ARGS}
|
||||
|
||||
pre-build:
|
||||
cd ${WRKSRC}/vera-${VERA_VER}; \
|
||||
makeinfo --no-split vera.texi
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC}; \
|
||||
fpwmake; \
|
||||
fpwmake catalogs
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/dict/vera-fpw/vera/data
|
||||
${INSTALL_DATA} ${WRKSRC}/honmon ${PREFIX}/share/dict/vera-fpw/vera/data
|
||||
${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/vera-fpw
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/vera-fpw
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/vera-fpw
|
||||
${INSTALL_DATA} ${WRKSRC}/vera-${VERA_VER}/vera.texi \
|
||||
${PREFIX}/share/doc/vera-fpw
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
japanese/vera-fpw/distinfo
Normal file
2
japanese/vera-fpw/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (vera-1.6-fpw1.0-src.tar.gz) = a2e5c50906b03b3e1169e635d3aae1e6
|
||||
MD5 (vera-1.6.tar.gz) = 3ad7fe02032f3ba0d69a60b5a66dbe4d
|
1
japanese/vera-fpw/pkg-comment
Normal file
1
japanese/vera-fpw/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Virtual Entity of Relevant Aconyms (EPWING V1 format)
|
7
japanese/vera-fpw/pkg-descr
Normal file
7
japanese/vera-fpw/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This vera is a special GNU edition of V.E.R.A., a list dealing with
|
||||
computational acronyms. This is a dictionary converted from the
|
||||
original one 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://www.sra.co.jp/people/m-kasahr/freepwing/books.html
|
8
japanese/vera-fpw/pkg-plist
Normal file
8
japanese/vera-fpw/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
share/dict/vera-fpw/vera/data/honmon
|
||||
share/dict/vera-fpw/catalogs
|
||||
share/doc/vera-fpw/README
|
||||
share/doc/vera-fpw/vera.texi
|
||||
@dirrm share/dict/vera-fpw/vera/data
|
||||
@dirrm share/dict/vera-fpw/vera
|
||||
@dirrm share/dict/vera-fpw
|
||||
@dirrm share/doc/vera-fpw
|
Loading…
Reference in New Issue
Block a user