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

2024-05-13 06:01:01 UTC Now

2010-09-23 05:38:16 UTC MAIN commitmail json YAML

2010-09-23 05:37:20 UTC MAIN commitmail json YAML

remove unused patch.

(obache)

2010-09-23 05:30:21 UTC MAIN commitmail json YAML

2010-09-23 05:29:31 UTC MAIN commitmail json YAML

+ lua-socket, rabbitmq

(obache)

2010-09-23 05:28:10 UTC MAIN commitmail json YAML

2010-09-23 05:27:32 UTC MAIN commitmail json YAML

+ lua-filesystem

(obache)

2010-09-23 05:25:49 UTC MAIN commitmail json YAML

2010-09-23 05:23:38 UTC MAIN commitmail json YAML

2010-09-23 04:08:54 UTC MAIN commitmail json YAML

2010-09-23 04:07:40 UTC MAIN commitmail json YAML

Import tex-ly1-doc-2010 as fonts/tex-ly1-doc.

This is documentation for tex-ly1.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2010-09-23 04:07:29 UTC MAIN commitmail json YAML

Import tex-ly1-2010 as fonts/tex-ly1.

The Y&Y 'texnansi' (TeX and ANSI, for Microsoft interpretations of ANSI
standards) encoding lives on, even after the decease of the company; it
is known in the LaTeX scheme of things as LY1 encoding. This bundle
includes metrics and LaTeX macros to use the basic three (Times,
Helvetica and Courier) Adobe Type 1 fonts in LaTeX using LY1 encoding.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2010-09-23 02:29:18 UTC MAIN commitmail json YAML

Note update of databases/ruby-odbc package to 0.99992.

(taca)

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

Update ruby-odbc package to 0.99992.

* Add a comment to patch.

Thu Sep 16 2010 version 0.99992 released

* ODBC::Statement.each/each_hash now output arrays when
  invoked without block
* column keys in result hashes now are cached/recycled Ruby strings
* added ODBC::Database methods use_time/use_utc to directly
  output Ruby Time/Date objects
* added encoding support in the UTF8 variant for Ruby >= 1.9
* added module constant ODBC::UTF8 to indicate variant of module
* fixes for M$SQL server reporting zero column sizes
  and unknown data types for varchar(strmax) columns
* eliminated compiler warnings
* use StringValueCStr instead of STR2CSTR (Ruby >= 1.9.1)
* small change for decision when to use SQLGetData() loop

(taca)

2010-09-23 02:26:46 UTC MAIN commitmail json YAML

Correct HOMEPAGE; www.datamapper.org isn't exist but datamapper.org.

(taca)

2010-09-22 21:24:12 UTC MAIN commitmail json YAML

Updated www/p5-Template-Toolkit-Simple to 0.08

(sno)

2010-09-22 21:17:40 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Connector to 0.40

(sno)

2010-09-22 21:17:16 UTC MAIN commitmail json YAML

Updating databases/p5-DBIx-Connector from 0.35nb1 to 0.40

pkgsrc changes:
- bump required DBI version

