pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc p5-FusionInventory-Agent-Task-Network: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62f5a21f2ec5
branches:  trunk
changeset: 341988:62f5a21f2ec5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Oct 11 14:46:24 2019 +0000

description:
p5-FusionInventory-Agent-Task-Network: remove

It was removed from CPAN in 2017 and conflicts with a dependency.

diffstat:

 doc/CHANGES-2019                                                    |   3 +-
 net/Makefile                                                        |   3 +-
 net/p5-FusionInventory-Agent-Task-Network/DESCR                     |   7 -
 net/p5-FusionInventory-Agent-Task-Network/Makefile                  |  27 -------
 net/p5-FusionInventory-Agent-Task-Network/PLIST                     |  37 ----------
 net/p5-FusionInventory-Agent-Task-Network/distinfo                  |   7 -
 net/p5-FusionInventory-Agent-Task-Network/patches/patch-Makefile.PL |  25 ------
 7 files changed, 3 insertions(+), 106 deletions(-)

diffs (154 lines):

diff -r 52a2f0e3bf6a -r 62f5a21f2ec5 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Oct 11 14:44:31 2019 +0000
+++ b/doc/CHANGES-2019  Fri Oct 11 14:46:24 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.4299 2019/10/11 14:44:31 mef Exp $
+$NetBSD: CHANGES-2019,v 1.4300 2019/10/11 14:46:24 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -6898,3 +6898,4 @@
        Updated devel/p5-CPAN-Perl-Releases to 4.14 [makoto 2019-10-11]
        Updated www/cliqz to 1.29.2 [fox 2019-10-11]
        Updated devel/p5-CPANPLUS to 0.9178 [makoto 2019-10-11]
+       Removed net/p5-FusionInventory-Agent-Task-Network [wiz 2019-10-11]
diff -r 52a2f0e3bf6a -r 62f5a21f2ec5 net/Makefile
--- a/net/Makefile      Fri Oct 11 14:44:31 2019 +0000
+++ b/net/Makefile      Fri Oct 11 14:46:24 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1270 2019/09/19 21:25:51 adam Exp $
+# $NetBSD: Makefile,v 1.1271 2019/10/11 14:46:24 wiz Exp $
 #
 
 COMMENT=       Networking tools
@@ -473,7 +473,6 @@
 SUBDIR+=       p5-File-Rsync
 SUBDIR+=       p5-File-RsyncP
 SUBDIR+=       p5-FusionInventory-Agent
-SUBDIR+=       p5-FusionInventory-Agent-Task-Network
 SUBDIR+=       p5-Geo-IP
 SUBDIR+=       p5-Geo-IPfree
 SUBDIR+=       p5-IO-Interface
