aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/p5-POE-Component-SNMP
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-7/+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
* Support STAGEDIR.vanilla2013-11-052-8/+6
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net-mgmt)
* - Convert to new perl frameworkmat2013-08-031-6/+3
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Update to 1.1006skv2010-06-112-8/+7
| | | | | | | | - Change maintainer to perl@ Changes: http://cpansearch.perl.org/src/RDB/POE-Component-SNMP-1.1006/Changes PR: ports/147336 Submitted by: Rob Bloodgood <rob@exitexchange.com>
* - Remove unneeded dependencies which is in perl-5.8.9 distkuriyama2010-01-271-1/+1
| | | | | | (part 9). Approved by: portmgr (itetcu)
* - Update to 1.1005pgollucci2010-01-102-4/+4
| | | | | | PR: ports/141488 Approved by: maintainer timeout (skv; 25 days) Submitted by: myself (pgollucci@)
* Update to 1.1001skv2009-02-162-4/+4
| | | | | | Changes: http://cpansearch.perl.org/src/RDB/POE-Component-SNMP-1.1001/Changes PR: ports/131399 Submitted by: pgollucci
* Update to 1.10skv2008-07-282-4/+4
| | | | Changes: http://search.cpan.org/src/RDB/POE-Component-SNMP-1.10/Changes
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-171-2/+1
| | | | | | | | | ${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)
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-7/+1
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* Updated to 1.07skv2006-10-042-4/+4
| | | | | PR: ports/103749 Submitted by: Gea-Suan Lin <gslin xx gslin.org>
* Update to 1.06skv2006-09-142-4/+4
| | | | Changes: http://search.cpan.org/src/RDB/POE-Component-SNMP-1.06/Changes
* Update to 1.05skv2006-06-192-5/+12
| | | | | | Changes: http://search.cpan.org/src/RDB/POE-Component-SNMP-1.05/Changes PR: ports/99158 Submitted by: aaron
* Update to 1.04skv2006-06-082-4/+4
| | | | Changes: http://search.cpan.org/src/RDB/POE-Component-SNMP-1.04/Changes
* Update to 1.02skv2006-05-292-4/+4
| | | | Changes: http://search.cpan.org/src/RDB/POE-Component-SNMP-1.02/Changes
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-4/+4
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Update to 0.93skv2005-09-262-3/+3
| | | | Changes: http://search.cpan.org/src/RDB/POE-Component-SNMP-0.93/Changes
* Add p5-POE-Component-SNMP 0.92, event-driven SNMP interface.skv2004-11-104-0/+43