committers-ports.dot revision 170471
1168054Sflz# $FreeBSD: head/share/misc/committers-ports.dot 170471 2007-06-09 21:46:04Z beech $
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"]
52170471Sbeechbeech [label="Beech Rintoul\nbeech@FreeBSD.org\n2007/05/30"]
53168113Smarcusbland [label="Alexander Nedotsukov\nbland@FreeBSD.org\n2003/08/14"]
54168098Skrionbrooks [label="Brooks Davies\nbrooks@FreeBSD.org\n2004/05/03"]
55168123Snetchildbsam [label="Boris Samorodov\nbsam@FreeBSD.org\n2006/07/20"]
56168082Sgargaclement [label="Clement Laforet\nclement@FreeBSD.org\n2003/12/17"]
57168116Sclsungclsung [label="Cheng-Lung Sung\nclsung@FreeBSD.org\n2004/8/18"]
58168937Scpercivacperciva [label="Colin Percival\ncperciva@FreeBSD.org\n2006/01/31"]
59168177Sgabordaichi [label="Daichi Goto\ndaichi@FreeBSD.org\n2002/10/17"]
60168354Sdanfedanfe [label="Alexey Dokuchaev\ndanfe@FreeBSD.org\n2004/08/20"]
61168072Sehauptdb [label="Diane Bruce\ndb@FreeBSD.org\n2007/01/18"]
62168108Srafandelphij [label="Xin Li\ndelphij@FreeBSD.org\n2006/05/01"]
63168186Smatdemon [label="Dmitry Sivachenko\ndemon@FreeBSD.org\n2000/11/13"]
64168210Sitetcudryice [label="Dryice Dong Liu\ndryice@FreeBSD.org\n2006/12/25"]
65168068Serwinedwin [label="Edwin Groothuis\nedwin@FreeBSD.org\n2002/10/22"]
66168072Sehauptehaupt [label="Emanuel Haupt\nehaupt@FreeBSD.org\n2005/10/03"]
67168113Smarcuseik [label="Oliver Eikemeier\neik@FreeBSD.org\n2003/11/12"]
68168059Sgaborerwin [label="Erwin Lansing\nerwin@FreeBSD.org\n2003/06/04"]
69168542Smiwifarrokhi [label="Babak Farrokhi\nfarrokhi@FreeBSD.org\n2006/11/07"]
70168098Skrionfjoe [label="Max Khon\nfjoe@FreeBSD.org\n2001/08/06"]
71168054Sflzflz [label="Florent Thoumie\nflz@FreeBSD.org\n2005/03/01"]
72168059Sgaborgabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2006/12/05"]
73168054Sflzgarga [label="Renato Botelho\ngarga@FreeBSD.org\n2005/07/11"]
74168256Sijliaoijliao [label="Ying-Chieh Liao\nijliao@FreeBSD.org\n2001/01/20"]
75168209Sitetcuitetcu [label="Ion-Mihai Tetcu\nitetcu@FreeBSD.org\n2006/06/07"]
76168076Sjmelojmelo [label="Jean Milanez Melo\njmelo@FreeBSD.org\n2006/03/31"]
77168123Snetchildjoerg [label="Joerg Wunsch\njoerg@FreeBSD.org\n1994/08/22"]
78168054Sflzjohans [label="Johan Selst\njohans@FreeBSD.org\n2006/04/01"]
79168055Spavjosef [label="Josef El-Rayes\njosef@FreeBSD.org\n2004/12/20"]
80168055Spavjylefort [label="Jean-Yves Lefort\njylefort@FreeBSD.org\n2005/04/12"]
81168536Skevlokevlo [label="Kevin Lo\nkevlo@FreeBSD.org\n2003/02/21"]
82168177Sgaborknu [label="Akinori Musha\nknu@FreeBSD.org\n2000/03/22"]
83168098Skrionkrion [label="Kirill Ponomarew\nkrion@FreeBSD.org\n2003/07/20"]
84168055Spavkwm [label="Koop Mast\nkwm@FreeBSD.org\n2004/09/14"]
85168161Sphilipkoitsu [label="Jeremy Chadwick\nkoitsu@FreeBSD.org\n2006/11/10"]
86168054Sflzlaszlof [label="Frank Laszlo\nlaszlof@FreeBSD.org\n2006/11/07"]
87168208Sitetculawrance [label="Sam Lawrance\nlawrance@FreeBSD.org\n2005/04/11\n2007/02/21"]
88168295Sleeymlbr [label="Lars Balker Rasmussen\nlbr@FreeBSD.org\n2006/04/30"]
89168295Sleeymleeym [label="Yen-Ming Lee\nleeym@FreeBSD.org\n2002/08/14"]
90168939Stmclaughlioux [label="Mario Sergio Fujikawa Ferriera\nlioux@FreeBSD.org\n2000/10/14"]
91168068Serwinlth [label="Lars Thegler\nlth@FreeBSD.org\n2004/05/04"]
92168337Slwhsulwhsu [label="Li-Wen Hsu\nlwhsu@FreeBSD.org\n2007/04/03"]
93168177Sgabormaho [label="Maho Nakata\nmaho@FreeBSD.org\n2002/10/17"]
94168113Smarcusmarcus [label="Joe Marcus Clarke\nmarcus@FreeBSD.org\n2002/04/05"]
95168918Sbrueffermarkus [label="Markus Brueffer\nmarkus@FreeBSD.org\n2004/02/21"]
96168186Smatmat [label="Mathieu Arnold\nmat@FreeBSD.org\n2003/08/15"]
97168055Spavmezz [label="Jeremy Messenger\nmezz@FreeBSD.org\n2004/04/30"]
98168098Skrionmiwi [label="Martin Wilke\nmiwi@FreeBSD.org\n2006/06/04"]
99168359Smmmm [label="Martin Matuska\nmm@FreeBSD.org\n2007/04/04"]
100168100Smnagmnag [label="Marcus Alves Grando\nmnag@FreeBSD.org\n2005/09/15"]
101169036Snemoliunemoliu [label="Tong Liu\nnemoliu@FreeBSD.org\n2007/04/25"]
102168123Snetchildnetchild [label="Alexander Leidinger\nnetchild@FreeBSD.org\n2002/03/19"]
103168177Sgabornobutaka [label="Nobutaka Mantani\nnobutaka@FreeBSD.org\n2001/11/02"]
104168134Snorknork [label="Norikatsu Shigemura\nnork@FreeBSD.org\n2002/04/01"]
105168084Sehauptnovel [label="Roman Bogorodskiy\nnovel@FreeBSD.org\n2005/03/07"]
106168542Smiwinox [label="Juergen Lock\nnox@FreeBSD.org\n2006/12/22"]
107169253Sfjoeosa [label="Sergey A. Osokin\nosa@FreeBSD.org\n2003/06/04"]
108168939Stmclaughpat [label="Patrick Li\npat@FreeBSD.org\n2001/11/14"]
109168054Sflzpav [label="Pav Lucistnik\npav@FreeBSD.org\n2003/11/12"]
110168098Skrionphilip [label="Philip Paeps\nphilip@FreeBSD.org\n2005/10/19"]
111168108Srafanrafan [label="Rong-En Fan\nrafan@FreeBSD.org\n2006/06/23"]
112168098Skrionsat [label="Andrew Pantyukhin\nsat@FreeBSD.org\n2006/05/06"]
113168098Skrionsem [label="Sergey Matveychuk\nsem@FreeBSD.org\n2004/07/07"]
114168098Skrionsergei [label="Sergei Kolobov\nsergei@FreeBSD.org\n2003/10/21"]
115168055Spavshaun [label="Shaun Amott\nshaun@FreeBSD.org\n2006/06/19"]
116168068Serwinsimon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2005/01/08"]
117168939Stmclaughsobomax[label="Maxim Sobolev\nsobomax@FreeBSD.org\n2000/05/17"]
118168290Ssemstas [label="Stanislav Sedov\nstas@FreeBSD.org\n2006/09/18"]
119168667Sstefanstefan [label="Stefan Walter\nstefan@FreeBSD.org\n2006/05/07"]
120168125Stdbtdb [label="Tim Bishop\ntdb@FreeBSD.org\n2005/11/30"]
121169018Strasztrasz [label="Edward Tomasz Napierala\ntrasz@FreeBSD.org\n2007/04/12"]
122168225Strhodestrhodes [label="Tom Rhodes\ntrhodes@FreeBSD.org\n2004/07/06"]
123168186Smatthierry [label="Thierry Thomas\nthierry@FreeBSD.org\n2004/03/15"]
124168061Sahzetmclaugh [label="Tom McLaughlin\ntmclaugh@FreeBSD.org\n2005/09/15"]
125168069Sgargavd [label="Vasil Dimov\nvd@FreeBSD.org\n2006/01/19"]
126168935Stmclaughxride [label="Soeren Straarup\nxride@FreeBSD.org\n2006/09/27"]
127168054Sflz
128168054Sflz# Here are the mentor/mentee relationships.
129168064Sflz# Group together all the mentees for a particular mentor.
130168064Sflz# Keep the list sorted by mentor login.
131168054Sflz
132168055Spavadamw -> ahze
133168055Spavadamw -> jylefort
134168055Spavadamw -> mezz
135168055Spavadamw -> pav
136168055Spav
137168055Spavahze -> shaun
138168057Sahzeahze -> tmclaugh
139168055Spav
140168919Sbruefferarved -> markus
141168667Sstefanarved -> stefan
142168667Sstefan
143168939Stmclaughbillf -> sobomax
144168939Stmclaughbillf -> will
145168939Stmclaugh
146168125Stdbclement -> tdb
147168208Sitetcuclement -> lawrance
148168125Stdb
149168337Slwhsuclsung -> lwhsu
150168337Slwhsu
151169036Snemoliudelphij -> nemoliu
152168108Srafandelphij -> rafan
153168108Srafan
154168186Smatdemon -> mat
155168186Smat
156168938Scpercivaedwin -> cperciva
157168068Serwinedwin -> erwin
158168068Serwin
159168072Sehauptehaupt -> db
160168072Sehaupt
161168274Ssemeik -> sem
162168225Strhodeseik -> trhodes
163168225Strhodes
164168068Serwinerwin -> clement
165168059Sgaborerwin -> gabor
166168068Serwinerwin -> lbr
167168068Serwinerwin -> lth
168168068Serwinerwin -> simon
169168059Sgabor
170168354Sdanfefjoe -> danfe
171168098Skrionfjoe -> krion
172169251Sfjoefjoe -> osa
173168098Skrion
174168054Sflzflz -> garga
175168054Sflzflz -> johans
176168054Sflzflz -> laszlof
177168054Sflz
178168069Sgargagarga -> acm
179168069Sgargagarga -> alepulver
180168359Smmgarga -> mm
181168069Sgargagarga -> vd
182168935Stmclaughgarga -> xride
183168069Sgarga
184168295Sleeymijliao -> leeym
185168295Sleeym
186169073Saraujoitetcu -> araujo
187168210Sitetcuitetcu -> dryice
188168210Sitetcu
189168123Snetchildjoerg -> netchild
190168123Snetchild
191168134Snorkknu -> daichi
192168134Snorkknu -> maho
193168134Snorkknu -> nobutaka
194168134Snorkknu -> nork
195168134Snork
196168098Skrionkrion -> brooks
197168098Skrionkrion -> miwi
198168098Skrionkrion -> novel
199168098Skrionkrion -> philip
200168098Skrionkrion -> sat
201168098Skrionkrion -> sem
202168098Skrionkrion -> sergei
203168098Skrion
204168209Sitetculawrance -> itetcu
205168209Sitetcu
206168295Sleeymleeym -> clsung
207168295Sleeym
208168939Stmclaughlioux -> pat
209168939Stmclaugh
210168687Sahzemarcus -> ahze
211168113Smarcusmarcus -> bland
212168113Smarcusmarcus -> eik
213168113Smarcusmarcus -> jmallett
214168113Smarcus
215168186Smatmat -> thierry
216168186Smat
217168936Stmclaughmezz -> tmclaugh
218168936Stmclaugh
219168542Smiwimiwi -> farrokhi
220168542Smiwimiwi -> nox
221169018Straszmiwi -> trasz
222168542Smiwi
223168076Sjmelomnag -> jmelo
224168076Sjmelo
225168123Snetchildnetchild -> bsam
226168123Snetchild
227168126Salenork -> ale
228168126Sale
229168472Snovelnovel -> alexbl
230168084Sehauptnovel -> ehaupt
231168084Sehaupt
232168939Stmclaughpat -> adamw
233168939Stmclaugh
234168687Sahzepav -> ahze
235168054Sflzpav -> flz
236168055Spavpav -> josef
237168055Spavpav -> kwm
238168055Spavpav -> mnag
239168054Sflz
240168161Sphilipphilip -> koitsu
241168161Sphilip
242170471Sbeechsat -> beech
243170471Sbeech
244168274Ssemsem -> az
245168274Ssemsem -> anray
246168108Srafansem -> delphij
247168274Ssemsem -> stas
248168108Srafan
249168939Stmclaughsobomax -> marcus
250168939Stmclaugh
251169073Saraujostas -> araujo
252169073Saraujo
253168123Snetchildsteve -> netchild
254168123Snetchild
255168209Sitetcutmclaugh -> itetcu
256168935Stmclaughtmclaugh -> xride
257168209Sitetcu
258168939Stmclaughwill -> lioux
259168939Stmclaugh
260168054Sflz}
261