2010-10-14 devel/p5-P4: Depends of p5-P4-Client, which is DEPRECATED.
2010-01-08 devel/p5-P4-Client: has been broken for 11 months
2010-10-14 net-p2p/btpeer: Does not build with net/Sockets and is unmaintained.
2009-07-01 net-mgmt/net-snmp4: Use net-mgmt/net-snmp port instead
2010-10-14 net/gkrellm_snmp: Depends of net-snmp4, that is deprecated also and will be removed soon.
2010-10-14 net/Sockets-devel: Older than net/Sockets and unmaintained.
to edit a command line.
This module have UTF-8 support, let erase or repaint the prompt and
to hook a process to further line control.
WWW: http://search.cpan.org/dist/Term-ReadLine-TTYtter/
PR: ports/151412
Submitted by: sebastien Santoro <dereckson@gmail.com> (maintainer)
- Require specific version of p5-Email-Simple in order to incorporate
p5-Email-Simple-Creator as well
Changes:
0.30 2010-10-07
Small adjustment in some test cases to accomodate changes in
Perl 5.13.5.
0.29 2010-10-06
Extends the syntax of DENY_FILENAME directive to allow
customized error messages.
- Removed post-patch target now that upstream dist has fixed version
numbering problem in setup.py
Release notes:
Fixes two issues with creating manifests/stringifying recipes. The
first allows getting the text of invalid recipes, and the second
ensures that the manifest of recipes using nest-part are correct.
PR: ports/151211
Submitted by: C-S <c-s at c-s dot li> (maintainer)
Pycerberus is a framework to check user data thoroughly so that you can
protect your application from malicious (or just garbled) input data.
* Remove stupid code which converts input values: After values are
validated, you can work with real Python types instead of strings -
e.g. 42 instead of '42', convert database IDs to model objects
transparently.
* Implement custom validation rules: Writing custom validators is
straightforward, everything is well documented and pycerberus only
uses very little Python magic.
* Focus on your value-adding application code: Save time by
implementing every input validation rule only once, but 100% right
instead of implementing a dozen different half-baked solutions.
* Ready for global business: i18n support (based on GNU gettext) is
built in, adding custom translations is easy.
* Tune it for your needs: You can implement custom behavior in your
validators, e.g. fetch translations from a database instead of using
gettext or define custom translations for built-in validators.
* Use it wherever you like: pycerberus is used in a SMTP server, trac
macros as well as web applications - there are no dependecies on a
specific context like web development.
WWW: http://www.schwarz.eu/opensource/projects/pycerberus
PR: ports/151058
Submitted by: Douglas William Thrift <douglas@douglasthrift.net>
Approved by: pgollucci (mentor, implicit)
adapter uses the Unix::Syslog module to direct that output into the standard
Unix syslog system.
WWW: http://search.cpan.org/dist/Log-Any-Adapter-Syslog/
PR: ports/151380
Submitted by: Bill Brinzer <bill.brinzer@gmail.com>