From bc238b49c05ef81b5399075b890afa1abeff4f13 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Fri, 9 Jun 2000 22:01:58 +0000 Subject: Add py-htmlkit, a python package that assists with autogenerating HTML. PR: 19155 Submitted by: Kelly Yancey --- devel/Makefile | 1 + devel/py-htmlkit/Makefile | 35 +++++++++++++++++++ devel/py-htmlkit/distinfo | 1 + devel/py-htmlkit/pkg-comment | 1 + devel/py-htmlkit/pkg-descr | 17 ++++++++++ devel/py-htmlkit/pkg-plist | 81 ++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 136 insertions(+) create mode 100644 devel/py-htmlkit/Makefile create mode 100644 devel/py-htmlkit/distinfo create mode 100644 devel/py-htmlkit/pkg-comment create mode 100644 devel/py-htmlkit/pkg-descr create mode 100644 devel/py-htmlkit/pkg-plist (limited to 'devel') diff --git a/devel/Makefile b/devel/Makefile index f92508d7468b..4ac73a120ea0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -193,6 +193,7 @@ SUBDIR += prcs SUBDIR += pth SUBDIR += pth-devel + SUBDIR += py-htmlkit SUBDIR += py-kjbuckets SUBDIR += py-kqueue SUBDIR += py-mxDateTime diff --git a/devel/py-htmlkit/Makefile b/devel/py-htmlkit/Makefile new file mode 100644 index 000000000000..eb1e5a4b16de --- /dev/null +++ b/devel/py-htmlkit/Makefile @@ -0,0 +1,35 @@ +# Ports collection Makefile for: py-HtmlKit +# Date created: 06/08/2000 +# Whom: kbyanc@posi.net +# +# $FreeBSD$ +# + +PORTNAME= HtmlKit +PORTVERSION= 1.0 +CATEGORIES= devel python www +MASTER_SITES= http://www.dekorte.com/Software/Python/HtmlKit/Download/ +PKGNAMEPREFIX= py- +DISTNAME= HtmlKit +EXTRACT_SUFX= .tar + +MAINTAINER= kbyanc@posi.net + +RUN_DEPENDS= python:${PORTSDIR}/lang/python + +NO_BUILD= yes + +do-install: + @${MKDIR} ${PREFIX}/lib/python1.5/site-packages + @${MKDIR} ${PREFIX}/lib/python1.5/site-packages/HtmlKit/ + @for i in ${WRKSRC}/*.py; do \ + ${INSTALL_DATA} $$i ${PREFIX}/lib/python1.5/site-packages/HtmlKit; \ + done +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/HtmlKit + @for i in ${WRKSRC}/Documentation/*; do \ + ${INSTALL_DATA} $$i ${PREFIX}/share/doc/HtmlKit; \ + done +.endif + +.include diff --git a/devel/py-htmlkit/distinfo b/devel/py-htmlkit/distinfo new file mode 100644 index 000000000000..51cbdce07220 --- /dev/null +++ b/devel/py-htmlkit/distinfo @@ -0,0 +1 @@ +MD5 (HtmlKit.tar) = c0ba9861d07a537fd833a21c05b0181b diff --git a/devel/py-htmlkit/pkg-comment b/devel/py-htmlkit/pkg-comment new file mode 100644 index 000000000000..d133d6591329 --- /dev/null +++ b/devel/py-htmlkit/pkg-comment @@ -0,0 +1 @@ +Python package that assists in the dynamic generation of HTML content diff --git a/devel/py-htmlkit/pkg-descr b/devel/py-htmlkit/pkg-descr new file mode 100644 index 000000000000..edd15faa349d --- /dev/null +++ b/devel/py-htmlkit/pkg-descr @@ -0,0 +1,17 @@ +From the web site: + + HtmlKit is a free, open source Python package that assists in the + dynamic generation of HTML content. HtmlKit was inspired by HTMLgen + and uses it's basic design ideas: + + objects for HTML primatives + overriding "__str__" to allow these objects behave as strings + + but with a flexible and simplified rendering framework. + HtmlKit is compatible with HTMLgen and most projects can fairly easily + switch between or use both packages. + +WWW: http://www.dekorte.com/Software/Python/HtmlKit/ + + -Kelly + kbyanc@posi.net diff --git a/devel/py-htmlkit/pkg-plist b/devel/py-htmlkit/pkg-plist new file mode 100644 index 000000000000..4ae57853d16a --- /dev/null +++ b/devel/py-htmlkit/pkg-plist @@ -0,0 +1,81 @@ +lib/python1.5/site-packages/HtmlKit/Attribute.py +lib/python1.5/site-packages/HtmlKit/BR.py +lib/python1.5/site-packages/HtmlKit/BaseObject.py +lib/python1.5/site-packages/HtmlKit/Body.py +lib/python1.5/site-packages/HtmlKit/Bold.py +lib/python1.5/site-packages/HtmlKit/Button.py +lib/python1.5/site-packages/HtmlKit/Center.py +lib/python1.5/site-packages/HtmlKit/CheckBox.py +lib/python1.5/site-packages/HtmlKit/Column.py +lib/python1.5/site-packages/HtmlKit/Comment.py +lib/python1.5/site-packages/HtmlKit/Container.py +lib/python1.5/site-packages/HtmlKit/Cookie.py +lib/python1.5/site-packages/HtmlKit/Font.py +lib/python1.5/site-packages/HtmlKit/Form.py +lib/python1.5/site-packages/HtmlKit/FormElement.py +lib/python1.5/site-packages/HtmlKit/FormTable.py +lib/python1.5/site-packages/HtmlKit/Group.py +lib/python1.5/site-packages/HtmlKit/Header.py +lib/python1.5/site-packages/HtmlKit/Image.py +lib/python1.5/site-packages/HtmlKit/ImagePage.py +lib/python1.5/site-packages/HtmlKit/Input.py +lib/python1.5/site-packages/HtmlKit/Italic.py +lib/python1.5/site-packages/HtmlKit/Link.py +lib/python1.5/site-packages/HtmlKit/Menu.py +lib/python1.5/site-packages/HtmlKit/Option.py +lib/python1.5/site-packages/HtmlKit/Page.py +lib/python1.5/site-packages/HtmlKit/PageGroup.py +lib/python1.5/site-packages/HtmlKit/Panel.py +lib/python1.5/site-packages/HtmlKit/RadioBox.py +lib/python1.5/site-packages/HtmlKit/Row.py +lib/python1.5/site-packages/HtmlKit/RowTable.py +lib/python1.5/site-packages/HtmlKit/Script.py +lib/python1.5/site-packages/HtmlKit/Select.py +lib/python1.5/site-packages/HtmlKit/Style.py +lib/python1.5/site-packages/HtmlKit/Table.py +lib/python1.5/site-packages/HtmlKit/TableHeader.py +lib/python1.5/site-packages/HtmlKit/Text.py +lib/python1.5/site-packages/HtmlKit/TextArea.py +lib/python1.5/site-packages/HtmlKit/Title.py +lib/python1.5/site-packages/HtmlKit/Url.py +lib/python1.5/site-packages/HtmlKit/__init__.py +@dirrm lib/python1.5/site-packages/HtmlKit/ +share/doc/HtmlKit/Attribute.html +share/doc/HtmlKit/BR.html +share/doc/HtmlKit/BaseObject.html +share/doc/HtmlKit/Body.html +share/doc/HtmlKit/Bold.html +share/doc/HtmlKit/Button.html +share/doc/HtmlKit/Center.html +share/doc/HtmlKit/CheckBox.html +share/doc/HtmlKit/Column.html +share/doc/HtmlKit/Comment.html +share/doc/HtmlKit/Container.html +share/doc/HtmlKit/Font.html +share/doc/HtmlKit/Form.html +share/doc/HtmlKit/FormElement.html +share/doc/HtmlKit/FormTable.html +share/doc/HtmlKit/Group.html +share/doc/HtmlKit/Header.html +share/doc/HtmlKit/Image.html +share/doc/HtmlKit/Input.html +share/doc/HtmlKit/Italic.html +share/doc/HtmlKit/Link.html +share/doc/HtmlKit/Menu.html +share/doc/HtmlKit/Option.html +share/doc/HtmlKit/Page.html +share/doc/HtmlKit/Panel.html +share/doc/HtmlKit/RadioBox.html +share/doc/HtmlKit/Row.html +share/doc/HtmlKit/RowTable.html +share/doc/HtmlKit/Select.html +share/doc/HtmlKit/Style.html +share/doc/HtmlKit/Table.html +share/doc/HtmlKit/TableHeader.html +share/doc/HtmlKit/Text.html +share/doc/HtmlKit/TextArea.html +share/doc/HtmlKit/Title.html +share/doc/HtmlKit/Url.html +share/doc/HtmlKit/__init__.html +share/doc/HtmlKit/index.html +@dirrm share/doc/HtmlKit -- cgit v1.2.3