summaryrefslogtreecommitdiff
path: root/devel/p5-Algorithm-C3
diff options
context:
space:
mode:
authorabs <abs>2008-06-24 15:03:14 +0000
committerabs <abs>2008-06-24 15:03:14 +0000
commit906ea928cd93780b761343c12df5512a52379645 (patch)
treeb8433f8e251ef7b6400edf62fa6a286bff7f7bce /devel/p5-Algorithm-C3
parent38113079a2ea112537ce315b4c934561490ece10 (diff)
downloadpkgsrc-906ea928cd93780b761343c12df5512a52379645.tar.gz
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.
Diffstat (limited to 'devel/p5-Algorithm-C3')
-rw-r--r--devel/p5-Algorithm-C3/DESCR7
-rw-r--r--devel/p5-Algorithm-C3/Makefile20
-rw-r--r--devel/p5-Algorithm-C3/distinfo5
3 files changed, 32 insertions, 0 deletions
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