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 (2h)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 18:08:23 UTC Now

2011-05-14 03:09:26 UTC MAIN commitmail json YAML

- zope210-2.10.13, zope211-2.11.8.
+ zope213-2.13.7.

I don't know it is worth to have zope213 and zope34 entries now...

(taca)

2011-05-14 03:04:53 UTC MAIN commitmail json YAML

Note update of zope2 based pacakges:

www/zope29 2.9.12
www/zope210 2.10.13
www/zope211 2.11.8

Note: These of Zope software are already legacy and latest information
could be got from http://zope2.zope.org/releases.

Zope 2.12 and later uses different distribution scheme and currnet
pkgsrc dosen't support them unless someone work on it.

The same situation applies to Plone packages in pkgsrc.

(taca)

2011-05-14 02:58:09 UTC MAIN commitmail json YAML

Update zope211 package to 2.11.8 (Zope 2.11.8)

  Zope 2.11.8 (2011/02/04)

    Bugs fixed

      - Prevent publication of acquired attributes, where the acquired
        object does not have a docstring.
        https://bugs.launchpad.net/zope2/+bug/713253/

  Zope 2.11.7 (2010/09/01)

    Bugs Fixed

      - Prevent uncaught exceptions from killing ZServer worker threads.
        https://bugs.launchpad.net/zope2/+bug/627988

      - Ensure that mailhosts which share a queue directory do not double-
        deliver mails, by sharing the thread which processes emails for
        that directory.  https://bugs.launchpad.net/zope2/+bug/574286

      - Process "evil" JSON cookies which contain double quotes in violation
        of RFC 2965 / 2616.  https://bugs.launchpad.net/zope2/+bug/563229

      - Ensure that Acquistion wrapper classes always have a ``__getnewargs__``
        method, even if it is not provided by the underlying ExtensionClass.

      - Fix the ``tp_name`` of the ImplicitAcquisitionWrapper and
        ExplicitAcquisitionWrapper to match their Python visible names and thus
        have a correct ``__name__``.

      - Expand the ``tp_name`` of Acquisition's extension types to hold the
        fully qualified name. This ensures classes have their ``__module__``
        set correctly.

      - Updated 'pytz' external to point to '2010b' version.

      - Protect ZCTextIndex's clear method against storing Acquisition wrappers.

      - LP #195761: fixed ZMI XML export / import.

      - MailHost should fall back to HELO when EHLO fails.

  Zope 2.11.6 (2010/01/12)

    Bugs Fixed

      - LP #491224: proper escaping of rendered error message

      - Also look for ZEXP imports within the clienthome directory. This
        provides a place to put imports that won't be clobbered by buildout
        in a buildout-based Zope instance.

      - LP #143444: add labels to checkboxes / radio buttons on import
        / export form.

      - Fixed improper handling of IF_MODIFIED_SINCE header
        inside Five/browser/resource.py

  Zope 2.11.5 (2009/12/22)

    Bugs Fixed

      - LP #490514:  preserve tainting when calling into DTML from ZPT.

      - LP #360761 (backported from Acquisition trunk): fix iteration proxy
        to pass `self` acquisition-wrapped into `__iter__` and `__getitem__`.

      - LP #414757 (backported from Zope trunk): don't emit a IEndRequestEvent
        when clearing a cloned request.

      - updated to ZODB 3.8.4

  Zope 2.11.4 (2009/08/06)

    Restructuring

      - Moved exception MountedStorageError from ZODB.POSExceptions
        to Products.TemporaryFolder.mount (now its only client).

      - LP #253362:  Moved Zope2-specific module, ZODB/Mount.py, to
        Products/TemporaryFolder/mount.py (its only client is
        Products/TemporaryFolder/TemporaryFolder.py).

      - Removed spurious import-time dependencies from
        Products/ZODBMountPoint/MountedObject.py.

    Bugs Fixed

      - Fixed vulnerabilities in the ZEO network protocol
        affecting ZEO storage servers.

  Zope 2.11.3 (2009/05/04)

    Features added

      - SiteErrorLog now includes the entry id in the information copied to
        the event log. This allowes you to correlate a user error report with
        the event log after a restart, or let's you find the REQUEST
        information in the SiteErrorLog when looking at a traceback in the
        event log.

    Restructuring

      - Updated to match all new versions from the yet-unreleased Zope 3.4.1
        release (`http://svn.zope.org/zope.release/branches/3.4/
        releases/controlled-packages.cfg?rev=99659`).

      - Updated to include all new versions from the final Zope 3.4.0 release
        (http://download.zope.org/zope3.4/3.4.0/).

      - Added 'InitializeClass' alias in 'App.class_init' to ease migration.
        In Zope 2.12 it will be recommended to import 'InitializeClass' from
        'App.class_init' instead of 'Globals'.

      - Moved 'ApplicationDefaultPermissions' from 'App.class_init' to
        'AccessControl.Permissions', in order to break an import cycle
        in third-party code which avoids imports from 'Globals.'  Left
        the class importable from its old location without deprecation.

      - configure script: setting ZOPE_VERS to '2.11'

      - Products.PluginIndexes.PathIndex:  backported doc fixes /
        optimizations from trunk (and ExtendedPathIndex).

      - Updated 'pytz' from '2007f' to '2008i'.

      - Moved svn:externals for 'mechanize', 'ClientPath', and 'pytz' to
        versions managed outside the Zope3 trunk.

      - Testing.ZopeTestCase: Remove quota argument from DemoStorage calls in
        preparation for ZODB 3.9.

    Bugs Fixed

      - Launchpad #373299: Removed bogus string exception in OFS.CopySupport.

      - ZPublisher response.setBody: don't append Accept-Encoding to Vary
        header if it is already present - this can make cache configuration
        difficult. (merged 99493)

      - Launchpad #267834: proper separation of HTTP header fields
        using CRLF as requested by RFC 2616. (merged 90980, 92625)

      - Launchpad #348223: optimize catalog query by breaking out early from
        loop over indexes if the result set is already empty.

      - "Permission tab": correct wrong form parameter for
        the user-permission report

      - Launchpad #290254, DateTime/DateTime.py:
        added '__setstate__' to cope with old pickles missing a '_micros'
        attribute;  Python's pickling support was creating a new instance,
        *with* a '_micros' attribute, but not clearing that attribute before
        updating the instance dict with the unpickled state.

      - Launchpad #332168, Shared/DC/RDBMS/Connection.py:
        do not expose DB connection strings through exceptions

      - Launchpad #324876: tighened regex for detecting the charset
        from a meta-equiv header

      - Launchpad #174705:  ensure that the error info object exposed to a
        'tal:on_error' handler has attributes visible to restricted code.

      - Acquisition wrappers now correctly proxy __iter__.

(taca)

2011-05-14 02:56:33 UTC MAIN commitmail json YAML

Update zope210 pacakge to 2.10.13 (Zope 2.10.13).

  Zope 2.10.13 (2011/02/04)

    Bugs fixed

      - Prevent publication of acquired attributes, where the acquired
        object does not have a docstring.
        https://bugs.launchpad.net/zope2/+bug/713253/

  Zope 2.10.12 (2010/09/01)

    Bugs fixed

      - Prevent uncaught exceptions from killing ZServer worker threads.
        https://bugs.launchpad.net/zope2/+bug/627988

      - Updated 'pytz' external to point to '2010b' version (not via Zope3).

      - Protect ZCTextIndex's clear method against storing Acquisition wrappers.

      - LP #195761: fixed ZMI XML export / import and restored it to the UI.

  Zope 2.10.11 (2010/01/12)

    Bugs fixed

      - LP #491224: proper escaping of rendered error message

      - Also look for ZEXP imports within the clienthome directory. This
        provides a place to put imports that won't be clobbered by buildout
        in a buildout-based Zope instance.

      - LP #143444: add labels to checkboxes / radio buttons on
        import / export form.

      - fixed improper usage of the IF_MODIFIED_SINCE header inside
        Five/browser/resource.py (updated to Five 1.5.9)

  Zope 2.10.10 (2009/12/22)

    Features added

      - Testing/custom_zodb.py: added support use a different storage other
        than DemoStorage. A dedicated FileStorage can be mount by setting the
        $TEST_FILESTORAGE environment variable to a custom Data.fs file.  A
        ZEO server can be configured using the $TEST_ZEO_HOST and
        $TEST_ZEO_PORT environment variables. This new functionality allows us
        to use the standard Zope testrunner for writing and running tests
        against existing Zope installations.

    Bugs fixed

      - LP #490514:  preserve tainting when calling into DTML from ZPT.

      - LP #360761 (backported from Acquisition trunk): fix iteration proxy
        to pass `self` acquisition-wrapped into `__iter__` and `__getitem__`.

      - LP #414757 (backported from Zope trunk): don't emit a IEndRequestEvent
        when clearing a cloned request.

  Zope 2.10.9 (2009/08/06)

    Restructuring

      - Moved exception MountedStorageError from ZODB.POSExceptions
        to Products.TemporaryFolder.mount (now its only client).

      - LP #253362:  Moved Zope2-specific module, ZODB/Mount.py, to
        Products/TemporaryFolder/mount.py (its only client is
        Products/TemporaryFolder/TemporaryFolder.py).

      - Removed spurious import-time dependencies from
        Products/ZODBMountPoint/MountedObject.py.

    Bugs fixed

      - Fixed vulnerabilities in the ZEO network protocol
        affecting ZEO storage servers.

  Zope 2.10.8 (2009/05/04)

    Features added

      - SiteErrorLog now includes the entry id in the information copied to
        the event log. This allowes you to correlate a user error report with
        the event log after a restart, or let's you find the REQUEST
        information in the SiteErrorLog when looking at a traceback in the
        event log.

    Restructuring

      - Added 'InitializeClass' alias in 'App.class_init' to ease migration.
        In Zope 2.12 it will be recommended to import 'InitializeClass' from
        'App.class_init' instead of 'Globals'.

      - Moved 'ApplicationDefaultPermissions' from 'App.class_init' to
        'AccessControl.Permissions', in order to break an import cycle
        in third-party code which avoids imports from 'Globals.'  Left
        the class importable from its old location without deprecation.

    Bugs fixed

      - Launchpad #373299: Removed bogus string exception in OFS.CopySupport.

      - ZPublisher response.setBody: don't append Accept-Encoding to Vary
        header if it is already present - this can make cache configuration
        difficult. (merged 99493)

      - Launchpad #267834: proper separation of HTTP header fields
        using CRLF as requested by RFC 2616. (merged 90980, 92625)

      - Launchpad #348223: optimize catalog query by breaking out early from
        loop over indexes if the result set is already empty.

      - Launchpad ##332168: Connection.py: do not expose DB connection strings
        through exceptions

      - LP/#143873: Fixed problems when no HTTP_ACCEPT_CHARSET is in the
        request. This required an update of zope.publisher to 3.3.3.

      - LP/#324876: tighened regex for detecting the charset
        from a meta-equiv header

      - Acquisition wrappers now correctly proxy __iter__.

      - Products.PluginIndexes.PathIndex:  backported doc fixes /
        optimizations from trunk (and ExtendedPathIndex).

      - Launchpad #174705:  ensure that the error info object exposed to a
        'tal:on_error' handler has attributes visible to restricted code.

(taca)

2011-05-14 02:54:40 UTC MAIN commitmail json YAML

Update zope29 package to 2.9.10.

  Zope 2.9.12 (2010/01/12)

      - LP #490514:  preserve tainting when calling into DTML from ZPT.

      - LP #491224: proper escaping of rendered error message

  Zope 2.9.11 (2009/08/06)

  Bugs fixed

      - Launchpad #373299: Removed bogus string exception in OFS.CopySupport.

      - Launchpad ##332168: Connection.py: do not expose DB connection strings
        through exceptions

      - Fixed vulnerabilities in the ZEO network protocol
        affecting ZEO storage servers.

(taca)

2011-05-14 02:47:21 UTC MAIN commitmail json YAML

Assume under ${WRKSRC} when relative path was used in REPLACE_PYTHON_DIRS.

(taca)

2011-05-14 02:46:30 UTC MAIN commitmail json YAML

Some clean up; no functional change.

* Remove ZOPE3 related descriptions which were never used.
* Update commented out versions of Zope 2.12 and 2.13.

(taca)

2011-05-14 01:34:32 UTC MAIN commitmail json YAML

Add FlightCrew-0.7.1
Mark Sigil-0.3.4 as [wip]

These programs does not work properly with NetBSD non-C locale.

(ryoon)

2011-05-13 23:29:47 UTC MAIN commitmail json YAML

Note update of tex-kix{,-doc}.

(minskim)

2011-05-13 23:29:10 UTC MAIN commitmail json YAML

2011-05-13 23:28:30 UTC MAIN commitmail json YAML

add libdbusmenu-qt

(markd)

2011-05-13 22:00:26 UTC MAIN commitmail json YAML

Fixed: projects based on mk-c may fail with MAKE_JOBS=n, n>1
  Thanks to Alexander Nasonov (alnsn@) for pointing out and testing.

(cheusov)

2011-05-13 21:23:17 UTC MAIN commitmail json YAML

Add libdbusmenu-qt

(markd)

2011-05-13 21:21:24 UTC MAIN commitmail json YAML

Import libdbusmenu-qt 0.8.2

This library provides a Qt implementation of the DBusMenu protocol.

The DBusMenu protocol makes it possible for applications to export and import
their menus over DBus.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2011-05-13 21:04:15 UTC MAIN commitmail json YAML

2011-05-13 19:58:59 UTC MAIN commitmail json YAML

Updated fonts/ipafont to 00303

(ryoon)

2011-05-13 19:57:37 UTC MAIN commitmail json YAML

Changelog.

* Following kaji glyphs are changed to latest "Joyo Kanji" table's glyphs.
    U+5099 U+5291 U+52B1 U+533B U+55C5 U+5674 U+58B3 U+58D3 U+5965 U+5967
    U+59FF U+5C31 U+61A4 U+62C9 U+62ED U+646F U+6681 U+66B4 U+6751 U+6795
    U+6797 U+68B0 U+697C U+6A23 U+6B21 U+6BBC U+6C88 U+6DE1 U+6F06 U+6F5B
    U+708E U+713C U+71B1 U+7259 U+73A9 U+74F6 U+7501 U+7A31 U+7A7A U+7A81
    U+7A93 U+7A9F U+7AAE U+819D U+821E U+8511 U+8AC7 U+8AEE U+8CC7 U+8E74
    U+91AB U+9858 U+990C U+9F9C U+FA55

(ryoon)

2011-05-13 17:45:17 UTC MAIN commitmail json YAML

2011-05-13 17:25:03 UTC MAIN commitmail json YAML

2011-05-13 17:20:09 UTC MAIN commitmail json YAML

2011-05-13 17:18:35 UTC MAIN commitmail json YAML

2011-05-13 17:15:13 UTC MAIN commitmail json YAML

2011-05-13 17:14:42 UTC MAIN commitmail json YAML

update to 2.28.4
changes:
-Added support for GVariant arguments
-bugfixes

(drochner)

2011-05-13 17:12:19 UTC MAIN commitmail json YAML

2011-05-13 17:09:10 UTC pkgsrc-2011Q1 commitmail json YAML

Pullup tickets #3428 and #3429.

(tron)

2011-05-13 17:08:10 UTC MAIN commitmail json YAML

reset PKGREV for base pkg update

(drochner)

2011-05-13 17:07:27 UTC MAIN commitmail json YAML

2011-05-13 16:47:06 UTC MAIN commitmail json YAML

update to 4.4.14

It is a maintenance release fixing some bugs.

(drochner)

2011-05-13 16:43:02 UTC MAIN commitmail json YAML

update to 4.8.4
changes:
-adds support for Qt v4.7.2
-functional enhancements

(drochner)

2011-05-13 16:40:20 UTC MAIN commitmail json YAML

update to 4.12.2
chanhes: small number of functional enhancements

(drochner)

2011-05-13 16:39:06 UTC MAIN commitmail json YAML

2011-05-13 16:37:56 UTC MAIN commitmail json YAML

update to 2.5.1
change: adds the QsciLexerMatlab and QsciLexerOctave classe

(drochner)

2011-05-13 16:36:38 UTC MAIN commitmail json YAML

delete obsolete cksums

(drochner)

2011-05-13 14:21:46 UTC MAIN commitmail json YAML

emacs20nox11 is not valid for EMACS_VERSIONS_ACCEPTED.

(obache)

2011-05-13 13:31:42 UTC pkgsrc-2011Q1 commitmail json YAML

Pullup ticket #3429 - requested by bouyer
sysutils/xentools33: security patch

Revisions pulled up:
- sysutils/xentools33/Makefile                                  1.25
- sysutils/xentools33/distinfo                                  1.23
- sysutils/xentools33/patches/patch-CVE-2011-1583              1.1

---
  Module Name: pkgsrc
  Committed By: bouyer
  Date: Thu May 12 15:39:05 UTC 2011

  Modified Files:
  pkgsrc/sysutils/xentools33: Makefile distinfo
  Added Files:
  pkgsrc/sysutils/xentools33/patches: patch-CVE-2011-1583

  Log Message:
  Add patch from the xen-dev mailing list to fix CVE-2011-1583
  Bump PKGREVISION

(tron)

2011-05-13 13:26:29 UTC MAIN commitmail json YAML

Note amtterm-gamt option (used by sysutils/amtterm).

(obache)

2011-05-13 13:25:31 UTC MAIN commitmail json YAML

2011-05-13 13:24:26 UTC MAIN commitmail json YAML

Added sysutils/amtterm version 1.2

(obache)

2011-05-13 13:24:01 UTC MAIN commitmail json YAML

Import amtterm-1.2 as sysutils/amtterm.
Based on PR#44884 by YAMAMOTO Takeshi.
Additionaly, some improvements by me.

Active Management Technology (AMT) tools

descriptions from man pages:

amttool - remotely control Intel AMT managed machines.
amtterm - Intel AMT serial-over-lan (sol) client.

from amt-howto(7):

  What is AMT and why I should care?
      AMT stands for "Active Management Technology".  It provides some remote
      management facilities.  They are handled by the hardware and  firmware,
      thus  they work independant from the operation system.  Means: It works
      before Linux bootet up to the point  where  it  activated  the  network
      interface.  It works even when your most recent test kernel deadlocked
      the machine.  Which makes it quite useful for development machines  ...

      Intel  AMT  is  part  of the vPro Platform.  Recent intel-chipset based
      business machines should have it.  My fairly new Intel SDV machine  has
      it too.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2011-05-13 13:12:57 UTC MAIN commitmail json YAML

2011-05-13 13:10:45 UTC pkgsrc-2011Q1 commitmail json YAML

Pullup ticket #3428 - requested by bouyer
mail/turba: fix incomplete installation

Revisions pulled up:
- mail/turba/Makefile                                          1.34
- mail/turba/PLIST                                              1.17

---
  Module Name: pkgsrc
  Committed By: bouyer
  Date: Wed May 11 21:28:36 UTC 2011

  Modified Files:
  pkgsrc/mail/turba: Makefile PLIST

  Log Message:
  Also install the content of the addressbooks subdirectory. This is needed
  for the "My Address Books" link.
  Bump PKGREVISION.

(tron)

2011-05-13 12:55:39 UTC MAIN commitmail json YAML

Add libXt to the PKG_OPTIONS:Mx11 to fix modular x11 build

(abs)

2011-05-13 12:47:24 UTC MAIN commitmail json YAML

Remove abcm2ps

(ryoon)

2011-05-13 12:46:41 UTC MAIN commitmail json YAML

Updated print/abcm2ps to 6.3.4

(ryoon)

2011-05-13 12:45:13 UTC MAIN commitmail json YAML

Update to 6.3.4

Changelog:
---- Version 6.3.4 - 11/05/11 ----

Pseudo-decorations 'linebreak' and 'decosep' added
        (proof of concept - not documented).
Error when escape sequences in guitar chord or annotations.
Bad tempo since previous release.
Remove the 'tex' sequences '\o', \O', '\cc' and '\cC'.

---- Version 6.3.3 - 11/05/10 ----

Ignore the normal newlines when '!' found as newline and abc-version < 2.0.
Add some compose sequences from X11 (including \O:, \U:, \O" and \U")
        (reported by Nils Liberg).
Change/add some rfc1345 escape sequences.
Bad / no output of the '=' of the tempo by lack of font.
        This did the program to crash when no title and SVG output
        (reported by Nils Liberg).
Cleanly close a tune no blank line before next tune
        (reported by Nils Liberg).
Crash when X: in tune followed by %%text.
Bad page header/footer in SVG output file.
Fix standard C library problem (in isupper) with some systems/compilers
        (reported by Nils Liberg).
Bad treatment in %%titlecaps.
Optimize the size of the SVG output file.
Support for line width in SVG output.

---- Version 6.3.2 - 11/05/03 ----
                                                                                Accept %%EPS when SVG output.
Add the '-v' command flag (SVG output per page).
More PS symbols in the svg PS interpreter.
Bug fixes in the svg PS interpreter.

(ryoon)

2011-05-13 11:18:16 UTC MAIN commitmail json YAML

this doesn't build against xulrunner-2, so stick to the old version
(I've tried the patch from Ubuntu bug#684602. It builds, but the result
crashes on start.)

(drochner)

2011-05-13 11:07:58 UTC MAIN commitmail json YAML

Add user-destdir support.

(gdt)

2011-05-13 10:55:45 UTC MAIN commitmail json YAML

Updated devel/googletest to 1.6.0

(ryoon)

2011-05-13 10:54:39 UTC MAIN commitmail json YAML

Update to 1.6.0

Changes for 1.6.0:

* New feature: ADD_FAILURE_AT() for reporting a test failure at the
  given source location -- useful for writing testing utilities.
* New feature: the universal value printer is moved from Google Mock
  to Google Test.
* New feature: type parameters and value parameters are reported in
  the XML report now.
* A gtest_disable_pthreads CMake option.
* Colored output works in GNU Screen sessions now.
* Parameters of value-parameterized tests are now printed in the
  textual output.
* Failures from ad hoc test assertions run before RUN_ALL_TESTS() are
  now correctly reported.
* Arguments of ASSERT_XY and EXPECT_XY no longer need to support << to
  ostream.
* More complete handling of exceptions.
* GTEST_ASSERT_XY can be used instead of ASSERT_XY in case the latter
  name is already used by another library.
* --gtest_catch_exceptions is now true by default, allowing a test
  program to continue after an exception is thrown.
* Value-parameterized test fixtures can now derive from Test and
  WithParamInterface<T> separately, easing conversion of legacy tests.
* Death test messages are clearly marked to make them more
  distinguishable from other messages.
* Compatibility fixes for Android, Google Native Client, MinGW, HP UX,
  PowerPC, Lucid autotools, libCStd, Sun C++, Borland C++ Builder (Code Gear),
  IBM XL C++ (Visual Age C++), and C++0x.
* Bug fixes and implementation clean-ups.
* Potentially incompatible changes: disables the harmful 'make install'
  command in autotools.

Changes for 1.5.0:

* New feature: assertions can be safely called in multiple threads
  where the pthreads library is available.
* New feature: predicates used inside EXPECT_TRUE() and friends
  can now generate custom failure messages.
* New feature: Google Test can now be compiled as a DLL.
* New feature: fused source files are included.
* New feature: prints help when encountering unrecognized Google Test flags.
* Experimental feature: CMake build script (requires CMake 2.6.4+).
* Experimental feature: the Pump script for meta programming.
* double values streamed to an assertion are printed with enough precision
  to differentiate any two different values.
* Google Test now works on Solaris and AIX.
* Build and test script improvements.
* Bug fixes and implementation clean-ups.

Potentially breaking changes:

* Stopped supporting VC++ 7.1 with exceptions disabled.
* Dropped support for 'make install'.

(ryoon)

2011-05-13 08:00:05 UTC MAIN commitmail json YAML

Remove obsolete nls line from PLIST.

(ryoon)

2011-05-13 07:37:38 UTC MAIN commitmail json YAML

Updated mail/dovecot to 1.2.17, mail/dovecot2 to 2.0.13

(adam)

2011-05-13 07:36:39 UTC MAIN commitmail json YAML

Changes 2.0.13:
* Added "doveadm index" command to add unindexed messages into
  index/cache. If full text search is enabled, it also adds unindexed
  messages to the fts database.
* added "doveadm director dump" command.
* pop3: Added support for showing messages in "POP3 order", which can
  be different from IMAP message order. This can be useful for
  migrations from other servers. Implemented it for Maildir as 'O'
  field in dovecot-uidlist.
* doveconf: Fixed a wrong "subsection has ssl=yes" warning.
* mdbox purge: Fixed wrong warning about corrupted extrefs.
* sdbox: INBOX GUID changed when INBOX was autocreated, leading to
  trouble with dsync.
* script-login binary wasn't actually dropping privileges to the
  user/group/chroot specified by its service settings.
* Fixed potential crashes and other problems when parsing header names
  that contained NUL characters.

(adam)

2011-05-13 07:34:48 UTC MAIN commitmail json YAML

Changes 1.2.17:
* Fixed potential crashes and other problems when parsing header names
  that contained NUL characters.
* IMAP: Fixed a memory leak with ESEARCH command handling
* Quota warnings could have been executed at incorrect times with
  some configs.

(adam)

2011-05-13 06:52:10 UTC MAIN commitmail json YAML

+ abcm2ps-6.3.4, cabextract-1.4, feh-1.14, lftp-4.2.3, lzip-1.12,
  mdocml-1.11.2, phpmyadmin-3.4.0, puzzles-9173, py-psycopg2-2.4.1,
  xmlsec1-1.2.18.

(wiz)

2011-05-13 04:10:47 UTC MAIN commitmail json YAML

Changes 1.4:
* A bug in the LZX decompressor was fixed.
* cabextract is now more tolerant when processing cabinet sets.
* cabextract is now compatible with even more compilers, and
  now supports 64-bit file I/O on platforms where it's completely
  native, like Mac OS X 10.6 and Fedora x86_64.
* cabextract will no longer print "library not compiled to support
  large files" while reading small files.
* The Windows CE installation format document was improved.

(adam)

2011-05-13 02:50:06 UTC MAIN commitmail json YAML

Fix compilation when building against gtk+ >= 2.18.  Patches from the upstream
sources.  This should address PR pkg/42508.
While here add the LICENSE setting.

(dmcmahill)

2011-05-12 15:58:48 UTC MAIN commitmail json YAML

Updated sysutils/xentools33 to 3.3.2nb7
Updated sysutils/xentools41 to 4.1.0nb4

(bouyer)

2011-05-12 15:57:38 UTC MAIN commitmail json YAML

2011-05-12 15:39:05 UTC MAIN commitmail json YAML

2011-05-12 14:55:07 UTC MAIN commitmail json YAML

delete typolight-liveupdate.

(taca)

2011-05-12 14:54:02 UTC MAIN commitmail json YAML

Note update of contao29 and typolight28 packages:

www/contao29 2.9.4nb2
www/contao29-translations 20110508nb1
www/typolight28 2.8.4nb3
www/typolight28-translations 20100606nb1

(taca)

2011-05-12 14:52:59 UTC MAIN commitmail json YAML

typolight's PKG_OPTIONS has removed.

(taca)

2011-05-12 14:52:13 UTC MAIN commitmail json YAML

My system does not appear to be picking up the pkgsrc png correctly - revert fallout

(abs)

2011-05-12 14:52:12 UTC MAIN commitmail json YAML

Make translation files as the same owner as other TYPOlight's files.

Bump PKGREVISIION.

(taca)

2011-05-12 14:51:26 UTC MAIN commitmail json YAML

As contao29, drop typolight-livepdate option and make its functionality
default.

Bump PKGREVISION.

(taca)

2011-05-12 14:50:24 UTC MAIN commitmail json YAML

contao's PKG_OPTIONS has removed.

(taca)

2011-05-12 14:49:23 UTC MAIN commitmail json YAML

Make translation files as the same owner as other Contao's files.

Bump PKGREVISIION.

(taca)

2011-05-12 14:48:10 UTC MAIN commitmail json YAML

Since extension repository is hevaly used in these days, make
contao-liveupdate option's functionality default and drop the option
itself.

Bump PKGREVISIION.

(taca)

2011-05-12 13:39:24 UTC MAIN commitmail json YAML

Make gtk an option (enabled by default): helps dealing with the package on Mac OS X when GTK has been built with Quartz backend

(adam)

2011-05-12 13:39:10 UTC MAIN commitmail json YAML

Make gtk an option (enabled by default): helps dealing with the package on Mac OS X when GTK has been built with Quartz backend

(adam)

2011-05-12 13:12:35 UTC MAIN commitmail json YAML

2011-05-12 13:12:18 UTC MAIN commitmail json YAML

Update geany to 0.20.
Based on PR#44957, and
* Update HOMEPAGE and MASTER_SITES
* add portability fix patch for configure script.
* exactly add dependency on glib2 and gettext-lib.
* rpath fix for geany.pc.
* not to force CC=gcc other than SunOS && sunpro.

Geany 0.20 (January 5, 2011)

    Bugs:
    * Improve compatibility with GVFS using GIO to save documents (Alexey
      Antipov).
    * Fix crash when closing a modified document (usually without a
      trailing newline) and choosing Save (fixes #3111058).
    * Fix crash when using 'Send Selection to Terminal' and the VTE
      is not loaded, and when using Ctrl-A after enabling the 'Load VTE'
      pref (Dimitar Zhekov).
    * Fix a slightly wrong encoding detection on Windows (#3019573).
    * Fix issue with single-line commenting/uncommenting blocks when using
      Windows line endings.
    * Fix saving project indent prefs straight after using project
      properties.
    * Fix wrongly changing edited keybindings when cancelling the
      Preferences dialog.
    * Fix auto-displaying of sidebar, tab bar, symbols and documents tabs
      when only plugin tabs are visible (fixes #3101867).
    * Save build commands for filetype None (Lex Trotman).
    * Waf: Check for libsocket on OpenSolaris to fix build.

    Interface:
    * Color build command fields light grey unless overridden (Lex
      Trotman).
    * Replace /home/user with ~ in the documents list (Jon
      Strait).
    * Display 'new instance' on title bar for 2nd instances (Eugene
      Arshinov).
    * Don't add duplicates to combo box histories.
    * Reorganise Find in Files dialog and add Files pattern to filter
      search results.
    * Implement 'Select All' for the VTE widget.
    * Reorganise editor popup menu for shorter size - some items were moved
      to submenus.
    * Move Go to Marker menu items to Search menu.
    * Group Open dialog encoding options by submenus (Adam Ples; #3047717).
    * Show mimetype icon in sidebar Documents list and notebook popup menu
      (Colomban Wendling).

    Documents:
    * Ensure inserted templates always have proper line ending characters
      according to the current document's preference.
    * Add per-document indent width setting (Jiří Techet).
    * Add 'Project->Apply Default Indentation' menu command to override
      every document's indentation settings.
    * Display better error messages when saving a document fails (Dimitar
      Zhekov).
    * Don't prompt for reloading if the document has not been edited
      (Jiří Techet).
    * Add Close button to the detected file changed dialog.

    Editor:
    * Fix wrong snippet indentation when original cursor line has
      non-indentation whitespace (david).
    * Fix passing quoted arguments when using 'Send Selection to'. This
      means e.g. sed 's/\./(dot)/g' now works.
    * Add alternative color scheme based on Python colors
      (View->Editor->Color Schemes).
    * Replace HTML automatic <table> tag completion with a 'table' snippet
      (Eugene Arshinov).
    * Auto-indent after an HTML/XML line without a closing tag (Eugene
      Arshinov).
    * Respect 'Smart' home key pref for Shift[+Alt]+Home (fixes #3100290,
      Dimitar Zhekov).
    * Scroll to the current line when moving the cursor to the next
      cursor position in a snippet (#3139490).
    * If the current word's tag is on the current line, make Go to Tag
      Definition look for a tag declaration instead and vice versa.
    * Make Reflow Lines/Block command use the current indented block, not
      the whole paragraph (which could have mixed indentation).

    Configuration:
    * Load insertion templates from system path, don't create them in
      the user's config dir.
    * File templates are now reloaded on saving.

    Prefs:
    * Add 'Ensure consistent line endings' file saving pref (Manuel Bua).
    * Add 'statusbar_template' hidden pref (Dimitar Zhekov).
    * Add 'new_document_after_close' hidden pref to open a new document
      automatically after closing all documents.
    * Add hidden pref 'find_selection_type' with option to use the X
      selection or to repeat the last search when there's no selection,
      both off by default.
    * Add 'gio_unsafe_save_backup' hidden pref (Lex Trotman).
    * Add filetypes.common 'fold_symbol_highlight' color setting.
    * Add 'symbol_list_sort_mode' per-filetype setting.

    Keybindings:
    * Fix Alt+[0-9] switching tabs even when other modifiers are also held.
    * Add snippet keybinding support (Eugene Arshinov).
    * Add 'Insert New Line Before/After Current' keybindings (Eugene
      Arshinov).

    Filetypes:
    * Add Forth filetype (Thomas Huth).
    * Add Lisp filetype (Mário Silva).
    * Add Erlang filetype (Taylor Venable).
    * Ada: Fix wrong comments.
    * C++: Disable user fold points with new lexer property
      fold.cpp.comment.explicit.
    * Python: Update list of builtins for Python 2.6, simplify
      Compile/Syntax Check command. Use named styles for color scheme
      support (use alt.conf color scheme if you want the old colors).
    * Matlab: Support Octave # comment char.
    * Txt2Tags: add highlighting (Forgeot Eric - #3020632).
    * Make: fix possible infinite loop in tag parser.
    * D: Parse template functions, ignore /+ +/ comments, ignore
      unittest blocks, add keywords 'ref', 'macro' and D2 keywords.
    * Vala: Parse functions with contracts (#3080232).
    * Markdown, reStructuredText and Txt2Tags: Sort tags by line number by
      default.
    * Basic: Parse property, constructor, destructor as functions
      (pottersson; #2992167).
    * HTML: Add HTML5 element names and attributes (Ross McKay).
    * PHP: Parse final functions (fixes #3111171).
    * Markup: Add xml_indent_tags filetype setting for documents using the
      HTML/XML lexers (Eugene Arshinov).

    Plugins:
    * File Browser: Add history to path entry.
    * HTML Characters: Only automatically replace characters when the
      current document is a Markup document.

    Internationalisation:
    * Add translations: kk.
    * Update translations: cs, de, de, en_GB, es, fi, fr, hu, ja, nl, pt,
                          sl, sv, tr, zh_CN.

    Manual:
    * Update 'Custom filetypes', 'Ignore Tags' sections.
    * Add 'HTML Characters', 'Configuration file paths', 'Color schemes
      menu' sections.
    * Explain how to grep the Scintilla source for lexer properties.

    HACKING:
    * Add 'Bugs to watch out for' section.

    API:
    * Improve Stash GUI example.
    * Fix not loading plugins built against a newer API when Geany doesn't
      provide the required version given in PLUGIN_VERSION_CHECK().
    * Make GEANY_API_VERSION, GEANY_ABI_VERSION macros instead of enums
      so you can protect code with '#if GEANY_API_VERSION >= 200'.
    * Add signals "build-start", "project-dialog-create" and
      "project-dialog-confirmed" - to append a Project Properties
      notebook tab (Jiří Techet).
    * Add macro foreach_range().
    * Add GeanyMainWidgets::message_window_notebook (#3061342).
    * Add main_widgets.project_menu (Jiří Techet).
    * Add msgwin_set_messages_dir() (Jiří Techet).
    * Add highlighting_is_{string,comment,code}_style(),
      editor_find_snippet(), editor_insert_snippet(),
      utils_find_open_xml_tag() (Eugene Arshinov).
    * Add ui_combo_box_add_to_history(), editor_goto_pos(),
      dialogs_show_input(), Add sci_get_lexer().
    * Add filetypes_get_display_name() as "None" is no longer translated.

Geany 0.19.2 (December 01, 2010)
    Fixes:
    * Fix bug where Geany did not always report an error message when
      saving a document fails.

Geany 0.19.1 (August 18, 2010)

    Fixes:
    * Fix broken autocompletion after using scope completion.
    * Fix scrolling the editor line in view (e.g. after loading a session
      and switching document tabs).
    * Fix using filetype extension patterns with upper case letters on
      Windows (#3028856).
    * Fix a slightly wrong encoding detection on Windows (#3019573).
    * Re-enable comment folding.
    * Fix not loading plugins built against a newer API when Geany doesn't
      provide the required version given in PLUGIN_VERSION_CHECK().
    * Fix infinite loop in Markdown lexer (patch by Colomban Wendling,
      thanks).
    * Fix saving non-project filetype error regex.
    * Focus toolbar item when pressing Go to Line keybinding only when
      it's not in the toolbar's drop down overflow menu (#3027454).
    * Escape the name of the current document for markup when using
      document name for menu items (#3038844).
    * File Browser: Allow Find in Files when no items are selected.
    * Fix build menu translation problems.
    * Fix segfault on Tools->Reload Configuration when no documents are
      open (#3037079).
    * Fix building with Waf on Solaris.
    * Fix a memory leak (thanks to Daniel Marjamäki).
    * Use g_free instead of free (patch by Daniel Marjamäki, thanks).

    Tweaks:
    * Always use white background color when printing (except for text
      with a white foreground) to save ink (#2968998).
    * Limit build error editor indicators to 50, but parse all errors in
      the Compiler tab (#3019823).
    * Align notebook tab close buttons centred vertically (thanks to
      Robux.Biz (galyuk)).
    * Show the Project Properties build tab when choosing 'Set Build
      Commands' when a project is open to prevent confusion with
      non-project commands.

    Manual:
    * Fix wording - restarting is required for hidden prefs.
    * Fix Grep --exclude-dir example.

Geany 0.19 (June 12, 2010)

    General:
    * Build system reworked to be much more configurable (by Lex Trotman).
    * Use POSIX system/GNU regex engine for find & replace. This alters
      regex syntax - we now support '?' operator and match newlines.
    * Support adding custom filetype files.
    * Add new command line option --list-documents to return a list
      of currently opened documents
    * Remove deprecated --debug flag. Please use --verbose/-v instead.

    Interface:
    * Add option 'System Default' for toolbar icon style and size to use
      the GTK default value.
    * Allow '+<number>' and '-<number>' as values for Goto Line inputs
      to jump relative to the current line.
    * Add preference to add new document tabs beside the current one
      (patch by Colomban Wendling).
    * Enable type-ahead find for sidebar symbols and documents tabs
      (patch by Thomas Martitz).
    * Make Ctrl-click on any notebook tab switch to the last used
      document.
    * Add 'Edit->Commands' menu.
    * Add 'Edit->Plugin Preferences' menu item and keybinding.
    * Add 'View->Editor->Color Schemes' menu (only shown if color
      scheme files exist).

    Prefs:
    * Hide 'Tabs and Spaces: Hard tab width' preference - it should
      always be 8. (Hidden setting kept in case users have modified it).
    * Add sidebar position interface pref.
    * Add project long line marker customisation (patch from Eugene
      Arshinov).

    Editor:
    * Update Scintilla to 2.12.
    * Add preference and support for virtual spaces.
    * Add word part autocompletion for the current selected item when
      pressing keybinding (default Tab) - Enter still completes normally.
    * Remove LaTeX autocompletion from Geany's core and move it to the
      geanyLaTeX plugin.

    Filetypes:
    * New filetype: Txt2Tags (patch by Eric Forgeot).
    * New filetype: Abc (patch by Eric Forgeot).
    * New filetype: Verilog (patch from Kelvin Gardiner).
    * New custom filetype: Genie.
    * Improvements in symbol parsing of PHP and Python files.
    * Add R tagmanager symbol parser (patch by Jon Senior).
    * Update Perl tag parser from ctags - removes support for
      buggy local/my/our but parses constant/format/labels.
    * Parse more VHDL tags (patch from Kelvin Gardiner).
    * Highlight D & Java types from a global tags file.
    * Parse Python lambda functions (patch from Colomban Wendling).

    Keybindings:
    * Add keybindings to switch to the sidebar's Document and Symbol list as
      well as to the Message Window's current tab (patch by Eugene Arshinov).
    * Add 'Remove Markers' and 'Remove Error Indicators' keybindings.
    * Make 'Reflow block/lines(s)' keybinding use line breaking column when
      enabled (patch by Lex Trotman).
    * Add 'Select to previous/next word part' keybindings.
    * Add 'Switch to Messages' focus keybinding.
    * Add 'Move line(s) up/down' keybindings.
    * Make Switch to Editor keybinding reshow the document statistics line.

    Templates:
    * Move filetype template defaults into custom file template files.
    * Read custom file templates from system as well as user dir.
    * Add new special template wildcard "{command:...}" to use the output
      of a shell command in templates.
    * Support {ob}, {cb} and {pc} to escape wildcard strings with {, }, %
      for snippets, fileheader and file templates.
    * Add {project}, {description} template wildcards (#2954737).
    * Reload templates when saving a document in the templates config dir.

    Configuration files:
    * Support more filetypes.common folding icon styles: arrows, +/- and no
      lines (#2935059).
    * Support Scintilla lexer properties in [lexer_properties] filetypes.*
      group.
    * Add filetypes.xml asp.default.language property (Ross McKay).

    Plugins:
    * Classbuilder: Add support for creating PHP classes
                    (patch by Ondrej Donek).
    * HTMLchars: Make plugin remember whether replacement of special
                characters was activated.

    Windows:
    * Support very long build commands.
    * Add a preference for choosing between GTK and native File Open/Save
      dialogs (only available on Windows).

    Internationalisation:
    * Added translations: ast.
    * Updated translations: de, en_GB, es, fr, gl, ja, nl, pt, ru, sl, sv,
                            tr, vi, zh_CN.

    API:
    * Improve documentation contents page.
    * Add Stash mini-library setting, pref & widget functions to API.
    * Add plugin_configure_single() plugin symbol which is easier to
      implement than plugin_configure().
    * Add new plugin signals: "document-before-save", "document-filetype-set",
      "geany-startup-complete".
    * Add PLUGIN_SET_TRANSLATABLE_INFO macro to the plugin API so plugins' meta
      information can be translated already in the plugin manager dialog
      (patch by Colomban Wendling).
    * Use full function name for GeanyFunctions function pointers. This
      avoids naming conflicts e.g. with C++'s 'new' keyword.
    * GeanyKeyBinding label fields can now contain underscores, which won't
      be displayed by Geany. This saves adding near-duplicate translation
      strings.
    * Add GeanyKeyGroup callback support.
    * Add more Scintilla function wrappers, foreach_dir(), foreach_str(),
      utils_get_file_list_full(), document_get_notebook_page(),
      editor_insert_text_block().
    * Don't install unnecessary headers.
    * Remove deprecated header pluginmacros.h - use geanyfunctions.h
      instead.
    * Deprecate documents_foreach(), use foreach_document() instead.
    * Deprecate PLUGIN_KEY_GROUP() macro - use plugin_set_key_group()
      instead.

Geany 0.18.1 (February 14, 2010)

    Build fixes:
    * Define G_GNUC_WARN_UNUSED_RESULT to fix build on GLib 2.8.
    * Use AC_PATH_PROG instead of 'which' for portability (patch by Erik
      Southworth, thanks).

    Incompatibilities:
    * Remove filetypes.common invert_all option - use 'Invert syntax
      highlighting colors' pref instead (fixes #2854525).

    Bug fixes:
    * Fix 'Open Selected File' for unsaved new documents.
    * Fix updating main menu accelerators after changing keybindings
      (thanks to Lex Trotman).
    * Fix using 'Insert date' keybinding when a custom date string has
      not been set.
    * Set the cursor color for the split window plugin.
    * Remove plugin from plugin manager dialog on unloading if it no
      longer exists or is incompatible.
    * Fix 'Reflow block' command when at the last paragraph and there's
      no last newline (patch by Eugene Arshinov, thanks).
    * Fix opening filenames beginning with two dots (closes #2858487).
    * Show Find in Files stderr output in messages window instead of
      debug window so that invalid regex messages can be seen easily.
    * Speed up sorting in utils_get_file_list(). This reduces the file
      browser delay on displaying a big directory, e.g. /usr/bin.
    * Fix a bug with not w3c compatible HTML code on export plugin
    * Fix non-working Home and End keys on numpads.
    * Fix loading of files on network resources on Windows.
    * Fix wrong alignment of printed pages when page headers are disabled
      (closes #2856822).

    Improvements:
    * Extend auto_latex() function to check whether an environment has
      been closed within the next lines to avoid auto adding double
      \end{}.
    * Replace some icons which could cause licensing problems by icons
      from the Rodent icon theme.

    Filetype fixes:
    * Parse contents of D extern{} and version{} blocks.
    * Fix creating D interface tags properly.
    * Parse D functions with contracts (fixes #1885480).
    * Parse D alias statement like typedef.
    * Improve parsing of LaTeX, PHP and Python files.

    Documentation:
    * Add 'Scope autocompletion' section.
    * Add 'Tools menu items' section to explain configuration files
      submenu, reload configuration item.
    * Minor updates/fixes.

    API:
    * Add gcc commands to build a plugin to the HowTo.

    HACKING file:
    * Add section 'Plugin API/ABI design'.
    * Add 'Compiler options & warnings' section.
    * Update Style section to be clearer about code alignment and show
      some example code.
    * Add 'Doc-comments' plugin API subsection.

    Internationalisation:
    * Added translations: gl

Geany 0.18 (August 16, 2009)

    General:
    * Fix scrolling horizontally after finding a search match with the
      search bar or Find Next/Previous which is off-screen.
    * Remove relative/untidy path elements from filenames when opening
      documents (#2823998).
    * Create initial template files with proper platform-specific line
      ending characters.
    * Improve inserting of comment templates like File header or licence
      notices.

    Interface:
    * Add 'Show Paths' documents list popup item.
    * Add filetypes.common to 'Configuration Files' menu.
    * Implement a graphical toolbar editor.
    * Add 'Build' toolbar button to the default layout.
    * Add 'Replace' toolbar button (closes #2798225).
    * Use a more Tango like icon for 'Save All' (by Jesse Mayes, thanks).
    * Add a popup menu for the keybinding list in the preferences dialog
      to easily expand and collapse all groups.

    Keybindings:
    * Implement Most-Recently-Used document switching when pressing
      'Switch to last used document' keybinding (Ctrl-Tab).
    * Add 'Mark All' keybinding (Ctrl-Shift-M).
    * Add 'Reflow lines/block' keybinding, (Ctrl-J; thanks to
      Eugene Arshinov).
    * Make the Scintilla keybindings 'Delete to end of line' and
      'Go to end of display line' configurable.
    * Switching notebook tabs now works for the currently used notebook
      widget instead of always using the documents notebook.

    Editor:
    * Fix a redraw when documents were first drawn uncolourised.
    * Delay highlighting matching braces by 100ms to speed up scrolling
      with the arrow keys.
    * Support 'tab indents, space aligns' style when indenting (#2789109).
    * Add 'Autocomplete all words in document' pref; also used when forcing
      autocompletion and there's no symbol names to show.
    * Add 'Drop rest of word on completion' pref.
    * Update Scintilla to version 1.79.
    * Improve displaying and reshowing of calltips.

    Syntax highlighting:
    * Reload color schemes via Tools menu (thanks to Eugene Arshinov).
    * Implement named styles support for filetypes.* using a
      filetypes.common [named_styles] section; used as
      "style=named_style,bold". (See the manual for details).
    * Allow style definitions with missing fields to use the
      filetypes.common default style's fields.
    * Make C-like filetype styles use named styles & default background
      color. (Anyone who wants to likewise update any other filetype's
      styles, please let us know ;-)).
    * Allow indentation of wrapped lines (see style 'line_wrap_indent').
    * Add new styles 'line_height' and 'marker_mark'.

    Filetypes:
    * Add Markdown filetype (thanks to Jon Strait).
    * Highlight D WYSIWYG backtick `strings` and r"strings" (#1895745).
    * Minor improvements for filetypes: Fortran, Haxe, HTML, Lua,
      Matlab, Pascal, Python, Tcl.

    Tags:
    * Read custom system global tags files from $prefix/share/geany/tags
      (#2778923).
    * Autocomplete scoped fields like struct members when typing '.' (and
      also '->' or '::' in C/C++) if the language's tag parser supports it.
    * Save field tags for C/C++ when generating a global tags file (you may
      want to regenerate your tag files).
    * Parse Python calltips.
    * Show relative paths in Diff filename tags.
    * Group reStructuredText symbol list items by scope level.

    Plugin API:
    * Add geanyplugin.h single include.
    * Add plugin_signal_connect() for connecting plugin signals at
      runtime and also for connecting to any GObject signal.
    * Add documents_foreach(), filetypes[], documents[], utils_strdupa()
      and various foreach_type() macros.
    * Make GeanyDocument::file_type always be non-NULL.

    Windows:
    * Fix quoting the build command string on Windows (closes #2791769).
    * Fix LaTeX view commands on Windows (part of #2807688).
    * Expand system environment variables (%variableName%) on Windows when
      running Build commands.

    Internationalisation:
    * Added translations: lb, sl, pt_PT
    * Updated translations: ca, cs, de, en_GB, fi, fr, ja, pt_BR, ru, tr

(obache)

2011-05-12 12:54:17 UTC MAIN commitmail json YAML

2011-05-12 12:34:19 UTC MAIN commitmail json YAML

Added devel/ctemplate version 0.99

(adam)

2011-05-12 12:33:19 UTC MAIN commitmail json YAML

Added devel/ctemplate version 0.99

(adam)

2011-05-12 12:32:09 UTC MAIN commitmail json YAML

CTemplate is a simple but powerful template language for C++. It emphasizes
separating logic from presentation: it is impossible to embed application logic
in this template language.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(adam)

2011-05-12 12:31:05 UTC MAIN commitmail json YAML

Added PKGCONFIG_OVERRIDE_STAGE

(adam)

2011-05-12 12:26:15 UTC MAIN commitmail json YAML

2011-05-12 12:15:41 UTC MAIN commitmail json YAML

Increase default stack limit.  This gets around a problem where the
standalone guile program fails to run (with a guile stack overflow)
on at least NetBSD-5.1/alpha.
http://lists.gnu.org/archive/html/guile-user/2009-12/msg00019.html
and
http://lists.gnu.org/archive/html/guile-devel/2009-03/msg00114.html
show that others have had problems here.

(dmcmahill)

2011-05-12 11:28:32 UTC MAIN commitmail json YAML

Updated mail/milter-manager to 1.6.9nb1

(obache)

2011-05-12 11:28:11 UTC MAIN commitmail json YAML

2011-05-12 11:27:00 UTC MAIN commitmail json YAML

Updated gtksourceview2, glibmm, atkmm, pangomm, cairomm, gtkmm, gobby

(adam)

2011-05-12 11:19:46 UTC MAIN commitmail json YAML

Changes 0.4.12:
* "Save all documents" has been introduced.
* Fix up the title of the first session password dialog.
* Add experimental spell checking support based on gtkspell, which needs to be
  explicitly enabled by passing --with-gtkspell to configure.
* Translation roundup:
  - Updated Gobby to use en_US internally
  - Added Ukrainian translation
  - Various translation updates from Launchpad

(adam)

2011-05-12 11:17:01 UTC MAIN commitmail json YAML

Changes 2.24.0:
New API in gtkmm 2.24:
Gtk:
* ComboBox and ComboBoxText now have a has-entry property, so
  ComboBoxEntry and ComboBoxEntryText are deprecated.
* Range: Added get/set_round_digits()
Gdk:
* DragContext: Added drag_begin().
* Window: Added get_visual(), get_screen() and get_display().

(adam)

2011-05-12 11:15:43 UTC MAIN commitmail json YAML

2.28.2:
* Install the m4 files even without --enable-maintainer-mode, as with
  other modules.

(adam)

2011-05-12 11:12:48 UTC MAIN commitmail json YAML

Changes 1.10.0:
* Documentation: Context::arc(): Correct the documentation, as in the C
  documentation.

Changes 1.9.8:
* Surface:
  - added create() for creating a sub-surface representing a rectangle on a
    target surface
  - PDF versioning API: get_versions(), restrict_to_version(),
    version_to_string()
  - add get_device()
  - add new surface type enum values
* Device
  - add acquire() and release() functions
  - Add Device::Lock convenience class
* Region
  - UNSTABLE API CHANGE: Fix do_union(), subtract(), intersect() to throw
    exceptions instead of returning error statuses to be consistent with the
    rest of the cairomm API
  - add xor() functions
  - add API for creating a region from a list of rectangles
  - implement copy()

(adam)

2011-05-12 11:10:35 UTC MAIN commitmail json YAML

Changes 2.22.5:
* Install the m4 files even without --enable-maintainer-mode, as with
  with other modules.

(adam)

2011-05-12 11:09:30 UTC MAIN commitmail json YAML

Changes 2.28.1:
gmmproc:
* Extra Defs Tool: Only generate properties that the GType owns.
* Put guards around generated includes in wrap_init.cc to fix the wind32 build.
* tools/pm/GtkDefs.pm: GtkDefs::split_tokens(): Speed improvement.
Build:
* Update the VS 2005, 2008, and 2010 project files.
* Examples build: Use the GLIB_COMPILE_SCHEMAS variable.
* Gio::DBus::Message: Fixed includes for WIN32
Documentation:
* Added some classes to the DBus documentation group and added class
  overview documentation.
New API in glibmm 2.28:
Glib:
* Variant: A new hierarchy of templated Variant<> types, for use with
  Gio::Settings and Gio::DBus.
* OptionGroup:
  - Add add_entry() that takes a slot with callback function.
  - on_post_parse() overrides no longer need to call the base class.
* RefPtr: Make it work with sorted containers.
* Regex: Added and used a MatchInfo class.
* General:
  - build_filename(): Add method overloads to take up to 9 arguments,
  for convenience.
  - Added get_system_data_dirs() and get_system_config_dirs().
Gio:
* Proxy, ProxyAddress and ProxyResolver.
* Settings: For application settings, replacing GConf (or Gnome::Conf).
* DBus: API to use or implement D-Bus services.
  Martin Braure de Calignon and Murray Cumming.)
* SocketControlMessage, UnixCredentialsMessage and UnixFDMessage.
* Added UnixFDList.
gmmproc:
* Support for use of std::vector<> instead of ListHandle<>, SListHandle<>,
  and ArrayHandle.

(adam)

2011-05-12 11:05:32 UTC MAIN commitmail json YAML

Fix buildling on Mac OS X

(adam)

2011-05-12 10:28:48 UTC MAIN commitmail json YAML

Add message to use the mount script so that mount -t glusterfs works
Also remove reference to /etc/mtab in it, prefer /proc/mounts

(manu)

2011-05-12 08:04:05 UTC MAIN commitmail json YAML

add libfltk_png.a & include/FL/images files to PLIST

(abs)

2011-05-12 07:04:02 UTC MAIN commitmail json YAML

Replaced ugly AWK with single SUBST_SED

(adam)

2011-05-12 06:51:01 UTC MAIN commitmail json YAML

Note update of the "apache22" package to version 2.2.18.

(tron)

2011-05-12 06:50:45 UTC MAIN commitmail json YAML

Update "apache22" package to version 2.2.18. Changes since version 2.2.17:
- Log an error for failures to read a chunk-size, and return 408 instead
  413 when this is due to a read timeout.  This change also fixes some cases
  of two error documents being sent in the response for the same scenario.
  [Eric Covener] Bug 49167
- core: Only log a 408 if it is no keepalive timeout. Bug 39785
  [Ruediger Pluem,  Mark Montague <markmont umich.edu>]
- core: Treat timeout reading request as 408 error, not 400.
  Log 408 errors in access log as was done in Apache 1.3.x.
  Bug 39785 [Nobutaka Mantani <nobutaka nobutaka.org>, Stefan Fritsch,
  Dan Poirier]
- Core HTTP: disable keepalive when the Client has sent
  Expect: 100-continue
  but we respond directly with a non-100 response.  Keepalive here led
  to data from clients continuing being treated as a new request.
  Bug 47087.  [Nick Kew]
- htpasswd: Change the default algorithm for htpasswd to MD5 on all
  platforms. Crypt with its 8 character limit is not useful anymore;
  improve out of disk space handling (Bug 30877); print a warning if
  a password is truncated by crypt. [Stefan Fritsch]
- mod_win32: Added shebang check for '! so that .vbs scripts work as CGI.
  Win32's cscript interpreter can only use a single quote as comment char.
  [Guenter Knauf]
- configure: Fix htpasswd/htdbm libcrypt link errors with some newer
  linkers. [Stefan Fritsch]
- MinGW build improvements.  Bug 49535.  [John Vandenberg
  <jayvdb gmail.com>, Jeff Trawick]
- mod_ssl, ab: Support OpenSSL compiled without SSLv2 support.
  [Stefan Fritsch]
- core: AllowEncodedSlashes new option NoDecode to allow encoded slashes
  in request URL path info but not decode them. Bug 35256,
  Bug 46830.  [Dan Poirier]
- mod_rewrite: Allow to unset environment variables. Bug 50746.
  [Rainer Jung]
- suEXEC: Add Suexec directive to disable suEXEC without renaming the
  binary (Suexec Off), or force startup failure if suEXEC is required
  but not supported (Suexec On).  [Jeff Trawick]
- mod_proxy: Put the worker in error state if the SSL handshake with the
  backend fails. Bug 50332.
  [Daniel Ruggeri <DRuggeri primary.net>, Ruediger Pluem]
- prefork: Update MPM state in children during a graceful restart.
  Allow the HTTP connection handling loop to terminate early
  during a graceful restart.  Bug 41743.
  [Andrew Punch <andrew.punch 247realmedia.com>]
- mod_ssl: Correctly read full lines in input filter when the line is
  incomplete during first read. Bug 50481. [Ruediger Pluem]
- mod_autoindex: Merge IndexOptions from server to directory context when
  the directory has no mod_autoindex directives. Bug 47766. [Eric Covener]
- mod_cache: Make sure that we never allow a 304 Not Modified response
  that we asked for to leak to the client should the 304 response be
  uncacheable. Bug 45341 [Graham Leggett]
- mod_dav: Send 400 error if malformed Content-Range header is received for
  a put request (RFC 2616 14.16). Bug 49825. [Stefan Fritsch]
- mod_userdir: Add merging of enable, disable, and filename arguments
  to UserDir directive, leaving enable/disable of userlists unmerged.
  Bug 44076 [Eric Covener]
- core: Honor 'AcceptPathInfo OFF' during internal redirects,
  such as per-directory mod_rewrite substitutions.  Bug 50349.
  [Eric Covener]
- mod_cache: Check the request to determine whether we are allowed
  to return cached content at all, and respect a "Cache-Control:
  no-cache" header from a client. Previously, "no-cache" would
  behave like "max-age=0". [Graham Leggett]
- mod_mem_cache: Add a debug msg when a streaming response exceeds
  MCacheMaxStreamingBuffer, since mod_cache will follow up with a scary
  'memory allocation failed' debug message. Bug 49604. [Eric Covener]
- proxy_connect: Don't give up in the middle of a CONNECT tunnel
  when the child process is starting to exit. Bug 50220. [Eric Covener]

(tron)

2011-05-11 21:29:48 UTC MAIN commitmail json YAML

Updated mail/turba version to 2.3.1nb1 [bouyer 2011-05-11]

(bouyer)

2011-05-11 21:28:36 UTC MAIN commitmail json YAML

Also install the content of the addressbooks subdirectory. This is needed
for the "My Address Books" link.
Bump PKGREVISION.

(bouyer)

2011-05-11 20:07:29 UTC MAIN commitmail json YAML

+pkg_summary-utils, oked by sponsors

(cheusov)

2011-05-11 19:28:41 UTC MAIN commitmail json YAML

Remove alt_names.txt imported by mistake
Fix .include "../../wip/<...>"

(cheusov)

2011-05-11 19:26:49 UTC MAIN commitmail json YAML

Added pkgtools/pkg_summary-utils version 0.53.2

(cheusov)

2011-05-11 19:24:48 UTC MAIN commitmail json YAML


A collection of utilities for manipulating pkg_summary(5) files.

pkg_list_all_pkgs      - list (in PKGPATH form) all packages in pkgsrc tree
pkg_src_summary        - create a full pkg_src_summary
                          for given (in PKGPATH form) packages
pkg_bin_summary        - creates a summary for binary or installed packages
pkg_micro_src_summary  - create a micro pkg_src_summary
                          for given (in PKGPATH form) packages
pkg_cmp_summary        - compare two summary files, i.e. packages
                          are compared by their versions
pkg_grep_summary        - grep the summary using AWK expression
pkg_digger              - very powerful package searcher
pkg_digger_backend      - pkg_summary.txt backend for pkg_digger
pkg_update_summary      - updates pkg_summary(5) by analysing the
modification
                          time of binary packages and pkg_summary(5) file
pkg_update_src_summary  - efficiently updates pkg_src_summary for all
                          packages in pkgsrc tree
pkg_summary4view        - convert a summary file to human readable format
pkg_refresh_summary    - output an information about latest/newest version
                          of packages
pkg_cleanup_distdir    - remove old unused distfiles
pkg_uniq_summary        - filter out repeated package summaries
pkg_summary2deps        - summary to dependency graph converter
pkg_subgraph_deps      - analyses dependency graph given on input
pkg_lint_summary        - sanity checks for summaries
pkg_summary2leaves      - output leaf packages

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(cheusov)

2011-05-11 18:12:38 UTC MAIN commitmail json YAML

Note updates of "apr" and "apr-util" package.

(tron)

2011-05-11 18:11:18 UTC MAIN commitmail json YAML

Update "apr-util" package to version 1.3.11. Changes since version 1.3.10:
- apr_dbd_oracle: fix endianness issue in prepared statements.
  Bug 50690.  [Stefan Ruppert <sr myarm.com>]
- apr_ldap: resolve possible hangs or crashes when the pool passed
  to apr_ldap_rebind_init() is cleaned up and apr_ldap_rebind
  is re-initted and re-used. PR50918. [Eric Covener]
- DBD ODBC support: Fix stack buffer overwrite when an unexpected
  number of parameters is passed to open.  Fix range checking of the
  APR DBD type enum passed to some of the APIs.  [Jeff Trawick]
- Add support for Berkeley DB 5.1.
  [Rainer Jung]

(tron)

2011-05-11 18:07:16 UTC MAIN commitmail json YAML

Update "apr" package to version 1.4.2. Changes since version 1.4.4:
- Reimplement apr_fnmatch() from scratch using a non-recursive
  algorithm; now has improved compliance with the fnmatch() spec.
  [William Rowe]
- Fix environment-related crash using some non-standard builds on
  Windows 7/Server 2008.  [Steve Hay <SteveHay planit.com>]
- poll, pollset, pollcb on Windows: Handle calls with no file/socket
  descriptors.  Bug 49882.  [Stefan Ruppert <sr myarm.com>, Jeff Trawick]
- Fix APR_IPV6_V6ONLY issues on Windows related to run-time behavior
  on Windows older than Vista and SDK/MinGW levels without IPV6_V6ONLY.
  Bug 45321.  [Sob <sob hisoftware.cz>]
- Fix address handling when accepting an AF_INET socket from a socket
  bound as AF_INET6.  Bug 49678.  [Joe Orton]
- Fix error return values from apr_sockaddr_info_get() on Windows for
  IPv6 builds.  [Ivan Zhakov <ivan visualsvn.com>]
- Add new experimental configure option --enable-allocator-uses-mmap to
  use mmap instead of malloc in apr_allocator_alloc(). This greatly reduces
  memory fragmentation with malloc implementations (e.g. glibc) that
  don't handle allocationss of a page-size-multiples in an efficient way.
  It also makes apr_allocator_max_free_set() actually have some effect
  on such platforms. [Stefan Fritsch]
- configure: Support 64 and 32 bit universal builds for Darwin/
  OS X 10.6+. [Jim Jagielski]
- apr_sockaddr_info_get() on AIX: Fix a problem which could set
  the port field in the native socket address to 1 when 0 was
  specified.  Bug 46964.  [Jeff Trawick]
- configure: Make definition of apr_ino_t independent of
  _FILE_OFFSET_BITS even on platforms where ino_t is 'unsigned int'.
  [Stefan Fritsch]
- apr_ring: Workaround for aliasing problem that causes gcc 4.5 to
  miscompile some brigade related code. Bug 50190. [Stefan Fritsch]
- apr_file_flush_locked(): Handle short writes. [Stefan Fritsch]
- apr_pollset_create_ex(): Trap errors from pollset providers.
  Bug 49094.  [Sami Tolvanen <sami.tolvanen mywot.com>]
- apr_pollset_create*(): Fix memory lifetime problem with the wakeup
  pipe when the pollset was created with APR_POLLSET_NOCOPY.
  [Neil Conway <nrc cs.berkeley.edu>]
- Fix detection of some Linux variants when configure is built with
  recent GNU tools.  [Eric Covener]
- Avoid a redundant fcntl() call in apr_file_open() where O_CLOEXEC
  is supported.  Bug 46297.  [Joe Orton]
- Improve platform detection by updating config.guess and config.sub.
  [Rainer Jung]

(tron)

2011-05-11 16:47:14 UTC MAIN commitmail json YAML

Updated www/links-gui to 2.3pre2nb1

(wiz)

2011-05-11 16:46:16 UTC MAIN commitmail json YAML

Fix a bug in png handling using a patch from John Bowler <jbowler@acm.org>.
Addresses PR 44940.
Bump PKGREVISION for links-gui.

(wiz)

2011-05-11 15:26:19 UTC MAIN commitmail json YAML

disable API doc build -- this is generally a mess, and it is broken
in upcoming glibmm versions
bump PKGREV

(drochner)

2011-05-11 14:50:56 UTC MAIN commitmail json YAML

Resotore PLIST.m17nlib and PLIST.uim in PLIST. Fix make package.

(ryoon)

2011-05-11 14:48:28 UTC MAIN commitmail json YAML

fix the sqlite3-3.7.6 function pointer bug which caused crashes
on amd64

(drochner)

2011-05-11 14:15:28 UTC MAIN commitmail json YAML

Update to fossil 2011-04-13 snapshot.  Changes  include:
- better support for private changes
- enhanced timeline graph
- various performance improvements
- various bugfixes

(joerg)

2011-05-11 12:46:21 UTC MAIN commitmail json YAML

NOLOGIN=/sbin/nologin for SSD/Linux.

(obache)

2011-05-11 11:53:08 UTC MAIN commitmail json YAML

add missing LICENSE

(dmcmahill)

2011-05-11 11:38:48 UTC MAIN commitmail json YAML

Changes 6.6.9.8:
* Fixed some cut-and-paste errors in new png.c code that caused PNG8
  reductions to fail.

Changes 6.6.9.8:
* Add various Option Flags, and fix option skip counts for plus forms
  of simple operators where plus form is the same as minus form.
  For example the incorrect counts produces a weird error, and posible
  future segmentation fault in a command like  convert rose: +border show:

Changes 6.6.9.7:
* Fix FX default for interpolation to Bilinear.
* Fix pixel interpolation for -draw image over (reference
  http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18612).
* Write the proper bKGD chunk value in grayscale PNG images (reference
  http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18624).
* Added Inverse method for Sparse Color Interpolation

(adam)

2011-05-11 11:28:27 UTC MAIN commitmail json YAML

+ eog-3.0.1, mp3splt-2.3a.

(wiz)

2011-05-11 11:22:55 UTC MAIN commitmail json YAML

Updated cad/pcb to 20100929, Updated cad/geda to 1.6.2

(dmcmahill)

2011-05-11 11:21:36 UTC MAIN commitmail json YAML

Update to pcb-20100929

========================================================================
Release Notes for PCB snapshot 20100929
========================================================================
This release represents over 240 commits and as such this summary
clearly is not complete.  See the ChangeLog file for the complete list
of changes.

Features
--------

- PCB can directly import (forward annotate) schematics while running.
- Many places where measurements are entered now accept units, like
  "5mm", and "cm" and "in" are allowed too.
- Free Rotate Buffer added to menu
- Polygon Hole tool.
- F12 invokes the Lock tool.
- Russian translation added.
- DBUS is enabled by default when possible.
- Command-line exporters can run action scripts too.
- GTK tool tips on elements, pins, and nets.
- Command-line actions in GUIs do not require (,,) syntax.
- PCB can import footprints both in subdirectories and the named directories.
- New GCode exporter.
- Footprint files use ".fp" as the suffix; this is automatically
  searched for if needed.
- GTK dialogs do not show at startup unless requested.
- Stackup can be specified on the command line for command-line exporting.
- Reference card updated.
- The snap-point in pads is the center.
- The 's' key toggles polygons to clear/notclear all pads and pins

Bug Fixes
---------

- Various PNG export fixes.
- lesstif's magic toggle-layers-on-flip fixed.
- Arc bounding box math fixed.
- Fixed: sometimes, disabling silk also disabled the solder layer.
- "pcb --help" prints all options again
- Add mnemonic for "close without saving"
- Don't select silk on the back side when it's invisible.
- Various polygon rendering bugs fixed.
- PNG drill bloat export fixed.
- Attempts to change polygon clearance *on* polygons results in a hint.
- PNG doesn't segfault if not all graphic formats are supported.
- Various toporouter fixes and improvements
- HID_Mixed is supported in attribute dialogs
- Flipped rectangles in PS exports are drawn correctly.
- Optimizer removes micro-traces under pads.
- Vias, pins, and pads are now drawn under the mask instead of over.
- Windows supported better.

Other
-----

- Sources converted to C99
- Doc extraction gives more control over categories.
- Thermal documentation updated.
- Actions can see the context they were invoked in

(dmcmahill)

2011-05-11 11:20:24 UTC MAIN commitmail json YAML

Update to gEDA-1.6.2

Notable changes in gEDA/gaf 1.6.2
=================================

* PNG export from `gschem' will now be cropped correctly.

* The `partlist' backends for `gnetlist' now handle hierarchical
  refdes correctly.

* On Windows, `gschem' and `gattrib' will no longer launch with a
  command window visible.

* `gnetlist-arg' is no longer valid in `gsch2pcb' project files.

Several other bugs were fixed, including a major crash bug in
gnetlist.

(dmcmahill)

2011-05-11 10:45:57 UTC MAIN commitmail json YAML

Move up PKG_DESTDIR_SUPPORT before bsd.prefs.mk inclusion to restore
destdir support.
Bump PKGREVISION for previous.

(wiz)

2011-05-11 10:28:08 UTC MAIN commitmail json YAML

Fix gsed dependency on NetBSD. Use TOOLS_PATH.gsed to find gsed.

(hans)

2011-05-11 07:51:24 UTC MAIN commitmail json YAML

Updated archivers/gtar to 1.26

(adam)

2011-05-11 07:49:59 UTC MAIN commitmail json YAML

Changes 1.26:
* Fix the --verify option, which broke in version 1.24.
* Fix storing long sparse file names in PAX archives.
* Fix correctness of --atime-preserve=replace.
* Work around POSIX incompatibilities on FreeBSD, NetBSD and Tru64.
* Fix bug with --one-file-system --listed-incremental.

(adam)

2011-05-11 07:10:58 UTC MAIN commitmail json YAML

Add a licence for Intel(C) C++ Compiler for Linux version 11.1.

(alnsn)

2011-05-11 07:05:47 UTC MAIN commitmail json YAML

Use mk/jpeg.buildlink3.mk rather than picking up graphics/jpeg/buildlink3.mk directly. Bump pkgrevision

(abs)

2011-05-11 06:27:27 UTC MAIN commitmail json YAML

Updated math/R-CGIwithR to 0.73-0.

(alnsn)

2011-05-11 06:10:08 UTC MAIN commitmail json YAML

2011-05-11 04:44:51 UTC MAIN commitmail json YAML

Updated editors/nvi-m17n to 1.79.20040608

(obache)

2011-05-11 04:44:36 UTC MAIN commitmail json YAML

Update nvi-m17n to 1.79.20040608.

2004/6/8
iso-2022 autodetection was broken.  it is impossible to differentiate
between iso-2022-jp and jp3, we don't think about jp3 in autodetect.
found by Masamichi Takatsu.

(obache)

2011-05-11 04:35:53 UTC MAIN commitmail json YAML

Added www/c-icap, www/c-icap-modules, www/squidclamav

(adam)

2011-05-11 04:33:52 UTC MAIN commitmail json YAML

Added www/c-icap, www/c-icap-modules, www/squidclamav

(adam)

2011-05-11 04:31:16 UTC MAIN commitmail json YAML

SquidClamav is an antivirus for Squid proxy based on the Awards winnings ClamAv
anti-virus toolkit. Using it will help you securing your home or enterprise
network web traffic. SquidClamav is the most efficient Squid Redirector and
ICAP service antivirus tool for HTTP traffic available for free, it is written
in C and can handle thousand of connections. The way to add more securing on
your network for free is here.

SquidClamav is build for speed and security in mind, it is first used and
tested to secure a network with 2,500 and more users. It is also known to
working fast with 15000+ users.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(adam)

2011-05-11 04:30:07 UTC MAIN commitmail json YAML

c-icap is an implementation of an ICAP server. It can be used with HTTP proxies
that support the ICAP protocol to implement content adaptation and filtering
services.

Most of the commercial HTTP proxies must support the ICAP protocol. The open
source Squid 3.x proxy server supports it.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(adam)

2011-05-11 04:29:18 UTC MAIN commitmail json YAML

c-icap is an implementation of an ICAP server. It can be used with HTTP proxies
that support the ICAP protocol to implement content adaptation and filtering
services.

Most of the commercial HTTP proxies must support the ICAP protocol. The open
source Squid 3.x proxy server supports it.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(adam)

2011-05-11 04:26:15 UTC MAIN commitmail json YAML

Enabled ICAP client, for dependend packages to work.

(adam)

2011-05-11 03:15:52 UTC pkgsrc-2011Q1 commitmail json YAML

2011-05-11 03:14:38 UTC pkgsrc-2011Q1 commitmail json YAML

Pullup ticket #3426 - requested by taca
mail/postfix security update

Revisions pulled up:
- mail/postfix/Makefile                                        1.239
- mail/postfix/distinfo                                        1.135
- mail/postfix/options.mk                                      1.36

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Tue May 10 13:38:24 UTC 2011

  Modified Files:
  pkgsrc/mail/postfix: Makefile distinfo options.mk

  Log Message:
  Update postfix package to 2.8.3.

  * pkgsrc change: remoe mysql4 from PKG_OPTIONS.

  Securiy release for Memory corruption in Postfix SMTP server Cyrus SASL
  support: http://www.postfix.org/CVE-2011-1720.html

  20110411

  Cleanup: postscreen(8) and verify(8) daemons now lock their
  respective cache file exclusively upon open, to avoid massive
  cache corruption by unsupported sharing. Files: util/dict.h,
  util/dict_open.c, verify/verify.c, postscreen/postscreen.c.

  20110414

  Bugfix (introduced with Postfix SASL patch 20000314): don't
  reuse a server SASL handle after authentication failure.
  Problem reported by Thomas Jarosch of Intra2net AG. File:
  smtpd/smtpd_proto.c.

(sbd)

2011-05-11 01:59:45 UTC MAIN commitmail json YAML

emacs24 and emacs23nox is allowed for EMACS_TYPE.

(obache)

2011-05-11 01:46:26 UTC MAIN commitmail json YAML

Updated fonts/umefont-ttf to 0.427

(ryoon)

2011-05-11 01:45:44 UTC MAIN commitmail json YAML

Update to 0.427.

Changelog:
In Gothic (Sans-serif) family
* Fix glyphs in Unicode : 0020-6316, 9e00-ffff (first check)
* Fix glyphs in SJIS : second check completed

In Minchi (Serif) family
* Fix glyphs in Unicode : 0020-6316, 9e00-ffff (first check)
* Fix glyphs in SJIS : second check completed

(ryoon)

2011-05-11 01:32:30 UTC MAIN commitmail json YAML

Remove fotoxx

(ryoon)

2011-05-11 01:32:00 UTC MAIN commitmail json YAML

Updated graphics/fotoxx to 11.05.1

(ryoon)

2011-05-11 01:31:01 UTC MAIN commitmail json YAML

* Set LICENSE=gnu-gpl-v3
* include sysutils/desktop-file-utils/desktopdb.mk

(ryoon)

2011-05-11 01:27:03 UTC MAIN commitmail json YAML

Update to 11.05.1

* On DragonFly, not works yet (like before).

fotoxx change log
=================

2011.05.02  v.11.05.1
+ The new version of alien replaces text files in /usr/share/doc/appname
  with compressed (.gz) versions, making the menu Help > Change Log etc.
  fail. Program was revised to accept either normal or compressed files.
+ Context help (F1) for Remove Dust did not work.

2011.05.01  v.11.05
+ New function Erase Dust: erase dust spots on images from scanned slides.
+ Named image collections were made easier to create and revise. Images
  can be added, removed and rearranged using a thumbnail gallery.
+ The trim (crop) function better handles zoom and scroll. The desired
  image size can be input directly, in addition to the mouse drag method.
+ Smart Erase was made faster (noticeable on slow processors).
+ Create Blank Image: simplify UI and create new file automatically.
+ Minor UI improvement: inform user if the current search results or
  named collection must be abandoned to open a non-member image file.
+ Select Area: edge distance calculation for hairy edges is >2x faster.
+ Image tags with imbedded blanks are allowed.
+ Bugfix: Smart Erase was sometimes missing a few pixels.
+ The supplied .deb and .rpm packages are now built using Ubuntu 10.04
  instead of Ubuntu 8.10. These packages (using newer libraries) may
  not be installable on less current Linux releases.

2011.04.01  v.11.04
+ Vertical panorama was implemented (previously possible but clumsy).
+ Slide Show can optionally play a music file or play list.
+ A pre-planned slide show can be started from the command line.
+ Initialization for new installs was simplified and the user warning was
  strengthened (need fewer frustrated users who don't read user guides).
+ Smart Erase was made easier by combining the select and erase functions.
+ Select ellipse: keep the ellipse centered at the drag origin.
+ Select by color: the search range for matching pixels was limited to
  3x the mouse radius. This works better, allowing edges with varying
  color to be more easily followed and selected. The remaining interior
  areas can be selected with an extra click in the finish dialog.
+ Paste Area was made easier to use by automating the finish step.
+ Unbend was extended to fix more types of perspective problems.
+ Toolbar buttons were rearranged to reduce the risk of accidentally
  overwriting the original image.
+ The total image file limit of 100,000 was removed. The practical limit
  depends on how much main memory is available for the image search index.
  1 GB is enough for >1 million files, and only needed when searching.
+ Bugfix: possible crash in slide show with "ellipse" transitions.
+ Bugfix: HDF: first manual tweak caused an annoying random jump.
+ Bugfix: crash if initial warning message ignored and then open a file.

2011.03.13  v.11.03.1
+ Bugfix: possible crash if area select along bottom edge of image.
+ Bugfix: possible crash following a revision of lens parameters.
+ Bugfix: select area: edge of image can also be edge of area.

2011.03.01  v.11.03
+ Composite functions Pano, HDR, HDF and Stack run 2-3 times faster.
+ Printing: intermediate file was changed from .jpeg to .tiff to correct
  slight blurring of some color edges in high-resolution images.
+ New art function: create color outline drawings.
+ New function: adjust monitor gamma with live feedback.
+ Plugins: add external image editors to Fotoxx menu: Fotoxx edits may
  precede and follow, [undo] / [redo] buttons work, etc.
+ Smart Erase: can use a tighter area around the object to be erased.
+ Panorama: the math was simplified to a pure cylindrical projection.
+ Select Area: added select for rectangular and elliptical areas.
+ Notify user of delay for thumbnail creation when new images are found.
+ New slide show transition: ellipse expanding from the center.
+ Select Area: brighter outlines for freehand draw and follow edge.
+ Unbend: panorama curve is more accurately flattened.
+ bugfix: crash reading 4-channel tiff file in strip format.
+ bugfix: panorama crash if image overlap reaches zero during alignment.
+ bugfix: crash if trying to save to a .gif file (converts to .jpg).
+ bugfix: fixed small memory leak in metadata viewer.

2011.02.01  v.11.02
+ Retouch functions can be incrementally "painted" with the mouse, with
  variable radius and strength.
+ Area cut and paste: edge effects are more effectively suppressed and
  the pasted area/object can be rotated as well as resized.
+ Curve edit (used in image retouch functions): curve data can be saved
  to a file or loaded from a file as part of the curve edit dialog.
+ New function: Smart Erase: erase power lines and other small defects
  by replacing them with pixels from the neighborhood.
+ New functions: Make Image Collection and Open Image Collection. Images
  may be assigned to named collections. A collection can be recalled and
  used for a slide-show, export, etc.
+ New function: Combine photos of the same subject taken at different
  moments, remove tourists, cars, etc. that come and go.
+ Panorama pre-align was made a little easier (check the user guide).
+ Tag Edit and Tag Management were separated to simplify operation.
+ New 1-time function: Tools > Fix Tag Delimiters: make tags (keywords)
  compatible with Photoshop. Other photo managers may not be compatible.
  This is optional and can be done at any time without affecting Fotoxx.
+ Art > Dots: dot rows are offset by 1/2 dot pitch, which looks better.
+ Expand Brightness Range: use sliders and show brightness histogram.
+ 1-time function to rebuild thumbnails now has a fast incremental mode.
+ Obsolete functions removed: convert old tag and parameter formats.
  (if you have startup problems, delete /home/<user>/.fotoxx).
+ Bugfix: Edit Info function could not be canceled before using it.
+ Bugfix: Edit Info (metadata) limit raised from 100 to 1000 characters.
+ Bugfix: Stop meaningless EXIF diagnostic when a blank image is created.
+ Bugfix: Annotate crash if font set to tiny and then increased.
+ tags_index file was renamed to search_index

2011.01.07  v.11.01.2
+ Bugfix: select whole image was not working. What went wrong between
  testing and release is a mystery, but now it is fixed.

2011.01.06  v.11.01.1
+ Revise startup warnings about thumbnails and tag index file to make
  them less intrusive and perhaps easier to understand.
+ French translation was updated.

2011.01.01  v.11.01
+ Select Area: Select the whole image and use overall brightness or a
  single RGB color brightness to control the application of a retouch
  function. This allows tone mapping, noise reduction, etc. to apply
  in darker image areas but not brighter areas (or the inverse).
+ New art function: make a dot matrix image (à la Roy Lichtenstein).
+ Slide Show was given a few dubiously useful but cute image transition
  modes (fade-out/fade-in and various kinetic image replacement methods).
+ Open Recent File: the 100 most recent image files are presented in a
  gallery window to make it easier to go back to a desired image.
+ If grid lines are active when an image is printed, the grid lines will
  also appear on the printed image.
+ The status bar shows if a select-area is active or a function is busy.
+ A new blank image can be created and used as a basis for mashups
  using cutouts from other images plus annotation text.
+ After a first-time install, the user is now advised to run the 1-time
  indexing program so that image searches will function correctly.
+ Batch add and delete tags have a popup window to monitor progress.
+ Search Images output (gallery window) is sorted to follow the physical
  organization of the underlying files. Groupings and sequences implied
  by the file organization (directories and file names) are preserved
  in the generated window of thumbnail images. This was always a claimed
  fotoxx capability, but was not always working as advertised.
+ Bugfix: image was sometimes not being resized to fit window after a
  size change (trim, resize), possibly giving a false impression.
+ Bugfix: inverting a select area did not work with some edit functions.

2010.12.07  v.10.12.1
Three minor GUI improvements:
+ pixel edit: notify if select area is active to avoid user confusion.
+ fix inconsistent behavior of select area draw and follow edge.
+ bugfix: "Save As" with a name like "2010.12" resulted in "2010.jpg".

2010.12.01  v.10.12
This release has many small user interface improvements and bug fixes.
+ Switching the mouse between dialogs and main window was simplified,
  making it easier to zoom and pan when a dialog owns the mouse or to
  control two active dialogs alternating ownership of the mouse.
+ Select Area by color: in firewall mode, pixels within the mouse radius
  are unconditionally selected. Left drag now works as an un-select.
+ Select Area by freeform drawing: drawing lines along the edge of the
  image is no longer so tedious.
+ The HDF "paint" mode was made more responsive for slow CPUs.
+ Image captions (IPTC: Caption-Abstract) are now searchable (along
  with tags, dates, stars, comments, file names). Image captions are
  searched for given words. Run Tools > Rebuild Tags Index to update
  the search index (one-time conversion job).
+ Data functions (EXIF/IPTC/etc. tags, comments, captions) were moved
  into one menu. The "big text" functions (comments, captions) were
  made easier to view and edit with a conventional text edit interface.
+ Info > Search Images: searching file names works without wildcards,
  (e.g. search "rosi" matches /xxx/rosi/xxx.jpg and /xxx/Rosixxx.jpg).
+ Info > Search Images: date range default month/day is 01/01 for low
  limit and 12/31 for high limit, so "2009 to 2010" is two full years.
+ Info > Search Images: "match any" and "match all" can be specified
  separately for tags, comments/captions, and file names.
+ Rotated images are no longer automatically uprighted. Instead, use
  the R or L key to permanently fix as needed. This saves time for
  every image opened since the EXIF data need not be read.
+ File > Open Recent File: opens the combo box file list automatically.
+ File > Open Previous File: opens most recent file that still exists.
+ File > Save As with "new version" selected: the version naming was
  changed to reduce the risk of conflict with a user file naming system.
  Format: originalname.jpg >> *.v01.jpg >> *.v02.jpg >> etc.
+ Buttons [Prev] and [Next] more reliably find previous or next files
  even if files have been deleted or renamed outside Fotoxx.
+ Dialogs that need significant time now show an hourglass, even when
  the mouse cursor stays inside the dialog window.
+ Tools > Clone: screen is split 50/50 between the two instances.
+ Transform > Trim: dragging the margins is smoother for slow CPUs.
+ Zoom: limit was raised from 200% to 400%. This makes it easier
  to do a very precise area selection.
+ Annotate Image: text can be optionally outlined with a different color.
+ The user guide was audited and many small corrections were made.
+ Bugfix: quotes in EXIF/IPTC/etc. data were replaced with escaped
  quotes to prevent the exiftool command from failing.
+ Bugfix: Area copy and paste: fixed small edge defects that sometimes
  happened when the pasted area was reduced in size.

2010.11.08  v.10.11.2
+ Bugfix: Trashing an image deleted User Comments for other images in the
  tag index file, causing the Search function to fail for comments search.
  Run Tools > Rebuild Tags Index if you are using the comments feature.

2010.11.01  v.10.11.1
+ Bugfix: crash if fotoxx start and quit without opening an image file.

2010.11.01  v.10.11
+ Search Tags: a simpler alternative is provided for those not wanting to
  maintain an elaborate image tag system: search based on user comments
  and/or image folder and file names. Match on any or all search words
  entered, with optional wildcard matching for folder and file names.
  NOTE: Run Tools > Rebuild Tags Index for this feature to work.
+ Edit functions operating within a small area were made more responsive
  for slow CPUs: Warp Area, Paste Area, Annotate Image, Edit Pixels.
+ Annotate Image: both text and background color and transparency can be
  specified. Traditional-looking watermarks can be made. Annotation data
  can be saved as a file, so annotations can be kept and re-used.
+ Grid lines: either line count or line spacing can be specified. Line
  counts are independent of image size. G-key toggles grid on/off.
+ New function: Warp Image (linear): an alternative way to compensate
  for perspective distortions. Change line slopes without curving them.
+ Pixel edit now works within a selected area. This makes it easy to paint
  inside an area using an opaque or transparent color and a large brush.
+ Select Area by Color: optional "firewall" mode: already-selected pixels
  become a barrier to the propagation of newly-selected pixels.
+ Buttons in Select Area dialog were made available as menu functions
  with their own F1 help topics (a small convenience improvement).
+ Dialog boxes now open near the upper right corner of the main window
  instead of the middle (a small convenience improvement).
+ File > Save As: retain the same current file and image set if saving
  to a different directory. Otherwise make the new file the current file
  and add it to the current image set (directory or tag search results)
  (a small convenience improvement).
+ New function: File > Open Previous: go back to the previous file,
  also if in another directory (a small convenience improvement).
  (File > Open Recent is unchanged: choose from last 30 files).
+ Bugfix: missing or corrupted parameters file could cause a crash.

2010.10.16  v.10.10.2 and 10.10.3
+ Bugfix: restored lost F1 links to user guide.
+ Bugfix: trim button [invert] did not work. [gold] ratio was inverted.
+ The Dutch translation was updated.
+ Edit EXIF User Comments and Annotate Image (write text on image) were
  made into separate functions. The old interface was confusing.
+ Annotate on slow (Atom) processors now works acceptably fast.
+ Grid lines dialog revised to use line spacing instead of line counts.
+ Trim ratio buttons are customized with a GUI instead of a text file.
+ Window repaint speed (expose event) was doubled (no impact on edits).

2010.10.02  v.10.10.1
+ Bugfix: Annotate function was missing the translation capability.
+ Annotate on slow (Atom) processors was made faster, but still slow.
+ The Italian translation was updated.

2010.10.01  v.10.10
+ New function Annotate Image: Text can be edited and viewed in a live
  window updated with each image opened, or written directly on the
  image using any font, size and rotation.
+ New function E-mail: select multiple images, downsize within specified
  limits, and e-mail using the preferred e-mail program.
+ A small improvement was made in the visibility of grid lines.
+ Max. working threads was raised to 6 (newest CPUs have up to 6 cores).
+ Image trim (crop): the preset aspect ratio buttons can be customized
  by editing a parameters file.
+ More parameters are saved and restored across sessions: trim size,
  grid lines, e-mail size, edit resize, batch resize.
+ The word "mass" in menus and help text was replaced with "batch".

2010.09.10  v.10.9.1
+ Chinese translation was updated.
+ Bugfix: save-as: file names like xxx.yyy.jpg got truncated to xxx.jpg.
+ Usability improvement: A set of files generated by searching tags is no
  longer discarded if a member file is opened, saved, renamed, or trashed.

2010.09.01  v.10.9
+ The Portuguese translation was updated.
+ New: Stack function: combine multiple images of the same subject for
  noise reduction. Use mean or median pixel RGB values and optionally
  discard the most extreme RGB values (noisiest) from the mix.
+ New: make a B/W or color negative, or make a positive from a negative.
+ New: delete or replace a tag for selected or all images.
+ The brightness/contrast curve edit function was revised to better
  preserve detail in the brightest image areas.
+ The Retouch curve edit functions are generally 30% faster.
+ The interplay between the main window and gallery window was revised.
  The gallery window overlays the main window, with the current image in
  the top row. When an image is clicked in the gallery, the main window
  overlays the gallery window, showing the selected image. Both windows
  are still present and can be dragged apart if wanted. The perception
  is that they both alternately occupy the same window.
+ The functions Burn CD/DVD, Mass Add/Delete Tags, and Mass Resize can
  now be used together with Search Tags: use Search Tags to establish a
  set of images from which the files to mass-process can be selected.
+ Select Area dialog: buttons added: [enable] [disable] [invert].
  This makes editing areas a bit faster than using separate menus.
+ A small improvement was made in the Select Area follow-edge algorithm.
+ Default extensions for "Save As" were changed from .jpeg and .tiff to
  .jpg and .tif because some programs don't recognize the longer forms.
+ "Save As" sets the current file to the newly saved file instead of
  remaining at the prior file. This makes fotoxx work more like other
  apps. Use the "recent file" menu to go back if wanted. Any edits are
  still active and can be undone or further edited and saved again.
+ HDR/HDF: auto-trim the edges where all input images do not overlap.
+ Curve editing was generally revised not to truncate curves beyond the
  first and last anchor points. Curves are projected to the graph limits.
+ Internal cleanup: generalize the saving and restoring parameters across
  sessions. Add mass-resize width/height to the saved parameters.
+ Bugfix: Sharpen: gradient method: threshold did not work correctly.
+ Bugfix: rounding error in HDF was causing 1-pixel alignment errors.
+ Bugfix: gtk function call within a thread was causing a (rare) crash.
+ Bugfix: huge tag in iptc:keywords caused a loop in tag editing.

(ryoon)

2011-05-10 18:55:55 UTC MAIN commitmail json YAML

Update math/R-CGIwithR to version 0.73-0.

Approved by wiz@.

Version 0.73-0

*  Identify the contents of file uploads with a class "FileUploadContent"

*  Don't collapse duplicate parameter values that correspond to file uploads
  in MultiPartFormData objects.

*  $ operator for MultiPartFormData extended to handle the case of multiple
  elements for the same parameter, specifically file uploads.

*  Added parameters to some functions to allow caller to specify content
  of the submitted form that is usually provide via environment variables or standard
  in.  This facilitates debugging.

Version 0.72-2

*  Deal  with repeated parameters.

(alnsn)

2011-05-10 16:45:36 UTC MAIN commitmail json YAML

root out another use of "/usr/bin/env python".

(schnoebe)

2011-05-10 14:50:09 UTC MAIN commitmail json YAML

Added devel/p5-File-DirCompare version 0.6

(abs)

2011-05-10 14:49:39 UTC MAIN commitmail json YAML

+p5-File-DirCompare

(abs)

2011-05-10 14:48:17 UTC MAIN commitmail json YAML

Added devel/p5-File-DirCompare version 0.6

File::DirCompare is a perl module to compare two directories using
a callback, invoked for all files that are 'different' between the
two directories, and for any files that exist only in one or other
directory ('unique' files).

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(abs)

2011-05-10 14:17:51 UTC MAIN commitmail json YAML

- postfix-2.8.3.

(taca)

2011-05-10 14:17:14 UTC MAIN commitmail json YAML

Note update of Ruby on Rails 3.0.7 related packages:

devel/ruby-activesupport3 3.0.7
devel/ruby-activemodel 3.0.7
www/ruby-actionpack3 3.0.7
databases/ruby-activerecord3 3.0.7
www/ruby-activeresource3 3.0.7
mail/ruby-actionmailer3 3.0.7
devel/ruby-railties 3.0.7
www/ruby-rails3 3.0.7

(taca)

2011-05-10 14:15:11 UTC MAIN commitmail json YAML

update ruby-rails3 to 3.0.7; no change but version.

(taca)

2011-05-10 14:14:44 UTC MAIN commitmail json YAML

update ruby-railties to 3.0.7; no change but version.

(taca)

2011-05-10 14:14:18 UTC MAIN commitmail json YAML

Update ruby-actionmailer3 to 3.0.7:

*Rails 3.0.7 (April 18, 2011)*

* remove AM delegating register_observer and register_interceptor to Mail [Josh Kalderimis]

(taca)

2011-05-10 14:13:40 UTC MAIN commitmail json YAML

Update ruby-activeresource3 to 3.0.7; no change but version.

(taca)

2011-05-10 14:13:07 UTC MAIN commitmail json YAML

Update ruby-activerecord3 package to 3.0.7.

*Rails 3.0.7 (April 18, 2011)*

* Destroying records via nested attributes works independent of reject_if LH #6006 [Durran Jordan]

* Delegate any? and many? to Model.scoped for consistency [Andrew White]

* Quote the ORDER BY clause in batched finds - fixes #6620 [Andrew White]

* Change exists? so records are not instantiated - fixes #6127. This prevents after_find
  and after_initialize callbacks being triggered when checking for record existence.
  [Andrew White]

* Fix performance bug with attribute accessors which only occurred on Ruby 1.8.7, and ensure we
  cache type-casted values when the column returned from the db contains non-standard chars.
  [Jon Leighton]

* Fix a performance regression introduced here 86acbf1cc050c8fa8c74a10c735e467fb6fd7df8
  related to read_attribute method [Stian Grytøyr]

(taca)

2011-05-10 14:12:06 UTC MAIN commitmail json YAML

2011-05-10 14:11:17 UTC MAIN commitmail json YAML

2011-05-10 14:10:30 UTC MAIN commitmail json YAML

Update ruby-activesupport3 to 3.0.7.

* Hash.from_xml no longer loses attributes on tags containing only whitespace [André Arko]

(taca)

2011-05-10 14:09:21 UTC MAIN commitmail json YAML

Start update of rails3 related packages to 3.0.7.

(taca)

2011-05-10 14:07:48 UTC MAIN commitmail json YAML

2011-05-10 14:01:57 UTC MAIN commitmail json YAML

Note update of net/md-whois package to 5.0.11.

(taca)

2011-05-10 14:01:10 UTC MAIN commitmail json YAML

Update md-whois package to 5.0.11.

Changes are unknown but added more recent network information and some
portability improvement.

(taca)

2011-05-10 13:46:22 UTC MAIN commitmail json YAML

update to 20110325, from John Marino
changes:
-newer gcc snapshot
-add option to build c++ support (not enabled per default because
the build fails due to something which looks like a command line
length limitation on NetBSD)

(drochner)

2011-05-10 13:39:09 UTC MAIN commitmail json YAML

Note update of mail/postfix package to 2.8.3.

(taca)

2011-05-10 13:38:24 UTC MAIN commitmail json YAML

Update postfix package to 2.8.3.

* pkgsrc change: remoe mysql4 from PKG_OPTIONS.

Securiy release for Memory corruption in Postfix SMTP server Cyrus SASL
support: http://www.postfix.org/CVE-2011-1720.html

20110411

Cleanup: postscreen(8) and verify(8) daemons now lock their
respective cache file exclusively upon open, to avoid massive
cache corruption by unsupported sharing. Files: util/dict.h,
util/dict_open.c, verify/verify.c, postscreen/postscreen.c.

20110414

Bugfix (introduced with Postfix SASL patch 20000314): don't
reuse a server SASL handle after authentication failure.
Problem reported by Thomas Jarosch of Intra2net AG. File:
smtpd/smtpd_proto.c.

(taca)

2011-05-10 13:31:50 UTC MAIN commitmail json YAML

Correct RUBYGEMS_REQD's default in comment.

(taca)

2011-05-10 13:29:14 UTC MAIN commitmail json YAML

Note update of databases/ruby-arel package to 2.0.9.

(taca)

2011-05-10 13:28:38 UTC MAIN commitmail json YAML

Update ruby-arel package to 2.0.9.  Latest release is 2.1.0 but it rails
related pacakge dosen't allow 2.1.0 (need to be checked).

== 2.0.9  / 2010/02/25

* Bug Fixes

  * Custom LOCK strings are allowed. Fixes LH # 6399
    https://rails.lighthouseapp.com/projects/8994/tickets/6399-allow-database-specific-locking-clauses-to-be-used

  * Strings passed to StringManager#on will be automatically tagged as SQL
    literals. Fixes Rails LH #6384
    https://rails.lighthouseapp.com/projects/8994/tickets/6384-activerecord-303-and-3-0-stable-generate-invalid-sql-for-has_many-through-association-with-conditions

(taca)

2011-05-10 13:12:31 UTC MAIN commitmail json YAML

Note update of databases/ruby-sqlite3 package to 1.3.3.

(taca)

2011-05-10 13:11:42 UTC MAIN commitmail json YAML

Update ruby-sqlite3 package to 1.3.3.

=== 1.3.3 / unreleased

* Bugfixes
  * Abort on installation if sqlite3_backup_init is missing. Fixes #19
  * Gem has been renamed to 'sqlite3'.  Please use `gem install sqlite3`

(taca)

2011-05-10 13:01:01 UTC MAIN commitmail json YAML

Remove the REPLACE_PYTHON. It pointed to unused "perl" file.
It is not needed since python is ran directly.

(reed)

2011-05-10 12:52:32 UTC MAIN commitmail json YAML

Remove xchm

(ryoon)

2011-05-10 12:52:03 UTC MAIN commitmail json YAML

Updated misc/xchm to 1.20

(ryoon)

2011-05-10 12:50:44 UTC MAIN commitmail json YAML

Update to 1.20

Changelog:
* 1.19:
        + fixed the table of contents display for most non-Latin
        character set documents (provided you get a Unicode
        build).
        + fixed linking issue for wxWidgets 2.9 (the AUI libraries
        were not being pulled in).
        + fixed a bunch of minor bugs.
* 1.20:
        + fixed a nasty bug that crashed the application with some
        CHM files.
        + fixed strict-aliasing compile-time warning.
        + fixed a few signed/unsigned comparison warnings.

(ryoon)

2011-05-10 11:25:59 UTC MAIN commitmail json YAML

Note update of math/ruby-rb-gsl to 1.14.7.

(taca)

2011-05-10 11:24:56 UTC MAIN commitmail json YAML

2011-05-10 11:24:46 UTC MAIN commitmail json YAML

+ amarok-2.4.1, cln-1.3.2, eric4-4.4.14, eric5-5.1.2, lyx-2.0.0,
  postfix-2.8.3, tinc-1.0.14.

(wiz)

2011-05-10 11:23:48 UTC MAIN commitmail json YAML

Update ruby-rb-gsl package to 1.14.7.

* pkgsrc change: fix conflicts of some functions name with newer gsl.

Sat Feb 26 08:18:45 PST 2011
  * Ruby/GSL 1.14.7
    * Fix conversion of non-DFLOAT NArray to GSL::Vector and
      GSL::Vector::Complex.

Thu Feb 24 10:27:08 PST 2011
  * Ruby/GSL 1.14.6
    * Add Vector::Complex support to NArray conversions
    * Raise exception when trying to create View from NArray object of
      incompatible type.

(taca)

2011-05-10 11:22:03 UTC MAIN commitmail json YAML

Note update of textproc/ruby-hikidoc package to 0.0.6nb1.

(taca)

2011-05-10 11:20:46 UTC MAIN commitmail json YAML

Avoid use of "#! /usr/bin/env ...".

Bump PKGREVISION.

(taca)

2011-05-10 08:10:13 UTC MAIN commitmail json YAML

fix #!/usr/bin/env issue

(cheusov)

2011-05-10 06:22:30 UTC MAIN commitmail json YAML

update cad/gerbv to 2.5.0

(dmcmahill)

2011-05-10 06:20:58 UTC MAIN commitmail json YAML

Update to gerbv-2.5.0

========================================================================
Release Notes for gerbv-2.5.0
========================================================================
The following is a summary of the changes which went into gerbv-2.5.0.
For a complete list of changes, refer to ChangeLog.  This release
is primarily a bug fix release.

- libgerbv:  fix leak and possible segfault in drill parser
- libgerbv:  fix segfault in pick and place parser
- gerbv:    add persistent keyboard accelerators and extra menu options
- gerbv:    increase max zoom 4x to allow more accurate measurements
- libgerbv:  fix bug which caused the drill parser to crash on an empty line
- gerbv:    change F8 shortcut to F7 per GNOME HIG
- gerbv:    add psuedo fullscreen mode
- gerbv:    add ability to toggle sidebar visibility
- gerbv:    speed up cairo rendering.
- libgerbv:  improved detection of drill files (comment lines are now
            ignored during file type detection)
- libgerbv:  fix handling of trailing zero suppression with very large
            precisions.
- examples:  fix some of the example code showing how to use libgerbv.
- gerbv:    fix gdk rendering of macro 22 elements with negative coordinates
- gerbv:    fix tooltip for modify layer button
- libgerbv:  fix handling of whitespace in the middle of an RS-274X command
- libgerbv:  fix bug in exporting outline macros
- gerbv:    unselect all items if a layer is hidden
- libgerbv:  fix drill parsing when INCH has nothing after it

(dmcmahill)

2011-05-10 01:33:45 UTC MAIN commitmail json YAML

Updated mail/alpine to 2.00nb5

(obache)

2011-05-10 01:33:12 UTC MAIN commitmail json YAML

Exactly disable ldap support if ldap option is off (enabled by default in
configure script) to avoid hidden dependency.

Bump PKGREVISION.

(obache)

2011-05-09 22:33:12 UTC MAIN commitmail json YAML

Updated math/maxima to 5.24.0

(asau)

2011-05-09 22:32:40 UTC MAIN commitmail json YAML

Update Maxima to version 5.24.0

Maxima 5.24 change log

New items in core:
* function defstruct: documentation

New items in share:
* package lapack: function dgemm (matrix multiplication)
* package fractals: documentation
* package finance: documentation

Other changes:
* elliptic functions: bug fixes
* integration: apply trigonometric identities for some special cases
* improve TeX output for conditional expressions
* more work on German translation of reference manual
* regularize error messages and prepare for translation
* remove unused functions and variables
* XMaxima user interface: bug fixes and improvements
* package draw: bug fixes, pngcairo output
* package noninteractive: bug fixes
* package clebsch_gordan: new version
* package graphs: updates
* package ezunits: updates

Bug fixes:

3211937  wrong sign for integral of e^(-1/x^2)
3199708  integrate(sin(2x)atan(sin(x)),x)
3198530  Apparently wrong limit with factorial
3181353  Documentation of "at" misleading
3165872  integrate(abs(sin(x)),x,0,2*%pi) wrong result
3158526  integrate(x^2*exp(x)/(1+exp(x))^2,x , minf, inf);
3154534  need local declaration in antid.mac
3154351  abs_integrate --> errors from apply
3153533  incorrect integration
3153506  typo in antid / FIX
3153170  abs_integrate + composisiton of unit step
3153169  abs_integrate of unit step
3138054  bfloat problem / FIX
3133916  scanmap(minfactorial,a!) infinite loop
3131324  simplification of sqrt
3067098  The command timer for a Lisp function
2808179  maxima.el inferior-maxima-complete on Emacs 23
1285104  trigsimp and trigreduce & square roots
917283  Comment syntax confused
  unnumbered: lisp (gcl?) being unable to read 1.79769d308
  unnumbered: draw2d(explicit(321.4567,x,0,1)) causing hang
  unnumbered: plotting functions by name
  unnumbered: asinh and atanh are increasing odd functions
  unnumbered: bad interaction of rassociative and tellsimp

Maxima 5.23 change log

Backwards-incompatible changes:
* package draw: changed names of some options:
    file_bgcolor --> background_color
    pic_width, pic_height, eps_width, eps_height, pdf_width, pdf_height --> dimensions
    rot_horizontal, rot_vertical --> view

New items in core:
* function bf_find_root: bigfloat version of find_root
* function find_root: recognize keyword arguments

New items in share:
* package cobyla: import Fortran COBYLA (constrained optimization)
* package draw: new graphic objects 'errors' and 'region'

Other revisions:
* further work on exponential integrals
* further work on abs and signum identities
* further work on special cases in integration
* translation of reference manual to German (ongoing)
* clean-up in code related to processing files
* general code clean-up
* package ezunits: additional built-in conversions

Bug fixes:

3114834  maxima-help does not find help topics
3111568  subsequent calls to gradef hide variable dependencies
3102421  noninteractive-mode and kill(all)
3101075  limit bug
3093408  Bug in simplify_sum
3085498  integration error (partial solution)
3081820  lbfgs causes error
3080397  laplace(unit_step(-t),t,s) generates an error
3079975  rectform(atan2(y,0)) -> division by zero
3073827  integrate(t*cos(a*t^2 + b*t + c), t, 0, 1) => division by 0
3072490  contrib diag.mac variable scope
3071208  rtest15--limit to inf from above
3067311  eivects doesn't load eigen automatically
3064709  domain error for tan
3062883  diff does not recognize indirect dependencies in expressions
3060669  filename_merge with more than two arguments
3060166  und documentation is incorrect
3058324  $save must bind *print-circle* to NIL
3058290  tan(%pi*integer) simplification
3055427  conjugate solver
3045559  integrate(exp(-u^2), u, minf, x) => incorrect gamma_incomple
3041267  jacobi_cs(x,1) returns a wrong expression
3041196  carg(exp(x+%i*y)) -> y not correct
3040667  logarc(acosh(z)) needlessly complicated
3039452  integrate(sqrt(t^c)/(t*(b*t^c+a)),t) hangs
3038883  In general exp(z)^a --> exp(z*a) not correct
3034415  integrate(1/abs(x),x) using abs_integrate
3024924  list_matrix_entries
3020589  xlabel and ylabel don't change plot3d axis labels
3020243  defint(exp(cos(x))*cos(sin(x)),x,0,2*%pi) wrong result 0
2997443  ic2 fails
2970792  gradef(s) together with vect package
2881021  ic2 and bc2 may return incorrect results (solution suggeste)
2796194  error doing a Fourier transform.
2727846  tan(%pi/2) is not correct (or just not nice?)
2555641  no doc for subnumsimp
2541376  antidiff bug
2171237  load(basic) warnings
2123651  min and max of imaginary and real numbers
1993208  cartesian_product incorrect on empyt argument list
1990099  wrong integer_partitions(0)
1892341  taylor message about something assumed to be 0 in integral
1890128  no user doc for cauchy_matrix
1839088  ic2 fails with division by 0
1789213  ic1 for solution containing indefinite integral
1439559  function burn is broken
1213621  reveal with matrix argument
1149719  ratvarswitch not documented
1045920  a>1 and b>1, is a+b>2?
875089  defint(f(x)=g(x),x,0,1) -> false = false
767338  Evaluation of array names
703789  save() doesn't return a pathname
(unnumbered)  integrate(cos(2*x)*cos(x),x) is wrong.

(asau)

2011-05-09 21:00:24 UTC MAIN commitmail json YAML

Updated math/mcsim to 5.4.0

(asau)

2011-05-09 20:59:10 UTC MAIN commitmail json YAML

2011-05-09 19:35:58 UTC MAIN commitmail json YAML

Updated lang/sbcl to 1.0.48

(asau)

2011-05-09 19:35:37 UTC MAIN commitmail json YAML

Update SBCL to version 1.0.48

changes in sbcl-1.0.48 relative to sbcl-1.0.47:
  * incompatible change: SB!KERNEL:INSTANCE-LAMBDA, deprecated for over five
    years, is now no longer supported.
  * enhancement: read() and write() have been added to SB-POSIX.
  * enhancement: types of DEFSTRUCT constructors are proclaimed more
    accurately, allowing better typechecking of call-sites.
  * enhancement: errors during compile-time-too processing (i.e. EVAL-WHEN)
    are no longer caught. (reverted to pre 1.0.34 behaviour)
  * optimization: slightly faster ISQRT. (lp#713343)
  * bug fix: better support for Solaris /bin/sh in sh-based tests.
  * bug fix: TRACE behaves better when attempting to trace undefined
    functions. (lp#740717)
  * bug fix: missed optimizations for (FUNCALL (LAMBDA ...) ...) in comparison
    to (FUNCALL #'(LAMBDA ...) ...).
  * bug fix: ((LAMBDA ...) ...) forms with invalid argument counts resulted in
    a compile-time error. (lp#720382)
  * bug fix: forms such as (FUNCALL (FUNCTION NAME OOPS) ...) were compiled
    without complaints.
  * bug fix: less verbose source forms for functions from EVAL. (lp#747485)
  * bug fix: sense of SLOT-BOUNDP-USING-CLASS was inverted in a MAKE-INSTANCE
    optimization. (regression from 1.0.45.18/1.0.46.15)
  * bug fix: package locks did not protects against compile-time side-effects
    of DEFUN. (lp#675584)
  * bug fix: --dynamic-space-size argument is validated more carefully.
    (lp#721457)
  * bug fix: memory fault from printing a malformed simple-condition.
    (lp#705690)
  * bug fix: redefining classes so that slot-definition classes change now
    engages the obsolete instance protocol. (lp#766271)
  * bug fix: constant improper lists could break source coverage recording.
    (lp#767959)
  * bug fix: compiling calls to eg. MEMBER with massive constant list arguments
    could exhaust stack.

(asau)

2011-05-09 19:21:45 UTC MAIN commitmail json YAML

update description

(cheusov)

2011-05-09 15:26:16 UTC MAIN commitmail json YAML

Revert previous commit; I didn't noticed revision 1.8 of patches/patch-ac.

(taca)

2011-05-09 14:06:46 UTC MAIN commitmail json YAML

Fix build problem on NetBSD 4_STABLE which dosen't have _X86_SYSARCH_L()
cpp macro.

(taca)

2011-05-09 14:03:26 UTC MAIN commitmail json YAML

bl3 against jpeg.  PKGREVISION++.

I found pdftops linked against jpeg directly, and on one system it
then failed after the jpeg 6->8 shlib update.  ok reed@

(gdt)

2011-05-09 13:40:12 UTC MAIN commitmail json YAML

Updated textproc/xmlrpc-c to 1.16.35

(adam)

2011-05-09 13:39:16 UTC MAIN commitmail json YAML

Changes 1.16.35:
* Fix build failure in examples on some platforms because of --rpath.

(adam)

2011-05-09 13:33:08 UTC MAIN commitmail json YAML

Updated mail/exim{-html} to 4.76

(adam)

2011-05-09 13:30:47 UTC MAIN commitmail json YAML

Changes 4.76:
* The new ldap_require_cert option would segfault if used.  Fixed.
* Harmonised TLS library version reporting; only show if debugging.
  Layout now matches that introduced for other libraries in 4.74 PP/03.
* New openssl_options items: no_sslv2 no_sslv3 no_ticket no_tlsv1
* New "dns_use_edns0" global option.
* Don't segfault on misconfiguration of ref:name exim-user as uid.
* Extra paranoia around buffer usage at the STARTTLS transition.
  nb: Exim is not vulnerable to http://www.kb.cert.org/vuls/id/555316
* Updated PolarSSL code to 0.14.2.
* Catch divide-by-zero in ${eval:...}.
* Condition negation of bool{}/bool_lax{} did not negate.  Fixed.
* CVE-2011-1764 - DKIM log line was subject to a format-string attack --
  SECURITY: remote arbitrary code execution.
* SECURITY - DKIM signature header parsing was double-expanded, second
  time unintentionally subject to list matching rules, letting the header
  cause arbitrary Exim lookups (of items which can occur in lists, *not*
  arbitrary string expansion). This allowed for information disclosure.
* Fix another SIGFPE (x86) in ${eval:...} expansion, this time related to
  INT_MIN/-1 -- value coerced to INT_MAX.

(adam)

2011-05-09 13:13:49 UTC MAIN commitmail json YAML

Adapt for non-default PKGMANDIR. Closes PR pkg/38392.
Add LICENSE.

(cheusov)

2011-05-09 13:06:29 UTC MAIN commitmail json YAML

2011-05-09 13:06:29 UTC MAIN commitmail json YAML

Closes PR pkg/41217.
Fix PLIST issue on Linux and other OSes, tested on NetBSD-5.1 and Linux.
Oked by wiz@

(cheusov)