mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Adding port devel/p5-Tree-Binary-Dictionary, a simple class to provide a dictionary style API to a binary tree of data.
Approved by: tobez (implicit)
This commit is contained in:
parent
6bbfcfd62b
commit
071e5a80bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163301
@ -1303,6 +1303,7 @@
|
||||
SUBDIR += p5-TimeDate
|
||||
SUBDIR += p5-TraceFuncs
|
||||
SUBDIR += p5-Tree-Binary
|
||||
SUBDIR += p5-Tree-Binary-Dictionary
|
||||
SUBDIR += p5-Tree-DAG_Node
|
||||
SUBDIR += p5-Tree-Node
|
||||
SUBDIR += p5-Tree-Parser
|
||||
|
31
devel/p5-Tree-Binary-Dictionary/Makefile
Normal file
31
devel/p5-Tree-Binary-Dictionary/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: p5-Tree-Binary-Dictionary
|
||||
# Date created: 24 May 2006
|
||||
# Whom: Aaron Dalton <aaron@daltons.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Tree-Binary-Dictionary
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Tree
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= aaron@FreeBSD.org
|
||||
COMMENT= A dictionary API to a binary tree
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Tree/Binary.pm:${PORTSDIR}/devel/p5-Tree-Binary
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= Tree::Binary::Dictionary.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires perl 5.6.x or later. Please install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
devel/p5-Tree-Binary-Dictionary/distinfo
Normal file
3
devel/p5-Tree-Binary-Dictionary/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Tree-Binary-Dictionary-0.04.tar.gz) = 0c6c4414145a01362f08f21f07be3f7a
|
||||
SHA256 (Tree-Binary-Dictionary-0.04.tar.gz) = a23ef5b13f785fa7e508df771dc308b425569ae49f5734c24f3ebf5473052ec9
|
||||
SIZE (Tree-Binary-Dictionary-0.04.tar.gz) = 3856
|
7
devel/p5-Tree-Binary-Dictionary/pkg-descr
Normal file
7
devel/p5-Tree-Binary-Dictionary/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
A simple class to provide a dictionary style API to a binary tree of data.
|
||||
|
||||
This can provide a useful alternative to a long-lived hash in long running
|
||||
daemons and processes.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Tree-Binary-Dictionary
|
||||
Author: aaron trevena <teejay@droogs.org>
|
7
devel/p5-Tree-Binary-Dictionary/pkg-plist
Normal file
7
devel/p5-Tree-Binary-Dictionary/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/Tree/Binary/Dictionary.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Binary/Dictionary/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Binary/Dictionary
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Binary
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree
|
||||
@dirrmtry %%SITE_PERL%%/Tree/Binary
|
||||
@dirrmtry %%SITE_PERL%%/Tree
|
Loading…
Reference in New Issue
Block a user