committers-ports.dot revision 168113
1# $FreeBSD: head/share/misc/committers-ports.dot 168113 2007-03-31 06:18:15Z marcus $
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"]
24jmallett [label="Juli Mallett\njmallett@FreeBSD.org\n2003/01/16\n2006/08/10"]
25
26node [color=lightblue2, style=filled, bgcolor=black];
27
28# Current ports committers go here. Try to keep things sorted.
29
30acm [label="Jose Alonso Cardenas Marquez\nacm@FreeBSD.org\n2006/07/18"]
31ahze [label="Michael Johnson\nahze@FreeBSD.org\n2004/10/29"]
32alepulver [label="Alejandro Pulver\nalepulver@FreeBSD.org\n2006/04/01"]
33bland [label="Alexander Nedotsukov\nbland@FreeBSD.org\n2003/08/14"]
34brooks [label="Brooks Davies\nbrooks@FreeBSD.org\n2004/05/03"]
35clement [label="Clement Laforet\nclement@FreeBSD.org\n2003/12/17"]
36db [label="Diane Bruce\ndb@FreeBSD.org\n2007/01/18"]
37delphij [label="Xin Li\ndelphij@FreeBSD.org\n2006/05/01"]
38edwin [label="Edwin Groothuis\nedwin@FreeBSD.org\n2002/10/22"]
39ehaupt [label="Emanuel Haupt\nehaupt@FreeBSD.org\n2005/10/03"]
40eik [label="Oliver Eikemeier\neik@FreeBSD.org\n2003/11/12"]
41erwin [label="Erwin Lansing\nerwin@FreeBSD.org\n2003/06/04"]
42fjoe [label="Max Khon\nfjoe@FreeBSD.org\n2001/08/06"]
43flz [label="Florent Thoumie\nflz@FreeBSD.org\n2005/03/01"]
44gabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2006/12/05"]
45garga [label="Renato Botelho\ngarga@FreeBSD.org\n2005/07/11"]
46jmelo [label="Jean Milanez Melo\njmelo@FreeBSD.org\n2006/03/31"]
47johans [label="Johan Selst\njohans@FreeBSD.org\n2006/04/01"]
48josef [label="Josef El-Rayes\njosef@FreeBSD.org\n2004/12/20"]
49jylefort [label="Jean-Yves Lefort\njylefort@FreeBSD.org\n2005/04/12"]
50krion [label="Kirill Ponomarew\nkrion@FreeBSD.org\n2003/07/20"]
51kwm [label="Koop Mast\nkwm@FreeBSD.org\n2004/09/14"]
52laszlof [label="Frank Laszlo\nlaszlof@FreeBSD.org\n2006/11/07"]
53lbr [label="Lars Balker Rasmussen\lbr@FreeBSD.org\n2006/04/30"]
54lth [label="Lars Thegler\nlth@FreeBSD.org\n2004/05/04"]
55marcus [label="Joe Marcus Clarke\nmarcus@FreeBSD.org\n2002/04/05"]
56mezz [label="Jeremy Messenger\nmezz@FreeBSD.org\n2004/04/30"]
57miwi [label="Martin Wilke\nmiwi@FreeBSD.org\n2006/06/04"]
58mnag [label="Marcus Alves Grando\nmnag@FreeBSD.org\n2005/09/15"]
59novel [label="Roman Bogorodskiy\nnovel@FreeBSD.org\n2005/03/07"]
60pav [label="Pav Lucistnik\npav@FreeBSD.org\n2003/11/12"]
61philip [label="Philip Paeps\nphilip@FreeBSD.org\n2005/10/19"]
62rafan [label="Rong-En Fan\nrafan@FreeBSD.org\n2006/06/23"]
63sat [label="Andrew Pantyukhin\nsat@FreeBSD.org\n2006/05/06"]
64sem [label="Sergey Matveychuk\nsem@FreeBSD.org\n2004/07/07"]
65sergei [label="Sergei Kolobov\nsergei@FreeBSD.org\n2003/10/21"]
66shaun [label="Shaun Amott\nshaun@FreeBSD.org\n2006/06/19"]
67simon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2005/01/08"]
68tmclaugh [label="Tom McLaughlin\ntmclaugh@FreeBSD.org\n2005/09/15"]
69vd [label="Vasil Dimov\nvd@FreeBSD.org\n2006/01/19"]
70
71# Here are the mentor/mentee relationships.
72# Group together all the mentees for a particular mentor.
73# Keep the list sorted by mentor login.
74
75adamw -> ahze
76adamw -> jylefort
77adamw -> mezz
78adamw -> pav
79
80ahze -> shaun
81ahze -> tmclaugh
82
83delphij -> rafan
84
85edwin -> erwin
86
87ehaupt -> db
88
89erwin -> clement
90erwin -> gabor
91erwin -> lbr
92erwin -> lth
93erwin -> simon
94
95fjoe -> krion
96
97flz -> garga
98flz -> johans
99flz -> laszlof
100
101garga -> acm
102garga -> alepulver
103garga -> vd
104
105krion -> brooks
106krion -> miwi
107krion -> novel
108krion -> philip
109krion -> sat
110krion -> sem
111krion -> sergei
112
113marcus -> bland
114marcus -> eik
115marcus -> jmallett
116
117mnag -> jmelo
118
119novel -> ehaupt
120
121pav -> flz
122pav -> josef
123pav -> kwm
124pav -> mnag
125
126sem -> delphij
127
128}
129