- Convert to new LIB_DEPENDS format
- Support STAGEDIR
Changes: http://files.bebik.net/podcastdl/changelog.txt
PR: ports/184415
Submitted by: User Rodrigo <rodrigo@bebik.net> (maintainer)
- Make the saved configuation parameters for extensions match the
equivalents from www/rt40 or www/rt38
- Set default DBA user to pgsql when backend database is chosen as
postgresql.
MooX::ConfigFromFile is intended to easy load initialization values for
attributes on object construction from an appropriate config file. The building
is done in MooX::ConfigFromFile::Rule - using MooX::ConfigFromFile ensures the
role is applied.
WWW: http://search.cpan.org/dist/MooX-ConfigFromFile/
MooX::File::ConfigDir is a helper for easily find configuration file locations.
Whether to use this information for find a suitable place for installing them or
looking around for finding any piece of settings, heavily depends on the
requirements.
WWW: http://search.cpan.org/dist/MooX-File-ConfigDir/
Text::WrapI18N intends to be a better Text::Wrap module. This module is needed
to support multibyte character encodings such as UTF-8, EUC-JP, EUC-KR, GB2312,
and Big5. This module also supports characters with irregular widths, such as
combining characters (which occupy zero columns on terminal, like diacritical
marks in UTF-8) and fullwidth characters (which occupy two columns on terminal,
like most of east Asian characters). Also, minimal handling of languages which
doesn't use whitespaces between words (like Chinese and Japanese) is supported.
Like Text::Wrap, hyphenation and "kinsoku" processing are not supported, to keep
simplicity.
WWW: http://search.cpan.org/dist/Text-WrapI18N/
Changes:
- Fix the patch-nvidia.sh script's usage of getopt [1]
- Fix the patching of the packages for installation on amd64 [2]
-
Reported by: [1] Nicole Reid <nicole@cooltrainer.org>
[2] Piotr Kubaj <pkubaj@riseup.net>
Term::Size::Any is a unified interface to retrieve terminal size. It loads one
module of a list of known alternatives, each implementing some way to get the
desired terminal information. This loaded module will actually do the job on
behalf of Term::Size::Any.
WWW: http://search.cpan.org/dist/Term-Size-Any/
This is a maintenance release that fixes a serious bug in the built-in HTTP
server. It was discovered that the handle_request() routine did not properly
perform input sanitization which led into a number of security
vulnerabilities.
An unauthenticated, remote attacker could exploit this flaw to execute
arbitrary commands on the remote host.
All users still using older versions are advised to upgrade to this version,
which resolves this issue.
Approved by: crees (maintainer, per PM)
Security: 620cf713-5a99-11e3-878d-20cf30e32f6d
Term::Size::Perl is yet another implementation of Term::Size in pure Perl, with
the exception of a C probe run on build time.
WWW: http://search.cpan.org/dist/Term-Size-Perl/
File::ConfigDir is a helper for installing, reading and finding configuration
file locations. It's intended to work in every supported Perl5 environment and
will always try to Do The Right Thing(TM).
File::ConfigDir is a module to help out when perl modules (especially
applications) need to read and store configuration files from more than one
location. Writing user configuration is easy thanks to File::HomeDir, but what
when the system administrator needs to place some global configuration or there
will be system related configuration (in /etc on UNIX(TM) or $ENV{windir} on
Windows(TM)) and some network configuration in nfs mapped /etc/p5-app or
$ENV{ALLUSERSPROFILE} . "\\Application Data\\p5-app", respectively.
File::ConfigDir has no "do what I mean" mode - it's entirely up to the user to
pick the right directory for each particular application.
WWW: http://search.cpan.org/dist/File-ConfigDir/
- Add the appropriate Python platform (plat-*) files for FreeBSD 11
- Update pkg-plist
Backport a upstream change [1] removing OS major version from the check
to enable the OSS Audio module in setup.py:
Issue #12326: don't test the major version of sys.platform Use
startswith, instead of ==, when testing sys.platform to support
new platforms like Linux 3 or OpenBSD 5. [2]
[1] http://hg.python.org/cpython/rev/50f1922bc1d5
[2] http://bugs.python.org/issue12326