diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2008-05-18 17:49:12 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2008-05-18 17:49:12 +0000 |
commit | 9c60eb4cc72f8a78095767a3fe0bf1d992ed083e (patch) | |
tree | df0539942dca5227fd747fa3e202255aed5b3a70 /games/p5-Acme-GuessNumber | |
parent | b23c73c68d12ececf1efbd34bb1de7d162297da3 (diff) |
Automatic number guessing game robot.
Notes
Notes:
svn path=/head/; revision=213291
Diffstat (limited to 'games/p5-Acme-GuessNumber')
-rw-r--r-- | games/p5-Acme-GuessNumber/Makefile | 26 | ||||
-rw-r--r-- | games/p5-Acme-GuessNumber/distinfo | 3 | ||||
-rw-r--r-- | games/p5-Acme-GuessNumber/pkg-descr | 24 |
3 files changed, 53 insertions, 0 deletions
diff --git a/games/p5-Acme-GuessNumber/Makefile b/games/p5-Acme-GuessNumber/Makefile new file mode 100644 index 000000000000..86acfe58f542 --- /dev/null +++ b/games/p5-Acme-GuessNumber/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-Acme-GuessNumber +# Date created: 2008/05/18 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= Acme-GuessNumber +PORTVERSION= 0.03 +CATEGORIES= games perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Locale/IMACAT +PKGNAMEPREFIX= p5- + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= Automatic number guessing game robot + +PERL_CONFIGURE= yes +MAN3= Acme::GuessNumber.3 + +PLIST_FILES= %%SITE_PERL%%/Acme/GuessNumber.pm \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/Acme-GuessNumber/.packlist +PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Acme-GuessNumber \ + %%SITE_PERL%%/Acme + +.include <bsd.port.mk> diff --git a/games/p5-Acme-GuessNumber/distinfo b/games/p5-Acme-GuessNumber/distinfo new file mode 100644 index 000000000000..f53228095ece --- /dev/null +++ b/games/p5-Acme-GuessNumber/distinfo @@ -0,0 +1,3 @@ +MD5 (Acme-GuessNumber-0.03.tar.gz) = 0304a21d20d74c65fd3fc3c77179f2cf +SHA256 (Acme-GuessNumber-0.03.tar.gz) = 73b0ef9dab9cddd443371053e0a03a77692d44547d6714c3b6a4f893c5cee45d +SIZE (Acme-GuessNumber-0.03.tar.gz) = 19467 diff --git a/games/p5-Acme-GuessNumber/pkg-descr b/games/p5-Acme-GuessNumber/pkg-descr new file mode 100644 index 000000000000..ce72bad43581 --- /dev/null +++ b/games/p5-Acme-GuessNumber/pkg-descr @@ -0,0 +1,24 @@ +Many people have this experience: You sit before a gambling table. You keep +placing the bet. You know the Goddess will finally smile at you. You just +don't know when. You have only to wait. As the time goes by, the bets in +your hand become fewer and fewer. You feel the time goes slower and slower. +This lengthy waiting process become painfully long, like a train running +straightforwardly into hell. You start feeling your whole life is a failure, +as the jackpot never comes... + +But, hey, why so painfully waiting? The Goddess will finally smile at you, +right? So, why not put this painly waiting process to a computer program? +Yes. This is the whole idea, the greatest invention in the century:: An +automatic gambler! There is no secret. It is simple brute force. It +never-endingly runs toward the final jackpot. You can go for other business: +sleep, eat, work. When you finally came back you wins. With it, the hell of +gambling is history! + +Remember, that the computer is never affected by emotion, luck, everything. +It never feel anxious or depress. It simply, faithfully, determinedly runs +the probability until the jackpot. As you know, the anxiety and depression +is the enemy of the games, while a simple, faithful and determined mind is +the only path to the jackpot. This makes computer a perfect candidate as a +gambler than an ordinary human. + +WWW: http://search.cpan.org/dist/Acme-GuessNumber/ |