summaryrefslogtreecommitdiff
path: root/net/p5-POE-Component-SNMP
AgeCommit message (Collapse)AuthorFilesLines
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-09-28Reset maintainer.wiz1-3/+3
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-05-28Updated net/p5-POE-Component-SNMPmartti2-7/+6
1.1002 Fri Dec 4 18:33:23 PST 2009 - Updated for Net::SNMP v6.0.0 - looking more closely at my fail reports, they have another problem: Net::SNMP uses a v-string, and it doesn't compare properly in the test suite. Tweaked Makefile.PL. - Applied cleanup patches from gcola aka acferen__yahoo.com to eliminate some harmless but annoying warnings. - Turns out that using POE::Kernel->method as a global access to the kernel is unsupported. Since I'm already importing POE::Kernel, I have $poe_kernel in my namespace already, so use that instead. 1.1003 - Cleanups 1.1004 Mon Dec 7 13:17:15 PST 2009 - more cleanups 1.1005 Mon Dec 7 13:30:08 PST 2009 - Apparently my 'eval { use Sub::Identify }' is causing hiccups with smoke testing. Rewritten to 'eval { require Sub::Identify }' 1.1006 Sun Jan 10 20:17:10 PST 2010 - well I'm now blushing because I finally found a bug that was reported to me but I was previously unable to reproduce. The author of Net::SNMP has released v6.0.0, which doesn't compare very well to a "regular" number like 5.0. This broke my 4.x support. So I have removed it.
2009-05-12Added LICENSE=gnu-gpl-v2martti1-1/+2
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-08-12Updated net/p5-POE-Component-SNMP to 1.1001martti3-8/+10
1.10 Fri Jul 25 01:39:08 PDT 2008 - lots of small fixes 1.1001 Fri Aug 1 01:58:09 PDT 2008 - nope, still didn't get it right. left a stray dependency. changed my version system because I seem to do this alot. now releasing version 1.1001. I'm hoping I don't have to release version 1.1002 tomorrow. :)
2008-06-12Add DESTDIR support.joerg1-1/+2
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2006-10-16Updated net/p5-POE-Component-SNMP to 1.07martti3-13/+13
* bug fixes
2005-11-07This module is an event-driven SNMP interface for POE.martti5-0/+41
POE::Component::SNMP uses the Net::SNMP module.