mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Sort PLIST
- Reformat pkg-descr
This commit is contained in:
parent
be1b7f239e
commit
8d59b6a60e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363596
@ -13,10 +13,10 @@ COMMENT= Parse and generate Cisco configuration files
|
||||
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>
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user