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.122 by root, Sat Jun 27 16:59:32 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
336 Canary-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
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) 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)
345 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.
346 343
347 <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
348 <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>
349 <em>first</em>.</p> 346 <em>first</em>.</p>
403libptytty dist list(rxvt-unicode) cvs-pod(doc/libptytty.3.pod) cvs-co(Changes) 400libptytty 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 401 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 :) 402 in mostly OS-independent ways, so it's less of a hassle for you :)
406 403
407vt102 list(perl) cvs-co(vt102) 404vt102 list(perl) cvs-co(vt102)
408 <code>vt102</code> is a vt100/102/131 hardware simulator, implemernting 405 <code>vt102</code> is a vt100/102/131 hardware simulator, implementing
409 practical and 100% compatible DEC VT terminal "emulation". 406 practical and 100% compatible DEC VT terminal "emulation".
410 407
411 Most terminal emulators nowadays strive to emulate a DEC VT102 408 Most terminal emulators nowadays strive to emulate a DEC VT102
412 terminal (even those claiming to emulate a VT100 usually mean 409 terminal (even those claiming to emulate a VT100 usually mean
413 VT102). Unfortunately, even though there are some VT100 simulators, 410 VT102). Unfortunately, even though there are some VT100 simulators,
415 compatibility with the real device. 412 compatibility with the real device.
416 413
417 Thanks to this simulator, one can now test how the "real" VT102 behaves, 414 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. 415 and as free extra, it also simulates DEC VT100 and DEC VT131 terminals.
419 416
420 ROMs are included - a standard Perl 5.10+ installation plus the 417 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 418 <code>stty</code> utility and the <code>IO::Pty</code> module are
419 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 420 emulation is required to have display/keyboard support.
423 support.
424 421
425gtkbfc cvs-pod(README) 422gtkbfc cvs-pod(README)
426 Gtk+ bash file chooser replacement. 423 Gtk+ bash file chooser replacement.
427 424
428 <b>gtkbfc</b> is a hack that replaces the dreaded, slow and hard-to-use GTK+ 425 <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. 867 Lets other threads run while doing mysql requests via DBD::mysql.
871 868
872 This perl module patches libmysqlclient/DBD::mysql at runtime to allow 869 This perl module patches libmysqlclient/DBD::mysql at runtime to allow
873 multiple Coro-based threads to make database accesses concurrently, 870 multiple Coro-based threads to make database accesses concurrently,
874 instead of blocking the whole process. 871 instead of blocking the whole process.
872
873Crypt-Ed25519 cpan cvs-pod(Ed25519.pm,) cvs-co(Changes)
874 A Perl module implementing Ed25519 public key signing and verification.
875
876Crypt-Spritz cpan cvs-pod(Spritz.pm,) cvs-co(Changes)
877 A Perl module implementing the Spritz family of cryptographic algorithms,
878 giving you a stream cipher, a hash, a mac, authenticated encryption
879 with associated data (AEAD) and a cryptographically secure random
880 number generator, at reasonable speed and with very small code size, making
881 Spritz an attractive algorithm for resource-constrained environments
882 such as javascript in your browser, or microcontrollers.
875 883
876Crypt-Twofish2 cpan cvs-pod(Twofish2.pm,) cvs-co(Changes) 884Crypt-Twofish2 cpan cvs-pod(Twofish2.pm,) cvs-co(Changes)
877 A Perl module implementing the twofish encryption algorithm in Perl. It has 885 A Perl module implementing the twofish encryption algorithm in Perl. It has
878 mostly been superceded by the Crypt::Twofish module. However, it supports 886 mostly been superceded by the Crypt::Twofish module. However, it supports
879 an easy and fast CBC mode natively. 887 an easy and fast CBC mode natively.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines