> For the complete documentation index, see [llms.txt](https://freebsd-journal-cn.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://freebsd-journal-cn.bsdcn.org/20220102-ruan-jian-yu-xi-tong-guan-li/letter-from-the-foundation.md).

# 基金会来信

* 原文：[Letter from the Foundation](https://freebsdfoundation.org/wp-content/uploads/2022/03/foundation_letter.pdf)
* 作者：**John Baldwin**

## 欢迎阅读《FreeBSD 期刊》一/二月刊。新年为用户和开发者都带来新机会。

今年新机会的一个来源是 FreeBSD 的 Ports。它随着第三方软件和基本系统的变化而不断变化。Mateusz Piotrowski 讲解了贡献新 Port 的流程，Joseph Mingrone 则介绍了从 Subversion 迁移到 Git 之后，向 Ports 贡献变更的一些最佳实践。

CBSD 提供了在 FreeBSD 上管理 Jail 和 bhyve 虚拟机的框架。Oleg Ginzburg 提供了系列文章的第一篇，向用户介绍 CBSD 框架及其使用方法。同样，Tom Jones 介绍了用于创建 Jail 的新工具。

Kristoff Provost 描述了他持续维护 FreeBSD 上 pf 包过滤器移植版的又一篇章。

本期还刊登两篇来自 EuroBSDCon 的会议报告。我们希望在今年后续几期中，刊登更多来自“老牌” BSD 大会和新会议场地的会议报告。

一如既往，我们乐于聆听读者的声音。如果你对任何文章有反馈、对未来文章话题的建议，或者有意撰稿，请通过 <info@freebsdjournal.com> 联系我们。

谨代表 FreeBSD 基金会，

**John Baldwin**

FreeBSD 开发者，FreeBSD 期刊编辑委员会主席


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://freebsd-journal-cn.bsdcn.org/20220102-ruan-jian-yu-xi-tong-guan-li/letter-from-the-foundation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
