X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail.bitmessage.ch (mail.bitmessage.ch [146.228.112.252]) by lists.alpinelinux.org (Postfix) with ESMTP id B837C5C4E94 for ; Wed, 14 Feb 2018 19:24:52 +0000 (GMT) dkim-signature: v=1; a=rsa-sha256; d=bitmessage.ch; s=mail; c=relaxed/relaxed; q=dns/txt; h=From:Subject:Date:Message-ID:To:MIME-Version:Content-Type:Content-Transfer-Encoding:In-Reply-To:References; bh=eGnRyjWK0d4brK6XCVpErGFDArhhOnyr8r6Oj/IjO8U=; b=d+gQrdMHb5Adw/9KhKEcomOYPtmO5lawmfcIOh3lqKi2CkeowZqxudfm6HbKTZvhkrcek/Pn4OSn6P27tgPLtuel+PZNOLRTczJy0WOc3bT86KzxZYqAmnUxcw1J6J7p6/2FN6kfTD+cLhSKwHB04l8T86MhGCdR3dlN+vxl3As= Received: from alpine.my.domain (ppp78-37-137-49.pppoe.avangarddsl.ru [78.37.137.49]) by mail.bitmessage.ch with ESMTPSA (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256) ; Wed, 14 Feb 2018 20:24:40 +0100 Date: Wed, 14 Feb 2018 19:23:59 +0000 From: =?utf-8?B?Q8OhZw==?= To: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] RFC: Introducing tools-base meta package Message-ID: <20180214192359.kCeRF%ca6c@bitmessage.ch> References: <161894efe87.111ebc5a251296.390323127337732549@zoho.com> <20180212132622.KfZQz%ca6c@bitmessage.ch> <48fe062b-b119-55f8-1c4a-8a706ea126dc@adelielinux.org> In-Reply-To: <48fe062b-b119-55f8-1c4a-8a706ea126dc@adelielinux.org> Mail-Followup-To: alpine-devel@lists.alpinelinux.org, =?utf-8?B?Q8OhZw==?= User-Agent: mail v14.9.6 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable A. Wilcox wrote: >> sbase - portable Unix utilities (cat, du, ls etc.); > I am vaguely interested in this. Does it implement POSIX options? Mostly. See https://git.suckless.org/sbase/tree/README >> sinit - a simple init; > Does this integrate with other service managers (like OpenRC, s6) or > does it only work with svc? Do you have a link? I am sure it does. It's correct in the vision of the project. "What PID 1 Should Do When your system boots up the kernel is executing a given binary in its known namespace. To see what are the only tasks the application running as pid 1 has to do, see sinit (https://git.suckless.org/sinit/). Just wait for child process to reap and run some other init scripts." >> nawk - the One True Awk; >> pigz - for gzip >> iproute2 - for various net utilities; >> sdhcp - a small DHCP client; > Haven't heard of this one, is it from the same people as sbase? nawk is bwk's awk, pigz is from zlib devs, iproute2 is everywhere these days, sdhcp is a suckless project (https://git.2f30.org/sdhcp/). >> curses - NetBSD curses. > Have you looked in to pdcurses? How does it compare? I am afraid I haven't. Both should be rather compared to ncurses. >> What's missing (stty, patch, diff etc.) can be pulled from BSDs or >> Heirloom. > Ad=C3=A9lie ships heirloom-devtools if you want Real Unix make, m4, lex, > yacc, etc in APK format :) That's cool :) pkgsrc ships all Heirloom utilities, I think Arch does too. =20 Cheers -- ca=C3=B3c --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---