Tue Jun 24 15:03:14 2008 UTC ()
Import p5-Algorithm-C3-0.07 - needed by p5-Class-C3
This module implements the C3 algorithm. I have broken this out
into it's own module because I found myself copying and pasting
it way too often for various needs. Most of the uses I have for
C3 revolve around class building and metamodels, but it could
also be used for things like dependency resolution as well since
it tends to do such a nice job of preserving local precendence
orderings.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(abs)
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Algorithm-C3/DESCR
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Algorithm-C3/Makefile
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Algorithm-C3/distinfo

File Added: pkgsrc/devel/p5-Algorithm-C3/DESCR
This module implements the C3 algorithm. I have broken this out
into it's own module because I found myself copying and pasting
it way too often for various needs. Most of the uses I have for
C3 revolve around class building and metamodels, but it could
also be used for things like dependency resolution as well since
it tends to do such a nice job of preserving local precendence
orderings.

File Added: pkgsrc/devel/p5-Algorithm-C3/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/06/24 15:03:14 abs Exp $

DISTNAME=	Algorithm-C3-0.07
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Algorithm/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://search.cpan.org/dist/Algorithm-C3/
COMMENT=	Module for merging hierarchies using the C3 algorithm

PERL5_MODULE_TYPE=	Module::Build

USE_LANGUAGES=	# empty
PERL5_PACKLIST= auto/Algorithm/C3/.packlist

PKG_DESTDIR_SUPPORT=    user-destdir

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

File Added: pkgsrc/devel/p5-Algorithm-C3/distinfo
$NetBSD: distinfo,v 1.1.1.1 2008/06/24 15:03:14 abs Exp $

SHA1 (Algorithm-C3-0.07.tar.gz) = 568cb95b5517f2a34b1aac78c72bb115bb188213
RMD160 (Algorithm-C3-0.07.tar.gz) = 4da1f8c42c7b87767f8af6edd1b82f70f1163c15
Size (Algorithm-C3-0.07.tar.gz) = 9563 bytes