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

2024-05-13 19:35:22 UTC Now

2012-03-21 18:02:21 UTC MAIN commitmail json YAML

Install ${PKG_SYSCONFDIR}/modules and ${PKG_SYSCONFDIR}/sites-enabled.
Both of these directories are referred to by the default radiusd.conf
and so should be provided to allow radiusd to run after installation.

(brook)

2012-03-21 17:45:33 UTC MAIN commitmail json YAML

2012-03-21 17:42:48 UTC MAIN commitmail json YAML

+libgxps,evince3

(drochner)

2012-03-21 17:40:20 UTC MAIN commitmail json YAML

2012-03-21 17:38:39 UTC MAIN commitmail json YAML

2012-03-21 17:08:46 UTC MAIN commitmail json YAML

Revbump for PLIST change due to BUILD_F77=YES.

(hans)

2012-03-21 17:05:58 UTC MAIN commitmail json YAML

Avoid invalid conversion from const char * to char * when building this
against lesstif with gcc46.

(hans)

2012-03-21 16:48:18 UTC MAIN commitmail json YAML

Create the empty directory share/examples/freeradius/sites-enabled.  The
default radiusd.conf file refers to this by trying to include files from
there.  As a result, the example configuration is incomplete without this.

(brook)

2012-03-21 16:37:15 UTC MAIN commitmail json YAML

2012-03-21 16:25:47 UTC MAIN commitmail json YAML

Tell location of TCLSH and WISH to configure script.
PR 46112.

(obache)

2012-03-21 15:48:41 UTC MAIN commitmail json YAML

Switch default Ruby's version to 1.9.3.

(taca)

2012-03-21 15:48:00 UTC MAIN commitmail json YAML

Add missing comma in comment.

(wiz)

2012-03-21 15:47:33 UTC MAIN commitmail json YAML

Oops, this is one more file to be commited.

Overhaul buildlink3 processing of Ruby.

* Don't buildlink in ruby/rubyversion.mk any more but define
  RUBY_USE_PTHREAD (use of pthread).
* In ruby/buildlink3.mk, buildlink via mk/pthread.buildlink3.mk as to
  RUBY_USE_PTHREAD.
* Also the same logic in ruby/Makefile.common.
* Buildlink of bdb, libiconv, zlib, openssl in each ruby*-base/Makefile.

(taca)

2012-03-21 15:45:47 UTC MAIN commitmail json YAML

Note update of these ruby pacakges:

devel/hoe 3.0.0
graphics/ruby-gnuplot 2.4.1
mail/ruby-mime-types 1.18
misc/ruby-bundler 1.1.2
sysutils/ruby-facter 1.6.6

(taca)

2012-03-21 15:45:00 UTC MAIN commitmail json YAML

Update ruby-facer to 1.6.6.

