From 906ea928cd93780b761343c12df5512a52379645 Mon Sep 17 00:00:00 2001 From: abs Date: Tue, 24 Jun 2008 15:03:14 +0000 Subject: 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. --- devel/p5-Algorithm-C3/DESCR | 7 +++++++ devel/p5-Algorithm-C3/Makefile | 20 ++++++++++++++++++++ devel/p5-Algorithm-C3/distinfo | 5 +++++ 3 files changed, 32 insertions(+) create mode 100644 devel/p5-Algorithm-C3/DESCR create mode 100644 devel/p5-Algorithm-C3/Makefile create mode 100644 devel/p5-Algorithm-C3/distinfo (limited to 'devel/p5-Algorithm-C3') diff --git a/devel/p5-Algorithm-C3/DESCR b/devel/p5-Algorithm-C3/DESCR new file mode 100644 index 00000000000..5c97e0fee4f --- /dev/null +++ b/devel/p5-Algorithm-C3/DESCR @@ -0,0 +1,7 @@ +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. diff --git a/devel/p5-Algorithm-C3/Makefile b/devel/p5-Algorithm-C3/Makefile new file mode 100644 index 00000000000..f5865f37da1 --- /dev/null +++ b/devel/p5-Algorithm-C3/Makefile @@ -0,0 +1,20 @@ +# $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" diff --git a/devel/p5-Algorithm-C3/distinfo b/devel/p5-Algorithm-C3/distinfo new file mode 100644 index 00000000000..49d1d8e49e0 --- /dev/null +++ b/devel/p5-Algorithm-C3/distinfo @@ -0,0 +1,5 @@ +$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 -- cgit v1.2.3