]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/misc/committers-ports.dot
Add tmclaughs info
[FreeBSD/FreeBSD.git] / share / misc / committers-ports.dot
1 # $FreeBSD$
2
3 digraph ports {
4
5 node [color=grey62, style=filled, bgcolor=black];
6
7 # Alumni go here.
8
9 node [color=lightblue2, style=filled, bgcolor=black];
10
11 # Current ports committers go here. Try to keep things sorted.
12
13 adamw [label="Adam Weinberger\nadamw@FreeBSD.org\n2002/10/16\n2006/09/25"]
14 ahze [label="Michael Johnson\nahze@FreeBSD.org\n2004/10/29"]
15 erwin [label="Erwin Lansing\nerwin@FreeBSD.org\n2003/06/04"]
16 flz [label="Florent Thoumie\nflz@FreeBSD.org\n2005/03/01"]
17 gabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2006/12/05"]
18 garga [label="Renato Botelho\ngarga@FreeBSD.org\n2005/07/11"]
19 johans [label="Johan Selst\njohans@FreeBSD.org\n2006/04/01"]
20 josef [label="Josef El-Rayes\njosef@FreeBSD.org\n2004/12/20"]
21 jylefort [label="Jean-Yves Lefort\njylefort@FreeBSD.org\n2005/04/12"]
22 kwm [label="Koop Mast\nkwm@FreeBSD.org\n2004/09/14"]
23 laszlof [label="Frank Laszlo\nlaszlof@FreeBSD.org\n2006/11/07"]
24 mezz [label="Jeremy Messenger\nmezz@FreeBSD.org\n2004/04/30"]
25 mnag [label="Marcus Grando\nmnag@FreeBSD.org\n2005/09/15"]
26 pav [label="Pav Lucistnik\npav@FreeBSD.org\n2003/11/12"]
27 shaun [label="Shaun Amott\nshaun@FreeBSD.org\n2006/06/19"]
28 tmclaugh [label="Tom McLaughlin\ntmclaugh@FreeBSD.org\n2005/09/15"]
29
30 # Here are the mentor/mentee relationships.
31
32 adamw -> ahze
33 adamw -> jylefort
34 adamw -> mezz
35 adamw -> pav
36
37 ahze -> shaun
38 ahze -> tmclaugh
39
40 erwin -> gabor
41
42 flz -> garga
43 flz -> johans
44 flz -> laszlof
45
46 pav -> flz
47 pav -> josef
48 pav -> kwm
49 pav -> mnag
50
51 }