committers-ports.dot revision 169251
1168054Sflz# $FreeBSD: head/share/misc/committers-ports.dot 169251 2007-05-04 14:43:51Z fjoe $
2168054Sflz
3168266Sgabor# This file is meant to list all FreeBSD ports committers and describe the
4168266Sgabor# mentor-mentee relationships between them.
5168266Sgabor# The graphical output can be generated from this file with the following
6168266Sgabor# command:
7168266Sgabor# $ dot -T png -o file.png committers-ports.dot
8168266Sgabor#
9168266Sgabor# The dot binary is part of the graphics/graphviz port.
10168266Sgabor
11168054Sflzdigraph ports {
12168054Sflz
13168064Sflz# Node definitions follow this example:
14168064Sflz#
15168064Sflz#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"]
16168064Sflz#
17168064Sflz# ????/??/?? is the date when the commit bit was obtained, usually the one you
18168064Sflz# can find looking at CVS logs for the access (or avail) file under CVSROOT.
19168064Sflz#
20168064Sflz# For returned commit bits, the node definition will follow this example:
21168064Sflz#
22168064Sflz#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
23168064Sflz#
24168064Sflz# The first date is the same as for an active committer, the second date is
25168064Sflz# the date when the commit bit has been returned. Again, check CVS logs.
26168064Sflz
27168054Sflznode [color=grey62, style=filled, bgcolor=black];
28168054Sflz
29168064Sflz# Alumni go here.. Try to keep things sorted.
30168054Sflz
31168064Sflzadamw [label="Adam Weinberger\nadamw@FreeBSD.org\n2002/10/16\n2006/09/25"]
32168939Stmclaughbillf [label="Bill Fumerola\nbillf@FreeBSD.org\n1998/11/11\n2006/12/14"]
33168131Sbmahbmah [label="Bruce A. Mah\nbmah@FreeBSD.org\n2000/08/23\n2006/12/19"]
34168113Smarcusjmallett [label="Juli Mallett\njmallett@FreeBSD.org\n2003/01/16\n2006/08/10"]
35168123Snetchildsteve [label="Steve Price\nsteve@FreeBSD.org\nxxxx/xx/xx\nxxxx/xx/xx"]
36168939Stmclaughwill [label="Will Andrews\nwill@FreeBSD.org\n2000/03/20\n2006/09/01"]
37168064Sflz
38168054Sflznode [color=lightblue2, style=filled, bgcolor=black];
39168054Sflz
40168054Sflz# Current ports committers go here. Try to keep things sorted.
41168054Sflz
42168261Sacheache [label="Andrey Chernov\nache@FreeBSD.org\n1994/11/15"]
43168077Sflzacm [label="Jose Alonso Cardenas Marquez\nacm@FreeBSD.org\n2006/07/18"]
44168077Sflzahze [label="Michael Johnson\nahze@FreeBSD.org\n2004/10/29"]
45168126Saleale [label="Alex Dupre\nale@FreeBSD.org\n2004/01/12"]
46168069Sgargaalepulver [label="Alejandro Pulver\nalepulver@FreeBSD.org\n2006/04/01"]
47168472Snovelalexbl [label="Alexander Botero-Lowry\nalexbl@FreeBSD.org\n2006/09/11"]
48168274Ssemanray [label="Andrey Slusar\nanray@FreeBSD.org\n2005/12/11"]
49169073Saraujoaraujo [label="Marcelo Araujo\naraujo@FreeBSD.org\n2007/04/26"]
50168667Sstefanarved [label="Tilman Linneweh\narved@FreeBSD.org\n2002/10/15"]
51168274Ssemaz [label="Andrej Zverev\naz@FreeBSD.org\n2005/10/03"]
52168113Smarcusbland [label="Alexander Nedotsukov\nbland@FreeBSD.org\n2003/08/14"]
53168098Skrionbrooks [label="Brooks Davies\nbrooks@FreeBSD.org\n2004/05/03"]
54168123Snetchildbsam [label="Boris Samorodov\nbsam@FreeBSD.org\n2006/07/20"]
55168082Sgargaclement [label="Clement Laforet\nclement@FreeBSD.org\n2003/12/17"]
56168116Sclsungclsung [label="Cheng-Lung Sung\nclsung@FreeBSD.org\n2004/8/18"]
57168937Scpercivacperciva [label="Colin Percival\ncperciva@FreeBSD.org\n2006/01/31"]
58168177Sgabordaichi [label="Daichi Goto\ndaichi@FreeBSD.org\n2002/10/17"]
59168354Sdanfedanfe [label="Alexey Dokuchaev\ndanfe@FreeBSD.org\n2004/08/20"]
60168072Sehauptdb [label="Diane Bruce\ndb@FreeBSD.org\n2007/01/18"]
61168108Srafandelphij [label="Xin Li\ndelphij@FreeBSD.org\n2006/05/01"]
62168186Smatdemon [label="Dmitry Sivachenko\ndemon@FreeBSD.org\n2000/11/13"]
63168210Sitetcudryice [label="Dryice Dong Liu\ndryice@FreeBSD.org\n2006/12/25"]
64168068Serwinedwin [label="Edwin Groothuis\nedwin@FreeBSD.org\n2002/10/22"]
65168072Sehauptehaupt [label="Emanuel Haupt\nehaupt@FreeBSD.org\n2005/10/03"]
66168113Smarcuseik [label="Oliver Eikemeier\neik@FreeBSD.org\n2003/11/12"]
67168059Sgaborerwin [label="Erwin Lansing\nerwin@FreeBSD.org\n2003/06/04"]
68168542Smiwifarrokhi [label="Babak Farrokhi\nfarrokhi@FreeBSD.org\n2006/11/07"]
69168098Skrionfjoe [label="Max Khon\nfjoe@FreeBSD.org\n2001/08/06"]
70168054Sflzflz [label="Florent Thoumie\nflz@FreeBSD.org\n2005/03/01"]
71168059Sgaborgabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2006/12/05"]
72168054Sflzgarga [label="Renato Botelho\ngarga@FreeBSD.org\n2005/07/11"]
73168256Sijliaoijliao [label="Ying-Chieh Liao\nijliao@FreeBSD.org\n2001/01/20"]
74168209Sitetcuitetcu [label="Ion-Mihai Tetcu\nitetcu@FreeBSD.org\n2006/06/07"]
75168076Sjmelojmelo [label="Jean Milanez Melo\njmelo@FreeBSD.org\n2006/03/31"]
76168123Snetchildjoerg [label="Joerg Wunsch\njoerg@FreeBSD.org\n1994/08/22"]
77168054Sflzjohans [label="Johan Selst\njohans@FreeBSD.org\n2006/04/01"]
78168055Spavjosef [label="Josef El-Rayes\njosef@FreeBSD.org\n2004/12/20"]
79168055Spavjylefort [label="Jean-Yves Lefort\njylefort@FreeBSD.org\n2005/04/12"]
80168536Skevlokevlo [label="Kevin Lo\nkevlo@FreeBSD.org\n2003/02/21"]
81168177Sgaborknu [label="Akinori Musha\nknu@FreeBSD.org\n2000/03/22"]
82168098Skrionkrion [label="Kirill Ponomarew\nkrion@FreeBSD.org\n2003/07/20"]
83168055Spavkwm [label="Koop Mast\nkwm@FreeBSD.org\n2004/09/14"]
84168161Sphilipkoitsu [label="Jeremy Chadwick\nkoitsu@FreeBSD.org\n2006/11/10"]
85168054Sflzlaszlof [label="Frank Laszlo\nlaszlof@FreeBSD.org\n2006/11/07"]
86168208Sitetculawrance [label="Sam Lawrance\nlawrance@FreeBSD.org\n2005/04/11\n2007/02/21"]
87168295Sleeymlbr [label="Lars Balker Rasmussen\nlbr@FreeBSD.org\n2006/04/30"]
88168295Sleeymleeym [label="Yen-Ming Lee\nleeym@FreeBSD.org\n2002/08/14"]
89168939Stmclaughlioux [label="Mario Sergio Fujikawa Ferriera\nlioux@FreeBSD.org\n2000/10/14"]
90168068Serwinlth [label="Lars Thegler\nlth@FreeBSD.org\n2004/05/04"]
91168337Slwhsulwhsu [label="Li-Wen Hsu\nlwhsu@FreeBSD.org\n2007/04/03"]
92168177Sgabormaho [label="Maho Nakata\nmaho@FreeBSD.org\n2002/10/17"]
93168113Smarcusmarcus [label="Joe Marcus Clarke\nmarcus@FreeBSD.org\n2002/04/05"]
94168918Sbrueffermarkus [label="Markus Brueffer\nmarkus@FreeBSD.org\n2004/02/21"]
95168186Smatmat [label="Mathieu Arnold\nmat@FreeBSD.org\n2003/08/15"]
96168055Spavmezz [label="Jeremy Messenger\nmezz@FreeBSD.org\n2004/04/30"]
97168098Skrionmiwi [label="Martin Wilke\nmiwi@FreeBSD.org\n2006/06/04"]
98168359Smmmm [label="Martin Matuska\nmm@FreeBSD.org\n2007/04/04"]
99168100Smnagmnag [label="Marcus Alves Grando\nmnag@FreeBSD.org\n2005/09/15"]
100169036Snemoliunemoliu [label="Tong Liu\nnemoliu@FreeBSD.org\n2007/04/25"]
101168123Snetchildnetchild [label="Alexander Leidinger\nnetchild@FreeBSD.org\n2002/03/19"]
102168177Sgabornobutaka [label="Nobutaka Mantani\nnobutaka@FreeBSD.org\n2001/11/02"]
103168134Snorknork [label="Norikatsu Shigemura\nnork@FreeBSD.org\n2002/04/01"]
104168084Sehauptnovel [label="Roman Bogorodskiy\nnovel@FreeBSD.org\n2005/03/07"]
105168542Smiwinox [label="Juergen Lock\nnox@FreeBSD.org\n2006/12/22"]
106169251Sfjoeosa [label="Sergey Osokin\nosa@FreeBSD.org\n2003/06/04"]
107168939Stmclaughpat [label="Patrick Li\npat@FreeBSD.org\n2001/11/14"]
108168054Sflzpav [label="Pav Lucistnik\npav@FreeBSD.org\n2003/11/12"]
109168098Skrionphilip [label="Philip Paeps\nphilip@FreeBSD.org\n2005/10/19"]
110168108Srafanrafan [label="Rong-En Fan\nrafan@FreeBSD.org\n2006/06/23"]
111168098Skrionsat [label="Andrew Pantyukhin\nsat@FreeBSD.org\n2006/05/06"]
112168098Skrionsem [label="Sergey Matveychuk\nsem@FreeBSD.org\n2004/07/07"]
113168098Skrionsergei [label="Sergei Kolobov\nsergei@FreeBSD.org\n2003/10/21"]
114168055Spavshaun [label="Shaun Amott\nshaun@FreeBSD.org\n2006/06/19"]
115168068Serwinsimon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2005/01/08"]
116168939Stmclaughsobomax[label="Maxim Sobolev\nsobomax@FreeBSD.org\n2000/05/17"]
117168290Ssemstas [label="Stanislav Sedov\nstas@FreeBSD.org\n2006/09/18"]
118168667Sstefanstefan [label="Stefan Walter\nstefan@FreeBSD.org\n2006/05/07"]
119168125Stdbtdb [label="Tim Bishop\ntdb@FreeBSD.org\n2005/11/30"]
120169018Strasztrasz [label="Edward Tomasz Napierala\ntrasz@FreeBSD.org\n2007/04/12"]
121168225Strhodestrhodes [label="Tom Rhodes\ntrhodes@FreeBSD.org\n2004/07/06"]
122168186Smatthierry [label="Thierry Thomas\nthierry@FreeBSD.org\n2004/03/15"]
123168061Sahzetmclaugh [label="Tom McLaughlin\ntmclaugh@FreeBSD.org\n2005/09/15"]
124168069Sgargavd [label="Vasil Dimov\nvd@FreeBSD.org\n2006/01/19"]
125168935Stmclaughxride [label="Soeren Straarup\nxride@FreeBSD.org\n2006/09/27"]
126168054Sflz
127168054Sflz# Here are the mentor/mentee relationships.
128168064Sflz# Group together all the mentees for a particular mentor.
129168064Sflz# Keep the list sorted by mentor login.
130168054Sflz
131168055Spavadamw -> ahze
132168055Spavadamw -> jylefort
133168055Spavadamw -> mezz
134168055Spavadamw -> pav
135168055Spav
136168055Spavahze -> shaun
137168057Sahzeahze -> tmclaugh
138168055Spav
139168919Sbruefferarved -> markus
140168667Sstefanarved -> stefan
141168667Sstefan
142168939Stmclaughbillf -> sobomax
143168939Stmclaughbillf -> will
144168939Stmclaugh
145168125Stdbclement -> tdb
146168208Sitetcuclement -> lawrance
147168125Stdb
148168337Slwhsuclsung -> lwhsu
149168337Slwhsu
150169036Snemoliudelphij -> nemoliu
151168108Srafandelphij -> rafan
152168108Srafan
153168186Smatdemon -> mat
154168186Smat
155168938Scpercivaedwin -> cperciva
156168068Serwinedwin -> erwin
157168068Serwin
158168072Sehauptehaupt -> db
159168072Sehaupt
160168274Ssemeik -> sem
161168225Strhodeseik -> trhodes
162168225Strhodes
163168068Serwinerwin -> clement
164168059Sgaborerwin -> gabor
165168068Serwinerwin -> lbr
166168068Serwinerwin -> lth
167168068Serwinerwin -> simon
168168059Sgabor
169168354Sdanfefjoe -> danfe
170168098Skrionfjoe -> krion
171169251Sfjoefjoe -> osa
172168098Skrion
173168054Sflzflz -> garga
174168054Sflzflz -> johans
175168054Sflzflz -> laszlof
176168054Sflz
177168069Sgargagarga -> acm
178168069Sgargagarga -> alepulver
179168359Smmgarga -> mm
180168069Sgargagarga -> vd
181168935Stmclaughgarga -> xride
182168069Sgarga
183168295Sleeymijliao -> leeym
184168295Sleeym
185169073Saraujoitetcu -> araujo
186168210Sitetcuitetcu -> dryice
187168210Sitetcu
188168123Snetchildjoerg -> netchild
189168123Snetchild
190168134Snorkknu -> daichi
191168134Snorkknu -> maho
192168134Snorkknu -> nobutaka
193168134Snorkknu -> nork
194168134Snork
195168098Skrionkrion -> brooks
196168098Skrionkrion -> miwi
197168098Skrionkrion -> novel
198168098Skrionkrion -> philip
199168098Skrionkrion -> sat
200168098Skrionkrion -> sem
201168098Skrionkrion -> sergei
202168098Skrion
203168209Sitetculawrance -> itetcu
204168209Sitetcu
205168295Sleeymleeym -> clsung
206168295Sleeym
207168939Stmclaughlioux -> pat
208168939Stmclaugh
209168687Sahzemarcus -> ahze
210168113Smarcusmarcus -> bland
211168113Smarcusmarcus -> eik
212168113Smarcusmarcus -> jmallett
213168113Smarcus
214168186Smatmat -> thierry
215168186Smat
216168936Stmclaughmezz -> tmclaugh
217168936Stmclaugh
218168542Smiwimiwi -> farrokhi
219168542Smiwimiwi -> nox
220169018Straszmiwi -> trasz
221168542Smiwi
222168076Sjmelomnag -> jmelo
223168076Sjmelo
224168123Snetchildnetchild -> bsam
225168123Snetchild
226168126Salenork -> ale
227168126Sale
228168472Snovelnovel -> alexbl
229168084Sehauptnovel -> ehaupt
230168084Sehaupt
231168939Stmclaughpat -> adamw
232168939Stmclaugh
233168687Sahzepav -> ahze
234168054Sflzpav -> flz
235168055Spavpav -> josef
236168055Spavpav -> kwm
237168055Spavpav -> mnag
238168054Sflz
239168161Sphilipphilip -> koitsu
240168161Sphilip
241168274Ssemsem -> az
242168274Ssemsem -> anray
243168108Srafansem -> delphij
244168274Ssemsem -> stas
245168108Srafan
246168939Stmclaughsobomax -> marcus
247168939Stmclaugh
248169073Saraujostas -> araujo
249169073Saraujo
250168123Snetchildsteve -> netchild
251168123Snetchild
252168209Sitetcutmclaugh -> itetcu
253168935Stmclaughtmclaugh -> xride
254168209Sitetcu
255168939Stmclaughwill -> lioux
256168939Stmclaugh
257168054Sflz}
258