Index: head/net-mgmt/p5-Cisco-Reconfig/Makefile =================================================================== --- head/net-mgmt/p5-Cisco-Reconfig/Makefile (revision 446017) +++ head/net-mgmt/p5-Cisco-Reconfig/Makefile (revision 446018) @@ -1,24 +1,20 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= Cisco-Reconfig -PORTVERSION= 0.911 -PORTREVISION= 1 +PORTVERSION= 0.912 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Parse and generate Cisco configuration files LICENSE= ART10 GPLv1 LICENSE_COMB= dual - -BUILD_DEPENDS= p5-IO-String>=0:devel/p5-IO-String -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USE_PERL5= configure USES= perl5 .include Index: head/net-mgmt/p5-Cisco-Reconfig/distinfo =================================================================== --- head/net-mgmt/p5-Cisco-Reconfig/distinfo (revision 446017) +++ head/net-mgmt/p5-Cisco-Reconfig/distinfo (revision 446018) @@ -1,2 +1,3 @@ -SHA256 (Cisco-Reconfig-0.911.tar.gz) = c9529bc0e77b8cc56ee12422ce82696513efdaab85bb76bca47f9d7dadaeb2d9 -SIZE (Cisco-Reconfig-0.911.tar.gz) = 25452 +TIMESTAMP = 1500204191 +SHA256 (Cisco-Reconfig-0.912.tar.gz) = 8d01f557ca25e9ada9ac348938939f715f34b398893025cf6b996d3fd89fda3a +SIZE (Cisco-Reconfig-0.912.tar.gz) = 25818 Index: head/net-mgmt/p5-Cisco-Reconfig/pkg-descr =================================================================== --- head/net-mgmt/p5-Cisco-Reconfig/pkg-descr (revision 446017) +++ head/net-mgmt/p5-Cisco-Reconfig/pkg-descr (revision 446018) @@ -1,15 +1,14 @@ Cisco::Reconfig makes it easier to write programs to generate changes to Cisco configuration files. -Cisco::Reconfig is a module that parses Cisco router configuration files. It -doesn't have any real understanding of Cisco configurations so it might be -useful for other similar configuration languages. It knows that nesting is shown -by indentation. It knows that ! means a comment. It knows that no may proceed a -line without changing where that line exists in the hierarchy. It doesn't know -much else. +Cisco::Reconfig is a module that parses Cisco router configuration files. It doesn't +have any real understanding of Cisco configurations so it might be useful for other +similar configuration languages. It knows that nesting is shown by indentation. +It knows that ! means a comment. It knows that no may proceed a line without +changing where that line exists in the hierarchy. It doesn't know much else. -Cisco::Reconfig can be used to modify configurations. The set() method will -check the current configruation and return commands to change it if it is other -than what is wanted (as passed to the set() method). +Cisco::Reconfig can be used to modify configurations. The set() method will check +the current configruation and return commands to change it if it is other than +what is wanted (as passed to the set() method). WWW: http://search.cpan.org/dist/Cisco-Reconfig/