diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-14 12:15:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-14 12:15:06 +0000 |
commit | 7feb6dda44cdff47bc1591b7bc2a6e1406bb6bea (patch) | |
tree | 3bd71bb393d116e1fa6b217d31add3c697a93f69 /net-mgmt | |
parent | 3d30f7c9c70c39d795c07e9fc53be613f9f42cd9 (diff) | |
download | ports-7feb6dda44cdff47bc1591b7bc2a6e1406bb6bea.tar.gz ports-7feb6dda44cdff47bc1591b7bc2a6e1406bb6bea.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/pancho/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/pancho/distinfo | 3 | ||||
-rw-r--r-- | net-mgmt/pancho/files/patch-MANIFEST | 10 | ||||
-rw-r--r-- | net-mgmt/pancho/pkg-descr | 4 | ||||
-rw-r--r-- | net-mgmt/pancho/pkg-plist | 6 |
5 files changed, 15 insertions, 10 deletions
diff --git a/net-mgmt/pancho/Makefile b/net-mgmt/pancho/Makefile index bfc644021dd5..6f98c6843bcb 100644 --- a/net-mgmt/pancho/Makefile +++ b/net-mgmt/pancho/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pancho -PORTVERSION= 9.2.4 +PORTVERSION= 9.3.1 CATEGORIES= net-mgmt MASTER_SITES= http://www.panchoproject.org/archives/pancho/ DISTNAME= pancho-v${PORTVERSION} diff --git a/net-mgmt/pancho/distinfo b/net-mgmt/pancho/distinfo index ba02cf96fc9c..111f3ee0c52f 100644 --- a/net-mgmt/pancho/distinfo +++ b/net-mgmt/pancho/distinfo @@ -1 +1,2 @@ -MD5 (pancho-v9.2.4.tar.gz) = f251adffbec7c9b60c6e2e632d272d8d +MD5 (pancho-v9.3.1.tar.gz) = da59f926f0d5174eff2cbdf75d5ea6ec +SIZE (pancho-v9.3.1.tar.gz) = 133005 diff --git a/net-mgmt/pancho/files/patch-MANIFEST b/net-mgmt/pancho/files/patch-MANIFEST index 6e7e7c1cf5de..02ecef8306bc 100644 --- a/net-mgmt/pancho/files/patch-MANIFEST +++ b/net-mgmt/pancho/files/patch-MANIFEST @@ -1,9 +1,9 @@ ---- MANIFEST.orig Wed Jan 8 20:53:26 2003 -+++ MANIFEST Wed Jan 8 20:53:45 2003 -@@ -8,8 +8,6 @@ - lib/Pancho/Plugins/Cisco.pm +--- MANIFEST.orig Tue Mar 9 18:33:01 2004 ++++ MANIFEST Sat Mar 13 13:09:43 2004 +@@ -13,8 +13,6 @@ + lib/Pancho/Plugins/DellPowerConnect.pm lib/Pancho/Plugins/Foundry.pm - lib/Pancho/Plugins/Nortel.pm + lib/Pancho/Plugins/Passport.pm -lib/Pancho/Plugins/Plugin.sample -lib/Pancho/Plugins/README lib/Pancho/Snmp.pm diff --git a/net-mgmt/pancho/pkg-descr b/net-mgmt/pancho/pkg-descr index c4ef971bea43..a9bfc7c26ad6 100644 --- a/net-mgmt/pancho/pkg-descr +++ b/net-mgmt/pancho/pkg-descr @@ -9,8 +9,8 @@ configurations on remote routers, pancho is also capable of archiving router configurations manually or through automated runs. -Support is provided for Cisco, Foundry or Nortel/Alteon -devices. +Support is provided for Cisco, Foundry, Nortel/Alteon, +Avaya, or Dell PowerConnect devices. WWW: http://www.panchoproject.org/ diff --git a/net-mgmt/pancho/pkg-plist b/net-mgmt/pancho/pkg-plist index 5bb965d78ae9..857919ea67bd 100644 --- a/net-mgmt/pancho/pkg-plist +++ b/net-mgmt/pancho/pkg-plist @@ -1,14 +1,18 @@ +@comment $FreeBSD$ bin/pancho etc/pancho.conf.sample %%SITE_PERL%%/Pancho/Util.pm %%SITE_PERL%%/Pancho/Snmp.pm %%SITE_PERL%%/Pancho/Log.pm -%%SITE_PERL%%/Pancho/Plugins/Nortel.pm %%SITE_PERL%%/Pancho/Plugins/Foundry.pm %%SITE_PERL%%/Pancho/Plugins/Arrowpoint.pm %%SITE_PERL%%/Pancho/Plugins/Cisco.pm %%SITE_PERL%%/Pancho/Plugins/Avaya.pm %%SITE_PERL%%/Pancho/Plugins/DellPowerConnect.pm +%%SITE_PERL%%/Pancho/Plugins/Accelar.pm +%%SITE_PERL%%/Pancho/Plugins/Alteon.pm +%%SITE_PERL%%/Pancho/Plugins/Baystack.pm +%%SITE_PERL%%/Pancho/Plugins/Passport.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pancho/.packlist @unexec rmdir %D/%%SITE_PERL%%/Pancho/Plugins 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Pancho 2>/dev/null || true |