Commit graph

136140 commits

Author SHA1 Message Date
wiz
d2cc59f9b5 Updated time/remind to 3.1.6 2009-01-07 21:43:37 +00:00
wiz
61f254a34f Update to 3.1.6:
* Version 3.1 Patch 6 - 2008-11-16

- MAJOR ENHANCEMENT: A new OMITFUNC clause gives you additional
  control and flexibility over "omitted days" calculations.  This is
  useful when holidays influence the timing of events several days
  later.  See "COMPUTED LOCAL OMITS" in the man page.

- ENHANCEMENT: The new evaltrig() built-in function lets you evaluate triggers
  from within an expression.

- ENHANCEMENT: The new weekno() built-in function returns the ISO 8601
  week number of a date.

- ENHANCEMENT: The "WEEK" special lets you annotate calendar output with the
  week number.  The TkRemind, rem2ps and rem2html back-ends support WEEK.

- MINOR ENHANCEMENT: You can control whether timed reminders come before or
  after non-timed reminders with the "-g" flag.

- BUG FIX: TkRemind did not work correctly if ~/.reminders was a directory.

- BUG FIX: TkRemind incorrectly invoked Remind with the "-a" flag when
  showing today's reminders.

- BUG FIX: In certain cases, a trigger containing a day, month and
  weekday would fail if it needed to cross a year boundary.  This has
  been fixed.
2009-01-07 21:43:28 +00:00
wiz
6432b1c6ac Updated textproc/redland to 1.0.8 2009-01-07 21:41:47 +00:00
wiz
6ab956fa27 Update to 1.0.8:
2008-07-05 Redland Version 1.0.8 Released

   Updated to use [1]Rasqal 0.9.16 (from 0.9.15)
   Updated to use [2]Raptor 1.4.18 (from 1.4.16)
   Added a 'trees' indexed in-memory storage
   Improvements to low-memory and other failures of resource allocation
   API additions and changes to concepts, parser and serializer classes.
   Fixed Issue [3]0000256

   NOTE: The next release of redland will NOT include raptor and rasqal in
   the tarball, they will be separate download dependencies.

   See the [4]1.0.8 Release Notes for the full details of the changes.
2009-01-07 21:41:34 +00:00
wiz
90a201e638 Updated textproc/rasqal to 0.9.16 2009-01-07 21:33:50 +00:00
wiz
f4803d29c2 Update to 0.9.16:
2008-07-05 Rasqal Version 0.9.16 Released

   WARNING: ABI AND API CHANGED in this release. Rasqal 0.9.16 is
   incompatible with 0.9.15.

   Added a rasqal_world object used for all constructor functions
   Removed deprecated functions and macros
   Fixed some memory leaks and made some low-memory resiliance fixes
   Query result sets can be read/written from sparql XML results format
   Improved error syntax error reporting

   See the Raptor 0.9.16 Release Notes for the full details of the
   changes.
