1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

This module provides methods for working with nested set trees. The

nested tree model is a way of representing hierarchical information in
a database.  This takes a different approach to the Adjacency List
implementation.  (see DBIx::Class::Tree::AdjacencyList which uses
parent relationships in a recursive manner).

WWW: http://search.cpan.org/dist/DBIx-Class-Tree-NestedSet/
This commit is contained in:
Jun Kuriyama 2011-03-18 01:23:39 +00:00
parent abb6952193
commit b42aba98db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271192
5 changed files with 42 additions and 0 deletions

View File

@ -365,6 +365,7 @@
SUBDIR += p5-DBIx-Class-Schema-Loader
SUBDIR += p5-DBIx-Class-TimeStamp
SUBDIR += p5-DBIx-Class-Tree
SUBDIR += p5-DBIx-Class-Tree-NestedSet
SUBDIR += p5-DBIx-Class-UUIDColumns
SUBDIR += p5-DBIx-Class-Validation
SUBDIR += p5-DBIx-Class-WebForm

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: DBIx::Class::Tree::NestedSet
# Date created: 17 Mar 2011
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= DBIx-Class-Tree-NestedSet
PORTVERSION= 0.07
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to manage trees of data using the nested set model
RUN_DEPENDS= \
p5-DBIx-Class>=0.08:${PORTSDIR}/databases/p5-DBIx-Class \
p5-Moose>=0.54:${PORTSDIR}/devel/p5-Moose \
p5-namespace-autoclean>0:${PORTSDIR}/devel/p5-namespace-autoclean
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= DBIx::Class::Tree::NestedSet.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (DBIx-Class-Tree-NestedSet-0.07.tar.gz) = 624bbfddfff5abbab0871e39b1603002639434a123d4ec92d81e370f733b8e0e
SIZE (DBIx-Class-Tree-NestedSet-0.07.tar.gz) = 17198

View File

@ -0,0 +1,7 @@
This module provides methods for working with nested set trees. The
nested tree model is a way of representing hierarchical information in
a database. This takes a different approach to the Adjacency List
implementation. (see DBIx::Class::Tree::AdjacencyList which uses
parent relationships in a recursive manner).
WWW: http://search.cpan.org/dist/DBIx-Class-Tree-NestedSet/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/Tree/NestedSet/.packlist
%%SITE_PERL%%/DBIx/Class/Tree/NestedSet.pm
@dirrm %%SITE_PERL%%/DBIx/Class/Tree
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/Tree/NestedSet
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/Tree