committers-ports.dot revision 168084
1# $FreeBSD: head/share/misc/committers-ports.dot 168084 2007-03-30 19:08:33Z ehaupt $
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"]
50novel [label="Roman Bogorodskiy\nnovel@FreeBSD.org\n2005/03/07"]
51pav [label="Pav Lucistnik\npav@FreeBSD.org\n2003/11/12"]
52shaun [label="Shaun Amott\nshaun@FreeBSD.org\n2006/06/19"]
53simon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2005/01/08"]
54tmclaugh [label="Tom McLaughlin\ntmclaugh@FreeBSD.org\n2005/09/15"]
55vd [label="Vasil Dimov\nvd@FreeBSD.org\n2006/01/19"]
56
57# Here are the mentor/mentee relationships.
58# Group together all the mentees for a particular mentor.
59# Keep the list sorted by mentor login.
60
61adamw -> ahze
62adamw -> jylefort
63adamw -> mezz
64adamw -> pav
65
66ahze -> shaun
67ahze -> tmclaugh
68
69edwin -> erwin
70
71ehaupt -> db
72
73erwin -> clement
74erwin -> gabor
75erwin -> lbr
76erwin -> lth
77erwin -> simon
78
79flz -> garga
80flz -> johans
81flz -> laszlof
82
83garga -> acm
84garga -> alepulver
85garga -> vd
86
87mnag -> jmelo
88
89novel -> ehaupt
90
91pav -> flz
92pav -> josef
93pav -> kwm
94pav -> mnag
95
96}
97