On Tue, May 23, 2006 at 10:40:35AM +0200, Jasper Lievisse Adriaanse wrote:
> On Tue, May 23, 2006 at 09:38:53AM +0200, Aleksander Piotrowski wrote:
> > Sean Comeau <[EMAIL PROTECTED]> wrote:
> > 
> > > A perl module create and manipulate PAR distributions.
> > > 
> > > It is needed by Catalyst (see catalystframework.org)
> > 
> > Looks like regression tests need Module::Signature.  Maybe you can port
> > this module as well?  Or maybe we already have it somewhere...
> I think I have that module lying around here somewhere...
Couldn't find it, so here's a new one. The regression tests of
p5-PAR-Dist work ok.

I also added something to p5-PAR-Dist/Makefile. Because gnupg tries to
create a .gnupg directory in $HOME. But I don't think everybody wants
this, so I've set $HOME to /tmp. And after the tests /tmp/.gnupg/ will
be removed.

--- Makefile.orig       Tue May 23 16:56:11 2006
+++ Makefile    Tue May 23 17:00:10 2006
@@ -16,6 +16,13 @@
 
 CONFIGURE_STYLE= perl
 
+REGRESS_DEPENDS= ::devel/p5-Module-Signature
+
+REGRESS_FLAGS= HOME=/tmp
+
 PKG_ARCH=      *
+
+post-regress:
+               @rm -fr /tmp/.gnupg/
 
 .include <bsd.port.mk>

> 
> > 
> > Alek
> Cheers,
> Jasper
> 
> > -- 
> > - Miro, tak mi przykro. Zawsze litowa?am si? nad lud?mi, bo mogli?cie
> > pomy?le? tylko o jednej rzeczy na raz, wasze wspomnienia by?y takie nieostre
> > i... A teraz zrozumia?am, ?e samo prze?ycie ca?ego dnia tak, ?eby nikogo nie
> > zabi?, mo?e by? osi?gni?ciem.
> > - Cz?owiek si? przyzywyczaja. Wi?kszo?? z nas ma na koncie do?? nisk? liczb?
> > ofiar. Utrzymujemy dobros?siedzkie stosunki.
> >  -- Orson Scott Card, Dzieci Umys?u.
> > 
> 
> -- 
> Humppa is a serious thing!
> 

-- 
Humppa is a serious thing!

Attachment: p5-Module-Signature.tgz
Description: application/tar-gz

Reply via email to