From b9c36dc4b583bf40b290fd93a3fb2dc75bd4963d Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 9 Nov 1996 00:01:32 +0000 Subject: XRipple is a program that causes the bottom of the screen to ripple, like a pool of water. Submitted by: oly@world.std.com (w/changes by me) --- games/xripple/Makefile | 22 ++++++++++++++++++++++ games/xripple/distinfo | 1 + games/xripple/pkg-comment | 1 + games/xripple/pkg-descr | 12 ++++++++++++ games/xripple/pkg-plist | 1 + 5 files changed, 37 insertions(+) create mode 100644 games/xripple/Makefile create mode 100644 games/xripple/distinfo create mode 100644 games/xripple/pkg-comment create mode 100644 games/xripple/pkg-descr create mode 100644 games/xripple/pkg-plist diff --git a/games/xripple/Makefile b/games/xripple/Makefile new file mode 100644 index 000000000000..22dc97b345fe --- /dev/null +++ b/games/xripple/Makefile @@ -0,0 +1,22 @@ +# new ports collection makefile for: xripple +# Version: 1.0 +# Date created: 6 Oct 1996 +# Whom: oly +# +# $Id$ +# + +DISTNAME= xripple +PKGNAME= xripple-1.0 +MASTER_SITES= ftp://www.cse.unsw.edu.au/pub/users/s2154962/ +CATEGORIES+= games + +MAINTAINER= oly@world.std.com + +USE_IMAKE= yes +ALL_TARGET= + +post-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xripple ${PREFIX}/bin + +.include diff --git a/games/xripple/distinfo b/games/xripple/distinfo new file mode 100644 index 000000000000..a5ed09dc5550 --- /dev/null +++ b/games/xripple/distinfo @@ -0,0 +1 @@ +MD5 (xripple.tar.gz) = 90accfd36c66ccc910681efa089a094f diff --git a/games/xripple/pkg-comment b/games/xripple/pkg-comment new file mode 100644 index 000000000000..e78fce211fa4 --- /dev/null +++ b/games/xripple/pkg-comment @@ -0,0 +1 @@ +Nifty X program to make the screen bottom ripple like a pool of water. diff --git a/games/xripple/pkg-descr b/games/xripple/pkg-descr new file mode 100644 index 000000000000..1a826ad30407 --- /dev/null +++ b/games/xripple/pkg-descr @@ -0,0 +1,12 @@ +This is a port of xripple, written by the Rasterman, aka. Carsten Haitzler. + +XRipple is a program that causes the bottom of the screen to ripple, like +a pool of water. Not much else to say, really. + +Carsten's ultra-cool homepage is at http://www.cse.unsw.edu.au/~s2154962/ +with more cool stuff. + +Note that xripple has no "official" version number. + +- Oly +oly@world.std.com diff --git a/games/xripple/pkg-plist b/games/xripple/pkg-plist new file mode 100644 index 000000000000..c632193c8d69 --- /dev/null +++ b/games/xripple/pkg-plist @@ -0,0 +1 @@ +bin/xripple -- cgit v1.2.3