Date: Fri, 9 Jun 2000 17:43:19 -0400 (EDT) From: kbyanc@posi.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/19155: new port: devel/py-HtmlKit Message-ID: <200006092143.RAA97458@kronos.networkrichmond.com>
next in thread | raw e-mail | index | archive | help
>Number: 19155 >Category: ports >Synopsis: new port: devel/py-HtmlKit >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: Fri Jun 09 14:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Kelly Yancey >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: # 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: # # devel/py-HtmlKit/ # devel/py-HtmlKit/Makefile # devel/py-HtmlKit/files # devel/py-HtmlKit/files/md5 # devel/py-HtmlKit/pkg # devel/py-HtmlKit/pkg/COMMENT # devel/py-HtmlKit/pkg/DESCR # devel/py-HtmlKit/pkg/PLIST # echo c - devel/py-HtmlKit/ mkdir -p devel/py-HtmlKit/ > /dev/null 2>&1 echo x - devel/py-HtmlKit/Makefile sed 's/^X//' >devel/py-HtmlKit/Makefile << 'END-of-devel/py-HtmlKit/Makefile' X# Ports collection Makefile for: py-HtmlKit X# Date created: 06/08/2000 X# Whom: kbyanc@posi.net X# X# $FreeBSD$ X# X XPORTNAME= HtmlKit XPORTVERSION= 1.0 XCATEGORIES= devel python www XMASTER_SITES= http://www.dekorte.com/Software/Python/HtmlKit/Download/ XPKGNAMEPREFIX= py- XDISTNAME= HtmlKit XEXTRACT_SUFX= .tar X XMAINTAINER= kbyanc@posi.net X XRUN_DEPENDS= python:${PORTSDIR}/lang/python X XNO_BUILD= yes X Xdo-install: X @${MKDIR} ${PREFIX}/lib/python1.5/site-packages X @${MKDIR} ${PREFIX}/lib/python1.5/site-packages/HtmlKit/ X @for i in ${WRKSRC}/*.py; do \ X ${INSTALL_DATA} $$i ${PREFIX}/lib/python1.5/site-packages/HtmlKit; \ X done X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/doc/HtmlKit X @for i in ${WRKSRC}/Documentation/*; do \ X ${INSTALL_DATA} $$i ${PREFIX}/share/doc/HtmlKit; \ X done X.endif X X.include <bsd.port.mk> END-of-devel/py-HtmlKit/Makefile echo c - devel/py-HtmlKit/files mkdir -p devel/py-HtmlKit/files > /dev/null 2>&1 echo x - devel/py-HtmlKit/files/md5 sed 's/^X//' >devel/py-HtmlKit/files/md5 << 'END-of-devel/py-HtmlKit/files/md5' XMD5 (HtmlKit.tar) = c0ba9861d07a537fd833a21c05b0181b END-of-devel/py-HtmlKit/files/md5 echo c - devel/py-HtmlKit/pkg mkdir -p devel/py-HtmlKit/pkg > /dev/null 2>&1 echo x - devel/py-HtmlKit/pkg/COMMENT sed 's/^X//' >devel/py-HtmlKit/pkg/COMMENT << 'END-of-devel/py-HtmlKit/pkg/COMMENT' XPython package that assists in the dynamic generation of HTML content END-of-devel/py-HtmlKit/pkg/COMMENT echo x - devel/py-HtmlKit/pkg/DESCR sed 's/^X//' >devel/py-HtmlKit/pkg/DESCR << 'END-of-devel/py-HtmlKit/pkg/DESCR' XFrom the web site: X X HtmlKit is a free, open source Python package that assists in the X dynamic generation of HTML content. HtmlKit was inspired by HTMLgen X and uses it's basic design ideas: X X objects for HTML primatives X overriding "__str__" to allow these objects behave as strings X X but with a flexible and simplified rendering framework. X HtmlKit is compatible with HTMLgen and most projects can fairly easily X switch between or use both packages. X XWWW: http://www.dekorte.com/Software/Python/HtmlKit/ X X -Kelly X kbyanc@posi.net END-of-devel/py-HtmlKit/pkg/DESCR echo x - devel/py-HtmlKit/pkg/PLIST sed 's/^X//' >devel/py-HtmlKit/pkg/PLIST << 'END-of-devel/py-HtmlKit/pkg/PLIST' Xlib/python1.5/site-packages/HtmlKit/Attribute.py Xlib/python1.5/site-packages/HtmlKit/BR.py Xlib/python1.5/site-packages/HtmlKit/BaseObject.py Xlib/python1.5/site-packages/HtmlKit/Body.py Xlib/python1.5/site-packages/HtmlKit/Bold.py Xlib/python1.5/site-packages/HtmlKit/Button.py Xlib/python1.5/site-packages/HtmlKit/Center.py Xlib/python1.5/site-packages/HtmlKit/CheckBox.py Xlib/python1.5/site-packages/HtmlKit/Column.py Xlib/python1.5/site-packages/HtmlKit/Comment.py Xlib/python1.5/site-packages/HtmlKit/Container.py Xlib/python1.5/site-packages/HtmlKit/Cookie.py Xlib/python1.5/site-packages/HtmlKit/Font.py Xlib/python1.5/site-packages/HtmlKit/Form.py Xlib/python1.5/site-packages/HtmlKit/FormElement.py Xlib/python1.5/site-packages/HtmlKit/FormTable.py Xlib/python1.5/site-packages/HtmlKit/Group.py Xlib/python1.5/site-packages/HtmlKit/Header.py Xlib/python1.5/site-packages/HtmlKit/Image.py Xlib/python1.5/site-packages/HtmlKit/ImagePage.py Xlib/python1.5/site-packages/HtmlKit/Input.py Xlib/python1.5/site-packages/HtmlKit/Italic.py Xlib/python1.5/site-packages/HtmlKit/Link.py Xlib/python1.5/site-packages/HtmlKit/Menu.py Xlib/python1.5/site-packages/HtmlKit/Option.py Xlib/python1.5/site-packages/HtmlKit/Page.py Xlib/python1.5/site-packages/HtmlKit/PageGroup.py Xlib/python1.5/site-packages/HtmlKit/Panel.py Xlib/python1.5/site-packages/HtmlKit/RadioBox.py Xlib/python1.5/site-packages/HtmlKit/Row.py Xlib/python1.5/site-packages/HtmlKit/RowTable.py Xlib/python1.5/site-packages/HtmlKit/Script.py Xlib/python1.5/site-packages/HtmlKit/Select.py Xlib/python1.5/site-packages/HtmlKit/Style.py Xlib/python1.5/site-packages/HtmlKit/Table.py Xlib/python1.5/site-packages/HtmlKit/TableHeader.py Xlib/python1.5/site-packages/HtmlKit/Text.py Xlib/python1.5/site-packages/HtmlKit/TextArea.py Xlib/python1.5/site-packages/HtmlKit/Title.py Xlib/python1.5/site-packages/HtmlKit/Url.py Xlib/python1.5/site-packages/HtmlKit/__init__.py X@dirrm lib/python1.5/site-packages/HtmlKit/ Xshare/doc/HtmlKit/Attribute.html Xshare/doc/HtmlKit/BR.html Xshare/doc/HtmlKit/BaseObject.html Xshare/doc/HtmlKit/Body.html Xshare/doc/HtmlKit/Bold.html Xshare/doc/HtmlKit/Button.html Xshare/doc/HtmlKit/Center.html Xshare/doc/HtmlKit/CheckBox.html Xshare/doc/HtmlKit/Column.html Xshare/doc/HtmlKit/Comment.html Xshare/doc/HtmlKit/Container.html Xshare/doc/HtmlKit/Font.html Xshare/doc/HtmlKit/Form.html Xshare/doc/HtmlKit/FormElement.html Xshare/doc/HtmlKit/FormTable.html Xshare/doc/HtmlKit/Group.html Xshare/doc/HtmlKit/Header.html Xshare/doc/HtmlKit/Image.html Xshare/doc/HtmlKit/Input.html Xshare/doc/HtmlKit/Italic.html Xshare/doc/HtmlKit/Link.html Xshare/doc/HtmlKit/Menu.html Xshare/doc/HtmlKit/Option.html Xshare/doc/HtmlKit/Page.html Xshare/doc/HtmlKit/Panel.html Xshare/doc/HtmlKit/RadioBox.html Xshare/doc/HtmlKit/Row.html Xshare/doc/HtmlKit/RowTable.html Xshare/doc/HtmlKit/Select.html Xshare/doc/HtmlKit/Style.html Xshare/doc/HtmlKit/Table.html Xshare/doc/HtmlKit/TableHeader.html Xshare/doc/HtmlKit/Text.html Xshare/doc/HtmlKit/TextArea.html Xshare/doc/HtmlKit/Title.html Xshare/doc/HtmlKit/Url.html Xshare/doc/HtmlKit/__init__.html Xshare/doc/HtmlKit/index.html X@dirrm share/doc/HtmlKit X END-of-devel/py-HtmlKit/pkg/PLIST exit >How-To-Repeat: >Fix: >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?200006092143.RAA97458>