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 (2m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 18:44:15 UTC Now

2013-07-02 11:23:36 UTC MAIN commitmail json YAML

2013-07-02 11:22:48 UTC MAIN commitmail json YAML

Added textproc/cityhash version 1.1.1

(rodent)

2013-07-02 11:22:22 UTC MAIN commitmail json YAML

Import cityhash-1.1.1 as textproc/cityhash.

CityHash provides hash functions for strings. The functions mix the input bits
thoroughly but are not suitable for cryptography.

(rodent)

2013-07-02 11:15:55 UTC MAIN commitmail json YAML

Set MAINTAINER=pkgsrc-users@; This package was packaged in pkgsrc-wip
by Kamel Derouiche <jihbed@users.sourceforge.net>

(rodent)

2013-07-02 11:12:59 UTC MAIN commitmail json YAML

2013-07-02 11:11:53 UTC MAIN commitmail json YAML

Added textproc/py-anyjson version 0.3.3

(rodent)

2013-07-02 11:11:29 UTC MAIN commitmail json YAML

Import py27-anyjson-0.3.3 as textproc/py-anyjson.

Anyjson loads whichever is the fastest JSON module installed and provides
a uniform API regardless of which JSON implementation is used

(rodent)

2013-07-02 11:10:04 UTC MAIN commitmail json YAML

2013-07-02 11:08:55 UTC MAIN commitmail json YAML

Added parallel/py-billiard version 2.7.3.30

(rodent)

2013-07-02 11:08:28 UTC MAIN commitmail json YAML

Import py27-billiard-2.7.3.30 as parallel/py-billiard.

billiard is a fork of the Python 2.7 multiprocessing package. The
multiprocessing package itself is a renamed and updated version of R Oudkerk's
pyprocessing package. This standalone variant is intended to be compatible with
Python 2.4 and 2.5, and will draw it's fixes/improvements from python-trunk.

* Also it is a fork of the multiprocessin backport package by Christian Heims;
* It includes the no-execv patch contributed by R. Oudkerk;
* And the Pool improvements previously located in Celery;

(rodent)

2013-07-02 11:06:30 UTC MAIN commitmail json YAML

2013-07-02 11:05:44 UTC MAIN commitmail json YAML

Added net/py-kombu version 2.5.12

(rodent)

2013-07-02 11:05:21 UTC MAIN commitmail json YAML

Import py27-kombu-2.5.12 as net/py-kombu.

Kombu is a messaging framework for Python.

The aim of Kombu is to make messaging in Python as easy as possible by providing
an idiomatic high-level interface for the AMQ protocol, and also provide proven
and tested solutions to common messaging problems.

(rodent)

2013-07-02 10:33:31 UTC MAIN commitmail json YAML

Updated math/glpk to 4.51; lang/clang to 3.3

(adam)

2013-07-02 10:33:02 UTC MAIN commitmail json YAML

Changes 3.3:
The CellSPU port has been removed. It can still be found in older versions.
The IR-level extended linker APIs (for example, to link bitcode files out of archives) have been removed. Any existing clients of these features should move to using a linker with integrated LTO support.
LLVM and Clang窶冱 documentation has been migrated to the Sphinx documentation generation system which uses easy-to-write reStructuredText. See llvm/docs/README.txt for more information.
TargetTransformInfo (TTI) is a new interface that can be used by IR-level passes to obtain target-specific information, such as the costs of instructions. Only 窶廰owering窶� passes such as LSR and the vectorizer are allowed to use the TTI infrastructure.
We窶况e improved the X86 and ARM cost model.
The Attributes classes have been completely rewritten and expanded. They now support not only enumerated attributes and alignments, but 窶徭tring窶� attributes, which are useful for passing information to code generation. See How To Use Attributes for more details.
TableGen窶冱 syntax for instruction selection patterns has been simplified. Instead of specifying types indirectly with register classes, you should now specify types directly in the input patterns. See SparcInstrInfo.td for examples of the new syntax. The old syntax using register classes still works, but it will be removed in a future LLVM release.
MCJIT now supports exception handling. Support for it in the old jit will be removed in the 3.4 release.
Command line options can now be grouped into categories which are shown in the output of -help. See Grouping options into categories.
The appearance of command line options in -help that are inherited by linking with libraries that use the LLVM Command line support library can now be modified at runtime. See The cl::getRegisteredOptions function.

(adam)

2013-07-02 10:30:23 UTC MAIN commitmail json YAML

Don't set compiler, nor compiler flags. Don't overwrite linker flags.

(adam)

2013-07-02 10:17:37 UTC MAIN commitmail json YAML

Changes 4.51:
Singleton and dense phases were implemented on computing
LU-factorization with Gaussian elimination. The singleton phase
is a feature that allows processing row and column singletons
on initial elimination steps more efficiently. The dense phase
is a feature used on final elimination steps when the active
submatrix becomes relatively dense. It significantly reduces
the time needed, especially if the active submatrix fits in CPU
cache, and improves numerical accuracy due to full pivoting.

The API routine glp_adv_basis that constructs advanced initial
LP basis was replaced by an improved version, which (unlike the
old version) takes into account numerical values of constraint
coefficients.

The proximity search heuristic for MIP was included in the GLPK
integer optimizer glp_intopt. On API level the heuristic can be
enabled by setting the parameter ps_heur in glp_iocp to GLP_ON.
This feature is also available in the solver glpsol through
command-line option '--proxy'.

A bug was fixed that caused numerical instability in the FPUMP
heuristic.

(adam)

2013-07-02 08:59:18 UTC MAIN commitmail json YAML

Updated devel/log4cplus to 1.1.1

(sno)

2013-07-02 08:59:03 UTC MAIN commitmail json YAML

Updating package for Log4CPlus in devel/log4cplus from 1.0.4 to 1.1.1

Upstream changes since 1.0:
log4cplus 1.1.1

- FileAppender - Accept also std::ios_base::ate as "append to a log
  file" specification.

log4cplus 1.1.1-RC4

- Fixed bug #156 - Messages are truncated when produced using the
  LOG4CPLUS_*_FMT() macros.
- Fixed bug #157 - Fedora package build failure.
- Improved log4cplus initialization:
  - Use APC to initialize log4cplus outside loader lock.
  - Use Microsoft C runtime library TLS callbacks to initialize
    log4cplus as static library.
  - Warn during compilation that automatic initialization is not
    possible when log4cplus is being compiled with static Microsoft C
    runtime library.
  - Provide log4cplus::initialize() function to allow users to
    initialize log4cplus in situations where automatic initialization
    is not possible.
- Several improvements to CMake build:
  - Fixed OpenBSD + CMake builds.
  - Fixed issues with Visual Studio 2005 CMake builds.
  - Added support for CMake builds on Android with NDK. (Sergey
    Nikulov)
  - The defines.hxx.cmake file is now generated out of defines.hxx.in.
  - Library version is parsed out of version.h. (Sergey Nikulov)
- MDC formatter for PatternLayout ("%X") now expands into list of key
  value pairs if no specific key is given. (Yaqian Shen)
- Avoid clock_nanosleep() on Android.
- ServerSocket::accept() can now be interrupted from another thread
  using new function ServerSocket::interruptAccept().

log4cplus 1.1.1-RC3

- Fixed another MinGW related build failure.
- Fixed mismatched #if/#endif in Windows builds.

log4cplus 1.1.1-RC2

- Allow to disable TLS usage in macros through
  LOG4CPLUS_MACRO_DISABLE_TLS preprocessor symbol.
- Fixed compilation with Clang on Cygwin.
- Fixed SIGSEGV when built with some MinGW distributions.
- Fixed build failure when using -march=i386.
- Implemented thread callback to initialize log4cplus for Visual
  Studio builds of static library.
- Fixed bug #154 - getHostname() failure because of uninitialized
  WinSock.
- Fixed detection of C++11 thread_local keyword.
- Fixed builds using DevKit-tdm-32-4.5.2-20111229-1559.

log4cplus 1.1.1-RC1

- Improved documentation for various classes.
- Cherry-picked various small improvements from trunk.
- Fixed Unicode builds on *NIX.
- Fixed static library builds from Visual Studio project.
- Suppressed warning C4127 from MSVC. (Chris Steenwyk)
- Improved MinGW32 and MinGW64 toolchains compatiblity.
- Fixed encoding handling in Properties class.
- Added include directive for properties files. (Jukka Lantto)
- Added colored output for Win32ConsoleAppender. (Konstantin Baumann)
- (Re)Introduced support for C++Builder (XE3)
- Reimplemented acceptSocket() using select() on Windows to allow
  interrupting the accept() call from different thread.

log4cplus 1.1.0

- Fixed MacOS X support - Reimplemented semaphores using named ones
  for Apple builds.
- Fixed resource leak on failure in openSocket().
- Improved configuration file modification check to include file size,
  in addition to file modification time.

log4cplus 1.1.0-RC10

- Fixed non-STLPort4 builds with Solaris Studio. Switch
  '-library=stlport4' is only added if CXXFLAGS does not already
  contain a switch matching -library=(stlport4|stdcxx4|Cstd).
- Fixed --disable-shared MinGW builds.
- Fixed non-working MinGW DLL binaries. DllMain() was not being called
  because of missing extern "C" in its definition.
- CMake build configuration checks have been improved. (Chernyshev
  Vyacheslav)
- GCC switch -O2 is only added if CXXFLAGS does not already contain
  any other -O.
- Improved logging speed using SysLogAppender and Log4jUdpAppender by
  optimizations in both the loggers and in common sockets code.
- FileAppender locale can now be specified in properties files using
  Locale property. See FileAppender Doxygen documentation for more
  details.

log4cplus 1.1.0-RC9

- Improved Log4jUdpAppender compatibility with Chainsaw.
- Fixed crash, bugs #3467112 and #3563699, related to thread-local
  storage destruction.
- Fixed build with Visual Studio 2005, bug #3565529. (xg00)
- Created Cygwin port's .cygport definition for log4cplus.
- Improved hiding of private symbols using GCC's
  __attribute__((visibility("hidden"))) and Solaris Studio's __hidden.
- Fixed build in environments where DEBUG (and other log level names)
  are macros. (Chernyshev Vyacheslav)
- Improved configuration of threads support. (Jens Rehsack)

log4cplus 1.1.0-RC8

- Turned on __thread (TLS) detection on NetBSD 5.1.0 and later that
  has been previously disabled.
- Improved compatibility with log4cplus 1.0.x: allow using log4cplus
  1.0.x log level to string callbacks in 1.1.x.
- Improved various M4 macros.
- Added detection and use C++11 thread_local.
- Fixed XML entities escaping in Log4jUdpAppender.
- Re-added synchronization between ConsoleAppender and LogLog.
- Changed C logger API to return int instead of bool.
- Added C logger API to Visual Studio 2010 projects.
- Implemented remote syslog logging using UDP in SysLogAppender.
- Enabled SysLogAppender on Windows with only remote syslog logging
  enabled.

log4cplus 1.1.0-RC7

IMPORTANT: Builds with --with-iconv configure switch now assume UTF-8
          for plain char strings.

- Bumped up SO version for UDP sockets support related changes.
- Removed Windows CE support.
- Regenerated with Automake 1.12.2.
- Fixed Fedora RPM builds spec file.
- Implemented log4cplus.disableOverride similar to log4j's
  log4j.disableOverride.
- Improved support of profiling and debugging builds with Sun CC.
- Added documentation for configure script options.
- Added detection and use of clock_nanosleep().
- Disabled __thread (TLS) detection for NetBSD. It is broken there.
- New appender: Log4jUdpAppender. It allows logging using UDP with
  log4j XML payload to Chainsaw or Log2Console. (Siva Chandran P)
- Added support for __func__ as function name source for logging
  events.

log4cplus 1.1.0-RC6

- Fixed compilation for build with wchar_t being alias to unsigned
  short (/Zc:wchar_t-) (Windows).
- Added new appender CLFSAppender (experimental), based on Microsoft
  Common Log File System API.
- Added new appender Qt4DebugAppender (experimenta), based on Qt4's
  qDebug(), qWarning() and qCritical() functions.
- Fixed bug #3530769 - compilation issues with Visual Studio 2011.
- Added log4cplus.quietMode property handling to PropertyConfigurator.
- Added #pragma once to all headers.
- Implemented Time::gettimeofday() using Win32 API's
  GetSystemTimeAsFileTime().
- Moved file based locking from FileAppender to Appender to make it
  available for all appenders.
- Changed Windows configuration to use __declspec(thread) when
  compiling for Windows Vista or later and TlsAlloc() otherwise.
- Implemented %r PatternLayout format specifier - miliseconds since
  process start.
- Fixed bug #3101459 - TTCCLayout time is not in milliseconds since
  process start by default.

log4cplus 1.1.0-RC5

- Fixed single threaded log4cplus build issues.
- Added ability to log to std::cerr (Andreas Bie��mann).
- Fixed disabling of LOG4CPLUS_*_FMT() macros.

log4cplus 1.1.0-RC4

IMPORTANT: Compilation with Solaris Studio now depends on STLPort
          (-library=stlport4 switch). The default Cstd library is not
          conforming enough for use in log4cplus.
- Improved behaviour of log4cplus as a component of larger CMake based
  project (Andreas Bie��mann).
- Updated various Autoconf detection scripts in m4/ directory to newer
  versions.
- Fixed some signedness and overflow warnings.
- Improved Autotools build system's behaviour for cross compilation.
- Added detection of C++11 <atomic> header and related
  functions. Implemented SharedObject reference counting using C++11
  atomics where possible.
- Fixed compilation with GCC 4.6 in C++11 mode.
- Fixed some single-threaded compilation and run time issues.
- Fixed bug #3520891 - FileAppender buffering issue.
- Updated to Autoconf 2.69, Automake 1.12 and Libtool 2.4.2.
- Documented build procedure for Solaris Studio.
- Improved support for Solaris Studio in configure.in.

log4cplus 1.1.0-RC3

- Fixed log4cplusS.vcxproj - Added missing source files to the
  project.

log4cplus 1.1.0-RC2

- CMake build system fixes.
- Fixed TTCCLayout double time stamp issue.

log4cplus 1.1.0-RC1

Important changes relative to PRODUCTION_1_0_x branch:
- Added AsyncAppender.
- Added simple C interface for interoperability with C.
- Added inter-process file locking to file appenders to allow logging
  into a single log file from multiple processes.
- Added Mapped Diagnostic Context (MDC) and associated converter (%X).
- Added alternative thread identification (%T) converter to pattern layout.
- Added function name converter (%M).
- Added wchar_t <-> char conversion implementations based on standard
  C locale functions and based on iconv().
- Added DeviceAppender to allow use of Boost.IOStream's Sink as appender.
- Added LOG4CPLUS_*_FMT() macros to allow printf-like formatted output
  where it is possible.
- Logging macros now accept both logger name as string and Logger
  instance as their first parameter.

(sno)

2013-07-02 07:18:18 UTC MAIN commitmail json YAML

Another minor mishap from the sparc64 patches (now the package actually
builds on sparc64)

(martin)

2013-07-02 06:41:06 UTC MAIN commitmail json YAML

Updated archivers/unrar to 5.0.7

(wiz)

2013-07-02 06:40:56 UTC MAIN commitmail json YAML

2013-07-02 06:40:31 UTC MAIN commitmail json YAML

Instead of a hack that needs to be adapted for every automake release,
use the standard tools in the standard way.

(wiz)

2013-07-02 06:39:22 UTC MAIN commitmail json YAML

Remove duplicate entry.

(wiz)

2013-07-02 06:38:15 UTC MAIN commitmail json YAML

Updated games/gbrainy to 2.21

(wiz)

2013-07-02 06:38:00 UTC MAIN commitmail json YAML

Updated games/gbrainy to 2.21

(wiz)

2013-07-02 06:37:45 UTC MAIN commitmail json YAML

Update to 2.2.1:
Version 2.2.1
* Mono 3.0 compatibility
* 2 bug fixes
* Updated translations

(wiz)

2013-07-02 06:37:09 UTC MAIN commitmail json YAML

Updated devel/automake to 1.14

(wiz)

2013-07-02 06:37:00 UTC MAIN commitmail json YAML

Update to 1.14:

* WARNING: New versioning scheme for Automake.

  - Beginning with the release 1.13.2, Automake has started to use a
    more rational versioning scheme, that should allow users to know
    which kind of changes can be expected from a new version, based
    on its version number.

    + Micro releases (e.g., 1.13.3, 2.0.1, 3.2.8) introduce only bug
      and regression fixes and documentation updates; they should not
      introduce new features, nor any backward-incompatibility (any
      such incompatibility would be considered a bug, to be fixed with
      a further micro release).

    + Minor releases (e.g., 1.14, 2.1) can introduce new backward
      compatible features; the only backward-incompatibilities allowed
      in such a release are new *non-fatal* deprecations and warnings,
      and possibly fixes for old or non-trivial bugs (or even inefficient
      behaviours) that could unfortunately have been seen and used by
      some as "corner case features".  Possible disruptions caused by
      this kind of fixes should hopefully be quite rare, and their
      effects limited in scope.

    + Major versions (now expected to be released every 18 or 24 months,
      and not more often) can introduce new big features (possibly with
      rough edges and not-fully-stabilized APIs), removal of deprecated
      features, backward-incompatible changes of behaviour, and possibly
      major refactorings (that, while ideally transparent to the user,
      could introduce new bugs).  Incompatibilities should however not
      be introduced gratuitously and abruptly; a proper deprecation path
      should be duly implemented in the preceding minor releases.

  - According to this new scheme, the next major version of Automake
    (the one that had previously been labelled as "1.14") will actually
    become "Automake 2.0".  Automake 1.14 is *this* release (which is
    a minor one).  It introduces new features, deprecations and bug
    fixes, but no serious backward incompatibility.  A partial exception
    is given by the behavioural changes in the AM_PROG_CC_C_O macro
    (described in details below) but such changes can also be seen as a
    fix for the old suboptimal and somewhat confusing behaviour.

  - See discussion about automake bug#13578 for more details and
    background: <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13578>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* WARNING: Future backward-incompatibilities!

  - Makefile recipes generated by Automake 2.0 will expect to use an
    'rm' program that doesn't complain when called without any non-option
    argument if the '-f' option is given (so that commands like "rm -f"
    and "rm -rf" will act as a no-op, instead of raising usage errors).
    This behavior of 'rm' is very widespread in the wild, and it will be
    required in the next POSIX version:

      <http://austingroupbugs.net/view.php?id=542>

    Accordingly, AM_INIT_AUTOMAKE now expands some shell code that checks
    that the default 'rm' program in PATH satisfies this requirement,
    aborting the configure process if this is not the case.  For the
    moment, it's still possible to force the configuration process to
    succeed even with a broken 'rm', that that will no longer be the case
    for Automake 2.0.

  - Automake 2.0 will require Autoconf 2.70 or later (which is still
    unreleased at the moment of writing, but is planned to be released
    before Automake 2.0 is).

  - Automake 2.0 will drop support for the long-deprecated 'configure.in'
    name for the Autoconf input file.  You are advised to start using the
    recommended name 'configure.ac' instead, ASAP.

  - The ACLOCAL_AMFLAGS special make variable will be fully deprecated in
    Automake 2.0: it will raise warnings in the "obsolete" category (but
    still no hard error of course, for compatibilities with the many, many
    packages that still relies on that variable).  You are advised to
    start relying on the new Automake support for AC_CONFIG_MACRO_DIRS
    instead (which was introduced in Automake 1.13).

  - Automake 2.0 will remove support for automatic dependency tracking
    with the SGI C/C++ compilers on IRIX.  The SGI depmode has been
    reported broken "in the wild" already, and we don't think investing
    time in debugging and fixing is worthwhile, especially considering
    that SGI has last updated those compilers in 2006, and is expected
    to retire support for them in December 2013:
    <http://www.sgi.com/services/support/irix_mips_support.html>

  - Automake 2.0 will remove support for MS-DOS and Windows 95/98/ME
    (support for them was offered by relying on the DJGPP project).
    Note however that both Cygwin and MSYS/MinGW on modern Windows
    versions will continue to be fully supported.

  - Automake-provided scripts and makefile recipes might (finally!)
    start assuming a POSIX shell in Automake 2.0.  There still is no
    certainty about this though: we'd first like to wait and see
    whether future Autoconf versions will be enhanced to guarantee
    that such a shell is always found and provided by the checks in
    ./configure.

  - Starting from Automake 2.0, third-party m4 files located in the
    system-wide aclocal directory, as well as in any directory listed
    in the ACLOCAL_PATH environment variable, will take precedence
    over "built-in" Automake macros.  For example (assuming Automake
    is installed in the /usr/local hierarchy), a definition of the
    AM_PROG_VALAC macro found in '/usr/local/share/aclocal/my-vala.m4'
    should take precedence over the same-named automake-provided macro
    (defined in '/usr/local/share/aclocal-2.0/vala.m4').

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

New in 1.14:

* C compilation, and the AC_PROG_CC and AM_PROG_CC_C_O macros:

  - The 'compile' script is now unconditionally required for all packages
    that perform C compilation (if you are using the '--add-missing'
    option, automake will fetch that script for you, so you shouldn't
    need any explicit adjustment).  This new behaviour is needed to avoid
    obscure errors when the 'subdir-objects' option is used, and the
    compiler is an inferior one that doesn't grasp the combined use of
    both the "-c -o" options; see discussion about automake bug#13378 for
    more details:
    <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13378#35>
    <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13378#44>

  - The next major Automake version (2.0) will unconditionally activate
    the 'subdir-objects' option.  In order to smooth out the transition,
    we now give a warning (in the category 'unsupported') whenever a
    source file is present in a subdirectory but the 'subdir-object' is
    not enabled.  For example, the following usage will trigger such a
    warning:

        bin_PROGRAMS = sub/foo
        sub_foo_SOURCES = sub/main.c sub/bar.c

  - Automake will automatically enhance the autoconf-provided macro
    AC_PROG_CC to force it to check, at configure time, that the
    C compiler supports the combined use of both the '-c' and '-o'
    options.  The result of this check is saved in the cache variable
    'am_cv_prog_cc_c_o', and said result can be overridden by
    pre-defining that variable.

  - The AM_PROG_CC_C_O macro can still be called, albeit that should no
    longer be necessary. This macro is now just a thin wrapper around the
    Automake-enhanced AC_PROG_CC.  This means, among the other things,
    that its behaviour is changed in three ways:

      1. It no longer invokes the Autoconf-provided AC_PROG_CC_C_O
        macro behind the scenes.

      2. It caches the check result in the 'am_cv_prog_cc_c_o' variable,
        and not in a 'ac_cv_prog_cc_*_c_o' variable whose exact name is
        dynamically computed only at configure runtime (really!) from
        the content of the '$CC' variable.

      3. It no longer automatically AC_DEFINE the C preprocessor
        symbol 'NO_MINUS_C_MINUS_O'.

* Texinfo support:

  - Automake can now be instructed to place '.info' files generated from
    Texinfo input in the builddir rather than in the srcdir; this is done
    specifying the new automake option 'info-in-builddir'.  This feature
    was requested by the developers of GCC, GDB, GNU binutils and the GNU
    bfd library.  See the extensive discussion about automake bug#11034
    for more details.

  - For quite a long time, Automake has been implementing an undocumented
    hack which ensured that '.info' files which appeared to be cleaned
    (by being listed in the CLEANFILES or DISTCLEANFILES variables) were
    built in the builddir rather than in the srcdir; this hack was
    introduced to ensure better backward-compatibility with package
    such as Texinfo, which do things like:

        info_TEXINFOS = texinfo.txi info-stnd.texi info.texi
        DISTCLEANFILES = texinfo texinfo-* info*.info*
        # Do not create info files for distribution.
        dist-info:
            @:

    in order not to distribute generated '.info' files.

    Now that we have the 'info-in-builddir' option that explicitly causes
    generated '.info' files to be placed in the builddir, this hack should
    be longer necessary, so we deprecate it with runtime warnings.  It will
    likely be removed altogether in Automake 2.0.

* Relative directory in Makefile fragments:

  - The special Automake-time substitutions '%reldir%' and '%canon_reldir%'
    (and their short versions, '%D%' and '%C%' respectively) can now be used
    in an included Makefile fragment.  The former is substituted with the
    relative directory of the included fragment (compared to the top-level
    including Makefile), and the latter with the canonicalized version of
    the same relative directory.

        # in 'Makefile.am':
        bin_PROGRAMS = # will be updated by included Makefile fragments
        include src/Makefile.inc

        # in 'src/Makefile.inc':
        bin_PROGRAMS += %reldir%/foo
        %canon_reldir%_foo_SOURCES = %reldir%/bar.c

    This should be especially useful for packages using a non-recursive
    build system.

* Deprecated distribution formats:

  - The 'shar' and 'compress' distribution formats are deprecated, and
    scheduled for removal in Automake 2.0.  Accordingly, the use of the
    'dist-shar' and 'dist-tarZ' will cause warnings at automake runtime
    (in the 'obsolete' category), and the recipes of the Automake-generated
    targets 'dist-shar' and 'dist-tarZ' will unconditionally display
    (non-fatal) warnings at make runtime.

* New configure runtime warnings about "rm -f" support:

  - To simplify transition to Automake 2.0, the shell code expanded by
    AM_INIT_AUTOMAKE now checks (at configure runtime) that the default
    'rm' program in PATH doesn't complain when called without any
    non-option argument if the '-f' option is given (so that commands like
    "rm -f" and "rm -rf" act as a no-op, instead of raising usage errors).
    If this is not the case, the configure script is aborted, to call the
    attention of the user on the issue, and invite him to fix his PATH.
    The checked 'rm' behavior is very widespread in the wild, and will be
    required by future POSIX versions:

        <http://austingroupbugs.net/view.php?id=542>

    The user can still force the configure process to complete even in the
    presence of a broken 'rm' by defining the ACCEPT_INFERIOR_RM_PROGRAM
    environment variable to "yes".  And the generated Makefiles should
    still work correctly even when such broken 'rm' is used.  But note
    that this will no longer be the case with Automake 2.0 though, so, if
    you encounter the warning, please report it to us ASAP (and try to fix
    your environment as well).

(wiz)

2013-07-02 06:36:36 UTC MAIN commitmail json YAML

Updated devel/mercurial to 2.6.3

(wiz)

2013-07-02 06:36:27 UTC MAIN commitmail json YAML

Update to 2.6.3:

This is a regularly-scheduled bugfix release.

    commit: amending with --close-branch (issue3445)
    doc: make it easier to read how to enable extensions
    doc: reword "config file" to "configuration file"
    docs: change description to synopsis in hgrc.5
    histedit: raise ImportError when demandloading is enabled
    pathencode: fix hashmangle short dir limit (issue3958)
    update: remove .hg/graftstate on clean (issue3970)

(wiz)

2013-07-02 01:14:41 UTC MAIN commitmail json YAML

2013-07-02 01:13:39 UTC MAIN commitmail json YAML

Updated mail/rss2email to 3.5

(schmonz)

2013-07-02 01:13:30 UTC MAIN commitmail json YAML

Update to 3.5 (new upstream). From the changelog:

v3.5 (2013-06-05)

* Added digest generation and post-processing hooks.
* Fix html2text configuration (ignored since 2012-10-04).
* Fix opmlexport crash due to orphaned feed data.
* Use feed names in OPML 'text' attributes.

v3.4 (2013-05-14)

* Added post-processing hooks for user-specified message manipulation.
* Added settings for IMAP delivery. The old `use-smtp` boolean has
  been replaced by a new `email-protocol` setting. Non-IMAP users
  should adjust their configuration to set `email-protocol` to
  either `sendmail` or `smtp`.

v3.3 (2013-04-13)

* Fix SMTP message submission logic.
* Fix error inheritence (super() calls).
* Convert html2text parsing errors to `ProcessingError`s.
* Cleanup html2text error handling.
* Drop Google Reader rel-via manipulation.
* Drop the wrapping <table> elements from HTML mail

v3.2 (2013-03-13)

* Use extended interpolation in configuration files, to allow percent signs (%).
* Added .as_string() fallback to email flattening (only used if
  `use-smtp = False` and `use-8bit = True`).
* Added sendmail configuration option. Change this if you want to
  use an alternative, sendmail-compatible mailer.

v3.1 (2013-02-14)

* Import __url__, __author__, and __email__ in rss2email.error,
  which fixes bugs in formatting a number of errors.

v3.0 (2013-02-13)

* Changed project email (rss2email@tremily.us) and homepage
  (http://github.com/wking/rss2email).
* Split static configuration parameters into a ConfigParser-read
  config file (rss2email.cfg). Data that depends on the feed state
  is recorded using JSON (rss2email.json).
* Use the XDG Base Directory Specification for standardized
  configuration and data file locations.
* Converted the command line interface to argparse, with some
  restructuring along the way.
* Added the r2e.1 man page (based on one from the Debian package).
* Added setup.py and a PyPI page for simpler installation
  (http://pypi.python.org/pypi/rss2email).
* Added Message-ID headers to outgoing email.
* Added a test suite.
* Upgraded to Python 3.2 to take advantage of cleaner Unicode
  handling and argparse.
* Require Signed-off-by lines in new commit messages, following the
  Linux and Git projects.

(schmonz)

2013-07-02 00:24:33 UTC MAIN commitmail json YAML

new xl2tpd package

(christos)

2013-07-02 00:22:54 UTC MAIN commitmail json YAML

2013-07-02 00:22:29 UTC pkgsrc-2013Q2 commitmail json YAML

Add a file noting the new pkgsrc-2013Q2 branch, and to hold any changes
that made on this branch.

Note the end of the freeze in the standard CHANGES-2013 file on the branch.

(agc)

2013-07-02 00:22:17 UTC MAIN commitmail json YAML

2013-07-02 00:14:38 UTC MAIN commitmail json YAML

pkgsrc-2013Q2 has been tagged and branched.

Note the end of the freeze on infrastructure changes and new functionality.

(agc)

2013-07-01 15:59:06 UTC MAIN commitmail json YAML

Restore shared library support for MirBSD. Some chunks of the MirBSD diff
were lost in the last libtool update. Bump PKGREVISION of libtool-base.

ok joerg@ (maintainer)

(bsiegert)

2013-07-01 15:50:25 UTC MAIN commitmail json YAML

2013-07-01 14:41:10 UTC MAIN commitmail json YAML

Updated audio/gtick to 0.5.2

(ryoon)

2013-07-01 14:40:18 UTC MAIN commitmail json YAML

Update to 0.5.2

* Set LICENSE.

Changelog:
    2013-03-08: gtick-0.5.2 release: Translation updates, bugfixes
    2012-03-26: gtick-0.5.1 release: Translation updates, MIN_BPM adjustment
    2011-08-06: gtick-0.5.0 release: Pulseaudio support, bugfixes, translations
    2008-05-22: gtick-0.4.2 release: Several new translations, minor code and packing adjustments
    2007-08-18: gtick-0.4.1 release: Fixed segfault on using custom sound file
    2007-08-14: GIT repository launched
    2007-08-13: gtick-0.4.0 release: GPLv3 release, Updated Dutch, Finnish, Irish, Italian and Vietnamese translations
    2007-05-05: gtick-0.3.15 release: Added Slovak translation, fixed automake link options (LDADD, see ChangeLog)
    2007-04-29: gtick-0.3.14 release: Updated Russian, Ukrainian and Vietnamese translations
    2007-02-12: gtick-0.3.13 release: Added Korean translation, fixed zombies after metronome start / stop

(ryoon)

2013-07-01 13:53:27 UTC MAIN commitmail json YAML

Minor nit from the sparc64 patches that somehow got lost

(martin)

2013-07-01 10:43:50 UTC MAIN commitmail json YAML

Use tradcpp as preprocessor instead of second-guessing that cpp
-traditional will work.

(joerg)

2013-07-01 10:42:16 UTC MAIN commitmail json YAML

Apply same ruby restriction as graphics/rabbit.

(joerg)

2013-07-01 09:11:03 UTC MAIN commitmail json YAML

PKG_BUILD_OPTIONS require .pkgbase suffix

(obache)

2013-06-30 23:46:47 UTC MAIN commitmail json YAML

Updated sysutils/spice-protocol to 0.12.6

(rodent)

2013-06-30 23:46:19 UTC MAIN commitmail json YAML

Updated to latest release, 0.12.6. From ChangeLog:

* add adaptive video streaming support:
  control playback latency and receive playback
  reports from the client.
* add agent capabilities for signaling guest line ending.

(rodent)

2013-06-30 22:34:28 UTC MAIN commitmail json YAML

Updated devel/lettuce to 0.2.18

(rodent)

2013-06-30 22:33:58 UTC MAIN commitmail json YAML

Updated to latest release as discussed on tech-pkg@ a month ago. PLIST
updates, REPLACE_PYTHON (via application.mk) used to fix python interpreter
in two files. WRKSRC is handled automagically. No updated RELEASE-NOTES.

(rodent)

2013-06-30 22:21:10 UTC MAIN commitmail json YAML

Sorted to reflect reality.

(rodent)

2013-06-30 22:19:44 UTC MAIN commitmail json YAML

Updated wm/compiz-fusion-plugins-extra to 0.8.8

(rodent)

2013-06-30 22:18:44 UTC MAIN commitmail json YAML

Updated wm/compiz-fusion-plugins-main to 0.8.8

(rodent)

2013-06-30 22:17:28 UTC MAIN commitmail json YAML

Updated wm/compiz to 0.8.8

(rodent)

2013-06-30 22:16:37 UTC MAIN commitmail json YAML

Updated devel/compiz-bcop to 0.8.8

(rodent)

2013-06-30 22:15:38 UTC MAIN commitmail json YAML

Updated devel/compizconfig-backend-gconf to 0.8.8

(rodent)

2013-06-30 22:14:07 UTC MAIN commitmail json YAML

Updated lang/Cg-compiler to 3.1

(rodent)

2013-06-30 22:13:41 UTC MAIN commitmail json YAML

Updated to latest stable (before rewrite). No NEWS/ChangeLog. Added patch
to pull in locally generated config from configure stage. USE_TOOLS+=perl
msgmerge xgettext; Remove disabling of libinotify. Buildlink gtk2, libxslt,
startup-notification, pango, cairo, libnotify07.

(rodent)

2013-06-30 22:01:10 UTC MAIN commitmail json YAML

Removed --disable-nls from CONFIGURE_ARGS, as it changes nothing.

(rodent)

2013-06-30 20:53:46 UTC MAIN commitmail json YAML

Update to last release before rewrite. No NEWS/ChangeLog. USE_TOOLS+=
msgmerge xgettext; Remove disabling of libinotify in configure. Buildlink
libXrandr, libxslt, startup-notification, pango, and cairo.

(rodent)

2013-06-30 20:30:09 UTC MAIN commitmail json YAML

Update to last release before the rewrite. Added options framework for
inotify (enabled by default), gnome, kde{3,4}, and fuse PKG_OPTIONS.
PLIST is handled accordingly. USE_TOOLS+=xgettext msgmerge; Moved
PKG_OPTIONS in Makefile to options.mk. Fix DLLIBS using
BUILDLINK_TRANSFORM. Buildlink pango (build), dlopen, glib2,
libxml2, libXext, and libX11. From NEWS:

Release 0.8.8 (2011-03-30 Danny Baumann <dannybaumann@web.de>)
==============================================================
Maintenance release.

Various focus and stacking fixes.

Removed usages of deprecated GTK API.

Fixed drawing of switcher background with KDE4 window decorator.

Release 0.8.6 (2010-03-28 Danny Baumann <dannybaumann@web.de>)
==============================================================
Maintenance release.

Various focus and window placement fixes.

Fixed handling of windows that have a (server-drawn) border.

Fixed handling of window icons that have a colour depth of 1 bit.

Added KDE 4.4 support to KDE4 window decorator.

(rodent)

2013-06-30 20:16:15 UTC MAIN commitmail json YAML

Updated to latest release (before the rewrite). No NEWS/ChangeLog. Replaced
LOCALBASE with PREFIX and fixed SUBST_SED command. Cleaned up buildlink3.mk

(rodent)

2013-06-30 20:11:47 UTC MAIN commitmail json YAML

Updated to latest release (before the rewrite). No NEWS/ChangeLog.
Commented patches, Buildlink'd protobuf, libinotify, startup-notification,
libxslt, libSM, libICE, libXrandr, and libX11 in Makefile. Added protobuf
and libX11 to buildlink3.mk.

(rodent)

2013-06-30 20:08:41 UTC MAIN commitmail json YAML

Updated to latest stable (before rewrite). No NEWS/ChangeLog. Buildlink'd
startup-notification, libxslt, libSM, libICE, libXrandr, GConf, glib2.
Added buildlink3.mk file for ccsm.

(rodent)

2013-06-30 15:17:41 UTC MAIN commitmail json YAML

Updated graphics/ploticus-examples to 2.00

(ryoon)

2013-06-30 15:17:18 UTC MAIN commitmail json YAML

Update to 2.00

* Upper case example should be converted to lower case for ploticus 2.42.
  But this is useful for ploticus users, I believe.

(ryoon)

2013-06-30 15:15:24 UTC MAIN commitmail json YAML

Updated graphics/ploticus to 2.42

(ryoon)

2013-06-30 15:14:45 UTC MAIN commitmail json YAML

2013-06-30 15:13:09 UTC MAIN commitmail json YAML

Update to 2.42

* Update MASTER_SITES.
* Hardcode PLOTICUS_PREFABS environment values.

Changelog:

Ploticus 2.42 - May 2013
Maintenance release with these bug fixes:

    various code updates to reduce warnings arising from newer gcc versions / lint in strict mode.

    chron prefab - fixes to the error bars; data point symbols

    heatmap prefab - wasn't obeying the legend=no parameter... fixed.

    proc boxplot - incorrect error message on number of statfields supplied, and likely other erratic behavior, when doing median-based bars plus a mean symbol.

    the 'legendlabel' attribute was only accepting first whitespace-delimited token... should accept entire line. Affected these procs: bars, curvefit, lineplot, scatterplot, and vector.

Version 2.41 (May 2009) -  new features:
New proc: proc pvalue for computing pvalues associated with t-test.

proc scatterplot - new attribute colorfield allows you to control data point color directly from a data field (not involving the legend-driven technique).

proc areadef - new attributes clickmapadjust for tweaking the overall position of grid clickmap, and catbinsadjust useful in setting up a plotting area with categories that are slid -0.5.

proc print - new variable that is set called FOUNDROW, which lets you determine which data row contains a given value, then pass the row number to the $datarow() function

proc catlines - column bars

category names having embedded whitespace can now be used for positioning (use underscores in the location spec)

prefabs - new parameters xgridskip, ygridskip, xgridblocks, ygridblocks, firststub, laststub

2.41 bug fixes
Thanks to all those who reported and/or supplied fixes for these bugs...

    C coding issue - string pointer comparisons, was ok on gcc but failed on sun C compiler and others
    clickmap - double url encoding bug
    tokncpy() fix affecting win32 builds
    proc processdata action: breaks not setting NRECORDS to 0 on eof
    proc processdata - result field names are set later, allowing current field names to be used in select statements
    on clickmap tags, alt= attribute added so that output passes xml validation
    numgroup() function - contributed bugfix installed
    datetime stubs - seconds were incorrect
    clickmap urlencoding - spaces are now urlencoded to %20 (previously was +)
    direct pixel data points are now influenced by -scale
    proc catlines able to function with just one subcat (use to require at least two)
    instability related to field name headers, getfname()
    memory leak in grgd.c, Gptlist
    date stubs dislaying garbage when given unrecognized date format string
    lineplot XFINAL was incorrect

Version 2.40 (Jan 2008) New features:

    A revision pass was done affecting all script and attribute parsing, with the goal of eliminating attribute length restrictions where possible, and reducing string copy operations.

    proc catlines

    proc tree

    proc getdata ... data sets using the bar character (|) as field delimiter are now supported. Also, there's now delim: auto which tries to automatically determine data field delimitation.

    proc processdata ... new actions: summary, summaryplus, raccum ... new attributes binsize, binmod

    proc boxplot (formerly proc rangebar) ... functionality change.. it now produces a set of boxplots in a similar way to how other procs (such as proc bars) operate. Any existing scripts using proc rangebar will require attention.

    new pl(1) command line options -pixsize (to set exact size of result image in pixels), and -cputime (to set cputime resource limit). As usual these have equivalent settings in proc page and/or proc settings

    axis autorange now supports the following: nearest=Nminute nearest=second nearest=Nsecond

    proc image (formerly called proc import)... gifs can be imported. Images can now be incorporated into SVG plot results. Clickmap support.

    symboldetails ... imgfile, imgwidth, imgheight

    color ... color specifications using notation such as xFEDCBA now supported

    Slanted axis stubs are now supported. See proc axis stubvert parameter

    A number of other new attributes that are specialized or of minor interest

2.40 Bug fixes

    bug related to legend-driven bar graphing
    direct pixel data points inherit current line dashing .. symboldetails needs to set linetype to plain
    segfault occuring after error 12040 "DISPLAY=" ?
    svg compile and swf segfault bugs
    proc getdata - recent fix related to #field names and #data fields needs to take filters into account
    proc categories - when cats specified literally, trailing whitespace is taken as part of category
    proc image segfaults with -x11
    proc lineplot - gapmissing autozero not working right
    segfault when -csmap is used with long urls
    proc processdata MIN, MAX - not affected by 'resultformat' but should be
    First x stub is a little higher than the others
    gd color bug when degenerate data row encountered [color change bug - lineplot gapmissing and fill options]
    prefab chunk_title - align= was giving backward results
    proc bars - segments - code bug demonstrated by gallery/timeline2.htm
    proc bars - instability related to color change optimization (wild draw location)
    prefab cumufrac - no curve produced for certain input data (see msg 1974)
    clickmap - the clickmap entries for plot elements sitting on top of a clickmap grid are written too late in the map and mouse doesn't respond. For gif/png/jpg imagemaps, need to write map entires in this order: 1) plot element regions 2) xy grid regions 3) single-dimention grid regions. (svg uses the opposite order)
    scripts having embedded CSV data (w rows > 255) can break script processor causing instability.
    proc annotate instability on filled rectangle draw caused by unitialized bd* vars
    proc curvefit - xfield was required, but doesn't need to be
    legend - repeated use of legends eventually gives "Sorry, too much legend content" msg
    prefab overlays - each run needs to output a code into the dumpfile that tells pcode to do a graphics init. Otherwise, run 2 inherits current color (other settings?) left behind by run1
    proc axis - stubround - 1st stub seems to be often omitted even when it is a round value (snps/distplot)
    URL encoding shouldn't encode '.' or other normal punctuation chars..
    floating bars weirdness
    instability when trying to #set a var to length > 334 chars
    instability when supplying a long perl script with #proc getdata commandmr

ticus 2.33 (June 2006) New features

    direct pixel data point symbols for gd and x11, to provide sharp non-distorted data points. In the example below the first two rows use the new direct pixel data points, while the 3rd row shows the vector-based data points that have always been available.

    proc venndisk - some new attributes to support "vennmag" plots (a series of disks resting on X axis to compare magnitudes). Here's an example:

    clickmaps - new clickmapurl syntax to allow deployment in a new window, etc. Syntax is like this:
          clickmapurl: [target=new]http://abc.com/cgi-bin/...

    SVG - proc settings / config files - svg_linkparms attribute discontinued. Use the new clickmapurl syntax (see above)

    proc axis - stubround attribute - solves the old problem of getting stubs at round number locations when plot area minima is not at a round location.

    proc lineplot - gapmissing: autozero

    proc bars - new attributes for better control of bar labels: labelmustfit, labelmaxlen, labelselect

    pl command line -ping option

    proc scatterplot - cluster attribute - default will now be 'no'

    prefab scat - new parm ptstyle= filled or outline ..... and changed to use the new direct pixel data point symbols.

2.33 Bug fixes

    clickmap - url encoding is now performed on variable contents and axis values that are substituted into clickmapurls
    proc categories - uniqueness check wasn't applied when categories listed literally. Useful in apps where the list is generated by another program or whatever.
    improved handling of very long command line args - each arg is silently truncated to 255 chars. var=value parameters cannot begin with a dash as may have been previously tolerated. var=value parameters are now intercepted before entering the arg name big decision structure.
    $dategroup() function didn't know about datetime separator characters other than '.'
    issue where the "circuit breaker tripped" message was appearing when autorange is used but no stubs / no tics were being generated
    ploticus api code bug - prefabs were not usable via api
    made adjustments to improve rounding error when axis begins in negative space and reaches zero, zero was shown a very tiny scientific notation number
    proc processdata - percents - resulting data values were written as enclosed in quotes which made them unplottable.
    fixed many compile warnings when building w/ gcc4 -Wall
    drawing to out-of-bounds locations (GD) resulted in huge image. The pl bounding box was set to a huge rectangle due to a wild draw op.. then the final GD crop operation used the huge bounding box to set the size for the cropped result. Fixed by limiting final result to 'pagesize'.
    proc bars - longways labels on bars that travel beyond plot area boundary weren't being shown/centered properly.
    in the -scale parameter, if you used -scale 1,2 the scale did not change but -scale 1.01,2 does work. Fixed- some code was only taking action if x scale != 1.0
    svg - opening <svg> tag didn't have xmlns:xlink parameter (always); font size didn't have "pt" on end (firefox 1.5 / easytimeline)
    proc getdata - instability when there were more field names than available data fields. Fixed - number of field names now sets the 'nfields' idea of how many fields there are. This only happens when nfields is not explicitly specified.
    scatterplot - short line segments as symbols - no legend entries were appeariing
    proc legend - longer line segments were colliding with other entries in "across" format
    proc rangesweep - instability when bad values encountered in data
    proc annotate - box outline color not being set properly
    proc bars - showvalues - conflict between "backbox" and "labeldetails: color="
    pl -errfile stdout (w/ no other args) gave seg fault
    prefab scat - new maxinpoints= parameter (for curvefit)
    heatmaps - with contentfield= and values 0.0 -> 1.0 .. cutoff table was not automatically created properly.
    prefabs - some prefab parameters cannot be set in a data file.. because they are set in the prefab script before getting the data. More detailed explaination in docs.
    -tag command line arg wasn't generating the <embed> tag for svg
    scatterplot - heatmap-related cell coloring bug
    draw prefab - win32 issue with dumpfile
    autorange - code bug involving nearest=hours

Ploticus 2.32 (Aug 2005) - New features

    proc legend - support for multi-column or multi-row legends, word wrap for legend entries, backing box, title, and others. Thanks to Philippe Jalaber and Tobias Minich who suggested some of these features. Examples

    proc venndisk - new proc for producing venn diagrams.
              example

    textdetails - new linesep attribute to control line spacing.

    mousover/tooltip labels can now be up to 1500 chars. Also any proc that had a clickmaplabel attribute now also has a clickmaplabeltext multiline attribute. This is to accomodate chunks of javascript code as used with SVG mouseover/tooltip method #2.

    proc axis - month stub inc with datetime scaletype now supported.

    proc pie - new wraplen attribute to wordwrap pie slice labels

    new function - $rewritenum(f) which takes a numeric quantity f and returns it rewritten for display purposes, applying numbernotation (as specified in your proc settings or config file)

    new function - $textwidth(f) returns horizontal width of FreeType bounding box. Useful only with freetype fonts, otherwise it returns 0. Suggested/contributed by Erik Zachte.

    autorange - if user doesn't specify numformat, %f is now automatically used to build result with high magnitude low variance data sets (such as where the min is 1,000,000 and the max is 1,000,003).

    Prefab parameters for access to some of the new proc legend features; and some other prefab items. More info

2.32 Bug fixes

    date notations involving dots (such as dd.mm.yy) weren't being handled properly
    gd16.c gcc 4 compile issue (static int cost, static int sint)
    crosshatch lines were too thin w/ svg
    proc bars - with 'truncate', bar completely out of range was suppressed but label still appears
    drawcommands ignored cm units - fixed. Also, mark and cblock now accept posex specifications.
    heatmap prefab - now supports title and related parameters.
    superscripts in X axis stubs showed up on Y axis - fixed
    autorange - now handles degenerate case where all data are 0
    proc vector - instability if start and end points of a vector are same
    proc getdata no longer does a popen( cat filename ) in CGI mode
    strange color change problem - related to certain degenerate lineplots that don't draw anything. Bug in proc_lineplot.c fixed.
    proc legend width attribute now supports cm
    heatmap prefab - yaxis=none didn't have any effect. Fixed.
    proc pie - with outlinedetails: none the labels and any associated lines disappeared
    proc scatterplot - default clustermethod was horizontal when ylocation given.. and vertical when xlocation given.. seems like it should be the other way round.. so I changed it.
    with datetime (others?) xautorange nearest=exact wasn't working
    command line option -prefab is now disabled when operating in direct cgi mode
    command line option -drawdumpa displayed to x11 but shouldn't

(ryoon)

2013-06-30 15:03:00 UTC MAIN commitmail json YAML

+ gnumeric112-1.12.3, help2man-1.43.3, libgpg-error-1.12,
  mkvtoolnix-6.3.0, mtr-0.85, py-distribute-0.6.46, py-psycopg2-2.5.1,
  qemu-1.5.1, x264-devel-20130629.

(wiz)

2013-06-30 14:14:10 UTC MAIN commitmail json YAML

Munged MAINTAINER on file copy. Fixed.

(rodent)

2013-06-30 13:41:34 UTC MAIN commitmail json YAML

Remove qbrew, pkgsrc has newer one.

(ryoon)

2013-06-30 13:39:48 UTC MAIN commitmail json YAML

Updated editors/biew to 6.1.0

(ryoon)

2013-06-30 13:39:05 UTC MAIN commitmail json YAML

Update to 6.1.0

* This version of biew works on NetBSD/amd64 at least.

Changelog:
6.0.1:
It supports NEW Intel's AES, AVX, FMA and AMD's XOP, FMA4, CVT16 instructions sets.

6.0.2:
It contains minor bug-fixes in 64-bit mode. I hope this release will finalize series of changes for 6.0.x branch.

6.0.1:
It contains minor bug-fixes in 64-bit mode.

5.7.3.1:
This release fixes one accidental bug in AMD64 disassembler

5.7.3:
unknown.

5.7.2:
unknown.

5.7.1:
Changes:
* Minor fixes and cleanups.
+ feature request: [ 1782395 ] Make Goto (F5) accept percentages

5.7.0:
Changes:
* Fixes by Daniel Borca <dborca@yahoo.com>:
* unix/vio.c use the correct alternate set for line drawing.
see http://www.in-ulm.de/~mascheck/various/alternate_charset/
* configure: accept linux and Linux from uname. i?86 is really ia32.
* makefile: install xlt and man pages correctly.
* unix/os_dep.c: DATADIR conforming to configure. Fix duplicate biew
name in configuration file
* ia32/_inlines.h: replace xlat with regular table indexing (to be able
to test biew with valgrind).
* linux/keyboard.c: fix 'I/O possible' error; it seems to be appearing
spuriously between __init_vio and the end of __init_keyboard, where
SIGIO is hooked as event handler. I think it's harmless to just or maybe
block SIGIO events until we are finished setting up the keyboard.
+ Assembling through the nasm/yasm. Patch by <mauro.giachero@gmail.com>
+ New opcodes (SSSE3, SSE4.1, SSE4.2, SSE4a) in x86 disassembler.
+ Provide alternative insns hilighting in ix86-32 disassembler.
* Fixed bug of repainting in hexmode when up_arrow key pressed
and filepos == 0.
* Fixed REX handling in x86_64 disassembler
* Fixed CPU information dialog
+ New disassemblers:
+ ARM32 / XScale
+ AIM Power5+ ISA
+ Added support for PE32+ file format.
+ NEW: User defined names aka bookmarks (Ctrl-F10)!!!
* Many other improvements and fixes.

5.6.4:
This is release has goal to fix loopback in biew during file format detection.
Also it has some other changes:
* Fixed bug #1695783 (biew 5.6.3 - Bug in file detection due mp3.c)
* Improved multimedia format support
+ Added initial support for Sis and SisX formats of Symbian OS
* Fixed bug #1696442 (-extraincdir and -extralibdir can only handle one extra lib.)
* Added endian selection in hexmode viewer

5.6.3:
This minor featues enhancement release which adds support for multimedia file formats

(ryoon)

2013-06-30 12:58:38 UTC MAIN commitmail json YAML

Le to invoke `llvm-build' tool via `python', same as in CMakeLists.txt.
shbang of the tool is `/usr/bin/env python', and it is not portable.

fixes build on Haiku.

(obache)

2013-06-30 12:32:15 UTC MAIN commitmail json YAML

2013-06-30 12:31:42 UTC MAIN commitmail json YAML

2013-06-30 12:16:18 UTC MAIN commitmail json YAML

Apply a version of the asm fixes for gcc from ffmpeg/Makefile here as well.
Noted by John D. Baker in PR 47132.

(wiz)

2013-06-30 11:50:22 UTC MAIN commitmail json YAML

Updated devel/mantis to 1.2.15

(ryoon)

2013-06-30 11:47:44 UTC MAIN commitmail json YAML

Update to 1.2.15

Changelog:

MantisBT 1.2.15 is a security update for the stable 1.2.x branch. All installations that are currently running any 1.2.x version are strongly advised to upgrade to this release.

- 0002971: [bugtracker] Reminders are not added to bug history (dregad) - closed.
- 0015470: [bugtracker] Reminders recipient list is truncated (dregad) - closed.
- 0010047: [documentation] Adding new statuses section is missing a step (dregad) - closed.
- 0010118: [documentation] lang_get_current() returns wrong language if $g_default_language overwritten (dregad) - closed.
- 0010372: [feature] Don't allow reminders to be sent if the user doesn't have an email address specificed (dregad) - closed.
- 0013054: [installation] Installer displays a blank page if core.php encounters a critical error (dregad) - closed.
- 0015357: [bugtracker] uninitialized library path (dregad) - closed.
- 0015471: [bugtracker] bug_reminder.php does not handle unsent reminders (dregad) - closed.
- 0015472: [bugtracker] email_bug_reminder() API's return array is always full list of recipients (dregad) - closed.
- 0015481: [custom fields] Custom fields values are not sorted in the main filter (dregad) - closed.
- 0015528: [printing] Custom fields user has no access to should not be displayed on print pages (dregad) - closed.
- 0015538: [bugtracker] Issues list is not displayed when $g_limit_reporters is ON (dregad) - closed.
- 0015540: [documentation] Wrong example code for custom status translation (atrol) - closed.
- 0015558: [bugtracker] url_get() does not fall back to other methods when no data is retrieved (dregad) - closed.
- 0015573: [security] CVE-2013-1883: One query can be issued via current Mantis interface to take down site (dregad) - closed.
- 0015575: [documentation] Turning on $g_show_queries_list causes Mantis to crash with an error (dregad) - closed.
- 0015659: [localization] Appears @70@ and @80@ in the list of resolutions in the "view Issues" page when mantis is in catalan. (dregad) - closed.
- 0015691: [administration] Config report: retrieval of saved project filter from cookie does not work (dregad) - closed.
- 0015453: [security] CVE-2013-1930: Close button is shown on webpage despite 'close' is not a valid status by workflow (dregad) - closed.
- 0015511: [security] CVE-2013-1931: XSS vulnerability when deleting a version (atrol) - closed.
- 0015698: [bugtracker] 'extract() expects parameter 1 to be array, boolean given' in '/srv/www/bugs/account_prof_edit_page.php' line 48 (dregad) - closed.
- 0015704: [documentation] Wrong description of writing custom_functions (atrol) - closed.
- 0015744: [bugtracker] Reminder bugnote with list of recipients not added if no text provided (dregad) - closed.
- 0015451: [api soap] Incorrect invocations of SoapObjectsFactory::newSoapFault (rombert) - closed.
- 0015517: [api soap] mc_project_get_versions() result can't be parsed by C# (dregad) - closed.
- 0015522: [api soap] mc_project_get_issues does not report due_date (dregad) - closed.

MantisBT 1.2.14 is a security update for the stable 1.2.x branch. All installations that are currently running any 1.2.x version are strongly advised to upgrade to this release.

Please refer to the release notes for details.

- 0015416: [security] CVE-2013-1934: XSS issue in adm_config_report.php when displaying complex value (dregad) - closed.
- 0015415: [security] CVE-2013-1932: XSS vulnerability on Configuration Report page (dregad) - closed.
- 0015411: [performance] Huge memory consumption for print_user_option_list() (dregad) - closed.

MantisBT 1.2.13 had to be withdrawn shortly after release, as it introduced a bug
(#15411) causing the View Issues page to consume significantly more memory for
instances with large numbers of users (order 10k+), leading to system crashes,
as well as an XSS issue (#15415) in the Configuration Report page.

We recommend not to use 1.2.13, and deploy version 1.2.14 instead.

- 0014871: [api soap] Add support for the built-in soap extension in addition to nusoap (rombert) - closed.
- 0003693: [bugtracker] Make the username in Manage Projects a clickable link to edit that user (dregad) - closed.
- 0007586: [customization] generic configuration editor cannot 'EDIT' an option (dregad) - closed.
- 0010130: [filters] Filter "Assigned to" does not display usernames when project "All Projects" is selected (dregad) - closed.
- 0011854: [documentation] Parameter $g_default_timezone" is not mentioned in administration_guide (dregad) - closed.
- 0013298: [preferences] commas and multi-dimensional arrays in adm_config_set (dregad) - closed.
- 0013680: [performance] Configuration page takes a very long time to load (dregad) - closed.
- 0014009: [administration] admin/check.php fatal error on PHP 5.1.x (undefined function timezone_identifiers_list()) (dregad) - closed.
- 0014559: [administration] Adding filter for "Configuration report" (dregad) - closed.
- 0015199: [other] Update json api error format (rombert) - closed.
- 0015201: [db postgresql] Summary page fail (dregad) - closed.
- 0015384: [security] CVE-2013-1810 XSS vulnerability on summary page (dhx) - closed.
- 0015247: [administration] Protected account change still sends email (dregad) - closed.
- 0015248: [email] The order of sending emails is inverted when using cron (dregad) - closed.
- 0015255: [bugtracker] Date filter fields are disabled when $g_use_javascript = OFF (dregad) - closed.
- 0015257: [filters] Inconsistent use of numeric vs text month in date filter selection fields (dregad) - closed.
- 0015258: [security] CVE-2013-1811 Reporter can change issue status to 'new' (dregad) - closed.
- 0015260: [bugtracker] access_get_status_threshold() returns incorrect value for NEW (dregad) - closed.
- 0015264: [custom fields] custom_field_get_id_from_name() broken since 1.2.12 (dregad) - closed.
- 0015265: [custom fields] custom_field_get_id_from_name() doesn't cache result of obsolete custom field names (dregad) - closed.
- 0015280: [code cleanup] Form in manage_columns_inc.php has misleading name and unnecessary multipart encoding (dregad) - closed.
- 0015320: [filters] Date filters broken since 1.2.12 (rombert) - closed.
- 0015360: [bugtracker] Add Missing config 'reminder_receive_threshold' in workflow threshold page (dregad) - closed.
- 0015370: [bugtracker] When a bug is resolved on report, default the handler to the current user (rombert) - closed.
- 0015373: [security] CVE-2013-0197 XSS vulnerability with match_type filter (dhx) - closed.
- 0015382: [email] Additional improvements to email logging (dregad) - closed.
- 0015388: [filters] Update the match_type parameter to be XSS-safe by itself (dregad) - closed.
- 0015389: [filters] Display of match_type filter property for unknown types (dregad) - closed.
- 0015356: [api soap] improve error handling in mc_issue_api.php (rombert) - closed.
- 0014157: [api soap] Array to string conversion error on soap request with PHP 5.4 (rombert) - closed.
- 0014672: [api soap] Slow performance of SOAP calls due to nusuoap (rombert) - closed.
- 0015222: [api soap] mc_project_delete_category fails to delete category (rombert) - closed.

(ryoon)

2013-06-30 11:35:44 UTC MAIN commitmail json YAML

Updated security/libprelude-perl to 0.9.24.1nb7

(sno)

2013-06-30 11:35:23 UTC MAIN commitmail json YAML

Fix missing RPATH for security/libprelude-perl, bumping PKGREVISION 'cause
it modifies resulting shared object and regardless it worked before or not,
it should be rebuild.

(sno)

2013-06-30 09:44:19 UTC MAIN commitmail json YAML

Updated lang/algol68g to 2.7

(ryoon)

2013-06-30 09:43:31 UTC MAIN commitmail json YAML

Update to 2.7

* Fix pgsql dependency.

Changelog:
Version 2.7, June 2013
* Larger test set.
* Fixes several reported issues.

(ryoon)

2013-06-30 09:35:40 UTC MAIN commitmail json YAML

+ ettercap-0.7.6 mantis-1.2.15

(obache)

2013-06-30 06:05:17 UTC MAIN commitmail json YAML

Updated devel/fossil to 1.26

(ryoon)

2013-06-30 06:04:39 UTC MAIN commitmail json YAML

Update to 1.26

Changelog:
This is Version 1.26. Key changes in this release include:

    The argument to the --port option for the "fossil ui" and "fossil server" commands can take an IP address in addition to the port number, causing Fossil to bind to just that one IP address.
    After prompting for a password, also ask if that password should be remembered.
    Performance improvements to the diff engine.
    Fix the side-by-side diff engine to work better with multi-byte unicode text.
    Color-coding in the web-based annotation (blame) display. Fix the annotation engine so that it is no longer confused by time-warps.
    The markdown formatter is now available by default and can be used for tickets, wiki, and embedded documentation.
    Add subcommands "fossil bisect log" and "fossil bisect status" to the "fossil bisect" command, as well as other bisect enhancements.
    Enhanced defenses that prevent spiders from using excessive CPU and bandwidth.
    Consistent use of the -n or --dry-run command line options.
    Win32: Fossil now understands Cygwin paths containing one or more of the characters "*:<>?|. Those are normally forbidden in win32. This means that the win32 fossil.exe is better usable in a Cygwin environment.
    Cygwin: Fossil now understands win32 absolute paths starting with a drive letter everywhere. The default value of the "case-sensitive" setting is now FALSE, except when case-sensitivity is enabled in the Windows kernel.
    Enhancements to /timeline.rss, adding more flags for filtering results, including the ability to subscribe to changes made to individual tickets.
    Improved handling of the differences between case-sensitive and case-insensitive filesystems.
    JSON API: added the 'status' command to report local checkout status.
    Fixes to the --args support and documented this feature in the help.
    Added /stats_report page.
    Added ym=YYYY-MM filter to the "/timeline" url.
    Fixed: config reset now re-installs default ticket report format.
    ssh:// and file:// protocols now ignore proxy settings.
    Added /hash-color-test web page.
    Cherry-pick merges are recorded internally (though no yet displayed on the timeline graph.)
    Bring in the latest versions of SQLite, zlib, and autosetup from upstream.

(ryoon)

2013-06-30 03:14:44 UTC MAIN commitmail json YAML

Updated Cg-compiler to latest release, 3.1 from April 2012. This provides a
more useful package than the previous version, complete with examples and
handling distfiles for the i386 and amd64 architectures. This was originally
in pkgsrc-wip and cleaned up for pkgsrc HEAD. Resolved PR/46914 Not a
complete ChangeLog since the version in pkgsrc, but here's what could be
scraped from HOMEPAGE:

The April 2012 version of Cg 3.1 added these improvements:

    Improved GLSL support for clip semantics
    Fixed a runtime bug concerning gp4 and gp5 geometry programs
    Various documentation updates

The February 2012 version of Cg 3.1 added these improvements:

    Added Cg language support for uniform buffers
    Added OpenGL Uni\ufb01ed Buffer Object (UBO) support for buffers
    Added OpenGL GLSL version 110 and 120 translation support
    New tessellation examples added
    New uniform buffer examples added
    VC10 projects added for examples

The February 2011 version of Cg 3.0 added these improvements:

    Improved DX11 tessellation support
    Resolved an issue with nearly identical user defined types
    Resolved an issue with default values from unreferenced uniform parameters
    Support setting matrices beyond 96 float constants in the vp30 profile
    Application supplied compilation options now override those set by cgGLSetOptimalOptions
    Improved support for 'const' variables in the GLSL profiles
    Added sampler state documentation

(rodent)

2013-06-29 23:38:42 UTC pkgsrc-2013Q1 commitmail json YAML

2013-06-29 23:38:30 UTC pkgsrc-2013Q1 commitmail json YAML

Pullup ticket #4166 - requested by morr
www/wordpress: security update

Revisions pulled up:
- www/wordpress/Makefile                                        1.32-1.33
- www/wordpress/PLIST                                          1.15
- www/wordpress/distinfo                                        1.25

---
  Module Name: pkgsrc
  Committed By: morr
  Date: Mon Jun 24 16:13:21 UTC 2013

  Modified Files:
  pkgsrc/www/wordpress: Makefile distinfo

  Log Message:
  Security update to version 3.5.2.

  Fixed issues:

  * Server-Side Request Forgery (SSRF) via the HTTP API. CVE-2013-2199.
  * Privilege Escalation: Contributors can publish posts, and users can reassign authorship. CVE-2013-2200.
  * Cross-Site Scripting (XSS) in SWFUpload. CVE-2013-2205.
  * Denial of Service (DoS) via Post Password Cookies. CVE-2013-2173.
  * Content Spoofing via Flash Applet in TinyMCE Media Plugin. CVE-2013-2204.
  * Cross-Site Scripting (XSS) when Uploading Media. CVE-2013-2201.
  * Full Path Disclosure (FPD) during File Upload. CVE-2013-2203.

  * Cross-Site Scripting (XSS) (Low Severity) when Editing Media. CVE-2013-2201.
  * Cross-Site Scripting (XSS) (Low Severity) when Installing/Updating Plugins/Themes. CVE-2013-2201.
  * XML External Entity Injection (XXE) via oEmbed. CVE-2013-2202.

---
  Module Name:    pkgsrc
  Committed By:  morr
  Date:          Mon Jun 24 16:16:42 UTC 2013

  Modified Files:
          pkgsrc/www/wordpress: Makefile

  Log Message:
  Remove pkgrevision bit

---
  Module Name:    pkgsrc
  Committed By:  morr
  Date:          Thu Jun 27 08:04:57 UTC 2013

  Modified Files:
          pkgsrc/www/wordpress: PLIST

  Log Message:
  Fix PLIST file, unbreak build

(tron)

2013-06-29 20:31:00 UTC MAIN commitmail json YAML

Updated x11/mlterm to 3.2.1

(tsutsui)

2013-06-29 20:29:47 UTC MAIN commitmail json YAML

Update mlterm to 3.2.1. (leaf package update)
Also pull post-3.2.1 patches for configure scripts.

pkgsrc changes:
- remove obsolete post-3.2.0 patches
- adjust for etc/font-fb changes
- update PLIST for new framebuffer software keyboard files

Changes from doc/en/ReleaseNote:

ver 3.2.1
* Support framebuffer on OpenBSD.
* Support software keyboard on framebuffer.
  (Double-click Button1 at the right bottom corner of the screen to show it.)
* Support USB keyboard with iBus on NetBSD/OpenBSD framebuffer.
* Support CSI ? 69 h, CSI ? 69 l (DECLRMM) and CSI pl;pr s (DECSLRM).
* Support CSI 3 m and CSI 23 m which set/unset italic attribute.
* Prefer JISX0208 to JISX0213 all the time in converting Unicode to other cs.
* If DEFAULT=-foo-bar-medium-r-*--%d-*- is specified in ~/.mlterm/font,
  -foo-bar-bold-r-*--%d-*-, -foo-bar-medium-i-*--%d-*- or -foo-bar-bold-i-*--%d-*-
  are automatically searched for a bold, italic or bold italic font.
* Bug fixes:
  SF Bug #3614142 (Thanks to Ahmed El-Mahmoudy)
  SF Bug #3614192 (Thanks to Ahmed El-Mahmoudy)
  Fix the bug which caused segmentation fault in using a font whose width doesn't
  match the usascii font on 24 or 32 bpp framebuffer.
  Fix the bug which caused segmentation fault in closing input method status window.
  Fix the bug which caused segmentation fault in loading illegal pcf fonts.
  Resize the window in attaching a new pty. (enbugged at 3.2.0)
  Fix the bug which disabled mlconfig and mlterm-menu. (enbugged at 3.2.0)
  Fix the error message in the failure of loading US-ASCII font.
  Fix the bug which lets parcellite reset the selected region.
  Report relative-origin position of the cursor to CPR sequence.

(tsutsui)

2013-06-29 19:24:57 UTC MAIN commitmail json YAML

update of cURL to the current version. Upstream changelog:

Changes:
--------

darwinssl: add TLS session resumption
darwinssl: add TLS crypto authentication
imap/pop3/smtp: Added support for ;auth= in the URL
imap/pop3/smtp: Added support for ;auth= to CURLOPT_USERPWD
usercertinmem.c: add example showing user cert in memory
url: Added smtp and pop3 hostnames to the protocol detection list
imap/pop3/smtp: Added support for enabling the SASL initial response
curl -E: allow to use ':' in certificate nicknames

Bugfixes:
---------

SECURITY VULNERABILITY: curl_easy_unescape() may parse data beyond
    the end of the input buffer [26]
FTP: access files in root dir correctly
configure: try pthread_create without -lpthread
FTP: handle a 230 welcome response
curl-config: don't output static libs when they are disabled
CURL_CHECK_CA_BUNDLE: don't check for paths when cross-compiling
Various documentation updates
getinfo.c: reset timecond when clearing session-info variables
FILE: prevent an artificial timeout event due to stale speed-check data
ftp_state_pasv_resp: connect through proxy also when set by env
sshserver: disable StrictHostKeyChecking
ftpserver: Fixed imap logout confirmation data
curl_easy_init: use less mallocs
smtp: Fixed unknown percentage complete in progress bar
smtp: Fixed sending of double CRLF caused by first in EOB
bindlocal: move brace out of #ifdef
winssl: Fixed invalid memory access during SSL shutdown
OS X framework: fix invalid symbolic link
OpenSSL: allow empty server certificate subject
axtls: prevent memleaks on SSL handshake failures
cookies: only consider full path matches
Revert win32 MemoryTracking: wcsdup() _wcsdup() and _tcsdup()
Curl_cookie_add: handle IPv6 hosts
ossl_send: SSL_write() returning 0 is an error too
ossl_recv: SSL_read() returning 0 is an error too
Digest auth: escape user names with backslash or " in them
curl_formadd.3: fixed wrong "end-marker" syntax
libcurl-tutorial.3: fix incorrect backslash
curl_multi_wait: reduce timeout if the multi handle wants to
tests/Makefile: typo in the perlcheck target
axtls: honor disabled VERIFYHOST
OpenSSL: avoid double free in the PKCS12 certificate code
multi_socket: reduce timeout inaccuracy margin
digest: support auth-int for empty entity body
axtls: now done non-blocking
lib1900: use tutil_tvnow instead of gettimeofday
curl_easy_perform: avoid busy-looping
CURLOPT_COOKIELIST: take cookie share lock
multi_socket: react on socket close immediately

(spz)

2013-06-29 19:01:42 UTC MAIN commitmail json YAML

2013-06-29 18:59:43 UTC MAIN commitmail json YAML

Make fortran support an option and enable it only on supported platforms.

Fixes build failure on platforms that are not supported by g95,
including NetBSD/arm 6.1.  PR/47965

Ok'ed by wiz@.

(tsutsui)

2013-06-29 14:53:39 UTC MAIN commitmail json YAML

Do not make assumptions about Darwin's or Solaris' gcc behaving like others.

(wiz)

2013-06-29 13:35:04 UTC MAIN commitmail json YAML

Fix stack alignment issues on i386.
>From Onno van der Linden in PR 47132.

(wiz)

2013-06-29 13:34:23 UTC MAIN commitmail json YAML

Fix stack alignment issues on i386.
>From Onno van der Linden in PR 47132.

(wiz)

2013-06-29 12:35:30 UTC MAIN commitmail json YAML

Updated mail/milter-manager to 1.8.9

(obache)

2013-06-29 12:35:10 UTC MAIN commitmail json YAML

Update milter-manager to 1.8.9.

== [release-1-8-9] 1.8.9: 2013-06-28

A bug fix release of 1.8.8.

=== Package

==== Improvements

  * [rpm] Update Ruby1.9.3 package for CentOS6 to Ruby1.9.3-p448
    released on 2013-06-27

=== milter manager

==== Fixes

  * [binding][ruby] Fixed a bug that milter-manager couldn't detect
    socket path if greylist.conf includes socket path with
    permission.

== [release-1-8-8] 1.8.8: 2013-06-25

A bug fix release of 1.8.7.

=== Package

==== Fixes

  * [rpm] milter-manager-log-analyzer should include cron configuration.
    [Reported by Satoru Sakashita][milter-manager-users-ja:00200]
  * [deb] Remove old configuration file installed by milter-manager.
    [Reported by Youhei SASAKI][milter-manager-users-ja:00202]

=== Known Issues

  * [test] Failed some test cases using rrdtool on some environments.
    [Reported by Hirohisa Yamaguchi][GitHub #29]

=== Thanks

  * Satoru Sakashita
  * Youhei SASAKI
  * Hirohisa Yamaguchi

(obache)

2013-06-29 12:10:20 UTC MAIN commitmail json YAML

Updated mail/milter-manager to 1.8.7

(obache)

2013-06-29 12:10:03 UTC MAIN commitmail json YAML

Update milter-manager to 1.8.7.

== [release-1-8-7] 1.8.7: 2013-06-14

A bug fix release of 1.8.6.

=== Package

  * [rpm] Keep user configuration settings on upgrade.
  * [deb][rpm] Separate milter-manager-log-analyzer from milter-manager.
    [Reported by Kazuhiro NISHIYAMA][GitHub #21]
  * Use Ruby1.9 on CentOS6 or later.
  * Drop Ubuntu Oneiric Ocelot(11.10) support.
  * Add Ubuntu Raring Ringtail(13.04) support.
  * Add Debian jessie support.

=== milter manager

==== Improvements

  * Support Ruby2.0.0.

==== Fixes

  * [debian] Support init file that contains non-ASCII characters.
    [Reported by Kazuhiro NISHIYAMA][GitHub #23]

=== milter-manager-log-analyzer

==== Fixes

  * Process mail log even if it includes invalid byte sequence.
    [Reported by Satoru Sakashita][GitHub #24]

=== Admin

  * Dropped.

=== Thanks

  * Kazuhiro NISHIYAMA
  * Satoru Sakashita

(obache)

2013-06-29 12:08:51 UTC MAIN commitmail json YAML

add patch from upstream to fix possible buffer overflow in URL parser
(CVE-2013-2174), bump PKGREV

(drochner)

2013-06-29 11:55:08 UTC MAIN commitmail json YAML

Updated graphics/rabbit to 2.1.0

(obache)

2013-06-29 11:54:45 UTC MAIN commitmail json YAML

Update rabbit to 2.1.0.

== 2.1.0: 2013-06-16

A bug fix release of 2.0.9.

=== Improvements

==== rabbit

  * Ignored backup files when detecting a README file.
    [GitHub:#21] [Reported by TOMITA Masahiro]
  * Added Ruby version check on RubyGems install.
    If you install with Ruby 1.8, RubyGems reports an error.

=== Fixes

==== rabbit

  * Fixed a bug that encoding conversion error handling is bad.
    [Reported by Junichi Oya]
  * Supported Ruby/GLib2 2.0.2 or ealier.

=== Thanks

  * TOMITA Masahiro
  * Junichi Oya

(obache)

2013-06-29 09:29:17 UTC MAIN commitmail json YAML

Updated www/p5-Apache-LogFormat-Compiler to 0.13

(sno)

2013-06-29 09:29:05 UTC MAIN commitmail json YAML

Updating package for Perl5 module Apache::LogFormat::Compiler via CPAN
distribution Apache-LogFormat-Compiler in www/p5-Apache-LogFormat-Compiler
from 0.12nb1 to 0.13.

pkgsrc changes:
- correct dependencies
- apply update to force rebuild the package

Upstream changes:
0.13 2013-05-24T00:19:31Z
  - fixed pod issue (Thank you fschlich)

(sno)

2013-06-29 09:25:41 UTC MAIN commitmail json YAML

Updated devel/p5-PathTools to 3.40

(sno)

2013-06-29 09:25:31 UTC MAIN commitmail json YAML

Updating packge for Perl5 modules File::Spec and Cwd in CPAN distribution
PathTools in devel/p5-PathTools from 3.33nb3 to 3.40.
This is required, because Perl5 5.18.0 comes with PathTools 3.40 bundled
and some CPAN packages rely on this - pkgsrc installed PathTools 3.33
overrides core modules which is a downgrade and should have a sane
reason.

Upstream changes since 3.33:
3.40 - Wed Jan 16 07:30:00 2013
- Stop inadvertently skipping Spec.t on VMS. (Craig Berry)
- Rethink EFS in File::Spec::VMS. (Craig Berry)
- File::Spec::UNIX->abs2rel() gets it wrong with ".." components
  [perl #111510] (Volker Schatz)
- Add C define to remove taint support from perl (Steffen Mueller)
- Remove "register" declarations as they are no longer
  useful (Karl Williamson)
- Add test for fast_abs_path in LF dir
  [perl #115962] (Father Chrysostomos)
- Cwd::fast_abs_path's untaint should allow for multiline
  directories (Joel Berger)

3.39_01 - Tue Dec 20 08:30:00 2011
- [perl #51562] Problem & "solution" for building 5.10.0 with
  win32+mingw+dmake (kmx)
- Fix various compiler warnings from XS code (Zefram)
- Fix typos (spelling errors) (Peter J. Acklam)
- Remove Mac OS classic only tests from Cwd's Spec.t
  and special case code from Cwd's cwd.t (Nicholas Clark)
- Convert File::Spec's remaining tests to Test::More from Test
  (Nicholas Clark)
- dist/Cwd/lib/File/Spec/Win32.pm: Fix broken link (Karl Williamson)
- In Cwd::_win32_cwd() avoid a string eval when checking if we're
  miniperl (Nicholas Clark)
- Add PERL_NO_GET_CONTEXT to Cwd (Nicholas Clark)
- In Cwd.xs on VMS, don't compile bsd_realpath() at all (Nicholas Clark)
- Merge the implementation of Cwd::{fastcwd,getcwd} using
  ALIAS (Nicholas Clark)
- In Cwd.xs, swap to defaulting to disabled prototypes (Nicholas Clark)
- Remove duplicate $VERSION handling code, made redundant
  in 3.28_01 (Nicholas Clark)
- In Cwd.xs, tidy the conditional code related to symlinks
  (Nicholas Clark)
- Keep verbatim pod within 80 cols (Father Chrysostomos)
- [RT #36079] Convert ` to ' in docs (Jim Keenan)
- [rt.cpan.org #45885] File::Spec: Don’t use tainted tmpdir
  in 5.6 (Father Chrysostomos)

(sno)

2013-06-29 09:21:26 UTC MAIN commitmail json YAML

Updated devel/p5-Try-Tiny to 0.12

(sno)

2013-06-29 09:21:13 UTC MAIN commitmail json YAML

Updating package for rocking Perl5 module Try::Tiny in CPAN-distribution
Try-Tiny-0.12 in devel/p5-Try-Tiny from 0.11nb2 to 0.12 because of
forced www/p5-Apache-LogFormat-Compiler update requires Try::Tiny 0.12.

Upstream changes:
0.12
  - doc fixes

(sno)

2013-06-29 08:59:45 UTC MAIN commitmail json YAML

Updated subversion to 1.7.10.

(obache)

2013-06-29 08:56:56 UTC MAIN commitmail json YAML

Update subversion to 1.7.10.

This release addresses three security issues:
    CVE-2013-1968: fsfs repository corruption caused by newline characters in filenames
    CVE-2013-2088: contrib hook-scripts can allow arbitrary code execution
    CVE-2013-2112: svnserve remotely triggerable DoS.

Version 1.7.10
(30 May 2013, from /branches/1.7.x)
http://svn.apache.org/repos/asf/subversion/tags/1.7.10

User-visible changes:
  - Client-side bugfixes:
    * fix 'svn revert' "no such table: revert_list" spurious error (issue #4168)
    * fix 'svn diff' doesn't show some locally added files (issue #3797)
    * fix changelist filtering when --changelist values aren't UTF8 (r1475724)
    * fix 'svn diff --git' shows wrong copyfrom (issue #4294)
    * fix 'svn diff -x-w' shows wrong changes (issues #4133 and #4270, r1427278)
    * fix 'svn blame' sometimes shows every line as modified (issue #4034)
    * fix regression in 'svn status -u' output for externals (r1434750)
    * fix file permissions change on commit of file with keywords (issue #4331)
    * improve some fatal error messages (r1465975)
    * fix externals not removed when working copy is made shallow (issue #3741)

  - Server-side bugfixes:
    * fix repository corruption due to newline in filename (issue #4340)
    * fix svnserve exiting when a client connection is aborted (r1482759)
    * fix svnserve memory use after clear (issue #4365)
    * fix repository corruption on power/disk failure on Windows (r1483781)

Developer-visible changes
  - General:
    * make get-deps.sh compatible with Solaris /bin/sh (r1451678)
    * fix infinite recursion bug in get-deps.sh (r1421541, r1424977)
    * fix uninitialised output parameter of svn_fs_commit_txn() (r1461743)

  - Bindings:
    * fix JavaHL thread-safety bug (r1476359)

(obache)

2013-06-29 08:24:53 UTC MAIN commitmail json YAML

add support for more ways of writing to arm SPSR, as needed by
netbsd/arm32 ports since about 6 or so months ago.

bump pkg version.

ok agc.

(mrg)

2013-06-29 08:00:23 UTC MAIN commitmail json YAML

Updated subversion16 to 1.6.23.

(obache)

2013-06-29 07:57:37 UTC MAIN commitmail json YAML

Update subversion16 to 1.6.23.

This release addresses three security issues:
    CVE-2013-1968: fsfs repository corruption caused by newline characters in filenames
    CVE-2013-2088: contrib hook-scripts can allow arbitrary code execution
    CVE-2013-2112: svnserve remotely triggerable DoS.

(obache)

2013-06-28 20:32:26 UTC MAIN commitmail json YAML

+ automake-1.14, glpk-4.51, lsh-2.1, stella-3.9.

(wiz)

2013-06-28 19:31:16 UTC MAIN commitmail json YAML

Updated emulators/qemu to 1.4.2nb1

(tsutsui)

2013-06-28 19:30:29 UTC MAIN commitmail json YAML

Fix a hangup problem under load of multiple disk xfers on NetBSD hosts.
- fix a "fallback implementation of counting semaphores with mutex+condvar":
http://git.qemu.org/?p=qemu.git;a=commit;h=c166cb72f1676855816340666c3b618beef4b
976
  - waiting threads are not restarted properly if more than one threads
    are waiting unblock signals in qemu_sem_timedwait()
  - possible missing pthread_cond_signal(3) calls when waiting threads
    are returned by ETIMEDOUT
- fix an uninitialized variable
Discussed with and patch is provieded by soda@.

XXX: configure should check if the target system has sem_timedwait(3)
    to switch this fallback implementation since sem_timedwait(3) has
    been added in NetBSD -current:
    http://mail-index.NetBSD.org/source-changes/2012/03/08/msg032625.html
    http://mail-index.NetBSD.org/source-changes/2012/03/08/msg032626.html

Bump PKGREVISION.

(tsutsui)

2013-06-28 15:04:38 UTC MAIN commitmail json YAML

Updated archivers/dar to 2.4.10

(ryoon)

2013-06-28 15:03:55 UTC MAIN commitmail json YAML

Update to 2.4.10

Changelog:

from 2.4.9 to to 2.4.10
- fixing libdar about dar_manager database corruption that occurred when
  deleting the first archive of a base containing a plain file only
  existing in that first archive.
- Added code to cleanup databases instead of aborting and reporting
  that previously described type of database corruption.
- Added feature when comparing archive with filesystem in order to report
  the offset of the first difference found in a file. This was necessary to
  help solving the following bug:
- fixed bug in sparse file detection mechanism that could lead in some very
  particular (and rare) situations to the loss of one byte from file being
  saved. In that case testing the archive reported a CRC error for that
  file. So if you keep testing achives in your backup process and have not
  detect any problem, you can then keep relying on your old backups. This
  bug also expressed when merging archives: dar aborted and reported that a
  merged file had a different CRC than the one stored in the archive of
  reference.

from 2.4.8 to 2.4.9
- fixed bug: during differential backup dar saved unchanged hard linked inode
  when a hard link on that inode was out of the -R root directory. This also
  has the effect to always save files with long names on NTFS filesystems (!)
- Adapted patch provided by Kevin Wormington (new messages displayed)
- Fixed syntax error in configure script about execinfo detection
- Removed unused AM_ICONV macro from configure script
- fixed bug met under Cygwin when auxiliary test command failed to link when
  libgcrypt was not available.
- updated mini-howto by Grzegorz Adam Hankiewicz
- updating French message translations
- restricted security warning for plain files and hard linked plain files
- fixed display bug in dar_cp when manipulating files larger than 2 GB
- fixed SEGFAULT met when adding to a dar_manager database an archive which
  base name is an empty string
- improved error message, reporting the -B included file in which a syntax error
  has been met
- modified dar_manager database to consider both ctime and mtime as timestamp
  value for data of saved files. This suppresses the warning about badly ordered
  archives in database when at some files have been restores from a old
  backup.

from 2.4.7 to 2.4.8
- documentation fixes and updates
- improved database listing efficiency
- reduced memory usage of the caching layer in libdar
- fixed self reported bug caused by memory allocation failure
- fixed a SIGSEGV caused by double free in dar_xform when syntax error is
  met on command-line
- dar_xform was not able to properly transform archive generated by dar older
  than release 2.4.0
- fixed bug that lead dar be unable to remove a directory at restoration time
- replaced old remaining "bcopy" occurrence by a call to memcpy
- fixed compilation warning under ArchLinux
- fixed crash met while creating a backup with on-fly isolation
- fixed libdar behavior when reading a strongly corrupted encrypted archive

from 2.4.6 to 2.4.7
- fixing memory allocation bug in crc class, that lead glibc aborting dar
- reviewed code and replaced some remaining occurences of bzero/bcopy by
  their recommended replacement version
- fixed compilation problem under Solaris
- fixed bug that could lead a file to be wrongly reported as different from the
  one on filesystem, when that file has been changed while it was saved, then
  saved a second time but has its size modified since the first time it was
  saved.

from 2.4.5 to 2.4.6
- fixed bug met while interrupting compressed archive creation, the resulting
  archive was only readable in --sequential-read mode
- fixed bug met while reading an interrupted archive in sequential reading
  mode. It lead dar to not release some objects from memory at the end of
  the operation, which displayed an ugly error message from libdar selfcheck
  routine.
- fixed message reporting unknown system group when converting gid to name
  (was reporting unknow "user" instead of unknown "group")
- removing the $Id:$ macro from file as we moved from CVS to GIT
- updating package to distribute Patrick Nagel's scripts and documentation
- updated URL pointing to Patrick Nagel's web site
- updating documentation describing how to get source code from GIT (no more
  from CVS)
- fixed typo in configure.ac
- added info on how to build a brand-new dar tarball from source in GIT
- modifies the end of messages shown by -h option to point to man page for
  more _options_ rather than _details_
- replaced &minus; in the HTML generated documentation by a standard ASCII dash
- fixed alignement bug in CRC calculation that lead libdar based application to
  crash on sparc-based systems.

from 2.4.4 to 2.4.5
- updated sample scripts to be compatible with dar's --min-digit option
- added missing included file to be able to compile with gcc-4.7.0
- removing an unused variable in filtre.cpp
- fixed a display bug when comparing archive with filesystem, leading to a
  segmentation fault (%S in place of %i in mask)
- fixed bug leading dar to not restore some directories from differential
  backups when they are absent in the filesystem
- fixed bug that show a "uncaught exception" message at the end of archive
  listing for dar shared binaries only, compiled in infinint mode, under
  ArchLinux
- updated the configure script to link with libexecinfo when available
- added possibility to disable the use of execinfo in libdar thanks to the
  new --disable-execinfo option for the ./configure script
- added Andreas Wolff patch to fix bug under Cygwin (segfault on program
  termination).

from 2.4.3 to 2.4.4
- fixed man pages in the NAME section: added whatis entry
- fixed segfault: in the internal error reporting code (delete[] in place of
  free())
- fixed bug: dar_manager was not able to read properly the latest generated
  databases version when having Extended Attributes recorded for some files
- avoided reporting unreleased memory block when compilation optimization
  have been used (dar, dar_manager, dar_cp, dar_slave, dar_xform do all
  reported unreleased memory when gcc optimization was used in "infinint" mode)

from 2.4.2 to 2.4.3
- fixed absurd compilation warning about possibly uninitialized variable
- added -ai switch to dar_manager to disable warning about improper file order
  in database.
- fixed bug met while changing order of archives in a dar_manager database
- avoiding concurrent use of -p and -Q options, error message shown in that
  situation.
- modified slice overwriting detection code to use a single atomic system call
  to create a new slice
- replaced delete by delete[] for conversion routine of user/group to uid/gid
- added the possibility to disable speed optimization for large directories
- added memory troubleshooting option --enable-debug-memory
- simplified class CRC implementation
- fixed failed memory release upon exception thrown in class deci
- modified tlv, tlv_list classes and ea_filesystem routines to not require
  any corresponding temporary objects in libdar (saves a few new/delete calls)
- fixed silent bug in tlv class: due to the absence of copy constructor and
  destructor, some memory was not released and referred after the corresponding
  object's destruction
- modified generic_file class to avoid temporary crc objects
- fixed bug in header class that lead unreleased field (this class lacked a
  destructor), memory impact was however little: 10 bytes per slice
- fixing bug in class tlv: unreleased memory
- added protection code in class deci to properly release memory against
  exception thrown from called routines when user interrupts the operation.
- replace previous internal stack report code by backtrace()/backtrace_symbols()
- complete change of the implementation of the 'special-alloc' feature:
  the old code eat too much memory not to be adapted to new features added
  in release 2.4.0. This new implementation also bring some speed improvement

from 2.4.1 to 2.4.2
- fixing bug met when reading an archive in sequential-read mode
- fixing bug while filtering in sequential-read mode
- fixing backward compatibility in dar_manager with old archives (wrong dates
  for deleted files).
- fixing compilation problem on certain systems (missing #include statement)
- fixing documentation syntax and spelling

(ryoon)

2013-06-28 10:58:50 UTC MAIN commitmail json YAML

Add back openjdk7/UnlimitedJCEPolicyJDK7.zip to distinfo, plus add note about sun-jre-jce to Makefile

(abs)

2013-06-28 10:02:56 UTC MAIN commitmail json YAML

+ calibre-0.9.36, ed-1.9, firefox-22.0, gaupol-0.23, genius-1.0.17,
  hiawatha-9.2, liferea-1.8.15, milter-manager-1.8.8,
  modular-xorg-server-1.14.2, puzzles-9882, rails-4.0, sakura-3.1.0,
  transmission-2.80, worker-3.0.0.

(wiz)

2013-06-28 10:00:37 UTC MAIN commitmail json YAML

+ vlc-2.0.7 xml-security-c-1.7.2

(obache)

2013-06-28 08:57:27 UTC MAIN commitmail json YAML

+LICENSE=        gnu-gpl-v2 OR gnu-lgpl-v2.1 OR mpl-1.1

(rodent)

2013-06-28 08:39:21 UTC MAIN commitmail json YAML

BUILDLINK_PKGSRCDIR must be defined before using pkg-build-options.

(obache)

2013-06-28 08:37:32 UTC MAIN commitmail json YAML

Update to ispell-sk (old ispell-slovak) was completed. Bump ispell-ga to
4.6.

(rodent)

2013-06-28 08:35:50 UTC MAIN commitmail json YAML

Updated textproc/aspell-ga to 4.6.0

(rodent)

2013-06-28 08:35:30 UTC MAIN commitmail json YAML

Updated to latest release, 4.6.0. MASTER_SITES changed, but other than that
nothing else relative to pkgsrc. There are hundred of additions in
doc/ChangeLog. Most have to do with adding more words and cleanup/fixes.

(rodent)

2013-06-28 08:31:33 UTC MAIN commitmail json YAML

Updated textproc/ispell-sk to 0.3.2

(rodent)

2013-06-28 08:30:20 UTC MAIN commitmail json YAML

Updated to latest release, 0.3.2. ${SORT} and ${CAT} are no longer used
by package. Updated patch to reflect changes in source file.

>From CHANGELOG:

0.3.2  * zdpo (en): small words update, improved "make clean"
        * verkarsky (sk): integration od 3 letters Slovak words

        * zdpo (sk): drobn� aktualiz當ie, vylepï½¹en� pr�kaz "make clean"
        * verkarsky (sk): integr當ia 3-p�smenkov�ch slovensk�ch v�razov
          do slovn�ka

2005.09.06
0.3.1  * fred: remove install.sh

        * zdpo: words words words

2005.09.01
0.3.0  * zdpo: Licence change/extension to GPL(v2), LGPL (v2.1) and MPL (1.1).
        Details can be found at http://www.opensource.org/licenses/.

        * zdpo (sk): Rozケ�renie licencie na GPL(v2), LGPL (v2.1) a MPL (1.1).
        Anglick� znenie licenci� nç–”dete na
        http://www.opensource.org/licenses/. Preklady GPL a LGPL nç–”dete
        na www.gnu.sk a www.gnu.cz

(rodent)

2013-06-27 16:42:57 UTC MAIN commitmail json YAML

Note update of Ruby 1.8.7 patchlevel 374 and Ruby 1.9.3-p448.

lang/ruby18-base 1.8.7.374
lang/ruby18 1.8.7.374
lang/ruby193-base 1.9.3p448
databases/ruby-gdbm 1.9.3p448
devel/ruby-curses 1.9.3p448
devel/ruby-fiddle 1.9.3p448
devel/ruby-readline 1.9.3p448
x11/ruby-tk 1.9.3p448
lang/ruby193 1.9.3p448
lang/ruby 1.9.3p448
devel/ruby-mode 1.9.3p448

(taca)

2013-06-27 16:37:16 UTC MAIN commitmail json YAML

2013-06-27 16:35:44 UTC MAIN commitmail json YAML

Update ruby193-base to 1.9.3p448 (Ruby 1.9.3-p448).

Now Ruby 1.9.3-p448 is released.
This release includes a security fix about bundled OpenSSL:

* Hostname check bypassing vulnerability in SSL client (CVE-2013-4073)
  http://www.ruby-lang.org/en/news/2013/06/27/hostname-check-bypassing-vulnerability-in-openssl-client-cve-2013-4073/

And some bugfixes are also included.

Please refer ChangeLog for full changes.

(taca)

2013-06-27 16:33:57 UTC MAIN commitmail json YAML

Update ruby18-base to 1.8.7.374 (Ruby 1.8.7 patchleel 374).
Quote from release announce:

Good day to release a ruby, no?

That's definitely one of the reason why I do this now, but there are
others. One thing is to backport fixes for CVE-2013-1821, which was disclosed
earlier.  The other is to fix CVE-2013-4073, whose details are available soon
I believe.  People still using 1.8.7 should consider upgrading because the
fixes are for security.

ChangeLog.

Thu Jun 27 20:55:23 2013  URABE Shyouhei  <shyouhei@ruby-lang.org>

* test/openssl/test_ssl.rb: Oops, sorry!

Thu Jun 27 20:21:18 2013  URABE Shyouhei  <shyouhei@ruby-lang.org>

* ext/openssl/lib/openssl/ssl-internal.rb (OpenSSL::SSL#verify_certificate_identity):
  fix hostname verification. Patch by nahi.

* test/openssl/test_ssl.rb (OpenSSL#test_verify_certificate_identity):
  test for above.

Sat May 18 23:34:50 2013  Kouhei Sutou  <kou@cozmixng.org>

* lib/rexml/document.rb: move entity_expansion_text_limit accessor to ...
* lib/rexml/rexml.rb: ... here to make rexml/text independent from
  REXML::Document. It causes circular require.
* lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):
  deprecated.
* lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit=):
  deprecated.
* lib/rexml/text.rb: add missing require "rexml/rexml" for
  REXML.entity_expansion_text_limit.
  Reported by Robert Ulejczyk. Thanks!!! [ruby-core:52895] [Bug #7961]

Sat May 18 23:34:50 2013  Aaron Patterson <aaron@tenderlovemaking.com>

* lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):
  new attribute to read/write entity expansion text limit.  the default
  limit is 10Kb.

* lib/rexml/text.rb (REXML::Text.unnormalize): check above attribute.

(taca)

2013-06-27 16:32:03 UTC MAIN commitmail json YAML

Start update of Ruby 1.8.7 patchlevel 374 and Ruby 1.9.3-p448.

(taca)

2013-06-27 16:18:49 UTC MAIN commitmail json YAML

Note www/contao31 package to 3.1.1 and remove previous wrong entry of 3.1.1nb1.

(taca)

2013-06-27 16:17:55 UTC MAIN commitmail json YAML

Update contao31 to 3.1.1.

Albanian language files are added and Spanish language files are re-added.

Version 3.1.1 (2013-06-25)
--------------------------

### Fixed
Append the query string when forwarding (see #5867).

### Fixed
Decouple the file/page picker breadcrumb from the file/page manager (see #5899).

### Fixed
Also show the mandatory star in password confirmation fields (see #5926).

### Fixed
Only return one IP address in `Environment::get('ip')` (see #5830).

### Fixed
Explicitly check for `.php` files when scanning DCA files (see #5898).

### Fixed
Replaced all dummy `.htaccess` files with `.gitignore` files.

### Fixed
Quote wildcard characters in MySQL `LIKE` queries (see #5896).

### Fixed
Correctly align the version drop-down menu in Safari (see #5854).

### Fixed
Make sure `window.$` is mapped to MooTools (see #5892).

### Fixed
Do not add sort buttons to table row headers (see #5845).

### Fixed
Show the newsletter channels upon registration (see #5874).

### Updated
Updated ACE to version 1.1.01 (fixes #5852).

### Fixed
Correctly handle hidden pages in the custom navigation module (see #5832).

### Fixed
Support FAQs with images on the FAQ page (see #5810).

### Fixed
Support using commas in folder names in the file selector (see #5823).

### Fixed
Ignore the `auto_item` parameter when forwarding internally (see #5886).

### Fixed
Added support for old IE versions to swipe.js (see #5862).

### Fixed
Correctly bypass the cache if `bypassCache` is set (see #5872).

### Fixed
Preserve the CSS3PIE behavior file path when combining style sheets (see #5848).

### Fixed
Support all known template types in the autoload creator (see #5857).

### Fixed
Correctly adjust the accordion elements to the new DB structure (see #5820).

### Fixed
Added `E_USER_DEPRECATED` to the list of error constants (see #5839).

(taca)

2013-06-27 16:12:38 UTC MAIN commitmail json YAML

Note update of www/contao30 package to 3.0.6nb1 and www/contao31 package to
3.1.1nb1.

(taca)

2013-06-27 16:11:54 UTC MAIN commitmail json YAML

* Bump PKGREVISION by updating README and contao.conf.

(taca)

2013-06-27 16:11:20 UTC MAIN commitmail json YAML

* Bump PKGREVISION by updating README and contao.conf.
* Remove unused commented out lines.

(taca)

2013-06-27 16:10:18 UTC MAIN commitmail json YAML

Since Contao 3.0 and later support Apache configuration without
access_compat_module, catch up example configuration file, too.

(taca)

2013-06-27 16:08:30 UTC MAIN commitmail json YAML

Tweak description to Contao 3.0 and later.

(taca)

2013-06-27 15:52:52 UTC MAIN commitmail json YAML

2013-06-27 15:52:19 UTC MAIN commitmail json YAML

Not MAKE_JOBS_SAFE.

(joerg)

2013-06-27 15:51:49 UTC MAIN commitmail json YAML

2013-06-27 15:49:43 UTC MAIN commitmail json YAML

2013-06-27 15:49:07 UTC MAIN commitmail json YAML

2013-06-27 15:48:42 UTC MAIN commitmail json YAML

2013-06-27 15:48:29 UTC MAIN commitmail json YAML

* Make contao211 to use own FILESDIR.
* A small clean up to common/Makefile.common.

No functional change.

(taca)

2013-06-27 15:48:11 UTC MAIN commitmail json YAML

Make enum public in local fltk copy that is used outside derived
classes. Remove size hints for array arguments that end up being
negative. Dereference pointer before calling member. Fix complex usage.
Add dependency on qt4-tools to make cmake happy.

(joerg)

2013-06-27 15:16:01 UTC MAIN commitmail json YAML

Correct dates in comment.  No functional change.

(taca)

2013-06-27 14:22:00 UTC MAIN commitmail json YAML

Updated misc/fbreader to 0.99.4

(ryoon)

2013-06-27 14:21:09 UTC MAIN commitmail json YAML

Update to 0.99.4

* Add missing dependencies.
* Libtoolized.

Changelog:
===== 0.99.4 (November 30, 2012) =====

* Bulgarian hyphenation patterns, converted by Kaloyan Raev
* Network catalogs: fixed Cyryllic names rendering
* Showing suggestions in search field
* Fixed bug with duplicates series items in LitRes catalog
* Fixed different network bugs in Network Library

(ryoon)

2013-06-27 14:09:35 UTC MAIN commitmail json YAML

Make qemu-1.4.2 build on NetBSD/arm 6.1

NetBSD/i386 6.1 on QEMU on NetBSD/hpcarm 6.1 on W-ZERO3 somewhat works.

(tsutsui)

2013-06-27 10:56:22 UTC MAIN commitmail json YAML

Restore two patch checksums. hi joerg.

(wiz)

2013-06-27 08:04:57 UTC MAIN commitmail json YAML

Fix PLIST file, unbreak build

(morr)

2013-06-27 01:41:36 UTC MAIN commitmail json YAML

Updated net/libzrtpcpp to 2.3.3

(rodent)

2013-06-27 01:40:45 UTC MAIN commitmail json YAML

Updated to latest release. No functional differences in pkgsrc files. From
ChangeLog:
2.3.3:

- fallback to gcrypt if no openssl elliptical support

(rodent)

2013-06-27 01:39:38 UTC MAIN commitmail json YAML

Updated net/ccrtp to 2.0.6

(rodent)

2013-06-27 01:39:09 UTC MAIN commitmail json YAML

Updated to latest release. No functional differences in pkgsrc files. From
ChangeLog:

2013-06-03  Tristan Matth

        Uninitialized control message and rtcp messages.

(rodent)

2013-06-27 01:37:48 UTC MAIN commitmail json YAML

Updated devel/ucommon to 6.0.5

(rodent)

2013-06-27 01:36:25 UTC MAIN commitmail json YAML

Updated to latest release. Add options.mk file to allow the user to select
the static and tests options. PLIST is handled accordingly for the static
option, which switches between static and dynamically linked libraries.
Handle buildlink3.mk appropriately for static build. Comment patch.

>From ChangeLog:

from ucommon 6.0.4 to 6.0.5
- additional constructors to pass pre-allocated memory

from ucommon 6.0.3 to 6.0.4
- fix for address list comparison issue

(rodent)

2013-06-26 22:06:17 UTC MAIN commitmail json YAML

Don't pick up the wrong gedit version.

(joerg)

2013-06-26 21:59:10 UTC MAIN commitmail json YAML

2013-06-26 21:25:59 UTC MAIN commitmail json YAML

2013-06-26 21:25:02 UTC MAIN commitmail json YAML

2013-06-26 21:24:23 UTC MAIN commitmail json YAML

2013-06-26 21:23:52 UTC MAIN commitmail json YAML

2013-06-26 21:22:42 UTC MAIN commitmail json YAML

Don't break cmath if it doesn't undefine macros first.
Don't wrap system C++ headers with extern "C" {}.

(joerg)

2013-06-26 21:21:26 UTC MAIN commitmail json YAML

2013-06-26 21:19:08 UTC MAIN commitmail json YAML

2013-06-26 21:18:21 UTC MAIN commitmail json YAML

2013-06-26 21:17:45 UTC MAIN commitmail json YAML

2013-06-26 20:14:05 UTC MAIN commitmail json YAML

2013-06-26 15:52:22 UTC MAIN commitmail json YAML

2013-06-26 15:50:30 UTC MAIN commitmail json YAML

Require tex magic. Bump revision.

(joerg)

2013-06-26 15:49:31 UTC MAIN commitmail json YAML

2013-06-26 14:26:47 UTC MAIN commitmail json YAML

Don't use multiple RCS IDs, it confuses the +BUILD_VERSION logic.

(joerg)

2013-06-26 14:16:44 UTC MAIN commitmail json YAML

2013-06-26 12:54:36 UTC MAIN commitmail json YAML

Updated lang/openjdk7 to 1.7.21nb3

(ryoon)

2013-06-26 12:52:35 UTC MAIN commitmail json YAML

Bump PKGREVISION.

* Fix build on DragonFly 3.4.1 and 3.5-DEVELOPMENT.
  Use newer bootstrap binary for DragonFly.
* DragonFly 3.5 switches to FreeBSD style math.h.
  Add conditional.

I have no idea about build on very recent DragonFly 3.5.

(ryoon)

2013-06-26 12:40:19 UTC MAIN commitmail json YAML

Updated net/httping to 2.3.3

(ryoon)

2013-06-26 12:39:24 UTC MAIN commitmail json YAML

2013-06-26 12:09:26 UTC MAIN commitmail json YAML

Set LICENSE, update HOMEPAGE, and remove commented-out MASTER_SITES.

(ryoon)

2013-06-26 12:06:37 UTC MAIN commitmail json YAML

Add avl-2.0.3 with comment.

(ryoon)

2013-06-26 11:53:02 UTC MAIN commitmail json YAML

2013-06-26 11:51:50 UTC MAIN commitmail json YAML

Make DTrace a default option on OSX.

(jperkin)

2013-06-26 11:34:27 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 22.0

(ryoon)

2013-06-26 11:33:32 UTC MAIN commitmail json YAML

2013-06-26 11:32:51 UTC MAIN commitmail json YAML

Updated www/firefox to 22.0

(ryoon)

2013-06-26 11:32:12 UTC MAIN commitmail json YAML

Update to 22.0

* On NetBSD WebRTC support is disabled, because libxul.so has some errors
  in link stage. WebRTC support should be tested on non-NetBSD platforms.
* It seems that OSS sound support is not working properly on NetBSD.

Changelog:
    NEW
    WebRTC is now enabled by default!
    NEW
    Windows: Firefox now follows display scaling options to render text larger on high-res displays
    NEW
    Mac OS X: Download progress in Dock application icon
    NEW
    HTML5 audio/video playback rate can now be changed
    NEW
    Social services management implemented in Add-ons Manager
    NEW
    asm.js optimizations (OdinMonkey) enabled for major performance improvements
    CHANGED
    Improved WebGL rendering performance through asynchronous canvas updates
    CHANGED
    Plain text files displayed within Firefox will now word-wrap
    CHANGED
    For user security, the |Components| object is no longer accessible from web content
    CHANGED
    Pointer Lock API can now be used outside of fullscreen
    DEVELOPER
    CSS3 Flexbox implemented and enabled by default
    DEVELOPER
    New Web Notifications API implemented
    DEVELOPER
    Added clipboardData API for JavaScript access to a user's clipboard
    DEVELOPER
    New built-in font inspector
    HTML5
    New HTML5 <data> and <time> elements
    FIXED
    Various security fixes
    FIXED
    Scrolling using some high-resolution-scroll aware touchpads feels slow (829952)

Fixed in Firefox 22
MFSA 2013-62 Inaccessible updater can lead to local privilege escalation
MFSA 2013-61 Homograph domain spoofing in .com, .net and .name
MFSA 2013-60 getUserMedia permission dialog incorrectly displays location
MFSA 2013-59 XrayWrappers can be bypassed to run user defined methods in a privileged context
MFSA 2013-58 X-Frame-Options ignored when using server push with multi-part responses
MFSA 2013-57 Sandbox restrictions not applied to nested frame elements
MFSA 2013-56 PreserveWrapper has inconsistent behavior
MFSA 2013-55 SVG filters can lead to information disclosure
MFSA 2013-54 Data in the body of XHR HEAD requests leads to CSRF attacks
MFSA 2013-53 Execution of unmapped memory through onreadystatechange event
MFSA 2013-52 Arbitrary code execution within Profiler
MFSA 2013-51 Privileged content access and execution via XBL
MFSA 2013-50 Memory corruption found using Address Sanitizer
MFSA 2013-49 Miscellaneous memory safety hazards (rv:22.0 / rv:17.0.7)

(ryoon)

2013-06-26 11:30:45 UTC MAIN commitmail json YAML

Updated x11/mlterm to 3.2.0nb6

(tsutsui)

2013-06-26 11:29:47 UTC MAIN commitmail json YAML

Pull one more post-3.2.0 fix from upstream (leaf package bug fixes):
https://bitbucket.org/arakiken/mlterm/commits/c8814173cb051b32ce1d1b440b4033bd0
bba567d#chg-xwindow/fb/x_display.c
> fb/x_display.c: get_ps2_kcode() is added to convert usb keycode
> to ps2 keycode for iBus on NetBSD/OpenBSD framebuffer.

This makes ibus inputmethod usable with USB keyboard on mlterm-fb.

Bump PKGREVISION.

(tsutsui)

2013-06-25 19:34:16 UTC MAIN commitmail json YAML

Dependency doesn't support Python 3.x, so remove it here too.

(joerg)

2013-06-25 13:35:17 UTC MAIN commitmail json YAML

Updated www/py-flask-login to 0.2.3.
Updated www/py-flask-frozen to 0.11.

(kleink)

2013-06-25 13:32:32 UTC MAIN commitmail json YAML

Update www/py-flask-frozen to 0.11.

Version 0.11
~~~~~~~~~~~~

Released on 2013-06-13.

* Add Python 3.3 support (requires Flask >= 0.10 and Werkzeug >= 0.9)
* Drop Python 2.5 support
* Fix `#30 <https://github.com/SimonSapin/Frozen-Flask/issues/30>`_:
  :func:`relative_url_for` with a query string or URL fragment.

(kleink)

2013-06-25 13:29:33 UTC MAIN commitmail json YAML

Update www/py-flask-login to 0.2.3.

No changelog provided; several bug fixes, including compatibility with
Werkzeug-0.9 and Flask-0.10.

(kleink)

2013-06-25 10:06:34 UTC MAIN commitmail json YAML