Deleted Added
full compact
committers-ports.dot (225736) committers-ports.dot (240440)
1# $FreeBSD: stable/9/share/misc/committers-ports.dot 225632 2011-09-16 22:57:50Z cs $
1# $FreeBSD: stable/9/share/misc/committers-ports.dot 240440 2012-09-13 01:05:30Z eadler $
2
3# This file is meant to list all FreeBSD ports committers and describe the
4# mentor-mentee relationships between them.
5# The graphical output can be generated from this file with the following
6# command:
7# $ dot -T png -o file.png committers-ports.dot
8#
9# The dot binary is part of the graphics/graphviz port.
10
11digraph ports {
12
13# Node definitions follow this example:
14#
15# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"]
16#
17# ????/??/?? is the date when the commit bit was obtained, usually the one you
2
3# This file is meant to list all FreeBSD ports committers and describe the
4# mentor-mentee relationships between them.
5# The graphical output can be generated from this file with the following
6# command:
7# $ dot -T png -o file.png committers-ports.dot
8#
9# The dot binary is part of the graphics/graphviz port.
10
11digraph ports {
12
13# Node definitions follow this example:
14#
15# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"]
16#
17# ????/??/?? is the date when the commit bit was obtained, usually the one you
18# can find looking at CVS logs for the access (or avail) file under CVSROOT.
18# can find looking at svn logs for the svnadmin/access file.
19# Use YYYY/MM/DD format.
19#
20# For returned commit bits, the node definition will follow this example:
21#
22# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
23#
24# The first date is the same as for an active committer, the second date is
20#
21# For returned commit bits, the node definition will follow this example:
22#
23# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
24#
25# The first date is the same as for an active committer, the second date is
25# the date when the commit bit has been returned. Again, check CVS logs.
26# the date when the commit bit has been returned. Again, check svn logs.
26
27node [color=grey62, style=filled, bgcolor=black];
28
29# Alumni go here.. Try to keep things sorted.
30
31adamw [label="Adam Weinberger\nadamw@FreeBSD.org\n2002/10/16\n2006/09/25"]
32asami [label="Satoshi Asami\nasami@FreeBSD.org\n1994/11/18\n2001/09/11"]
33billf [label="Bill Fumerola\nbillf@FreeBSD.org\n1998/11/11\n2006/12/14"]

--- 405 unchanged lines hidden ---
27
28node [color=grey62, style=filled, bgcolor=black];
29
30# Alumni go here.. Try to keep things sorted.
31
32adamw [label="Adam Weinberger\nadamw@FreeBSD.org\n2002/10/16\n2006/09/25"]
33asami [label="Satoshi Asami\nasami@FreeBSD.org\n1994/11/18\n2001/09/11"]
34billf [label="Bill Fumerola\nbillf@FreeBSD.org\n1998/11/11\n2006/12/14"]

--- 405 unchanged lines hidden ---