Port details |
- p5-Cisco-Reconfig Parse and generate Cisco configuration files
- 0.912 net-mgmt
=2 0.912Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2006-09-28 07:08:24
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Cisco-Reconfig
- Description:
- 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 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).
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Cisco-Reconfig>0:net-mgmt/p5-Cisco-Reconfig
- To install the port:
- cd /usr/ports/net-mgmt/p5-Cisco-Reconfig/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/p5-Cisco-Reconfig
- pkg install p5-Cisco-Reconfig
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Cisco-Reconfig
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1500204191
SHA256 (Cisco-Reconfig-0.912.tar.gz) = 8d01f557ca25e9ada9ac348938939f715f34b398893025cf6b996d3fd89fda3a
SIZE (Cisco-Reconfig-0.912.tar.gz) = 25818
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- net-mgmt/p5-Net-ACL
- for Run
-
- net-mgmt/p5-Net-ACL
Configuration Options:
- No options to configure
- Options name:
- net-mgmt_p5-Cisco-Reconfig
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.912 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.912 20 Jul 2022 14:22:42
![commit hash: 43ac3e28ab940adda213d535ac0b1f0792d456da commit hash: 43ac3e28ab940adda213d535ac0b1f0792d456da](/images/git.png) ![commit hash: 43ac3e28ab940adda213d535ac0b1f0792d456da commit hash: 43ac3e28ab940adda213d535ac0b1f0792d456da](/images/codeberg.svg) ![commit hash: 43ac3e28ab940adda213d535ac0b1f0792d456da commit hash: 43ac3e28ab940adda213d535ac0b1f0792d456da](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above ) |
0.912 18 Apr 2021 05:42:41
![commit hash: db9319e7cb43ae460c35d1e5d9b4383444763558 commit hash: db9319e7cb43ae460c35d1e5d9b4383444763558](/images/git.png) ![commit hash: db9319e7cb43ae460c35d1e5d9b4383444763558 commit hash: db9319e7cb43ae460c35d1e5d9b4383444763558](/images/codeberg.svg) ![commit hash: db9319e7cb43ae460c35d1e5d9b4383444763558 commit hash: db9319e7cb43ae460c35d1e5d9b4383444763558](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net-mgmt/p5-Cisco-Reconfig: Cosmetic change |
0.912 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
0.912 27 May 2018 20:15:20
![Revision:470993 Revision:470993](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.912 15 Sep 2017 08:58:50
![Revision:449893 Revision:449893](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.912 16 Jul 2017 16:09:51
![Revision:446018 Revision:446018](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.912
- Reformat pkg-descr
Changes: http://search.cpan.org/dist/Cisco-Reconfig/Changes |
0.911_1 01 Apr 2016 14:16:20
![Revision:412348 Revision:412348](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.911_1 20 Sep 2015 20:15:56
![Revision:397400 Revision:397400](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add NO_ARCH |
0.911_1 26 Nov 2014 13:08:38
![Revision:373448 Revision:373448](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.911 31 Jul 2014 15:12:11
![Revision:363596 Revision:363596](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Sort PLIST
- Reformat pkg-descr |
0.911 30 Jun 2014 16:42:18
![Revision:359884 Revision:359884](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Take maintainership |
0.911 30 Jun 2014 05:51:03
![Revision:359802 Revision:359802](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
eadler ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
multiple: reset gslin's maintainer
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD.
Gea-Suan Lin's work is much appreciated.
Approved by: portmgr (implicit) (not really, skipping NO_STAGE check) |
0.911 19 May 2014 08:34:41
![Revision:354517 Revision:354517](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
culot ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 0.911
- Add LICENSE (Artistic 1 & GPL 1)
PR: ports/189188
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
0.91 05 Jan 2014 15:44:12
![Revision:338788 Revision:338788](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
az ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- stage support
Approved by: portmgr (blanket infrastructure) |
0.91 20 Sep 2013 22:24:44
![Revision:327757 Revision:327757](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
0.91 03 Sep 2013 16:18:49
![Revision:326167 Revision:326167](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
az ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
0.91 08 Sep 2012 03:28:59
![Revision:303862 Revision:303862](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
swills ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 0.91
PR: ports/170936
Approved by: maintainer timeout (gslin@gslin.org, >2 weeks) |
0.9 30 Jun 2012 05:30:10
![files touched by this commit files touched by this commit](/images/logs.gif) |
az ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
0.9 10 Jun 2012 18:42:48
![files touched by this commit files touched by this commit](/images/logs.gif) |
swills ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
0.9 20 Mar 2011 12:54:45
![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Get Rid MD5 support |
0.9 24 Sep 2010 02:03:44
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
0.9 22 Jul 2009 16:27:08
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
0.9 17 Apr 2008 14:30:31
![files touched by this commit files touched by this commit](/images/logs.gif) |
araujo ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.9 24 Feb 2007 11:18:32
![files touched by this commit files touched by this commit](/images/logs.gif) |
clsung ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 0.9
PR: ports/109302
Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
Approved by: maintainer (Gea-Suan Lin) |
0.8 28 Sep 2006 07:05:59
![files touched by this commit files touched by this commit](/images/logs.gif) |
clsung ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add p5-Cisco-Reconfig 0.8, parse and generate Cisco configuration files.
PR: ports/102490
Submitted by: Gea-Suan Lin <gslin at gslin.org> |