[Midnightbsd-cvs] mports: devel/p5-Algorithm-C3: Added Algorithm::C3

ctriv at midnightbsd.org ctriv at midnightbsd.org
Sat Sep 1 12:55:37 EDT 2007


Log Message:
-----------
Added Algorithm::C3

Added Files:
-----------
    mports/devel/p5-Algorithm-C3:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
--- /dev/null
+++ devel/p5-Algorithm-C3/pkg-descr
@@ -0,0 +1,9 @@
+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. 
+
+WWW: http://search.cpan.org/dist/Algorithm-C3/
--- /dev/null
+++ devel/p5-Algorithm-C3/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Algorithm/C3.pm
+ at dirrmtry %%SITE_PERL%%/Algorithm
--- /dev/null
+++ devel/p5-Algorithm-C3/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for:	Algorithm-C3
+# Date created:	   25 Feb 2006
+# Whom:		   Lars Balker Rasmussen <lbr at FreeBSD.org>
+#
+# $FreeBSD: ports/devel/p5-Algorithm-C3/Makefile,v 1.9 2007/05/25 08:51:20 lbr Exp $
+# $MidnightBSD: mports/devel/p5-Algorithm-C3/Makefile,v 1.1 2007/09/01 16:55:37 ctriv Exp $
+#
+
+PORTNAME=	Algorithm-C3
+PORTVERSION=	0.07
+CATEGORIES=	devel perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=	Algorithm
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ctriv at MidnightBSD.org
+COMMENT=	A module for merging hierarchies using the C3 algorithm
+LICENSE=	perl
+
+PERL_MODBUILD=	yes
+
+MAN3=		Algorithm::C3.3
+
+.include <bsd.port.mk>
+
--- /dev/null
+++ devel/p5-Algorithm-C3/distinfo
@@ -0,0 +1,3 @@
+MD5 (Algorithm-C3-0.07.tar.gz) = 2e301c80f096182cb16a30f0db9603ee
+SHA256 (Algorithm-C3-0.07.tar.gz) = 3250f019fb55f9ea01d0fadfb92efd07efe4b8d49a6f77bf24a53bfc1de0ca16
+SIZE (Algorithm-C3-0.07.tar.gz) = 9563


More information about the Midnightbsd-cvs mailing list