summaryrefslogtreecommitdiff
path: root/textproc/p5-Tree-Nary
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-05-27 05:42:57 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-05-27 05:42:57 +0000
commit4a32dc994b25c6bcf5ad582d144c8ffc4db41a66 (patch)
tree00d62434b34999b87dd528124c4558fa1c707425 /textproc/p5-Tree-Nary
parentA set of perl modules that allows you to enhance logging capabilities (diff)
Perl implementation of N-ary search trees
PR: ports/27443 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes: svn path=/head/; revision=43105
Diffstat (limited to 'textproc/p5-Tree-Nary')
-rw-r--r--textproc/p5-Tree-Nary/Makefile22
-rw-r--r--textproc/p5-Tree-Nary/distinfo1
-rw-r--r--textproc/p5-Tree-Nary/pkg-comment1
-rw-r--r--textproc/p5-Tree-Nary/pkg-descr9
-rw-r--r--textproc/p5-Tree-Nary/pkg-plist5
5 files changed, 38 insertions, 0 deletions
diff --git a/textproc/p5-Tree-Nary/Makefile b/textproc/p5-Tree-Nary/Makefile
new file mode 100644
index 000000000000..1f4d0648f814
--- /dev/null
+++ b/textproc/p5-Tree-Nary/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: Tree:Nary
+# Date created: 18 May 2001
+# Whom: svenasse
+#
+# $FreeBSD$
+#
+
+PORTNAME= Tree-Nary
+PORTVERSION= 1.1
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Tree
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= svenasse@polaris.ca
+
+PERL_CONFIGURE= yes
+
+MAN3= Tree::Nary.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Tree-Nary/distinfo b/textproc/p5-Tree-Nary/distinfo
new file mode 100644
index 000000000000..88f604a48ea7
--- /dev/null
+++ b/textproc/p5-Tree-Nary/distinfo
@@ -0,0 +1 @@
+MD5 (Tree-Nary-1.1.tar.gz) = 5add379acd8aeb1d93715cc2768eeff5
diff --git a/textproc/p5-Tree-Nary/pkg-comment b/textproc/p5-Tree-Nary/pkg-comment
new file mode 100644
index 000000000000..22ff8c34f494
--- /dev/null
+++ b/textproc/p5-Tree-Nary/pkg-comment
@@ -0,0 +1 @@
+Perl implementation of N-ary search trees
diff --git a/textproc/p5-Tree-Nary/pkg-descr b/textproc/p5-Tree-Nary/pkg-descr
new file mode 100644
index 000000000000..7ed27d1824d2
--- /dev/null
+++ b/textproc/p5-Tree-Nary/pkg-descr
@@ -0,0 +1,9 @@
+The Tree::Nary class implements N-ary trees (trees of data with any
+number of branches), providing the organizational structure for a
+tree (collection) of any number of nodes, but knowing nothing about
+the specific type of node used. It can be used to display
+hierarchical database entries in an internal application (the NIS
+netgroup file is an example of such a database). It offers the
+capability to select nodes on the tree, and attachment points for
+nodes on the tree. Each attachment point can support multiple
+child nodes.
diff --git a/textproc/p5-Tree-Nary/pkg-plist b/textproc/p5-Tree-Nary/pkg-plist
new file mode 100644
index 000000000000..fff56a5e9e1f
--- /dev/null
+++ b/textproc/p5-Tree-Nary/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tree/Nary/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/Tree/Nary.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tree/Nary
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tree 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Tree 2>/dev/null || true