- Mark IGNORE if games distribution is not installed;
- Use full path for strfile in case it is not in PATH [1];
Reported by: pav [1]
Submitted by: maintainer
remain at 3.x for the time being. 4.3.3 is not an official release (of
those the latest is 4.2.1), but the third "milestone". By the time
icu-users update to use this port, the 4.4 should be released by
developers.
PR: ports/141324 ports/127499
Testing helped by: delphij
Remove two dead options (arts and esd) [2]
Fix QT4 option usage (in preparation for Qt-4.6.0 update)
PR: based on ports/141707 [1]
Submitted by: David Morgan <david.morgan at gmail.com> [1], maintainer via irc [2]
* Add support for whitelisting certain MASTER_SITES which make up a "cloud"
of sites. [1]
* Escape a '.' in a regular expression to prevent matching strings like
"about" with the regular expression "a.out". [2]
* Try to detect when the value of CONFIGURE_TARGET is used directly in a
plist. [3]
PR: 140048 [1]
141460 [2]
Submitted by: skreuzer [1]
gahr [2]
Suggested by: brooks [3]
- This release fixes a large number of issues with transparency,
especially as it interacts with color space conversion, mask
contexts and patterns. There have also been a number of
significant fixes to font handling, especially when generating
PDF. And there are numerous robustness, correctness and
performance improvements.
- New generic Esc/Page devices, eplmono and eplcolor were added
to the contrib directory. A new cdnj500 device was added to
support the HP DesignJet 500.
- The licensing of the Free version of the core Ghostscript code
has been changed to GPLv3 or later. Previously, the core code
was GPLv2 only. Ghostscript can now be used with GPLv3
applications, and can no longer be used with applications that
are GPLv2-only.
- This release also includes security fixes addressing
CVE-2009-0583 and CVE-2009-0792.
[Incompatible changes]
- The size of PostScript integers has been limited to 32
bits. Previously they used the C long type resulting in 64 bits
of precision on LP64 systems (like on x86_64). As of this
release all platforms match the recommended implementation
limits in the specification.
generator that is written in Python and generates Python code. Yapps
is simple, is easy to use, and produces human-readable parsers. It is
not fast, powerful, or particularly flexible. Yapps is designed to be
used when regular expressions are not enough and other parser systems
are too much: situations where you may write your own recursive
descent parser. Yapps 1 is more like a functional language (concise
grammars of the form when you see this, return this), while Yapps 2 is
more like an imperative language (more verbose grammars of the form
if/while you see this, do this). Yapps 2 is more flexible than Yapps
1 but it requires Python 1.5 and is not backwards-compatible with
Yapps 1.
This is the development version of Yapps 2.
WWW: http://theory.stanford.edu/~amitp/yapps/
PR: ports/123154
Submitted by: Matthew X. Economou <xenophon+fbsdports@irtnog.org>
- Fix build on sparc64
Sparc64 build tested by:
Simon Griffiths <simon.griffiths AT tenenbaum.co.uk>,
Anton Shterenlikht <mexas AT bristol.ac.uk>
Based on a patch for libxul 1.9.1.x provided by:
Andreas Tobler <andreast-list AT fgznet.ch>