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

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

322 322
323print "</table></div>"; 323print "</table></div>";
324ftr; 324ftr;
325 325
326__DATA__ 326__DATA__
327stableperl list(perl) modules() 327stableperl list(perl) modules()
328 Stableperl is a fork, or a branch, of the official perl with the goal 328 Stableperl is a fork, or a branch, of the official perl with the goal
329 of providing stability and compatibility. See <a 329 of providing stability and compatibility. See <a
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 <p>If you have a problem, please have a look at the 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 <a href="http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.7.html">FAQ</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.
340
335rxvt-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)
336 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.
337 343
338 <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
339 <a href="http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.7.html">FAQ</a> 345 <a href="http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.7.html">FAQ</a>
340 <em>first</em>.</p> 346 <em>first</em>.</p>
762 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.
763 769
764AnyEvent-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)
765 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.
766 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
767AnyEvent-SNMP cpan cvs-pod(SNMP.pm,) list(anyevent) irc(anyevent) 777AnyEvent-SNMP cpan cvs-pod(SNMP.pm,) list(anyevent) irc(anyevent)
768 A perl module that transparently integrates Net::SNMP into AnyEvent. 778 A perl module that transparently integrates Net::SNMP into AnyEvent.
769 779
770 In addition to making Net::SNMP AnyEvent-aware, this module also 780 In addition to making Net::SNMP AnyEvent-aware, this module also
771 implements advanced rate-limiting that enables you to query many devices 781 implements advanced rate-limiting that enables you to query many devices
862 872
863 This perl module patches libmysqlclient/DBD::mysql at runtime to allow 873 This perl module patches libmysqlclient/DBD::mysql at runtime to allow
864 multiple Coro-based threads to make database accesses concurrently, 874 multiple Coro-based threads to make database accesses concurrently,
865 instead of blocking the whole process. 875 instead of blocking the whole process.
866 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
867Crypt-Ed25519 cpan cvs-pod(Ed25519.pm,) cvs-co(Changes) 886Crypt-Ed25519 cpan cvs-pod(Ed25519.pm,) cvs-co(Changes)
868 A Perl module implementing Ed25519 public key signing and verification. 887 A Perl module implementing Ed25519 public key signing and verification.
869 888
870Crypt-Spritz cpan cvs-pod(Spritz.pm,) cvs-co(Changes) 889Crypt-Spritz cpan cvs-pod(Spritz.pm,) cvs-co(Changes)
871 A Perl module implementing the Spritz family of cryptographic algorithms, 890 A Perl module implementing the Spritz family of cryptographic algorithms,
882 901
883Digest-Hashcash cpan cvs-pod(Hashcash.pm,) cvs-co(Changes) 902Digest-Hashcash cpan cvs-pod(Hashcash.pm,) cvs-co(Changes)
884 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>.
885 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
886 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.
887 911
888EV 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)
889 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
890 high-performance event loop. Intended as a faster and less buggy 914 high-performance event loop. Intended as a faster and less buggy
891 replacement for the Event perl module. Efficiently supports very high 915 replacement for the Event perl module. Efficiently supports very high
1277 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
1278 allows operators to manage various things about their networks. 1302 allows operators to manage various things about their networks.
1279 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
1280 and the object oriented paradigm. 1304 and the object oriented paradigm.
1281 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