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