Initial import of p5-OSPF-LSDB 1.01

OSPFView Perl module OSPF::LSDB reads the link-state database from
an OSPF daemon.  Then it creates a dot graphic which can be displayed
with graphviz.

The OSPF::LSDB Perl module and its submodules implement the
functionality to hold, parse, check, display the content of an OSPF
link-state database.

Additionally the OSPFView package contains command-line tools to
read the link-state database from an ospf daemon.  Then it creates
a dot graphic which can be displayed with graphviz.  At the moment
OpenBSD ospfd and ospf6d and gated 3.6 are supported.  Cisco support
is experimental.

OK sthen@
This commit is contained in:
bluhm 2012-06-29 00:10:28 +00:00
parent df1e76062d
commit f23885678c
4 changed files with 79 additions and 0 deletions

30
net/p5-OSPF-LSDB/Makefile Normal file
View File

@ -0,0 +1,30 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/06/29 00:10:28 bluhm Exp $
COMMENT = ospf link-state database viewer
DISTNAME = OSPF-LSDB-1.01
CATEGORIES = net
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# bsd
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-Data-Validate \
devel/p5-Data-Validate-Struct \
devel/p5-File-Slurp \
devel/p5-List-MoreUtils \
textproc/p5-Regexp-Common \
devel/p5-Regexp-IPv6 \
devel/p5-YAML-Syck \
math/graphviz,-main
REGRESS_DEPENDS = devel/p5-Test-NoWarnings \
devel/p5-Test-Pod \
devel/p5-Test-Strict
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (OSPF-LSDB-1.01.tar.gz) = ZxN4ejBG81Q6+YNGVciPsg==
RMD160 (OSPF-LSDB-1.01.tar.gz) = 5JSzGGG0gxKp91D37igfCgruj6o=
SHA1 (OSPF-LSDB-1.01.tar.gz) = 3Z/DDxwXJm/HK35brQ0+Nbjazm0=
SHA256 (OSPF-LSDB-1.01.tar.gz) = q6J65pvQ6XkdjG0MRDJOo8UbZyDrPt9VYMdFOm/zS7A=
SIZE (OSPF-LSDB-1.01.tar.gz) = 105411

View File

@ -0,0 +1,13 @@
OSPFView Perl module OSPF::LSDB reads the link-state database from
an OSPF daemon. Then it creates a dot graphic which can be displayed
with graphviz.
The OSPF::LSDB Perl module and its submodules implement the
functionality to hold, parse, check, display the content of an OSPF
link-state database.
Additionally the OSPFView package contains command-line tools to
read the link-state database from an ospf daemon. Then it creates
a dot graphic which can be displayed with graphviz. At the moment
OpenBSD ospfd and ospf6d and gated 3.6 are supported. Cisco support
is experimental.

View File

@ -0,0 +1,31 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/06/29 00:10:28 bluhm Exp $
bin/ciscoospf2yaml
bin/gated2yaml
bin/ospf2dot
bin/ospfconvert
bin/ospfd2yaml
bin/ospfview
${P5SITE}/OSPF/
${P5SITE}/OSPF/LSDB/
${P5SITE}/OSPF/LSDB.pm
${P5SITE}/OSPF/LSDB/Cisco.pm
${P5SITE}/OSPF/LSDB/View.pm
${P5SITE}/OSPF/LSDB/View6.pm
${P5SITE}/OSPF/LSDB/YAML.pm
${P5SITE}/OSPF/LSDB/gated.pm
${P5SITE}/OSPF/LSDB/ospf6d.pm
${P5SITE}/OSPF/LSDB/ospfd.pm
@man man/man1/ciscoospf2yaml.1
@man man/man1/gated2yaml.1
@man man/man1/ospf2dot.1
@man man/man1/ospfconvert.1
@man man/man1/ospfd2yaml.1
@man man/man1/ospfview.1
@man man/man3p/OSPF::LSDB.3p
@man man/man3p/OSPF::LSDB::Cisco.3p
@man man/man3p/OSPF::LSDB::View.3p
@man man/man3p/OSPF::LSDB::View6.3p
@man man/man3p/OSPF::LSDB::YAML.3p
@man man/man3p/OSPF::LSDB::gated.3p
@man man/man3p/OSPF::LSDB::ospf6d.3p
@man man/man3p/OSPF::LSDB::ospfd.3p