]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/misc/committers-ports.dot
- add myself
[FreeBSD/FreeBSD.git] / share / misc / committers-ports.dot
1 # $FreeBSD$
2
3 digraph 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
19 node [color=grey62, style=filled, bgcolor=black];
20
21 # Alumni go here.. Try to keep things sorted.
22
23 adamw [label="Adam Weinberger\nadamw@FreeBSD.org\n2002/10/16\n2006/09/25"]
24 jmallett [label="Juli Mallett\njmallett@FreeBSD.org\n2003/01/16\n2006/08/10"]
25
26 node [color=lightblue2, style=filled, bgcolor=black];
27
28 # Current ports committers go here. Try to keep things sorted.
29
30 acm [label="Jose Alonso Cardenas Marquez\nacm@FreeBSD.org\n2006/07/18"]
31 ahze [label="Michael Johnson\nahze@FreeBSD.org\n2004/10/29"]
32 alepulver [label="Alejandro Pulver\nalepulver@FreeBSD.org\n2006/04/01"]
33 bland [label="Alexander Nedotsukov\nbland@FreeBSD.org\n2003/08/14"]
34 brooks [label="Brooks Davies\nbrooks@FreeBSD.org\n2004/05/03"]
35 clement [label="Clement Laforet\nclement@FreeBSD.org\n2003/12/17"]
36 clsung [label="Cheng-Lung Sung\nclsung@FreeBSD.org\n2004/8/18"]
37 db [label="Diane Bruce\ndb@FreeBSD.org\n2007/01/18"]
38 delphij [label="Xin Li\ndelphij@FreeBSD.org\n2006/05/01"]
39 edwin [label="Edwin Groothuis\nedwin@FreeBSD.org\n2002/10/22"]
40 ehaupt [label="Emanuel Haupt\nehaupt@FreeBSD.org\n2005/10/03"]
41 eik [label="Oliver Eikemeier\neik@FreeBSD.org\n2003/11/12"]
42 erwin [label="Erwin Lansing\nerwin@FreeBSD.org\n2003/06/04"]
43 fjoe [label="Max Khon\nfjoe@FreeBSD.org\n2001/08/06"]
44 flz [label="Florent Thoumie\nflz@FreeBSD.org\n2005/03/01"]
45 gabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2006/12/05"]
46 garga [label="Renato Botelho\ngarga@FreeBSD.org\n2005/07/11"]
47 jmelo [label="Jean Milanez Melo\njmelo@FreeBSD.org\n2006/03/31"]
48 johans [label="Johan Selst\njohans@FreeBSD.org\n2006/04/01"]
49 josef [label="Josef El-Rayes\njosef@FreeBSD.org\n2004/12/20"]
50 jylefort [label="Jean-Yves Lefort\njylefort@FreeBSD.org\n2005/04/12"]
51 krion [label="Kirill Ponomarew\nkrion@FreeBSD.org\n2003/07/20"]
52 kwm [label="Koop Mast\nkwm@FreeBSD.org\n2004/09/14"]
53 laszlof [label="Frank Laszlo\nlaszlof@FreeBSD.org\n2006/11/07"]
54 lbr [label="Lars Balker Rasmussen\lbr@FreeBSD.org\n2006/04/30"]
55 lth [label="Lars Thegler\nlth@FreeBSD.org\n2004/05/04"]
56 marcus [label="Joe Marcus Clarke\nmarcus@FreeBSD.org\n2002/04/05"]
57 mezz [label="Jeremy Messenger\nmezz@FreeBSD.org\n2004/04/30"]
58 miwi [label="Martin Wilke\nmiwi@FreeBSD.org\n2006/06/04"]
59 mnag [label="Marcus Alves Grando\nmnag@FreeBSD.org\n2005/09/15"]
60 novel [label="Roman Bogorodskiy\nnovel@FreeBSD.org\n2005/03/07"]
61 pav [label="Pav Lucistnik\npav@FreeBSD.org\n2003/11/12"]
62 philip [label="Philip Paeps\nphilip@FreeBSD.org\n2005/10/19"]
63 rafan [label="Rong-En Fan\nrafan@FreeBSD.org\n2006/06/23"]
64 sat [label="Andrew Pantyukhin\nsat@FreeBSD.org\n2006/05/06"]
65 sem [label="Sergey Matveychuk\nsem@FreeBSD.org\n2004/07/07"]
66 sergei [label="Sergei Kolobov\nsergei@FreeBSD.org\n2003/10/21"]
67 shaun [label="Shaun Amott\nshaun@FreeBSD.org\n2006/06/19"]
68 simon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2005/01/08"]
69 tmclaugh [label="Tom McLaughlin\ntmclaugh@FreeBSD.org\n2005/09/15"]
70 vd [label="Vasil Dimov\nvd@FreeBSD.org\n2006/01/19"]
71
72 # Here are the mentor/mentee relationships.
73 # Group together all the mentees for a particular mentor.
74 # Keep the list sorted by mentor login.
75
76 adamw -> ahze
77 adamw -> jylefort
78 adamw -> mezz
79 adamw -> pav
80
81 ahze -> shaun
82 ahze -> tmclaugh
83
84 delphij -> rafan
85
86 edwin -> erwin
87
88 ehaupt -> db
89
90 erwin -> clement
91 erwin -> gabor
92 erwin -> lbr
93 erwin -> lth
94 erwin -> simon
95
96 fjoe -> krion
97
98 flz -> garga
99 flz -> johans
100 flz -> laszlof
101
102 garga -> acm
103 garga -> alepulver
104 garga -> vd
105
106 krion -> brooks
107 krion -> miwi
108 krion -> novel
109 krion -> philip
110 krion -> sat
111 krion -> sem
112 krion -> sergei
113
114 marcus -> bland
115 marcus -> eik
116 marcus -> jmallett
117
118 mnag -> jmelo
119
120 novel -> ehaupt
121
122 pav -> flz
123 pav -> josef
124 pav -> kwm
125 pav -> mnag
126
127 sem -> delphij
128
129 }