Date: Thu, 31 Jul 2014 15:12:11 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363596 - head/net-mgmt/p5-Cisco-Reconfig Message-ID: <201407311512.s6VFCBbA040792@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jul 31 15:12:11 2014 New Revision: 363596 URL: http://svnweb.freebsd.org/changeset/ports/363596 QAT: https://qat.redports.org/buildarchive/r363596/ Log: - Sort PLIST - Reformat pkg-descr Modified: head/net-mgmt/p5-Cisco-Reconfig/Makefile head/net-mgmt/p5-Cisco-Reconfig/pkg-descr head/net-mgmt/p5-Cisco-Reconfig/pkg-plist Modified: head/net-mgmt/p5-Cisco-Reconfig/Makefile ============================================================================== --- head/net-mgmt/p5-Cisco-Reconfig/Makefile Thu Jul 31 15:12:05 2014 (r363595) +++ head/net-mgmt/p5-Cisco-Reconfig/Makefile Thu Jul 31 15:12:11 2014 (r363596) @@ -13,10 +13,10 @@ COMMENT= Parse and generate Cisco config LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> Modified: head/net-mgmt/p5-Cisco-Reconfig/pkg-descr ============================================================================== --- head/net-mgmt/p5-Cisco-Reconfig/pkg-descr Thu Jul 31 15:12:05 2014 (r363595) +++ head/net-mgmt/p5-Cisco-Reconfig/pkg-descr Thu Jul 31 15:12:11 2014 (r363596) @@ -1,15 +1,15 @@ -Cisco::Reconfig makes it easier to write programs to generate changes -to Cisco configuration files. +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/ Modified: head/net-mgmt/p5-Cisco-Reconfig/pkg-plist ============================================================================== --- head/net-mgmt/p5-Cisco-Reconfig/pkg-plist Thu Jul 31 15:12:05 2014 (r363595) +++ head/net-mgmt/p5-Cisco-Reconfig/pkg-plist Thu Jul 31 15:12:11 2014 (r363596) @@ -1,7 +1,7 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco/Reconfig/.packlist %%SITE_PERL%%/Cisco/Reconfig.pm %%SITE_PERL%%/Cisco/Reconfig.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco/Reconfig/.packlist %%PERL5_MAN3%%/Cisco::Reconfig.3.gz -@dirrmtry %%SITE_PERL%%/Cisco -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco/Reconfig +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco/Reconfig @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco +@dirrmtry %%SITE_PERL%%/Cisco
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407311512.s6VFCBbA040792>