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 (8h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-27 04:35:03 UTC Now

2010-09-02 19:30:28 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Method-Signatures to 0.36

(sno)

2010-09-02 19:29:48 UTC MAIN commitmail json YAML

Updating devel/p5-MooseX-Method-Signatures from 0.35nb1 to 0.36

pkgsrc changes:
- Adjusting dependencies

Upstream changes:
0.36  Tue, 31 Aug 2010 23:36:19 +0200
  * Avoid deprecation warnings from new Moose version by depending on
    MooseX::LazyRequire 0.06 (Jeremy Carman).

(sno)

2010-09-02 19:18:54 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Mix to 0.004

(sno)

2010-09-02 19:18:30 UTC MAIN commitmail json YAML

Updating devel/p5-Class-Mix from 0.003nb1 to 0.004

pkgsrc changes:
- add license definition
- add dependencies (from META.yml/Build.PL)

Upstream changes:
version 0.004; 2010-09-01
  * mro option for mix_class(), to control the method resolution order
    of the mixture class
  * prefix option for mix_class(), to control where the mixture class
    is located
  * document that PREFIX missing from genpkg() means "don't care",
    and change the actual default from "" to "Class::Mix::"
  * check for required Perl version at runtime
  * remove extra block around each sub definition, for readability
  * use full stricture in test suite
  * in Build.PL, explicitly declare configure-time requirements
  * remove bogus "exit 0" from Build.PL
  * add MYMETA.yml to .cvsignore

(sno)

2010-09-02 19:11:56 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Accessor-Grouped to 0.09005

(sno)

2010-09-02 19:11:29 UTC MAIN commitmail json YAML

Updating devel/p5-Class-Accessor-Grouped from 0.09004 to 0.09005

pkgsrc changes:
- replace >=0 dependencies by -[0-9]*

Upstream changes:
0.09005 Wed Sep  1 04:00:00 2010
    - Again, remove Class::XSAccessor for Win32 sine it still breaks

(sno)

2010-09-02 15:33:52 UTC MAIN commitmail json YAML

mention recent updates/additions

(drochner)

2010-09-02 15:24:05 UTC MAIN commitmail json YAML

2010-09-02 15:20:36 UTC MAIN commitmail json YAML

2010-09-02 15:08:11 UTC MAIN commitmail json YAML

add py-omniORBpy-3.4, Python bindings for omniORB, from
Tonnerre Lombard per pkgsrc-wip

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(drochner)

2010-09-02 11:33:27 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-m17n to 1.3.1

(obache)

2010-09-02 11:33:12 UTC MAIN commitmail json YAML

Update ibus-m17n to 1.3.1.

* Implement setup UI.
* some bug fixes and improvements.

(obache)

2010-09-02 11:27:55 UTC MAIN commitmail json YAML

work around a configure check which looks for bind_textdomain_codeset(3)
only in libc but not in libintl: assume it is always there on NetBSD
(unbreaks gnome-sudoku and glchess of gnome-games)
bump PKGREVISION

(drochner)

2010-09-02 10:48:47 UTC MAIN commitmail json YAML

2010-09-02 09:22:43 UTC MAIN commitmail json YAML

2010-09-02 09:21:37 UTC MAIN commitmail json YAML

2010-09-02 09:21:03 UTC MAIN commitmail json YAML

2010-09-02 09:20:19 UTC MAIN commitmail json YAML

update to 4.7.5
changes:
added QStringRef.__str__() and QStringRef.__unicode__() to the
QString v1 API
the destruction by Qt of internally constructed QObject instances is now
automatically detected
a signal defined with pyqtSignal() can now be used with methods that make
an internal call to QObject::connect(), e.g. QTimer.singleShot()
added the --from-imports command line argument to pyuic4 and the
from_imports argument to PyQt4.uic.compileUi()
added support for Python v3.2

(drochner)

2010-09-02 09:18:10 UTC MAIN commitmail json YAML

update to 4.11
changes:
added the %UnitPostIncludeCode directive
/KeepReference/ will now accept a key to track when the same object
is passed to more than one method
operator() and __call__() can now accept keyword arguments
added support for Python v3.2

pkgsrc note: runtime API changed, client pkgs need to be rebuilt

(drochner)

2010-09-02 06:58:50 UTC MAIN commitmail json YAML

Updated security/gnupg2 to 2.0.16nb1

(obache)

2010-09-02 06:58:36 UTC MAIN commitmail json YAML

Some fixes at update to 2.0.16.
* not using autogen.sh anymore, so remove some tools from USE_TOOLS.
* patch-ak does not effect anymore for above reason, add patch-ao for it.
  this patch is required to avoid conflict with security/gnupg.

Bump PKGREVISION.

(obache)

2010-09-02 06:16:56 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-DBSchema to 0.39

(sno)

2010-09-02 06:16:33 UTC MAIN commitmail json YAML

Updating databases/p5-DBIx-DBSchema from 0.38nb1 to 0.39

Upstream changes:
0.39 Fri Mar 26 20:24:58 PDT 2010
        - mysql: TEXT->LONGTEXT
        - mysql: when reverse engineering, transform a default of
          CURRENT_TIMESTAMP into the more common NOW()
        - mysql: fix reverse-engineering of empty string default

(sno)

2010-09-02 06:12:21 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-TimeStamp to 0.13

(sno)

2010-09-02 06:11:59 UTC MAIN commitmail json YAML

Updating databases/p5-DBIx-Class-TimeStamp from 0.12nb1 to 0.13

Upstream changes:
0.13 2010-05-21 18:20:00
    - Changing resolution of tests to not use seconds, RT #48385
    - Changing comparison in tests to support Test::More 0.96, RT #57746

(sno)

2010-09-02 06:02:45 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-EncodedColumn to 0.00010

(sno)

2010-09-02 06:02:20 UTC MAIN commitmail json YAML

Updating databases/p5-DBIx-Class-EncodedColumn from 0.00009nb1 to 0.00010

Upstream changes:
0.00010       2010-08-27
- Support for crypt()

(sno)

2010-09-02 02:37:59 UTC MAIN commitmail json YAML

Revert last change.
Setting LD_LIBRARY_PATH is not required on Interix-3.5.

(obache)

2010-09-02 00:49:44 UTC MAIN commitmail json YAML

Note eekboard and xtest option.

(obache)

2010-09-02 00:36:11 UTC MAIN commitmail json YAML

Updated security/ruby-oauth to 0.4.3

(obache)

2010-09-02 00:35:57 UTC MAIN commitmail json YAML

Update ruby-oauth to 0.4.3.

== 0.4.3 2010-09-01

* Fix for em-http proxy (ichverstehe)

(obache)

2010-09-01 21:43:19 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-FindIndent to 0.09

(sno)

2010-09-01 21:42:58 UTC MAIN commitmail json YAML

Updating textproc/p5-Text-FindIndent from 0.08nb1 to 0.09

Upstream changes:
0.09
- Add vim-commands output.

(sno)

2010-09-01 21:36:30 UTC MAIN commitmail json YAML

Describe vdpau. From Aleksey Cheusov.

(wiz)

2010-09-01 21:22:02 UTC MAIN commitmail json YAML

Updated www/p5-Alien-GvaScript to 1.22

(sno)

2010-09-01 21:21:37 UTC MAIN commitmail json YAML

Updating www/p5-Alien-GvaScript from 1.21nb1 to 1.22

pkgsrc changes:
- add patch to remove useless bits from generated GvaScript.js

Upstream changes:
1.21 18.01.2010
  - bug in Builder, Gvascript.js was written to wrong location

(sno)

2010-09-01 20:58:31 UTC MAIN commitmail json YAML

Updated net/p5-NetPacket to 0.43.1

(sno)

2010-09-01 20:58:08 UTC MAIN commitmail json YAML

Updating net/p5-NetPacket from 0.41.1nb1 to 0.43.1

pkgsrc changes:
- add license definition (see https://rt.cpan.org/Ticket/Display.html?id=60954)
- add homepage
- clarify that it requires a c compiler and Module::Build

Upstream changes:
0.43.1    2010-06-11 21:45:15 America/Montreal
    * Change a test to use explicit number of tests instead of 'done_testing'.

0.43.0  May 23rd, 2010
    * Fixed UDP checksum. Thanks to Hal Finkel. (RT#56235)
    * Added Joel Knight's code for IPv6 support from
        http://www.packetmischief.ca/code/netpacket/.
        Thanks to Doug Farley for the bug report. (RT#57560)

0.42.0 March 25th, 2010
    * Updated license to Artistic 2.0
    * Fixed bad call to 'data()' in ICMP. Thanks to Ventz Petkov.
        (RT#52627)

(sno)

2010-09-01 20:55:56 UTC MAIN commitmail json YAML

Add vdpau option, on the platforms where it is supported.
>From Aleksey Cheusov in PR 43658.

(wiz)

2010-09-01 20:54:09 UTC MAIN commitmail json YAML

2010-09-01 20:42:17 UTC MAIN commitmail json YAML

Added multimedia/libvdpau version 0.4

(wiz)

2010-09-01 20:42:08 UTC MAIN commitmail json YAML

2010-09-01 20:41:45 UTC MAIN commitmail json YAML

Initial import of libvdpau-0.4, packaged by Aleksey Cheusov for wip.

The Video Decode and Presentation API for Unix (VDPAU) provides a complete
solution for decoding, post-processing, compositing, and displaying
compressed or uncompressed video streams. These video streams may be
combined (composited) with bitmap content, to implement OSDs and other
application user interfaces.

This VDPAU API allows video programs to offload portions of the video
decoding process and video post-processing to the GPU video-hardware.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20100901

(wiz)

2010-09-01 20:31:01 UTC MAIN commitmail json YAML

Updated textproc/p5-YAML to 0.72

(sno)

2010-09-01 20:30:33 UTC MAIN commitmail json YAML

Updating textproc/p5-YAML from 0.71nb1 to 0.72

Upstream changes:
version: 0.72
date:    Wed Sep 1 11:54:00 AEST 2010
changes:
- Upgrade to Module::Install 1.00
- Upgraded author tests via new ADAMK release automation
- Normalise Ingy's name to ASCII in Makefile.PL so that we don't have
  Unicode in our own META.yml

(sno)

2010-09-01 20:17:55 UTC MAIN commitmail json YAML

Updated devel/p5-Config-IniFiles to 2.58

(sno)

2010-09-01 20:17:26 UTC MAIN commitmail json YAML

Updating devel/p5-Config-IniFiles from 2.57nb1 to 2.58

pkgsrc changes:
- remove deprecated homepage

Upstream changes:
Version 2.58:  ( Mon May 17 10:43:06 IDT 2010 )
------------------------------------------------
* Incorporated a fix for some broken POD.
    - https://rt.cpan.org/Ticket/Display.html?id=51617
    - Thanks to Frank Wiegand for reporting it.

* Got rid of \r/carriage-returns's in lib/Config/IniFiles.pm .
    - It interfered with applying a patch.

* Applied a patch to get rid of indirect object notation in the
  documentation and code ("new Config::IniFiles") and replace it with
  Config::IniFiles->new().
    - https://rt.cpan.org/Ticket/Display.html?id=57536
    - Thanks to Tom Molesworth for the patch.

(sno)

2010-09-01 20:12:00 UTC MAIN commitmail json YAML

Updated devel/p5-Config-INI to 0.015

(sno)

2010-09-01 20:11:29 UTC MAIN commitmail json YAML

Updating devel/p5-Config-INI from 0.014nb1 to 0.015

pkgsrc changes:
- add license definition

Upstream changes:
0.015    2010-08-22
          documentation improvements (thanks, castaway)

(sno)

2010-09-01 20:07:06 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-Flexible to 0.16

(sno)

2010-09-01 20:06:42 UTC MAIN commitmail json YAML

Updating time/p5-DateTime-Format-Flexible from 0.15nb1 to 0.16

pkgsrc changes:
- add build dependency

Upstream changes:
0.16 Thu Aug 25 2010
  - make sure 'now' means now and not when the module loaded unless user
    has set a base (thanks Ryan Voots rt #60731)

(sno)

2010-09-01 16:46:41 UTC MAIN commitmail json YAML

update to 2.0.16
changes:
-bugfixes
-New command --passwd for GPG
-Make use of libassuan 2.0 which is available as a DSO
-The gpg-agent commands KILLAGENT and RELOADAGENT are now available
on all platforms

(drochner)

2010-09-01 16:40:53 UTC MAIN commitmail json YAML

update to 1.1.0
changes:
-bugfixes
-Make use of libassuan 2.0 which is available as a DSO

(drochner)

2010-09-01 16:35:15 UTC MAIN commitmail json YAML

update to 1.0.8
change: Fixed a CMS parsing bug exhibited by Lotus Notes

(drochner)

2010-09-01 16:34:00 UTC MAIN commitmail json YAML

2010-09-01 16:32:18 UTC MAIN commitmail json YAML

2010-09-01 16:30:57 UTC MAIN commitmail json YAML

2010-09-01 15:59:49 UTC MAIN commitmail json YAML

2010-09-01 15:59:23 UTC MAIN commitmail json YAML

2010-09-01 15:52:58 UTC MAIN commitmail json YAML

2010-09-01 13:53:52 UTC MAIN commitmail json YAML

Updated misc/kdepim4 to 4.4.5nb2

(wiz)

2010-09-01 13:45:52 UTC MAIN commitmail json YAML

Add
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
per pkglint, ride PKGREVISION bump from a few seconds ago.

(wiz)

2010-09-01 13:45:25 UTC MAIN commitmail json YAML

2010-09-01 12:55:59 UTC MAIN commitmail json YAML

Updated x11/xkeyboard-config to 1.9nb1

(wiz)

2010-09-01 12:55:50 UTC MAIN commitmail json YAML

2010-09-01 11:45:34 UTC MAIN commitmail json YAML

update to 2.20.3
changes:
-bugfix
-translation updates

(drochner)

2010-09-01 11:43:59 UTC MAIN commitmail json YAML

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

update to 2.30.3
changes:
-bugfixes
-UI improvements
-translation updates

(drochner)

2010-09-01 11:38:35 UTC MAIN commitmail json YAML

2010-09-01 11:36:31 UTC MAIN commitmail json YAML

update to 3.30.3
changes:
-bugfix
-translation update

(drochner)

2010-09-01 11:31:42 UTC MAIN commitmail json YAML

update MASTER_SITES for current location
(this pkg will be obsolete soon, when gnutls gets updated to 2.10)

(drochner)

2010-09-01 10:54:31 UTC MAIN commitmail json YAML

add a "test" target

(drochner)

2010-09-01 10:52:49 UTC MAIN commitmail json YAML

update to 0.7.2
changes:
- Fix typo for running properly
- Support for new hidden property 'show_compose_margin'
- Updated Spanish translation

(drochner)

2010-09-01 09:23:18 UTC MAIN commitmail json YAML

>From Robert Elz:
Patch from upstream cvs repository to allow exmh to function
correctly with tcl 8.5 (or any earlier version).  This patch
will not be needed after the next exmh upgrade.

No PKGREVISION bump since no uservisible changes.

(wiz)

2010-09-01 06:07:28 UTC MAIN commitmail json YAML

Updated devel/p5-Set-Object to 1.28

(sno)

2010-09-01 06:06:58 UTC MAIN commitmail json YAML

Updating devel/p5-Set-Object from 1.27nb1 to 1.28

pkgsrc changes:
- add license definition

Upstream changes:
1.28, 22 Jul 2010
    * Fixed a portability concern for some platforms' C compilers
      (that do not support //-style comments) - RT#52690
    * Valid SIGNATURE file - RT#50492

(sno)

2010-09-01 06:04:25 UTC MAIN commitmail json YAML

Updated devel/p5-Perl-Critic to 1.109

(sno)

2010-09-01 06:03:55 UTC MAIN commitmail json YAML

Updating devel/p5-Perl-Critic from 1.108nb1 to 1.109

Upstream changes:
[1.109] Released on 2010-08-29
    Bug Fixes:
    * ValuesAndExpressions::RequireInterpolationOfMetachars fix due to
      changes in Email::Address 1.890.  Note that this may find problems
      in code that it didn't before, e.g. q<'@foo'>.

(sno)

2010-09-01 05:36:27 UTC MAIN commitmail json YAML

Updated devel/p5-File-chdir to 0.1004

(sno)

2010-09-01 05:36:00 UTC MAIN commitmail json YAML

Updating devel/p5-File-chdir from 0.1002nb2 to 0.1004

pkgsrc changes:
- adding license definition
- updating Perl5 core dependencies

Upstream changes:
0.1004 Wed Jun  9 14:14:54 EDT 2010
    - Build.Pl and Makefile.PL will bail out on Perl 5.13.1, which
      accidentally broke File::chdir

0.1003 Tue Apr 27 21:21:32 EDT 2010
    - testfix: remove -T flag in tests

(sno)

2010-09-01 05:27:48 UTC MAIN commitmail json YAML

Updated devel/p5-Exception-Class to 1.32

(sno)

2010-09-01 05:27:15 UTC MAIN commitmail json YAML

Updating devel/p5-Exception-Class from 1.30nb1 to 1.32

pkgsrc changes:
- upstream switched from Module::Build to ExtUtils::MakeMaker
- modify dependency versions
- update license condition

Upstream changes:
1.32 Jun 28, 2010
- Removed Test::Most dependency, which was causing a circular dependency
  chain. Reported by Burak Gursoy. RT #58889.

1.31 Jun 26, 2010
- Made it possible to use Exception::Class::Base without loading
  Exception::Class. Reported by Alex Peters. RT #57269.

(sno)

2010-09-01 05:13:54 UTC MAIN commitmail json YAML

Updated www/ikiwiki to 3.20100831

(schmonz)

2010-09-01 05:13:42 UTC MAIN commitmail json YAML

Update to 3.20100831. From the changelog:

  * filecheck: Fall back to using the file command if the freedesktop
    magic file cannot identify a file.
  * flattr: New plugin. (Thanks to jaywalk for the initial implementation
    at a flattr plugin! This one is less configurable, but simpler.)
  * smiley: warn instead of error for missing smileys (Giuseppe Bilotta)
  * openid: Syntax tweak to the javascript code to make it work with MSIE 7
    (and MSIE 8 in compat mode). Thanks to Iain McLaren for reporting
    the bug and providing access to debug it.
  * style.css: Use relative, not absolute font sizes. Thanks, Giuseppe Bilotta.
  * htmlscrubber: Do not scrub url anchors that contain colons.
  * Danish translation update. Closes: #594673
  * highlight: Make location of highlight's files configurable in setup
    file to allow for nonstandard installations.
  * Allow "link(.)" and similar PageSpecs. Thanks, Giuseppe Bilotta.
  * Run the preprocess hooks in scan mode *before* the scan hooks.
    This allows the po plugin to register a scan hook that runs
    last and rescans pages after all data from the first scan pass is
    completed. This avoids the po plugin needing to rebuild some pages.
    (intrigeri)
  * po: Fix some bugs that affected l10n.ikiwiki.info's unusual
    setup. (intrigeri)
  * t/bazaar.t: Work around bzr 2.2.0's new requirement to configure
    bzr whoami before committing.
  * httpauth: Avoid redirecting the user to the cgiauthurl if
    they already have a login session.

(schmonz)

2010-09-01 00:55:00 UTC MAIN commitmail json YAML

2010-08-31 20:58:24 UTC MAIN commitmail json YAML

Updated devel/p5-Data-UUID to 1.215

(sno)

2010-08-31 20:57:53 UTC MAIN commitmail json YAML

Updating devel/p5-Data-UUID from 1.20.3nb1 to 1.215

pkgsrc changes:
- correct version numbering - perl version numbers are usually 3 digits:
  1.3  == 1.003
  1.3.5 == 1.003005

Upstream changes:
1.215 2010-05-24
  - no changes, released as non-trial

1.214 TRIAL RELEASE 2010-05-14
  - Use gv_stashpv instead of gv_stashpvs (Florian Ragwitz)

1.213 TRIAL RELEASE 2010-05-07
  - Pass along the interpreter to ptable_store, if needed (Florian Ragwitz)

1.212 TRIAL RELEASE 2010-05-07
  - fix MANIFEST (thanks for noticing, Florian Ragwitz)

1.211 TRIAL RELEASE 2010-05-07
  - add a uniqueness test to threads.t (thanks, SCHWERN!)

1.210 TRIAL RELEASE 2010-05-07
  - thread safety, added by Florian Ragwitz

(sno)

2010-08-31 20:52:52 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-mysql to 4.017

(sno)

2010-08-31 20:52:31 UTC MAIN commitmail json YAML

Updating databases/p5-DBD-mysql from 4.013nb1 to 4.017

Upstream changes:
2010-08-11 Patrick Galbraith <patg@patg.net> (4.017)
* BUG #60085, Andreas Koenig's patch for DBI changes
* Updated documents

2010-07-10 Patrick Galbraith <patg@patg.net> (4.016)
* Disabled mysql_bind_type_guessing due to one performance issue
  querying on a indexed character column unquoted will mean the index
  is not used
* Fixed int types that should be bools

2010-07-09 Patrick Galbraith <patg@patg.net> (4.015)
* BUG #56664 fixed t/40blobs.t skip_all logic (W. Phillip Moore)
* BUG #57253 Fixed iteration past end of string (crash). (Chris Butler)
* Added a new parameter for old behavior- mysql_bind_comment_placeholders which
  will make it possible to have placeholders bound for those who really
  want that behavior.
* Fixed bind_type_guessing - always on now

2010-04-14 Patrick Galbraith <patg@patg.net> (4.014)
* BUG #30033 Fixed handling of comments to allow comments that contain characters
  that might otherwise cause placeholder detection to not work properly
* BUG #53844, Fix for memory leak in stats. (Gregory Burmistrov)
* BUG #49719, Fix for handling of NULLs in prepared statements (Gert Pache)
* BUG #55627, Fix for testing failure due to strict mode (Yves)
* BUG #51784, Fix for mysqladmin on Windows in Makefile (Zeeshan Muhammad)
* BUG #41630, Typo in Makefile
* Had to define true and false in dbdimp.h. Didn't work out of the box on Linux

(sno)

2010-08-31 20:41:50 UTC MAIN commitmail json YAML

Updated devel/p5-Data-Dumper-Concise to 2.012

(sno)

2010-08-31 20:41:19 UTC MAIN commitmail json YAML

Updating devel/p5-Data-Dumper-Concise from 1.200nb1 to 2.012

Upstream changes:
2.012 Aug 31 2010
  - Make DwarnN test still work if Devel::ArgNames isn't installed

2.011 Aug 30 2010
  - add $DwarnN export
  - make Devel::ArgNames an optional dep

2.010 Jul 29 2010
  - add $Dwarn export

2.001 Jul 23 2010
  - add documentation for DwarnN

2.000 Jul 22  2010
  - remove Dumper() returning object
  - add DwarnN
  - add DwarnL
  - make Dwarn contextual
  - document ::Dwarn idiom

(sno)

2010-08-31 20:33:56 UTC MAIN commitmail json YAML

Updated devel/p5-Data-Dump to 1.17

(sno)

2010-08-31 20:33:30 UTC MAIN commitmail json YAML

Updating devel/p5-Data-Dump from 1.15nb1 to 1.17

Upstream changes:
2010-06-12 - Release 1.17 - Gisle Aas <gisle@ActiveState.com>
  Fix dump of "1\n" (the newline was lost) [RT#56595]

  Start using the range operator to shorten list dumps.
  For instance dump(1,2,3,4,5) now returns '(1 .. 5)'.

  CODE references now dumped as 'sub { ... }'.
  Potetential compatibility issue as perl-5.12 or better
  to eval such strings.

  Fix how multiline hash values are indented.

  Make indentation configurable

  Improved documentation

2010-06-09 - Release 1.16 -  Gisle Aas <gisle@ActiveState.com>
  Add support for filter callbacks
      - filters can modify how selected objects are dumped
  Various enhancements to how/when hash keys are quoted
      - don't quote keywords
      - don't quote words prefixed with "-"
      - don't quote long identifier keys
      - quote all hash keys if one needs quoting for better alignment
  Use case-insensitive sorting for hash keys

(sno)

2010-08-31 20:27:53 UTC MAIN commitmail json YAML

Updated devel/p5-Params-Classify to 0.011

(sno)

2010-08-31 20:27:30 UTC MAIN commitmail json YAML

Updating devel/p5-Params-Classify from 0.009nb1 to 0.011

Upstream changes:
version 0.011; 2010-08-21
  * bugfix: add a typemap entry for "const char *", to make XS version
    of scalar_class() work correctly on Perl 5.6, having been broken by
    the const fix in version 0.010
  * in XS code, on Perls where it exists (prior to 5.9.5), treat SVt_PVBM
    as a scalar referent type

version 0.010; 2010-08-20
  * in XS, use PERL_NO_GET_CONTEXT for efficiency
  * use full stricture in test suite
  * also test POD coverage of pure Perl implementation
  * in test suite, make all numeric comparisons against $] stringify it
    first, to avoid architecture-dependent problems with floating point
    rounding giving it an unexpected numeric value
  * make XS code const clean for gcc -Wwrite-strings
  * in Build.PL, explicitly set needs_compiler to avoid bogus
    auto-dependency on ExtUtils::CBuilder
  * in Build.PL, explicitly declare configure-time requirements
  * add MYMETA.yml to .cvsignore

(sno)

2010-08-31 19:18:14 UTC MAIN commitmail json YAML

2010-08-31 19:05:17 UTC MAIN commitmail json YAML

+ aria2-1.10.1, ddrescue-1.13, gucharmap-2.30.3, kde4-4.5.1,
  mlterm-3.0.1 [pkg/43822], singularity-0.30b, vttest-20100830,
  wireshark-1.4.0, xterm-262.

(wiz)

2010-08-31 18:49:04 UTC MAIN commitmail json YAML

update to 2.30.2
changes: Update html5tube to work with new youtube layout.

(with the HTML5Tube extension one can view youtube videos without
a flash viewer installed, using WebKit's HTML5 media player)

(drochner)

2010-08-31 18:46:49 UTC MAIN commitmail json YAML

update to 2.30.5
This releases tries to sync with master as much as possible. Mostly bug fixes,
cleanups and small enhancements have been cherry-picked.

(drochner)

2010-08-31 18:25:29 UTC MAIN commitmail json YAML

add conditionals to PLIST to fix the non-gnome case, should fix
PR pkg/43812 by Matthew Mondor
The DIA_HELPDIR variable looks unnecessary now, it might make sense
to not install the xml documentation in the non-gnome case because
there is no tool to read it anyway.

(drochner)

2010-08-31 18:24:11 UTC MAIN commitmail json YAML

Bump PKGREVISION for DEPENDENCY change.

(wiz)

2010-08-31 18:18:38 UTC MAIN commitmail json YAML

remove dependency on ghostscript-fonts -- this pkg uses fontconfig
to access fonts

(drochner)

2010-08-31 18:00:52 UTC MAIN commitmail json YAML

don't enable the "avahi" option per default, as done in other pkgs
(doesn't work on NetBSD)

(drochner)

2010-08-31 16:56:11 UTC MAIN commitmail json YAML

Note update of the "help2man" package to version 1.38.2nb1.

(tron)

2010-08-31 16:55:58 UTC MAIN commitmail json YAML

Fix build problems under Mac OS X (and potentially other platforms):
1.) Include "devel/gettext-lib/buildlink3.mk" to avoid incomplete builds.
2.) Don't strip installed binaries (under Mac OS X only) which is required
    for shared objects.

(tron)

2010-08-31 16:28:56 UTC MAIN commitmail json YAML

Note update of lang/ruby18-base package to 1.8.7.174nb7.

(taca)

2010-08-31 16:28:13 UTC MAIN commitmail json YAML

Explicitly set environment INSTALL, and reset INSTALL_DATA,
INSTALL_PROGRAM and INSTALL_SCRIPT.

They reflect to Ruby's Config::CONFIG constant which contains
various configuration parametes which would be used when installing
extention modules including ruby gems.

Setting INSTALL explicitly reset the line in mk/configure/gnu-configure.mk.

CONFIGURE_ENV+= ac_given_INSTALL=${INSTALL:Q}\ -c\ -o\ ${BINOWN}\ -g\ ${BINGRP}

Should be fix PR pkg/43684 and pkg/43687.

Bump PKGREVISION.

(taca)

2010-08-31 13:26:55 UTC MAIN commitmail json YAML

Removed net/quagga-devel successor net/quagga [gdt 2010-08-31]

(gdt)

2010-08-31 13:26:05 UTC MAIN commitmail json YAML

- quagga-devel

(gdt)

2010-08-31 13:21:25 UTC MAIN commitmail json YAML

2010-08-31 13:20:24 UTC MAIN commitmail json YAML

Updated net/quagga to 0.99.17

(gdt)

2010-08-31 13:20:13 UTC MAIN commitmail json YAML

2010-08-31 12:55:16 UTC MAIN commitmail json YAML

Emphasize that no one should be running 0.98.6.  (This package will be
deleted as soon as I have time to move quagga-devel to quagga.)

(gdt)

2010-08-31 12:20:15 UTC MAIN commitmail json YAML

2010-08-31 12:17:44 UTC MAIN commitmail json YAML

2010-08-31 10:57:13 UTC MAIN commitmail json YAML

uses new "<case1> if <cond> else <case2>" syntax -> Python-2.5+ only
(seen in bulk build)

(drochner)

2010-08-31 10:53:06 UTC MAIN commitmail json YAML

we have enigmail support these days

(tnn)

2010-08-31 08:29:42 UTC MAIN commitmail json YAML

+ input-pad py-input-pad ibus-input-pad

(obache)

2010-08-31 08:28:08 UTC MAIN commitmail json YAML

Added inputmethod/ibus-input-pad version 0.1.3

(obache)

2010-08-31 08:27:52 UTC MAIN commitmail json YAML

Import ibus-input-pad-0.1.3 as inputmethod/ibus-input-pad.

The input pad engine for IBus platform.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-08-31 08:27:10 UTC MAIN commitmail json YAML

Added inputmethod/py-input-pad version 0.1.1

(obache)

2010-08-31 08:26:54 UTC MAIN commitmail json YAML

Import py-input-pad-0.1.1 as inputmethod/py-input-pad.

The input pad is a tool to send a character on button to text applications.
This package provides python wrapper for input pad.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-08-31 08:25:38 UTC MAIN commitmail json YAML

Added inputmethod/input-pad version 0.1.1

(obache)

2010-08-31 08:25:20 UTC MAIN commitmail json YAML

2010-08-31 08:23:16 UTC MAIN commitmail json YAML

Update distinfo, noted by tron@.  (Thanks!)

(taca)

2010-08-31 07:03:42 UTC MAIN commitmail json YAML

Note update of devel/gmake package to 3.82nb1.

(taca)

2010-08-31 07:02:48 UTC MAIN commitmail json YAML

Add a fix for bug #30612 (http://savannah.gnu.org/bugs/index.php?30612)
from GNU make's CVS repository (revision 1.194).  It solves some of
strange compile error on misc/rpm (and maybe more).

Bump PKGREVISION.

(taca)

2010-08-31 06:03:02 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Weaken to 3.004.000

(sno)

2010-08-31 06:02:41 UTC MAIN commitmail json YAML

Updating devel/p5-Test-Weaken from 3.002000nb1 to 3.004000

Upstream changes:
3.004000 Sun May 16 15:36:51 2010
        * Ticket 56722:
          When addition is overloaded, it confuses Test::Weaken.

(sno)

2010-08-31 05:45:39 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Most to 0.22

(sno)

2010-08-31 05:45:14 UTC MAIN commitmail json YAML

Updating devel/p5-Test-Most from 0.21nb1 to 0.22

pkgsrc changes:
- correcting license
- adjusting dependency versions

Upstream changes:
0.22    2010-08-07
        - Added always_explain() and always_show().
        - Apply doc fixes from ranguard. Thanks :)

0.21_04 2010-02-06
        - Give people the ability to exclude test modules in case of
          conflicts.  This is to resolve: "Prototype mismatch: sub
          main::blessed ($) vs none" error with Moose and Test::Deep.  See
          https://rt.cpan.org/Ticket/Display.html?id=54362&results=e73ff63c5bf9ba0f796efdba5773cf3f

0.21_03 2010-02-06
        - Bump up dependency on Test::Builder.  Need that for done_testing()
          and to deprecate all_done().
        - Remove strict and warnings from tests since they no longer need them
          :)
        - Decided to bump up the minimum version number for all test modules.
          This module should be "one stop shopping" for most people.
        - Moderately significant POD update.

0.21_02 2010-02-06
        - Import strict an warnings.
        - Increase version requirement for
          https://rt.cpan.org/Ticket/Display.html?id=44790  Thanks to Gerda
          Shank for that.

0.21_01 2009-02-18
        - Have explain() depend on Test::More::note() (patch from Schwern)
        - Depend on Test::More directly (patch from Scwhern)

(sno)

2010-08-31 05:36:09 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Class to 0.36

(sno)

2010-08-31 05:35:36 UTC MAIN commitmail json YAML

Updating devel/p5-Test-Class from 0.35nb1 to 0.36

Upstream changes:
0.36 - or the "Adrian should have released this earlier" release [2010-08-19]
(Thanks to Mark Morgan for doing all the useful work on this one!)
    - New add_filter() method allows global filtering of test methods
    - Apply t/todo.t patch to fix RT#55324 (test bug, not Test::Class bug).
      This makes the test suite pass with Test::Simple 0.95_01 and greater.

(sno)

2010-08-31 05:28:43 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-Leak-Object to 1.01

(sno)

2010-08-31 05:28:21 UTC MAIN commitmail json YAML

Updating devel/p5-Devel-Leak-Object from 1.00nb1 to 1.01

pkgsrc changes:
- switch to Module::Install::Bundled

Upstream changes:
1.01 Wed 16 Jun 2010
- Upgraded to Module::Install::DSL 0.99
- warn rather than die for objects that don't conform to our assumptions
- list tracked source line only once
- list the next caller in the stack if bless is called by the
  class's new()
- add a checkpoint() status which lists new classes created (and
  not destroyed) since the last call to checkpoint()

(sno)

2010-08-31 05:21:43 UTC MAIN commitmail json YAML

Updated print/p5-LaTeX-Table to 1.0.5

(sno)

2010-08-31 05:21:10 UTC MAIN commitmail json YAML

Updating print/p5-LaTeX-Table from 1.0.2 to 1.0.5

pkgsrc changes:
- adjusting dependencies

Upstream changes:
1.0.5  Wed  Aug 25 2010
        - Set min. version of MooseX::FollowPBP to 0.03 (older versions caused
          cpan test fails)

1.0.4  Tue  Aug 24 2010
        - fixed stupid bug in Build.PL (introduced in 1.0.3)

1.0.3  Tue  Aug 24 2010
        - small code cleanup
        - added github in Makefile.PL and Build.PL
        - moved author tests to xt
        - longtable tests

(sno)

2010-08-31 05:12:54 UTC MAIN commitmail json YAML

Updated textproc/p5-YAML-Syck to 1.14

(sno)

2010-08-31 05:12:30 UTC MAIN commitmail json YAML

Updating textproc/p5-YAML-Syck from 1.12nb1 to 1.14

Upstream changes:
[Changes for 1.14 (YAML::Syck 0.37 ) - 2010-08-03]
* RT RT60771 - Further refactor for JSON. if a number is a valid
  perl string, quote it. "1" + "1" = "11" in javascript.
* add YAML tests to make sure HEX and octal preserve their information

(sno)

2010-08-31 01:00:57 UTC MAIN commitmail json YAML

Remove unwanted PLIST entry.

(obache)

2010-08-31 00:59:23 UTC MAIN commitmail json YAML

2010-08-31 00:56:24 UTC MAIN commitmail json YAML

need qmake to build, buildlink with qt4-tools.

(obache)

2010-08-31 00:53:05 UTC MAIN commitmail json YAML

2010-08-30 22:30:55 UTC MAIN commitmail json YAML

Updated security/aide to 0.14.2

(pettai)

2010-08-30 22:30:27 UTC MAIN commitmail json YAML

Version 0.14.2
    * Report correct file type in "Detailed information
      about changes" section
    * Bug fixes

Version 0.14.1
    * Added aide-attributes.sh contrib script
    * Bug fixes

Version 0.14
        * Renewed autoconf mechanism
        * Resolved licensing conflicts
        * New feature to summarize changes
        * Added prelink support
        * Many bugfixes

(pettai)

2010-08-30 21:56:40 UTC MAIN commitmail json YAML

Updated mail/mimedefang to 2.71

(pettai)

2010-08-30 21:55:49 UTC MAIN commitmail json YAML

MIMEDefang 2.71 fixes the following bugs:

* Restores compatibility with Postfix (which was broken in 2.70).
* Properly fixes signal-handling in child processes. 2.70 included a partial fix,
  but signal-handling would break if you ran md-mx-ctrl reread.

(pettai)

2010-08-30 21:43:43 UTC MAIN commitmail json YAML

Updated devel/pango to 1.28.1nb1

(jakllsch)

2010-08-30 21:43:00 UTC MAIN commitmail json YAML

Allow man pages to build properly. rev++

(jakllsch)

2010-08-30 20:42:44 UTC MAIN commitmail json YAML

2010-08-30 20:30:29 UTC MAIN commitmail json YAML

Stop playing with -fvisibility to fix compilation on amd64.

(wiz)

2010-08-30 19:29:26 UTC MAIN commitmail json YAML

2010-08-30 19:09:34 UTC MAIN commitmail json YAML

2010-08-30 19:05:48 UTC MAIN commitmail json YAML

2010-08-30 19:02:27 UTC MAIN commitmail json YAML

Changes 2.7.3:
* Lots of little incremental bug fixes and enhancements in this release.
* Finally got some fixes out there for you Yahoo users behind some
  particularly annoying firewalls and proxies, among other fixes.  Enjoy!

Changes 2.7.2:
* We discovered a security issue in Pidgin 2.7.0 and 2.7.1 and decided to
  release a patched version quickly.  This release contains the fix for that
  crash, and a few other minor fixes.

(adam)

2010-08-30 18:17:37 UTC MAIN commitmail json YAML

Updated net/unbound to 1.4.6

(pettai)

2010-08-30 18:16:45 UTC MAIN commitmail json YAML

unbound 1.4.6:

Features:
* Builtin root hints contain AAAA for I.ROOT-SERVERS.NET.
* unbound.h has extern "C" statement for easier include in c++.
* added feature to print configure date, target and options with -h.
* added feature to print event backend system details with -h.
* (ports and works on Minix 3.1.7). On Minix, add /usr/gnu/bin to PATH,
  use ./configure AR=/usr/gnu/bin/gar and gmake.
* GOST enabled if SSL is recent and ldns has GOST enabled too.

Bug Fixes:
* Fix TCPreply on systems with no writev, if just 1 byte could be sent.
* Fix to use one pointer less for iterator query state store_parent_NS.
* Max referral count from 30 to 130, because 128 one character domains is valid DNS.
* added documentation for the histogram printout to syslog.
* Fix assertion failure reported by Kai Storbeck from XS4ALL, the assertion was wrong.
* updated ldns tarball.
* iana portlist updated.
* Unbound reports libev or libevent correctly in logs in verbose mode.
* Fix handling of corner case reply from lame server, follows rfc2308.
* Fix jostle list bug found by Vince (luoce at cnnic), it caused the qps in
  overload situations to be about 5 qps for the class of shortly serviced
  queries.
* Fix the max number of reply-address count to be applied for duplicate queries,
  and not for new query list entries.
* Fix RFC4035 compliance with 2.2 statement that the DNSKEY at apex must be
  signed with all algorithms from the DS rrset at the parent.
* Fix validation of qtype DNSKEY when a key-cache entry exists but no rr-cache
  entry is used (it expired or prefetch), it then goes back up to the DS or
  trust-anchor to validate the DNSKEY.
* log if a server is skipped because it is on the donotquery list, at verbosity
  4, to enable diagnosis why no queries to 127.0.0.1.
* failure to chown the pidfile is not fatal any more.
* Neat function prototypes, unshadowed local declarations.
* Fix integer underflow in prefetch ttl creation from cache.
  This fixes a potential negative prefetch ttl.
* Changed the defaults for num-queries-per-thread/outgoing-range.

(pettai)

2010-08-30 18:00:49 UTC MAIN commitmail json YAML

Updated net/nsd to 3.2.6

(pettai)

2010-08-30 18:00:17 UTC MAIN commitmail json YAML

NSD 3.2.6:

Features:
* Expand command line option '-a' and config option 'ip-address:' with port number.

Bugfixes:
* Bugfix #314: correctly print NSEC next field, escape spaces and fix label overflows.

Operational notes:
* Configure options --disable-dnssec, --disable-nsid, --disable-tsig are removed
* Configure option --max-interfaces is renamed to --max-ips

(pettai)

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

move BUILDLINK_LDFLAGS definition from bl3.mk to builtin.mk -- in theory,
the linker flag should be filtered out by a rule in builtin.mk, but
apparently this doesn't always work. If in builtin.mk, it doesn't get
defined unnecessarily.

(drochner)

2010-08-30 17:22:09 UTC MAIN commitmail json YAML

back out libsoup bl3 inclusion -- it is not referred to by brasero
dorectly, only indirectly through totem-pl-parser

(drochner)

2010-08-30 17:19:49 UTC MAIN commitmail json YAML

2010-08-30 14:43:39 UTC MAIN commitmail json YAML

Updated misc/py-anita to 1.13

(gson)

2010-08-30 14:42:27 UTC MAIN commitmail json YAML

Update misc/py-anita to 1.13.  Changes from 1.12:

When installing NetBSD/sparc, use a terminal type of "xterm" rather
than "sun", as anita is more likely run from an xterm or other
ANSI-like terminal than from a sun console.

In the BUGS section of the man page, mention the specific NetBSD ports
affected.

Fix typos in the man page.

(gson)

2010-08-30 13:52:24 UTC MAIN commitmail json YAML

Updated security/opendnssec to 1.1.2

(pettai)

2010-08-30 13:51:57 UTC MAIN commitmail json YAML

OpenDNSSEC 1.1.2:

Dnsruby 1.49 now required (for correct zone parsing)
ldns 1.6.6 is required to fix the zone fetcher bug

Bugfixes:
* ods-control stop did not stopped zone fetcher (bug was introduced in 1.1.0)
* Auditor correctly handles chains of empty nonterminals
* Zone fetcher can block zone transfers if AXFR once failed.
  This is a bug in ldns versions 1.6.5 and lower.
  See KNOWN_ISSUES for more information.
* Bugreport #165: Ensure Output SOA serial is always bigger than Input SOA serial.
* Bugreport #166: Correct exit value from signer.
* Bugreport #167: Zone fetcher now also picks up changes when zonelist is reloaded
* Bugreport #168: ods-control with tightened control for the Enforcer
* Bugreport #169: Do not include config.h in the distribution
* Bugreport #170: Typo in a man page (ods-signer)
* Bugreport #172: Correction of some macros in a man page (ods-timing)
* Bugreport #173: A man page used a macro that does not exist (ods-ksmutil)

(pettai)

2010-08-30 13:43:03 UTC MAIN commitmail json YAML

Corrected dates for my commits

(pettai)

2010-08-30 13:39:21 UTC MAIN commitmail json YAML

Updated net/ldns to 1.6.6

(pettai)

2010-08-30 13:38:52 UTC MAIN commitmail json YAML

Updated net/ruby-dnsruby to 1.49

(pettai)

2010-08-30 12:20:54 UTC MAIN commitmail json YAML

Updated textproc/mdoclint to 1.10

(wiz)

2010-08-30 12:20:44 UTC MAIN commitmail json YAML

Mark "IMPLEMENTATION NOTES" and "COMPATIBILITY" as NetBSD only. Bump version.

(wiz)

2010-08-30 11:51:56 UTC MAIN commitmail json YAML

2010-08-30 11:49:08 UTC MAIN commitmail json YAML

2010-08-30 11:47:55 UTC MAIN commitmail json YAML

Added x11/eekboard version 0.0.5

(obache)

2010-08-30 11:47:35 UTC MAIN commitmail json YAML

Import eekboard-0.0.5 as x11/eekboard.

eekboard is a virtual keyboard software package which ships with a standalone
virtual keyboard application (eekboard), and a library to create keyboard-like
UI (libeek).

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

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

Changes 1.1.10 (toolkit):
* More string format fixes in silcd and client libary
* configure: changed AC_PROG_LIBTOOL order to fix disabling shared libs
* configure: check threads support in OpenBSD
* Fixed string format vulnerability in client entry handling
* Reported and patch provided by William Cummings
* silcd: Fixed IDENTIFY command reply handling for channels

Changes 1.1.18 (server):
* silcd: Added heartbeat support
* Added support for sending SILC_PACKET_HEARTBEAT packets to connection,
  to make sure they keep alive and to detect if they have died
* Set SO_KEEPALIVE for all accept()ed sockets
* silcd: Fixed SIGUSR1 signal handling
* Fixed the SIGUSR1 signal handling which can be used to dump the server
  internals to /tmp.
* Changed also End of Stream handling to handle NULL idata pointer instead
  of ignoring the EOS in case it is NULL.
* Changed also the DETACH timeout handling to use the packet stream
  directly instead of looking up client in the callback
* More string format fixes in silcd and client libary

(adam)

2010-08-30 09:44:05 UTC MAIN commitmail json YAML

2010-08-30 09:42:59 UTC MAIN commitmail json YAML

Added x11/libfakekey version 0.1

(obache)

2010-08-30 09:42:41 UTC MAIN commitmail json YAML

Import libfakekey-0.1 as x11/libfakekey.

X Virtual Keyboard Library of the Matchbox WM project.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-08-30 07:37:20 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-skk to 1.0.0

(obache)

2010-08-30 07:36:48 UTC MAIN commitmail json YAML

Update ibus-skk to 1.0.0.

* fix 'hh' not handled correctly.
* Don't use "==" in sh script (Issue#2).
* Don't set $ENV in Makefile (Issue#3).
* Add "Initial Input Mode" configuration.
* Add test for zl.
* Fix zl conversion.
* Add links to external resources.

(obache)

2010-08-30 07:36:31 UTC MAIN commitmail json YAML

Reinstate patch-ac, which is still needed for Perl 5.12.1.

We intentionally wire down the 'libswanted' list in the package Makefile, so
don't let the hints file add new libraries that may be found outside Pkgsrc
control.

Fixes build on Gentoo and SuSE systems, and possibly other Linux systems too
that might have stray -lgdbm_compat libraries lying around.

(dsainty)

2010-08-30 06:21:50 UTC MAIN commitmail json YAML

Set WRKOBJDIR=${workdir}/pkgsrc to target mk.conf if --workdir is specified.

(obache)

2010-08-30 03:02:54 UTC MAIN commitmail json YAML

Updated math/wxMaxima to 0.8.6

(asau)

2010-08-30 03:02:37 UTC MAIN commitmail json YAML

Update to wxMaxima 0.8.6
Changes are unknown, corresponding files are empty.

(asau)

2010-08-30 02:51:08 UTC MAIN commitmail json YAML

Remove duplicate entry.
"make commit-changes-entry" doesn't like duplicate entries in TODO.

(asau)

2010-08-30 02:49:48 UTC MAIN commitmail json YAML

Updated math/mathomatic to 15.2.0

(asau)

2010-08-30 02:48:41 UTC MAIN commitmail json YAML

Update to Mathomatic 15.2.0

CHANGES MADE TO MATHOMATIC 15.2.0 TO BRING IT UP TO THE NEXT VERSION:

All makefiles were improved.  Library test/example program is renamed to "testmain".

Package maintainers please take note: support for the DESTDIR environment variable was
added to the makefiles; for proper operation when packaging version 15.2.1 or higher,
please remove any patches for missing DESTDIR support.
m4 Mathomatic should work now when included in the Mathomatic package (make m4install).
Thank you for packaging Mathomatic!  If I did anything wrong, please let me know.

8/26/10 - Added the -e option, which processes mathematical expressions and Mathomatic commands
          instead of input files on the shell command line.  For example, entering
          "mathomatic -eq 2+3" gives "answer = 5".  This functionality has been requested
          many times by Mathomatic command line users.  A complete example:

CHANGES MADE TO MATHOMATIC 15.1.6 TO BRING IT UP TO THE NEXT VERSION:

Minor improvements were made to the user documentation.

8/22/10 - Removed "Complex number roots approximated" warning message, since this happens often.

          Capitalized E, I, PI, and Pi are now accepted as the universal constants e, i, and pi,
          without needing to enter "set no case".  This allows Mathomatic to easily
          accept Mathematica style expression input.

          m4 Mathomatic now additionally accepts Mathematica style capitalized function input.
          matho and rmath now display elapsed, CPU, and system times in seconds upon exit.

8/23/10 - Fixed #equation-number entry at the main prompt to always work and allow an expression
          or equation following on the same line to be entered at that equation space.
          For example: "#10 y=1/x" will work now;
          previously only worked if equation space number 10 was previously allocated and used.
          The way it works is: all equation spaces up to and including number 10 are allocated,
          if not already allocated, upon entry of "#10".
          Equations spaces are allocated with the memory allocator malloc(3).

CHANGES MADE TO MATHOMATIC 15.1.5 TO BRING IT UP TO THE NEXT VERSION:

7/26/10 - Disabled ncurses call for auto-color detection when CYGWIN is defined while
          compiling the source code, due to a reported problem of readline failing with
          ncurses in Cygwin.

7/28/10 - Disabled readline history save file for the Cygwin port,
          because it is a filename that starts with a period.

7/31/10 - Added "set fractions_display" option, to allow disabling the automatic conversion of
          fractions like .5 to 1/2 for display.
          Developer requested and useful in the symbolic math library,
          when numerical fraction output isn't wanted.

8/01/10 - Fixed a memory leak when ignoring the output string in the symbolic math library.

8/04/10 - Preserve overflowed powers like 2^2222 rather than aborting with an error message.
          Allow simplification of math like 2*2^2222 and 2/2^2222.

8/08/10 - matho-primes runs twice as fast with the -ffast-math gcc compilation option,
          which is now enabled by default.  Don't try -ffast-math with the main Mathomatic
          program though, because then Mathomatic won't work properly.

CHANGES MADE TO MATHOMATIC 15.1.4 TO BRING IT UP TO THE NEXT VERSION:

Many minor tweaks and improvements.

7/03/10 - Makefiles and compile scripts were corrected and enhanced
          per http://www.gnu.org/prep/standards/

7/06/10 - Changed all "#if true" and "#if false" conditional commenting to "#if 1" and "#if 0"
          in the C source code, thanks to Min Sik Kim of NetBSD pkgsrc.

CHANGES MADE TO MATHOMATIC 15.1.3 TO BRING IT UP TO THE NEXT VERSION:

All of the Unix man pages and user manuals for Mathomatic were fixed.

The compare and "solve verify" commands now simplify more thoroughly with "repeat simplify"
for better expression equality determination.

6/17/10 - Greatly improved file operation error reporting by using the perror(3) function.

6/18/10 - Fixed categories in "icons/mathomatic.desktop";
          Mathomatic now goes under valid categories, mainly Education.

CHANGES MADE TO MATHOMATIC 15.1.2 TO BRING IT UP TO THE NEXT VERSION:

6/6/10 - I made mistakes in the improvement to the simplify command of version 15.1.2,
        the original working simplify logic of version 15.1.1 is now restored, sorry.

CHANGES MADE TO MATHOMATIC 15.1.1 TO BRING IT UP TO THE NEXT VERSION:

A general cleanup was done.
A small improvement was made to the final result of the simplify and fraction commands.
Showing intermediate results in the calculate, sum, and product commands is now done with "set debug 1".

5/28/10 - Added "tests/collatz.in", the Collatz conjecture as an automatically computable equation.

CHANGES MADE TO MATHOMATIC 15.1.0 TO BRING IT UP TO THE NEXT VERSION:

Code and documentation cleanup.

5/21/10 - Added "primes/matho-sum", a utility that sums its command line arguments or standard input.
          Use "matho-primes 0 2000000 | matho-sum" to find the sum of all primes less than 2,000,000.
          Solves Project Euler problem #10: http://projecteuler.net/index.php?section=problems&id=10

5/23/10 - Primes (') are allowed in variable names now, if not using the symbolic math library, so that the
          derivative, integrate, and nintegrate commands can change the dependent variable to y', y'', etc.
          This can be turned on in the symbolic math library by the command "set special_variable_characters='".

          Non-alphanumeric characters in variable names are now converted to underline characters (_)
          when exporting to a programming language or to a different program.

CHANGES MADE TO MATHOMATIC 15.0.8 TO BRING IT UP TO THE NEXT VERSION:

5/10/10 - Added "help constants" command.

5/11/10 - Integer variables are now specified by using a variable name that starts with "integer",
          like "integer1", "integer_x", etc.  Currently only the modulus operator "%" checks
          for integer variables, to help with simplification.

5/12/10 - Corrected the output string type of the symbolic math library API.  It was erroneously declared
          as type "const", possibly causing a memory leak.

5/13/10 - Moved and adapted "makefile.lib" to "lib/makefile", so the symbolic math library build is isolated.
          Previously "make clean" was required between different builds.  All makefiles require GNU make now.

CHANGES MADE TO MATHOMATIC 15.0.7 TO BRING IT UP TO THE NEXT VERSION:

4/26/10 - Allow "make pdf" to generate PDF documentation from the HTML documentation with htmldoc.
          Please read the comments in the makefile for all available options.

4/29/10 - For every makefile, CFLAGS has been modified to include OPTFLAGS as required by the Fedora Linux
          build system, and OPTFLAGS defaults to the optional gcc specific flags like optimization.

          In the symbolic math library, made available the equation number of the result of calling the API,
          if also stored in an equation space.  The result equation number is stored in the global "result_en".
          Useful if you want to know where the result was stored, to act on it with further commands.

CHANGES MADE TO MATHOMATIC 15.0.6 TO BRING IT UP TO THE NEXT VERSION:

Corrections and improvements to the documentation were made.

4/3/10 - Vastly improved the "factor number" user interface, now factors integer expressions like 2^32-1.
        "factor number" is disabled in library mode.

4/13/10 - The real and imaginary commands no longer fail when the expression is not complex,
          just a warning is given.

4/14/10 - Changed normal display of "-1*" to "-", for prettier 2D expression output,
          so things like "-a" display properly, not as "-1*a".

CHANGES MADE TO MATHOMATIC 15.0.5:

1/28/10 - Added a Python utility called "primorial" to the Prime Number Tools install
          that multiplies together the results of matho-primes, displaying the primorials
          of the integers given on the command line.

3/18/10 - Changed author email address to "gesslein@linux.com".

3/23/10 - Catch SIGHUP and SIGTERM signals for proper termination of the Mathomatic program;
          readline was messing up when Mathomatic was terminated by closing the shell window.
          The plot command now always plots expressions with grid marks displayed for reference.

CHANGES MADE TO MATHOMATIC 15.0.4:

1/21/10 - In the makefile, changed the HTML man page generator back to rman because
          groff HTML output looks really bad and rman allows linking to other man pages.
          groff is no longer used.

1/24/10 - Fixed "make m4install", the installed rmath and matho programs weren't working.

1/27/10 - Added GNU LGPL license notices to every C source file with a copyright notice,
          for proper protections.

CHANGES MADE TO MATHOMATIC 15.0.3:

1/9/10 - Fixed a problem only in the version 15.0.3 makefile, where it didn't respect
        the CC environment variable set by the user, instead it always used "gcc"
        as the C compiler.

CHANGES MADE TO MATHOMATIC 15.0.2:

12/27/09 - Moved get_screen_size() from main.c to am.c because it is used in the library when
          compile-time options UNIX or CYGWIN are defined.
          Thanks to Cygwin port maintainer Reini Urban for noticing and fixing this problem.
          Defining UNIX or CYGWIN in library mode is not recommended.

12/31/09 - Added code to allow any command to be preceded by "repeat", which sets the
          repeat flag for the following command.  Most commands ignore the repeat flag.

1/1/10 - Ported divide and roots commands to be repeatable.  Also repeatable are the
        calculate and eliminate commands.

1/2/10 - Allow Taylor series computation even if the specified differentiation variable
        is not found in the expression, giving a warning.
        Ported simplify command to be a repeatable full simplify; that is, typing
        "repeat simplify" repeatedly runs the simplify command until the result stabilizes
        to the smallest size expression.

1/7/10 - Thanks to pretty C code submitted by Simon Geard,
        the code and variables commands have been made much more readable.

1/8/10 - Made Mathomatic easier to compile under Solaris, thanks to Michael Pogue of Sun.
        Fixed failure to compile under BSD Unix when compiling with readline support.

CHANGES MADE TO MATHOMATIC 15.0.1:

12/19/09 - The last few versions fix the ugliness caused by the GCD factoring change made on 6/22/09.
          Today's change factors out the numerical GCD of rational coefficients as needed to simplify.
          Most simplification results should be beautiful and the simplest possible again now,
          without the misleading observed magnitude caused by always factoring out the GCD,
          which was why the change of 6/22/09 was made.

CHANGES MADE TO MATHOMATIC 15.0.0:

12/12/09 - Fixed a problem with the -q (quiet mode) option being ignored if the session options
          were ever saved with the "set save" command.

12/13/09 - Added code to allow Mathomatic output to be redirected by default.
          Fixed the derivative command to be successful even when the result is 0,
          when compiled as a library.

12/14/09 - Added ability to log symbolic math library results, and made command behavior
          more consistent in the library by always returning the final result string.

12/16/09 - The factor command now factors more by factoring out the GCD of rational coefficients.

CHANGES MADE TO MATHOMATIC 14.6.3 TO BRING IT UP TO 15.0.0:

Cleanup and more bug fixes.

11/26/09 - Added detection of the terminal's ANSI color availability, when readline is enabled.

11/28/09 - Added detection of divide by zero and NaN when using the "solve verify" command,
          for more correct results.
          Solving now factors out the GCD of rational coefficients, for improved results.
          The fixes today are from errors solving equations like (2*x/(x - 3)) + 3 = 6/(x - 3)

11/29/09 - Disallow the variable named "nan".  NaN cannot be directly entered into Mathomatic.

11/30/09 - Added shell scripts "t" and "tests/t" to easily test Mathomatic by typing "./t".

12/2/09 - The fraction command now factors out the GCD of rational coefficients like the
          solve command does, so that coefficients in algebraic fractions become integers.
          The GCD verifying routine was perfected by making it very strict, like it should be.

(asau)

2010-08-30 02:22:32 UTC MAIN commitmail json YAML

* set LICENSE=gnu-gpl-v3
* honor PKG_SYSCONFDIR
* exactly buildlink with libiconv and tell library for iconv to configure,
  fixes PR#43809.

(obache)

2010-08-30 02:04:59 UTC MAIN commitmail json YAML

2010-08-30 00:19:35 UTC MAIN commitmail json YAML

Updated lang/sbcl to 1.0.42

(asau)

2010-08-30 00:18:58 UTC MAIN commitmail json YAML

Update to SBCL 1.0.42

changes in sbcl-1.0.42 relative to sbcl-1.0.41
  * build changes
    ** Cross-compilation host is now specified to make.sh using
      command-line argument --xc-host=<command> instead of a positional
      argument. (thanks to Daniel Herring)
    ** Install location can be specified to make.sh using command-line
      argument --prefix=<path>. (lp#550889s, thanks to Daniel Herring)
  * optimization: The default implementation of
    COMPUTE-DISCRIMINATING-FUNCTION does much less wasted work.
  * enhancement: Explicit memory barrier operations are now available for use
    by multithreaded code.  See documentation for details.
  * enhancement: Experimental support for threading on Linux/PPC.
  * bug fix: RENAME-PACKAGE returns the package.  (Thanks to Eric Marsden)
  * bug fix: EXPT signals an error if first argument is a zero and second
    argument is a floating point zero. (lp#571581, thanks to Roman Marynchak)
  * bug fix: DEFTYPE signals an error for non-list lambda-lists.
    (lp#576594, thanks to Roman Marynchak)
  * bug fix: make ASDF-INSTALL compatible with the now-included ASDF2.
    (lp#612998, reported by Phil Hargett; patch from Jim Wise)

(asau)

2010-08-29 21:51:34 UTC MAIN commitmail json YAML

1.6.6
        * Fix ldns_rr_clone to copy question rrs properly.
        * Fix ldns_sign_zone(_nsec3) to clone the soa for the new zone.
        * Fix ldns_wire2dname size check from reading 1 byte beyond buffer end.
        * Fix ldns_wire2dname from reading 1 byte beyond end for pointer.
        * Fix crash using GOST for particular platform configurations.
        * extern C declarations used in the header file.
        * Removed debug fprintf from resolver.c.
        * ldns-signzone checks if public key file is for the right zone.
        * NETLDNS, .NET port of ldns functionality, in contrib.
        * Fix handling of comments in resolv.conf parse.
        * GOST code enabled if SSL recent, RFC 5933.
        * bugfix #317: segfault util.c ldns_init_random() fixed.
        * Fix ldns_tsig_mac_new: allocate enough memory for the hash, fix use of
          b64_pton_calculate_size.
        * Fix ldns_dname_cat: size calculation and handling of realloc().
        * Fix ldns_rr_pop_rdf: fix handling of realloc().
        * Fix ldns-signzone for single type key scheme: sign whole zone if there
          are only KSKs.
        * Fix ldns_resolver: also close socket if AXFR failed (if you don't,
          it would block subsequent transfers).
        * Fix drill: allow for a secure trace if you use DS records as trust
          anchors.

1.6.5
        * Catch \X where X is a digit as an error.
        * Fix segfault when ip6 ldns resolver only has ip4 servers.
        * Fix NSEC record after DNSKEY at zone apex not properly signed.
        * Fix syntax error if last label too long and no dot at end of domain.
        * Fix parse of \# syntax with space for type LOC.
        * Fix ldns_dname_absolute for escape sequences, fixes some parse errs.
        * bugfix #297: linking ssl, bug due to patch submitted as #296.
        * bugfix #299: added missing declarations to host2str.h
        * ldns-compare-zones -s to not exclude SOA record from comparison.
        * --disable-rpath fix
        * fix ldns_pkt_empty()
        * fix ldns_resolver_new_frm_fp not ignore lines after a comment.
        * python code for ldns_rr.new_question_frm_str()
        * Fix ldns_dnssec_verify_denial: the signature selection routine.
        * Type TALINK parsed (draft-ietf-dnsop-trust-history).
        * bugfix #304: fixed dead loop in ldns_tcp_read_wire() and
          ldns_tcp_read_wire_timeout().
        * GOST support with correct algorithm numbers.  The plan is to make it
          enabled if openssl support is detected, but it is disabled by
          default in this release because the RFC is not ready.
        * Fixed comment in rbtree.h about being first member and data ptr.
        * Fixed possibly leak in case of out of memory in ldns_native2rdf...
        * ldns_dname_is_wildcard added.
        * Fixed: signatures over wildcards had the wrong labelcount.
        * Fixed ldns_verify() inconsistent return values.
        * Fixed ldns_resolver to copy and free tsig name, data and algorithm.
        * Fixed ldns_resolver to push search onto searchlist.
        * A ldns resolver now defaults to a non-recursive resolver that handles
          the TC bit.
        * ldns_resolver_print() prints more details.
        * Fixed ldns_rdf2buffer_str_time(), which did not print timestamps
          on 64bit systems.
        * Make ldns_resolver_nameservers_randomize() more random.
        * bugfix #310: POSIX specifies NULL second argument of gettimeofday.
        * fix compiler warnings from llvm clang compiler.
        * bugfix #309: ldns_pkt_clone did not clone the tsig_rr.
        * Fix gentoo ebuild for drill, 'no m4 directory'.
        * bugfix #313: drill trace on an empty nonterminal continuation.

(pettai)

2010-08-29 18:23:55 UTC MAIN commitmail json YAML

Note update of emacs-snapshot.

(minskim)

2010-08-29 18:23:19 UTC MAIN commitmail json YAML

Update emacs-snapshot to 24.0.50.20100829.

Changes:
- Sync with Tramp 2.1.19.
- Minor bug fixes.

(minskim)

2010-08-29 17:56:44 UTC MAIN commitmail json YAML

Updated www/p5-CGI-Compile to 0.12

(seb)

2010-08-29 17:56:33 UTC MAIN commitmail json YAML

Update p5-CGI-Compile from version 0.11nb1 to version 0.12.

Pkgsrc changes:
- adjust dependencies

Upstream changes:
0.12  Sun Aug  8 23:35:52 PDT 2010
        - better mod_perl compatibility (chain to CORE::GLOBAL::exit) (rkitover)

(seb)

2010-08-29 15:06:38 UTC MAIN commitmail json YAML

Updated devel/p5-IO-All to 0.41

(seb)

2010-08-29 15:06:28 UTC MAIN commitmail json YAML

Update p5-IO-All from version 0.39nb1 to version 0.41.

Pkgsrc changes:
- adjust dependencies

Upstream changes:
---
version: 0.41
date:    Mon Aug 16 22:33:45 PDT 2010
changes:
- Recent Test::More was triggering errors in file_spec.t.
- Thanks to Torsten Raudssus for a fix. Getty++
---
version: 0.40
date:    Sun Aug 15 15:22:12 PDT 2010
changes:
- Fixed a bug in t/chdir.t

(seb)

2010-08-29 14:42:54 UTC MAIN commitmail json YAML

Updated games/rftg to 0.7.4

(wiz)