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 (1h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (41d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (153d) 

2024-05-12 12:35:34 UTC Now

2009-10-11 20:45:45 UTC MAIN commitmail json YAML

Removed references to obsolete (and removed) directories.

(rillig)

2009-10-11 18:58:09 UTC MAIN commitmail json YAML

2009-10-11 18:42:54 UTC MAIN commitmail json YAML

Updated devel/bzr to 2.0.0 [epg 2009-10-11]
Updated devel/bzrtools to 2.0.0 [epg 2009-10-11]
Updated devel/bzr-svn to 1.0.0 [epg 2009-10-11]
Added devel/bzr-explorer version 0.8.2 [epg 2009-10-11]

(epg)

2009-10-11 18:40:38 UTC MAIN commitmail json YAML

Add and enable bzr-explorer.

(epg)

2009-10-11 18:40:08 UTC MAIN commitmail json YAML

Import bzr-explorer-0.8.2

Bazaar Explorer is a desktop application providing an easy-to-use
interface to the Bazaar version control system.  It is designed to be
simple enough for casual users of version control, yet powerful enough
for experts to be productive.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(epg)

2009-10-11 18:36:41 UTC MAIN commitmail json YAML

bzr-svn 1.0.0   2009-09-24

PERFORMANCE

  * Avoid re-fetching the basis inventory during fetch. (Jelmer Vernooij)

BUG FIXES

  * Generate valid inventory delta's when the root of a tree is replaced with an older
    copy of itself. (Jelmer Vernooij)

  * Hide backtrace for EAI_NONAME errors. (John Szakmeister)

  * Allow commits without an author. (Jelmer Vernooij, #434230)

  * Cope with extra arguments to Repository._check(). (Jelmer Vernooij)

  * Properly encode symlink targets when pushing. (Jelmer Vernooij)

bzr-svn 1.0.0rc1   2009-09-20

FEATURES

  * Mark as compatible with Bazaar 2.0. (Jelmer Vernooij)

BUG FIXES

  * Cope with InProcessTransport errors during format probe. (Jelmer Vernooij,
  #433803)

bzr-svn 0.6.5 2009-09-01

API CHANGES

  * Removed unused SvnRepository.find_children() function. (Jelmer Vernooij)

FEATURES

  * Mark as compatible with bzr 1.18. (Jelmer Vernooij)

(epg)

2009-10-11 18:36:16 UTC MAIN commitmail json YAML

September 3 2009
* RELEASE: bzrtools 2.0.0

(epg)

2009-10-11 18:36:00 UTC MAIN commitmail json YAML

bzr 2.0.0
#########

:2.0.0: 2009-09-22
:Codename: Instant Karma

This release of Bazaar makes the 2a (previously 'brisbane-core') format
the default when new branches or repositories are created.  This format is
substantially smaller and faster for many operations.  Most of the work in
this release focuses on bug fixes and stabilization, covering both 2a and
previous formats.  (See the Upgrade Guide for information on migrating
existing projects.)

This release also improves the documentation content and presentation,
including adding Windows HtmlHelp manuals.

The Bazaar team decided that 2.0 will be a long-term supported release,
with bugfix-only 2.0.x releases based on it, continuing for at least six
months or until the following stable release.

Changes from 2.0.0rc2 to final
******************************

* Officially branded as 2.0.0 rather than 2.0 to clarify between things
  that "want to happen on the 2.0.x stable series" versus things that want
  to "land in 2.0.0". (Changes how bzrlib._format_version_tuple() handles
  micro = 0.) (John Arbash Meinel)

bzr 2.0.0rc2
############

:2.0.0rc2: 2009-09-10

New Features
************

* Added post_commit hook for mutable trees. This allows the keywords
  plugin to expand keywords on files changed by the commit.
  (Ian Clatworthy, #408841)

Bug Fixes
*********

* Bazaar's native protocol code now correctly handles EINTR, which most
  noticeably occurs if you break in to the debugger while connected to a
  bzr+ssh server.  You can now can continue from the debugger (by typing
  'c') and the process continues.  However, note that pressing C-\ in the
  shell may still kill the SSH process, which is bug 162509, so you must
  sent a signal to the bzr process specifically, for example by typing
  ``kill -QUIT PID`` in another shell.  (Martin Pool, #341535)

* ``bzr check`` in pack-0.92, 1.6 and 1.9 format repositories will no
  longer report incorrect errors about ``Missing inventory ('TREE_ROOT', ...)``
  (Robert Collins, #416732)

* ``bzr info -v`` on a 2a format still claimed that it was a "Development
  format" (John Arbash Meinel, #424392)

* ``bzr log stacked-branch`` shows the full log including
  revisions that are in the fallback repository. (Regressed in 2.0rc1).
  (John Arbash Meinel, #419241)

* Clearer message when Bazaar runs out of memory, instead of a ``MemoryError``
  traceback.  (Martin Pool, #109115)

* Conversion to 2a will create a single pack for all the new revisions (as
  long as it ran without interruption). This improves both ``bzr upgrade``
  and ``bzr pull`` or ``bzr merge`` from local branches in older formats.
  The autopack logic that occurs every 100 revisions during local
  conversions was not returning that pack's identifier, which resulted in
  the partial packs created during the conversion not being consolidated
  at the end of the conversion process. (Robert Collins, #423818)

* Fetches from 2a to 2a are now again requested in 'groupcompress' order.
  Groups that are seen as 'underutilized' will be repacked on-the-fly.
  This means that when the source is fully packed, there is minimal
  overhead during the fetch, but if the source is poorly packed the result
  is a fairly well packed repository (not as good as 'bzr pack' but
  good-enough.) (Robert Collins, John Arbash Meinel, #402652)

* Fix a potential segmentation fault when doing 'log' of a branch that had
  ghosts in its mainline.  (Evaluating None as a tuple is bad.)
  (John Arbash Meinel, #419241)

* Fix a segmentation fault when computing the ``merge_sort`` of a graph
  that has a ghost in the mainline ancestry.
  (John Arbash Meinel, #419241)

* ``groupcompress`` sort order is now more stable, rather than relying on
  ``topo_sort`` ordering. The implementation is now
  ``KnownGraph.gc_sort``. (John Arbash Meinel)

* Local data conversion will generate correct deltas. This is a critical
  bugfix vs 2.0rc1, and all 2.0rc1 users should upgrade to 2.0rc2 before
  converting repositories. (Robert Collins, #422849)

* Network streams now decode adjacent records of the same type into a
  single stream, reducing layering churn. (Robert Collins)

* Prevent some kinds of incomplete data from being committed to a 2a
  repository, such as revisions without inventories, a missing chk_bytes
  record for an inventory, or a missing text referenced by an inventory.
  (Andrew Bennetts, #423506, #406687)

Documentation
*************

* Fix assertion error about "_remember_remote_is_before" when pushing to
  older smart servers.
  (Andrew Bennetts, #418931)

* Help on hooks no longer says 'Not deprecated' for hooks that are
  currently supported. (Ian Clatworthy, #422415)

* PDF and CHM (Windows HtmlHelp) formats are now supported for the
  user documentation. The HTML documentation is better broken up into
  topics. (Ian Clatworthy)

* The developer and foreign language documents are now separated
  out so that searching in the HTML and CHM files produces more
  useful results. (Ian Clatworthy)

* The main table of contents now provides links to the new Migration Docs
  and Plugins Guide. (Ian Clatworthy)

bzr 2.0.0rc1
############

:Codename: no worries
:2.0.0rc1: 2009-08-26

Compatibility Breaks
********************

* The default format for bzr is now ``2a``. This format brings many
  significant performance and size improvements. bzr can pull from
  any existing repository into a ``2a`` one, but can only transfer
  from ``2a`` into ``rich-root`` repositories. The Upgrade guide
  has more information about this change. (Robert Collins)

* On Windows auto-detection of Putty's plink.exe is disabled.
  Default SSH client for Windows is paramiko. User still can force
  usage of plink if explicitly set environment variable BZR_SSH=plink.
  (#414743, Alexander Belchenko)

New Features
************

* ``bzr branch --switch`` can now switch the checkout in the current directory
  to the newly created branch. (Luk叩邸 Lalinsk箪)

Bug Fixes
*********

* Fetches were being requested in 'groupcompress' order, but weren't
  recombining the groups. Thus they would 'fragment' to get the correct
  order, but not 'recombine' to actually benefit from it. Until we get
  recombining to work, switching to 'unordered' fetches avoids the
  fragmentation. (John Arbash Meinel, #402645)

* Fix a pycurl related test failure on karmic by recognizing an error
  raised by newer versions of pycurl.
  (Vincent Ladeuil, #306264)

* Fix a test failure on karmic by making a locale test more robust.
  (Vincent Ladeuil, #413514)

* Fix IndexError printing CannotBindAddress errors.
  (Martin Pool, #286871)

* Fix "Revision ... not present" errors when upgrading stacked branches,
  or when doing fetches from a stacked source to a stacked target.
  (Andrew Bennetts, #399140)

* ``bzr branch`` of 2a repositories over HTTP is much faster.  bzr now
  batches together small fetches from 2a repositories, rather than
  fetching only a few hundred bytes at a time.
  (Andrew Bennetts, #402657)

Improvements
************

* A better description of the platform is shown in crash tracebacks, ``bzr
  --version`` and ``bzr selftest``.
  (Martin Pool, #409137)

* bzr can now (again) capture crash data through the apport library,
  so that a single human-readable file can be attached to bug reports.
  This can be disabled by using ``-Dno_apport`` on the command line, or by
  putting ``no_apport`` into the ``debug_flags`` section of
  ``bazaar.conf``.
  (Martin Pool, Robert Collins, #389328)

* ``bzr push`` locally on windows will no longer give a locking error with
  dirstate based formats. (Robert Collins)

* ``bzr shelve`` and ``bzr unshelve`` now work on windows.
  (Robert Collins, #305006)

* Commit of specific files no longer prevents using the the iter_changes
  codepath. On 2a repositories, commit of specific files should now be as
  fast, or slightly faster, than a full commit. (Robert Collins)

* The internal core code that handles specific file operations like
  ``bzr st FILENAME`` or ``bzr commit FILENAME`` has been changed to
  include the parent directories if they have altered, and when a
  directory stops being a directory its children are always included. This
  fixes a number of causes for ``InconsistentDelta`` errors, and permits
  faster commit of specific paths. (Robert Collins, #347649)

Documentation
*************

* New developer documentation for content filtering.
  (Martin Pool)

API Changes
***********

* ``bzrlib.shelf_ui`` has had the ``from_args`` convenience methods of its
  classes changed to manage lock lifetime of the trees they open in a way
  consistent with reader-exclusive locks. (Robert Collins, #305006)

Internals
*********

Testing
*******

bzr 1.18.1
##########

:Codename:    nein nein nein!
:1.18.1:      2009-09-09

This release fixes two small but worthwhile bugs relevant to users on
Microsoft Windows: some commands that failed on with locking errors will
now work, and a bug that caused poor performance after committing a file
with line-ending conversion has now been fixed.  It also fixes a bug in
pushing to older servers.

Bug Fixes
*********

* Fixed a problem where using content filtering and especially end-of-line
  conversion will commit too many copies a file.
  (Martin Pool, #415508)

* Fix assertion error about ``_remember_remote_is_before`` in
  ``set_tags_bytes`` when pushing to older smart servers.
  (Andrew Bennetts, Alexander Belchenko, #418931)

Improvements
************

* ``bzr push`` locally on Windows will no longer give a locking error with
  dirstate based formats. (Robert Collins)

* ``bzr shelve`` and ``bzr unshelve`` now work on Windows.
  (Robert Collins, #305006)

API Changes
***********

* ``bzrlib.shelf_ui`` has had the ``from_args`` convenience methods of its
  classes changed to manage lock lifetime of the trees they open in a way
  consistent with reader-exclusive locks. (Robert Collins, #305006)

* ``Tree.path_content_summary`` may return a size of None, when called on
  a tree with content filtering where the size of the canonical form
  cannot be cheaply determined.  (Martin Pool)

(epg)

2009-10-11 18:24:34 UTC MAIN commitmail json YAML

Note update of twitux to 0.69.

(jmmv)

2009-10-11 17:48:22 UTC MAIN commitmail json YAML

Update to 0.69:

NEW in 0.69:
==============
- Display messages in notification, not count of tweets. (Thomas Thurman)
- Use https, not http api. (Evan McClain)
- Fix incorrect pluralising of relative time. (Deskin Miller)
- Fixed #1998551, the double-escaping of < and >. (Mike Lundy)
- Fixed #1961611, character count behavior. (Brian Pepple)

NEW in 0.68:
==============
- Fixed #1963695, Save avatars a little more sensibly. (Brian Pepple)
- Use Enchant, instead of ASpell. (Brian Pepple)
- Add option to have sound notication when new tweets arrive . (Brian Pepple)
- Add help (Brian Pepple)

NEW in 0.65:
==============
- Add support for Online Accounts Service (Marina Zhurakhinskaya, Colin Walters)
  * More info about OAS can be found here: https://fedoraproject.org/wiki/Features/OnlineAccountsService
- Fixed #2122886, Fix date parsing on other than C/POSIX locale (Hiroshi Miura)
- Fixed #2083410, have textview in send message dialog get focus.
- Fixed #1961570, time issue w/ "1 hour" & "1 minute". (Derick Rethans)
- add Japanese translation (Hiroshi Miura)

(jmmv)

2009-10-11 17:33:18 UTC MAIN commitmail json YAML

Update openvpn to 2.1rc20.

(jmmv)

2009-10-11 17:32:00 UTC MAIN commitmail json YAML

Update to 2.1_rc20 from 2.1_rc13:

2009.10.01 -- Version 2.1_rc20

* Fixed a bug introduced in 2.1_rc17 (svn r4436) where using the
  redirect-gateway option by itself, without any extra parameters,
  would cause the option to be ignored.

* Fixed build problem when ./configure --disable-server is used.

* Fixed ifconfig command for "topology subnet" on FreeBSD (Stefan Bethke).

* Added --remote-random-hostname option.

* Added "load-stats" management interface command to get global server
  load statistics.

* Added new ./configure flags:

  --disable-def-auth      Disable deferred authentication
  --disable-pf            Disable internal packet filter

* Added "setcon" directive for interoperability with SELinux (Sebastien
  Raveau).

* Optimized PUSH_REQUEST handshake sequence to shave several seconds
  off of a typical client connection initiation.

* The maximum number of "route" directives (specified in the config
  file or pulled from a server) can now be configured via the new
  "max-routes" directive.

* Eliminated the limitation on the number of options that can be pushed
  to clients, including routes.  Previously, all pushed options needed
  to fit within a 1024 byte options string.

* Added --server-poll-timeout option : when polling possible remote
  servers to connect to in a round-robin fashion, spend no more than
  n seconds waiting for a response before trying the next server.

* Added the ability for the server to provide a custom reason string
  when an AUTH_FAILED message is returned to the client.  This
  string can be set by the server-side managment interface and read
  by the client-side management interface.

* client-kill management interface command, when issued on server, will
  now send a RESTART message to client.
  This feature is intended to make UDP clients respond the same as TCP
  clients in the case where the server issues a RESTART message in
  order to force the client to reconnect and pull a new options/route
  list.

2009.07.16 -- Version 2.1_rc19

* In Windows TAP driver, refactor DHCP/ARP packet injection code to
  use a DPC (deferred procedure call) to defer packet injection until
  IRQL < DISPATCH_LEVEL, rather than calling NdisMEthIndicateReceive
  in the context of AdapterTransmit.  This is an attempt to reduce kernel
  stack usage, and prevent EXCEPTION_DOUBLE_FAULT BSODs that have been
  observed on Vista.  Updated TAP driver version number to 9.6.

* In configure.ac, use datadir instead of datarootdir for compatibility
  with <autoconf-2.60.

2009.06.07 -- Version 2.1_rc18

* Fixed compile error on ./configure --enable-small

* Fixed issue introduced in r4475 (2.1-rc17) where cryptoapi.c change
  does not build on Windows on non-MINGW32.

2009.05.30 -- Version 2.1_rc17

* Reduce the debug level (--verb) at which received management interface
  commands are echoed from 7 to 3.  Passwords will be filtered.

* Fixed race condition in management interface recv code on
  Windows, where sending a set of several commands to the
  management interface in quick succession might cause the
  latter commands in the set to be ignored.

* Increased management interface input command buffer size
  from 256 to 1024 bytes.

* Minor tweaks to Windows build system.

* Added "redirect-private" option which allows private subnets
  to be pushed to the client in such a way that they don't accidently
  obscure critical local addresses such as the DHCP server address and
  DNS server addresses.

* Added new 'autolocal' redirect-gateway flag.  When enabled, the OpenVPN
  client will examine the routing table and determine whether (a) the
  OpenVPN server is reachable via a locally connected interface, or (b)
  traffic to the server must be forwarded through the default router.
  Only add a special bypass route for the OpenVPN server if (b) is true.
  If (a) is true, behave as if the 'local' flag is specified, and do not
  add a bypass route.

  The new 'autolocal' flag depends on the non-portable test_local_addr()
  function in route.c, which is currently only implemented for Windows.
  The 'autolocal' flag will act as a no-op on platforms that have not
  yet defined a test_local_addr() function.

* Increased TLS_CHANNEL_BUF_SIZE to 2048 from 1024 (this will allow for
  more option content to be pushed from server to client).

* Raised D_MULTI_DROPPED debug level to 4 from 3 to filter out (at debug
  levels <=3) a common and usually innocuous warning.

* Fixed issue of symbol conflicts interfering with Windows CryptoAPI
  functionality (Alon Bar-Lev).

* Fixed bug where the remote_X environmental variables were not being
  set correctly when the 'local' option is specifed.

2009.05.17 -- Version 2.1_rc16

* Windows installer changes:

  1. ifdefed out the check Windows version code which is causing
  problems on Windows 7

  2. don't define SF_SELECTED if it is already defined

  3. Use LZMA instead of BZIP2 compression for better compression

  4. Upgraded OpenSSL to 0.9.8k

* Added the ability to read the configuration file
  from stdin, when "stdin" is given as the config
  file name.

* Allow "management-client" directive to be used
  with unix domain sockets.

* Added errors-to-stderr option.  When enabled, fatal errors
  that result in the termination of the daemon will be written
  to stderr.

* Added optional "nogw" (no gateway) flag to --server-bridge
  to inhibit the pushing of the route-gateway parameter to
  clients.

* Added new management interface command "pid" to show the
  process ID of the current OpenVPN process (Angelo Laub).

* Fixed issue where SIGUSR1 restarts would fail if private
  key was specified as an inline file.

* Added daemon_start_time and daemon_pid environmental variables.

* In management interface, added new ">CLIENT:ESTABLISHED" notification.

* Build fixes:

  1. Fixed some issues with C++ style comments that leaked into the code.

  2. Updated configure.ac to work on MinGW64.

  3. Updated common.h types for _WIN64.

  4. Fixed issue involving an #ifdef in a macro reference that breaks early gcc
    compilers.

  5. In cryptoapi.c, renamed CryptAcquireCertificatePrivateKey to
    OpenVPNCryptAcquireCertificatePrivateKey to work around
    a symbol conflict in MinGW-5.1.4.

2008.11.19 -- Version 2.1_rc15

* Fixed issue introduced in 2.1_rc14 that may cause a
  segfault when a --plugin module is used.

* Added server-side --opt-verify option: clients that connect
  with options that are incompatible with those of the server
  will be disconnected (without this option, incompatible
  clients would trigger a warning message in the server log
  but would not be disconnected).

* Added --tcp-nodelay option: Macro that sets TCP_NODELAY socket
  flag on the server as well as pushes it to connecting clients.

* Minor options check fix: --no-name-remapping is a
  server-only option and should therefore generate an
  error when used on the client.

* Added --prng option to control PRNG (pseudo-random
  number generator) parameters.  In previous OpenVPN
  versions, the PRNG was hardcoded to use the SHA1
  hash.  Now any OpenSSL hash may be used.  This is
  part of an effort to remove hardcoded references to
  a specific cipher or cryptographic hash algorithm.

* Cleaned up man page synopsis.

2008.11.16 -- Version 2.1_rc14

* Added AC_GNU_SOURCE to configure.ac to enable struct ucred,
  with the goal of fixing a build issue on Fedora 9 that was
  introduced in 2.1_rc13.

* Added additional method parameter to --script-security to preserve
  backward compatibility with system() call semantics used in OpenVPN
  2.1_rc8 and earlier.  To preserve backward compatibility use:

    script-security 3 system

* Added additional warning messages about --script-security 2
  or higher being required to execute user-defined scripts or
  executables.

* Windows build system changes:

  Modified Windows domake-win build system to write all openvpn.nsi
  input files to gen, so that gen can be disconnected from
  the rest of the source tree and makensis openvpn.nsi will
  still function correctly.

  Added additional SAMPCONF_(CA|CRT|KEY) macros to settings.in
  (commented out by default).

  Added optional files SAMPCONF_CONF2 (second sample configuration
  file) and SAMPCONF_DH (Diffie-Helman parameters) to Windows
  build system, and may be defined in settings.in.

* Extended Management Interface "bytecount" command
  to work when OpenVPN is running as a server.
  Documented Management Interface "bytecount" command in
  management/management-notes.txt.

* Fixed informational message in ssl.c to properly indicate
  deferred authentication.

* Added server-side --auth-user-pass-optional directive, to allow
  connections by clients that do not specify a username/password, when a
  user-defined authentication script/module is in place (via
  --auth-user-pass-verify, --management-client-auth, or a plugin module).

* Changes to easy-rsa/2.0/pkitool and related openssl.cnf:

  Calling scripts can set the KEY_NAME environmental variable to set
  the "name" X509 subject field in generated certificates.

  Modified pkitool to allow flexibility in separating the Common Name
  convention from the cert/key filename convention.

  For example:

  KEY_CN="James's Laptop" KEY_NAME="james" ./pkitool james

  will create a client certificate/key pair of james.crt/james.key
  having a Common Name of "James's Laptop" and a Name of "james".

* Added --no-name-remapping option to allow Common Name, X509 Subject,
  and username strings to include any printable character including
  space, but excluding control characters such as tab, newline, and
  carriage-return (this is important for compatibility with external
  authentication systems).

  As a related change, added --status-version 3 format (and "status 3"
  in the management interface) which uses the version 2 format except
  that tabs are used as delimiters instead of commas so that there
  is no ambiguity when parsing a Common Name that contains a comma.

  Also, save X509 Subject fields to environment, using the naming
  convention:

  X509_{cert_depth}_{name}={value}

  This is to avoid ambiguities when parsing out the X509 subject string
  since "/" characters could potentially be used in the common name.

* Fixed some ifconfig-pool issues that precluded it from being combined
  with --server directive.

  Now, for example, we can configure thusly:

    server 10.8.0.0 255.255.255.0 nopool
    ifconfig-pool 10.8.0.2 10.8.0.99 255.255.255.0

  to have ifconfig-pool manage only a subset
  of the VPN subnet.

* Added config file option "setenv FORWARD_COMPATIBLE 1" to relax
  config file syntax checking to allow directives for future OpenVPN
  versions to be ignored.

(jmmv)

2009-10-11 16:35:27 UTC MAIN commitmail json YAML

update master_sites. ftp.udel.edu has been suspended.

(zafer)

2009-10-11 16:30:43 UTC MAIN commitmail json YAML

patch-ag: cups installs stuff in /usr/pkg/lib64 on Linux. Don't do this.

(tnn)

2009-10-11 16:14:40 UTC MAIN commitmail json YAML

Remove entries related to EGCS, it merged with GCC 10 years ago.

(asau)

2009-10-11 16:08:37 UTC MAIN commitmail json YAML

Updated emulators/qemu to 0.11.0

(asau)

2009-10-11 16:06:21 UTC MAIN commitmail json YAML

Fix:
===> Building for sqlite3-3.6.18
tclsh ./tool/mksqlite3h.tcl . >sqlite3.h
tclsh: not found
gmake: *** [sqlite3.h] Error 127

Upstream didn't ship a pregenerated sqlite3.h. Committed as patch-ab.

(tnn)

2009-10-11 16:04:13 UTC MAIN commitmail json YAML

Update to qemu 0.11.0. With input from Hasso Tepper (Dragonfly).
Changes since previous package:

version 0.11.0
  - fix rtc polling mode (Bernhard Kauer)
  - qcow2: order concurrent aio requests (Kevin Wolf)
  - qemu-io: port to win32 (Stefan Weil)
  - alpha: fix extlh instruction (Vince Weaver)
  - tcg: fix size of local variables in tcg_gen_bswap64_i64 (Stefan Weil)
  - net: fix send ordering (Jan Kiszka)
  - escc: fix IRQ routing (Aurelien Jarno)
  - versatile: fix Linux task preemption (Aurelien Jarno)
  - curses: reduce memory usage by 250MB (Aurelien Jarno)

version 0.11.0-rc2
  - mips: fix conditional move off fp conditions codes (Nath Froyd)
  - fix migration to obey -S (Paolo Bonzini)
  - remove pc-0-10 machine type (Mark McLoughlin)
  - vnc: fix copyrect screen corruption (Gerd Hoffman)
  - fix vm state change handlers running order (Markus Armbruster)
  - e1000: fix eerc and ics emulation (Bill Paul)
  - fix sdl zooming with pl110 (Blue Swirl)
  - sparc64: flush pending conditional evaluations (Igor Kovalenko)
  - esp: fix interrupt register read (Blue Swirl)
  - option rom makefile fixes (Paul Brook)
  - fix sparse warnings (Blue Swirl)
  - fix symfind (Laurent Desnogues)
  - win32: fix default prefix (Stefan Weil)
  - fix checksum writing in signboot (Alex Graf)
  - fix sdl window resize (Stefano Stabellini)
  - do not resize the screen on hw_invalidate (Stefano Stabellini)
  - Add checks for -smbios option (Beth Kon)
  - fix do_set_link (Luiz Capitulino)
  - fix do_commit behavior (Luiz Capitulino)
  - make windows notice media change (Gleb Natapov)
  - check for PR_SET_NAME being defined (Nathan Froyd)
  - fix migration for ide devices (Anthony Liguori)
  - Use correct depth in vmware vga (Reimar Doffiner)
  - support 32bpp cursors in sdl (Reimar Doffinger)
  - fix device name completion for eject (Blue Swirl)
  - make screendump use DisplayState properly (Stefano Stabellini)
  - fix autostart with live migration (Avi Kivity)
  - fix detached migration with exec (Chris Lalancette)
  - fix segv when changing vnc password in sdl (Zach Amsden)
  - fix vnc password clearing with stdio monitor (Zach Amsden)
  - clean up VGA type selection (Zach Amsden)
  - add missing linefeed in error message (Stefan Weil)

version 0.11.0-rc1
  - add machine aliasing support (Mark McLoughlin)
  - add getfd/closefd monitor commands (Mark McLoughlin)
  - use correct headers for tap-win32 (Filip Navara)
  - fix live migration (Glauber Costa)
  - slirp: use monotonic clock if available (Ed Swierk)
  - clear msix_entries_nr on error (Michael Tsirkin)
  - HPET: fix reg writes (Beth Kon)
  - slirp: fix guestfwd for incoming data (Jan Kiszka)
  - fix build of qemu-thread.c on win32 (Sebastian Herbszt)
  - improve signrom.sh portability (Christoph Egger)
  - fix qemu-img convert to copy unallocated parts of the image
(Akkarit Sangpetch)
  - vmdk: fix backing file handling (Kevin Wolf)
  - scsi: add save/restore support (Nolan Leake)
  - fix live migration for SCSI (Nolan Leake)
  - various sparc build fixes (Blue Swirl)
  - fix OpenBSD build (Blue Swirl)
  - only allow -cpu host when using KVM (Anthony Liguori)
  - fix build breakage when !KVM (Anthony Liguori)

(asau)

2009-10-11 15:50:24 UTC MAIN commitmail json YAML

fix typo (plattform -> platform)

(sno)

2009-10-11 15:33:41 UTC MAIN commitmail json YAML

2009-10-11 15:33:27 UTC MAIN commitmail json YAML

2009-10-11 15:32:10 UTC MAIN commitmail json YAML

Add destdir support and make this use REPLACE_PERL instead of custom
replacement.

(jmmv)

2009-10-11 13:34:43 UTC MAIN commitmail json YAML

Update package list as well.

(asau)

2009-10-11 13:29:06 UTC MAIN commitmail json YAML

+ R-2.9.2, caff-1.1.2, calibre-0.6.17, farsight2-0.0.16, gupnp-0.13.1,
  libxml2-2.7.6, ortp-0.16.1, p5-IO-Compress-2.022, p5-MIME-Lite-3.027,
  p5-XML-RSS-1.46, p5-libwww-5.833, py-anita-1.7, py-gstreamer0.10-0.10.17,
  py-libxml2-2.7.6, shared-mime-info-0.70, solfege-3.14.9,
  x264-devel-20091010.

(wiz)

2009-10-11 13:27:26 UTC MAIN commitmail json YAML

Mention that darcy added py-beautifulsoup in Sep 08.

(wiz)

2009-10-11 13:18:32 UTC MAIN commitmail json YAML

Denote successor for textproc/p5-XML-LibXML-Common.

(wiz)

2009-10-11 13:12:08 UTC MAIN commitmail json YAML

Updated lang/mzscheme to 4.2.2

(asau)

2009-10-11 13:10:43 UTC MAIN commitmail json YAML

Update to MzScheme 4.2.2, changes since previous:
Added scheme/unsafe/ops
Added print-syntax-width
Added file-or-directory-identity
Inside: embedding applications should call scheme_seal_parameters
after initializing parameter values (currently used by Planet)

(asau)

2009-10-11 12:18:35 UTC MAIN commitmail json YAML

Updated databases/p5-SQL-Translator to 0.11003

(sno)

2009-10-11 12:18:22 UTC MAIN commitmail json YAML

Updating databases/p5-SQL-Translator from 0.11002 to 0.11003

Upstream changes:
# ----------------------------------------------------------
# 0.11003 2009-09-28
# ----------------------------------------------------------
* Pg parser fixes to deal properly with MATCH <type>
* Pg parser fixes to parse timestamp attributes correctly
* Fix broken default detection in script/sqlt (RT#27438)
* Fix dependency issues with LibXML and TT

(sno)

2009-10-11 12:05:06 UTC MAIN commitmail json YAML

Updated devel/p5-Class-ISA to 0.36

(sno)

2009-10-11 12:04:54 UTC MAIN commitmail json YAML

Updating devel/p5-Class-ISA from 0.34 to 0.36

Upstream changes:
2009-09-29  Steffen Mueller  smueller@cpan.org
* Release 0.36 -- fix installation dirs.

2009-09-26  Steffen Mueller  smueller@cpan.org
* Release 0.35 -- minor documentation nit.

(sno)

2009-10-11 12:02:28 UTC MAIN commitmail json YAML

Updated devel/p5-File-Path to 2.08

(sno)

2009-10-11 12:02:15 UTC MAIN commitmail json YAML

Updating devel/p5-File-Path from 2.07 to 2.08

pkgsrc changes:
  - Adding license definition

Upstream changes:
2.08 2009-10-04 10:14:36 UTC
    - make_path() can now set user- and group-ownership
      on created directories. (Suggested by Jens Rehsack,
      CPAN #47558).

2.07_03 2009-06-21 13:11:30 UTC
    - Merged 2.07_02 patches from blead
    - Remove stat checks on Windows platform (inhibits
      UNC path removals from working, and Windows is
      immune to this particular attack). CPAN #34701

(sno)

2009-10-11 11:43:03 UTC MAIN commitmail json YAML

Updated textproc/hunspell-hu_HU to 1.5

(ahoka)

2009-10-11 11:30:12 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-LibXSLT to 1.70

(sno)

2009-10-11 11:29:59 UTC MAIN commitmail json YAML

Updating textproc/p5-XML-LibXSLT from 1.68 to 1.70

pkgsrc changes:
  - Adding license definition
  - Adjusting dependencies

Upstream changes:
1.70
    - fixed various bugs
    - documentation updates
    - #48247: Win32 patch kindly provided by KMX@cpan.org
    - sync with latest XML::LibXML ABI and add a compatibility check
    - do not force -lgcrypt and -lgpg-error linker flags
    - fix for attribute nodes returned by user-defined XPath functions
    - address #41542: restore internalDTD subset on the source
      document of a transformation (libxslt unlinks it)

(sno)

2009-10-11 11:27:21 UTC MAIN commitmail json YAML

Removing textproc/p5-XML-LibXML-Common 0.13nb7 - it's merged into
textproc/p5-XML-LibXML 1.70

(sno)

2009-10-11 11:25:31 UTC MAIN commitmail json YAML

Removed textproc/p5-XML-LibXML-Common

(sno)

2009-10-11 11:24:57 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-LibXML to 1.70

(sno)

2009-10-11 11:24:38 UTC MAIN commitmail json YAML

Updating textproc/p5-XML-LibXML from 1.69 to 1.70

pkgsrc changes:
  - Adding license definition
  - Adjusting dependencies
  - Adding SUPERCEDES/CONFLICTS for merged textproc/p5-XML-LibXML-Common

Upstream changes:
1.70
  - various fixes and improvements in the documentation
  - added (convenient yet non-standard) methods nonBlankChildNodes,
    firstNonBlankChild, nextNonBlankSibling, prevNonBlankSibling
    that skip empty or whitespace-only Text and CDATA nodes
  - exposed and documented external entity handler
  - XPathContext can now be passed to toStringC14N and toStringEC14N
    (e.g. to provide NS mapping for the XPath expression)
  - avoid using libxml2's globals (Nick Wellnhofer)
  - added interface to libxml2's regexp implementation: XML::LibXML::RegExp
  - added XML::LibXML->load_xml and XML::LibXML->load_html with
    uniform and cleaner API than the old parse_* family
  - cleanup code dealing with parsing flags
  - fix bogus validation results if revalidating a modified document
  - added 'eq' and 'cmp' overloading on XML::LibXML::Error and set fallback to 1
  - lots of bugs fixed

1.69_2
  - provide context and more accurate column number in
    structured errors
  - clarify license and copyright
  - support for Win32+mingw+ActiveState

1.69_1
  - merge with XML::LibXML::Common
  - fix compilation on Windows with mingw or msvc
  - fix a bug in structured errors preventing the previous errors from being reported
  - fix compilation bugs
  - fix encoding problem in reader
  - added getAttributeHash to the reader interface
  - fix segfaults: reconcileNs in domReplaceChild, findnodes with a doc fragment (S. Rezic)

(sno)

2009-10-11 11:20:21 UTC MAIN commitmail json YAML

Updated net/Transmission to 1.75

(tnn)

2009-10-11 11:19:15 UTC MAIN commitmail json YAML

- update to Transmission-1.75
- use external libevent

Transmission 1.75 (2009/09/13)
All Platforms
* Don't wait so long on unresponsive trackers if there are other trackers to
  try
* Adding corrupt/invalid torrents could crash Transmission
* Fix 1.74 bug that caused a high CPU load on startup
* Fix 1.74 bug that stopped multitracker if a single tracker sent an error
  message
* Fix bug in converting other charsets to UTF-8
* Handle HTTP redirects more gracefully
* Faster verification of local data for torrents with small piece size
* Fix 1.74 build error when compiling without DHT
GTK+
* Fix "sort by time remaining"
* Fix the turtle toggle button on old versions of GTK+
* Fix startup error if another copy of the Transmission GTK client is running
* Fix clang build issue
Transmission 1.74 (2009/08/24)
All Platforms
* Better data recovery in the case of an OS or Transmission crash
* If a data file is moved, stop the torrent instead of redownloading it
* Fix bug that didn't list some peers in the resume file and in PEX
* More helpful torrent error messages
* DHT now honors the bind-address-ipv4 configuration option
* Fix Debian build error with miniupnpc
* Fix Cygwin build error with strtold
* Update to a newer snapshot of miniupnpc
GTK+
* Fix crash that occurred when adding torrents on some desktops
* Synchronize the statusbar's and torrent list's speeds
* Fix the Properties dialog's "Origin" field for multiple torrents
Qt
* New Russian Translation
* If Transmission was minimized, clicking on it the icon tray didn't raise it
Daemon
* Speed Limit mode support added to transmission-remote
* Add a "session stats" readout to transmission-remote
Web Client
* Progress bar shows seeding progress
* Fix bug that displayed "%nan" when verifying a torrent
* "Pause All" only appeared to pause torrents with peers until refresh

(tnn)

2009-10-11 11:17:07 UTC MAIN commitmail json YAML

Update to 1.5

Many changes, UTF-8 is now default, many new words and corrections.

(ahoka)

2009-10-11 11:17:04 UTC MAIN commitmail json YAML

Updated lang/ecl to 9.10.2

(asau)

2009-10-11 11:15:40 UTC MAIN commitmail json YAML

Update to ECL 9.10.2. Changes since previous package:

ECL 9.10.2:
===========

* Bugs fixed:

- Fixed typo in src/c/unixint.d that affected single-threaded builds

- The GMP library did not build in OS X Snow Leopard in 64-bits mode.

- The package MP is needed also in single-threaded versions (for fake
  mp:with-lock, which is used in CLX).

- In CLX, there were a couple of typos in the code related to locks and ECL.
  These typos only revealed in multithreaded builds of the CLX library.

- In Linux there is a problem with handlers for SIGFPE being totally ignored
  by the system. The problem seems to be solved by avoiding the use of
  feenableexcept() and restricting to C99 exception tests. That is bad because
  we can not reliably and cheaply detect underflow exceptions.

- Under OS X, --enable-rpath works again. It was broken for about a year
  due to my misunderstanding of how -install_name works and the differences
  between that and -rpath.

ECL 9.10.1:
===========

* Configuration flags:

- The option --enable-slow-config is now always on in Solaris and it does not
  take more time than an ordinary build using --with-system-gmp=no

- A new compiler macro ECL_NO_LEGACY can be defined to remove all deprecated
  macros and functions. Have a look at the end of src/h/external.h to see
  what functions are deprecated on each release -- typically they are functions
  that have been renamed with one of the prefixes, ecl_, cl_, si_, ext_ or _ecl.

- Under OS X, you can use the environment variable ABI to select between
  32-bits (ABI=32) or 64-bits pointers (ABI=64).

* Bignums:

- When embedded, ECL may coexist with code that uses the GMP library in
  different ways, and sometimes that code may use different memory allocation
  routines. In order to solve this problem ECL introduces a new option,
  ECL_OPT_SET_GMP_MEMORY_FUNCTIONS, which determines whether GMP will use the
  Boehm-Weiser garbage collector to allocate memory or not.

- The previous change also implies that ECL must do all bignum computations
  using GMP-allocated numbers that are then automatically freed. More
  precisely, this is done using big_register[0-2]_get() and
  big_register_normalize() everywhere and operating destructively on those
  numbers. These functions have been made aware of the fact that GMP may
  use other allocation routines and always call mpz_clear() to free memory.

- The internal functions dealing with bignums have been renamed with the usual
  prefix "_ecl", and some of them have been turned into macros. Do not use
  those functions if possible.

- Bignums are now allocated as a compact IMMUTABLE unit that combines the lisp
  object and the data for the GMP integer itself. Since it can be now
  allocated as an atomic (i.e. pointerless) region of memory, the garbage
  collector has to work less for marking and collecting them.

- The function ecl_alloc_simple_vector() also creates arrays as a compact unit
  with pointerfree memory whenever possible.

- The functions cl_alloc_simple_{base,extended}_string() now carry the prefix
  ecl_ instead of cl_, and they are simple aliases for ecl_alloc_simple_vector.

- ECL now implements weak pointers. The interface is
(ext:make-weak-pointer value) => weak-pointer
(ext:weak-pointer-value weak-pointer) => value
  and it defines a new built-in type, EXT:WEAK-POINTER

- When running in multithreaded mode, the streams for *terminal-io*,
  *standard-input* and *standard-output* are created using non-locking
  C pipes, instead of locking C streams. This is essential to allow background
  threads gain control of the console.

* Native threads:

- ECL now implements WITHOUT-INTERRUPTS and WITH-INTERRUPTS similarly to SBCL.
  It creates three local macros, ALLOW-WITH-INTERRUPTS and
  WITH-LOCAL-INTERRUPTS, and an additional one WITH-RESTORED-INTERRUPTS,
  which executes the forms with the value of interrupts of the forms that
  surround WITHOUT-INTERRUPTS.

- Symbol SI:*INTERRUPT-DISABLE* changes name to SI:*INTERRUPTS-DISABLED*.

- New function MP:PROCESS-JOIN, waits for a thread to terminate (J.C.Beaudoin)
  For this to work, threads are always created in a joinable state, and they
  only detach themselves when exiting and no process is waiting.

- EXT:QUIT now has a different definition
(ext:quit &optional (exit-code 0) (kill-all-threads nil))
  The first difference is that QUIT will execute all unwind-protect forms
  that surrounds the form that caused the exit. The second one is that we
  can explicitely kill all threads and wait for them to exit before exiting.

- Two new functions MP:PROCESS-SUSPEND and MP:PROCESS-RESUME allow suspending
  and resuming a thread.

- The C function ecl_import_current_thread() now automatically registers the
  thread with the garbage collector. You should use ecl_release_current_thread()
  before the thread exits, for consistency.

- Due to the change in ecl_import_current_thread(), ECL now needs a slightly
  more modern version of the Boehm-Weiser garbage collector. Hence, even if you
  try to enforce --enable-boehm=system, you may find that ECL ignores the
  pre-installed library in favor of the one shipped with it.

* Bugs fixed:

- WITH-LOCK might run into a race condition when the lock acquisition process
  was interrupted.

- The following functions are now interrupt safe: MP:MAKE-LOCK.

- The use of GIVEUP-LOCK in WITH-LOCK is now protected against interrupts.

- Forms in toplevel EVAL-WHEN or PROGN statements did not have a proper value
  of bytecodes.definition, causing the debugger to enter an infinite chain
  of errors

- In Solaris 8 ECL failed because it did not find inttypes.h

- When signbit() is not available, ECL now looks for existence of copysign.

* Signals and environment:

- The toplevel now allows handling multiple processes in the same console.
  Two new commands, :w and :s, allow reading the list of processes waiting for
  grabbing the console and switching to that given process.

- ECL now has a signal handling thread running in the background. When
  Ctrl-C or Ctrl-Break is pressed or the process gets a SIGINT signal, then
  a separate thread is spawned for handling that event. This thread typically
  enters the debugger, allowing either to continue or to interrupt specific
  processes.

* Packages:

- The package hash tables are not destructively extended, but rather a new
  hash table is created when we need more room. ecl_sethash() now returns
  the pointer to the possibly reallocated hashtable.

- ECL now follows the SBCL model, by which there is a global lock for
  destructive package operations (INTERN, EXPORT, etc), but not for
  query only operations (FIND-SYMBOL, PACKAGE-USE-LIST), etc.

* Windows:

- The latest version of Visual Studio introduced a number of automatically
  generated files (*.implib, *.manifest, *.expdef) which are not used at
  all by ECL, but which were also not deleted, causing the temporary
  directory to be filled with garbage.

- FASLs created by COMPILE and LOAD in the directory for temporary files are
  now properly deleted before exiting ECL.

- ECL now embeds the manifest file in the generated executables and shared
  libraries.

* Other errors:

- Extended strings (i.e. strings with characters that are not base-characters)
  were not identified as valid documentation strings by the interpreter.

(asau)

2009-10-11 10:49:57 UTC MAIN commitmail json YAML

2009-10-11 10:30:06 UTC MAIN commitmail json YAML

Fix path to itself.

(wiz)

2009-10-11 10:27:32 UTC MAIN commitmail json YAML

from TODO, update nullmailer to 1.04

(plunky)

2009-10-11 10:25:24 UTC MAIN commitmail json YAML

update to nullmailer-1.04

while here, fix some pkglint complaints, add DESTDIR support and
provide a LICENCE

(plunky)

2009-10-11 10:22:51 UTC MAIN commitmail json YAML

fix a problem with the rc script where the command would not start
at boot time. This is because the & is within the command_args
string. use a start_cmd instead.

(plunky)

2009-10-11 10:10:12 UTC MAIN commitmail json YAML

Updated devel/p5-Variable-Magic to 0.38

(sno)

2009-10-11 10:09:53 UTC MAIN commitmail json YAML

Updating devel/p5-Variable-Magic from 0.37 to 0.38

Upstream changes:
0.38    2009-10-04 16:10 UTC
        + Dep : All the signature-related features are DEPRECATED and will be
                removed in december 2009. This includes the 'sig' option to
                wizard(), the getsig() and gensig() functions, and the SIG_*
                constants.
                Afaik those features were never used in real life, and they make
                the XS code slow and brittle. If you want your wizards to be
                globally available, you'll have to handle that yourself by
                storing them in a hash.
        + Doc : More examples in a new COOKBOOK section.
        + Fix : Compatiblity with the 5.11.0 release. The new compatibility
                constant VMG_COMPAT_ARRAY_PUSH_NOLEN_VOID was added to cover
                this.
        + Fix : Work around Kwalitee test misfailures.

(sno)

2009-10-11 10:04:40 UTC MAIN commitmail json YAML

Updated devel/p5-ExtUtils-ParseXS to 2.21

(sno)

2009-10-11 10:04:28 UTC MAIN commitmail json YAML

Updating devel/p5-ExtUtils-ParseXS from 2.20.04.01 to 2.21

Upstream changes:
2.21 - Mon Oct  5 11:17:53 EDT 2009

Bug fixes:
- Adds full path in INCLUDE #line directives (RT#50198) [patch by "spb"]

Other:
- Updated copyright and maintainer list

2.20_07 - Sat Oct  3 11:26:55 EDT 2009

Bug fixes:
- Use "char* file" for perl < 5.9, not "char[] file"; fixes mod_perl
  breakage due to prior attempts to fix RT#48104 [David Golden]

2.20_06 - Fri Oct  2 23:45:45 EDT 2009

Bug fixes:
- Added t/typemap to fix broken test on perl 5.6.2 [David Golden]
- More prototype fixes for older perls [Goro Fuji]
- Avoid "const char *" in test files as it breaks on 5.6.2 [Goro Fuji]

Other:
- Merged changes from 2.2004 maintenance branch (see 2.200401 to 2.200403)
  [David Golden]

2.20_05 - Sat Aug 22 21:46:56 EDT 2009

Bug fixes:
- Fix prototype related bugs [Goro Fuji]
- Fix the SCOPE keyword [Goro Fuji]

(sno)

2009-10-11 09:57:11 UTC MAIN commitmail json YAML

Updated devel/p5-Date-Calc to 6.0

(sno)

2009-10-11 09:56:55 UTC MAIN commitmail json YAML

Updating devel/p5-Date-Calc from 5.8 to 6.0

Upstream changesi (since 5.8):
Version 6.0  07.10.2009
+  Added new functions "N_Delta_YMDHMS()", "Add_N_Delta_YMD()"
    and "Add_N_Delta_YMDHMS()" to "Date::Calc"
+  Added more tests to "t/f037.t" for these new functions
+  Added a new "normalized" mode to "Date::Calc::Object" which
    uses the new functions "N_Delta_YMD()", "N_Delta_YMDHMS()",
    "Add_N_Delta_YMD()" and "Add_N_Delta_YMDHMS()"
+  Added test scripts "t/m012.t" and "t/m013.t" for this new mode
+  The language can now be set individually for each function
    in "Date::Calc" that requires it (through a new optional
    parameter; the default continues to be a global setting
    for backward compatibility); the affected functions are:
    "Decode_Month()", "Decode_Day_of_Week()", "Compressed_to_Text()",
    "Date_to_Text()", "Date_to_Text_Long()", "Calendar()",
    "Month_to_Text()", "Day_of_Week_to_Text()", "Day_of_Week_Abbreviation()",
    "Decode_Date_EU()", "Decode_Date_US()", "Decode_Date_EU2()",
    "Decode_Date_US2()", "Parse_Date()".
+  BEWARE that the interface of "DateCalc.c" has changed!
+  Module "Date::Calc::Object" has been changed similarly
+  Module "Date::Calendar::Year" has also been adapted accordingly
+  Many test scripts have been changed to reflect the modifications
    in "Date::Calc", "Date::Calc::Object" and "Date::Calendar::Year"
    and more test cases have been added
+  Updated the documentation to reflect all changes
+  Updated version numbers of dependencies in "t/f000.t"

(sno)

2009-10-11 09:55:51 UTC MAIN commitmail json YAML

Updated devel/p5-Bit-Vector to 7.1

(sno)

2009-10-11 09:55:38 UTC MAIN commitmail json YAML

Updating devel/p5-Bit-Vector from 7.0 to 7.1

Upstream changes:
Version 7.1  29.09.2009
+  Added prefix "BV_" to all global identifiers in "BitVector.c",
    "BitVector.h" and "Vector.xs"

(sno)

2009-10-11 09:45:52 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Getopt to 0.23

(sno)

2009-10-11 09:45:39 UTC MAIN commitmail json YAML

Updating devel/p5-MooseX-Getopt from 0.22nb1 to 0.23

pkgsrc changes:
  - add newly imported devel/p5-MooseX-ConfigFromFile as test depend

Upstream changes:
0.23 Fri. Oct  02 2009
  * MooseX::Getopt
    - Allow the config file to be a code ref which is called to return
      the config file location (Gordon Irving)

(sno)

2009-10-11 09:42:09 UTC MAIN commitmail json YAML

Added print/podofo version 0.7.0

(wiz)

2009-10-11 09:41:55 UTC MAIN commitmail json YAML

2009-10-11 09:41:35 UTC MAIN commitmail json YAML

Initial import of podofo-0.7.0:

PoDoFo is a library to work with the PDF file format. The name
comes from the first letter of PDF (Portable Document Format). A
few tools to work with PDF files are already included in the PoDoFo
package.

The PoDoFo library is a free, portable C++ library which includes
classes to parse PDF files and modify their contents into memory.
The changes can be written back to disk easily. The parser can also
be used to extract information from a PDF file (for example the
parser could be used in a PDF viewer). Besides parsing PoDoFo
includes also very simple classes to create your own PDF files.
All classes are documented so it is easy to start writing your own
application using PoDoFo.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20091011

(wiz)

2009-10-11 09:39:19 UTC MAIN commitmail json YAML

Added devel/p5-IMDB-Film version 0.41

(wiz)

2009-10-11 09:38:53 UTC MAIN commitmail json YAML

Added textproc/epubcheck version 1.0.3

(wiz)

2009-10-11 09:38:36 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Method-Signatures to 0.28

(sno)

2009-10-11 09:38:34 UTC MAIN commitmail json YAML

2009-10-11 09:38:24 UTC MAIN commitmail json YAML

+ fossil, p5-IMDB-Film.

(wiz)

2009-10-11 09:38:21 UTC MAIN commitmail json YAML

Updating devel/p5-MooseX-Method-Signatures from 0.27nb1 to 0.28

Upstream changes:
0.28  Fri, 09 Oct 2009 01:28:02 +0200
  * Fix default values for named arguments.

(sno)

2009-10-11 09:37:45 UTC MAIN commitmail json YAML

Initial import of p5-IMDB-Film-0.41:

IMDB::Film is OO Perl interface to the database of films IMDB
(www.imdb.com). It allows to retrieve information about movies by
its IMDB code or title. Also, there is a possibility to get
information about IMDB persons (actors, actresses, directors, etc.)
by their name of code.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20091011

(wiz)

2009-10-11 09:36:56 UTC MAIN commitmail json YAML

Initial import of epubcheck-1.0.3:

EpubCheck is a tool to validate IDPF Epub files. It can detect many
types of errors in Epub. OCF container structure, OPF and OPS
mark-up, and internal reference consistency are checked. EpubCheck
can be run as a standalone command-line tool, installed as a web
application or used as a library.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20091011

(wiz)

2009-10-11 09:34:05 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-CSV to 1.14

(sno)

2009-10-11 09:33:51 UTC MAIN commitmail json YAML

Updating textproc/p5-Text-CSV from 1.13 to 1.14

pkgsrc changes:
  - Adjust dependencies

Upstream changes:
1.14  Thu Oct  8 15:02:24 2009
- updated the compatibility for Text::CSV_XS version 0.68
    * fail if first arg to new () is not a hash ref
    * added empty_is_undef
    * error_diag () uses warn () in void context instead of STDERR
    * added auto_diag attribute
      (not yet implemented localization feature for autodie)
    * updated documents same as Text::CSV_XS

(sno)

2009-10-11 09:33:17 UTC MAIN commitmail json YAML

Added devel/fossil version 20090921191920

(wiz)

2009-10-11 09:32:30 UTC MAIN commitmail json YAML

Initial import of fossil-200909211920:

There are plenty of open-source version control systems available
on the internet these days. What makes Fossil worthy of attention?

  1. Bug Tracking And Wiki - In addition to doing distributed
  version control like Git and Mercurial, Fossil also supports
  distributed bug tracking and distributed wiki all in a single
  integrated package.

  2. Web Interface - Fossil has a built-in and easy-to-use web
  interface that simplifies project tracking and promotes situational
  awareness. Simply type "fossil ui" from within any check-out
  and Fossil automatically opens your web browser in a page that
  gives detailed history and status information on that project.

  3. Autosync - Fossil supports "autosync" mode which helps to
  keep projects moving forward by reducing the amount of needless
  forking and merging often associated distributed projects.

  4. Self-Contained - Fossil is a single stand-alone executable
  that contains everything needed to do configuration management.
  Installation is trivial: simply download a precompiled binary
  for Linux, Mac, or Windows and put it on your $PATH. Easy-to-compile
  source code is available for users on other platforms. Fossil
  sources are also mostly self-contained, requiring only the "zlib"
  library and the standard C library to build.

  5. Simple Networking - Fossil uses plain old HTTP (with proxy
  support) for all network communications, meaning that it works
  fine from behind restrictive firewalls. The protocol is bandwidth
  efficient to the point that Fossil can be used comfortably over
  a dial-up internet connection.

  6. CGI Enabled - No server is required to use fossil. But a
  server does make collaboration easier. Fossil supports three
  different yet simple server configurations. The most popular is
  a 2-line CGI script. This is the approach used by the self-hosting
  fossil repositories.

  7. Robust & Reliable - Fossil stores content in an SQLite database
  so that transactions are atomic even if interrupted by a power
  loss or system crash. Furthermore, automatic self-checks verify
  that all aspects of the repository are consistent prior to each
  commit. In over two years of operation, no work has ever been
  lost after having been committed to a Fossil repository.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20091011

(wiz)

2009-10-11 09:30:27 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-CSV_XS to 0.68

(sno)

2009-10-11 09:30:14 UTC MAIN commitmail json YAML

Updating textproc/p5-Text-CSV_XS from 0.67 to 0.68

Upstream changes:
2009-09-25 0.68 - H.Merijn Brand  <h.m.brand@xs4all.nl>
    * Attribute auto_diag now localizes to +1 if autodie is active
    * Output name generation in csv2xls (RT#48954)
    * Added csvdiff to examples/
    * Reordered docs. Rewrote SYNOPSIS to be more like a real-world
      code example

(sno)

2009-10-11 09:23:00 UTC MAIN commitmail json YAML

Updated devel/p5-Mouse to 0.37

(sno)

2009-10-11 09:22:46 UTC MAIN commitmail json YAML

Updating devel/p5-Mouse from 0.32nb1 to 0.37

pkgsrc changes:
  - adjusting dependencies (according to META.yml/Makefile.PL)

Upstream changes:
0.37 Mon Sep 28 10:48:27 2009
    * Ensure backward compatibility by author/test-externa.pl (gfx)
    * Change the algorithm of has_method() for backward compatibility (gfx)
    * $ENV{MOUSE_VERBOSE}=1 for Moose-compatible warnings (gfx)

0.36 Sun Sep 27 16:53:06 2009
    * Fix an issue that breaks backward compatibility (gfx)
      - MouseX::Attribute does work, although make tests doesn't pass

0.35 Sat Sep 26 12:38:27 2009
    * Work around Test::Exception 0.27_0x by including authorized ver. (gfx)

0.34 Fri Sep 25 21:55:48 2009
    * Make sure to work on 5.6.2 (gfx)
    * Remove Class::Method::Modifiers dependency (gfx)
    * Remove testing modules from inc/ (gfx)
    * Put t/019-handles.t on ice (gfx)

0.33_01 Thu Sep 24 16:16:57 2009
    * Implement traits => [...] in has() (gfx)

0.33 Wed Sep 23 15:06:40 2009
    * Fix RT #49902: 0.32 fails tests reported by GRUBER (gfx)
    * Add some tests

(sno)

2009-10-11 09:22:00 UTC MAIN commitmail json YAML

Updated wormux; freeradius2; sqlite3; qt4

(adam)

2009-10-11 09:21:23 UTC MAIN commitmail json YAML

Comment out non-existing master sites.
Fix fetch stage on x86_64.

(wiz)

2009-10-11 09:18:25 UTC MAIN commitmail json YAML

Changes 2.1.7:
* Full support for CoA and Disconnect packets as per RFC 3576 and RFC 5176.
  Both receiving and proxying packets is supported.
* Added "src_ipaddr" configuration to "home_server". See proxy.conf for details.
* radsniff now accepts -I, to read from a filename instead of a device.
* radsniff also prints matching requests and any responses to those requests
  when '-r' is used.
* Added example of attr_filter for Access-Challenge packets
* Added support for udpfromto in DHCP code
* radmin can now selectively mark modules alive/dead. See "set module state".
* Added customizable messages on login success/fail.
* Document "chase_referrals" and "rebind" in raddb/modules/ldap
* Preliminary implementation of DHCP relay.
* Made thread pool section optional. If it doesn't exist, the server will run
  single-threaded.
* More...

(adam)

2009-10-11 09:18:05 UTC MAIN commitmail json YAML

Remove master site that does not resolve.

(wiz)

2009-10-11 09:14:53 UTC MAIN commitmail json YAML

2009-10-11 09:14:14 UTC MAIN commitmail json YAML

Changes 3.6.18:
* Versioning of the SQLite source code has transitioned from CVS to Fossil.
* Query planner enhancements.
* The SQLITE_ENABLE_STAT2 compile-time option causes the ANALYZE command to
  collect a small histogram of each index, to help SQLite better select among
  competing range query indices.
* Recursive triggers can be enabled using the PRAGMA recursive_triggers
  statement.
* Delete triggers fire when rows are removed due to a REPLACE conflict
  resolution. This feature is only enabled when recursive triggers are enabled.
* Added the SQLITE_OPEN_SHAREDCACHE and SQLITE_OPEN_PRIVATECACHE flags for
  sqlite3_open_v2() used to override the global shared cache mode settings for
  individual database connections.
* Added improved version identification features: C-Preprocessor macro
  SQLITE_SOURCE_ID, C/C++ interface sqlite3_sourceid(), and SQL function
  sqlite_source_id().
* Obscure bug fix on triggers

(adam)

2009-10-11 09:03:46 UTC MAIN commitmail json YAML

Updated devel/qbzr to 0.14.3

(wiz)

2009-10-11 09:03:29 UTC MAIN commitmail json YAML

Update to 0.14.3, and fix MASTER_SITES.

0.14.3 - 2009-10-02
-------------------
Bugfixes release.

* qcommit:
    * Fixed bug with inability of run qcommit /path/to/tree/root after merge.
      (#433137, Alexander Belchenko)
* qlog:
    * Ensure that tree objects correctly locked when checking for directories.
      (#436467, Gary van der Merwe)

0.14.2 - 2009-09-16
-------------------
Bugfixes.

* qlog:
    * Fixed couple of problems with proper rendering of branch labels
      when inspecting log for several branches (e.g. in shared repo).
* qmerge, qcommit, ...:
  * Fixed a bug where we create the QApp after opening a Branch, but we had
    already installed the QUIFactory(). A branch can be a lightweight checkout
    of a remote location which requires a password. Which wants to open a UI
    dialog, which causes a crash because QApp has not been created yet.
    (#430232, John Arbash Meinel)

0.14.1 - 2009-09-10
-------------------
Maintenance release:

* qannotate:
  * Fixed a bug when annotating a file in a branch with no working tree.
    (Bug 419477)
  * Fixed a bug were the logwidget would crash trying to render some graphs.
    (Bug 417895)
  * Fixed a bug were it was not possible to annotate files that have been
    deleted. (Bug 419790)
  * Fixed a bug where opening a per file diff would crash with a
    ObjectNotLocked error in a 2a branch. (Bug 426688)
* qlog:
  * Fixed a bug where it was not possible to do any file list context menu
    actions on a file that was renamed in the revision that you were viewing.
    (Bug 418340)
  * Fixed a graph layout bug, where if the first revions of a brach was
    filter, there was no non direct line to it. (Bug 417895)
  * Removed superfluous twisties at the end of a filterted branch line.
    (Bug 419784)
  * Fixed a bug where branch lables would show on the wrong revisions.
    (Bug 423201)
* qcommit:
  * Show a friendly error message when tring to commit a specific file,
    and there are pending merges. (Bug 417210)
* qbrowse:
  * Fixed a bug where the window would crash with a ObjectNotLocked error
    when expanded a folder in a 2a branch. (Bug 424258)
* Handle errors raised from _qbzr_run methods and the __init__ methods that
  they call, so that ui-mode is honoured when they are reported. (Bug 420534)

(wiz)

2009-10-11 08:59:58 UTC MAIN commitmail json YAML

Add explicit master site for gcc.

(wiz)

2009-10-11 08:59:39 UTC MAIN commitmail json YAML

Fix tuwien GNU path.

(wiz)

2009-10-11 08:51:51 UTC MAIN commitmail json YAML

Updated editors/Sigil to 0.1.4

(wiz)

2009-10-11 08:51:39 UTC MAIN commitmail json YAML

Update to 0.1.4:

Sigil v0.1.4 2009.10.08.
    - SGF files are now associated with Sigil on Windows (issue #135)
    - SGF files are now associated with Sigil on Mac OS X (issue #10)
    - fixed issue with "Open With" OS actions not working on Macs (issue #111)
    - provided more informative tooltips by following Word 2007 tooltip style (issue #64)
    - the heading text can now be edited in the TOC Editor (issue #131)
    - the Save As dialog now uses the current filename in the filename field (issue #18)
    - views can now be zoomed (issue #44)
    - Sigil no longer loads flow-specific CSS... this was causing more harm than good; loading
    flow-specific CSS will be back in 0.2.0.
    - implemented a NEW workaround for a webkit bug causing the first character of a heading
    created after a chapter break to be displayed incorrectly (issue #78)
    - fixed issue with TOC editor not resolving HTML entities (issue #125)
    - fixed issue with Tidy changing case of attribute names (issue #120)
    - Sigil will from now on check for a newer version on startup and present an informative
    message if such a version is found (issue #67)
    - made SGF importing MUCH faster (issue #119)
    - provided a window icon on Linux
    - providing binary installers for Windows AND LINUX (issue #6)
    - further improved encoding detection for HTML import
    - fixed graphical misalignment of controls in MetaEditor on Linux and Mac platforms
    - fixed syntax highlighting for XPGT stylesheets
    - fixed rare issue with SGF importing that displayed all body text underlined (issue #118)
    - fixed display of the Sigil chapter break in Book View: the red double-line now
    properly appears after all images (issue #117)
    - added support for importing images referenced in SVG elements in HTML import
    - HTML importing now defaults to a locale-aware codec if one is not detected in the HTML stream;
    previously the fallback codec was UTF-8; this change should improve importing of old HTML
    documents (issue #113)

(wiz)

2009-10-11 08:34:59 UTC MAIN commitmail json YAML

Add some suggested font packages for modular xorg.

+ encodings-1.0.3, font-adobe-100dpi-1.0.1, font-adobe-75dpi-1.0.1,
  font-adobe-utopia-100dpi-1.0.2, font-adobe-utopia-75dpi-1.0.2,
  font-adobe-utopia-type1-1.0.2, font-alias-1.0.2, font-bh-100dpi-1.0.1,
  font-bh-75dpi-1.0.1, font-bh-lucidatypewriter-100dpi-1.0.1,
  font-bh-lucidatypewriter-75dpi-1.0.1, font-bh-ttf-1.0.1,
  font-bh-type1-1.0.1, font-bitstream-100dpi-1.0.1,
  font-bitstream-75dpi-1.0.1, font-bitstream-type1-1.0.1,
  font-cursor-misc-1.0.1, font-daewoo-misc-1.0.1, font-dec-misc-1.0.1,
  font-ibm-type1-1.0.1, font-isas-misc-1.0.1, font-jis-misc-1.0.1,
  font-misc-misc-1.1.0, font-mutt-misc-1.0.1, font-sony-misc-1.0.1,
  iceauth-1.0.3, makedepend-1.0.2, mkfontdir-1.0.5, mkfontscale-1.0.7.

(wiz)

2009-10-11 08:33:52 UTC MAIN commitmail json YAML

Updated editors/Sigil to 0.1.3

(wiz)

2009-10-11 08:33:39 UTC MAIN commitmail json YAML

Update to 0.1.3:

Sigil v0.1.3 2009.09.02.
    - implemented a work-around for a bug in Qt causing documents with "us-ascii" encoding
    specified in the XML declaration to crash Sigil (issue #109)
    - resource path updating rewritten; should be more robust
    - fixed an issue where EPUB files from Google Books could not be opened (issue #106)
    - fixed regression for storing the folder from which the user last imported an image (issue #105)
    - refactored HTML file import resource loading: should be a lot more robust now
    - fixed an issue with loading HTML files that reference the same images multiple times (issue #90)
    - implemented non-live View position synchronization; the Views are now synced
    by HTML element: moving the caret in one View will center the other View (upon switching)
    to the same HTML element that held the caret in the first View (issue #8)
    - newlines are now removed from TOC headings to avoid rendering problems in ADE (issue #96)
    - Sigil now creates a unique book identifier (if one is not provided by the user)
    using the UUID standard instead of a radnom sequence of characters and numbers;
    the old "SigilGEN" scheme is replaced with "UUID"
    - initial support for calibre interoperability (issue #94)
    - book updates from TOC editor are now faster and have a much smaller memory overhead
    - fixed issue with removing headings from TOC in TOC editor (issue #88, part 2 and issue #21);
    also made TOC editor updates to headings MUCH more robust
    - all headings are now by default included in TOC... heuristics for "guessing" which
    headings the users wants have been removed (issue #88, part 1)
    - fixed critical issue with Sigil hanging when loading certain SGF files (issue #87)
    - fixed rare issue with duplicate image loading (issue #86)
    - implemented a workaround for a webkit bug causing the first character of a heading
    created after a chapter break to be displayed incorrectly (issue #78)
    - the "makedmg" target for Macs is not build by default anymore and needs to be
    invoked directly; this was done to speed rebuilds
    - Macs now have a standard multiple document interface: opening a new file opens it
    in a new window, not in the old one (issue #22)
    - fixed a bug with warning dialog not informing the user of unsaved changes
    if he tried to load from the recent files list

(wiz)

2009-10-11 08:33:03 UTC MAIN commitmail json YAML

Updated devel/py-usb to 0.4.2

(wiz)

2009-10-11 08:32:50 UTC MAIN commitmail json YAML

Update to 0.4.2:

This release fixes issues related to Python 2.5 and 64 bits machines.
It also fixes some issues in the treatment of return codes of some
libusb functions. As PyUSB 1.0 is under development, PyUSB 0.x is
in bug fixes only mode. This means that no additional future is
planned for this branch.

(wiz)

2009-10-11 08:32:18 UTC MAIN commitmail json YAML

Updated www/py-mechanize to 0.1.11

(wiz)

2009-10-11 08:32:05 UTC MAIN commitmail json YAML

Update to 0.1.11:

2009-02-07 John J Lee <jjl@pobox.com>
* 0.1.11 release.
* Fix quadratic performance in number of .read() calls (and add an
  automated performance test).

(wiz)

2009-10-11 08:31:19 UTC MAIN commitmail json YAML

Updated games/rftg to 0.5.4

(wiz)

2009-10-11 08:31:05 UTC MAIN commitmail json YAML

Update to 0.5.4:

0.5.4:
Fixes crashes when changing game settings on some machines.

(wiz)

2009-10-11 08:28:10 UTC MAIN commitmail json YAML

2009-10-11 08:24:31 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-MethodAttributes to 0.18

(sno)

2009-10-11 08:24:20 UTC MAIN commitmail json YAML

Updating devel/p5-MooseX-MethodAttributes from 0.16nb1 to 0.18

pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.18    Fri, 25 Sep 2009 10:51:24 +0100
  * Bump Test::More dependency to 0.88 for done_testing
  * Require namespace::autoclean for t/late_reinitialize.t

0.17    Wed, 23 Sep 2009 15:35:50 +0100
  * Bump MooseX::Types version to 0.20 to avoid warnings with newer
    Moose releases

(sno)

2009-10-11 08:22:34 UTC MAIN commitmail json YAML

Updated devel/p5-Moose to 0.92

(sno)

2009-10-11 08:22:23 UTC MAIN commitmail json YAML

Updating devel/p5-Moose from 0.91nb1 to 0.92

pkgsrc changes:
  - requiring new Class::MOP (0.94)

Upstream changes:
0.92 Tue, Sep 22, 2009
    * Moose::Util::TypeConstraints
      - added the match_on_type operator (Stevan)
        - added tests and docs for this (Stevan)

    * Moose::Meta::Class
      - Metaclass compat fixing should already happen recursively, there's no
        need to explicitly walk up the inheritance tree. (doy)

    * Moose::Meta::Attribute
      - Add tests for set_raw_value and get_raw_value. (nothingmuch)

(sno)

2009-10-11 08:20:05 UTC MAIN commitmail json YAML

Updated devel/p5-Params-Validate to 0.92

(sno)

2009-10-11 08:19:52 UTC MAIN commitmail json YAML

Updating devel/p5-Params-Validate from 0.91nb2 to 0.92

pkgsrc changes:
  - Adjusting license
  - Adjusting dependencies

Upstream changes:
0.92 Sep 25, 2009
- Switched to Module::Build and don't try to detect a compiler. If you want to
  force a Perl-only build, run the Build.PL as "perl Build.PL --pp". Addresses
  RT #44719 (more or less), Reported by Olivier Mengu'e.
- Require Scalar::Util 1.10, since that is the first version with
  looks_like_number. Reported by Olivier Mengu'e. RT #45103.
- Require Attribute::Handlers 0.79. Reported by Olivier Mengu'e. RT #44066.

(sno)

2009-10-11 08:16:35 UTC MAIN commitmail json YAML

Updated devel/p5-Class-C3-XS to 0.13

(sno)

2009-10-11 08:16:22 UTC MAIN commitmail json YAML

Updating devel/p5-Class-C3-XS from 0.11 to 0.13

pkgsrc changes:
  - Adjusting license

Upstream changes:
0.13 Thu Sep 24, 2009
        - Release 0.12_03 as a stable release, without further modifications.

0.12_03 Mon Sep 21, 2009
        - Fix compatibility with perl 5.6.x. Thanks again, Nicholas.

0.12_02 Mon Sep 7, 2009
        - Actually ship with the changes 0.12_01 claimed to have. Thanks for
          catching this, Nicholas.

0.12_01 Sat Aug 22, 2009
        - Backport a couple of performance tweaks from bleadperl. This gives a
          performance improvement of about 40% in calculating the linearized
          isa for hierarchies with single parents only.

(sno)

2009-10-11 08:14:39 UTC MAIN commitmail json YAML

Updated devel/p5-Cache-Memcached to 1.27

(sno)

2009-10-11 08:14:23 UTC MAIN commitmail json YAML

Updating devel/p5-Cache-Memcached from 1.26 to 1.27

pkgsrc changes:
  - Adjusting license

Upstream changes:
2009-09-22: version 1.27
* Fix get() with utf-8 keys  (athomason)
* "stats malloc" command is gone in 1.4; remove those tests (athomason)
* Add append/prepend support (dormando)
* Fix occasional failure in the 100_flush_bug.t test (Ask Bjorn Hansen)

(sno)

2009-10-11 08:13:41 UTC MAIN commitmail json YAML

Update KDE4 to 4.3.2

KDE 4.3.2 brings a nice number of bugfixes, some critical, some just
fixing small annoyances:
* Many crashers have been fixed in KDE's core libraries, bringing more
  stability to all applications
* KWin's window compositing effects have been further stabilized by fixing
  a number of bugs in effect plugins such as the famous coverswitch window
  switcher
* The biggest number of bugs for this release has been fixed in KMail,
  KDE's email client, making it more reliable and usable by correcting a
  number of display issues
* Saving files over themselves works again in Okular, KDE's document viewer

(markd)

2009-10-11 08:12:08 UTC MAIN commitmail json YAML

Updated time/p5-TimeDate to 1.19

(sno)

2009-10-11 08:12:07 UTC MAIN commitmail json YAML

Changes 0.8.5:
* Fix handling of key event during the game
* Fix new sound player warning
* Fix several network bugs related to random generator
* Fix keep-alive connexion to index server when hosting a server from the game
* Fix crash when invalid display resolution requested
* Fix "play in loop" options for network games
* Refresh the public network games list
* Multi-layer sky
* Camera enhancement
* Weapon behavior: gnu, supertux and polecat now explode when pressing space,
  M16 repeats shoot
* Lefthand-operated mouse option
* Small skin animation enhancements
* Automatically create personal directories for maps, teams and game_mode
* New maps
* Do not overlink index server and game server binaries
* Translation updates

(adam)

2009-10-11 08:11:55 UTC MAIN commitmail json YAML

Updating time/p5-TimeDate from 1.17 to 1.19

Upstream changes:
1.19 -- Fri Sep 25 13:59:41 CDT 2009
  * Replace Date::Language::Hungarian with version from CPAN by Lee Goddard

1.18 -- Thu Sep 24 17:43:28 CDT 2009
  * RT#49963 Skip pre 1970 date tests on Win32
  * Added Date::Language::Hungarian (Konrad Lorinczi)

(sno)

2009-10-11 08:10:12 UTC MAIN commitmail json YAML

Updated textproc/p5-Number-Format to 1.73

(sno)

2009-10-11 08:09:58 UTC MAIN commitmail json YAML

Updating textproc/p5-Number-Format from 1.72a to 1.73

pkgsrc changes:
  - Adjusting license

Upstream changes:
Changes for version 1.73 (September 25, 2009)
------------------------
  - Fix locale.t for RUR/RUB distinction (thanks Kevin Phair; RT 46660/45833)
  - Skip locale.t for BSD (thanks Zak B. Elep; RT 48481/46367)
  - In _get_self add UNIVERSAL::isa check on ref (thanks Jordan Macdonald)

(sno)

2009-10-11 08:09:16 UTC MAIN commitmail json YAML

Updated fontforge; jpegoptim; pngcrush

(adam)

2009-10-11 08:07:23 UTC MAIN commitmail json YAML

Changes 1.7.3:
* Print contents of text chunks after IDAT, even when the -n option is used.

(adam)

2009-10-11 08:06:55 UTC MAIN commitmail json YAML

Updated devel/p5-File-Which to 1.09

(sno)

2009-10-11 08:06:42 UTC MAIN commitmail json YAML

Updating devel/p5-File-Which from 1.08 to 1.09

Upstream changes:
1.09 Sun 27 Sep 2009
- Set svn:executable for the exe files so cygwin tests work

(sno)

2009-10-11 08:05:14 UTC MAIN commitmail json YAML

Updated devel/p5-Class-MOP to 0.94

(sno)

2009-10-11 08:05:00 UTC MAIN commitmail json YAML

Updating devel/p5-Class-MOP from 0.93 to 0.94

pkgsrc changes:
  - requiring more actual p5-Test-Simple (0.88) according to META.yml

Upstream changes:
0.94 Tue, Sep 22, 2009
    * Class::MOP::Attribute
        - Introduce set_raw_value and get_raw_value, side effect free variants
          of {get,set}_value. These don't do anything useful in Class::MOP but
          have different behavior that set_value and get_value for Moose
          attributes. (nothingmuch)

(sno)

2009-10-11 08:04:54 UTC MAIN commitmail json YAML

Changes 1.2.3:
* Additional support was added for IPTC and ICC markers.
* Minor fixes were made.

(adam)

2009-10-11 08:01:47 UTC MAIN commitmail json YAML

2009-10-11 08:01:46 UTC MAIN commitmail json YAML

Updated security/p5-IO-Socket-SSL to 1.31

(sno)

2009-10-11 08:01:27 UTC MAIN commitmail json YAML

Updating security/p5-IO-Socket-SSL from 1.30 to 1.31

Upstream changes:
v1.31 2009.09.25
- add and export constants for SSL_VERIFY_*
- set SSL_use_cert if cert is given and not SSL_server
- support alternative CRL file with SSL_crl_file thanks to patch of
  w[DOT]phillip[DOT]moore[AT]gmail[DOT]com

(sno)

2009-10-11 07:51:49 UTC MAIN commitmail json YAML

2009-10-11 07:49:49 UTC MAIN commitmail json YAML

delete pkgsrc generated code from patch-ab
add fix for #348522 from upstream
pkgrevision++

(kefren)

2009-10-11 07:39:26 UTC MAIN commitmail json YAML

2009-10-11 07:36:11 UTC MAIN commitmail json YAML

don't assume we have /bin/zcat

(tnn)

2009-10-11 04:42:05 UTC pkgsrc-2009Q3 commitmail json YAML

Add a file to track changes on the pkgsrc-2009Q3 branch.

(agc)

2009-10-11 04:30:23 UTC MAIN commitmail json YAML

Note the end of the freeze for pkgsrc-2009Q3

(agc)

2009-10-11 02:01:04 UTC MAIN commitmail json YAML

+ aria2-1.6.2, claws-mail-3.7.3, eric3-4.3.8 [now called eric4],
  font-util-1.1.0, fuse-encfs-1.5.2, gdb-7.0, gmime24-2.4.10,
  gnome-vfs-2.24.2, gpredict-1.1, gsasl-1.3, gwaei-1.1, konversation-1.2,
  libXfont-1.4.1, libXft-2.1.14, libXpm-3.5.8, libXres-1.0.4,
  libXt-1.0.7, libXxf86misc-1.0.2, libdrm-2.4.15, libexif-0.6.18,
  libgda-4.0.5 [GNOME 2.28], libv4l-0.6.2, mp3diags-0.99.06.041,
  mpg123-1.9.1, pound-2.4.5 [pkg/42163], py-psycopg-2.0.13,
  tgif-4.2.1, wine-devel-1.1.31, xf86-video-openchrome-0.2.904,
  xf86-video-radeonhd-1.3.0, xf86miscproto-0.9.3.

(wiz)

2009-10-10 20:01:31 UTC MAIN commitmail json YAML

add common Makefile fragment for mozilla packages based on gecko 1.9.1,
such as xulrunner-1.9.1, firefox-3.5, thunderbird-3.0 and seamonkey-2.0.
Nothing in the tree uses this file yet. Having it here now makes for one
less pullup later.

(tnn)

2009-10-10 17:58:57 UTC MAIN commitmail json YAML

Updated www/ikiwiki to 3.20091009

(schmonz)

2009-10-10 17:58:41 UTC MAIN commitmail json YAML

Update to 3.20091009. From the changelog:

  * parentlinks: Add has_parentlinks template parameter to allow styling
    the toplevel index differently etc.
  * img: Correct bug in image size calculation code.
  * img: Fix dependency code for full size images.
  * toggle, relativedate: Support templates that add attributes
    to the body tag.
  * Support RPC::XML 0.69's incompatible object instantiation method.
  * mirrorlist: Display nothing if list is empty.
  * Fix a bug that could lead to duplicate links being recorded
    for tags.
  * Optimize away most expensive file prune calls, when refreshing,
    by only checking new files.

(schmonz)

2009-10-10 12:52:40 UTC MAIN commitmail json YAML

Rename auxiliary getline function which collides with the new prototype in
NetBSD current.  Found on NetBSD/macppc 5.99.19.

(jmmv)

2009-10-10 11:43:38 UTC MAIN commitmail json YAML

2009-10-10 10:31:25 UTC MAIN commitmail json YAML

patch-ab was old and shouldn't have been commited, remove it.

(markd)

2009-10-10 08:33:24 UTC MAIN commitmail json YAML

Fix version number in PKGNAME. Noted by reed.

(wiz)

2009-10-10 08:32:42 UTC MAIN commitmail json YAML

Fix PKGNAME to have a better version number, noted by reed.
While here, update HOMEPAGE.

(wiz)

2009-10-10 02:19:08 UTC MAIN commitmail json YAML

Note update of www/typolight27-translations package to 20091009.

(taca)

2009-10-10 02:18:00 UTC MAIN commitmail json YAML

2009-10-09 19:41:46 UTC MAIN commitmail json YAML

s/Shiretoko/Browser/

(tnn)

2009-10-09 12:56:31 UTC MAIN commitmail json YAML

2009-10-09 12:27:05 UTC MAIN commitmail json YAML

Fix previous change to make really sence; avoid using PECL_VERSION but
mannually set PKGNAME.

Noted by Robert Elz by private mail.  (Thanks much!)

(taca)

2009-10-09 12:01:23 UTC MAIN commitmail json YAML

Fix mastersite / homepage.

(joerg)

2009-10-09 11:21:35 UTC MAIN commitmail json YAML

No find -print0 / xargs -0 on Solaris 10. OK: joerg@

(is)

2009-10-09 03:55:03 UTC MAIN commitmail json YAML

Note update of these packages which have these version on pkgsrc-2009Q2
branch already.

textproc/php5-xsl 5.2.11nb1
databases/php-sqlite 5.2.11.1.0.3

(taca)

2009-10-09 03:53:06 UTC MAIN commitmail json YAML

Add some infomation in comment about packages which shold be checked
when lang/php5 package updated.

(taca)

2009-10-09 03:51:03 UTC MAIN commitmail json YAML

Add PECL_VERSION again to prevent version decrease from pkgsrc-2009Q2
branch.  Add note to remove it after next release of lang/php5, too.

(taca)

2009-10-09 03:49:43 UTC MAIN commitmail json YAML

Remove a TAB in an empty line.

(taca)

2009-10-09 03:06:51 UTC MAIN commitmail json YAML

Bump PKGREVISION which was reseted by lang/php5 update since I forgot to
pullup request to that change to pkgsrc-2009Q2 branch and it is too late
for request the reset of PKGREVISION.

(taca)

2009-10-08 22:41:46 UTC MAIN commitmail json YAML

Remove manual extract step, infrastructure is smart enough for it nowadays.

(wiz)

2009-10-08 17:27:58 UTC MAIN commitmail json YAML

Remove message about xpdf being obsolete.
There are still pdfs that evince doesn't display correctly, while
xpdf does.

(wiz)

2009-10-08 16:52:05 UTC MAIN commitmail json YAML

2009-10-08 16:43:13 UTC MAIN commitmail json YAML

2009-10-08 16:16:12 UTC MAIN commitmail json YAML

pkg_install-20091008:
- Fix German accent
- Don't dereference a null pointer for pkg_admin add

(joerg)

2009-10-08 16:12:41 UTC MAIN commitmail json YAML

+ abcm2ps-5.9.6, abcmidi-20090923, aria2-1.6.1, brasero-2.28.1
  [GNOME 2.28], bzr-2.0.0, cdrdao-1.2.3, diffstat-1.50, drivel-3.0.0,
  dvdstyler-1.7.4, empathy-2.28.0.1 [GNOME 2.28], fetchmail-6.3.12,
  file-roller-2.28.0 [GNOME 2.28], fixesproto-4.1.1, fotoxx-8.5,
  gcdmaster-1.2.3, glib2-2.22.2 [GNOME 2.28], gnome-media-2.28.1
  [GNOME 2.28], gst-plugins0.10-base-0.10.25, gstreamer0.10-0.10.25,
  gtk2-2.18.2 [GNOME 2.28], gtkmm-2.18.2 [GNOME 2.28], iso-codes-3.11,
  kde4-4.3.2, koffice-2.0.82, koffice-l10n-de-2.0.2, libXcomposite-0.4.1,
  libXfixes-4.0.4, libtheora-1.1.1, mpc-0.18, openldap-client-2.4.19,
  p5-DateTime-TimeZone-0.99, p5-GnuPG-Interface-0.42,
  p5-Module-CoreList-2.20, p5-Text-Markdown-1.0.26, pulseaudio-0.9.19,
  py-m2crypto-0.20.2, py-pytz-2009n, python26-2.6.3, scrotwm-0.9.10,
  snes9x-gtk-1.51.77, solfege-3.14.8, system-tools-backends-2.8.2
  [needs polkit>=1.0?|GNOME 2.28], telepathy-gabble-0.9.1,
  telepathy-glib-0.9.0, tellico-1.3.6, tgif-4.2, windowlab-1.37,
  x264-devel-20090930, xextproto-7.1.1, yaz-3.0.49.

(wiz)

2009-10-08 12:59:48 UTC MAIN commitmail json YAML

Set PKG_DESTDIR_SUPPORT to 'no'.  I had set it to user-destdir but it
failed on some ports.  I guess I don't understand PKG_DESTDIR_SUPPORT
so I will just set it to 'no' like others do.

(darcy)

2009-10-08 12:51:31 UTC MAIN commitmail json YAML

Pull up missing "'" from gnats trunk, since netbsd-5 sh(1) trips over
the missing quote -- first half of

2006-06-30  Stephane Chazelas  <Stephane@artesyncp.com>

* edit-pr.sh: missing quote on line 172 (it's OK for the
Bourne shell and AT&T ksh based sh, but not other shells), and
the tr syntax, though POSIX is causing trouble with Solaris
tr.  Closes: PR#613

(hauke)

2009-10-08 12:50:33 UTC MAIN commitmail json YAML

Pull up missing "'" from gnats trunk, since netbsd-5 sh(1) trips over
the missing quote -- first half of

2006-06-30  Stephane Chazelas  <Stephane@artesyncp.com>

* edit-pr.sh: missing quote on line 172 (it's OK for the
Bourne shell and AT&T ksh based sh, but not other shells), and
the tr syntax, though POSIX is causing trouble with Solaris
tr.  Closes: PR#613

(hauke)

2009-10-08 12:49:27 UTC MAIN commitmail json YAML

Redo fix for leaking .buildlink references in a more generic fashion by
using the real path in CPPFLAGS etc. The wrapper framework will translate
those back.

Add some more substitutions for additional directories to help other
packages being destdir safe.

(joerg)

2009-10-08 09:41:27 UTC MAIN commitmail json YAML

+apache-2.2.14, fixesproto-4.1.1, libXcomposte-0.4.1, libXdamage-1.1.2,
libXtst-1.1.0, libXvMC-1.0.5, libXxf86dga-1.1.1, libXxf86vm-1.1.0,
libxkbfile-1.0.6, openssh-5.3.1, randrproto-1.3.1,
xf86-input-keyboard-1.4.0, xf86-input-mouse-1.5.0, xmodmap-1.0.4

apache 2.2.14 fixes CVE-2009-2699, CVE-2009-3094 and CVE-2009-3095.

(taca)

2009-10-08 07:11:30 UTC MAIN commitmail json YAML

Updated mail/getmail to 4.12.0

(schmonz)

2009-10-08 07:11:11 UTC MAIN commitmail json YAML

Update to 4.12.0. From the changelog:

- handle MSExchange failure to deliver message gracefully.  Thanks: Morty
  Abzug.
- documentation updates regarding Python IMAP memory bug.  Thanks: "spig".
- fix bad tag in documentation.

(schmonz)

2009-10-08 06:20:07 UTC MAIN commitmail json YAML

2009-10-08 06:17:24 UTC MAIN commitmail json YAML

2009-10-08 06:15:59 UTC MAIN commitmail json YAML

add and enable kde4

(jnemeth)

2009-10-08 06:15:11 UTC MAIN commitmail json YAML

2009-10-08 01:24:51 UTC MAIN commitmail json YAML

2009-10-08 01:24:03 UTC MAIN commitmail json YAML

2009-10-07 23:58:51 UTC MAIN commitmail json YAML

Get this to build again on NetBSD-5.0/i386.  The build was being tripped
up by a configure script generated by a newer autoconf calling a configure
script generated by an old autoconf in an incompatible way.

(dmcmahill)

2009-10-07 19:40:41 UTC MAIN commitmail json YAML

2009-10-07 19:39:43 UTC MAIN commitmail json YAML

2009-10-07 18:23:19 UTC MAIN commitmail json YAML

2009-10-07 18:03:13 UTC MAIN commitmail json YAML

2009-10-07 17:41:35 UTC MAIN commitmail json YAML

2009-10-07 17:39:41 UTC MAIN commitmail json YAML

2009-10-07 17:34:54 UTC MAIN commitmail json YAML

Fix build. Prepare for DESTDIR.

(joerg)

2009-10-07 17:06:13 UTC MAIN commitmail json YAML

Deal with newer gnuradio and doxygen. Also use xmlto for the main document.

(joerg)

2009-10-07 16:03:00 UTC MAIN commitmail json YAML

2009-10-07 15:56:11 UTC MAIN commitmail json YAML

MAKE_JOBS_SAFE=no

(joerg)

2009-10-07 15:46:47 UTC MAIN commitmail json YAML

2009-10-07 15:38:03 UTC MAIN commitmail json YAML

When using modular Xorg, pass down --x-libaries, otherwise -L gets
used without argument.

(joerg)

2009-10-07 15:34:14 UTC MAIN commitmail json YAML

2009-10-07 15:31:10 UTC MAIN commitmail json YAML

2009-10-07 15:18:03 UTC MAIN commitmail json YAML

2009-10-07 15:14:47 UTC MAIN commitmail json YAML

2009-10-07 15:04:29 UTC MAIN commitmail json YAML

2009-10-07 14:59:36 UTC MAIN commitmail json YAML

DESTDIR support. Fix build on NetBSD 5.0+

(joerg)

2009-10-07 14:17:27 UTC MAIN commitmail json YAML

Note update of www/typolight27-translations package to 20091007.

(taca)

2009-10-07 14:16:04 UTC MAIN commitmail json YAML

2009-10-07 12:53:27 UTC MAIN commitmail json YAML

2009-10-07 11:38:50 UTC MAIN commitmail json YAML

Remove stale distinfo file.

(taca)

2009-10-07 10:58:59 UTC MAIN commitmail json YAML

Note bump PKGREVISION of emacs{,22}{,-nox11}.

(obache)

2009-10-07 10:56:40 UTC MAIN commitmail json YAML

fit for NetBSD-mips variants, do not use pmax configuration.

prevent unrequisite warning messages on NetBSD-alpha (patch-ac) and NetBSD-mips
variants (patch-af). fixes PR 39027.

Bump PKGREVISION.

(obache)

2009-10-07 10:50:59 UTC MAIN commitmail json YAML