pkgsrcv2.git
13 years agoMerge from vendor branch TNF:
minskim [Thu, 23 Sep 2010 04:07:29 +0000 (04:07 +0000)]
Merge from vendor branch TNF:
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.

13 years agoImport tex-ly1-2010 as fonts/tex-ly1.
minskim [Thu, 23 Sep 2010 04:07:29 +0000 (04:07 +0000)]
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.

13 years agoNote update of databases/ruby-odbc package to 0.99992.
taca [Thu, 23 Sep 2010 02:29:17 +0000 (02:29 +0000)]
Note update of databases/ruby-odbc package to 0.99992.

13 years agoUpdate ruby-odbc package to 0.99992.
taca [Thu, 23 Sep 2010 02:28:18 +0000 (02:28 +0000)]
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

13 years agoCorrect HOMEPAGE; www.datamapper.org isn't exist but datamapper.org.
taca [Thu, 23 Sep 2010 02:26:46 +0000 (02:26 +0000)]
Correct HOMEPAGE; datamapper.org isn't exist but datamapper.org.

13 years agoUpdated www/p5-Template-Toolkit-Simple to 0.08
sno [Wed, 22 Sep 2010 21:24:12 +0000 (21:24 +0000)]
Updated www/p5-Template-Toolkit-Simple to 0.08

13 years agoUpdating www/p5-Template-Toolkit-Simple from 0.03nb1 to 0.08
sno [Wed, 22 Sep 2010 21:23:21 +0000 (21:23 +0000)]
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.

13 years agoUpdated databases/p5-DBIx-Connector to 0.40
sno [Wed, 22 Sep 2010 21:17:39 +0000 (21:17 +0000)]
Updated databases/p5-DBIx-Connector to 0.40

13 years agoUpdating databases/p5-DBIx-Connector from 0.35nb1 to 0.40
sno [Wed, 22 Sep 2010 21:17:16 +0000 (21:17 +0000)]
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.

13 years agoUpdated databases/p5-DBD-ODBC to 1.25
sno [Wed, 22 Sep 2010 21:15:18 +0000 (21:15 +0000)]
Updated databases/p5-DBD-ODBC to 1.25

13 years agoUpdating databases/p5-DBD-ODBC from 1.23nb1 to 1.25
sno [Wed, 22 Sep 2010 21:14:39 +0000 (21:14 +0000)]
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.

13 years agoUpdated databases/p5-DBD-CSV to 0.31
sno [Wed, 22 Sep 2010 21:00:31 +0000 (21:00 +0000)]
Updated databases/p5-DBD-CSV to 0.31

13 years agoUpdating databases/p5-DBD-CSV from 0.30 to 0.31
sno [Wed, 22 Sep 2010 20:59:53 +0000 (20:59 +0000)]
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

13 years agoUpdated databases/p5-DBI to 1.615
sno [Wed, 22 Sep 2010 20:52:15 +0000 (20:52 +0000)]
Updated databases/p5-DBI to 1.615

13 years agoUpdating databases/p5-DBI from 1.613nb1 to 1.615
sno [Wed, 22 Sep 2010 20:51:29 +0000 (20:51 +0000)]
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)

13 years ago+ dante-1.2.2, davical-0.9.9.2, freefont-20100919, gdk-pixbuf-2.22.0,
wiz [Wed, 22 Sep 2010 20:49:59 +0000 (20:49 +0000)]
+ 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.

13 years agoUpdated devel/fossil to 201009181.55143
joerg [Wed, 22 Sep 2010 20:40:31 +0000 (20:40 +0000)]
Updated devel/fossil to 201009181.55143

13 years agoUpdate to fossil-201009181.55143: No detailed ChangeLog, but this fixes
joerg [Wed, 22 Sep 2010 20:39:59 +0000 (20:39 +0000)]
Update to fossil-201009181.55143: No detailed ChangeLog, but this fixes
issues with the git2fossil import and repositories > 4GB.

13 years agoUpdate tex-hyphen-base to r19823. No change to installed files.
minskim [Wed, 22 Sep 2010 15:50:43 +0000 (15:50 +0000)]
Update tex-hyphen-base to r19823.  No change to installed files.

13 years agoUpdate to bzip2-1.0.6: Fix for CVE-2010-0405. Also install various
joerg [Wed, 22 Sep 2010 14:53:21 +0000 (14:53 +0000)]
Update to bzip2-1.0.6: Fix for CVE-2010-0405. Also install various
helper scripts.

13 years agoUpdate to bzip2-1.0.6: Fix for CVE-2010-0405
joerg [Wed, 22 Sep 2010 14:48:41 +0000 (14:48 +0000)]
Update to bzip2-1.0.6: Fix for CVE-2010-0405

13 years agoMerge from vendor branch BZIP2:
joerg [Wed, 22 Sep 2010 14:32:17 +0000 (14:32 +0000)]
Merge from vendor branch BZIP2:
Import stripped down bzip2-1.0.6.

13 years agoImport stripped down bzip2-1.0.6. BZIP2
joerg [Wed, 22 Sep 2010 14:32:17 +0000 (14:32 +0000)]
Import stripped down bzip2-1.0.6.

13 years agoUpdated databases/pgadmin3 to 1.12.0
adam [Wed, 22 Sep 2010 12:58:53 +0000 (12:58 +0000)]
Updated databases/pgadmin3 to 1.12.0

13 years agoChanges 1.12.0:
adam [Wed, 22 Sep 2010 12:53:28 +0000 (12:53 +0000)]
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.

13 years agoAllow 90 in PGSQL_VERSIONS_ACCEPTED
adam [Wed, 22 Sep 2010 12:51:54 +0000 (12:51 +0000)]
Allow 90 in PGSQL_VERSIONS_ACCEPTED

13 years agoUpdated geography/viking to 0.9.95
gdt [Wed, 22 Sep 2010 12:44:12 +0000 (12:44 +0000)]
Updated geography/viking to 0.9.95

13 years agoUpdate to 0.9.95.
gdt [Wed, 22 Sep 2010 12:43:48 +0000 (12:43 +0000)]
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.

13 years agoglobal-5.9.2
obache [Wed, 22 Sep 2010 11:51:56 +0000 (11:51 +0000)]
global-5.9.2

13 years agoUpdated graphics/inkscape to 0.48.0
adam [Wed, 22 Sep 2010 11:44:19 +0000 (11:44 +0000)]
Updated graphics/inkscape to 0.48.0

13 years agoChanges 0.48.0:
adam [Wed, 22 Sep 2010 11:39:14 +0000 (11:39 +0000)]
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

13 years agoUpdated x11/mlterm to 3.0.1
obache [Wed, 22 Sep 2010 09:33:57 +0000 (09:33 +0000)]
Updated x11/mlterm to 3.0.1

13 years agoUpdate mlterm to 3.0.1.
obache [Wed, 22 Sep 2010 09:33:42 +0000 (09:33 +0000)]
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]

13 years agoCorrected depversions
pettai [Wed, 22 Sep 2010 09:32:13 +0000 (09:32 +0000)]
Corrected depversions

13 years agoRemove unwanted hunk from patch-au.
obache [Wed, 22 Sep 2010 09:13:48 +0000 (09:13 +0000)]
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.

13 years agoUpdated devel/p5-Net-LDAP-Class to 0.25
sno [Wed, 22 Sep 2010 06:28:19 +0000 (06:28 +0000)]
Updated devel/p5-Net-LDAP-Class to 0.25

13 years agoUpdating devel/p5-Net-LDAP-Class from 0.18nb1 to 0.25
sno [Wed, 22 Sep 2010 06:27:47 +0000 (06:27 +0000)]
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.

13 years agoUpdated devel/p5-Net-LDAP-Server-Test to 0.10
sno [Wed, 22 Sep 2010 06:09:53 +0000 (06:09 +0000)]
Updated devel/p5-Net-LDAP-Server-Test to 0.10

13 years agoUpdating devel/p5-Net-LDAP-Server-Test from 0.8.0.01 to 0.10
sno [Wed, 22 Sep 2010 06:09:30 +0000 (06:09 +0000)]
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)

13 years agoUpdated net/p5-Net-LDAP-Server to 0.42
sno [Wed, 22 Sep 2010 06:01:27 +0000 (06:01 +0000)]
Updated net/p5-Net-LDAP-Server to 0.42

13 years agoUpdating net/p5-Net-LDAP-Server from 0.4nb2 to 0.42
sno [Wed, 22 Sep 2010 06:00:27 +0000 (06:00 +0000)]
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)

13 years agoUpdated textproc/p5-Text-SpellChecker to 0.08
sno [Wed, 22 Sep 2010 05:49:00 +0000 (05:49 +0000)]
Updated textproc/p5-Text-SpellChecker to 0.08

13 years agoUpdating textproc/p5-Text-SpellChecker from 0.07 to 0.08
sno [Wed, 22 Sep 2010 05:48:20 +0000 (05:48 +0000)]
Updating textproc/p5-Text-SpellChecker from 0.07 to 0.08

Upstream changes:
None noted

13 years agoUpdate tex-texlive-scripts to r19817.
minskim [Wed, 22 Sep 2010 03:00:19 +0000 (03:00 +0000)]
Update tex-texlive-scripts to r19817.

Changes are only in files not installed in pkgsrc.

13 years agoadd a conflict with asterisk >= 1.6.2 as that will include the extra sounds
jnemeth [Wed, 22 Sep 2010 02:25:12 +0000 (02:25 +0000)]
add a conflict with asterisk >= 1.6.2 as that will include the extra sounds

13 years agoUpdated databases/p5-DBIx-Class-Schema-Loader to 0.07002
sno [Tue, 21 Sep 2010 21:51:15 +0000 (21:51 +0000)]
Updated databases/p5-DBIx-Class-Schema-Loader to 0.07002

13 years agoUpdating databases/p5-DBIx-Class-Schema-Loader from 0.07001nb1 to 0.07002
sno [Tue, 21 Sep 2010 21:50:50 +0000 (21:50 +0000)]
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

13 years agoUpdated mail/p5-Net-ManageSieve to 0.10
sno [Tue, 21 Sep 2010 21:40:10 +0000 (21:40 +0000)]
Updated mail/p5-Net-ManageSieve to 0.10

13 years agoUpdating mail/p5-Net-ManageSieve from 0.08nb1 to 0.10
sno [Tue, 21 Sep 2010 21:39:38 +0000 (21:39 +0000)]
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

13 years agoUpdated textproc/p5-XML-Encoding to 2.08
sno [Tue, 21 Sep 2010 21:36:18 +0000 (21:36 +0000)]
Updated textproc/p5-XML-Encoding to 2.08

13 years agoUpdating textproc/p5-XML-Encoding from 2.07nb1 to 2.08
sno [Tue, 21 Sep 2010 21:35:50 +0000 (21:35 +0000)]
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.

13 years agoUpdated www/p5-Rose-HTMLx-Form-Related to 0.22
sno [Tue, 21 Sep 2010 21:32:10 +0000 (21:32 +0000)]
Updated www/p5-Rose-HTMLx-Form-Related to 0.22

13 years agoUpdating www/p5-Rose-HTMLx-Form-Related from 0.20nb1 to 0.22
sno [Tue, 21 Sep 2010 21:31:41 +0000 (21:31 +0000)]
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.

13 years agoUpdated www/p5-HTML-TreeBuilder-LibXML to 0.12
sno [Tue, 21 Sep 2010 21:28:25 +0000 (21:28 +0000)]
Updated www/p5-HTML-TreeBuilder-LibXML to 0.12

13 years agoUpdating www/p5-HTML-TreeBuilder-LibXML from 0.11nb1 to 0.12
sno [Tue, 21 Sep 2010 21:27:37 +0000 (21:27 +0000)]
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)

13 years agoUpdated www/p5-HTML-Tree to 4.0
sno [Tue, 21 Sep 2010 21:19:55 +0000 (21:19 +0000)]
Updated www/p5-HTML-Tree to 4.0

13 years agoUpdating www/p5-HTML-Tree from 3.23nb2 to 4.0
sno [Tue, 21 Sep 2010 21:19:25 +0000 (21:19 +0000)]
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)

13 years agoUpdated www/p5-libwww to 5.837
sno [Tue, 21 Sep 2010 21:13:20 +0000 (21:13 +0000)]
Updated www/p5-libwww to 5.837

13 years agoUpdating www/p5-libwww from 5.836nb1 to 5.837
sno [Tue, 21 Sep 2010 21:12:39 +0000 (21:12 +0000)]
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

