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

--- 13 unchanged lines hidden ---
48
49adamw -> ahze
50adamw -> jylefort
51adamw -> mezz
52adamw -> pav
53
54ahze -> shaun
55ahze -> tmclaugh

--- 13 unchanged lines hidden ---