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

Add p5-Tree-Simple-View 0.09, a set of classes for viewing Tree::Simple

hierarchies.

PR:		ports/69882
Submitted by:	Aaron Dalton <aaron@daltons.ca>
This commit is contained in:
Mathieu Arnold 2004-08-02 13:58:58 +00:00
parent d8b41b06cc
commit f9dc89aa93
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115263
5 changed files with 52 additions and 0 deletions

View File

@ -989,6 +989,7 @@
SUBDIR += p5-TraceFuncs
SUBDIR += p5-Tree-DAG_Node
SUBDIR += p5-Tree-Simple
SUBDIR += p5-Tree-Simple-View
SUBDIR += p5-UNIVERSAL-exports
SUBDIR += p5-UNIVERSAL-moniker
SUBDIR += p5-Unix-Statgrab

View File

@ -0,0 +1,31 @@
# New ports collection makefile for: Tree::Simple::View
# Date created: 1 August 2004
# Whom: Aaron Dalton <aaron@daltons.ca>
#
# $FreeBSD$
#
PORTNAME= Tree-Simple-View
PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tree
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@daltons.ca
COMMENT= A set of classes for viewing Tree::Simple hierarchies
BUILD_DEPENDS= ${SITE_PERL}/Tree/Simple.pm:${PORTSDIR}/devel/p5-Tree-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= Tree::Simple::View.3 Tree::Simple::View::DHTML.3 Tree::Simple::View::HTML.3
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= "This port requires perl 5.6 or above."
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (Tree-Simple-View-0.09.tar.gz) = 5e506dec24ea1228d61e1157d1854820
SIZE (Tree-Simple-View-0.09.tar.gz) = 17927

View File

@ -0,0 +1,8 @@
Tree::Simple::View - A set of classes for viewing Tree::Simple hierarchies
WWW: http://search.cpan.org/dist/Tree-Simple-View/
Author: Stevan Little <stevan@iinteractive.com>
--
Aaron Dalton
aaron@daltons.ca

View File

@ -0,0 +1,10 @@
%%SITE_PERL%%/Tree/Simple/View.pm
%%SITE_PERL%%/Tree/Simple/View/DHTML.pm
%%SITE_PERL%%/Tree/Simple/View/HTML.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Simple/View/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Simple/View
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Simple 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree 2>/dev/null || true
@dirrm %%SITE_PERL%%/Tree/Simple/View
@unexec rmdir %D/%%SITE_PERL%%/Tree/Simple 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Tree 2>/dev/null || true