13 years agoUpdated x11/p5-Wx-Perl-ProcessStream to 0.28
sno [Tue, 21 Sep 2010 21:09:50 +0000 (21:09 +0000)]
Updated x11/p5-Wx-Perl-ProcessStream to 0.28

13 years agoUpdating x11/p5-Wx-Perl-ProcessStream from 0.27nb3 to 0.28
sno [Tue, 21 Sep 2010 21:09:24 +0000 (21:09 +0000)]
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

13 years agoUpdated time/p5-MooseX-Types-DateTimeX to 0.10
sno [Tue, 21 Sep 2010 21:03:17 +0000 (21:03 +0000)]
Updated time/p5-MooseX-Types-DateTimeX to 0.10

13 years agoUpdating time/p5-MooseX-Types-DateTimeX from 0.06nb1 to 0.10 (for
sno [Tue, 21 Sep 2010 21:02:54 +0000 (21:02 +0000)]
Updating time/p5-MooseX-Types-DateTimeX from 0.06nb1 to 0.10 (for
cosmetic reasons)

Upstream changes:
0.10    - Reverted to 0.06

13 years agoUpdated mail/p5-MIME-Types to 1.31
sno [Tue, 21 Sep 2010 20:58:09 +0000 (20:58 +0000)]
Updated mail/p5-MIME-Types to 1.31

13 years agoUpdating mail/p5-MIME-Types from 1.30nb1 to 1.31
sno [Tue, 21 Sep 2010 20:57:40 +0000 (20:57 +0000)]
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]

13 years agoUpdated devel/p5-Module-CoreList to 2.39
sno [Tue, 21 Sep 2010 20:54:42 +0000 (20:54 +0000)]
Updated devel/p5-Module-CoreList to 2.39

13 years agoUpdating devel/p5-Module-CoreList from 2.38 to 2.39
sno [Tue, 21 Sep 2010 20:54:12 +0000 (20:54 +0000)]
Updating devel/p5-Module-CoreList from 2.38 to 2.39

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

13 years agoUpdated devel/p5-Devel-NYTProf to 4.05
sno [Tue, 21 Sep 2010 20:49:39 +0000 (20:49 +0000)]
Updated devel/p5-Devel-NYTProf to 4.05

13 years agoUpdating devel/p5-Devel-NYTProf from 4.04nb1 to 4.05
sno [Tue, 21 Sep 2010 20:49:11 +0000 (20:49 +0000)]
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.

13 years agoUpdate from 0.16.1 to 0.16.3.
jkunz [Tue, 21 Sep 2010 18:51:55 +0000 (18:51 +0000)]
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.

13 years agoNote update of databases/mysql51-client package to 5.1.50nb1.
taca [Tue, 21 Sep 2010 15:58:21 +0000 (15:58 +0000)]
Note update of databases/mysql51-client package to 5.1.50nb1.

13 years ago* Install my_compiler.h as public header. It is already fixed in
taca [Tue, 21 Sep 2010 15:57:30 +0000 (15:57 +0000)]
* Install my_compiler.h as public header.  It is already fixed in
  MySQL's repository.
* Add comments to patches.

Bump PKGREVISION and it fixes P$ pkg/43887.

13 years agoImport couchdb-1.0.1 as databases/couchdb.
fhajny [Tue, 21 Sep 2010 12:11:39 +0000 (12:11 +0000)]
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.)

13 years agoMerge from vendor branch TNF:
fhajny [Tue, 21 Sep 2010 12:11:39 +0000 (12:11 +0000)]
Merge from vendor branch TNF:
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.)

13 years agoImport rabbitmq-2.1.0 as net/rabbitmq.
fhajny [Tue, 21 Sep 2010 11:47:32 +0000 (11:47 +0000)]
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.)

13 years agoMerge from vendor branch TNF:
fhajny [Tue, 21 Sep 2010 11:47:32 +0000 (11:47 +0000)]
Merge from vendor branch TNF:
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.)

13 years agoImport prosody-0.7.0 as chat/prosody.
fhajny [Tue, 21 Sep 2010 11:01:22 +0000 (11:01 +0000)]
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.)

13 years agoMerge from vendor branch TNF:
fhajny [Tue, 21 Sep 2010 11:01:22 +0000 (11:01 +0000)]
Merge from vendor branch TNF:
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.)

13 years agoImport lua-sec-0.4 as security/lua-sec.
fhajny [Tue, 21 Sep 2010 10:45:56 +0000 (10:45 +0000)]
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.)

13 years agoMerge from vendor branch TNF:
fhajny [Tue, 21 Sep 2010 10:45:56 +0000 (10:45 +0000)]
Merge from vendor branch TNF:
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.)

13 years agoImport lua-socket-2.0.2 as net/lua-socket.
fhajny [Tue, 21 Sep 2010 10:08:48 +0000 (10:08 +0000)]
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.)

13 years agoMerge from vendor branch TNF:
fhajny [Tue, 21 Sep 2010 10:08:48 +0000 (10:08 +0000)]
Merge from vendor branch TNF:
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.)

13 years agoImport lua-filesystem-1.5.0 as devel/lua-filesystem.
fhajny [Tue, 21 Sep 2010 09:30:41 +0000 (09:30 +0000)]
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.

13 years agoMerge from vendor branch TNF:
fhajny [Tue, 21 Sep 2010 09:30:41 +0000 (09:30 +0000)]
Merge from vendor branch TNF:
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.

13 years agoFix post-install
adam [Tue, 21 Sep 2010 08:14:51 +0000 (08:14 +0000)]
Fix post-install

13 years agoAdded databases/postgresql90 version 9.0.0
adam [Tue, 21 Sep 2010 08:10:57 +0000 (08:10 +0000)]
Added databases/postgresql90 version 9.0.0

13 years agoAdded databases/postgresql90 version 9.0.0
adam [Tue, 21 Sep 2010 08:06:09 +0000 (08:06 +0000)]
Added databases/postgresql90 version 9.0.0

13 years agoAdded databases/postgresql90 version 9.0.0
adam [Tue, 21 Sep 2010 07:56:11 +0000 (07:56 +0000)]
Added databases/postgresql90 version 9.0.0

13 years agoChanges 9.0:
adam [Tue, 21 Sep 2010 07:53:57 +0000 (07:53 +0000)]
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.

13 years agoMerge from vendor branch TNF:
adam [Tue, 21 Sep 2010 07:53:57 +0000 (07:53 +0000)]
Merge from vendor branch TNF:
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.

13 years agoChanges 0.96.3:
adam [Tue, 21 Sep 2010 07:47:25 +0000 (07:47 +0000)]
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.

13 years agonote bozohttpd 20100920
mrg [Tue, 21 Sep 2010 06:26:19 +0000 (06:26 +0000)]
note bozohttpd 20100920

13 years agoUpdated devel/p5-Getopt-Long-Descriptive to 0.086
sno [Tue, 21 Sep 2010 06:22:49 +0000 (06:22 +0000)]
Updated devel/p5-Getopt-Long-Descriptive to 0.086

13 years agoUpdating devel/p5-Getopt-Long-Descriptive from 0.085nb1 to 0.086
sno [Tue, 21 Sep 2010 06:22:11 +0000 (06:22 +0000)]
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

13 years agoUpdated devel/p5-Package-Stash to 0.08
sno [Tue, 21 Sep 2010 06:17:46 +0000 (06:17 +0000)]
Updated devel/p5-Package-Stash to 0.08

13 years agoUpdating devel/p5-Package-Stash from 0.05nb1 to 0.08
sno [Tue, 21 Sep 2010 06:17:21 +0000 (06:17 +0000)]
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

13 years agoUpdated devel/p5-PathTools to 3.33
sno [Tue, 21 Sep 2010 06:12:03 +0000 (06:12 +0000)]
Updated devel/p5-PathTools to 3.33

13 years agoUpdating devel/p5-PathTools from 3.31nb1 to 3.33
sno [Tue, 21 Sep 2010 06:11:38 +0000 (06:11 +0000)]
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)

13 years agoUpdated devel/p5-Class-XSAccessor to 1.08
sno [Tue, 21 Sep 2010 06:00:35 +0000 (06:00 +0000)]
Updated devel/p5-Class-XSAccessor to 1.08

13 years agoUpdating devel/p5-Class-XSAccessor from 1.07 to 1.08
sno [Tue, 21 Sep 2010 05:59:42 +0000 (05:59 +0000)]
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