diff options
author | miwi <miwi@FreeBSD.org> | 2008-12-07 17:27:15 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-12-07 17:27:15 +0800 |
commit | a9b667b6804d86d24e214513856f246e889159da (patch) | |
tree | 83517cc647103bf4c14ba94b14586827392a4690 /games | |
parent | e774958ef4244d6ca5caf230fd2d9d555a138dd5 (diff) | |
download | freebsd-ports-graphics-a9b667b6804d86d24e214513856f246e889159da.tar.gz freebsd-ports-graphics-a9b667b6804d86d24e214513856f246e889159da.tar.zst freebsd-ports-graphics-a9b667b6804d86d24e214513856f246e889159da.zip |
Rain is an animated raindrops display program modelled after the VMS program
of the same name.
This program was originally included in the 4.4 BSD distribution set. This
version was taken from NetBSD.
WWW: http://cvsweb.netbsd.org/bsdweb.cgi/src/games/rain/
PR: ports/128136
Submitted by: Jacob Myers
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/bsdrain/Makefile | 24 | ||||
-rw-r--r-- | games/bsdrain/distinfo | 3 | ||||
-rw-r--r-- | games/bsdrain/pkg-descr | 7 |
4 files changed, 35 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 8f1f26f7d5b..d097d6b401d 100644 --- a/games/Makefile +++ b/games/Makefile @@ -100,6 +100,7 @@ SUBDIR += briquolo SUBDIR += brutalchess SUBDIR += bs + SUBDIR += bsdrain SUBDIR += bsdtris SUBDIR += bsp SUBDIR += bubbros diff --git a/games/bsdrain/Makefile b/games/bsdrain/Makefile new file mode 100644 index 00000000000..0fbba2cfb46 --- /dev/null +++ b/games/bsdrain/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: rain +# Date created: Oct 15 2008 +# Whom: Jacob Myers +# +# $FreeBSD$ +# + +PORTNAME= bsdrain +PORTVERSION= 5.0 +CATEGORIES= games +MASTER_SITES= http://whotookspaz.org/misc/freebsd/rain/ +DISTNAME= rain-${PORTVERSION} + +MAINTAINER= jacob@whotookspaz.org +COMMENT= The original BSD rain program, ported from NetBSD + +MAN6= rain.6 +MANCOMPRESSED= yes + +PLIST_FILES= bin/rain + +USE_BZIP2= yes + +.include <bsd.port.mk> diff --git a/games/bsdrain/distinfo b/games/bsdrain/distinfo new file mode 100644 index 00000000000..b3f870d0430 --- /dev/null +++ b/games/bsdrain/distinfo @@ -0,0 +1,3 @@ +MD5 (rain-5.0.tar.bz2) = f71181704e72a8fcd7356f44920c5153 +SHA256 (rain-5.0.tar.bz2) = 4f8cec635a3214b945dd5f07afa885c3f2c1bfec8371e5b9d8b7e6c3f726905c +SIZE (rain-5.0.tar.bz2) = 3116 diff --git a/games/bsdrain/pkg-descr b/games/bsdrain/pkg-descr new file mode 100644 index 00000000000..8d177328425 --- /dev/null +++ b/games/bsdrain/pkg-descr @@ -0,0 +1,7 @@ +Rain is an animated raindrops display program modelled after the VMS program +of the same name. + +This program was originally included in the 4.4 BSD distribution set. This +version was taken from NetBSD. + +WWW: http://cvsweb.netbsd.org/bsdweb.cgi/src/games/rain/ |