From nobody@FreeBSD.org  Mon Jan 17 21:40:02 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6827F106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 17 Jan 2011 21:40:02 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 3514A8FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 17 Jan 2011 21:40:02 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p0HLe1Iw034379
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 17 Jan 2011 21:40:01 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p0HLe16B034378;
	Mon, 17 Jan 2011 21:40:01 GMT
	(envelope-from nobody)
Message-Id: <201101172140.p0HLe16B034378@red.freebsd.org>
Date: Mon, 17 Jan 2011 21:40:01 GMT
From: Eric Freeman <freebsdports@chillibear.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT] games/asciiquarium (Aquarium/sea animation in ASCII art)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         154098
>Category:       ports
>Synopsis:       [NEW PORT] games/asciiquarium (Aquarium/sea animation in ASCII art)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 17 21:40:05 UTC 2011
>Closed-Date:    Tue Jan 18 14:02:21 UTC 2011
>Last-Modified:  Tue Jan 18 14:02:21 UTC 2011
>Originator:     Eric Freeman
>Release:        9.0
>Organization:
>Environment:
FreeBSD bsd9.local 9.0-CURRENT-201008 FreeBSD 9.0-CURRENT-201008 #0: Tue Aug  3 20:09:44 UTC 2010     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
A port of this essential terminal tool.  An underwater/aquarium animation rendered in ASCII art.  The application is written in Perl.

http://www.robobunny.com/projects/asciiquarium/html/


NB:
I used ${CP} within the Makefile to do the install rather than ${INSTALL_PROGRAM} because the application is a Perl script and can't therefore be 'stripped' which appears to be a default switch on ${INSTALL_PROGRAM}, hope that's okay.
>How-To-Repeat:
n/a
>Fix:
# 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:
#
#	asciiquarium
#	asciiquarium/Makefile
#	asciiquarium/distinfo
#	asciiquarium/pkg-descr
#
echo c - asciiquarium
mkdir -p asciiquarium > /dev/null 2>&1
echo x - asciiquarium/Makefile
sed 's/^X//' >asciiquarium/Makefile << '5df9121db71ac84c7a79d20b04a5fe64'
X# Ports collection makefile for:	ASCIIQuarium
X# Date created:				12 Jan 2011
X# Whom:					Eric Freeman <freebsdports@chillibear.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	asciiquarium
XPORTVERSION=	1.0
XCATEGORIES=	games
XMASTER_SITES=	http://www.robobunny.com/projects/asciiquarium/
XDISTNAME=	${PORTNAME}_${PORTVERSION}
X
XMAINTAINER=	freebsdports@chillibear.com
XCOMMENT=	Aquarium/sea animation in ASCII art
X
XRUN_DEPENDS=	p5-Term-Animation>0:${PORTSDIR}/devel/p5-Term-Animation
X
XWRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVERSION}
XPLIST_FILES=	bin/${PORTNAME}
X
Xdo-build:
X	cd ${WRKSRC} && ${CHMOD} 555 ${PORTNAME}
X
Xdo-install:
X	${CP} ${WRKSRC}/asciiquarium ${PREFIX}/bin/
X
X.include <bsd.port.mk>
5df9121db71ac84c7a79d20b04a5fe64
echo x - asciiquarium/distinfo
sed 's/^X//' >asciiquarium/distinfo << '7fb7010cb13f6c5a9642eb61594dbd6d'
XSHA256 (asciiquarium_1.0.tar.gz) = 7b2b706395b2bea1ffdf81faf3442b9b196064664244d323c4955b75e10f885c
XSIZE (asciiquarium_1.0.tar.gz) = 13904
7fb7010cb13f6c5a9642eb61594dbd6d
echo x - asciiquarium/pkg-descr
sed 's/^X//' >asciiquarium/pkg-descr << '2872602266fb49ea5817771d639b35c9'
XEnjoy mysteries of the sea from the safety of your own terminal. 
XASCIIQuarium is an aquarium/sea animation in ASCII art created using perl.
X
XWWW: http://www.robobunny.com/projects/asciiquarium/html/
2872602266fb49ea5817771d639b35c9
exit

>Release-Note:
>Audit-Trail:

From: Eric <freebsdports@chillibear.com>
To: <bug-followup@FreeBSD.org>,
	<freebsdports@chillibear.com>
Cc:  
Subject: Re: ports/154098: [NEW PORT] games/asciiquarium (Aquarium/sea
 animation in ASCII art)
Date: Mon, 17 Jan 2011 22:03:53 +0000

 > This message is in MIME format. Since your mail reader does not understand
 this format, some or all of this message may not be legible.
 
 --B_3378146642_28614890
 Content-type: text/plain;
 	charset="US-ASCII"
 Content-transfer-encoding: 7bit
 
 Patch to change the "do-install" from ${CP} to ${INSTALL_SCRIPT}.
 
 Thanks to Matthew Seaman for pointing out the correct tool for the job!
 
 Patch repeated below:
 
 
 diff -ru asciiquarium.orig/Makefile asciiquarium/Makefile
 --- asciiquarium.orig/Makefile    2011-01-01 04:01:26.000000000 +0000
 +++ asciiquarium/Makefile    2011-01-01 04:01:40.000000000 +0000
 @@ -23,6 +23,6 @@
      cd ${WRKSRC} && ${CHMOD} 555 ${PORTNAME}
  
  do-install:
 -    ${CP} ${WRKSRC}/asciiquarium ${PREFIX}/bin/
 +    ${INSTALL_SCRIPT} ${WRKSRC}/asciiquarium ${PREFIX}/bin/
  
  .include <bsd.port.mk>
 
 
 --B_3378146642_28614890
 Content-type: application/octet-stream; name="patch.txt"
 Content-disposition: attachment;
 	filename="patch.txt"
 Content-transfer-encoding: x-uuencode
 
 begin 644 patch.txt
 M9&EF9B`M<G4@87-C:6EQ=6%R:75M+F]R:6<O36%K969I;&4@87-C:6EQ=6%R
 M:75M+TUA:V5F:6QE"BTM+2!A<V-I:7%U87)I=6TN;W)I9R]-86ME9FEL90DR
 M,#$Q+3`Q+3`Q(#`T.C`Q.C(V+C`P,#`P,#`P,"`K,#`P,`HK*RL@87-C:6EQ
 M=6%R:75M+TUA:V5F:6QE"3(P,3$M,#$M,#$@,#0Z,#$Z-#`N,#`P,#`P,#`P
 M("LP,#`P"D!`("TR,RPV("LR,RPV($!`"B`)8V0@)'M74DM34D-]("8F("1[
 M0TA-3T1](#4U-2`D>U!/4E1.04U%?0H@"B!D;RUI;G-T86QL.@HM"21[0U!]
 M("1[5U)+4U)#?2]A<V-I:7%U87)I=6T@)'M04D5&25A]+V)I;B\**PDD>TE.
 M4U1!3$Q?4T-225!4?2`D>U=22U-20WTO87-C:6EQ=6%R:75M("1[4%)%1DE8
 @?2]B:6XO"B`*("YI;F-L=61E(#QB<V0N<&]R="YM:SZ3
 `
 end
 --B_3378146642_28614890--
 
 

From: wen heping <wenheping@gmail.com>
To: bug-followup@FreeBSD.org, freebsdports@chillibear.com
Cc:  
Subject: Re: ports/154098: [NEW PORT] games/asciiquarium (Aquarium/sea
 animation in ASCII art)
Date: Tue, 18 Jan 2011 13:03:14 +0800

 Hi,
 
 
 
     asciiquarium had been imported into FreeBSD portstree many years ago.
     Shall we close this PR ?
 
 
 Thanks
 wen

From: Eric <freebsdports@chillibear.com>
To: wen heping <wenheping@gmail.com>,
	"bug-followup@FreeBSD.org" <bug-followup@FreeBSD.org>
Cc:  
Subject: Re: ports/154098: [NEW PORT] games/asciiquarium (Aquarium/sea
 animation in ASCII art)
Date: Tue, 18 Jan 2011 11:24:06 +0000

 I must have missed it when searching freshports... Silly me, found it first
 go this time round - must have typo'd my original search.
 
 Close away Wen!
 
 
State-Changed-From-To: open->closed 
State-Changed-By: wen 
State-Changed-When: Tue Jan 18 14:02:20 UTC 2011 
State-Changed-Why:  
The port had been imported into FreeBSD portstree. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154098 
>Unformatted:
