Commit graph

164074 commits

Author SHA1 Message Date
obache
439bb88ecc + couchdb 2010-09-23 05:25:49 +00:00
obache
fbd21459e9 + prosody 2010-09-23 05:23:38 +00:00
minskim
b1d3c449ea Add tex-ly1{,-doc}. 2010-09-23 04:08:54 +00:00
minskim
bb0613abf6 Import tex-ly1-doc-2010 as fonts/tex-ly1-doc.
This is documentation for tex-ly1.
2010-09-23 04:07:39 +00:00
minskim
e4d01e8ab7 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.
2010-09-23 04:07:29 +00:00
taca
0fe4952685 Note update of databases/ruby-odbc package to 0.99992. 2010-09-23 02:29:17 +00:00
taca
2d8210aebf 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
2010-09-23 02:28:18 +00:00
taca
c787162e9c Correct HOMEPAGE; www.datamapper.org isn't exist but datamapper.org. 2010-09-23 02:26:46 +00:00
sno
1616601b4b Updated www/p5-Template-Toolkit-Simple to 0.08 2010-09-22 21:24:12 +00:00
sno
47a0526298 Updating www/p5-Template-Toolkit-Simple from 0.03nb1 to 0.08
pkgsrc changes:
- adjust module type

Upstream changes:
---
version: 0.08
date:    Wed Sep 15 00:08:41 PDT 2010
changes:
- Remove old Test::Base subclass
- Update copyright dates
---
version: 0.07
date:    Tue Sep 14 23:06:07 PDT 2010
changes:
- Switched testing from Test::Base to TestML
- 0.04 - 0.06 never made it to CPAN :\
- Added new toys to Makefile.PL
---
version: 0.06
date:    Mon Apr 27 16:57:55 PDT 2009
changes:
- Encode stuff was a mistake. Reverting.
---
version: 0.05
date:    Sun Apr 26 19:06:13 PDT 2009
changes:
- Add usage text for command line help.
- Fixed utf8 encoding. Hopefully.
---
version: 0.04
date:    Fri Nov  7 14:44:23 PST 2008
changes:
- Support start_tag and end_tag.
2010-09-22 21:23:21 +00:00
sno
0ee336ae41 Updated databases/p5-DBIx-Connector to 0.40 2010-09-22 21:17:39 +00:00
sno
4c03000ac4 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.
2010-09-22 21:17:15 +00:00
sno
ef7edf2070 Updated databases/p5-DBD-ODBC to 1.25 2010-09-22 21:15:18 +00:00
sno
31286f3e18 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.
2010-09-22 21:14:39 +00:00
sno
13e9179e7e Updated databases/p5-DBD-CSV to 0.31 2010-09-22 21:00:31 +00:00
sno
645bedaca9 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
2010-09-22 20:59:53 +00:00
sno
f9c4acf96d Updated databases/p5-DBI to 1.615 2010-09-22 20:52:15 +00:00
sno
dcbaa9e12b 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)
2010-09-22 20:51:29 +00:00
wiz
87c830ce52 + 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.
2010-09-22 20:49:59 +00:00
joerg
35c90548cf Updated devel/fossil to 201009181.55143 2010-09-22 20:40:31 +00:00
joerg
f19552fa00 Update to fossil-201009181.55143: No detailed ChangeLog, but this fixes
issues with the git2fossil import and repositories > 4GB.
2010-09-22 20:39:59 +00:00
minskim
3b99a88df0 Update tex-hyphen-base to r19823. No change to installed files. 2010-09-22 15:50:43 +00:00
joerg
d0640837d6 Update to bzip2-1.0.6: Fix for CVE-2010-0405. Also install various
helper scripts.
2010-09-22 14:53:21 +00:00
joerg
bbfc20777e Update to bzip2-1.0.6: Fix for CVE-2010-0405 2010-09-22 14:48:41 +00:00
joerg
b67f9e647e Import stripped down bzip2-1.0.6. 2010-09-22 14:32:17 +00:00
adam
1b01c2fb28 Updated databases/pgadmin3 to 1.12.0 2010-09-22 12:58:53 +00:00
adam
5293af635d 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.
2010-09-22 12:53:28 +00:00
adam
a56087eef1 Allow 90 in PGSQL_VERSIONS_ACCEPTED 2010-09-22 12:51:54 +00:00
gdt
2e6c34e4e2 Updated geography/viking to 0.9.95 2010-09-22 12:44:12 +00:00
gdt
c7a6368c84 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.
2010-09-22 12:43:47 +00:00
obache
215e730b7c global-5.9.2 2010-09-22 11:51:56 +00:00
adam
268d2c043d Updated graphics/inkscape to 0.48.0 2010-09-22 11:44:19 +00:00
adam
5dbb2df5f5 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
2010-09-22 11:39:13 +00:00
obache
566199f6dc Updated x11/mlterm to 3.0.1 2010-09-22 09:33:57 +00:00
obache
62ec87cf82 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]
2010-09-22 09:33:41 +00:00
pettai
c1bcb43bac Corrected depversions 2010-09-22 09:32:13 +00:00
obache
6027a800eb 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.
2010-09-22 09:13:47 +00:00
sno
ebfb20af67 Updated devel/p5-Net-LDAP-Class to 0.25 2010-09-22 06:28:19 +00:00
sno
4ff342246a 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.
2010-09-22 06:27:47 +00:00
sno
091fdc280e Updated devel/p5-Net-LDAP-Server-Test to 0.10 2010-09-22 06:09:53 +00:00
sno
71ef470122 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)
2010-09-22 06:09:30 +00:00
sno
03d5f2a4dd Updated net/p5-Net-LDAP-Server to 0.42 2010-09-22 06:01:27 +00:00
sno
5fd8cb68cb 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)
2010-09-22 06:00:27 +00:00
sno
396aad1665 Updated textproc/p5-Text-SpellChecker to 0.08 2010-09-22 05:49:00 +00:00
sno
f718f031aa Updating textproc/p5-Text-SpellChecker from 0.07 to 0.08
Upstream changes:
None noted
2010-09-22 05:48:20 +00:00
minskim
402ce58248 Update tex-texlive-scripts to r19817.
Changes are only in files not installed in pkgsrc.
2010-09-22 03:00:19 +00:00
jnemeth
fbc9be66c9 add a conflict with asterisk >= 1.6.2 as that will include the extra sounds 2010-09-22 02:25:12 +00:00
sno
c35346fb7b Updated databases/p5-DBIx-Class-Schema-Loader to 0.07002 2010-09-21 21:51:15 +00:00
sno
84d398784f 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
2010-09-21 21:50:50 +00:00
sno
b4498aaa08 Updated mail/p5-Net-ManageSieve to 0.10 2010-09-21 21:40:10 +00:00