committers-ports.dot revision 168054
1# $FreeBSD: head/share/misc/committers-ports.dot 168054 2007-03-30 16:56:38Z flz $
2
3digraph ports {
4
5node [color=grey62, style=filled, bgcolor=black];
6
7# Alumni go here.
8
9node [color=lightblue2, style=filled, bgcolor=black];
10
11# Current ports committers go here. Try to keep things sorted.
12
13flz [label="Florent Thoumie\nflz@FreeBSD.org\n2005/03/01"]
14garga [label="Renato Botelho\ngarga@FreeBSD.org\n2005/07/11"]
15johans [label="Johan Selst\njohans@FreeBSD.org\n2006/04/01"]
16laszlof [label="Frank Laszlo\nlaszlof@FreeBSD.org\n2006/11/07"]
17pav [label="Pav Lucistnik\npav@FreeBSD.org\n2003/11/12"]
18
19# Here are the mentor/mentee relationships.
20
21flz -> garga
22flz -> johans
23flz -> laszlof
24
25pav -> flz
26
27}
28