From 93503a98f2be964b5a14fe381b6940bf841fff09 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sat, 19 Aug 1995 20:42:47 +0000 Subject: =?UTF-8?q?Roar=20Tron=C3=A6s'=20X11=20version=20of=20the=20pacman?= =?UTF-8?q?=20game.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- games/xpacman/Makefile | 23 +++++++++++++++++++++++ games/xpacman/distinfo | 1 + games/xpacman/files/patch-a | 11 +++++++++++ games/xpacman/files/patch-b | 8 ++++++++ games/xpacman/pkg-comment | 1 + games/xpacman/pkg-descr | 10 ++++++++++ games/xpacman/pkg-plist | 3 +++ 7 files changed, 57 insertions(+) create mode 100644 games/xpacman/Makefile create mode 100644 games/xpacman/distinfo create mode 100644 games/xpacman/files/patch-a create mode 100644 games/xpacman/files/patch-b create mode 100644 games/xpacman/pkg-comment create mode 100644 games/xpacman/pkg-descr create mode 100644 games/xpacman/pkg-plist (limited to 'games') diff --git a/games/xpacman/Makefile b/games/xpacman/Makefile new file mode 100644 index 000000000000..c1ea1c57c73c --- /dev/null +++ b/games/xpacman/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xpacman +# Version required: 1.0 +# Date created: 19 Aug 1995 +# Whom: joerg +# +# $Id$ +# + +DISTNAME= pacman10 +EXTRACT_SUFX= .zip +PKGNAME= xpacman-1.0 +CATEGORIES+= games +MASTER_SITES= ftp://ftp.nvg.unit.no/pub/pacman/ +MAINTAINER= joerg@FreeBSD.org + +NO_WRKSUBDIR= Does not unpack into subdir. +EXEC_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +EXTRACT_CMD= unzip +EXTRACT_BEFORE_ARGS= -x + +USE_IMAKE= yes + +.include diff --git a/games/xpacman/distinfo b/games/xpacman/distinfo new file mode 100644 index 000000000000..f2ac3debd4d9 --- /dev/null +++ b/games/xpacman/distinfo @@ -0,0 +1 @@ +MD5 (pacman10.zip) = 5470ba0d85ebd92be51ed483c99697bb diff --git a/games/xpacman/files/patch-a b/games/xpacman/files/patch-a new file mode 100644 index 000000000000..70610287c174 --- /dev/null +++ b/games/xpacman/files/patch-a @@ -0,0 +1,11 @@ +--- Imakefile.orig Tue Jul 25 16:14:56 1995 ++++ Imakefile Sat Aug 19 22:00:04 1995 +@@ -21,7 +21,7 @@ + CURSES = -lcurses -ltermcap + + /* most X11 screens are rather large, you might wisht to use "double" mode */ +-/* CXXEXTRA_DEFINES = -DDOUBLE */ ++CXXEXTRA_DEFINES = -DDOUBLE + + NormalProgramTarget(pacman,$(OBJS),$(DEPXLIB),$(CURSES),$(XLIB)) + InstallProgram(pacman,$(BINDIR)) diff --git a/games/xpacman/files/patch-b b/games/xpacman/files/patch-b new file mode 100644 index 000000000000..9cf1f93723e0 --- /dev/null +++ b/games/xpacman/files/patch-b @@ -0,0 +1,8 @@ +--- Imakefile.orig Sat Aug 19 22:00:04 1995 ++++ Imakefile Sat Aug 19 22:00:55 1995 +@@ -26,4 +26,5 @@ + NormalProgramTarget(pacman,$(OBJS),$(DEPXLIB),$(CURSES),$(XLIB)) + InstallProgram(pacman,$(BINDIR)) + InstallManPage(pacman,$(MANDIR)) ++AllTarget(pacman) + DependTarget() diff --git a/games/xpacman/pkg-comment b/games/xpacman/pkg-comment new file mode 100644 index 000000000000..e9bda0012860 --- /dev/null +++ b/games/xpacman/pkg-comment @@ -0,0 +1 @@ +Pacman is an old action game. diff --git a/games/xpacman/pkg-descr b/games/xpacman/pkg-descr new file mode 100644 index 000000000000..a59f9f981de7 --- /dev/null +++ b/games/xpacman/pkg-descr @@ -0,0 +1,10 @@ +You are Pacman, and you are supposed to eat all the small +dots to get to the next level. You are also supposed to +keep away from the ghosts, if they take you, you lose one +life, unless you have eaten a large dot, then you can, for +a limited amount of time, chase and eat the ghosts. There +is also bonus available, for a limited amount of time. An +X gives just points, but a little pacman gives an extra +life. + +Author of this implementation: Roar Thronęs, roart@nvg.unit.no diff --git a/games/xpacman/pkg-plist b/games/xpacman/pkg-plist new file mode 100644 index 000000000000..3656c5a2bab6 --- /dev/null +++ b/games/xpacman/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/X11R6 +bin/pacman +man/man1/pacman.1.gz -- cgit v1.2.3