pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel Add new package:
details: https://anonhg.NetBSD.org/pkgsrc/rev/417f15c9ed36
branches: trunk
changeset: 471484:417f15c9ed36
user: darcy <darcy%pkgsrc.org@localhost>
date: Sun Mar 28 21:27:58 2004 +0000
description:
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:
devel/Makefile | 3 +-
devel/epydoc/DESCR | 5 +
devel/epydoc/Makefile | 21 ++
devel/epydoc/PLIST | 365 ++++++++++++++++++++++++++++++++++++++++++++++++++
devel/epydoc/distinfo | 4 +
5 files changed, 397 insertions(+), 1 deletions(-)
diffs (truncated from 428 to 300 lines):
diff -r 2971ba501096 -r 417f15c9ed36 devel/Makefile
--- a/devel/Makefile Sun Mar 28 21:25:16 2004 +0000
+++ b/devel/Makefile Sun Mar 28 21:27:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.475 2004/03/26 17:58:15 wiz Exp $
+# $NetBSD: Makefile,v 1.476 2004/03/28 21:27:58 darcy Exp $
#
COMMENT= Development utilities
@@ -100,6 +100,7 @@
SUBDIR+= elib
SUBDIR+= emacs-ilisp
SUBDIR+= emacs20-elib
+SUBDIR+= epydoc
SUBDIR+= eric3
SUBDIR+= exctags
SUBDIR+= fastdep
diff -r 2971ba501096 -r 417f15c9ed36 devel/epydoc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/epydoc/DESCR Sun Mar 28 21:27:58 2004 +0000
@@ -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 -r 2971ba501096 -r 417f15c9ed36 devel/epydoc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/epydoc/Makefile Sun Mar 28 21:27:58 2004 +0000
@@ -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@localhost
+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 -r 2971ba501096 -r 417f15c9ed36 devel/epydoc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/epydoc/PLIST Sun Mar 28 21:27:58 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index