Commit graph

94566 commits

Author SHA1 Message Date
wiz
7d3cb069e8 pango updated to 1.12.0. 2006-03-13 18:26:37 +00:00
wiz
c8aca7a7df Update to 1.12.0:
Overview of changes between 1.11.99 and 1.12.0
==============================================
* Compilations fixes for MSVC. [#333115, Tor Lillqvist]
* More NULL-check against unusable fonts, helps with Win32 fonts without
  a Unicode cmap. [Tor]
* Use g_print instead of printf for debugging output in Win32 backend.
  [#332855, Tor]

Overview of changes between 1.11.6 and 1.11.99
==============================================
* Fix problem recently introduced that made Win32 backend render boxes
  only. [#332538, Hans Breuer]
* Insert '?' chars instead of invalid UTF-8 sequences in
  pango_layout_set_text [#33195]
* Bugs fixed in this release:
  332167,332538,331995

Overview of changes between 1.11.5 and 1.11.6
=============================================
* Do not export macros PANGO_GLYPH_EMPTY, PANGO_GLYPH_UNKNOWN_FLAG and
  PANGO_GET_UNKNOWN_GLYPH publicly; just in the engine/backend interface.
* Fix a few crashers, especially when a font cannot be read. [#314239]
* Change some g_critical's to g_warning, where it's not application's
  fault. [#331723]
* Bugs fixed in this release:
  330795,331038,329148,331994,331995,331996,314239,331723

Overview of changes between 1.11.4 and 1.11.5
=============================================
* Cleanup work on the win32 backend.  Families are not listed all
  in lower case anymore.
* New public function: pango_win32_font_description_from_logfont.
* pango-view accepts --wrap now, and lists backends in --help output.
* A couple minor bug fixes.

Overview of changes between 1.11.3 and 1.11.4
=============================================
* Major change in the low-level interface of Pango.  The special value
  PANGO_GLYPH_EMPTY is now defined to mean a "draw nothing" glyph.  This
  was what glyph 0 was used for previously.  As a result, bumped up the
  Pango module version, meaning that modules compiled against earlier
  versions are probably not compatible with this release. [#73147]
* New framework in examples for building a binary called pango-view,
  that can be used to render a text file using any of the available
  backends.  This is installed into bindir now.
* Enhancements to the FT2 backend, to draw boxes on missing glyphs.
* Better hexbox drawing for cairo backend:  Hinting hexbox, and
  drawing a single-row hexbox for very small font sizes.
* Improved documentation.

Overview of changes between 1.11.2 and 1.11.3
=============================================
* Do not crash if the shapers fail.
* Use g_slice for various struct allocations.
* 100% symbol coverage in docs.
* Misc bug fixes and documentation improvements.
* Janitory works, like removing unneeded files.

Overview of changes between 1.11.1 and 1.11.2
=============================================
* Draw hex box on missing glyphs for cairo-fc backend.
* New --with-dynamic-modules option added to configure.
* Use g_slice for various small memory allocations [Matthias Clasen]
* Misc bug fixes, optimizations, and documentation improvements.

Overview of changes between 1.11.0 and 1.11.1
=============================================
* ATSUI support for the cairo backend. [Anders Carlsson]
* Fixed a couple of regressions with font size and scaling.
* Draw a dashed empty box on missing glyphs for cairo-fc backend.
* Support OpenType features for basic (Latin/Greek/...) module.
* Support swash feature in Arabic module.
* Misc bug fixes.
* Misc documentation improvements.

Optimizations:

* Cache GObject private data in PangoFcFont.priv [Federico Mena Quintero]
* Add a constant-sized light-weight cache for glyph extents.
* Use g_slice_* instead of GMemChunk in mini-fribidi.


Overview of changes between 1.10.1 and 1.11.0
=============================================
* Line-breaking algorithm updated to Unicode 4.1.
* Code borrowed from GNU FriBidi resynched to version 1.0.7.
* New improved Tibetan shaper module. [Pema Geyleg]
* Bug fix in Khmer shaper module. [Jens Herden]
* Respect fontconfig reassignment of font pixelsize. [Funda Wang]
* Make OpenType GPOS handling more robust/correct. [Greg Aumann]
* Various documentation fixes and improvements.
* Various gcc warning fixes.
* Misc bug fixes.

Optimizations:

* Add a lazy fixed-size per-font cache to map characters to glyphs,
  in the cairo backend. [Federico Mena Quintero]
* Optimize character to script mapping by adding a linear table for
  characters < U+2000, and also caching the last mid point in
  bsearch. [Federico, Matthias Clasen]
* Enabled mini-fribidi's trashstack instead of direct mallocs.
* Short circuit the bidi algorithm for provably unidirectional text.
* Make mini-fribidi process UTF-8 directly.
* Several strlen and g_utf8_strlen calls removed. [Owen Taylor, Billy Biggs]
* Use call tables in the OpenType layout code.
* Use quarks for accessing GObject data. [Federico]
* Open Pango modules with lazy-bind flags. [John Rice]
* Use new negative offsets in g_utf8_pointer_to_offset to avoid
  scanning from the beginning of line on cursor movement.
* Avoid redundant PANGO_IS_FC_FONT checks.
2006-03-13 18:26:03 +00:00
wiz
6d69a4bafc + bug-buddy-2.14.0, epiphany-2.14.0, epiphany-extensions-2.14.0.1,
freeciv-client-2.0.8, freeciv-server-2.0.8, freeciv-share-2.0.8,
  gconf-editor-2.14.0, gedit-2.14.0, gnome-keyring-0.4.9,
  gnome-media-2.14.0, gnome2-terminal-2.14.0, gnome2-user-docs-2.14.0,
  gucharmap-1.6.0, libmatchbox-1.8, matchbox-1.0, matchbox-panel-0.9.3,
  pango-1.12.0, py-gnome2-2.14.0, py-gnome2-extras-2.14.0, vte-0.12.0,
  x11vnc-0.8 [pkg/33068], xterm-210, yelp-2.14.0.
2006-03-13 18:25:36 +00:00
wiz
167d562a28 Mark as not for NetBSD<3.99.16. 2006-03-13 18:25:09 +00:00
wiz
5d8073dcb4 Remove now unneeded inclusion of bsd.prefs.mk. 2006-03-13 18:24:45 +00:00
joerg
19aac090ad USE_LANGUAGES, include fix for DragonFly and FreeBSD, honour CXXFLAGS as
the Makefiles name them CCFLAGS (ARGH!).
2006-03-13 18:24:32 +00:00
tonio
83f7d177df Remove the i386 only: stay cohenrent with Makefile, and also it works fine on macppc 2006-03-13 17:32:39 +00:00
joerg
cc0ed87da7 Include sys/time.h for gettimeofday prototype. Don't hard-code
-lc_r, it gets dropped by libtool.
2006-03-13 17:32:25 +00:00
joerg
8944eb7ea5 Fix build on DragonFly. 2006-03-13 17:31:00 +00:00
joerg
5f7c726d69 Don't hard code -lpthread, fixes detection e.g. of Spidermonkey on
DragonFly.
2006-03-13 17:30:31 +00:00
jlam
07b5aff6cb Makefiles that include oss.buildlink3.mk can now check the value of
OSS_TYPE to determine whether or not a native OSS implementation is
present or not.  OSS_TYPE just exports the value of IS_BUILIN.oss, but
exports it early enough where it can be used within a package Makefile,
e.g.:

	.include "../../mk/oss.buildlink3.mk"
	.if ${OSS_TYPE} == "none"
	CONFIGURE_ARGS+=	--without-oss
	.endif

This should fix builds of some packages that include "oss.buildlink3.mk"
on platforms where there is no OSS in the base system, e.g. Mac OS X
and Solaris.
2006-03-13 16:10:15 +00:00
tron
a2a7c1770a Note update of "caff" package to version 0.4.4nb2. 2006-03-13 15:05:57 +00:00
tron
1328302238 Don't try to use "hostname -f" under anything but Linux because that
command line option isn't portable. Bump package revision because
of this fix.
2006-03-13 15:05:43 +00:00
adrianp
2cbcccc896 Updated security/base to 1.2.2 2006-03-13 13:12:13 +00:00
adrianp
4960b29cf9 Update to 1.2.2
>     - Added Turkish -- Umut Nacak
>     - Changed login button to actually say login -- Jonathan W Minor
>     - Fixed issue with signature names and MySQL 5.0 -- Kade P. Cole
>     - Fixed Bug# 1347623 auto-refresh ignored for stat pages -- Shane Castle
>     - Fixed Sort order issues -- Timothy Doty
>     - Applied patch from Debian maintainer for final SQL injection fix -- Kevin
>     - Updated project lead comments -- Kevin
>     - Added Portscan Information -- Kevin for Nikns
2006-03-13 13:11:05 +00:00
rillig
4c92317d26 Fixed the interpreter paths of some installed Python programs. Bumped
PKGREVISION.
2006-03-13 12:59:08 +00:00
rillig
2a67dceaae Updated databases/py-mssql to 0.7.4. 2006-03-13 12:52:35 +00:00
rillig
9d4d2f6ffd Updated py-mssql to 0.7.4.
Changes:
New features:
 - implemented set_query_timeout() and set_login_timeout()
 - implemented min_error_severity property: all errors that
   has severity less than min_error_severity doesn't raise
   exception, but are still available in errmsg()
 - stdmsg() is now deprecated; all errors can be retrieved
   using errmsg(); stdmsg() will disappear some time in the
   future
 - readded ntwdblib.dll; I misunderstood its licence-it's
   redistributable; this library is at the newest available
   version so connections to SQL 2005 are possible
 - new unit test provided by Jakub Labath
 - the web page has now more useful info
Bugfixes:
 - sometimes exceptions were raised but error message was
   lost
 - the coltype wasn't set to NUMBER for float types (thanks
   Jakub Labath)

Patch provided by bartosz\@atom.eu.org in PR 33070.
2006-03-13 12:52:03 +00:00
adrianp
71358c45aa pkglintification.
Pattern fix for pear-Image_Graph
2006-03-13 12:25:29 +00:00
adrianp
00e82cc680 Updated databases/adodb to 4.80 2006-03-13 12:19:28 +00:00
adrianp
8d32929ff3 Update to 4.80
> 4.80 8 Mar 2006
>
> Added activerecord support.
>
> Added mysql $conn->compat323 = true if you want MySQL 3.23 compat enabled. Fixes GetOne() Select-Limit problems.
>
> Added adodb-xmlschema03.inc.php to support XML Schema version 3 and updated adodb-datadict.htm docs.
>
> 4.72 21 Feb 2006
>
> Added 'new' DSN parameter for NConnect().
>
> Pager now sanitizes $PHP_SELF to protect against XSS. Thx to James Bercegay and others.
>
> ADOConnection::MetaType changed to setup $rs->connection correctly.
>
> New native DB2 driver contributed by Larry Menard, Dan Scott, Andy Staudacher, Bharat Mediratta.
>
> The mssql CreateSequence() did not BEGIN TRANSACTION correctly. Fixed. Thx Sean Lee.
>
> The _adodb_countrecs() function in adodb-lib.inc.php has been revised to handle more ORDER BY variations.
2006-03-13 12:18:23 +00:00
tonio
549ab91f7b Add suse100_locale, as it is needed by acroread7 and sun-j* 2006-03-13 10:28:03 +00:00
tonio
3412af792f add suse100_locale 2006-03-13 10:26:47 +00:00
tonio
ae2dff23b6 Import for suse100_locale package, needed for acroread7 and sun-j* packages 2006-03-13 10:25:35 +00:00
ghen
3d71ea3955 Revert tv's last commit: the paths in the config file ARE the real defaults
(we've patched them).  Wanted to wait with this for dovecot1.0beta4 but this
takes longer than I thought.  Not worth bumping PKGREVISION, IMO.

Ok with tv.
2006-03-13 09:35:27 +00:00
taca
2e5c376b5f Bump PKGREVISION as for update of kakasi package. 2006-03-13 09:21:16 +00:00
taca
15d37589f1 Note update of textproc/kakasi package to 2.3.4nb4. 2006-03-13 09:18:40 +00:00
taca
c7105a5a85 Add patch to fix array subscript out of range bug which reported to
kakasi-dev mailing list:

http://www.namazu.org/pipermail/kakasi-dev/2006-March/000039.html

Bump PKGREVISION.
2006-03-13 09:17:51 +00:00
taca
de31447da5 -fd-2.07b
+fd-2.08a
2006-03-13 08:52:03 +00:00
adam
739c7cb364 OpenGL is now optional, enabled by default 2006-03-13 08:31:23 +00:00
wiz
bb457236d2 Note tex-textpos PKGREVISION bump. 2006-03-13 07:12:00 +00:00
wiz
a8d18a5c04 Fix typo in PLIST. Bump PKGREVISION.
From Ryu HAYASAKA in PR 33069.
2006-03-13 07:11:19 +00:00
rillig
738d4fb4de Added a patch to make the package build on NetBSD 3.0.
CONFLICTS += kth-krb4.
Bumped PKGREVISION.
2006-03-13 04:29:16 +00:00
minskim
47af9ff277 Note update of tex-dhucs. 2006-03-13 01:50:51 +00:00
minskim
fcd18f7752 Update tex-dhucs to 2.6.1.20060215.
Changes:
- Removed UnTazaDH.ttf.
2006-03-13 01:50:26 +00:00
minskim
22c0a492d3 Note update of tex-unttf. 2006-03-13 01:45:10 +00:00
minskim
3d575ba893 Update fonts-unttf to 1.0.1.20060215.
Changes:
- Removed UnTazaDH.ttf.
2006-03-13 01:43:36 +00:00
rillig
b13fb33101 {DE,}INSTALL_EXTRA_TMPL do not always need the += operator. 2006-03-13 01:03:59 +00:00
markd
5f5cd0ac73 k3b, mimedefang and Xaw3d updates. 2006-03-13 00:20:14 +00:00
minskim
784da9a80b Do not declare a static variable in a header file as non-static. This makes
the package build with gcc-4.
2006-03-13 00:16:41 +00:00
markd
46d3dd85b6 The x11/Xaw3d library has an integer overflow error in the computation
of the geometry for a Box Layout (file Box.c).  There, the box tries
to extend its width until its height fits within the constraint height
(influenced by the window manager).  Unfortunately, widths are 16bit
unsigned and in the error case (occuring under KDE), the constraint
width is 65535, i.e. maximal.
The code loops until either the computed height is smaller than the
constraint height or the width exceeds the constraint width.  In each
loop iteration, the width of the box layout is doubled.  This loop
does not terminate, if one chooses unfortunate initial width, as the
width wraps around if it overflows 16 bits and if the maximal
constraint width is SHORT_INT_MAX.
Patch tries to capture the overflow before it wraps around the
`width' variable, setting the width to the maximal one.

From Stephan Thesing in PR pkg/32445. Bump PKGREVISION.
2006-03-13 00:16:23 +00:00
minskim
73b7ad53a3 Define SLIST_HEAD_INITIALIZER for platforms without it. 2006-03-13 00:13:37 +00:00
markd
4ddc4714ef Update to mimedefang 2.56
Changes 2.56:
An off-by-one error in the multiplexor that could restart slaves
unnecessarily was fixed. Compilation errors on some systems were fixed.
A handful of other minor bugs were fixed.

Changes 2.55:
A new option allows you to reserve some slaves for connections from
localhost; this helps clientmqueue runs to succeed on busy servers.
Modern Vexira anti-virus scanners are supported; versions older than
Spring 2005 are no longer supported. A new "filter_helo" callback lets
you take action in response to HELO/EHLO. A new "action_insert_header"
function lets you prepend headers (rather than just appending them).
A new function lets you reject mail from hosts with bogus MX records;
for example, MX records that resolve to private IP networks or the
loopback address.
2006-03-13 00:05:14 +00:00
markd
251b310be6 Update k3b to 0.12.14
Changes 0.12.14:
Fixed the data project verification once and for all

Changes 0.12.13:
Bug fixes.
2006-03-12 23:57:55 +00:00
jmmv
318e552dff gnome-doc-utils updated to 0.6.0. 2006-03-12 22:14:48 +00:00
jmmv
0bf14a8a90 Update to 0.6.0:
Changes in 0.6.0:
-----------------

* Updated translations:
  bg	  (Alexander Shopov)
  es	  (Francisco Javier F. Serrador)
  et	  (Priit Laes)
  hu	  (Gabor Kelemen)
  pt_BR	  (Leandro A. F. Pereira)
  pt	  (Duarte Loreto)
  ru	  (Nickolay V. Shmyrev)
  sq	  (Laurent Dhima)
  sv	  (Daniel Nylander)
  uk	  (Maxim Dziumanenko)

Changes in 0.5.7:
-----------------
* Fixed simplelist without columns attribute  (Shaun McCance)
* Updated translations:
  ca      (Gil Forcada)
  el      (Kostas Papadimas)
  et      (Priit Laes)
  nl      (Tino Meinen)
  sq      (Laurent Dhima)
  vi      (Clytie Siddall)
  (21/49 languages with 100% translation)

Changes in 0.5.6:
-----------------
* Fixed issue with uninstalling implicitly declared figures   (Shaun McCance)
* Created some documentation for the xslt stylesheets         (Brent Smith)
* Fixed an expression in db.chunk.info_chunk param            (Brent Smith)
* Added id attributes to the documentation sections           (Shaun McCance)
* Updated translations:
  nl    (Tino Meinen)
  pt    (Duarte Loreto)
  lt    (Žygimantas Beručka)
  it    (Luca Ferretti)
  cs    (Miloslav Trmac)
  (17/49 languages with 100% translation)

Changes in 0.5.5:
-----------------
* Use reasonable defaults for the db.chunk.basename and
  db.chunk.info_basename stylesheet parameters.                (Brent Smith)
* Created some documentation for the build utilities; based
  the documents off the GnomeDocUtilsMigrationHowTo wiki page  (Brent Smith)
* Implemented informalfigure                                   (Shaun McCance)
* Updated translations:
  de    (Hendrik Richter)
  es    (Francisco Javier F. Serrador)
  sr    (Slobodan D. Sredojevic)
  vi    (Clytie Siddall)

Changes in 0.5.4:
-----------------
* Do not automatically update po files                (Shaun McCance)
* Fixed incorrectness in depth chunk                  (Shaun McCance)
* Improvements to the footnotes stuff                 (Shaun McCance)
* Fixed stupid oversight with the default:LTR string  (Shaun McCance)
* Updated translations:
  en_CA   (Adam Weinberger)
  es      (Francisco Javier F. Serrador)
  fi      (Ilkka Tuohela)
  gl      (Ignacio Casal Quinteiro)
  gu      (Ankit Patel)
  ja      (Takeshi AIHANA)
  nb      (Kjartan Maraas)
  nl      (Tino Meinen)
  no      (Kjartan Maraas)
  vi      (Clytie Siddall)
  zh_CN   (Funda Wang)
  zh_HK   (Chao-Hsiung Liao)
  zh_TW   (Chao-Hsiung Liao)

Changes in 0.5.3:
-----------------
* Added per-language setting for text direction  (Shaun McCance)
* Added support for footnotes, #317203           (Brent Smith)
* Fixed misspelled biblioraphy, #325205          (Shaun McCance)
* Fixed generation of copyright information      (Peter Williams)
* Updated translations:
  th      (Theppitak Karoonboonyanan)
  es      (Francisco Javier F. Serrador)
  zh_HK   (Chao-Hsiung Liao)
  zh_TW   (Chao-Hsiung Liao)
  en_CA   (Adam Weinberger)
  bg      (Alexander Shopov)
  gl      (Ignacio Casal Quinteiro)
  vi      (Clytie Siddall)
  gu      (Ankit Patel)
  nl      (Tino Meinen)
  nb      (Kjartan Maraas)
  no      (Kjartan Maraas)
  fi      (Ilkka Tuohela)
  ca      (Josep Puigdemont i Casamajó)
  cs      (Miloslav Trmac)

Changes in 0.5.2:
-----------------
* Removed extra gettext import for better performance  (Don Scorgie)
* Fixed bad syntax in a srcdir directory thing         (Shaun McCance)
* Added missing db2html-bibliography to the build      (Peter Williams)
* Added missing GPL and LGPL copyright files           (Shaun McCance)
* Implemented the following numbering systems:         (Shaun McCance)
  Arabic decimal
  Chinese simplified
  Chinese traditional
  Japanese
  Thai decimal
  Thai alphabetic
  Serbian alphabetic
  Greek Ionic
* Updated translation:
  cs      (Miloslav Trmac)
  en_CA   (Adam Weinberger)
  gl      (Ignacio Casal Quinteiro)
  gu      (Ankit Patel)
  ja      (Takeshi AIHANA)
  nb      (Kjartan Marass)
  no      (Kjartan Marass)
  zh_CN   (Funda Wang)

Changes in 0.5.1:
-----------------
* Added support for "cooked" bibliographies
* Added artpagenums, edition, isbn, pubdate, publishername
* Added the 'Translator(s)' string, which was missing before
* Sizing adjustments in DocBook rendering
* Fixed problem that caused new l10n markup not to work
* Styled interface like guimenu et al, per #154237
* Expanded the markup allowed in l10n format strings
* Added another fix for line numbering, #317270 (Brent Smith)
* Updated translations:
  bn      (Mahay Alam Khan)
  es      (Francisco Javier F. Serrador)
  et      (Ivar Smolin)
  it      (Alessio Frusciante)
2006-03-12 22:14:09 +00:00
adam
f0370c6d77 Updated devel/glibmm to 2.8.5 2006-03-12 21:12:32 +00:00
adam
3313aa48ab Changes 2.8.5:
* Windows Build:
 - ustring.h: Tag npos with GLIBMM_API, in order to
   dllexport it on win32. Bug 332438.
 - Updated MSVC++ build files and README, for MS Visual Studio 2005.
* gmmproc code generator:
 - WRAP_METHOD() Take an extra optional argument: deprecated depractiontext -
  so that we can insert the appropriate doxygen tag in the documentation, where
  the C documentation does not do it for us.
2006-03-12 21:09:45 +00:00
wiz
7245c0dfe7 librsvg2 updated to 2.14.2. 2006-03-12 20:02:55 +00:00
wiz
dc140d2d9e Update to 2.14.2:
==== GNOME 2.14 release ====

2006-03-11 Dom Lachowicz

	* configure.in: 2.14.2. This will go into GNOME 2.14.

2006-03-02 Dom Lachowicz

	* configure.in: Depend on newer libcroco for bugfix 333057

2006-02-29 Dom Lachowicz

	* librsvg.def: Fix bug 327855
2006-03-12 20:02:06 +00:00