committers-ports.dot revision 168072
1# $FreeBSD: head/share/misc/committers-ports.dot 168072 2007-03-30 18:08:51Z ehaupt $
2
3digraph ports {
4
5# Node definitions follow this example:
6#
7#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"]
8#
9# ????/??/?? is the date when the commit bit was obtained, usually the one you
10# can find looking at CVS logs for the access (or avail) file under CVSROOT.
11#
12# For returned commit bits, the node definition will follow this example:
13#
14#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
15#
16# The first date is the same as for an active committer, the second date is
17# the date when the commit bit has been returned. Again, check CVS logs.
18
19node [color=grey62, style=filled, bgcolor=black];
20
21# Alumni go here.. Try to keep things sorted.
22
23adamw [label="Adam Weinberger\nadamw@FreeBSD.org\n2002/10/16\n2006/09/25"]
24
25node [color=lightblue2, style=filled, bgcolor=black];
26
27# Current ports committers go here. Try to keep things sorted.
28
29acardenas [label="Jose Alonso Cardenas Marquez\nacm@FreeBSD.org\n2006/07/18"]
30alepulver [label="Alejandro Pulver\nalepulver@FreeBSD.org\n2006/04/01"]
31ahze [label="Michael Johnson\nahze@FreeBSD.org\n2004/10/29"]
32clement [label="Clement Laforet\clement@FreeBSD.org\n2003/12/17"]
33db [label="Diane Bruce\ndb@FreeBSD.org\n2007/01/18"]
34edwin [label="Edwin Groothuis\nedwin@FreeBSD.org\n2002/10/22"]
35ehaupt [label="Emanuel Haupt\nehaupt@FreeBSD.org\n2005/10/03"]
36erwin [label="Erwin Lansing\nerwin@FreeBSD.org\n2003/06/04"]
37flz [label="Florent Thoumie\nflz@FreeBSD.org\n2005/03/01"]
38gabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2006/12/05"]
39garga [label="Renato Botelho\ngarga@FreeBSD.org\n2005/07/11"]
40johans [label="Johan Selst\njohans@FreeBSD.org\n2006/04/01"]
41josef [label="Josef El-Rayes\njosef@FreeBSD.org\n2004/12/20"]
42jylefort [label="Jean-Yves Lefort\njylefort@FreeBSD.org\n2005/04/12"]
43kwm [label="Koop Mast\nkwm@FreeBSD.org\n2004/09/14"]
44laszlof [label="Frank Laszlo\nlaszlof@FreeBSD.org\n2006/11/07"]
45lbr [label="Lars Balker Rasmussen\lbr@FreeBSD.org\n2006/04/30"]
46lth [label="Lars Thegler\nlth@FreeBSD.org\n2004/05/04"]
47mezz [label="Jeremy Messenger\nmezz@FreeBSD.org\n2004/04/30"]
48mnag [label="Marcus Grando\nmnag@FreeBSD.org\n2005/09/15"]
49pav [label="Pav Lucistnik\npav@FreeBSD.org\n2003/11/12"]
50shaun [label="Shaun Amott\nshaun@FreeBSD.org\n2006/06/19"]
51simon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2005/01/08"]
52tmclaugh [label="Tom McLaughlin\ntmclaugh@FreeBSD.org\n2005/09/15"]
53vd [label="Vasil Dimov\nvd@FreeBSD.org\n2006/01/19"]
54
55# Here are the mentor/mentee relationships.
56# Group together all the mentees for a particular mentor.
57# Keep the list sorted by mentor login.
58
59adamw -> ahze
60adamw -> jylefort
61adamw -> mezz
62adamw -> pav
63
64ahze -> shaun
65ahze -> tmclaugh
66
67edwin -> erwin
68
69ehaupt -> db
70
71erwin -> clement
72erwin -> gabor
73erwin -> lbr
74erwin -> lth
75erwin -> simon
76
77flz -> garga
78flz -> johans
79flz -> laszlof
80
81garga -> acm
82garga -> alepulver
83garga -> vd
84
85pav -> flz
86pav -> josef
87pav -> kwm
88pav -> mnag
89
90}
91