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

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.115 by root, Thu Dec 4 20:30:09 2014 UTC vs.
Revision 1.121 by root, Thu Jun 11 02:10:04 2015 UTC

211 <tt>cvs -d ":ext;CVS_SERVER=git-cvsserver:USER\@ruth.plan9.de/gitroot/$name.git" co -d $name master</tt> 211 <tt>cvs -d ":ext;CVS_SERVER=git-cvsserver:USER\@ruth.plan9.de/gitroot/$name.git" co -d $name master</tt>
212</td></tr> --> 212</td></tr> -->
213EOF 213EOF
214 } else { 214 } else {
215 my $modules = $name; 215 my $modules = $name;
216
217 for (@args) {
216 $modules = "$1" if grep /modules\((.*)\)/, @args; 218 $modules = "$1" if /modules\((.*)\)/;
219 }
217 220
221 if (length $modules) {
218 print <<EOF; 222 print <<EOF;
219<tr><td><tt class="icon">CVS</tt></td><td class='rr'><a href='http://cvs.schmorp.de/$name'>Browsable CVS module '$name'</a></td></tr> 223<tr><td><tt class="icon">CVS</tt></td><td class='rr'><a href='http://cvs.schmorp.de/$name'>Browsable CVS module '$name'</a></td></tr>
220<tr><td><tt class="icon">CVS</tt></td><td class='rr'>Anonymous CVS: 224<tr><td><tt class="icon">CVS</tt></td><td class='rr'>Anonymous CVS:
221 <tt>&#160;cvs -z3 -d :pserver:anonymous\@cvs.schmorp.de/schmorpforge co $modules</tt> 225 <tt>&#160;cvs -z3 -d :pserver:anonymous\@cvs.schmorp.de/schmorpforge co $modules</tt>
222 226
223 <small>
224
225<!--
226 <p>The warning
227 <b>cvs checkout: warning: cannot write to history file /schmorpforge/CVSROOT/history: Permission denied</b>
228 is expected and harmless, just ignore it. It simply means you have no write access to the repository.
229 </p>
230-->
231
232<!--
233 <p>The CVS server moved again on 2008-02-21, you can use the following
234 (untested) snippet to update your CVS checkout. Run it in the top level
235 checked out directory:</ br>
236
237 <pre>
238find . -name CVS | xargs -I% find % -name Root |
239 xargs perl -i -pe 's%:pserver:anonymous\\\@cvs.schmorp.de:636/schmorpforge%:pserver:anonymous\\\@cvs.schmorp.de:/schmorpforge%'</pre>
240 </p>
241-->
242
243 </small>
244
245</td></tr> 227</td></tr>
246EOF 228EOF
229 }
247 } 230 }
248 231
249 my @irc; 232 my @irc;
250 233
251 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" 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"
339 322
340print "</table></div>"; 323print "</table></div>";
341ftr; 324ftr;
342 325
343__DATA__ 326__DATA__
327stableperl list(perl) modules()
328 Stableperl is a fork, or a branch, of the official perl with the goal
329 of providing stability and compatibility. See <a
330 href="http://stableperl.schmorp.de/">stableperl.schmorp.de</a> for
331 details.
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
334 releases at <a href="http://stableperl.schmorp.de/dist/">http://stableperl.schmorp.de/dist/</a>.
335
344rxvt-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) 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)
345 rxvt-unicode is a fork of the well known terminal emulator rxvt. 337 rxvt-unicode is a fork of the well known terminal emulator rxvt.
346 338
347 <p>If you have a problem, please have a look at the 339 <p>If you have a problem, please have a look at the
348 <a href="http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.7.html">FAQ</a> 340 <a href="http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.7.html">FAQ</a>
349 <em>first</em>.</p> 341 <em>first</em>.</p>
403libptytty dist list(rxvt-unicode) cvs-pod(doc/libptytty.3.pod) cvs-co(Changes) 395libptytty dist list(rxvt-unicode) cvs-pod(doc/libptytty.3.pod) cvs-co(Changes)
404 libptytty is an offspring of rxvt-unicode that handles pty/tty/utmp/wtmp/lastlog handling 396 libptytty is an offspring of rxvt-unicode that handles pty/tty/utmp/wtmp/lastlog handling
405 in mostly OS-independent ways, so it's less of a hassle for you :) 397 in mostly OS-independent ways, so it's less of a hassle for you :)
406 398
407vt102 list(perl) cvs-co(vt102) 399vt102 list(perl) cvs-co(vt102)
408 <code>vt102</code> is a vt100/102/131 hardware simulator, implemernting 400 <code>vt102</code> is a vt100/102/131 hardware simulator, implementing
409 practical and 100% compatible DEC VT terminal "emulation". 401 practical and 100% compatible DEC VT terminal "emulation".
410 402
411 Most terminal emulators nowadays strive to emulate a DEC VT102 403 Most terminal emulators nowadays strive to emulate a DEC VT102
412 terminal (even those claiming to emulate a VT100 usually mean 404 terminal (even those claiming to emulate a VT100 usually mean
413 VT102). Unfortunately, even though there are some VT100 simulators, 405 VT102). Unfortunately, even though there are some VT100 simulators,
415 compatibility with the real device. 407 compatibility with the real device.
416 408
417 Thanks to this simulator, one can now test how the "real" VT102 behaves, 409 Thanks to this simulator, one can now test how the "real" VT102 behaves,
418 and as free extra, it also simulates DEC VT100 and DEC VT131 terminals. 410 and as free extra, it also simulates DEC VT100 and DEC VT131 terminals.
419 411
420 ROMs are included - a standard Perl 5.10+ installation plus the 412 ROMs are included - a standard Perl 5.10+ installation, the
421 L<IO::Pty> module are required to run the script, and rxvt-unicode, xterm 413 <code>stty</code> utility and the <code>IO::Pty</code> module are
414 required to run the script, and rxvt-unicode, xterm or a similar terminal
422 or a similar terminal emulation is required to have display/keyboard 415 emulation is required to have display/keyboard support.
423 support.
424 416
425gtkbfc cvs-pod(README) 417gtkbfc cvs-pod(README)
426 Gtk+ bash file chooser replacement. 418 Gtk+ bash file chooser replacement.
427 419
428 <b>gtkbfc</b> is a hack that replaces the dreaded, slow and hard-to-use GTK+ 420 <b>gtkbfc</b> is a hack that replaces the dreaded, slow and hard-to-use GTK+
870 Lets other threads run while doing mysql requests via DBD::mysql. 862 Lets other threads run while doing mysql requests via DBD::mysql.
871 863
872 This perl module patches libmysqlclient/DBD::mysql at runtime to allow 864 This perl module patches libmysqlclient/DBD::mysql at runtime to allow
873 multiple Coro-based threads to make database accesses concurrently, 865 multiple Coro-based threads to make database accesses concurrently,
874 instead of blocking the whole process. 866 instead of blocking the whole process.
867
868Crypt-Ed25519 cpan cvs-pod(Ed25519.pm,) cvs-co(Changes)
869 A Perl module implementing Ed25519 public key signing and verification.
870
871Crypt-Spritz cpan cvs-pod(Spritz.pm,) cvs-co(Changes)
872 A Perl module implementing the Spritz family of cryptographic algorithms,
873 giving you a stream cipher, a hash, a mac, authenticated encryption
874 with associated data (AEAD) and a cryptographically secure random
875 number generator, at reasonable speed and with very small code size, making
876 Spritz an attractive algorithm for resource-constrained environments
877 such as javascript in your browser, or microcontrollers.
875 878
876Crypt-Twofish2 cpan cvs-pod(Twofish2.pm,) cvs-co(Changes) 879Crypt-Twofish2 cpan cvs-pod(Twofish2.pm,) cvs-co(Changes)
877 A Perl module implementing the twofish encryption algorithm in Perl. It has 880 A Perl module implementing the twofish encryption algorithm in Perl. It has
878 mostly been superceded by the Crypt::Twofish module. However, it supports 881 mostly been superceded by the Crypt::Twofish module. However, it supports
879 an easy and fast CBC mode natively. 882 an easy and fast CBC mode natively.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines