there is currently no libgs (not even a libgs.a) on static archs.
Install only *one* binary (bin/gs), even in the gtk flavor; the gsc
binary in the gtk flavor was identically to gsx, with the exception
that the display driver (which is the sole purpose of the gtk flavor)
didn't work in gsc.
ok ajacoutot@
> Werkzeug started as a simple collection of various utilities for WSGI
> applications and has become one of the most advanced WSGI utility
> modules. It includes a powerful debugger, full featured request and
> response objects, HTTP utilities to handle entity tags, cache control
> headers, HTTP dates, cookie handling, file uploads, a powerful URL
> routing system and a bunch of community contributed addon modules.
>
> Werkzeug is unicode aware and doesn't enforce a specific template
> engine, database adapter or anything else. It doesn't even enforce
> a specific way of handling requests and leaves all that up to the
> developer.
>
> Werkzeug is most useful for end user applications which should work
> on as many server environments as possible (such as blogs, wikis,
> bulletin boards, etc.).
feedback & ok wcmaier@
> Jinja2 is a template engine written in pure Python. It provides a
> Django inspired non-XML syntax but supports inline expressions and an
> optional sandboxed environment.
feedback & ok wcmaier@
> A python based HTML parser/tokenizer based on the WHATWG HTML5
> specification for maximum compatibility with major desktop web
> browsers.
feedback & ok wcmaier@
> Babel is composed of two major parts: tools to build and work with
> gettext message catalogs, and a Python interface to the CLDR (Common
> Locale Data Repository), providing access to various locale display
> names, localized number and date formatting, etc.
feedback & ok wcmaier@
Raptor is the RDF Parser Toolkit for Redland and currently consists of two
parsers: RDF/XML and N-Triples. Raptor is designed to integrate closely
with Redland and also work entirely standalone, in which case it will use
simple internal routines to perform the functions.
Redland is a library that provides a high-level interface for RDF allowing
the model to be stored, queried and manipulated. Redland implements each
of the RDF model concepts in its own class so provides an object based API
for them. Some of the classes providing the parsers, storage mechanisms and
other elements are built as modules that can be added or removed as required.
work on OpenBSD, and exceptions are hevaily used by OpenOffice.Org.
Backport PR libstdc++/31481 from GCC repository because this fix is needed
by openoffice:
PR libstdc++/31481
* include/ext/type_traits.h (__numeric_traits): Move...
* include/ext/numeric_traits.h: ... here; fix type of
__max_digits10.
* include/ext/pb_ds/detail/type_utils.hpp: Include
<ext/numeric_traits.h> too.
* include/tr1/random: Likewise.
Tested with both openoffice and webkit. bump needed PKGNAMEs;
Teeworlds is a free online multiplayer game, available for all major
operating systems. Battle with up to 16 players in a variety of game
modes, including Team Deathmatch and Capture The Flag.
Based on an original submission from Jonathan Armani (MAINTAINER) with
several tweaks from me
Diff from Nicholas Marriott (MAINTAINER), who also notes that this
update will break existing 0.5 configurations. See the CHANGES and
NOTES files for more information. Thanks!
Some of the changes:
* auto-reconnect feature for all database drivers
* support for using stored procedures when using MySQL
* the extended 'sql' routing policy now supports setting multiple
failover routes
- use SUBST_CMD
- remove GNUGK_ID variable... not useful
- Remove some patches no longer needed
- Sync some corba and jdk makefiles with bsd-port repo
- Another datatype correction in hotspot
- Use proper scoping for clock_get* from bsd-port repo
- Use includeDB corrections from Coleen Phillimore @ Sun
instead of my own ones. From hotspot-dev list.