diff options
author | itojun <itojun@FreeBSD.org> | 1998-02-28 11:41:46 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1998-02-28 11:41:46 +0800 |
commit | 23590053710490f23229a6a3efe0c15257b271f5 (patch) | |
tree | 87f668ab62020b887b5468ddc29acf85fb3c1c17 | |
parent | 008f9b6c2a9a709a65375fe015e907d2292714b4 (diff) | |
download | freebsd-ports-gnome-23590053710490f23229a6a3efe0c15257b271f5.tar.gz freebsd-ports-gnome-23590053710490f23229a6a3efe0c15257b271f5.tar.zst freebsd-ports-gnome-23590053710490f23229a6a3efe0c15257b271f5.zip |
xnetmaj, Mahjong game over the network
PR: 4759
-rw-r--r-- | japanese/xnetmaj/Makefile | 24 | ||||
-rw-r--r-- | japanese/xnetmaj/distinfo | 2 | ||||
-rw-r--r-- | japanese/xnetmaj/files/patch-aa | 29 | ||||
-rw-r--r-- | japanese/xnetmaj/files/patch-ab | 36 | ||||
-rw-r--r-- | japanese/xnetmaj/files/patch-ac | 31 | ||||
-rw-r--r-- | japanese/xnetmaj/files/patch-ad | 642 | ||||
-rw-r--r-- | japanese/xnetmaj/files/patch-ae | 21 | ||||
-rw-r--r-- | japanese/xnetmaj/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/xnetmaj/pkg-descr | 1 | ||||
-rw-r--r-- | japanese/xnetmaj/pkg-plist | 28 |
10 files changed, 815 insertions, 0 deletions
diff --git a/japanese/xnetmaj/Makefile b/japanese/xnetmaj/Makefile new file mode 100644 index 000000000000..c55d78a16b6b --- /dev/null +++ b/japanese/xnetmaj/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: xnetmaj +# Version required: 2.0.7 +# Date created: 20 June 1997 +# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> +# +# $Id$ +# + +DISTNAME= netmaj +PKGNAME= ja-xnetmaj-2.0.7 +CATEGORIES= japanese games +MASTER_SITES= http://www.sfc.wide.ad.jp/~kusune/netmaj/files/ +DISTFILES= netmaj-2.0.7.tar.gz netmaj-xui-2.0.7.tar.gz + +MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp + +USE_X11= yes +ALL_TARGET= libs all +INSTALL_TARGET= install install-pf + +post-extract: + ( cd ${WRKDIR}/netmaj; /bin/ln -s ../xui ) + +.include <bsd.port.mk> diff --git a/japanese/xnetmaj/distinfo b/japanese/xnetmaj/distinfo new file mode 100644 index 000000000000..35a140355b34 --- /dev/null +++ b/japanese/xnetmaj/distinfo @@ -0,0 +1,2 @@ +MD5 (netmaj-2.0.7.tar.gz) = 06943c5d5e64a22bb439e4077d0fe291 +MD5 (netmaj-xui-2.0.7.tar.gz) = e61fb75977f11e05092f001bf993822a diff --git a/japanese/xnetmaj/files/patch-aa b/japanese/xnetmaj/files/patch-aa new file mode 100644 index 000000000000..4d5db0b8082c --- /dev/null +++ b/japanese/xnetmaj/files/patch-aa @@ -0,0 +1,29 @@ +*** server.c.orig Fri Sep 6 06:29:53 1996 +--- server.c Wed Aug 27 04:27:00 1997 +*************** +*** 22,27 **** +--- 22,28 ---- + /* $Id: server.c,v 1.25 1996/09/05 21:29:53 suz Exp $ */ + + #include <signal.h> ++ #include <unistd.h> + #include <sys/wait.h> + #ifndef SIGCHLD + #define SIGCHLD SIGCLD +*************** +*** 131,137 **** + pack_rule(&rule); + + if (debug == 0) { +! if (!fork(0)) { + fclose(stdin); + fclose(stdout); + fclose(stderr); +--- 132,138 ---- + pack_rule(&rule); + + if (debug == 0) { +! if (!fork()) { + fclose(stdin); + fclose(stdout); + fclose(stderr); diff --git a/japanese/xnetmaj/files/patch-ab b/japanese/xnetmaj/files/patch-ab new file mode 100644 index 000000000000..ce5ebe74c97d --- /dev/null +++ b/japanese/xnetmaj/files/patch-ab @@ -0,0 +1,36 @@ +*** Makefile.orig Mon Nov 11 23:43:22 1996 +--- Makefile Wed Aug 27 07:09:40 1997 +*************** +*** 27,41 **** + + SHELL=/bin/sh + # Install Directory +! LIBDIR=/usr/local/lib/netmaj +! BINDIR=/usr/local/bin + PERL=/usr/bin/perl + + STD_CFLAGS=-I. -Ilib -DNETMAJ_LIB=\"$(LIBDIR)\" + + # for 386BSD,FreeBSD,NetBSD... + CC=gcc +! OS_CFLAGS= -O -g -DUSE_SGTTY -DUSE_FWOPEN -DUSE_TERMCAP -DHAVE_GETTIMEOFDAY + RANLIB=ranlib + LIBS= + CURSES= -lcurses -ltermcap +--- 27,42 ---- + + SHELL=/bin/sh + # Install Directory +! LIBDIR=/usr/X11R6/lib/X11/xnetmaj +! BINDIR=/usr/X11R6/bin + PERL=/usr/bin/perl + + STD_CFLAGS=-I. -Ilib -DNETMAJ_LIB=\"$(LIBDIR)\" + + # for 386BSD,FreeBSD,NetBSD... + CC=gcc +! OS_CFLAGS= -O -g -DUSE_SGTTY -DUSE_FWOPEN -DUSE_TERMCAP \ +! -DDEF_OPTARG -DHAVE_GETTIMEOFDAY + RANLIB=ranlib + LIBS= + CURSES= -lcurses -ltermcap diff --git a/japanese/xnetmaj/files/patch-ac b/japanese/xnetmaj/files/patch-ac new file mode 100644 index 000000000000..7845b3b45e66 --- /dev/null +++ b/japanese/xnetmaj/files/patch-ac @@ -0,0 +1,31 @@ +*** global.h.orig Wed Aug 27 05:26:59 1997 +--- global.h Wed Aug 27 05:28:53 1997 +*************** +*** 18,23 **** +--- 18,24 ---- + */ + /* $Id: global.h,v 1.13 1996/08/31 08:14:40 suz Exp $ */ + #include <stdio.h> ++ #include <string.h> + #include "comm.h" + #include "ss.h" + +*************** +*** 40,47 **** + #define index strchr + #define rindex strrchr + #endif +! extern char *index(); +! extern char *rindex(); + + + extern FILE *plog; /* protocol logging */ +--- 41,48 ---- + #define index strchr + #define rindex strrchr + #endif +! /*extern char *index(); +! extern char *rindex();*/ + + + extern FILE *plog; /* protocol logging */ diff --git a/japanese/xnetmaj/files/patch-ad b/japanese/xnetmaj/files/patch-ad new file mode 100644 index 000000000000..2218c22c20ec --- /dev/null +++ b/japanese/xnetmaj/files/patch-ad @@ -0,0 +1,642 @@ +*** xui/src/xui/Makefile.orig Wed Aug 27 04:42:07 1997 +--- xui/src/xui/Makefile Wed Aug 27 04:54:54 1997 +*************** +*** 18,24 **** + GT=../gt + UT=../util + INT=../int +! NM=../../.. + #NMOBJS=../netmaj-1.2.x/client.o $(NM)/libnetmaj.a + NMOBJS=$(NM)/client.o $(NM)/libnetmaj.a + PLVOBJS=$(NM)/plview.o $(NM)/libnetmaj.a +--- 18,24 ---- + GT=../gt + UT=../util + INT=../int +! NM=../../../netmaj + #NMOBJS=../netmaj-1.2.x/client.o $(NM)/libnetmaj.a + NMOBJS=$(NM)/client.o $(NM)/libnetmaj.a + PLVOBJS=$(NM)/plview.o $(NM)/libnetmaj.a +*************** +*** 70,78 **** + ../gt/dev/x11gdev.h ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h + + advice.o: advice.c xnet.h \ +--- 70,78 ---- + ../gt/dev/x11gdev.h ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h + + advice.o: advice.c xnet.h \ +*************** +*** 81,91 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ +! ../../..//ahand.h \ + bitmap/misc/adv.xpm + advice2.o: advice2.c xnet.h \ + ../gt/widget/widget.h ../gt/include/deftype.h ../gt/dev/gdev.h \ +--- 81,91 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ +! ../../../netmaj/ahand.h \ + bitmap/misc/adv.xpm + advice2.o: advice2.c xnet.h \ + ../gt/widget/widget.h ../gt/include/deftype.h ../gt/dev/gdev.h \ +*************** +*** 93,101 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + bitmap/attr/252/tiny0.xpm \ + bitmap/attr/252/tiny1.xpm bitmap/attr/252/tiny2.xpm \ +--- 93,101 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + bitmap/attr/252/tiny0.xpm \ + bitmap/attr/252/tiny1.xpm bitmap/attr/252/tiny2.xpm \ +*************** +*** 109,117 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + + auto.o: auto.c xnet.h \ +--- 109,117 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + + auto.o: auto.c xnet.h \ +*************** +*** 120,128 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + + bdcolor.o: bdcolor.c xnet.h \ +--- 120,128 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + + bdcolor.o: bdcolor.c xnet.h \ +*************** +*** 131,139 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + + bg.o: bg.c +--- 131,139 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + + bg.o: bg.c +*************** +*** 143,151 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + ../gt/widget/text.h \ + pfinfo.h +--- 143,151 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + ../gt/widget/text.h \ + pfinfo.h +*************** +*** 157,165 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + + getline.o: getline.c \ +--- 157,165 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + + getline.o: getline.c \ +*************** +*** 172,180 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + + hora.o: hora.c xnet.h \ +--- 172,180 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + + hora.o: hora.c xnet.h \ +*************** +*** 183,191 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + + init.o: init.c xnet.h \ +--- 183,191 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + + init.o: init.c xnet.h \ +*************** +*** 194,202 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + + intint.o: intint.c +--- 194,202 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + + intint.o: intint.c +*************** +*** 208,216 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + + msg.o: msg.c xnet.h \ +--- 208,216 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + + msg.o: msg.c xnet.h \ +*************** +*** 219,227 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + bitmap/misc/tting.xpm \ + bitmap/misc/failconn.xpm bitmap/misc/connect.xpm bitmap/misc/disconne.xpm \ +--- 219,227 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + bitmap/misc/tting.xpm \ + bitmap/misc/failconn.xpm bitmap/misc/connect.xpm bitmap/misc/disconne.xpm \ +*************** +*** 240,248 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + pfinfo.h \ + +--- 240,248 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + pfinfo.h \ + +*************** +*** 278,286 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + bitmap/misc/digit0.xpm \ + bitmap/misc/digit1.xpm bitmap/misc/digit2.xpm bitmap/misc/digit3.xpm \ +--- 278,286 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + bitmap/misc/digit0.xpm \ + bitmap/misc/digit1.xpm bitmap/misc/digit2.xpm bitmap/misc/digit3.xpm \ +*************** +*** 314,322 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h + + pixread.o: pixread.c pixread.h ../gt/widget/widget.h ../gt/include/deftype.h \ +--- 314,322 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h + + pixread.o: pixread.c pixread.h ../gt/widget/widget.h ../gt/include/deftype.h \ +*************** +*** 331,339 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + bitmap/yaku/yaku.xpm \ + bitmap/misc/rryukyok.xpm bitmap/misc/rtumo.xpm bitmap/misc/rron.xpm \ +--- 331,339 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + bitmap/yaku/yaku.xpm \ + bitmap/misc/rryukyok.xpm bitmap/misc/rtumo.xpm bitmap/misc/rron.xpm \ +*************** +*** 346,354 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + ../gt/widget/text.h \ + pfinfo.h +--- 346,354 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + ../gt/widget/text.h \ + pfinfo.h +*************** +*** 358,371 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + pfinfo.h +! rc.o: rc.c xnetmaj.h ../../..//pai.h ../../..//global.h \ +! ../../..//comm.h \ +! ../../..//result.h xnet.h \ + ../gt/widget/widget.h ../gt/include/deftype.h ../gt/dev/gdev.h \ + ../gt/dev/x11gdev.h \ + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h ../gt/widget/itemtype.h \ +--- 358,371 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + pfinfo.h +! rc.o: rc.c xnetmaj.h ../../../netmaj/pai.h ../../../netmaj/global.h \ +! ../../../netmaj/comm.h \ +! ../../../netmaj/result.h xnet.h \ + ../gt/widget/widget.h ../gt/include/deftype.h ../gt/dev/gdev.h \ + ../gt/dev/x11gdev.h \ + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h ../gt/widget/itemtype.h \ +*************** +*** 380,410 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ +! ../../..//ahand.h + rule.o: rule.c xnet.h \ + ../gt/widget/widget.h ../gt/include/deftype.h ../gt/dev/gdev.h \ + ../gt/dev/x11gdev.h \ + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ +! ../../..//ruledef.h + talkcmd.o: talkcmd.c \ + xnet.h ../gt/widget/widget.h \ + ../gt/include/deftype.h ../gt/dev/gdev.h ../gt/dev/x11gdev.h \ + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h ../gt/widget/itemtype.h \ + ../gt/widget/resource.h ../gt/widget/event.h \ + ../gt/widget/funcdecl.h ../gt/widget/widgetde.h ../util/util.h flags.h \ +! geom.h decl.h xnetmaj.h ../../..//pai.h ../../..//global.h \ +! ../../..//comm.h \ +! ../../..//result.h pixread.h pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h \ + ../misc/mydir.h + testpai.o: testpai.c xnet.h \ + ../gt/widget/widget.h ../gt/include/deftype.h ../gt/dev/gdev.h \ +--- 380,410 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ +! ../../../netmaj/ahand.h + rule.o: rule.c xnet.h \ + ../gt/widget/widget.h ../gt/include/deftype.h ../gt/dev/gdev.h \ + ../gt/dev/x11gdev.h \ + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ +! ../../../netmaj/ruledef.h + talkcmd.o: talkcmd.c \ + xnet.h ../gt/widget/widget.h \ + ../gt/include/deftype.h ../gt/dev/gdev.h ../gt/dev/x11gdev.h \ + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h ../gt/widget/itemtype.h \ + ../gt/widget/resource.h ../gt/widget/event.h \ + ../gt/widget/funcdecl.h ../gt/widget/widgetde.h ../util/util.h flags.h \ +! geom.h decl.h xnetmaj.h ../../../netmaj/pai.h ../../../netmaj/global.h \ +! ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h \ + ../misc/mydir.h + testpai.o: testpai.c xnet.h \ + ../gt/widget/widget.h ../gt/include/deftype.h ../gt/dev/gdev.h \ +*************** +*** 412,420 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + + title.o: title.c xnet.h \ +--- 412,420 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + + title.o: title.c xnet.h \ +*************** +*** 423,431 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + + version.o: version.c +--- 423,431 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + + version.o: version.c +*************** +*** 435,443 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + rc.c ../int/export.h + yaku.o: yaku.c xnet.h \ +--- 435,443 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + rc.c ../int/export.h + yaku.o: yaku.c xnet.h \ +*************** +*** 446,454 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + + xui2.o: xui2.c xnet.h \ +--- 446,454 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + + xui2.o: xui2.c xnet.h \ +*************** +*** 457,465 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + misc.h + config.o: config.c xnet.h \ +--- 457,465 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + misc.h + config.o: config.c xnet.h \ +*************** +*** 468,476 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + lang.h + board2.o: board2.c xnet.h \ +--- 468,476 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + lang.h + board2.o: board2.c xnet.h \ +*************** +*** 479,486 **** + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../..//pai.h \ +! ../../..//global.h ../../..//comm.h \ +! ../../..//result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + +--- 479,486 ---- + ../gt/dev/x11spr.h ../gt/dev/x11gdevd.h \ + ../gt/widget/itemtype.h ../gt/widget/resource.h \ + ../gt/widget/event.h ../gt/widget/funcdecl.h ../gt/widget/widgetde.h \ +! ../util/util.h flags.h geom.h decl.h xnetmaj.h ../../../netmaj/pai.h \ +! ../../../netmaj/global.h ../../../netmaj/comm.h \ +! ../../../netmaj/result.h pixread.h \ + pixdec.h pixbdig.h pixmisc.h pixyaku.h pmutil.h ../misc/mydir.h \ + diff --git a/japanese/xnetmaj/files/patch-ae b/japanese/xnetmaj/files/patch-ae new file mode 100644 index 000000000000..29f65947c092 --- /dev/null +++ b/japanese/xnetmaj/files/patch-ae @@ -0,0 +1,21 @@ +*** xui/Makefile.orig Wed Aug 27 07:10:44 1997 +--- xui/Makefile Wed Aug 27 07:11:05 1997 +*************** +*** 475,482 **** + # start of Imakefile + + # Please Modifed Here +! BINDIR=/usr/local/bin +! LIBDIR=/usr/local/lib/netmaj + + # ####################################################### + G=-O +--- 475,482 ---- + # start of Imakefile + + # Please Modifed Here +! BINDIR=/usr/X11R6/bin +! LIBDIR=/usr/X11R6/lib/X11/xnetmaj + + # ####################################################### + G=-O diff --git a/japanese/xnetmaj/pkg-comment b/japanese/xnetmaj/pkg-comment new file mode 100644 index 000000000000..7bf6b79cdb90 --- /dev/null +++ b/japanese/xnetmaj/pkg-comment @@ -0,0 +1 @@ +a mahhjong game for X diff --git a/japanese/xnetmaj/pkg-descr b/japanese/xnetmaj/pkg-descr new file mode 100644 index 000000000000..7bf6b79cdb90 --- /dev/null +++ b/japanese/xnetmaj/pkg-descr @@ -0,0 +1 @@ +a mahhjong game for X diff --git a/japanese/xnetmaj/pkg-plist b/japanese/xnetmaj/pkg-plist new file mode 100644 index 000000000000..94cf6ee0bd63 --- /dev/null +++ b/japanese/xnetmaj/pkg-plist @@ -0,0 +1,28 @@ +bin/netmaj +bin/netmaj1 +bin/plview +bin/xnetmaj1 +bin/xplview +lib/X11/xnetmaj/.fcc.pf +lib/X11/xnetmaj/.momokuri.pf +lib/X11/xnetmaj/.naki.pf +lib/X11/xnetmaj/.nomi.pf +lib/X11/xnetmaj/.puyo.pf +lib/X11/xnetmaj/.puyo2.pf +lib/X11/xnetmaj/.yakuman.pf +lib/X11/xnetmaj/auto +lib/X11/xnetmaj/auto-1.pf +lib/X11/xnetmaj/auto-2.pf +lib/X11/xnetmaj/auto-3.pf +lib/X11/xnetmaj/auto-4.pf +lib/X11/xnetmaj/auto.pf +lib/X11/xnetmaj/client +lib/X11/xnetmaj/inputserver +lib/X11/xnetmaj/netmaj.hlp +lib/X11/xnetmaj/player_info +lib/X11/xnetmaj/proxyclient +lib/X11/xnetmaj/proxyserver +lib/X11/xnetmaj/server +lib/X11/xnetmaj/server.pf +lib/X11/xnetmaj/server_kill +lib/X11/xnetmaj/xclient |