ports/154098: [NEW PORT] games/asciiquarium (Aquarium/sea animation in ASCII art)

Eric Freeman freebsdports at chillibear.com
Mon Jan 17 21:40:06 UTC 2011


>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 17 21:40:05 UTC 2011
>Closed-Date:
>Last-Modified:
>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 at 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 at 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list