committers-ports.dot revision 168064
1168054Sflz# $FreeBSD: head/share/misc/committers-ports.dot 168064 2007-03-30 17:42:01Z flz $
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"]
30168059Sgaborerwin [label="Erwin Lansing\nerwin@FreeBSD.org\n2003/06/04"]
31168054Sflzflz [label="Florent Thoumie\nflz@FreeBSD.org\n2005/03/01"]
32168059Sgaborgabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2006/12/05"]
33168054Sflzgarga [label="Renato Botelho\ngarga@FreeBSD.org\n2005/07/11"]
34168054Sflzjohans [label="Johan Selst\njohans@FreeBSD.org\n2006/04/01"]
35168055Spavjosef [label="Josef El-Rayes\njosef@FreeBSD.org\n2004/12/20"]
36168055Spavjylefort [label="Jean-Yves Lefort\njylefort@FreeBSD.org\n2005/04/12"]
37168055Spavkwm [label="Koop Mast\nkwm@FreeBSD.org\n2004/09/14"]
38168054Sflzlaszlof [label="Frank Laszlo\nlaszlof@FreeBSD.org\n2006/11/07"]
39168055Spavmezz [label="Jeremy Messenger\nmezz@FreeBSD.org\n2004/04/30"]
40168055Spavmnag [label="Marcus Grando\nmnag@FreeBSD.org\n2005/09/15"]
41168054Sflzpav [label="Pav Lucistnik\npav@FreeBSD.org\n2003/11/12"]
42168055Spavshaun [label="Shaun Amott\nshaun@FreeBSD.org\n2006/06/19"]
43168061Sahzetmclaugh [label="Tom McLaughlin\ntmclaugh@FreeBSD.org\n2005/09/15"]
44168054Sflz
45168054Sflz# Here are the mentor/mentee relationships.
46168064Sflz# Group together all the mentees for a particular mentor.
47168064Sflz# Keep the list sorted by mentor login.
48168054Sflz
49168055Spavadamw -> ahze
50168055Spavadamw -> jylefort
51168055Spavadamw -> mezz
52168055Spavadamw -> pav
53168055Spav
54168055Spavahze -> shaun
55168057Sahzeahze -> tmclaugh
56168055Spav
57168059Sgaborerwin -> gabor
58168059Sgabor
59168054Sflzflz -> garga
60168054Sflzflz -> johans
61168054Sflzflz -> laszlof
62168054Sflz
63168054Sflzpav -> flz
64168055Spavpav -> josef
65168055Spavpav -> kwm
66168055Spavpav -> mnag
67168054Sflz
68168054Sflz}
69