committers-ports.dot revision 168069
1# $FreeBSD: head/share/misc/committers-ports.dot 168069 2007-03-30 18:05:28Z garga $
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"]
33edwin [label="Edwin Groothuis\nedwin@FreeBSD.org\n2002/10/22"]
34erwin [label="Erwin Lansing\nerwin@FreeBSD.org\n2003/06/04"]
35flz [label="Florent Thoumie\nflz@FreeBSD.org\n2005/03/01"]
36gabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2006/12/05"]
37garga [label="Renato Botelho\ngarga@FreeBSD.org\n2005/07/11"]
38johans [label="Johan Selst\njohans@FreeBSD.org\n2006/04/01"]
39josef [label="Josef El-Rayes\njosef@FreeBSD.org\n2004/12/20"]
40jylefort [label="Jean-Yves Lefort\njylefort@FreeBSD.org\n2005/04/12"]
41kwm [label="Koop Mast\nkwm@FreeBSD.org\n2004/09/14"]
42laszlof [label="Frank Laszlo\nlaszlof@FreeBSD.org\n2006/11/07"]
43lbr [label="Lars Balker Rasmussen\lbr@FreeBSD.org\n2006/04/30"]
44lth [label="Lars Thegler\nlth@FreeBSD.org\n2004/05/04"]
45mezz [label="Jeremy Messenger\nmezz@FreeBSD.org\n2004/04/30"]
46mnag [label="Marcus Grando\nmnag@FreeBSD.org\n2005/09/15"]
47pav [label="Pav Lucistnik\npav@FreeBSD.org\n2003/11/12"]
48shaun [label="Shaun Amott\nshaun@FreeBSD.org\n2006/06/19"]
49simon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2005/01/08"]
50tmclaugh [label="Tom McLaughlin\ntmclaugh@FreeBSD.org\n2005/09/15"]
51vd [label="Vasil Dimov\nvd@FreeBSD.org\n2006/01/19"]
52
53# Here are the mentor/mentee relationships.
54# Group together all the mentees for a particular mentor.
55# Keep the list sorted by mentor login.
56
57adamw -> ahze
58adamw -> jylefort
59adamw -> mezz
60adamw -> pav
61
62ahze -> shaun
63ahze -> tmclaugh
64
65edwin -> erwin
66
67erwin -> clement
68erwin -> gabor
69erwin -> lbr
70erwin -> lth
71erwin -> simon
72
73flz -> garga
74flz -> johans
75flz -> laszlof
76
77garga -> acm
78garga -> alepulver
79garga -> vd
80
81pav -> flz
82pav -> josef
83pav -> kwm
84pav -> mnag
85
86}
87