From owner-freebsd-ports Mon Nov 20 1:40: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E248137B4D7 for ; Mon, 20 Nov 2000 01:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA10054; Mon, 20 Nov 2000 01:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 456E437B479; Mon, 20 Nov 2000 01:35:44 -0800 (PST) Message-Id: <20001120093544.456E437B479@hub.freebsd.org> Date: Mon, 20 Nov 2000 01:35:44 -0800 (PST) From: perky@python.or.kr To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/22970: New Port : textproc/py2html Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22970 >Category: ports >Synopsis: New Port : textproc/py2html >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 20 01:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Chang, Hye-Shik >Release: FreeBSD 4.2 >Organization: Yonsei University >Environment: FreeBSD sbtm.yonsei.ac.kr 4.2-BETA FreeBSD 4.2-BETA #0: Thu Nov 2 14:25:44 KST 2000 root@sbtm.yonsei.ac.kr:/usr/src/sys/compile/ARA i386 >Description: Py2html is a console/CGI library that beautifies python source files. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py2html # py2html/pkg-comment # py2html/Makefile # py2html/distinfo # py2html/pkg-descr # py2html/pkg-plist # py2html/pkg-message # echo c - py2html mkdir -p py2html > /dev/null 2>&1 echo x - py2html/pkg-comment sed 's/^X//' >py2html/pkg-comment << 'END-of-py2html/pkg-comment' XPython Highlighter for HTML END-of-py2html/pkg-comment echo x - py2html/Makefile sed 's/^X//' >py2html/Makefile << 'END-of-py2html/Makefile' X# New ports collection makefile for: py2html X# Date created: 15 Nov 2000 X# Whom: Hye-Shik Chang X# X# $FreeBSD $ X# X XPORTNAME= py2html XPORTVERSION= 0.6 XCATEGORIES= textproc www python XMASTER_SITES= http://freebsd-kr.org/pub/FreeBSD/ports/distfiles/ \ X ftp://python.or.kr/pub/FreeBSD/ports/distfiles/ X XMAINTAINER= perky@python.or.kr X XUSE_PYTHON= yes XPLIST_SUB+= PYTHON_LIBPATH=${PYTHON_LIBPATH:S/^${LOCALBASE}//g}lib \ X PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g} X Xdo-build: X @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/PyFontify.py* ${PYTHON_SITELIBDIR}/ X ${INSTALL_SCRIPT} ${WRKSRC}/py2html.py ${LOCALBASE}/bin/py2html X ${INSTALL_SCRIPT} ${WRKSRC}/py2html.pyc ${LOCALBASE}/bin/ X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include END-of-py2html/Makefile echo x - py2html/distinfo sed 's/^X//' >py2html/distinfo << 'END-of-py2html/distinfo' XMD5 (py2html-0.6.tar.gz) = f709244d201e3ebb152d05310fcc5bfb END-of-py2html/distinfo echo x - py2html/pkg-descr sed 's/^X//' >py2html/pkg-descr << 'END-of-py2html/pkg-descr' XPy2html is a console/CGI library that beautifies Xpython source files. END-of-py2html/pkg-descr echo x - py2html/pkg-plist sed 's/^X//' >py2html/pkg-plist << 'END-of-py2html/pkg-plist' Xbin/py2html Xbin/py2html.pyc X%%PYTHON_SITELIBDIR%%/PyFontify.py X%%PYTHON_SITELIBDIR%%/PyFontify.pyc END-of-py2html/pkg-plist echo x - py2html/pkg-message sed 's/^X//' >py2html/pkg-message << 'END-of-py2html/pkg-message' X*********************************************** X* For additional help please type: py2html -h * X*********************************************** END-of-py2html/pkg-message exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message