Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Nov 2000 01:35:44 -0800 (PST)
From:      perky@python.or.kr
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/22970: New Port : textproc/py2html
Message-ID:  <20001120093544.456E437B479@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <perky@python.or.kr>
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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001120093544.456E437B479>