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 (1h)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 17:26:08 UTC Now

2015-04-26 13:35:48 UTC MAIN commitmail json YAML

Update to 0.007
---------------
0.007    2013-10-15 22:37:01 America/New_York
          update bugtracker and repo metadata

(mef)

2015-04-26 13:33:30 UTC MAIN commitmail json YAML

Update 0.102082 to 0.102084
0.102084  2013-11-08 22:30:46 America/New_York
        - typo fixes
        - update repo and bugtracker links

(mef)

2015-04-26 13:30:59 UTC MAIN commitmail json YAML

2015-04-26 13:30:43 UTC MAIN commitmail json YAML

(pkgsrc)
- Switch DEPENDS from JSON to JSON::MaybeXS (see below)
(upstream)
- Update 1.101242 to 1.101245
---------------------------
1.101245  2014-08-08 18:43:38-04:00 America/New_York
        - switch from JSON to JSON::MaybeXS

1.101244  2013-10-15 22:35:34 America/New_York
          update bugtracker and repo

1.101243  2013-01-31 11:42:28 America/New_York
          use horrible hack to avoid dying when a data structure to log
          contains an object

(mef)

2015-04-26 13:29:42 UTC MAIN commitmail json YAML

Drop pointless ONLY_FOR_COMPILER.

(joerg)

2015-04-26 13:29:12 UTC MAIN commitmail json YAML

Disable sane option due to the dependency conflict.

(joerg)

2015-04-26 13:28:23 UTC MAIN commitmail json YAML

2015-04-26 13:26:57 UTC MAIN commitmail json YAML

Drop ONLY_FOR_COMPILER, supports it least clang as well.

(joerg)

2015-04-26 13:26:32 UTC MAIN commitmail json YAML

Drop ONLY_FOR_COMPILER, works at least with clang.

(joerg)

2015-04-26 13:13:20 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-Simple to 3.30
Updated textproc/p5-Pod-Spell to 1.17
Updated textproc/p5-Pod-Weaver to 4.011
Updated textproc/p5-Search-Indexer to 0.77
Updated textproc/p5-String-BufferStack to 1.16
Updated textproc/p5-String-Compare-ConstantTime to 0.310
Updated textproc/p5-String-Errf to 0.007

(mef)

2015-04-26 13:08:38 UTC MAIN commitmail json YAML

Use full paths to archive files instead of -lfoo to avoid wrapper reordering
when linking a shared library out of .a files.
This is what other packages that use -Wl,--whole-archive seem to do.
This works with and without cwrappers.

XXX someone please apply similar fixes for Darwin and SunOS if necessary

(tnn)

2015-04-26 13:06:27 UTC MAIN commitmail json YAML

