diff options
author | max <max@FreeBSD.org> | 1997-10-15 12:56:43 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-10-15 12:56:43 +0800 |
commit | b8f266ee172285331f8121635c0b9ddffb5c85de (patch) | |
tree | d8a5be0df7c1a5fa4c161faf45ed80b003d4b525 /games/xgolgo | |
parent | 0fd8a9cb74d24ba7324608722b2de5be69425602 (diff) | |
download | freebsd-ports-gnome-b8f266ee172285331f8121635c0b9ddffb5c85de.tar.gz freebsd-ports-gnome-b8f266ee172285331f8121635c0b9ddffb5c85de.tar.zst freebsd-ports-gnome-b8f266ee172285331f8121635c0b9ddffb5c85de.zip |
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 <nakai@mlab.t.u-tokyo.ac.jp>
Diffstat (limited to 'games/xgolgo')
-rw-r--r-- | games/xgolgo/Makefile | 24 | ||||
-rw-r--r-- | games/xgolgo/distinfo | 1 | ||||
-rw-r--r-- | games/xgolgo/files/patch-aa | 29 | ||||
-rw-r--r-- | games/xgolgo/pkg-comment | 1 | ||||
-rw-r--r-- | games/xgolgo/pkg-descr | 5 | ||||
-rw-r--r-- | games/xgolgo/pkg-plist | 2 |
6 files changed, 62 insertions, 0 deletions
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 <Nakai@Mlab.t.u-tokyo.ac.jp> +# +# $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 <bsd.port.mk> 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 |