ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/schmorpforge/genpage
(Generate patch)

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.124 by root, Mon Jul 27 14:40:45 2015 UTC vs.
Revision 1.126 by root, Thu Jan 18 10:49:35 2018 UTC

768 A perl module implementing an AnyEvent client for the (pre-xml) GPSD protocol. 768 A perl module implementing an AnyEvent client for the (pre-xml) GPSD protocol.
769 769
770AnyEvent-Porttracker cpan cvs-pod(Porttracker.pm,) cvs-pod(Porttracker/protocol.pod,api-protocol) list(anyevent) irc(anyevent) 770AnyEvent-Porttracker cpan cvs-pod(Porttracker.pm,) cvs-pod(Porttracker/protocol.pod,api-protocol) list(anyevent) irc(anyevent)
771 A perl module implementing a client for the Porttracker/PortIQ API protocol. 771 A perl module implementing a client for the Porttracker/PortIQ API protocol.
772 772
773AnyEvent-ZabbixSender cpan cvs-pod(ZabbixSender.pm,) list(anyevent) irc(anyevent)
774 A perl module implementing an AnyEvent client for the zabbix_sender protocol, used to submit
775 monitoring data items to a zabbix server or proxy.
776
773AnyEvent-SNMP cpan cvs-pod(SNMP.pm,) list(anyevent) irc(anyevent) 777AnyEvent-SNMP cpan cvs-pod(SNMP.pm,) list(anyevent) irc(anyevent)
774 A perl module that transparently integrates Net::SNMP into AnyEvent. 778 A perl module that transparently integrates Net::SNMP into AnyEvent.
775 779
776 In addition to making Net::SNMP AnyEvent-aware, this module also 780 In addition to making Net::SNMP AnyEvent-aware, this module also
777 implements advanced rate-limiting that enables you to query many devices 781 implements advanced rate-limiting that enables you to query many devices
897 901
898Digest-Hashcash cpan cvs-pod(Hashcash.pm,) cvs-co(Changes) 902Digest-Hashcash cpan cvs-pod(Hashcash.pm,) cvs-co(Changes)
899 Perl module to generate and parse <a href="http://www.hashcash.org">hashcashes</a>. 903 Perl module to generate and parse <a href="http://www.hashcash.org">hashcashes</a>.
900 Follow the link to learn more. This module is currently faster than 904 Follow the link to learn more. This module is currently faster than
901 the hashcash reference library. 905 the hashcash reference library.
906
907Digest-FNV-XS cpan cvs-pod(XS.pm,) cvs-co(Changes)
908 Perl module to generate FNV hashes (FNV-0, FNV-1, FNV-1a in 32 and 64 bit)
909 plus utiilities for xor folding and retry mapping. The main selling
910 point over Digest::FNV is that it works with binary data.
902 911
903EV cpan cvs-pod(EV.pm,) cvs-pod(../libev/ev.pod,libev-documentation) cvs-pod(EV/MakeMaker.pm) cvs-co(Changes) list(libev) 912EV cpan cvs-pod(EV.pm,) cvs-pod(../libev/ev.pod,libev-documentation) cvs-pod(EV/MakeMaker.pm) cvs-co(Changes) list(libev)
904 A thin wrapper around <a href="/pkg/libev.html">libev</a>, a 913 A thin wrapper around <a href="/pkg/libev.html">libev</a>, a
905 high-performance event loop. Intended as a faster and less buggy 914 high-performance event loop. Intended as a faster and less buggy
906 replacement for the Event perl module. Efficiently supports very high 915 replacement for the Event perl module. Efficiently supports very high
1292 users to manage their channels in a secure and efficient way and 1301 users to manage their channels in a secure and efficient way and
1293 allows operators to manage various things about their networks. 1302 allows operators to manage various things about their networks.
1294 Ermyth has been ported to C++ and goes its way using modern concepts 1303 Ermyth has been ported to C++ and goes its way using modern concepts
1295 and the object oriented paradigm. 1304 and the object oriented paradigm.
1296 1305
1306ExtUtils-CXX cpan cvs-pod(CXX.pm,) cvs-co(Changes) list(perl) irc(schmorp)
1307 Try to treat .xs files as C++ rather than C in your module.
1308
1309 This module can be used to compile C++ XS files. It might not be perfect,
1310 but is meant aa single point that needs patching, so other modules who rely on
1311 it do not have to be pqatched every single time.
1312

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines