summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2016-09-17Add support for __aarch64__richard3-6/+18
Bump PKGREVISION.
2016-09-17Requires C99.jperkin1-2/+2
2016-09-17Update devel/p5-Meta-CPAN-Client to 1.025000mef2-7/+8
-------------------------------------------- 1.025000 30.8.16 * Added some version requirements to improve SSL over HTTP::Tiny (Mickey) * Added default values for distribution keys with no content (Mickey, per Tux request) 1.024000 28.08.16 * Try to fetch clientinfo from https://clientinfo.metacpan.org to get default production version (Mickey) 1.023000 27.08.16 * Added support for version by env METACPAN_VERSION (Mickey) * Added tests for version argument (Mickey) (pkgsrc-changes) - Add following line for make test BUILD_DEPENDS+= p5-Ref-Util-[0-9]*:../../devel/p5-Ref-Util
2016-09-17Updated devel/p5-Git-Wrapper to 0.046mef2-8/+7
------------------------------------- 0.046 2016-09-12 20:13:04-07:00 America/Los_Angeles No changes since last development release. 0.045_091 2016-09-10 14:26:13-07:00 America/Los_Angeles (TRIAL RELEASE) Properly handle scores in raw log files (Atoomic) Update error message for inability to run 'git config --list' 0.045_090 2016-09-08 21:59:58-07:00 America/Los_Angeles (TRIAL RELEASE) Fix tabs being expanded in log output in git 2.9+ (Graham Knop) Misc POD fixes (gregor herrmann/Debian, Philippe Bruhat)
2016-09-17Updated devel/ply 3.4 to 3.9mef3-11/+14
---------------------------- CHANGES since 3.4 reaches 280 lines, 11.2 kbytes, so only recent Announce is listed here, thank you. ---------------------------------------------------------------- August 31, 2016 Announcing : PLY-3.9 (Python Lex-Yacc) http://www.dabeaz.com/ply I'm pleased to announce PLY-3.9--a pure Python implementation of the common parsing tools lex and yacc. PLY-3.9 is a minor bug fix release. It supports both Python 2 and Python 3. If you are new to PLY, here are a few highlights: - PLY is closely modeled after traditional lex/yacc. If you know how to use these or similar tools in other languages, you will find PLY to be comparable. - PLY provides very extensive error reporting and diagnostic information to assist in parser construction. The original implementation was developed for instructional purposes. As a result, the system tries to identify the most common types of errors made by novice users. - PLY provides full support for empty productions, error recovery, precedence rules, and ambiguous grammars. - Parsing is based on LR-parsing which is fast, memory efficient, better suited to large grammars, and which has a number of nice properties when dealing with syntax errors and other parsing problems. Currently, PLY can build its parsing tables using either SLR or LALR(1) algorithms. More information about PLY can be obtained on the PLY webpage at: http://www.dabeaz.com/ply PLY is freely available.
2016-09-17Updated devel/p5-AnyEvent to 7.13mef2-8/+7
--------------------------------- 7.13 Sat Sep 17 04:31:49 CEST 2016 - Only call tlsext_host_name for non-empty common names (reported by Maxime Soulé). - log a (single) notice message if SNI is not supported. - upgrade to UTS-46:9.0.0 draft and switch to non-transitional behaviour, beating thunderbird, ie, edge, chrome and safari to it :) (see also https://bugzilla.mozilla.org/show_bug.cgi?id=1218179) - turns out the UTS-46 IDNA testcase failures were indeed bugs in the testcases and the specification and not in the code - the post-9.0.0 unicode files have all known problems fixed, so finally the AnyEvent IDNA implementation can pass the full IDNA testsuite - without needing a single fix :) - guarantee (and document) that condvar callbacks will be removed on invocation - important to avoid circular references.
2016-09-17Added devel/calltree-perl version 0.1mef1-1/+2
2016-09-17Import calltree-perl-0.1 as devel/calltree-perl.mef4-0/+48
The program contains a collection of tools for analyzing Perl code. Analyzing a static program runs headlong into the halting problem -- no automatic process can find all infinite loops, or fully model dynamic data generated within an arbitrary program. If you need to solve that kind of problem, a runtime debugger, human insight, and good programming practices go a long way. On the other hand, if you're reading a new Perl code for the first time, you've come to the right place.
2016-09-17Updated devel/p5-IO-Interactive to 1.022mef2-9/+7
---------------------------------------- 1.022 2016-09-04T05:31:39Z * Stable release with some performance enhancements 1.021_02 - 2016-08-30T08:09:35Z * Lazy load Carp (Todd Rinaldo)
2016-09-17Updated devel/p5-File-Find-Object to 0.3.0mef2-9/+8
------------------------------------------ 0.3.0 2016-09-11 - Converted the build system to Dist-Zilla. - Part of the impetus was removing the warning about Test::TrailingSpace needed for the trailing whitespace tests
2016-09-17Updated devel/p5-Check-ISA to 0.09mef2-7/+7
---------------------------------- 0.09 2016-09-15 MANWAR - Added 'provides' to Makefile.PL script.
2016-09-17Updated devel/p5-Class-C3mef2-8/+7
------------------------- 0.32 - 2016-09-15 - update bundled ExtUtils::HasCompiler to 0.016
2016-09-17Updated devel/afl to 2.34b (from: docs/ChangeLog)mef2-7/+7
------------------------------------------------- Version 2.34b: -------------- - Added a note about afl-tmin to technical_details.txt. - Added support for AFL_NO_UI, as suggested by Leo Barnes.
2016-09-17Updated devel/p5-Package-DeprecationManager to 0.17mef2-8/+7
--------------------------------------------------- 0.17 2016-06-17 - Remove use of namespace::autoclean.
2016-09-17Updated devel/p5-Log-Any 1.04.0 to 1.04.2mef2-9/+8
----------------------------------------- 1.042 2016-08-26 23:37:33-05:00 America/Chicago [Added] - Default adapters can now be configured with arguments (thanks @bjakubski!) 1.041 2016-08-18 00:00:10-05:00 America/Chicago (TRIAL RELEASE) [Added] - Logging methods now return the formatted log string so that it can be used in a `die` or `warn` call. [Changed] - A new default log proxy (Log::Any::Proxy::Null) is used when there are no adapters configured (and so no place for logs to go). This proxy does no processing and is about 1000% percent faster on my laptop. [Fixed] - Suppress 'redundant argument' warnings if too many arguments are given to a log formatting string.
2016-09-16Update libwnck3 to 3.20.1prlw13-10/+9
============== Version 3.20.1 ============== Fixes * tasklist: ignore size_allocate with invalid size (Alberts Muktupvels) * tasklist: queue resize on button not on its content (Alberts Muktupvels) * workspace-accessible: drop obsolete GTK_CHECK_VERSION (Alberts Muktupvels) * workspace-accessible: don't use deprecated atk_component_get_position (Alberts Muktupvels) * tasklist: don't use deprecated GtkMisc (Alberts Muktupvels) * selector: don't use deprecated GtkMisc (Alberts Muktupvels) * wnckprop: don't use deprecated gdk_cursor_new (Alberts Muktupvels) * test-wnck: don't use deprecated gtk_tree_view_set_rules_hint (Alberts Muktupvels) ============== Version 3.20.0 ============== Fixes * xutils: add error trap in try_pixmap_and_mask (Alberts Muktupvel) * Window: ignore unhandled non-_NET_WM actions * ActionMenu: Use gtk_label_set_text_with_mnemonic instead of gtk_label_set_text (Andrea Azzarone) * tasklist: set css name (Alberts Muktupvel) * selector: set css name (Alberts Muktupvel) * pager: set css name Alberts Muktupvels * configure.ac: redefine introspection dirs using proper prefixes Translators * Duan Kazi (sk) * Trn Ngc Quân (vi) ============== Version 3.18.0 ============== Fixes * WnckWindow: Add a new 'type-changed' signal (Sebastian Geiger) * don't use deprecated style properties (Alberts Muktupvels) * pager: use correct state flags (Alberts Muktupvels) * selector: avoid warnings from GtkStyleContext (Alberts Muktupvels) * tasklist: avoid warnings from GtkStyleContext (Alberts Muktupvels) * Back to dependency on gtk+-3.0 >= 3.10 Translators * Aurimas ernius (lt) * Cédric Valmary (oc) * Cheng-Chia Tseng (zh_TW) * Jordi Mas (ca) * Maria Mavridou (el) * Mario Blättermann (de) * Muhammet Kara (tr) * Pedro Albuquerque (pt) * Piotr Drg (pl) * Samir Ribic (bs)
2016-09-16uses c99 style commentswiedi1-2/+2
2016-09-16needs yaccwiedi1-1/+2
2016-09-16Include pthread.buildlink3.mk and set PTHREAD_AUTO_VARS in orderrichard1-1/+4
to fix Linux build.
2016-09-16 - Add BUILD_DEPENDS+= p5-Test-Needs-[0-9]* for make testmef1-1/+2
2016-09-16Add following lines for make testmef1-1/+5
BUILD_DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo BUILD_DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager BUILD_DEPENDS+= p5-Type-Tiny-[0-9]*:../../devel/p5-Type-Tiny
2016-09-16 - Add BUILD_DEPENDS+= p5-Package-DeprecationManager for make testmef1-1/+2
2016-09-16Add support for SunOS.jperkin9-3/+132
2016-09-16SunOS fixes.jperkin6-14/+86
2016-09-15Bump minimum required versions of dependencies so they're consistentlywiz1-2/+3
using guile20.
2016-09-15Whitespace fix for pkglint.wiz1-2/+2
2016-09-15Add pkg-config to tools for proper guile detection.wiz1-2/+2
2016-09-15Remove guile-gtk.wiz7-107/+1
"guile-gtk has been decommissioned. See guile-gnome for current work." No user in pkgsrc.
2016-09-15Note why this fails with guile 2.0 (and leave it at 1.8)gdt1-1/+2
2016-09-15Change to guile20gdt2-4/+3
Ride today's PKGREVISION bump. Drop non-installed file from PLIST.
2016-09-15Update to 2.16.4 and switch to guile20gdt3-26/+10
Add TEST_TARGET. Some tests fail, but the calendar example runs. Upstream changes: Guile-Gnome-Platform 2.16.4 - David Pirotte, 2015-12-08 ======================================================= This release fixes a serious bug, leading to a runtime error for Guile-Gnome built against Gcc >= 5.0. Glib ---- * glib/gnome/gobject/gclosure.c: gcc_please_look_the_other_way must be declared volatile. guile-gnome-platform 2.16.3 - David Pirotte, 2015-07-30 ======================================================= The primary objectives, working towards this release, were (1) to remove all code specific to the support of guile versions prior to guile 2, (2) getting rid of all guile related deprecated messages [that second part of the mission almost completed, there is still one corba related deprecated warning message, help to resolve that last one is welcome!], and (3) wrap gdk_pixbuf_get_pixels required by guile-clutter 1.12. All modules ----------- * Guile-Gnome now requires Guile 2.0, allows Guile 2.2 * Requires G-Wrap >= 1.9.15 * Requires Guile-Cairo >= 1.10 Note that at the time we write, Guile-Cairo 1.10 has not been released yey, it will hopefully soon be the case. In the mean time, the required bleeding edge Guile-Cairo stable version must be obtained from the source, see: http://www.nongnu.org/guile-cairo/dev/ * toplevel calls moved into an eval-when conditions exp... * scm-error incorrect arg list, various calls, all fixed. * all [but 1 Corba related] Guile deprecated calls removed * remove use of some undocumented GOOPS internals * adapt to GOOPS changes in Guile 2.2 * make check and make distcheck both have been fixed to work with recent automake versions [thanks to Ludovic Courtés for his help wrt to make check] Corba ----- * fixing allocate-instance for <CORBA:Object> * gnome-corba-error, gruntime-error, don't call save-stack [deprecated] Glib ---- * g_get_current_time now [temporarily] ignored, it was not properly wrapped anyway. * <glib-wrapset> missing some basic pointer types: guint8*, guchar*, gunichar*, gunichar2* added and wrapped as opaque pointers. * scm_c_gparam_construct 4th argument type definition fixed * use &gw-bad-typespec, not &gw:bad-typespec, fixed. Gdk-Pixbuf ---------- * gdk_pixbuf_get_pixels removed from the ignore list, it returns a guchar*, just added, no specific wrapper needed. Gtk --- * gtk_recent_info_get_application_info should [temporarily] be ignored, it needs a special wrapper, to be done still.
2016-09-15After guile's and guile20's installation prefixes have changed, it's timewiz9-14/+18
to bump their dependencies (except those that were bumped in the last 24 hours already).
2016-09-15Update guile-slib to 3.2.5 and switch to guile20.wiz2-12/+10
Mirrors slib-3.2.5 update (no own files). Based on diff by gdt.
2016-09-15Install a symlink from ${PREFIX}/share/slib/slib to ${PREFIX}/share/slib.wiz2-5/+8
Needed by guile-slib with guile20-2.0.12. Bump PKGREVISION.
2016-09-15Updated devel/p5-ExtUtils-Helpers to 0.026mef2-8/+7
------------------------------------------ 0.026 2016-09-09 19:26:57+02:00 Europe/Amsterdam - Fix Win32 dependency 0.025 2016-09-02 09:48:38+02:00 Europe/Amsterdam - Remove unconditional dependency on ExtUtils::PL2Bat 0.024 2016-08-16 22:02:31+02:00 Europe/Amsterdam (TRIAL RELEASE) - Move pl2bat code to ExtUtils::PL2Bat 0.023 2016-08-06 20:52:34+02:00 Europe/Amsterdam (TRIAL RELEASE) - Make split_like_shell always unixy - Remove Module::Load dependency - Remove done_testing, it requires Test::More 0.88
2016-09-15Updated devel/p5-ExtUtils-AutoInstall to 0.64mef2-8/+7
--------------------------------------------- == Changes for 0.64 - September 12, 2016 * Applied patch: https://rt.cpan.org/Public/Bug/Display.html?id=113923#txn-1619691
2016-09-15Updated devel/p5-Class-Tiny to 1.006mef2-8/+7
------------------------------------ 1.006 2016-09-10 14:47:49-04:00 America/New_York - No changes since 1.005 1.005 2016-09-06 12:12:06-04:00 America/New_York (TRIAL RELEASE) [INTERNAL] - Optimize generated accessors (5% to 25% faster depending on combination of read vs write and default vs no-default).
2016-09-15Updated devel/p5-CPAN-FindDependencies to 2.45mef2-8/+7
---------------------------------------------- 2.45 2016-09-07 No functional changes, bump the required version of YAML::Tiny to cope with some modern META.yml files
2016-09-15Updated devel/p5-Data-Dump-Streamer to 2.40mef2-8/+7
------------------------------------------- 2.40 Fixup issues with JSON and with non-Padwalker builds (thanks to FC) various other tweaks and cleanups to build on newer Perls. Updated meta files, etc.
2016-09-15 Update devel/p5-Config-Grammar to 1.12mef2-8/+7
-------------------------------------- * Fixes 'Name "Config::Grammar::File" used only once' (patch by Salvatore Bonaccorso) * Fix spelling error in manpage (patch by Salvatore Bonaccorso) * Use Dist::Zilla to prepare the Perl distribution for CPAN CVS: ----------------------------------------------------------------------
2016-09-15Update to 3b5 (3.2.5)gdt3-9/+12
Upstream changes: Added "rmdsff.scm" and documentation. (minor changes)
2016-09-15Update to 1.9.15 and switch to guile20gdt3-12/+12
This package had been held at 1.9.14 because 1.9.15 requires guile 2.0. Changes from 1.9.14: G-Wrap now requires Guile 2.0, allows Guile 2.2; Requires autoconf >= 2.61, automake >= 1.12, adding /build-aux We no longer update Changelog, see G-Wrap's git logs instead No free/mark on WCT objects, and remove use of scm_gc_free Use scm_module_variable instead of the deprecated scm_sym2var The documentation has been restructured, updated and fixed to work with texinfo >= 5.2; Removing doc/version.texi - it is generated/updated
2016-09-15Change to guile20 from guile (1.8)gdt2-26/+37
The PLIST drops many things which are part of guile 2.0 and thus not installed.
2016-09-14Bump PKGREVISION after the last devel/hdf5-c++ change.alnsn1-1/+2
Reminded by wiz@.
2016-09-14Fix hardcoded /bin/bash. Bump PKGREVISION.wiz1-2/+4
2016-09-14Install missing header file.alnsn2-3/+4
Contributed by Jason Bacon, many thanks!
2016-09-14Update to 1.07. From the changelog:schmonz2-9/+8
Bug Fixes * Require an updated version of Net::DNS to avoid "resolver->dnssec(1) without Net::DNS::SEC installed" (Schwern) [github #4] Test Fixes * Fix our fake random number generator to avoid cross platform issues. [rt.cpan.org 71064] [github #7] (Lisa Hare) Distribution * Kwalitee fixups (BooK) (Lisa Hare) * Added a LICENSE file (Lisa Hare) * Now using Travis CI for Unix testing (Schwern) * Now using AppVeyor for Windows testing (Schwern)
2016-09-14Don't blindly ignore build failures.dholland3-7/+23
2016-09-14Improve input paranoia and error reporting in gplib, pursuant to thedholland5-2/+75
sdcc3 build problem being discussed on tech-pkg.
2016-09-14Add swig3, version 3.0.10 of SWIG (Simplified Wrapper and Interface Generator)prlw15-1/+775