From mouse Mon Jun 15 09:03:57 2009 Return-Path: Received: (from mouse@localhost) by Sparkle.Rodents-Montreal.ORG (8.8.8/8.8.8) id JAA09705; Mon, 15 Jun 2009 09:03:57 -0400 (EDT) From: der Mouse Message-Id: <200906151303.JAA09705@Sparkle.Rodents-Montreal.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Erik-Conspiracy: There is no Conspiracy - and if there were I wouldn't be part of it anyway. X-Message-Flag: Microsoft: the company who gave us the botnet zombies. Date: Mon, 15 Jun 2009 07:56:02 -0400 (EDT) To: mouseware Subject: Various new and moved programs I've moved a few things in the mouseware FTP/HTTP export area, reflecting decisions to move things from ~/hacks to /local/, and added four new programs. PACKAGES has been udpated to reflect all of these. Moved: findproc, pnmtartan, serialconsole. New: flock, iptunnel, ktrmerge, rdiff. While I was at it, I updated some other stuff. In hacks/ (none of these are versioned): Host-Name - bugfix for using plain char with calls. ab - create the cache file if it doesn't exist. add a forgotten & before a function reference. andsharp - add support for  . bigclk - fix a mistake in the lower left of the digit 5. bsdlabel - bugfix for using plain char with calls. - don't use static with nested functions. buffer - use long long int for file sizes and offsets - support t (terabyte) and g (gigabyte) suffixes on numbers. fblt - support input from stdin. - support output to stdout. - support reverse-direction copies, for when src==dst. probepartsize - forgotten include of . should-set-TERMCAP - take proposed file on command line. - check that proposed $TERM/$TERMCAP really works. smtpconvo - add -v, to watch it happen. wav - forgotten include of . In local-src/: X11/ - not versioned by me * Update size-notes. compare/ - 20081202 -> 20090608 * Add -g to CC_ADD in the Makefile. * Add support for modifying read-only directories via brief chmod()s, plus -dmode to disable this. * Improve some comments in the source. * Add build-time conditionalization for OS X Tiger. * Use chmod() before destroying directories, to avoid errors for read-only directories. * Add some more debugging info. * Add a fifth test subdirectory. count/ - 20081003 -> 20090320 * Use .Lp to get blank lines in the manpage. descrypt/ - 20040409 -> 20090319 * Use .Lp to get blank lines in the manpage. halign/ - 20080930 -> 20090319 * Use .Lp to get blank lines in the manpage. ideacrypt/ - 20001008 -> 20090319 * Use .Lp to get blank lines in the manpage. libgmp/ - not versioned by me * Use -O2, not -O, when building; 4.0.1's gcc is buggy. livebackup/ - 20081001 -> 20090602 * Add a version number to the protocol. THIS IS AN INCOMPATIBLE PROTOCOL CHANGE. * Fix lb wedge when diskwatch is completely overrun. * Manpage touchups. * #defines -> enum in lbd.c. * Add support for bandwidth-limiting client classes (specified in lbd's config file). * Crasher bug fix when conflict-blocked client disconnects or goes passive. * Better debugging output in the admin interface. * Don't use lvalue conditionals. mcgrep/ - 20060311 -> 20090615 * Add -0, to play nice with xargs -0. moussh/ - no version change * Add a few more drafts to the draft/ directory. ppmplot/ - 20081003 -> 20081124 * Add a `rect' directive. * Manpage touchups. * Don't use static with nested functions. * Forgotten include of . /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTML mouse@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B From mouse Tue Jun 16 07:03:15 2009 Return-Path: Received: (from mouse@localhost) by Sparkle.Rodents-Montreal.ORG (8.8.8/8.8.8) id HAA25448; Tue, 16 Jun 2009 07:03:15 -0400 (EDT) From: der Mouse Message-Id: <200906161103.HAA25448@Sparkle.Rodents-Montreal.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Erik-Conspiracy: There is no Conspiracy - and if there were I wouldn't be part of it anyway. X-Message-Flag: Microsoft: the company who gave us the botnet zombies. Date: Tue, 16 Jun 2009 07:00:02 -0400 (EDT) To: mouseware Subject: PNM program reorg I just collapsed some programs from hacks/ and one from local-src/ into a single local-src/ package: pnmmcut and pnmmpaste from hacks/, plus pnmselect (which wasn't formerly under mouseware) and pnmtartan from local-src/, have all been collapsed into local-src/pnmprogs/, which latter is at version 20090616. Mouse