Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Message-ID: <3C032ACF.2040006@ece.gatech.edu> Date: Tue, 27 Nov 2001 00:55:27 -0500 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: cygwin-apps AT cygwin DOT com Subject: [RFP] misc from cygutils Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I've posted two new versions of the 'misc' package at cygutils. 0.9.3: removed uuencode and uudecode, since they're now provided by Corinna's sharutils removed my (poor) implementation of mktemp in favor of the one from courtesan.com, which is now provided by the official 'mktemp' package autoconfiscated TRIED to make things a bit more platform-neutral... conv.exe now does 'the right thing' when the executable is renamed to 'dos2unix.exe' and 'unix2dos.exe' (default behavior changes). Previously, conv.exe only recognized 'd2u.exe' and 'u2d.exe' as "special" names. 0.9.4: added source code for the IPC utilities from the Linux Programmer's Guide. This was a request from Robert Collins. BUT: binary package does NOT contain these executables. If it did, then sourceware would have to distribute cygipc, until the "official" IPC support gets in to cygwin, and misc is rebuilt against that. So, IF you have cygipc installed, then the sourcecode will compile OOB and give you the LPG tools. BUT the binary version of misc-0.9.4 doesn't include them. In addition to the sourcecode tarballs at the normal cygutils page, I've put a 'cygwin-standard' -src and binary package here: http://www.neuro.gatech.edu/users/cwilson/cygutils/testing/misc/ misc-0.9.4-1.tar.bz2 misc-0.9.4-1-src.tar.bz2 The binary package contains: conv.exe -- generic line-ending converter d2u.exe -- should be obvious... u2d.exe unix2dos.exe dos2unix.exe ascii.exe -- charset dumper dump.exe -- hexdumper putclip.exe -- copy stdin to windows clipboard. getclip.exe -- copy windows clipboard to stdout (these do not use /dev/clipboard) So, three questions: 1) can I add misc to the official dist? 2) can anybody come up with a better name? This package is intended to be a grab-bag of simple utilities (each executable requires only a single source code file of moderate length). 3) Did I make the right decision w.r.t. the IPC tools? Eventually we'll have real, built-in IPC and those tools can then be distributed without requiring cygipc... --Chuck