pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Tree-DAG_Node Import p5-Tree-DAG_Node-1.05. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/601edf644fa7
branches:  trunk
changeset: 487069:601edf644fa7
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Jan 08 13:40:17 2005 +0000

description:
Import p5-Tree-DAG_Node-1.05.  Based on 1.04 in pkgsrc-wip, packaged by
David Price.

Tree::DAG_Node is a (super)class for representing nodes in a tree.

This class encapsulates/makes/manipulates objects that represent nodes
in a tree structure.  The tree structure is not an object itself, but
is emergent from the linkages you create between nodes.  This class
provides the methods for making linkages that can be used to build up
a tree, while preventing you from ever making any kinds of linkages
which are not allowed in a tree (such as having a node be its own
mother or ancestor, or having a node have two mothers).

diffstat:

 devel/p5-Tree-DAG_Node/DESCR    |   9 +++++++++
 devel/p5-Tree-DAG_Node/Makefile |  19 +++++++++++++++++++
 devel/p5-Tree-DAG_Node/PLIST    |   1 +
 devel/p5-Tree-DAG_Node/distinfo |   4 ++++
 4 files changed, 33 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 2fd1b1143a14 -r 601edf644fa7 devel/p5-Tree-DAG_Node/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Tree-DAG_Node/DESCR      Sat Jan 08 13:40:17 2005 +0000
@@ -0,0 +1,9 @@
+Tree::DAG_Node is a (super)class for representing nodes in a tree.
+
+This class encapsulates/makes/manipulates objects that represent nodes
+in a tree structure.  The tree structure is not an object itself, but
+is emergent from the linkages you create between nodes.  This class
+provides the methods for making linkages that can be used to build up
+a tree, while preventing you from ever making any kinds of linkages
+which are not allowed in a tree (such as having a node be its own
+mother or ancestor, or having a node have two mothers).
diff -r 2fd1b1143a14 -r 601edf644fa7 devel/p5-Tree-DAG_Node/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Tree-DAG_Node/Makefile   Sat Jan 08 13:40:17 2005 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/08 13:40:17 minskim Exp $
+#
+
+DISTNAME=      Tree-DAG_Node-1.05
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  http://cpan.org/authors/id/S/SB/SBURKE/
+
+MAINTAINER=    dprice%cs.nmsu.edu@localhost
+HOMEPAGE=      http://cpan.org/authors/id/S/SB/SBURKE/Tree-DAG_Node-1.05.readme
+COMMENT=       Class for representing nodes in a tree
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=        yes
+PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/Tree/DAG_Node/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2fd1b1143a14 -r 601edf644fa7 devel/p5-Tree-DAG_Node/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Tree-DAG_Node/PLIST      Sat Jan 08 13:40:17 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/08 13:40:17 minskim Exp $
diff -r 2fd1b1143a14 -r 601edf644fa7 devel/p5-Tree-DAG_Node/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Tree-DAG_Node/distinfo   Sat Jan 08 13:40:17 2005 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/01/08 13:40:17 minskim Exp $
+
+SHA1 (Tree-DAG_Node-1.05.tar.gz) = e66637eda5a791528047f9ad5c639e5d39db1855
+Size (Tree-DAG_Node-1.05.tar.gz) = 32770 bytes



Home | Main Index | Thread Index | Old Index