committers-ports.dot revision 168068
1168054Sflz# $FreeBSD: head/share/misc/committers-ports.dot 168068 2007-03-30 18:04:00Z erwin $
2168054Sflz
3168054Sflzdigraph ports {
4168054Sflz
5168064Sflz# Node definitions follow this example:
6168064Sflz#
7168064Sflz#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"]
8168064Sflz#
9168064Sflz# ????/??/?? is the date when the commit bit was obtained, usually the one you
10168064Sflz# can find looking at CVS logs for the access (or avail) file under CVSROOT.
11168064Sflz#
12168064Sflz# For returned commit bits, the node definition will follow this example:
13168064Sflz#
14168064Sflz#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
15168064Sflz#
16168064Sflz# The first date is the same as for an active committer, the second date is
17168064Sflz# the date when the commit bit has been returned. Again, check CVS logs.
18168064Sflz
19168054Sflznode [color=grey62, style=filled, bgcolor=black];
20168054Sflz
21168064Sflz# Alumni go here.. Try to keep things sorted.
22168054Sflz
23168064Sflzadamw [label="Adam Weinberger\nadamw@FreeBSD.org\n2002/10/16\n2006/09/25"]
24168064Sflz
25168054Sflznode [color=lightblue2, style=filled, bgcolor=black];
26168054Sflz
27168054Sflz# Current ports committers go here. Try to keep things sorted.
28168054Sflz
29168055Spavahze [label="Michael Johnson\nahze@FreeBSD.org\n2004/10/29"]
30168068Serwinclement [label="Clement Laforet\clement@FreeBSD.org\n2003/12/17"]
31168068Serwinedwin [label="Edwin Groothuis\nedwin@FreeBSD.org\n2002/10/22"]
32168059Sgaborerwin [label="Erwin Lansing\nerwin@FreeBSD.org\n2003/06/04"]
33168054Sflzflz [label="Florent Thoumie\nflz@FreeBSD.org\n2005/03/01"]
34168059Sgaborgabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2006/12/05"]
35168054Sflzgarga [label="Renato Botelho\ngarga@FreeBSD.org\n2005/07/11"]
36168054Sflzjohans [label="Johan Selst\njohans@FreeBSD.org\n2006/04/01"]
37168055Spavjosef [label="Josef El-Rayes\njosef@FreeBSD.org\n2004/12/20"]
38168055Spavjylefort [label="Jean-Yves Lefort\njylefort@FreeBSD.org\n2005/04/12"]
39168055Spavkwm [label="Koop Mast\nkwm@FreeBSD.org\n2004/09/14"]
40168054Sflzlaszlof [label="Frank Laszlo\nlaszlof@FreeBSD.org\n2006/11/07"]
41168068Serwinlbr [label="Lars Balker Rasmussen\lbr@FreeBSD.org\n2006/04/30"]
42168068Serwinlth [label="Lars Thegler\nlth@FreeBSD.org\n2004/05/04"]
43168055Spavmezz [label="Jeremy Messenger\nmezz@FreeBSD.org\n2004/04/30"]
44168055Spavmnag [label="Marcus Grando\nmnag@FreeBSD.org\n2005/09/15"]
45168054Sflzpav [label="Pav Lucistnik\npav@FreeBSD.org\n2003/11/12"]
46168055Spavshaun [label="Shaun Amott\nshaun@FreeBSD.org\n2006/06/19"]
47168068Serwinsimon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2005/01/08"]
48168061Sahzetmclaugh [label="Tom McLaughlin\ntmclaugh@FreeBSD.org\n2005/09/15"]
49168054Sflz
50168054Sflz# Here are the mentor/mentee relationships.
51168064Sflz# Group together all the mentees for a particular mentor.
52168064Sflz# Keep the list sorted by mentor login.
53168054Sflz
54168055Spavadamw -> ahze
55168055Spavadamw -> jylefort
56168055Spavadamw -> mezz
57168055Spavadamw -> pav
58168055Spav
59168055Spavahze -> shaun
60168057Sahzeahze -> tmclaugh
61168055Spav
62168068Serwinedwin -> erwin
63168068Serwin
64168068Serwinerwin -> clement
65168059Sgaborerwin -> gabor
66168068Serwinerwin -> lbr
67168068Serwinerwin -> lth
68168068Serwinerwin -> simon
69168059Sgabor
70168054Sflzflz -> garga
71168054Sflzflz -> johans
72168054Sflzflz -> laszlof
73168054Sflz
74168054Sflzpav -> flz
75168055Spavpav -> josef
76168055Spavpav -> kwm
77168055Spavpav -> mnag
78168054Sflz
79168054Sflz}
80