Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (7m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 14:30:27 UTC Now

2009-01-18 23:09:46 UTC MAIN commitmail json YAML

Updated pkgtools/rc.subr to 20090118.

(shattered)

2009-01-18 23:09:00 UTC MAIN commitmail json YAML

Update from version 2.11.7 to 2.11.8.

This despite one of the selftests still fail.

Upstream changes:

2.11.8 Released December 28, 2008

  - Fix minor bug in t/12placeholders.t test (CPAN bug #41723)

(he)

2009-01-18 22:59:30 UTC MAIN commitmail json YAML

Update from version 0.37 to 0.39.

Upstream changes:

0.39    14 Jan 2009
        * add missing file to MANIFEST that causes tests to fail in 0.38

0.38    12 Jan 2009
        * use maybe::next::method
        * fix view_on_single_result bug in Test::Controller

(he)

2009-01-18 22:52:42 UTC MAIN commitmail json YAML

Update from version 1.18 to 1.19.

Upstream changes:

1.19    2009-01-15
        * Make JSON::Syck optional and deprecated. (perigrin)
        * Added tests for string escapes. (semifor)

(he)

2009-01-18 22:35:35 UTC MAIN commitmail json YAML

On some operating systems (Linux, FreeBSD -- see their problem report
82430) ps might list process names in square brackets.  Fix regex in
_find_processes() accordingly.

OK by wiz@.

(shattered)

2009-01-18 21:52:25 UTC MAIN commitmail json YAML

2009-01-18 21:45:26 UTC MAIN commitmail json YAML

2009-01-18 21:26:09 UTC MAIN commitmail json YAML

monotone and monotone-server updated to 0.42.

(jmmv)

2009-01-18 21:25:03 UTC MAIN commitmail json YAML

Sync with monotone-0.42 update: bump version to 0.42 and rely on this release
of monotone.

(jmmv)

2009-01-18 21:24:12 UTC MAIN commitmail json YAML

Update to 0.42:

Changes

- The output of 'automate show_conflicts' has been changed; a
  default resolution for file content conflicts and user resolutions
  for other conflict types has been added. 'directory_loop_created'
  changed to 'directory_loop'.

- The French, Brazilian-Portuguese and Japanese translations were
  outdated and thus have been removed from the distribution. In case
  you care about them and want them back, drop us a note at
  monotone-devel@nongnu.org.

Bugs fixed

- 'mtn db kill_rev_locally' did not update the inodeprint
  cache when executed from a workspace on which the
  revision's changes where applied.

- Some recent performance issues have been corrected:
  * since 0.40, there is much more use of hex encoding/decoding.
    These functions have been sped up considerably.
  * since 0.40, every command in an 'automate stdio' session
    would reinitialize the database. This was rather slow, so
    monotone will now keep the database open between commands.

- The Lua-based contributed Monotone extension introduced in
  0.38 haven't been added to the tarball; this has been fixed.

- Monotone died if _MTN/options contained an empty / not-existing
  'keydir' entry. This has been fixed. Also, invalid options are now
  better detected and give a more useful error message.

- Monotone crashed if it was called with more than 2048 command
  line arguments. This has been fixed.

- If vim is used as merger, it no longer prompts the user for an
  enter key press.

- Decoding errors f.e. through to garbage from the network no longer
  results in informative failures, but in warning. This was made
  possible by introducing the concept of origin-aware sanity checks.

- Monotone crashed if it was called with nested wildcards such as
  'a.{i.{x,y},j}'. This has been fixed.

- The standard implementation of the 'ignore_file' hook now accepts
  windows and unix line endings in .mtn-ignore files.

New features

- New 'mtn ls duplicates' command which lets you list
  duplicated files in a given revision or the workspace.

- New option --no-workspace, to make monotone ignore any
  workspace it might have been run in.

- New command group 'mtn conflicts *'; provides asynchronous
  conflict resolutions for merge and propagate.

- New 'automate file_merge' command which runs the internal line
  merger on two files from two revisions and outputs the result.

- New 'automate lua' command with which lua functions, like
  monotone hooks, can be called over automate. This is particularily
  useful to get user defaults, like ignorable files, branch keys and
  passwords, which are managed through one or more monotonerc files.

- New 'automate read_packets' command which reads data packets like
  public keys similar to 'mtn read'.

- 'merge' and 'propagate' accept user commit messages; the
  'merge rev rev' or 'propagate branch branch' message will be
  prefixed to the user message. --no-prefix removes the prefix.

Internal

- Update Botan to 1.7.12.

(jmmv)

2009-01-18 21:23:41 UTC MAIN commitmail json YAML

Note update of atf to 0.6.

(jmmv)

2009-01-18 21:23:14 UTC MAIN commitmail json YAML

Update to 0.6:

Release date: January 18th, 2009
Status:      Experimental

* Make atf-exec be able to kill its child process after a certain period of
  time; this is controlled through the new -t option.

* Change atf-sh to use atf-exec's -t option to control the test case's
  timeouts, instead of doing it internally.  Same behavior as before, but
  noticeably faster.

* atf-exec's -g option and atf-killpg are gone due to the previous change.

* Added the atf-check(1) tool, a program that executes a given command and
  checks its exit code against a known value and allows the management of
  stdout and stderr in multiple ways.  This replaces the previous atf_check
  function in the atf-sh library and exposes this functionality to both
  atf-c and atf-c++.

* Added the ATF_REQUIRE family of macros to the C interface.  These help
  in checking for fatal test conditions.  The old ATF_CHECK macros now
  perform non-fatal checks only.  I.e. by using ATF_CHECK, the test case
  can now continue its execution and the failures will not be reported
  until the end of the whole run.

* Extended the amount of ATF_CHECK_* C macros with new ones to provide more
  features to the developer.  These also have their corresponding
  counterparts in the ATF_REQUIRE_* family.  The new macros (listing the
  suffixes only) are: _EQ (replaces _EQUAL), _EQ_MSG, _STREQ and
  _STREQ_MSG.

(jmmv)

2009-01-18 20:09:09 UTC MAIN commitmail json YAML

Updated emulators/hatari to 1.1.0

(adam)

2009-01-18 20:07:45 UTC MAIN commitmail json YAML

Changes 1.1.0:

Emulation:
* Falcon DSP emulation good enough to improve some few games/demos, e.g.
  Virtual City. (most still work better with emulation disabled, though)
* New sound engine that fixes all problems with the old one
* 16-bit stereo sound (instead of 8-bit mono)
* Improved blitter emulation (blitter cycles emulation, blitter interrupt)
* Improved STE support for some video registers (hscroll, linewidth, ...)
* Improved printer emulation
* Improved STE microwire emulation
* Improved support for games & demos which are accessing IKBD directly
  (including a fake 6301 emulation for the known IKBD programs)
* ACSI emulation fix to get HDDriver working
* Some other minor bugfixes to ST/STe emulation (FDC, MFP, PSG, RS-232)
* Improved MFP emulation
* Improved 68k emulation (move.b Ax,(Ay) and extb.l)
* Fixed bugs in the GEMDOS HD emulation (Pexec() etc.)

Emulator:
* Statusbar and overlay led features
* Screenshots work also in VDI/TT/Falcon mode and are saved as PNGs
* Support for automatic frameskip and pausing emulation

(adam)

2009-01-18 19:24:51 UTC MAIN commitmail json YAML

Note initial addition of p5-File-Next version 1.02 as devel/p5-File-Next
into The NetBSD Packages Collection.

The Perl 5 module File::Next is a lightweight, taint-safe, with
only core prerequisites, file-finding module.

(seb)

2009-01-18 19:23:50 UTC MAIN commitmail json YAML

Add & enable p5-File-Next

(seb)

2009-01-18 19:23:21 UTC MAIN commitmail json YAML

Initial import of p5-File-Next version 1.02 in the NetBSD Packages
Collection.

The Perl 5 module File::Next is a lightweight, taint-safe, with
only core prerequisites, file-finding module.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2009-01-18 17:40:22 UTC MAIN commitmail json YAML

2009-01-18 17:40:14 UTC MAIN commitmail json YAML

Added textproc/liblinebreak version 1.0

(wiz)

2009-01-18 17:39:37 UTC MAIN commitmail json YAML

Initial import of fbreader-0.10.1:

FBReader is an e-book reader for various platforms.

Main features:
  * Supported formats are
      * fb2 e-book format (style attributes are not supported yet).
      * HTML format (tables are not supported).
      * CHM format (tables are not supported).
      * plucker format (tables are not supported).
      * Palmdoc (aportis doc).
      * zTxt (Weasel format).
      * TCR (psion text) format.
      * RTF format (stylesheets and tables are not supported).
      * OEB format (css and tables are not supported).
      * OpenReader format (css and tables are not supported).
      * Non-DRM'ed mobipocket format (tables are not supported).
      * Plain text format.
  * Direct reading from tar, zip, gzip and bzip2 archives. (Multiple books
    in one archive are supported.)
  * Automatic library building.
  * Automatic language and character encoding detection is supported.
  * Automatically generated contents table.
  * Embedded images support.
  * Footnotes/hyperlinks support.
  * Position indicator.
  * Keeps the last open book and the last read positions for all opened
    books between runs.
  * List of last opened books.
  * Automatic hyphenations.
  * Text search.
  * Full-screen mode.
  * Screen rotation by 90, 180 and 270 degrees.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20090118

(wiz)

2009-01-18 17:38:51 UTC MAIN commitmail json YAML

+ liblinebreak.

(wiz)

2009-01-18 17:38:15 UTC MAIN commitmail json YAML

Initial import of liblinebreak-1.0:

This is liblinebreak, an implementation of the line breaking
algorithm as described in Unicode 5.0.0 Standard Annex 14, Revision
19, available at http://www.unicode.org/reports/tr14/tr14-19.html

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20090118

(wiz)

2009-01-18 17:13:06 UTC MAIN commitmail json YAML

Updated graphics/py-cairo to 1.8.2

(wiz)

2009-01-18 17:12:56 UTC MAIN commitmail json YAML

Update to 1.8.2:

Overview of changes from pycairo 1.8.0 to pycairo 1.8.2
=======================================================

Pycairo 1.8.0 resulted in crashes for some applications using threads. So
upgrading to 1.8.2 is recommended for threaded applications.

Bug Fixes: #19287: Threading support results in crashes in cairo.ImageSurface

New Methods:
    Context.set_scaled_font

API Changes:
    Matrix multiplication:
    old code: matrix3 = matrix1 * matrix2
    new equivalent code: matrix3 = matrix1.multiply(matrix2)
    matrix3 = matrix1 * matrix2
    is now equivalent to matrix3 = matrix2.multiply(matrix1)
    which is consistent with standard matrix multiplication.

(wiz)

2009-01-18 17:05:59 UTC MAIN commitmail json YAML

Updated www/epiphany-extensions to 2.24.3

(wiz)

2009-01-18 17:05:45 UTC MAIN commitmail json YAML

Update to 2.24.3:
    Updated zh_CN translation.
    Remove single include defines, they break distcheck

(wiz)

2009-01-18 16:53:45 UTC MAIN commitmail json YAML

Updated www/epiphany to 2.24.3

(wiz)

2009-01-18 16:53:30 UTC MAIN commitmail json YAML

Update to 2.24.3:

    Spring cleaning.

    Updated Thai translation.

    Fix bookmark import of ff3 files

    ff3 now has some extra stuff in their .html files, so the importer is not
    always working, the regexp has been improved to fix this.
    Patch by Wouter Bolsterlee. Fixes bug #552997.

    Set the weasel version to 3.1 when using gecko 1.9.1.

    More gecko 1.9.1 fixes.

    Check for nsIDOMNSLocation.h, which was removed in gecko 1.9.1, and
    adapt API use accordingly. Bug #565669.

    Minor fix to Catalan translation thanks to S鱈lvia Miranda

(wiz)

2009-01-18 16:24:33 UTC MAIN commitmail json YAML

Clarify STklos item based on personal mail from Erick Gallesio,
the author of STk and STklos.

(asau)

2009-01-18 16:22:16 UTC MAIN commitmail json YAML

+ asciidoc-8.3.3, clutter-0.8.6, epiphany-2.24.3, gettext-m4-0.17,
  gnome-desktop-sharp-2.24.1, highlight-2.7, ikiwiki-3.02,
  libdrm-2.4.4, libgdiplus-2.2, libtasn1-1.8, mono-2.2, mono-tools-2.2,
  mono-xsp-2.2, p5-IO-Socket-SSL-1.20, p5-XML-RSS-1.43, p5-libwww-5.823,
  py-cairo-1.8.2, rdiff-backup-1.2.5, snd-10.3, tcpreplay-3.4.0,
  tig-0.13, xf86-video-intel-2.6.0, xinput-1.4.0.

(wiz)

2009-01-18 16:19:00 UTC MAIN commitmail json YAML

Updated chat/telepathy-glib to 0.7.22

(wiz)

2009-01-18 16:18:50 UTC MAIN commitmail json YAML

Update to 0.7.22:

telepathy-glib 0.7.22 (2009-01-13)
==================================

The "TP_STRUCT_TYPE_BROWN_PAPER_BAG" release.

Fixes:

* Accept message=NULL in tp_group_mixin_change_members, as documented and true
  in the past, rather than crashing.

telepathy-glib 0.7.21 (2009-01-12)
==================================

The "TP_HASH_TYPE_PINT_HOBGOBLIN_MOUTH_MAP" release.

Enhancements:

* Updated to spec version 0.17.17
  - Added TP_HASH_TYPE_HANDLE_IDENTIFIER_MAP and
    TP_HASH_TYPE_MESSAGE_PART_CONTENT_MAP

* (Finally) merged TpMessageMixin, which can be used in place of TpTextMixin to
  implement the Messages interface on Text channels.

* The examples have been made more exemplary, using TpChannelManager in place
  of TpChannelFactoryIface, implementing Destroyable and respawning 1-1 text
  channels which are closed with pending messages.

* Added a TP_COMPILER_WARNINGS macro to simplify choosing compiler warnings in
  configure.ac, and forked a version of AS_COMPILER_FLAG that supports C++ so
  that TP_COMPILER_WARNINGS can be used for C++ projects (such as
  telepathy-qt4).  Other projects using telepathy-glib's warnings might want to
  copy m4/tp-compiler-*.m4 and use TP_COMPILER_WARNINGS.

* Added support to TpGroupMixin for emitting the MembersChangedDetailed signal
  (fd.o #19050 and #19052), and to TpChannel for listening to it when possible
  (fd.o #19051).

* Added tp_channel_get_identifier

* Added support for parsing the dbus-property CM parameter flag (introduced in
  spec 0.17.16) from .manager files (fd.o #19053).

Fixes:

* Various Win32 portability fixes (from Sunil Mohan Adapa on fd.o #19461).

* fd.o #19101: tp_connection_get_contacts_by_id() crashes

(wiz)

2009-01-18 16:06:35 UTC MAIN commitmail json YAML

Added emulators/sdlmess version 0.129

(wiz)

2009-01-18 16:06:09 UTC MAIN commitmail json YAML

Added emulators/sdlmame version 0.129

(wiz)

2009-01-18 16:05:25 UTC MAIN commitmail json YAML

+ sdlmame + sdlmess.

(wiz)

2009-01-18 16:05:03 UTC MAIN commitmail json YAML

2009-01-18 16:04:48 UTC MAIN commitmail json YAML

Add conflict with sdlmess.

(wiz)

2009-01-18 16:04:13 UTC MAIN commitmail json YAML

Add conflict with sdlmame.

(wiz)

2009-01-18 16:02:57 UTC MAIN commitmail json YAML

Initial import of sdlmess-0.129, packaged for wip by dillo.

MESS is a free emulator which emulates a large variety of different
systems.

This package contains the SDL port of MESS.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20090118

(wiz)

2009-01-18 16:02:17 UTC MAIN commitmail json YAML

Initial import of sdlmame-0.129, packaged by dillo for wip.
absd and I did some updates on it.

SDL mame is the SDL port of the MAME arcade game emulator.

MAME is a virtual machine emulator; it includes emulators for numerous
CPUs, sound and video chips used in arcade games, as well as special
purpose decoding PALs and detailed information about the memory layout of
each game.

To play games in MAME you must have a copy of the original game ROMs.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20090118

(wiz)

2009-01-18 15:03:48 UTC MAIN commitmail json YAML

Update devel/py-setuptools to 0.6c9

(roy)

2009-01-18 14:56:17 UTC MAIN commitmail json YAML

fgci is not jobs safe

(roy)

2009-01-18 14:50:20 UTC MAIN commitmail json YAML

Bump to 0.6c9
Misc fixes including one for working with newer subversions.

ok: joerg

(roy)

2009-01-18 13:54:18 UTC MAIN commitmail json YAML

Updated sysutils/hal to 0.5.11nb19

(jmcneill)

2009-01-18 13:53:33 UTC MAIN commitmail json YAML

Optical media handling needs block.storage_device too; add this to
improve KDE4 compatibility. Bump PKGREVISION.

(jmcneill)

2009-01-18 13:01:12 UTC MAIN commitmail json YAML

Note update of math/fftwf to 3.2.

(he)

2009-01-18 13:00:07 UTC MAIN commitmail json YAML

Update from version 3.1.2 to 3.2, to bring this in line with
the version in math/fftw/.

Pkgsrc changes:
o Get rid of the powerpc-specific distfile, it's apparently not needed
  anymore
o Add perl as a tool, so that "make test" can succeed
o Adjust dependency on math/fftw

(he)

2009-01-18 12:49:30 UTC MAIN commitmail json YAML

Add pfstools and pfstmo.

(obache)

2009-01-18 12:48:34 UTC MAIN commitmail json YAML

Added graphics/pfstmo version 1.3.2

(obache)

2009-01-18 12:48:19 UTC MAIN commitmail json YAML

Import pfstmo-1.3.2 as graphics/pfstmo.
Based on PR 39438 by Thomas Zander.

Pfstmo package contains the implementation of state-of-the-art tone
mapping operators. The motivation here is to provide an implementation
of tone mapping operators suitable for convenient processing of both
static images and animations.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2009-01-18 12:47:04 UTC MAIN commitmail json YAML

Added graphics/pfstools version 1.7.0

(obache)

2009-01-18 12:46:39 UTC MAIN commitmail json YAML

Import pfstools-1.7.0 as graphics/pfstools.
Based on PR 39437 by Thomas Zander.

A set of command line tools for reading, writing, manipulating
and viewing high-dynamic range (HDR) images and video frames.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2009-01-18 12:37:43 UTC MAIN commitmail json YAML

Add description of gdal, octave, openexr (pfstools) and gsl (pfstmo) options.

(obache)

2009-01-18 12:31:07 UTC MAIN commitmail json YAML

Remove the bogus requirement for python25, fix the offending line instead.

(ahoka)

2009-01-18 12:15:01 UTC MAIN commitmail json YAML

Correct a typo and fix FTP definition (T is for Transfer).

OK by wiz@.

(shattered)

2009-01-18 12:04:20 UTC pkgsrc-2008Q4 commitmail json YAML

2009-01-18 12:03:40 UTC pkgsrc-2008Q4 commitmail json YAML

pullup ticket #2640 - requested by joerg
garmin-utils: build fix for newer netbsd

revisions pulled up:
pkgsrc/geography/garmin-utils/Makefile 1.8
pkgsrc/geography/garmin-utils/PLIST 1.3
pkgsrc/geography/garmin-utils/patches/patch-aa 1.4
pkgsrc/geography/garmin-utils/distinfo 1.8

  Module Name:    pkgsrc
  Committed By:  joerg
  Date:          Tue Jan 13 21:24:58 UTC 2009

  Modified Files:
          pkgsrc/geography/garmin-utils: Makefile PLIST
  Added Files:
          pkgsrc/geography/garmin-utils/patches: patch-aa

  Log Message:
  Use BSD Makefiles on Linux. Set USE_BSD_MAKEFILE. Add DESTDIR support.
  Tested by maintainer. Fixes PR 40390.

------------------------------------------------------------------------

  Module Name:    pkgsrc
  Committed By:  joerg
  Date:          Tue Jan 13 21:25:29 UTC 2009

  Modified Files:
          pkgsrc/geography/garmin-utils: distinfo

  Log Message:
  Regen for patch-aa.

(rtr)

2009-01-18 12:00:53 UTC MAIN commitmail json YAML

Sort, remove duplicate.

OK by wiz@.

(shattered)

2009-01-18 11:55:28 UTC pkgsrc-2008Q4 commitmail json YAML

2009-01-18 11:54:43 UTC pkgsrc-2008Q4 commitmail json YAML

pullup ticket #2638 - requested by joerg
cfitsio: build fix

revisions pulled up:
pkgsrc/devel/cfitsio/Makefile 1.20

  Module Name:    pkgsrc
  Committed By:  sketch
  Date:          Fri Jan 16 19:44:00 UTC 2009

  Modified Files:
          pkgsrc/devel/cfitsio: Makefile

  Log Message:
  Add lib/pkgconfig to INSTALLATION_DIRS.

(rtr)

2009-01-18 11:43:36 UTC pkgsrc-2008Q4 commitmail json YAML

2009-01-18 11:43:05 UTC pkgsrc-2008Q4 commitmail json YAML

pullup ticket #2637 - requested by martti
drupal6: update package for fixes

revisions pulled up:
pkgsrc/www/drupal6/Makefile 1.11
pkgsrc/www/drupal6/distinfo 1.8

  Module Name:    pkgsrc
  Committed By:  adrianp
  Date:          Thu Jan 15 20:09:44 UTC 2009

  Modified Files:
          pkgsrc/www/drupal6: Makefile distinfo

  Log Message:
  The following bug has been fixed since the 6.7 release:
  * Rolling back #280934. PHP 4 incompatibility.

  This release fixes security vulnerabilities. Sites are urged to upgrade
  immediately after reading the security announcement:

  * SA-CORE-2009-001- Drupal core - Multiple vulnerabilities

  In addition to this security vulnerability, the following bugs have been
  fixed since the 6.8 release:

  * - Patch #331708 by chx: poll_choice_js uses FAPI2.
  * - Patch #350708 by dww: t() documentation clean-up.
  * #245990 by Dave Reid, chx, dww: Look for the www.example.com page when a
  HTTP request seems to fail. Looking for the local page caused problems for
  people with interactive authentication, redirects, hosting added JavaScript
  code, and so on.
  * - Patch #262920 by ainigma32: language selection for domain should look
  at HTTP_HOST not SERVER_NAME.
  * - Patch #353886 by killes: too many arguments to SQL query in locale import.
  * - Rollback of #325908.
  * #347228 by kajetan: user was redirected to admin/build/translate instead
  of admin/build/translate/import
  * #332123 by webchick, lilou, andypost: backport of removal of t() around
  schema desciptions
  * #257009 by bjaspan, Freso, Darren Oh: check to not create global
  constraints twice in PostgreSQL (for example, when the testing framework is
  running)
  * #169937 by Heine, drumm, alexanderpas, Darren Oh: only regenerate session
  if the user is the current global user
  * #308526 by chx: Also reset actions_list() cache on actions_synchronize()
  * #323474 by gpk, Dave Reid, catch: hook_boot() was not called on
  non-cached pages when agreesive caching was on
  * #61108 by Uwe Hermann: update LICENSE.txt with latest version of GPL2 text
  * #328977 by Dave Reid, hgmichna: comment_controls() form function lacks
  first form_state parameter, so passed values are incorrectly used
  * #323386 by mariuss: The selection type in profile module expects items
  each on their own line and should not break items on commas
  * #347485 by cdale: only add upload submit handler if the upload form is added
  * #344052 by salvis: remove unused $update_node variable from node module
  * #356782 by quicksketch: remove unused unset($edit) from
  _form_builder_handle_input_element()
  * #124492 by m3avrck, mfer: more accurate checking for valid URLs in valid_url()
  * #346285 by grendzy, Damien Tournoud, thekevinday et al: fixed problem
  when HTTP_HOST is not transmitted
  * #245990 follow up by Damien Tournoud, David_Rothstein, pwolanin: Move
  back to an internal URL check for HTTP request checking and make the
  request checking less intrusive on what requests can be accomplished

(rtr)

2009-01-18 11:30:15 UTC MAIN commitmail json YAML

Use gnome-speech/Makefile.common to avoid updating gnome-speech but
forgetting about gnome-speech-espeak.

(wiz)

2009-01-18 11:29:44 UTC MAIN commitmail json YAML

Split off most variables into Makefile.common, to be used by
gnome-speech-espeak as well, to avoid updating one and not the other.

(wiz)

2009-01-18 11:28:56 UTC MAIN commitmail json YAML

regen, because the line numbers are much lower nowadays.
Not necessary, but gets rid of a patch(1) warning on NetBSD.

(wiz)

2009-01-18 11:10:50 UTC MAIN commitmail json YAML

merge upstream commit b376053de54af4268a31e5a60d1f9e57db30af11:
[perl #49003] pp_ftrread appears to use the wrong access mode for -x when
              using "use filetest 'access';"
Bump PKGREVISION. Noted by Leo R. Lundgren.

(tnn)

2009-01-18 11:02:33 UTC MAIN commitmail json YAML

Updated misc/logsurfer to 1.7.

(shattered)

2009-01-18 11:01:56 UTC MAIN commitmail json YAML

Update to Logsurfer+ 1.7.  Changes:

* Added -e option to begin processing from the current end of the input log file.
* Put double-quotes around regex expressions in dump file.
* If the context argument to a pipe or report action is "-" then the current context contents are piped into the command.
* Added "echo" action which simply echo's the output on stdout, or to a file.
* Added a "$lines" macro construct in context action fields, it will be substituted by the number of lines in the context.
* Added "syslog" action to send a message into syslog.

(shattered)

2009-01-18 10:31:14 UTC pkgsrc-2008Q4 commitmail json YAML

2009-01-18 10:30:48 UTC pkgsrc-2008Q4 commitmail json YAML

pullup ticket #2636 - requested by rafal
rrdtool: fix LP64BE problem

revisions pulled up:
pkgsrc/databases/rrdtool/Makefile 1.75
pkgsrc/databases/rrdtool/distinfo 1.35
pkgsrc/databases/rrdtool/patches/patch-aa 1.13

  Module Name:    pkgsrc
  Committed By:  rafal
  Date:          Fri Jan 16 02:23:03 UTC 2009

  Modified Files:
          pkgsrc/databases/rrdtool: Makefile distinfo
  Added Files:
          pkgsrc/databases/rrdtool/patches: patch-aa

  Log Message:
  Fix a LP64BE problem with 'rrdtool graph' where it claimed all graphs
  +generated
  were always of size 0x0.  Patch already applied upstream.

(rtr)

2009-01-18 10:22:47 UTC MAIN commitmail json YAML

2009-01-18 10:18:32 UTC pkgsrc-2008Q4 commitmail json YAML

2009-01-18 10:17:55 UTC pkgsrc-2008Q4 commitmail json YAML

pullup ticket #2635 - requested by adam
bacula: PLIST fix
bacula-clientonly: PLIST fix

revisions pulled up:
pkgsrc/sysutils/bacula/PLIST.common 1.8
pkgsrc/sysutils/bacula/PLIST.server 1.4
pkgsrc/sysutils/bacula-clientonly/Makefile 1.11

  Module Name:    pkgsrc
  Committed By:  adam
  Date:          Thu Jan 15 13:32:18 UTC 2009

  Modified Files:
          pkgsrc/sysutils/bacula: PLIST.common PLIST.server
          pkgsrc/sysutils/bacula-clientonly: Makefile

  Log Message:
  PLIST fix for bacula-clientonly

(rtr)

2009-01-18 10:08:45 UTC MAIN commitmail json YAML

Note update of www/p5-WWW-Pastebin-PastebinCom-Create to version 0.002

(seb)

2009-01-18 10:08:17 UTC MAIN commitmail json YAML

Update from version 0.001 to version 0.002.

Upstream changes:
0.002  Jan 17, 2009
        Added a "uri" argument to support pasting to "private" pastebins.

(seb)

2009-01-18 10:04:28 UTC MAIN commitmail json YAML

Updated audio/gnome-speech-espeak to 0.4.22

(wiz)

2009-01-18 10:04:17 UTC MAIN commitmail json YAML

Update to 0.4.22:

gnome-speech 0.4.22:

* drivers/swift/swiftsynthesisdriver.c: fix for bug #559583 - Swift
  synthesis driver causes Python client to get "TypeError: could not
  demarshal return value" on call to getAllVoices.

(wiz)

2009-01-18 08:45:58 UTC MAIN commitmail json YAML

Mark BROKEN -- requires an Unicode build of wxGTK.

OK by wiz@.

(shattered)

2009-01-18 06:56:35 UTC MAIN commitmail json YAML

Fix typo: H_NCURSES -> H_NCURSESW. Fixes PR 38665.

>From pkg/2008/10/15/msg001835.html,">http://mail-index.netbsd.org/tech-pkg/2008/10/15/msg001835.html,
and also reinvented recently by Sergey Svishchev.

(dholland)

2009-01-18 05:47:00 UTC MAIN commitmail json YAML

Oops, forgot to update distinfo.

(taca)

2009-01-18 02:43:39 UTC MAIN commitmail json YAML

Add REPLACE_OCTAVE feature.

(obache)

2009-01-18 01:59:43 UTC MAIN commitmail json YAML

work around an assumption that time_t fits into an unsigned ist
(breaking the item list display on 32-bit NetBSD-current systems)

(drochner)

2009-01-18 00:13:47 UTC MAIN commitmail json YAML

2009-01-17 23:37:43 UTC MAIN commitmail json YAML

2009-01-17 23:36:22 UTC MAIN commitmail json YAML

Changes 4.35:
* New API routines were added to the package.
* A minor change were made in the internal routine xputc.
* A minor bug was fixed in the internal routine mpl_fn_time2str.

(adam)

2009-01-17 22:19:13 UTC MAIN commitmail json YAML

Added misc/calibre version 0.4.128

(wiz)

2009-01-17 22:18:56 UTC MAIN commitmail json YAML

2009-01-17 22:18:26 UTC MAIN commitmail json YAML

Initial import of calibre-0.4.128:

calibre is a ebook library management application. Its features are
divided into the following categories:

* Library Management
* Format conversion (all major ebook formats can be converted from)
* Syncing to ebook reader devices
* Fetching news from the web and converting it into ebook form
* Viewing many different ebook formats
* Giving you access to your book collection over the internet using
  just a browser

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20090117

(wiz)

2009-01-17 22:09:39 UTC MAIN commitmail json YAML

Drop 'x11' backend (not supported by code) and fix support for xaw3d backend.

OK by wiz@.

(shattered)

2009-01-17 21:56:13 UTC MAIN commitmail json YAML

2009-01-17 21:32:12 UTC MAIN commitmail json YAML

Add a note about additional packages required if bootstrap is in a Solaris
Zone.

(adrianp)

2009-01-17 20:55:08 UTC MAIN commitmail json YAML

Added www/py-ClientForm version 0.2.10

(wiz)

2009-01-17 20:54:27 UTC MAIN commitmail json YAML

+ py-ClientForm.

(wiz)

2009-01-17 20:53:50 UTC MAIN commitmail json YAML

Initial import of py-ClientForm-0.2.10:

ClientForm is a Python module for handling HTML forms on the client
side, useful for parsing HTML forms, filling them in and returning
the completed forms to the server. It developed from a port of
Gisle Aas' Perl module HTML::Form, from the libwww-perl library,
but the interface is not the same.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20090117

(wiz)

2009-01-17 20:51:59 UTC MAIN commitmail json YAML

Updated misc/gwaei to 0.13.1

(wiz)

2009-01-17 20:51:34 UTC MAIN commitmail json YAML

Update to 0.13.1:

2009-01-17: Released gWaei 0.13.1
  This is a release focusing on fixing bugs.  The most noteworthy
  of which was an infinitely loop on startup that some computer
  encountered.  (It it still is not fixed, someone please email me.)

  There was a crasher when attempting to print only one
  highlighted line in the results.  The back and forward
  buttons have been coded better against race conditions
  on slow hardware because the back/forward button's wouldn't
  become insensitive quick enough to stop repeted executions.
  The highlight colors have been chosen to work better
  with dark themes than they were. Fixed a crasher when users
  would go back/forward after switching dictionaries.

  There have been a few minor features added as well.  alt-left
  and alt-right will go back and forward in the search history
  much like a web browser.  Shift-tab will cycle backwards through
  the dictionaries.  The colors for highlighting have been switched
  around and varied more.  The previous red just wasn't really
  compatible with any of the other colors I tried with it. It is
  now possible to optionally compile the program without libsexy.

(wiz)

2009-01-17 20:51:15 UTC MAIN commitmail json YAML

Added www/py-mechanize version 0.1.10

(wiz)

2009-01-17 20:48:33 UTC MAIN commitmail json YAML

Sort, and add py-mechanize.

(wiz)

2009-01-17 20:46:55 UTC MAIN commitmail json YAML

Initial import of py-mechanize-0.1.10:

Stateful programmatic web browsing, after Andy Lester's Perl module
WWW::Mechanize.

The library is layered: mechanize.Browser (stateful web browser),
mechanize.UserAgent (configurable URL opener), plus urllib2 handlers.

Features include: ftp:, http: and file: URL schemes, browser history,
high-level hyperlink and HTML form support, HTTP cookies, HTTP-EQUIV
and Refresh, Referer [sic] header, robots.txt, redirections, proxies,
and Basic and Digest HTTP authentication.  mechanize's response
objects are (lazily-) .seek()able and still work after .close().

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20090117

(wiz)

2009-01-17 20:44:19 UTC MAIN commitmail json YAML

Added converters/help2man version 1.36.4

(wiz)

2009-01-17 20:43:51 UTC MAIN commitmail json YAML

2009-01-17 20:43:27 UTC MAIN commitmail json YAML

Initial import of help2man-1.36.4, packaged for wip by arved, various fixes
by shattered and bsadewitz.

help2man is a tool for automatically generating simple manual pages from
program output.

It is intended to provide an easy way for software authors to include a
manual page in their distribution without having to maintain that document.

Given a program which produces resonably standard --help and --version
outputs, help2man will attempt to re-arrange that output into something
which resembles a manual page.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20090117

(wiz)

2009-01-17 20:36:28 UTC MAIN commitmail json YAML

2009-01-17 19:00:14 UTC MAIN commitmail json YAML

Fix linking problems which caused missing rpath with native X11.

(ahoka)

2009-01-17 16:09:57 UTC MAIN commitmail json YAML

Note initial addition of p5-App-Nopaste version 0.07 as www/p5-App-Nopaste
into The NetBSD Packages Collection.

Pastebins (also known as nopaste sites) let you post text, usually
code, for public viewing. They're used a lot in IRC channels to
show code that would normally be too long to give directly in the
channel (hence the name nopaste).

Each pastebin is slightly different. When one pastebin goes down
then you have to find a new one. And if you usually use a script
to publish text, then it's too much hassle.

The Perl 5 module App::Nopaste aims to smooth out the differences
between pastebins, and provides redundancy: if one site doesn't
work, it just tries a different one. A commande line script is
provided.

(seb)

2009-01-17 16:08:27 UTC MAIN commitmail json YAML

Add & enable p5-App-Nopaste

(seb)

2009-01-17 16:07:36 UTC MAIN commitmail json YAML

Initial import of p5-App-Nopaste version 0.07 in the NetBSD Packages
Collection.

Pastebins (also known as nopaste sites) let you post text, usually
code, for public viewing. They're used a lot in IRC channels to
show code that would normally be too long to give directly in the
channel (hence the name nopaste).

Each pastebin is slightly different. When one pastebin goes down
then you have to find a new one. And if you usually use a script
to publish text, then it's too much hassle.

The Perl 5 module App::Nopaste aims to smooth out the differences
between pastebins, and provides redundancy: if one site doesn't
work, it just tries a different one. A commande line script is
provided.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2009-01-17 15:43:56 UTC MAIN commitmail json YAML

Add & enable p5-WWW-Pastebin-RafbNet-Create

(seb)

2009-01-17 15:43:28 UTC MAIN commitmail json YAML

Note initial addition of p5-WWW-Pastebin-RafbNet-Create version
0.001 as www/p5-WWW-Pastebin-RafbNet-Create into The NetBSD Packages
Collection.

The Perl 5 module WWW::Pastebin::RafbNet::Create provides means to
create new pastes on http://rafb.net/ paste site.

(seb)

2009-01-17 15:42:56 UTC MAIN commitmail json YAML

Initial import of p5-WWW-Pastebin-RafbNet-Create version 0.001 in
the NetBSD Packages Collection.

The Perl 5 module WWW::Pastebin::RafbNet::Create provides means to
create new pastes on http://rafb.net/ paste site.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2009-01-17 15:29:52 UTC MAIN commitmail json YAML

Note update of www/typolight-translations package to 20090113.

(taca)

2009-01-17 15:28:48 UTC MAIN commitmail json YAML

2009-01-17 14:45:23 UTC MAIN commitmail json YAML

Note initial addition of p5-WWW-Pastebin-PastebinCom-Create version
0.001 as www/p5-WWW-Pastebin-PastebinCom-Create into The NetBSD
Packages Collection.

The Perl 5 module WWW::Pastebin::PastebinCom::Create provides means
of pasting large texts into http://pastebin.com pastebin site.

(seb)

2009-01-17 14:44:40 UTC MAIN commitmail json YAML

Add & enable p5-WWW-Pastebin-PastebinCom-Create

(seb)

2009-01-17 14:42:25 UTC MAIN commitmail json YAML

Initial import of p5-WWW-Pastebin-PastebinCom-Create version 0.001
in the NetBSD Packages Collection.

The Perl 5 module WWW::Pastebin::PastebinCom::Create provides means
of pasting large texts into http://pastebin.com pastebin site.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2009-01-17 13:34:13 UTC MAIN commitmail json YAML

Updated devel/distcc to 3.1

(adam)

2009-01-17 13:31:23 UTC MAIN commitmail json YAML

Added devel/distcc-pump version 3.1

(adam)

2009-01-17 13:29:27 UTC MAIN commitmail json YAML

distcc is a program to distribute compilation of C or C++ code across
several machines on a network. distcc should always generate the same
results as a local compile, is simple to install and use, and is often
two or more times faster than a local compile.

distcc does not require all machines to share a filesystem, have
synchronized clocks, or to have the same libraries or header files
installed. Machines can be running different operating systems, as long
as they have compatible binary formats or cross-compilers.

This package provides pump - accelerated remote compilation with distcc.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(adam)

2009-01-17 13:27:48 UTC MAIN commitmail json YAML

Changes 3.1:
* New options: --scan-includes, --disable-Werror
* Document all of the exit codes in the man page.
* Handle "-Wp,-MMD,...".
* Report a better error message if a host specification contains ",cpp"
  but not ",lzo".
* Fix a bug where the "m4" directory wasn't included in the
  source distribution tarball, which caused it to stop working
  if you ran autogen.sh.
* Fixed a bug where the pump script was hard-coding /etc/distcc/hosts
  rather than using the prefix specified to configure.
* Fixed build errors on Gentoo Linux and some other systems.

Changes 3.0:
* New "--without-avahi" option to configure.
* Fixed a problem where pump mode was falling back to local compilation
  when compiling with -I options that refer to a subdirectory of one
  of the default system include directories (Nils Klarlund, Fergus Henderson).
* Allow distcc to distribute commands that use "-MF<filename>"
  rather than "-MF <filename>", and likewise for "-MT<target>".
* Fixed a build problem on ARM and Solaris systems.
* Fixed a build problem on some Linux systems.
* Fixed failure of "make install" on Cygwin.
* Fallback to local compilation for "-march=native" or "mtune=native"
* Fix for deadlock in pump mode.
* New protocol, version 3, allowing for preprocessing on distcc
  servers ("pump" mode).
* New component: an include server for incremental static analysis of include
  dependencies.  This software is written in Python 2.4.
* Support for getting hosts via avahi.
* gcc debug option -d must be run locally because it produces secondary files.
* Improved checking for errors on socket connection.

(adam)

2009-01-17 13:05:01 UTC MAIN commitmail json YAML

Note update of x11/p5-Clipboard to version 0.09nb1

(seb)

2009-01-17 13:04:21 UTC MAIN commitmail json YAML

Bump PKGREVISION to 1.

For Darwin add dependency on package devel/p5-IO-All required for
the platform dependent Perl 5 module Clipboard::Pb.

(seb)

2009-01-17 12:54:13 UTC MAIN commitmail json YAML

Updated sysutils/gnome-power-manager to 2.24.3

(wiz)

2009-01-17 12:53:26 UTC MAIN commitmail json YAML

Update to 2.24.3:

==============
Version 2.24.3
==============

- Fixed #562836, GPM OSD does not popup on machines that support keys in HW but not in xrandr (Mario Limonciello)
- Fixed #562900, gnome power manager keeps using xrandr backend after failed calls (Mario Limonciello)
- Reset the event time after we resume so the duplicate key detection code works correctly (Adel Gadllah)

Translations:
- Updated et: Ivar Smolin

(wiz)

2009-01-17 12:33:58 UTC MAIN commitmail json YAML

Updated sysutils/xentools3 to 3.1.4nb2
Updated sysutils/xentools33 to 3.3.1nb4

(bouyer)

2009-01-17 12:31:10 UTC MAIN commitmail json YAML

Require DAEMON for /etc/rc.d/xend instead of "disks network". Should fix
issue reported Damian Sobczak on port-xen@ where xend is started before
mountall.
bump PKGREVISION

(bouyer)

2009-01-17 12:23:29 UTC MAIN commitmail json YAML

Note update of devel/p5-MooseX-AttributeHelpers to version 0.14

(seb)

2009-01-17 12:23:03 UTC MAIN commitmail json YAML

Update to version 0.14 from version 0.13.

Upstream changes:
0.14 Thu October 2, 2008
    - Run pod tests only for authors

(seb)

2009-01-17 12:19:21 UTC MAIN commitmail json YAML

2009-01-17 10:14:06 UTC MAIN commitmail json YAML

Updated databases/sqlite3; emulators/wine-devel

(adam)

2009-01-17 10:11:14 UTC MAIN commitmail json YAML

Changes 1.1.13:
* Freedesktop.org-compliant startup notifications.
* Many fixes for 64-bit application support.
* Improved graphics support in Internet Explorer.
* Various Richedit improvements.
* Better certificate manager dialog.
* Various bug fixes.

(adam)

2009-01-17 09:13:10 UTC MAIN commitmail json YAML

2009-01-17 07:34:29 UTC MAIN commitmail json YAML

Changes 3.6.10:
* Fix a cache coherency problem that could lead to database corruption.

(adam)

2009-01-17 01:49:24 UTC MAIN commitmail json YAML

Updated graphics/ruby-RMagick to 2.9.0

(obache)

2009-01-17 01:49:06 UTC MAIN commitmail json YAML

Update RMagick to 2.9.0.

Changes:
RMagick 2.9.0
    o Fix #23209, improve RVG's letter spacing (patch from Jonah Fox)
    o Add Draw#kerning= attribute(available in ImageMagick 6.4.7-8)
    o Add Draw#interword_spacing= attribute (available in ImageMagick
      6.4.8-0)
    o Add Draw#kerning, Draw#interword_spacing primitive methods (available in
      ImageMagick 6.4.8-3)
    o Feature #23171, support ImageList, Draw, Pixel marshaling.
    o Support all the new EvaluateOperator constants

(obache)

2009-01-17 01:02:26 UTC MAIN commitmail json YAML

Note update of devel/p5-Devel-REPL to version 1.2.1nb1, down from version
1.002001nb1

(seb)

2009-01-17 01:02:05 UTC MAIN commitmail json YAML

Change PKGVERSION_NOREV to the real Perl module version: 1.2.1.

This makes PKGVERSION go backward from 1.002001nb1 to 1.2.1nb1. Sorry for the
inconvenience.

(seb)

2009-01-17 01:00:06 UTC MAIN commitmail json YAML

Updated archivers/p5-Archive-Tar

(rhaen)

2009-01-17 00:57:40 UTC MAIN commitmail json YAML

- updated to 1.42
Changelog:
-no changelog for 1.41-
* important changes in version 1.42 13/12/2008:
- Address #40426: Archive Tar to support direct Archive::Tar::File adds
  It is now possible to add Archive::Tar::File objects via $tar->add_files
- Address #40016 (Archive::Tar assumes $> won't change): CAN_CHOWN is now a
  dynamic check upon extraction. This allows scripts to drop privileges when
  desired
- Address take 2 of #39933: [PATCH] handle ../ directory name on VMS
  John M. sent in a better way to do directory name translation.

(rhaen)

2009-01-16 23:40:32 UTC MAIN commitmail json YAML

Updated meta-pkgs/gnome-devtools to 2.24.3

(wiz)

2009-01-16 23:40:15 UTC MAIN commitmail json YAML

Add accerciser DEPENDS. Welcome to 2.24.3.

(wiz)

2009-01-16 23:39:37 UTC MAIN commitmail json YAML

Added devel/accerciser version 1.4.0

(wiz)

2009-01-16 23:39:10 UTC MAIN commitmail json YAML

+ accerciser.

(wiz)

2009-01-16 23:38:22 UTC MAIN commitmail json YAML

Initial import of accerciser-1.4.0:

Accerciser is an interactive Python accessibility explorer for the
GNOME desktop. It uses AT-SPI to inspect and control widgets,
allowing you to check if an application is providing correct
information to assistive technologies and automated test frameworks.
Accerciser has a simple plugin framework which you can use to create
custom views of accessibility information.

In essence, Accerciser is a next generation at-poke tool.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20090116

(wiz)

2009-01-16 22:26:10 UTC MAIN commitmail json YAML

Updated net/avahi to 0.6.24

(tonio)

2009-01-16 22:25:04 UTC MAIN commitmail json YAML

Update net/avahi to 0.6.24

Changelog:
* A huge number of bug fixes, including a security relavant one (CVE-2008-5081,
  low risk)
* Add two new configuration directives "allow-interfaces" and "deny-interfaces"
  which can be used to make Avahi ignore certain network interfaces or only use
  certain network interfaces.
* A lot of translation updates

Fix PR pkg/40281, by defining _DARWIN_C_SOURCE under darwin

(tonio)

2009-01-16 19:44:00 UTC MAIN commitmail json YAML

Add lib/pkgconfig to INSTALLATION_DIRS.

(sketch)

2009-01-16 16:41:18 UTC MAIN commitmail json YAML

Updated lang/lush to 1.2.1

(asau)

2009-01-16 16:35:33 UTC MAIN commitmail json YAML

Update to 1.2.1.

Changes since 1.2:
- Fixes for recent versions of libbfd.
- Miscellaneous bug fixes.
- Updated support for libdc
- Updated support for opencv

Changes since 1.1:
- Minor evolution.
- Compiles better with gcc-4.x

(asau)

2009-01-16 15:08:52 UTC MAIN commitmail json YAML

2009-01-16 15:05:02 UTC MAIN commitmail json YAML

Updated meta-pkgs/gnome-devtools to 2.24.2.91

(wiz)

2009-01-16 15:04:53 UTC MAIN commitmail json YAML

2.24.2.91: Add gnome-devel-docs dependency.

(wiz)

2009-01-16 15:04:09 UTC MAIN commitmail json YAML

Added misc/gnome-devel-docs version 2.24.1

(wiz)

2009-01-16 15:03:34 UTC MAIN commitmail json YAML

+ gnome-devel-docs.

(wiz)

2009-01-16 15:02:49 UTC MAIN commitmail json YAML

Initial import of gnome-devel-docs-2.24.1:
This package contains documents targeted for GNOME developers.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20090116

(wiz)

2009-01-16 14:42:03 UTC MAIN commitmail json YAML

Note update of remaining GNOME meta packages.

(wiz)

2009-01-16 14:41:26 UTC MAIN commitmail json YAML

Updated meta-pkgs/gnome-mobile to 2.24.2.90

(wiz)

2009-01-16 14:41:16 UTC MAIN commitmail json YAML

Updated meta-pkgs/gnome-devtools to 2.24.2.90

(wiz)

2009-01-16 14:41:06 UTC MAIN commitmail json YAML

Updated meta-pkgs/gnome-admin to 2.24.2.90

(wiz)

2009-01-16 14:40:56 UTC MAIN commitmail json YAML

Updated meta-pkgs/gnome to 2.24.2.90

(wiz)

2009-01-16 14:40:47 UTC MAIN commitmail json YAML

Updated meta-pkgs/c++-gnome-bindings to 2.24.3

(wiz)

2009-01-16 14:40:32 UTC MAIN commitmail json YAML

2009-01-16 14:40:32 UTC MAIN commitmail json YAML

Add dependency on html2ps to permit printing of html mail

(smb)

2009-01-16 14:39:06 UTC MAIN commitmail json YAML

Updated time/hamster-applet to 2.24.3

(wiz)

2009-01-16 14:38:54 UTC MAIN commitmail json YAML

Update to 2.24.3:

===============
Version 2.24.3
===============
  Applet
    * Reverse the sqlite check to accomodate for python 2.6 and 3.0

  Updated translations
    * bg (Alexander Shopov)

(wiz)

2009-01-16 14:29:36 UTC MAIN commitmail json YAML

Added chat/pidgin-libnotify version 0.14

(jmcneill)

2009-01-16 14:29:06 UTC MAIN commitmail json YAML

+ pidgin-libnotify

(jmcneill)

2009-01-16 14:28:38 UTC MAIN commitmail json YAML

Import pidgin-libnotify version 0.14.

This plugin adds a libnotify interface to pidgin, enabling popups much like
guifications. It has some configuration options, to show popups when a buddy
signs on, on new messages and on new conversations only.

Don't forget to enable the plugin in Tools->Plugins.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(jmcneill)

2009-01-16 13:17:24 UTC MAIN commitmail json YAML

Distfiles has been changed. Confirmed with the author of Fuse

(adam)

2009-01-16 12:32:05 UTC MAIN commitmail json YAML

Updated editors/nvi to 1.81.6nb3

(obache)

2009-01-16 12:31:52 UTC MAIN commitmail json YAML

Fixes configure option for bdb, now accept DB4.
Bump PKGREVISION again.
XXX: configure said, "Use of db1 is not officially supported."
XXX: so not add db1 to BDB_ACCEPTED.

(obache)

2009-01-16 11:46:27 UTC MAIN commitmail json YAML

Updated devel/py-at-spi to 1.24.1

(wiz)

2009-01-16 11:46:15 UTC MAIN commitmail json YAML

Updated devel/at-spi to 1.24.1

(wiz)

2009-01-16 11:46:02 UTC MAIN commitmail json YAML

2009-01-16 10:32:20 UTC MAIN commitmail json YAML

Updated x11/gnome-themes to 2.24.3

(wiz)

2009-01-16 10:32:04 UTC MAIN commitmail json YAML

Update to 2.24.3:

2.24.3
======

New/updated translations:

2008-10-22  Simos Xenitellis  <simos@gnome.org>
* el.po: Updated Greek translation by Nick Agianniotis.

2.24.2
======

No release.

(wiz)

2009-01-16 09:18:43 UTC MAIN commitmail json YAML

Updated archivers/szip to 2.1nb1

(obache)

2009-01-16 09:18:30 UTC MAIN commitmail json YAML

It seems that DISTFILE was replaced with same name, no information.

Bump PKGREVISION for safe.

(obache)

2009-01-16 07:55:17 UTC MAIN commitmail json YAML

GL/glut.h include GL/glu.h, so need to include glu/buildlink3.mk.

(obache)

2009-01-16 04:17:53 UTC MAIN commitmail json YAML

Updated graphics/GraphicsMagick to 1.3.4

(obache)

2009-01-16 04:17:38 UTC MAIN commitmail json YAML

Update GraphicsMagick to 1.3.4.

1.3.4 (January 13, 2009)
=========================

Security Fixes:

  * None.

Bug fixes:

  * Now runs under Windows Vista (as a 32-bit application).

  * Fix for colorspace transform math overflow in Q32 build.

New Features:

  * Windows build supports OpenMP and requires Windows 2000 or later
    (source code still supports Windows '98).

  * Support large files under Windows.

  * Support reading/writing 16 and 24 bit float TIFF files.

  * Support reading/writing 64 bit integer TIFF files.

  * Added "Log", "Max", "Min", and "Pow" options to -operator.

Feature improvements:

  * Debug logging now properly prints 64-bit offset values.

Performance Improvements:

  * Improve resource estimation for Microsoft Windows systems.

(obache)

2009-01-16 02:46:44 UTC MAIN commitmail json YAML

Update lang/snobol to 1.2

(asau)

2009-01-16 02:37:11 UTC MAIN commitmail json YAML

Update to 1.2 release.

Changes since 1.1 release
=========================
Support for new platforms:
add "universal" (PPC and x86) configure option for MacOS X
report CPU model name on "MacIntel"
report "CPU CHIP TYPE" on HP-UX
detect Windows on Windows64
detect amd64 architecture on Windows
detect Windows Server 2008
Use $(MAKE) for all recursive make invocations
Add --force-sdbm configure option
Fix UTFLEN() to handle zero
fix timing script to deal with AFS

Approved by <obache>.

(asau)

2009-01-16 02:23:03 UTC MAIN commitmail json YAML

Fix a LP64BE problem with 'rrdtool graph' where it claimed all graphs generated
were always of size 0x0.  Patch already applied upstream.

(rafal)

2009-01-15 20:28:31 UTC MAIN commitmail json YAML

Support inet6 option.  From PR 37152.

OK by salo@.

(shattered)

2009-01-15 20:10:55 UTC MAIN commitmail json YAML

Remove duplicate

(adrianp)

2009-01-15 20:09:54 UTC MAIN commitmail json YAML

Updated www/drupal6 to 6.9

(adrianp)

2009-01-15 20:09:44 UTC MAIN commitmail json YAML

The following bug has been fixed since the 6.7 release:
* Rolling back #280934. PHP 4 incompatibility.

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

* SA-CORE-2009-001- Drupal core - Multiple vulnerabilities

In addition to this security vulnerability, the following bugs have been fixed since the 6.8 release:

* - Patch #331708 by chx: poll_choice_js uses FAPI2.
* - Patch #350708 by dww: t() documentation clean-up.
* #245990 by Dave Reid, chx, dww: Look for the www.example.com page when a HTTP request seems to fail. Looking for the local page caused problems for people with interactive authentication, redirects, hosting added JavaScript code, and so on.
* - Patch #262920 by ainigma32: language selection for domain should look at HTTP_HOST not SERVER_NAME.
* - Patch #353886 by killes: too many arguments to SQL query in locale import.
* - Rollback of #325908.
* #347228 by kajetan: user was redirected to admin/build/translate instead of admin/build/translate/import
* #332123 by webchick, lilou, andypost: backport of removal of t() around schema desciptions
* #257009 by bjaspan, Freso, Darren Oh: check to not create global constraints twice in PostgreSQL (for example, when the testing framework is running)
* #169937 by Heine, drumm, alexanderpas, Darren Oh: only regenerate session if the user is the current global user
* #308526 by chx: Also reset actions_list() cache on actions_synchronize()
* #323474 by gpk, Dave Reid, catch: hook_boot() was not called on non-cached pages when agreesive caching was on
* #61108 by Uwe Hermann: update LICENSE.txt with latest version of GPL2 text
* #328977 by Dave Reid, hgmichna: comment_controls() form function lacks first form_state parameter, so passed values are incorrectly used
* #323386 by mariuss: The selection type in profile module expects items each on their own line and should not break items on commas
* #347485 by cdale: only add upload submit handler if the upload form is added
* #344052 by salvis: remove unused $update_node variable from node module
* #356782 by quicksketch: remove unused unset($edit) from _form_builder_handle_input_element()
* #124492 by m3avrck, mfer: more accurate checking for valid URLs in valid_url()
* #346285 by grendzy, Damien Tournoud, thekevinday et al: fixed problem when HTTP_HOST is not transmitted
* #245990 follow up by Damien Tournoud, David_Rothstein, pwolanin: Move back to an internal URL check for HTTP request checking and make the request checking less intrusive on what requests can be accomplished

(adrianp)

2009-01-15 20:08:09 UTC MAIN commitmail json YAML

Updated www/drupal to 5.15

(adrianp)

2009-01-15 20:05:56 UTC MAIN commitmail json YAML

Updated www/drupal to 5.15

(adrianp)

2009-01-15 20:05:44 UTC MAIN commitmail json YAML

The following bug has been fixed since the 5.13 release:
* Rolling back #280934. PHP 4 incompatibility.

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

* SA-CORE-2009-001 Drupal core - Multiple vulnerabilities

In addition to this security vulnerability, the following bugs have been fixed since the 5.14 release:

* #348269 by Darren Oh. Add missing * in the expand_password_confirm() comment.
* #202688. Backport from 6.x.
* #103528 by gpk, hass & salvis. Provide a useful message when the color picker is disabled due to the download method.
* #350708 by dww. Backport t() documentation improvements from D6.
* #157353 by Freso and tangent. Remove a needless dash from RSS feed title.
* #323386 by mariuss: The selection type in profile module expects items each on their own line and should not break items on commas
* #252921 by k4ml. Use correct placeholder.
* #61108 by Uwe Hermann: update LICENSE.txt with latest version of GPL2 text
* - Patch #335385 by Dave Reid: fixed maxlength of path alias fields to be consistent with the database.
* #346285 by grendzy, Damien Tournoud, thekevinday et al: fixed problem when HTTP_HOST is not transmitted

(adrianp)

2009-01-15 16:55:33 UTC MAIN commitmail json YAML

2009-01-15 13:34:08 UTC MAIN commitmail json YAML

Updated sysutils/bacula-clientonly to 2.4.4nb1

(adam)

2009-01-15 13:32:18 UTC MAIN commitmail json YAML

2009-01-15 12:52:21 UTC MAIN commitmail json YAML

Updated databases/sqlite3 to 3.6.9

(adam)

2009-01-15 12:51:33 UTC MAIN commitmail json YAML

Changes 3.6.9:
* Fix two bugs, which when combined might result in incorrect query results.
  Both bugs were harmless by themselves; only when they team up do they cause
  problems.

Changes 3.6.8:
* Added support for nested transactions.
* Enhanced the query optimizer so that it is able to use multiple indices
  to efficiently process OR-connected constraints in a WHERE clause.
* Added support for parentheses in FTS3 query patterns using
  the SQLITE_ENABLE_FTS3_PARENTHESIS compile-time option.

(adam)

2009-01-15 12:20:54 UTC MAIN commitmail json YAML

Updated x11/gnome-applets to 2.24.3.1

(wiz)

2009-01-15 12:18:34 UTC MAIN commitmail json YAML

Update to 2.24.3.1:

Changes in GNOME-Applets 2.24.3.1
=================================

This is a brown-paper-bag release to make sure the CPU Frequency
applet doesn't crash on start-up.

(wiz)

2009-01-15 12:14:47 UTC MAIN commitmail json YAML

Updated emulators/fuse, www/awstats

(adam)

2009-01-15 12:12:20 UTC MAIN commitmail json YAML

Changes 6.9:
* With postfix that support DSN (Delivery Status Notifications) we exclude
  some lines to avoid counting mails twice in maillogconvert.pl script.
* Logresolvemerge.pl support FreeRADIUS logs or anything else using
  (the fixed length!) ctime format timestamp.
* Add option stoponfirsteof in logresolvemerge tool.
* Add patch to support host_proxy tag in LogFormat (for Apache LogFormat
  containing %{X-Forwarded-For}i)
* Renamed Add to favourites on "Hit on favicon".
* Increase robots, search engines database (Added Google Chrome browser,
  better Vista, WII, detection, ...)
* Update languages files.
* Added a lot of patch from sourceforge.
* Bug fixes.

(adam)

2009-01-15 12:12:04 UTC MAIN commitmail json YAML

Changes 6.9:
* With postfix that support DSN (Delivery Status Notifications) we exclude
  some lines to avoid counting mails twice in maillogconvert.pl script.
* Logresolvemerge.pl support FreeRADIUS logs or anything else using
  (the fixed length!) ctime format timestamp.
* Add option stoponfirsteof in logresolvemerge tool.
* Add patch to support host_proxy tag in LogFormat (for Apache LogFormat
  containing %{X-Forwarded-For}i)
* Renamed Add to favourites on "Hit on favicon".
* Increase robots, search engines database (Added Google Chrome browser,
  better Vista, WII, detection, ...)
* Update languages files.
* Added a lot of patch from sourceforge.
* Bug fixes.

(adam)