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 | |
parent | 16bdce3aa00741060cf192dda01ae84e899632e3 (diff) |
Notes
-rw-r--r-- | LEGAL | 4 | ||||
-rw-r--r-- | japanese/Makefile | 1 | ||||
-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 |
6 files changed, 62 insertions, 0 deletions
@@ -596,6 +596,10 @@ xtris-*.tar.gz ports/games/xtris Possible trademark infringement xwpl-*-freebsd.tar.gz ports/math/xwpl Free for Non-Commercial Use Only xzx-pro-*.tar.gz ports/emulators/xzx Redistribution forbidden by license +yasou-fpw* ports/japanese/yasou-fpw No commercial use, and no + redistribution allowed with fee + except media and/or shipping + cost zangband/* ports/japanese/zangband Possible copyright infringement ZendOptimizer-*.tar.gz ports/devel/ZendOptimizer Redistribution of pre-compiled binaries is not permitted diff --git a/japanese/Makefile b/japanese/Makefile index 267f7978237d..4b5924ee4274 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -425,6 +425,7 @@ SUBDIR += xvi-sjis SUBDIR += xyagamo SUBDIR += xyaku + SUBDIR += yasou-fpw SUBDIR += yc.el SUBDIR += zangband SUBDIR += zipcodes 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%% |