diff options
author | petef <petef@FreeBSD.org> | 2001-08-28 23:58:15 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-08-28 23:58:15 +0000 |
commit | cd197c8840aabbb3a1a764cf9fe6a143cadb7278 (patch) | |
tree | 936fadddffbc30a9ecd6d3000c0ef73ea29870c4 /textproc/py2html | |
parent | 23810892eee63076d2b404f3db3c77437fc56303 (diff) | |
download | FreeBSD-ports-cd197c8840aabbb3a1a764cf9fe6a143cadb7278.zip FreeBSD-ports-cd197c8840aabbb3a1a764cf9fe6a143cadb7278.tar.gz |
add py2html 0.6
Python Highlighter for HTML
PR: 22970
Submitted by: perky@python.or.kr
Diffstat (limited to 'textproc/py2html')
-rw-r--r-- | textproc/py2html/Makefile | 28 | ||||
-rw-r--r-- | textproc/py2html/distinfo | 1 | ||||
-rw-r--r-- | textproc/py2html/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/py2html/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/py2html/pkg-plist | 4 |
5 files changed, 36 insertions, 0 deletions
diff --git a/textproc/py2html/Makefile b/textproc/py2html/Makefile new file mode 100644 index 0000000..8aec019 --- /dev/null +++ b/textproc/py2html/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: py2html +# Date created: 15 Nov 2000 +# Whom: Hye-Shik Chang <perky@python.or.kr> +# +# $FreeBSD$ +# + +PORTNAME= py2html +PORTVERSION= 0.6 +CATEGORIES= textproc www python +MASTER_SITES= http://dist.freebsd-kr.org/pub/FreeBSD/ports/distfiles/ \ + ftp://ftp2.python.or.kr/pub/FreeBSD/ports/distfiles/ + +MAINTAINER= perky@python.or.kr + +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/ + +.include <bsd.port.mk> diff --git a/textproc/py2html/distinfo b/textproc/py2html/distinfo new file mode 100644 index 0000000..b214246 --- /dev/null +++ b/textproc/py2html/distinfo @@ -0,0 +1 @@ +MD5 (py2html-0.6.tar.gz) = f709244d201e3ebb152d05310fcc5bfb diff --git a/textproc/py2html/pkg-comment b/textproc/py2html/pkg-comment new file mode 100644 index 0000000..00cb311 --- /dev/null +++ b/textproc/py2html/pkg-comment @@ -0,0 +1 @@ +Python Highlighter for HTML diff --git a/textproc/py2html/pkg-descr b/textproc/py2html/pkg-descr new file mode 100644 index 0000000..828f2c4 --- /dev/null +++ b/textproc/py2html/pkg-descr @@ -0,0 +1,2 @@ +Py2html is a console/CGI library that beautifies +python source files. diff --git a/textproc/py2html/pkg-plist b/textproc/py2html/pkg-plist new file mode 100644 index 0000000..59d917a --- /dev/null +++ b/textproc/py2html/pkg-plist @@ -0,0 +1,4 @@ +bin/py2html +bin/py2html.pyc +%%PYTHON_SITELIBDIR%%/PyFontify.py +%%PYTHON_SITELIBDIR%%/PyFontify.pyc |