svn commit: r363596 - head/net-mgmt/p5-Cisco-Reconfig
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jul 31 15:12:12 UTC 2014
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
- at dirrmtry %%SITE_PERL%%/Cisco
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco/Reconfig
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco/Reconfig
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco
+ at dirrmtry %%SITE_PERL%%/Cisco
More information about the svn-ports-all
mailing list