of qt and the webkit rendering engine.
Features of the static version:
* Convert web pages into PDF documents using webkit
* Adding headers and footers
* TOC generation
* Batch mode conversions
* XServer is not required (however the X11 client libs must be installed)
WWW: http://code.google.com/p/wkhtmltopdf/
<ChangeLog>
*) Feature: the "map" directive supports regular expressions as value
of the first parameter.
*) Feature: $time_iso8601 access_log variable.
Thanks to Michael Lustfield.
</ChangeLog>
- minor whitespace cleanups
- stop abusing PATCH_DIST_STRIP, use PATCH_WRKSRC instead
- mark MAKE_JOBS_SAFE
- clean up Tcl handling - note that WITH_TCL_VER now expects the version
without a dot
- supports Tcl 8.5
- use TCL_LIBDIR and TCL_INCLUDEDIR and USE_TCL rather than guesswork
- combine, refresh, and rename patches
- Use bundled Ant instead of system to resolve build breakage
PR: 153697
Reported by: Makoto Kishimoto <ksmakoto AT dd DOT iij4u DOT or DOT jp>
Patch by: Jimmy Kelley <ljboiler AT gmail DOT com>
Approved by: maintainer timeout (>2 months)
development framework. It is developed as part of the Pylons Project.
The major feature additions in Pyramid 1.0 are:
* New name and branding association with the Pylons Project.
* BFG conversion script
* Paster template improvements
* Terminology changes
* Better platform compatibility and support
* Direct built-in support for the Mako templating language.
* Built-in support for sessions.
* Updated URL dispatch features
* Better imperative extensibility
* ZCML externalized
* Better support for global template variables during rendering
* View mappers
* Testing system improvements
* Authentication support improvements
* Documentation improvements
WWW: http://docs.pylonsproject.org
for defining, registering and looking up components.
There are two basic kinds of components: adapters and utilities.
Utilities are just components that provide an interface and that
are looked up by an interface and a name.
Adapters are components that are computed from other components
to adapt them to some interface. Because they are computed from
other objects, they are provided as factories, usually classes.
WWW: http://www.python.org/pypi/zope.component
supporting various kinds of configurations.
It is based on the idea of configuration directives. Users of the
configuration system provide configuration directives in some language
that express configuration choices. The intent is that the language be
pluggable. An XML language is provided by default.
WWW: http://www.python.org/pypi/zope.configuration
backward-compatibility and correctly mark deprecated modules,
classes, functions, methods and properties.
zope.deprecation provides a simple function called
'deprecated(names, reason)' to deprecate the previously mentioned
Python objects.
WWW: http://www.python.org/pypi/zope.deprecation
This package provides a translation string class, a translation string
factory class, translation and pluralization primitives, and a utility
that helps Chameleon templates use translation facilities of this package.
It does not depend on Babel, but its translation and pluralization
services are meant to work best when provided with an instance of
the babel.support.Translations class.
WWW: http://pypi.python.org/pypi/translationstring
of Attributes (but not methods). Every schema is an interface and
specifies the public fields of an object. A field roughly corresponds
to an attribute of a python object. But a Field provides space for at
least a title and a description. It can also constrain its value and
provide a validation method. Besides you can optionally specify
characteristics such as its value being read-only or not required.
This package is intended to be independently reusable in any Python
project. It is maintained by the Zope Toolkit project.
WWW: http://www.python.org/pypi/zope.schema
seismogram files in the WAV(audio) format. The data are squeezed to
audible frequencies.
ObsPy is an open-source project dedicated to provide a Python framework
for processing seismological data. It provides parsers for common
file formats and seismological signal processing routines which allow
the manipulation of seismological time series (see Beyreuther et. al.
2010). The goal of the ObsPy project is to facilitate rapid application
development for seismology.
WWW: http://www.obspy.org/
rewriting. It offers equational definitions with pattern matching, full
symbolic rewriting capabilities, dynamic typing, eager and lazy evaluation,
lexical closures, built-in list and matrix support and an easy-to-use C
interface. The interpreter uses LLVM as a backend to JIT-compile Pure
programs to fast native code.
WWW: https://code.google.com/p/pure-lang/
PR: ports/155647
Submitted by: Zhihao Yuan <lichray@gmail.com>
actions. Instead of taking actions when a function (or class) decorator
is executed at import time, you can defer the action usually taken by
the decorator until a separate "scan" phase.
WWW: http://pypi.python.org/pypi/venusian
Keys and values that are not used frequently will be evicted
from the cache faster than keys and values that are used frequently.
WWW: http://pypi.python.org/pypi/repoze.lru
* Check for the direct assignment of BUILD_DEPENDS to RUN_DEPENDS [1]
* Add a deprecated pointer for USE_XPM. [2]
* CPPFLAGS is now passed to CONFIGURE_ENV automatically. [3]
PR: 154896 [1]
155550 [3]
Submitted by: eadler [2]