Date: Tue, 14 Mar 2006 12:57:58 +0100 (CET) From: Espen Tagestad <espen@tagestad.no> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/94445: Updated port: databases/p5-DBD-Mock Message-ID: <20060314115758.5C8E6215F@vm01.modula.no> Resent-Message-ID: <200603141200.k2EC0a91057683@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94445 >Category: ports >Synopsis: Updated port: databases/p5-DBD-Mock >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Mar 14 12:00:35 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Espen Tagestad >Release: FreeBSD 6.0-RELEASE i386 >Organization: >Environment: System: FreeBSD vm01.modula.no 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Tue Dec 6 11:03:29 CET 2005 espent@intra.modula.no:/usr/obj/usr/src/sys/INTRA i386 >Description: The DBD::Mock perl module is a simple mock DBD implementation used for testing. It's entirely self-contained so that you can extract the single library file (DBD/Mock.pm), put it in your own distribution and be able to run DBI-based tests even though you don't have information about a database. >How-To-Repeat: >Fix: # 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: # # . # ./Makefile # ./pkg-descr # ./pkg-plist # ./distinfo # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: DBD::Mock X# Date created: 02 December 2005 X# Whom: Espen Tagestad <espen@tagestad.no> X# X# $FreeBSD: ports/databases/p5-DBD-Mock/Makefile,v 1.1 2005/12/08 09:37:38 ehaupt Exp $ X# X XPORTNAME= DBD-Mock XPORTVERSION= 1.32 XCATEGORIES= databases perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= DBD XPKGNAMEPREFIX= p5- X XMAINTAINER= espen@tagestad.no XCOMMENT= Simple mock DBD implementation used for testing X XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI XRUN_DEPENDS= ${BUILD_DEPENDS} X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X XPERL_CONFIGURE= yes X XMAN3= DBD::Mock.3 X X.include <bsd.port.pre.mk> X X.if ${PERL_LEVEL} < 500806 XIGNORE= needs Perl 5.8.6 or above (lang/perl5.8) X.endif X X.include <bsd.port.post.mk> END-of-./Makefile echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XThe DBD::Mock perl module is a simple mock DBD implementation used for testing. XIt's entirely self-contained so that you can extract the single library file X(DBD/Mock.pm), put it in your own distribution and be able to run DBI-based Xtests even though you don't have information about a database. X XWWW: http://search.cpan.org/dist/DBD-Mock/ X X- Espen Tagestad Xespen@tagestad.no END-of-./pkg-descr echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' X%%SITE_PERL%%/DBD/Mock.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/Mock/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/Mock X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD X@dirrmtry %%SITE_PERL%%/DBD END-of-./pkg-plist echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (DBD-Mock-1.32.tar.gz) = a106bee9cd012d4f56f27bc247832829 XSHA256 (DBD-Mock-1.32.tar.gz) = 2ca249d009a5b49bd573b10c1341d388603b4c239efcf1b91e7ab93b3cba7e81 XSIZE (DBD-Mock-1.32.tar.gz) = 37377 END-of-./distinfo exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060314115758.5C8E6215F>