diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-05 10:24:52 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-05 10:24:52 +0800 |
commit | 51e3fa056e902d1b3fd9099cbd9da66b765ca724 (patch) | |
tree | 61a46113b2e4ce3abbbd1efc277ef7c12d859d8f /databases | |
parent | f860b20786c9791b950401e894b2e31fa9bae1f8 (diff) | |
download | freebsd-ports-gnome-51e3fa056e902d1b3fd9099cbd9da66b765ca724.tar.gz freebsd-ports-gnome-51e3fa056e902d1b3fd9099cbd9da66b765ca724.tar.zst freebsd-ports-gnome-51e3fa056e902d1b3fd9099cbd9da66b765ca724.zip |
New Port: databases/p5-DBIx-Tree v0.91
When you've got one of those nasty self-referential tables
that you want to bust out into a tree, this is the module
to check out. Assuming there are no horribly broken nodes
in your tree and (heaven forbid) any circular references
PR: ports/47660
Submitted by: Philip M. Gollucci <philip@p6m7g8.com>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-DBIx-Tree/Makefile | 25 | ||||
-rw-r--r-- | databases/p5-DBIx-Tree/distinfo | 1 | ||||
-rw-r--r-- | databases/p5-DBIx-Tree/pkg-comment | 1 | ||||
-rw-r--r-- | databases/p5-DBIx-Tree/pkg-descr | 8 | ||||
-rw-r--r-- | databases/p5-DBIx-Tree/pkg-plist | 9 |
6 files changed, 45 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 9e2786092172..fa1c21efd6ac 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -98,6 +98,7 @@ SUBDIR += p5-DBIx-Recordset SUBDIR += p5-DBIx-SearchBuilder SUBDIR += p5-DBIx-Table + SUBDIR += p5-DBIx-Tree SUBDIR += p5-DBIx-XHTML_Table SUBDIR += p5-DBIx-XML_RDB SUBDIR += p5-DBZ_File diff --git a/databases/p5-DBIx-Tree/Makefile b/databases/p5-DBIx-Tree/Makefile new file mode 100644 index 000000000000..2ce97c5860d4 --- /dev/null +++ b/databases/p5-DBIx-Tree/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-DBIx-Tree +# Date created: January 29th 2003 +# Whom: Philip M. Gollucci <philip@p6m7g8.com> +# +# $FreeBSD$ +# + +PORTNAME= DBIx-Tree +PORTVERSION= 0.91 +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= DBIx +PKGNAMEPREFIX= p5- + +MAINTAINER= philip@p6m7g8.com + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI + +PERL_CONFIGURE= yes +IS_INTERACTIVE= yes + +MAN3= DBIx::Tree.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/databases/p5-DBIx-Tree/distinfo b/databases/p5-DBIx-Tree/distinfo new file mode 100644 index 000000000000..25277e526a24 --- /dev/null +++ b/databases/p5-DBIx-Tree/distinfo @@ -0,0 +1 @@ +MD5 (DBIx-Tree-0.91.tar.gz) = 945d2229738c525dc09b838690a2ce42 diff --git a/databases/p5-DBIx-Tree/pkg-comment b/databases/p5-DBIx-Tree/pkg-comment new file mode 100644 index 000000000000..5de5e9cf8d15 --- /dev/null +++ b/databases/p5-DBIx-Tree/pkg-comment @@ -0,0 +1 @@ +Perl module for generating a tree from a self-referential table diff --git a/databases/p5-DBIx-Tree/pkg-descr b/databases/p5-DBIx-Tree/pkg-descr new file mode 100644 index 000000000000..941378d5547f --- /dev/null +++ b/databases/p5-DBIx-Tree/pkg-descr @@ -0,0 +1,8 @@ +When you've got one of those nasty self-referential tables that you +want to bust out into a tree, this is the module to check out. Assum- +ing there are no horribly broken nodes in your tree and (heaven forbid) +any circular references + +WWW: http://search.cpan.org/search?dist=DBIx-Tree + +Philip M. Gollucci <philip@p6m7g8.com> diff --git a/databases/p5-DBIx-Tree/pkg-plist b/databases/p5-DBIx-Tree/pkg-plist new file mode 100644 index 000000000000..97198ff3d165 --- /dev/null +++ b/databases/p5-DBIx-Tree/pkg-plist @@ -0,0 +1,9 @@ +lib/perl5/site_perl/%%PERL_VER%%/auto/DBIx/Tree/autosplit.ix +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/DBIx/Tree +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/Tree/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/Tree +lib/perl5/site_perl/%%PERL_VER%%/DBIx/Tree.pm +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/mach/auto/DBIx 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/DBIx 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/DBIx 2>/dev/null || true + |