summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2013-07-13Update to 1.11wen2-7/+6
Upstream changes: 1.11 2013-04-28 22:00:38 [TEST FIXES] - Ensure Try::Tiny is bundled 1.10 2013-04-26 10:53:40 [TEST FIXES] - Bundle Try::Tiny for tests 1.09 2013-04-25 14:03:13 [TEST FIXES] - Bundle Test::Fatal for tests
2013-07-13Update to 0.64wen2-12/+11
Update DEPENDS Upstream changes: 0.64: # 2013-06-02T09:44:59+0200 - The build directory is removed before a new build. - New command: `install-multiple` - `clean` command now also removes tarballs - `install` command has many extra convienent flags. - Use "http://www.cpan.org" as the default CPAN mirror instead of "http://search.cpan.org/CPAN" - Remove the --insecure/--no-check-certificate command bflags when invoking curl/wget. 0.63: # 2013-05-06T16:53:48+0200 - Remove `install-ack` command. - Due to the new architecture of ack2, it does not make sense to install the standalone executable anymore. Thus it's better not to do the installation with perlbrew. - Fix the `use` and `switch` command when switching between binary incompatible perl installations. See GH #297 0.62: # 2013-04-07T17:43:58+0800 - Fix `list-modules` under lib env. It lists all modules in the lib, and in the base. - Use the original grep command to prevent aliases from breaking the content of init. GH #307 - `perlbrew alias help` is now the same as `perlbrew help alias` - `perlbrew exec --with ...` now preserve the order of specified names. 0.61: - Fix bashrc on various OS/shell. See GH #302 0.60: # 2013-03-17T21:44:12+0100 - Exit status handling in bash function. See ed29288ab50a15d7df86d69cfcbddf108674eb07 for more details. - Fix compatibility with recent local::lib version. - Delay the loading of server modules. - Fix warnings when runing `perlbrew off` 0.59: # 2013-02-17T12:34:10+0100 - New feature: "perlbrew install --switch $perl" - New feature: "perlbrew install stable" - Fix "--quiet" options for "exec" command - Fix mulitple test failures and warnings 0.58: # 2012-11-16T08:45:18+0100 - Fix infinite re-exec loop as identified in #263 - Fix a case where PERL5LIB still contains previous entries after deactivating or activating other ones. 0.57: # 2012-11-13T19:57:03+0100 - Fix an infinite re-exec loop 0.56: # 2012-11-11T23:10:30+0100 - Fix GH #261, which breaks `off` and `swich-off` commands. 0.55: - Revert the requirement of 5.8.8. Now require 5.8 - Add PERLBREW_CPAN_MIRROR environment variable - Deal with a minor local::lib path problem. See GH #254.
2013-07-13Update to 1.24wen2-7/+6
Upstream changes: ----------------------------------------- version 1.24 at 2013-06-21 07:01:12 +0000 ----------------------------------------- Change: 73f1b5bdee2bcf52a9e39f7ae61ca4d003881f22 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-06-21 08:01:12 +0000 Updated for v5.19.1 Change: 76c5a70570ee99229c4553717e4368782dad77c7 Author: Chris Williams <chris@bingosnet.co.uk> Date : 2013-05-27 03:05:10 +0000 Merge pull request #2 from salva/give-more add sub 'perl_versions' that returns the list of versions supported by the module Change: 311199c26fcf63d80b39bcacc462e87e0b593aed Author: Salvador <sfandino@yahoo.com> Date : 2013-05-27 11:06:12 +0000 add tests for perl_versions sub Change: fe9542930febd38718ecaf459c80da36507e9741 Author: Salvador <sfandino@yahoo.com> Date : 2013-05-27 10:08:41 +0000 add perl_versions function returning list of perl versions known to the module ----------------------------------------- version 1.22 at 2013-05-20 13:25:00 +0000 ----------------------------------------- Change: ed957be9c3111676ffb25194a8531928032b2746 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-20 14:25:00 +0000 Fixing distribution Change: 6582aa42e3fe2769ed1588c75f1f3ee9362593f0 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-20 14:24:10 +0000 Updated for v5.19.0 ----------------------------------------- version 1.20 at 2013-05-18 13:57:11 +0000 ----------------------------------------- Change: 031e41245d08267e244c8446e8085d695e8956c7 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-18 14:57:11 +0000 Updated for v5.18.0 \o/ ----------------------------------------- version 1.16 at 2013-05-16 06:55:41 +0000 ----------------------------------------- Change: bfc7cb272a3854f5a61aed2f40591e74f01d5f29 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-16 07:55:41 +0000 Updated for v5.18.0-RC4 ----------------------------------------- version 1.14 at 2013-05-13 21:59:54 +0000 ----------------------------------------- Change: 3882ae87524c944ef1c63ead804c583e9165a43b Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-13 22:59:54 +0000 Updated for v5.18.0-RC3 ----------------------------------------- version 1.12 at 2013-05-13 07:11:33 +0000 ----------------------------------------- Change: 625b20e9dee61f43d054f0e798399611c70f1bce Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-13 08:11:33 +0000 Updated for v5.18.0-RC1/RC2 ----------------------------------------- version 1.10 at 2013-04-21 08:23:41 +0000 ----------------------------------------- Change: d369eb6b8a337a0365e74f79af7c1b7cca5a0f3e Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-04-21 09:23:41 +0000 Updated for v5.17.11
2013-07-13Update to 0.22wen2-7/+6
Upstream changes: 0.22 2013-03-27 15:50:29 America/New_York Documented: - Issue tracker is now github 0.21 2012-11-14 19:04:49 America/New_York Changed: - Skips tee and leak tests for closed STDIN on Perl prior to 5.12 when PERL_UNICODE=D. Documented lack of support as a known issue. - Isolated tee subprocesses from effects of PERL_UNICODE as a precaution (though this did not fix the above issue). - Improved layer detection for handles proxied due to being closed or tied.
2013-07-13Update to 1.008010wen2-8/+7
Upstream changes: 1.008010 2013-05-26 - Fix a split on undefined value warning (David Golden -- see https://github.com/gugod/App-perlbrew/issues/305) 1.008009 2013-02-24 - Remove Carp::Always dep 1.008008 2013-02-24 - Fix putting arch path in PERL5LIB - Refactor Win32 path handling out of ensure_dir_structure_for() - Fix activate_paths when PERL_LOCAL_LIB_ROOT starts with : - Fix ~/perl5/bin missing in $PATH 1.008007 2013-02-17 - Back to 1.008004 with Carp fix since subsequent releases were botched - Avoid issue where PERL5LIB Carp is older than local::lib one
2013-07-13Update to 0.96wen2-7/+6
Upstream changes: version 0.96 at 2013-07-08 06:53:34 +0000 ----------------------------------------- Change: a78109ca3e2c9338bf98185c2014ba2be4a04942 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-07-08 07:53:34 +0000 Fix patch applying for v5.18.0 ----------------------------------------- version 0.94 at 2013-07-07 13:45:00 +0000 ----------------------------------------- Change: c5257739abd2cde575036ba9b105977679a30273 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-07-07 14:45:00 +0000 Added commit 4149c7198d9b78d861df289cce40dd865cab57e7 Fixes a regmatch pointer 32-bit wraparound regression in v5.18.0 ----------------------------------------- version 0.92 at 2013-07-07 13:29:48 +0000 ----------------------------------------- Change: 8881838495367f05f599939d4e1eac86106785fa Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-07-07 14:29:48 +0000 Update Midnight BSD hints for 0.4-RELEASE ----------------------------------------- version 0.90 at 2013-05-18 22:58:06 +0000 ----------------------------------------- Change: fe0a97026ae5a56374b1d9a5968554a0c9b693bc Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-18 23:58:06 +0000 Bumped version to 0.90 Change: cc5a37b1298b45fe2e74a4db92e85561a12f1052 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-18 23:50:04 +0000 Added gcc m64 fixes for Solaris 11 http://perl5.git.perl.org/perl.git/commitdiff/1ddb6a4 http://perl5.git.perl.org/perl.git/commitdiff/767f54d Change: 815ff70a8a86c97742a0afdc5a092c590c729e80 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-18 22:04:29 +0000 Update hpux hints Change: 089592af98239448a956586cf8998dee7b2ab7b6 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-18 21:46:55 +0000 Added hints audit tool Change: 842e6a11a1dac1adfa253a4a9dbd60d53286fa8e Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-18 18:24:52 +0000 Added 'hints' function to Devel::PatchPerl::Hints ----------------------------------------- version 0.88 at 2013-05-16 12:02:55 +0000 ----------------------------------------- Change: 7a381f7a969eeb683343ddc3511169298aa19889 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-16 13:02:55 +0000 Make determine_version() available in the public API https://github.com/bingos/devel-patchperl/issues/12 ----------------------------------------- version 0.86 at 2013-05-08 15:39:07 +0000 ----------------------------------------- Change: 50d0a6e5c2b5f25de596463f219c78204e0ae477 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-08 16:39:07 +0000 Bump version Change: 09c3d04f1eddb60cdbba7b597a9c114c7396be2f Author: Chris Williams <chris@bingosnet.co.uk> Date : 2013-05-08 08:11:48 +0000 Merge pull request #11 from hirose31/prevent-premature-hsplit Add patch on prevent premature hsplit for Perl 5.8.[89], 5.10.1, 5.12.5 Change: 19a38ec13e6634a4707bb5043da051b6c551c23f Author: HIROSE Masaaki <hirose31@gmail.com> Date : 2013-05-08 13:52:42 +0000 Add patch on prevent premature hsplit for Perl 5.8.[89], 5.10.1, 5.12.5 ----------------------------------------- version 0.84 at 2013-03-08 21:35:14 +0000 ----------------------------------------- Change: 7b5f0d6c51dbff9a22f250813e230816d3d36f08 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-03-08 21:35:14 +0000 Remove requirement on IPC::Cmd This should make the perlbrew peeps happy ----------------------------------------- version 0.82 at 2013-02-25 21:38:08 +0000 ----------------------------------------- Change: 3e146301433f8098460dc6fd5d1930fc48c2903a Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-02-25 21:38:08 +0000 Update Linux hints ----------------------------------------- version 0.80 at 2013-02-25 12:04:03 +0000 ----------------------------------------- Change: ef4dfcccd90f7f786847998cba8891b69fd5a2e1 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-02-25 12:04:03 +0000 Bump version to 0.80 Change: 4e3020edfa3b3adcb79dd4d3c8e410f8cb12bf53 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-02-25 12:02:09 +0000 Ensure that the linux hints file gets updated for kfreebsd as well Change: 52fde6650e6a6324c7817fb81d9d08260f73d96a Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-02-25 11:41:38 +0000 Add updated hints for gnukfreebsd ----------------------------------------- version 0.78 at 2013-02-17 16:58:31 +0000 ----------------------------------------- Change: 0c2be36694492d5824f7704cf9d3473c28228d99 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-02-17 16:58:31 +0000 Added midnightbsd hints file which supports 0.4
2013-07-13Update to 0.46wen2-7/+6
Upstream changes: --- version: 0.46 date: Wed Jul 25 17:35:44 PDT 2012 changes: - Re-releasing to reclaim indexing from Alt-IO-All-new --- version: 0.45 date: Wed Jul 18 22:15:04 EDT 2012 changes: - Added an example for ->assert and fixed the \E warnings on 5.16, courtesy shlomi fish
2013-07-13Update to 1.29.07wen2-9/+8
Update LICENSE Upstream change: 2013-07-12 Jarkko Hietaniemi <jhi@Vredefort-2.local> * Address rt.cpan.org #86857: t/setrlimit.t failure Skip setrlimit() tests also if the hard limit is RLIM_INFINITY. * Release 1.2907. 2013-07-07 Jarkko Hietaniemi <jhi@iki.fi> * Skip number-of-files and stack setrlimit tests in Cygwin: the constants exist but the implementation doesn't really seem to be there. Document this in the pod. Testing by dsolimano. * For setrlimit tests involving byte sizes (memory or file size) round the byte sizes down to 4 kB boundaries. * Fix some pod nits. * Release 1.2906. 2013-06-22 Jarkko Hietaniemi <jhi@iki.fi> * Address rt.cpan.org #86334: typo fixes * Address rt.cpan.org #62504: Disable user/system timing tests if workload accumulate too little time * Attempt harder in getrusage.t to burn enough user and system time, refactor the "burn some cpu" utility into t/burn.pl, use that also in t/times.t. * Fix a testing problem in NetBSD for t/setrlimit.t, the tests were misnumbered. * Silence compilation warnings coming from Perl 5.18.0. * Clarify the license to be Artistic 2.0 or LGPL 2.0. * Regenerate ppport.h with Perl 5.18.0. * Release 1.2905.
2013-07-13revert unwanted change at the previous commit.obache2-4/+4
2013-07-13drop -m32 for i386, it's not a valid cpp flag.obache4-8/+18
2013-07-12Bump PKGREVISION of all packages which create users, to pick up change ofjperkin4-7/+8
sysutils/user_* packages.
2013-07-11sortjnemeth1-3/+3
2013-07-10Regenerated build rules file for subversion-1.8.0.wiz7-500/+730
Bump PKGREVISION of all subversion packages to be on the safe side. Update ap2-subversion PLIST for the change.
2013-07-10Oops, forgot <stdarg.h>. PR 48037dholland2-1/+14
There must be something wrong with netbsd's headers, as none of #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> #include <err.h> ought to leak in stdarg.h, but apparently one is.
2013-07-10Update to 0.03. From the changelog:schmonz2-7/+6
* Minor toolchain updates: + META.yml + META.json + Don't add Module::Build to configure_requires * Updated FSF address in LICENSE file
2013-07-10Update to 1.20121103. From the changelog:schmonz2-7/+6
- fixed VERSION( undef ) (Peter Vereshagin, RT #80304) - fixed POD encoding error (Norbert E. Gruener, RT #80468) - added Perl 5.16 support
2013-07-10Update to 0.32. From the changelog:schmonz2-7/+6
- prep for upcoming Test::Simple 0.99 - Fixed tests that broke due to Test::More diagnostic changes
2013-07-10Update to 3.28. From the changelog:schmonz2-7/+6
- Bugfix: Fix taint failures on Windows (Jan Dubois)
2013-07-101.03 Sun, 22 Apr 2012 17:11:16 -0400schmonz2-7/+7
* Clarified MERGE cache options and fixed bug * Documentation fixes
2013-07-10Update to 0.1008. From the changelog:schmonz2-7/+6
- Fixed broken use of abs_path on Cygwin [Joel Berger] - Fixed broken Pod link; reordered CAVEATS section
2013-07-10Update to 0.0402. From the changelog:schmonz2-7/+6
- Fixed missing documentation for "barf". - Depricated :traditional in favor of Try::Tiny. - Documented rethrowing Ouches. - Added more docs for the :trytiny aliases
2013-07-10Update to 1.8. From the changelog:schmonz3-11/+10
* Update to work with v5.18 * Fix tests for Windows (thanks to Alexandr Ciornii for patches).
2013-07-09Update to 0.3.1: minor fixes.dholland2-6/+6
release 0.3.1 (20130709) - Don't leak memory and assert if a bad command-line option comes after a -D or a -include foo. - Since imake is a principal application for tradcpp and imake carefully hides what it's doing when you run it, when rejecting an invalid option be sure to report *what* that option is.
2013-07-09Update py-blinker to 1.3.kleink2-7/+7
Version 1.3 ----------- Released July 3, 2013 - The global signal stash behind blinker.signal() is now backed by a regular name-to-Signal dictionary. Previously, weak references were held in the mapping and ephermal usage in code like ``signal('foo').connect(...)`` could have surprising program behavior depending on import order of modules. - blinker.Namespace is now built on a regular dict. Use blinker.WeakNamespace for the older, weak-referencing behavior. - Signal.connect('text-sender') uses an alterate hashing strategy to avoid sharp edges in text identity.
2013-07-09Update to 17.0.7ryoon3-8/+7
Changelog: FIXED Security fixes can be found here Fixed in Firefox ESR 17.0.7 MFSA 2013-59 XrayWrappers can be bypassed to run user defined methods in a privileged context MFSA 2013-56 PreserveWrapper has inconsistent behavior MFSA 2013-55 SVG filters can lead to information disclosure MFSA 2013-54 Data in the body of XHR HEAD requests leads to CSRF attacks MFSA 2013-53 Execution of unmapped memory through onreadystatechange event MFSA 2013-51 Privileged content access and execution via XBL MFSA 2013-50 Memory corruption found using Address Sanitizer MFSA 2013-49 Miscellaneous memory safety hazards (rv:22.0 / rv:17.0.7)
2013-07-09devel/gps: Upgrade GNAT Programming Studio to version 5.2.1marino24-1271/+292
This is a significant upgrade over version 5.0.1 which is currently in pkgsrc, representing approximately two years of work. The latest online documentation can be browsed here: http://docs.adacore.com/gps-docs/users_guide/_build/html/ Changes to the package itself include: * python now works and is a default option * readline support is now an option and is default * Multiple job support enable * Documentation now generated by sphinx Also the problem described in PR#47824 no longer occurs, so this PR will be closed.
2013-07-08Add gettext-tools dependency. Bump PKGREVISION.markd2-3/+7
2013-07-08Fix PLIST for python != 2.7.wiz2-4/+5
2013-07-08Update to 0.6.49:wiz2-6/+6
------ 0.6.49 ------ * Move warning check in ``get_cache_path`` to follow the directory creation to avoid errors when the cache path does not yet exist. Fixes the error reported in #375. ------ 0.6.48 ------ * Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in 0.6.46 (redo). ------ 0.6.47 ------ * Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in 0.6.46.
2013-07-08update ncurses patch to support gcc48 on solarisrichard2-4/+4
2013-07-08add devel/py-unittest2richard1-1/+2
2013-07-08Unittest2 is a backport of the new features added to the unittest testingrichard4-0/+130
framework in Python 2.7. It is tested to run on Python 2.4 - 2.7. To use unittest2 instead of unittest simply replace import unittest with import unittest2.
2013-07-08from CHANGES in 1.8.0, support ruby 1.9.obache1-3/+1
2013-07-07Previous distfile wasn't really gem format file and now real gem filetaca2-7/+7
can be fetched. So, add DIST_SUBDIR and bump PKGREVISION.
2013-07-07Make sure to add a patch file.taca1-0/+44
2013-07-07Add quick hack to fix runtime problem with Ruby 1.8.7.taca2-2/+4
Bump PKGREVISION.
2013-07-07Simplity GEM_CLEANBUILD.taca1-2/+3
2013-07-07Change GEM_CLEANBUILD not to include the same Ruby's extension file intaca2-4/+4
package. Bump PKGREVISION.
2013-07-07Utilize GEM_NAME in PLIST.taca1-3/+3
2013-07-07+mm-commonrodent1-1/+2
2013-07-07Import mm-common-0.9.6 as devel/mm-common.rodent5-0/+69
The mm-common module provides the build infrastructure and utilities shared among the GNOME C++ binding libraries. It is only a required dependency for building the C++ bindings from the gnome.org version control repository. An installation of mm-common is not required for building tarball releases, unless configured to use maintainer-mode.
2013-07-07Update to setuptools-0.8 and apply misc PLIST related fixes.richard3-10/+22
* Code base now runs on Python 2.4 - Python 3.3 without Python 2to3 conversion.
2013-07-06Fix for lua-5.2. Bump PKGREVISION.wiz6-10/+45
2013-07-06Install allegro.m4 file so packages using autoconf can find it.wiz2-5/+10
Bump PKGREVISION.
2013-07-06Disabled META file generation for dbm package; this will be taken care ofjaapb4-4/+30
by the databases/ocaml-dbm package itself from now on.
2013-07-06Update to 1.509.2ryoon2-6/+6
Changelog: What's new in 1.509.2 (2013/06/27) Quoting Issue with JDK Installer with Windows Slave (issue 5408) /about no longer shows third-party licenses (issue 17724) Failed to instantiate class hudson.plugins.copyartifact.CopyArtifact (issue 17402) ArrayIndexOutOfBoundsException from AbstractLazyLoadRunMap.search (issue 15652) Dashboard web pages don't render correctly in Chrome because of bad cache/session (issue 17684) NPE from MatrixConfiguration.newBuild (issue 17728)
2013-07-06+p5-File-Binary +p5-IPC-Cache +p5-Python-Serialise-Marshalrodent1-1/+6
+p5-accessors-fast +p5-constant-def
2013-07-06Import p5-accessors-fast-0.03 as devel/p5-accessors-fast.rodent4-0/+37
This module was created as an alternative to use fields, and uses Class::Accessor::Fast as a base. Creates accessors at compiletime.
2013-07-06Import p5-constant-def-0.01 as devel/p5-constant-def.rodent4-0/+33
Define compile-time constant only if it wasn't previously defined elsewhere. The main reason is to use for debugging constants, since there is no way to change the value, except by editing the source.
2013-07-06Import p5-Python-Serialise-Marshal-0.02 as devel/p5-Python-Serialise-Marshal.rodent4-0/+36
Marshalling is a method of serialising files in Python (another method, Pickling, is also available). It is the method that Mailman uses to store its config files. This module is an attempt to write a pure Perl implementation of the algorithm.