diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2003-03-25 02:50:51 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2003-03-25 02:50:51 +0000 |
commit | 9d484b6a7f3980f61b4349f3c6b21ef7056a5f1c (patch) | |
tree | e87cfcab27d351ba140b375e69b57cfd28fb7715 /net-mgmt | |
parent | aa1adf61cce19d45fb4273eef68ab7c5bf5dcacc (diff) | |
download | ports-9d484b6a7f3980f61b4349f3c6b21ef7056a5f1c.tar.gz ports-9d484b6a7f3980f61b4349f3c6b21ef7056a5f1c.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/pancho/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/pancho/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/pancho/pkg-plist | 14 |
3 files changed, 11 insertions, 9 deletions
diff --git a/net-mgmt/pancho/Makefile b/net-mgmt/pancho/Makefile index 2076120b7fa1..158e71eb1a66 100644 --- a/net-mgmt/pancho/Makefile +++ b/net-mgmt/pancho/Makefile @@ -6,13 +6,13 @@ # PORTNAME= pancho -PORTVERSION= 9.0.1 +PORTVERSION= 9.1.0 CATEGORIES= net MASTER_SITES= http://www.panchoproject.org/archives/pancho/ DISTNAME= pancho-v${PORTVERSION} MAINTAINER= ecu@ipv42.net -COMMENT= Perl script useful to configure Cisco routers via TFTP +COMMENT= Network devices management tool using TFTP and SNMP RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SNMP.pm:${PORTSDIR}/net/p5-Net-SNMP \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \ diff --git a/net-mgmt/pancho/distinfo b/net-mgmt/pancho/distinfo index 9351f85f3f9f..fc1b387091fb 100644 --- a/net-mgmt/pancho/distinfo +++ b/net-mgmt/pancho/distinfo @@ -1 +1 @@ -MD5 (pancho-v9.0.1.tar.gz) = 5c38770be85570bdff5bb17526bf2979 +MD5 (pancho-v9.1.0.tar.gz) = 498c9e3e7d75b2d9399ab79d7321b666 diff --git a/net-mgmt/pancho/pkg-plist b/net-mgmt/pancho/pkg-plist index 96d06c197cee..5c56371e3c17 100644 --- a/net-mgmt/pancho/pkg-plist +++ b/net-mgmt/pancho/pkg-plist @@ -1,3 +1,6 @@ +bin/pancho +etc/pancho.conf.sample +lib/perllocal.pod-pancho lib/perl5/site_perl/%%PERL_VER%%/Pancho/Util.pm lib/perl5/site_perl/%%PERL_VER%%/Pancho/Snmp.pm lib/perl5/site_perl/%%PERL_VER%%/Pancho/Log.pm @@ -5,13 +8,12 @@ lib/perl5/site_perl/%%PERL_VER%%/Pancho/Plugins/Nortel.pm lib/perl5/site_perl/%%PERL_VER%%/Pancho/Plugins/Foundry.pm lib/perl5/site_perl/%%PERL_VER%%/Pancho/Plugins/Arrowpoint.pm lib/perl5/site_perl/%%PERL_VER%%/Pancho/Plugins/Cisco.pm +lib/perl5/site_perl/%%PERL_VER%%/Pancho/Plugins/Avaya.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Pancho/.packlist @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Pancho/Plugins 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Pancho 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Pancho 2>/dev/null || true -bin/pancho -etc/pancho.conf.sample -%%PORTDOCS%%share/doc/pancho/README -%%PORTDOCS%%share/doc/pancho/README.plugins -%%PORTDOCS%%share/doc/pancho/Plugin.sample -%%PORTDOCS%%@dirrm share/doc/pancho +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.plugins +%%PORTDOCS%%%%DOCSDIR%%/Plugin.sample +%%PORTDOCS%%@dirrm %%DOCSDIR%% |