summaryrefslogtreecommitdiff
path: root/devel/p5-Tree-DAG_Node
diff options
context:
space:
mode:
authorminskim <minskim>2005-01-08 13:40:17 +0000
committerminskim <minskim>2005-01-08 13:40:17 +0000
commita0bfa8f6bb0fd7654ced5c7069e76066485ce910 (patch)
treeb958122175ca07915dfbfcea13c5bb6dd8727358 /devel/p5-Tree-DAG_Node
parentd945ab163956528252049804094c7bf1fd4187b6 (diff)
downloadpkgsrc-a0bfa8f6bb0fd7654ced5c7069e76066485ce910.tar.gz
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 (limited to 'devel/p5-Tree-DAG_Node')
-rw-r--r--devel/p5-Tree-DAG_Node/DESCR9
-rw-r--r--devel/p5-Tree-DAG_Node/Makefile19
-rw-r--r--devel/p5-Tree-DAG_Node/PLIST1
-rw-r--r--devel/p5-Tree-DAG_Node/distinfo4
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/p5-Tree-DAG_Node/DESCR b/devel/p5-Tree-DAG_Node/DESCR
new file mode 100644
index 00000000000..1310df3df57
--- /dev/null
+++ b/devel/p5-Tree-DAG_Node/DESCR
@@ -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 --git a/devel/p5-Tree-DAG_Node/Makefile b/devel/p5-Tree-DAG_Node/Makefile
new file mode 100644
index 00000000000..7c70e7dc53e
--- /dev/null
+++ b/devel/p5-Tree-DAG_Node/Makefile
@@ -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
+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 --git a/devel/p5-Tree-DAG_Node/PLIST b/devel/p5-Tree-DAG_Node/PLIST
new file mode 100644
index 00000000000..3f467ca8ac2
--- /dev/null
+++ b/devel/p5-Tree-DAG_Node/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/08 13:40:17 minskim Exp $
diff --git a/devel/p5-Tree-DAG_Node/distinfo b/devel/p5-Tree-DAG_Node/distinfo
new file mode 100644
index 00000000000..968b4895ffe
--- /dev/null
+++ b/devel/p5-Tree-DAG_Node/distinfo
@@ -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