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.127 by root, Sat Oct 27 09:22:30 2018 UTC

200 200
201<div class='section section-resources'> 201<div class='section section-resources'>
202<h2>Resources</h2> 202<h2>Resources</h2>
203<table class='resources'> 203<table class='resources'>
204EOF 204EOF
205
206 for (grep /^res/, @args) {
207 /^resource\(([^,]+),{{(.*?)}}\)$/ or die "$_: no resource\n";
208 print <<EOF;
209<tr><td><tt class="icon">$1</tt></td><td class='rr'>$2</li></tr>
210EOF
211 }
212
213 print "<tr><td><tt class='icon'>FILE</tt></td><td class='rr'><a href='https://ftpmirror.gnu.org/gnu/$name/'>File Releases (GNU)</a></td></tr>\n"
214 if grep /dist-gnu/, @args;
215 print "<tr><td><tt class='icon'>FILE</tt></td><td class='rr'><a href='http://dist.schmorp.de/$name/'>File Releases</a></td></tr>\n"
216 if grep /dist(?!-)/, @args;
217 print "<tr><td><tt class='icon'>CPAN</tt></td><td class='rr'><a href='http://www.cpan.org/modules/by-authors/id/M/ML/MLEHMANN/'>File Releases (CPAN)</a></td></tr>\n"
218 if grep /cpan$/, @args;
219
205 if (grep /git/, @args) { 220 if (grep /git/, @args) {
206 print <<EOF; 221 print <<EOF;
207<tr><td><tt class="icon">GIT</tt></td><td class='rr'><a href='http://git.ta-sa.org/git/$name/'>Browsable GIT repository '$name'</a></li></tr> 222<tr><td><tt class="icon">GIT</tt></td><td class='rr'><a href='http://git.ta-sa.org/git/$name/'>Browsable GIT repository '$name'</a></li></tr>
208<tr><td><tt class="icon">GIT</tt></td><td class='rr'>Read-only GIT checkout: <tt>&#160;git-clone http://git.ta-sa.org/$name.git</tt> 223<tr><td><tt class="icon">GIT</tt></td><td class='rr'>Read-only GIT checkout: <tt>&#160;git-clone http://git.ta-sa.org/$name.git</tt>
209</td></tr> 224</td></tr>
229 } 244 }
230 } 245 }
231 246
232 my @irc; 247 my @irc;
233 248
234 print "<tr><td><tt class='icon'>FILE</tt></td><td class='rr'><a href='http://dist.schmorp.de/$name/'>File Releases</a></td></tr>\n" 249 my $perlname = $name =~ s/-/::/gr;
235 if grep /dist(?!-)/, @args; 250
236 print "<tr><td><tt class='icon'>FILE</tt></td><td class='rr'><a href='http://ftp.gnu.org/gnu/$name/'>File Releases</a></td></tr>\n" 251 print "<tr><td><tt class='icon'>METACPAN</tt></td><td class='rr'><a href='https://metacpan.org/pod/$perlname'>MetaCPAN page</a></td></tr>\n"
237 if grep /dist-gnu/, @args;
238 print "<tr><td><tt class='icon'>CPAN</tt></td><td class='rr'><a href='http://www.cpan.org/modules/by-authors/id/M/ML/MLEHMANN/'>File Releases (CPAN)</a></td></tr>\n"
239 if grep /cpan$/, @args; 252 if grep /cpan$/, @args;
240 print "<tr><td><tt class='icon'>CPAN</tt></td><td class='rr'><a href='http://www.cpan.org/modules/by-authors/id/E/EL/ELMEX/'>File Releases (CPAN)</a></td></tr>\n"
241 if grep /cpan-elmex/, @args;
242 for (@args) { 253 for (@args) {
243 if (/list\((.*?)\)/) { 254 if (/list\((.*?)\)/) {
244 print "<tr><td><tt class='icon'>LIST</tt></td><td class='rr'><a href='http://lists.schmorp.de/mailman/listinfo/" . ($1 || $name) . "'>Mailing List '" . ($1 || $name) . "'</a></td></tr>\n"; 255 print "<tr><td><tt class='icon'>LIST</tt></td><td class='rr'><a href='http://lists.schmorp.de/mailman/listinfo/" . ($1 || $name) . "'>Mailing List '" . ($1 || $name) . "'</a></td></tr>\n";
245 } 256 }
246 if (/irc\((.*?)\)/) { 257 if (/irc\((.*?)\)/) {
254 } 265 }
255 266
256 print "</table>"; 267 print "</table>";
257 268
258 if (my @files = grep $_, map /(cvs-co|cvs-pod|git-pod|git-co)\((\S+)\)/ && [$1, $2], @args) { 269 if (my @files = grep $_, map /(cvs-co|cvs-pod|git-pod|git-co)\((\S+)\)/ && [$1, $2], @args) {
259 print "</div><div class='section section-documents'><h2>Additional Documents</h2><table class='resources'>"; 270 print "</div><div class='section section-documents'><h2>Package Documention</h2><table class='resources'>";
260 271
261 for (@files) { 272 for (@files) {
262 my ($type, $arg) = @$_; 273 my ($type, $arg) = @$_;
263 274
264 if ($type eq "cvs-co") { 275 if ($type eq "cvs-co") {
322 333
323print "</table></div>"; 334print "</table></div>";
324ftr; 335ftr;
325 336
326__DATA__ 337__DATA__
327stableperl list(perl) modules() 338stableperl list(perl) modules()
328 Stableperl is a fork, or a branch, of the official perl with the goal 339 Stableperl is a fork, or a branch, of the official perl with the goal
329 of providing stability and compatibility. See <a 340 of providing stability and compatibility. See <a
330 href="http://stableperl.schmorp.de/">stableperl.schmorp.de</a> for 341 href="http://stableperl.schmorp.de/">stableperl.schmorp.de</a> for
331 details. 342 details.
332 343
333 <p>If you have a problem, please have a look at the 344 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> 345 releases at <a href="http://stableperl.schmorp.de/dist/">http://stableperl.schmorp.de/dist/</a>.
346
347Canary-Stability cpan cvs-pod(Stability.pm,) cvs-co(Changes) list(perl)
348 A little bird that doubles as an early warning system.
349
350 Wasn't early but rather late, but at least it is warning now.
351
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) 352rxvt-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. 353 rxvt-unicode is a fork of the well known terminal emulator rxvt.
337 354
338 <p>If you have a problem, please have a look at the 355 <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> 356 <a href="http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.7.html">FAQ</a>
340 <em>first</em>.</p> 357 <em>first</em>.</p>
762 A perl module implementing an AnyEvent client for the (pre-xml) GPSD protocol. 779 A perl module implementing an AnyEvent client for the (pre-xml) GPSD protocol.
763 780
764AnyEvent-Porttracker cpan cvs-pod(Porttracker.pm,) cvs-pod(Porttracker/protocol.pod,api-protocol) list(anyevent) irc(anyevent) 781AnyEvent-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. 782 A perl module implementing a client for the Porttracker/PortIQ API protocol.
766 783
784AnyEvent-ZabbixSender cpan cvs-pod(ZabbixSender.pm,) list(anyevent) irc(anyevent)
785 A perl module implementing an AnyEvent client for the zabbix_sender protocol, used to submit
786 monitoring data items to a zabbix server or proxy.
787
767AnyEvent-SNMP cpan cvs-pod(SNMP.pm,) list(anyevent) irc(anyevent) 788AnyEvent-SNMP cpan cvs-pod(SNMP.pm,) list(anyevent) irc(anyevent)
768 A perl module that transparently integrates Net::SNMP into AnyEvent. 789 A perl module that transparently integrates Net::SNMP into AnyEvent.
769 790
770 In addition to making Net::SNMP AnyEvent-aware, this module also 791 In addition to making Net::SNMP AnyEvent-aware, this module also
771 implements advanced rate-limiting that enables you to query many devices 792 implements advanced rate-limiting that enables you to query many devices
793 814
794 The caller is responsible for authentication management, cookies (if 815 The caller is responsible for authentication management, cookies (if
795 the simplistic implementation in this module doesn't suffice), referer 816 the simplistic implementation in this module doesn't suffice), referer
796 and other high-level protocol details for which this module offers only 817 and other high-level protocol details for which this module offers only
797 limited support. 818 limited support.
819
820AnyEvent-WebDriver cpan cvs-pod(WebDriver.pm,) cvs-co(Changes) list(anyevent) irc(anyevent)
821 A thin wrapper around the <a href="https://www.w3.org/TR/webdriver1/">W3C WebDriver</a> protocol
822 (<a href="https://www.seleniumhq.org/">"Selenium"</a> browser remote control)
823
824 This module implements a relatively thin but easy to use wrapper around the
825 raw <a href="https://www.w3.org/TR/webdriver1/">W3C WebDriver</a> protocol
826 (think <a href="https://www.seleniumhq.org/">"Selenium"</a>, that let's you remote control
827 popular browsers such as Firefox, Chromium, Safari, IE and the like.
798 828
799AnyEvent-MP cpan cvs-pod(MP.pm,) cvs-pod(MP/Intro.pod,Introduction/Tutorial) cvs-pod(bin/aemp,Config-Uility) cvs-pod(MP/Kernel.pm) cvs-pod(MP/Global.pm) cvs-pod(MP/Transport.pm) cvs-pod(MP/DataConn.pm) cvs-pod(MP/LogCatcher.pm) cvs-co(Changes) list(anyevent) irc(anyevent) 829AnyEvent-MP cpan cvs-pod(MP.pm,) cvs-pod(MP/Intro.pod,Introduction/Tutorial) cvs-pod(bin/aemp,Config-Uility) cvs-pod(MP/Kernel.pm) cvs-pod(MP/Global.pm) cvs-pod(MP/Transport.pm) cvs-pod(MP/DataConn.pm) cvs-pod(MP/LogCatcher.pm) cvs-co(Changes) list(anyevent) irc(anyevent)
800 This Perl module (-family) implements a simple message passing framework for Perl. 830 This Perl module (-family) implements a simple message passing framework for Perl.
801 831
802 Despite its simplicity, you can securely message other processes running 832 Despite its simplicity, you can securely message other processes running
862 892
863 This perl module patches libmysqlclient/DBD::mysql at runtime to allow 893 This perl module patches libmysqlclient/DBD::mysql at runtime to allow
864 multiple Coro-based threads to make database accesses concurrently, 894 multiple Coro-based threads to make database accesses concurrently,
865 instead of blocking the whole process. 895 instead of blocking the whole process.
866 896
897Coro-Multicore cpan cvs-co(Changes) cvs-pod(Multicore.pm,) cvs-pod(perlmulticore.h) list(anyevent) irc(anyevent)
898 Runs XS functions transparently in their own XS level thread,
899 running other Coro threads in parallel.
900
901 This perl module allows XS functions that have been properly prepared
902 (see the <a href="http://perlmulticore.schmorp.de">Perl Multicore
903 Specification</a>) to run in parallel to other Coro threads, in their own
904 OS level thread.
905
867Crypt-Ed25519 cpan cvs-pod(Ed25519.pm,) cvs-co(Changes) 906Crypt-Ed25519 cpan cvs-pod(Ed25519.pm,) cvs-co(Changes)
868 A Perl module implementing Ed25519 public key signing and verification. 907 A Perl module implementing Ed25519 public key signing and verification.
869 908
870Crypt-Spritz cpan cvs-pod(Spritz.pm,) cvs-co(Changes) 909Crypt-Spritz cpan cvs-pod(Spritz.pm,) cvs-co(Changes)
871 A Perl module implementing the Spritz family of cryptographic algorithms, 910 A Perl module implementing the Spritz family of cryptographic algorithms,
882 921
883Digest-Hashcash cpan cvs-pod(Hashcash.pm,) cvs-co(Changes) 922Digest-Hashcash cpan cvs-pod(Hashcash.pm,) cvs-co(Changes)
884 Perl module to generate and parse <a href="http://www.hashcash.org">hashcashes</a>. 923 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 924 Follow the link to learn more. This module is currently faster than
886 the hashcash reference library. 925 the hashcash reference library.
926
927Digest-FNV-XS cpan cvs-pod(XS.pm,) cvs-co(Changes)
928 Perl module to generate FNV hashes (FNV-0, FNV-1, FNV-1a in 32 and 64 bit)
929 plus utiilities for xor folding and retry mapping. The main selling
930 point over Digest::FNV is that it works with binary data.
887 931
888EV cpan cvs-pod(EV.pm,) cvs-pod(../libev/ev.pod,libev-documentation) cvs-pod(EV/MakeMaker.pm) cvs-co(Changes) list(libev) 932EV 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 933 A thin wrapper around <a href="/pkg/libev.html">libev</a>, a
890 high-performance event loop. Intended as a faster and less buggy 934 high-performance event loop. Intended as a faster and less buggy
891 replacement for the Event perl module. Efficiently supports very high 935 replacement for the Event perl module. Efficiently supports very high
1277 users to manage their channels in a secure and efficient way and 1321 users to manage their channels in a secure and efficient way and
1278 allows operators to manage various things about their networks. 1322 allows operators to manage various things about their networks.
1279 Ermyth has been ported to C++ and goes its way using modern concepts 1323 Ermyth has been ported to C++ and goes its way using modern concepts
1280 and the object oriented paradigm. 1324 and the object oriented paradigm.
1281 1325
1326ExtUtils-CXX cpan cvs-pod(CXX.pm,) cvs-co(Changes) list(perl) irc(schmorp)
1327 Try to treat .xs files as C++ rather than C in your module.
1328
1329 This module can be used to compile C++ XS files. It might not be perfect,
1330 but is meant aa single point that needs patching, so other modules who rely on
1331 it do not have to be pqatched every single time.
1332

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines