aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/fetchconfig
Commit message (Collapse)AuthorAgeFilesLines
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-02-011-2/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=378258
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Support stagingEmanuel Haupt2014-02-282-9/+10
| | | | Notes: svn path=/head/; revision=346443
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net-mgmt) Notes: svn path=/head/; revision=327757
* - convert to the new perl5 frameworkAndrej Zverev2013-09-031-1/+1
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326167
* - Correct commit entry:Martin Wilke2012-08-051-1/+1
| | | | | | | | | | | - Update to 0.22 PR: 168641 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=302067
* - Update to 4.3Martin Wilke2012-08-053-7/+9
| | | | | | | | | PR: 168566 Submitted by: koobs <koobs.freebsd@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=302066
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-1/+1
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300264
* - Update to 0.21Wen Heping2011-08-042-3/+3
| | | | | | | | | PR: ports/158150 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: maintainer(timeout, >40 days) Notes: svn path=/head/; revision=278885
* - Update to 0.20.Wesley Shields2011-06-283-4/+9
| | | | | | | | | | | - Add LICENSE. PR: ports/157850 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> Approved by: maintainer timeout Notes: svn path=/head/; revision=276534
* - Update to 0.19.Wesley Shields2011-06-034-7/+14
| | | | | | | | | | | | - Respect PREFIX. - Fix RUN_DEPENDS. PR: ports/157442 Submitted by: Ryan Steinmetz (rpsfa@rit.edu) Approved by: Sergey Alexanov <salexanov@gmail.com> (maintainer) Notes: svn path=/head/; revision=275018
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 0.17.Felippe de Meirelles Motta2009-09-132-5/+4
| | | | | | | | | PR: ports/138315 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=241317
* - Add missing fileRong-En Fan2008-05-212-1/+3
| | | | | | | | | | - Bump PORTREVISION PR: ports/123834 Submitted by: salexanov at gmail.com (maintainer) Notes: svn path=/head/; revision=213435
* - Update to 0.14.Marcelo Araujo2008-05-172-6/+5
| | | | | | | | | | | - Use SAVANNAH macro. PR: ports/123511 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Approved by: Sergey Alexanov <salexanov@gmail.com> (maintainer) Notes: svn path=/head/; revision=213192
* Add fetchconfig, a perl script for retrieving configuration ofEmanuel Haupt2008-02-275-0/+97
various network devices such as: * Cisco IOS * Cisco Catalyst * FortiGate * ProCurve * Parks * Alcatel Ethernet Routers (Riverstone) * Dell PowerConnect switches * Old Terayon 3200/3500 CMTS PR: 120843 Submitted by: salexanov at gmail.com Notes: svn path=/head/; revision=208024