Update to 0.007
---------------
0.007    2013-11-24 13:46:17 America/New_York
      -  catch more bad input and die [rt.cpan.org #83552]
      -  update repository and bugtracker metadata

(mef)

2015-04-26 13:04:20 UTC MAIN commitmail json YAML

Update  0.300 to 0.310
----------------------
0.310  2014-09-23
  * Fix segfault when passed in undef (thanks Ichinose Shogo)
  * Documentation updates
  * Add github repo and license meta info

(mef)

2015-04-26 13:02:49 UTC MAIN commitmail json YAML

Update to 1.16
--------------
1.16  Wed Oct 26 08:05:17 2011
        * No code changes; fix license in META.yml

(mef)

2015-04-26 13:00:43 UTC MAIN commitmail json YAML

Update to 0.77
--------------
0.77 04.05.2013
  - fix warning in dump() & identify stopwords

(mef)

2015-04-26 12:56:59 UTC MAIN commitmail json YAML

(pkgsrc)
- Drop DEPENDS+=      p5-Moose-Autobox, see below
(upstream)
- Update 4.006 to 4.011
---------------------
4.011    2015-03-17 07:48:54-04:00 America/New_York
        - add "header" attributes to more sections, to change the =head1
          headert ext (thanks, David Wheeler)

4.010    2014-12-30 22:02:58-05:00 America/New_York
        - use of Moose::Autobox has been dropped (thanks Karen Etheridge!)

4.009    2014-12-02 23:00:37-05:00 America/New_York
        - when a Collect-worthy header exists (like =head1 METHODS) use it,
          rather than making a new one *and* leaving the old one around
          (thanks, Christian Walde)

4.008    2014-11-12 09:37:13-05:00 America/New_York
        - handle UTF-8 data in PODNAME and ABSTRACT (thanks,  Blabos de Blebe)
        - Explain Section::Region naming, nonpod, and flattening
          (thanks, Kent Fredric)

4.007    2014-10-27 22:21:55-04:00 America/New_York
        - immutabilize ALL THE THINGS!

(mef)

2015-04-26 12:10:36 UTC MAIN commitmail json YAML

Updated fonts/tex-wasysym to 2.0nb1

(ryoon)

2015-04-26 12:09:56 UTC MAIN commitmail json YAML

Bump PKGREVISION.

* Depend on fonts/tex-wasy2-ps.
  Fix devel/doxygen build.

(ryoon)

2015-04-26 11:52:20 UTC MAIN commitmail json YAML

2015-04-26 11:37:33 UTC MAIN commitmail json YAML

Updated databases/unixodbc to 2.3.2

(ryoon)

2015-04-26 11:37:08 UTC MAIN commitmail json YAML

Update to 2.3.2

* Bump BUILDLINK_API_DEPENDS.

Changelog:
8th-October-2013
2.3.2

    * The logging of WStrings was using the incorrect length in some cases
    * Pass SQLDescribeCol call to driver when in state 2 (not a cursor spec).
    * Pass SQLMoreResults call to driver when in state 2 (not a cursor spec).
      Both the last two changes are not as per the original book state table
      but allign with the current MS driver manager
    * The -e option to isql got lost somewhere. Back in now
    * Update install-sh
    * SQLCancel assumed that the DM was being built with thread support
    * Try and speed up SQLTransact and SQLEndTran operation
    * Add missing \ in Postgres7.1 Makefile
    * Correct some potential buffer overflows
    * Handle SQL_NEED_DATA from a SQLMoreResults
    * Get the local charset via nl_langinfo(CODESET) when asking the DM to do ASCII-UNICODE conversions
    * Handle (and remove) leading spaces from ini entries
    * Fixed unicode conversion problems in SQLGetDiagField(W)
    * missing terminating null in iusql
    * add to the list of errno states that does not cause a create of the ini file
    * SQLSetConnactAttr() -> SQLSetConnectAttrW() was passing incorrect string length
    * Fix double free in SQLGetDiagFieldW
    * Fix Unicode/Ansi conversion problem in SQLGetDiagFieldW.c
    * Add support for Driver64 in SQLDriverConnectW
    * Add missing unicode setting when returning a connection to the pool
    * Tidy up leaking iconv handles if connect_part_one fails
    * Fix (and avoid) some out of memory problems
    * Wrap lt_dlinit and dlerror in the lib mutex
    * Add slencheck executable to try and find the sizeof(SQLLEN) from a installed driver
    * SQL_NO_DATA after SQL_STILL_EXECUTING in SQLExtendedFetch was not setting the state correctly
    * A little more 3.80 stuff being added
    * Added fixes found by coverity
    * Added man pages
    * Patches to update VMS build
    * Change mutex protection around release_env
    * Altered strlen to be count of bytes in SQLGetDiagFieldW
    * Add check for W function support in do_attr
    * Allow SQLDrivers to return attribute length with no supplied buffer

26th-November-2011
2.3.1

    * Change type definition of a integer in SQLConnect.c, just to avoid
      confusion
    * Allow setting the DM overrive values in the connection string to SQLDriverConnect
      for example
      "DRIVER={Easysoft ODBC-SQL Server};Server=myserver;UID=user;PWD=pass;DMStmtAttr=SQL_QUERY_TIMEOUT=10;"
    * Error and info message order was being inverted by the driver manager
    * Fix memory leak in SQLDriverConnect.c (Thanks JM)
    * The keyword matching for DRIVER=, DSN= etc was case sensitive. Make it insensitive now
    * Avoid sprintf NULL pointer problem in SQLGetDiagRec
    * Fix typo affecting the pooling of connections, (thanks Chris)
    * Fix SunCC _mcount problem
    * Attempt to stamp version info on the libs generated. There are aps in use linked against other
      driver managers that expect VERS_3.52
    * Fix potential buffer overrun when using SAFEFILE
    * Fix mutex problem in the exit from __SQLGetInfo (thanks Richard)
    * Allow getting SQL_DM_VER via SQLGetInfo before connecting to a driver
    * Generate unixodbc_conf.h using macros to allow cross compiling
    * Fix some libltdl problems
    * Fix some naming problems with the cursor lib
    * Fix odbcinst problems on systems without pwd.h
    * Change lib version to 2 to reflect SQLLEN changes in v2.3
    * Fix threading problem (thanks Petr Vandrovec)
    * Allow use of lib name in a DRIVER= connection string
    * Change default threading protection to 0, most drivers should be thread
      safe by now. If the driver is at all thread safe, allow SQLCancel to bipass the
      interlock.
    * Performance change to handle large numbers of connection and statement handles better.
      Thanks for the change from the folks at Acision.
    * Add -k option to isql to treat the DSN as a connection string and use SQLDriverConnect
        isql -k "DSN=server;UID=test;PWD=test"
    * Couple of the SQLSetConnactAttr values are now SQLULEN instead of SQLUINTEGER
    * SQLSetConnectAttr was passing a char length instead of a byte length into the
      Driver SQLSetConnectAttr when converting from Ansi->Unicode
    * Driver version was not being held when a second connection was made to the driver

(ryoon)

2015-04-26 11:14:31 UTC MAIN commitmail json YAML

Drop ONLY_FOR_COMPILER. If -Werror is no good reason for such a mask and
should be handled if desired.

(joerg)

2015-04-26 10:03:52 UTC MAIN commitmail json YAML

Fix unfetchable distfile after revbump. Githubify.

(tnn)

2015-04-26 09:54:10 UTC MAIN commitmail json YAML

Update to 1.17
--------------
1.17      2015-03-08
        - revert changes in 1.16 they are not compatible with windows GH #18

(mef)

2015-04-26 09:45:51 UTC MAIN commitmail json YAML

Update 3.28 to 3.30
      ( From the entry 2015-01-13  * Release 3.29)
NOTE: This will be the last release of Pod::Simple to support versions
of Perl earlier than 5.6.
-------------------
2015-02-23  David E. Wheeler <david@justatheory.org>
* Release 3.30
No changes since 3.29_6.

2015-02-19  David E. Wheeler <david@justatheory.org>
* Release 3.29_6
The survey() method in Pod::Simple::Search now ignores duplicat
files with varying lettercasing on case-insensitive file systems.
This allows

When pondering files in a given directory, the survey() method in
Pod::Simple::Search now prefers files with extensions in the
following order: no extension, .pod, .pm, .plx, .pl.

The find() method in Pod::Simple::Search now records the './pod'
subdirectory of each directory it considers in such a way as to
preserve its case on the file system.

The find() method in Pod::Simple::Search now tries harder to find
the proper file on case-insensitive file systems when searching
for modules starting with "Pod". For example, when searching for
'Pod::Perldoc' it now returns a file ending in 'Pod/Perldoc.pm'
instead of 'Pod/perldoc.pod', as the latter is actually the
documention for the 'perldoc' program.

2015-02-17  David E. Wheeler <david@justatheory.org>
* Release 3.29_5
No changes except that the release tarball should no longer be empty.

2015-02-16  David E. Wheeler <david@justatheory.org>
* Release 3.29_4
Removed "Caveats" from the docs. Pod::Simple has been out of beta
for years.

The survey() method in Pod::Simple::Search no longer assumes that
files ending in '.pod' are actually Pod. Like .pm and .pl files,
.pod files must contains at least one valid POD command, as
documented. This brings the behavior in line with find(), which
already required that .pod files contain Pod.

The survey() method in Pod::Simple::Search now prefers files
ending in .pod over those ending in .pm, and .pm over those ending
in .pl, when it finds duplicate pod files for a given name.

2015-02-11  David E. Wheeler <david@justatheory.org>
* Release 3.29_3
Tightened up the first pass at recognizing a Pod command so that
fewer invalid Pod lines will be recognized. Suggested by Randy
Stauner.

Fixed bug where Pod::Simple would attempt to call
utf8::unicode_to_native on Perl 5.6, where that function does not
exist.

Typos and minor wordsmithing changes in Pod::Simple::Subclassing,
thanks to Randy Stauner.

The Pod::Simple::Search survey() and find() methods now use the same
code for determining @INC directories to search. The only difference
is that find() also includes $Config::Config{'scriptdir'}.

2015-01-13  David E. Wheeler <david@justatheory.org>
* Release 3.29
NOTE: This will be the last release of Pod::Simple to support versions
of Perl earlier than 5.6.

Fixed test failure for unsupported encoding on Perl 5.6.

Removed unnecessary dependency on constant. Reported by Petr Pisar
(RT #85578).

Many documentation and comment typos fixed by David Steinbrunner.

Fixed issue when an encoding is declared via an '=encoding' directive
*after* Pod::Simple has already detected an encoding. Thanks to
Graham Knop for the patch and Patrice Dumas for the tests.

Added '>&STDERR' as an output to better emulate
Pod::Parser::parse_from_file(). Florent Angly.

Tidied the description of the different Pod::Simple interfaces,
with greater emphasis on the four different steps to subclassing.
Florent Angly.

Added the 'top_anchor' attribue to Pod::Simple::HTML, to allow
specification of a custom top anchor format. Gabor Szabo.

Fixed the text formatter to properly set the Text::Wrap overflow policy.
Thanks to Nigel Metheringham for the fix!

Fixed mis-matched quotation marks when adding JavaScript elements
to the XHTML output. Patch from jonathancast.

Fixed issues on EBCDIC. Patch from Karl Williamson (GitHub Pull
Request #58).

Fixed bug where the value passed to Pod::Simple::XHTML's
html_css() method would be output twice. Thanks to Andrew Johnson
for the report (RT #99303).

Documented the 'recurse' attribute of Pod::Simple::Search.
Thanks to Jim Keenan for the report (RT #91886).

An error is no longer thrown when '=encoding' directives are found
on subsequent lines. Instead, we now log a an error message,
"Cannot have multiple =encoding directives" (RT #91757).

The HTML and XHTML formatters now do a better job of preserving
lines in 'begin html' blocks. Fixes a bug that dates from 2002
(Perl RT#9385, CPAN RT #91851).

(mef)

2015-04-26 09:39:06 UTC MAIN commitmail json YAML

Should use PKGNAME_NOREV instead of PKGNAME for PLIST_SUBST, thanks tnn@ for fixing gnuplot.

(mef)

2015-04-26 09:25:44 UTC MAIN commitmail json YAML

Unbreak after revbump. Needs to use PKGVERSION_NOREV for PLIST stuff.

(tnn)

2015-04-26 09:06:39 UTC MAIN commitmail json YAML

Updated textproc/p5-Encode to 2.73
Updated textproc/p5-Lingua-EN-Number-IsOrdinal to 0.05
Updated textproc/p5-Lingua-EN-Sentence to 0.27
Updated textproc/p5-Lingua-EN-Tagger to 0.25
Updated textproc/p5-PDF-API2 to 2.023
Updated textproc/p5-PDF-Create to 1.10
Updated textproc/p5-PDF-Table to 0.9.7
Updated textproc/p5-Pod-Elemental-PerlMunger to 0.200002
Updated textproc/p5-Pod-Parser to 1.63

(mef)

2015-04-26 09:04:43 UTC MAIN commitmail json YAML

(pkgsrc)
- Add  LICENSE= artistic
- Add  CONFLICTS=    mrtg-[0-9]*
- Remove @ from @${FIND}, pkglint flags not to hide
(upstream)
- Update to 1.63
--------------
Version 1.63
+ CPAN#101847: [PATCH] Bump $VERSION in module changed since Pod-Parser-1.60
  increased VERSION in all *.pm files
+ CPAN#98610: Pod::Find should skip also object directories of modern vc
  systems (.git, .hg)
  implemented in Pod::Find
Thanks for the reports and patches!

(mef)

2015-04-26 08:50:04 UTC MAIN commitmail json YAML

Update to 0.200002
------------------
0.200002  2014-03-20 19:13:01-04:00 America/New_York
        - the comment replacer now uses "#pod" not "#" to build replacement
          text, making it easier to strip out with grep (thanks, Karen
          Etheridge)

(mef)

2015-04-26 08:48:16 UTC MAIN commitmail json YAML

Update 0.9.3 to 0.9.7
---------------------
Version 0.9.7 - for a detailed log and changed files visit GitHub
----------------------------
- Reviewed and updated README
- Huge POD rewrite
- Adding a small script that generates HTML from POD and applies CSS from
  CPAN. Useful for reviewing the POD before release.
- Added a test for POD validation
- Added an example file that can test GitHub Issues #8, #9, #10
- GitHub [Issue #9] [Issue #10] Fixed cell_props applied to a different
  row when 'Repeat Headers' is enabled
- Introduced column_numbers variable to avoid using $record in a broader
  scope. Further improvement needed.
- Header row height is copied to each new page when 'Repeat Headers' is
  enabled
- Fixed messing up row height when repeat headers is enabled due to
  access by array index vs shift/unshift
- Fixed row height for rows with text blocks
- Headers_props variable has been wrongly initialised with 0 causing a
  copy of the first data row even when header props are not passed as
  parameter
- Added initialisation of header props justify param so that column and
  cell properties are not affecting the default value.
- Fixed an issue with messing up row properties when repeating the header
  row on each page.
- Examples have been formatted.
- One new example added (header.pl) for demonstrating how header row can
  be added to multiple pages.
- No need to export variables. Added one more test.
- Removed pad_w and pad_h local variable as useless
- Fixed typo causing a bug with row_height param.  Added example file for
  row_height. To be used for writing a test.
- Added POD for row_height param
- Row counting should not be skipped if it is first row.
- Added one more test(duplicates existing) but only to have base.
- Extracted PDF::API2 Mock as a separate package.  Created New test with
  the very basics.  Create a new package that will hold predefined data
  for tests so it can be reused.
- Fixed a variable that masks earlier declaration.
- Fixed Issue #4 - Row height is calculated correctly depending on font
  size.  Some variables are renamed to more meaningful.  Row counting is
  done in a new way with single counter that is used for column and cell
  props retrieval.
- Row height is now calculated for each row based on maximum font size
  from all cells.  Refactored some variable names and unified row
  counting during column size calculation phase.
- Fixed doc details in POD
- Cosmetic changes
- Decreased indent and reduced if body.  For easier review, diff with
  whitespace changes disabled.
- Added github url in readme

Version 0.9.6
----------------------------
- Fixed typo in POD. Closes #71816 Thanks to Gregor Herrmann
- Small code refactoring.
- Added patch for infinite loop fix. Closes #77376 Thanks to John Bazik
- Added patch for header justification. Closes #77566 Thanks to James
  Lance
- Added horizontal_borders, vertical_borders params to table(). Closes
  #79883 Thanks to Eric Johnson

Version 0.9.5 - 18.Oct.2011
----------------------------
- MANIFEST was missing sample pdf file.
- Accidently left alternative code for infinite loop fix commented out.
  Fixed.  Added a test for that.

Version 0.9.4 - 17.Oct.2011
----------------------------
- Don't bump row count when row spans a page.  Closes #67401.
- Fixed bug: don't call text_block if record width is exactly cell width.
- Fixed bug in text_block: bottom is (top - height), not (baseline - height).
- Example script typo fixed.  Closes #55133.
- Don't set up strokes when border is 0.  Apparently breaks Acrobat.
  Closes #40705 and #55137.
- Changed print warnings to carp.  Closes #38007.
- Added center justification for columns and cells.  Tests, too.  Closes
  #37924.
- Fixed infinite loop caused by uninitialized $2.  Thanks to Petri
  Kaurinkoski.  Closes #34017.
- Fixed perl warning if $col_prop->{min_w} is undef.  Thanks to Matthias
  Pitzl (NEPOS).  Closes #30720.
- Fixed default header background color bug, closes #28542.
- Added mock PDF::API2 packages to test script and added tests.
- Improve column width calculations so wider content gets wider columns.
  Added column width test.  Thanks to Barrie Slaymaker (RBS).  Closes
  #26158.

(mef)

2015-04-26 08:47:38 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup tickets #4684, #4685 and #4686.

(tron)

2015-04-26 08:47:12 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup ticket #4686 - requested by taca
lang/ruby22-base: security update

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.141
- lang/ruby22-base/distinfo                                    1.2

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Apr 19 16:25:10 UTC 2015

  Modified Files:
  pkgsrc/lang/ruby: rubyversion.mk
  pkgsrc/lang/ruby22-base: distinfo

  Log Message:
  Update ruby22-base and ruby22 package to 2.2.2.

  >From release announce:

  We are pleased to announce the release of Ruby 2.2.2. This is a TEENY version
  release of the stable 2.2 series.

  This release includes the security fix for a OpenSSL extension's hostname
  verification vulnerability.

      CVE-2015-1855: Ruby OpenSSL Hostname Verification

  There are also some bugfixes. See ChangeLog for details.

(tron)

2015-04-26 08:39:20 UTC MAIN commitmail json YAML

Update 1.08 to 1.10
-------------------
1.10 2014.08.22
    Fix test that used to use CGI.pm

1.09 2014.08.21
    Eliminate the need for CGI.pm in the test RT #98222
    Some POD updates.
    Eliminate memory leak RT #93412 thanks to Chris Jack.

(mef)

2015-04-26 08:37:26 UTC MAIN commitmail json YAML

Update 2.021 to 2.023
---------------------
2.023    2014-09-12
    - The fix for [RT #69503] broke a previously-working case where a
      page object could be passed (and was expected).  The -firstpage
      option now accepts a page object or a page number.  Thanks to
      Marco Pessotto for the bug report and test.

2.022    2014-07-04
    - Added $pdf->version() get/set method.  When opening an existing
      PDF, the existing version number will now be retained.

    - Renamed the following in PDF::API2:
        - importpage to import_page
        - openScalar to open_scalar

      The old names are deprecated.

    - [RT #69503] Fix the -firstpage option to $pdf->preferences() so
      that it doesn't always lead to a crash (reported by Dietrich
      Streifert).

    - [RT #47974] Accept malformed xref subsections (with a warning)
      that have extraneous spaces on the first line (reported by
      Abhinav Kaushik).

    - [RT #94505] For Code128 barcodes, the initial character set is
      now optional (defaults to B or C depending on the content to be
      encoded).  The initial character set can be passed as a capital
      letter, and the program will die if an invalid character set is
      requested (requested by Andrea Nall).

    - Interleaved 2 of 5 barcodes now prepend a zero when an odd
      number of digits is specified, which is standard behavior.
      Previously, a zero was appended instead.

    - $page->rotate(0) now sets rotation to 0 degrees rather than
      deleting an existing page rotation command.  Page rotation is
      inherited, so this is necessary to undo any inherited page
      rotation.

    - Fix: Attempts to use EAN-128 barcodes resulted in an error.

    - Add a more informative error when text() is called without first
      setting a font(), and when font() is called without including a
      font size.

(mef)

2015-04-26 08:36:34 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup ticket #4685 - requested by taca
lang/ruby21-base: security update

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.140
- lang/ruby21-base/PLIST                                        1.6
- lang/ruby21-base/distinfo                                    1.14-1.15
- lang/ruby21-base/patches/patch-configure                      1.3
- lang/ruby21-base/patches/patch-lib_rdoc_text.rb              deleted
- lang/ruby21/Makefile                                          1.3

---
  Module Name: pkgsrc
  Committed By: jperkin
  Date: Fri Apr  3 09:02:24 UTC 2015

  Modified Files:
  pkgsrc/lang/ruby21-base: distinfo
  pkgsrc/lang/ruby21-base/patches: patch-configure

  Log Message:
  Disable CPU detection on Darwin, the result for 32-bit (i486) is incompatible
  with pkgsrc MACHINE_ARCH (i386).  Fixes 32-bit build, no change for 64-bit.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Apr 19 16:19:00 UTC 2015

  Modified Files:
  pkgsrc/lang/ruby: rubyversion.mk
  pkgsrc/lang/ruby21-base: PLIST distinfo
  Removed Files:
  pkgsrc/lang/ruby21-base/patches: patch-lib_rdoc_text.rb

  Log Message:
  Update ruby21-base and ruby21 packages to 2.1.6.

  >From release announce:

  Ruby 2.1.6 has been released.

  This release includes a security fix for OpenSSL extension. Please view the
  topic below for more details.

      CVE-2015-1855: Ruby OpenSSL Hostname Verification

  And, many bug fixes are also included. See tickets and ChangeLog for details.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Apr 19 16:20:42 UTC 2015

  Modified Files:
  pkgsrc/lang/ruby21: Makefile

  Log Message:
  Reset PKGREVISION.

(tron)

2015-04-26 08:34:32 UTC MAIN commitmail json YAML

Update 0.24 to 0.25
--------------------
0.25            Aaron Coburn            4/3/15
        Fixed floating point number regex.

(mef)

2015-04-26 08:32:04 UTC MAIN commitmail json YAML

Update 0.25 to 0.27
-------------------
0.26 Mar 12 2015
    - Fixed POD errors
        - Fixed RT bug 97681, setlocale work around for Android systems
        - Added Build.PL
        - Added tests harness and more tests
        - update to newer Perl idioms such as 'our' variables

0.27 Mar 12 2015
    - added main.t to MANIFEST
        - added more prefixes and suffixes for people' snames, such as Mme. , Msgr.

(mef)

2015-04-26 08:28:16 UTC MAIN commitmail json YAML

Update to 0.05
--------------
0.05 2015-03-23 00:06:52
    - merge PR #1 to add Test::Kwalitee and License info

(mef)

2015-04-26 08:26:15 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup ticket #4684 - requested by taca
lang/ruby200-base: security update

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.139
- lang/ruby200-base/distinfo                                    1.23 via patch

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Apr 19 16:12:23 UTC 2015

  Modified Files:
  pkgsrc/lang/ruby: rubyversion.mk
  pkgsrc/lang/ruby200-base: distinfo

  Log Message:
  Update ruby200 package to 2.0.0p645 (Ruby 2.0.0-p645).

  >From release announce:

  We are pleased to announce the release of Ruby 2.0.0-p645.

  This release includes a security fix for OpenSSL extension. Please view the
  topic below for more details.

      CVE-2015-1855: Ruby OpenSSL Hostname Verification

  Ruby 2.0.0 is now under the state of the security maintenance phase, until
  Feb. 24th, 2016. After the date, maintenance of Ruby 2.0.0 will be ended. We
  recommend you start planning migration to newer versions of Ruby, such as 2.1
  or 2.2.

  This release includes the security fix mentioned above along with small
  changes required for test environment (that shouldn't affect normal users).

  See ChangeLog for full details.

(tron)

2015-04-26 08:25:12 UTC MAIN commitmail json YAML

Update 2.64 to 2.73
-------------------
Revision: 2.73 Date: 2015/04/15 23:14:01
! MANIFEST
+ t/isa.t
! Encode.pm
  Addressed RT#103253: Encode::XS does not inherit from Encode::Encoding
  https://rt.cpan.org/Public/Bug/Display.html?id=103253
! encoding.pm
+ t/encoding-locale.t
  Pulled: Rewrite of encoding::_get_locale_encoding for more portability #40
! encoding.pm
  Pulled: encoding.pm: more inlining #39
  https://github.com/dankogai/p5-encode/pull/39

2.72 2015/03/14 02:44:39
! encoding.pm
  Copied from bleadperl to be in sync with it again.
  http://www.nntp.perl.org/group/perl.perl5.porters/2015/03/msg226576.html

2.71 2015/03/12 00:03:52
! encoding.pm
  Pulled: Don't fail 'no encoding' on EBCDIC
  https://github.com/dankogai/p5-encode/pull/38
! lib/Encode/Alias.pm t/Aliases.t
  Add cp65000 => UTF-7 and cp65001 => utf-8-strict
  https://github.com/dankogai/p5-encode/issues/37
! encoding.pm
  Sync w/ bleadperl
  https://github.com/dankogai/p5-encode/pull/36
! bin/encguess
  Pulled: show encguess example per #33
  https://github.com/dankogai/p5-encode/pull/34

2.70 2015/02/05 10:53:00
! Makefile.PL
  add bin/encguess to EXE_FILES

2.69 2015/02/05 10:35:11
! bin/encguess
  Refactored so that
  * does not depend on non-core module (File::Slurp in particular)
  * PODified document
  * -s "encA encB" to -s encA,encB which is more shell-friendly
  * and more
! MANIFEST
+ bin/encguess
  Pulled: Added CLI wrapper for Encode::Guess
  https://github.com/dankogai/p5-encode/pull/32
! Unicode/Unicode.pm
  Pulled: Bump $VERSION in module changed since Encode-2.60
  https://github.com/dankogai/p5-encode/pull/31

2.68 2015/01/22 10:17:32
! Pulled: Fix C++ build on Windows with VC++
  https://github.com/dankogai/p5-encode/pull/30
  https://rt.cpan.org/Public/Bug/Display.html?id=82897
! lib/Encode/MIME/Header.pm t/taint.t
  Pulled: maintain taint flag when encoding MIME on old perl
  https://github.com/dankogai/p5-encode/pull/29
! Encode.pm
  POD fixes
  https://github.com/dankogai/p5-encode/pull/27
! bin/enc2xs
  Addressed: RT#101345: [PATCH] reduce compiler warnings and stderr noise
  enc2xs no longer emits verbose messages to STDERR
  unless -v switch or $ENV{ENC2XS_VERBOSE} is set.
  https://rt.cpan.org/Public/Bug/Display.html?id=101345

2.67 2014/12/04 20:13:00
! t/taint.t
  Now skips nonexistent methods like Encode::Detect->encode() should
  that be installed.  This resolves RT#100105.
  https://rt.cpan.org/Ticket/Display.html?id=100105

2.66 2014/12/02 23:30:34 $
! bin/enc2xs
  Resolved RT#100656: enc2xs -C fails if URL::Encode::XS is installed
  https://rt.cpan.org/Ticket/Display.html?id=100656

2.65 2014/11/27 14:08:33
! Changes Encode.xs bin/enc2xs
  Applied 3 patches from jhi:
    0001-For-C-don-t-use-the-array-size-in-forward-declaratiotion
    0002-Unused-variables
    0003-1-needs-casting-to-STRLEN
  Message-Id: <54753674.6070909@iki.fi>

(mef)

2015-04-26 08:01:39 UTC MAIN commitmail json YAML

Updated textproc/py-lxml to 3.4.4

(wiz)

2015-04-26 08:01:31 UTC MAIN commitmail json YAML

Update to 3.4.4:

3.4.4 (2015-04-25)
==================

Bugs fixed
----------

* An ElementTree compatibility test added in lxml 3.4.3 that failed in
  Python 3.4+ was removed again.

(wiz)

2015-04-26 08:00:40 UTC MAIN commitmail json YAML

drop llvm as suggested option until build issues can be figured out

(tnn)

2015-04-26 07:59:58 UTC MAIN commitmail json YAML

revert rev. 1.7. Although it should be correct in theory it interacts
with the build of some packages in subtle ways, and needs more testing.

(tnn)

2015-04-26 07:58:57 UTC MAIN commitmail json YAML

Updated devel/py-cparser to 2.12

(wiz)

2015-04-26 07:58:49 UTC MAIN commitmail json YAML

Update to 2.12:

+ Version 2.12 (21.04.2015)

  - This is a fix release for 2.11; the memory optimization with __slots__ on
    Coord and AST nodes didn't take weakrefs into account, which broke cffi and
    its many dependents (iseue #76). Fixed by adding __weakref__ to __slots__.

+ Version 2.11 (21.04.2015)

  - Add support for C99 6.5.3.7 p7 - qualifiers within array dimensions in
    function declarations. Started with issue #21 (reported with initial patch
    by Robin Martinjak).
  - Issue #27: bug in handling of unified wstring literals.
  - Issue #28: fix coord reporting for 'for' loops.
  - Added ``examples/using_gcc_E_libc.py`` to demonstrate how ``gcc -E`` can
    be used instead of ``cpp`` for preprocessing.
  - Pull request #64: support keywords like const, volatile, restrict and static
    in dimensions in array declarations.
  - Reduce memory usage of AST nodes (issue #72).
  - Parsing order of nested pointer declarations fixed (issue #68).

(wiz)

2015-04-26 07:58:08 UTC MAIN commitmail json YAML

2015-04-26 07:58:00 UTC MAIN commitmail json YAML

Update to 1.72b:

--------------
Version 1.72b:
--------------

  - Fixed a glitch in non-x86 install, spotted by Tobias Ospelt.

  - Added a minor safeguard to llvm_mode Makefile following a report from
    Kai Zhao.

--------------
Version 1.71b:
--------------

  - Fixed a bug with installed copies of AFL trying to use QEMU mode. Spotted
    by G.M. Lime.

  - Added last path / crash / hang times to fuzzer_stats, suggested by
    Richard Hipp.

  - Fixed a typo, thanks to Jakub Wilk.

(wiz)

2015-04-26 07:56:58 UTC MAIN commitmail json YAML

+ R-3.2, afl-1.72b, libnice-0.1.12, meld-3.13.1, nettle-3.1.1,
  py-cparser-2.12, py-django-cms-3.1, py-lxml-3.4.4.

(wiz)

2015-04-26 07:48:30 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-TimeZone to 1.88

(wiz)

2015-04-26 07:48:22 UTC MAIN commitmail json YAML

Update to 1.88:

1.88    2015-04-24

- This release is based on version 2015d of the Olson database. This release
  includes contemporary changes for Egypt.

(wiz)

2015-04-26 07:47:26 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-LibXML to 2.0119

(wiz)

2015-04-26 07:47:18 UTC MAIN commitmail json YAML

Update to 2.0119:

2.0119  2015-04-23
    - Preserve unset options after a _clone() call (e.g: in load_xml()).
        - This caused expand_entities(0) to not be preserved/etc.
        - Thanks to Tilmann Haak from xing.com for the report.

(wiz)

2015-04-26 07:42:51 UTC MAIN commitmail json YAML

Improve xaw3d description.

(wiz)

2015-04-26 05:54:30 UTC MAIN commitmail json YAML

2015-04-26 05:38:26 UTC MAIN commitmail json YAML

Updated sysutils/watchman to 3.1

(mef)

2015-04-26 05:38:18 UTC MAIN commitmail json YAML

(pkgsrc)
- Convert to MASTER_SITE_GITHUB, thanks tnn
- Add SUBST to set VARBASE for WATCHMAN_STATE_DIR
(upstream)
- Update 3.0.0 to 3.1
.. ChangeLog doesn't seem to be available

(mef)

2015-04-26 04:32:21 UTC MAIN commitmail json YAML

yet more texlive package updates

(markd)

2015-04-26 04:09:12 UTC MAIN commitmail json YAML

Updated tex-collection-latex to 2014

added tex-babel-english tex-url

(markd)

2015-04-26 04:05:25 UTC MAIN commitmail json YAML

Add tex-babel-{english,german}

(markd)

2015-04-26 04:03:22 UTC MAIN commitmail json YAML

2015-04-26 04:02:05 UTC MAIN commitmail json YAML

2015-04-26 03:45:13 UTC MAIN commitmail json YAML

Update tex-collection-genericrecommended to 2014

added tex-apnum

(markd)

2015-04-26 03:40:21 UTC MAIN commitmail json YAML

Add tex-apnum{,-doc}

(markd)

2015-04-26 03:39:03 UTC MAIN commitmail json YAML

2015-04-26 03:23:46 UTC MAIN commitmail json YAML

Update tex-collection-fontsrecommended to 2014

added tex-ec tex-lm-math tex-manfnt-font tex-mflogo-font tex-tex-gyre-math
      tex-wasy2-ps
removed tex-eurofont tex-eurosans

(markd)

2015-04-26 03:17:07 UTC MAIN commitmail json YAML

add tex-tex-gyre-math and tex-wasy2-ps

(markd)

2015-04-26 03:16:49 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-PatchPerl to 1.34
Updated devel/p5-PadWalker to 2.1
Updated devel/p5-Role-Tiny to 2.000001

(mef)

2015-04-26 03:16:08 UTC MAIN commitmail json YAML

Update to 2.000001
------------------
2.000001 - 2015-04-24
  - fix generating invalid package names with single colons when abbreviating
    long package names (RT#103310)
  - don't run module interaction tests for user installs

(mef)

2015-04-26 03:15:12 UTC MAIN commitmail json YAML

Add tex-wasy2-ps 2014

Converted (Adobe Type 1) outlines of (some of) the wasy2 fonts.

(markd)

2015-04-26 03:14:23 UTC MAIN commitmail json YAML

Add tex-tex-gyre-math 2014

TeX-Gyre-Math is to be a collection of maths fonts to match the
text fonts of the TeX-Gyre collection. The collection will be
made available in OpenType format, only; fonts will conform to
the developing standards for OpenType maths fonts. TeX-Gyre-
Math-Pagella (to match Tex-Gyre-Pagella) and TeX-Gyre-Math-
Termes (to match Tex-Gyre-Termes) fonts are provided.

(markd)

2015-04-26 03:14:07 UTC MAIN commitmail json YAML

Update to 2.1
-------------
2.1  Fri 24 Apr 2015 20:29:12 BST
    - Another bleadperl fix
      https://rt.cpan.org/Public/Bug/Display.html?id=101037

(mef)

2015-04-26 03:11:36 UTC MAIN commitmail json YAML

Update 1.32 to 1.43
-----------------------------------------
version 1.34 at 2015-04-25 15:23:56 +0000
-----------------------------------------
    Release engineering for 1.34

  Date : 2015-04-17 17:19:35 +0000
    Merge pull request #19 from wolfsage/topic/various-fixes
    Topic/various fixes

  Date : 2015-04-17 07:10:05 +0000
    Specific patch for 5.005

  Date : 2015-04-17 06:58:28 +0000
    Specific patches for 5.005_02 and 5.005_01

  Date : 2015-04-17 06:14:25 +0000
    Allow building of 5.005_0[34] on linux.

  Date : 2015-04-17 06:10:44 +0000
    Updated hints files, necessary to build older Perls

(mef)

2015-04-26 03:05:26 UTC MAIN commitmail json YAML

Updated ham/fldigi to 3.22.08

(mef)

2015-04-26 03:04:59 UTC MAIN commitmail json YAML

(pkgsrc)
  - Drop patches, upstream seems to fix the problems.
  - (flxmlrpc is not supported yet, to be added later)
(upstream)
  - Update 3.22.07 to 3.22.08
-------------------------
=Version 3.22.08=

2015-04-23  David Freese  <iam_w1hkj@w1hkj.com>

        2bda963: Analysis
        967e7c5: rx/tx queues
        b5aa6a3: flxmlrpc

2015-04-16  Dave Freese  <w1hkj@bellsouth.net>

        28839d7: call focus

2015-04-14  David Freese  <iam_w1hkj@w1hkj.com>

        a4d4faa: 599 update
        41beca0: US units
        91ab73f: olivia cxx
        a45006d: fldigi-shell
        ee19668: Write log
        8d4f0ef: Config dialog

(mef)

2015-04-26 02:41:07 UTC MAIN commitmail json YAML

Update tex-collection-basic to 2014

add tex-knuth-lib, tex-knuth-local
remove tex-misc

(markd)

2015-04-26 02:33:13 UTC MAIN commitmail json YAML

Add tex-knuth-lib tex-knuth-local

(markd)

2015-04-26 02:31:13 UTC MAIN commitmail json YAML

Add tex-knuth-local 2014

A collection of experimental programs and developments for TeX based
on, or complementary to, the matter in knuth's distribution directories.

(markd)

2015-04-26 02:30:24 UTC MAIN commitmail json YAML

Add tex-knuth-lib 2014

A collection of miscellaneous MetaFont source, including the
means to generate the logo font that is used for MetaFont and
MetaPost.

(markd)

2015-04-26 01:48:20 UTC MAIN commitmail json YAML

Update tex-norasi-c90 to 2014

now depends on tex-fonts-tlwg

(markd)

2015-04-26 01:47:02 UTC MAIN commitmail json YAML

Update tex-garuda-c90 to 2014

now depends on tex-fonts-tlwg

(markd)

2015-04-26 01:34:22 UTC MAIN commitmail json YAML

Add tex-fonts-tlwg

(markd)

2015-04-26 01:33:23 UTC MAIN commitmail json YAML

Add tex-fonts-tlwg version 0.6.1

A collection of free Thai fonts, supplied as FontForge sources,
and with LaTeX .fd files. This package depends on the thailatex
package.

(markd)

2015-04-26 01:18:22 UTC MAIN commitmail json YAML

2015-04-26 01:09:07 UTC MAIN commitmail json YAML

Add tex-iftex{,-doc}

(markd)

2015-04-26 01:08:22 UTC MAIN commitmail json YAML

Add tex-iftex{,-doc} version 0.2

The package, which works both for Plain TeX and for LaTeX,
defines the \ifPDFTeX, \ifXeTeX, and \ifLuaTeX conditionals for
testing which engine is being used for typesetting. The package
also provides the \RequirePDFTeX, \RequireXeTeX, and
\RequireLuaTeX commands which throw an error if pdfTeX, XeTeX
or LuaTeX (respectively) is not the engine in use.

(markd)

2015-04-26 00:54:04 UTC MAIN commitmail json YAML

2015-04-26 00:49:09 UTC MAIN commitmail json YAML

Add tex-manfnt-font tex-mflogo-font{,-doc}

(markd)

2015-04-26 00:47:41 UTC MAIN commitmail json YAML

Add tex-mflogo-font{,-doc} version 1.002

These fonts were created in Metafont by Knuth, for his own
publications. At some stage, the letters 'P' and 'S' were
added, so that the MetaPost logo could also be expressed. The
fonts were originally issued (of course) as Metafont source;
they have since been autotraced and reissued in Adobe Type 1
format by Taco Hoekwater.

(markd)

2015-04-26 00:43:06 UTC MAIN commitmail json YAML

2015-04-26 00:38:57 UTC MAIN commitmail json YAML

2015-04-26 00:34:34 UTC MAIN commitmail json YAML

Update tex-manfnt to 2014

font split out to separate package.

(markd)

2015-04-26 00:30:52 UTC MAIN commitmail json YAML

Update ttf2pk to 2.0

convert to use freetype2.

(markd)

2015-04-25 23:35:05 UTC MAIN commitmail json YAML

Updated sysutils/tdir to 1.71

(mef)

2015-04-25 23:34:57 UTC MAIN commitmail json YAML

Update 1.69 to 1.71
-------------------
revision 1.71
date: 2014/02/12 17:42:04;  author: tundra;  state: Exp;  lines: +65 -23
Added automatic detection of terminal width on *NIX systems.
----------------------------
revision 1.70
date: 2006/05/12 21:31:01;  author: tundra;  state: Exp;  lines: +2 -2
Added -R to command list in help summary.

(mef)

2015-04-25 23:31:23 UTC MAIN commitmail json YAML

Add clang to ONLY_FOR_COMPILER per PR 49852 from Alexander Borkowski.

(XXX: shouldn't the wrappers be taking care of -Werror for compilers
that don't understand it?)

(dholland)

2015-04-25 23:05:12 UTC MAIN commitmail json YAML

Add MESSAGE file, forgotten in recent update.

(wiz)

2015-04-25 22:26:41 UTC MAIN commitmail json YAML

Fix typo in comment.

(wiz)

2015-04-25 22:15:38 UTC MAIN commitmail json YAML

If we have -Wl,--whole-archive -lfoo -lbar -Wl,--no-whole-archive
surrounding a list of static libraries, we must preserve that order so the
effect of --whole-archive is as intended by the package.
cwrappers does this correctly but classic wrappers didn't.

(tnn)

2015-04-25 22:09:08 UTC MAIN commitmail json YAML

Added pkgtools/R2pkg version 0.2

(brook)

2015-04-25 22:08:40 UTC MAIN commitmail json YAML

Initial import of the R2pkg package.

(brook)

2015-04-25 22:06:42 UTC MAIN commitmail json YAML

revert previous hack, it doesn't work due to -lgcc.
Will fix it in wrappers instead.

(tnn)

2015-04-25 22:06:34 UTC MAIN commitmail json YAML

Initial import of the R2pkg package:

  The R2pkg program, which is modeled after url2pkg, creates a new
  pkgsrc package for the corresponding R package.  It is intended to
  help pkgsrc developers create new R packages quickly and easily.

This package was discussed in a thread beginning with the following:
pkg/2015/02/04/msg014227.html">http://mail-index.netbsd.org/tech-pkg/2015/02/04/msg014227.html

(brook)

2015-04-25 20:26:37 UTC MAIN commitmail json YAML

2015-04-25 20:20:32 UTC MAIN commitmail json YAML

temporary band-aid for wrapper reordering bug until we have a proper fix

(tnn)

2015-04-25 20:08:09 UTC pkgsrc-2015Q1 commitmail json YAML

2015-04-25 20:08:04 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup ticket #4670 - requested by joerg
devel/rsltc: build fix

Revisions pulled up:
- devel/rsltc/Makefile                                          1.16

---
  Module Name: pkgsrc
  Committed By: joerg
  Date: Sat Apr 18 20:40:46 UTC 2015

  Modified Files:
  pkgsrc/devel/rsltc: Makefile

  Log Message:
  Let clang ignore the mixed up return use of the K&R code.

(bsiegert)

2015-04-25 20:00:24 UTC MAIN commitmail json YAML

2015-04-25 19:59:10 UTC MAIN commitmail json YAML

2015-04-25 19:58:32 UTC MAIN commitmail json YAML

2015-04-25 19:28:44 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup ticket #4682 - requested by hiramatsu
inputmethod/librime: build fix

Revisions pulled up:
- inputmethod/librime/distinfo                                  1.3
- inputmethod/librime/patches/patch-src_dict_table.cc          1.2

---
  Module Name: pkgsrc
  Committed By: hiramatsu
  Date: Tue Apr 21 13:59:31 UTC 2015

  Modified Files:
  pkgsrc/inputmethod/librime: distinfo
  pkgsrc/inputmethod/librime/patches: patch-src_dict_table.cc

  Log Message:
  Fix build break with gcc.

(bsiegert)

2015-04-25 19:02:06 UTC MAIN commitmail json YAML

2015-04-25 14:51:33 UTC MAIN commitmail json YAML

remove reference to non-existent package. Ok'd by Youri Mouton

(tnn)

2015-04-25 14:25:26 UTC MAIN commitmail json YAML

2015-04-25 14:23:48 UTC MAIN commitmail json YAML

2015-04-25 14:20:48 UTC MAIN commitmail json YAML

2015-04-25 13:49:49 UTC MAIN commitmail json YAML

2015-04-25 13:48:59 UTC MAIN commitmail json YAML

Updated security/py-bcrypt to 1.1.1nb1

(wiz)

2015-04-25 13:48:50 UTC MAIN commitmail json YAML

Fix packaging for python-3.x by using the same .so name for all
supported python versions (like py-cryptography). They are in
different paths anyway.

While here, sort PLIST and fix CONFLICTS line.

Bump PKGREVISION.

(wiz)

2015-04-25 13:45:01 UTC MAIN commitmail json YAML

Updated lang/coq to 8.4pl6

(jaapb)

2015-04-25 13:43:39 UTC MAIN commitmail json YAML

yet more texlive updates.

(markd)

2015-04-25 13:43:18 UTC MAIN commitmail json YAML

Fix PLIST for python-3.x -- weave is only built for python-2.x.

(wiz)

2015-04-25 13:41:18 UTC MAIN commitmail json YAML

Updated coq to version 8.4pl6. Changes from previous version include (apart
from bugfixes):

- Coq compilation made possible with forthcoming ocaml 4.03.
- command for locating exists notation in refman changed.
- Various improvements of the Reference Manual (especially its html version)
- implicit arguments of local definitions fixed (possible
  source of incompatibilities).
- New command "Print Debug GC".
- Function cannot define graph.
- Optimizing compilation of pattern matching.
- Better inference of impossible cases in pattern-matching.
- Evar leak in pattern-matching compilation
- ill-typed replacement in "change ... with ...".
- unbound evars in "change ... with ...".
- wrong return clause of a match pattern in Ltac.
- cleared local hints for autounfold.
- cleared local hints for autounfold.
- lost evars in "change ... with ...".
- supporting let-ins in constructors for vm_compute
- unfortunate typo in compare_height.
- unfortunate typos in absorption lemmas over bool.
- Full support of utf8 Greek letters (block U0370) in coqdoc

(jaapb)

2015-04-25 13:40:39 UTC MAIN commitmail json YAML

avoid starting a line with "# used by" since it confuses revbump tools

(tnn)

2015-04-25 13:40:05 UTC MAIN commitmail json YAML

Update gsftopkk to texlive 2014 version

Replace bzero(s, l) => memset(s, 0, l)

(markd)

2015-04-25 13:36:26 UTC MAIN commitmail json YAML

Update ps2pkm to texlive 2014 version.

Include Autoconf generated headers first.

(markd)

2015-04-25 13:29:37 UTC MAIN commitmail json YAML

Update to ttfdump version from texlive 2014

tidyup of includes.

(markd)

2015-04-25 13:25:38 UTC MAIN commitmail json YAML

added licensing information

(schwarz)

2015-04-25 13:23:30 UTC MAIN commitmail json YAML

Remove xdvipdfmx

(markd)

2015-04-25 13:20:06 UTC MAIN commitmail json YAML

remove xdvipdfmx, now part of dvipdfmx package.

(markd)

2015-04-25 13:15:41 UTC MAIN commitmail json YAML

depend on latest dvipdfmx rather than xdvipdfmx.

(markd)

2015-04-25 13:10:36 UTC MAIN commitmail json YAML

xfce4-mpc-plugin is in multimedia/, not audio/

(tnn)

2015-04-25 13:08:52 UTC MAIN commitmail json YAML

Note conflict with xdvipdfmx

(markd)

2015-04-25 13:07:05 UTC MAIN commitmail json YAML

2015-04-25 12:14:16 UTC MAIN commitmail json YAML

Update cjkutils to texlive 2014 version.

(markd)

2015-04-25 11:56:59 UTC MAIN commitmail json YAML

Update dviljk to texlive 2014 version.

(markd)

2015-04-25 11:50:06 UTC MAIN commitmail json YAML

note MesaLib and xorg-server update

(tnn)

2015-04-25 11:49:17 UTC MAIN commitmail json YAML

Update dvipsk to 5.994

* dvips.c, resident.c: Allow multibyte string with 0x5c
  in CP932-like system. (Windows only)
* dvips.c, output.c, search.c: Allow Unicode file names.
  (Windows only)
* writet1.c (t1_subset_ascii_part): Remove UniqueID.
  Report from Christian Zietz (czietz/gmx/net),
  tex-k 01 Sep 2013 11:25:47 and previous.
* bbox.c: Fix a bug in bbdopage() to obtain correct BoundingBox in
  vertical mode of pTeX.

(markd)

2015-04-25 11:47:03 UTC MAIN commitmail json YAML

Update to modular-xorg-server-1.17.1.

Please note that the previous version is still available in
x11/modular-xorg-server112 in case this version does not work for you.
This is relevant for users who need DRI1 and/or XAA as those features have
been deprecated and removed by upstream since xorg-server-1.13.

Note also that this update breaks the driver ABI and that drivers will be need
to be rebuilt.

Summary of the important changes since 1.12:

xorg-server-1.17 (4 February 2015)
- Generic DRM/KMS driver xf86-video-modesetting

xorg-server-1.16 (17 July 2014)
- XWayland DDX
- GLAMOR acceleration
- non-PCI devices support
- systemd-logind support (rootless X)

xorg-server1.15 (27 December 2013)
- DRI3
- "present" extension

xorg-server-1.14 (5 March 2013)
- XInput 2.3

xorg-server1.13 (5 September 2012)
- New DDX driver API
- DRI2
- RandR 1.4
- OpenGL 3.x+ contexts
- XAA support removed

(tnn)

2015-04-25 11:42:27 UTC MAIN commitmail json YAML

Update xdvik to 22.87

+ ft.c: Avoid a compiler warning.
+ font-open.c: Add support for .runlibfileifexists in gs Fontmap file;
  tweak some messages.
+ dvi-draw.c: Fixed bug #388 ("currinf.set_char_p is not a registered
  routine!")
+ gui/message-window.c, gui/message-window.h, hypertex.c: Avoid compiler
  warnings.
+ configure.ac, events.c, main.c, xdvi.c, xdvi.h, mksedscript,
  xdvi.1.in, m4/xdvi-xinput-2-1.m4: Add support for high-resolution
  scrolling via XInput 2.1 (touchpads only).
+ gui/pagesel.c, events.c, events.h, xdvi.c: Fix wheel-mouse scrolling
  in the page selector widget when using the Motif toolkit.
+ gui/print-dialog.c, gui/xm_prefs_helpers.c: Eliminate compiler
  warnings.
+ xdvi.1.in: Fix the alphabetization of the options listing.
+ pulled in libraries from TeX Live repository and ran reautoconf

(markd)

2015-04-25 11:36:18 UTC MAIN commitmail json YAML

Remove conflict markers.

(wiz)

2015-04-25 11:35:46 UTC MAIN commitmail json YAML

Updated misc/calibre to 2.26.0

(wiz)

2015-04-25 11:35:36 UTC MAIN commitmail json YAML

Update to 2.26.0:

- version: 2.26.0
  date: 2015-04-24

  new features:
    - title: "Driver for the soon to be released Kobo Glo HD"

  bug fixes:
    - title: "Do not use a separate process to draw the splash
    screen. This might fix the issue of calibre randomly freezing
    on startup on a few windows systems"

    - title: "MOBI Ouput: Fix :first-letter applied to elements
    containing a comment causing conversion to fail"

    - title: "Properly display names of libraries containing the
    ampersand character."

    - title: "When sorting filenames in comics treat the file
    extension as a secondary sort key. Fixes xyz.jpg sorting before
    xyz_1.jpg"

    - title: "Fix a regression in 2.25 that broke the search &
    replace wizard in the conversion dialog when converting a book
    with multiple formats"

    - title: "Content server: Fix errors when library contains
    enough virtual libraries to cause grouping."

    - title: "Manage tags dialog: Fix setting a tag to empty causes
    an unhandled error."

    - title: "E-book viewer: Fix a regression that caused the viewer
    to occasionally skip the last page in a chapter when displaying
    more than one pages per screen and scrolling by screen"

    - title: "Edit Book: Fix open OPF file not being refreshed when
    deleting items from the file browser."

  improved recipes:
    - WirtschaftsWoche Online
    - Wired
    - CNN

  new recipes:
    - title: Discover Magazine Monthly
      author: Michael Marotta

(wiz)

2015-04-25 11:31:30 UTC MAIN commitmail json YAML

2015-04-25 11:31:01 UTC MAIN commitmail json YAML

Update documentation for UNLIMIT_RESOURCES.

(wiz)

2015-04-25 11:28:08 UTC MAIN commitmail json YAML

Sort, and add a keyword.

(wiz)

2015-04-25 11:24:54 UTC MAIN commitmail json YAML

Update xetex to 0.99991

* Drop build date from --version output.
* Drop Mac-specific image loading code, as it makes little sense after we
  dropped xdv2pdf. Supported image formats are the same on all platforms now.
* Fix OpenType math cut-ins support which was not always working properly.
* Avoid Unicode compatibility decomposition fallback for characters not
  supported by the font as it often result in loss of essential characteristics
  (like using regular Latin characters in place of missing math fraktur ones).
  Non compatibility decomposition and composition fallback is still supported.
* For hybrid OpenType/Graphite fonts, we now prefer using OpenType for
  compatibility with pre-0.9999 XeTeX.
* Fix many memory leaks when using AAT fonts on Mac.
* The language font option when loading Graphite fonts in now treated as a
  BCP 47 language tag not and OpenType one.
* Various Unicode fixes for Windows console (thanks to TANAKA Takuji).
* Respect vertical glyph positioning with AAT fonts (fixes, for example,
  rendering of the new Arabic fonts in Mac OS X 10.9).

(markd)

2015-04-25 11:19:18 UTC MAIN commitmail json YAML

Update to MesaLib-10.5.3.

Apologies in advance for any fallout. I have tested this as extensively
as I could in wip but the fact is we were 5 years and 50+ releases behind so
there will undoubtably still be issues.

Users of software rendering should see a nice performance boost with this
package as it now comes with the llvmpipe software rasterizer.

Users who currently enjoy working DRI1 rendering with X11_TYPE=modular should
switch to x11/modular-xorg-server112 now as x11/modular-xorg-server will
from now on only support DRI2 and up.

New features in MesaLib 10.5:
  Mesa 10.5.0 implements the OpenGL 3.3 API
  GL_ARB_framebuffer_sRGB on freedreno
  GL_ARB_texture_rg on freedreno
  GL_EXT_packed_float on freedreno
  GL_EXT_polygon_offset_clamp on i965, nv50, nvc0, r600, radeonsi, llvmpipe
  GL_EXT_texture_shared_exponent on freedreno
  GL_EXT_texture_snorm on freedreno

Changes in MesaLib 10.5:
  Removed support for GCC versions earlier than 4.2.0.

New features in MesaLib 10.4:
  GL_ARB_conditional_render_inverted on nv50
  GL_ARB_sample_shading on r600
  GL_ARB_texture_view on nv50, nvc0
  GL_ARB_clip_control on nv50, nvc0, r300, r600, radeonsi, llvmpipe, softpipe
  GL_KHR_context_flush_control on all drivers

Changes in MesaLib 10.4:
  The environment variable GALLIUM_MSAA that forced a multisample GLX visual
    was removed.

New features in MesaLib 10.3:
  GL_ARB_ES3_compatibility on nv50, nvc0, r600, radeonsi, softpipe, llvmpipe
  GL_ARB_clear_texture on i965
  GL_ARB_compressed_texture_pixel_storage on all drivers
  GL_ARB_conditional_render_inverted on i965, nvc0, softpipe, llvmpipe
  GL_ARB_derivative_control on i965, nv50, nvc0, r600
  GL_ARB_draw_indirect on nvc0, radeonsi
  GL_ARB_explicit_uniform_location (all drivers that support GLSL)
  GL_ARB_fragment_layer_viewport on nv50, nvc0, llvmpipe, r600
  GL_ARB_gpu_shader5 on i965/gen7, nvc0
  GL_ARB_multi_draw_indirect on nvc0, radeonsi
  GL_ARB_sample_shading on radeonsi
  GL_ARB_seamless_cubemap_per_texture on i965, llvmpipe, nvc0, r600, radeonsi,
    softpipe
  GL_ARB_stencil_texturing on nv50, nvc0, r600, and radeonsi
  GL_ARB_texture_barrier on nv50, nvc0, r300, r600, radeonsi
  GL_ARB_texture_compression_bptc on i965/gen7+, nvc0, r600/evergreen+, radeonsi
  GL_ARB_texture_cube_map_array on radeonsi
  GL_ARB_texture_gather on r600, radeonsi
  GL_ARB_texture_query_levels on nv50, nvc0, llvmpipe, r600, radeonsi, softpipe
  GL_ARB_texture_query_lod on r600, radeonsi
  GL_ARB_viewport_array on nvc0
  GL_AMD_vertex_shader_viewport_index on i965/gen7+, r600
  GL_OES_compressed_ETC1_RGB8_texture on nv30, nv50, nvc0, r300, r600,
  radeonsi, softpipe, llvmpipe
  GLX_MESA_query_renderer on nv30, nv50, nvc0, r300, r600, radeonsi, softpipe,
    llvmpipe
  A new software rasterizer driver (kms_swrast_dri.so) that works with DRM
    drivers that don't have a full-fledged GEM (such as qxl or simpledrm)
  Distribute the Khronos GL/glcorearb.h header file.

Changes in MesaLib 10.3:
  Removed support for the GL_ATI_envmap_bumpmap extension
  The hacky --enable-32/64-bit is no longer available in configure. To build
  32/64 bit mesa refer to the default method recommended by your distribution

New features in MesaLib 10.2:
  GL_ARB_buffer_storage on i965, nv30, nv50, nvc0, r300, r600, and radeonsi
  GL_ARB_multi_bind on all drivers
  GL_ARB_sample_shading on nv50 (GT21x only), nvc0
  GL_ARB_separate_shader_objects (desktop OpenGL) and
  GL_EXT_separate_shader_objects (OpenGL ES 2.0 and 3.0) on all drivers
  GL_ARB_stencil_texturing on i965/gen8+
  GL_ARB_texture_cube_map_array on nv50 (GT21x only)
  GL_ARB_texture_gather on nv50 (GT21x only), nvc0
  GL_ARB_texture_query_lod on nv50 (GT21x only), nvc0
  GL_ARB_texture_view on i965/gen7
  GL_ARB_vertex_type_10f_11f_11f_rev on nv50, nvc0, radeonsi
  GL_ARB_viewport_array on nv50, r600
GL_INTEL_performance_query on i965/gen5+

Changes in MesaLib 10.2:
  Renamed --with-llvm-shared-libs to --enable-llvm-shared-libs
  Split libxatracker.so into a standalone library which can be used with any
  gallium driver.

New features in MesaLib 10.1:
  GL_ARB_draw_indirect on i965.
  GL_ARB_clear_buffer_object
  GL_ARB_viewport_array on i965.
  GL_ARB_map_buffer_alignment on all drivers that did not previously support it.
  GL_AMD_shader_trinary_minmax.
  GL_EXT_framebuffer_blit on r200 and radeon.
  Reduced memory usage for display lists.
  OpenGL 3.3 support on nv50, nvc0, r600 and radeonsi

Changes in MesaLib 10.1:
  Removed support for the GL_MESA_texture_array extension. This extension
  enabled the use of texture array with fixed-function and assembly fragment
  shaders. No applications are known to use this extension.

New features in MesaLib 10.0:
  GL_AMD_seamless_cubemap_per_texture on i965.
  GL_ARB_conservative_depth on i965.
  GL_ARB_texture_gather on i965.
  GL_ARB_texture_query_levels on i965.
  GL_ARB_texture_mirror_clamp_to_edge.
  GL_ARB_transform_feedback2, GL_ARB_transform_feedback3, and
    GL_ARB_transform_feedback_instanced on i965/Gen7 (with appropriate kernel
    support).
  GL_ARB_sample_shading on i965.
  GL_ARB_shader_atomic_counters on i965.
  GL_ARB_vertex_attrib_binding
  GL_ARB_vertex_type_10f_11f_11f_rev on i965 and r600g
  GL_KHR_debug
  GLX_MESA_query_renderer

Changes in MesaLib 10.0:
  Removed X.Org state tracker (unmaintained and broken)
  Removed the video-accel r300 targets
  Removed the video-accel softpipe targets

New features in MesaLib 9.2:
  GL_ARB_shading_language_420pack in all drivers that support GLSL 1.30.
  GL_ARB_texture_buffer_range
  GL_ARB_texture_multisample
  GL_ARB_texture_storage_multisample
  GL_ARB_texture_query_lod
  GL_ARB_texture_storage on radeon, r200, and nouveau
  GL_EXT_discard_framebuffer in all OpenGL ES (all versions) drivers
  GL_EXT_framebuffer_multisample_blit_scaled on i965
  Added new freedreno gallium driver
  OSMesa interface for gallium llvmpipe/softpipe drivers
  Gallium Heads-Up Display (HUD) feature for performance monitoring
  Added support for UVD (2.2 and 3.0) video decoding on r600g and radeonsi
  through VDPAU (requires Kernel 3.10 or later)

Changes in MesaLib 9.2:
    Removed d3d1x state tracker (unused, unmaintained and broken)
    Removed GL_EXT_clip_volume_hint because no driver had enabled it since 2007.
    Removed GL_MESA_resize_buffers because it was only really implemented by
      the (unsupported) GDI driver.
    GL_EXT_separate_shader_objects has been removed from all Gallium drivers,
      because it disallows a critical GLSL shader optimization.
      GL_ARB_separate_shader_objects doesn't have this issue.
    i965 Gen6+ requires Kernel 3.6 or later. (92d2f5a)

New features in MesaLib 9.1:
  GL_ANGLE_texture_compression_dxt3
  GL_ANGLE_texture_compression_dxt5
  GL_ARB_ES3_compatibility
  GL_ARB_internalformat_query
  GL_ARB_map_buffer_alignment
  GL_ARB_shading_language_packing
  GL_ARB_texture_buffer_object_rgb32
  GL_ARB_texture_cube_map_array
  GL_EXT_color_buffer_float
  GL_OES_depth_texture_cube_map
  OpenGL 3.1 core profile support on Radeon HD2000 up to HD6000 series
  Multisample anti-aliasing support on Radeon X1000 series
  OpenGL ES 3.0 support on Intel HD Graphics 2000, 2500, 3000, and 4000

Changes in MesaLib 9.1:
  Removed VAAPI state tracker (unmaintained and broken)
  Removed i965's broken hardware implementation of GL_NV_vertex_program
  Removed swrast support for GL_NV_vertex_program
  Removed swrast support for GL_NV_fragment_program
  Removed OpenVMS support (unmaintained and broken)
  Removed makedepend build dependency

New features in MesaLib 9:
  Added new Gallium3D - nv30 driver
  Added new Gallium3D - radeonsi driver
  Added OpenCL state tracker Clover
  Completed VDPAU state tracker (video decoding support is currently limited
    to MPEG1 and MPEG2)
  GL_ARB_base_instance
  GL_ARB_blend_func_extended
  GL_ARB_debug_output
  GL_ARB_invalidate_subdata - Currently a "no-op" implementation. This
    extension is always enabled in all drivers.
  GL_ARB_shader_bit_encoding
  GL_ARB_texture_buffer_object
  GL_ARB_timer_query
  GL_ARB_transform_feedback3
  GL_ARB_transform_feedback_instanced
  GL_ARB_uniform_buffer_object
  GL_EXT_unpack_subimage for ES 2.0
  GL_EXT_read_format_bgra for ES 1.1 and 2.0
  GL_EXT_texture_rg for ES 2.x
  GL_NV_read_buffer for ES 2.0
  GLX_ARB_create_context_robustness
  EGL_KHR_create_context
  EGL_KHR_surfaceless_context - This replaces the
    EGL_KHR_surfaceless_{gles1,gles2,opengl} extensions that were never
    approved by Khronos.
  EGL_EXT_create_context_robustness

Changes in Mesalib 9:
The legacy/static Makefile system (ex: 'make linux-dri') has been removed.
  The two supported build methods are now autoconf/automake and SCons.
  Removed support for GL_ARB_shadow_ambient extension
  Removed Gallium3D - nvfx driver (use nv30 instead)
  libGLU has been moved into its own repository

New features in MesaLib 8:
  GL_ARB_ES2_compatibility (r300g, r600g)
  GL_ARB_depth_buffer_float (r600g)
  GL_ARB_vertex_type_2_10_10_10_rev (r600g)
  GL_ARB_texture_storage (gallium drivers and swrast)
  GL_EXT_packed_float (i965)
  GL_EXT_texture_array (r600g, i965)
  GL_EXT_texture_shared_exponent (i965)
  GL_NV_fog_distance (all gallium drivers, nouveau classic)
  GL_NV_primitive_restart (r600g)
  GL_OES_EGL_image_external (gallium drivers)
  GL_OES_compressed_ETC1_RGB8_texture (softpipe, llvmpipe)
  ARB_texture_rgb10_a2ui (softpipe, r600g)
  Many updates to the VMware svga Gallium driver

Changes in MesaLib 8:
  Removed all DRI drivers that did not support DRI2. Specifically, i810,
  mach64, mga, r128, savage, sis, tdfx, and unichrome were removed.
  Removed support for BeOS.
  Removed the obsolete (and unmaintained) Windows "gldirect" and "ICD" drivers.
  Removed the linux-fbdev software driver.
  Removed all remnants of paletted texture support. As required by desktop
  OpenGL, GL_COLOR_INDEX data can still be uploaded to a color (e.g., RGBA)
  texture. However, the data cannot be stored internally as color-index.
  Removed support for GL_APPLE_client_storage extension.
  Removed the classic Mesa r300 and r600 drivers, which are superseded by the
  gallium drivers for this hardware.
  Removed the dead Gallium i965, cell and failover drivers, which were either
  broken and with nobody in sight to fix the situation or deprecated.

(tnn)

2015-04-25 11:13:23 UTC MAIN commitmail json YAML

2015-04-25 10:47:34 UTC MAIN commitmail json YAML

Added devel/py-pyobjc version 3.0.4

(adam)

2015-04-25 10:45:13 UTC MAIN commitmail json YAML

Added devel/py-pyobjc version 3.0.4

(adam)

2015-04-25 10:42:24 UTC MAIN commitmail json YAML

2015-04-25 10:40:51 UTC MAIN commitmail json YAML

The PyObjC project aims to provide a bridge between the Python and Objective-C
programming languages. The bridge is intended to be fully bidirectional,
allowing the Python programmer to take full advantage of the power provided by
various Objective-C based toolkits and the Objective-C programmer transparent
access to Python based functionality.

(adam)

2015-04-25 10:33:29 UTC MAIN commitmail json YAML

2015-04-25 10:32:08 UTC MAIN commitmail json YAML

Re-Import gcc2-2.95.3nb7 as lang/gcc2 (previously lang/gcc).

This directory contains the GNU Compiler Collection (GCC) version 2.95.
It includes all of the support for compiling C, C++, Objective C, Fortran,
Java, and Chill.

The GNU Compiler Collection is free software.  See the file COPYING for copying
permission.

See the file gcc.texi (together with other files that it includes) for
installation and porting information.  The file INSTALL contains a
copy of the installation information, as plain ASCII.

See the Bugs chapter of the GCC Manual for how to report bugs
usefully.  An online readable version of the manual is in the files
gcc.info*.

(wiz)

2015-04-25 10:21:27 UTC MAIN commitmail json YAML

2015-04-25 10:18:42 UTC MAIN commitmail json YAML

Remove esdl from the list of default acceptable licences.

My bad, should have looked more clearly at the name of the list... DUH!

Thanks Thomas :)

(reinoud)

2015-04-25 10:03:52 UTC MAIN commitmail json YAML

Update to texlive 2014 version.

  * fread.c (copy_multibyte_char): Avoid ambiguous operation.
  * fread.c: Add copy_multibyte_char() to
    copy multibyte character correctly.
  * fread.c: Wide char is not always even bytes in getestr().
  * convert.c: Add (unsigned char*) cast arg1 of UTF8StoUCS().
  * fwrite.c: Declare fprint_euc_char() as static.
  * main.c: Add TeX Live version.
  * {main,convert,fread,fwrite,styfile}.c, kana.h,
    mendex.doc, mendex.1: Add a new option -I to switch
    internal buffers for key words to EUC-JP or UTF-8.
  * mendex.1: Fix usage.
  * convert.c: Allow longer words in dictionary.
  * fwrite.c:  Make a buffer size larger.
  * fwrite.c: Replace sprintf with snprintf.
  * fread.c: Allow lines with only a line ending in mfgets(),
    because dictionary files with DOS line endings can't be read.

(markd)

2015-04-25 09:53:16 UTC MAIN commitmail json YAML

2015-04-25 09:36:43 UTC MAIN commitmail json YAML

Update ptexenc to 1.3.2

  * ptexenc.c: Return replacement character U+FFFD
    for illegal surrogate pair in console (keyboard) input
    in upTeX on Windows.
  * ptexenc.c, ptexenc/unicode.h: Enable console (keyboard) input
    of Unicode characters in upTeX on Windows.
  * configure.ac (AH_TOP): Simplify the generation of c-auto.h.
  * ptexenc.c: Provide right console output on windows for both
    ptex and uptex if --sjis-terminal option is given. (from T. Tanaka).
  * ptexenc.c: Remove redundant lines in input_line2(), which are
    inconsistent with those lines in texmfmp.c.

(markd)

2015-04-25 09:16:49 UTC MAIN commitmail json YAML

Drop one alternative of MASTER_SITES, which was not registered in DNS.

(mef)

2015-04-25 09:09:33 UTC MAIN commitmail json YAML

Updated net/p5-Net to 3.06

(mef)

2015-04-25 09:09:03 UTC MAIN commitmail json YAML

Updated devel/git to 2.3.6

(adam)

2015-04-25 09:08:25 UTC MAIN commitmail json YAML

Update to TeXLive 2014 version.

changes:
bzero() -> memset()

(markd)

2015-04-25 09:02:45 UTC MAIN commitmail json YAML

Changes 2.3.6:
* "diff-highlight" (in contrib/) used to show byte-by-byte
  differences, which meant that multi-byte characters can be chopped
  in the middle.  It learned to pay attention to character boundaries
  (assuming the UTF-8 payload).
Also contains typofixes, documentation updates and trivial code
clean-ups.

(adam)

2015-04-25 08:55:17 UTC MAIN commitmail json YAML

Update to 3.06
---------------
3.06 2015-04-01

    - Fixed INSTALLDIRS to account for the @INC reordering change in Perl 5.12.
      See Perl RT#116479 for details.  (libnet entered the perl core in Perl
      5.7.3 so that's what the lower bound of the check should strictly be, but
      since we only support Perl 5.8.1 and higher anyway it suffices to check
      for Perl 5.8.  The upper bound is correctly Perl 5.11.0 since the @INC
      reordering change in question (Perl core commit #b9ba2fadb1) first
      appeared in Perl 5.11.0.)  [CPAN RT#103238]

    - Fixed Net::FTP authorize() method, which incorrectly interpreted the
      return value of the _RESP() method and falsely reported a failure.  [Troy
      Loveday, CPAN RT#48532]

    - Added optional SendHello argument to Net::SMTP->new() to allow preventing
      the EHLO/HELO command from being automatically sent by the constructor.
      [Danil Onishchenko, PR#13]

(mef)

2015-04-25 08:43:35 UTC MAIN commitmail json YAML

Update tex-zapfding to 2014

latest texlive version.  changes unknown.

(markd)

2015-04-25 08:39:42 UTC MAIN commitmail json YAML

Update tex-zapfchan to 2014

latest texlive version.  changes unknown.

(markd)

2015-04-25 08:38:32 UTC MAIN commitmail json YAML

Updated devel/p5-File-ShareDir-ProjectDistDir to 1.000007
Updated devel/p5-Module-CoreList to 5.20150420
Updated devel/p5-PAR to 1.009
Updated devel/p5-Sub-Name to 0.14
Updated devel/p5-Tree-Simple to 1.25
Updated devel/p5-UNIVERSAL-require to 0.18
Updated devel/p5-Variable-Magic to 0.57
Updated devel/p5-Want to 0.25
Updated devel/p5-indirect to 0.35

(mef)

2015-04-25 08:36:58 UTC MAIN commitmail json YAML

2015-04-25 08:35:13 UTC MAIN commitmail json YAML

Update 0.33 to 0.35
-------------------
0.35    2015-04-06 22:20 UTC
        + Fix : The module could end being disabled in one thread if it was
                first loaded in another thread and that thread was immediately
                terminated. This is now fixed and should address test failures
                of t//09-load-threads.t and t/42-threads-global.t.

0.34    2015-04-02 19:50 UTC
        + Chg : The new environment variable to enable thread tests on older
                perls is PERL_FORCE_TEST_THREADS. Note that this variable
                should only be turned on by authors.
        + Fix : [RT #100068] : add link to historical tchrist post
                The link has been added to the documentation. Thanks Olivier
                Mengué for reporting.
        + Fix : Segfaults when the module is loaded by several threads (or
                Windows emulated processes) ran in parallel.
        + Fix : Update the Windows ActivePerl + gcc 3.4 workaround for
                ExtUtils::MakeMaker 7.04. Thanks Christian Walde for reporting
                and feedback on this issue.
        + Fix : Be really compatible with the optional OP_PARENT feature.
        + Tst : $ENV{$Config{ldlibpthname}} is now preserved on all platforms,
                which will address failures of t/41-threads-teardown.t and
                t/50-external.t with unusual compilers (like icc) that link all
                their compiled objects to their own libraries.

(mef)

2015-04-25 08:33:07 UTC MAIN commitmail json YAML

2015-04-25 08:30:32 UTC MAIN commitmail json YAML

Update 0.21 to 0.25
-------------------
0.22  Sun 15 Dec 2013 17:08:35 GMT
    - Prevent return from being optimised away by newer (>= 5.19.7) Perls.
      This is a patch supplied by @wolfsage: see
      https://github.com/robinhouston/Want/pull/1

0.23  Mon 24 Mar 2014 00:28:36 GMT
    - Accommodate a bleadperl change to the optree, made in
      7d3c8a6837b55fff0e6294ebf8c94a1601367c76.
      This is bug #94086 for Want, and bug #121342 for perl5.

0.24  Tue  2 Dec 2014 10:22:39 GMT
    - Accommodate another bleadperl change. Patch provided by Father Chrysostomos at
      https://rt.cpan.org/Public/Bug/Display.html?id=100626

0.25  Wed 10 Dec 2014 19:31:03 GMT
    - Add support for the new OP_MULTIDEREF
      Perl has a new op, added as a performance optimisation
      in fedf30e1c349130b23648c022f5f3cb4ad7928f3, to
      represent a sequence of array/hash dereferences. This
      patch adds support for the new op.

(mef)

2015-04-25 08:30:26 UTC MAIN commitmail json YAML

Update tex-times to 2014

latest texlive version.  changes unknown.

(markd)

2015-04-25 08:27:13 UTC MAIN commitmail json YAML

Update tex-symbol to 2014

latest texlive version.  changes unknown.

(markd)

2015-04-25 08:26:52 UTC MAIN commitmail json YAML

Update 0.55 to 0.57
-------------------
0.57    2015-04-17 15:20 UTC
        + Chg : The new environment variable to enable thread tests on older
                perls is PERL_FORCE_TEST_THREADS. Note that this variable
                should only be turned on by authors.
        + Fix : Segfaults when the module is loaded by several threads (or
                Windows emulated processes) ran in parallel.
        + Fix : Segfaults when the module is loaded in a thread, which spawns
                itself a new thread, and that child thread outlives its parent.
        + Fix : Small memory leaks of structures required for thread safety.
        + Fix : Update the Windows ActivePerl + gcc 3.4 workaround for
                ExtUtils::MakeMaker 7.04. Thanks Christian Walde for reporting
                and feedback on this issue.
        + Tst : The global destruction test will now be exercised on any perl
                that has DEBUGGING set.
        + Tst : Optional capturing tests in t/17-ctl.t that were only run when
                Capture::Tiny was present were converted to an IPC::Open3
                based helper and will now be run everywhere.

0.56    2015-03-11 15:15 UTC
        + Fix : [RT #101410] : Install fails in blead
                Even though the change that caused this error was reverted from
                blead, lvalue uses of ERRSV have been removed from this module
                so that there will be no breakage when this change is possibly
                reintroduced in the following months.
                Thanks Dave Rolsky for reporting.
        + Tst : $ENV{$Config{ldlibpthname}} is now preserved on all platforms,
                which will address failures of t/17-ctl.t with unusual
                compilers (like icc) that link all their compiled objects to
                their own libraries.
        + Tst : The global destruction test is now only run on perl 5.13.4 and
                higher, and only if either Perl::Destruct::Level is installed
                or PERL_DESTRUCT_LEVEL is set and the perl is a debugging perl.
                This will solve rare crashes of t/15-self.t on perl 5.13.3 and
                older.

(mef)

2015-04-25 08:24:56 UTC MAIN commitmail json YAML

2015-04-25 08:22:13 UTC MAIN commitmail json YAML

Update tex-palatino to 2014

latest texlive version.  changes unknown.

(markd)

2015-04-25 08:21:33 UTC MAIN commitmail json YAML

Update to 0.18
--------------
0.18 2015-02-24
    - Skip the taint test if Perl was compiled without taint support.
      RAZ++
    - Changed use of "use vars" to "our"
    - Added strict and warnings to PREREQ_PM

(mef)

2015-04-25 08:20:35 UTC MAIN commitmail json YAML

Update tex-ncntrsbk to 2014

latest texlive version.  changes unknown.

(markd)

2015-04-25 08:20:01 UTC MAIN commitmail json YAML

1.25  Tue Jan 13 08:51:00 2014
        - Fix logic in sub DESTROY for when children are/are not
                present. Reported by astortz.  See
                https://github.com/stevan/tree-simple/issues/8.

1.24  Sat Sep  6 09:27:00 2014

        - Abandon Test::Version and hence delete t/version.t. Putting
          version.t in xt/author/ is not a solution, because
          Test::Version has problems with Test::EOL and Test::Builder.

          Thanx to Kent Fredric for the github issue which started me
          investigating this issue.

(mef)

2015-04-25 08:17:01 UTC MAIN commitmail json YAML

2015-04-25 08:16:20 UTC MAIN commitmail json YAML

Update to 0.14
--------------
0.14      2015-04-24 03:26:54Z
    - remove mandatory dependencies for optional test
    - mark the test with B::C as TODO, as it seems to fail frequently and
      should not block normal installations

(mef)

2015-04-25 08:14:31 UTC MAIN commitmail json YAML

Update to 1.009
---------------
1.009  2015-04-22
  - Fix 103861 for PAR-Packer: Adding local directories to
    @INC for a pp executable fails

  - Get rid of included PerlIO.pm, parent.pm, obsolete
    Module::Install::Include and included Test::More.

(mef)

2015-04-25 08:13:22 UTC MAIN commitmail json YAML

Update tex-mfware to 2014

latest texlive version.  changes unknown.

(markd)

2015-04-25 08:12:27 UTC MAIN commitmail json YAML

Update to 5.20150420
--------------------
5.20150420
  - Updated for v5.21.11

(mef)

2015-04-25 08:11:35 UTC MAIN commitmail json YAML

Update tex-metafont to 2014

latest texlive version.  changes unknown.

(markd)

2015-04-25 08:10:33 UTC MAIN commitmail json YAML

Update 1.000005 to 1.000007
---------------------------
1.000007 2015-04-22T05:48:43Z 274de7d
[Documentation]
- Apparently I can't link to myself right.

1.000006 2015-04-22T03:04:21Z f2105b9
[Documentation]
- Add a deterrent notice.

(mef)

2015-04-25 08:07:19 UTC MAIN commitmail json YAML

2015-04-25 08:04:12 UTC MAIN commitmail json YAML

2015-04-25 08:01:05 UTC MAIN commitmail json YAML

2015-04-25 07:58:45 UTC MAIN commitmail json YAML

2015-04-25 07:56:24 UTC MAIN commitmail json YAML

Update tex-helvetic to 2014

latest texlive version.  changes unknown.

(markd)

2015-04-25 07:53:38 UTC MAIN commitmail json YAML

Update tex-courier to 2014

latest texlive version.  changes unknown.

(markd)

2015-04-25 07:52:01 UTC MAIN commitmail json YAML

Update tex-cmextra to 2014

latest texlive version.  changes unknown.

(markd)

2015-04-25 07:50:28 UTC MAIN commitmail json YAML

2015-04-25 07:48:18 UTC MAIN commitmail json YAML

Update tex-bookman to 2014

latest texlive version.  changes unknown.

(markd)

2015-04-25 05:39:28 UTC MAIN commitmail json YAML

2015-04-25 05:36:21 UTC MAIN commitmail json YAML

Update tex-avantgar to 2014

latest texlive version.  changes unknown.

(markd)