From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 16 03:10:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71F291065689 for ; Thu, 16 Oct 2008 03:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4D9288FC17 for ; Thu, 16 Oct 2008 03:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id m9G3A1l6046145 for ; Thu, 16 Oct 2008 03:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id m9G3A11F046144; Thu, 16 Oct 2008 03:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 16 Oct 2008 03:10:01 GMT Resent-Message-Id: <200810160310.m9G3A11F046144@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jacob Myers Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D27FE10656A1 for ; Thu, 16 Oct 2008 03:00:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id C0A518FC19 for ; Thu, 16 Oct 2008 03:00:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id m9G30oB2042771 for ; Thu, 16 Oct 2008 03:00:50 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id m9G30o9m042770; Thu, 16 Oct 2008 03:00:50 GMT (envelope-from nobody) Message-Id: <200810160300.m9G30o9m042770@www.freebsd.org> Date: Thu, 16 Oct 2008 03:00:50 GMT From: Jacob Myers To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/128136: [NEW PORT]: games/rain: an animated raindrops display program modelled after the VMS program of the same name. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2008 03:10:01 -0000 >Number: 128136 >Category: ports >Synopsis: [NEW PORT]: games/rain: an animated raindrops display program modelled after the VMS program of the same name. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 16 03:10:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Jacob Myers >Release: N/A >Organization: N/A >Environment: N/A >Description: 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. >How-To-Repeat: N/A >Fix: N/A Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ./ # ./distinfo # ./Makefile # ./pkg-descr # echo c - ./ mkdir -p ./ > /dev/null 2>&1 echo x - ./distinfo sed 's/^X//' >./distinfo << 'aec8793adfd5b7c3f00e62ae41a09ac2' XMD5 (rain-5.0.tar.bz2) = f71181704e72a8fcd7356f44920c5153 XSHA256 (rain-5.0.tar.bz2) = 4f8cec635a3214b945dd5f07afa885c3f2c1bfec8371e5b9d8b7e6c3f726905c XSIZE (rain-5.0.tar.bz2) = 3116 aec8793adfd5b7c3f00e62ae41a09ac2 echo x - ./Makefile sed 's/^X//' >./Makefile << '464ef7c6571951809b23e262cbe26e19' X# New ports collection makefile for: rain X# Date created: Oct 15 2008 X# Whom: Jacob Myers X# X# $FreeBSD$ X# X XPORTNAME= rain XPORTVERSION= 5.0 XCATEGORIES= games XMASTER_SITES= http://whotookspaz.org/misc/freebsd/rain/ X XMAINTAINER= jacob@whotookspaz.org XCOMMENT= The original BSD rain program, ported from NetBSD X XMAN6= rain.6 XMANCOMPRESSED= yes X XPLIST_FILES= bin/rain X XUSE_BZIP2= yes X X.include 464ef7c6571951809b23e262cbe26e19 echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << '0e313719ff012ceaf97a028d51caa8f5' XRain is an animated raindrops display program modelled after the VMS program Xof the same name. X XThis program was originally included in the 4.4 BSD distribution set. This Xversion was taken from NetBSD. X XWWW: http://cvsweb.netbsd.org/bsdweb.cgi/src/games/rain/ 0e313719ff012ceaf97a028d51caa8f5 exit >Release-Note: >Audit-Trail: >Unformatted: