freebsd-dev/share/misc/committers-ports.dot

115 lines
3.6 KiB
Plaintext
Raw Normal View History

# $FreeBSD$
digraph ports {
# Node definitions follow this example:
#
# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"]
#
# ????/??/?? is the date when the commit bit was obtained, usually the one you
# can find looking at CVS logs for the access (or avail) file under CVSROOT.
#
# For returned commit bits, the node definition will follow this example:
#
# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
#
# The first date is the same as for an active committer, the second date is
# the date when the commit bit has been returned. Again, check CVS logs.
node [color=grey62, style=filled, bgcolor=black];
# Alumni go here.. Try to keep things sorted.
adamw [label="Adam Weinberger\nadamw@FreeBSD.org\n2002/10/16\n2006/09/25"]
node [color=lightblue2, style=filled, bgcolor=black];
# Current ports committers go here. Try to keep things sorted.
acm [label="Jose Alonso Cardenas Marquez\nacm@FreeBSD.org\n2006/07/18"]
2007-03-30 17:12:58 +00:00
ahze [label="Michael Johnson\nahze@FreeBSD.org\n2004/10/29"]
alepulver [label="Alejandro Pulver\nalepulver@FreeBSD.org\n2006/04/01"]
brooks [label="Brooks Davies\nbrooks@FreeBSD.org\n2004/05/03"]
2007-03-30 18:53:15 +00:00
clement [label="Clement Laforet\nclement@FreeBSD.org\n2003/12/17"]
2007-03-30 18:08:51 +00:00
db [label="Diane Bruce\ndb@FreeBSD.org\n2007/01/18"]
edwin [label="Edwin Groothuis\nedwin@FreeBSD.org\n2002/10/22"]
2007-03-30 18:08:51 +00:00
ehaupt [label="Emanuel Haupt\nehaupt@FreeBSD.org\n2005/10/03"]
erwin [label="Erwin Lansing\nerwin@FreeBSD.org\n2003/06/04"]
fjoe [label="Max Khon\nfjoe@FreeBSD.org\n2001/08/06"]
flz [label="Florent Thoumie\nflz@FreeBSD.org\n2005/03/01"]
gabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2006/12/05"]
garga [label="Renato Botelho\ngarga@FreeBSD.org\n2005/07/11"]
2007-03-30 18:16:22 +00:00
jmelo [label="Jean Milanez Melo\njmelo@FreeBSD.org\n2006/03/31"]
johans [label="Johan Selst\njohans@FreeBSD.org\n2006/04/01"]
2007-03-30 17:12:58 +00:00
josef [label="Josef El-Rayes\njosef@FreeBSD.org\n2004/12/20"]
jylefort [label="Jean-Yves Lefort\njylefort@FreeBSD.org\n2005/04/12"]
krion [label="Kirill Ponomarew\nkrion@FreeBSD.org\n2003/07/20"]
2007-03-30 17:12:58 +00:00
kwm [label="Koop Mast\nkwm@FreeBSD.org\n2004/09/14"]
laszlof [label="Frank Laszlo\nlaszlof@FreeBSD.org\n2006/11/07"]
lbr [label="Lars Balker Rasmussen\lbr@FreeBSD.org\n2006/04/30"]
lth [label="Lars Thegler\nlth@FreeBSD.org\n2004/05/04"]
2007-03-30 17:12:58 +00:00
mezz [label="Jeremy Messenger\nmezz@FreeBSD.org\n2004/04/30"]
miwi [label="Martin Wilke\nmiwi@FreeBSD.org\n2006/06/04"]
2007-03-30 17:12:58 +00:00
mnag [label="Marcus Grando\nmnag@FreeBSD.org\n2005/09/15"]
2007-03-30 19:08:33 +00:00
novel [label="Roman Bogorodskiy\nnovel@FreeBSD.org\n2005/03/07"]
pav [label="Pav Lucistnik\npav@FreeBSD.org\n2003/11/12"]
philip [label="Philip Paeps\nphilip@FreeBSD.org\n2005/10/19"]
sat [label="Andrew Pantyukhin\nsat@FreeBSD.org\n2006/05/06"]
sem [label="Sergey Matveychuk\nsem@FreeBSD.org\n2004/07/07"]
sergei [label="Sergei Kolobov\nsergei@FreeBSD.org\n2003/10/21"]
2007-03-30 17:12:58 +00:00
shaun [label="Shaun Amott\nshaun@FreeBSD.org\n2006/06/19"]
simon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2005/01/08"]
2007-03-30 17:22:58 +00:00
tmclaugh [label="Tom McLaughlin\ntmclaugh@FreeBSD.org\n2005/09/15"]
vd [label="Vasil Dimov\nvd@FreeBSD.org\n2006/01/19"]
# Here are the mentor/mentee relationships.
# Group together all the mentees for a particular mentor.
# Keep the list sorted by mentor login.
2007-03-30 17:12:58 +00:00
adamw -> ahze
adamw -> jylefort
adamw -> mezz
adamw -> pav
ahze -> shaun
2007-03-30 17:17:46 +00:00
ahze -> tmclaugh
2007-03-30 17:12:58 +00:00
edwin -> erwin
2007-03-30 18:08:51 +00:00
ehaupt -> db
erwin -> clement
erwin -> gabor
erwin -> lbr
erwin -> lth
erwin -> simon
fjoe -> krion
flz -> garga
flz -> johans
flz -> laszlof
garga -> acm
garga -> alepulver
garga -> vd
krion -> brooks
krion -> miwi
krion -> novel
krion -> philip
krion -> sat
krion -> sem
krion -> sergei
2007-03-30 18:16:22 +00:00
mnag -> jmelo
2007-03-30 19:08:33 +00:00
novel -> ehaupt
pav -> flz
2007-03-30 17:12:58 +00:00
pav -> josef
pav -> kwm
pav -> mnag
}