From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 20 14:40:10 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20D0916A4C0 for ; Wed, 20 Aug 2003 14:40:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 794EC43FCB for ; Wed, 20 Aug 2003 14:40:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h7KLe8Up007873 for ; Wed, 20 Aug 2003 14:40:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h7KLe8AX007872; Wed, 20 Aug 2003 14:40:08 -0700 (PDT) Resent-Date: Wed, 20 Aug 2003 14:40:08 -0700 (PDT) Resent-Message-Id: <200308202140.h7KLe8AX007872@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, Lars Thegler Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51D7516A4BF for ; Wed, 20 Aug 2003 14:35:18 -0700 (PDT) Received: from dask.thegler.dk (dask.thegler.dk [212.242.93.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CD0D43FD7 for ; Wed, 20 Aug 2003 14:35:17 -0700 (PDT) (envelope-from lth@dask.thegler.dk) Received: by dask.thegler.dk (Postfix, from userid 1001) id EB28B3E04; Wed, 20 Aug 2003 23:35:15 +0200 (CEST) Message-Id: <20030820213515.EB28B3E04@dask.thegler.dk> Date: Wed, 20 Aug 2003 23:35:15 +0200 (CEST) From: Lars Thegler To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/55820: [NEW PORT] games/p5-Games-Bingo-Bot: A simple class holding IRC related methods for bingo X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Aug 2003 21:40:10 -0000 >Number: 55820 >Category: ports >Synopsis: [NEW PORT] games/p5-Games-Bingo-Bot: A simple class holding IRC related methods for bingo >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: Wed Aug 20 14:40:07 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Lars Thegler >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD dask.thegler.dk 4.8-STABLE FreeBSD 4.8-STABLE #9: Tue Jul 29 01:39:22 CEST 2003 >Description: This module contains all the commands supported by the Games::Bingo::Bot IRC bot (see the script in the bin directory). The Games::Bingo::Bot class and the script mentioned above is a complete IRC setup for playing Bingo, using the Games::Bingo module. WWW: http://search.cpan.org/dist/Games-Bingo-Bot/ - Lars Thegler lars@thegler.dk Generated with FreeBSD Port Tools 0.25 >How-To-Repeat: >Fix: --- p5-Games-Bingo-Bot-0.01.shar begins here --- # 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: # # p5-Games-Bingo-Bot # p5-Games-Bingo-Bot/Makefile # p5-Games-Bingo-Bot/pkg-descr # p5-Games-Bingo-Bot/pkg-plist # p5-Games-Bingo-Bot/distinfo # echo c - p5-Games-Bingo-Bot mkdir -p p5-Games-Bingo-Bot > /dev/null 2>&1 echo x - p5-Games-Bingo-Bot/Makefile sed 's/^X//' >p5-Games-Bingo-Bot/Makefile << 'END-of-p5-Games-Bingo-Bot/Makefile' X# New ports collection makefile for: p5-Games-Bingo-Bot X# Date created: 20. August 2003 X# Whom: Lars Thegler X# X# $FreeBSD$ X# X XPORTNAME= Games-Bingo-Bot XPORTVERSION= 0.01 XCATEGORIES= games perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Games XPKGNAMEPREFIX= p5- X XMAINTAINER= lars@thegler.dk XCOMMENT= A simple class holding IRC related methods for bingo X XRUN_DEPENDS= ${SITE_PERL}/Games/Bingo.pm:${PORTSDIR}/games/p5-Games-Bingo X XPERL_CONFIGURE= yes X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Games::Bingo::Bot.3 X Xpost-install: X.ifndef(NOPORTDOCS) X @${ECHO_MSG} "===> Installing example for ${PKGNAME}" X @${MKDIR} ${EXAMPLESDIR} X ${INSTALL_SCRIPT} ${WRKSRC}/bin/bingobot.pl ${EXAMPLESDIR} X.endif X Xtest: X @cd ${WRKSRC}; make test X X.include END-of-p5-Games-Bingo-Bot/Makefile echo x - p5-Games-Bingo-Bot/pkg-descr sed 's/^X//' >p5-Games-Bingo-Bot/pkg-descr << 'END-of-p5-Games-Bingo-Bot/pkg-descr' XThis module contains all the commands supported by the Games::Bingo::Bot XIRC bot (see the script in the bin directory). The Games::Bingo::Bot Xclass and the script mentioned above is a complete IRC setup for playing XBingo, using the Games::Bingo module. X XWWW: http://search.cpan.org/dist/Games-Bingo-Bot/ X X- Lars Thegler Xlars@thegler.dk END-of-p5-Games-Bingo-Bot/pkg-descr echo x - p5-Games-Bingo-Bot/pkg-plist sed 's/^X//' >p5-Games-Bingo-Bot/pkg-plist << 'END-of-p5-Games-Bingo-Bot/pkg-plist' X%%SITE_PERL%%/Games/Bingo/Bot.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo/Bot/.packlist X%%PORTDOCS%%%%EXAMPLESDIR%%/bingobot.pl X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo/Bot X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Games/Bingo 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Games 2>/dev/null || true END-of-p5-Games-Bingo-Bot/pkg-plist echo x - p5-Games-Bingo-Bot/distinfo sed 's/^X//' >p5-Games-Bingo-Bot/distinfo << 'END-of-p5-Games-Bingo-Bot/distinfo' XMD5 (Games-Bingo-Bot-0.01.tar.gz) = b2de73a6cfde8fd3eab1564bf345cbd2 END-of-p5-Games-Bingo-Bot/distinfo exit --- p5-Games-Bingo-Bot-0.01.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: