Deleted Added
full compact
committers-ports.dot (168261) committers-ports.dot (168266)
1# $FreeBSD: head/share/misc/committers-ports.dot 168261 2007-04-02 09:40:02Z ache $
1# $FreeBSD: head/share/misc/committers-ports.dot 168266 2007-04-02 11:31:18Z gabor $
2
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
3digraph 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.

--- 171 unchanged lines hidden ---
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.

--- 171 unchanged lines hidden ---