Tree::R - Perl extension for the Rtree data structure and algorithms

WWW:	http://search.cpan.org/dist/Tree-R/
This commit is contained in:
Dmitry Marakasov 2011-03-12 00:08:41 +00:00
parent 43dfe9d3e4
commit 4b06dfa0ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270718
5 changed files with 35 additions and 0 deletions

View File

@ -2440,6 +2440,7 @@
SUBDIR += p5-Tree-DAG_Node
SUBDIR += p5-Tree-Node
SUBDIR += p5-Tree-Parser
SUBDIR += p5-Tree-R
SUBDIR += p5-Tree-Simple
SUBDIR += p5-Tree-Simple-View
SUBDIR += p5-Tree-Simple-VisitorFactory

21
devel/p5-Tree-R/Makefile Normal file
View File

@ -0,0 +1,21 @@
# New ports collection makefile for: p5-Tree-R
# Date created: 03 Mar 2011
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Tree-R
PORTVERSION= 0.06
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Perl extension for the Rtree data structure and algorithms
PERL_CONFIGURE= yes
MAN3= Tree::R.3
.include <bsd.port.mk>

2
devel/p5-Tree-R/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (Tree-R-0.06.tar.gz) = 063e991c1877168b9ca3a35606c3821a168718ad62fd51dbb6361eadbc6ab392
SIZE (Tree-R-0.06.tar.gz) = 5725

View File

@ -0,0 +1,3 @@
Tree::R - Perl extension for the Rtree data structure and algorithms
WWW: http://search.cpan.org/dist/Tree-R/

View File

@ -0,0 +1,8 @@
%%SITE_PERL%%/Tree/R.pm
%%SITE_PERL%%/auto/Tree/R/autosplit.ix
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/R/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/R
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree
@dirrm %%SITE_PERL%%/auto/Tree/R
@dirrmtry %%SITE_PERL%%/auto/Tree
@dirrmtry %%SITE_PERL%%/Tree