1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Update to 3.0.1

PR:		123868
Submitted by:	Ports Fury
This commit is contained in:
Martin Wilke 2008-05-22 00:49:07 +00:00
parent 4bcd0d7e75
commit fd5e3be895
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213499
3 changed files with 13 additions and 17 deletions

View File

@ -7,42 +7,37 @@
#
PORTNAME= epydoc
PORTVERSION= 3.0
PORTVERSION= 3.0.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Python API documentation generation tool
OPTIONS= UTF8 "Use UTF-8 instead of iso-8859-1 in HTMLs" off
USE_PYTHON= yes
USE_PYDISTUTILS= yes
MAN1= epydoc.1 epydocgui.1
OPTIONS= UTF8 "Use UTF-8 instead of iso-8859-1 in HTMLs" off
HTMLENCODINGFILES= epydoc/docwriter/html_colorize.py \
epydoc/docwriter/html.py \
epydoc/docparser.py
.include <bsd.port.pre.mk>
.if defined(WITH_UTF8)
HTMLENCODING?= utf-8
.endif
.if defined(HTMLENCODING)
post-patch:
.for f in ${HTMLENCODINGFILES}
${REINPLACE_CMD} 's,iso-8859-1,${HTMLENCODING},g' ${WRKSRC}/${f}
.endfor
.if defined(HTMLENCODING)
@${GREP} -lR "iso-8859-1" ${WRKSRC}/epydoc | \
${XARGS} ${REINPLACE_CMD} -e 's|iso-8859-1|${HTMLENCODING}|g'
.endif
post-install:
cd ${WRKSRC}/man && ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/doc/* ${DOCSDIR}
@(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR})
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (epydoc-3.0.tar.gz) = d8034da7eb417ac69e28af69e88facdd
SHA256 (epydoc-3.0.tar.gz) = 88227e10e14563ffb7309128578a6f2a95d6b5bd09970be67ab49b3bf69f05a4
SIZE (epydoc-3.0.tar.gz) = 1775174
MD5 (epydoc-3.0.1.tar.gz) = cdd6f6c76dd8bab5e653a343a0544294
SHA256 (epydoc-3.0.1.tar.gz) = d4e5c8d90937d01b05170f592c1fa9b29e9ed0498dfe7f0eb2a3af61725b6ad1
SIZE (epydoc-3.0.1.tar.gz) = 1785792

View File

@ -378,6 +378,7 @@ bin/epydocgui
%%PORTDOCS%%%%DOCSDIR%%/examples/redirect.html
%%PORTDOCS%%%%DOCSDIR%%/examples/sre-module.html
%%PORTDOCS%%%%DOCSDIR%%/examples/sre-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/examples/sre.Scanner-class.html
%%PORTDOCS%%%%DOCSDIR%%/examples/sre_constants.error-class.html
%%PORTDOCS%%%%DOCSDIR%%/examples/term-index.html
%%PORTDOCS%%%%DOCSDIR%%/examples/toc-epytext_example-module.html