From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 6587 invoked from network); 21 Apr 2023 06:42:02 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 21 Apr 2023 06:42:02 -0000 Received: from pb-smtp2.pobox.com ([64.147.108.71]) by 9front; Fri Apr 21 02:36:46 -0400 2023 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id B1F54196D36 for <9front@9front.org>; Fri, 21 Apr 2023 02:27:49 -0400 (EDT) (envelope-from unobe@cpan.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=message-id :to:subject:date:from:in-reply-to:mime-version:content-type :content-transfer-encoding; s=sasl; bh=DSWWuXpdw3yYc5Cl0oAE8hf1L J+hoilsMO2S9zvdFs4=; b=TSxiPrkjrD/kTheXfk+IxCP7seWkd2KFecTkhI+vd WdQ5pkDr1T/1AwC5e30nqW6kdA+L41+V9CleEDfw6OtI/mO9Ip/ajAaxdub5tYFP HVKl13AWTu/Z5D8frefH46178+mDsUFUNiy9YsMsHiAxxr0pGGIukfmdIfZoxV98 sA= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 975B4196D34 for <9front@9front.org>; Fri, 21 Apr 2023 02:27:49 -0400 (EDT) (envelope-from unobe@cpan.org) Received: from strider.localdomain (unknown [75.204.169.210]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id B0AC9196D33 for <9front@9front.org>; Fri, 21 Apr 2023 02:27:48 -0400 (EDT) (envelope-from unobe@cpan.org) Message-ID: <5B73FBA3A7ABB304B5A4BCC0E73DBC9E@smtp.pobox.com> To: 9front@9front.org Date: Thu, 20 Apr 2023 23:27:46 -0700 From: unobe@cpan.org In-Reply-To: <89da55e6-d896-8369-2d3b-929695621a55@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: A2C7EA5A-E00D-11ED-83DE-307A8E0A682E-09620299!pb-smtp2.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: method-oriented JSON over ORM descriptor dependency backend Subject: Re: [9front] /lib/dict: improve downloading scripts Reply-To: 9front@9front.org Precedence: bulk Any reason why this wasn't committed? Seems like an improvement to me. Quoth mkf9 : > It's easier now since you can do > % cd /lib/dict ; rc * > instead of selecting and sending. > > diff 7aa8c6d47ede0a8d419ba0c9695933f67f01ffda uncommitted > --- a/lib/dict/README.pgw > +++ /tmp/diff100000015484 > @@ -1,7 +1,0 @@ > -To get the Project Gutenberg dictionary use > - > - 9fs sources > - cp /n/sources/extra/pgw.tar.bz2 /tmp > - cd /lib/dict > - bunzip2 < /tmp/pgw.tar.bz2 | tar x > - > --- a/lib/dict/README.roget > +++ /tmp/diff100000015487 > @@ -1,5 +1,0 @@ > -To get the Project Gutenberg Roget's thesaurus use > - > - 9fs sources > - cp /n/sources/extra/roget/* /lib/dict > - > --- /tmp/diff100000015490 > +++ b/lib/dict/pgw.rc > @@ -1,0 +1,6 @@ > +#!/bin/rc > +# Project Gutenberg dictionary > +9fs sources > +cd /lib/dict > +bunzip2 < /n/sources/extra/pgw.tar.bz2 | tar x > + > --- /tmp/diff100000015494 > +++ b/lib/dict/roget.rc > @@ -1,0 +1,5 @@ > +#!/bin/rc > +# Project Gutenberg Roget's thesaurus > +9fs sources > +fcp /n/sources/extra/roget/* /lib/dict > +