diff options
author | wen <wen@FreeBSD.org> | 2011-11-14 14:34:55 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-11-14 14:34:55 +0800 |
commit | 7dddc5f273ec1282541cc52ab2f4b641c8e151b6 (patch) | |
tree | 4906bb3ac8a4dd0de4740789b9a293342477c6e3 /textproc/Makefile | |
parent | 761c65420ed8ef1e69b86090247397cc1e9bebe9 (diff) | |
download | freebsd-ports-graphics-7dddc5f273ec1282541cc52ab2f4b641c8e151b6.tar.gz freebsd-ports-graphics-7dddc5f273ec1282541cc52ab2f4b641c8e151b6.tar.zst freebsd-ports-graphics-7dddc5f273ec1282541cc52ab2f4b641c8e151b6.zip |
This package provides a parser and renderers for the classic Zope
"structured text" markup dialect (STX). STX is a plain text markup
in which document structure is signalled primarily by identation.
WWW: http://pypi.python.org/pypi/zope.structuredtext
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github)
Feature safe: yes
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 bb3fba8e6bf..b00a05d62f6 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1136,6 +1136,7 @@ SUBDIR += py-xmltools SUBDIR += py-xmltv SUBDIR += py-zope.i18nmessageid + SUBDIR += py-zope.structuredtext SUBDIR += py-zope.tal SUBDIR += py-zpt SUBDIR += py2html |