Date: Wed, 6 Apr 2005 12:09:19 +0800 From: Dryice Liu <dryice@hotpop.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Dryice Liu <dryice@liu.com.cn> Subject: ports/79582: [patch] textproc/py-feedparser: install doc and take maintainership Message-ID: <20050406040923.2B33F102C9A6@smtp-2.hotpop.com> Resent-Message-ID: <200504060410.j364AAoO020710@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 79582 >Category: ports >Synopsis: [patch] textproc/py-feedparser: install doc and take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Apr 06 04:10:08 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dryice Liu >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD dryice.3322.org 5.4-STABLE FreeBSD 5.4-STABLE #2: Tue Apr 5 15:19:05 CST 2005 >Description: Changes: - Install doc - Require Python 2.1+ - Additional mirror MASTER_SITE - Take maintainership. Thanks the previous maintainers! >How-To-Repeat: N/A >Fix: --- py-feedparser.diff begins here --- diff -ruN py-feedparser.old/Makefile py-feedparser/Makefile --- py-feedparser.old/Makefile Sat Nov 6 12:10:18 2004 +++ py-feedparser/Makefile Wed Apr 6 12:03:33 2005 @@ -9,16 +9,29 @@ PORTNAME= feedparser PORTVERSION= 3.3 CATEGORIES= textproc python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://bsdchat.com/dist/dryice/ MASTER_SITE_SUBDIR= feedparser PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dryice@liu.com.cn COMMENT= An RSS feed parser written in Python WRKSRC= ${WRKDIR}/${PORTNAME} -USE_PYTHON= yes +USE_PYTHON= 2.1+ USE_ZIP= yes USE_PYDISTUTILS= yes + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for i in *.html + ${INSTALL_DATA} ${WRKSRC}/docs/${i} ${DOCSDIR} +.endfor + ${MKDIR} ${DOCSDIR}/images +.for i in * + ${INSTALL_DATA} ${WRKSRC}/docs/images/${i} ${DOCSDIR}/images +.endfor +.endif .include <bsd.port.mk> --- py-feedparser.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050406040923.2B33F102C9A6>