committers-ports.dot revision 168064
1# $FreeBSD: head/share/misc/committers-ports.dot 168064 2007-03-30 17:42:01Z flz $
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
29ahze [label="Michael Johnson\nahze@FreeBSD.org\n2004/10/29"]
30erwin [label="Erwin Lansing\nerwin@FreeBSD.org\n2003/06/04"]
31flz [label="Florent Thoumie\nflz@FreeBSD.org\n2005/03/01"]
32gabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2006/12/05"]
33garga [label="Renato Botelho\ngarga@FreeBSD.org\n2005/07/11"]
34johans [label="Johan Selst\njohans@FreeBSD.org\n2006/04/01"]
35josef [label="Josef El-Rayes\njosef@FreeBSD.org\n2004/12/20"]
36jylefort [label="Jean-Yves Lefort\njylefort@FreeBSD.org\n2005/04/12"]
37kwm [label="Koop Mast\nkwm@FreeBSD.org\n2004/09/14"]
38laszlof [label="Frank Laszlo\nlaszlof@FreeBSD.org\n2006/11/07"]
39mezz [label="Jeremy Messenger\nmezz@FreeBSD.org\n2004/04/30"]
40mnag [label="Marcus Grando\nmnag@FreeBSD.org\n2005/09/15"]
41pav [label="Pav Lucistnik\npav@FreeBSD.org\n2003/11/12"]
42shaun [label="Shaun Amott\nshaun@FreeBSD.org\n2006/06/19"]
43tmclaugh [label="Tom McLaughlin\ntmclaugh@FreeBSD.org\n2005/09/15"]
44
45# Here are the mentor/mentee relationships.
46# Group together all the mentees for a particular mentor.
47# Keep the list sorted by mentor login.
48
49adamw -> ahze
50adamw -> jylefort
51adamw -> mezz
52adamw -> pav
53
54ahze -> shaun
55ahze -> tmclaugh
56
57erwin -> gabor
58
59flz -> garga
60flz -> johans
61flz -> laszlof
62
63pav -> flz
64pav -> josef
65pav -> kwm
66pav -> mnag
67
68}
69