71e1ff237e
Group by mentor, sort alphabetically, move adamw to alumni.
69 lines
2.1 KiB
Plaintext
69 lines
2.1 KiB
Plaintext
# $FreeBSD$
|
|
|
|
digraph ports {
|
|
|
|
# Node definitions follow this example:
|
|
#
|
|
# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"]
|
|
#
|
|
# ????/??/?? is the date when the commit bit was obtained, usually the one you
|
|
# can find looking at CVS logs for the access (or avail) file under CVSROOT.
|
|
#
|
|
# For returned commit bits, the node definition will follow this example:
|
|
#
|
|
# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
|
|
#
|
|
# The first date is the same as for an active committer, the second date is
|
|
# the date when the commit bit has been returned. Again, check CVS logs.
|
|
|
|
node [color=grey62, style=filled, bgcolor=black];
|
|
|
|
# Alumni go here.. Try to keep things sorted.
|
|
|
|
adamw [label="Adam Weinberger\nadamw@FreeBSD.org\n2002/10/16\n2006/09/25"]
|
|
|
|
node [color=lightblue2, style=filled, bgcolor=black];
|
|
|
|
# Current ports committers go here. Try to keep things sorted.
|
|
|
|
ahze [label="Michael Johnson\nahze@FreeBSD.org\n2004/10/29"]
|
|
erwin [label="Erwin Lansing\nerwin@FreeBSD.org\n2003/06/04"]
|
|
flz [label="Florent Thoumie\nflz@FreeBSD.org\n2005/03/01"]
|
|
gabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2006/12/05"]
|
|
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"]
|
|
tmclaugh [label="Tom McLaughlin\ntmclaugh@FreeBSD.org\n2005/09/15"]
|
|
|
|
# Here are the mentor/mentee relationships.
|
|
# Group together all the mentees for a particular mentor.
|
|
# Keep the list sorted by mentor login.
|
|
|
|
adamw -> ahze
|
|
adamw -> jylefort
|
|
adamw -> mezz
|
|
adamw -> pav
|
|
|
|
ahze -> shaun
|
|
ahze -> tmclaugh
|
|
|
|
erwin -> gabor
|
|
|
|
flz -> garga
|
|
flz -> johans
|
|
flz -> laszlof
|
|
|
|
pav -> flz
|
|
pav -> josef
|
|
pav -> kwm
|
|
pav -> mnag
|
|
|
|
}
|