Date: Mon, 11 Mar 2002 03:03:17 +0900 (KST) From: Hye-Shik Chang <perky@fallin.lv> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/35743: Update port: textproc/py2html Message-ID: <200203101803.g2AI3Hv86565@kornet.hanirc.org>
next in thread | raw e-mail | index | archive | help
>Number: 35743 >Category: ports >Synopsis: Update port: textproc/py2html >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Mar 10 10:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Hye-Shik Chang >Release: FreeBSD 4.5-STABLE i386 >Organization: Yonsei University >Environment: System: FreeBSD kornet.hanirc.org 4.5-STABLE FreeBSD 4.5-STABLE #0: Wed Jan 30 00:21:52 KST 2002 root@kornet.hanirc.org:/home/obj/home/src/sys/HANIRC i386 >Description: - update py2html to 0.7 by Marc-Andre Lemburg - update PyFontify to 0.4 by Mark Pilgrim >How-To-Repeat: >Fix: diff -ruN py2html.orig/Makefile py2html/Makefile --- py2html.orig/Makefile Tue Jan 29 17:17:01 2002 +++ py2html/Makefile Sun Mar 10 10:03:20 2002 @@ -6,23 +6,16 @@ # PORTNAME= py2html -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= textproc www python -MASTER_SITES= http://dist.freebsd-kr.org/pub/FreeBSD/ports/distfiles/ \ - ftp://ftp2.python.or.kr/pub/FreeBSD/ports/distfiles/ +MASTER_SITES= http://www3.kr.freebsd.org/~perky/distfiles/ \ + http://cvsup3.kr.freebsd.org/~perky/distfiles/ +PKGNAMESUFFIX= -${PYTHON_PKGNAMEPREFIX:S/-//} MAINTAINER= perky@fallin.lv USE_PYTHON= yes -PLIST_SUB+= PYTHON_LIBPATH=${PYTHON_LIBPATH:S/^${LOCALBASE}//g}lib \ - PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g} - -do-build: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/PyFontify.py* ${PYTHON_SITELIBDIR}/ - ${INSTALL_SCRIPT} ${WRKSRC}/py2html.py ${LOCALBASE}/bin/py2html - ${INSTALL_SCRIPT} ${WRKSRC}/py2html.pyc ${LOCALBASE}/bin/ +PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} +MAKE_ENV= PORTSDIR=${PORTSDIR} .include <bsd.port.mk> diff -ruN py2html.orig/distinfo py2html/distinfo --- py2html.orig/distinfo Wed Aug 29 08:58:15 2001 +++ py2html/distinfo Sun Mar 10 09:55:05 2002 @@ -1 +1 @@ -MD5 (py2html-0.6.tar.gz) = f709244d201e3ebb152d05310fcc5bfb +MD5 (py2html-0.7.tar.gz) = 754d9853bce6cf9ce08e204bd9a893c5 diff -ruN py2html.orig/pkg-plist py2html/pkg-plist --- py2html.orig/pkg-plist Wed Aug 29 08:58:15 2001 +++ py2html/pkg-plist Sun Mar 10 09:55:53 2002 @@ -1,4 +1,5 @@ bin/py2html -bin/py2html.pyc %%PYTHON_SITELIBDIR%%/PyFontify.py %%PYTHON_SITELIBDIR%%/PyFontify.pyc +%%PYTHON_SITELIBDIR%%/py2html.py +%%PYTHON_SITELIBDIR%%/py2html.pyc >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203101803.g2AI3Hv86565>