diff options
author | nivit <nivit@FreeBSD.org> | 2007-01-24 17:15:30 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2007-01-24 17:15:30 +0800 |
commit | cf900afd65ff93ad4b8069891401cb52c8e98c06 (patch) | |
tree | 3dcd3734ab3babcff75a4071b11e4a779168cbe7 /textproc/Makefile | |
parent | 5a394943562c52bda651bddff89b533f5f7fff52 (diff) | |
download | freebsd-ports-gnome-cf900afd65ff93ad4b8069891401cb52c8e98c06.tar.gz freebsd-ports-gnome-cf900afd65ff93ad4b8069891401cb52c8e98c06.tar.zst freebsd-ports-gnome-cf900afd65ff93ad4b8069891401cb52c8e98c06.zip |
Genshi is a Python library that provides an integrated set of components
for parsing, generating, and processing HTML, XML or other textual content
for output generation on the web. The major feature is a template language,
which is heavily inspired by Kid.
WWW: http://genshi.wedgewall.org/
Approved by: alexbl (mentor, implicit)
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 4110acab8d42..6bb749d2742f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -739,6 +739,7 @@ SUBDIR += py-excelerator SUBDIR += py-expat SUBDIR += py-feedparser + SUBDIR += py-genshi SUBDIR += py-hyperestraier SUBDIR += py-jaxml SUBDIR += py-libxml2 |