diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2011-12-18 19:27:58 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2011-12-18 19:27:58 +0000 |
commit | 9ebd3bc0cd246355a5b43c3a89b41c64d81a3466 (patch) | |
tree | 25e5c244fcc1b7fe409da6386efdcfb35ff5759a /devel/py-Products.statusmessages/pkg-descr | |
parent | e4fd6df643dfd1b60615a5db67aa4006746ddc52 (diff) | |
download | ports-9ebd3bc0cd246355a5b43c3a89b41c64d81a3466.tar.gz ports-9ebd3bc0cd246355a5b43c3a89b41c64d81a3466.zip |
- Add first portion of dependencies needed for Plone 4 import.
Submitted by: rm (myself, via github)
Approved by: novel (mentor)
Notes
Notes:
svn path=/head/; revision=287612
Diffstat (limited to 'devel/py-Products.statusmessages/pkg-descr')
-rw-r--r-- | devel/py-Products.statusmessages/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/py-Products.statusmessages/pkg-descr b/devel/py-Products.statusmessages/pkg-descr new file mode 100644 index 000000000000..651f74bd2e2d --- /dev/null +++ b/devel/py-Products.statusmessages/pkg-descr @@ -0,0 +1,5 @@ +statusmessages provides an easy way of handling internationalized status +messages managed via an BrowserRequest adapter storing status messages in +client-side cookies. + +WWW: http://pypi.python.org/pypi/Products.statusmessages |