xgolgo port

This commit is contained in:
angelos 1998-05-20 03:18:03 +00:00
parent 65ed5a74fa
commit 2834d89a23
7 changed files with 121 additions and 0 deletions

24
games/xgolgo/Makefile Normal file
View File

@ -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 <bsd.port.mk>

1
games/xgolgo/files/md5 Normal file
View File

@ -0,0 +1 @@
MD5 (xeyes-g.tar.gz) = 992ff17e7d3d9a6c909fe5d22764cd0c

View File

@ -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

View File

@ -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

1
games/xgolgo/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
Xgolgo watches what you are doing and whether you're hostile or not

5
games/xgolgo/pkg/DESCR Normal file
View File

@ -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.

2
games/xgolgo/pkg/PLIST Normal file
View File

@ -0,0 +1,2 @@
bin/xgolgo
man/man1/xgolgo.1