initial import of Algorithm::C3 from submitter Sean Comeau

C3 is an algorithm which aims to provide a sane method resolution order
under multiple inheritence.
This commit is contained in:
msf 2006-05-11 11:27:39 +00:00
parent 56039ae6e7
commit cfb03c21c5
4 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/05/11 11:27:39 msf Exp $
COMMENT= "module for merging hierarchies using the C3 algorithm"
DISTNAME= Algorithm-C3-0.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Sean Comeau <scomeau@obscurity.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/}
CONFIGURE_STYLE= perl
PKG_ARCH=*
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Algorithm-C3-0.01.tar.gz) = 1627146f60e34dcffcb2386adefa466a
RMD160 (Algorithm-C3-0.01.tar.gz) = e79c98deed7c4df7867aecd87ff2e3e925bcd6e2
SHA1 (Algorithm-C3-0.01.tar.gz) = 03bcec6107f2b4ce43b14e389519a35526485dd5
SIZE (Algorithm-C3-0.01.tar.gz) = 6095

View File

@ -0,0 +1,2 @@
C3 is an algorithm which aims to provide a sane method resolution order
under multiple inheritence.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/05/11 11:27:39 msf Exp $
${P5SITE}/Algorithm/
${P5SITE}/Algorithm/C3.pm
@man man/man3p/Algorithm::C3.3p