Date: Sun, 16 Jul 2006 12:29:37 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/100370: [NEW PORT] devel/p5-Test-Singleton: Test for Singleton classes Message-ID: <20060716042937.EC4CBB5@netnews.NCTU.edu.tw> Resent-Message-ID: <200607160430.k6G4UCqc004347@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100370 >Category: ports >Synopsis: [NEW PORT] devel/p5-Test-Singleton: Test for Singleton classes >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: Sun Jul 16 04:30:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Tinderbox log: http://tb.gslin.org/logs/4.11-FreeBSD/p5-Test-Singleton-1.03.log http://tb.gslin.org/logs/4.11-FreeBSD-Perl5/p5-Test-Singleton-1.03.log http://tb.gslin.org/logs/4.11-FreeBSD-Perl58/p5-Test-Singleton-1.03.log http://tb.gslin.org/logs/5.5-FreeBSD/p5-Test-Singleton-1.03.log http://tb.gslin.org/logs/6-STABLE/p5-Test-Singleton-1.03.log ** If you are unfamiliar with testing read Test::Tutorial first! ** This is asimple, basic module for checking whether a class is a Singleton. A Singleton describes an object class that can have only one instance in any system. An example of a Singleton might be a print spooler or system registry, or any kind of central dispatcher. For a description and discussion of the Singleton class, see "Design Patterns", Gamma et al, Addison-Wesley, 1995, ISBN 0-201-63361-2. WWW: http://search.cpan.org/dist/Test-Singleton/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Test-Singleton-1.03.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-Test-Singleton # p5-Test-Singleton/pkg-descr # p5-Test-Singleton/Makefile # p5-Test-Singleton/pkg-plist # p5-Test-Singleton/distinfo # echo c - p5-Test-Singleton mkdir -p p5-Test-Singleton > /dev/null 2>&1 echo x - p5-Test-Singleton/pkg-descr sed 's/^X//' >p5-Test-Singleton/pkg-descr << 'END-of-p5-Test-Singleton/pkg-descr' X** If you are unfamiliar with testing read Test::Tutorial first! ** X XThis is asimple, basic module for checking whether a class is a XSingleton. A Singleton describes an object class that can have only Xone instance in any system. An example of a Singleton might be a print Xspooler or system registry, or any kind of central dispatcher. X XFor a description and discussion of the Singleton class, see "Design XPatterns", Gamma et al, Addison-Wesley, 1995, ISBN 0-201-63361-2. X XWWW: http://search.cpan.org/dist/Test-Singleton/ END-of-p5-Test-Singleton/pkg-descr echo x - p5-Test-Singleton/Makefile sed 's/^X//' >p5-Test-Singleton/Makefile << 'END-of-p5-Test-Singleton/Makefile' X# New ports collection makefile for: p5-Test-Singleton X# Date created: 2006-07-15 X# Whom: Gea-Suan Lin <gslin@gslin.org> X# X# $FreeBSD$ X# X XPORTNAME= Test-Singleton XPORTVERSION= 1.03 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/T/TP/TPG XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Test for Singleton classes X XRUN_DEPENDS= ${SITE_PERL}/Class/Singleton.pm:${PORTSDIR}/devel/p5-Class-Singleton \ X ${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Simple XBUILD_DEPENDS= ${RUN_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Test::Singleton.3 X X.include <bsd.port.mk> END-of-p5-Test-Singleton/Makefile echo x - p5-Test-Singleton/pkg-plist sed 's/^X//' >p5-Test-Singleton/pkg-plist << 'END-of-p5-Test-Singleton/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Singleton/.packlist X%%SITE_PERL%%/Test/Singleton.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Singleton X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test X@dirrmtry %%SITE_PERL%%/Test END-of-p5-Test-Singleton/pkg-plist echo x - p5-Test-Singleton/distinfo sed 's/^X//' >p5-Test-Singleton/distinfo << 'END-of-p5-Test-Singleton/distinfo' XMD5 (Test-Singleton-1.03.tar.gz) = 3732ac90e6ceab5ab6d417077b38cc13 XSHA256 (Test-Singleton-1.03.tar.gz) = c2d8c17a065e58af93b55bdfe86dcbe418b906f182d74716ccaf89a4e4b8f69f XSIZE (Test-Singleton-1.03.tar.gz) = 25572 END-of-p5-Test-Singleton/distinfo exit --- p5-Test-Singleton-1.03.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060716042937.EC4CBB5>