Sat Aug 8 20:52:22 2009 UTC ()
Importing package for p5 module Guard as dependency for devel/p5-AnyEvent.

This module implements so-called "guards". A guard is something (usually an
object) that "guards" a resource, ensuring that it is cleaned up when
expected.

Specifically, this module supports two different types of guards: guard
objects, which execute a given code block when destroyed, and scoped guards,
which are tied to the scope exit.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(sno)
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Guard/Makefile
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Guard/DESCR
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Guard/distinfo

File Added: pkgsrc/devel/p5-Guard/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/08/08 20:52:22 sno Exp $

DISTNAME=	Guard-1.021
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://search.cpan.org/dist/Guard/
COMMENT=	Perl5 module to safe cleanup blocks
LICENSE=	${PERL5_LICENSE}

PKG_INSTALLATION_TYPES=	overwrite pkgviews
PKG_DESTDIR_SUPPORT=	user-destdir

USE_LANGUAGES=	c
PERL5_PACKLIST=	auto/Guard/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/p5-Guard/DESCR
This module implements so-called "guards". A guard is something (usually an
object) that "guards" a resource, ensuring that it is cleaned up when
expected.

Specifically, this module supports two different types of guards: guard
objects, which execute a given code block when destroyed, and scoped guards,
which are tied to the scope exit.

File Added: pkgsrc/devel/p5-Guard/distinfo
$NetBSD: distinfo,v 1.1.1.1 2009/08/08 20:52:22 sno Exp $

SHA1 (Guard-1.021.tar.gz) = a2e6ca5a8336add12c5a75cbd7408e14f62d2a77
RMD160 (Guard-1.021.tar.gz) = d432ea4c9fdff3eaa41fe786cb52201acb870d27
Size (Guard-1.021.tar.gz) = 6621 bytes