From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 16 04:30:12 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 D173B16A4DE for ; Sun, 16 Jul 2006 04:30:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 566B143D4C for ; Sun, 16 Jul 2006 04:30:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6G4UCj6004348 for ; Sun, 16 Jul 2006 04:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6G4UCqc004347; Sun, 16 Jul 2006 04:30:12 GMT (envelope-from gnats) Resent-Date: Sun, 16 Jul 2006 04:30:12 GMT Resent-Message-Id: <200607160430.k6G4UCqc004347@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, Gea-Suan Lin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02D0516A4DF for ; Sun, 16 Jul 2006 04:29:41 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C46D43D46 for ; Sun, 16 Jul 2006 04:29:40 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id EC4CBB5; Sun, 16 Jul 2006 12:29:37 +0800 (CST) Message-Id: <20060716042937.EC4CBB5@netnews.NCTU.edu.tw> Date: Sun, 16 Jul 2006 12:29:37 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/100370: [NEW PORT] devel/p5-Test-Singleton: Test for Singleton classes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 04:30:12 -0000 >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 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 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: