- Add a page for portmgr alumni
Reviewed by: keramida
This commit is contained in:
parent
1d1fdc1390
commit
b7f16a0634
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=36665
4 changed files with 69 additions and 0 deletions
|
@ -19,6 +19,7 @@ SRCS+= contrib.committers.sgml
|
|||
SRCS+= contrib.corealumni.sgml
|
||||
SRCS+= contrib.develalumni.sgml
|
||||
SRCS+= contrib.develinmemoriam.sgml
|
||||
SRCS+= contrib.portmgralumni.sgml
|
||||
|
||||
URL_RELPREFIX?= ../../../..
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
|
|
@ -363,6 +363,19 @@
|
|||
&contrib.develalumni;
|
||||
</sect1>
|
||||
|
||||
<sect1 id="contrib-portmgralumni">
|
||||
<title>Ports Management Team Alumni</title>
|
||||
|
||||
<indexterm><primary>portmgr team</primary></indexterm>
|
||||
<para>The following people were members of the FreeBSD portmgr team during
|
||||
the periods indicated. We thank them for their past efforts in the
|
||||
service of the FreeBSD project.</para>
|
||||
|
||||
<para><emphasis>In rough reverse chronological order:</emphasis></para>
|
||||
|
||||
&contrib.portmgralumni;
|
||||
</sect1>
|
||||
|
||||
<sect1 id="contrib-develinmemoriam">
|
||||
<title>Development Team: In Memoriam</title>
|
||||
|
||||
|
|
|
@ -6,3 +6,4 @@
|
|||
<!ENTITY contrib.corealumni SYSTEM "contrib.corealumni.sgml">
|
||||
<!ENTITY contrib.develalumni SYSTEM "contrib.develalumni.sgml">
|
||||
<!ENTITY contrib.develinmemoriam SYSTEM "contrib.develinmemoriam.sgml">
|
||||
<!ENTITY contrib.portmgralumni SYSTEM "contrib.portmgralumni.sgml">
|
||||
|
|
|
@ -0,0 +1,54 @@
|
|||
<!-- $FreeBSD$ -->
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>&a.kris; (2001 - 2010)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&a.krion; (2004 - 2009)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&a.clement; (2005 - 2007)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&a.eik; (2004 - 2005)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&a.will; (2001 - 2004)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&a.knu; (2001 - 2004)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&a.lioux; (2001 - 2004)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&a.sobomax; (2001 - 2004)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&a.steve; (2001 - 2004)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&a.asami; ( - 2001)</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
sgml-declaration: "chapter.decl"
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
sgml-parent-document: ("article.sgml" "part" "sect1")
|
||||
End:
|
||||
-->
|
Loading…
Reference in a new issue