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

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.122 by root, Sat Jun 27 16:59:32 2015 UTC vs.
Revision 1.126 by root, Thu Jan 18 10:49:35 2018 UTC

331 details. 331 details.
332 332
333 You can also look at the <a href="http://schplog.schmorp.de/2015-06-06-stableperl-faq.html">Canary::Stability and Stableperl FAQ</a>, and you can download 333 You can also look at the <a href="http://schplog.schmorp.de/2015-06-06-stableperl-faq.html">Canary::Stability and Stableperl FAQ</a>, and you can download
334 releases at <a href="http://stableperl.schmorp.de/dist/">http://stableperl.schmorp.de/dist/</a>. 334 releases at <a href="http://stableperl.schmorp.de/dist/">http://stableperl.schmorp.de/dist/</a>.
335 335
336 Canary-Stability cpan cvs-pod(Stability.pm,) cvs-co(Changes) list(perl) 336Canary-Stability cpan cvs-pod(Stability.pm,) cvs-co(Changes) list(perl)
337 A little bird that doubles as an early warning system. 337 A little bird that doubles as an early warning system.
338 338
339 Wasn't early but rather late, but at least it is warning now. 339 Wasn't early but rather late, but at least it is warning now.
340 340
341rxvt-unicode dist list(rxvt-unicode) cvs-pod(doc/rxvt.1.pod,) cvs-pod(doc/rxvt.7.pod,FAQ) cvs-pod(src/urxvt.pm,Perl) cvs-co(Changes) irc(rxvt) irc(rxvtdev) 341rxvt-unicode dist list(rxvt-unicode) cvs-pod(doc/rxvt.1.pod,) cvs-pod(doc/rxvt.7.pod,FAQ) cvs-pod(src/urxvt.pm,Perl) cvs-co(Changes) irc(rxvt) irc(rxvtdev)
342 rxvt-unicode is a fork of the well known terminal emulator rxvt. 342 rxvt-unicode is a fork of the well known terminal emulator rxvt.
343 343
344 <p>If you have a problem, please have a look at the 344 <p>If you have a problem, please have a look at the
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
868 872
869 This perl module patches libmysqlclient/DBD::mysql at runtime to allow 873 This perl module patches libmysqlclient/DBD::mysql at runtime to allow
870 multiple Coro-based threads to make database accesses concurrently, 874 multiple Coro-based threads to make database accesses concurrently,
871 instead of blocking the whole process. 875 instead of blocking the whole process.
872 876
877Coro-Multicore cpan cvs-co(Changes) cvs-pod(Multicore.pm,) cvs-pod(perlmulticore.h) list(anyevent) irc(anyevent)
878 Runs XS functions transparently in their own XS level thread,
879 running other Coro threads in parallel.
880
881 This perl module allows XS functions that have been properly prepared
882 (see the <a href="http://perlmulticore.schmorp.de">Perl Multicore
883 Specification</a>) to run in parallel to other Coro threads, in their own
884 OS level thread.
885
873Crypt-Ed25519 cpan cvs-pod(Ed25519.pm,) cvs-co(Changes) 886Crypt-Ed25519 cpan cvs-pod(Ed25519.pm,) cvs-co(Changes)
874 A Perl module implementing Ed25519 public key signing and verification. 887 A Perl module implementing Ed25519 public key signing and verification.
875 888
876Crypt-Spritz cpan cvs-pod(Spritz.pm,) cvs-co(Changes) 889Crypt-Spritz cpan cvs-pod(Spritz.pm,) cvs-co(Changes)
877 A Perl module implementing the Spritz family of cryptographic algorithms, 890 A Perl module implementing the Spritz family of cryptographic algorithms,
888 901
889Digest-Hashcash cpan cvs-pod(Hashcash.pm,) cvs-co(Changes) 902Digest-Hashcash cpan cvs-pod(Hashcash.pm,) cvs-co(Changes)
890 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>.
891 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
892 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.
893 911
894EV 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)
895 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
896 high-performance event loop. Intended as a faster and less buggy 914 high-performance event loop. Intended as a faster and less buggy
897 replacement for the Event perl module. Efficiently supports very high 915 replacement for the Event perl module. Efficiently supports very high
1283 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
1284 allows operators to manage various things about their networks. 1302 allows operators to manage various things about their networks.
1285 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
1286 and the object oriented paradigm. 1304 and the object oriented paradigm.
1287 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