From 20e998732ac0cb4c8a22462d26fe742442618d42 Mon Sep 17 00:00:00 2001 From: SADA Kenji Date: Thu, 2 Sep 1999 16:16:35 +0000 Subject: A GPL2'ed draft Japanese word processor. --- japanese/word/Makefile | 36 ++++++++++++++++++++++++++++++++++++ japanese/word/distinfo | 1 + japanese/word/pkg-comment | 1 + japanese/word/pkg-descr | 17 +++++++++++++++++ japanese/word/pkg-plist | 8 ++++++++ 5 files changed, 63 insertions(+) create mode 100644 japanese/word/Makefile create mode 100644 japanese/word/distinfo create mode 100644 japanese/word/pkg-comment create mode 100644 japanese/word/pkg-descr create mode 100644 japanese/word/pkg-plist (limited to 'japanese/word') diff --git a/japanese/word/Makefile b/japanese/word/Makefile new file mode 100644 index 000000000000..47997f78bbac --- /dev/null +++ b/japanese/word/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: word +# Version required: 0.98 +# Date created: 30 August 1999 +# Whom: sada +# +# $Id$ +# + +DISTNAME= word-0.98 +PKGNAME= ja-${DISTNAME} +CATEGORIES= japanese +MASTER_SITES= http://www.linet.gr.jp/~mituiwa/ + +MAINTAINER= sada@FreeBSD.ORG + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +DOCDIR= ${PREFIX}/share/doc/ja-word +EXAMPLEDIR= ${PREFIX}/share/examples/ja-word + +do-build: + (cd ${WRKSRC}; \ + ${CC} -o word `gtk12-config --cflags` `gtk12-config --libs` word.c ) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/word ${PREFIX}/bin + ${MKDIR} ${DOCDIR} +.for i in Changes LICENSE README + ${INSTALL_DATA} ${WRKSRC}/$i ${DOCDIR} +.endfor + ${MKDIR} ${EXAMPLEDIR} +.for i in .wordfontrc richo.wordfontrc + ${INSTALL_DATA} ${WRKSRC}/$i ${EXAMPLEDIR} +.endfor + +.include diff --git a/japanese/word/distinfo b/japanese/word/distinfo new file mode 100644 index 000000000000..9b312b1bacf8 --- /dev/null +++ b/japanese/word/distinfo @@ -0,0 +1 @@ +MD5 (word-0.98.tar.gz) = 535602f29d397f6928dd79d6d8d93345 diff --git a/japanese/word/pkg-comment b/japanese/word/pkg-comment new file mode 100644 index 000000000000..895711ef0aaa --- /dev/null +++ b/japanese/word/pkg-comment @@ -0,0 +1 @@ +Free Japanese word processor which is distributed in GPL2 diff --git a/japanese/word/pkg-descr b/japanese/word/pkg-descr new file mode 100644 index 000000000000..05d549b17bc2 --- /dev/null +++ b/japanese/word/pkg-descr @@ -0,0 +1,17 @@ +A Free Japanese word processor which is distributed in GPL2. + +At first, you should + + % cp /usr/local/share/examples/ja-word/.wordfontrc $HOME + (without X-TT server) + + % cp /usr/local/share/examples/ja-word/richo.wordfontrc $HOME/.wordfontrc + and edit $HOME/.wordfontrc + (with X-TT server) + +For detail, read /usr/local/share/doc/ja-word/README (in Japanese). + +WWW: http://www2.famille.ne.jp/~mituiwa/#word + +- SADA Kenji +sada@FreeBSD.org diff --git a/japanese/word/pkg-plist b/japanese/word/pkg-plist new file mode 100644 index 000000000000..a0026e514c27 --- /dev/null +++ b/japanese/word/pkg-plist @@ -0,0 +1,8 @@ +bin/word +share/doc/ja-word/Changes +share/doc/ja-word/LICENSE +share/doc/ja-word/README +share/examples/ja-word/.wordfontrc +share/examples/ja-word/richo.wordfontrc +@dirrm share/examples/ja-word +@dirrm share/doc/ja-word -- cgit v1.2.3