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

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.121 by root, Thu Jun 11 02:10:04 2015 UTC vs.
Revision 1.126 by root, Thu Jan 18 10:49:35 2018 UTC

330 href="http://stableperl.schmorp.de/">stableperl.schmorp.de</a> for 330 href="http://stableperl.schmorp.de/">stableperl.schmorp.de</a> for
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
336Canary-Stability cpan cvs-pod(Stability.pm,) cvs-co(Changes) list(perl)
337 A little bird that doubles as an early warning system.
338
339 Wasn't early but rather late, but at least it is warning now.
335 340
336rxvt-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)
337 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.
338 343
339 <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
763 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.
764 769
765AnyEvent-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)
766 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.
767 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
768AnyEvent-SNMP cpan cvs-pod(SNMP.pm,) list(anyevent) irc(anyevent) 777AnyEvent-SNMP cpan cvs-pod(SNMP.pm,) list(anyevent) irc(anyevent)
769 A perl module that transparently integrates Net::SNMP into AnyEvent. 778 A perl module that transparently integrates Net::SNMP into AnyEvent.
770 779
771 In addition to making Net::SNMP AnyEvent-aware, this module also 780 In addition to making Net::SNMP AnyEvent-aware, this module also
772 implements advanced rate-limiting that enables you to query many devices 781 implements advanced rate-limiting that enables you to query many devices
863 872
864 This perl module patches libmysqlclient/DBD::mysql at runtime to allow 873 This perl module patches libmysqlclient/DBD::mysql at runtime to allow
865 multiple Coro-based threads to make database accesses concurrently, 874 multiple Coro-based threads to make database accesses concurrently,
866 instead of blocking the whole process. 875 instead of blocking the whole process.
867 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
868Crypt-Ed25519 cpan cvs-pod(Ed25519.pm,) cvs-co(Changes) 886Crypt-Ed25519 cpan cvs-pod(Ed25519.pm,) cvs-co(Changes)
869 A Perl module implementing Ed25519 public key signing and verification. 887 A Perl module implementing Ed25519 public key signing and verification.
870 888
871Crypt-Spritz cpan cvs-pod(Spritz.pm,) cvs-co(Changes) 889Crypt-Spritz cpan cvs-pod(Spritz.pm,) cvs-co(Changes)
872 A Perl module implementing the Spritz family of cryptographic algorithms, 890 A Perl module implementing the Spritz family of cryptographic algorithms,
883 901
884Digest-Hashcash cpan cvs-pod(Hashcash.pm,) cvs-co(Changes) 902Digest-Hashcash cpan cvs-pod(Hashcash.pm,) cvs-co(Changes)
885 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>.
886 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
887 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.
888 911
889EV 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)
890 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
891 high-performance event loop. Intended as a faster and less buggy 914 high-performance event loop. Intended as a faster and less buggy
892 replacement for the Event perl module. Efficiently supports very high 915 replacement for the Event perl module. Efficiently supports very high
1278 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
1279 allows operators to manage various things about their networks. 1302 allows operators to manage various things about their networks.
1280 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
1281 and the object oriented paradigm. 1304 and the object oriented paradigm.
1282 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