From b8f266ee172285331f8121635c0b9ddffb5c85de Mon Sep 17 00:00:00 2001 From: max Date: Wed, 15 Oct 1997 04:56:43 +0000 Subject: New port, xgolgo: 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. PR: 4140 Submitted by: Yukihiro Nakai --- games/xgolgo/Makefile | 24 ++++++++++++++++++++++++ games/xgolgo/distinfo | 1 + games/xgolgo/files/patch-aa | 29 +++++++++++++++++++++++++++++ games/xgolgo/pkg-comment | 1 + games/xgolgo/pkg-descr | 5 +++++ games/xgolgo/pkg-plist | 2 ++ 6 files changed, 62 insertions(+) create mode 100644 games/xgolgo/Makefile create mode 100644 games/xgolgo/distinfo create mode 100644 games/xgolgo/files/patch-aa create mode 100644 games/xgolgo/pkg-comment create mode 100644 games/xgolgo/pkg-descr create mode 100644 games/xgolgo/pkg-plist (limited to 'games/xgolgo') diff --git a/games/xgolgo/Makefile b/games/xgolgo/Makefile new file mode 100644 index 000000000000..383b27a13fc6 --- /dev/null +++ b/games/xgolgo/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: xgolgo +# Version required: 1.0 +# Date created: 1 July 1997 +# Whom: Yukihiro Nakai +# +# $Id$ +# + +DISTNAME= xeyes-g +PKGNAME= xgolgo-1.0 +CATEGORIES= games +MASTER_SITES= ftp://ftp.cc.saga-u.ac.jp/pub/X/xeyes/ + +MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp + +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/distinfo b/games/xgolgo/distinfo new file mode 100644 index 000000000000..72853f751a7b --- /dev/null +++ b/games/xgolgo/distinfo @@ -0,0 +1 @@ +MD5 (xeyes-g.tar.gz) = 992ff17e7d3d9a6c909fe5d22764cd0c diff --git a/games/xgolgo/files/patch-aa b/games/xgolgo/files/patch-aa new file mode 100644 index 000000000000..9c962ab085fd --- /dev/null +++ b/games/xgolgo/files/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/pkg-comment b/games/xgolgo/pkg-comment new file mode 100644 index 000000000000..15a66db2f256 --- /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 000000000000..401904aeedf5 --- /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 000000000000..1d733cffc04a --- /dev/null +++ b/games/xgolgo/pkg-plist @@ -0,0 +1,2 @@ +bin/xgolgo +man/man1/xgolgo.1.gz -- cgit