initial import of Algorithm::Dependency 1.102

Algorithm::Dependency is a framework for creating simple read-only
dependency heirachies, where you have a set of items that rely on other
items in the set, and require actions on them as well.
This commit is contained in:
msf 2006-12-04 10:17:16 +00:00
parent 0b96fa5cfe
commit 63a6acb944
4 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/12/04 10:17:16 msf Exp $
COMMENT= "base class for implementing various dependency trees"
MODULES= cpan
DISTNAME= Algorithm-Dependency-1.102
CATEGORIES= devel
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-Params-Util
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Algorithm-Dependency-1.102.tar.gz) = 971111997767dd456cb4a4e967c97ca3
RMD160 (Algorithm-Dependency-1.102.tar.gz) = 5960a50ef317f71cb6ba909f1e17f5cf807dbdf5
SHA1 (Algorithm-Dependency-1.102.tar.gz) = 3660e867c2bce7e7ec95090e54c7b021133f3a09
SIZE (Algorithm-Dependency-1.102.tar.gz) = 46186

View File

@ -0,0 +1,4 @@
Algorithm::Dependency is a framework for creating simple read-only
dependency heirachies, where you have a set of items that rely on other
items in the set, and require actions on them as well.

View File

@ -0,0 +1,18 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/12/04 10:17:16 msf Exp $
${P5SITE}/Algorithm/
${P5SITE}/Algorithm/Dependency/
${P5SITE}/Algorithm/Dependency.pm
${P5SITE}/Algorithm/Dependency/Item.pm
${P5SITE}/Algorithm/Dependency/Ordered.pm
${P5SITE}/Algorithm/Dependency/Source/
${P5SITE}/Algorithm/Dependency/Source.pm
${P5SITE}/Algorithm/Dependency/Source/File.pm
${P5SITE}/Algorithm/Dependency/Source/HoA.pm
${P5SITE}/Algorithm/Dependency/Weight.pm
@man man/man3p/Algorithm::Dependency.3p
@man man/man3p/Algorithm::Dependency::Item.3p
@man man/man3p/Algorithm::Dependency::Ordered.3p
@man man/man3p/Algorithm::Dependency::Source.3p
@man man/man3p/Algorithm::Dependency::Source::File.3p
@man man/man3p/Algorithm::Dependency::Source::HoA.3p
@man man/man3p/Algorithm::Dependency::Weight.3p