Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140406723
D19533.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D19533.diff
View Options
Index: head/games/asciiquarium/Makefile
===================================================================
--- head/games/asciiquarium/Makefile
+++ head/games/asciiquarium/Makefile
@@ -3,24 +3,40 @@
PORTNAME= asciiquarium
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.robobunny.com/projects/asciiquarium/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= fjoe@FreeBSD.org
-COMMENT= aquarium/sea animation in ASCII art
+COMMENT= Aquarium/sea animation in ASCII art
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/gpl.txt
+
RUN_DEPENDS= p5-Term-Animation>=0:devel/p5-Term-Animation
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= asciiquarium
+
+NO_ARCH= yes
NO_BUILD= yes
-WRKSRC= ${WRKDIR}/${DISTNAME}
-
PLIST_FILES= bin/asciiquarium
+PORTDOCS= README
+OPTIONS_DEFINE= DOCS
+
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
+post-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
+
+do-test:
+ (sleep 0.1 && echo p && sleep 0.1 && echo p && sleep 0.1 && echo r && \
+ sleep 0.1 && echo q) | ${STAGEDIR}${PREFIX}/bin/asciiquarium
.include <bsd.port.mk>
Index: head/games/asciiquarium/pkg-descr
===================================================================
--- head/games/asciiquarium/pkg-descr
+++ head/games/asciiquarium/pkg-descr
@@ -1,3 +1,5 @@
Asciiquarium is an aquarium/sea animation in ASCII art.
+Enjoy the mysteries of the sea from the safety of your own terminal!
+
WWW: http://www.robobunny.com/projects/asciiquarium/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 24, 1:33 PM (18 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27223605
Default Alt Text
D19533.diff (1 KB)
Attached To
Mode
D19533: games/asciiquarium: Clean up, install docs & set license
Attached
Detach File
Event Timeline
Log In to Comment