2009-01-07 21:33:37 +00:00
wiz
b8811c8e84 Updated devel/py-gobject-shared to 2.16.0 2009-01-07 21:29:26 +00:00
wiz
05d09686a2 Updated devel/py-gobject to 2.16.0 2009-01-07 21:29:11 +00:00
wiz
13b6f76fa6 Update py-gobject to 2.16.0:
2.16.0 04-jan-2009
	- gobject.timeout_add_seconds() not found in docs
	  (Paul Pogonyshev, #547119)
	- _wrap_g_output_stream_write_async not adding a reference to the
	  buffer passed (Paul, #564102)
	- gio.VolumeMonitor segfaults (Gian Mario Tagliaretti, #555613)
	- Test if `domain' is not-null before using it to avoids segfaults
	  (Paul, #561826)
	- g_output_stream_write_all use gsize instead of gssize (Gian)
	- add __repr__ to gio.Drive, gio.Mount and gio.Volume
	  (Paul, #530935)
	- Missing AC_CONFIG_MACRO_DIR([m4]) (Loïc Minier, #551227)
	- Make codegen not import when corresponding argument types are not
	  registered (Paul, #551056)
	- Fix typos breaking compilation (Frederic Peters #551212)
	- GFile load_contents methods chop data at first \0
	  (Jonathan Matthew, #551059)
2009-01-07 21:28:56 +00:00
wiz
b4fe8eb46a Updated sysutils/py-dbus to 0.83.0 2009-01-07 21:20:42 +00:00
wiz
1e8990a98a Update to 0.83.0:
D-Bus Python Bindings 0.83.0 (2008-07-23)
=========================================

Features:

* Add bindings for DBusServer (thanks to Mathias Hasselmann, Huang Peng;
  fd.o #14322, #15514).

* Omit the service's traceback from certain D-Bus errors: specifically, those
  that were probably deliberately raised as part of an API. Subclasses
  of DBusException that indicate programmer error can turn the traceback
  back on if it seems likely to be useful.

Fixes:

* Don't emit spurious Error messages if libdbus gives object-path handlers
  a message that isn't a method call (most likely because of binding to a
  locally emitted signal, as in fd.o #14199).

* Make multiple filters added by Connection.add_message_filter work
  (fd.o #15547, thanks to Huang Peng).

* Make the API docs build correctly when out-of-tree

* Require dbus 1.0 so we can get rid of DBUS_API_SUBJECT_TO_CHANGE
2009-01-07 21:20:28 +00:00
wiz
d7bbc434b7 Updated databases/py-bsddb3 to 4.7.3 2009-01-07 21:15:59 +00:00
wiz
70b0ed7464 Update to 4.7.3:
4.7.3: (Python 2.6 release. First release with Python 3.0 support)
  * "private" is a keyword in C++.  (Duncan Grisby)
  * setup.py should install "bsddb.h".  (Duncan Grisby)
  * "DB_remove" memory corruption & crash.  (Duncan Grisby)
  * Under Python 3.0, you can't use string keys/values, but
    bytes ones. Print the right error message.
  * "DB.has_key()" allowed transactions as a positional parameter.
    We allow, now, transactions as a keyword parameter also, as
    documented.
  * Correct "DB.associate()" parameter order in the documentation.
  * "DB.append()" recognizes "txn" both as a positional and a
    keyword parameter.
  * Small fix in "dbshelve" for compatibility with Python 3.0.
  * A lot of changes in "dbtables" for compatibility with Python 3.0.
  * Huge work making the testsuite compatible with Python 3.0.
  * In some cases the C module returned Unicode strings under
    Python 3.0. It should return "bytes", ALWAYS. Solved.
  * Remove a dict.has_key() use to silence a warning raised under
    Python2.6 -3 parameter. Python SVN r65391, Brett Cannon.
  * Solve some memory leaks - Neal Norwitz
  * If DBEnv creation fails, library can crash.  (Victor Stinner)
  * Raising exceptions while doing a garbage collection
    will kill the interpreter.  (Victor Stinner)
  * Crash in "DB.verify()". Noted by solsTiCe d'Hiver.
2009-01-07 21:15:49 +00:00
wiz
86e6ce6164 Fix cairo DEPENDS. 2009-01-07 21:06:02 +00:00
wiz
1b052359bd Updated graphics/py-cairo to 1.8.0 2009-01-07 21:05:32 +00:00
wiz
2ef9d845c0 Update to 1.8.0:
Overview of changes from pycairo 1.6.4 to pycairo 1.8.0
=======================================================
General Changes:
    Pycairo 1.8.0 requires cairo 1.8.0 (or later).
    Add documentation (available separately)

Bug Fixes:
    18101: Add support for threading
    18947: cairo.SurfacePattern should INCREF the used surface

New Methods:
    ScaledFont.get_scale_matrix
    Surface.mark_dirty_rectangle
    Surface.set_fallback_resolution

New Constants:
    cairo.EXTEND_PAD
    cairo.HAS_IMAGE_SURFACE
    cairo.HAS_USER_FONT

API Changes:
    Surface.mark_dirty: no longer accepts keyword arguments with default
    values.
    PycairoPattern_FromPattern (C API): has a new 'base' argument - to fix
    #18947.

Other Changes:
    Allow unknown cairo Pattern/Surface types to use the pycairo base
    Pattern/Surface type.
2009-01-07 21:05:22 +00:00
wiz
c42a80d806 Updated sysutils/dbus-glib to 0.78 2009-01-07 20:57:53 +00:00
wiz
37112c9f0e Update to 0.78:
D-Bus GLib Bindings 0.78 (04 Dec 2008)

Thanks to Robert McQueen, Philip Van Hoof, David Zeuthen, Colin
Walters, Dan Williams, Nick Welch, Tomas Pelka and others for their
contributions.

Reliability fixes:
- #16114 [patch] wincaps-to-uscore property names for GetAll()
- #16419: recursive variants demarshaling limits
- #18573: service tracker race

Other notable fixes and enhancements:
- #17329: allow hash tables to contain complex types
- #17798: add support for 'o', 'g' and 'as' in dictionaries
- #16925: bash completion for dbus-send
2009-01-07 20:57:43 +00:00
joerg
36420d53d3 Be consistent between sample path and bootstrap command. 2009-01-07 19:59:12 +00:00
wiz
f1eab50fab Updated sysutils/dbus to 1.2.4.2 2009-01-07 19:18:25 +00:00
wiz
01c69b1c61 Update to 1.2.4.2 on the "permissive" branch.
This addresses the security problem CVE-2008-4311. For more
details, read
http://lists.freedesktop.org/archives/dbus/2008-December/010769.html
2009-01-07 19:11:36 +00:00
drochner
3ad05571bd +streamripper-current 2009-01-07 18:53:17 +00:00
drochner
4699e6e402 import streamripper-1.64.3
This is the newest version of streamripper. A user visible difference
to current pkgsrc/audio/streamripper is that it doesn't create id3v1
tags per default.
(It should also get some testing with non-ASCII locales.)
2009-01-07 18:51:28 +00:00
drochner
c2822832b1 add a patch from upstream to fix buffer overflows in the HTML parser
(CVE-2008-4829), bump PKGREVISION
2009-01-07 18:45:54 +00:00
wiz
3ea19f6e7e Updated graphics/cairo to 1.8.6 2009-01-07 16:39:20 +00:00
wiz
68477d9d4c Update to 1.8.6:
Release 1.8.6 (2008-12-13 Chris Wilson <chris@chris-wilson.co.uk>)
=========================================================
The cairo community is pleased to announce the 1.8.6 release of the
cairo graphics library. This is the third update to cairo's stable
1.8 series and contains a small number of bug fixes (in particular a
few fixes for failures of cairo 1.8.4 on Quartz and PDF, and build fixes for
a couple of backends). This is being released just under a month after
cairo 1.8.4.

We recommend that everyone using cairo upgrade to 1.8.6.

-Chris

Build fixes
-----------
Fix build of DirectFB backend with debugging enabled:

   Bug in _cairo_directfb_surface_release_source_image function
   http://bugs.freedesktop.org/show_bug.cgi?id=18322

Fix build on OS/2.

Bug fixes
---------
Workaround a mis-compilation of cairo_matrix_invert() that generated invalid
matrices and triggered assertion failures later. The issue was reported by
Peter Hercek.

Invalid computation of the modulus:

   https://bugzilla.mozilla.org/show_bug.cgi?id=466258

Invalid referencing of patterns in the Quartz backend:

   Failed assertion `CAIRO_REFERENCE_COUNT_HAS_REFERENCE
   (&pattern->ref_count)' when using cairo quartz backend
   http://bugs.freedesktop.org/show_bug.cgi?id=18632

Invalid references to glyphs after early culling, causing segmentation faults
in the PDF backend:

   http://lists.cairographics.org/archives/cairo/2008-December/015976.html

Check for XRender in the XCB backend, or else we may attempt an invalid memory
access:

    XCB backend fails with missing render.
    https://bugs.freedesktop.org/show_bug.cgi?id=18588
2009-01-07 16:39:10 +00:00
drochner
d6e027f82e update to 2.5.0, from Leonardo Taccari per PR pkg/40286
changes: many fixes
(lightly tested with Doom II)
2009-01-07 16:38:11 +00:00
wiz
225c19a0ec Updated editors/tomboy to 0.12.2 2009-01-07 16:18:59 +00:00
wiz
66047608de Update to 0.12.2:
Version 0.12.2
* Fix data loss bug in sync and SetNoteCompleteXml dbus method.
2009-01-07 16:17:51 +00:00
wiz
7a837dcc87 Updated misc/gnome-user-docs to 2.24.1 2009-01-07 14:46:20 +00:00
wiz
64e362190a Update to 2.24.1:
Version 2.24.1:
---------------
* Accessibility Guide:
  - Make "themes-0" sub-section of "low-vision" as it was (Luca Ferretti)
  - Reorganize and update the Orca section (Willie Walker)
  - Updated translations:
    de     (Mario Blättermann)
    es     (Jorge Gonzalez)
    fr     (Claude Paroz)
    hu     (Gabor Kelemen)
    sv     (Daniel Nylander)
* System Admin Guide:
  - Updated translations:
    ca     (Gil Forcada)
* User Guide:
  - Replaced 'CD Player' examples (Claude Paroz)
  - Updated translations:
    bg     (Alexander Shopov)
    el     (Simos Xenitellis)
    es     (Jorge Gonzalez)
    hu     (Gabor Kelemen)
    pt_BR  (Leonardo Ferreira Fontenelle)
    sv     (Daniel Nylander)
    th     (Theppitak Karoonboonyanan)
2009-01-07 14:46:11 +00:00
wiz
7a100afb3d Updated x11/py-gnome2-desktop to 2.24.1 2009-01-07 14:35:46 +00:00
wiz
4c0afb21ff Update to 2.24.1, add two dependencies for more features (it already
depended on most of the kitchen sink anyway...).

Changes:
* configure.ac, wscript: Version 2.24.1.
* configure.ac: libtool-2.2 compatibility, patch by "Cygwin Ports
maintainer" (bug #564550).

* gnomeapplet/applet.override:
* gnomeapplet/appletmodule.c:
* gnomeapplet/wscript:
Fix build error with missing libgnome/libgnomeui flags.
Patch from Lucas Rocha closes bgo #564525

* tests/common.py: Fix a bug in the import check.
2009-01-07 14:35:12 +00:00
ghen
7870775be1 Updated mail/thunderbird and mail/thunderbird-gtk1 to 2.0.0.19nb1. 2009-01-07 14:23:46 +00:00
ghen
ee229a90a4 Include xdg-dirs for the share/applications and share/pixmaps directories,
otherwise thunderbird doesn't install properly if these directories don't
exist on the system, noted by tron.  Bump PKGREVISION, brick jmcneill. ;-)
2009-01-07 14:23:03 +00:00
wiz
437ee42e58 Note update of remaining poppler packages to 0.10.2. 2009-01-07 13:56:50 +00:00
wiz
fb5b1ec881 Updated print/poppler to 0.10.2 2009-01-07 13:54:27 +00:00
wiz
3700092bf5 Update to 0.10.2:
Release 0.10.2

	core:
	 * Fix a crash when selecting text in word mode
	 * Fix a crash in some malformed documents (second argument
	 of opMarkPoint is not a dictionary)
	 * Ensure cairo font matrix is invertable. Fixes bugs #18254
	 and #18429
	 * Fix a memory leak (Bug #18924)

	Qt4:
	 * Fix deserization of links right coordinate

	misc:
	 * Fix build on Solaris 10 + Sun Studio 12
	 * Compile with -pedantic
2009-01-07 13:54:14 +00:00
drochner
da6ff6ba85 update to 0.9.5beta2
changes: bugfixes
2009-01-07 13:33:37 +00:00
drochner
d3447b7724 update to 3.1.1
changes: bugfixes
2009-01-07 13:29:45 +00:00
drochner
0fcefcb7b8 update to 0.1.8
changes:
- API changed: Move all Exiv2 classes acess methods to interanl provate container.
               ABI number set to 5.0.0.
- Fix broken compilation with Exiv2 0.18.
- Support TIFF metadata writting mode (require Exiv2 >= 0.18).
- Added new methods canWriteComment(), canWriteExif(), canWriteIptc().
- Added new method supportMetadataWritting().
- Do not change file time-stamp when metadata are changed.
2009-01-07 13:26:30 +00:00
wiz
ede25f8844 Updated misc/pciids to 20081012 2009-01-07 12:47:56 +00:00
wiz
b132dca1f5 Update to 20081012 (latest FreeBSD snapshot).
It's a database, so changes: probably more IDs :)
2009-01-07 12:47:46 +00:00
wiz
d343fa6f78 Updated fonts/mkfontscale to 1.0.6 2009-01-07 12:44:01 +00:00
wiz
53613e58b9 Update to 1.0.6:
Alan Coopersmith (6):
      Add support for bzip2 compressed fonts if configured --with-bzip2
      Use XORG_CWARNFLAGS & XORG_CHANGELOG from xorg-macros 1.2
      Add basic README with URL's of git, bugzilla & mailing list
      Add hooks for checking sources with lint/sparse/etc.
      man page typo fix
      Version 1.0.6
2009-01-07 12:43:51 +00:00
wiz
1df4302347 Updated security/p5-IO-Socket-SSL to 1.19 2009-01-07 12:42:01 +00:00
wiz
777af89dac Update to 1.19:
v1.19 2008.12.31
- fix verfycn_name autodetection from PeerAddr/PeerHost
2009-01-07 12:41:50 +00:00
wiz
0c4d191327 Updated textproc/iso-codes to 3.5.1 2009-01-07 11:58:07 +00:00
wiz
84164bf006 Update to 3.5.1:
iso-codes 3.5.1
---------------
Tobias Quathamer <toddy@debian.org>
Fri, 2 January 2009

  [ ISO 4217 translations ]
  * Dutch by Freek de Kruijf (TP)
  * Indonesian by Erwid M Jadied (TP)
  * Vietnamese by Clytie Siddall (TP)

  [ ISO 15924 translations ]
  * Indonesian by Erwid M Jadied (TP)
  * Traditional Chinese by Wei-Lun Chao (TP)

  [ ISO 639 translations ]
  * Vietnamese by Clytie Siddall (TP)
  * Asturian by Marcos Alvarez Costales (TP)

  [ ISO 3166 translations ]
  * Vietnamese by Clytie Siddall (TP)


iso-codes 3.5
-------------
Tobias Quathamer <toddy@debian.org>
Wed, 3 December 2008

  [ General ]
  * Add note about missing file iso_3166.tab in README. Closes: #498367

  [ ISO-639-3 ]
  * Update to 2008-11-10

  [ ISO-4217 ]
  * Replace acronym "SDR" with "Special Drawing Rights"

  [ ISO-3166 translations ]
  * Portuguese by Miguel Figueiredo
  * Simplified Chinese by LI Daobing (TP)
  * Indonesian by Andhika Padmawan (TP)
  * Irish by Kevin Scannell (TP)
  * Korean by Changwoo Ryu (TP)
  * Finnish by Tommi Vainikainen (TP)
  * Dutch by Freek de Kruijf (TP)
  * Estonian by Tõivo Leedjärv
  * Occitan correction by Yannick Marchegay. Closes: alioth#311228
  * Polish by Łukasz Paździora. Closes: #505898
  * Esperanto by Edmund GRIMLEY EVANS (TP)

  [ ISO-3166-2 translations ]
  * Finnish by Tommi Vainikainen (TP)
  * French completed by Christian Perrier
  * Occitan correction by Yannick Marchegay. Closes: alioth#311229

  [ ISO-639-3 translations ]
  * French updated by Christian Perrier
  * Occitan correction by Yannick Marchegay. Closes: alioth#311231

  [ ISO-639 translations ]
  * Simplified Chinese by LI Daobing (TP)
  * Italian by Milo Casagrande (TP)
  * Finnish by Tommi Vainikainen (TP)
  * Dutch by Freek de Kruijf (TP)
  * Occitan correction by Yannick Marchegay. Closes: alioth#311230
  * German completed by Tobias Quathamer
  * Esperanto by Edmund GRIMLEY EVANS (TP)

  [ ISO-4217 translations ]
  * Occitan correction by Yannick Marchegay. Closes: alioth#311232
  * German completed by Tobias Quathamer

  [ ISO-15924 translations ]
  * Occitan correction by Yannick Marchegay. Closes: alioth#311227
2009-01-07 11:57:57 +00:00
wiz
6f67ec0164 Updated print/libspectre to 0.2.2 2009-01-07 11:55:06 +00:00