From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 4778A1F54E; Sat, 3 Sep 2022 09:27:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1662197261; bh=3zGQK2B4FS2ilUJGQP1+ZpcmJLH3LsAEa7lxGXvarhU=; h=From:To:Cc:Subject:Date:From; b=oZy0k7aNUk4yKPMtqAbyxMQCTXD9seBqvwSQLJUoLjTTKq3dYp4UCbXTaIRaiyKuN mB3ioWZv8xFRsGyt+ur/hV/V8L9RdiOgdyfNTtqnlPTkHwItEXCEam8yjfRlDYA8RA 5JQR/bvLV/Alnayg/ERm4gu7keJgi3em4YIIqSqc= From: Eric Wong To: mwrap-public@80x24.org Cc: Sam Saffron Subject: [PATCH 0/3] mwrap odds and ends before 2.3.. Date: Sat, 3 Sep 2022 09:27:38 +0000 Message-Id: <20220903092741.2284559-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Not sure why rdoc scans extconf.rb during `gem install' --version + --help may be useful for new users; and a failed attempt at getting FreeBSD support working, but probably leaves things in a nicer state if we attempt it again... Eric Wong (3): extconf.rb: avoid RDoc errors during gem install add --version and --help args cleanup some FreeBSD-related workarounds MANIFEST | 3 ++ README | 2 +- VERSION-GEN | 36 +++++++++++++++++ bin/mwrap | 19 +++++++++ ext/mwrap/extconf.rb | 8 ++-- ext/mwrap/mwrap.c | 93 +++++++++++++++++++++++++------------------- lib/mwrap/.gitignore | 1 + mwrap.gemspec | 9 +++-- 8 files changed, 123 insertions(+), 48 deletions(-) create mode 100755 VERSION-GEN create mode 100644 lib/mwrap/.gitignore