diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-07-16 16:09:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-07-16 16:09:51 +0000 |
commit | 5a574422f70bcf9e5b2ae30833ef87564db24436 (patch) | |
tree | 572fa6f9af68beefe3a007601ce1d108ca271e52 /net-mgmt | |
parent | Update to 0.015 (diff) |
Update to 0.912
- Reformat pkg-descr
Changes: http://search.cpan.org/dist/Cisco-Reconfig/Changes
Notes
Notes:
svn path=/head/; revision=446018
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-Cisco-Reconfig/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/p5-Cisco-Reconfig/distinfo | 5 | ||||
-rw-r--r-- | net-mgmt/p5-Cisco-Reconfig/pkg-descr | 17 |
3 files changed, 12 insertions, 16 deletions
diff --git a/net-mgmt/p5-Cisco-Reconfig/Makefile b/net-mgmt/p5-Cisco-Reconfig/Makefile index 4cca7953d9fb..d9c46813c535 100644 --- a/net-mgmt/p5-Cisco-Reconfig/Makefile +++ b/net-mgmt/p5-Cisco-Reconfig/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Cisco-Reconfig -PORTVERSION= 0.911 -PORTREVISION= 1 +PORTVERSION= 0.912 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +13,6 @@ 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 diff --git a/net-mgmt/p5-Cisco-Reconfig/distinfo b/net-mgmt/p5-Cisco-Reconfig/distinfo index faf00a1dc349..4098075b9e19 100644 --- a/net-mgmt/p5-Cisco-Reconfig/distinfo +++ b/net-mgmt/p5-Cisco-Reconfig/distinfo @@ -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 diff --git a/net-mgmt/p5-Cisco-Reconfig/pkg-descr b/net-mgmt/p5-Cisco-Reconfig/pkg-descr index 07f1375c0cc4..cffeb5091324 100644 --- a/net-mgmt/p5-Cisco-Reconfig/pkg-descr +++ b/net-mgmt/p5-Cisco-Reconfig/pkg-descr @@ -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/ |