summaryrefslogtreecommitdiff
path: root/textproc/py-HappyDoc
AgeCommit message (Collapse)AuthorFilesLines
2004-02-22bl3ifyminskim1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-09-18Needs BUILDLINK2 to pull in python dependencyjmc1-1/+2
2003-09-14hange extension.mk to also install optimized files for distutils packages.recht1-1/+63
Inspired by FreeBSD "ports". Fix the PLISTs accordingly. Also, while at it, remove now obsolete compileall.py calls in post-install targets and insure that extension.mk is in included before builinlinks of other Python modules. Discussed with/ok'ed by drochner@.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-10-25Updated to py-HappyDoc-2.1shell2-9/+8
Changes : - #514237 - The PluginLoader no longer requires a '.py' extension on plugins. This should allow plugins to be written in any language for which Python can load a module, and as long as the file is named with the right convention they will be picked up and loaded. (The source of this change request was the maintainers of the PLD Linux Distribution.) - Resolved defect #513850, where output was written to the wrong place when the -d option was used. - Resolved defect #510447, a problem with escaping special characters in HTML output. Text enclosed in single quotes is now not escaped in output so that HTML text can be passed directly to the output file. - Fixed a problem with Windows installation using 'setup.py'. - Minor tweaks to the build and test tools.
2002-09-21Strip the ".buildlink" from the names of the python application andjlam1-2/+2
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-05-20Fix NetBSD tag.cjep2-3/+3
2002-01-29initial import of py-HappyDoc-2.0, a python tool to generate Python APIdrochner5-0/+177
documents, submitted by Shell Hung per PR pkg/15145