summaryrefslogtreecommitdiff
path: root/devel/epydoc
diff options
context:
space:
mode:
authordarcy <darcy>2004-03-28 21:27:58 +0000
committerdarcy <darcy>2004-03-28 21:27:58 +0000
commita3e0a81c43c838696ed2e3e5707eb407b2b27a50 (patch)
treebf7d9dedd911bb9f87b24421f4c85bbc95a58f96 /devel/epydoc
parent758f5057f9c3050d5f21880a11b029fa2c26fa76 (diff)
downloadpkgsrc-a3e0a81c43c838696ed2e3e5707eb407b2b27a50.tar.gz
Add new package:
Epydoc is a tool for generating API documentation for Python modules, based on their docstrings. A lightweight markup language called epytext can be used to format docstrings, and to add information about specific fields, such as parameters and instance variables.
Diffstat (limited to 'devel/epydoc')
-rw-r--r--devel/epydoc/DESCR5
-rw-r--r--devel/epydoc/Makefile21
-rw-r--r--devel/epydoc/PLIST365
-rw-r--r--devel/epydoc/distinfo4
4 files changed, 395 insertions, 0 deletions
diff --git a/devel/epydoc/DESCR b/devel/epydoc/DESCR
new file mode 100644
index 00000000000..f852a33a379
--- /dev/null
+++ b/devel/epydoc/DESCR
@@ -0,0 +1,5 @@
+Epydoc is a tool for generating API documentation for Python
+modules, based on their docstrings. A lightweight markup language
+called epytext can be used to format docstrings, and to add
+information about specific fields, such as parameters and instance
+variables.
diff --git a/devel/epydoc/Makefile b/devel/epydoc/Makefile
new file mode 100644
index 00000000000..6c29de41d87
--- /dev/null
+++ b/devel/epydoc/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2004/03/28 21:27:58 darcy Exp $
+# FreeBSD Id: ports/devel/epydoc/Makefile,v 1.1 2003/12/29 07:07:37 ijliao Exp
+
+DISTNAME= epydoc-2.0
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=epydoc/}
+
+MAINTAINER= darcy@NetBSD.org
+HOMEPAGE= http://epydoc.sourceforge.net/
+COMMENT= Python documentation framework
+
+USE_BUILDLINK3= yes
+PYDISTUTILSPKG= yes
+
+EPYDOCDIR= ${PREFIX}/share/doc/epydoc
+
+post-install:
+ cd ${WRKSRC}/doc && ${PAX} -rw -pp -pm . ${EPYDOCDIR}
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/epydoc/PLIST b/devel/epydoc/PLIST
new file mode 100644
index 00000000000..60fcd3b1a47
--- /dev/null
+++ b/devel/epydoc/PLIST
@@ -0,0 +1,365 @@
+@comment $NetBSD: PLIST,v 1.1 2004/03/28 21:27:58 darcy Exp $
+bin/epydoc
+bin/epydocgui
+${PYSITELIB}/epydoc/__init__.py
+${PYSITELIB}/epydoc/__init__.pyc
+${PYSITELIB}/epydoc/__init__.pyo
+${PYSITELIB}/epydoc/checker.py
+${PYSITELIB}/epydoc/checker.pyc
+${PYSITELIB}/epydoc/checker.pyo
+${PYSITELIB}/epydoc/cli.py
+${PYSITELIB}/epydoc/cli.pyc
+${PYSITELIB}/epydoc/cli.pyo
+${PYSITELIB}/epydoc/colorize.py
+${PYSITELIB}/epydoc/colorize.pyc
+${PYSITELIB}/epydoc/colorize.pyo
+${PYSITELIB}/epydoc/css.py
+${PYSITELIB}/epydoc/css.pyc
+${PYSITELIB}/epydoc/css.pyo
+${PYSITELIB}/epydoc/gui.py
+${PYSITELIB}/epydoc/gui.pyc
+${PYSITELIB}/epydoc/gui.pyo
+${PYSITELIB}/epydoc/help.py
+${PYSITELIB}/epydoc/help.pyc
+${PYSITELIB}/epydoc/help.pyo
+${PYSITELIB}/epydoc/html.py
+${PYSITELIB}/epydoc/html.pyc
+${PYSITELIB}/epydoc/html.pyo
+${PYSITELIB}/epydoc/imports.py
+${PYSITELIB}/epydoc/imports.pyc
+${PYSITELIB}/epydoc/imports.pyo
+${PYSITELIB}/epydoc/latex.py
+${PYSITELIB}/epydoc/latex.pyc
+${PYSITELIB}/epydoc/latex.pyo
+${PYSITELIB}/epydoc/man.py
+${PYSITELIB}/epydoc/man.pyc
+${PYSITELIB}/epydoc/man.pyo
+${PYSITELIB}/epydoc/markup/__init__.py
+${PYSITELIB}/epydoc/markup/__init__.pyc
+${PYSITELIB}/epydoc/markup/__init__.pyo
+${PYSITELIB}/epydoc/markup/epytext.py
+${PYSITELIB}/epydoc/markup/epytext.pyc
+${PYSITELIB}/epydoc/markup/epytext.pyo
+${PYSITELIB}/epydoc/markup/javadoc.py
+${PYSITELIB}/epydoc/markup/javadoc.pyc
+${PYSITELIB}/epydoc/markup/javadoc.pyo
+${PYSITELIB}/epydoc/markup/plaintext.py
+${PYSITELIB}/epydoc/markup/plaintext.pyc
+${PYSITELIB}/epydoc/markup/plaintext.pyo
+${PYSITELIB}/epydoc/markup/restructuredtext.py
+${PYSITELIB}/epydoc/markup/restructuredtext.pyc
+${PYSITELIB}/epydoc/markup/restructuredtext.pyo
+${PYSITELIB}/epydoc/objdoc.py
+${PYSITELIB}/epydoc/objdoc.pyc
+${PYSITELIB}/epydoc/objdoc.pyo
+${PYSITELIB}/epydoc/test/__init__.py
+${PYSITELIB}/epydoc/test/__init__.pyc
+${PYSITELIB}/epydoc/test/__init__.pyo
+${PYSITELIB}/epydoc/test/epytext.py
+${PYSITELIB}/epydoc/test/epytext.pyc
+${PYSITELIB}/epydoc/test/epytext.pyo
+${PYSITELIB}/epydoc/uid.py
+${PYSITELIB}/epydoc/uid.pyc
+${PYSITELIB}/epydoc/uid.pyo
+share/doc/epydoc/api/epydoc.css
+share/doc/epydoc/api/index.html
+share/doc/epydoc/api/private/UserDict.UserDict-class.html
+share/doc/epydoc/api/private/docutils.Component-class.html
+share/doc/epydoc/api/private/docutils.SettingsSpec-class.html
+share/doc/epydoc/api/private/docutils.TransformSpec-class.html
+share/doc/epydoc/api/private/docutils.nodes.NodeVisitor-class.html
+share/doc/epydoc/api/private/docutils.readers.Reader-class.html
+share/doc/epydoc/api/private/docutils.readers.standalone.Reader-class.html
+share/doc/epydoc/api/private/docutils.writers.Writer-class.html
+share/doc/epydoc/api/private/docutils.writers.html4css1.HTMLTranslator-class.html
+share/doc/epydoc/api/private/epydoc-module.html
+share/doc/epydoc/api/private/epydoc.checker-module.html
+share/doc/epydoc/api/private/epydoc.checker.DocChecker-class.html
+share/doc/epydoc/api/private/epydoc.cli-module.html
+share/doc/epydoc/api/private/epydoc.cli._Progress-class.html
+share/doc/epydoc/api/private/epydoc.colorize-module.html
+share/doc/epydoc/api/private/epydoc.css
+share/doc/epydoc/api/private/epydoc.css-module.html
+share/doc/epydoc/api/private/epydoc.gui-module.html
+share/doc/epydoc/api/private/epydoc.gui.EpydocGUI-class.html
+share/doc/epydoc/api/private/epydoc.gui._PipeIO-class.html
+share/doc/epydoc/api/private/epydoc.help-module.html
+share/doc/epydoc/api/private/epydoc.html-module.html
+share/doc/epydoc/api/private/epydoc.html.HTMLFormatter-class.html
+share/doc/epydoc/api/private/epydoc.html._DevNull-class.html
+share/doc/epydoc/api/private/epydoc.html._HTMLDocstringLinker-class.html
+share/doc/epydoc/api/private/epydoc.imports-module.html
+share/doc/epydoc/api/private/epydoc.imports._DevNull-class.html
+share/doc/epydoc/api/private/epydoc.latex-module.html
+share/doc/epydoc/api/private/epydoc.latex.LatexFormatter-class.html
+share/doc/epydoc/api/private/epydoc.latex._LatexDocstringLinker-class.html
+share/doc/epydoc/api/private/epydoc.man-module.html
+share/doc/epydoc/api/private/epydoc.man.ManFormatter-class.html
+share/doc/epydoc/api/private/epydoc.markup-module.html
+share/doc/epydoc/api/private/epydoc.markup.DocstringLinker-class.html
+share/doc/epydoc/api/private/epydoc.markup.Field-class.html
+share/doc/epydoc/api/private/epydoc.markup.ParseError-class.html
+share/doc/epydoc/api/private/epydoc.markup.ParsedDocstring-class.html
+share/doc/epydoc/api/private/epydoc.markup.epytext-module.html
+share/doc/epydoc/api/private/epydoc.markup.epytext.ColorizingError-class.html
+share/doc/epydoc/api/private/epydoc.markup.epytext.ParsedEpytextDocstring-class.html
+share/doc/epydoc/api/private/epydoc.markup.epytext.StructuringError-class.html
+share/doc/epydoc/api/private/epydoc.markup.epytext.Token-class.html
+share/doc/epydoc/api/private/epydoc.markup.epytext.TokenizationError-class.html
+share/doc/epydoc/api/private/epydoc.markup.javadoc-module.html
+share/doc/epydoc/api/private/epydoc.markup.javadoc.ParsedJavadocDocstring-class.html
+share/doc/epydoc/api/private/epydoc.markup.plaintext-module.html
+share/doc/epydoc/api/private/epydoc.markup.plaintext.ParsedPlaintextDocstring-class.html
+share/doc/epydoc/api/private/epydoc.markup.restructuredtext-module.html
+share/doc/epydoc/api/private/epydoc.markup.restructuredtext.ParsedRstDocstring-class.html
+share/doc/epydoc/api/private/epydoc.markup.restructuredtext._DocumentPseudoWriter-class.html
+share/doc/epydoc/api/private/epydoc.markup.restructuredtext._EpydocHTMLTranslator-class.html
+share/doc/epydoc/api/private/epydoc.markup.restructuredtext._EpydocReader-class.html
+share/doc/epydoc/api/private/epydoc.markup.restructuredtext._SplitFieldsTranslator-class.html
+share/doc/epydoc/api/private/epydoc.markup.restructuredtext._SummaryExtractor-class.html
+share/doc/epydoc/api/private/epydoc.objdoc-module.html
+share/doc/epydoc/api/private/epydoc.objdoc.ClassDoc-class.html
+share/doc/epydoc/api/private/epydoc.objdoc.DocField-class.html
+share/doc/epydoc/api/private/epydoc.objdoc.DocMap-class.html
+share/doc/epydoc/api/private/epydoc.objdoc.FuncDoc-class.html
+share/doc/epydoc/api/private/epydoc.objdoc.ModuleDoc-class.html
+share/doc/epydoc/api/private/epydoc.objdoc.ObjDoc-class.html
+share/doc/epydoc/api/private/epydoc.objdoc.Param-class.html
+share/doc/epydoc/api/private/epydoc.objdoc.PropertyDoc-class.html
+share/doc/epydoc/api/private/epydoc.objdoc.Raise-class.html
+share/doc/epydoc/api/private/epydoc.objdoc.Var-class.html
+share/doc/epydoc/api/private/epydoc.test-module.html
+share/doc/epydoc/api/private/epydoc.test.epytext-module.html
+share/doc/epydoc/api/private/epydoc.test.epytext.ParseTestCase-class.html
+share/doc/epydoc/api/private/epydoc.uid-module.html
+share/doc/epydoc/api/private/epydoc.uid.ClassMethodUID-class.html
+share/doc/epydoc/api/private/epydoc.uid.Link-class.html
+share/doc/epydoc/api/private/epydoc.uid.ObjectUID-class.html
+share/doc/epydoc/api/private/epydoc.uid.PropertyUID-class.html
+share/doc/epydoc/api/private/epydoc.uid.RelativeUID-class.html
+share/doc/epydoc/api/private/epydoc.uid.StaticMethodUID-class.html
+share/doc/epydoc/api/private/epydoc.uid.UID-class.html
+share/doc/epydoc/api/private/epydoc.uid.VariableUID-class.html
+share/doc/epydoc/api/private/exceptions.AssertionError-class.html
+share/doc/epydoc/api/private/exceptions.Exception-class.html
+share/doc/epydoc/api/private/exceptions.StandardError-class.html
+share/doc/epydoc/api/private/frames.html
+share/doc/epydoc/api/private/help.html
+share/doc/epydoc/api/private/index.html
+share/doc/epydoc/api/private/indices.html
+share/doc/epydoc/api/private/toc-epydoc-module.html
+share/doc/epydoc/api/private/toc-epydoc.checker-module.html
+share/doc/epydoc/api/private/toc-epydoc.cli-module.html
+share/doc/epydoc/api/private/toc-epydoc.colorize-module.html
+share/doc/epydoc/api/private/toc-epydoc.css-module.html
+share/doc/epydoc/api/private/toc-epydoc.gui-module.html
+share/doc/epydoc/api/private/toc-epydoc.help-module.html
+share/doc/epydoc/api/private/toc-epydoc.html-module.html
+share/doc/epydoc/api/private/toc-epydoc.imports-module.html
+share/doc/epydoc/api/private/toc-epydoc.latex-module.html
+share/doc/epydoc/api/private/toc-epydoc.man-module.html
+share/doc/epydoc/api/private/toc-epydoc.markup-module.html
+share/doc/epydoc/api/private/toc-epydoc.markup.epytext-module.html
+share/doc/epydoc/api/private/toc-epydoc.markup.javadoc-module.html
+share/doc/epydoc/api/private/toc-epydoc.markup.plaintext-module.html
+share/doc/epydoc/api/private/toc-epydoc.markup.restructuredtext-module.html
+share/doc/epydoc/api/private/toc-epydoc.objdoc-module.html
+share/doc/epydoc/api/private/toc-epydoc.test-module.html
+share/doc/epydoc/api/private/toc-epydoc.test.epytext-module.html
+share/doc/epydoc/api/private/toc-epydoc.uid-module.html
+share/doc/epydoc/api/private/toc-everything.html
+share/doc/epydoc/api/private/toc.html
+share/doc/epydoc/api/private/trees.html
+share/doc/epydoc/api/private/unittest.TestCase-class.html
+share/doc/epydoc/api/public/UserDict.UserDict-class.html
+share/doc/epydoc/api/public/docutils.Component-class.html
+share/doc/epydoc/api/public/docutils.SettingsSpec-class.html
+share/doc/epydoc/api/public/docutils.TransformSpec-class.html
+share/doc/epydoc/api/public/docutils.nodes.NodeVisitor-class.html
+share/doc/epydoc/api/public/docutils.readers.Reader-class.html
+share/doc/epydoc/api/public/docutils.readers.standalone.Reader-class.html
+share/doc/epydoc/api/public/docutils.writers.Writer-class.html
+share/doc/epydoc/api/public/docutils.writers.html4css1.HTMLTranslator-class.html
+share/doc/epydoc/api/public/epydoc-module.html
+share/doc/epydoc/api/public/epydoc.checker-module.html
+share/doc/epydoc/api/public/epydoc.checker.DocChecker-class.html
+share/doc/epydoc/api/public/epydoc.cli-module.html
+share/doc/epydoc/api/public/epydoc.colorize-module.html
+share/doc/epydoc/api/public/epydoc.css
+share/doc/epydoc/api/public/epydoc.css-module.html
+share/doc/epydoc/api/public/epydoc.gui-module.html
+share/doc/epydoc/api/public/epydoc.gui.EpydocGUI-class.html
+share/doc/epydoc/api/public/epydoc.help-module.html
+share/doc/epydoc/api/public/epydoc.html-module.html
+share/doc/epydoc/api/public/epydoc.html.HTMLFormatter-class.html
+share/doc/epydoc/api/public/epydoc.imports-module.html
+share/doc/epydoc/api/public/epydoc.latex-module.html
+share/doc/epydoc/api/public/epydoc.latex.LatexFormatter-class.html
+share/doc/epydoc/api/public/epydoc.man-module.html
+share/doc/epydoc/api/public/epydoc.man.ManFormatter-class.html
+share/doc/epydoc/api/public/epydoc.markup-module.html
+share/doc/epydoc/api/public/epydoc.markup.DocstringLinker-class.html
+share/doc/epydoc/api/public/epydoc.markup.Field-class.html
+share/doc/epydoc/api/public/epydoc.markup.ParseError-class.html
+share/doc/epydoc/api/public/epydoc.markup.ParsedDocstring-class.html
+share/doc/epydoc/api/public/epydoc.markup.epytext-module.html
+share/doc/epydoc/api/public/epydoc.markup.epytext.ColorizingError-class.html
+share/doc/epydoc/api/public/epydoc.markup.epytext.ParsedEpytextDocstring-class.html
+share/doc/epydoc/api/public/epydoc.markup.epytext.StructuringError-class.html
+share/doc/epydoc/api/public/epydoc.markup.epytext.Token-class.html
+share/doc/epydoc/api/public/epydoc.markup.epytext.TokenizationError-class.html
+share/doc/epydoc/api/public/epydoc.markup.javadoc-module.html
+share/doc/epydoc/api/public/epydoc.markup.javadoc.ParsedJavadocDocstring-class.html
+share/doc/epydoc/api/public/epydoc.markup.plaintext-module.html
+share/doc/epydoc/api/public/epydoc.markup.plaintext.ParsedPlaintextDocstring-class.html
+share/doc/epydoc/api/public/epydoc.markup.restructuredtext-module.html
+share/doc/epydoc/api/public/epydoc.markup.restructuredtext.ParsedRstDocstring-class.html
+share/doc/epydoc/api/public/epydoc.objdoc-module.html
+share/doc/epydoc/api/public/epydoc.objdoc.ClassDoc-class.html
+share/doc/epydoc/api/public/epydoc.objdoc.DocField-class.html
+share/doc/epydoc/api/public/epydoc.objdoc.DocMap-class.html
+share/doc/epydoc/api/public/epydoc.objdoc.FuncDoc-class.html
+share/doc/epydoc/api/public/epydoc.objdoc.ModuleDoc-class.html
+share/doc/epydoc/api/public/epydoc.objdoc.ObjDoc-class.html
+share/doc/epydoc/api/public/epydoc.objdoc.Param-class.html
+share/doc/epydoc/api/public/epydoc.objdoc.PropertyDoc-class.html
+share/doc/epydoc/api/public/epydoc.objdoc.Raise-class.html
+share/doc/epydoc/api/public/epydoc.objdoc.Var-class.html
+share/doc/epydoc/api/public/epydoc.test-module.html
+share/doc/epydoc/api/public/epydoc.test.epytext-module.html
+share/doc/epydoc/api/public/epydoc.test.epytext.ParseTestCase-class.html
+share/doc/epydoc/api/public/epydoc.uid-module.html
+share/doc/epydoc/api/public/epydoc.uid.ClassMethodUID-class.html
+share/doc/epydoc/api/public/epydoc.uid.Link-class.html
+share/doc/epydoc/api/public/epydoc.uid.ObjectUID-class.html
+share/doc/epydoc/api/public/epydoc.uid.PropertyUID-class.html
+share/doc/epydoc/api/public/epydoc.uid.RelativeUID-class.html
+share/doc/epydoc/api/public/epydoc.uid.StaticMethodUID-class.html
+share/doc/epydoc/api/public/epydoc.uid.UID-class.html
+share/doc/epydoc/api/public/epydoc.uid.VariableUID-class.html
+share/doc/epydoc/api/public/exceptions.AssertionError-class.html
+share/doc/epydoc/api/public/exceptions.Exception-class.html
+share/doc/epydoc/api/public/exceptions.StandardError-class.html
+share/doc/epydoc/api/public/frames.html
+share/doc/epydoc/api/public/help.html
+share/doc/epydoc/api/public/index.html
+share/doc/epydoc/api/public/indices.html
+share/doc/epydoc/api/public/toc-epydoc-module.html
+share/doc/epydoc/api/public/toc-epydoc.checker-module.html
+share/doc/epydoc/api/public/toc-epydoc.cli-module.html
+share/doc/epydoc/api/public/toc-epydoc.colorize-module.html
+share/doc/epydoc/api/public/toc-epydoc.css-module.html
+share/doc/epydoc/api/public/toc-epydoc.gui-module.html
+share/doc/epydoc/api/public/toc-epydoc.help-module.html
+share/doc/epydoc/api/public/toc-epydoc.html-module.html
+share/doc/epydoc/api/public/toc-epydoc.imports-module.html
+share/doc/epydoc/api/public/toc-epydoc.latex-module.html
+share/doc/epydoc/api/public/toc-epydoc.man-module.html
+share/doc/epydoc/api/public/toc-epydoc.markup-module.html
+share/doc/epydoc/api/public/toc-epydoc.markup.epytext-module.html
+share/doc/epydoc/api/public/toc-epydoc.markup.javadoc-module.html
+share/doc/epydoc/api/public/toc-epydoc.markup.plaintext-module.html
+share/doc/epydoc/api/public/toc-epydoc.markup.restructuredtext-module.html
+share/doc/epydoc/api/public/toc-epydoc.objdoc-module.html
+share/doc/epydoc/api/public/toc-epydoc.test-module.html
+share/doc/epydoc/api/public/toc-epydoc.test.epytext-module.html
+share/doc/epydoc/api/public/toc-epydoc.uid-module.html
+share/doc/epydoc/api/public/toc-everything.html
+share/doc/epydoc/api/public/toc.html
+share/doc/epydoc/api/public/trees.html
+share/doc/epydoc/api/public/unittest.TestCase-class.html
+share/doc/epydoc/docstrings.html
+share/doc/epydoc/epydoc-man.html
+share/doc/epydoc/epydoc.css
+share/doc/epydoc/epydoc_gui.png
+share/doc/epydoc/epydoc_guiconfig.png
+share/doc/epydoc/epydocgui-man.html
+share/doc/epydoc/epytext.html
+share/doc/epydoc/epytextintro.html
+share/doc/epydoc/examples/epydoc.css
+share/doc/epydoc/examples/frames.html
+share/doc/epydoc/examples/grouped/epydoc.css
+share/doc/epydoc/examples/grouped/frames.html
+share/doc/epydoc/examples/grouped/help.html
+share/doc/epydoc/examples/grouped/index.html
+share/doc/epydoc/examples/grouped/indices.html
+share/doc/epydoc/examples/grouped/inh_example-module.html
+share/doc/epydoc/examples/grouped/inh_example.Animal-class.html
+share/doc/epydoc/examples/grouped/inh_example.Bird-class.html
+share/doc/epydoc/examples/grouped/inh_example.Bug-class.html
+share/doc/epydoc/examples/grouped/inh_example.Fish-class.html
+share/doc/epydoc/examples/grouped/inh_example.Human-class.html
+share/doc/epydoc/examples/grouped/inh_example.Mammal-class.html
+share/doc/epydoc/examples/grouped/inh_example.Primate-class.html
+share/doc/epydoc/examples/grouped/inh_example.Programmer-class.html
+share/doc/epydoc/examples/grouped/toc-everything.html
+share/doc/epydoc/examples/grouped/toc-inh_example-module.html
+share/doc/epydoc/examples/grouped/toc.html
+share/doc/epydoc/examples/grouped/trees.html
+share/doc/epydoc/examples/help.html
+share/doc/epydoc/examples/included/epydoc.css
+share/doc/epydoc/examples/included/frames.html
+share/doc/epydoc/examples/included/help.html
+share/doc/epydoc/examples/included/index.html
+share/doc/epydoc/examples/included/indices.html
+share/doc/epydoc/examples/included/inh_example-module.html
+share/doc/epydoc/examples/included/inh_example.Animal-class.html
+share/doc/epydoc/examples/included/inh_example.Bird-class.html
+share/doc/epydoc/examples/included/inh_example.Bug-class.html
+share/doc/epydoc/examples/included/inh_example.Fish-class.html
+share/doc/epydoc/examples/included/inh_example.Human-class.html
+share/doc/epydoc/examples/included/inh_example.Mammal-class.html
+share/doc/epydoc/examples/included/inh_example.Primate-class.html
+share/doc/epydoc/examples/included/inh_example.Programmer-class.html
+share/doc/epydoc/examples/included/toc-everything.html
+share/doc/epydoc/examples/included/toc-inh_example-module.html
+share/doc/epydoc/examples/included/toc.html
+share/doc/epydoc/examples/included/trees.html
+share/doc/epydoc/examples/index.html
+share/doc/epydoc/examples/indices.html
+share/doc/epydoc/examples/listed/epydoc.css
+share/doc/epydoc/examples/listed/frames.html
+share/doc/epydoc/examples/listed/help.html
+share/doc/epydoc/examples/listed/index.html
+share/doc/epydoc/examples/listed/indices.html
+share/doc/epydoc/examples/listed/inh_example-module.html
+share/doc/epydoc/examples/listed/inh_example.Animal-class.html
+share/doc/epydoc/examples/listed/inh_example.Bird-class.html
+share/doc/epydoc/examples/listed/inh_example.Bug-class.html
+share/doc/epydoc/examples/listed/inh_example.Fish-class.html
+share/doc/epydoc/examples/listed/inh_example.Human-class.html
+share/doc/epydoc/examples/listed/inh_example.Mammal-class.html
+share/doc/epydoc/examples/listed/inh_example.Primate-class.html
+share/doc/epydoc/examples/listed/inh_example.Programmer-class.html
+share/doc/epydoc/examples/listed/toc-everything.html
+share/doc/epydoc/examples/listed/toc-inh_example-module.html
+share/doc/epydoc/examples/listed/toc.html
+share/doc/epydoc/examples/listed/trees.html
+share/doc/epydoc/examples/sre-module.html
+share/doc/epydoc/examples/toc-everything.html
+share/doc/epydoc/examples/toc-sre-module.html
+share/doc/epydoc/examples/toc.html
+share/doc/epydoc/examples/trees.html
+share/doc/epydoc/faq.html
+share/doc/epydoc/fields.html
+share/doc/epydoc/future.html
+share/doc/epydoc/history.html
+share/doc/epydoc/index.html
+share/doc/epydoc/installing.html
+share/doc/epydoc/license.html
+share/doc/epydoc/othermarkup.html
+share/doc/epydoc/relatedprojects.html
+share/doc/epydoc/sflogo.png
+share/doc/epydoc/stylesheet.html
+share/doc/epydoc/using.html
+@dirrm share/doc/epydoc/examples/listed
+@dirrm share/doc/epydoc/examples/included
+@dirrm share/doc/epydoc/examples/grouped
+@dirrm share/doc/epydoc/examples
+@dirrm share/doc/epydoc/api/public
+@dirrm share/doc/epydoc/api/private
+@dirrm share/doc/epydoc/api
+@dirrm share/doc/epydoc
+@dirrm ${PYSITELIB}/epydoc/test
+@dirrm ${PYSITELIB}/epydoc/markup
+@dirrm ${PYSITELIB}/epydoc
diff --git a/devel/epydoc/distinfo b/devel/epydoc/distinfo
new file mode 100644
index 00000000000..1eddac93587
--- /dev/null
+++ b/devel/epydoc/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1 2004/03/28 21:27:58 darcy Exp $
+
+SHA1 (epydoc-2.0.tar.gz) = c480553391d307d5212c913e917a712a0b8b9641
+Size (epydoc-2.0.tar.gz) = 516920 bytes