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 (39m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 08:50:25 UTC Now

2015-04-29 10:04:11 UTC MAIN commitmail json YAML

Updated chat/ejabberd to 15.04

(fhajny)

2015-04-29 10:03:58 UTC MAIN commitmail json YAML

Update chat/ejabberd to 15.04. Add sqlite option.

Upstream changes:
- R16B03-1 is now the minimal required Erlang/OTP version
- SQLite support
- Default db_type can be specified with global default_db option
- Included mod_muc_admin, mod_admin_extra and mod_multicast modules
- Removed ejabberd_http_poll
- Pubsub improvements
- Better RFC compliance
- Several other bugfixes

(fhajny)

2015-04-29 09:39:47 UTC MAIN commitmail json YAML

Fix PLIST for the erlang-hipe option. Fixes default build on NetBSD.

(fhajny)

2015-04-29 09:38:00 UTC MAIN commitmail json YAML

Updated time/ocaml-calendar to 2.04

(jaapb)

2015-04-29 09:37:41 UTC MAIN commitmail json YAML

Updated to latest version, 2.04. Changes include:
* [Makefile] Fix minor issues with ocamlfind and 'make install' (from
  Christopher Zimmermann).
o [Printer] In function from_fstring of sub-module Ftime, Fcalendar, and
  Precise_Fcalendar, the number of seconds corresponding to %S may be a floating
  point number (from Christophe Troestler' suggestion).

Added buildlink file, and updated package to use ocaml.mk framework.

(jaapb)

2015-04-29 09:24:59 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup ticket #4700 - requested by manu
sysutils/coreutils: build fix

Revisions pulled up:
- sysutils/coreutils/Makefile.common                            1.10

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  manu
  Date:          Fri Apr 17 12:46:00 UTC 2015

  Modified Files:
          pkgsrc/sysutils/coreutils: Makefile.common

  Log Message:
  Allow GNU coreuitls to be built as root

  GNU coreutils's configure script will abort if ran as root. Although
  pkgsrc can do that step under an unprivilegied user, there are still
  situations, such as pkg_comp bulk builds, where the common usage is
  to run as root. We therefore override configure's root check by setting
  FORCE_UNSAFE_CONFIGURE in the environement.

  To generate a diff of this commit:
  cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/coreutils/Makefile.common

(spz)

2015-04-29 07:59:53 UTC MAIN commitmail json YAML

Remove --with-my-user-group options to fix pkg_comp build

When building in pkg_comp, this option cause the real UID/GID to
be used at install time within the chroot. But the user that exists
in the root filesystem may not exist in the chroot, causing an
installation failure.

(manu)

2015-04-29 07:51:50 UTC MAIN commitmail json YAML

add SPECIAL_PERMS for the s-bitted binaries I keep forgetting to s-bit

(spz)

2015-04-28 21:15:01 UTC MAIN commitmail json YAML

Move cwrappers WRAPPER_DIR and WRAPPER_BINDIR to wrapper-defs.mk, it is
included by bsd.prefs.mk so we need to ensure consistency.

(jperkin)

2015-04-28 21:08:34 UTC MAIN commitmail json YAML

Ensure the wrapper directories are created before WRAPPER_TARGETS.

(jperkin)

2015-04-28 21:06:32 UTC MAIN commitmail json YAML

PR pkg/49867: circular dependency between MesaLib and libva on Linux.
I probably added libva as a dependency at some point in wip/ since
configure wanted it. Not sure what it's used for so just remove it.

(tnn)

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

2015-04-28 18:17:20 UTC MAIN commitmail json YAML

Updated wm/i3 to 4.10.2

(nros)

2015-04-28 18:15:54 UTC MAIN commitmail json YAML

Update i3 to version 4.10.2.

Changes mentioned in the release notes:

  * Cope with non-null-terminated x class properties.
  * Get workspace name when renaming current workspace (fixes crash).
  * Use a reasonable default sep_block_width if a separator_symbol is given.
  * Remove windows from the save set when unmapping.

(nros)

2015-04-28 17:13:59 UTC MAIN commitmail json YAML

Fix typo in MAINTAINER email.

(nros)

2015-04-28 15:07:20 UTC MAIN commitmail json YAML

Updated print/lilypond to 2.18.2nb4

(wiz)

2015-04-28 15:07:10 UTC MAIN commitmail json YAML

Needs tex-lh; this was indirectly provided by dblatex until a couple of
days ago. Depend on it directly and bump PKGREVISION.

(wiz)

2015-04-28 14:38:45 UTC MAIN commitmail json YAML

2015-04-28 14:35:28 UTC MAIN commitmail json YAML

Updated lang/erlang-doc to 17.5

(fhajny)

2015-04-28 14:35:17 UTC MAIN commitmail json YAML

Updated lang/erlang-man to 17.5

(fhajny)

2015-04-28 14:34:36 UTC MAIN commitmail json YAML

2015-04-28 14:34:20 UTC MAIN commitmail json YAML

Update lang/erlang to 17.5.

erlang-17.5
================================

Highlights:
- ERTS: Added command line argument option for setting the initial size
  of process dictionaries.
- Diameter: configurable incoming_max len and string_decode for diameter
  messages
- Bugfixes and minor small features in applications such as compiler,
  common_test, crypto, debugger, eldap, erts, hipe, inets, ssh, ssl,...

Full changelog:
  http://www.erlang.org/download/otp_src_17.5.readme

erlang-17.4
================================

Highlights:
- eldap: Nearly all TCP options are possible to give in the eldap:open/2 call.
- ssh: Added API functions ptty_alloc/3 and ptty_alloc/4, to allocate
  a pseudo tty.
- ssl: Handle servers that may send an empty SNI extension to the client.

Full changelog:
  http://www.erlang.org/download/otp_src_17.4.readme

erlang-17.3
================================

Highlights:
- erts: Introduced enif_schedule_nif() which allows a long running NIF
  to be broken into separate NIF invocations without the help of a wrapper
  function written in Erlang
- common_test: Experimental support for running Quickcheck and PropEr tests
  from common_test suites is added. Examples of usage in the suites for
  the ssh and inets applications
- Bugfixes and minor new features in applications such as asn1, erts, kernel,
  stdlib, diameter, ssh, mnesia, ssl, jinterface

Full changelog:
  http://www.erlang.org/download/otp_src_17.3.readme

erlang-17.1
================================

Highlights:
- crypto: Add aes_cfb8 cypher to crypto:block_encrypt and block_decrypt.
- diameter: Add result code counters for CEA, DWA, and DPA.
- erts: The following built in functions in the erlang and binary modules
  now bump an appropriate amount of reductions and yield when
  out of reductions:
    binary_to_list/1, binary_to_list/3, bitstring_to_list/1,
    list_to_binary/1, iolist_to_binary/1, list_to_bitstring/1,
    binary:list_to_bin/1
- hipe: Handle Maps instructions get_map_elements, put_map_assoc,
  put_map_exact in the HiPE native code compiler.
- mnesia: The time for inserting locks for a transaction with large
  number of locks is reduced significantly.
- ssh: Option max_sessions added to ssh:daemon/{2,3}.
- stdlib: Add maps:get/3 to maps module. The function will return the
  supplied default value if the key does not exist in the map.

Full changelog:
  http://www.erlang.org/download/otp_src_17.1.readme

erlang-17.0
================================

Highlights:
- Erlang/OTP has been ported to the realtime operating system OSE.
- Maps, a new dictionary data type (experimental)
- A more natural mapping from ASN.1 OCTET STRING and BIT STRING to
  Erlang types, and other ASN.1 improvements and optimizations
- The {active, N} socket option for TCP, UDP, and SCTP
- A new (optional) scheduler utilization balancing mechanism
- Migration of memory carriers has been enabled by default on all
  ERTS internal memory allocators
- Increased garbage collection tenure rate
- Experimental "dirty schedulers" functionality
- Funs can now be given names
- Miscellaneous unicode support enhancements
- A new version scheme for OTP its applications has been introduced

Full changelog:
  http://www.erlang.org/download/otp_src_17.0.readme

erlang 16.1.3.1 (R16B03-1)
================================

Highlights:
- The ODBC application was missing in the prebuilt Windows installers
- 3 corrections in the SSL application:
  - Add missing validation of the server_name_indication option and test
    for its explicit use.
  - Elliptic curve selection in server mode now properly selects a curve
    suggested by the client, if possible.
  - The server did not indicate support for secure renegotiation during
    TLS extension handling.
- In the syntax tools application a bug was introduced which broke
  reverting of local funs. This is now corrected (thanks to Anthony Ramine)
- wx - Solved a problem which caused the debugger to crash when closing
  a window. Fixed static linking on Mac.
- xmerl - Fixed a problem in the SAX-parser when the header of
  the next document was appearing in the buffer when using
  the xmerl_sax_parser:stream/2 function.

Full changelog:
  http://www.erlang.org/download/otp_src_R16B03-1.readme

erlang-16.1.3 (R16B03)
================================

Highlights:
- A new memory allocation feature called "super carrier" has been introduced.
  It can for example be used for pre-allocation of all memory that the
  runtime system should be able to use. It is enabled by passing the +MMscs
  (size in MB) command line argument. For more information see
  the documentation of the +MMsco, +MMscrfsd, +MMscrpm, +MMscs, +MMusac, and,
  +Mlpm command line arguments in the erts_alloc(3) documentation.
- The ldap client eldap now supports the start_tls operation. This upgrades
  an existing tcp connection to encryption using tls,
  see eldap:start_tls/2 and /3.
- The ftp client (inets application) now supports ftp over tls (ftps).

Full changelog:
  http://www.erlang.org/download/otp_src_R16B03.readme

(fhajny)

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

Add note about transform rules for HP-UX and Tru64 linkers.

(tnn)

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

Updated math/p5-Math-FFT to 1.32

(wen)

2015-04-28 13:24:28 UTC MAIN commitmail json YAML

Update to 1.32
Add LICENSE

Upstream changes:
1.32  2015-04-28
    - Specify minimum version of perl as 5.8.x
        - CPANTS / Kwalitee

1.31  2015-03-25
    - Convert n2 in _spctrm to "double" so it won't overflow as an int
        - Fix https://rt.cpan.org/Ticket/Display.html?id=22068
        - Thanks to thomas.poleschner@gmx.de for the report.

1.30  2015-03-25
    - Convert the test files to Test::More and do some other cleanups.

1.29  2015-03-05
    - Convert to Dist-Zilla.
    - Reformatted the code.
    - Get rid of trailing space.
    - Got to 100% POD coverage.
    - Other cleanups.
    - As the original maintainer (Randy Kobes) passed away, the distribution
    was adopted by Shlomi Fish (SHLOMIF).

(wen)

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

Updated www/p5-Dancer2 to 0.160000

(wen)

2015-04-28 13:12:38 UTC MAIN commitmail json YAML

Update to 0.160000

Upstream changes:
0.160000  2015-04-27 00:12:55+02:00 Europe/Amsterdam

    [ BUG FIXES ]
    * GH #868: Fix incorrect access name in $error->throw. (cdmalon)
    * GH #879, #883: Fix version numbering in packaging and tests.
      (Russell Jenkins)
    * File serving (send_file) won't call serializer. (Russell Jenkins)
    * GH #892, #510: Workaround for multiple plugins with hooks.
      (Russell Jenkins, Alberto Sim玫es)
    * GH #558: Remove "prefix" inconsistency with possibly missing postfixed
      forward slash. (Sawyer X)

    [ DOCUMENTATION ]
    * GH #816, #874 Document session engine changes in migration documentation.
      (Chenchen Zhao)
    * GH #866, #870: Clarify that you cannot forward to a static file, why,
      and two different ways of accomplishing it without forward.
      (Sakshee Vijayvargia)
    * GH #878: Rework example for optional named matching due to operator
      precedence. (Andrew Solomon)
    * GH #844: Document Simple session backend is the default. (Sawyer X)

    [ ENHANCEMENT ]
    * GH #869: Streaming file serving (send_file). (Russell Jenkins)
    * GH #793: "prefix" now supports the path definition spec. (Sawyer X)
    * GH #817, #845: Route spec under a prefix doesn't need to start with
      a slash (but must without a prefix).
      (Sawyer X, Russell Jenkins)
    * GH #871: Use Safe.pm instead of eval with Dancer2::Serializer::Dumper.
      (David Zurborg)
    * GH #880: Reduce and cleanup different logging calls in order to handle
      the stack frames traceback for logging classes. (Russell Jenkins)
    * GH #857, #875: When failing to render in Template::Toolkit, make the
      error reflect it's a TT error, not an internal one.
      (valerycodes)

(wen)

2015-04-28 12:21:23 UTC MAIN commitmail json YAML

Added devel/p5-Module-Install-AuthorRequires version 0.02
Added devel/p5-Module-Manifest-Skip version 0.23

(mef)

2015-04-28 12:15:56 UTC MAIN commitmail json YAML

Import p5-Module-Install-AuthorRequires-0.02 as devel/p5-Module-Install-AuthorRequires.

Modules often have optional requirements, for example dependencies that are
useful for (optional) tests, but not required for the module to work
properly.

Usually you want all developers of a project to have these optional modules
installed. However, simply telling everyone or printing diagnostic messages
if optional dependencies are missing often isn't enough to make sure all
authors have all optional modules installed.

(mef)

2015-04-28 12:07:23 UTC MAIN commitmail json YAML

Import p5-Module-Manifest-Skip-0.23 as devel/p5-Module-Manifest-Skip.

NOTE: This module is mostly intended for module packaging frameworks to
share a common, up-to-date MANIFEST.SKIP base. For example,
Module::Install::ManifestSkip, uses this module to get the actual SKIP
content. However this module may be useful for any module author.

CPAN module authors use a MANIFEST.SKIP file to exclude certain well known
files from getting put into a generated MANIFEST file, which would cause
them to go into the final distribution package.

The packaging tools try to automatically skip things for you, but if you
add one of your own entries, you have to add all the common ones
yourself. This module attempts to make all of this boring process as simple
and reliable as possible.

Module::Manifest::Skip can create or update a MANIFEST.SKIP file for
you. You can add your own entries, and it will leave them alone. You can
even tell it to not skip certain entries that it normally skips, although
this is rarely needed.

(mef)

2015-04-28 12:06:34 UTC MAIN commitmail json YAML

pkgsrc/www/firefox31/Makefile@1.13 / diff
pkgsrc/www/firefox31/distinfo@1.11 / diff
pkgsrc/www/firefox31/patches/patch-gfx_ycbcr_moz.build@1.1 / diff
pkgsrc/www/firefox31/patches/patch-gfx_ycbcr_yuv__row__arm.S@1.1 / diff
pkgsrc/www/firefox31/patches/patch-ipc_chromium_src_base_atomicops.h@1.1 / diff
pkgsrc/www/firefox31/patches/patch-ipc_chromium_src_base_atomicops__internals__arm__gcc.h@1.1 / diff
pkgsrc/www/firefox31/patches/patch-js_src_assembler_jit_ExecutableAllocator.h@1.1 / diff
pkgsrc/www/firefox31/patches/patch-js_src_jit_AsmJSModule.cpp@1.1 / diff
pkgsrc/www/firefox31/patches/patch-js_src_jit_arm_Architecture-arm.cpp@1.1 / diff
pkgsrc/www/firefox31/patches/patch-js_src_jit_arm_BaselineIC-arm.cpp@1.1 / diff
pkgsrc/www/firefox31/patches/patch-js_src_jit_arm_CodeGenerator-arm.cpp@1.1 / diff
pkgsrc/www/firefox31/patches/patch-js_src_vm_NumericConversions.h@1.1 / diff
pkgsrc/www/firefox31/patches/patch-media_libopus_celt_arm_celt__pitch__xcorr__arm.s@1.1 / diff
pkgsrc/www/firefox31/patches/patch-media_libtheora_lib_arm_armbits.s@1.1 / diff
pkgsrc/www/firefox31/patches/patch-media_libtheora_lib_arm_armcpu.c@1.1 / diff
pkgsrc/www/firefox31/patches/patch-media_libtheora_lib_arm_armfrag.s@1.1 / diff
pkgsrc/www/firefox31/patches/patch-media_libtheora_lib_arm_armidct.s@1.1 / diff
pkgsrc/www/firefox31/patches/patch-media_libyuv_include_libyuv_scale__row.h@1.1 / diff
pkgsrc/www/firefox31/patches/patch-mozglue_build_Makefile.in@1.1 / diff
pkgsrc/www/firefox31/patches/patch-xpcom_reflect_xptcall_src_md_unix_moz.build@1.2 / diff
pkgsrc/www/firefox31/patches/patch-xpcom_reflect_xptcall_src_md_unix_xptcstubs__arm.cpp@1.1 / diff

Allow building Firefox 31 with Clang and on NetBSD/ARM.

(joerg)

2015-04-28 12:04:33 UTC MAIN commitmail json YAML

Shared libraries should always be PIC. Bump revision.

(joerg)

2015-04-28 09:34:56 UTC MAIN commitmail json YAML

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

Fix crash in asterisk18 startup

The added patch fixes startup crash and was submitted upstream.
While there also remove the ban on i386, as it was tested to run fine.

(manu)

2015-04-28 07:27:02 UTC MAIN commitmail json YAML

Sorry again, non-existing package referenced, disable for the moment.

(mef)

2015-04-28 07:23:36 UTC MAIN commitmail json YAML

Correct typo: p5-Types-Starndard -> p5-Types-Standard

(mef)

2015-04-28 06:59:23 UTC MAIN commitmail json YAML

2015-04-28 06:57:59 UTC MAIN commitmail json YAML

remove dup entry

(tnn)

2015-04-28 06:56:18 UTC MAIN commitmail json YAML

Sync list of PKGCONFIG_OVERRIDEs with package. Bump revision.

(tnn)

2015-04-28 06:54:55 UTC MAIN commitmail json YAML

2015-04-28 06:54:40 UTC MAIN commitmail json YAML

This has optional EGL support, handle like x11/qt5-qtbase.

(tnn)

2015-04-28 06:48:12 UTC MAIN commitmail json YAML

Import p5-Log-Message-Simple-0.10 as devel/p5-Log-Message-Simple.

This module provides standardized logging facilities using the
Log::Message module.

(mef)

2015-04-28 04:14:04 UTC MAIN commitmail json YAML

Add 5 BUILD_DEPENDS for make test

(mef)

2015-04-28 02:07:05 UTC MAIN commitmail json YAML

+ all new versions of courier software released today

(rodent)

2015-04-28 01:27:40 UTC MAIN commitmail json YAML

Just Githubify. No any change on package built.

(mef)

2015-04-28 01:18:13 UTC MAIN commitmail json YAML

Updated misc/rhash to 1.3.3

(mef)

2015-04-28 01:17:11 UTC MAIN commitmail json YAML

(pkgsrc)
- Githubify
(upstream)
- Update 1.3.1 to 1.3.3
---------------------
Tue Aug  5 2014 Aleksey
        * === Version 1.3.3 ===

Mon Aug  4 2014 And Sch, Aleksey
        * librhash: small optimization of Whirlpool

Sat Aug  2 2014 Aleksey
        * option --exclude for skipping some files during recursive scanning

Fri Aug  1 2014 Aleksey
        * update the SHA3 algorithm to follow the changes of the FIPS 202 draft

Wed Jul 30 2014 Aleksey
        * support torrents with more than one announce url

Tue Jul 29 2014 Aleksey
        * LibRHash now exports torrent functions

Mon Jul 21 2014 Tsukasa Oi
        * fixed test_rhash.sh script failing on the en_US.UTF-8 locale

Wed Jul 16 2014 Aleksey
        * changed the `-p' format names of sha* families, see manpage
        * set a boolean in config to true by a string `true', `on' or `yes'

Sun Jul 13 2014 Aleksey
        * Ctrl-C now interrupts benchmarking

Wed Jul  2 2014 Aleksey
        * === Version 1.3.2 ===

Sat Jun 21 2014 Aleksey
        * report warnings on files locked by some processes

Thu Jun 19 2014 Brad Campbell
        * ignore non-regular files while scanning directories recursively

Wed Jun 18 2014 Aleksey
        * option --follow for following symlinks to directories

Sun Apr 13 2014 ZinnKid
        * BTIH piece length calculation updated to follow the uTorrent algorithm change

(mef)

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

Updated shells/posh to 0.12.4

(mef)

2015-04-28 01:08:30 UTC MAIN commitmail json YAML

Update to 0.12.4
----------------  (from debian/changelog)
posh (0.12.4) unstable; urgency=medium

  * Correct misspelling of "--".  closes: #774004.
  * Patch from Chris Lamb to make the build reproducible.
    closes: #777395.
  * Patch from John Salmon to use memmove instead of memcpy in
    debunk().  closes: #777493.

-- Clint Adams <clint@debian.org>  Sun, 26 Apr 2015 14:20:19 -0400

(mef)

2015-04-28 00:49:00 UTC MAIN commitmail json YAML

Updated devel/p5-File-ConfigDir to 0.017
Updated devel/p5-MooX-ConfigFromFile to 0.007

(mef)

2015-04-28 00:46:49 UTC MAIN commitmail json YAML

Update to 0.007
---------------
0.007  2015-04-27
    - separate loading and merging of configfile content
    - ensure order of multiple loaded config files
    - add support for merging deep structures in config files
    - eval all test-libraries to be aware of mistakes

(mef)

2015-04-28 00:42:31 UTC MAIN commitmail json YAML

Update to 0.017
---------------
0.017 2015-04-27
    - add irc channel and mailing list to meta data
    - apply fix regarding "Cwd::abs_path is not portable" from jddurand

(mef)

2015-04-28 00:10:39 UTC MAIN commitmail json YAML

WRKSRC should not contain the revision either.

(joerg)

2015-04-27 23:55:28 UTC MAIN commitmail json YAML

Needs libexecinfo on newer NetBSD. Needs pkg-config for autoreconf.

(joerg)

2015-04-27 23:52:34 UTC MAIN commitmail json YAML

Don't add incompatible redefines of jpeg functions.

(joerg)

2015-04-27 23:51:52 UTC MAIN commitmail json YAML

2015-04-27 23:50:39 UTC MAIN commitmail json YAML

2015-04-27 22:02:58 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup tickets #4687, #4688 and #4689.

(tron)

2015-04-27 22:02:37 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup ticket #4689 - requested by dholland
net/socat: build fix

Revisions pulled up:
- net/socat/Makefile                                            1.33

---
  Module Name: pkgsrc
  Committed By: dholland
  Date: Sat Apr 25 23:31:23 UTC 2015

  Modified Files:
  pkgsrc/net/socat: Makefile

  Log Message:
  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?)

(tron)

2015-04-27 21:55:05 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup ticket #4688 - requested by joerg
print/pdf2djvu: build fix

Revisions pulled up:
- print/pdf2djvu/distinfo                                      1.7
- print/pdf2djvu/patches/patch-pdf-backend.cc                  1.2
- print/pdf2djvu/patches/patch-pdf-backend.hh                  1.1
- print/pdf2djvu/patches/patch-pdf2djvu.cc                      1.2

---
  Module Name: pkgsrc
  Committed By: joerg
  Date: Fri Apr 24 20:18:48 UTC 2015

  Modified Files:
  pkgsrc/print/pdf2djvu: distinfo
  pkgsrc/print/pdf2djvu/patches: patch-pdf-backend.cc patch-pdf2djvu.cc
  Added Files:
  pkgsrc/print/pdf2djvu/patches: patch-pdf-backend.hh

  Log Message:
  Build with Poppler 0.32.

(tron)

2015-04-27 21:47:25 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup ticket #4687 - requested by joerg
comms/java-rxtx: build fix

Revisions pulled up:
- comms/java-rxtx/Makefile                                      1.5

---
  Module Name: pkgsrc
  Committed By: joerg
  Date: Fri Apr 24 20:16:54 UTC 2015

  Modified Files:
  pkgsrc/comms/java-rxtx: Makefile

  Log Message:
  Uses libtool, so replace with our version. Use the correct machine
  directory on NetBSD/ARM.

(tron)

2015-04-27 20:01:27 UTC MAIN commitmail json YAML

Now that WRAPPER_BINDIR points to the selected wrapper implementation,
remove the duplicate CWRAPPERS_BIN_DIR handling.

(jperkin)

2015-04-27 19:59:07 UTC MAIN commitmail json YAML

Split cwrappers from legacy wrappers.  We no longer generate the legacy
wrappers when USE_CWRAPPERS is enabled, saving a reasonable amount of
I/O during builds, mostly due to avoiding the transform/untransform sed
file generations.

WRAPPER_DIR and WRAPPER_BINDIR are used by various packages to override
or point to specific wrappers, and these now point to the cwrappers
directory when enabled, removing the need for CWRAPPERS_BIN_DIR
duplication and fixing packages which previously were using legacy
wrappers by accident.

A number of targets are now duplicated between bsd.wrapper.mk and
cwrappers.mk, the intention being that the legacy wrappers will be
deprecated once cwrappers is verified on all supported platforms.  If
that turns out to take longer than expected, we will probably want to
introduce a wrapper.mk to abstract them away before loading the
appropriate back-end.

(jperkin)

2015-04-27 19:38:04 UTC MAIN commitmail json YAML

Remove ECHO_WRAPPER_MSG and just use ECHO_BUILDLINK_MSG, which was set
to the same value anyway.  Also removes a comment from 2005 which was
possibly wrong at the time it was committed, given the same construct
has been used in bsd.buildlink3.mk unchanged since 2004.

(jperkin)

2015-04-27 19:24:17 UTC MAIN commitmail json YAML

Find iconv and zlib correctly.  Problem masked by legacy wrappers, and
not seen with cwrappers due to the package specifically using the legacy
wrappers through accidental WRAPPER_DIR usage.  The latter will be fixed
in upcoming infrastructure changes.

(jperkin)

2015-04-27 16:08:51 UTC MAIN commitmail json YAML

Don't use gcc-specific warnings unconditionally, just because the system
is not OSX.

(joerg)

2015-04-27 16:07:00 UTC MAIN commitmail json YAML

Don't fail build of p5-collectd for tautologic pointer->bool conversions
in perl headers.

(joerg)

2015-04-27 16:06:16 UTC MAIN commitmail json YAML

2015-04-27 16:05:47 UTC MAIN commitmail json YAML

Skip interpreter check for all patches files.

(joerg)

2015-04-27 16:05:20 UTC MAIN commitmail json YAML

2015-04-27 16:04:51 UTC MAIN commitmail json YAML

2015-04-27 15:07:39 UTC MAIN commitmail json YAML

Updated print/p5-LaTeX-Driver to 0.200.4

(mef)

2015-04-27 15:07:30 UTC MAIN commitmail json YAML

(pkgsrc)
- LICENSE to ${PERL5_LICENSE}
- Add 5 more DEPENDS, p5-Module-Install-*, p5-Test-*
- Convert to PERL5_MODULE_TYPE=    Module::Install
- Drop patch-aa
(upstream)
- Update 0.10 to 0.200.4
-------------------------
0.200.4 2014-04-12
    - Disabled bibtex tests by default due to frequently not found LaTex
      sty not found.

    - Disabled t/30 and t/31 unless dvips is found

0.200.3 2014-04-11
    - xelatex tests now optional because they add too many external
      dependencies

0.200.1 2014-04-10
    - Fixed stale dependency (unused) in Test::LaTeX::Driver

0.20  2014-04-09
    - Removed IPC::ShellCmd dependency since newer versions not on CPAN
    - Fixed Win32 support

0.20_03  2013-10-31
    - switched Makefile.PL to Module::Install

0.20_02  2013-10-29
    - added -timeout option (requires IPC::ShellCmd 0.003)
    - added -capture_stderr option and stderr() method to retrieve captured stderr

0.20_01  2013-10-18
    - Now maintained on github
    - reformatted Changes file
    - removed MYMETA.{json,yml} from MANIFEST and added to MANIFEST.SKIP (RT89155)
    - use IPC::ShellCmd to run commands
    - remove LaTeX::Driver::Paths - paths determined at runtime

0.12  2012-08-31
    - fixed typo in settings of ps2pdf/pdf2ps (RT79233)
    - add missing dependency on Readonly (RT79330)

0.11  2012-08-30
    - rewrote loop in run_latex() and need_to_run_bibtex() to use a
      lexical variable to avoid subtle errors with
      Template::Plugin::Latex (RT50684)

(mef)

2015-04-27 15:00:34 UTC MAIN commitmail json YAML

2015-04-27 14:55:54 UTC MAIN commitmail json YAML

2015-04-27 14:54:23 UTC MAIN commitmail json YAML

2015-04-27 14:53:39 UTC MAIN commitmail json YAML

Import p5-Test-Spelling-0.20 as devel/p5-Test-Spelling.

Test::Spelling lets you check the spelling of a POD file, and report its
results in standard Test::More fashion. This module requires a spellcheck
program such as spell, aspell, ispell, or hunspell.

(mef)

2015-04-27 14:47:49 UTC MAIN commitmail json YAML

2015-04-27 14:42:54 UTC MAIN commitmail json YAML

Updated textproc/p5-Template-Declare to 0.47
Updated textproc/p5-Template-Plugin-Autoformat to 2.77
Added devel/p5-Test-NoTabs version 1.4
Added devel/p5-Module-Install-GithubMeta version 0.30
Added devel/p5-Module-Install-ManifestSkip version 0.24

(mef)

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

2015-04-27 13:56:56 UTC MAIN commitmail json YAML

+p5-Module-Install-ManifestSkip

(mef)

2015-04-27 13:54:40 UTC MAIN commitmail json YAML

Import p5-Module-Install-ManifestSkip-0.24 as devel/p5-Module-Install-ManifestSkip.

This module generates a MANIFEST.SKIP file for you (using
Module::Manifest::Skip) that contains the common files that people do not
want in their MANIFEST files. The SKIP file is generated each time that you
(the module author) run Makefile.PL.

You can add your own custom entries at the top of the MANIFEST file. Just
put a blank line after your entries, and they will be left alone.

This module also adds 'MANIFEST' to the clean_files() list so that make
clean will remove your MANIFEST.

(mef)

2015-04-27 13:52:01 UTC MAIN commitmail json YAML

Add u_int* compatibility defines for SunOS.

(jperkin)

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

+p5-Module-Install-GithubMeta

(mef)

2015-04-27 13:40:35 UTC MAIN commitmail json YAML

Import p5-Module-Install-GithubMeta-0.30 as devel/p5-Module-Install-GithubMeta.

Module::Install::GithubMeta is a Module::Install extension to include
GitHub http://github.com meta information in META.yml.

It automatically detects if the distribution directory is under git version
control and whether the origin is a GitHub repository and will set the
repository and homepage meta in META.yml to the appropriate URLs for
GitHub.

(mef)

2015-04-27 13:34:05 UTC MAIN commitmail json YAML

2015-04-27 13:19:15 UTC MAIN commitmail json YAML

+p5-Test-NoTabs

(mef)

2015-04-27 13:17:46 UTC MAIN commitmail json YAML

Import p5-Test-NoTabs-1.4 as devel/p5-Test-NoTabs.

Test::NoTabs lets you check the presence of tabs in your perl code.
It reports its results in standard Test::Simple fashion:

  use Test::NoTabs tests => 1;
  notabs_ok( 'lib/Module.pm', 'Module is tab free');

(mef)

2015-04-27 12:46:52 UTC MAIN commitmail json YAML

Add tex-overpic, remove tex-mh{,-doc}

(markd)

2015-04-27 12:42:47 UTC MAIN commitmail json YAML

Replace teTeX-bin dependency with explicit set of tex packages.
Bump PKGREVISION.

(markd)

2015-04-27 12:39:22 UTC MAIN commitmail json YAML

2015-04-27 12:36:48 UTC MAIN commitmail json YAML

Add tex-overpic

(markd)

2015-04-27 12:35:36 UTC MAIN commitmail json YAML

2015-04-27 12:17:31 UTC MAIN commitmail json YAML

Update 2.71 to 2.77
-------------------
2.77 2015-02-27
- merge a series of doc and test cleanup patches from Breno G. de Oliveira (garu)

2.76 2015-01-05
- tests patched to fix some locales (https://rt.cpan.org/Ticket/Display.html?id=99972)

2.75 2014-05-09
- official release, no code change from 2.74_04

2.74_04 2014-05-07
- tweek tests to reflect sprintf rounding differences on some machines

2.74_03 2014-05-06
- port tests to Test::More to get better diagnostics from cpantesters

2.74_02 2014-05-02
- attempt to address failing test 10 on some cpantesters

2.74_01 2014-05-01
- Peter Karman took over maintenance.
- repo started at https://github.com/karpet/template-plugin-autoformat
- fixed failing tests, switching to standard initial-cap for plugin name
  before: USE autoformat
  after : USE Autoformat

(mef)

2015-04-27 12:14:35 UTC MAIN commitmail json YAML

Update 0.45 to 0.47
-------------------
0.47 2014-12-16
- Stop checking warning message contents explictly (Aaron Crane)

0.46 2012-12-23
- Documentation fixes (Brigham Johnson)
- Hash ordering fixes for 5.17 (Kent Fredric)

(mef)

2015-04-27 11:13:39 UTC MAIN commitmail json YAML

Remove tex-mh{,-doc}

(markd)

2015-04-27 11:12:57 UTC MAIN commitmail json YAML

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

Fix build on SunOS correctly.  Ensure we can link against buildlinked
libraries, and ensure the socket libraries are added for both the main
library and test programs which use the static library.

While here use OPSYSVARS instead of bsd.fast.prefs.mk

(jperkin)

2015-04-27 10:38:04 UTC MAIN commitmail json YAML

Make latest egl file additions optional depending on the use of X.org
from pkgsrc or the existence of a particular header file.

Suggested by tnn.

(wiz)

2015-04-27 10:33:49 UTC MAIN commitmail json YAML

correct MACHINE_ARCH and compiler flags for HP-UX 64-bit ABI

(tnn)

2015-04-27 10:26:19 UTC MAIN commitmail json YAML

Bump GCC_REQD to 4.5.2 for internal compiler error.

display/nr-filter-slot.cpp: In constructor 'Inkscape::Filters::FilterSlot::FilterSlot(Inkscape::DrawingItem*, Inkscape::DrawingContext*, Inkscape::DrawingContext&, const Inkscape::Filters::FilterUnits&)':
display/nr-filter-slot.cpp:38: internal compiler error: in add_phi_arg, at tree-phinodes.c:391
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions.
make[3]: *** [display/nr-filter-slot.o] Error 1

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45709

ICE is present in 4.3 and 4.4.4.  It is meant to be fixed in gcc 4.4.5
but apparently not the "gcc version 4.4.5" that comes with some versions
of Ubuntu, because it's actually gcc 4.4.4 with Ubuntu's custom(ary)
sprinkling of poor judgement.

ICE is fixed in GCC 4.5.2 or any version of 4.6 and on, so that's a safe
minimum requirement.

(dsainty)

2015-04-27 09:51:24 UTC MAIN commitmail json YAML

Ensure we don't try to rebuild the generated transform-gcc.c, it requires
NetBSD-specific build tools.

(jperkin)

2015-04-27 09:23:27 UTC MAIN commitmail json YAML

Added x11/xcb-util-errors version 1.0

(wiz)

2015-04-27 09:23:19 UTC MAIN commitmail json YAML

+ xcb-util-errors

(wiz)

2015-04-27 09:23:06 UTC MAIN commitmail json YAML

Import xcb-util-errors-1.0 as x11/xcb-util-errors.

xcb-util-errors is a utility library that gives human readable
names to error codes and event codes and also to major and minor
numbers. The necessary information is drawn from xcb-proto's protocol
descriptions. This library is especially useful when working with
extensions and is mostly useful for debugging.

(wiz)

2015-04-27 09:17:25 UTC MAIN commitmail json YAML

Updated sysutils/bup to 0.27

(wiz)

2015-04-27 09:17:17 UTC MAIN commitmail json YAML

Update to 0.27:

This version primarily fixes bugs, but it includes a few new features,
and hopefully will provide a solid base for 0.28, which may finally
include rm/gc support.

Of note since 0.26:

  - Files can be restored sparsely via "restore --sparse".  See
    bup-sparse(1) for the details.  Given that this option is
    completely new and affects the data written, some
    caution/verification may be wise (i.e. there were bugs in some of
    the development revisions that could mangle the output).

  - Duplicity backups can be imported via the *experimental* command
    "bup import-duplicity".  Please exercise caution, and let us know
    if you have any trouble.

  - Tests can be run in parallel now via "make -j check".

As before, the metadata support is somewhat immature, but it seems to
be holding up fairly well.  Though we still need to add better support
for cross-filesystem-type save/restore (which can be too noisy), etc.

(wiz)

2015-04-27 09:05:43 UTC MAIN commitmail json YAML

2015-04-27 09:05:19 UTC MAIN commitmail json YAML

Updated sysutils/cdrtools to 3.01alpha28

(wiz)

2015-04-27 09:05:11 UTC MAIN commitmail json YAML

Update to 3.01a28:

cdrtools-3.01a25:

All:

- Fixed a typo in autoconf/xconfig.h.in that caused the Win-DOS function
LoadLibrary() not to be recognised correctly.

- Added compile support for: amd64-freebsd-clang*.rul

- include/schily/unistd.h now extends some exceptions to work around
problems with the MS C-compiler to MinGW32.

Libschily:

- libschily/faccessat.c with a faccessat() was added. This has been forgotten
when the *at() functions have been implemented.

- libschily/eaccess.c no longer calls access() in case the the OS does not
implement eaccess() but rather first checks whether uid == euid and gid == egid.

- libschily/eaccess.c compiles again in HP-UX using the HP C-compiler

- libschily/dlfcn.c new file to emulate dlopen() and friends on Win-DOS
and HP-UX

- libschily/lchmod.c was added

- libschily/fchmodat.c no longer contains lchmod()

- The linker mapfile libschily/libschily-mapvers now correctly
makes the entry faccessat() depend on HAVE_FACCESSAT

Cdda2wav (Maintained/enhanced by J�rg Schilling, originated by Heiko Ei゚feldt heiko@hexco.de):

- Flush stderr before a question in cdda2wav. This is a workaround
for a Linux libc bug (stderr must be unbuffered acording to the
standard).

Mkisofs (Maintained/enhanced by J�rg Schilling since 1997, originated by Eric Youngdale):

- Fixed a bug in mkisofs: -eltorito-platform Mac no longer uses the
constant EL_TORITO_ARCH_PPC but EL_TORITO_ARCH_MAC as expected.
Thanks to Ady <ady-sf@hotmail.com> for reporting.

- Fixed an option parsing bug in mkisofs that was a result from
option names that are beginning substrings of others. Mkisofs did
try to fix this in 2006, but it seems that one option was missed
in 2006. Now -hide-hfs was fixed, thanks to: Valery Ushakov

cdrtools-3.01a26:

All:

- Various README's, scripts and man pages have been revised to replace
berlios.de by sourceforge.net

Note that some files have not yet been completely updated for that
change as there is no easy way to deal with a site like sourceforge
that does not support ftp:

./conf/src-get
./conf/setup.sh

Because we now assume that any UNIX distro includes a ftp(1) program,
but we cannot assume that there is wget.

cdrtools-3.01a27:

All:

- include/schily//dlfcn.h now includes a #define HAVE_LOADABLE_LIBS
in case we compile on a system that implements runtime loadable
libraries and that libschily implements an adoption for this
local method to the POSIX dlopen()/dlsym()/dlclose(). This is currently
true for Solaris (and similar) that implement dlopen()/dlsym()/dlclose()
natively and for HP-UX and Win-DOS.

Mkisofs (Maintained/enhanced by J�rg Schilling since 1997, originated by Eric Youngdale):

- The mkisofs program isoinfo no longer tries to print Rock Ridge
attribute data for ISO images that do not have correct RR data.

- The mkisofs program isovfy no longer tries to print Rock Ridge
attribute data for ISO images that do not have correct RR data.

- The mkisofs program isodump no longer tries to print Rock Ridge
attribute data for ISO images that do not have correct RR data.

This is a result from trying to use these programs on the
plan9 CD image.

cdrtools-3.01a28:

All:

- The makefile rules for installing man pages have been changed so that
OBJ/<archdir>/man/ is no longer a direct dependency of the man page.
This results in repeated "make install" calls not to reinstall
up-to-date man pages again.

- The makefile rules for installing localized sripts have been changed so
hat OBJ/<archdir>/ is no longer a direct dependency of the man page.
This results in repeated "make install" calls not to reinstall
up-to-date scripts again.

- New autoconf test checks whether printf() supports %z

- Some documentation now mentions sourceforge instead of BerliOS

- README.compile now mentions how to use instrumented compilers with
the Schily Makefilesystem.

Libschily:

- strlcatl() wcslcatl(): new functions

- libschily::linkat.c now manually null-terminates the result from
resolvepath() as the Solaris syscall implementation does not
null-terminate it in all cases.

- libschily::resolvepath.c comment added to remind on the fact that
in contrary to out implementation the Solaris resolvepath() syscall
does not null-terminate the buffer.

Mkisofs (Maintained/enhanced by J�rg Schilling since 1997, originated by Eric Youngdale):

- mkisofs: isodump did not compile on non c99 compilers.

(wiz)

2015-04-27 08:59:31 UTC MAIN commitmail json YAML

Sorry, cvs rm -f patches/patch-aa and make distinfo were NOT done, corrected, thanks wiz@.

(mef)

2015-04-27 08:56:48 UTC MAIN commitmail json YAML

Updated devel/py-cparser to 2.12nb1

(wiz)

2015-04-27 08:56:40 UTC MAIN commitmail json YAML

2015-04-27 08:51:19 UTC MAIN commitmail json YAML

Updated devel/meld to 3.13.1

(wiz)

2015-04-27 08:51:09 UTC MAIN commitmail json YAML

Update to 3.13.1:

2015-04-20 meld 3.13.1
======================

  Features:

  * Previously, Meld could show very different results in file vs. folder
    comparisons when the files differed in line endings. These are now much
    more consistent.

      * In folder comparisons, applying filters now also normalises line
        endings (Kai Willadsen)
      * In a file comparison, if the files-are-identical notification is shown
        when files differ in line endings, this now mentioned (Kai Willadsen)
      * There is a new preferences controlling whether to apply text filters
        during folder comparisons, defaulting to on, which also controls line
        ending normalisation (Kai Willadsen)
      * Help documentation has been updated with details of how text filters
        are applied in folder comparison (Kai Willadsen)

  * Folder comparisons will now show an identical notification similar to the
    one used in file comparison (Kai Willadsen)
  * The "New blank comparion" button now works for folder comparisons as well
    as file ones (Kai Willadsen)
  * In folder comparisons, the expansion state of the tree is now remembered
    when you collapse and re-expand a row (Kai Willadsen)

  Fixes:

  * Install fixes (oco)
  * Code style fixes (Sandro Bonazzola)
  * Better support RTL locales by flipping icons and panes consistently (Kai
    Willadsen)
  * Fixes for file encoding when saving with bad or missing encodings (Kai
    Willadsen)
  * More consistent dialog handling and appearance (Kai Willadsen)
  * Deprecation updates and compatibility fixes (Kai Willadsen)
  * Fix bad comparison offset when multiple line breaks occurred on a single
    line (don't ask) (Kai Willadsen)
  * Unicode fixes for file change notifications (Kai Willadsen)
  * Warnings (such as deprecation warnings) are now explicitly silenced in
    stable Meld (Kai Willadsen)
  * Folder actions are now disabled while Meld is still scanning folders (Kai
    Willadsen)
  * Fix some command line handling for ambiguous relative paths and invalid
    URIs (Kai Willadsen)
  * Fix updating the comparison map when a file is updated within Meld (Kai
    Willadsen)

  Translations:

  * Anders Jonsson (sv)
  * Cheng-Chia Tseng (zh_TW)
  * Christian Kirbach (de)
  * Daniel Mustieles (es)
  * Jordi Mas (ca)
  * Marek Černocký (cs)
  * Matej Urbančič (sl)
  * Piotr Drąg (pl)
  * Samir Ribic (bs)
  * Tibor Kaputa (sk)

(wiz)

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

Updated x11/xf86-input-void to 1.4.1

(wiz)

2015-04-27 08:47:16 UTC MAIN commitmail json YAML

Update to 1.4.1. Should we remove this from pkgsrc? (see paragraph below)

A few cleanup patches that have been sitting on the branch for almost a
year. The void driver is a dummy driver that does nothing and just fulfils
the requirements of really old servers that must have an input device.
It is just dead weight for any server released after 2007 or so. Don't use
it.

Alan Coopersmith (4):
      Link with $(XORG_LIBS) to support no-undefined linking
      Fix an integer truncation warning from clang
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1

Gaetan Nadon (1):
      config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES

Peter Hutterer (1):
      xf86-input-void 1.4.1

Terry Lambert (1):
      Return proper default for unknown values in pInfo->device_control.

(wiz)

2015-04-27 08:36:02 UTC MAIN commitmail json YAML

Add new files installed with the new MesaLib. Ride PKGREVISION bump.

(wiz)

2015-04-27 08:29:08 UTC MAIN commitmail json YAML

Add some more tex packages.

(markd)

2015-04-27 07:41:58 UTC MAIN commitmail json YAML

Add a bunch of tex packages

(markd)

2015-04-27 07:36:13 UTC MAIN commitmail json YAML

2015-04-27 07:33:19 UTC MAIN commitmail json YAML

2015-04-27 07:31:08 UTC MAIN commitmail json YAML

add check for clang supporting -fno-integrated-as instead of -no-integrated-as

(dbj)

2015-04-27 07:27:55 UTC MAIN commitmail json YAML

Add tex-collection-latexrecommended 2014

This is a meta package providing recommended add-on packages for LaTeX which
have widespread use.

(markd)

2015-04-27 07:22:44 UTC MAIN commitmail json YAML

2015-04-27 07:18:18 UTC MAIN commitmail json YAML

Add tex-rcs 2.10

Use RCS (revision control system) tags in LaTeX documents

(markd)

2015-04-27 07:15:44 UTC MAIN commitmail json YAML

Add tex-powerdot 1.5

Powerdot is a presentation class for LaTeX that allows for the
quick and easy development of professional presentations. It
comes with many tools that enhance presentations and aid the
presenter. Examples are automatic overlays, personal notes and
a handout mode. To view a presentation, DVI, PS or PDF output
can be used. A powerful template system is available to easily
develop new styles. A LyX layout file is provided.

(markd)

2015-04-27 07:12:52 UTC MAIN commitmail json YAML

2015-04-27 07:09:42 UTC MAIN commitmail json YAML

2015-04-27 07:05:58 UTC MAIN commitmail json YAML

Add tex-l3experimental

(markd)

2015-04-27 07:03:52 UTC MAIN commitmail json YAML

2015-04-27 07:00:10 UTC MAIN commitmail json YAML

2015-04-27 06:56:30 UTC MAIN commitmail json YAML

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

Add tex-ctable 1.29

Flexible typesetting of table and figure floats using key/value directives

(markd)

2015-04-27 06:50:30 UTC MAIN commitmail json YAML

2015-04-27 06:46:59 UTC MAIN commitmail json YAML

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

2015-04-27 06:05:11 UTC MAIN commitmail json YAML

Updated devel/p5-LDAP to 1.4.1

(mef)

2015-04-27 06:05:02 UTC MAIN commitmail json YAML

(pkgsrc)
-- Drop patch-aa, was commented as:
    ------
    Until the source catches up to the current Perl API, we need PERL_POLLUTE
    to look like an older perl.
    ------
(upstream)
-- Update 1.2.2 (imported to pkgsrc in 1999) to 1.4.1
--------------------------------------------------
2000-09-19  Leif Hedstrom  <leif@perldap.org>

* Conn.pm (update): Bug fix to allow us to delete() an attribute,
call update(), and then add new values (or the same values...) to
the entry again.

2000-09-19  Leif Hedstrom  <leif@perldap.org>

* Entry.pm (DESTROY): Bug fix from daniel.hams@db.com (Daniel
Hams) to avoid warnings from Apache and mod_perl.

2000-09-13  Leif Hedstrom  <leif@perldap.org>

* Utils.pm (askPassword): Oops, stupid typo here, should be
"unless $prompt" of course...

2000-09-13  Leif Hedstrom  <leif@perldap.org>

* Entry.pm (isDeleted): Removed a test which made this function
not working at all... :)

2000-09-13  Leif Hedstrom  <leif@perldap.org>

* Removed an if defined() to avoid warnings with Perl v5.6.

2000-06-24  Wolfram Schmidt  <wschmidt@decefix.iao.fhg.de>

* Entry.pm (FIRSTKEY): Fix bug for deleting all attributes and calling
keys.

2000-05-30  Kevin McCarthy  <kevin@perldap.org>

* Makefile.PL: Added fix so API.xs compiles under Perl 5.6
(POLLUTE=>1)

2000-05-30  Leif Hedstrom  <leif@perldap.org>

* Lots of small fixes...

1999-09-07  Leif Hedstrom  <leif@perldap.org>

* API.xs (avref2charptrptr): Fixed potential core dump, if the
argument passed wasn't a proper array.
(avref2berptrptr): Ditto.

1999-09-06  Leif Hedstrom  <leif@perldap.org>

* Conn.pm (search): Removed $res and $resv, set the internal data
element directly.
(searchURL): Ditto.

1999-08-25  John Kristian <kristian@netscape.com>

* Entry.pm (printLDIF): Bug fix.

* LDIF.pm: Cleaned out memory leaks.

1999-08-24  Leif Hedstrom  <leif@netscape.com>

* Merged v1.3.x into trunk, tagged it as v1.4, and released it!

1999-08-19  Leif Hedstrom  <leif@netscape.com>

* Changed internal version numbering again, just called this plain
v1.4.

* Entry.pm (FIRSTKEY): Bug fix, we'd crap out if there are no
attributes in the returned entry.
(NEXTKEY): Ditto.

1999-08-18  Leif Hedstrom  <leif@netscape.com>

* Set version number to v1.4! Woohoo! Also tagged it as v1.3.4,
last "development" release.

1999-08-17  Leif Hedstrom  <leif@netscape.com>

* Makefile.PL: Fixes for Windows/NT, cleaned out some code etc.
(MY::postamble): Support for "make html".

* MANIFEST: Updated with all new files etc.

* test.pl: Renamed to oldtest.pl, to avoid "make test" to fail.

1999-08-16  Kevin McCarthy  <kmccarth@perldap.org> and Leif Hedstrom

* API.xs: Cleaned most all the memory allocation changes, we are
changing it to use the LDAP_OPT_MEMALLOC_FN_PTRS option in the
C-SDK instead (much cleaner!).
(perldap_init): New function, set up the memory management
handlers. This is called when the API module is loaded.
(perldap_malloc): New function, our memory management method(s).
(perldap_calloc): Ditto.
(perldap_realloc): Ditto.
(perldap_free): Ditto.

1999-08-16  Kevin McCarthy  <kmccarth@perldap.org>

* API.xs: Cleaned up prototypes, changed strdup() to use a
Perl'ified version, change a number of free()'s to use Safefree.
(ldap_value_free_perl): New function, similar to
ldap_mods_free_perl(), to avoid memory problems (on NT and
ActivePerl primarily).
(StrDup): New function, to handle strdup() calls in a safe way.
(ber_bvfree_perl): Ditto.
(ber_bvecfree_perl): Ditto.

1999-08-15  Leif Hedstrom  <leif@netscape.com>

* API.xs (ldap_mods_free_perl): Modified version of
ldap_mods_free(), which uses Perl native free method instead of
the things from the LDAP SDK. This fixes some nasty issues with
Windows/NT and ActiveState Perl. Woohoo!!!

1999-08-14  Leif Hedstrom  <leif@netscape.com> and Kevin McCarthy

* Entry.pm (setValues): Implemented bug fix for bug id 7131, where
the "_save_" structures weren't set properly when using setValues().

1999-08-14  Kevin McCarthy  <kmccarth@perldap.org>

* Conn.pm (update): Rewrote to optimize add/remove vs replace
operations. Basically, we'll try to do whatever seems to be the
smallest amount of work for the LDAP server now.

1999-08-13  Leif Hedstrom  <leif@netscape.com>

* Makefile.PL: Cleaned up code, and added support for linking in
the missing libraries need for some missing symbols.

1999-08-13  Michelle Wyner  <mwyner@netscape.com>

* Entry.pm: Updated documentation, and cleaned it up.

* Conn.pm: Ditto.

1999-08-12  Leif Hedstrom  <leif@netscape.com>

* Entry.pm (move): Changed name, was rename(), is now move().

1999-08-10  Leif Hedstrom  <leif@netscape.com>

* Entry.pm (setValues): Renamed, used to be setValue(), which is
now an alias to setValues().
(getValues): New method, to get the array of values.
(STORE): Fixed tests around DN handling, making sure it's not
treated as an array. I also optimized a couple of tests, since we
now filter out "DN" earlier in the funtion(s).
(attrModified): Ditto.
(attrClean): Ditto.
(unRemove): Ditto.
(removeValue): Ditto.
(addValue): Ditto.

1999-08-08  Leif Hedstrom  <leif@netscape.com> and Kevin McCarthy

* Entry.pm (setValue): Remove _delete_ flag, if set.

* Conn.pm (close): Fixed memory leak, moved code from the DESTROY
method over here.
(DESTROY): Call the close() method.
(getErrorCode): We now return LDAP_SUCCESS if there is no LDAP
connection handle.
(getErrorString): Ditto.

* Entry.pm (STORE): Bug fix for large attribute sets.
(attrModified): Ditto.
(removeValue): Ditto.
(addValue): Ditto.
(EXISTS): Fix for bug 4368, cleaning up the code, and avoid the
double calls.

1999-08-06  Leif Hedstrom  <leif@netscape.com> and Kevin McCarthy

* API.xs: Added some more tests around free() statements. These
are most likely never triggered, but better safe than sorrow (and
the overhead of testing this is insignificant).

* Conn.pm (browse): Added this function, to make it easy to browse
an entry.
(compare): Compare an attribute value against a DN/entry, without
having to do the search.

* Entry.pm (removeValue): Fixed loop bug.
(addValue): Ditto.
(hasValue): Ditto.
(matchValue): Fixed loop bug, and also missing normalization in
half of the case statement.
(rename): Added this new method, to rename attributes.
(copy): Added, to copy attributes.

* Merged v1.2.3 with v1.3 branch.

1999-08-06  Kevin McCarthy  <kmccarth@perldap.org>

* Entry.pm (addDNValue): Bug fix, index for norm was wrong.

* Entry.pm (size): Optimzied for performance.

1999-07-25  Kevin McCarthy  <kmccarth@perldap.org>

        * API.xs: Fixed memory allocation problems in parsing and
        generating the LDAPMods structure.

1999-06-22  Leif Hedstrom  <leif@netscape.com>

        * Conn.pm (add): Fixed bug 3342, thanks to Kevin McCarthy for
        debugging this, and providing a patch. This fixes the problem with
        adding new entries that has binary data.

1999-03-23  Leif Hedstrom  <leif@netscape.com>

* Changed versioning numbers for all .pm files.

1999-03-22  Leif Hedstrom  <leif@netscape.com>

* Entry.pm: Removed all _self_obj_ stuff...

* Conn.pm: Ditto.

* Conn.pm: Cleanup in use statements, and "use strict".
(search): Avoid warnings of uninitialized variables.
(searchURL): Ditto.
(modifyRDN): Bugfix, we did not update the appropriate DN in the
self object (very minor...).

* Entry.pm: Cleanup in use statements, and "use strict".
(BEGIN): Added this initializer, to use the new LDIF module.
(STORE): Fixed bug where we would not ignore the internal instance
variables properly.

* Utils.pm: Cleanup in all use statements, and "use strict". Also
enforces the VERSION control feature.

* Merged v1.2.1 to devel-branch-1_3, and tagged v1.3.1.

(mef)

2015-04-27 03:02:59 UTC MAIN commitmail json YAML

+JBidwatcher-2.5.6

(mef)

2015-04-27 01:51:00 UTC MAIN commitmail json YAML

2015-04-26 21:52:18 UTC MAIN commitmail json YAML

Yet more texlive updates.

(markd)

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

Add tex-{ifnextok,readarray,tabu,varwidth,verbatimbox}-doc

(markd)

2015-04-26 21:47:27 UTC MAIN commitmail json YAML

2015-04-26 21:45:14 UTC MAIN commitmail json YAML

2015-04-26 21:42:47 UTC MAIN commitmail json YAML

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

2015-04-26 21:34:28 UTC MAIN commitmail json YAML

Update tex-undolabl to 1.0l

changes unknown.

(markd)

2015-04-26 21:29:08 UTC MAIN commitmail json YAML

2015-04-26 21:27:08 UTC MAIN commitmail json YAML

Redo as texlive package. Bump PKGREVISION as PLIST changed.

(markd)

2015-04-26 21:24:33 UTC MAIN commitmail json YAML

Update tex-splitbib to 1.7

convert to texlive package.  changes unknown.

(markd)

2015-04-26 21:20:06 UTC MAIN commitmail json YAML

Update tex-shadethm to 20120818

convert to texlive package. changes unknown.

(markd)

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

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

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

2015-04-26 21:09:11 UTC MAIN commitmail json YAML

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

2015-04-26 20:41:54 UTC MAIN commitmail json YAML

2015-04-26 19:23:40 UTC MAIN commitmail json YAML

freeciv has been updated to 2.5.0

(spz)

2015-04-26 19:19:42 UTC MAIN commitmail json YAML

Update to Freeciv 2.5. The qt client would be qt5; it is not enabled
in pkgsrc yet.

Upstream ChangeLog is at http://freeciv.wikia.com/wiki/NEWS-2.5.0,
excerpt:
What's changed since 2.4

The main changes in Freeciv 2.5 are the inclusion of the 'civ2civ3'
ruleset, a new Qt client, and much more flexibility for those
creating their own rulesets. The AI has also had some improvements.

As is usual for major releases, 2.5 clients cannot interoperate with
pre-2.5 servers, and vice versa. Pre-2.5 savegames can however be
loaded into 2.5, and in most cases, the supplied rulesets have not
changed so much as to make it difficult to complete a game started
with 2.4.x's rules.

(spz)

2015-04-26 16:51:26 UTC MAIN commitmail json YAML

Correcting what seems to be a typo, and would result in "BO" being OK here.

(rodent)

2015-04-26 15:45:36 UTC MAIN commitmail json YAML

Since the bundler installed by redmine is not executable, add the ruby
binary here to execute it.

(rodent)

2015-04-26 14:50:28 UTC MAIN commitmail json YAML

Updating MESSAGE for redmine-3.x. There were some steps missing here which
are necessary to make the package work and avoid any confusion on the part
of the user. More changes for this package forthcoming.

(rodent)

2015-04-26 14:38:21 UTC MAIN commitmail json YAML

Updated sysutils/tits to 1.3.0

(mef)

2015-04-26 14:38:10 UTC MAIN commitmail json YAML

(pkgsrc)
- Drop patch-af and patch-ag, both now included
(upstream)
- Update 1.2.2 -> 1.3.0
~~~~~~~~~~~~~~
15/1/2011    - Added reverse telnet server.
            - Hopefully fixed masterpty client.
            - Don't abuse POLLHUP.
            - Support insertion of a short inter-character delay for tty
              output to slow devices. (experimental).
            - Add an 'exclusive' client property which, when connected, will
              prevent input/output for all other connected clients.
              Provide a way to specify an additional client which can
              override this restriction.
            - Add a timer option for exclusive clients. If they don't send
              any data for a specified number of seconds, they lose their
              exclusive status until they start sending again.
            - New feature: Support for hot-pluggable tty(4) devices such as
              USB-Serial adapters/modems. If 'pluggable true;' is specified
              in the configuration file, then treat errors while
              reading/writing the tty device as non-fatal. We will try to
              re-open the device periodically as long as there are connected
              clients. We will not disconnect clients in this case, but any
              input from them will be discarded while the tty device is
              unavailable.
            - Pull in patches for DragonflyBSD, via pkgsrc.

(mef)

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

Updated textproc/p5-String-Flogger to 1.101245
Updated textproc/p5-String-Formatter to 0.102084
Updated textproc/p5-String-RewritePrefix to 0.007
Updated textproc/p5-String-ToIdentifier-EN to 0.11
Updated textproc/p5-String-Truncate to 1.100602
Updated textproc/p5-Syntax-Highlight-Engine-Kate to 0.09

(mef)

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

(pkgsrc)
- Add two dependencies
    DEPENDS+=      p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny
    BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
(upstream)
- Update to 0.09
--------------
0.09 2014.06.07
    - Require Test::Warn for testing.
    - Support case insensitive names. RT #84982 (Jeff Fearn)
    - Replace use of File::Slurp with Path::Tiny (Martin McGrath)
    - Spelling RT #88156 (Debian)
    - Better error message when plugin is missing RT #20873

(mef)

2015-04-26 13:39:44 UTC MAIN commitmail json YAML

Update to 1.100602
------------------
1.100602  2014-03-15 17:21:42+01:00 Europe/Paris
          typo fixes (thanks, David Steinbrunner)

(mef)

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

Update to 0.11
--------------
0.11 2013-08-27 19:00:41
    - POD typo fixes from dsteinbrunner #1

(mef)

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)