47 lines
1.2 KiB
Plaintext
47 lines
1.2 KiB
Plaintext
# $FreeBSD$
|
|
|
|
digraph ports {
|
|
|
|
node [color=grey62, style=filled, bgcolor=black];
|
|
|
|
# Alumni go here.
|
|
|
|
node [color=lightblue2, style=filled, bgcolor=black];
|
|
|
|
# Current ports committers go here. Try to keep things sorted.
|
|
|
|
adamw [label="Adam Weinberger\nadamw@FreeBSD.org\n2002/10/16\n2006/09/25"]
|
|
ahze [label="Michael Johnson\nahze@FreeBSD.org\n2004/10/29"]
|
|
flz [label="Florent Thoumie\nflz@FreeBSD.org\n2005/03/01"]
|
|
garga [label="Renato Botelho\ngarga@FreeBSD.org\n2005/07/11"]
|
|
johans [label="Johan Selst\njohans@FreeBSD.org\n2006/04/01"]
|
|
josef [label="Josef El-Rayes\njosef@FreeBSD.org\n2004/12/20"]
|
|
jylefort [label="Jean-Yves Lefort\njylefort@FreeBSD.org\n2005/04/12"]
|
|
kwm [label="Koop Mast\nkwm@FreeBSD.org\n2004/09/14"]
|
|
laszlof [label="Frank Laszlo\nlaszlof@FreeBSD.org\n2006/11/07"]
|
|
mezz [label="Jeremy Messenger\nmezz@FreeBSD.org\n2004/04/30"]
|
|
mnag [label="Marcus Grando\nmnag@FreeBSD.org\n2005/09/15"]
|
|
pav [label="Pav Lucistnik\npav@FreeBSD.org\n2003/11/12"]
|
|
shaun [label="Shaun Amott\nshaun@FreeBSD.org\n2006/06/19"]
|
|
|
|
# Here are the mentor/mentee relationships.
|
|
|
|
adamw -> ahze
|
|
adamw -> jylefort
|
|
adamw -> mezz
|
|
adamw -> pav
|
|
|
|
ahze -> shaun
|
|
ahze -> tmclaugh
|
|
|
|
flz -> garga
|
|
flz -> johans
|
|
flz -> laszlof
|
|
|
|
pav -> flz
|
|
pav -> josef
|
|
pav -> kwm
|
|
pav -> mnag
|
|
|
|
}
|