From owner-svn-ports-all@freebsd.org Thu Mar 24 15:34:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52860ADC259; Thu, 24 Mar 2016 15:34:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A7AA1ED5; Thu, 24 Mar 2016 15:34:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2OFYhfJ049220; Thu, 24 Mar 2016 15:34:43 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2OFYgNQ049214; Thu, 24 Mar 2016 15:34:42 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603241534.u2OFYgNQ049214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Mar 2016 15:34:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411797 - in head/net-mgmt: . p5-Cisco-CopyConfig X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2016 15:34:44 -0000 Author: amdmi3 Date: Thu Mar 24 15:34:42 2016 New Revision: 411797 URL: https://svnweb.freebsd.org/changeset/ports/411797 Log: Cisco::CopyConfig provides methods for manipulating the running-config of devices running Cisco IOS via SNMP directed TFTP. This module is essentially a wrapper for Net::SNMP and the CISCO-CONFIG-COPY-MIB-V1SMI.my MIB schema. WWW: http://search.cpan.org/dist/Cisco-CopyConfig/ PR: 208236 Submitted by: rihaz.jerrin@gmail.com Added: head/net-mgmt/p5-Cisco-CopyConfig/ head/net-mgmt/p5-Cisco-CopyConfig/Makefile (contents, props changed) head/net-mgmt/p5-Cisco-CopyConfig/distinfo (contents, props changed) head/net-mgmt/p5-Cisco-CopyConfig/pkg-descr (contents, props changed) head/net-mgmt/p5-Cisco-CopyConfig/pkg-plist (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Thu Mar 24 15:32:36 2016 (r411796) +++ head/net-mgmt/Makefile Thu Mar 24 15:34:42 2016 (r411797) @@ -194,6 +194,7 @@ SUBDIR += p5-AnyEvent-SNMP SUBDIR += p5-BigIP-iControl SUBDIR += p5-Cflow + SUBDIR += p5-Cisco-CopyConfig SUBDIR += p5-Cisco-Reconfig SUBDIR += p5-Data-Validate-IP SUBDIR += p5-FusionInventory-Agent Added: head/net-mgmt/p5-Cisco-CopyConfig/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/p5-Cisco-CopyConfig/Makefile Thu Mar 24 15:34:42 2016 (r411797) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= Cisco-CopyConfig +PORTVERSION= 1.4 +CATEGORIES= net-mgmt perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:SAPER +PKGNAMEPREFIX= p5- + +MAINTAINER= rihaz.jerrin@gmail.com +COMMENT= Cisco IOS running-config manipulation + +BUILD_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP +RUN_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP + +USES= perl5 tar:tgz +USE_PERL5= configure +NO_ARCH= yes + +.include Added: head/net-mgmt/p5-Cisco-CopyConfig/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/p5-Cisco-CopyConfig/distinfo Thu Mar 24 15:34:42 2016 (r411797) @@ -0,0 +1,2 @@ +SHA256 (Cisco-CopyConfig-1.4.tgz) = a2e1bbe2c3cac987c6947e76ca92167f569dfce45c788d00a6274dfa998a0aa9 +SIZE (Cisco-CopyConfig-1.4.tgz) = 5823 Added: head/net-mgmt/p5-Cisco-CopyConfig/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/p5-Cisco-CopyConfig/pkg-descr Thu Mar 24 15:34:42 2016 (r411797) @@ -0,0 +1,6 @@ +Cisco::CopyConfig provides methods for manipulating the +running-config of devices running Cisco IOS via SNMP +directed TFTP. This module is essentially a wrapper for +Net::SNMP and the CISCO-CONFIG-COPY-MIB-V1SMI.my MIB schema. + +WWW: http://search.cpan.org/dist/Cisco-CopyConfig/ Added: head/net-mgmt/p5-Cisco-CopyConfig/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/p5-Cisco-CopyConfig/pkg-plist Thu Mar 24 15:34:42 2016 (r411797) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Cisco/CopyConfig.pm +%%PERL5_MAN3%%/Cisco::CopyConfig.3.gz