ports/123868: Update port: devel/epydoc to 3.0.1

KATO Tsuguru tkato432 at yahoo.com
Wed May 21 17:10:02 UTC 2008


>Number:         123868
>Category:       ports
>Synopsis:       Update port: devel/epydoc to 3.0.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 21 17:10:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 6.3-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 3.0.1

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/epydoc/Makefile devel/epydoc/Makefile
--- /usr/ports/devel/epydoc/Makefile	2008-02-09 22:20:48.000000000 +0900
+++ devel/epydoc/Makefile	2008-04-07 01:18:57.000000000 +0900
@@ -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 at 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>
diff -urN /usr/ports/devel/epydoc/distinfo devel/epydoc/distinfo
--- /usr/ports/devel/epydoc/distinfo	2008-02-09 22:20:48.000000000 +0900
+++ devel/epydoc/distinfo	2008-02-24 01:38:50.000000000 +0900
@@ -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
diff -urN /usr/ports/devel/epydoc/pkg-plist devel/epydoc/pkg-plist
--- /usr/ports/devel/epydoc/pkg-plist	2008-02-09 22:20:51.000000000 +0900
+++ devel/epydoc/pkg-plist	2008-02-24 01:55:33.000000000 +0900
@@ -378,6 +378,7 @@
 %%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
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list