From owner-svn-doc-all@freebsd.org Sun Jan 31 21:51:41 2016
Return-Path:
Delivered-To: svn-doc-all@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2B7DA749C5;
Sun, 31 Jan 2016 21:51:41 +0000 (UTC)
(envelope-from wblock@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
[IPv6:2610:1c1:1:6068::e6a:0])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client did not present a certificate)
by mx1.freebsd.org (Postfix) with ESMTPS id 6EC26B4E;
Sun, 31 Jan 2016 21:51:41 +0000 (UTC)
(envelope-from wblock@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0VLpe9E013448;
Sun, 31 Jan 2016 21:51:40 GMT (envelope-from wblock@FreeBSD.org)
Received: (from wblock@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0VLpeKR013447;
Sun, 31 Jan 2016 21:51:40 GMT (envelope-from wblock@FreeBSD.org)
Message-Id: <201601312151.u0VLpeKR013447@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: wblock set sender to
wblock@FreeBSD.org using -f
From: Warren Block
Date: Sun, 31 Jan 2016 21:51:40 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r48132 - head/en_US.ISO8859-1/htdocs/news/status
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Sun, 31 Jan 2016 21:51:41 -0000
Author: wblock
Date: Sun Jan 31 21:51:40 2016
New Revision: 48132
URL: https://svnweb.freebsd.org/changeset/doc/48132
Log:
Editing pass. Yes, I changed stuff. It got a bit weird with the time
travel in the third act, and the whole car chase scene did not make
sense.
Modified:
head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Sun Jan 31 16:30:18 2016 (r48131)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Sun Jan 31 21:51:40 2016 (r48132)
@@ -104,7 +104,7 @@
LKL ("Linux Kernel as a Library") is a special
"architecture" of the full Linux kernel that builds as a
userspace library on various platforms, including &os;. One
- application of such a library is using Linux's filesystem drivers
+ application of such a library is using Linux filesystem drivers
to implement a FUSE backend.
fusefs-lkl's lklfuse binary is such a FUSE
@@ -112,14 +112,14 @@
BTRFS read-write, using the native drivers from
Linux.
- The sysutils/fusefs-lkl port may now be installed from
+
sysutils/fusefs-lkl can now be installed either from
packages or ports, providing access to these filesystems on
&os; via FUSE.
I recently became involved with &os; (as in, the last 2-3
weeks), and found myself quickly involved with Ports development.
- What quickly struck me was the difficulty in providing a Python
+ What struck me immediately was the difficulty in providing a Python
package that was depended upon by multiple versions of Python. As
it turns out, poudriere can currently only generate one package
per port, meaning that a Python version-neutral (compatible with
@@ -959,7 +959,7 @@
I discussed the issue with &a.koobs;, who suggested that I
look into implementing a "variants protocol" within the
- Ports framework and the necessary changes to poudriere in order to
+ Ports framework and the necessary changes to poudriere to
allow a port to generate more than one package.
Support for variants is strongly needed in Ports and
@@ -994,8 +994,8 @@
in my heels and have implemented a proof-of-concept implementation
of variants in the Ports framework, including the necessary
modifications to poudriere in order to support it. It was mildly
- upsetting to find that poudriere is mostly written in Bourne shell
- scripts, but press on I did nonetheless.
+ upsettling to find that poudriere is mostly written in Bourne shell
+ scripts, but I pressed on nonetheless.
I started with the
@@ -1007,7 +1007,7 @@
changes.
This is a work in progress, and I would
- love to hear your feedback. I've enjoyed my first few weeks
+ love to hear your feedback. I have enjoyed my first few weeks
working on &os;, and I hope to stay here for quite some time.