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 (18m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 16:10:51 UTC Now

2010-11-30 09:04:58 UTC MAIN commitmail json YAML

Revert previous, which deleted the whole contents (hi roy!).

(wiz)

2010-11-30 08:50:17 UTC MAIN commitmail json YAML

Changes 2.1.4:
* Fix problem with special case route targets ('remote_host')
  The init_route() function will leave &netlist untouched for
  get_special_addr() routes ("remote_host" being one of them).
  netlist is on stack,  contains random garbage, and
  netlist.len will not be 0 - thus, random stack data is copied from
  netlist.data[] until the route_list is full.

(adam)

2010-11-30 07:12:50 UTC MAIN commitmail json YAML

2010-11-30 03:44:51 UTC MAIN commitmail json YAML

Updated editors/tomboy to 1.2.1

(obache)

2010-11-30 03:44:36 UTC MAIN commitmail json YAML

Update tomboy to 1.2.1, Gnome-2.30.2.

Version 1.2.1
* Fix bullet list indentation when printing (LP#516494, Owen Williams)
* Add timestamp to logger messages, useful for watching autosync output, etc
* Other fixes: LP#556628
* Translation updates: ca@valencia, el, et, nl, th

Version 1.2.0
* Handle new application/x-note mimetype (#611865, Olivier Le Thanh Duong)
* Add a text/path-list target when drag-and-dropping from Search window,
  allowing basic note transfer via Empathy (#611858, Olivier Le Thanh Duong)
* Allow icon themes to customize the panel/tray icon separately (#612887)
* Fix icon embedding in Mac build (#612893)
* Fix errors when using GTK+ >= 2.19.7
* Translation updates: bn, da, el, eu, fi, gl, it, ko, nb, lt, pa, pt, ru, sv, uk

Version 1.1.4
* Autosync improvements:
  - Enable the preference in the UI
  - Try to only sync when idle (to avoid interrupting your writing)
  - Do not attempt to sync when the server is unavailable
  - Fix focus/cursor issues that were occurring after autosync
* Other fixes: #611564, #611801
* Translation updates: bg, cs, de, en_GB, el, es, et, eu, fr, gl, hu, it, lv,
                      pl, pt_BR, ro, ru, sl, sv, ta

Version 1.1.3
* Translation updates: de, es, et, eu, gl, nb, pt_BR, ro, sl, ta, zh_HK, zh_TW

Version 1.1.2
* Experimental automatic background synchronization support (#562097)
  See the bug report for information about enabling and testing this new feature
* Allow user to decide if links are updated when renaming a note (#574485)
* Fix crashers related to new Jump List feature (#608779, #608940, Stefan Cosma)
* Translation updates: de, th

Version 1.1.1
* Awesome new Jump List support on Windows 7 (#587330, Stefan Cosma)
* Copy rich text from notes to apps like Evolution and OpenOffice.org Writer.
  Feature requires gtk-sharp 2.12.10 (#431014, Gabriel Burt)
* Rearrange Tomboy startup so icon appears within 0.5-1.0 seconds
* Prevent crash when entering empty notebook name (#602483, Greg Poirier)
* Other fixes: #594662, #592985, #541663
* New translations: ast, en@shaw
* Translation updates: bg, bn, es, et, eu, he, it, nb, sl, sv, uk, zh_CN

Version 1.1.0
* Add support for Ubuntu One and others using OAuth 1.0a (#594046, Rodrigo Moya)
* Fix printing in Windows Vista and Windows 7 (#576554)
* Various Windows bug fixes (#585297, #601067, #599688, Stefan Cosma)
* Add CreateNamedNoteWithUri method to dbus interface (#580525, Matt Jones)
* Add dbus methods for working with notebooks (#576329, Clemens Buss)
* Always show icons for note items in recent notes menu (#590653)
* Add Sync menu item to panel applet (#597569)
* Stop cutting off message text in the Sync dialog (#553615)
* Other fixes: #596416, #596395, #597139
* Translation updates: ca, id, it, lv, nb, pl, ro, sl

(obache)

2010-11-30 00:48:38 UTC MAIN commitmail json YAML

Updated textproc/p5-ack to 1.94

(abs)

2010-11-30 00:48:08 UTC MAIN commitmail json YAML

Updated textproc/p5-ack to 1.94

1.94        Mon Nov 15 22:38:48 CST 2010

    [ENHANCEMENTS]
    Added support for Go and Delphi.

    Ignores Monotone's _MTN directories.

    Added .xsl to the list of --xml files.

1.93_02    Wed Oct  6 21:39:58 CDT 2010
    [FIXES]
    --man and --version now return with an exit code of 0.  They
    used to exit with a 1. Thanks to Bo Borgerson.

    [ENHANCEMENTS]
    The --ignore-dir option now can ignore entire paths relative
    to your current directory.  Thanks to Nick Hooey.  For example:

        ack --ignore-dir=t/subsystem/test-data

    Added --invert-file-match switch to negate the sense of the
    -g/-G switches.  Thanks, Lars Dieckow.

1.93_01    Sun Sep  5 16:00:29 CDT 2010
    [FILE TYPE UPDATES]

    Added --verilog, --vhdl and --clojure.

    Files that match *.mk and *.mak as well as GNUmakefile are now included in
    the ack filetype 'make' (issue 88).

    Added RSpec's .spec type to the --ruby list.

    [ENHANCEMENTS]
    Updated the README to Markdown format.  Thanks to Mark Szymanski
    for the idea.

    Added docs for -r, -R, --recurse options.

    Added new switch --color-lineno and environment variable ACK_COLOR_LINENO,
    which allow setting the line number color.  (Marq Schneider)

    Added option --show-types to output the types that ack considers
    a file to have. (Torsten Blix)

    'ack --count --no-filename regex' doesn't output a list of numbers but a
    sum of all occurences. This is NOT what grep does but is the more sensible
    behavior.

    [FIXES]
    Fixed ack misbehavior when using --match or not specifying a regex:

        ack --match Sue
        cat foo | ack --perl

    Fixed issue 74: analog to grep, 'ack --count regex file' now
    only outputs the number of found matches, if only one file is
    given.

    Fixed issue 76: Giving both --line and a regex (with --match)
    now leads to an error. The same is true for -f or -g in conjunction
    with --match. (Torsten Blix)

    Fixed issue 80: Piping into ack --count now works as expected.
    ack always returned 0 when piped into, no matter how many matches
    where found. (Torsten Blix)

    Fixed issue 81: .ackrc now ignores leading/trailing whitespace.
    (Torsten Blix)

(abs)

2010-11-30 00:46:13 UTC MAIN commitmail json YAML

Updated mail/cyrus-imapd24 to 2.4.5

(obache)

2010-11-30 00:45:56 UTC MAIN commitmail json YAML

Updte cyrus-imapd24 to 2.4.5.

Changes to the Cyrus IMAP Server since 2.4.4

  * Tidy up of the git version number added to the ID response
  * Fixed incorrect time field in date searches (Bug #3339) - thanks Greg Banks
    for noticing this one
  * Fixed reconstruct crash and other potential issues (Bug #3353) - first
    reported Paul Dekkers
  * Fixed ACL passing for rename/delete on murder backends (Bug #3342) - first
    reported by Robert Spellman
  * Fixed corruption of long (>1024 byte) seen records on replica (Bug #3344) -
    found at FastMail by Bron Gondwana
  * Made all perl utilities use /usr/bin/perl in the #! line (Bug #2275) -
    reported by Yann Rouillard over 5 years ago!
  * Fixed crash on message with incomplete final boundary (Bug #3345) - found
    at FastMail by Bron Gondwana
  * Regression: sync_crc was being set to 00000000 on repack - introduced in
    2.4.4 (Bug #3347) - first found at FastMail, but also seen at multiple
    other sites
  * Always print [CLOSED] response when selecting a new mailbox, even if a
    CONDSTORE enabling command has not been sent (Bug #3352) - reported by Jan
    Kundra't, author of the Trojita IMAP client
  * Fixed crash with reconstruct -rf and missing mailboxes.db entries (Bug #
    3351) - reported by Giles Malet
  * Made sync_server report errors earlier if there are extra records on the
    master which aren't present on the replica (Bug #3355) - thanks to David
    Carter for finding it and a first pass at a fix
  * Stopped expunges to never-reported-messages being showed (basically if the
    'EXPUNGE' command was run, and it expunged a message that the client had
    never even seen - seriously rare race condition, Bug #3356) - discovered by
    Bron Gondwana hammering a testbed with Dovecot's imaptest tool
  * Fixed compile with old PCRE (Bug #3358) - found and fixed by Simon Matter
  * Fixed missing quota usage after XFER (Buf #3349) - found by Dave McMurtrie

(obache)

2010-11-29 21:51:09 UTC MAIN commitmail json YAML

Mention textproc/asciidoc update to 8.6.3

(gls)

2010-11-29 21:49:56 UTC MAIN commitmail json YAML

Update textproc/asciidoc to 8.6.3

This release was intended primarily to fix regressions introduced by 8.6.2, but
the incubation period was longer than expected and it now also includes a number
of enhancements an few other bug fixes.

Complete CHANGELOG at: http://www.methods.co.nz/asciidoc/CHANGELOG.html

(gls)

2010-11-29 21:43:58 UTC MAIN commitmail json YAML

+ TeXmacs-1.0.7.8, bitlbee-3.0.1, calibre-0.7.31, ccache-3.1.3,
  cdrtools-3.01alpha01, digikam-1.6.0, doclifter-2.6, dvdstyler-1.8.2,
  etm-670, gentoo-0.19.6, gif2png-2.5.4, gnumeric110-1.10.12,
  goffice0.8-0.8.12, gwaei-1.5.0, htop-0.9, imapsync-1.383,
  kipi-plugins-1.6.0, lftp-4.1.1, libwpd-0.9.0, libwpg-0.2.0,
  libwps-0.2.0, mathomatic-15.3.5, milter-manager-1.6.2, postfix-2.7.2,
  py-gnome2-desktop-2.32.0 [GNOME 2.32], python-2.7.1, rails-3.0.3,
  solfege-3.19.1, valgrind-3.6.0, wine-devel-1.3.8, xcalc-1.0.4.1,
  xeyes-1.1.1.

(wiz)

2010-11-29 21:33:58 UTC MAIN commitmail json YAML

Updated www/ikiwiki to 3.20101129

(schmonz)

2010-11-29 21:33:42 UTC MAIN commitmail json YAML

Update to 3.20101129. From the changelog:

  * websetup: Fix encoding problem when restoring old setup file.
  * more: Add pages parameter to limit where the more is displayed.
    (thanks, dark)
  * Fix escaping of filenames in historyurl. (Thanks, aj)
  * inline: Improve RSS url munging to use a proper html parser,
    and support all elements that HTML::Tagset knows about.
    (Which doesn't include html5 just yet, but then the old version
    didn't either.) Bonus: 4 times faster than old regexp method.
  * Optimise glob() pagespec. (Thanks, Kathryn and smcv)
  * highlight: Support new format of filetypes.conf used by version 3.2
    of the highlight package.
  * edittemplate: Fix crash if using a .tmpl file or other non-page file
    as a template for a new page.
  * git: Fix temp file location.
  * rename: Fix to pass named parameters to rcs_commit.
  * git: Avoid adding files when committing, so as not to implicitly add
    files like recentchanges files that are not normally checked in,
    when fixing links after rename.

(schmonz)

2010-11-29 19:35:48 UTC MAIN commitmail json YAML

2010-11-29 19:34:49 UTC MAIN commitmail json YAML

Import tex-xargs-doc-1.1 as print/tex-xargs-doc.

This is documentation for tex-xargs.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2010-11-29 19:34:41 UTC MAIN commitmail json YAML

Import tex-xargs-1.1 as print/tex-xargs.

The package provides extended versions of \newcommand and related LaTeX
commands, which allow easy and robust definition of macros with many
optional arguments, using a clear and simple xkeyval-style syntax.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2010-11-29 19:13:45 UTC MAIN commitmail json YAML

Note update of the "phpmyadmin" package to version 2.11.11.1.

(tron)

2010-11-29 19:13:30 UTC MAIN commitmail json YAML

Update "phpmyadmin" package to versino 2.11.11.1. Changes since 2.11.11:
Fix XSS vulnerability reported in PMASA-2010-8 (CVE-2010-4329?).

(tron)

2010-11-29 18:51:51 UTC MAIN commitmail json YAML

2010-11-29 18:42:39 UTC MAIN commitmail json YAML

update to 1.1.4
changes:
-Improved the reporting of files that are the same

(drochner)

2010-11-29 18:33:29 UTC MAIN commitmail json YAML

2010-11-29 18:32:00 UTC MAIN commitmail json YAML

update to 2.30.2
changes:
-minor fixes
-translation updates

(drochner)

2010-11-29 18:30:10 UTC MAIN commitmail json YAML

2010-11-29 18:29:17 UTC MAIN commitmail json YAML

update to 2.32.1
This switches to the gnome-2.32 release branch.

(drochner)

2010-11-29 18:05:23 UTC MAIN commitmail json YAML

2010-11-29 18:04:35 UTC MAIN commitmail json YAML

update to 5.12
changes:
-New molecule in molecule
-glhanoi now supports an arbitrary number of poles
-Turned on ``New Login'' button by default
-Added support for XInput-style alternate input devices
-OSX-specific fixes

(drochner)

2010-11-29 17:58:40 UTC MAIN commitmail json YAML

2010-11-29 17:50:16 UTC MAIN commitmail json YAML

update to 0.2.1.27
changes:
-fix incompatibility with the recent openssl security fix (CVE-2010-3864)
-update ip->geo db
-add a directory authority
-bugfixes

(drochner)

2010-11-29 15:35:52 UTC MAIN commitmail json YAML

revert last update for now -- it wants evince-2.32 which is not
committed yet

(drochner)

2010-11-29 15:29:06 UTC MAIN commitmail json YAML

update to 0.12.5
This switches to the stable release branch.
pkgsrc change: add "test" target

(drochner)

2010-11-29 15:25:12 UTC MAIN commitmail json YAML

Updated sysutils/radmind to 1.14.0

(hauke)

2010-11-29 15:24:23 UTC MAIN commitmail json YAML

Maintainer update to Radmind v1.14.0

* Changes since 1.13.0 *

    common: Certificate Revocation List (CRL) support.
    Patch from daking at rescomp dot stanford dot edu.

    common: Add --with-pam option to configure script.
    Based on a patch from peckhamj at umich dot edu.

    common: [Patch 2931438]: Change port back to standard on failure to
    connect. Based on a patch from slauncha at umich dot edu.

    common: Fix universal binary builds on Mac OS X 10.6.

    common: getsnet script now uses git.

    common: minor fixes and changes to build system.

    radmind: -r (use randfile) was being ignored.
    Report from daking at rescomp dot stanford dot edu.

    fsdiff: [Bug 1816150]: Can't replace dir with file.

    fsdiff: [Bug 2887658]: fsdiff prints multiple lines for changing
    character devices. Patch from jforaker at users dot
    sourceforge dot net.

    fsdiff: Repeated pathnames in transcripts are now treated as an error.

    fsdiff: Fix [Bug 3022287]: 1.14rc1 incorrectly identifying type
    as applefile. Report from bstr at users dot sourceforge dot net.

    ktcheck: [Bug 2927309]: ktcheck cores with self-referential command files.

    lmerge: [Patch 2877346]: Add a copy mode to lmerge.
    Patch from peckhamj at umich dot edu.

    ra.sh: [Patch 2524867]: Add -p (port) option for ra.sh.
    Based on a patch from steinhof at umich dot edu.

    ra.sh: [Patch 2899332]: Document -p option for ra.sh
    Patch from ezekielh at umich dot edu.

    Makefile: dist no longer creates tar archives with '../' path prefixes.

    Mac OS X package: Fix [Bug 3029115]: RadmindTools-1.14.0rc1.pkg.tar.gz
    contains leading '../'. Report from daking at stanford dot edu.

(hauke)

2010-11-29 15:18:31 UTC MAIN commitmail json YAML

2010-11-29 15:17:01 UTC MAIN commitmail json YAML

update to 2.28.5
changes:
-Make the last selected medium's widget grab focus
-small bugfixes

(drochner)

2010-11-29 13:57:20 UTC MAIN commitmail json YAML

Generally use CPPFLAGS for preprocessor flags, after a hint
of Georg Schwarz.

(hauke)

2010-11-29 12:56:20 UTC MAIN commitmail json YAML

update to 2.30.1
This switches to the gnome-2.32 release branch.
(compile-tested only; the old version didn't build anymore)

(drochner)

2010-11-29 12:54:02 UTC MAIN commitmail json YAML

update to 2.32.0
This switches to the gnome-2.32 release branch.
(compile-tested only; the old version didn't build anymore)

(drochner)

2010-11-29 12:52:18 UTC MAIN commitmail json YAML

2010-11-29 12:42:26 UTC MAIN commitmail json YAML

Updated net/unbound to 1.4.6nb1.

(ghen)

2010-11-29 12:41:51 UTC MAIN commitmail json YAML

Honor PKG_SYSCONFDIR.

(ghen)

2010-11-29 09:40:33 UTC MAIN commitmail json YAML

Note update of lang/pcc-current to 101129.

(he)

2010-11-29 09:39:42 UTC MAIN commitmail json YAML

Update pcc-current from version 100810 to 101129.

Local pkgsrc changes are minimal: date change and checksum updates.

Upstream changes are ... many, please refer to
  http://pcc.ludd.ltu.se/
for pointers to the buck tracker and list of resolves issues.

(he)

2010-11-29 07:27:07 UTC MAIN commitmail json YAML

Note addition of net/modpcap version 0.0.5

(agc)

2010-11-29 07:26:16 UTC MAIN commitmail json YAML

Add and enable modpcap

(agc)

2010-11-29 07:25:04 UTC MAIN commitmail json YAML

Initial import of modpcap version 0.0.5 into the packages collection.

A small C program to modify PCAP files to forge them and use
them for test and so on.  It allows you to change IP address,
Mac address, time of the capture, Mbit/second, Packets/second.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(agc)

2010-11-29 06:47:01 UTC MAIN commitmail json YAML

Note addition of devel/ldpc version 20060208

(agc)

2010-11-29 06:45:03 UTC MAIN commitmail json YAML

Add the license for devel/ldpc (Low Density Parity Check Codes)

(agc)

2010-11-29 06:44:15 UTC MAIN commitmail json YAML

add and enable ldpc

(agc)

2010-11-29 06:43:15 UTC MAIN commitmail json YAML

Initial import of ldpc-20060208 into the Packages Collection.

This collection of programs and modules, written in C, is
intended to support research and education concerning Low
Density Parity Check (LDPC) codes.  (Note, however, that the
copyright notice no longer restricts use to these purposes).
These codes were invented by Robert Gallager in the early
1960's, and re-invented and shown to have very good
performance by David MacKay and myself in the mid-1990's.  The
decoding algorithm for LDPC codes is related to that used for
Turbo codes, and to probabilistic inference methods used in
other fields.  Variations on LDPC and Turbo codes are
currently the best practical codes known, in terms of their
ability to transmit data at rates approaching channel capacity
with very low error probability.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(agc)

2010-11-29 04:20:33 UTC MAIN commitmail json YAML

The stop and reload commands require the core prefix now.

(jnemeth)

2010-11-29 01:49:33 UTC MAIN commitmail json YAML

Bump PKGREVISION from evolution-data-server shlib bump.

(obache)

2010-11-28 21:13:57 UTC MAIN commitmail json YAML

Updated audio/libcanberra to 0.26

(adam)

2010-11-28 21:12:55 UTC MAIN commitmail json YAML

Changes 0.26:
* Gtk+ 3.x fixes.

Changes 0.25:
* Optionally build with Gtk+ 3.x in addition to Gtk+ 2.x.

Changes 0.24:
* GTK code is now fine with GSEAL. Minor fixes in the PulseAudio backend,
  other fixes.

Changes 0.23:
* various minor fixes in the pulse and gstreamer backends as well in the Vala
  API. Support for the recently standardized Vorbis 6.1/7.1 multichannel modes.

(adam)

2010-11-28 20:53:32 UTC MAIN commitmail json YAML

2010-11-28 20:52:44 UTC MAIN commitmail json YAML

Fix PR 44163 by setting PREFIX correctly within the package. While
here, add patch comments and remove pkglint. PKGREVISION -> 7.

(dholland)

2010-11-28 20:12:36 UTC MAIN commitmail json YAML

Don't buildlink against X11

(adam)

2010-11-28 18:15:18 UTC MAIN commitmail json YAML

Note update of "postfix" package to version 2.7.2.

(tron)

2010-11-28 18:14:10 UTC MAIN commitmail json YAML

Update "postfix" package to version 2.7.2. Changes since version 2.7.1:
- Postfix no longer automatically appends the system default CA
  (certificate authority) certificates, when it reads the CA
  certificates specified with {smtp, lmtp, smtpd}_tls_CAfile or
  with {smtp, lmtp, smtpd}_tls_CApath.  This prevents third-party
  certificates from getting mail relay permission with the
  permit_tls_all_clientcerts feature.  Unfortunately, this change
  may cause compatibility problems with configurations that rely
  on certificate verification for other purposes.  To get the old
  behavior, specify "tls_append_default_CA = yes".
- A prior fix for compatibility with Postfix < 2.3 was incomplete.
  When pipe-to-command delivery fails with a signal, mail is now
  correctly deferred, instead of being returned to sender.
- Poor smtpd_proxy_filter TCP performance over loopback (127.0.0.1)
  connections was fixed by adapting the output buffer size to the MTU.
- The SMTP server no longer applies the reject_rhsbl_helo feature
  to non-domain forms such as network addresses.  This would cause
  false positives with dbl.spamhaus.org.
- The Postfix SMTP server failed to deliver a "421" response and
  hang up the connection after Milter error.  Instead, the server
  delivered a "503 Access denied" response and left the connection
  open, due to some Postfix 1.1 workaround for RFC 2821.
- The milter_header_checks parser failed to enable any of the actions
  that have no effect on message delivery (warn, replace, prepend,
  ignore, dunno, and ok).

(tron)

2010-11-28 14:11:34 UTC MAIN commitmail json YAML

Updated graphics/cairo to 1.10.0nb2

(obache)

2010-11-28 14:06:17 UTC MAIN commitmail json YAML

Add a workaround for 128-bit int problem with gcc 4.1 on DragonFly BSD x86_64.
fixes PR#43928.

(obache)

2010-11-28 13:25:01 UTC MAIN commitmail json YAML

2010-11-28 13:23:06 UTC MAIN commitmail json YAML

2010-11-28 13:21:56 UTC MAIN commitmail json YAML

update to 1.0.12
changes:
-Recently used files menu
-fixes
-translation updates

(drochner)

2010-11-28 13:10:18 UTC MAIN commitmail json YAML

2010-11-28 13:06:17 UTC MAIN commitmail json YAML

2010-11-28 13:04:09 UTC MAIN commitmail json YAML

update to 2.32.1
This switches to the gnome-2.32 release branch.

(drochner)

2010-11-28 13:03:17 UTC MAIN commitmail json YAML

2010-11-28 13:00:33 UTC MAIN commitmail json YAML

update to 2.28.2
changes:
* Remove use of deprecated GTK+ API.
* Fix build with -DGSEAL_ENABLE.
* Updated translations.

(drochner)

2010-11-28 12:59:08 UTC MAIN commitmail json YAML

2010-11-28 12:57:50 UTC MAIN commitmail json YAML

update to 2.32.0
This switches to the gnome-2.32 release branch.

(drochner)

2010-11-28 12:55:46 UTC MAIN commitmail json YAML

2010-11-28 10:47:41 UTC MAIN commitmail json YAML

2010-11-28 08:41:33 UTC MAIN commitmail json YAML

Make this package work again on architectures where we don't compile
natively (that is, only to byte-code).

This consists of two parts:

a) a patch to ocamldoc/Makefile to make it create the man pages using
the interpreted ocamldoc - this exists for both types of architectures,
so is safe. (This will be sent up-stream).

b) move a common shared library file to the common PLIST, and a lot of
files (natively compiled versions of the ML modules and natively compiled
versions of a few binaries) to PLIST.opt.

This has been build-tested on i386 (cross-compiled from amd64) and on
arm. unison builds and works.

"make test" shows the same amount of passed and failed tests (mostly
non-found libraries) as before; but this needs more investigation.

An additional issue to solve (with upstream) is that there's no easy way
to run the part of the test suite that would work on byte-code-only
architectures.

(is)

2010-11-28 07:42:19 UTC MAIN commitmail json YAML

2010-11-28 01:26:04 UTC MAIN commitmail json YAML

gtk-doc is not required to build.

(obache)

2010-11-28 01:25:19 UTC MAIN commitmail json YAML

gtk-doc is not required to build.

(obache)

2010-11-27 23:48:14 UTC MAIN commitmail json YAML

This should work with Python 2.6 as well.

(tron)

2010-11-27 18:24:45 UTC MAIN commitmail json YAML

2010-11-27 14:15:29 UTC MAIN commitmail json YAML

2010-11-27 14:04:39 UTC MAIN commitmail json YAML

Express dependency on py-darcsver.

(gdt)

2010-11-27 13:51:24 UTC MAIN commitmail json YAML

2010-11-27 13:35:07 UTC MAIN commitmail json YAML

Work around upstream bug where more python bits are fetched from the
net at build time.  See http://tahoe-lafs.org/trac/zfec/ticket/11 .
PKGREVISION++

(gdt)

2010-11-27 13:26:31 UTC MAIN commitmail json YAML

Updated net/dnsmasq to 2.55

(roy)

2010-11-27 13:24:47 UTC MAIN commitmail json YAML

Update to dnsmasq-2.55 with the following changes:
* Allow the empty domain "." in dhcp domain-search (119) options.
* Fix corruption of the domain when a name from /etc/hosts
  overrides one supplied by a DHCP client.
* Fix regression which caused configuration like
  --address=/.domain.com/1.2.3.4 to be rejected.
* Many new options added and improved.

(roy)

2010-11-27 13:01:26 UTC MAIN commitmail json YAML

Updated net/dhcpcd to 5.2.9

(roy)

2010-11-27 12:59:31 UTC MAIN commitmail json YAML

Update to dhcpcd-5.2.9 with the following changes:
* syntax in 50-ypbind hook has been fixed
* man page corrections
* Compile correctly on Debian kFreeBSD
* invoke-rc.d now detected by configure correctly
* report hwaddr used by dhcpcd when debug is enabled
* Fix detecting inet address for INFORM support
* document reason RELEASE in dhcpcd-run-hooks
* Support RTM_CHGADDR in the upcoming NetBSD-6
  This is used to work out if the hwaddr has changed as the interface
  does not go down/up unlike other OSes
* ntp hook no longer attempts to restart ntpd if 1st attempt failed

(roy)

2010-11-27 12:46:53 UTC MAIN commitmail json YAML

2010-11-27 07:25:25 UTC MAIN commitmail json YAML

2010-11-27 07:21:28 UTC MAIN commitmail json YAML

Modify patches to buildable on NetBSD-5.1, NetBSD-5.99.40 and DragonFly-2.8.2.

(obache)

2010-11-27 06:33:14 UTC MAIN commitmail json YAML

Note update of multimedia/mediatomb to 0.12.1

(agc)

2010-11-27 06:30:24 UTC MAIN commitmail json YAML

Update mediatomb to version 0.12.1, from patch from Jan Danielsson in
private mail.

MediaTomb 0.12.1 is a minor bugfix release which fixes:
- YouTube support
- a problem in the soap response http header
- automatic id3lib detection when taglib is not available

The following patches are no longer needed as they have been integrated
upstream:
patches/patch-aa
patches/patch-ab
patches/patch-ac
patches/patch-ad
patches/patch-ae
patches/patch-ah
patches/patch-ai
patches/patch-aj

(agc)

2010-11-27 06:19:50 UTC MAIN commitmail json YAML

Updated ruby-gnome2 to 0.90.5.

(obache)

2010-11-27 06:15:29 UTC MAIN commitmail json YAML

Note addition of libtomcrypt

(agc)

2010-11-27 06:14:50 UTC MAIN commitmail json YAML

Update ruby-gnome2 packages to 0.90.5.

== Ruby-GNOME2 0.90.5: 2010-10-28

NOTE: 0.90.x releases are for 1.0.0 major release.

A build system improvements release.

=== Changes

==== All

  * Improvements
    * add --with-pkg-config-dir option to extconf.rb for *.pc.

==== Ruby/GLib2

  * Improvements
    * glib-mkenums.rb can work with Ruby 1.9 on LANG=C.
      [Kouhei Sutou]

  * Bug fixes
    * fix pkg-config gem dependency.
      [Kouhei Sutou]

== Ruby-GNOME2 0.90.4: 2010-10-24

NOTE: 0.90.x releases are for 1.0.0 major release.

A bug fix release of 0.90.3.

=== Changes

==== Ruby/GLib2

  * Bug fixes
    * add missing '*' for String type conversion. [#3093789]
      [tmtms, Kouhei Sutou]

==== Ruby/GIO2

  * Bug fixes
    * Remove needless cairo dependency.
      [OBATA Akio, Kouhei Sutou]

==== Ruby/Libglade2

  * Improvements
    * Don't install *.pc by default.
      [OBATA Akio, Kouhei Sutou]

(obache)

2010-11-27 06:13:25 UTC MAIN commitmail json YAML

add and enable libtomcrypt

(agc)

2010-11-27 06:11:58 UTC MAIN commitmail json YAML

Import libtomcrypt (version 1.17) into the packages collection.

LibTomCrypt is a fairly comprehensive, modular and portable
cryptographic toolkit that provides developers with a vast array of
well known published block ciphers, one-way hash functions, chaining
modes, pseudo-random number generators, public key cryptography and a
plethora of other routines.  LibTomCrypt has been designed from the
ground up to be very simple to use.  It has a modular and standard API
that allows new ciphers, hashes and PRNGs to be added or removed
without change to the overall end application.  It features easy to
use functions and a complete user manual which has many source snippet
examples.

* Block Ciphers
    * Blowfish
    * XTEA
    * RC5
    * RC6
    * SAFER+
    * Rijndael (aka AES)
    * Twofish
    * SAFER (K64, SK64, K128, SK128)
    * RC2
    * DES, 3DES
    * CAST5
    * Noekeon
    * Skipjack
    * Anubis (with optional tweak as proposed by the developers)
    * Khazad
    * KASUMI
    * SEED
* Chaining Modes
    * ECB
    * CBC
    * OFB
    * CFB
    * CTR
    * IEEE LRW mode
    * F8 Chaining Mode
* One-Way Hash Functions
    * MD2
    * MD4
    * MD5
    * SHA-1
    * SHA-224/256/384/512
    * TIGER-192
    * RIPE-MD 128/160/256/320
    * WHIRLPOOL
* Message Authentication
    * FIPS-198 HMAC (supports all hashes)
    * CMAC, also known as OMAC1 (supports all ciphers)
    * PMAC Authentication
    * F9-MAC
    * Pelican MAC
* Message Encrypt+Authenticate Modes
    * EAX Mode
    * OCB Mode
    * CCM Mode (NIST spec)
    * GCM Mode (IEEE spec)
* Pseudo-Random Number Generators
    * Yarrow (based algorithm)
    * RC4
    * Support for /dev/random, /dev/urandom and the Win32 CSP RNG
    * Fortuna
    * SOBER-128
* Public Key Algorithms
    * RSA (using PKCS #1 v1.5 and v2.1)
    * ECC (EC-DSA X9.62 signatures, X9.63 EC-DH)
  o With fast Fixed Point ECC support as well
  o X9.63 import/export of public keys
    * DSA (Users make their own groups)
    * The math routines are pluggable which means you can use your own
      math provider if you want.
* Other standards
    * PKCS #1 (v1.5 and v2.1 padding)
    * PKCS #5
    * ASN.1 DER

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(agc)

2010-11-26 21:07:21 UTC MAIN commitmail json YAML

Updated boost to 1.45.0

(adam)

2010-11-26 21:07:01 UTC MAIN commitmail json YAML

Changes 1.45.0:
* Fixed a problem on kqueue-based platforms where a deadline_timer
  may never fire if the io_service is running in a background thread
* Fixed a const-correctness issue that prevented valid uses of
  has_service<> from compiling
* Fixed MinGW cross-compilation
* Removed dependency on deprecated Boost.System functions
* Ensured close()/closesocket() failures are correctly propagated
* Added a check for errors returned by
  InitializeCriticalSectionAndSpinCount
* Added support for hardware flow control on QNX
* Always use pselect() on HP-UX, if it is available.
* Ensured handler arguments are passed as lvalues
* Fixed Windows build when thread support is disabled
* Fixed a Windows-specific problem where deadline_timer objects with
  expiry times set more than 5 minutes in the future may never expire
* Fixed the resolver backend on BSD platforms so that an empty service
  name resolves to port number 0, as per the documentation
* Fixed read operations so that they do not accept buffer sequences of
  type const_buffers_1
* Redefined Protocol and id to avoid clashing with Objective-C++ keywords
* Fixed a vector reallocation performance issue that can occur when
  there are many active deadline_timer objects
* Fixed the kqueue backend so that it compiles on NetBSD
* Fixed the socket io_control() implementation on 64-bit Mac OS X and
  BSD platforms
* Fixed a Windows-specific problem where failures from accept() are
  incorrectly treated as successes
* Deprecated the separate compilation header <boost/asio/impl/src.cpp>
  in favour of <boost/asio/impl/src.hpp>

(adam)

2010-11-26 20:47:32 UTC MAIN commitmail json YAML

Changes 1.45.0:
* Fixed a problem on kqueue-based platforms where a deadline_timer
  may never fire if the io_service is running in a background thread
* Fixed a const-correctness issue that prevented valid uses of
  has_service<> from compiling
* Fixed MinGW cross-compilation
* Removed dependency on deprecated Boost.System functions
* Ensured close()/closesocket() failures are correctly propagated
* Added a check for errors returned by
  InitializeCriticalSectionAndSpinCount
* Added support for hardware flow control on QNX
* Always use pselect() on HP-UX, if it is available.
* Ensured handler arguments are passed as lvalues
* Fixed Windows build when thread support is disabled
* Fixed a Windows-specific problem where deadline_timer objects with
  expiry times set more than 5 minutes in the future may never expire
* Fixed the resolver backend on BSD platforms so that an empty service
  name resolves to port number 0, as per the documentation
* Fixed read operations so that they do not accept buffer sequences of
  type const_buffers_1
* Redefined Protocol and id to avoid clashing with Objective-C++ keywords
* Fixed a vector reallocation performance issue that can occur when
  there are many active deadline_timer objects
* Fixed the kqueue backend so that it compiles on NetBSD
* Fixed the socket io_control() implementation on 64-bit Mac OS X and
  BSD platforms
* Fixed a Windows-specific problem where failures from accept() are
  incorrectly treated as successes
* Deprecated the separate compilation header <boost/asio/impl/src.cpp>
  in favour of <boost/asio/impl/src.hpp>

(adam)

2010-11-26 20:47:01 UTC MAIN commitmail json YAML

Changes 1.45.0:
* Fixed a problem on kqueue-based platforms where a deadline_timer
  may never fire if the io_service is running in a background thread
* Fixed a const-correctness issue that prevented valid uses of
  has_service<> from compiling
* Fixed MinGW cross-compilation
* Removed dependency on deprecated Boost.System functions
* Ensured close()/closesocket() failures are correctly propagated
* Added a check for errors returned by
  InitializeCriticalSectionAndSpinCount
* Added support for hardware flow control on QNX
* Always use pselect() on HP-UX, if it is available.
* Ensured handler arguments are passed as lvalues
* Fixed Windows build when thread support is disabled
* Fixed a Windows-specific problem where deadline_timer objects with
  expiry times set more than 5 minutes in the future may never expire
* Fixed the resolver backend on BSD platforms so that an empty service
  name resolves to port number 0, as per the documentation
* Fixed read operations so that they do not accept buffer sequences of
  type const_buffers_1
* Redefined Protocol and id to avoid clashing with Objective-C++ keywords
* Fixed a vector reallocation performance issue that can occur when
  there are many active deadline_timer objects
* Fixed the kqueue backend so that it compiles on NetBSD
* Fixed the socket io_control() implementation on 64-bit Mac OS X and
  BSD platforms
* Fixed a Windows-specific problem where failures from accept() are
  incorrectly treated as successes
* Deprecated the separate compilation header <boost/asio/impl/src.cpp>
  in favour of <boost/asio/impl/src.hpp>

(adam)

2010-11-26 19:16:03 UTC MAIN commitmail json YAML

2010-11-26 18:00:17 UTC MAIN commitmail json YAML

update to 1.1.0
change: New functions to fix a leak in dirmngr

(drochner)

2010-11-26 17:56:14 UTC MAIN commitmail json YAML

2010-11-26 17:55:21 UTC MAIN commitmail json YAML

2010-11-26 17:53:00 UTC MAIN commitmail json YAML

2010-11-26 17:52:10 UTC MAIN commitmail json YAML

2010-11-26 16:06:03 UTC MAIN commitmail json YAML

Commit the one-liner os specific CFLAGS addition from pkg/43723
and add same for Darwin.

(hauke)

2010-11-26 14:52:21 UTC MAIN commitmail json YAML

Updated link-grammar to 4.7.0; abiword to 2.8.6

(adam)

2010-11-26 14:50:38 UTC MAIN commitmail json YAML

Changes 2.8.6:
* Preserve character properties when typing. This fixes a bad regression that
  was introduced in 2.8.5.

Changes 2.8.5:
* Fix paste of rich text from HTML and ODT, where previously some formatting
  properties were not closed properly.
* Add a number of robustness fixes to the layout engine.
* Fix a table selection bug.

(adam)

2010-11-26 14:49:50 UTC MAIN commitmail json YAML

Changes 2.8.6:
* Preserve character properties when typing. This fixes a bad regression that
  was introduced in 2.8.5.

Changes 2.8.5:
* Fix paste of rich text from HTML and ODT, where previously some formatting
  properties were not closed properly.
* Add a number of robustness fixes to the layout engine.
* Fix a table selection bug.

(adam)

2010-11-26 14:43:31 UTC MAIN commitmail json YAML

Changes 4.7.0:
* Fix: hunspell configuration on Fedora (bugtracker issue 47)
* Fix: 'turn' with adjective: "She turned him green" from wingedtachikoma
* Fix: comma-conjoined modifiers: "It tastes bitter, not sweet."
* Fix: conjoined question words: "When and where is the party?"
* Fix: recognize short, capitalized words (Los, La, etc.).
* Treat colon as synonym for is: "The answer: yes."
* Fix: begin with prepositions: "It all began in Chicago."
* Fix: "What does it come to?" and related.
* Fix: null infinitive: "I'd like to, I want to."
* Fix: "Because I said so."
* Fix: "sure" as preverbal adverb: "It sure is."
* Fix: Gerunds with determiners: "a running of the bulls"
* SJ link for conjoined nouns/noun phrases.
* Sort linkages according to whether fat linkage was used.
* Add flag to enable use of fat linkage during parsing.
  (Fat links now disabled by default).
* Add male/female gender tags to misc nouns.
* Fix: misc optionally transitive verbs: mix, paint, boot
* Fix: word order: "look about fearfully", "look fearfully about", around
* Fix: recognize simple fractions
* Fix: "is" with uncountable nouns: "there is blood on your hands"
* Fix: Roman numeral suffixes e.g. "Henry VIII"
* Fix: regression in dates followed by punctuation. "In the 1950s, ..."
* Fix: verbs drank, drunk are optionally transitive.
* Fix: regression: "all the X", X can be plural or mass.
* Fix: verbs paint, color may be ditranstive: "paint the car bright green"

(adam)

2010-11-26 14:04:51 UTC MAIN commitmail json YAML

2010-11-26 14:01:01 UTC MAIN commitmail json YAML

Note update of subversion packages to 1.6.15.

        devel/subversion 1.6.15
        devel/subversion-base 1.6.15
        devel/java-subversion 1.6.15
        devel/p5-subversion 1.6.15
        devel/py-subversion 1.6.15
        devel/ruby-subversion 1.6.15
        www/ap2-subversion 1.6.15

(taca)

2010-11-26 13:57:59 UTC MAIN commitmail json YAML

Update subversion package to 1.6.15.
Also update subversion-base, ap2-subversion, p5-subversion, py-subversion
and ruby-subversion.

Version 1.6.15
(26 Nov 2010, from /branches/1.6.x)
http://svn.apache.org/repos/asf/subversion/tags/1.6.15

  User-visible changes:
  * improve svnsync handling of dir copies (r962377, -8)
  * hide unreadable dirs in mod_dav_svn's GET response (r996884)
  * make 'svnmucc propsetf' actually work (r1005446)
  * limit memory fragmentation in svnserve (r1022675)
  * fix 'svn export' regression from 1.6.13 (r1032970)
  * fix 'svn export' mistakenly uri-encodes paths (issue #3745)
  * fix server-side memory leaks triggered by 'blame -g' (r1032808)
  * prevent crash in mod_dav_svn when using SVNParentPath (r1033166)
  * allow 'log -g' to continue in the face of invalid mergeinfo (r1028108)
  * filter unreadable paths for 'svn ls' and 'svn co' (r997026, -070, -474)
  * fix abort in 'svn blame -g' (issue #3666)
  * fix file handle leak in ruby bindings (issue #3512)
  * remove check for 1.7-style working copies (issue #3729)

  Developer-visible changes:
  * improve some swig parameter mapping (r984565, r1035745)
  * improve test accuracy over dav (r991534, r877814)
  * create fails.log for test runs (r964349)
  * improve detection of 'svnversion' when buildling (r877219, et al)
  * don't violate API layering in dumpstream logic (issue #3733)
  * don't report working copy installs as switched (r1033921)

Version 1.6.14
(Not released, see changes for 1.6.15.)

(taca)

2010-11-26 13:54:48 UTC MAIN commitmail json YAML

Note update of mysql51-{client,server} package to 5.1.53.

(taca)

2010-11-26 13:52:58 UTC MAIN commitmail json YAML

2010-11-26 13:52:46 UTC MAIN commitmail json YAML

Updated sysutils/ruby-notify to 0.3.0

(obache)

2010-11-26 13:52:18 UTC MAIN commitmail json YAML

Update ruby-notify to 0.3.0.

* Adding notify command
* Adding support for kdialog
* Adding support for libnotify ffi bindings

(obache)

2010-11-26 13:43:25 UTC MAIN commitmail json YAML

fix an obviously reversed conditional in "configure" which disabled
symbol versioning, hopefully fixes PR pkg/44154 by Geert Hendrickx
bump PKGREVISION

(drochner)

2010-11-26 12:56:21 UTC MAIN commitmail json YAML

The Darwin 8 /bin/{,k}sh take offense at empty if .. fi blocks,
so comment out the entire statement.

(hauke)

2010-11-26 11:34:41 UTC MAIN commitmail json YAML

2010-11-26 11:31:31 UTC MAIN commitmail json YAML

2010-11-26 11:29:08 UTC MAIN commitmail json YAML

2010-11-26 11:29:00 UTC MAIN commitmail json YAML

2010-11-25 15:17:51 UTC MAIN commitmail json YAML

The distribution patch under work/nbitools-R6.3/config/md.patch breaks
with GNU patch, hurting !NetBSD pkgsrc platforms. Replace the patch with
patch-a{m,n,o}, and remove the pre-patch target.

The pkglint
ERROR: Makefile:24: Invalid tool syntax: "${IMAKE_TOOLS:Nimake}".
appears to be bogus, given an identical expression is used in
<mk/tools/imake.mk>.

(hauke)

2010-11-25 14:45:16 UTC MAIN commitmail json YAML

Updated misc/py-anita to 1.17

(gson)

2010-11-25 14:44:20 UTC MAIN commitmail json YAML

Update misc/py-anita from 1.15 to 1.17.  Changes:

Update the discussion of Linux KVM virtualization compatibility in the
BUGS section, noting the --qemu-args -no-kvm-irqchip workaround and
including a reference to PR 44069.

New command line option "--sets".

Add a rudimentary INSTALL file.

The "misc" set is now installed by default, as it is required for
the ATF XML DTD, XSL files, and style sheets.

The "test" command now exports the raw and XML format ATF output
to the host, along with some auxiliary files needed for further
processing of the XML output.

Add support for FreeBSD hosts, from Kurt Lidl.

(gson)

2010-11-25 13:27:01 UTC MAIN commitmail json YAML

mention updates/additions

(drochner)

2010-11-25 13:18:39 UTC MAIN commitmail json YAML

update to 2.7.8
changes:
-add code to plug in ICU converters by default
-Add xmlSaveOption XML_SAVE_WSNONSIG
-documentation fixes
-portability fixes
-bugfixes, in particular for an XPath problem which can be exploited
to crash the program by a malformed XPath expression (CVE-2010-4008)
-misc improvements, cleanup

(drochner)

2010-11-25 11:10:49 UTC MAIN commitmail json YAML

restore conditionals for the "-evolution" case, noticed by wiz

(drochner)

2010-11-25 10:56:22 UTC MAIN commitmail json YAML

Updated inputmethod/ibus to 1.3.9

(obache)

2010-11-25 10:55:43 UTC MAIN commitmail json YAML

Update ibus to 1.3.9.

Changes:
* Fix compatible issues with gnome-do and chromium-browser.
* Fix XIM compatible issue in ppc64 platform.
* Fix some build problems with gtk3
* Sort input method in setup with strcoll
* Fix some problem in Makefile for NteBSD

(obache)

2010-11-25 10:52:32 UTC MAIN commitmail json YAML

Updated converters/libwps to 0.2.0

(wiz)

2010-11-25 10:52:19 UTC MAIN commitmail json YAML

2010-11-25 10:43:55 UTC MAIN commitmail json YAML

Updated converters/libwpg to 0.2.0

(wiz)

2010-11-25 10:43:44 UTC MAIN commitmail json YAML

Update to 0.2.0:

0.1.x - 0.2.0

- Rewrite the library to reuse wherever possible the libwpd types and  APIs.
- Rewrite the libwpg API to be similar to the libwpd API where the arguments
  are passed as pairs of attribute name and values.
- Convert the embedded text inside graphics.
- Remove implementation of stream abstraction class and use the libwpd
  WPXInputStream implementations.

(wiz)

2010-11-25 10:41:17 UTC MAIN commitmail json YAML

Remove libgsf here as well.

(wiz)

2010-11-25 10:28:35 UTC MAIN commitmail json YAML

2010-11-25 10:28:03 UTC MAIN commitmail json YAML

Updated converters/libwpd to 0.9.0

(wiz)

2010-11-25 10:27:50 UTC MAIN commitmail json YAML

Update to 0.9.0. Bump API depends for shlib name change.

CHANGES:
0.8.x - 0.9.0
- Conversion of page-numbering (William)
- Conversion of embedded images and text boxes in WP1, WP3, WP5 and WP6 documents
  (Fridrich)
- Conversion of password protected WP1, WP3, WP42 and WP5 documents (Fridrich)
- Conversion of annotations/comments in WP6 parser (Fridrich)
- Fix some greek characters so that Text written in WP5.1 with Printer Polyglott
  convert correct.
- Fix unicode mappings of some older Symbol and Dingbats fonts (Fridrich)
- Drop the libgsf dependency in favour of pure C++ implementation of the WPXInputStream
  interface (Fridrich, Ariya)
- Fix the footnote/endnote/comment/annotation/textbox writing in wpd2html converter
- Improve metadata parsing (David Hislop)

(wiz)

2010-11-25 03:46:20 UTC MAIN commitmail json YAML

Note update of these pacakges:

lang/php53 5.3.3nb1
lang/php5 5.2.14nb1
mail/php-imap 5.3.3nb1

(taca)

2010-11-25 03:45:19 UTC MAIN commitmail json YAML

Bump REVISION since CVE-2010-4150 fix was added.

(taca)

2010-11-25 03:44:16 UTC MAIN commitmail json YAML

2010-11-25 03:43:50 UTC MAIN commitmail json YAML

2010-11-25 01:16:40 UTC MAIN commitmail json YAML

2010-11-25 01:14:59 UTC MAIN commitmail json YAML

No need gtkdoc-rebase workaround anymore.

(obache)

2010-11-24 22:46:14 UTC MAIN commitmail json YAML

Updated math/fricas to 1.1.1

(asau)

2010-11-24 22:43:40 UTC MAIN commitmail json YAML

Update to FriCAS 1.1.1

Notable changes since version 1.1.0:

- New graphics framework.
- Support for using GMP with sbcl on 32/64 bit AMD/Intel processors
  (to activate it one must use '--with-gmp' option to configure).
- Improvements to integration and normalization.  In particular
  integrals containing multiple non-nested roots should now work
  much faster.  Also FriCAS now can compute more integrals
  of Liouvillian functions.
- Several new special functions.
- Improvements to efricas.
- Looking for default init file FriCAS now first tries to use
  '.fricas.input' and only if that fails it looks for
  '.axiom.input'.

Bug fixes, in particular:

- Numeric atan, asin and acos took wrong branch.
- WeierstrassPreparation package did not work.
- Saving and restoring history should be now more reliable.
- Fixed two bugs in Spad compiler related to conditional compilation.
- Fixed a problem with rational reconstruction which affected
  guessing package.

(asau)

2010-11-24 22:27:06 UTC MAIN commitmail json YAML

SunPro doesn't like zero-sized array declarations, use 1.

"audio_out_wav.c", line 166: zero or negative subscript
"audio_out_wav.c", line 167: zero or negative subscript

(shattered)

2010-11-24 21:17:07 UTC MAIN commitmail json YAML

- evolution-data-server-2.32.1 [GNOME 2.32], gnome-desktop-2.32.1
  [GNOME 2.32], gnome-menus-2.30.5 [GNOME 2.32], gnome-panel-2.32.1,
  koffice-2.2.1, libwnck-2.30.6, metacity-2.30.3, nautilus-2.32.1,
  py-gobject-2.26.0, py-gtk2-2.22.0.

(wiz)

2010-11-24 20:59:15 UTC MAIN commitmail json YAML

update to 2.32.1
This switches to the gnome-2.32 release branch.

(drochner)

2010-11-24 20:57:41 UTC MAIN commitmail json YAML

2010-11-24 20:56:03 UTC MAIN commitmail json YAML

reset PKGREV for base pkg update

(drochner)

2010-11-24 20:55:28 UTC MAIN commitmail json YAML

2010-11-24 20:54:00 UTC MAIN commitmail json YAML

update to 2.32.1
This switches to the gnome-2.32 release branch.

(drochner)

2010-11-24 20:52:42 UTC MAIN commitmail json YAML

2010-11-24 20:51:19 UTC MAIN commitmail json YAML

2010-11-24 20:38:48 UTC MAIN commitmail json YAML

2010-11-24 20:37:33 UTC MAIN commitmail json YAML

update to 2.32.0
This switches to the gnome-2.32 release branch.

(drochner)

2010-11-24 20:35:52 UTC MAIN commitmail json YAML

2010-11-24 20:29:05 UTC MAIN commitmail json YAML

2010-11-24 20:27:37 UTC MAIN commitmail json YAML

update to 2.30.3
changes:
-minor fixes
-translation updates

(drochner)

2010-11-24 20:26:21 UTC MAIN commitmail json YAML

2010-11-24 20:24:10 UTC MAIN commitmail json YAML

2010-11-24 20:22:49 UTC MAIN commitmail json YAML

2010-11-24 20:20:29 UTC MAIN commitmail json YAML

bump PKGREV for e-d-s shlib change

(drochner)

2010-11-24 20:19:44 UTC MAIN commitmail json YAML

2010-11-24 20:14:05 UTC MAIN commitmail json YAML

2010-11-24 19:01:50 UTC MAIN commitmail json YAML

update for 2.32.1 (all pkgs were updated before)

(drochner)

2010-11-24 18:57:01 UTC MAIN commitmail json YAML

update to 2.22.0
This switches to the gnome-2.32 release branch.

(drochner)

2010-11-24 18:54:56 UTC MAIN commitmail json YAML

2010-11-24 18:52:06 UTC MAIN commitmail json YAML

+telepathy-logger

(drochner)

2010-11-24 18:50:48 UTC MAIN commitmail json YAML

add telepathy-logger-0.1.6, a logging module for the "telepathy" framework
(will be needed by future versions of Gnome's "empathy" IM client)

Status:

Vendor Tag: TNF
Release Tags: pkgsrc_base

(drochner)

2010-11-24 18:44:55 UTC MAIN commitmail json YAML

add patch from upstream CVS to fix handling the "SHZ" bytecode instruction
which could be exploited to cause a crash and potentially execute
arbitrary code via a specially crafted font (CVE-2010-3814)
bump PKGREV
being here, add CVE reference to an older patch

(drochner)

2010-11-24 18:20:30 UTC MAIN commitmail json YAML

2010-11-24 18:19:26 UTC MAIN commitmail json YAML

add clutter-mx-1.0.4, a widget set originating from Moblin
(it can be used optionally by Gnome's "empathy" IM client)

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(drochner)

2010-11-24 18:06:01 UTC MAIN commitmail json YAML

update to 2.2.1
changes:
-misc fixes and feature additions
-space saving / time improvements
-needs py-cython-0.13

(drochner)

2010-11-24 17:58:22 UTC MAIN commitmail json YAML

2010-11-24 12:20:40 UTC MAIN commitmail json YAML

Add pthread bl3.mk file to stop problems in partial bulk builds

(sborrill)

2010-11-24 03:16:45 UTC MAIN commitmail json YAML

Add missing shm-transmitter plugin entry.

(obache)

2010-11-24 01:57:57 UTC MAIN commitmail json YAML

Updated parallel/openmpi to 1.4.3

(asau)

2010-11-24 01:57:30 UTC MAIN commitmail json YAML

2010-11-24 01:56:13 UTC MAIN commitmail json YAML

Update to OpenMPI 1.4.3

New in 1.4.3
------------

- Fixed handling of the array_of_argv parameter in the Fortran
  binding of MPI_COMM_SPAWN_MULTIPLE.
- Fixed a problem with the Fortran binding for
  MPI_FILE_CREATE_ERRHANDLER.  Thanks to Secretan Yves for identifying
  the issue.
- Updates to the LSF PLM to ensure that the path is correctly passed.
  Thanks to Teng Lin for the patch.
- Fixes for the F90 MPI_COMM_SET_ERRHANDLER and MPI_WIN_SET_ERRHANDLER
  bindings.  Thanks to Paul Kapinos for pointing out the issue.
- Fixed various MPI_THREAD_MULTIPLE race conditions.
- Fixed an issue with an undeclared variable from ptmalloc2 munmap on
  BSD systems.
- Fixes for BSD interface detection.
- Various other BSD fixes.  Thanks to Kevin Buckley helping to track.
  all of this down.
- Fixed issues with the use of the -nper* mpirun command line arguments.
- Fixed an issue with coll tuned dynamic rules.
- Fixed an issue with the use of OPAL_DESTDIR being applied too aggressively.
- Fixed an issue with one-sided xfers when the displacement exceeds 2GBytes.
- Change to ensure TotalView works properly on Darwin.
- Added support for Visual Studio 2010.
- Fix to ensure proper placement of VampirTrace header files.
- Needed to add volatile keyword to a varialbe used in debugging
  (MPIR_being_debugged).
- Fixed a bug in inter-allgather.
- Fixed malloc(0) warnings.
- Corrected a typo the MPI_Comm_size man page (intra -> inter).  Thanks
  to Simon number.cruncher for pointing this out.
- Fixed a SegV in orted when given more than 127 app_contexts.
- Removed xgrid source code from the 1.4 branch since it is no longer
  supported in the 1.4 series.
- Removed the --enable-opal-progress-threads config option since
  opal progress thread support does not work in 1.4.x.
- Fixed a defect in VampirTrace's vtfilter.
- Fixed wrong Windows path in hnp_contact.
- Removed the requirement for a paffinity component.
- Removed a hardcoded limit of 64 interconnected jobs.
- Fix to allow singletons to use ompi-server for rendezvous.
- Fixed bug in output-filename option.
- Fix to correctly handle failures in mx_init().
- Fixed a potential Fortran memory leak.
- Fixed an incorrect branch in some ppc32 assembly code.  Thanks
  to Matthew Clark for this fix.
- Remove use of undocumented AS_VAR_GET macro during configuration.
- Fixed an issue with VampirTrace's wrapper for MPI_init_thread.
- Updated mca-btl-openib-device-params.ini file with various new vendor id's.
- Configuration fixes to ensure CPPFLAGS in handled properly if a non-standard
  valgrind location was specified.
- Various man page updates

(asau)

2010-11-24 01:11:04 UTC MAIN commitmail json YAML

Note update of math/ltm (libtommath) to version 0.42.0

(agc)

2010-11-24 01:09:48 UTC MAIN commitmail json YAML

Update Libtommath to version 0.42.0

pkgsrc changes:
+ Add license
+ Update master site

Changes since last pkgsrc version (0.39):
July 23rd, 2010
v0.42.0
      -- Fix for mp_prime_next_prime() bug when checking generated prime
      -- allow mp_shrink to shrink initialized, but empty MPI's
      -- Added project and solution files for Visual Studio 2005 and Visual Studio 2008.

March 10th, 2007
v0.41  -- Wolfgang Ehrhardt suggested a quick fix to mp_div_d() which makes the detection of powers of two quicker.
      -- [CRI] Added libtommath.dsp for Visual C++ users.

December 24th, 2006
v0.40  -- Updated makefile to properly support LIBNAME
      -- Fixed bug in fast_s_mp_mul_high_digs() which overflowed (line 83), thanks Valgrind!

(agc)

2010-11-23 22:56:03 UTC MAIN commitmail json YAML

Updated misc/JBidwatcher to 2.1.2

(wiz)

2010-11-23 22:55:52 UTC MAIN commitmail json YAML

Update to 2.1.2:
o Fix some drag-and-drop issues caused by eBay窶冱 new URL format
o Improve My eBay lookup
o Fix the display problems which made it look like completed items were gone.
o Try to make post-end auction updating work more smoothly
o A bunch of internal bugfixes

(wiz)

2010-11-23 21:57:35 UTC MAIN commitmail json YAML

Updated lang/swi-prolog to 5.11.9

(asau)

2010-11-23 21:57:18 UTC MAIN commitmail json YAML

Updated lang/swi-prolog-packages to 5.11.9

(asau)

2010-11-23 21:57:00 UTC MAIN commitmail json YAML

Updated lang/swi-prolog-lite to 5.11.9

(asau)

2010-11-23 21:56:25 UTC MAIN commitmail json YAML

Update to SWI-Prolog 5.11.9

New in 5.11.9

Lots of changes. Mostly relevant to (semantic) web.
Also some Windows enhancements, such as better errors from sockets
and portability of extended file operations library.

New in 5.11.8

This version is exactly the same as version 5.10.2.
Mostly a bugfixing release.

New 5.11.7

Lots of stuff. The highlight is on environment issues (PlDoc, PceEmacs),
but there is a lot of other stuff as well.
If you use PlDoc, be aware that the previous release has a security issue.

New in 5.11.6

Many bug fixes and big speedup for some RDF applications (notably
those involving many graphs). The rest are mainly minor issues.

New in 5.11.5

This is a bug-fix release. This version also includes some of
the results of the ISO WG17 meeting in Edinburgh.

There is a modification to absolute_file_name/3 with regard to
directory handling.

There is -hopefully- a fix for a weird conflict around Bool when
compiling using Macports.

(asau)

2010-11-23 21:23:04 UTC MAIN commitmail json YAML

https://svn.boost.org/trac/boost/ticket/4794 -- fixes build failure on 4.0

OK by wiz@

(shattered)

2010-11-23 21:22:42 UTC MAIN commitmail json YAML

Updated lang/gambc to 4.6.0

(asau)

2010-11-23 21:22:11 UTC MAIN commitmail json YAML

2010-11-23 20:37:32 UTC MAIN commitmail json YAML

2010-11-23 19:44:44 UTC MAIN commitmail json YAML

Updated biology/gromacs to 4.5.3

(asau)

2010-11-23 19:43:59 UTC MAIN commitmail json YAML

Update to Gromacs 4.5.3

This is maintainance release, it fixes:

* Double precision energy file reading
* CHARMM and GB issues
* Support for Altivec (PowerPC) with CMake
* Running binaries within the CMake build tree is now possible
* Various other issues

(asau)

2010-11-23 18:02:14 UTC MAIN commitmail json YAML

Updated multimedia/farsight2 to 0.0.22

(wiz)

2010-11-23 18:02:02 UTC MAIN commitmail json YAML

Update to 0.0.22:

    Version 0.0.22
    Disable the test for changing the DTMF PT for now
    python: Require pygobject 2.16 to build
    rtpconference: The ptime/maxptime in caps are actually uints, not strings
    Update common and tabify Makefiles
    gitignore: Hide shm test
    readme: bump -bad requirement for shm plugin
    tests: Whitelist shm plugin
    tests: Clear GError* between tests
    shmtrans: Don't try to unref NULL pointer on error
    configure: Require GLib 2.16 for GIO
    GIO is required by the shm example, require it.
    tests shm: check that prepared is called
    shmtrans: Sync downstream element states before linking them
    shmtrans: Add debug
    shmtrans: Release teepad before stopping downstream elements
    shmtrans: Emit local candidate with new path
    shmstreamtrans: Set the sending in set property (not get)
    shmtrans: Set do-timestamp and is-live to true on shmsrc
    shmstreamtransmitter: Emit local-candidates-prepared
    shm: Document shm stream transmitter
    shmstream: Also ignore usernames that are empty
    shm: Replace base_ip with username
    simplecall: Add shm version of simple-call
    shm: Verify the success of state changes
    tests: Add tests for the shm transmitter
    shm: Implement shm transmitter
    shm: Add empty transmitter
    tests: Unlock lock in all cases
    fsplugin: Release lock on errors
    elementaddednotifier: Don't abort on elements that have no factory
    rtpsession: Use copy of codec because mutex has been unlocked
    Can't use the ca pointer because it is part of a list that
    has been unlocked.
    tests: Skip theora reception test if theora is not detected

(wiz)