Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
308 B
Plaintext
9 lines
308 B
Plaintext
Cerealizer is a secure pickle-like module.
|
|
|
|
It support basic types (int, string, unicode, tuple, list, dict,
|
|
set...), old and new-style classes (you need to register the class
|
|
for security), object cycles, and it can be extended to support
|
|
C-defined type.
|
|
|
|
Cerealizer is available under the GNU GPL licence.
|