import p5-Tree-Simple-View 0.16

This serves as an abstract base class to the Tree::Simple::View::*
classes. There are two implementing classes included here:
Tree::Simple::View::HTML and Tree::Simple::View::DHTML.

"ok, GOGOGO" simon@
This commit is contained in:
jasper 2008-02-04 20:05:42 +00:00
parent ceffcccc34
commit 7132ca00c1
4 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/02/04 20:05:42 jasper Exp $
COMMENT= class for viewing Tree::Simple hierarchies
DISTNAME= Tree-Simple-View-0.16
CATEGORIES= devel
MODULES= cpan
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= :p5-Class-Throwable->=0.1:devel/p5-Class-Throwable \
:p5-Test-Exception->=0.15:devel/p5-Test-Exception \
:p5-Test-LongString-*:devel/p5-Test-LongString \
:p5-Tree-Simple->=1.07:devel/p5-Tree-Simple
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Tree-Simple-View-0.16.tar.gz) = MNlYkXEQkVUe4Oxf7VpMeg==
RMD160 (Tree-Simple-View-0.16.tar.gz) = LbNwKQCvZ5sgteT4+dmC4cnRkWk=
SHA1 (Tree-Simple-View-0.16.tar.gz) = GPN1Ez6jGl02biBG+w9A0FRwvQY=
SHA256 (Tree-Simple-View-0.16.tar.gz) = PxZcgaIe5cB/nIBCCkf70s+l4xgZjpJgxINu8074ScY=
SIZE (Tree-Simple-View-0.16.tar.gz) = 22357

View File

@ -0,0 +1,3 @@
This serves as an abstract base class to the Tree::Simple::View::*
classes. There are two implementing classes included here:
Tree::Simple::View::HTML and Tree::Simple::View::DHTML.

View File

@ -0,0 +1,12 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/02/04 20:05:42 jasper Exp $
${P5SITE}/Tree/Simple/View/
${P5SITE}/Tree/Simple/View.pm
${P5SITE}/Tree/Simple/View/ASCII.pm
${P5SITE}/Tree/Simple/View/DHTML.pm
${P5SITE}/Tree/Simple/View/Exceptions.pm
${P5SITE}/Tree/Simple/View/HTML.pm
@man man/man3p/Tree::Simple::View.3p
@man man/man3p/Tree::Simple::View::ASCII.3p
@man man/man3p/Tree::Simple::View::DHTML.3p
@man man/man3p/Tree::Simple::View::Exceptions.3p
@man man/man3p/Tree::Simple::View::HTML.3p