the problem is either situational (e.g. the various RESTRICTED-like
cases) or unfixable in pkgsrc (no pthreads, ipv6, etc. on platform).
Conversely, if the wrong version of mysql is installed, that's a
PKG_FAIL_REASON.
Zanata Python client is a client that communicates with a Zanata
server to push text for translation (from publican documents or
gettext-based software), and pull translated text back for inclusion
in software or documentation builds.
It also provides support for creating projects/versions in Zanata
and retrieving information about projects.
discussion on tech-pkg.
BROKEN_ON_PLATFORM and NOT_FOR_PLATFORM are the same, except that
(now) BROKEN_ON_PLATFORM sets PKG_FAIL_REASON and NOT_FOR_PLATFORM
sets PKG_SKIP_REASON. BROKEN_EXCEPT_FOR_PLATFORM and ONLY_FOR_PLATFORM
correspond in the same way.
The idea is that going forward we will distinguish unbuildable
packages that theoretically ought to be fixed (these are BROKEN) from
packages where it doesn't make sense to build (these are NOT_FOR)...
examples of the former include most non-64-bit-clean packges; examples
of the latter include OS-specific language bindings.
A general review of the uses of NOT_FOR_PLATFORM and ONLY_FOR_PLATFORM
(converting many of them to BROKEN...) is coming up.
Similarly, a general review of the uses of PKG_FAIL_REASON and
PKG_SKIP_REASON is coming up.
For this to become useful, pbulk needs to be taught to report failing
and skipped packages differently - the idea is that failing packages
should be reported up front and skipped packages don't need to be. This
has not been done yet, but one set of things at a time...
0.25 2014-11-20 Andrew Rodland <arodland@cpan.org>
* Notice errors writing out the PID file and abort.
* Make sure that children get independent random numbers by calling
srand() after fork.
------------
0.031 2014-05-31
- improve the autocomplete search algorithm to act more like
what most people would expect
- require Template::Plugin::Autoformat 2.75
- added Search::Tools dependency to the Makefile.PL
0.030 21 Jan 2014
- YUI 2.x is deprecated since 2011 and they finally changed the icon urls.
Fix the calendar icon.
0.029 24 Sept 2013
- default View now coerces all output to UTF-8.
- pass object to form.metadata.related_field() in case object affects
the relationship returned.
0.028 12 Sept 2013
- fix autoformat() use in crud/form.tt
0.027 31 Oct 2012
- no code change, just adding missing files from 0.026
0.026 31 Oct 2012
- bundle livegrid js/css with package
- support serialization of objects with their related objects
0.42 2014-12-29
- Fixes to test cases to be compatible with Catalyst v5.90080
- Added a Unicode test designed to check new Catalyst function
- Docs for above
0.19 Mon, 29 Dec 2014 16:00 Central Time (USA)
- Minor changes to the test suite so that code compiles and runs
on modern Catalyst. No other guarantees.
--------------------
1.002000 2012-05-16
Fix typos in pod
1.001000 2012-05-14
Major revamp to work as plugin vs. component
A big thanks to MST for working his magic
Add new tests via Catalyst::Test
Add more documentation
------------
0.33 2014-09-26 17:00 BST
- In the case where someone is trying to merge configurations
and some config sets use the depracated 'static' keyword, the
configs will be properly merged.
0.32 2014-06-04 17:00 EDT
- Sets 'autoflush' in the Catalyst Log object to false if
available. This is a new API being added in Catalyst as of
version 5.90065
The GNU Compiler Collection (GCC) includes front ends for C, C++, Objective-C,
Fortran, and Go, as well as libraries for these languages (libstdc++,
libgfortran, ...).
To select gcc46-libs over gcc46, this package's PKGREVISION should start
from 4 (gcc46's 3 + 1).