> 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/2014-0304-pkg-8/letter-from-the-foundation.md).

# 基金会致信

* 原文：[Letter From The Foundation](https://freebsdfoundation.org/wp-content/uploads/2014/03/letter-from-the-foundation.pdf)
* 作者：**编委会**

## 全球订阅者突破 1,000 人！

我们很高兴宣布，FreeBSD 期刊的推出取得了巨大成功，正如这封信标题所示，我们迄今已拥有超过 1,000 名订阅者。对于一本新杂志而言，这是令人振奋且意义非凡的开端，我们预计随着口碑传播，订阅量将继续增长。

本期收录了一组关于 FreeBSD 新软件包系统的文章。对于每一位曾经使用现有 Ports 与软件包系统维护过大规模 FreeBSD 安装的人来说，新系统的到来无疑是一股清新的空气。能够维护相关的软件包集合、构建自己的软件包仓库，并在 FreeBSD 之上维护多样化的软件，对个人用户和大型 FreeBSD 站点的管理员都是一大福音。邮件列表上每个人都在盛赞新软件包系统，现在你可以直接从作者本人——Baptiste Daroussin 和 Bryan Drewery——那里读到它的工作原理。PCBSD 拥有自己的软件包系统已有一段时间，Kris Moore 用他关于 PBI 格式演进的文章为本期的软件包专题收尾。

两篇与软件包无直接关联的时效性主题文章为本期增色：一篇关于日志式软更新，另一篇聚焦于使用 `hwpmc.4` 设备驱动及相关工具做性能分析。最后，当你想要轻松一读时，不妨翻阅本月的任一专栏，了解 FreeBSD 世界的最新动态。

编委会感谢所有人的反馈，特别是那些在最近的纽约 NYCBSDCon 和东京 AsiaBSDCon 上专程找到我们、讨论这项新创举的读者。这些回应令人鼓舞，富有教益，我们深表感谢。读者已经为未来几期的文章和专栏提出了许多绝佳的创意。

谈到 BSD 活动，我们一年中最大的活动之一 BSDCan 即将到来。BSDCan 每年五月在加拿大渥太华举行，是规模最大的 BSD 活动，吸引各类 BSD 的开发者、厂商和用户，共度数天的开发者峰会、教程和论文发表。FreeBSD 基金会和 FreeBSD 期刊的代表将出席 BSDCan，如果你是 FreeBSD 期刊的读者，说不定还能在基金会的展台抢到一件收藏品——第 1 期的限量一次性印刷版！

祝阅读愉快！

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/2014-0304-pkg-8/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.