Upstream changes:
0.40  2010-09-17T18:44:01
      - The code refs passed to `run()`, `txn()`, and `svp()` now know their
        contexts, so that `wantarray` can be used to decide what to return.
        Patch from Yaroslav Korshak.
      - Set `AutoInactiveDestroy` on connect with DBI 1.614 and higher, unless
        it is explicitly set in the attributes. This makes things even safer
        in a forking environment, preventing a parent process from getting
        disconnected when a child exits without using the connection. The
        reports from Peter Rabbitson and Aran Deltac and subsequent discussion
        with Tim Bunce led to the addition of this attribute in DBI 1.614,
        which is now the recommended version of DBI.
      - `DESTROY()` no longer pings the database or rolls back transactions.
        It now simply calls `disconnect`. This avoids warnings during global
        destruction, and doesn't seem necessary anyway, as the DBI does these
        things during global destruction (and always has). Thanks to Matt
        Trout for the heads-up.
      - `DESTROY()` now clears `CachedKids`, following the precedent of
        DBIx::Class. May not be needed for recent-ish drivers, but seems
        harmless and it's nice to avoid warnings were possible. Reported by
        Matt Trout.
      - The `connected()` method no longer `local`ly sets `RaiseError`. It
        instead leaves that to the drivers (currenly only Driver::Oracle).
      - The exception classes `DBIx::Connector::TxnRollbackError` and
        `DBIx::Connector::SvpRollbackError` now use `our @ISA =` instead of
        `use base` to inherit from `DBIx::Connector::RollbackError. This is to
        avoid failures from mod_perl restarts. Suggested by Matt Trout.
      - Require Test::Pod 1.41 for POD tests so that `L<text|url>` is
        considered valid.

(sno)

2010-09-22 21:15:19 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-ODBC to 1.25

(sno)

2010-09-22 21:14:39 UTC MAIN commitmail json YAML

Updating databases/p5-DBD-ODBC from 1.23nb1 to 1.25

Upstream changes:
Changes in DBD::ODBC 1.25 September 22, 2010
* Official release of 1.25 combining all the changes in the 1.24_x
development releases.

Changes in DBD::ODBC 1.24_6 September 16, 2010
* rt 61370 - default XML type parameters in SQL Server to SQL_WCHAR so
  they accept unicode strings.

Changes in DBD::ODBC 1.24_5 September 15, 2010
* Fixed missing SvSETMAGIC on a bound scalar which was causing length()
  to return the wrong result - see http://www.perlmonks.org/?node_id=860211
  and a big thank you to Perl Monks and in particular ikegami.
* Changed bind_col so it actually pays attention to the TYPE attribute as
  you could not override the bind type of a bound column before.

Changes in DBD::ODBC 1.24_4 September 8, 2010
* Left a sv_undef in - thanks smoke testers for finding that.
* Change sprintf to snprintf for safety.

Changes in DBD::ODBC 1.24_3 September 6, 2010
* Added note from Robert Freimuth for obtaining the last insert ID in
  MS Access.
* Changed all &sv_yes/&sv_no occurrances in XS to PL_sv_yes/PL_sv_no as
  the originals have now gone from blead Perl.
* Minor change to fix missing newline in trace output.
* Added a FAQ entry for how "use regional settings" in MS SQL Server
  breaks things.

Changes in DBD::ODBC 1.24_2 July 23, 2010
* Fix rt57957 reported by Marc Prewitt. DBD::ODBC was not ignoring named
  placeholders and ? inside comments. Comments are deemed as text between
  "/*" and "*/" (if not in a literal) and line comments begin with "--".
* Added a FAQ on procedures not completing in MS SQL Server. Thanks to
  Peter Rabbitson for hitting this problem and reminding me I'd seen it a
  couple of times before.
* Added a FAQ on equality comparisons with ntext columns.
* Added pod for last_insert_id which is not currently supported.
* Fix bug where if SQLMoreResults was called and failed it was not reported.
* Removed some unused fields from the fbh structure which should save a
  little memory for each column in a result-set.
* Started adding support for DBI's DiscardString and StrictlyTyped but not
  complete yet so don't use them yet.
* Added experimental odbc_lob_read method - see pod. Thanks to tye and
  ikegami on perlmonks for pointing out some problems with my initial
  implementation.
* Moved the binding of columns to the first call to fetch instead of after
  execute is called as it prevents bind_col overrriding the type used for
  binding and I needed it to support odbc_lob_read. This may have undesired
  affects so any testing of this release would be appreciated.
* Added bind_col method so DBD::ODBC can support attributes on a bind_col
  call.
* Removed support for DBI's blob_read - it was totally flawed and did not
  work at all. May replace in the future.
* Added support for MS SQL Server XML type (SQL type -152). See rt 59621.
* Added note on do method implementation in DBD::ODBC and how some may
  consider it to deviate from the DBI specification.

Changes in DBD::ODBC 1.24_1 May 27, 2010
* Corrected pod and private attributes for the odbc_SQL_DRIVER_ODBC_VER
  attribute which was documented as SQL_DRIVER_ODBC_VER.
* Added FAQ on pauses on statement destruction when all the result-set
  has not been retrieved (mostly freeTDS and MS SQL Server ODBC Driver).
* Fixed bug introduced in 1.24 where if you are using MS SQL Server, and
  you are preparing, binding placeholders and re-executing multiple times
  you may get a "Invalid character value for cast specification" error.
  Thanks to anonymous for spotting this and producing a standalone example
  of the problem that made it so much easier to find.

Changes in DBD::ODBC 1.24 May 14, 2010
* Minor change in Makefile.PL to only use NO_META if ExtUtils::MakeMaker
  is at least at version 6.10. Reported by Chunmei Wu.
* Minor change to test rt_50852 which had wrong skip count.

Changes in DBD::ODBC 1.23_5 May 6, 2010
* Added advice from Jan Dubois (ActiveState) on building DBD::ODBC for
  ActivePerl (see README.windows).
* rt56692. Fix spelling mistake in DBD::ODBC pod - thanks to Ansgar
  Burchardt.
* Added a 7th way to help documentation - become a tester.
* Hopefully fixed problems building on windows 32 bit platforms that have
  old sql header files not mentioning SQLLEN/SQLULEN.

Changes in DBD::ODBC 1.23_4 April 13, 2010
* Added more FAQs.
* Small optimization to remove calls to SQLError when tracing is not
  turned on. This was a bug. We only need to call SQLError when SQLExecute
  succeeds if there is an error handler or if tracing is enabled. The test
  was for tracing disabled!
* Large experimental change primarily affecting MS SQL Server users but it
  does impact on other drivers too. Firstly, for MS SQL Server users we no
  longer SQLFreeStmt(SQL_RESET_PARAMS) and rebind bound parameters as it
  is causing the MS SQL Server ODBC driver to re-prepare the SQL. Secondly
  (for all drivers) we no longer call SQLBindParameter again IF all the
  arguments to it are the same as the previous call. If you find something
  not working you better let me know as this is such a speed up I'm going
  to go with this unless anyone complains.
* Minor change to avoid a double call to SQLGetInfo for SQL_DBMS_NAME
  immediately after connection.
* Small change for rt 55736 (reported by Matthew Kidd) to not assume a
  parameter is varXXX(max) if SQLDescribeParam failed in the Microsoft
  Native Client driver.

Changes in DBD::ODBC 1.23_3 March 24, 2010
* Minor changes to Makefile.PL and dbdimp.c to remove some compiler
  warnings.
* Fix some calls to SQLMoreResults which were not passing informational
  messages on to DBI's set_err. As you could not see all the informational
  messages from procedures, only the first.
* Fix minor issue in 02simple test which printed the Perl subversion
  before the version.
* Changes to 20SqlServer.t to fix a few typos and make table names
  consistent wrt to case - (as someone had turned on case-sensitivity in
  SQL Server) Similar changes in rt_38977.t and rt_50852.t

Changes in DBD::ODBC 1.23_2 January 26, 2010
* Fixed bug in Makefile.PL which could fail to find unixODBC/iODBC header
  files but not report it as a problem. Thanks to Thomas J. Dillman and
  his smoker for finding this.
* Fixed some compiler warnings in dbdimp.c output by latest gcc wrt to
  format specifiers in calls to PerlIO_printf.
* Added the odbc_force_bind_type attribute to help sort out problems with
  ODBC Drivers which support SQLDescribeParam but describe the parameters
  incorrectly (see rt 50852). Test case also added as rt_50852.t.

Changes in DBD::ODBC 1.23_1 October 21, 2009
* Makefile.PL changes: some formatting changes to output warn if unixodbc
  headers are not found that the unixodbc-dev package is not installed use
  $arext instead of "a" pattern match for pulling libodbc.* changed warn
  if DBI_DSN etc not defined change odbc_config output for stderr to
  /dev/null missing / on /usr/local wheb finding find_dm_hdr_files()
* New FAQ entries from Oystein Torget for bind parameter bugs in SQL
  Server.
* rt_46597.rt - update on wrong table
* Copied dbivport.h from the latest DBI distribution into DBD::ODBC.
* Added if_you_are_taking_over_this_code.txt.
* Add latest Devel::PPPort ppport.h to DBD::ODBC and followed all
  recommendations for changes to dbdimp.c.
* Added change to Makefile.PL provided by Shawn Zong to make
  Windows/Cygwin work again.
* Minor change to Makefile.PL to output env vars to help in debugging
  peoples build failures.
* Added odbc_utf8_on attribute to dbh and sth handles to mark all strings
  coming from the database as utf8. This is for Aster (based on
  PostgreSQL) which returns all strings as UTF-8 encoded unicode. Thanks
  to Noel Burton-Krahn.

(sno)

2010-09-22 21:00:32 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-CSV to 0.31

(sno)

2010-09-22 20:59:53 UTC MAIN commitmail json YAML

Updating databases/p5-DBD-CSV from 0.30 to 0.31

pkgsrc changes:
- adjust dependencies

Upstream changes:
2010-09-18  0.31  H.Merijn Brand
    * Require 5.8.1 (effectively already doing so by requiring DBI-1.614)
    * Update tests to use warnings and done_testing ()
      requires Test::More-0.90, which is also required for DBI
    * Better diagnostics for empty files
    * Allow late setting of attributes (RT#61168) - requires DBI-1.614

(sno)

2010-09-22 20:52:15 UTC MAIN commitmail json YAML

Updated databases/p5-DBI to 1.615

(sno)

2010-09-22 20:51:29 UTC MAIN commitmail json YAML

Updating databases/p5-DBI from 1.613nb1 to 1.615

Upstream changes:
Changes in DBI 1.615 (svn r14438) 21st September 2010
  Fixed t/51dbm_file for file/directory names with whitespaces in them
    RT#61445 (Jens Rehsack)
  Fixed compiler warnings from ignored hv_store result (Martin J. Evans)
  Fixed portability to VMS (Craig A. Berry)

Changes in DBI 1.614 (svn r14408) 17th September 2010
  Fixed bind_param () in DBI::DBD::SqlEngine (rt#61281)
  Fixed internals to not refer to old perl symbols that
    will no longer be visible in perl >5.13.3 (Andreas Koenig)
    Many compiled drivers are likely to need updating.
  Fixed issue in DBD::File when absolute filename is used as table name
    (Jens Rehsack)
  Croak manually when file after tie doesn't exists in DBD::DBM
    when it have to exists (Jens Rehsack)
  Fixed issue in DBD::File when users set individual file name for tables
    via f_meta compatibility interface - reported by H.Merijn Brand while
    working on RT#61168 (Jens Rehsack)

  Changed 50dbm_simple to simplify and fix problems (Martin J. Evans)
  Changed 50dbm_simple to skip aggregation tests when not using
    SQL::Statement (Jens Rehsack)
  Minor speed improvements in DBD::File (Jens Rehsack)

  Added $h->{AutoInactiveDestroy} as simpler safer form of
    $h->{InactiveDestroy} (David E. Wheeler)
  Added ability for parallel testing "prove -j4 ..." (Jens Rehsack)
  Added tests for delete in DBM (H.Merijn Brand)
  Added test for absolute filename as table to 51dbm_file (Jens Rehsack)
  Added two initialization phases to DBI::DBD::SqlEngine (Jens Rehsack)
  Added improved developers documentation for DBI::DBD::SqlEngine
    (Jens Rehsack)
  Added guides how to write DBI drivers using DBI::DBD::SqlEngine
    or DBD::File (Jens Rehsack)
  Added register_compat_map() and table_meta_attr_changed() to
    DBD::File::Table to support clean fix of RT#61168 (Jens Rehsack)

(sno)

2010-09-22 20:49:59 UTC MAIN commitmail json YAML

+ dante-1.2.2, davical-0.9.9.2, freefont-20100919, gdk-pixbuf-2.22.0,
  libX11-1.3.6, ltris-1.0.15, parallel-20100922, puzzles-9001,
  py-qt4-4.7.7, scmgit-1.7.3, scmgit-base-1.7.3, scmgit-docs-1.7.3,
  stella-3.2.2, tea-28.1.2, tig-0.16.1, x11perf-1.5.2.

(wiz)

2010-09-22 20:40:31 UTC MAIN commitmail json YAML

Updated devel/fossil to 201009181.55143

(joerg)

2010-09-22 20:39:59 UTC MAIN commitmail json YAML

Update to fossil-201009181.55143: No detailed ChangeLog, but this fixes
issues with the git2fossil import and repositories > 4GB.

(joerg)

2010-09-22 18:05:46 UTC pkgsrc-2010Q2 commitmail json YAML

2010-09-22 18:04:23 UTC pkgsrc-2010Q2 commitmail json YAML



(tron)

2010-09-22 15:50:44 UTC MAIN commitmail json YAML

2010-09-22 14:53:22 UTC MAIN commitmail json YAML

Update to bzip2-1.0.6: Fix for CVE-2010-0405. Also install various
helper scripts.

(joerg)

2010-09-22 14:48:41 UTC MAIN commitmail json YAML

2010-09-22 14:32:18 UTC MAIN commitmail json YAML

2010-09-22 12:58:54 UTC MAIN commitmail json YAML

Updated databases/pgadmin3 to 1.12.0

(adam)

2010-09-22 12:53:28 UTC MAIN commitmail json YAML

Changes 1.12.0:
* Fix a possible crash on Solaris when closing the server status windows.
* Fix a possible crash on Solaris when cancelling a debugging operation.
* Fix a drawing glitch in the GQB, if the canvas exceeds the hard-coded minimum
  size.
* Get rid of the schema name and double quotes of the result of the format_type
  stored procedure
* Add a title to the frmStatus window when launched in standalone mode.
* Fix an issue with tab keypress on the frmQuery with Windows.
* Disable the "output pad" menu when the user is on the GQB tab.
* Disable the "scratch pad" menu when the user is on the GQB tab.
* Fix another issue with the connection check code.
* Fix an issue where the application_name is used as the database name during
  a connection.
* Fix the connection check code.
* Don't send the Greenplum query for each user, but import it in the big roles
  query.
* Ensure the highlight colour in the SQL textboxes will work with the system
  colours.
* Make sure menubar's and toolbar's items are enabled/disabled as appropriate
  when selecting a server's group, per a report from Steffen Kuhn.
* Ensure the Drop option is shown for rules when appropriate.
* Fix a crash that occured when pressing a key on a text cell in the Edit Grid,
  when not in Edit mode.

(adam)

2010-09-22 12:51:55 UTC MAIN commitmail json YAML

Allow 90 in PGSQL_VERSIONS_ACCEPTED

(adam)

2010-09-22 12:44:12 UTC MAIN commitmail json YAML

Updated geography/viking to 0.9.95

(gdt)

2010-09-22 12:43:48 UTC MAIN commitmail json YAML

Update to 0.9.95.

Viking 0.9.95 (2010-09-07)
New features since 0.9.94
* Add some function short cut key definitions to control showing of the center mark and scale viewport features.
* [DOC] Replace Google with OSM capability in man pages.
* When manually creating a track, automatically give it a default name.
* [DOC] Add contributors from the Wiki(s) history.
* Better dialog name when searching for a waypoint.
* Change max cache time to 1 week.

(gdt)

2010-09-22 11:51:56 UTC MAIN commitmail json YAML

global-5.9.2

(obache)

2010-09-22 11:44:20 UTC MAIN commitmail json YAML

Updated graphics/inkscape to 0.48.0

(adam)

2010-09-22 11:39:14 UTC MAIN commitmail json YAML

Changes 0.48.0:
The highlights of this release are:
* multipath editing
* improved text tool: subscript, superscript, numerical input for text kerning,
  tracking and more
* new Airbrush tool
* LaTeX export with PDF/PS/EPS
* JessyInk extension to create presentations
* numerous bugfixes

(adam)

2010-09-22 09:33:57 UTC MAIN commitmail json YAML

2010-09-22 09:33:42 UTC MAIN commitmail json YAML

Update mlterm to 3.0.1.
Based on PR#43822 by YAMASHIRO, Jun.
Additional clean up by me.

pkgsrc changes:
* set LICENSE=modified-bsd (with uim option, gnu-lgpl-v2 additionally).
* add m17nlib option.

ver 3.0.1
* Improvements for performance of changing 256 colors by
  "\x1b]4;N;rgb:RR/GG/BB\x07" sequence. (Thanks to Konosuke Watanabe san)
* Support "ESC[9Nm" and "ESC[10Nm" sequences.
* Add --button3/button3_behavior option. (If "menu1" is specified, pressing
  button3 shows conf_menu_path_1 program (mlterm-menu) like gnome-terminal.)
* Add "Copy" & "Paste" menus to mlterm-menu.
* Improvements for compatibility with xterm about RGB of system colors.
* Add 'col_size_of_width_a' to configuration protocol. (doc/en/PROTOCOL)
* Merge SF patches:
  #2988801, #2987646 (Thanks to Ahmed El-Mahmoudy)
* Other bug fixes:
  #2818015(partly),#2818018 (Thanks to Thomas Wolff)

ver 3.0.0
* Support 256 colors. (Thanks to Shinichiro Hamaji san)
* Character convertion tables are separated from libmkf library.
* Support win32(Windows 2000-XP) native GUI.
  ('--with-gui=win32' in mingw, msys and cygwin)
* Support font and color configuration protocol.
  (doc/en/PROTOCOL.font,PROTOCOL.color)
* Change 'aafont' format as follows. (Elements in parentheses are optional.)
  [Family]-[Encoding](:[Percentage])
  => [Family]( [Weight] [Slant] [Size]-[Encoding]:[Percentage])
* Add 'DEFAULT' key which specifies fonts used by default
  for font configuration files.
* Add --maxptys option.
* Add 'mlclient', 'mlclientx', 'static_backscroll_mode' and 'type_engine' to
  configuration protocol. (doc/en/PROTOCOL)
* Add 'mlclientx' command.
* Merge SF patches -
  #1574764 (Thanks to Christian Biere)
  #        (Thanks to Frederic Heulin)
  #2879800 (Thanks to Kouichi Kusanagi san)
* Other bug fixes:
  #1999220 (Thanks to Christian Biere)

ver 2.9.4
* Arabic translation of mlconfig [Khaled Hosny]
* Selected region can be expanded by right-clicking [minami]
  (Thanks to ssakane)
* New config key string "title" to allow change pty title [minami]
* Set DISPLAY correctly for ptys opened by -P option [nokada] (SF Bug #1534313)
* Fixed compile errors with gcc 4.3 [mfabian]
* Fixed a potentiol off-by-one bug [mfabian] (Thanks to Dominique Leuenberger)
* Fixed compile errors on biarch systems [Kenshi Muto] (Debian Bug #396532)
* Plugged file-desctiptor leaks [Christian Biere] (SF Patch #1576044)
* Made "restore cursor" work properly with alternate screens [minami]
  (SF Bug#1472143)
* Fixed broken handling of Atom [Kusanagi Kouichi]
* Other bug fixes:
- Debian BUG #329194 [David Kolovratnik]
- SF Bug #1568596 [nokada]
- SF Patch #1574241 [Christian Biere]

(obache)

2010-09-22 09:32:13 UTC MAIN commitmail json YAML

Corrected depversions

(pettai)

2010-09-22 09:13:48 UTC MAIN commitmail json YAML

Remove unwanted hunk from patch-au.
linkage target for Darwin is already exists, and the additonal target
break build on MacOS X 10.4.11 as reported by PR#42993.

(obache)

2010-09-22 06:28:21 UTC MAIN commitmail json YAML

Updated devel/p5-Net-LDAP-Class to 0.25

(sno)

2010-09-22 06:27:48 UTC MAIN commitmail json YAML

Updating devel/p5-Net-LDAP-Class from 0.18nb1 to 0.25

pkgsrc changes:
- add license
- add/adjust dependencies

Upstream changes:
0.19    10 Aug 2009
        * tweek N::L::C::G::AD per https://rt.cpan.org/Ticket/Display.html?id=48562
        * add isa_user() and isa_group() methods to base class per same RT ticket.

0.20    26 Aug 2009
        * add Iterator, SimpleIterator and MultiIterator classes and supporting methods.
          Thanks to Peter Newman for dialogue on the development of the iterator feature.
          See https://rt.cpan.org/Ticket/Display.html?id=48562
        * fix overloading for boolean checks when stringify() evaluates false (emptry string, e.g.)

0.21    26 Aug 2009
        * change fetch_secondary_users() in both Group::AD and Group::POSIX to just wrap around
          secondary_users_iterator().

0.22    14 Sep 2009
        * add pswd_will_expire_localtime to User::AD
        * remove init_user_class and init_group_class overrides in subclasses,
          to prevent masking the fact that you must create your own subclass.

0.23    24 Nov 2009
        * add explicit unbind() calls in tests per RT #52037

0.24    29 Nov 2009
        * flag some AD tests as TODO until the pack/unpack issue with SIDs can be ironed out.
          It only seems to affect Net::LDAP::Server::Test, not actual AD servers.

0.25    17 Feb 2010
        * rewrite of internal _sid2string() and _string2sid() pack/unpack magic. Many thanks
          to David Lowe for the help.

(sno)

2010-09-22 06:09:53 UTC MAIN commitmail json YAML

Updated devel/p5-Net-LDAP-Server-Test to 0.10

(sno)

2010-09-22 06:09:30 UTC MAIN commitmail json YAML

Updating devel/p5-Net-LDAP-Server-Test from 0.8.0.01 to 0.10

pkgsrc changes:
- add license
- adjust download directory

Upstream changes (since 0.08_01 - upstream version of packaged 0.8.0.01):
0.10    15 June 2010
        * ditch the pseudo-sleep() delay in forking child, instead using
          a pipe() check.  Patch from David Leadbeater via
          https://rt.cpan.org/Public/Bug/Display.html?id=56987
        * quiet line noise when primaryGroupID not used. Patch from Ted
          Katseres via https://rt.cpan.org/Public/Bug/Display.html?id=58337

0.09    17 Feb 2010
        * wrap print to $socket handle in {} braces for perl 5.6.x
        * rewrite _sid2string() and _string2sid() with better pack/unpack
          magic. Thanks to David Lowe.

0.08    26 Aug 2009
        * make debugging messages optional with LDAP_DEBUG env var
        * add support for Net::LDAP::Control (specifically,
          Net::LDAP::Control::Paged)

(sno)

2010-09-22 06:01:27 UTC MAIN commitmail json YAML

Updated net/p5-Net-LDAP-Server to 0.42

(sno)

2010-09-22 06:00:27 UTC MAIN commitmail json YAML

Updating net/p5-Net-LDAP-Server from 0.4nb2 to 0.42

pkgsrc changes:
- add license

Upstream changes since 0.4:
version 0.42 (2009/10/01):
    - don't hangup when receiving abandonRequest in order to support
      clients like Evolution which expect that the socket is still
      alive after such a request (patch by Bill Lindley)

(sno)

2010-09-22 05:49:00 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-SpellChecker to 0.08

(sno)

2010-09-22 05:48:21 UTC MAIN commitmail json YAML

Updating textproc/p5-Text-SpellChecker from 0.07 to 0.08

Upstream changes:
None noted

(sno)

2010-09-22 03:00:19 UTC MAIN commitmail json YAML

Update tex-texlive-scripts to r19817.

Changes are only in files not installed in pkgsrc.

(minskim)

2010-09-22 02:25:13 UTC MAIN commitmail json YAML

add a conflict with asterisk >= 1.6.2 as that will include the extra sounds

(jnemeth)

2010-09-21 21:51:15 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-Schema-Loader to 0.07002

(sno)

2010-09-21 21:50:50 UTC MAIN commitmail json YAML

Updating databases/p5-DBIx-Class-Schema-Loader from 0.07001nb1 to 0.07002

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.07002  2010-09-11 01:48:00
        - Properly detect a schema loaded with use_moose on subsequent
          reloads
        - Die with a sensible message when a schema loaded with
          use_moose => 1 is reloaded with use_moose => 0
        - Switch to MRO::Compat
        - Fix oracle common tests failure / lc(undef) warnings
        - Bump Moose/Moosex::NonMoose optional dependencies to fixed-up
          versions
        - Fix mssql common tests failures with MSSQL 2005 (skip test of
          datatypes found only on MSSQL 2008)
        - Fix DB2 v8 test failures (skip tests of graphics types found
          only on DB2 v9)
        - Fix dangerous invocation of ->meta on classes during upgrade
          (may be *non* moosified and contain a user-defined meta() )
        - Multiple test cleanups and refactorings

(sno)

2010-09-21 21:40:10 UTC MAIN commitmail json YAML

Updated mail/p5-Net-ManageSieve to 0.10

(sno)

2010-09-21 21:39:38 UTC MAIN commitmail json YAML

Updating mail/p5-Net-ManageSieve from 0.08nb1 to 0.10

Upstream changes:
0.10 Fri Jul  8 15:45:42 CEST 2010
- fix: authentificate against Cyrus CPAN bug #58192 Rudy Gevaert
You can pass different user and authname to auth() now
- fix: added missed entry in Changes of v0.09
- fix: stall in select() CPAN bug #58235 Rudy Gevaert
When the SSL layer buffers data, select() does not return
true, hence, is not indicating that pending data. It seems
that select() queries the TCP stack only.
The now choosen maximal size in sysread() is larger than
the block size of Net::SSLeay at the current time of 32KB.

0.09 Thu Sep 24 14:29:07 CEST 2009
- fix: CPAN bug#49333: bug in Mangesieve by Oliver Eales
base64 encoded password in fallback branch contains line
feeds

(sno)

2010-09-21 21:36:18 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Encoding to 2.08

(sno)

2010-09-21 21:35:50 UTC MAIN commitmail json YAML

Updating textproc/p5-XML-Encoding from 2.07nb1 to 2.08

pkgsrc changes:
- add license

Upstream changes:
2.08 20 Sep 2010
- Changed test script to use Test::More, renamed it to test.t and moved
  it into the t/ folder. (Fixes [cpan #61369].)
- Moved the perl module into the lib/ folder.

(sno)

2010-09-21 21:32:10 UTC MAIN commitmail json YAML

Updated www/p5-Rose-HTMLx-Form-Related to 0.22

(sno)

2010-09-21 21:31:41 UTC MAIN commitmail json YAML

Updating www/p5-Rose-HTMLx-Form-Related from 0.20nb1 to 0.22

Upstream changes:
0.22    11 April 2010
        * use RelInfo->label, if defined, as the label for converted fields.

0.21    18 Mar 2010
        * only pass field->description if it is defined.

(sno)

2010-09-21 21:28:25 UTC MAIN commitmail json YAML

Updated www/p5-HTML-TreeBuilder-LibXML to 0.12

(sno)

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

Updating www/p5-HTML-TreeBuilder-LibXML from 0.11nb1 to 0.12

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.12 21 Sep 2010
    * no Test::Base(tokuhirom)
    * depend to latest libraries(tokuhirom)
      ref. http://d.hatena.ne.jp/mikeda/20100622/1277229060
    * fixed typo in pod(tokuhirom)

(sno)

2010-09-21 21:19:56 UTC MAIN commitmail json YAML

Updated www/p5-HTML-Tree to 4.0

(sno)

2010-09-21 21:19:25 UTC MAIN commitmail json YAML

Updating www/p5-HTML-Tree from 3.23nb2 to 4.0

pkgsrc changes:
- adjust dependencies
- adding license definition

Upstream changes:
4.0    Mon Sep 20 2010
    [THINGS THAT MAY BREAK YOUR CODE OR TESTS]
    * Changes to entity encoding from ord values to XML entities may break
      tests expecting &#00; style encoding.
    * Attribute names are now validated in as_XML and invalid names will
      cause an error.

    [FIXES]
    * Optionally empty tags with content now have close tag. (RT #49932 #41806)
    * Added attribute name validation. (RT #23439)
    * Added span to @TAGS in AsSubs. (RT #55848)
    * Changed tag encoding to human readable form, e.g. &gt;, and stopped
      re-encoding encoded tags (RT #55835)
    * Added no_expand_entities option to disable entity decoding when
      parsing source. (RT #24947)
    * Fix replace_with not setting parent for an array of content.
      (RT #28204 #45495)
    * Removed newline being appended to as_HTML output. (RT #41739)
    * Fix invalid parent for subsclasses. (RT #36247)
    * Fixed #! line in tests (RT #41945)
    * Switched to Module::Build
    * Fixed Perl::Critic errors
    * Added lots of use strict and use warnings
    * Fix PERL_UNICODE breaking tests. (RT #28404)
    * Add check for class type to traverse. (RT #35948)
    * Move attribute name validation to as_XML. (RT #60619)
    * Fix critic test exploding if Test::Perl::Critic isn't installed.
    * Fix annoying message about x.yy_z not being numeric in t/building.t
    * Added extra_chars options to as_trimmed_text (RT #26436)
    * Added catch for broken table tags (RT #59980)
    * Replace parentheses for constants. (RT #58880)
    * Removed build deps Devel::Cover, Test::Pod::Coverage, Test::Perl::Critic.
      (RT #58878)
    * Added create_makefile_pl => 'traditional' to Build.PL (RT #58878)

    [ENHANCEMENTS]
    * (Ricardo Signes RT #26282) The secret hack to allow elements to be created
      from classes other than HTML::Element has been cleaned up and documented
      for the benefit of TreeBuilder subclasses.
      q.v., HTML::TreeBuilder->element_class
    * Added HTML::Element::encoded_content to control encoding of entities on
      output.

  [TESTS]
    * Added test for optionally empty tags, like A.
    * Added test for invalid attribute name.
    * Added more tests for entity parsing.
    * Add parent test from Christopher J. Madsen. (RT #28204)
    * Add subclass test. (RT #36247)

    [DOCUMENTATION]
    * Docs spelling patch from Ansgar Burchardt <ansgar@43-1.org> (RT #55836)
    * Added definition of white space to as_trimmed_text. (RT #26436)

(sno)

2010-09-21 21:13:21 UTC MAIN commitmail json YAML

Updated www/p5-libwww to 5.837

(sno)

2010-09-21 21:12:39 UTC MAIN commitmail json YAML

Updating www/p5-libwww from 5.836nb1 to 5.837

Upstream changes:
2010-09-20  Release 5.837

David E. Wheeler (1):
      Fix for Encode 2.40

Gisle Aas (2):
      Fix Perl syntax error in synopsis
      Allow ISO 8601 date strings when parsing Apache file listings

(sno)

2010-09-21 21:09:50 UTC MAIN commitmail json YAML

Updated x11/p5-Wx-Perl-ProcessStream to 0.28

(sno)

2010-09-21 21:09:24 UTC MAIN commitmail json YAML

Updating x11/p5-Wx-Perl-ProcessStream from 0.27nb3 to 0.28

Upstream changes:
0.28    2010-09-17 00:00
        Use function Wx::YieldIfNeeded so now no need for Wx
        > 0.97

(sno)

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

Updated time/p5-MooseX-Types-DateTimeX to 0.10

(sno)

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

Updating time/p5-MooseX-Types-DateTimeX from 0.06nb1 to 0.10 (for
cosmetic reasons)

Upstream changes:
0.10    - Reverted to 0.06

(sno)

2010-09-21 20:58:09 UTC MAIN commitmail json YAML

Updated mail/p5-MIME-Types to 1.31

(sno)

2010-09-21 20:57:40 UTC MAIN commitmail json YAML

Updating mail/p5-MIME-Types from 1.30nb1 to 1.31

Upstream changes:
version 1.31:
- moved POD test to xt directory, reducing the number of
  dependencies. [Alexis Sukrieh]

(sno)

2010-09-21 20:54:42 UTC MAIN commitmail json YAML

Updated devel/p5-Module-CoreList to 2.39

(sno)

2010-09-21 20:54:12 UTC MAIN commitmail json YAML

Updating devel/p5-Module-CoreList from 2.38 to 2.39

Upstream changes:
2.39    Sun Sep 19 2010
  - Updated for v5.13.5

(sno)

2010-09-21 20:49:39 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-NYTProf to 4.05

(sno)

2010-09-21 20:49:12 UTC MAIN commitmail json YAML

Updating devel/p5-Devel-NYTProf from 4.04nb1 to 4.05

Upstream changes:
Changes in Devel::NYTProf 4.05 (svn 1359) 15th Sept 2010
  Fixed tests to work with a new optimization in perl 5.13.4.
  Fixed handling of negative values for subroutine line ranges
    (that may be added to %DB::sub by buggy software).
  Fixed handling of negative times from unstable clocks
    that caused spikes in statement times.
  Fixed risk of bad line numbers hanging report generation.

(sno)

2010-09-21 18:51:56 UTC MAIN commitmail json YAML

Update from 0.16.1 to 0.16.3.

Changes:

Merkaartor 0.16.3.

The only issue solved since 0.16.2 is the inability to switch languages.

Merkaartor 0.16.2.

The CHANGELOG since 0.16.1 is:

- FIX : Initial viewport issue
- FIX : Do not export incomplete features
- FIX : CSV import bugs
- FIX : Use "GPX track width" setting even when not in "Simple track appearance" (fixes #3095)
- FIX : temporary solution for #3082
- CHG : Allow to pan with middle mouse button
- FIX : lat/lon grid fixes for non-othogonal projections
- FIX : for non-rthogonal projections, maximize the viewport in lat/lon
- FIX : Handle empty style list in editor (fixes #3079)
- FIX : Fix scale bar to take latitude into account.
- FIX : Do not tag-match relation's children unless the type is "multippolygon" (fixes #2916)
- FIX : problem with "Bottom-left standard" TMS
- FIX : OSX fix
- FIX : Draw relations children dashed to avoid multiple parent drawing
- FIX : Fix several issues with features dock.
- FIX : Fix reappearance of deleted features.
- FIX : Fix WayRemoveNodeCommand reversibility.

(jkunz)

2010-09-21 15:58:21 UTC MAIN commitmail json YAML

Note update of databases/mysql51-client package to 5.1.50nb1.

(taca)

2010-09-21 15:57:30 UTC MAIN commitmail json YAML

2010-09-21 12:11:40 UTC MAIN commitmail json YAML

Import couchdb-1.0.1 as databases/couchdb.

Apache CouchDB is a distributed, fault-tolerant and schema-free document-
oriented database accessible via a RESTful HTTP/JSON API. Among other
features, it provides robust, incremental replication with bi-directional
conflict detection and resolution, and is queryable and indexable using
a table-oriented view engine with JavaScript acting as the default view
definition language.

CouchDB is written in Erlang, but can be easily accessed from any
environment that provides means to make HTTP requests. There are
a multitude of third-party client libraries that make this even easier
for a variety of programming languages and environments.

(Based on wip/couchdb.)

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(fhajny)

2010-09-21 11:47:32 UTC MAIN commitmail json YAML

Import rabbitmq-2.1.0 as net/rabbitmq.

RabbitMQ is a complete and highly reliable Enterprise Messaging
system. The RabbitMQ client libraries and broker daemon can be used
together to create an AMQP network, or used individually to bring
the benefits of RabbitMQ to established networks.

(Based on wip/rabbitmq.)

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(fhajny)

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

Import prosody-0.7.0 as chat/prosody.

Prosody is a flexible communications server for Jabber/XMPP written in Lua.
It aims to be easy to use, and light on resources. For developers it aims
to be easy to extend and give a flexible system on which to rapidly develop
added functionality, or prototype new protocols.

(Based on wip/prosody.)

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(fhajny)

2010-09-21 10:45:57 UTC MAIN commitmail json YAML

Import lua-sec-0.4 as security/lua-sec.

LuaSec is a binding for OpenSSL library to provide TLS/SSL communication.
This version delegates to LuaSocket the TCP connection establishment
between the client and server. Then LuaSec uses this connection to start
a secure TLS/SSL session.

(Based on wip/luasec.)

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(fhajny)

2010-09-21 10:08:48 UTC MAIN commitmail json YAML

Import lua-socket-2.0.2 as net/lua-socket.

Lua extension library that is composed by two parts: a C core that provides
support for the TCP and UDP transport layers, and a set of Lua modules that
add support for functionality commonly needed by applications that deal
with the Internet.

(Based on wip/luasocket.)

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(fhajny)

2010-09-21 09:30:41 UTC MAIN commitmail json YAML

Import lua-filesystem-1.5.0 as devel/lua-filesystem.

LuaFileSystem is a Lua library developed to complement the set of functions
related to file systems offered by the standard Lua distribution.

LuaFileSystem offers a portable way to access the underlying directory
structure and file attributes.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(fhajny)

2010-09-21 08:14:51 UTC MAIN commitmail json YAML

2010-09-21 08:10:57 UTC MAIN commitmail json YAML

Added databases/postgresql90 version 9.0.0

(adam)

2010-09-21 08:06:10 UTC MAIN commitmail json YAML

Added databases/postgresql90 version 9.0.0

(adam)

2010-09-21 07:56:11 UTC MAIN commitmail json YAML

Added databases/postgresql90 version 9.0.0

(adam)

2010-09-21 07:53:57 UTC MAIN commitmail json YAML

Changes 9.0:
9.0 includes more major features than any release before it, including:
* Hot standby
* Streaming replication
* In-place upgrades
* 64-bit Windows builds
* Easy mass permissions management
* Anonymous blocks and named parameter calls for stored procedures
* New windowing functions and ordered aggregates
... and many more. For details on the over 200 additions and improvements in
this version, developed by over a hundred contributors, please see the release
notes.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(adam)

2010-09-21 07:53:31 UTC MAIN commitmail json YAML

Changes 9.0:
9.0 includes more major features than any release before it, including:
* Hot standby
* Streaming replication
* In-place upgrades
* 64-bit Windows builds
* Easy mass permissions management
* Anonymous blocks and named parameter calls for stored procedures
* New windowing functions and ordered aggregates
... and many more. For details on the over 200 additions and improvements in
this version, developed by over a hundred contributors, please see the release
notes.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(adam)

2010-09-21 07:53:14 UTC MAIN commitmail json YAML

Changes 9.0:
9.0 includes more major features than any release before it, including:
* Hot standby
* Streaming replication
* In-place upgrades
* 64-bit Windows builds
* Easy mass permissions management
* Anonymous blocks and named parameter calls for stored procedures
* New windowing functions and ordered aggregates
... and many more. For details on the over 200 additions and improvements in
this version, developed by over a hundred contributors, please see the release
notes.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(adam)

2010-09-21 07:52:57 UTC MAIN commitmail json YAML

Changes 9.0:
9.0 includes more major features than any release before it, including:
* Hot standby
* Streaming replication
* In-place upgrades
* 64-bit Windows builds
* Easy mass permissions management
* Anonymous blocks and named parameter calls for stored procedures
* New windowing functions and ordered aggregates
... and many more. For details on the over 200 additions and improvements in
this version, developed by over a hundred contributors, please see the release
notes.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(adam)

2010-09-21 07:52:41 UTC MAIN commitmail json YAML

Changes 9.0:
9.0 includes more major features than any release before it, including:
* Hot standby
* Streaming replication
* In-place upgrades
* 64-bit Windows builds
* Easy mass permissions management
* Anonymous blocks and named parameter calls for stored procedures
* New windowing functions and ordered aggregates
... and many more. For details on the over 200 additions and improvements in
this version, developed by over a hundred contributors, please see the release
notes.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(adam)

2010-09-21 07:52:24 UTC MAIN commitmail json YAML

Changes 9.0:
9.0 includes more major features than any release before it, including:
* Hot standby
* Streaming replication
* In-place upgrades
* 64-bit Windows builds
* Easy mass permissions management
* Anonymous blocks and named parameter calls for stored procedures
* New windowing functions and ordered aggregates
... and many more. For details on the over 200 additions and improvements in
this version, developed by over a hundred contributors, please see the release
notes.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(adam)

2010-09-21 07:52:03 UTC MAIN commitmail json YAML

Changes 9.0:
9.0 includes more major features than any release before it, including:
* Hot standby
* Streaming replication
* In-place upgrades
* 64-bit Windows builds
* Easy mass permissions management
* Anonymous blocks and named parameter calls for stored procedures
* New windowing functions and ordered aggregates
... and many more. For details on the over 200 additions and improvements in
this version, developed by over a hundred contributors, please see the release
notes.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(adam)

2010-09-21 07:51:36 UTC MAIN commitmail json YAML

Changes 9.0:
9.0 includes more major features than any release before it, including:
* Hot standby
* Streaming replication
* In-place upgrades
* 64-bit Windows builds
* Easy mass permissions management
* Anonymous blocks and named parameter calls for stored procedures
* New windowing functions and ordered aggregates
... and many more. For details on the over 200 additions and improvements in
this version, developed by over a hundred contributors, please see the release
notes.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(adam)

2010-09-21 07:51:18 UTC MAIN commitmail json YAML

Changes 9.0:
9.0 includes more major features than any release before it, including:
* Hot standby
* Streaming replication
* In-place upgrades
* 64-bit Windows builds
* Easy mass permissions management
* Anonymous blocks and named parameter calls for stored procedures
* New windowing functions and ordered aggregates
... and many more. For details on the over 200 additions and improvements in
this version, developed by over a hundred contributors, please see the release
notes.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(adam)

2010-09-21 07:50:47 UTC MAIN commitmail json YAML

Changes 9.0:
9.0 includes more major features than any release before it, including:
* Hot standby
* Streaming replication
* In-place upgrades
* 64-bit Windows builds
* Easy mass permissions management
* Anonymous blocks and named parameter calls for stored procedures
* New windowing functions and ordered aggregates
... and many more. For details on the over 200 additions and improvements in
this version, developed by over a hundred contributors, please see the release
notes.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(adam)

2010-09-21 07:47:26 UTC MAIN commitmail json YAML

Changes 0.96.3:
This release fixes problems with the PDF parser and the internal bzip2 library.
A complete list of changes is available in the Changelog file.

(adam)

2010-09-21 06:26:19 UTC MAIN commitmail json YAML

note bozohttpd 20100920

(mrg)

2010-09-21 06:22:49 UTC MAIN commitmail json YAML

Updated devel/p5-Getopt-Long-Descriptive to 0.086

(sno)

2010-09-21 06:22:11 UTC MAIN commitmail json YAML

Updating devel/p5-Getopt-Long-Descriptive from 0.085nb1 to 0.086

pkgsrc changes:
- bump version of dependency to devel/p5-Sub-Exporter

Upstream changes:
0.086  2010-09-19
        fix minimum required version of Sub::Exporter
        minor tweak to avoid warnings when run with -w

(sno)

2010-09-21 06:17:46 UTC MAIN commitmail json YAML

Updated devel/p5-Package-Stash to 0.08

(sno)

2010-09-21 06:17:21 UTC MAIN commitmail json YAML

Updating devel/p5-Package-Stash from 0.05nb1 to 0.08

Upstream changes:
0.08  2010-09-18
      - oops, accidentally included some experimental changes in that last
        release, that break things

0.07  2010-09-18
      - non-dev release

0.06-TRIAL  2010-08-26
      - re-enable the caching of the stash, since I can't reproduce the bug
        at all

(sno)

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

Updated devel/p5-PathTools to 3.33

(sno)

2010-09-21 06:11:38 UTC MAIN commitmail json YAML

Updating devel/p5-PathTools from 3.31nb1 to 3.33

pkgsrc changes:
- adjust license

Upstream changes since 3.31:
3.33 - Mon Sep 20 18:00:00 2010
- No functional changes since the previous release.
- Fixes POD links
  (part of core change2a6dc37471bea77f0c24fd1fe90c598a270c9968,
  Florian Ragwitz)

3.32 - Sun Sep 19 18:00:00 2010
- Promote to stable release.

3.31_03 - Fri Sep 17 20:00:00 2010
- Colon delimiter and escaped delimiters for File::Spec::VMS
  This is core change 61196b433b2b (Craig A. Berry)

3.31_02 - Fri Jul 23 20:00:00 2010
- Add TODO test for File::Spec->rel2abs() when under a symlink.
- Make catpath return an empty directory rather than the current
  directory if the directory name is empty.  This allows catpath
  to play nice with non-rooted logical names, as in
        catpath('sys$login:', '', 'login.com');
  (Craig A. Berry)
- Fix abs2rel bug in handling a Unix-style input.
  (Craig A. Berry)
- Assorted clarification and simplification of the documentation.
  (Craig A. Berry)

(sno)

2010-09-21 06:00:35 UTC MAIN commitmail json YAML

Updated devel/p5-Class-XSAccessor to 1.08

(sno)

2010-09-21 05:59:42 UTC MAIN commitmail json YAML

Updating devel/p5-Class-XSAccessor from 1.07 to 1.08

pkgsrc changes:
- removing dependency to devel/p5-AutoXS-Header

Upstream changes:
1.08  Fri Sep 17 20:30 2010
  - Promote latest development release to a stable release.

1.07_04  Sun Sep 12 10:30 2010
  - Since WIN32 doesn't have the PERL_CORE optimization,
    it gets the PERL_NO_GET_CONTEXT optimization back.
  - Add threading test that would previously crash on win32
    and perls compiled with track-mempool.
  - Use the system's malloc/etc for the shared memory, not perl's.

1.07_03  Thu Sep  9 20:30 2010
  - Minor constructor optimization/cleanup.
  - Various built-time warning fixes.
  - PERL_CORE optimization now disabled on WIN32.
  - Class::Accessor::Fast compatibility code added (not
    for public consumption!)
  - Clear requirement of Perl 5.8 everywhere.
  - Fix minor (constant as in O(1)) memory leak.

1.07_02  Mon Aug 23 20:30 2010
  - Various warning fixes and small cleanups over previous
    dev. version.

1.07_01  Wed Aug 18 20:30 2010
  - Experimental support for lvalue accessors:
    $obj->foo = 12

(sno)

2010-09-21 05:55:11 UTC MAIN commitmail json YAML

Updated security/p5-Digest-CRC to 0.15

(sno)

2010-09-21 05:54:14 UTC MAIN commitmail json YAML

Updating security/p5-Digest-CRC from 0.14nb2 to 0.15

pkgsrc changes:
- add license definition

Upstream changes:
0.15  Sun Sep 12 13:46:13 2010
        - added crc64 support, #50064
          Thanks to Anders Ossowicki <aowi@novozymes.com>
        - added bit reversing per byte, #59575
          Thanks to Joel Peshkin <joel@peshkin.net>
        - clone method nwo copies content too
          Thanks to Stefan Ochs <stefan.ochs@opentext.com>

(sno)

2010-09-21 05:48:52 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-View-JSON to 0.31

(sno)

2010-09-21 05:48:28 UTC MAIN commitmail json YAML

Updating www/p5-Catalyst-View-JSON from 0.30 to 0.31

Upstream changes:
0.31  Wed Sep 15 15:14:33 PDT 2010
        - Chrome doesn't like UTF-8 BOM (Larry Leszczynski)

(sno)

2010-09-21 05:43:40 UTC MAIN commitmail json YAML

Updated x11/xf86-video-nv to 2.1.18

(sno)

2010-09-21 05:43:16 UTC MAIN commitmail json YAML

Updating x11/xf86-video-nv from 2.1.14nb2 to 2.1.18 (pkg/43886)

pkgsrc changes:
- add license definition

Upstream changes:
2010-07-30 nv 2.1.18
Remove RANDR_12_INTERFACE checking, always defined.
config: add comments for main statements
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
config: complete AC_INIT m4 quoting
config: remove unrequired AC_SUBST([XORG_CFLAGS])
config: remove unrequired AC_HEADER_STDC
config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
config: update AC_PREREQ statement to 2.60
config: upgrade to util-macros 1.8 for additional man page support
Add a missing " }," pointed out by Johannes Obermayr.
Merge branch 'master' of git://soprano/~aaron/xf86-video-nv
The /compat code is no longer required.
Add PCI table entries for the GeForce 315
Unlike for lspci and the kernel, X bus IDs are decimal instead of hex.
Bring NVKnownChipsets up to date.
Fix the kernel driver error reporting to be a little more verbose.
Depend on libpciaccess >= 0.10.7.
Revert "Refuse to bind to a device which has kernel modesetting active."
nv: refuse to load if there's a kernel driver bound to the device already
COPYING: update file with Copyright notices from source code.
Don't use libcwrappers for calloc and free
Refuse to bind to a device which has kernel modesetting active.
Update MCP6x supported products.
Bug #19817: Add support for GeForce 7025 and 7050.
Bug #24787: Don't crash if LVDS initialization fails

2010-03-08 nv 2.1.17
More products
G80: Cast register reads before shifting them to avoid truncation to 32 bits.
Bug #19545: Add support for MCP7x-based integrated GPUs.
G80: Log unrecognized outputs
Bug #26612: Separate LUTs per output.
Update Sun license notices to current X.Org standard form
configure.ac: remove unused sdkdir=$(pkg-config...) statement

2009-12-15 nv 2.1.16
New board names
Remove an unnecessary (and typo'd) gitignore comment
g80: Add a no-op gamma hook so we don't crash on 1.7 servers
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Several driver modules do not have a ChangeLog target in Makefile.am #23814
.gitignore: use common defaults with custom section # 24239
.gitignore: use common defaults with custom section # 24239
More new boards
New boards

2009-09-11 nv 2.1.15
abi: fixup so the define is picked up
nv: change to using ABI version check
nv: update for resources/RAC API removal
Update to xextproto 7.1 support.
xf86-video-nv: use XORG_CHANGELOG macro to create ChangeLog. #22611

(sno)

2010-09-21 03:06:42 UTC MAIN commitmail json YAML

-sudo-1.7.4p4.

Already updated by spz@.

(taca)

2010-09-21 03:06:08 UTC MAIN commitmail json YAML

Note update of security/sudo package to 1.7.4p4nb1.

(taca)

2010-09-21 03:05:28 UTC MAIN commitmail json YAML

* Fix PLIST when "ldap" is enabled in PKG_OPTIONS.
* Install README.LDAP when "ldap" is enabled in PKG_OPTIONS.
* Fix build problem when "kerberos" is enabled in PKG_OPTIONS.

Bump PKGREVISION since default PLIST has changed.

(taca)

2010-09-21 02:34:13 UTC MAIN commitmail json YAML

Remove -elc and -info archive from DISTFILES.
Noticed by Matthias Buelow via PR#31294.

Formerly, source part of xemacs is in no-prefix archive.
But now, it is in -src archive, and no-prefix archive contains all of them.

(obache)

2010-09-21 01:16:29 UTC MAIN commitmail json YAML

oss module will be installed conditionally.
PR#43889 should be fixed.

(obache)

2010-09-20 23:01:25 UTC MAIN commitmail json YAML

update to bozohttpd 20100920.  changes include:
        o  use scandir() with alphasort() for sorted directory lists, from moof
        o  fix a serious error in vhost handling; "Host:.." would allow access to
          the next level directory from the virtual root directory, from seanb
        o  fix some various non standard compile time errors, from rudolf
        o  fix dynamic CGI content maps, from rudolf

(mrg)

2010-09-20 21:29:27 UTC MAIN commitmail json YAML

Updated audio/amarok to 2.3.2

(wiz)

2010-09-20 21:29:15 UTC MAIN commitmail json YAML

Update to 2.3.2:

VERSION 2.3.2
  FEATURES:

  CHANGES:
    * Bumped libMTP dependency to version 1.0.0.
    * Improved response of current track and albums applet on data updates.
    * Use system date/time format for default name when saving user playlists.

  BUGFIXES:
    * Fixed incorrect size of the VideoClip applet. (BR 247097)
    * Comments embedded in files that contained newlines or tabs could be
      skipped entirely. (BR 223502)
    * The equalizer dialog did not discard changes when clicking "Cancel".
      Patch by Anton Gritsay <anton@angri.ru>. (BR 242730)
    * The Last.fm service did not work without KWallet. (BR 235861)
    * Show actual KDE version in the "About Amarok" dialog, instead of the
      version used at compile time.
    * Fixed a crash when trying to save a playlist to a file where the format
      of the playlist was unknown. (BR 246168)
    * Also use podcast channel image for downloaded episodes. (BR 229391)
    * Collection directories that were symlinks could end up storing the wrong
      absolute path, causing those files to be removed during incremental
      scans.
    * Fixed playlist tooltips not showing up, even when enabled in the playlist
      layout (BR 249086)
    * Fixed potential crashes related to Applet loading. (BR 246756)
    * Fixed possible crash in Labels Applet when playing new track. (BR 248538)
    * Fixed incorrect layout of applets on startup.
    * Fixed Collection Browser not properly updating after a full rescan,
      necessitating Amarok to be closed and reopened. Fixes various bugs.
      (BR 172542)
    * Fixed cover found dialog closing when download failed or is cancelled.
    * Fixed failure when fetching cddb info for audio CDs in localized Amarok.
    * Fixed expanding items in collection browser by double-click, in
      double-click mode.
    * Fixed crash when adding new folders repeatedly in podcast/saved playlist
      browsers.
    * Fixed context menu actions acting on wrong indices in the playlist
      browser.
    * Fixed incorrect text about "rpath" argument to collection scanner.
      (BR 236076)
    * Fixed emission of MPRIS StatusChange signal when switching into or out
      of random mode.

VERSION 2.3.2-Beta 1
  FEATURES:
    * Podcasts can now be filtered on provider and grouped in folders. (BR 219519)
    * Amarok 1.4 Database Importer: added support for importing labels.
      Thanks to Mat��j Laitl for the patch. (BR 218996)
    * Shortcuts: Added "Replay current track" shortcut. (BR 217081)
    * Edit filter dialog: added "added" and "last played" date filters.
    * File browser: added forward and back buttons for accessing navigate history.
    * Organize Dialog: added a way to save multiple file formats as presets. (BR 122672)
    * Filtering: added default presets to the drop down menu of the collection
      search widget.
    * Filtering: track format can now be used as filter keyword in the
      collection browser, e.g. "format:flac".
    * Filtering: track file size can now be used as filter keyword in the
      collection browser, e.g. "filesize:<12" for tracks under 12Mb;
      "filesize:25" for tracks that are between 25 and 26Mb.
    * Filtering: tracks that were added to the collection since/before a
      certain time can now be filtered using, e.g. "added:<1w".
    * Filtering: added ability to filter last played date in the collection
      browser, e.g. "played:<3d".

  CHANGES:
    * Let scripts access bpm property of tracks (read-only). (BR 245257)
    * Remote Meta+P global shortcut to avoid future problems with new
      keyboard drivers in notebooks. (BR 235204)
    * Fix size of Slim toolbar time labels. Thanks to Tijl Coosemans for the patch.
    * Amarok 1.4 Database Importer: only import tracks that actually belong in the
      collection. Thanks to Mat��j Laitl for the patch. (BR 218999)
    * Refresh the albums context applet when the collection is updated.
    * Don't allow the last visible playlist source in User Playlists to be hidden.
    * "Play Media" dialog now remembers the last used directory. (BR 231092)
    * Organize Dialog: tweaked the layout to fit better on smaller resolutions (BR 238000)
    * Filtering: added year suffix for date filters in the collection browser.
    * Last.fm features that require user authentication are now disabled
      by default.
    * Ignore "DJ" prefix when sorting in collection browser. (BR 181955)
      Patch by Richard Longland <rlongland@hotmail.com>.

  BUGFIXES:
    * Tweaked fuzzy numerical comparisons in the APG. (BR 242281)
    * Finally don't truncate the "Label:" label in TagDialog. (BR 235957)
    * Fix crash when right clicking on children of "No labels". NoLabel item is
      now a Data item. (BR 243825)
    * Fix regression in Dynamic Collections. For files that were scanned when
      Dynamic Collections wasn't working, you will need to rescan them to get
      them associated with the proper device.
    * Fix crash on exit with newer KDE versions. Patch by Martin Blumenstingl and Felix
      Geyer. (BR 245513)
    * Fixed playlist bottom toolbar getting to tall when using "Text only"
      button style. (BR 228390)
    * Fixed Amarok layout saving when minized to tray. (BR 244583)
    * Make "No other participants" in the events applet translatable.
      Patch by Jan Janssen. (BR 235311)
    * Fixed track number on DAAP shares. Patch by Silvio Frischknecht. (BR 235030)
    * Fixed filtering by rating in the playlist. (BR 240293)
    * The scripts categories are now translatable. (BR 240563)
    * Fixed Amarok 1.4 Database Importer not importing statistics and lyrics of
      tracks that are not yet in database. Thanks to Mat��j Laitl for the patch.
      (see comments on BR 218996)
    * Fixed always playing first track when adding tracks to empty playlist with
      random mode on. Patch by Anton Gritsay <anton@angri.ru> (BR 240452)
    * Directories that were once part of the collection but not anymore may not
      have been properly removed, leading to files outside the collection being
      scanned. (BR 243532)
    * Fixed "genre" and other playlist groupings not working. (BR 243344)
    * Removed track progress effect on TrayIcon as it caused several problems
      (also caused by a bogus implementation of the KSNI class)
      (BR 233506, BR 240463, BR 231539, BR 232578, BR 232312).
    * Fixed track name in main window title incorrectly changing when editing
      tag info for another track. Thanks to Anton Gritsay <anton@angri.ru> for
      the patch (BR 220521)
    * Splitted desktop so mime types can be allocated in a better way
      (BR 242292).
    * Fixed some tracks not being scanned when they had corrupted MusicBrainz
      IDs. Thanks to Mat��j Laitl <matej@laitl.cz> for the patch. (BR 236227)
    * Fixed crash when navigating using "Places" in the file browser. (BR 240338)
    * Fixed error dialog popup if the stored directory is no longer accessible
      when using the file browser. (BR 234286)
    * Single clicking a file in the file browser now selects it instead of
      appending to the playlist by default in single-click mode. (BR 233171)
    * Fixed resizing and eliding issues with the file browser breadcrumbs.
      (BR 231366 comment #5)
    * Drop file icons in file browser breadcrumbs. (BR 231366)
    * Fixed keyboard navigation in file browser. (BR 240668)
      Patch thanks to Hannes Koller.
    * Fixed dropping files to playlist from Konqueror. (BR 235722)
    * Fixed keyboard shortcuts of actions from scripts lost after restart.
      Thanks to Martin Blumenstingl <darklight.xdarklight@googlemail.com>.
      (BR 223165)
    * Fixed tracks not changing for "stop after this track" action. (BR 231209)
    * Cleaned up some tooltips/what's this strings in the Organize dialog
      to make it easier to read and, hopefully, understand. (BR 237857)
    * Fixed organize dialog's handling of the year tag. If there is no year
      then the %year token should be an empty string.(BR 237834)
    * The "Ignore 'The'" option in the organize files dialog is now case
      insensitive. (BR 237831)
    * Fixed odd header name when showing "places" in the file browser.
      (BR 238518)
    * Filenames with dots (.) and other special RegEx characters will now be
      parsed correctly when guessing tags from a filename. (BR 225743)
    * Align track details dialog's labels to the right as per KDE4's HIG.
      (BR 234555)
    * The last.fm service will now only open the wallet on startup if the user
      has enabled features that require authentication. (BR 230098)
    * Correctly load the list of labels in tag dialog. (BR 238737)
      Patch by Daniel Faust <hessijames@gmail.com>.
    * Cover manager: fixed crash if closed shortly after opening. (BR 235796)
    * Fixed Last.fm service browser not updating its view if it's open on
      startup. (BR 231044)
    * Fixed clicking on browser categories not honoring mouse settings. (BR 226533)
    * Fixed usability issue with regards to context menu item order when right
      clicking in the playlist widget. (BR 198650)

(wiz)

2010-09-20 11:04:45 UTC MAIN commitmail json YAML

This package have nothing to buildlink3.

(obache)

2010-09-20 10:57:07 UTC MAIN commitmail json YAML

No need to buildlink with py-ephem, switched to simple DEPENDS

(obache)

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

Updated math/py-ephem to 3.7.3.4

(obache)

2010-09-20 09:52:14 UTC MAIN commitmail json YAML

Update py-ephem to 3.7.3.4.
Based on PR#43737 by Kamel Derouiche.

remove RESTRICTION, because COPYING file said GPL or LGPL, nothing for others.

PyEphem CHANGELOG
=================

Version 3.7.3.4 (2009 April 30)
-------------------------------

- Added a new ``next_pass()`` method to ``Observer`` that searches for
  when a satellite next rises, culminates, and sets.

- Added a ``compute_pressure()`` method to ``Observer`` which computes
  the standard atmospheric pressure at the observer's current elevation.
  This function now gets called automatically on new ``city()`` objects
  before they are returned to the user.

- Corrected the altitude of San Francisco as returned by ``city()``.

- Improved the copyright message so that two more authors are credited.

Version 3.7.3.3 (2008 October 3)
--------------------------------

- Added ``cmsI`` and ``cmsII`` attributes to ``Jupiter`` to provide the
  central meridian longitude in both System I and System II.

- **Bugfix**: Saturn was returning the wrong values for its earthward
    and sunward angle tilt.

Version 3.7.3.2 (2008 July 2)
-----------------------------

- **Bugfix**: the rising and setting functions, if called repeatedly,
  would sometimes get hung up on a single answer which they would return
  over and over again instead of progressing to the next rising or
  setting.  They should now always progress instead of getting stuck.

Version 3.7.3.1 (2008 July 1)
-----------------------------

- **Bugfix**: the rising and setting functions were attempting to
  achieve such high precision that users sometimes found circumstances
  under which they would not complete at all!  They now stop and return
  an answer once they are withing a half-second of the real time of
  rising, transit, or setting, which solves the problem without damaging
  the quality of the results when tested against the Naval Observatory.

- Upgraded to the libastro from XEphem 3.7.3.

Version 3.7.2.4 (2008 June 12)
------------------------------

- **Incompatible Change**: After feedback from users, I have changed
  the ``Observer`` methods which find risings, settings, and transits,
  so that they do not change their Observer's ``.date`` attribute.  So
  the sequence:

  .. code-block:: python

    r1 = boston.next_rising(mars)
    r2 = boston.next_rising(mars)

  now computes the same value twice!  If you want a series of calls to
  each begin when the other left off, you can use the ``start=``
  parameter described in the next item:

  .. code-block:: python

    r1 = boston.next_rising(mars)
    r2 = boston.next_rising(mars, start=r1)

- Added an optional ``start=`` argument to the rising, setting, and
  transit ``Observer`` functions, that tells them from which date and
  time to begin their search.

- **Bugfix**: Rewrote planetary moon routines so that moons of Mars,
  Jupiter, Saturn, and Uranus now return appropriate data for years
  1999-2020.  (Each moon had been returning the unmodified position of
  its planet, because I was unsure whether I could distribute the moon
  data with PyEphem.)

- You can no longer create arbitrary attributes on an ``Observer``, to
  prevent users from accidentially saying things like
  ``here.longitude`` or ``here.lon`` when they mean ``here.long``.
  Create your own subclass of ``Observer`` if you need the power to
  set your own attributes.

- The ephem module now provides a ``__version__`` symbol.

- Added test suite that tests planet and planet moon positions
  against JPL ephemeris data (needs more work).

Version 3.7.2.3 (2008 January 8)
--------------------------------

- Three new classes ``Equatorial``, ``Ecliptic``, and ``Galactic``
  allow coordinates to be transformed between the three systems
  (ability to transform coordinates was requested by Aaron Parsons).

- Added constants for popular epochs ``B1900``, ``B1950``, and
  ``J2000``.

- Added named functions for every solstice and equinox (before, only
  the vernal equinox could be asked for specifically).

- Product tests have been moved inside of the ``ephem`` module itself,
  and can now be invoked simply by running:

  .. code-block:: bash

    $ python setup.py test

- **Bugfix**: ``Angle()`` can no longer be directly instantiated.

- **Bugfix**: San Francisco had the wrong coordinates in the cities
  database (pointed out by Randolph Bentson).

Version 3.7.2.2 (2007 December 9)
---------------------------------

- The phases of the moon can now be determined through the functions
  ``next_new_moon()``, ``next_full_moon()``, ``previous_new_moon()``,
  et cetera.

- Added a modest database of world cities; the ``city()`` function
  returns a new Observer on each call:

  .. code-block:: python

    observer = ephem.city('Boston')

- Using the old ``rise``, ``set``, and ``transit`` attributes on
  ``Body`` objects now causes a deprecation warning.

- **Bugfix**: the last release of PyEphem omitted the constants
  ``meters_per_au``, ``earth_radius``, ``moon_radius``, and
  ``sun_radius``; the constant ``c`` (the speed of light) is also now
  available.

Version 3.7.2.1 (2007 October 1)
--------------------------------

- Functions now exist to find equinoxes and solstices.

- Bodies now cleanly offer three different versions of their
  position, rather than making the user remember obscure rules for
  having each of these three values computed:

  * Astrometric geocetric right ascension and declination
  * Apparent geocentric right ascension and declination
  * Apparent topocentric right ascension and declination

- Bodies can now find their next or previous times of transit,
  anti-transit, rising, and setting.

- A ``localtime()`` function can convert PyEphem ``Date`` objects to
  local time.

- Now ``ephem.angle`` instances can survive unary ``+`` and ``-``
  without getting changed into plain floats.

- The ``elev`` Observer attribute has been renamed to ``elevation``.

- Observers now display useful information when printed.

- Added a much more extensive test suite, which, among other things,
  now compares results with the United States Naval Observatory,
  insisting upon arcsecond agreement.

- **Bugfix**: When a fixed body is repeatedly precessed to different
  dates, its original position will no longer accumulate error.

Version 3.7.2a (2007 June)
--------------------------

- Upgraded to the libastro from XEphem 3.7.2.

- Should now compile under Windows!

- **Bugfix**: rewrote date-and-time parsing to avoid the use of
  ``sscanf()``, which was breaking under Windows and requiring the
  insertion of a leading space to succeed.

- Improved the error returned when a date string cannot be parsed,
  so that it now quotes the objectionable string (so you can tell
  which of several date strings on the same line gave an error!).

(obache)

2010-09-20 08:25:34 UTC pkgsrc-2010Q2 commitmail json YAML

2010-09-20 08:24:47 UTC pkgsrc-2010Q2 commitmail json YAML

Pullup ticket #3224 - requested by taca
www/mediawiki: security update

Revisions pulled up:
- www/mediawiki/Makefile 1.13
- www/mediawiki/distinfo 1.9
- www/mediawiki/patches/patch-aa 1.1
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Sep 16 14:52:02 UTC 2010

Modified Files:
pkgsrc/www/mediawiki: Makefile distinfo
Added Files:
pkgsrc/www/mediawiki/patches: patch-aa

Log Message:
Update mediawiki to 1.15.5.

== MediaWiki 1.15.5 ==

2010-07-28

This is a security and maintenance release.

MediaWiki is now using a "continuous integration" development model with
quarterly snapshot releases. The latest development code is always kept
"ready to run", and in fact runs our own sites on Wikipedia.

Release branches will continue to receive security updates for about a year
from first release, but nonessential bugfixes and feature developments
will be made on the development trunk and appear in the next quarterly release.

Those wishing to use the latest code instead of a branch release can obtain
it from source control: http://www.mediawiki.org/wiki/Download_from_SVN

(tron)

2010-09-20 08:23:48 UTC MAIN commitmail json YAML

remove unused patch, should be removed at last update.

(obache)

2010-09-20 01:16:37 UTC MAIN commitmail json YAML

Updated graphics/xzgv to 0.9.1

(jakllsch)

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

Update xzgv to 0.9.1.
Approved (but not reviewed) by shattered@.

Upstream "changelog":

This release fixes some important bugs and brings the documentation
more up to date.

(jakllsch)

2010-09-19 23:59:30 UTC MAIN commitmail json YAML

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

(minskim)

2010-09-19 23:58:41 UTC MAIN commitmail json YAML

2010-09-19 23:24:30 UTC MAIN commitmail json YAML

Note update of tex-pdftex-def.

(minskim)

2010-09-19 23:24:04 UTC MAIN commitmail json YAML

Update tex-pdftex-def to 0.05b.

Changes:
2010/03/11 v0.04o (HO)
  * Ensure that \undefined is undefined during loading of
    ConTeXt files.
2010/03/12 v0.04p (HO)
  * \undefined is also undefined during conversion of MPS.
2010/04/14 v0.04q (HO)
  * Optimizations for rotating and scaling:
    * remove unnecessary identity transformations
    * numbers are normalized
2010/04/15 v0.04r (HO)
  * Fix for scale values without integer part.
2010/09/09 v0.05a (HO)
  * Option `pagebox' added for specifying the pdf page box
    of the included image. Values are `mediabox', `cropbox',
    `bleedbox', `trimbox' and `artbox'. Default is `cropbox'. (MS/HO)
  * Option `interpolate' added for bitmaps, see PDF specification.
    Values are `true' or `false', default is `false'.
  * Option `decodearray' added for bitmaps, see PDF specification,
    key /Decode of image dictionaries. The value for option
    `decodearray' is the value for /Decode without `[' and ']'.
  * Option `maskarray' added for bitmaps, see PDF specification,
    key /Mask of image dictionaries with array as value.
    The value of `maskarray' is the array value for /Mask
    without `[' and ']'.
  * Option `intent' added for the rendering intent of bitmap
    images, see PDF specification, key /Intent of image
    dictionaries. The value is a name without a leading slash,
    the standard names of the PDF specification:
    `AbsoluteColorimetric', `RelativeColorimetric',
    `Saturation', `Perceptual'.
  * Options `ocobjnum' and `ocobjref' are hooks for those who wants
    to work with optional content. The options can be used for both
    bitmap and PDF images and are unsupported for MPS.
    The optional content dictionary is given by an external
    object. Option `ocobjnum' expects the number of that object
    (e.g. \pdflastobj). It's a positive integer (greater than zero).
    Option `ocobjref' takes the full object reference
    (positive integer, followed by ` 0 R' in case of pdfTeX).
    Other drivers might support `ocobjref' as well, in case of
    PostScript/pdfmark drivers, the object is usually referenced by
    a name in curly braces.
  * Tiff support removed for driver versions between 1.10a and 1.30.
2010/09/14 v0.05b (HO)
  * Fix, \pagecolor got broken accidentally (in v0.05a).

(minskim)

2010-09-19 23:20:33 UTC MAIN commitmail json YAML

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

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

(minskim)

2010-09-19 23:17:18 UTC MAIN commitmail json YAML

Update tex-memoir{,-doc} to 3.6fpl6.0g.

Changes:
-- a typo fix memoir in memoirs float handling got lost, this brings it
  back in line
-- changed \parnopar to make its changes inside a group
-- some clearifications in the manual
- fixed typo introduced in v1.14
  (special thanks to Ian D. Leroux and meho_r on ctt for reporting this)
-- added \precistocformat, default \noindent, thus the toc precis text
  is no longer indented by default.
-- Fixed some typos in the manual and in the class
-- reorganized the manner by which we handle the memoir user
  manual. This enables us to add reversion numbers and dates to the
  start of each chapter of the manual. Please note that these
  revision numbers do not appear if one attempts to compile
  memman.tex as it relies on a modified (and thus private) version of
  svn-multi and also relies on splitting memman.tex into separate
  files.
-- If the 'article' class option is in effect we now use the plain
  page style by default instead of headings.
-- Brought memoir sections back in line with hyperref. Now a hyperlink
  to a section should end up above the section tilte, instead of below.
-- reversioned memoir to version 3.6. The version number was tending
  towards the golden ration, but apparently this numeric value is
  not widely known.
-- fixed \marginparmargin{left} in twoside mode
-- fixed a race condition in memhfixc

(minskim)

2010-09-19 23:10:02 UTC MAIN commitmail json YAML

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

(minskim)

2010-09-19 23:09:00 UTC MAIN commitmail json YAML

Update tex-hyperref{,-doc} to 6.81p.

Changes:
    * Sanitizing (babel shorthands) of anchor names in
      \hyper@anchor and \hyper@anchorstart.
    * Broken option `pdfborder' fixed (since 6.81n).
    * New option `driverfallback'. It takes a driver option for
      the case that a driver is not given and cannot be autodetected.
      (Feature request by Markus Kohm.)
    * Unused option `hyperref' removed.
    * Driver options are now `void' options that do not accept any values.
    * New option `pdfremotestartview'.
    * \href with new optional argument with
      keys `page' and `pdfremotestartview', `pdfnewwindow', `ismap',
      `nextactionraw'.
    * Fix for urls in \href: Prefix 'file:' is not added.
    * Fix spacefactor corrections of 6.81i for math mode.
    * Fixing GoToR actions if \href contains `file:///' or
      `file://localhost/'.
    * PDF forms: Missing JavaScript actions added for check boxes,
      push, submit and reset buttons.
    * PDF forms: Warnings are given, if HTML field options are used.
    * \Hy@EveryPageAnchor fixed to avoid Overfull \hbox warnings
      with some drivers.
    * Various drivers: Destinations made transparent for \spacefactor.
    * Various drivers: Links made transparent for \spacefactor.
    * Various drivers: Fixes for option `raiselinks' without color.
    * Fix for clash with package `varioref', that redefines
      \refstepcounter with loss of hyperref's additions.
    * Additions for README.
    * backref 1.36: Typo in warning fixed.
    * pdfmark: Disabling of \escapechar is removed during reading
      the .out file. With package xkeyval the \pdfmark causes
      lots of character `2' in the output.
    * kvsetkeys: \setkeys is replaced by \kvsetkeys.
    * Beautifying error text of utf8x.def of \utf@viii@undeferr.
    * pdfmark.def: Avoid \leavevmode and \hbox of \pdf@rect
      for destinations with empty target area. It fixes spacing
      in situations like "\section{A}\hypertarget{foobar}{}\section{B}".
      (Bug detected by Thomas Beuthe.)
    * Real epsilon for \eTeX and \LaTeXe in Unicode bookmarks.
    * Fix for russian. (Bug found by Victor Kozyakin.)
    * Fix for funny \@alph and \@Alph definitions for use
      in anchor names.
    * \@fnsymbol uses replacement in anchor names.
    * Bookmarks: memoir's \booknumberline supported.

(minskim)

2010-09-19 23:01:04 UTC MAIN commitmail json YAML

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

(minskim)

2010-09-19 23:00:24 UTC MAIN commitmail json YAML

2010-09-19 22:53:01 UTC MAIN commitmail json YAML

2010-09-19 22:23:32 UTC MAIN commitmail json YAML

Fix build under Mac OS X with a small change discussed on the
"mplayer-dev-eng" mailing list.

(tron)

2010-09-19 22:08:22 UTC MAIN commitmail json YAML

Include xcb-util/buildlink3.mk for x11 to ensure globalhotkeys is built - bump pkgrevision

(abs)

2010-09-19 20:46:12 UTC MAIN commitmail json YAML

2010-09-19 17:48:56 UTC MAIN commitmail json YAML

Allow both, new and old, font locations for now. Bump revision.

(joerg)

2010-09-19 16:13:06 UTC MAIN commitmail json YAML

Updated devel/java-subversion to 1.6.12

(sno)

2010-09-19 16:12:49 UTC MAIN commitmail json YAML

Updated devel/p5-subversion to 1.6.12

(sno)

2010-09-19 16:12:28 UTC MAIN commitmail json YAML

Updated devel/py-subversion to 1.6.12

(sno)

2010-09-19 16:12:08 UTC MAIN commitmail json YAML

Updated devel/ruby-subversion to 1.6.12

(sno)

2010-09-19 16:11:54 UTC MAIN commitmail json YAML

Updated www/ap2-subversion to 1.6.12

(sno)

2010-09-19 16:11:39 UTC MAIN commitmail json YAML

Updated devel/subversion-base to 1.6.12

(sno)

2010-09-19 16:11:22 UTC MAIN commitmail json YAML

Updated devel/subversion to 1.6.12

(sno)

2010-09-19 16:10:47 UTC MAIN commitmail json YAML

Updating subversion from 1.6.9nb1 to 1.6.12

Upstream changes:
Version 1.6.12
(21 Jun 2010, from /branches/1.6.x)
http://svn.apache.org/repos/asf/subversion/tags/1.6.12

  User-visible changes:
  * further improvements for issue #3242
  * allow deletion of uris which need character escaping (issue #3636)
  * fix errors with 'svn mkdir --parents' (issue #3649)
  * update address to which crash reports are sent (r901304)
  * check for server certificate revocation on Windows (r898048)
  * disable custom file mutexes on Windows (r879902, -16)
  * fix handling of peg revision'd copy targets (issue #3651)
  * more improvements to 'svn merge --reintegrate' (r935631)
  * allow copying of broken symlinks (issue #3303)
  * improve rep-sharing performance on high-concurrency repos (issue #3506)
  * fixed: added subtrees with mergeinfo break reintegrate (issue #3654)
  * fixed: assertion triggered by tree-conflicted externals (issue #3469)

  Developer-visible changes:
  * give windows devs more flexibility with sqlite versions (r944635)
  * allow the pack tests to work with low file descriptor limits (r937610)
  * improve exception handling on Windows Vista and 7 (r878447, -910, -916)

Version 1.6.11
(19 Apr 2010, from /branches/1.6.x)
http://svn.apache.org/repos/asf/subversion/tags/1.6.11

User-visible changes:
  * fix for repositories mounted via NFS (issue #3501)
  * enable TCP keep-alives in svnserve (r880552)
  * tighten restrictions on revprops for 'svnadmin verify' (r904594)
  * make ra_serf give better out-of-date information (issue #3561)
  * improve error message upon connection failure with svn+ssh:// (r922516)
  * allow 'svn log' on an uncommitted copy/move destination (r901752)
  * make 'svnadmin hotcopy' copy the fsfs config file (r905303)
  * mergeinfo improvements with non-inheritable mergeinfo (issue #3573)
  * make mergeinfo queries not require access to the repo root (issue #3242)
  * update URLs to refer the the new apache.org repository (r904301, -94)
  * update relative externals during a switch (issue #3390)
  * fix 'merge --reintegrate' with self-referential mergeinfo (r892050, -85)
  * improve wc-ng working copy detection (r929382)
  * improve handling of mergeinfo when using serf (r880461)
  * fixed: 'svnlook plist --revprop' with '-t TXN_NAME' (r917640, -8211)
  * fixed: file external from URL cannot overwrite existing item (issue #3552)
  * fixed: potential memory error in 'svn status' (r923674, -9)
  * fixed: merge records mergeinfo from natural history gaps (issue #3432)
  * fixed: theoretical possibility of DB corruption (r926151, -67)

Developer-visible changes:
  * disable checks for wc-ng working copies when running the test suite
  * on Windows, don't ignore move operation error codes (r896915)
  * more precise reporting of errors occuring with sqlite init (r927323, -8)
  * ensure rangelist APIs are commutative (r923389, -91)

Version 1.6.10
(Not released, see changes for 1.6.11.)

(sno)

2010-09-19 15:36:24 UTC MAIN commitmail json YAML

Note PKGREVISION bump of web2c.

(minskim)

2010-09-19 15:35:59 UTC MAIN commitmail json YAML

- Override ptex's libtool.  Noted by spz@.
- Use poppler instead of xpdf.  Noted by drochner@.

(minskim)

2010-09-19 15:33:22 UTC MAIN commitmail json YAML

Updated x11/lablgtk to 2.14.2

(wiz)

2010-09-19 15:33:10 UTC MAIN commitmail json YAML

Update to 2.14.2:

In Lablgtk-2.14.2:

2010.09.09 [Jacques]
  * add GtkCurve (but it is deprecated since 2.20)

2010.08.16 [Jacques]
  * rename g_value_{get,set}_variant, as the name is used by recent
    versions of glib (reported by Florent Monnier)

2010.07.25 [Jacques]
  * add changed signal to cell_renderer_combo (reported by Dmitry Bely)

2010.07.23 [Jacques]
  * copy GtkTreePath arguments in callbacks, as reported by Benjamin.

2010.06.25 [Jacques]
  * remove gtkInit.cmo from gdk_pixbuf_mlsource, no need to
    initialize Gtk as Gobject is sufficient
  * protect GtkThread callbacks against exceptions, and provide a
    function to process messages inside a different main loop.
  * add -nothinit option to lablgtk2, since Quartz cannot run the main
    loop in a different thread (one should just call GtkThread.main).
    See dialog-thread.ml for an example.

2010.06.08 [Jacques]
  * correct interfaces due to the fixing of an unsoundness bug in ocaml 3.12
    (cf. http://caml.inria.fr/mantis/view.php?id=4824)

(wiz)

2010-09-19 15:06:28 UTC MAIN commitmail json YAML

Updated graphics/sane-backends to 1.0.21

(wiz)

2010-09-19 15:06:18 UTC MAIN commitmail json YAML

Update to 1.0.21:

New with 1.0.21, released 2010-04-25:

* New backends: kodak (Kodak i18xx), kvs1025 (Panasonic KV-S10xx),
  p5 (Primax PagePartner)
* 224 more scanner models supported.
* Many backends updated.
* Improved compilation on uncommon platforms.
* More consistent option naming.
* Scanimage no longer writes image to tty.
* Modern translation infrastructure.
* Improved saned network daemon.
* Internal SCSI, USB, threading, TCP & UDP code updates.
* Updated HAL and udev support.
* New sanei_magic image processing library.
* Documentation updates.
* Bugfixes.

(wiz)

2010-09-19 14:45:18 UTC MAIN commitmail json YAML

2010-09-19 14:37:01 UTC MAIN commitmail json YAML

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

(minskim)

2010-09-19 14:35:56 UTC MAIN commitmail json YAML

note updates of apache-tomcat6 and rt3

(spz)

2010-09-19 14:35:48 UTC MAIN commitmail json YAML

Update tex-euenc{,-doc} to 0.1h.

Changes:
- For LuaTeX, a subset of xunicode incorporated it into the EU2 encoding.

(minskim)

2010-09-19 14:32:04 UTC MAIN commitmail json YAML

Update of apache-tomcat to version 6.0.29
(and a little Makefile cosmetics)
fixes two of the currently known security issues

Upstream changelog:
Tomcat 6.0.29 (jfclere) released 2010-07-22

Catalina

add 48960: Add a new option to the SSI Servlet and SSI Filter to
allow the disabling of the exec command. This is now disabled
by default. Based on a patch by Yair Lenga. (markt)
fix 49551: Allow default context.xml location to be specified using
an absolute path. (markt)
fix 49598: When session is changed and the session cookie is
replaced, ensure that the new Set-Cookie header overwrites the
old Set-Cookie header. (markt)
fix Fix order when listing Webapp loader search URLs. (rjung)
add Add support for *.jar pattern in VirtualWebappLoader. (kkolinko)

Tomcat 6.0.28 (jfclere) released 2010-07-09

Catalina

fix Arrange filter logic. (jfclere)
fix 49230: Enhance JRE leak prevention listener with protection for
the keep-alive thread started by sun.net.www.http.HttpClient.
Patch provided by Rob Kooper. (markt)
fix 49351: Fix possible NPe when embedding and no name is specified
for the Service. (markt)
fix 49424: Avoid NPE if client provides no data with a chunked
POST request. (markt)
fix 49414: Differentiate between request threads and application
created threads when warning about still running threads when
an application stops. (markt)
fix 49443: Use remoteIpHeader rather than remoteIPHeader
consistently. (markt)
add Add property searchExternalFirst to WebappLoader. If set,
the external repositories will be searched before the WEB-INF
ones. (rjung)

Cluster

fix 49445: When session ID is changed after authentication, ensure
the DeltaManager replicates the change in ID to the other nodes
in the cluster. (kfujino)

Webapps

fix 49213: Grant permissions required by manager application when
running under a security manager. (markt/kkolinko)
fix 49436: Correct documented default for readonly attribute of
the UserDatabase component. (markt)

Tomcat 6.0.27 (jfclere) not released

General

update Update DBCP to 1.3. (markt)

Catalina

fix Fix CVE-2010-1157. Prevent possible disclosure of host name
or IP address via the HTTP WWW-Authenticate header when using
BASIC or DIGEST authentication. (markt)
add Include context name when reporting memory leaks to aid root
cause identification. (markt)
fix Improve exception handling on session de-serialization to
assist in identifying the root cause of 48007. (kkolinko)
add 48379: Make session cookie name, domain and path configurable
per context. (markt)
fix 48589: Make JNDIRealm easier to extend. Based on a patch by
Candid Dauth. (markt/kkolinko)
fix 48629: Allow user names as well as DNs to be used with the
nested role search. Add roleNested to the documentation.
Patch provided by Felix Schumacher. (markt)
fix 48661: Make error page behavior consistent, regardless of how
the error page is defined. If a response has been committed,
always include the error page. (markt)
fix 48729: Return roles defined by both userRoleName and roleName
mechanisms. Patch provided by 'eric'. Also make user's role
list immutable.(markt)
fix 48760: Fix potential multi-threading issue in static resource
serving where multiple threads could try to use the the same
InputStream. (markt)
fix 48790: Fix thread safety issue in the count of the maximum
number of active session. (markt/kkolinko)
fix 48793: Make catalina.sh more robust to different return values
on different platforms. Patch provided by Thomas GL. (markt)
fix 48840: Swallow output (if any) from use of cd when determining
$CATALINA_HOME in catalina.sh and tool-wrapper.sh scripts.
Based on patch provided by mdietze. (markt/kkolinko)
fix 48895: Make clearing of ThreadLocals that are causing memory
leaks on web application stop, reload or undeploy configurable
since the process of clearing them is not thread-safe. (markt)
fix 48903: Fix deadlock in webapp class loader. (rjung)
fix 48971: Make stopping of leaking Timer threads optional and
disabled by default. (markt)
fix 48976: Document JAVA_ENDORSED_DIRS in start-up scripts.
Patch provided by Laurent Vaills. (markt)
fix 48983: Improve debug logging for situations when RemoteIpValve
is bypassed. Patch provided by Cyrille Le Clerc. (markt)
fix 49018: Fix processing of time argument in the Expire sessions
action in the Manager web application. (kkolinko)
fix 49116: If session is already invalid, expire session to prevent
memory leak. (kfujino)
fix 49158: Ensure only one session cookie is returned for a single
request. (markt/fhanik)
fix 49245: Fix session expiration check in cross-context requests.
(markt)
fix 49398: ByteChunk.indexOf(String, int, int, int) could not find
a string of length 1. (kkolinko)
fix Fix possible overflows when calculating session statistics.
(kkolinko)
add Log unexpected exceptions when providing access to web
application resources in ApplicationContext. (kkolinko)
fix Improve exception handling in CatalinaShutdownHook. (kkolinko)
add Expose properties of VirtualWebappLoader and WebappClassLoader
via JMX. (rjung)

Coyote

fix 48839: Correctly handle HTTP header folding in the NIO connector.
Patch suggested by Richa Baronia. (markt)
fix 48843: Prevent possible deadlock for worker allocation in
connectors. (kkolinko)
fix 48843: Fix handling of add queues in AprEndpoint.Poller and
AprEndpoint.Sendfile. Do not miss wakeups. (kkolinko)
add 48862: Add support for the backlog parameter to the AJP
connector. (pero/markt)
fix 48917: Correct name of mod_jk module in ApacheConfig.
Patch provided by Todd Hicks. (markt)
fix 49095: AprEndpoint did not wakeup acceptors during shutdown
when deferAccept option was enabled. Based on a patch provided
by Ruediger Pluem. (kkolinko)
add Use chunked encoding for http 1.1 requests with no
content-length (regardless of keep-alive) so client can
differentiate between complete and partial responses. (markt)
fix Correct the SSL session timeout attribute name so the code
agrees with the documentation. (markt)
add CoyotePrincipal now implements Serializable. (fhanik)
fix Enable the BIO AJP connector to run under a security manager.
(markt)

Jasper

fix 45015: Correct a regression in quote handling caused by the
re-factoring of attribute parsing. (markt)
fix 48701: Add a system property to allow disabling enforcement
of JSP.5.3. The specification recommends, but does not require,
this enforcement. (kkolinko)
fix 48737: Don't assume paths that start with /META-INF/... are
always in JARs. This is not true for some IDEs.
Patch provided by Fabrizio Giustina. (markt)
fix 49081: Correctly handle EL expressions of the form #${...}. (markt)
fix 49196: Avoid NullPointerException in PageContext.getErrorData()
if an error-handling JSP page is called directly. (markt)

Cluster

fix 48717: When a node joins a cluster and it receives all the
current sessions, ensure the sessionCreated event is fired
if the Manager is configured to replicate session events. (markt)
fix 48934: Previous fix to handle dropped connections incorrectly
permanently disabled session replication. (fhanik)
fix 49051: memberAlive is not called if member has not already
existed in membership. (kfujino)
fix 49151: Avoid ClassCastException in BackupManager#stop. (kfujino)
fix 49170: Do not send duplicated session. (kfujino)
fix Add missing messages and ensure cluster listeners log messages
to correct logger. (markt)

Webapps

add Use underscores instead of spaces in anchor names in Tomcat
documentation. (kkolinko)
add Add support for displaying the Spring Security user name
(if present) in the Manager application. (markt)
update Improve the ChatServlet Comet example (/examples/jsp/chat/).
(kkolinko)

Other

update Update to Commons Daemon 1.0.2. Use service launcher (procrun)
from the Commons Daemon release. Do not keep a copy of it in
our source tree. (mturk/kkolinko)
update Update to NSIS 2.46. (kkolinko)
fix 48990: Fix the skip.installer build property so if set, only
the Windows installer is skipped. (markt)
fix 49178: Provide in catalina.policy an example of additional
permissions that might be needed for code located in
$CATALINA_BASE/lib. (markt)
fix 49236: Do not use indexing when packing Tomcat JARs. (kkolinko)
fix Remove unused code from org.apache.tomcat.util.buf classes.
(kkolinko)
update Rearrange tomcat-juli.jar permissions and wrap long lines in
the conf/catalina.policy file, to make the text more readable
when cited in documentation. (kkolinko)
fix Do not evaluate the execute.installer property when building
a release. The skip.installer property is used instead. (kkolinko)

Tomcat 6.0.26 (jfclere) released 2010-03-11

Catalina

fix Close security hole in unreleased 6.0.25 by ensuring new find
leaks functionality is protected by a security constraint.
(kkolinko)
fix 48831: Improve logging shutdown behaviour. Use Catalina's
shutdown hook to shutdown JULI. This enables them to be shutdown
in the correct order. Do not shutdown global handlers several
times. (markt/kkolinko)

Coyote

fix 48584: Prevent the APR connector logging an error if the
acceptor fails during shutdown since this is expected. (mturk)
fix 48660: Using compression should not overwrite any Vary header
set by a web application. (markt)

Jasper

fix 48371: Ensure generated servlet mappings are inserted at the
correct location when using JspC and allow the option that
controls this to be configured on the command line.
Also allow the encoding of web.xml to be configured when using
JspC and deprecate some unused JspC methods. (markt/kkolinko)
fix 48498: Avoid ArrayIndexOutOfBoundsException triggered by a
Java 6/7 XML parser bug. (markt/kkolinko)
fix 48668: Additional fixes to ensure deferred syntax is handled
correctly. (kkolinko)
fix 48827: Correct a regression in the fix for 47977 that caused
an incorrect non-empty body error to be reported for valid
JSP documents. (markt)

Webapps

add Make changelog.xml be directly rendered as HTML by certain
browsers. (kkolinko)
add Add support for automated generation of TOC tables and for
links to svn revisions to tomcat-docs.xsl in documentation.
(kkolinko/fhanik)
add Move Manager application JSPs that are not intended to be
accessed directly under the WEB-INF directory. (kkolinko)
fix Improve the messages displayed by the find leaks diagnostic
in the Manager application. (kkolinko)

Other

fix Encode all property files using ascii escaped UTF-8. Also
fixes deployment problem when using French locale. (jfclere/rjung)

Tomcat 6.0.25 (jfclere) not released

Catalina

fix 48039: Return immediately if start() is called on an already
started StandardService. (markt)
fix 48109: Ensure InputStream is closed on error condition in web
application class loader. (markt)
fix 48179: Clean up dead code that was used to read tldCache file.
(kkolinko)
fix 48318: Handle case where WebDAV resource is in directory
listing but is not accessible. (markt)
add 48384: Add a per context xslt option for directory listings.
Make the fallback options work as described in the
documentation. (markt)
fix 48577: Filter URL when displaying missing included page. (markt)
fix 48612: Prevent exception on shutdown if the address attribute
is specified for a connector. (markt)
fix 48613: Further fixes to ensure APRLifecycleListener is only
used if defined in server.xml. (fhanik)
fix 48614: Correct JULI log file buffering so default behaviour
is no buffering. (fhanik)
fix 48625: Provide an option to exit if an error occurs during
the initialization phase. (fhanik)
fix 48645: Use specified encoding rather than null in calls to
RequestUtil.URLDecode(byte[] bytes, String enc) (markt)
fix 48653: Force request.secure and request.scheme to false and
http if the X-Forwarded-Proto header has the value http.
Patch provided by Cyrille Le Clerc. (markt)
fix 48678: Remove duplicate server field from
org.apache.catalina.startup.Catalina. (markt)
fix 48694: Remove potential deadlock in web application class
loader. (markt)
add 48716: Provide additional configuration options for JULI. (markt)
fix 48726: Prevent OOME when uploading large WAR files with the
deployer. Patch provided by adam. (markt)
add Improve memory leak protection by safely stopping threads
started via java.util.Timer that an application starts but
fails to stop and by clearing references retained due to the
use of java.util.ResourceBundle. (markt)
update Modify ThreadLocal memory leak detection to not report false
positives and to simplify implementation. (markt/kkolinko)
add Basic memory leak detection was added to the standard Host
implementation and exposed via JMX to detect memory leaks on
web application reload. (markt/kkolinko)

Coyote

update Update the native/APR library version bundled with Tomcat to
1.1.20. (kkolinko)

Jasper

add Add some debug logging to the compiler where exceptions were
previously swallowed. (markt)
fix 48170: Remove unnecessary synchronization that is causing
issues under load. (markt)
fix 48580: Prevent AccessControlException if first access is to
a JSP that uses a FunctionMapper. (markt)
fix 48582: Avoid NPE on background compilation failure. (markt)
fix 48616: Don't declare or synchronize scripting variables for
JSP fragments since they are scriptless. This is an alternative
fix for 42390 that avoids both the original problem and the
regression in the first fix. (kkolinko)
fix 48627: Fix regression in re-factored EL parsing. Keep literals
as literals and handle deferredSyntaxAllowedAsLiteral. (kkolinko)
fix 48668: When parsing JSPs only parse EL as EL if EL is enabled
else strings such as ${ will be silently dropped. (markt)
fix Various EL TCK failures. (markt)

Cluster

fix Force a disconnect if an error occurs during replication such
as a firewall dropping the connection. (fhanik)

Webapps

add Add new "Find leaks" command to the Manager application.
It allows to detect web applications that have caused memory
leaks on stop, reload or undeploy. (markt/kkolinko)

Other

fix Ensure files in conf directory have CRLF line endings when
using the Windows installer. (kkolinko)
fix Allow special characters recognized by the Windows command-line
shell to be present in the names of CATALINA_HOME/_BASE and
the current directory used to call the Tomcat scripts. (kkolinko)
fix Don't use @Deprecated annotations in javax.servlet.jsp.JspContext
since the specification does not include them in the API
definition. (markt)
add Improve the information in the JAR manifest files. (markt)

(spz)

2010-09-19 14:23:18 UTC MAIN commitmail json YAML

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

(minskim)

2010-09-19 14:21:29 UTC MAIN commitmail json YAML

2010-09-19 14:15:16 UTC MAIN commitmail json YAML

Note update of tex-koma-script.

(minskim)

2010-09-19 14:14:30 UTC MAIN commitmail json YAML

Update tex-koma-script to 3.07.

Changes:
* scrkpage.dtx: pagestyle bug fixed at \cleardoubleoddpageusingstyle,
  \cleardoubleevenpageusingstyle, \cleardoublepageusingstyle
* doc/, doc/ngerman/, doc/ngerman/scrbookreportarticle.tex,
  doc/ngerman/linkalias.tex, doc/ngerman/common-11.tex,
  doc/ngerman/scrlttr2.tex: neues Font-Element "footnoterule"
  dokumentiert
* scrkftn.dtx: new font element footnoterule to allow color changes of
  the foot note separation rule
* tocbasic.dtx: expand the arguments of \addtotoclist while adding
  them to the internal list of known pairs of extensions and owners
* scrextend.dtx, scrmain.ins, scrkvers.dtx: scrextend identification
  added
* doc/, doc/ngerman/, doc/ngerman/scrlttr2.tex: Fehler in
  Faltmarkentabelle korrigiert [gemeldet von Adrian Devries]
* scrknpap.dtx: vertical alignment of addresse with parskip setting
  different from false fixed
* doc/, doc/Makefile: scrbase.html and tocbasic.html added
* manifest.txt: scrbase.html and tocbasic.html added
* scrjura.dtx: copyright date of generated files fixed
* scrjura.dtx: "beta" removed from version number to not compromise
  the LPPL

(minskim)

2010-09-19 14:09:41 UTC MAIN commitmail json YAML

2010-09-19 14:08:11 UTC MAIN commitmail json YAML

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

(minskim)

2010-09-19 14:07:20 UTC MAIN commitmail json YAML

Update tex-pdftex{,-doc} to 1.40.11.

Changes:
- Added fontmap entries of ArrowsADF and BulletsADF.
- Changed fontmap entires of antp* fonts to have "cs" prefix.

(minskim)

2010-09-19 14:05:46 UTC MAIN commitmail json YAML

Updated textproc/py-html2text to 2.39

(wiz)

2010-09-19 14:05:35 UTC MAIN commitmail json YAML

Update to 2.39:
let people grab https urls (tx Romain)

(wiz)

2010-09-19 14:02:13 UTC MAIN commitmail json YAML

+ ImageMagick-6.6.4.4, bluefish-2.0.2, calibre-0.7.19, ccache-3.1,
  clutter-gtk-0.10.8, gammu-1.28.91, ghostscript-9.0, gssdp-0.8.0,
  gupnp-0.14.0, gwaei-1.4.2, kye-0.9.6, lablgtk-2.14.2, mpg123-1.12.4,
  p5-PerlMagick-6.6.4.4, postgresql-9.0, py-html2text-2.39,
  vala-0.10.0, wine-devel-1.3.3, x264-devel-20100918.

(wiz)

2010-09-19 13:57:38 UTC MAIN commitmail json YAML

Update tex-texlive-scripts to r19759.

No version bump because the changed script is not installed in pkgsrc.

(minskim)

2010-09-19 12:20:42 UTC MAIN commitmail json YAML

Updated devel/libmowgli to 0.7.1

(obache)

2010-09-19 12:19:55 UTC MAIN commitmail json YAML

Updated devel/libmowgli to 0.7.1

(obache)

2010-09-19 12:19:42 UTC MAIN commitmail json YAML

Update libmowgli to 0.7.1.
Based on PR#43760 by Kamel Derouiche.

summary from changelog
* Add mowgli_patricia_size().
* Update buildsys.
* bug fixes.

(obache)

2010-09-19 11:40:06 UTC MAIN commitmail json YAML

change "used by" comments to usual format.

(obache)

2010-09-19 11:31:21 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-Epoch to 0.13

(wiz)

2010-09-19 11:31:12 UTC MAIN commitmail json YAML

Update to 0.13, set LICENSE.

0.13  2010-08-25
    - GMP is used in two places, so fix second

0.12  2010-08-23
    - Move to Module::Build
    - Do not use GMP on Windows
    - Report bigint library used in tests

(wiz)

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

Updated time/p5-DateTimeX-Easy to 0.089

(wiz)

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

Update to 0.089, update dependencies.

0.089:
    - Non-development release without DateManip dependency

0.088_1:
    - Remove DateTime::Format::DateManip from dependencies due to instability in that package and its dependencies (thanks jjn1056)

(wiz)

2010-09-19 11:25:00 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-SAX-Writer to 0.53

(wiz)

2010-09-19 11:24:51 UTC MAIN commitmail json YAML

Update to 0.53, update dependencies, set LICENSE.

0.53 - 2010-07-12
    - Switch from Text::IconV to Encode (David Pinkowitz)
    - Update package Module::Install metadata discovery

(wiz)

2010-09-19 11:20:46 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Sablotron to 1.01

(wiz)

2010-09-19 11:20:37 UTC MAIN commitmail json YAML

Update to 1.01, changes undocumented. Set LICENSE. Please pkglint.

(wiz)

2010-09-19 11:09:57 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Rabbit to 0.0.3

(wiz)

2010-09-19 11:09:47 UTC MAIN commitmail json YAML

Update to 0.03:

0.0.3    2010-09-16 20:51:06 Europe/Oslo
Fixed RT #61367 which caused issue with Class::MOP 1.05+ / Moose
1.10+ (Thanks to Jesse Luehrs)

(wiz)

2010-09-19 11:07:39 UTC MAIN commitmail json YAML

Updated textproc/p5-Encode to 2.40

(wiz)

2010-09-19 11:07:30 UTC MAIN commitmail json YAML

Update to 2.40:

$Revision: 2.40 $ $Date: 2010/09/18 18:39:51 $
! Encode.pm Encode.xs
+ t/utf8ref.t
  Addressed: RT#59981: find_encoding("UTF-8")->encode crashes
    decode_utf8() is now a little faster, too.
  http://rt.cpan.org/Ticket/Display.html?id=59981
  http://rt.cpan.org/Ticket/Display.html?id=58541
! lib/Encode/Unicode/UTF7.pm
  Addressed: RT#56443 utf-8 flag is not turned off after calling
    Encode::encode('UTF-7', $string) to encode an ascii string
  http://rt.cpan.org/Ticket/Display.html?id=56443
! t/utf8strict.t
  Addressed: RT#57799
  http://rt.cpan.org/Ticket/Display.html?id=57799
! lib/Encode/Guess.pm
  Addressed: RT#46080: guess_encoding documentation
  http://rt.cpan.org/Ticket/Display.html?id=46080
! ucm/nextstep.ucm
  Addressed: RT#59668: nextstep encoding is broken - missing ASCII characters
  http://rt.cpan.org/Ticket/Display.html?id=59668
! lib/Encode/MIME/Header.pm t/mime-header.t
  Addressed: RT#52103: Encode::MIME::Header encoded words not separated by
    white space
  http://rt.cpan.org/Ticket/Display.html?id=52103
! t/guess.t lib/Encode/Guess.pm
  Addressed: Encode: silenced a warning by from_to(..., 'Guess', ...)
  http://coderepos.org/share/changeset/37731

(wiz)

2010-09-19 11:07:22 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Parser to 2.40

(wiz)

2010-09-19 11:07:12 UTC MAIN commitmail json YAML

Update to 2.40:

2.40  2010-09-16 (by Alexandr Ciornii)
    - Add windows-1251.enc, ibm866.enc, koi8-r.enc (Russian)
    - Add windows-1255.enc (Hebrew)
    - Update iso-8859-7.enc (RT#40712)
    - Use Devel::CheckLib
    - Better description of expat packages
    - Better Perl style in both code and docs

(wiz)

2010-09-19 11:04:57 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-SpellChecker to 0.07

(wiz)

2010-09-19 11:04:47 UTC MAIN commitmail json YAML

Update to 0.07 (nothing changed wrt to hunspell in pkgsrc):

0.06  Tue Sep 14 2010
    - made deserialization accept non-blessed refs

0.07  Wed Sep 15 2010
    - optional hunspell support

(wiz)