1.6.6
===
e046144 Updated CHANGELOG for 1.6.6rc2
c273d34 Make ec2 facts work on CentOS again (#12666)
c218d84 (#12362) Use Tempfile to generate temp files
f6bbe14 (#12170) Adds gem spec description Without this patch, the gem spec file is missing a description attribute, which caus
5c5c330 Changes apple rake task to reflect package name facter instead of puppet.
9b5cb26 Updating conf/redhat/facter.spec for 1.6.5 release.
7d3889d (#12079) Fix order-dependent test failure due to odd stubbing.
7f2a0e2 add a simple test for openstack ec2 facts
cb598aa Support EC2 facts on OpenStack

(taca)

2012-03-21 15:44:25 UTC MAIN commitmail json YAML

Update ruby-bundler package to 1.1.2.

## 1.1.2 (March 20, 2012)

Bugfixes:

  - Fix --deployment for multiple PATH sections of the same source (#1782)

(taca)

2012-03-21 15:43:52 UTC MAIN commitmail json YAML

Update ruby-mime-types to 1.18.

== MIME::Types 1.18 / 2012-03-20
* New MIME Types:
  * Types reported in Issue #6
    (https://github.com/halostatue/mime-types/issues/6):
    * CoffeeScript (text/x-coffeescript; .coffee; 8bit).
    * AIR
      (application/vnd.adobe.air-applicationinstaller-package+zip, .air;
      base64).
    * WOFF (application/font-woff; .woff; base64).
    * TrueType (application/x-font-truetype; .ttf; base64).
    * OpenType (application/x-font-opentype; .otf; base64).
  * WebM (audio/webm, video/webm; .webm). Issue #11
    (https://github.com/halostatue/mime-types/issues/11).
* New extensions:
  * f4v/f4p (video/mp4, used by Adobe); f4a/fb4 (audio/mp4, used by Adobe).
* Bug Fixes:
  * It was pointed out that Licence.txt was incorrectly named. Fixed by
    renaming to Licence.rdoc (from Issue/Pull Request #8,
    https://github.com/halostatue/mime-types/issues/8).
  * It was pointed out that a plan to have the test output generated
    automatically never went through. Issue #10
    (https://github.com/halostatue/mime-types/issues/10)

(taca)

2012-03-21 15:42:24 UTC MAIN commitmail json YAML

Update ruby-gnuplot to 2.4.1.

2.4.1
* Quote escape more strings. Thanks for the tip!

2.4.0
* Allow for 3D plots, fix examples. Thanks everybody!

(taca)

2012-03-21 15:41:18 UTC MAIN commitmail json YAML

Update hoe to 3.0.0.

=== 3.0.0 / 2012-03-20

* 3 major enhancements:

  * Added activate_plugin_deps phase to plugin loading.
  * Removed long deprecated Hoe.new { block }.
  * Removed long deprecated handling of improper dependencies.

* 3 minor enhancements:

  * Added deprecation warnings to Hoe#url and Hoe#url=. Already deprecated
    for 9 mo.
  * Reworked all the plugins to use activate_XXX_deps, as necessary.
  * Switched internal usage of #url to #urls.

* 2 bug fixes:

  * Fixed failures in the publish_docs task when remote directory times cannot
    be changed (such as on rubyforge).
  * Fixed isolate setup for the racc plugin

(taca)

2012-03-21 15:40:13 UTC MAIN commitmail json YAML

Overhaul buildlink3 processing of Ruby.

* Don't buildlink in ruby/rubyversion.mk any more but define
  RUBY_USE_PTHREAD (use of pthread).
* In ruby/buildlink3.mk, buildlink via mk/pthread.buildlink3.mk as to
  RUBY_USE_PTHREAD.
* Also the same logic in ruby/Makefile.common.
* Buildlink of bdb, libiconv, zlib, openssl in each ruby*-base/Makefile.

(taca)

2012-03-21 15:33:29 UTC MAIN commitmail json YAML

Set TCLSH here, same as PERL5 in lang/perl5/buildlink3.mk.

(obache)

2012-03-21 15:32:28 UTC MAIN commitmail json YAML

Set WISH here, same as PERL5 in lang/perl5/buildlink3.mk.

(obache)

2012-03-21 14:43:32 UTC MAIN commitmail json YAML

Re-enable F77 build. This was accidentally lost in 2005 with r1.21.

(hans)

2012-03-21 14:36:58 UTC MAIN commitmail json YAML

Updated graphics/py-actdiag to 0.3.2

(obache)

2012-03-21 14:36:47 UTC MAIN commitmail json YAML

Update py-actdiag to 0.3.2.
while here, install man page.

        0.3.2 (2012-03-15)
        ------------------
        * Fix bugs

        0.3.1 (2012-02-15)
        ------------------
        * Add autolane plugin
        * Update to new package structure (blockdiag >= 1.1.2)

(obache)

2012-03-21 14:32:27 UTC MAIN commitmail json YAML

Updated graphics/py-seqdiag to 0.7.3

(obache)

2012-03-21 14:32:13 UTC MAIN commitmail json YAML

Update py-seqdiag to 0.7.3.
while here, install man page.

        0.7.3 (2012-03-16)
        ------------------
        * Allow to insert separators in subedge-group
        * Fix bugs

        0.7.2 (2011-12-12)
        ------------------
        * Fix bugs

(obache)

2012-03-21 14:25:45 UTC MAIN commitmail json YAML

Updated graphics/py-blockdiag to 1.1.4

(obache)

2012-03-21 14:25:33 UTC MAIN commitmail json YAML

Update py-blockdiag to 1.1.4.

        1.1.4 (2012-03-15)
        ------------------
        * Add new edge.hstyles: oneone, onemany, manyone, manymany
        * Add edge attribute: description (for build description-tables)
        * Fix bugs

        1.1.3 (2012-02-13)
        ------------------
        * Add new edge type for data-models (thanks to David Lang)
        * Add --no-transparency option
        * Fix bugs

(obache)

2012-03-21 13:56:59 UTC MAIN commitmail json YAML

2012-03-21 13:49:51 UTC MAIN commitmail json YAML

Add suse121* packags.

(obache)

2012-03-21 13:47:18 UTC MAIN commitmail json YAML

2012-03-21 13:46:26 UTC MAIN commitmail json YAML

note 12.1 for SUSE_PREFER

(obache)

2012-03-21 13:44:59 UTC MAIN commitmail json YAML

Add suse121 support.

(obache)

2012-03-21 13:44:08 UTC MAIN commitmail json YAML

Import suse-12.1 as meta-pkgs/suse121.

The openSUSE 12.1 meta-package provides a number of components for a
openSUSE-based Linux binary emulation environment.

This package does not contain anything by itself -- it is a "meta-package"
that depends on other packages.  Its sole purpose is to require
dependencies so users can install this package only and have all the
other packages pulled in automatically by the pkgsrc dependency
mechanism.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:41:10 UTC MAIN commitmail json YAML

Import suse_x11-12.1 as emulators/suse121_x11.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require X11 shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:41:02 UTC MAIN commitmail json YAML

Import suse_slang-12.1 as emulators/suse121_slang.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require S-Lang shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:40:53 UTC MAIN commitmail json YAML

Import suse_qt4-12.1 as emulators/suse121_qt4.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require QT4 shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:40:40 UTC MAIN commitmail json YAML

Import suse_openssl-12.1 as emulators/suse121_openssl.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require OpenSSL shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:40:25 UTC MAIN commitmail json YAML

Import suse_openmotif-12.1 as emulators/suse121_openmotif.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require OpenMotif shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:40:16 UTC MAIN commitmail json YAML

Import suse_locale-12.1 as emulators/suse121_locale.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package contains the glibc2 locale files.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:40:06 UTC MAIN commitmail json YAML

Import suse121_* common parts into emulators/suse121_linux.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:38:49 UTC MAIN commitmail json YAML

Import suse_libxml2-12.1 as emulators/suse121_libxml2.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require libxml2 shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:38:40 UTC MAIN commitmail json YAML

Import suse_libtiff-12.1 as emulators/suse121_libtiff.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require TIFF shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:38:32 UTC MAIN commitmail json YAML

Import suse_libsigc++2-12.1 as emulators/suse121_libsigc++2.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require libsigc++2 shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:38:22 UTC MAIN commitmail json YAML

Import suse_libpng-12.1 as emulators/suse121_libpng.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require PNG shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:38:03 UTC MAIN commitmail json YAML

Import suse_libjpeg-12.1 as emulators/suse121_libjpeg.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require JPEG shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:37:54 UTC MAIN commitmail json YAML

Import suse_libdrm-12.1 as emulators/suse121_libdrm.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require libdrm (for X acceleration).

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:37:46 UTC MAIN commitmail json YAML

Import suse_libcurl-12.1 as emulators/suse121_libcurl.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require cURL shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:37:36 UTC MAIN commitmail json YAML

Import suse_libcups-12.1 as emulators/suse121_libcups.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require CUPS shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:37:21 UTC MAIN commitmail json YAML

Import suse_krb5-12.1 as emulators/suse121_krb5.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require kerberos shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:37:08 UTC MAIN commitmail json YAML

Import suse_gtk2-12.1 as emulators/suse121_gtk2.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require GTK+-2.x shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:36:48 UTC MAIN commitmail json YAML

Import suse_glx-12.1 as emulators/suse121_glx.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require OpenGL/Mesa shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:36:34 UTC MAIN commitmail json YAML

Import suse_freetype2-12.1 as emulators/suse121_freetype2.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require freetype2 shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:36:25 UTC MAIN commitmail json YAML

Import suse_fontconfig-12.1 as emulators/suse121_fontconfig.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require fontconfig shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:36:14 UTC MAIN commitmail json YAML

Import suse_expat-12.1 as emulators/suse121_expat.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require expat shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:36:05 UTC MAIN commitmail json YAML

Import suse_compat-12.1 as emulators/suse121_compat.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package contains some old shared libraries required by older
Linux binaries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:35:50 UTC MAIN commitmail json YAML

2012-03-21 13:35:33 UTC MAIN commitmail json YAML

Import suse_aspell-12.1 as emulators/suse121_aspell.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require aspell shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:35:24 UTC MAIN commitmail json YAML

Import suse_alsa-12.1 as emulators/suse121_alsa.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require alsa shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:35:10 UTC MAIN commitmail json YAML

Import suse32_x11-12.1 as emulators/suse121_32_x11.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require X11 shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:34:59 UTC MAIN commitmail json YAML

Import suse32_slang-12.1 as emulators/suse121_32_slang.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require S-Lang shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:34:44 UTC MAIN commitmail json YAML

Import suse32_qt4-12.1 as emulators/suse121_32_qt4.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require QT4 shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:33:31 UTC MAIN commitmail json YAML

Import suse32_openssl-12.1 as emulators/suse121_32_openssl.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require OpenSSL shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:33:21 UTC MAIN commitmail json YAML

Import suse32_openmotif-12.1 as emulators/suse121_32_openmotif.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require OpenMotif shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:33:11 UTC MAIN commitmail json YAML

Import suse32_locale-12.1 as emulators/suse121_32_locale.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package contains the glibc2 locale files.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:32:39 UTC MAIN commitmail json YAML

Import suse32_libxml2-12.1 as emulators/suse121_32_libxml2.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require libxml2 shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:32:26 UTC MAIN commitmail json YAML

Import suse32_libtiff-12.1 as emulators/suse121_32_libtiff.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require TIFF shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:32:09 UTC MAIN commitmail json YAML

Import suse32_libsigc++2-12.1 as emulators/suse121_32_libsigc++2.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require libsigc++2 shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:31:50 UTC MAIN commitmail json YAML

Import suse32_libpng-12.1 as emulators/suse121_32_libpng.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require PNG shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:31:36 UTC MAIN commitmail json YAML

Import Portable Hardware Locality (hwloc) version 1.4 as parallel/hwloc.

The Portable Hardware Locality (hwloc) software package provides
a portable abstraction (across OS, versions, architectures, ...)
of the hierarchical topology of modern architectures, including
NUMA memory nodes, sockets, shared caches, cores and
simultaneous multithreading. It also gathers various system
attributes such as cache and memory information as well as the
locality of I/O devices such as network interfaces, InfiniBand
HCAs or GPUs. It primarily aims at helping applications with
gathering information about modern computing hardware so as to
exploit it accordingly and efficiently.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(asau)

2012-03-21 13:31:34 UTC MAIN commitmail json YAML

Import suse32_libjpeg-12.1 as emulators/suse121_32_libjpeg.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require JPEG shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:31:20 UTC MAIN commitmail json YAML

Import suse32_libdrm-12.1 as emulators/suse121_32_libdrm.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require libdrm (for X acceleration).

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:31:01 UTC MAIN commitmail json YAML

Import suse32_libcurl-12.1 as emulators/suse121_32_libcurl.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require cURL shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:30:46 UTC MAIN commitmail json YAML

Import suse32_libcups-12.1 as emulators/suse121_32_libcups.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require CUPS shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:30:35 UTC MAIN commitmail json YAML

Import suse32_krb5-12.1 as emulators/suse121_32_krb5.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require kerberos shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:30:25 UTC MAIN commitmail json YAML

Import suse32_gtk2-12.1 as emulators/suse121_32_gtk2.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require GTK+-2.x shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:30:11 UTC MAIN commitmail json YAML

Import suse32_glx-12.1 as emulators/suse121_32_glx.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require OpenGL/Mesa shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:29:59 UTC MAIN commitmail json YAML

Import suse32_freetype2-12.1 as emulators/suse121_32_freetype2.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require freetype2 shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:29:40 UTC MAIN commitmail json YAML

Import suse32_fontconfig-12.1 as emulators/suse121_32_fontconfig.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require fontconfig shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:29:21 UTC MAIN commitmail json YAML

Import suse32_expat-12.1 as emulators/suse121_32_expat.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require expat shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:29:07 UTC MAIN commitmail json YAML

Import suse32_compat-12.1 as emulators/suse121_32_compat.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package contains some old shared libraries required by older
Linux binaries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:28:53 UTC MAIN commitmail json YAML

Import suse32_base-12.1 as emulators/suse121_32_base.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
don't require X11 shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:27:25 UTC MAIN commitmail json YAML

Import suse32_aspell-12.1 as emulators/suse121_32_aspell.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require aspell shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 13:26:27 UTC MAIN commitmail json YAML

Import suse32_alsa-12.1 as emulators/suse121_32_alsa.

Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require alsa shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-03-21 12:26:35 UTC MAIN commitmail json YAML

update to 2.4.32
changes:
-bugfixes
-removed the uuencode/uudecode tools to avoid conflicts

(drochner)

2012-03-21 12:21:56 UTC MAIN commitmail json YAML

update to 3.2.4
changes:
-bugfixes
-translation updates

(drochner)

2012-03-21 12:18:33 UTC MAIN commitmail json YAML

2012-03-21 11:01:51 UTC MAIN commitmail json YAML

update to 2.0.1
changes:
-Support for MxPEG files
-UI improvements, speedup
-bugfixes
-2 security fixes:
-Heap overflows in Real RTPS protocol (CVE-2012-1776)
-Stack overflow in MMS protocol (CVE-2012-1775)

(drochner)

2012-03-21 10:40:25 UTC MAIN commitmail json YAML

-make libxul.so link against libkvm on NetBSD because it contains
references to its functions
(patch-xulrunner_app_Makefile.in is probably unnecessary now, didn't
  test)
-propagate dependency on nspr -- at least the .pc file refers to it
bump PKGREV

(drochner)

2012-03-21 10:37:54 UTC MAIN commitmail json YAML

Remove correct file, firefox10.
Fix "make package" on DragonFly/i386 3.0.1.

(ryoon)

2012-03-21 10:07:44 UTC MAIN commitmail json YAML

Updated audio/jack-rack to 1.4.7nb15

(wiz)

2012-03-21 10:07:36 UTC MAIN commitmail json YAML

2012-03-21 10:04:21 UTC MAIN commitmail json YAML

Updated textproc/liblrdf to 0.5.0

(wiz)

2012-03-21 10:04:11 UTC MAIN commitmail json YAML

2012-03-21 08:13:28 UTC MAIN commitmail json YAML

Make flickcurl use raptor2 instead of raptor.
Bump PKGREVISION of the only dependency.

(wiz)

2012-03-21 07:39:44 UTC MAIN commitmail json YAML

raptor and raptor2 packages conflict with due to bin/rapper and its
man page.

(wiz)

2012-03-20 23:38:26 UTC MAIN commitmail json YAML

Split version into sane and excessive parts.

Upstream's version is 0.6.0.X, where X appears to be a large integer
in decimal that corresponds to a git sha1 has.  Such large numbers
violate the assumption, true with just about every previous package,
that version number components will fit in an int --- code that
handles version numbers does not use a multiprecision integer library
like gmp.  To address this, split the version into what would have
been the version under normal procedures (0.6.0), and put the bignum
into ${VERSION_EXCESSIVE}, allowing it be used in DISTNAME but not
PKGNAME.

(gdt)

2012-03-20 22:00:12 UTC MAIN commitmail json YAML

Fix build failure on SunOS

(cheusov)

2012-03-20 21:08:23 UTC MAIN commitmail json YAML

Use the full path to pkgsrc version of perl. This may unbreak the package in some setups

(cheusov)

2012-03-20 21:02:09 UTC MAIN commitmail json YAML

Updated databases/sqlite3 to 3.7.11

(adam)

2012-03-20 21:00:47 UTC MAIN commitmail json YAML

Changes 3.7.11:
* Enhance the INSERT syntax to allow multiple rows to be inserted via
  the VALUES clause.
* Enhance the CREATE VIRTUAL TABLE command to support the IF NOT EXISTS clause.
* Added the sqlite3_stricmp() interface as a counterpart to sqlite3_strnicmp().
* Added the sqlite3_db_readonly() interface.
* Added the SQLITE_FCNTL_PRAGMA file control, giving VFS implementations
  the ability to add new PRAGMA statements or to override built-in PRAGMAs.
* Queries of the form: "SELECT max(x), y FROM table" returns the value of y on
  the same row that contains the maximum x value.
* Added support for the FTS4 languageid option.
* Documented support for the FTS4 content option. This feature has actually
  been in the code since version 3.7.9 but is only now considered to be
  officially supported.
* Pending statements no longer block ROLLBACK. Instead, the pending statement
  will return SQLITE_ABORT upon next access after the ROLLBACK.
* Improvements to the handling of CSV inputs in the command-line shell
* Fix a bug introduced in version 3.7.10 that might cause a LEFT JOIN to be
  incorrectly converted into an INNER JOIN if the WHERE clause indexable terms
  connected by OR.

(adam)

2012-03-20 20:22:35 UTC MAIN commitmail json YAML

Oops, forgot the CHANGES entry for xproto yesterday.

(bsiegert)

2012-03-20 20:16:25 UTC MAIN commitmail json YAML

Updated graphics/optipng to 0.7.1

(adam)

2012-03-20 19:55:20 UTC MAIN commitmail json YAML

Changes 0.7.1:
* Fixed a regression in the reduction of palette-encoded grayscale
  images. This regression was introduced in version 0.7.

(adam)

2012-03-20 17:26:19 UTC MAIN commitmail json YAML

Make sure that the gcc used for building g95 knows which ld/as/objdump
to use on SunOS (same as in lang/gcc46). Add PLIST.SunOS.

(hans)

2012-03-20 17:10:56 UTC MAIN commitmail json YAML

Put a note on Torque, I have somewhat functional package.

(asau)

2012-03-20 17:09:18 UTC MAIN commitmail json YAML

Note VirtualBox package in pkgsrc-wip.

(asau)

2012-03-20 17:08:08 UTC MAIN commitmail json YAML

Updated parallel/sge to 8.0.0.4

(asau)

2012-03-20 17:07:43 UTC MAIN commitmail json YAML

Update to the Son of Grid Engine 8.0.0d
The Son of Grid Engine is a community project to continue Sun Grid Engine.

Notable changes in Son of Grid Engine
-------------------------------------

Version 8.0.0d
--------------

* Bug fixes

  * Man and fixes
  * Fix building with older gcc versions
  * Provide load average in qstat XML output [#446, #454]
  * Partially back out Univa change which broke classic spooling
  * Fix -terse in sge_request [#777]

* Other changes (possibly-incompatible)

  * Message fixes

Version 8.0.0c
--------------

* Bug fixes

  * Man and other documentation fixes
  * Build/installation fixes (particularly for Red Hat 6 and Linux 3)
  * Fix group ids for submitted jobs [U]
  * Fix default value of boolean with JSV [U]
  * Windows fixes for helper crashes and Vista GUI jobs [U]
  * Ensure parallel jobs are dispatched to the least loaded host [U]
  * Correct ownership of qsub -pty output file; was owned by admin user [U]
  * Fix format of Windows loadcheck.exe output [U]
  * Read from stderr even if stdout is already closed in IJS [U]
  * Fix PDC_INTERVAL=NEVER execd parameter [U]
  * Fix accounting information for Windows GUI jobs [U]
  * Increase default MAX_DYN_EC qmaster param [U]
  * Fix qsub -sync y error message and enforce MAX_DYN_EC correctly [U]
  * Fix job validation (-w e) behaviour [#716] [U]
  * Fix qrsh input redirection [U]
  * Avoid warning when submitting a qrsh job [U]
  * Print start time in qstat -j -xml output [U]
  * Don't raise an error changing resource request on waiting job [#806]
  * Don't exit 0 on error with qconf -secl or -sep
  * Include string.h in drmaa.h [#712]
  * Fix process-scheduler-log with host aliases

* Enhancements

  * Base qmake and qtcsh on the current gmake and tcsh source [#289,
    #504, #832]
  * Support "-binding linear" and "-binding linear:slots"
  * Use the hwloc library for all topology information and core
    binding, supporting more operating systems (now: AIX, Darwin,
    FreeBSD, GNU/Linux, HPUX, MS Windows, OSF/1, Solaris), and more
    hardware types (specifically AMD Magny Cours and similar)
  * Add task number to execd "exceeds job ... limit"

* Other changes (possibly-incompatible)

  * Modify default paths in build files and elsewhere [U]
  * Assorted message fixes
  * In RPMs, move qsched to qmaster package, and separate drmaa4ruby
  * Default to newijs in load_sge_config.sh
  * Default to sh, not csh for configured shell

Version 8.0.0b
--------------

* Bug fixes

  * Build/installation fixes [including #424, #1349] [(U)]
  * Fix execd init script [#1348]
  * Man and other documentation fixes [including #614, #764] [(U)]
  * Fix contents of admin mail properly [#1307, #1345]
  * Fix qalter messages for -tc
  * Fix build with -DSGE_PQS_API
  * Fix group ids for submitted jobs [U]

* Enhancements

  * Update qsched and add man page

* Other changes (possibly-incompatible)

  * Avoid the use of /bin/ksh [#1306]
  * Change installation defaults to classic spooling, not adding
    shadow hosts, and not JMX. [(U)]

Version 8.0.0a
--------------

This is roughly a superset of Univa's 8.0.0 (the V800_TAG from
https://github.com/gridengine/gridengine), with thanks for that.

Changes made there which haven't been included in this version:  PLPA
source not removed; some different build/installation defaults
(e.g. for JMX); Univa/UGE "branding" (partly because trademark status
is unknown); authuser not removed (for SDM and testing use),

* Bug fixes

  * Many man and other documentation fixes [including #790, #776,
    #769, #733, #610, #587, #581, #459, #456, #439, #255, #1288, #797,
    #1271, #773] [(U)]
  * Some program message fixes [(U)]
  * Various build and installation fixes [including #761, #709, #656,
    #616, #546, #536, #521, #491, #438, #414, #411, #383, #381, #138,
    #455, #344, #438, #1311, #1272, #1273] [(U)]
  * Ask for keystore password twice on installation
  * Fix qmaster crashes with tightly integrated parallel jobs or
    un-discoverable qinstance [#789] [U]
  * Report 0 cores and sockets on unsupported Solaris hosts [U]
  * Fix malloc hooks which caused crashes, particularly with SuSE 11
    [#792, #748, #749] [U]
  * Verify the pe task start user in execd in non-CSP mode [U]
  * Fix binding parameters parsing [U]
  * Fix JSV logging with multiple users submitting jobs on same submit
    host [U]
  * Fix unresponsive qmaster when modifying the global configuration
    in a huge cluster [U]
  * Speed up finishing tightly integrated jobs [U]
  * Check consistency of JSV binding information properly [U]
  * Fix broken project spooling, which caused loss of project when
    restarting master when using core binding [U]
  * Fix slotwise preemption failure to unsuspend one job per host [#775] [U]
  * Fix problems retrieving passwd and group information with large
    responses [#1295] [(U)]
  * Fix JSV changing default of boolean [U]
  * Fix ENABLE_RESCHEDULE_SLAVE=1 [U]
  * Allow comma in CMDNAME with Perl JSV scripts [#803]
  * Don't put queue into error state when supplementary group id
    cannot be set [#185] [U]
  * Don't convert LF to CRLF with qrsh -pty [U]
  * Fix qconf segfault on bad subordination string [U]
  * Fix group ids of submitted jobs [U]
  * Disallow -masterq with serial jobs [#155] [U]
  * Fix 100% CPU use by shepherd of qsh [U]
  * Removed unnecessary binding warning on job starts [U]
  * Fix qconf error reports when tmp directory has 755 permissions [U]
  * Fix suspending of remote process on qrsh -pty yes <cmd> on Solaris [U]
  * Fix starting jobs after global host changed [U]
  * Reject invalid load_formula value [U]
  * Fix handling of implicitly-requested exclusive resources [U]
  * Fix execd vmem reporting on 64-bit Linux [U]
  * Fix startup of execd on Windows Vista [U]
  * Set xterm's path more appropriately on GNU/Linux [#557]
  * Fix generation of admin email from failed jobs [#1307]
  * Fix some ill-formed output from qstat -xml [#314]
  * Fix handling of multi-line environment variables propagated to
    shepherd [#395]
  * Fix example MPI PE templates
  * Fix bad quoting in JSV sh library
  * Fix checking of consumables for parallel jobs across multiple hosts [U]

* Enhancements

  * Additional and clarified documentation
  * PAM modules for ssh tight integration and access control for
    interactive jobs
  * Initial core binding support for Solaris/SPARC64 [U]
  * Some efficiency improvements and memory leaks fixed [U]
  * Ports to S/390 and PARISC GNU/Linux [U]
  * New complex m_thread [U]
  * Show topology by default in qhost [U]
  * qsub -pty switch [#704] [U]
  * Improved qmon graphics [#530] [(U)]
  * Include bash in default shell list [U]
  * A JSV that rejects all jobs [U]
  * Files for Scali-MPI
  * Ruby DRMAA implementation
  * Enable easy building against shared system libraries and use
    system openssl and bdb binaries
  * New scripts: "qsched" reports resource reservations; "status"
    wraps qstat; enable/disable submission; node-selection (idle etc.)
  * Restart argument for daemon init scripts
  * Improved efficiency of shell JSV if used with bash
  * Core dumps from crashing daemons enabled under Linux [U]
  * Example host_aliases file [#154]
  * Spec file for RPM packaging [#820]

* Other changes (possibly-incompatible)

  * Show core binding by default in qstat, qhost (use -ncb for
    compatibility) [U]
  * Removed Berkeley DB RPC support (recently dropped by BDB) [U]
  * Changed position in pending job list for user-rescheduled jobs
    (exit99, qmod -rj) and OLD_RESCHEDULE_BEHAVIOR,
    OLD_RESCHEDULE_BEHAVIOR_ARRAY_JOB parameters [U]
  * Unified GNU/Linux arch strings (lx-*, from lx24-* and lx26-*) [U]
  * Default to enabling core binding on GNU/Linux [U]
  * Removed Sun service tags support [U]
  * Removed obsolete SunHPCT5 files

(asau)

2012-03-20 16:34:32 UTC MAIN commitmail json YAML

If OPSYS is NetBSD and there is no PAM header in /usr/include, include
pam.buildlink3.mk. This is wrong and a hack, but it gets the package
building again in my test environment. Someone please revert this and
do it right.

Currently there seems to be logic for enabling PAM in the build or not
on various platforms depending on whether native PAM appears to exist.
This is higly bogus; the package should be cleaned up so it either
depends on PAM or doesn't, regardless of platform, or preferably makes
it a build option.

XXX.

(dholland)

2012-03-20 16:27:40 UTC MAIN commitmail json YAML

Add missing PAM buildlink

(dholland)

2012-03-20 16:26:48 UTC MAIN commitmail json YAML

Add missing PAM buildlink.

(dholland)

2012-03-20 16:25:51 UTC MAIN commitmail json YAML

Add missing PAM buildlink, and tell configure script where to find it.
Otherwise only builds with native PAM.

(dholland)

2012-03-20 15:31:14 UTC MAIN commitmail json YAML

2012-03-20 15:18:05 UTC MAIN commitmail json YAML

Don't use paths in wip. HI MARKD

(dholland)

2012-03-20 14:54:32 UTC MAIN commitmail json YAML

Added parallel/slurm version 2.4.0pre4

(asau)

2012-03-20 14:53:22 UTC MAIN commitmail json YAML

2012-03-20 14:52:16 UTC MAIN commitmail json YAML

Import SLURM 2.4.0pre4 as parallel/slurm

SLURM is an open-source resource manager designed for Linux
clusters of all sizes. It provides three key functions. First it
allocates exclusive and/or non-exclusive access to resources
(computer nodes) to users for some duration of time so they can
perform work. Second, it provides a framework for starting,
executing, and monitoring work (typically a parallel job) on a
set of allocated nodes. Finally, it arbitrates contention for
resources by managing a queue of pending work.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(asau)

2012-03-20 14:51:28 UTC MAIN commitmail json YAML

Note update of www/ruby-jekyll package to 0.11.2nb1.

(taca)

2012-03-20 14:50:53 UTC MAIN commitmail json YAML

A little strict dependency.

Bump PKGREVISION.

(taca)

2012-03-20 14:28:27 UTC MAIN commitmail json YAML

Note remove zope, zope3 and related pacakges.

(taca)

2012-03-20 14:27:27 UTC MAIN commitmail json YAML

Remove zope3, Zope 3.3.1.

Zope 3.3.1 is EOL and the package itself isn't maintained for long time.

Since newer Plone and Zope introduce their own install framework, it is
difficult to support it in pkgsrc unless someone create some framework.

(taca)

2012-03-20 14:27:24 UTC pkgsrc-2011Q4 commitmail json YAML

2012-03-20 14:26:26 UTC pkgsrc-2011Q4 commitmail json YAML

Pullup ticket #3704 - requested by gdt
net/quagga: security update

Revisions pulled up:
- net/quagga/Makefile                                          1.39
- net/quagga/distinfo                                          1.13

---
  Module Name: pkgsrc
  Committed By: gdt
  Date: Sun Mar 18 01:14:07 UTC 2012

  Modified Files:
  pkgsrc/net/quagga: Makefile distinfo

  Log Message:
  Update to 0.99.20.1, a security bugfix release.

  Multiple security bugfixes, including one for a BGP DOS.

(tron)

2012-03-20 14:25:29 UTC MAIN commitmail json YAML

2012-03-20 14:24:24 UTC MAIN commitmail json YAML

Remove zope29, Zope 2.9.12.

Zope 2.9.12 is EOL and the package itself isn't maintained for long time.

Since newer Plone and Zope introduce their own install framework, it is
difficult to support it in pkgsrc unless someone create some framework.

(taca)

2012-03-20 14:23:31 UTC MAIN commitmail json YAML

Remove zope210, Zope 2.10.13.

Zope 2.10.13 is EOL and the package itself isn't maintained for long time.

Since newer Plone and Zope introduce their own install framework, it is
difficult to support it in pkgsrc unless someone create some framework.

(taca)

2012-03-20 14:22:26 UTC MAIN commitmail json YAML

Remove zope211, Zope 2.11.8.

Zope 2.11.8 is EOL and the package itself isn't maintained for long time.

Since newer Plone and Zope introduce their own install framework, it is
difficult to support it in pkgsrc unless someone create some framework.

(taca)

2012-03-20 14:20:48 UTC MAIN commitmail json YAML

Remove zope-jamailhost pacakge.

Since newer Plone and Zope introduce their own install framework, it is
difficult to support it in pkgsrc unless someone create some framework.

(taca)

2012-03-20 14:20:08 UTC MAIN commitmail json YAML

Remove zope-ejsplitter package.

Since newer Plone and Zope introduce their own install framework, it is
difficult to support it in pkgsrc unless someone create some framework.

(taca)

2012-03-20 14:19:15 UTC MAIN commitmail json YAML

If gcc is used, set CCOM=gcc in MAKE_ENV to let the schily makefiles
know. Fixes build with gcc on SunOS and possibly other platforms.

(hans)

2012-03-20 14:18:56 UTC MAIN commitmail json YAML

Remove entries for zope packages:

zope
zope-ejsplitter
zope-jamailhost
zope210
zope211
zope29
zope3

(taca)

2012-03-20 14:17:07 UTC MAIN commitmail json YAML

Remove support files for Plone.

(taca)

2012-03-20 14:16:32 UTC MAIN commitmail json YAML

Note remove of plone25 and plone3 packages.

(taca)

2012-03-20 14:15:57 UTC MAIN commitmail json YAML

Remove an entry for plone.

(taca)

2012-03-20 14:15:06 UTC MAIN commitmail json YAML

Remove plone25, Plone 2.5.5

Plone 2.5.5 is EOL and the package itself isn't maintained for long time.

Since newer Plone and Zope introduce their own install framework, it is
difficult to support it in pkgsrc unless someone create some framework.
.

(taca)

2012-03-20 14:14:16 UTC MAIN commitmail json YAML

Remove an entry of plone25.

(taca)

2012-03-20 14:13:14 UTC MAIN commitmail json YAML

Remove plone3, Plone 3.1.7.

Plone 3.1.7 is EOL and the package itself isn't maintained for long time.

Since newer Plone and Zope introduce their own install framework, it is
difficult to support it in pkgsrc unless someone create some framework.

(taca)

2012-03-20 14:09:11 UTC MAIN commitmail json YAML

Remove an entry of plone3.

(taca)

2012-03-20 14:06:41 UTC MAIN commitmail json YAML

Note update of www/termtter package to 1.10.3.

(taca)

2012-03-20 14:06:03 UTC MAIN commitmail json YAML

Update termtter to 1.10.3.

Exact changes are unknown.

(taca)

2012-03-20 14:03:50 UTC MAIN commitmail json YAML

Update ruby-tweetstream to 1.1.4.

Version 1.1.4
=============

* Added Client#connect to start streaming inside an EM reactor (pelle)
* Added shutdown_stream to cleanly stop the stream (lud)
* Loosened multi_json dependency for Rails 3.2 compatibiltiy

Version 1.1.3
=============

* Added on_reconnect callback method

Version 1.1.2
=============

* Added support for statuses/links
* Client now checks that specified json_parser can be loaded during initialization

Version 1.1.1
=============

* Fix for 1.8.6 compatibility

Version 1.1.0
=============

* OAuth authentication
* User Stream support
* Removed swappable JSON backend support for MultiJson
* Added epoll and kqueue EventMachine support
* Added on___interval and on_inited callbacks

(taca)

2012-03-20 14:01:16 UTC MAIN commitmail json YAML

Note update of www/ruby-compass package to 0.12.1.

(taca)

2012-03-20 14:00:28 UTC MAIN commitmail json YAML

Update ruby-compass to 0.12.1.

Changes are too many to write here, please refer CHANGELOG:
http://compass-style.org/CHANGELOG/

(taca)

2012-03-20 13:54:34 UTC MAIN commitmail json YAML

Note update of www/ruby-innate package to 2012.03 and
www/ramaze package to 2012.03.07.

(taca)

2012-03-20 13:53:35 UTC MAIN commitmail json YAML

Update ramaze to 2012.03.07.

[aa5d48f | Mon Mar 05 19:08:01 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Updated the list of authors and the changelog.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[8040c21 | Mon Mar 05 19:04:17 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Ramaze is now licensed under the MIT license.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[b1e5d5c | Fri Mar 02 15:21:37 UTC 2012] John Pagonis <john@pagonis.org>

  * Explains how to reuse the existing middlewares stack with own middleware.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[556597f | Fri Mar 02 12:41:53 UTC 2012] John Pagonis <john@pagonis.org>

  * Added a reference to the popular default Innate helpers to ramaze, to stop us wasting time looking for them.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[df6bd77 | Fri Mar 02 11:01:37 UTC 2012] Yorick Peterse <yorick@isset.nl>

  * Added a general Git workflow link.

    As suggested by @pagojo I've added a link to a guide that describes the various
    steps of contributing to Github projects.

    Issue: #33

    Signed-off-by: Yorick Peterse <yorick@isset.nl>

[5ecdb93 | Thu Mar 01 19:05:56 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Woops, YARD can't resolve to Ramaze.start.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[3f6168a | Thu Mar 01 18:58:17 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Expanded the sessions guide.

    It now includes a list of the available drivers (copied from the caching guide)
    as well as some instructions on how to change the adapter to use for session
    data.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[7d5f8a0 | Thu Mar 01 18:48:42 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Describe how to write/test documentation.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[d8a3cc4 | Thu Mar 01 13:46:44 UTC 2012] Yorick Peterse <yorick@isset.nl>

  * Small formatting changes for the middlewares guide

    See #33

    Signed-off-by: Yorick Peterse <yorick@isset.nl>

[346a202 | Thu Mar 01 13:45:02 UTC 2012] Yorick Peterse <yorick@isset.nl>

  * Removed trailing whitespace.

    See #33 for more information.

    Signed-off-by: Yorick Peterse <yorick@isset.nl>

[e125277 | Thu Mar 01 12:17:21 UTC 2012] John Pagonis <john@pagonis.org>

  * Clarified the middlewares documentation a bit.

    Signed-off-by: Yorick Peterse <yorick@isset.nl>

[5e9f80d | Wed Feb 29 20:12:54 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Updated the list of authors.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[cd11c7f | Mon Feb 20 20:45:12 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Fixed the formatting of the User helper docs.

    See #32 for more information.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[e9225b4 | Fri Feb 17 13:31:21 UTC 2012] John Pagonis <john@pagonis.org>

  * Corrected the user_login documentation.

    Signed-off-by: Yorick Peterse <yorick@isset.nl>

[846a4b3 | Thu Feb 16 19:22:14 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Improved the docs for the User helper a bit.

    See #30 for more information.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[2475a04 | Sat Feb 04 13:04:04 UTC 2012] Michael Fellinger <m.fellinger@gmail.com>

  * update travis config

[4cfea2b | Wed Jan 25 14:35:19 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Re-generate CSRF tokens for valid requests.

    Re-generating the CSRF tokens on each valid request fixes the annoying issue of
    the tokens *always* expiring after 15 minutes. This is very annoying if you're
    trying to edit some content and all of a sudden you're unable to submit a form
    as the token has expired.

    See #27 for more information.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[2e98ff1 | Wed Jan 25 14:29:20 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Removed a few more useless comments.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[5cdc51c | Wed Jan 25 14:28:44 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * No need to brush my ego that much.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[b24669f | Wed Jan 25 14:26:27 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Removed some useless code.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[e435ceb | Wed Jan 25 14:10:21 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Use Ramaze.setup for the view adapters.

    Using Ramaze.setup() for installing and loading the gems required for various
    view adapters should make it easier for developers to get started as they no
    longer have to deal with errors related to certain Gems not being installed.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[17c909e | Wed Jan 25 14:03:37 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Added a few specifications for Slim.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[969a02c | Wed Jan 25 13:42:20 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Docs for the Slim engine and cleaned it up a bit.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[023d6cd | Wed Jan 25 13:35:36 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Removed a tab.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[37f0f73 | Thu Jan 19 05:52:52 UTC 2012] Marc Weber <marco-oweber@gmx.de>

  * adding support for slim template engine

    thanks to yorickpeterse, manveru

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[561d528 | Tue Jan 17 18:23:19 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Fixed a small statement bug in the blog example.

    This bug would cause an exception to be raised whenever a user would try to log
    in with invalid details. Thanks to MarcWeber for reporting the issue.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[e8b3786 | Tue Jan 17 17:14:52 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * No need to boost my ego that much.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[b33c13c | Tue Jan 17 17:04:10 UTC 2012] Michael Fellinger <m.fellinger@gmail.com>

  * fix some wikore bugs

[fb84aea | Wed Dec 28 17:29:21 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Release 2011.12.28

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[4553e0b | Wed Dec 28 05:13:22 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Wrap Rack::File so we can continue to use Rack::Cascade

[f52f010 | Wed Dec 28 03:07:49 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * avoid shadow warning in controller

[c64833c | Wed Dec 28 02:58:55 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * fix shadowed variables in Thread#into

[4c66220 | Sat Dec 24 12:32:17 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Update rvmrc to 1.9.3 and new convention

[de1a871 | Sat Dec 24 12:33:11 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Don't specify the exact amount of lines.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[3b17e67 | Sat Dec 24 12:24:29 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Set Ramaze.options.roots in the intro tutorial.

    Without this Ramaze won't be able to properly locate your root directories and
    thus will fail to load views, layouts, etc.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[88c5a38 | Wed Nov 09 18:26:11 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Use request.ip/request.host instead of request.env

    Using request.env['REMOTE_ADDR'] and request.env['REMOTE_HOST'] can break on
    certain environments (e.g. Heroku). Thanks to @stas for reporting the issue.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[51c8d43 | Sun Oct 23 18:11:57 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Minor style changes to the Flash documentation.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

(taca)

2012-03-20 13:52:43 UTC MAIN commitmail json YAML

Update ruby-innate to 2012.03.

[f133be7 | Wed Mar 07 18:27:47 UTC 2012] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2012.03

[cab2aef | Wed Mar 07 18:27:21 UTC 2012] Michael Fellinger <m.fellinger@gmail.com>

  * update dependency to rack 1.4.1

[e474964 | Thu Mar 01 19:22:58 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Fixed various YARD formatting issues.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[d82fd1e | Sun Feb 26 13:22:09 UTC 2012] Michael Fellinger <m.fellinger@gmail.com>

  * Enable the render helper to render views without corresponding method if needs_method is enabled

[918974e | Sun Feb 26 12:45:50 UTC 2012] Michael Fellinger <m.fellinger@gmail.com>

  * Fix initialize of Rack::Cascade on 1.4.1

[0e298de | Wed Dec 28 17:57:58 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Here comes a better Innate::Cache::register, now with less warnings and more speed

[d8a1da4 | Wed Dec 28 05:06:07 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2011.12

[13f9372 | Wed Dec 28 04:54:29 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * less obfuscation ftw

[10cf300 | Wed Dec 28 04:54:09 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * minor cleanup around specs

[7f61483 | Wed Dec 28 04:53:40 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Update to Rack 1.4.0

[575e900 | Thu Dec 08 17:05:04 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Update travis config

[037f35a | Sun Nov 06 12:18:30 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Revert "AOP calls can now be stacked."

    This reverts commit 3ceb18dae7b774ab9b21cba6538b217ba35d5e21.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[3ceb18d | Sun Nov 06 11:30:51 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * AOP calls can now be stacked.

    This means that calling methods such as before_all() or before() multiple times
    in the same controller will no longer in these calls overwriting previously
    defined ones. A short example of this is the following:

        class Posts
          Innate.node('/posts')
          helper :aspect

          NUMBERS = []

          before_all do
            NUMBERS << 10
          end

          before_all do
            NUMBERS << 20
          end

          def index
            return NUMBERS
          end
        end

    Visiting /posts would result in "[10, 20]" being displayed in the browser.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

(taca)

2012-03-20 13:50:43 UTC MAIN commitmail json YAML

Note update of textproc/ruby-libxml package to 2.3.2.

(taca)

2012-03-20 13:50:09 UTC MAIN commitmail json YAML

Update ruby-libxml to 2.3.2.

= Release History

== 2.3.2 / 2012-03-20 Charlie Savage

* Define various canonicalize constants to support libxml2 versions
  older than 1.1.25 (thanks Apple!)

== 2.3.1 / 2012-03-20 Charlie Savage

* Yanked - didn't fix the OSX canonicalize issue

(taca)

2012-03-20 13:46:57 UTC MAIN commitmail json YAML

Note update of textproc/ruby-libxml package to 2.3.0.

(taca)

2012-03-20 13:45:32 UTC MAIN commitmail json YAML

Update ruby-libxml to 2.3.0.

= Release History

== 2.3.0 / 2012-02-22 Ryan Johnson

* Add ability to insert new PI-nodes into the xmltree (Axel Struebing).

* Added full pass-through access to libxml2 xmlC14NDocDumpMemory method via
  LibXML::XML::Document#canonicalize method with optional arguments.

* Added full test data for C14N based off of W3C spec.
  (http://www.w3.org/TR/xml-c14n#Examples)

* Update sax handler to support encodings on Ruby 1.9 and higher.

(taca)

2012-03-20 13:43:13 UTC MAIN commitmail json YAML

Note update of devel/ruby-rspec-rails package to 2.9.0.

(taca)

2012-03-20 13:42:34 UTC MAIN commitmail json YAML

Update ruby-rspec-rails to 2.9.0.

Remove restriction for version of Ruby on Rails.

### 2.9.0 / 2012-03-17
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.8.1...v2.9.0)

Enhancments
* add description method to RouteToMatcher (John Wulff)
* Run "db:test:clone_structure" instead of "db:test:prepare" if Active Record's
  schema format is ":sql". (Andrey Voronkov)

Bug fixes
* mock_model(XXX).as_null_object.unknown_method returns self again
* Generated view specs use different IDs for each attribute.

(taca)

2012-03-20 13:41:06 UTC MAIN commitmail json YAML

Note update of ruy-rspec related packages:

devel/ruby-rspec-core 2.9.0
devel/ruby-rspec-expectations 2.9.0
devel/ruby-rspec-mocks 2.9.0
devel/ruby-rspec 2.9.0

(taca)

2012-03-20 13:39:18 UTC MAIN commitmail json YAML

Update ruby-rspec to 2.9.0.

This is meta gem for ruby-rspec-{core,expectations,mock}.

(taca)

2012-03-20 13:38:14 UTC MAIN commitmail json YAML

Update ruby-rspec-mocks to 2.9.0.

### 2.9.0 / 2012-03-17
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.8.0...v2.9.0)

Enhancements

* Support order constraints across objects (preethiramdev)

Bug fixes

* Allow a `as_null_object` to be passed to `with`
* Pass proc to block passed to stub (Aubrey Rhodes)
* Initialize child message expectation args to match any args (#109 -
  preethiramdev)

(taca)

2012-03-20 13:37:28 UTC MAIN commitmail json YAML

Update ruby-rspec-expectations to 2.9.0.

### 2.9.0 / 2012-03-17
[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.8.0...v2.9.0)

Enhancements

* Move built-in matcher classes to RSpec::Matchers::BuiltIn to reduce pollution
  of RSpec::Matchers (which is included in every example).
* Autoload files with matcher classes to improve load time.

Bug fixes

* Align respond_to? and method_missing in DSL-defined matchers.
* Clear out user-defined instance variables between invocations of DSL-defined
  matchers.
* Dup the instance of a DSL generated matcher so its state is not changed by
  subsequent invocations.
* Treat expected args consistently across positive and negative expectations
  (thanks to Ralf Kistner for the heads up)

(taca)

2012-03-20 13:36:31 UTC MAIN commitmail json YAML

Update ruby-rspec-core to 2.9.0.

### 2.9.0 / 2012-03-17
[full changelog](http://github.com/rspec/rspec-core/compare/v2.8.0...v2.9.0)

Enhancements

* Support for "X minutes X seconds" spec run duration in formatter. (uzzz)
* Strip whitespace from group and example names in doc formatter.
* Removed spork-0.9 shim. If you're using spork-0.8.x, you'll need to upgrade
  to 0.9.0.

Bug fixes

* Restore `--full_backtrace` option
* Ensure that values passed to `config.filter_run` are respected when running
  over DRb (using spork).
* Ensure shared example groups are reset after a run (as example groups are).
* Remove `rescue false` from calls to filters represented as Procs
* Ensure described_class gets the closest constant (pyromaniac)
* In "autorun", don't run the specs in the at_exit hook if there was an
  exception (most likely due to a SyntaxError). (sunaku)
* Don't extend groups with modules already used to extend ancestor groups.
* `its` correctly memoizes nil or false values (Yamada Masaki)

(taca)

2012-03-20 13:28:43 UTC MAIN commitmail json YAML

Note update of www/ruby-sass-rails32 package to 3.2.5.

(taca)

2012-03-20 13:27:00 UTC MAIN commitmail json YAML

Update www/ruby-sass-rails32 to 3.2.5.

* Remove the Sass middleware if it gets accidently loaded.

(taca)

2012-03-20 13:25:45 UTC MAIN commitmail json YAML

2012-03-20 13:18:58 UTC MAIN commitmail json YAML

Note addition of ruby-coffee-rails packages:

www/ruby-coffee-rails31 3.1.1
www/ruby-coffee-rails32 3.1.1

(taca)

2012-03-20 13:17:28 UTC MAIN commitmail json YAML

Add and enable ruby-coffee-rails31 and ruby-coffee-rails32.

(taca)

2012-03-20 13:16:39 UTC MAIN commitmail json YAML

Imporring www/ruby-coffee-rails32 version 3.2.2.

This version is for Ruby on Rails 3.2.
Coffee Script adapter for the Rails asset pipeline.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2012-03-20 13:15:45 UTC MAIN commitmail json YAML

Importing www/ruby-coffee-rails31 version 3.1.1.

This version is for Ruby on Rails 3.1.
Coffee Script adapter for the Rails asset pipeline.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2012-03-20 13:11:46 UTC MAIN commitmail json YAML

Note update of misc/ruby-launchy package to 2.1.0.

(taca)

2012-03-20 13:10:54 UTC MAIN commitmail json YAML

Update ruby-launchy to 2.1.0.

= Launchy Changlog
== Version 2.1.0 - 2012-03-18

* Fix raising exception when no browser program found
  (copiousfreetime/launchy#42)
* Add LAUNCHY_DRY_RUN environment variable (thanks Mariusz Pietrzyk / wijet)
* Update dependencies

(taca)

2012-03-20 13:09:18 UTC MAIN commitmail json YAML

Note update of print/ruby-pdf-reader package to 1.0.0.

(taca)

2012-03-20 13:08:33 UTC MAIN commitmail json YAML

Update ruby-pdf-reader to 1.0.0.

v1.0.0 (16th January 2012)
- support a new encryption variation
- bugfix in PageTextRender (thanks Paul Gallagher)

v1.0.0.rc1 (19th December 2011)
- performance optimisations (all by Bernerd Schaefer)
- some improvements to text extraction from form xobjects
- assume invalid font encodings are StandardEncoding
- use binary mode when opening PDFs to stop ruby being helpful and transcoding
    bytes for us

v1.0.0.beta1 (6th October 2011)
- ensure inline images that contain "EI" are correctly parsed
  (thanks Bernard Schaefer)
- fix parsing of inline image data

v0.12.0.alpha (28th August 2011)
- small breaking changes to the page-based API - it's alpha for a reason
  - resource related methods on Page object return raw PDF objects
  - if the caller wants the resources wrapped in a more convenient
    Ruby object (like PDF::Reader::Font or PDF::Reader::FormXObject) will
    need to do so themselves
- add support for RunLengthDecode filters (thanks Bernerd Schaefer)
- add support for standard PDF encryption (thanks Evan Brunner)
- add support for decoding stream with TIFF prediction
- new PDF::Reader::FormXObject class to simplify working with form XObjects

v0.11.0.alpha (19th July 2011)
- introduce experimental new page-based API
  - old API is deprecated but will continue to work with no warnings
- add transparent caching of common objects to ObjectHash

(taca)

2012-03-20 13:07:59 UTC MAIN commitmail json YAML

Updated security/libtasn1 to 2.12

(wiz)

2012-03-20 13:07:50 UTC MAIN commitmail json YAML

Update to 2.12:

* Noteworthy changes in release 2.12 (2012-03-19) [stable]
- Cleanup license headers.
- build: Update gnulib files.
- Corrected DER decoding issue (reported by Matthew Hall).
  Added self check to detect the problem, see tests/Test_overflow.c.
  This problem can lead to at least remotely triggered crashes, see
  further analysis on the libtasn1 mailing list.

(wiz)

2012-03-20 13:07:09 UTC MAIN commitmail json YAML

Note update of security/ruby-rc4 package to 0.1.5.

(taca)

2012-03-20 13:06:40 UTC MAIN commitmail json YAML

Add ane enable ruby-rc4.

(taca)

2012-03-20 13:05:41 UTC MAIN commitmail json YAML

Importing security/ruby-rc4 version 0.1.5.

RubyRC4 is a pure Ruby implementation of the RC4 algorithm.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2012-03-20 13:05:03 UTC MAIN commitmail json YAML

Updated archivers/libzip to 0.10.1

(wiz)

2012-03-20 13:04:53 UTC MAIN commitmail json YAML

Update to 0.10.1.

0.10.1 [2012/03/20]

* Fixed CVE-2012-1162
* Fixed CVE-2012-1163

(wiz)

2012-03-20 12:29:24 UTC MAIN commitmail json YAML

Oops, forgot to update distinfo.

(taca)

2012-03-20 12:11:53 UTC MAIN commitmail json YAML

2012-03-20 12:06:17 UTC MAIN commitmail json YAML

2012-03-20 12:01:30 UTC MAIN commitmail json YAML

Updated www/ikiwiki to 3.20120203

(schmonz)

2012-03-20 12:01:21 UTC MAIN commitmail json YAML

Adjust to new location of KDE packages.

(markd)

2012-03-20 12:01:16 UTC MAIN commitmail json YAML

Update to 3.20120203. From the changelog:

* osm: New plugin to embed an OpenStreetMap into a wiki page.
  Supports waypoints, tags, and can even draw paths matching
  wikilinks between pages containing waypoints.
  Thanks to Blars Blarson and Antoine Beaupr辿, as well as the worldwide
  OpenStreetMap community for this utter awesomeness.
* trail: New plugin to add navigation trails through pages via Next and
  Previous links. Trails can easily be added to existing inlines by setting
  trail=yes in the inline.
  Thanks to Simon McVittie for his persistance developing this feature.
* Fix a snail mail address. Closes: #659158
* openid-jquery.js: Update URL of Wordpress favicon. Closes: #660549
* Drop the version attribute on the generator tag in Atom feeds
  to make builds more reproducible. Closes: #661569 (Paul Wise)
* shortcut: Support Wikipedia's form of url-encoding for unicode
  characters, which involves mojibake. Closes: #661198
* Add a few missing jquery UI icons to attachment upload widget underlay.
* URI escape filename when generating the diffurl.
* Add build-affected hook. Used by trail.

pkgsrc changes:

* Fix dependency on YAML::XS (reported by dholland).
* Remove last local patch, now integrated upstream.

(schmonz)

2012-03-20 11:53:24 UTC MAIN commitmail json YAML

Update to 2.3.5

2.3.5 is available.
Features
* Added Amazon.com data sources for China, Spain, and Italy.
* Added filter rules for dates before and after.
* Updated GCstar exporter to include images.
* Updated Discogs fetcher to use API v2.
* Updated Wine.com fetcher to use API v2.
* Updated fetcher for Allocine.fr.
Bug Fixes
* Fixed bug that always showed checkmark for boolean field values
* Fixed importing of multi-line notes from Alexandria
* Fixed bug with merging entries
* Fixed bug with Cancel not working in the Entry Merge dialog.
* Fixed broken script for searching Dark Horse Comics.
* Fixed a crashing bug when using the scanner dialog.
* Improved support for importing movies and music from Delicious Library.

2.3.4 is available.
Features
* Added data sources for Google Book Search and MovieMeter.nl.
* Added capability for searching French, Spanish, and German data from
  TheMovieDB.org.
* Added importer for Goodreads collection.
* Added icon cache for improved performance with large images
* Added UI controls for changing icon size
* Added shortcut keys for showing full-screen and hiding menubar
Bug Fixes
* Fixed bug with image link in Tri-Column report template
* Fixed crashing bug with CSV importer and changing delimiters
* Fixed bug in year from Douban.com data source
* Fixed TMDB search for multiple person results
* Updated filter rules to match against values without diacritics for
  "Contains" criteria
* Fixed showing a doubled filter count
* Fixed bug when editing month in the date widget in KDE 4.7

2.3.3 is available.
Features
* Added data sources for Filmaster and Douban.
* Added capability for importing ADS format from z39.50 sources.
* Added check for duplicate Bibtex keys
* Added manga search for AnimeNfo.com.
* Improved performance for loading and sorting large collections.
Bug Fixes
* Fixed parsing bug for some IMDb results
* Fixed parsing bug for empty table values
* Fixed parsing bug with AnimeNfo.com results.
* Fixed bug when editing existing filters
* Fixed crashing bug for editing some values
* Fixed bug with loans not being updated for removed entries
* Fixed build for Linux kernel 2.6.38+ when using newer libv4l library.
* Fixed build with GCC 4.6.

(markd)

2012-03-20 11:21:16 UTC MAIN commitmail json YAML

2012-03-20 11:17:49 UTC MAIN commitmail json YAML

Remove -enumtypes rurles.

It may break installed header files from gst-plugins0.10-base as PR 46229.

(obache)

2012-03-20 11:08:58 UTC MAIN commitmail json YAML

Update to 0.11

v0.11 2011-01-14
- Fix endless loop when using some particular settings
- Included an option to postpone a break

v0.11-beta1 2010-10-03
- Fix detection of additional screens
- Make popup time configurable
- Require Qt 4.6.0 and KDE 4.4.0
- Fix timers when lock button is pressed
- Add the possibility to remove the lock button
- Remove buggy screenshot to show RSIBreak in the
  systray at startup and when launching a second time
- Add notification settings to the config
- Don't restart timers when leaving config and timers
  has not been changed
- Slideshoweffect: make the visibility of small images
  optional. ( Juan Luis Baptiste )
- Make popup visibly more attractive
  ( Juan Luis Baptiste)
- Make timers work for Qt=>4.4 ( Chani Armitage )
- Fix plasma category ( Balcaen John )
- Use KIdle library from kdelibs, instead of directly
  asking X.

(markd)

2012-03-20 11:00:31 UTC MAIN commitmail json YAML

Update to 0.11.3c

Changes since version 0.11.3b
- Include build fixes from Orcan Ogetbil
- Set codec to utf8 when reading our own lists
- Fix initial video sizes with SMIL+video
Changes since version 0.11.3a
- TV list wasn't saved when editing the items in-place
- Percentage of stream loading in status bar wasn't cleared on playing
- Basic support for Outline Processor Markup Language
- Some SMIL synchronization fixes
Changes since version 0.11.3
- Fix crash when NPP player window resizes
- Remove configure toolbar menu item
Changes since version 0.11.2c
- SMIL-3.0 improvements for smilText and State
- Remove pango dependency
- KDE3 porting; replace K3ListView with QTreeView

(markd)

2012-03-20 10:52:26 UTC MAIN commitmail json YAML

Update to 4.2.3

KDevelop 4.2.3 Released

This is a stable release which fixes dozens of bugs.

KDevelop 4.2.2 released

the first bug-fix release of the KDevelop 4.2 branch.
KDevelop 4.2.2 fixes dozens of bugs.

KDevelop 4.2.0 Released

You should find that KDevelop 4.2 is significantly more stable and polished
than 4.1, with some important changes under the hood; we suggest that
everyone updates to this version, if possible.
Please note that this version is required for users of KDE Platform 4.6 or
higher.

(markd)

2012-03-20 10:48:53 UTC MAIN commitmail json YAML

Update to 1.2.3

KDevelop 4.2.3 Released

This is a stable release which fixes dozens of bugs.

KDevelop 4.2.2 released

the first bug-fix release of the KDevelop 4.2 branch.
KDevelop 4.2.2 fixes dozens of bugs.

KDevelop 4.2.0 Released

You should find that KDevelop 4.2 is significantly more stable and polished
than 4.1, with some important changes under the hood; we suggest that
everyone updates to this version, if possible.
Please note that this version is required for users of KDE Platform 4.6 or
higher.

(markd)

2012-03-20 10:36:40 UTC MAIN commitmail json YAML

Update to 1.4

A brief selection of highlights since v1.3.1:
* URL and email detection in text views has been rewritten from scratch, greatly
  improving the handling of various types of URLs and the contexts they might
  appear in.
* Extensive improvements to IRC formatting code handling, including the return
  of background color support.
* Extensive, sometimes full rewrites of user interface elements such as nearly
  all context menus, the URL Catcher and the Warning Dialogs system for a long
  list of user interface improvements and bug fixes.
* Improved SSL connection behavior.
* Translation support and various other improvements in several bundled scripts.
* Expanded Python scripting support via the introduction of an API support
  package.
* Support for more IRC numerics.
* Various bugfixes to input line command handling and connection behavior.

(markd)

2012-03-20 10:28:29 UTC MAIN commitmail json YAML

Update to 2.5.0

Version 2.5
  FEATURES:
    * Now It's possible to use formated strings for prefix and suffix in
      Playlist's layout items.

  BUGFIXES:
    * Do not crash when iPod doesn't have a master playlist. (BR 288936)
    * Fix Last.fm not finding KDE Wallet. (BR 286741)
    * Put a border around bottom toolbars, visually separating them from
      browser contents. (BR 277741)
    * Align the bottom toolbars.
    * Allow albums with empty name but nonempty artist in local collection.
    * Fix collection info display (track count, free space) for iPod and MTP
      devices. (BR 232093)
    * Fix crash at exit with Qt 4.8
    * Fix moving applets rightward in the context toolbar.
    * Fix breadcrumbs not working properly for the file browser.
    * Disable cover fetching action for tracks not in the collection to avoid
      crash when trying to "save as" a cover. (BR 287604)
    * Show default cover in tag dialog when track is not in the collection.
    * Fix directory selection when opening album location in tag dialog.
    * Fix crash in CoverFoundDialog if progress dialog is cancelled just
      before fetch is done.
    * Correctly parse disambiguation pages for songs in the English Wikipedia.
    * Fix wrong context view applets sizes on start up in some cases.
    * Fix Amarok consuming CPU until main window is shown. (BR 278897)
    * Fix last.fm 'scrobble composer' option's fallback to artist (BR 286215)
    * Fix volume control from within Amarok.
    * Fix slow startup because of imported playlists. (BR 284761)
    * Fix audio CD detection on Amarok start. (BR 276032)
    * Set a default filename scheme for USB Mass Storage (BR 285900)
    * Fixed crash during MusicBrainz search. (BR 277475)

  CHANGES:
    * Load Last.fm friend/neighbour avatars on demand.
    * Update tracks in the recently played widget only when needed.
    * Allow editing the SearchWidget during a search animation.
    * Update the collection view while UMS is scanning.
    * Don't block the UI while scanning UMS device.
    * Allow going back and forward in Amazon store. Thanks to GCI student
      Nikola Miljkovic.

(markd)

2012-03-20 10:27:01 UTC MAIN commitmail json YAML

Note update of devel/ruby-rcov package to 1.0.0.

(taca)

2012-03-20 10:25:47 UTC MAIN commitmail json YAML

Update ruby-rcov to 1.0.0.

Exact changes are unknown but it would be last stable release for Ruby 1.8.7.

(taca)

2012-03-20 10:23:10 UTC MAIN commitmail json YAML

Note update of devel/ruby-kgio package to 2.7.3.

(taca)

2012-03-20 10:22:32 UTC MAIN commitmail json YAML

Update ruby-kgio to 2.7.3.

=== kgio 2.7.3 - compatibility fixes / 2012-03-15 07:11 UTC

  Fixed build and autopush support under Debian GNU/kFreeBSD.
  Test case fixes for timing-sensitive tests.

(taca)

2012-03-20 10:20:56 UTC MAIN commitmail json YAML

Note update of databases/ruby-dm-types package to 1.2.1nb1.

(taca)

2012-03-20 10:20:22 UTC MAIN commitmail json YAML

Correct dependency to ruby-multi_json.

Bump PKGREVISION.

(taca)

2012-03-20 10:17:44 UTC MAIN commitmail json YAML

Note update of Ruby datamapper related packages:

databases/ruby-dm-active_model 1.2.1
databases/ruby-dm-rails 1.2.1

(taca)

2012-03-20 10:17:03 UTC MAIN commitmail json YAML

Update ruby-dm-rails to 1.2.1.

* Restrict it to Ruby on Rails 3 instead of 31.
* Exact changes are unknown.

(taca)