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