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

2024-05-12 18:17:03 UTC Now

2013-12-15 13:45:07 UTC MAIN commitmail json YAML

Updated chat/p5-POE-Component-IRC to 6.83

(wen)

2013-12-15 13:43:57 UTC MAIN commitmail json YAML

Update to 6.83
Update DEPENDS

Upstream changes:
6.83  Mon May 27 10:40:09 BST 2013
    - NickServID: React on IRC Message 433 - Commit: ec7cd33736
    - BotCommand: Support for overriding the Command Handler
    - BotCommand: Added Support for a Help Modification Callback
    - BotCommand: Adapted the Help Callback Options so it gets the Command and Arguments
    - BotCommand: Added Support for Command Aliases
    - BotCommand: Allowed No Arguments/Only Variable Arguments
    - Implemented SSL Client Cert Support

6.82  Sat Mar 9 22:15:02 GMT 2013
    - Add the Prefix to the "Syntax:" line of the command help

6.81  Fri Nov 23 15:53:11 GMT 2012
    - Resolve hash randomisation issues with v5.17.6

6.80  Thu Sep 20 09:52:59 BST 2012
    - Add missing prereq

6.79  Wed Sep 19 14:24:03 BST 2012
    - Argument naming and argument count validation in Plugin::BotCommand
    - [rt.cpan.org #79745] nick_long_form dies due to a race condition

(wen)

2013-12-15 13:33:49 UTC MAIN commitmail json YAML

Updated www/p5-POE-Component-Server-PSGI to 0.6

(wen)

2013-12-15 13:32:33 UTC MAIN commitmail json YAML

Update to 0.6

Upstream changes:
0.06
    - Now just a simple consumer of POEx::Role::PSGIServer (thanks nperez!)

(wen)

2013-12-15 13:29:22 UTC MAIN commitmail json YAML

Updated net/p5-POE-Component-Client-DNS to 1.053

(wen)

2013-12-15 13:27:45 UTC MAIN commitmail json YAML

2013-12-15 13:18:40 UTC MAIN commitmail json YAML

Updated devel/p5-POE-Test-Loops to 1.354

(wen)

2013-12-15 13:16:23 UTC MAIN commitmail json YAML

2013-12-15 13:06:12 UTC MAIN commitmail json YAML

Updated devel/p5-POE to 1.358

(wen)

2013-12-15 13:05:13 UTC MAIN commitmail json YAML

2013-12-15 12:55:17 UTC MAIN commitmail json YAML

Added devel/p5-IO-Pipely version 0.005

(wen)

2013-12-15 12:53:31 UTC MAIN commitmail json YAML

Add p5-IO-Pipely

(wen)

2013-12-15 12:49:32 UTC MAIN commitmail json YAML

Import IO-Pipely-0.005 as devel/p5-IO-Pipely.

Pipes are troublesome beasts because there are a few different, incompatible
ways to create them. Not all platforms support all ways, and some platforms
may have hidden difficulties like incomplete or buggy support.

IO::Pipely provides a couple functions to portably create one- and two-way
pipes and pipe-like socket pairs. It acknowledges and works around known
platform issues so you don't have to.

(wen)

2013-12-15 11:54:53 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Declare to 0.38

(wen)

2013-12-15 11:51:35 UTC MAIN commitmail json YAML

Update to 0.38

Upstream changes:
0.38      2013-12-14 18:39:30Z
  - update configure_requires checking in Makefile.PL, add CONTRIBUTING file

(wen)

2013-12-15 09:43:58 UTC MAIN commitmail json YAML

2013-12-15 09:43:18 UTC MAIN commitmail json YAML

Update qt5* packages to 5.2.0

(ryoon)

2013-12-15 09:42:45 UTC MAIN commitmail json YAML

2013-12-15 09:42:14 UTC MAIN commitmail json YAML

Add missing tools 'msgmerge xgettext' and missing dependencies 'gmp mpfr'.
Resolve build warning in getopt.c for SunOS and make sure all the tests pass
with a fix to 'readdir' test invocation.

(richard)

2013-12-15 08:36:12 UTC MAIN commitmail json YAML

2013-12-15 08:29:07 UTC MAIN commitmail json YAML

2013-12-15 08:25:38 UTC MAIN commitmail json YAML

2013-12-15 06:02:02 UTC MAIN commitmail json YAML

Set DIST_SUBDIR with a different substitution that works with
netbsd-5's make as well as more recent versions. As suggested by
obache; closes PR 48423.

(dholland)

2013-12-15 02:52:22 UTC MAIN commitmail json YAML

2013-12-15 02:05:45 UTC MAIN commitmail json YAML

2013-12-15 02:00:07 UTC MAIN commitmail json YAML

Add a ghc-bootstrap package for making ghc binary bootstrap kits.
This is a ghc 6.8.3 package based on lang/ghc.

As of ghc 7.something, the old system of bootstrapping ghc from
generated C sources has been deprecated. While in theory we could move
pkgsrc up to that point using C bootstrap kits like the one currently
used by lang/ghc, there are several reasons not to: (1) it's a dead
end; (2) there is no available infrastructure for building such kits,
as in the past it was done by hand by the package maintainer; (3)
building ghc from C sources wasn't ever really fully supported anyway
and usually requires fiddling to make it work.

For this reason, by the power invested in me as one of the few people
who actually uses ghc for something nontrivial (much as I perhaps
regret doing so)... we will switch to binary bootstrap kits now.

The bootstrap kits generated here are just installable ghc packages
under a different name. This package depends on lang/ghc and uses the
installed ghc to build another copy; then that copy becomes the
bootstrap kit. That is, the bootstrap kit is the pkgsrc package you
get by doing 'make package' in this directory.

I have a (tested and working) patch to switch lang/ghc to use a new
bootstrap kit generated here, but I am intentionally holding off on
committing it until after 2013q4 is branched. That way anyone who
wants a bootstrap kit for a platform currently supported by lang/ghc
can get one by checking out 2013q4, building ghc, and then building
ghc-bootstrap.

Note that these bootstrap kits cannot be used with the wip/ghc
package; it uses a built but not installed ghc source tree as the
bootstrap kit. You can capture one of these from here if you really
want to by doing 'make' and then tarring up work/ghc-6.8.3... I think.
I haven't tested that, and for now it won't work anyway as wip/ghc is
too many versions ahead for such a build to be supported.

Because ghc can only be built with a recent ghc, updating lang/ghc to
a recent version will require a ping/pong process with ghc and
ghc-bootstrap. This is the chief reason to have a separate
ghc-bootstrap package; it should be perfectly possible to build
lang/ghc with a lang/ghc package as the bootstrap too.

(dholland)

2013-12-15 00:09:22 UTC MAIN commitmail json YAML

Add two missing build dependencies: bison & gperf.

(wiz)

2013-12-14 18:59:55 UTC MAIN commitmail json YAML

The nullbytecert.pem is actually part of Python 2.7.6 so trying to patch it
into existence fails on MirBSD. Remove the patch, which is no longer needed.

(bsiegert)

2013-12-14 17:56:22 UTC MAIN commitmail json YAML

2013-12-14 17:11:22 UTC MAIN commitmail json YAML

2013-12-14 17:09:27 UTC MAIN commitmail json YAML

Don't fail on unused functions with Clang.

(joerg)

2013-12-14 16:31:18 UTC MAIN commitmail json YAML

Updated x11/mlterm to 3.3.1nb1

(tsutsui)

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

Pull two post 3.3.1 fixes from mlterm upstream:

https://bitbucket.org/arakiken/mlterm/commits/ba3a5a22ae82b7c227cfd9f952881a281c53f82a
* ml_vt100_parser.c: U+200c-200f and U+202a-202e aren't converted
  even if -n option is specified.

https://bitbucket.org/arakiken/mlterm/commits/4ccecc4cbc90ed69054f0e94179bdccb6fda5868
* x_screen.c: The limitation of the column width and the line height (< 32)
  is removed.

Bump PKGREVISION.

(tsutsui)

2013-12-14 15:29:04 UTC MAIN commitmail json YAML

Updated games/onscripter to 20131103

(tsutsui)

2013-12-14 15:28:18 UTC MAIN commitmail json YAML

Update onscripter to 20131103.

Upstream Changes (only Japanese log available)

20131103:
- misc iOS 7 improvements
- implemente savedir instruction
  (existing save date directory might be changed)

20131102:
- support Xcode 5.0 and iOS 7

(tsutsui)

2013-12-14 14:59:28 UTC MAIN commitmail json YAML

Updated net/ruby-tw to 0.5.2

(tsutsui)

2013-12-14 14:58:23 UTC MAIN commitmail json YAML

Update ruby-tw to 0.5.2.

(Note newer tw-1.0.2 has been released already, but it requires
recent tw-twitter 5.x.y which requires much more gems not in pkgsrc)

Changes from History.txt:

=== 0.5.2 2013-09-19

* do not show dialogue with "--yes" option

(tsutsui)

2013-12-14 09:54:52 UTC MAIN commitmail json YAML

Restore detection of builtin "libXcomposite" which got broken when the
"Xcomposite" package was removed.

This should hopefully restore NetBSD support to a working state.

(tron)

2013-12-14 09:36:57 UTC MAIN commitmail json YAML

"x11/Xcomposite/buildlink3.mk" no longer exists. So don't try to
include it.

(tron)

2013-12-14 09:18:53 UTC MAIN commitmail json YAML

note py-crypto as successor of removed py-amkCrypto

(obache)

2013-12-14 09:17:24 UTC MAIN commitmail json YAML

marked as SUPERSEDES py-amkCrypto

(obache)

2013-12-14 09:16:05 UTC MAIN commitmail json YAML

2013-12-14 09:01:00 UTC MAIN commitmail json YAML

Remove duplicate line.

(wiz)

2013-12-14 09:00:23 UTC MAIN commitmail json YAML

Updated databases/py-elixir to 0.7.1

(obache)

2013-12-14 08:59:54 UTC MAIN commitmail json YAML

Update py-elixir to 0.7.1.
(update dependency from py-amkCrypto to py-crypto).

0.7.1 - 2009-11-16

New features:
- Entities can now be declared "abstract" so that they do not create a table,
  etc... This allows, among others, an entity to inherit from multiple abstract
  classes (patch from Stephane Klein, closes #89).
- Added a new collection which can resolve entities relative to the current
  entity, for example "..other_module.Class" (based on patches from Johannes
  Janssen, closes #93).
- Added a new entity option "resolve_root", which allows one to specify the
  root module where your entities are defined. The string will be prepended
  to all "absolute" entity paths. It can also be used on a per-entity basis.
  This feature is based on a patch from Johannes Janssen, see #93.

Changes:
- using_options_defaults and using_table_options statements can be used several
  times within the same class (closes #70).

Bug fixes:
- Fixed custom base classes and versioned extension when used with zope
  interfaces (closes #98, patch from Valentin Lab)
- Fixed having relationships in custom base classes (based on patch
  by Stephane Klein)

(obache)

2013-12-14 08:47:18 UTC MAIN commitmail json YAML

no need to set PYDISTUTILSPKG=yes here.

(obache)

2013-12-14 08:30:54 UTC MAIN commitmail json YAML

stuff I've done over the last while (I keep alternating between
forgetting to commit this and intentionally postponing until done with
a particular batch of things...)

(dholland)

2013-12-14 08:27:34 UTC MAIN commitmail json YAML

Turn on DESTDIR support; no actual changes required. Clear BROKEN.

(dholland)

2013-12-14 08:26:30 UTC MAIN commitmail json YAML

Turn on DESTDIR mode, clear BROKEN.

Deploy a pile of horrible hacks to more or less fix the build; this
version of this package does not seem to be fully compatible with even
the ancient ghc we have in pkgsrc.

Bump PKGREVISION.

(dholland)

2013-12-14 08:17:31 UTC MAIN commitmail json YAML

FETCH_USING must not be put on pkg's Makefile.

(obache)

2013-12-14 07:37:21 UTC MAIN commitmail json YAML

Remove Xcomposite. Despite the version number, it's a much older version
than libXcomposite. Also, it is unused in pkgsrc and conflicts with
libXcomposite.

(wiz)

2013-12-14 07:35:04 UTC MAIN commitmail json YAML

2013-12-14 07:29:22 UTC MAIN commitmail json YAML

+ grepcidr (hi apb)

(wiz)

2013-12-14 06:57:24 UTC MAIN commitmail json YAML

Added textproc/grepcidr version 2.9 [apb 2013-12-14]

(apb)

2013-12-14 06:56:16 UTC MAIN commitmail json YAML

Add grepcidr-2.9.

>From the man page:
grepcidr can be used to filter a list of IP addresses against one or
more IPv4 and IPv6 address ranges.  As with grep, there are options to
invert matching and load patterns from a file.  grepcidr is designed to
scale well, and handle large numbers of patterns and large input files
efficiently.  This version uses a completely rewritten parser that is
typically two or three times faster than previous versions.

(apb)

2013-12-13 23:14:59 UTC MAIN commitmail json YAML

Updated x11/libxkbcommon to 0.3.2nb1

(wiz)

2013-12-13 23:14:47 UTC MAIN commitmail json YAML

Fix PLIST when doxygen is not installed, and tell configure
not to look for it to avoid an expensive build dependency.

Bump PKGREVISION.

(wiz)

2013-12-13 20:54:03 UTC MAIN commitmail json YAML

2013-12-13 20:50:06 UTC MAIN commitmail json YAML

2013-12-13 18:28:38 UTC MAIN commitmail json YAML

+ calibre-1.15, qt5-libs-5.2, wordpress-3.8.

(wiz)

2013-12-13 17:01:12 UTC MAIN commitmail json YAML

Add a number of options from jabberd2.

(schnoebe)

2013-12-13 16:44:44 UTC MAIN commitmail json YAML

2013-12-13 16:34:28 UTC MAIN commitmail json YAML

Updated net/isc-dhcpd4 to 4.2.5p1nb2

(jakllsch)

2013-12-13 16:34:17 UTC MAIN commitmail json YAML

Add isc_dhcpd6 rc.d script for running isc-dhcpd in DHCPv6 mode.
Bump pkgrev.

(jakllsch)

2013-12-13 16:27:34 UTC MAIN commitmail json YAML

Add a patch to modify Amanda::Xfer to not depend on
Amanda::Constants::AMANDA_COMPONENTS having 'server' as one of it's
values.  Instead of conditionally trying to eval in Amanda::XferServer,
do it unconditionally. The effect is (nearly) the same.

(schnoebe)

2013-12-13 16:21:29 UTC MAIN commitmail json YAML

Disable -fvisibility-hidden on SunOS.

(jperkin)

2013-12-13 15:43:02 UTC MAIN commitmail json YAML

Note update of time/ruby-tzinfo package to 0.3.38.

(taca)

2013-12-13 15:42:17 UTC MAIN commitmail json YAML

Update ruby-tz to 0.3.38.

== Version 0.3.38 (tzdata v2013g) - 8-Oct-2013

* Updated to tzdata version 2013g
  (http://mm.icann.org/pipermail/tz-announce/2013-October/000015.html).

== Version 0.3.37 (tzdata v2013b) - 11-Mar-2013

* Updated to tzdata version 2013b
  (http://mm.icann.org/pipermail/tz-announce/2013-March/000010.html).

== Version 0.3.36 (tzdata v2013a) - 3-Mar-2013

* Updated to tzdata version 2013a
  (http://mm.icann.org/pipermail/tz-announce/2013-March/000009.html).
* Fix TimezoneTransitionInfo#eql? incorrectly returning false when running on
  Ruby 2.0.
* Change eql? and == implementations to test the class of the passed in object
  instead of checking individual properties with 'respond_to?'.

== Version 0.3.35 (tzdata v2012i) - 4-Nov-2012

* Updated to tzdata version 2012i
  (http://mm.icann.org/pipermail/tz-announce/2012-November/000007.html).

== Version 0.3.34 (tzdata v2012h) - 27-Oct-2012

* Updated to tzdata version 2012h
  (http://mm.icann.org/pipermail/tz-announce/2012-October/000006.html).

(taca)

2013-12-13 15:34:50 UTC MAIN commitmail json YAML

Note update of PHP packages:

lang/php53 5.3.28
lang/php54 5.4.23
lang/php55 5.5.7

(taca)

2013-12-13 15:33:22 UTC MAIN commitmail json YAML

Update php55 to 5.5.7 (PHP 5.5.7).

12 Dec 2013, PHP 5.5.7

- CLI server:
  . Added some MIME types to the CLI web server (Chris Jones)
  . Implemented FR #65917 (getallheaders() is not supported by the built-in web
    server) - also implements apache_response_headers() (Andrea Faulds)

- Core:
  . Fixed bug #66094 (unregister_tick_function tries to cast a Closure to a
    string). (Laruence)

- OPCache
  . Fixed bug #66176 (Invalid constant substitution). (Dmitry)
  . Fixed bug #65915 (Inconsistent results with require return value). (Dmitry)
  . Fixed bug #65559 (Opcache: cache not cleared if changes occur while
    running). (Dmitry)

- OpenSSL:
  . Fixed memory corruption in openssl_x509_parse() (CVE-2013-6420).
    (Stefan Esser).

- readline
  . Fixed Bug #65714 (PHP cli forces the tty to cooked mode). (Remi)

(taca)

2013-12-13 15:32:21 UTC MAIN commitmail json YAML

Update php54 to 5.4.23 (PHP 5.4.23).

28 Nov 2013, PHP 5.4.23

- Core:
  . Fixed bug #66094 (unregister_tick_function tries to cast a Closure to a
    string). (Laruence)
  . Fixed bug #65947 (basename is no more working after fgetcsv in certain
    situation). (Laruence)

- JSON
  . Fixed whitespace part of bug #64874 ("json_decode handles whitespace and
    case-sensitivity incorrectly"). (Andrea Faulds)

- MySQLi:
  . Fixed bug #66043 (Segfault calling bind_param() on mysqli). (Laruence)

- mysqlnd:
  . Fixed bug #66124 (mysqli under mysqlnd loses precision when bind_param
    with 'i'). (Andrey)
  . Fixed bug #66141 (mysqlnd quote function is wrong with NO_BACKSLASH_ESCAPES
    after failed query). (Andrey)

- OpenSSL:
  . Fixed memory corruption in openssl_x509_parse() (CVE-2013-6420).
    (Stefan Esser).

- PDO
  . Fixed bug 65946 (sql_parser permanently converts values bound to strings)

(taca)

2013-12-13 15:30:35 UTC MAIN commitmail json YAML

Update php53 to 5.3.28 (PHP 5.3.28).

12 Dec 2013, PHP 5.3.28

- Openssl:
  . Fixed handling null bytes in subjectAltName (CVE-2013-4073).
    (Christian Heimes)
  . Fixed memory corruption in openssl_x509_parse() (CVE-2013-6420).
    (Stefan Esser).

(taca)

2013-12-13 14:51:23 UTC MAIN commitmail json YAML

Buildlink lib/dbus-1.0/include/dbus/dbus-arch-deps.h
This is required by qt5-dbus.

(ryoon)

2013-12-13 14:49:32 UTC MAIN commitmail json YAML

Updated editors/Sigil to 0.7.4

(ryoon)

2013-12-13 14:48:30 UTC MAIN commitmail json YAML

Added x11/libxkbcommon version 0.3.2

(ryoon)

2013-12-13 14:48:10 UTC MAIN commitmail json YAML

Add libxkbcommon

(ryoon)

2013-12-13 14:47:33 UTC MAIN commitmail json YAML

Import libxkbcommon-0.3.2 as x11/libxkbcommon.

xkbcommon is a library to handle keyboard descriptions, including
loading them from disk, parsing them and handling their state. It's
mainly meant for client toolkits, window systems, and other system
applications; currently that includes Wayland, kmscon, GTK+, Qt,
Clutter, and more.

This package is required by Qt5.

(ryoon)

2013-12-13 14:46:10 UTC MAIN commitmail json YAML

Update to 0.7.4

* Use Qt5 instead of Qt4
* Use internal hunspell to avoid runtime error

Changelog:
Sigil 0.7.4 2013.10.27
    - Use numeric entity for non-breaking spaces (nbsp) instead of named
      entity. Fixes issues where files without a doctype won't open properly.

Sigil 0.7.3 2013.08.03
    - Fix issue 2309: Compile failure due to case issue on m_lastFolderOpen.
    - Fix issue 2269: "Conflicts with:" always in English.
    - Fix issue 2186: Sigil 0.7.2 crashes on "Add existing files".
    - Fix issue 2232: The nbsp characters in UTF-8 files are converted to normal spaces.
    - Fix issue 2201: Save does not prompt for filename if filename not set
      after cancelling save operation.
    - Fix issue 2193: Incorrect country code used for Serbia.
    - Implement issue 2199: Mac, Don't open empty book by default.

Sigil 0.7.2 2013.04.14
    - Implement issue 2129: Enhance archive filename encoding handling.
    - Implement issue 2128: Warnings for non-ASCII characters in filenames.
    - Implement issue 2113: Preview should zoom separately from other views.
    - Implement issue 1997: Tool to Add Cover image and file automatically.
    - Implement issue 1993: Find & Replace should have a Marked Text option.
    - Implement issue 2083: Enhance invalid OPF recovery.
    - Implement issue 2082: Improve performance of Book Browser refresh.
    - Fix issue 2170: Spellcheck should remember position after changing word.
    - Fix issue 2148: Don't delete cover image in "Delete unused media files".
    - Fix issue 2147: Doubleclick in Delete Files dialog can cause crash.
    - Fix issue 2143: Bulk rename with just a number for filename does not use correct number of 0s.
    - Fix issue 2121: Wait cursor shows when dialog is open while saving or opening.
    - Fix issue 2107: Heading not accepted due to split at end of file.
    - Fix issue 2110: Insert Special Character inserts wrong code for nnbsp.
    - Fix issue 2021: Importing UTF-16 encoded files results in empty file.
    - Fix issue 2088: Ctrl-click on text files does not work in Code View.
    - Fix Issue 2071: Anchor dialog has disabled text field.
    - Fix Issue 2077: Rename dialog incorrectly sized.
    - Fix issue 2081: Book Browser tooltips are not updated when semantics change or for cover images.
    - Fix issue 2080: OPF meta title not updated correctly for Add Semantic.
    - Fix issue 2079: UI Language dropdown does not show language names for entries containing _.

Sigil 0.7.1 2013.03.03
    - Implement issue 2058: Code View should be able to show resizable image.
    - Implement issue 2038: Spellcheck "change selected word to" should remember sorting order.
    - Implement issue 2043: Spellcheck should allow case-insensitive sorting.
    - Implement issue 2029: Save and open should warn if HTML files are not well formed.
    - Implement issue 2009: Add semantic tags to filenames in reports.
    - Implement issue 2028: Special characters should work in non-html files.
    - Implement issue 2027: Upgrade Boost to Boost 1.53.0.
    - Fix issue 2069: Work around for archives where filenames are not utf-8 encoded.
    - Fix issue 2068: ZIP general purpose bit 11 (utf-8) filename not set.
    - Fix issue 2061: Language code using wrong character to separate country code.
    - Fix issue 2057: Text selected across lines using Ctrl-F cannot be found with Find.
    - Fix issue 2036: Mark for Index can insert HTML tags into code making it invalid.
    - Fix issue 2041: Preview does not sync cursor after using Sigil for a while.
    - Fix issue 2030: The &#160; character is incorrectly converted to space on open.
    - Fix issue 2035: Index Editor entries with nbsp character don't match text.
    - Fix issue 2016: Find with wrap off and All HTML Files still wraps on last file.
    - Fix issue 2001: Spellcheck does not always highlight a word the first time.
    - Fix issue 2017: Clips pasted into some windows does not work correctly.
    - Fix issue 2008: Index adds extra comma in some cases.

Sigil 0.7.0 2013.02.17
    - Implement issue 1983: Set the tooltips of files in Book Browser to the filename.
    - Implement issue 1965: Allow opening files that are missing container.xml.
    - Implement issue 1975: HTML TOC and Index should use CSS files instead of inline stylesheet.
    - Implement issue 1968: Bookmark location in editing window.
    - Implement issue 1963: Table Of Contents window should default to expanded when opened or refreshed.
    - Implement issue 1953: Allow entering a list of new words into dictionary preferences.
    - Implement issue 1952: Add shortcut for Copy HTML file.
    - Implement issue 1951: Doubleclick on Image Report file should find next use of image.
    - Implement issue 1949: Add support for multiple active user dictionaries.
    - Implement issue 1947: Spellcheck dialog to manage all misspelled words at once.
    - Implement issue 62: Add document's css styles to menu.
    - Implement issue 1945: Allow editing of CSS while displaying page.
    - Implement issue 1661: Report list of all different characters in the book.
    - Implement issue 1746: Add Report for Links and Footnotes.
    - Implement issue 1941: Add Find & Replace option to wrap or not wrap searches.
    - Implement issue 1940: Update Insert Image to Insert File to support insert of audio/video.
    - Implement issue 1938: Update Delete Image files to Delete Media files to include audio/video.
    - Implement issue 1937: Add Report for All Files.
    - Implement issue 1936: Add Clip Bar toolbar with buttons for Clips and shortcuts for Clips.
    - Implement issue 1931: Change to QRegularExpression for most regexes.
    - Implement issue 1185: Edit Table of Contents without needing Generate TOC.
    - Implement issue 1929: Add support for playing audio and video files.
    - Implement issue 917: Sigil should support audio and video tags.
    - Implement issue 1928: Add well-formed check to HTML File Report.
    - Implement issue 1864: Allow Metadata Editor dialog to stay open while editing.
    - Implement issue 1871: Code View context menu should show clips even if word is misspelled.
    - Implement issue 1870: Saved Searches should use mode settings from Find & Replace.
    - Implement issue 1927: Add support for basic replacement Clips (e.g. span) in Book View.
    - Implement issue 20: Embedded fonts support.
    - Implement issue 1926: Upgrade to Qt5.
    - Implement issue 1924: Add dockable Clips window to select clips.
    - Implement issue 1925: Don't force well formed checks unless absolutely necessary.
    - Implement issue 1843: Preview should be real-time display of Code View.
    - Fix issue 1989: Problem with nested index entries.
    - Fix issue 1964: Correcting a word using spellcheck does not make file go to "not saved" state.
    - Fix issue 1961: Generate TOC should not create IDs for headings when it only points to filenames.
    - Fix issue 1857: CSS Highlighting inline styles inconsistent.
    - Fix issue 1946: Highlight misspelled words checkbox should be available in Preferences.
    - Fix issue 1943: Reports can crash if file has non well-formed xml.
    - Fix issue 1883: TOC window does not jump to right location for some entries.
    - Fix issue 1906: "Delete unused image files" deleting background images.
    - Fix issue 1874: Using Delete Unused Stylesheet Classes deletes pseudo-elements.
    - Fix issue 1939: CSS parser does not match wildcard selectors consistently.
    - Fix issue 1935: Improve speed of Index Editor autofill by removing progress dialog.
    - Fix issue 1891: Opening the Saved Searches expands all groups.
    - Fix issue 1934: Go To Style does not work with CSS filenames that have spaces in them.
    - Fix issue 1933: No message is displayed if Go To Style can't find a style.
    - Fix issue 1932: Replace All needs to be run twice in some cases.
    - Fix issue 1930: Fix Metadata language dropdown selection incorrect matching.
    - Fix issue 1775: Sigil-0.6.0 edit very slow with Thai e-Pub.
    - Fix issue 1764: Sigil crashes on KDE after rearranging text sections.
    - Fix issue 1720: Book View highlights text apparently randomly.
    - Fix issue 1923: CSS validation should use EPUB 2 profile.
    - Fix issue 1922: Invalid EPUB warning dialog is not long enough.
    - Fix issue 1918: Support import of tab separated entries for Index Editor.
    - Fix issue 1917: Keep selection when deleting unused images if an HTML file was selected.
    - Fix issue 1916: Allow Go To Style to work for link type text/x-oeb1-css.
    - Fix issue 1869: Backspace in Preferences - Shortcuts causes crash.
    - Fix issue 1818: Hyperlink of URL with & causes invalid code.
    - Fix issue 1824: Cursor position changes when saving the book.

(ryoon)

2013-12-13 14:39:43 UTC MAIN commitmail json YAML

2013-12-13 14:39:24 UTC MAIN commitmail json YAML

Add qt5* packages

(ryoon)

2013-12-13 14:38:59 UTC MAIN commitmail json YAML

Add qt5* packages

(ryoon)

2013-12-13 14:38:36 UTC MAIN commitmail json YAML

2013-12-13 12:42:12 UTC MAIN commitmail json YAML

Need -lsocket and mark package incompatible with builtin mit-krb5 on SunOS.

(jperkin)

2013-12-13 11:13:22 UTC MAIN commitmail json YAML

+ modular-xorg-server-1.14.5, php-owncloud-6.

(wiz)

2013-12-13 11:10:20 UTC MAIN commitmail json YAML

Fix SunOS PLISTs.  Please try to keep them in sync when you change this
package.

(jperkin)

2013-12-13 11:01:11 UTC MAIN commitmail json YAML

Include config.h before testing for things it defines.  Fixes SunOS.

(jperkin)

2013-12-13 10:46:40 UTC MAIN commitmail json YAML

2013-12-13 10:42:57 UTC MAIN commitmail json YAML

Don't play games with CFLAGS/CPPFLAGS and munging -isystem, fixes SunOS.

(jperkin)

2013-12-13 10:04:33 UTC MAIN commitmail json YAML

SOL_TCP compatibility fix for SunOS.

(jperkin)

2013-12-13 09:58:59 UTC MAIN commitmail json YAML

2013-12-13 07:57:26 UTC MAIN commitmail json YAML

SunOS workaround for strip issues with libxul

(richard)

2013-12-13 07:11:20 UTC MAIN commitmail json YAML

2013-12-13 07:04:09 UTC MAIN commitmail json YAML

The unzip utility apprared in FreeBSD 8.0.

(obache)

2013-12-13 02:13:49 UTC MAIN commitmail json YAML

Updated emulators/suse131_libcurl to 13.1nb1

(obache)

2013-12-13 02:13:24 UTC MAIN commitmail json YAML

Bump PKGREVISON
* apply openSUSE-SU-2013:1859-1 for CVE-2013-4545
* add missing openlda requirement
* remove redundants from distinfo

(obache)

2013-12-12 23:04:08 UTC MAIN commitmail json YAML

Remove "FETCH_USING=curl".

(schnoebe)

2013-12-12 23:02:59 UTC MAIN commitmail json YAML

Update chat/jabberd2 to 2.3.1.

(schnoebe)

2013-12-12 23:01:02 UTC MAIN commitmail json YAML

Update to jabberd 2.3.1

* 2.3.0 to 2.3.1 upgrade:

What changed:
- Marked "TLS-Everywhere" as EXPERIMENTAL feature
- default EXPERIMENTAL to 'no'
- default SUPERSEDED to 'no'
- moved STANZA-ACK and MY-IP-ADDRESS XEPs and IQ-PRIVATE push
  out of experimental status

* 2.2.17 to 2.3.0 upgrade:

What changed:
- Renamed non-standard UPGRADE file overwriting outdated NEWS file
- Semantic Versioning: http://semver.org/
- TLS Everywhere: https://github.com/stpeter/manifesto
- Required GSASL >=1.1
- jabberd should compile without warnings
- out-of-source builds should work
- pgsql: authreg password_type support
- pgsql: schema support
- ldapvcard: groupattr works even if no groupattr_regex defined
- ldapfull: checks for ldap group membership on login
- vCard: Assume tel phone is voice phone
- MySQL: default password hashing algorithm changed to SHA512
- out-conn-reuse s2s.xml option naming unified
- XML parse error will log buffer details
- CRAM-MD5 auth support
- router private key cachain and password support
- hashed passwords support in SQLite3 storage

(schnoebe)

2013-12-12 22:54:36 UTC MAIN commitmail json YAML

SunOS libform does not have TYPE_IPV4, disable it.

(jperkin)

2013-12-12 20:17:56 UTC MAIN commitmail json YAML

2013-12-12 19:37:41 UTC MAIN commitmail json YAML

Updated www/py-flask-script to 0.6.6.

(kleink)

2013-12-12 19:36:55 UTC MAIN commitmail json YAML

Update py-flask-script to 0.6.6.

Version 0.6.6
-----------------

Released on December 6, 2013

- Fix global being passed after command by not expliciting checking
  for the 'parents' argument.

(kleink)

2013-12-12 18:13:17 UTC MAIN commitmail json YAML

2013-12-12 16:41:32 UTC MAIN commitmail json YAML

2013-12-12 14:44:10 UTC MAIN commitmail json YAML

2013-12-12 14:12:08 UTC MAIN commitmail json YAML

Updated mail/opendkim to 2.9.0

(pettai)

2013-12-12 14:11:33 UTC MAIN commitmail json YAML

2.9.0          2013/12/09
        NOTE: During the development cycle for this release, SourceForge
                changed their bug numbering system.  Bug numbers are recorded
                here as they were generated by the current system at the time
                they were filed.  The older ones (prefixed "SF") have since
                been renumbered or may no longer be in the system.
        Feature request #169: Discontinue libxml2 support in the reputation
                code.
        Feature request #174: Drop internal libstrl implementation.
        Feature request #175: Discontinue support for libdkimrep.
        Feature request #176: Update to the final REPUTE RFCs.
        Activate _FFR_REDIRECT.
        Fix bug #178: Add support for "dmarc" as an authentication method
                (though it hasn't been formally registered yet) and fix
                a minor Authentication-Results parsing problem.
        Fix bug #179: Correct handling of SignatureTTL.
        Fix bug #180: Drain results object when doing a DB walk of a postgresql
                table.
        Fix bug #182: Add an Authentication-Results header field even for
                messages with no valid From: field or a fatal structural
                violation.
        Teach dkimf_db_walk() about LDAP soft starting, and don't escape the
                forced "*" when walking.  Also handle incorrect attribute
                counts without causing an assertion failure.
        Call dkimf_config_free() on shutdown so that all DBs get properly
                closed and everything gets deallocated.
        LIBOPENDKIM: Fix bug #168: Report an unresolved CNAME for ADSP records
                as simply absent.
        LIBOPENDKIM: Add DKIM_LIBFLAGS_REQUESTREPORTS to request that an
                "r=y" tag be added to signatures, per RFC6651.
        TOOLS: Fix boundary condition in opendkim-testmsg.
        DOCS: Feature request #168: Improve documentation of signature
                verification failure debugging features.
        DOCS: Feature request #172: Describe socket selection procedure in
                detail, and mention selinux command to get set up.

(pettai)

2013-12-12 13:27:17 UTC MAIN commitmail json YAML

x11-links should only be used with X11_TYPE == native.

(jperkin)

2013-12-12 12:58:31 UTC MAIN commitmail json YAML

Don't include devel/libinotify on SunOS.  Makes package build.

(jperkin)

2013-12-12 12:48:18 UTC MAIN commitmail json YAML

2013-12-12 12:47:48 UTC MAIN commitmail json YAML

Added lang/ghc7 version 7.6.3

(obache)

2013-12-12 12:47:17 UTC MAIN commitmail json YAML

Import ghc-7.6.3 as lang/ghc7.
Based on wip/ghc, mostly worked by phonohawk, with patches from jperkin@.
And some modifications and buit of Bootstrap binaries for 7.6.3 by me.

GHC: The Glasgow Haskell Compiler.

The Glasgow Haskell Compiler is a robust, fully-featured, optimising
compiler for the functional programming language Haskell 98
(http://www.haskell.org). GHC compiles Haskell to either native code
or C. It implements numerous experimental language extensions to
Haskell, including concurrency, a foreign language interface, several
type-system extensions, exceptions, and so on. GHC comes with a
generational garbage collector, a space and time profiler, and a
comprehensive set of libraries.

(obache)

2013-12-12 12:45:44 UTC MAIN commitmail json YAML

Package needs lang/python/tool.mk for calls to 'python' in configure.

(jperkin)

2013-12-12 12:24:48 UTC MAIN commitmail json YAML

When recursively chowning, ensure the -P flag is specified.  This is default
on BSD but not on strict POSIX implementations, leading to failures when
building as an unprivileged user in the presence of symlinks.

Fixes recent breakage on SunOS when the '-h' flag was removed for MirBSD.

(jperkin)

2013-12-12 11:53:38 UTC MAIN commitmail json YAML

Fix copy/paste error.

(jperkin)

2013-12-12 11:53:24 UTC MAIN commitmail json YAML

Updated lang/nodejs to 0.10.23

(jperkin)

2013-12-12 11:52:37 UTC MAIN commitmail json YAML

Update lang/nodejs to version 0.10.23.  Changes since 0.10.20:

2013.12.12, Version 0.10.23 (Stable)
* uv: Upgrade to v0.10.20 (Timothy J Fontaine)
* npm: Upgrade to 1.3.17 (isaacs)
* gyp: update to 78b26f7 (Timothy J Fontaine)
* build: include postmortem symbols on linux (Timothy J Fontaine)
* crypto: Make Decipher._flush() emit errors. (Kai Groner)
* dgram: fix abort when getting `fd` of closed dgram (Fedor Indutny)
* events: do not accept NaN in setMaxListeners (Fedor Indutny)
* events: avoid calling `once` functions twice (Tim Wood)
* events: fix TypeError in removeAllListeners (Jeremy Martin)
* fs: report correct path when EEXIST (Fedor Indutny)
* process: enforce allowed signals for kill (Sam Roberts)
* tls: emit 'end' on .receivedShutdown (Fedor Indutny)
* tls: fix potential data corruption (Fedor Indutny)
* tls: handle `ssl.start()` errors appropriately (Fedor Indutny)
* tls: reset NPN callbacks after SNI (Fedor Indutny)

2013.11.12, Version 0.10.22 (Stable), cbff8f091c22fb1df6b238c7a1b9145db950fa65
* npm: Upgrade to 1.3.14
* uv: Upgrade to v0.10.19
* child_process: don't assert on stale file descriptor events (Fedor Indutny)
* darwin: Fix "Not Responding" in Mavericks activity monitor (Fedor Indutny)
* debugger: Fix bug in sb() with unnamed script (Maxim Bogushevich)
* repl: do not insert duplicates into completions (Maciej Ma��ecki)
* src: Fix memory leak on closed handles (Timothy J Fontaine)
* tls: prevent stalls by using read(0) (Fedor Indutny)
* v8: use correct timezone information on Solaris (Maciej Ma��ecki)

2013.10.18, Version 0.10.21 (Stable), e2da042844a830fafb8031f6c477eb4f96195210
* uv: Upgrade to v0.10.18
* crypto: clear errors from verify failure (Timothy J Fontaine)
* dtrace: interpret two byte strings (Dave Pacheco)
* fs: fix fs.truncate() file content zeroing bug (Ben Noordhuis)
* http: provide backpressure for pipeline flood (isaacs)
* tls: fix premature connection termination (Ben Noordhuis)

(jperkin)

2013-12-12 11:34:23 UTC MAIN commitmail json YAML

Search the SDK path on OSX, otherwise for Xcode 5 certain modules will not
be built, due to the headers not being installed in /usr/include by default.

(jperkin)

2013-12-12 11:09:28 UTC MAIN commitmail json YAML

2013-12-12 11:03:17 UTC MAIN commitmail json YAML

reorder to avoid unwanted substitute.

(obache)

2013-12-12 10:21:07 UTC MAIN commitmail json YAML

2013-12-12 10:03:43 UTC MAIN commitmail json YAML

2013-12-12 09:05:35 UTC MAIN commitmail json YAML

Updated devel/p5-Data-Peek to 0.39

(wen)

2013-12-12 09:04:31 UTC MAIN commitmail json YAML

Update to 0.39

Upstream changes:
0.39 - 2013-08-17, H.Merijn Brand  <h.m.brand@xs4all.nl>
    * Upped copyright to 2013
    * Add alternative test results for 5.19.3 and up (COW and no PV for IV)

(wen)

2013-12-12 08:55:34 UTC MAIN commitmail json YAML

Updated devel/p5-Data-MessagePack to 0.48

(wen)

2013-12-12 08:54:14 UTC MAIN commitmail json YAML

Update to 0.48

Upstream changes:
0.48 2013-09-01 15:42:51+0900

    - Fix tests for bleadperl

0.47

    - Support PUREPERL_ONLY build
      See the Lancaster Consensus:
      https://github.com/sjn/toolchain-site/blob/219db464af9b2f19b04fec05547ac10180a469f3/lancaster-consensus.md#specifying-pure-perl-builds

0.46

    - fixed unpacking issue on big-endian system.
    https://github.com/msgpack/msgpack-perl/issues/4

0.45

    - support tied hashes(rurban++)

0.44

    - do not display deprecated warnings from Data::MessagePack::Unpacker.
      T::Xslate using it...

0.43 2012-06-26T02:00:57

    - Data::MessagePack::Unpacker was deprecated.

0.42 2012-06-25 09:56:58

    - fix failing to pack IV/NV with MAGIC (e.g. $$ in 5.16.0)

0.41 2012-03-28 01:09:44

    - Revert the privous changed utf8() behavior

0.40 2012-03-28 00:37:28

    - Fix $messagepack->utf8(1) behavior
    - Fix tests on NV == long double env

(wen)

2013-12-12 08:47:24 UTC MAIN commitmail json YAML

require bsd.prefs.mk befer refering ${OPSYS}.

(obache)

2013-12-12 08:35:48 UTC MAIN commitmail json YAML

Updated devel/p5-Data-Dump-Streamer to 2.36

(wen)

2013-12-12 08:32:54 UTC MAIN commitmail json YAML

Update to 2.36

Upstream changes:
2.35
Apply patches by Ilmari and D. Steinbrunner.

Should work on 5.18 now.

2.34
Administrative release to eliminate build dependency on module
used only for testing.

2.33
Caught up with various RT reports, and fixed a bunch of them.

[RT #74198] fixed dumps containing read-only objects (obtained via JSON::XS)

[RT #74198], Fixed stringification of code compiled under strict in later
perls. Thanks to Father Chrysotomos for the patch and nudge.

Also eliminated a false-fail prone test which was actually pretty useless,
which should close several tickets which I wont bother to list.

This release also is the first from the new git repository at
https://github.com/demerphq/Data-Dump-Streamer

(wen)

2013-12-12 07:55:23 UTC MAIN commitmail json YAML

Updated devel/p5-Data-Dump to 1.22

(wen)

2013-12-12 07:54:29 UTC MAIN commitmail json YAML

Update to 1.22

Upstream changes:
2013-05-10  Gisle Aas <gisle@ActiveState.com>

  Release 1.22

  Deal with class names containing '=' [RT#72415]

  Filters now get access to $ctx->expr; the textual expression
  denoting the current object.

(wen)

2013-12-12 07:36:30 UTC MAIN commitmail json YAML

Updated devel/p5-Data-Compare to 1.23

(wen)

2013-12-12 07:35:40 UTC MAIN commitmail json YAML

Update to 1.23

Upstream changes:
1.23    2013-09-26  DCANTRELL  Add David Muir Sharnoff's tests for
    really big data structures (but not yet working);
              Check for taint-mode less insanely, thanks to Ilmari;
              Don't delay loading File::Find::Rule (see RT 87554)

(wen)

2013-12-12 07:24:48 UTC MAIN commitmail json YAML

Updated devel/p5-Data-Alias to 1.18

(wen)

2013-12-12 07:23:56 UTC MAIN commitmail json YAML

Update to 1.18

Upstream changes:
version 1.18; 2013-09-21

  * bugfix: store peep chain link reliably under threads

  * update tests for Perl 5.19.4's removal of the special treatment of
    aliased undef in arrays

  * in doc, switch to consistent use of British English spellings

  * doc typo fix

version 1.17; 2013-08-04

  * bugfix: correct the dtrace-related macro squashing for Perls prior
    to 5.13.8, where the macros had the wrong number of parameters and
    prevented compilation

  * bugfix: use core's PL_no_localize_ref string constant as data string
    rather than format string

  * update to handle the new padrange op type in Perl 5.17.6

  * update to handle the new op allocation mechanism in Perl 5.17.2

  * clarify and expand documentation around list-like assignments

  * clarify documentation of deref() regarding lvalueness

  * remove the bulk of the documentation from the README file

(wen)

2013-12-12 06:53:21 UTC MAIN commitmail json YAML

Updated devel/p5-Contextual-Return to 0.004007

(wen)

2013-12-12 06:52:14 UTC MAIN commitmail json YAML

Update to 0.004007

Upstream changes:
0.004004  Sun Aug  5 17:46:56 2012

    - Further patch to failures.t

    - Added redefinition of Scalar::Util::blessed() to avoid nasty
      surprises (thanks Andrew!)

    - Added confess() and cluck() overrides
      and fixed caller() override to set @DB::args when appropriate

0.004005  Mon Aug 20 10:44:35 2012

    - Further patch for t/confess.t
      (Thanks, David!)

0.004006  Thu Oct  4 16:49:47 2012

    - Circumvented annoying undef-as-key warnings in Perl 5.17+

    - Honour @CARP_NOT's when reporting context

0.004007  Fri Oct  5 23:05:05 2012

    - Added BLESSED handler for better control over how blessed() lies

    - Upgraded reimplementation of blessed() to make more sense

(wen)

2013-12-12 06:43:27 UTC MAIN commitmail json YAML

Updated devel/p5-Const-Fast to 0.014

(wen)

2013-12-12 06:42:21 UTC MAIN commitmail json YAML

Update to 0.014

Upstream changes:
0.014    2013-05-28 02:32:48 Europe/Amsterdam
          Pass coderefs and globrefs unchanged
          Conversion from Test::Exception to Test::Fatal (Karen Etheridge)
          Convert to Module::Build::Tiny

(wen)

2013-12-12 06:31:23 UTC MAIN commitmail json YAML

Updated devel/p5-Config-Tiny to 2.20

(wen)

2013-12-12 06:29:58 UTC MAIN commitmail json YAML

Update to 2.20

Upstream changes:
2.20  Sun Nov 24 10:52:00 2013
- Relax pre-req version requirements

2.19  Sun Sep 15 09:16:00 2013
- Change VERSION => $VERSION in Makefile.PL to VERSION_FROM => 'lib/Config/Tiny.pm'.
Reported by Jean-Louis Morel. See RT#88670.

2.18  Sat Sep 14 10:03:00 2013
- Remove obsolete and wrong version # from Makefile.PL.
Reported by Jean-Louis Morel. See RT#88658.
- Implement Kevin Ryde's suggestion to test if read() will return undef.
If so, set an error message and (still) return undef.

2.17  Fri Sep 13 12:41:00 2013
- Remove the file tests -efr during calls to read(). The open() tests for any error.
Also, the -f test was reporting /dev/null as a directory, not a file.
Thanx to Kevin Ryde for pushing me to implement this. See RT#36974.
- Clean up some error messages slightly.

2.16  Fri Sep  6 11:54:00 2013
- Replace Path::Tiny with File::Spec, because the former's list of dependencies is soooo long :-(.
Changed files: t/02.main.t, t/04.utf8.t, Build.PL and Makefile.PL.
See: RT#88435 (for Tree::DAG_Node) for an explanation.

2.15  Sun Aug  4 14:59:00 2013
- Clean up the shambolic dates in this file.
- Add a note under Caveats about setting options more that once. Only the first case is respected.
Thanx to Kimmel K. See RT#69795.
- Add a $encoding parameter to read_file() and write_file(). See docs for details.
Add t/04.utf8.t and t/04.utf8.txt.
Thanx to Mark Lawrence and Wolfgang Husmann. See RT#71029 and RT#85571.
- For BSD-based systems, when writing a file during tests, use:
my($temp_dir) = File::Temp -> newdir('temp.XXXX', CLEANUP => 1, EXLOCK => 0, TMPDIR => 1);
- Rename t/*.t files. I use '.' rather than '_' in file names because the latter is a shift char.
- Add MANIFEST.SKIP, Changelog.ini, Build.PL, META.json.
- Add an FAQ to the docs.
- Clean up the docs.

(wen)

2013-12-12 04:59:11 UTC MAIN commitmail json YAML

and libreoffice3-bin still exits.

(obache)

2013-12-12 04:45:20 UTC MAIN commitmail json YAML

Note update of tex-pdftools{,-doc}

(minskim)

2013-12-12 04:44:17 UTC MAIN commitmail json YAML

2013-12-12 04:22:21 UTC MAIN commitmail json YAML

Note update of xpdfopen

(minskim)

2013-12-12 04:21:28 UTC MAIN commitmail json YAML

Update xpdfopen to 0.83

Changes:
- fix (kludgily?) reset_focus() so that it actually works.
- add -r and -reset_focus options.
- update documentation.

(minskim)

2013-12-12 02:36:46 UTC MAIN commitmail json YAML

+ suse131_{32_}mozilla-{nspr,nss}

(obache)

2013-12-12 02:36:12 UTC MAIN commitmail json YAML

add nspr and nss module.

(obache)

2013-12-12 02:35:33 UTC MAIN commitmail json YAML

2013-12-12 02:34:28 UTC MAIN commitmail json YAML

2013-12-12 01:31:35 UTC MAIN commitmail json YAML

Updated databases/p5-Data-Table to 1.68

(wen)

2013-12-12 01:30:17 UTC MAIN commitmail json YAML

Update to 1.68

Upstream changes:
1.68 Mon Aug  6 22:22:22 PDT 2012

  Patch fromFileGetTopLines() and fromFileIsHeader(), which are used by fromFile(). Impact: minor.
  Improve performance of fromFileGuessOS()
  Improve fromFile(), fromCSV(), csv() to support using \r, \n within a CSV field.

  join() now supports {matchNULL => 1, NULLasEmpty => 1}, if one would like to treat NULL as empty string, or
  treat NULL as equal (however, not equal to empty string). Both are set to 0 by default.
  Suggested by Kyle Horton & Wilson Dave.

  Remove inheritance from AutoLoader and Exporter.
  Thanks to Brian Wightman

  Thanks to Nicholas Andonakis for sharing his code, quite a few ideas in his package inspired the improvements below!

  Add new shortcut methods: lastRow(), lastCol(), colName($colNumericIndex)
    One can now write
      foreach my $i (0..$t->lastRow)
    instead of
      foreach my $i (0..$t->nofRow-1)

  Add iterator(), so that one can now write
    my $next = $t_product->iterator();
    while (my $row = $next->()) {
      # have access to a row as a hash reference, access row number by &$next(1);
      $t_product->setElm($next->(1), 'ProductName', 'New! '.$row->{ProductName});
    }

  addCol() can take the default value for the new column (first argument)
  addRow() supports {addNewCol => 1}
  moveCol() can take a $newColName.

  setElm() can set a value for multiple cells, specified by ref to row array and col array
  match_string(), match_pattern(), match_pattern_hash() also produce $parentTable->{MATCH}

    # match returns all matched row ids in $t_product->{MATCH} (ref to row ID array)
    $t_product->match_pattern_hash('$_{UnitPrice} > 20');
    # create a new column, with 'No' as the default value
    $t_product->addCol('No', 'IsExpensive');
    # use $t_product->{MATCH} to set values for multiple Elements
    $t_product->setElm($t_product->{MATCH}, 'IsExpensive', 'Yes');

1.67 Wed Jul 25 11:47:23 PDT 2012
  Update Change.txt file to point out $keepRestCol defaults to 1 is only for group()
  For pivot(), $keepRestCol is still default to 0 as before.

1.66 Wed Jul 25 11:03:29 PDT 2012
  Change the default value of keepRestCol in group() to 1, instead of 0 to be compatible with older versions
  Thanks to Kyle Horton

(wen)

2013-12-12 01:30:04 UTC MAIN commitmail json YAML

Build fix for deprecated functions

(prlw1)

2013-12-12 01:28:45 UTC MAIN commitmail json YAML

Build fix for deprecated functions

(prlw1)

2013-12-12 01:04:14 UTC MAIN commitmail json YAML

2013-12-12 00:56:14 UTC MAIN commitmail json YAML

Updated textproc/p5-PDF-Create to 1.08

(wen)

2013-12-12 00:54:37 UTC MAIN commitmail json YAML

Update to 1.08

Upstream changes:
1.08 2013.12.11

    Eliminate pipe from CGI test script t/09
    Filehandle => FileHandle typo fixed #91312

1.07 2013.12.10

    New maintainer SZABGAB
    Tried to reconstruct entries in the CHANGES file
    Some more test case
    Code clean-up (remove indirect calls)
    Remove Build.PL
    use warnings;
    Officially require perl 5.006.
    Move example file to the eg/ directory

(wen)

2013-12-12 00:14:26 UTC MAIN commitmail json YAML

2013-12-11 23:55:11 UTC MAIN commitmail json YAML

Fix a freetype 2.0 hangover. Allows build with freetype 2.5.x.

(markd)

2013-12-11 23:49:52 UTC MAIN commitmail json YAML

One final fixup for freetype2. Fixes build with freetype 2.5.x.

(markd)

2013-12-11 23:38:52 UTC MAIN commitmail json YAML

Populate .buildlink tree with *.pc files so that pkgconfig tests
work when using builtin.

(markd)

2013-12-11 23:26:49 UTC MAIN commitmail json YAML

2013-12-11 21:51:57 UTC pkgsrc-2013Q3 commitmail json YAML

2013-12-11 21:51:43 UTC pkgsrc-2013Q3 commitmail json YAML

Pullup ticket #4268 - requested by obache
multimedia/adobe-flash-plugin11: security update

Revisions pulled up:
- multimedia/adobe-flash-plugin11/Makefile                      1.21
- multimedia/adobe-flash-plugin11/distinfo                      1.20

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Wed Dec 11 10:40:42 UTC 2013

  Modified Files:
  pkgsrc/multimedia/adobe-flash-plugin11: Makefile distinfo

  Log Message:
  Update adobe-flash-plugin11 to 11.2.202.332 for APSB13-28.

(tron)

2013-12-11 21:39:20 UTC MAIN commitmail json YAML

Updated www/varnish to 3.0.5

(fhajny)

2013-12-11 20:24:27 UTC MAIN commitmail json YAML

Note that this is one of the few strange programs that are IPv4 only

(martin)

2013-12-11 19:58:14 UTC MAIN commitmail json YAML

Updated x11/xf86-video-mga to 1.6.3

(wiz)

2013-12-11 19:58:03 UTC MAIN commitmail json YAML

Update to 1.6.3:

mga release to fix XAA loading and running.

Alan Coopersmith (1):
      Remove mga_esc.c vestigal stub

Andy MacLean (1):
      Unbreak dual head (xinerama)

Dave Airlie (2):
      mga: fix XAA runtime
      mga: bump release to 1.6.3

Egbert Eich (3):
      Disable Linear Expansion on BE
      Restructure code to make it more readable
      Disable HW cursor by default on G200 server chips

Julien Cristau (1):
      Restrict kernel driver matching to g200 server chips

Tormod Volden (2):
      Fix dual head crash without XAA
      mga: Use exaGetPixmapFirstPixel() instead of devPrivate.ptr

(wiz)

2013-12-11 19:45:38 UTC MAIN commitmail json YAML

Updated converters/fribidi to 0.19.6

(wiz)

2013-12-11 19:45:28 UTC MAIN commitmail json YAML

Update to 0.19.6:

Overview of changes between 0.19.5 and 0.19.6
=============================================
* Fix two minor bidi bugs.
* Build with new libtool to support ppc64le.

(wiz)

2013-12-11 19:42:25 UTC MAIN commitmail json YAML

Updated fonts/harfbuzz to 0.9.25

(wiz)

2013-12-11 19:42:13 UTC MAIN commitmail json YAML

Update to 0.9.25:

Overview of changes leading to 0.9.25
Wednesday, December 4, 2013
=====================================

- Myanmar shaper improvements.
- Avoid font fallback in CoreText backend.
- Additional OpenType language tag mappiongs.
- More aggressive shape-plan caching.
- Build with / require automake 1.13.
- Build with libtool 2.4.2.418 alpha to support ppc64le.

(wiz)

2013-12-11 19:40:55 UTC MAIN commitmail json YAML

Updated textproc/hunspell-de to 20131206

(wiz)

2013-12-11 19:40:45 UTC MAIN commitmail json YAML

2013-12-11 19:19:06 UTC MAIN commitmail json YAML

Updated databases/py-bsddb3 to 6.0.1

(wiz)

2013-12-11 19:18:56 UTC MAIN commitmail json YAML

Update to 6.0.1, update LICENSE:

6.0.1:
  * Clarification of license. Thanks to
    Jan Stan��k <jstanek@redhat.com> for bringing this issue up.
    This work is now explicitly licensed under 3-clause BSD license.
  * Fixed a long standing bug (August 2008, rev 9fd52748fa59)
    on "dbtables.py". Notified by Maxime Labelle.
  * If you want to link with Oracle Berkeley DB 6.0, you will
    need to create the environment variable
    'YES_I_HAVE_THE_RIGHT_TO_USE_THIS_BERKELEY_DB_VERSION'
    to signal to the pybsddb that you are legal. To be legal,
    your code MUST be AGPL3 *OR* you have to buy a commercial
    license from Oracle.

    If you are not legally entitled to use Berkeley DB 6.0 and
    you have previous versions of Berkeley DB on your system,
    you can a) delete Berkeley DB 6.0 and try again, OR
    b) instruct pybsddb to use a previous Berkeley DB version,
    using environment variables or command line options.

    Sorry for the inconvenience. I am trying to protect you.

    Some details:

        https://forums.oracle.com/message/11184885
        http://lists.debian.org/debian-legal/2013/07/

(wiz)

2013-12-11 19:08:12 UTC MAIN commitmail json YAML

Updated sysutils/diskscrub to 2.5.2

(prlw1)

2013-12-11 19:07:47 UTC MAIN commitmail json YAML

Update (disk)scrub to 2.5.2 (+add DIOCGDISKINFO implementation)

Since 2.0:
* Fix scrub abort on files/disks > 2G in size (issue 19)
  This was introduced in 2.5.0 and the failure is quick and obvious.
* Fix loss of precision in disk size approximation (issue 18)
* Add -t option to disable creation of thread to generate randomness
  in parallel with I/O.
* Prepare source for a libscrub api (work in progress)
* Cosmetic changes to man page and help output.
* Generate randomness and do I/O in parallel [Richard B. Hill]
* Replace O_SYNC with O_DIRECT+fsync+posix_fadvise [H. Peter Anvin]
  This produces a significant performance improvement, at least on Linux.
* Add support for RDRAND instr. [H. Peter Anvin]
* Use <stdbool.h> if the system has it [H. Peter Anvin]
* Fix incorrect assertion in scrub --dirent handling (issue 9) [Peter Hyman]
* Clean up tmp files after scrub --freespace (issue 9) [Peter Hyman]
* Allow scrub --pattern=custom="string" (issue 11) [Peter Hyman]
  Allow C style numerical escapes in string: \nnn (octal) and \xnn (hex).
  This is a single-pass sequence with a custom pattern.
* Change default buffer size from 1m to 4m [H. Peter Anvin]
* Avoid closing and re-opening /dev/urandom [H. Peter Anvin]
* Fix bug in pfitzner7 pattern def and add fillff, fillzero
  methods (issue 8) [Peter Hyman]
* Change dod method to perform random pass first and skip extra pass.
* Add --help option that lists available scrub methods.
* Make dist tarball work with rpmbuild -ta.
* Added usarmy, pfitzner7, and pfitzner33 methods.
* Added -L option to not follow symbolic links [Timothy Boronczyk]
* Treat a zero return from write(2) as an error.
* New patterns:
  - random2: two random passes
  - schneier (one 0x00 pass, one 0xff pass, and five random passes) [Joe]
* Add --pattern random (one random pass) mode.
* Portability fixes for Slackware [Timothy Boronczyk]
* Fix bug where scrub --remove on a zero length file would abort
  without removing the file.  Issue a warning and remove it.
* Fix a bug where some data from the original file could appear in
  the first disk block after a verified scrub when running without
  the -S (--no-signature) option.

(prlw1)

2013-12-11 18:53:05 UTC MAIN commitmail json YAML

+ firefox-26, kdevelop-4.6.0, par2-0.6.2
  [https://github.com/BlackIkeEagle/par2cmdline].

(wiz)

2013-12-11 17:01:06 UTC MAIN commitmail json YAML

The Boost log library has aggressive compiler requirements, disable it
on Darwin with GCC as it does not have new enough STL.  This will most
likely need extending to other platforms/compilers.

(jperkin)

2013-12-11 16:30:02 UTC MAIN commitmail json YAML

Updated meta-pkgs/modular-xorg-protos to 1.6

(wiz)

2013-12-11 16:29:47 UTC MAIN commitmail json YAML

Install xcb-proto as well. Bump version.

(wiz)

2013-12-11 16:13:22 UTC MAIN commitmail json YAML

Update varnish to 3.0.5.

Changes since 3.0.4:
- A bad interaction between -b, -c and -m in the varnishlog tool
  has been fixed.
- A malformed request could in some configurations lead to Varnish
  crashing has been corrected. This is CVE-2013-4484.
- Duplicate Content-Length headers were in some cases sent to clients
  when streaming is enabled, this has been fixed
- ESI parse errors are no longer printed to standard output.
- Stop segfaulting if the first part of a synthetic page is NULL.

(fhajny)

2013-12-11 15:46:23 UTC MAIN commitmail json YAML

Disable --with-links on Darwin.  This matches the configure script behaviour,
and the test for ./descr doesn't work if WRKOBJDIR is on a different file
system thank PKGSRCDIR.

(jperkin)

2013-12-11 15:45:34 UTC MAIN commitmail json YAML

Disable --with-links on Darwin.  This matches the configure script behaviour,
and the test for ./descr doesn't work if WRKOBJDIR is on a different file
system thank PKGSRCDIR.

(jperkin)

2013-12-11 14:55:02 UTC MAIN commitmail json YAML

Fix path to Perl interpreter in "libexec/cert_valid.pl".

Bump package revision because the binary got changed.

(tron)

2013-12-11 13:42:32 UTC MAIN commitmail json YAML

Updated devel/glibmm to 2.38.1

(adam)

2013-12-11 13:41:38 UTC MAIN commitmail json YAML

Changes 2.38.1:

Build:
* Gio::ActionGroup: Remove a nonsensical check that
  clang complains about, correctly.
Documentation:
* Gio::content_type_*(): Add a link from Gtk::AppChooser.
* giomm_tls_client test: Add some comments

(adam)

2013-12-11 12:34:02 UTC MAIN commitmail json YAML

2013-12-11 12:23:53 UTC MAIN commitmail json YAML

+LICENSE; sort USE_TOOLS;

(rodent)

2013-12-11 11:56:42 UTC MAIN commitmail json YAML

SunOS needs -D__EXTENSIONS__.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-11 11:55:17 UTC MAIN commitmail json YAML

Package requires libusb.  Patch from Sebastian Wiedenroth.

(jperkin)

2013-12-11 10:41:04 UTC MAIN commitmail json YAML

Updated multimedia/adobe-flash-plugin11 to 11.2.202.332

(obache)

2013-12-11 10:40:42 UTC MAIN commitmail json YAML

2013-12-11 10:29:46 UTC MAIN commitmail json YAML

The p5-GSSAPI configure script assumes that the output of the SunOS krb5-config
will produce an error message.  Since we installed a wrapper script to handle
the builtin better, there is no longer an error, so avoid that check.

(jperkin)

2013-12-11 10:27:01 UTC MAIN commitmail json YAML

On SunOS, install a wrapper script for krb5-config to strip away arguments
that are unsupported by the native port of MIT KRB5, and add any flags
necessary to support the builtin version.

Fixes various packages since the change to support the SunOS builtin.

Based on patches by Richard PALO (richard@).

(jperkin)

2013-12-11 09:45:14 UTC MAIN commitmail json YAML

2013-12-11 07:56:26 UTC MAIN commitmail json YAML

Remove zlib workaround now that zlib package generates pc file for builtin.

(wiz)

2013-12-11 07:52:26 UTC MAIN commitmail json YAML

Remove zlib workaround now that zlib.pc generation for builtin is fixed.

(wiz)

2013-12-11 07:11:40 UTC MAIN commitmail json YAML

builtin zlib needs a buildlink symlink to zlib.pc if present or fake one if absent

(richard)