Bug 83308 - [NEW PORT] textproc/py-empy: A powerful and robust templating system for Python
Summary: [NEW PORT] textproc/py-empy: A powerful and robust templating system for Python
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-12 02:40 UTC by Ying-Chieh Liao
Modified: 2005-07-13 10:34 UTC (History)
0 users

See Also:


Attachments
empy-3.3.shar (2.23 KB, text/plain)
2005-07-12 02:40 UTC, Ying-Chieh Liao
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ying-Chieh Liao 2005-07-12 02:40:18 UTC
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.

WWW: http://www.alcyone.com/software/empy/

Generated with FreeBSD Port Tools 0.63
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-07-13 10:34:46 UTC
State Changed
From-To: open->closed

New port added, thank you!