diff options
author | kris <kris@FreeBSD.org> | 2002-10-13 03:48:19 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-13 03:48:19 +0000 |
commit | 9c2c9132ed90740dbfd9b3f693c2adf720af3c18 (patch) | |
tree | ace212bf31bc6a78dd12b214640e6187a8aee0c9 /japanese | |
parent | e35dd6de354a61e90b35c5d8eba44e6c27140070 (diff) | |
download | FreeBSD-ports-9c2c9132ed90740dbfd9b3f693c2adf720af3c18.zip FreeBSD-ports-9c2c9132ed90740dbfd9b3f693c2adf720af3c18.tar.gz |
The word port has not been fetchable and has been marked FORBIDDEN for
11 months. Remove it.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/word/Makefile | 37 | ||||
-rw-r--r-- | japanese/word/distinfo | 1 | ||||
-rw-r--r-- | japanese/word/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/word/pkg-descr | 17 | ||||
-rw-r--r-- | japanese/word/pkg-plist | 11 |
6 files changed, 0 insertions, 68 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 0a3e5b0..abd2a73 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -404,7 +404,6 @@ SUBDIR += webalizer SUBDIR += weblint97 SUBDIR += wnn7egg - SUBDIR += word SUBDIR += wordnet-fpw SUBDIR += wwasw-fpw SUBDIR += xchat diff --git a/japanese/word/Makefile b/japanese/word/Makefile deleted file mode 100644 index f612854..0000000 --- a/japanese/word/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: word -# Date created: 30 August 1999 -# Whom: sada -# -# $FreeBSD$ -# - -PORTNAME= word -PORTVERSION= 0.99.22 -CATEGORIES= japanese -MASTER_SITES= http://www.linet.gr.jp/~mituiwa/ - -MAINTAINER= sada@FreeBSD.ORG - -FORBIDDEN= "distfile is not available" -USE_GNOMENG= yes -USE_GNOME= gtk12 - -DOCDIR= ${PREFIX}/share/doc/ja-word -EXAMPLEDIR= ${PREFIX}/share/examples/ja-word - -do-build: - (cd ${WRKSRC}; \ - ${CC} -o word `${GTK_CONFIG} --cflags` `${GTK_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 default-wordfontrc ricoh-VFlib.ps ricoh-wordfontrc vine-VFlib.ps vine-wordfontrc - ${INSTALL_DATA} ${WRKSRC}/config/$i ${EXAMPLEDIR} -.endfor - -.include <bsd.port.mk> diff --git a/japanese/word/distinfo b/japanese/word/distinfo deleted file mode 100644 index d9bd41b..0000000 --- a/japanese/word/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (word-0.99.12.tar.gz) = a13c4a91cc15ad1c2712ef39d4f84ff2 diff --git a/japanese/word/pkg-comment b/japanese/word/pkg-comment deleted file mode 100644 index 895711e..0000000 --- a/japanese/word/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Free Japanese word processor which is distributed in GPL2 diff --git a/japanese/word/pkg-descr b/japanese/word/pkg-descr deleted file mode 100644 index fc73df5..0000000 --- a/japanese/word/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -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://www.linet.gr.jp/~mituiwa/#word - -- SADA Kenji -sada@FreeBSD.org diff --git a/japanese/word/pkg-plist b/japanese/word/pkg-plist deleted file mode 100644 index ba879ba..0000000 --- a/japanese/word/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/word -share/doc/ja-word/Changes -share/doc/ja-word/LICENSE -share/doc/ja-word/README -share/examples/ja-word/default-wordfontrc -share/examples/ja-word/ricoh-VFlib.ps -share/examples/ja-word/ricoh-wordfontrc -share/examples/ja-word/vine-VFlib.ps -share/examples/ja-word/vine-wordfontrc -@dirrm share/examples/ja-word -@dirrm share/doc/ja-word |