Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-10 | Bump revision for PYTHON_VERSION_DEFAULT change. | joerg | 1 | -2/+2 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -12/+1 | |
2009-06-13 | Ran pkglint --autofix on the devel/ category. Most of the changes are | rillig | 1 | -2/+2 | |
simple white-space issues like indentation and trailing spaces. The others are cross-references for Makefile.common. | |||||
2009-04-06 | Fix destdir. | joerg | 1 | -4/+4 | |
2009-03-04 | Add PKG_DESTDIR_SUPPORT. | darcy | 1 | -1/+3 | |
2009-02-09 | Switch to Python 2.5 as default. Bump revision of all packages that have | joerg | 1 | -2/+2 | |
changed runtime dependencies now. | |||||
2008-05-26 | Second round of explicit pax dependencies. As reminded by tnn@, | joerg | 1 | -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-15 | Added py-Tk dependency in Makefile: | wulf | 1 | -2/+3 | |
epy-docs requires py-Tk | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-10-23 | Sorted PLISTs. | rillig | 1 | -3/+3 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 1 | -2/+1 | |
useful. | |||||
2005-02-23 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-12-13 | Add missing files to PLIST. Bump PKGREVISION. | minskim | 2 | -2/+12 | |
2004-11-26 | Update epydoc to version 2.1. | darcy | 2 | -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-28 | Make sure the ${PREFIX}/share/doc/epydoc directory exists before | kristerw | 1 | -1/+2 | |
trying to install in it. | |||||
2004-03-28 | Add new package: | darcy | 4 | -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. |