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

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.114 by root, Fri Jul 25 07:24:02 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>
388 <br /> 380 <br />
389 And its main <em>missing</em> features (which users request but are not (yet?) implemented) are: 381 And its main <em>missing</em> features (which users request but are not (yet?) implemented) are:
390 382
391 <ul> 383 <ul>
392 <li>Complex script support, such as arabic or tibetian - more info is needed. (use mlterm)</li> 384 <li>Complex script support, such as arabic or tibetian - more info is needed. (use mlterm)</li>
393 <li>Right-to-Left rendering - more info is needed. (use mlterm)</li> 385 <li>Right-to-Left rendering - more info is needed. (use mlterm)</li>
394 <li>IIIMF (Intranet/Internet Input Method Framework) support. (use scim)</li> 386 <li>IIIMF (Intranet/Internet Input Method Framework) support. (use scim)</li>
395 </ul> 387 </ul>
396 388
397 <br /> 389 <br />
398 390
401 #rxvt-unicode</tt></a>. 393 #rxvt-unicode</tt></a>.
402 394
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 :)
398
399vt102 list(perl) cvs-co(vt102)
400 <code>vt102</code> is a vt100/102/131 hardware simulator, implementing
401 practical and 100% compatible DEC VT terminal "emulation".
402
403 Most terminal emulators nowadays strive to emulate a DEC VT102
404 terminal (even those claiming to emulate a VT100 usually mean
405 VT102). Unfortunately, even though there are some VT100 simulators,
406 there haven't been any DEC VT102 ones, so it was very hard to test
407 compatibility with the real device.
408
409 Thanks to this simulator, one can now test how the "real" VT102 behaves,
410 and as free extra, it also simulates DEC VT100 and DEC VT131 terminals.
411
412 ROMs are included - a standard Perl 5.10+ installation, the
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
415 emulation is required to have display/keyboard support.
406 416
407gtkbfc cvs-pod(README) 417gtkbfc cvs-pod(README)
408 Gtk+ bash file chooser replacement. 418 Gtk+ bash file chooser replacement.
409 419
410 <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+
852 Lets other threads run while doing mysql requests via DBD::mysql. 862 Lets other threads run while doing mysql requests via DBD::mysql.
853 863
854 This perl module patches libmysqlclient/DBD::mysql at runtime to allow 864 This perl module patches libmysqlclient/DBD::mysql at runtime to allow
855 multiple Coro-based threads to make database accesses concurrently, 865 multiple Coro-based threads to make database accesses concurrently,
856 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.
857 878
858Crypt-Twofish2 cpan cvs-pod(Twofish2.pm,) cvs-co(Changes) 879Crypt-Twofish2 cpan cvs-pod(Twofish2.pm,) cvs-co(Changes)
859 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
860 mostly been superceded by the Crypt::Twofish module. However, it supports 881 mostly been superceded by the Crypt::Twofish module. However, it supports
861 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