From 60aab665670e50cb18bba45ee25f2ed091759741 Mon Sep 17 00:00:00 2001
From: Garrett Wollman <wollman@FreeBSD.org>
Date: Mon, 23 Feb 2004 04:42:13 +0000
Subject: Say hello to the new "net-mgmt" category.  There are probably more
 ports that belong here than the ones I have identified and moved in this,
 first, pass.

Approved in principle by: marcus
---
 net/pancho/distinfo                |  1 -
 net/pancho/files/patch-MANIFEST    | 11 -----
 net/pancho/files/patch-Makefile.PL | 92 --------------------------------------
 net/pancho/pkg-descr               | 17 -------
 net/pancho/pkg-message             |  6 ---
 net/pancho/pkg-plist               | 19 --------
 6 files changed, 146 deletions(-)
 delete mode 100644 net/pancho/distinfo
 delete mode 100644 net/pancho/files/patch-MANIFEST
 delete mode 100644 net/pancho/files/patch-Makefile.PL
 delete mode 100644 net/pancho/pkg-descr
 delete mode 100644 net/pancho/pkg-message
 delete mode 100644 net/pancho/pkg-plist

(limited to 'net/pancho')

diff --git a/net/pancho/distinfo b/net/pancho/distinfo
deleted file mode 100644
index ba02cf96fc9c..000000000000
--- a/net/pancho/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (pancho-v9.2.4.tar.gz) = f251adffbec7c9b60c6e2e632d272d8d
diff --git a/net/pancho/files/patch-MANIFEST b/net/pancho/files/patch-MANIFEST
deleted file mode 100644
index 6e7e7c1cf5de..000000000000
--- a/net/pancho/files/patch-MANIFEST
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
- lib/Pancho/Plugins/Foundry.pm
- lib/Pancho/Plugins/Nortel.pm
--lib/Pancho/Plugins/Plugin.sample
--lib/Pancho/Plugins/README
- lib/Pancho/Snmp.pm
- lib/Pancho/Util.pm
- license/COPYRIGHT
diff --git a/net/pancho/files/patch-Makefile.PL b/net/pancho/files/patch-Makefile.PL
deleted file mode 100644
index e4e86eff0eca..000000000000
--- a/net/pancho/files/patch-Makefile.PL
+++ /dev/null
@@ -1,92 +0,0 @@
---- Makefile.PL.orig	Mon Jan  6 22:22:54 2003
-+++ Makefile.PL	Mon Jan  6 22:26:56 2003
-@@ -52,24 +52,26 @@
-    print "Configuring Pancho.\n";
- }
- 
--my @missing_mods;
--my @upgrade_mods;
--# check for modules
--foreach my $mod (keys %$DEPS) {
--   my $eval = "require $mod";
--   eval $eval;
--   if ($@) {
--      push (@missing_mods, $mod);
--   }
--   elsif ($mod->VERSION < $DEPS->{$mod}) {
--      push (@upgrade_mods, $mod);
--   }
--}
--
--if ($NOASK) {
--   installMods(\@missing_mods, 'missing');
--   installMods(\@upgrade_mods, 'upgrade');
--}
-+# FreeBSD port : inhibits dependancy checks here
-+# and use port's one
-+#my @missing_mods;
-+#my @upgrade_mods;
-+## check for modules
-+#foreach my $mod (keys %$DEPS) {
-+#   my $eval = "require $mod";
-+#   eval $eval;
-+#   if ($@) {
-+#      push (@missing_mods, $mod);
-+#   }
-+#   elsif ($mod->VERSION < $DEPS->{$mod}) {
-+#      push (@upgrade_mods, $mod);
-+#   }
-+#}
-+#
-+#if ($NOASK) {
-+#   installMods(\@missing_mods, 'missing');
-+#   installMods(\@upgrade_mods, 'upgrade');
-+#}
- 
- if ($ALONE) {
-    system("perl build_pancho.PL ALONE");
-@@ -109,25 +111,25 @@
- }
- 
- # override install in order to create conf dir and copy config
--sub MY::install {
--    package MY;
--    my $inherited = shift->SUPER::install(@_);
--
--    # commands to actually create and copy the files
--    my $mkdir = "\t\$(MKPATH) \$(SYS_CONFDIR)\n";
--
--    my $copy  = "\t\@ if [ -f \"\$(SYS_CONFDIR)/pancho.conf\" ]; then \\\n"; 
--    $copy    .= "\t\techo;\\\n\t\techo Not copying configuration file.  One already exists.;\\\n\t\techo;\\\n";
--    $copy    .= "\telse \\\n";
--    $copy    .= "\t\t\$(CP) pancho.conf \$(SYS_CONFDIR);\\\n";
--    $copy    .= "\t\techo;\\\n\t\techo Configuration file has been installed into \$(SYS_CONFDIR);\\\n\t\techo;\\\n";
--    $copy    .= "\tfi\n";
--
--    # add copy of config file into SYS_CONFDIR
--    $inherited =~ s|(^install\s*::.*)|$1\n$mkdir$copy|m;
--    
--    $inherited;
--}
-+#sub MY::install {
-+#    package MY;
-+#    my $inherited = shift->SUPER::install(@_);
-+#
-+#    # commands to actually create and copy the files
-+#    my $mkdir = "\t\$(MKPATH) \$(SYS_CONFDIR)\n";
-+#
-+#    my $copy  = "\t\@ if [ -f \"\$(SYS_CONFDIR)/pancho.conf\" ]; then \\\n"; 
-+#    $copy    .= "\t\techo;\\\n\t\techo Not copying configuration file.  One already exists.;\\\n\t\techo;\\\n";
-+#    $copy    .= "\telse \\\n";
-+#    $copy    .= "\t\t\$(CP) pancho.conf \$(SYS_CONFDIR);\\\n";
-+#    $copy    .= "\t\techo;\\\n\t\techo Configuration file has been installed into \$(SYS_CONFDIR);\\\n\t\techo;\\\n";
-+#    $copy    .= "\tfi\n";
-+#
-+#    # add copy of config file into SYS_CONFDIR
-+#    $inherited =~ s|(^install\s*::.*)|$1\n$mkdir$copy|m;
-+#    
-+#    $inherited;
-+#}
- 
- # override realclean to remove pancho and pancho.conf
- sub MY::realclean {
diff --git a/net/pancho/pkg-descr b/net/pancho/pkg-descr
deleted file mode 100644
index c4ef971bea43..000000000000
--- a/net/pancho/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-Pancho was written with the goal of allowing network
-administrators make a change to a group of Cisco routers
-without being required to log into each host. 
-
-Pancho also provides the flexibility to allow admins to
-use its function against a single host, a select group
-or the entire whole. In addition to changes to current
-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.
-
-WWW: http://www.panchoproject.org/
-
---Nicolas Jombart <ecu@ipv42.net>
diff --git a/net/pancho/pkg-message b/net/pancho/pkg-message
deleted file mode 100644
index e3040835e3d2..000000000000
--- a/net/pancho/pkg-message
+++ /dev/null
@@ -1,6 +0,0 @@
-Documentation is not included with Pancho distribution
-Please read it at http://www.panchoproject.org/
-
-You also need to customize PREFIX/etc/pancho.conf
-A sample configuration file is installed as pancho.conf.sample,
-copy it as pancho.conf.
diff --git a/net/pancho/pkg-plist b/net/pancho/pkg-plist
deleted file mode 100644
index 5bb965d78ae9..000000000000
--- a/net/pancho/pkg-plist
+++ /dev/null
@@ -1,19 +0,0 @@
-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%%/%%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
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pancho 2>/dev/null || true
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/README.plugins
-%%PORTDOCS%%%%DOCSDIR%%/Plugin.sample
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-- 
cgit v1.2.3