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

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.13 by root, Fri May 9 15:17:06 2008 UTC vs.
Revision 1.18 by root, Sun May 11 13:09:24 2008 UTC

438 See <a href="http://www.goof.com/pcg/marc/lmainit.html">its homepage</a> for more info. 438 See <a href="http://www.goof.com/pcg/marc/lmainit.html">its homepage</a> for more info.
439 439
440Algorithm-FEC cpan cvs-pod(FEC.pm,) cvs-co(README.fec) cvs-co(Changes) 440Algorithm-FEC cpan cvs-pod(FEC.pm,) cvs-co(README.fec) cvs-co(Changes)
441 Perl module implementing forward error correction using Vandermonde matrices 441 Perl module implementing forward error correction using Vandermonde matrices
442 442
443AnyEvent cpan cvs-pod(lib/AnyEvent.pm,) cvs-co(Changes) cvs-pod(lib/AnyEvent/Impl/CoroEV.pm,AnyEvent::Impl::CoroEV) cvs-pod(lib/AnyEvent/Impl/CoroEvent.pm,AnyEvent::Impl::CoroEvent) cvs-pod(lib/AnyEvent/Impl/Coro.pm,AnyEvent::Impl::Coro) cvs-pod(lib/AnyEvent/Impl/EV.pm,AnyEvent::Impl::EV) cvs-pod(lib/AnyEvent/Impl/Event.pm,AnyEvent::Impl::Event) cvs-pod(lib/AnyEvent/Impl/Glib.pm,AnyEvent::Impl::Glib) cvs-pod(lib/AnyEvent/Impl/Tk.pm,AnyEvent::Impl::Tk) cvs-pod(lib/AnyEvent/Impl/Perl.pm,AnyEvent::Impl::Perl) cvs-pod(lib/AnyEvent/Impl/Qt.pm,AnyEvent::Impl::Qt) cvs-pod(lib/AnyEvent/Impl/EventLib.pm,AnyEvent::Impl::EventLib) cvs-pod(lib/AnyEvent/Impl/POE.pm,AnyEvent::Impl::POE) 443AnyEvent cpan cvs-pod(lib/AnyEvent.pm,) cvs-co(Changes) cvs-pod(lib/AnyEvent/Impl/EV.pm,AnyEvent::Impl::EV) cvs-pod(lib/AnyEvent/Impl/Event.pm,AnyEvent::Impl::Event) cvs-pod(lib/AnyEvent/Impl/Glib.pm,AnyEvent::Impl::Glib) cvs-pod(lib/AnyEvent/Impl/Tk.pm,AnyEvent::Impl::Tk) cvs-pod(lib/AnyEvent/Impl/Perl.pm,AnyEvent::Impl::Perl) cvs-pod(lib/AnyEvent/Impl/Qt.pm,AnyEvent::Impl::Qt) cvs-pod(lib/AnyEvent/Impl/EventLib.pm,AnyEvent::Impl::EventLib) cvs-pod(lib/AnyEvent/Impl/POE.pm,AnyEvent::Impl::POE)
444 This module offers a simple API for I/O, timer, signal, child process 444 This module offers a simple API for I/O, timer, signal, child process
445 and completion events, independent of a specific event loop. 445 and completion events, independent of a specific event loop.
446 446
447 This module allows module authors to use those events internally without 447 This module allows module authors to use those events internally without
448 forcing users of the module to use a specific event loop, without adding 448 forcing users of the module to use a specific event loop, without adding
449 noticable overhead. Currently supported event loops are EV, Coro::EV, 449 noticable overhead. Currently supported event loops are EV, Event,
450 Event, Coro::Event, Glib/Gtk2, Tk, Qt, Event::Lib and POE (and thus also 450 Glib/Gtk2, Tk, Qt, Event::Lib and POE (and thus also WxWidgets and
451 WxWidgets and Prima). It contains a very fast (see benchmarks in the main 451 Prima). It contains a very fast (see benchmarks in the main manual page)
452 manual page) Pure Perl event loop and doesn't rely on XS, which ensures 452 Pure Perl event loop and doesn't rely on XS, which ensures that your
453 that your program will always run even when no C-based event loop is 453 program will always run even when no C-based event loop is available.
454 available.
455 454
456AnyEvent-FastPing cpan cvs-pod(FastPing.pm,) 455AnyEvent-FastPing cpan cvs-pod(FastPing.pm,)
457 This module implements a very fast and relatively flexible 456 This module implements a very fast and relatively flexible
458 ping (ping as in icmp echo request). 457 ping (ping as in icmp echo request).
459 458
485 allows easy decoding of multipart mime, uuencode and a whole lot of 484 allows easy decoding of multipart mime, uuencode and a whole lot of
486 differently encoded messages. You basically throw files at it, and 485 differently encoded messages. You basically throw files at it, and
487 it extracts the files in them. This module is used by the popular <a 486 it extracts the files in them. This module is used by the popular <a
488 href="www.amavis.org">amavis virus scanner</a>. 487 href="www.amavis.org">amavis virus scanner</a>.
489 488
490Coro cpan cvs-pod(Coro.pm,) cvs-co(Changes) 489Coro cpan cvs-co(Changes) cvs-pod(Coro.pm,) cvs-pod(Coro/AIO.pm,Coro::AIO) cvs-pod(Coro/AnyEvent.pm,Coro::AnyEvent) cvs-pod(Coro/BDB.pm,Coro::BDB) cvs-pod(Coro/Channel.pm,Coro::Channel) cvs-pod(Coro/Debug.pm,Coro::Debug) cvs-pod(Coro/EV.pm,Coro::EV) cvs-pod(Coro/Event.pm,Coro::Event) cvs-pod(Coro/Handle.pm,Coro::Handle) cvs-pod(Coro/LWP.pm,Coro::LWP) cvs-pod(Coro/MakeMaker.pm,Coro::MakeMaker) cvs-pod(Coro/RWLock.pm,Coro::RWLock) cvs-pod(Coro/Select.pm,Coro::Select) cvs-pod(Coro/Semaphore.pm,Coro::Semaphore) cvs-pod(Coro/SemaphoreSet.pm,Coro::SemaphoreSet) cvs-pod(Coro/Signal.pm,Coro::Signal) cvs-pod(Coro/Socket.pm,Coro::Socket) cvs-pod(Coro/Specific.pm,Coro::Specific) cvs-pod(Coro/State.pm,Coro::State) cvs-pod(Coro/Storable.pm,Coro::Storable) cvs-pod(Coro/Timer.pm,Coro::Timer) cvs-pod(Coro/Util.pm,Coro::Util)
491 A large Perl module family that implements cooperative multitasking in 490 A large Perl module family that implements cooperative multitasking in
492 Perl. It supports filehandle and event abstraction and also implements 491 Perl. It supports filehandle and event abstraction and also implements
493 continuations as well as the necessary directives to implement a slightly 492 continuations as well as the necessary directives to implement a slightly
494 limited call/cc in Perl. 493 limited call/cc in Perl.
495 494
541 <a href="EV.html">perl interface</a> is also available. 540 <a href="EV.html">perl interface</a> is also available.
542 <p /> 541 <p />
543 A <a href="http://lists.schmorp.de/mailman/listinfo/libev">mailing 542 A <a href="http://lists.schmorp.de/mailman/listinfo/libev">mailing
544 list</a> for discussion and support is now available. 543 list</a> for discussion and support is now available.
545 544
545libeio dist cvs-pod(eio.pod,)
546 Event-based fully asynchronous I/O library for C (used by IO::AIO).
547 Currently in ALPHA!
548
549 <p>Libeio is a full-featured asynchronous I/O library
550 for C, modelled in similar style and spirit as <a
551 href="http://software.schmorp.de/pkg/libev.html">libev</a>. Features
552 include: asynchronous read, write, open, close, stat, unlink, fdatasync,
553 mknod, readdir etc. (basically the full POSIX API). sendfile (native on
554 solaris, linux, hp-ux, freebsd, eulated everywehere else), readahead
555 (emulated where not available).</p>
556
557 <p>It is fully event-library agnostic and can easily be integrated into any
558 event-library (or used standalone, even in polling mode). It is very
559 portable and relies only on POSIX threads.</p>
560
546libspf cvs-co(README) 561libspf cvs-co(README)
547 Libspf is a C library that implements the <a 562 Libspf is a C library that implements the <a
548 href="http://en.wikipedia.org/wiki/Sender_Policy_Framework"> Sender 563 href="http://en.wikipedia.org/wiki/Sender_Policy_Framework"> Sender
549 Policy Framework</a>. It allows software to identify and reject forged 564 Policy Framework</a>. It allows software to identify and reject forged
550 envelope-from addresses, a typical nuisance in e-mail spam. SPF is 565 envelope-from addresses, a typical nuisance in e-mail spam. SPF is

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines