summaryrefslogtreecommitdiff
path: root/devel/epydoc
AgeCommit message (Collapse)AuthorFilesLines
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-2/+4
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2006-11-15Added py-Tk dependency in Makefile:wulf1-2/+3
epy-docs requires py-Tk
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-10-23Sorted PLISTs.rillig1-3/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-13Add missing files to PLIST. Bump PKGREVISION.minskim2-2/+12
2004-11-26Update epydoc to version 2.1.darcy2-5/+5
Changes fromn 2.0: Support for Zope ExtensionClasses Updated graphical user interface Added support for modules that define __path__. New documentation fields: @include: Imports the documentation from another object. @undocumented: Don't document the given object(s) Various bug fixes
2004-06-28Make sure the ${PREFIX}/share/doc/epydoc directory exists beforekristerw1-1/+2
trying to install in it.
2004-03-28Add new package:darcy4-0/+395
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.