diff -r 52a2f0e3bf6a -r 62f5a21f2ec5 net/p5-FusionInventory-Agent-Task-Network/DESCR
--- a/net/p5-FusionInventory-Agent-Task-Network/DESCR   Fri Oct 11 14:44:31 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-This plugin for the agent provides two tasks that were previously distributed
-separatly:
-
-* the NetDiscovery task allows the agent to scan the network to find remote
-  devices, through nmap, NetBios or SNMP, and to identify them
-* the NetInventory task allows the agent to extract various informations from
-  a remote device through SNMP protocol
diff -r 52a2f0e3bf6a -r 62f5a21f2ec5 net/p5-FusionInventory-Agent-Task-Network/Makefile
--- a/net/p5-FusionInventory-Agent-Task-Network/Makefile        Fri Oct 11 14:44:31 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2019/08/11 13:22:14 wiz Exp $
-
-DISTNAME=      FusionInventory-Agent-Task-Network-1.0.2
-PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   7
-CATEGORIES=    net perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GR/GROUSSE/}
-
-MAINTAINER=    bouyer%NetBSD.org@localhost
-#HOMEPAGE=     http://search.cpan.org/~grousse/FusionInventory-Agent-Task-Network-1.0.2/
-COMMENT=       FusionInventory agent network tasks
-LICENSE=       gnu-gpl-v2
-
-DEPENDS+=      p5-FusionInventory-Agent-[0-9]*:../../net/p5-FusionInventory-Agent
-DEPENDS+=      p5-Net-SNMP-[0-9]*:../../net/p5-Net-SNMP
-DEPENDS+=      p5-Clone-[0-9]*:../../devel/p5-Clone
-DEPENDS+=      p5-Test-Compile-[0-9]*:../../devel/p5-Test-Compile
-
-PERL5_MODULE_TYPE=     Module::Install::Bundled
-
-PERL5_PACKLIST= auto/FusionInventory/Agent/Task/Network/.packlist
-MAKE_PARAMS+=  PREFIX=${PREFIX}
-
-MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 52a2f0e3bf6a -r 62f5a21f2ec5 net/p5-FusionInventory-Agent-Task-Network/PLIST
--- a/net/p5-FusionInventory-Agent-Task-Network/PLIST   Fri Oct 11 14:44:31 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,37 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2018/01/01 22:29:49 rillig Exp $
-bin/fusioninventory-netdiscovery
-bin/fusioninventory-netinventory
-man/man1/fusioninventory-netdiscovery.1
-man/man1/fusioninventory-netinventory.1
-man/man3/FusionInventory::Agent::Manufacturer.3
-man/man3/FusionInventory::Agent::Manufacturer::3Com.3
-man/man3/FusionInventory::Agent::Manufacturer::Cisco.3
-man/man3/FusionInventory::Agent::Manufacturer::Juniper.3
-man/man3/FusionInventory::Agent::Manufacturer::Nortel.3
-man/man3/FusionInventory::Agent::SNMP.3
-man/man3/FusionInventory::Agent::SNMP::Live.3
-man/man3/FusionInventory::Agent::SNMP::Mock.3
-man/man3/FusionInventory::Agent::Task::NetDiscovery.3
-man/man3/FusionInventory::Agent::Task::NetDiscovery::Dictionary.3
-man/man3/FusionInventory::Agent::Task::NetInventory.3
-man/man3/FusionInventory::Agent::Threads.3
-man/man3/FusionInventory::Agent::Tools::SNMP.3
-share/fusioninventory/lib/FusionInventory/Agent/Manufacturer.pm
-share/fusioninventory/lib/FusionInventory/Agent/Manufacturer/3Com.pm
-share/fusioninventory/lib/FusionInventory/Agent/Manufacturer/Alcatel.pm
-share/fusioninventory/lib/FusionInventory/Agent/Manufacturer/Axis.pm
-share/fusioninventory/lib/FusionInventory/Agent/Manufacturer/Cisco.pm
-share/fusioninventory/lib/FusionInventory/Agent/Manufacturer/HewlettPackard.pm
-share/fusioninventory/lib/FusionInventory/Agent/Manufacturer/Juniper.pm
-share/fusioninventory/lib/FusionInventory/Agent/Manufacturer/Kyocera.pm
-share/fusioninventory/lib/FusionInventory/Agent/Manufacturer/Nortel.pm
-share/fusioninventory/lib/FusionInventory/Agent/Manufacturer/Wyse.pm
-share/fusioninventory/lib/FusionInventory/Agent/Manufacturer/Zebranet.pm
-share/fusioninventory/lib/FusionInventory/Agent/SNMP.pm
-share/fusioninventory/lib/FusionInventory/Agent/SNMP/Live.pm
-share/fusioninventory/lib/FusionInventory/Agent/SNMP/Mock.pm
-share/fusioninventory/lib/FusionInventory/Agent/Task/NetDiscovery.pm
-share/fusioninventory/lib/FusionInventory/Agent/Task/NetDiscovery/Dictionary.pm
-share/fusioninventory/lib/FusionInventory/Agent/Task/NetInventory.pm
-share/fusioninventory/lib/FusionInventory/Agent/Threads.pm
-share/fusioninventory/lib/FusionInventory/Agent/Tools/SNMP.pm
diff -r 52a2f0e3bf6a -r 62f5a21f2ec5 net/p5-FusionInventory-Agent-Task-Network/distinfo
--- a/net/p5-FusionInventory-Agent-Task-Network/distinfo        Fri Oct 11 14:44:31 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.3 2016/04/21 12:08:55 jperkin Exp $
-
-SHA1 (FusionInventory-Agent-Task-Network-1.0.2.tar.gz) = 79bb8473932db319fa40265b976756eefcff53d1
-RMD160 (FusionInventory-Agent-Task-Network-1.0.2.tar.gz) = 2ca68144a58f2a7a5e88b95ec2b6815a5ed8fdf7
-SHA512 (FusionInventory-Agent-Task-Network-1.0.2.tar.gz) = 4e2f70ff84589a3fac32382b65518a54899f82447b29eec32b20ac291b5644e3b6f0496d202802d9b14df2e98364d33812132c54d87db9e42ce2dbb550acd174
-Size (FusionInventory-Agent-Task-Network-1.0.2.tar.gz) = 398046 bytes
-SHA1 (patch-Makefile.PL) = d94ec9c749a4350dc8dfe3c93b4e99af1b371228
diff -r 52a2f0e3bf6a -r 62f5a21f2ec5 net/p5-FusionInventory-Agent-Task-Network/patches/patch-Makefile.PL
--- a/net/p5-FusionInventory-Agent-Task-Network/patches/patch-Makefile.PL       Fri Oct 11 14:44:31 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.2 2016/04/21 12:08:55 jperkin Exp $
-
-Fix man pages path
-
---- Makefile.PL.orig   2013-01-14 13:47:29.000000000 +0100
-+++ Makefile.PL        2013-01-14 13:47:45.000000000 +0100
-@@ -83,12 +83,12 @@
-         INSTALLLIB           => '$(DATADIR)/lib',
-         INSTALLSITELIB       => '$(DATADIR)/lib',
-         INSTALLVENDORLIB     => '$(DATADIR)/lib',
--        INSTALLMAN1DIR       => '$(PREFIX)/share/man/man1',
--        INSTALLSITEMAN1DIR   => '$(PREFIX)/share/man/man1',
--        INSTALLVENDORMAN1DIR => '$(PREFIX)/share/man/man1',
--        INSTALLMAN3DIR       => '$(PREFIX)/share/man/man3',
--        INSTALLSITEMAN3DIR   => '$(PREFIX)/share/man/man3',
--        INSTALLVENDORMAN3DIR => '$(PREFIX)/share/man/man3',
-+        INSTALLMAN1DIR       => '$(PREFIX)/$(PKGMANDIR)/man1',
-+        INSTALLSITEMAN1DIR   => '$(PREFIX)/$(PKGMANDIR)/man1',
-+        INSTALLVENDORMAN1DIR => '$(PREFIX)/$(PKGMANDIR)/man1',
-+        INSTALLMAN3DIR       => '$(PREFIX)/$(PKGMANDIR)/man3',
-+        INSTALLSITEMAN3DIR   => '$(PREFIX)/$(PKGMANDIR)/man3',
-+        INSTALLVENDORMAN3DIR => '$(PREFIX)/$(PKGMANDIR)/man3',
-         DATADIR              => '$(PREFIX)/share/fusioninventory',
-         FULLPERLRUN          => '$(FULLPERL) -I$(DATADIR)/lib'
-     );



Home | Main Index | Thread Index | Old Index