diff --git a/games/xgolgo/Makefile b/games/xgolgo/Makefile new file mode 100644 index 00000000000..40db0abfd27 --- /dev/null +++ b/games/xgolgo/Makefile @@ -0,0 +1,24 @@ +# OpenBSD makefile for: xgolgo +# Version required: 1.0 +# Date created: May 19 1998 +# Whom: Angelos D. Keromytis +# +# $OpenBSD: Makefile,v 1.1.1.1 1998/05/20 03:18:03 angelos Exp $ +# + +DISTNAME= xeyes-g +PKGNAME= xgolgo-1.0 +CATEGORIES= games +MASTER_SITES= ftp://ftp.cc.saga-u.ac.jp/pub/X/xeyes/ + +MAINTAINER= angelos@openbsd.org + +WRKSRC= ${WRKDIR}/xeyes +USE_IMAKE= yes +NO_INSTALL_MANPAGES= yes +MAN1= xgolgo.1 + +post-install: + ${INSTALL_MAN} ${WRKSRC}/xeyes.man ${PREFIX}/man/man1/xgolgo.1 + +.include diff --git a/games/xgolgo/files/md5 b/games/xgolgo/files/md5 new file mode 100644 index 00000000000..72853f751a7 --- /dev/null +++ b/games/xgolgo/files/md5 @@ -0,0 +1 @@ +MD5 (xeyes-g.tar.gz) = 992ff17e7d3d9a6c909fe5d22764cd0c diff --git a/games/xgolgo/patches/patch-aa b/games/xgolgo/patches/patch-aa new file mode 100644 index 00000000000..9c962ab085f --- /dev/null +++ b/games/xgolgo/patches/patch-aa @@ -0,0 +1,29 @@ +*** xeyes.man.orig Tue Oct 14 11:44:06 1997 +--- xeyes.man Tue Oct 14 11:45:09 1997 +*************** +*** 1,12 **** +! .TH XEYES 1 "Release 5" "X Version 11" + .SH NAME +! xeyes \- a follow the mouse X demo + .SH SYNOPSIS +! .B xeyes + [-option ...] + .SH DESCRIPTION +! .I Xeyes +! watches what you do and reports to the Boss. + .SH OPTIONS + .TP 8 + .B \-fg \fIforeground color\fB +--- 1,12 ---- +! .TH XGOLGO 1 "Release 5" "X Version 11" + .SH NAME +! xgolgo \- a follow the mouse X demo + .SH SYNOPSIS +! .B xgolgo + [-option ...] + .SH DESCRIPTION +! .I Xgolgo +! watches what you do and whether you are hostile or not. + .SH OPTIONS + .TP 8 + .B \-fg \fIforeground color\fB diff --git a/games/xgolgo/patches/patch-ab b/games/xgolgo/patches/patch-ab new file mode 100644 index 00000000000..dab573030ec --- /dev/null +++ b/games/xgolgo/patches/patch-ab @@ -0,0 +1,59 @@ +*** /dev/null Tue May 19 23:02:34 1998 +--- xgolgo.man Tue May 19 23:18:59 1998 +*************** +*** 0 **** +--- 1,54 ---- ++ .TH XGOLGO 1 "Release 5" "X Version 11" ++ .SH NAME ++ xgolgo \- a follow the mouse X demo ++ .SH SYNOPSIS ++ .B xgolgo ++ [-option ...] ++ .SH DESCRIPTION ++ .I Xgolgo ++ watches what you do and whether you are hostile or not. ++ .SH OPTIONS ++ .TP 8 ++ .B \-fg \fIforeground color\fB ++ choose a different color for the pupil of the eyes. ++ .TP 8 ++ .B \-bg \fIbackground color\fB ++ choose a different color for the background. ++ .TP 8 ++ .B \-outline \fIoutline color\fB ++ choose a different color for the outline of the eyes. ++ .TP 8 ++ .B \-center \fIcenter color\fB ++ choose a different color for the center of the eyes. ++ .TP 8 ++ .B \-backing \fI{ WhenMapped Always NotUseful }\fB ++ selects an appropriate level of backing store. ++ .TP 8 ++ .B \-geometry \fIgeometry\fB ++ define the initial window geometry; see \fIX(1)\fP. ++ .TP 8 ++ .B \-display \fIdisplay\fB ++ specify the display to use; see \fIX(1)\fP. ++ .TP 8 ++ .B \-bd \fIborder color\fB ++ choose a different color for the window border. ++ .TP 8 ++ .B \-bw \fIborder width\fB ++ choose a different width for the window border. ++ .TP 8 ++ .B \-shape ++ uses the SHAPE extension to shape the window. This is the default. ++ .TP 8 ++ .B \+shape ++ Disables uses the SHAPE extension to shape the window. ++ .SH "SEE ALSO" ++ X(1), X Toolkit documentation ++ .SH COPYRIGHT ++ Copyright 1988, Massachusetts Institute of Technology. ++ .br ++ See \fIX(1)\fP for a full statement of rights and permissions. ++ .SH AUTHOR ++ Keith Packard, MIT X Consortium ++ .br ++ Copied from the NeWS version written (apparantly) by Jeremy Huxtable as seen ++ at SIGGRAPH '88 diff --git a/games/xgolgo/pkg/COMMENT b/games/xgolgo/pkg/COMMENT new file mode 100644 index 00000000000..15a66db2f25 --- /dev/null +++ b/games/xgolgo/pkg/COMMENT @@ -0,0 +1 @@ +Xgolgo watches what you are doing and whether you're hostile or not diff --git a/games/xgolgo/pkg/DESCR b/games/xgolgo/pkg/DESCR new file mode 100644 index 00000000000..401904aeedf --- /dev/null +++ b/games/xgolgo/pkg/DESCR @@ -0,0 +1,5 @@ +Xgolgo watches what you are doing and whether you're hostile or not. +This is the patched version of xeyes in the X contrib. + +Golgo means GOLGO13 , the Japanese comics about the most complete +sniper which eyes is like this application. diff --git a/games/xgolgo/pkg/PLIST b/games/xgolgo/pkg/PLIST new file mode 100644 index 00000000000..8aa53eef480 --- /dev/null +++ b/games/xgolgo/pkg/PLIST @@ -0,0 +1,2 @@ +bin/xgolgo +man/man1/xgolgo.1