pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Algorithm-Dependency Initial import of p5-Alg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/931f06ce6229
branches:  trunk
changeset: 496231:931f06ce6229
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 24 19:14:46 2005 +0000

description:
Initial import of p5-Algorithm-Dependency-1.03:

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

Despite the most visible of these being software installation
systems like the CPAN installer, or debian apt-get, they are useful
in other situations. This module intentionally uses implementation-neutral
words, to avoid confusion.

diffstat:

 devel/p5-Algorithm-Dependency/DESCR    |   8 ++++++++
 devel/p5-Algorithm-Dependency/Makefile |  18 ++++++++++++++++++
 devel/p5-Algorithm-Dependency/PLIST    |   1 +
 devel/p5-Algorithm-Dependency/distinfo |   5 +++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r dfb37697dc4d -r 931f06ce6229 devel/p5-Algorithm-Dependency/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Algorithm-Dependency/DESCR       Fri Jun 24 19:14:46 2005 +0000
@@ -0,0 +1,8 @@
+Algorithm::Dependency is a framework for creating simple read-only
+dependency hierarchies, where you have a set of items that rely on
+other items in the set, and require actions on them as well.
+
+Despite the most visible of these being software installation
+systems like the CPAN installer, or debian apt-get, they are useful
+in other situations. This module intentionally uses implementation-neutral
+words, to avoid confusion.
diff -r dfb37697dc4d -r 931f06ce6229 devel/p5-Algorithm-Dependency/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Algorithm-Dependency/Makefile    Fri Jun 24 19:14:46 2005 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/06/24 19:14:46 wiz Exp $
+
+DISTNAME=      Algorithm-Dependency-1.03
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Algorithm/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Algorithm-Dependency/
+COMMENT=       Algorithmic framework for implementing dependency tree
+
+DEPENDS+=      p5-Test-ClassAPI>=0.6:../../devel/p5-Test-ClassAPI
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Algorithm/Dependency/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r dfb37697dc4d -r 931f06ce6229 devel/p5-Algorithm-Dependency/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Algorithm-Dependency/PLIST       Fri Jun 24 19:14:46 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/06/24 19:14:46 wiz Exp $
diff -r dfb37697dc4d -r 931f06ce6229 devel/p5-Algorithm-Dependency/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Algorithm-Dependency/distinfo    Fri Jun 24 19:14:46 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/06/24 19:14:46 wiz Exp $
+
+SHA1 (Algorithm-Dependency-1.03.tar.gz) = 5250661095bee62fb65f6b45624a333420fb2c29
+RMD160 (Algorithm-Dependency-1.03.tar.gz) = 8b0a9753b70924c5a7911d1f803b363569168c6f
+Size (Algorithm-Dependency-1.03.tar.gz) = 21969 bytes



Home | Main Index | Thread Index | Old Index