diff options
author | pav <pav@FreeBSD.org> | 2005-07-13 17:33:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-13 17:33:47 +0800 |
commit | 50fcaae946942124248fdfb3fdf7da450e985357 (patch) | |
tree | 29878c55c2f6d4cbaf0f3c6cf23906c397dbf2cb /textproc/py-empy/distinfo | |
parent | 372955638aa0db53ccd8fe4be0976e8ac5df491c (diff) | |
download | freebsd-ports-gnome-50fcaae946942124248fdfb3fdf7da450e985357.tar.gz freebsd-ports-gnome-50fcaae946942124248fdfb3fdf7da450e985357.tar.zst freebsd-ports-gnome-50fcaae946942124248fdfb3fdf7da450e985357.zip |
EmPy is a system for embedding Python expressions and statements in template
text; it takes an EmPy source file, processes it, and produces output. This
is accomplished via expansions, which are special signals to the EmPy system
and are set off by a special prefix (by default the at sign, @). EmPy can
expand arbitrary Python expressions and statements in this way, as well as a
variety of special forms. Textual data not explicitly delimited in this way
is sent unaffected to the output, allowing Python to be used in effect as a
markup language. Also supported are callbacks via hooks, recording and
playback via diversions, and dynamic, chainable filters. The system is highly
configurable via command line options and embedded commands.
PR: ports/83308
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Diffstat (limited to 'textproc/py-empy/distinfo')
-rw-r--r-- | textproc/py-empy/distinfo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/py-empy/distinfo b/textproc/py-empy/distinfo new file mode 100644 index 000000000000..599db6349b33 --- /dev/null +++ b/textproc/py-empy/distinfo @@ -0,0 +1,2 @@ +MD5 (empy-3.3.tar.gz) = e7b518a6fc4fd28fef87726cdb003118 +SIZE (empy-3.3.tar.gz) = 137144 |