SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,18 @@
COMMENT= class for viewing Tree::Simple hierarchies
DISTNAME = Tree-Simple-View-0.180001
CATEGORIES= devel
REVISION = 0
MODULES= cpan
PKG_ARCH= *
# perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= devel/p5-Class-Throwable>=0.1 \
devel/p5-Test-Exception>=0.15 \
devel/p5-Test-LongString \
devel/p5-Tree-Simple>=1.07
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Tree-Simple-View-0.180001.tar.gz) = vVetomkmD/U91dDBZ2/4yiZqFjp8FLBI4AQ/MLtzwPA=
SIZE (Tree-Simple-View-0.180001.tar.gz) = 25182

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,11 @@
${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