diff options
author | will <will@FreeBSD.org> | 2000-06-10 06:01:58 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-10 06:01:58 +0800 |
commit | 5bf8a97ed7483f59846ede2d8129dfdbe0336961 (patch) | |
tree | bec1c38ea1b27557c577a9e43a9edb4dde3f756b /devel/py-htmlkit/pkg-plist | |
parent | c21702d87141ac172933192ad7222dbab24178f5 (diff) | |
download | freebsd-ports-gnome-5bf8a97ed7483f59846ede2d8129dfdbe0336961.tar.gz freebsd-ports-gnome-5bf8a97ed7483f59846ede2d8129dfdbe0336961.tar.zst freebsd-ports-gnome-5bf8a97ed7483f59846ede2d8129dfdbe0336961.zip |
Add py-htmlkit, a python package that assists with autogenerating HTML.
PR: 19155
Submitted by: Kelly Yancey <kbyanc@posi.net>
Diffstat (limited to 'devel/py-htmlkit/pkg-plist')
-rw-r--r-- | devel/py-htmlkit/pkg-plist | 81 |
1 files changed, 81 insertions, 0 deletions
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 |