pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Algorithm-C3 Import p5-Algorithm-C3-0.07 - ne...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6945f64e191c
branches:  trunk
changeset: 543905:6945f64e191c
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Jun 24 15:03:14 2008 +0000

description:
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:

 devel/p5-Algorithm-C3/DESCR    |   7 +++++++
 devel/p5-Algorithm-C3/Makefile |  20 ++++++++++++++++++++
 devel/p5-Algorithm-C3/distinfo |   5 +++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 6a3d69dd9811 -r 6945f64e191c devel/p5-Algorithm-C3/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Algorithm-C3/DESCR       Tue Jun 24 15:03:14 2008 +0000
@@ -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 -r 6a3d69dd9811 -r 6945f64e191c devel/p5-Algorithm-C3/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Algorithm-C3/Makefile    Tue Jun 24 15:03:14 2008 +0000
@@ -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@localhost
+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 -r 6a3d69dd9811 -r 6945f64e191c devel/p5-Algorithm-C3/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Algorithm-C3/distinfo    Tue Jun 24 15:03:14 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index