- Replace deprecated PATCHDIR reference with more appropriate FILESDIR
- Remove old comment about inconsistencies in nVidia release numbers
PR: ports/169186 (version update)
- Convert NOPORTEXAMPLES to new options framework
- Use shared IDN and IPV6 option descriptions
- Change IDN handler to p5-URI [1]
- Update IPV6 handler to p5-IO-Socket-IP and p5-Socket
- Costmetic change
[1] To handle IDN, IO::Socket::SSL searches for the following modules:
p5-Net-IDN-Encode, p5-Net-LibIDN and p5-URI. Since p5-URI is much more
widely used by other ports, I suggest to use p5-URI as IDN handler.
Changes: http://search.cpan.org/dist/IO-Socket-SSL/Changes
PR: ports/169451
Submitted by: sunpoet (myself)
Approved by: jadawin (maintainer, via IRC)
django-reversion is an extension to the Django web framework that
provides comprehensive version control facilities:
- Roll back to any point in a model's history - an unlimited undo
facility!
- Recover deleted models - never lose data again!
- Admin integration for maximum usability.
- Group related changes into revisions that can be rolled back in a
single transaction.
- Automatically save a new version whenever your model changes using
Django's flexible signalling framework.
- Automate your revision management with easy-to-use middleware.
django-reversion can be easily added to your existing Django project
with an absolute minimum of code changes.
WWW: http://pypi.python.org/pypi/django-reversion/
PR: ports/169269
Submitted by: Matthew X. Economou <xenophon+fbsdports@irtnog.org>
This module allows you to get the public suffix of a domain name using
the Public Suffix List from http://publicsuffix.org
A public suffix is one under which Internet users can directly register names.
Some examples of public suffixes are .com, .co.uk and pvt.k12.wy.us.
Accurately knowing the public suffix of a domain is useful when handling web
browser cookies, highlighting the most important part of a domain name in a
user interface or sorting URLs by web site
WWW: http://pypi.python.org/pypi/publicsuffix/
PR: ports/169326
Submitted by: d.pryadko@rambler-co.ru
to allow only building x86 targets again.
- Add knob to enable the clang workaround, this is a knob to make sure
users read about the disadvantages. (result is slow and less stable)
- No PORTREVISION bump as the default installed bits don't change.
OpenR2 is a library that implements the MFC/R2 signalling over E1 lines using
the Zapata Telephony interface (or DAHDI). The MF R2 tones required for the
signaling are generated by code borrowed from the LGPL library SpanDSP
written by Steve Underwood, the user has the option to provide a MF interface
to use his own MF R2 tone generation and detection so the library will use
them when needed, that's why this library does not depend directly on spandsp,
libteletone or zaptel for tone generation and detection (depends on zaptel
for CAS bits and general media transmission though)
WWW: http://libopenr2.org/