Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id ABA551A9246 for ; Wed, 4 Nov 2020 14:36:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1B68884DDF; Wed, 4 Nov 2020 14:36:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5593784D27 for ; Wed, 4 Nov 2020 14:36:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id hBMh_NCq5Qtv for ; Wed, 4 Nov 2020 14:36:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AB11484CEE for ; Wed, 4 Nov 2020 14:36:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A3044FB28; Wed, 4 Nov 2020 14:36:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160450057835300" MIME-Version: 1.0 Date: Wed, 4 Nov 2020 14:36:18 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20201104143618.A3044FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160450057835300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Nov 4 14:36:18 UTC 2020 Modified Files: pkgsrc: README.md Log Message: fix spelling error. joerg would like me not to mention minix3. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/README.md Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160450057835300 Content-Disposition: inline Content-Length: 1090 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/README.md diff -u pkgsrc/README.md:1.5 pkgsrc/README.md:1.6 --- pkgsrc/README.md:1.5 Wed Nov 4 10:59:39 2020 +++ pkgsrc/README.md Wed Nov 4 14:36:18 2020 @@ -7,12 +7,12 @@ variety of UNIX-like systems. It produces binary packages, which can be managed with tools such as [pkgin](http://pkgin.net/). pkgsrc is highly configurable, supporting building packages for an arbitrary installation prefix (the default is -`/usr/pkg`), allowing multiple branches to coeexist on one machine, a +`/usr/pkg`), allowing multiple branches to coexist on one machine, a build options framework, and a compiler trasformation framework, among other advanced features. Unprivileged use and installation is also supported. pkgsrc is the default package manager for [NetBSD](https://www.NetBSD.org), -[SmartOS](https://www.joyent.com/smartos), and [MINIX 3](https://minix3.org/). +and [SmartOS](https://www.joyent.com/smartos). It's also supported as a first-class option in [OmniOS CE](https://omniosce.org/) and [Oasis Linux](https://github.com/oasislinux/oasis). --_----------=_160450057835300--