diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-13 12:56:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-13 12:56:43 +0000 |
commit | cfe3231b2ff8db3d206047b7691a4e5694f77a60 (patch) | |
tree | 675552dad531cfca4762d0e1226fca272e457a82 /japanese/yasou-fpw | |
parent | 16bdce3aa00741060cf192dda01ae84e899632e3 (diff) | |
download | ports-cfe3231b2ff8db3d206047b7691a4e5694f77a60.tar.gz ports-cfe3231b2ff8db3d206047b7691a4e5694f77a60.zip |
Notes
Diffstat (limited to 'japanese/yasou-fpw')
-rw-r--r-- | japanese/yasou-fpw/Makefile | 36 | ||||
-rw-r--r-- | japanese/yasou-fpw/distinfo | 2 | ||||
-rw-r--r-- | japanese/yasou-fpw/pkg-descr | 11 | ||||
-rw-r--r-- | japanese/yasou-fpw/pkg-plist | 8 |
4 files changed, 57 insertions, 0 deletions
diff --git a/japanese/yasou-fpw/Makefile b/japanese/yasou-fpw/Makefile new file mode 100644 index 000000000000..7239aedaf87a --- /dev/null +++ b/japanese/yasou-fpw/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: Yasou picture book - JIS X 4081 version +# Date created: 2004.11.08 +# Whom: Hideyuki KURASHINA <rushani@FreeBSD.org> +# Based on: Satoshi Taoka's roget-fpw +# +# $FreeBSD$ +# + +PORTNAME= yasou-fpw +PORTVERSION= 1.0.b0 +CATEGORIES= japanese +MASTER_SITES= http://openlab.jp/edict/fpw/dist/yasou/ +DISTNAME= ${PORTNAME}${PORTVERSION:S/.b0/beta0/} + +MAINTAINER= rushani@FreeBSD.org +COMMENT= Yasou picture book (EPWING V1 format) by SAS + +NO_CDROM= "No commercial use, and no redistribution allowed with fee except media and/or shipping cost" + +USE_ZIP= yes +NO_BUILD= yes +WRKSRC= ${WRKDIR}/yasou +EXTRACT_BEFORE_ARGS= -qL + +do-install: + ${MKDIR} ${PREFIX}/share/dict/yasou-fpw/yasou/data + ${INSTALL_DATA} ${WRKSRC}/yasou/data/honmon ${PREFIX}/share/dict/yasou-fpw/yasou/data + ${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/yasou-fpw +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for i in readme.fpw yasoufpw.txt + ${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/japanese/yasou-fpw/distinfo b/japanese/yasou-fpw/distinfo new file mode 100644 index 000000000000..98b29dea7ecd --- /dev/null +++ b/japanese/yasou-fpw/distinfo @@ -0,0 +1,2 @@ +MD5 (yasou-fpw1.0beta0.zip) = 58016018de962e041a8b26b05650e6ea +SIZE (yasou-fpw1.0beta0.zip) = 10815025 diff --git a/japanese/yasou-fpw/pkg-descr b/japanese/yasou-fpw/pkg-descr new file mode 100644 index 000000000000..b5540de71c02 --- /dev/null +++ b/japanese/yasou-fpw/pkg-descr @@ -0,0 +1,11 @@ +``Yasou'' (``wildflower'' in English) picture book was produced by SAS. +This file is converted from the original picture book 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 picture book: + http://www.naoe.hiroshima-u.ac.jp/~hirata/yasou/ + http://www.vector.co.jp/vpack/filearea/dos/edu/science/plant/yasou/ + +o URL for this converted picture book: +WWW: http://openlab.ring.gr.jp/edict/fpw/ diff --git a/japanese/yasou-fpw/pkg-plist b/japanese/yasou-fpw/pkg-plist new file mode 100644 index 000000000000..af0fb10f3074 --- /dev/null +++ b/japanese/yasou-fpw/pkg-plist @@ -0,0 +1,8 @@ +share/dict/yasou-fpw/yasou/data/honmon +share/dict/yasou-fpw/catalogs +@dirrm share/dict/yasou-fpw/yasou/data +@dirrm share/dict/yasou-fpw/yasou +@dirrm share/dict/yasou-fpw +%%PORTDOCS%%%%DOCSDIR%%/readme.fpw +%%PORTDOCS%%%%DOCSDIR%%/yasoufpw.txt +%%PORTDOCS%%@dirrm %%DOCSDIR%% |