summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2014-02-24Mark as stable GTK 2 version.wiz2-2/+4
2014-02-24Sort.wiz1-2/+2
2014-02-24+ meld-devel.wiz1-1/+2
2014-02-24Import meld-3.11.0 as devel/meld-devel.wiz5-0/+358
Meld is a visual diff and merge tool. You can compare two or three files and edit them in place (diffs update dynamically). You can compare two or three folders and launch file comparisons. You can browse and view a working copy from popular version control systems such such as CVS, Subversion, Bazaar-ng and Mercurial. This is the development version based on GTK 3.
2014-02-24Update to 1.5.4:wiz2-6/+7
**1.5.4 (2014-02-21)** * Correct deprecation warning for ``pip install --build`` to only notify when the `--build` value is different than the default. **1.5.3 (2014-02-20)** * **DEPRECATION** ``pip install --build`` and ``pip install --no-clean`` are now deprecated. See Issue #906 for discussion. * Fixed #1112. Couldn't download directly from wheel paths/urls, and when wheel downloads did occur using requirement specifiers, dependencies weren't downloaded (PR #1527) * Fixed #1320. ``pip wheel`` was not downloading wheels that already existed (PR #1524) * Fixed #1111. ``pip install --download`` was failing using local ``--find-links`` (PR #1524) * Workaround for Python bug http://bugs.python.org/issue20053 (PR #1544) * Don't pass a unicode __file__ to setup.py on Python 2.x (PR #1583) * Verify that the Wheel version is compatible with this pip (PR #1569)
2014-02-24Update to 1.11.4:wiz3-9/+9
1.11.4 (2014-02-21) ~~~~~~~~~~~~~~~~~~~ * Updated pip to 1.5.4 1.11.3 (2014-02-20) ~~~~~~~~~~~~~~~~~~~ * Updated setuptools to 2.2 * Updated pip to 1.5.3
2014-02-24Update devel/p5-Mixin-Linewise to 0.105.hiramatsu2-6/+7
Changes from previous: ---------------------- 0.105 2014-02-20 21:53:06-05:00 America/New_York - update Readers to, by default, use PerlIO::utf8_strict to avoid problems with CRLF layer on Win32 0.104 2013-12-21 15:19:00-0500 America/New_York - clean up the docs for changes made in 0.103 0.103 2013-12-19 19:34:04-0500 America/New_York [THIS MIGHT BREAK YOUR CODE] - the string methods once again open references to scalars, rather than using IO::Scalar
2014-02-23Added devel/p5-MooX-Log-Any version 0.001sno1-1/+2
2014-02-23Adding new package for Perl module MooX::Log::Any from CPAN distributionsno3-0/+34
MooX-Log-Any version 0.001 into devel/p5-MooX-Log-Any A logging role building a very lightweight wrapper to Log::Any for use with your Moo or Moose classes. Connectibng a Log::Any::Adapter should be performed prior to logging the first log message, otherwise nothing will happen, just like with Log::Any
2014-02-23Added devel/p5-CPAN-Changes version 0.27sno1-1/+2
2014-02-23Adding new package for Perl module CPAN::Changes from CPAN distributionsno3-0/+33
CPAN-Changes version 0.27 into devel/p5-CPAN-Changes It is standard practice to include a Changes file in your distribution. The purpose the Changes file is to help a user figure out what has changed since the last release.
2014-02-23Fix missing requirements when using libstatgrab as a dependencysno1-1/+7
2014-02-23Added devel/p5-IO-Async version 0.61sno1-1/+2
2014-02-23Adding new package for Perl module IO::Async from CPAN distributionsno3-0/+45
IO-Async version 0.61 into devel/p5-IO-Async This collection of modules allows programs to be written that perform asynchronous filehandle IO operations. A typical program using them would consist of a single subclass of IO::Async::Loop to act as a container of other objects, which perform the actual IO work required by the program. As well as IO handles, the loop also supports timers and signal handlers, and includes more higher-level functionality built on top of these basic parts.
2014-02-23Added devel/p5-Future version 0.25sno1-1/+2
2014-02-23Adding new package for Perl module Future from CPAN distribution Futuresno3-0/+31
version 0.25 into devel/p5-Future A "Future" object represents an operation that is currently in progress, or has recently completed. It can be used in a variety of ways to manage the flow of control, and data, through an asynchronous program.
2014-02-23Added devel/p5-Test-Identity version 0.01sno1-1/+2
2014-02-23Adding new package for Perl module Test::Identity from CPAN distributionsno3-0/+35
Test-Identity version 0.01 into devel/p5-Test-Identity This module provides a single testing function, "identical". It asserts that a given reference is as expected; that is, it either refers to the same object or is "undef". It is similar to "Test::More::is" except that it uses "refaddr", ensuring that it behaves correctly even if the references under test are objects that overload stringification or numification.
2014-02-23Added devel/p5-Test-Refcount version 0.07sno1-1/+2
2014-02-23Update to 0.371wen2-8/+7
Upstream changes: 0.371 2013-09-23 - Fix bug in our test suite that failed to count enough diagnostics when run under verbose mode. Closes rt-88912 (and http://bugs.debian.org/724297). Thanks to gregor herrmann, Debian Perl Group for reporting.
2014-02-23Adding new package for Perl module Test::Refcount from CPAN distributionsno3-0/+37
Test-Refcount version 0.07 into devel/p5-Test-Refcount The Perl garbage collector uses simple reference counting during the normal execution of a program. This means that cycles or unweakened references in other parts of code can keep an object around for longer than intended. To help avoid this problem, the reference count of a new object from its class constructor ought to be 1. This way, the caller can know the object will be properly DESTROYed when it drops all of its references to it.
2014-02-23Removed patch-subversion_include_svn_auth.hadam1-15/+0
2014-02-23Changes 1.8.5:adam8-53/+15
Foreign interfaces, subsystems and ports. * The HTTP transport, when talking GSS-Negotiate, uses "100 Continue" response to avoid having to rewind and resend a large payload, which may not be always doable. * Various bugfixes to remote-bzr and remote-hg (in contrib/). * The build procedure is aware of MirBSD now. * Various "git p4", "git svn" and "gitk" updates. UI, Workflows & Features * Fetching from a shallowly-cloned repository used to be forbidden, primarily because the codepaths involved were not carefully vetted and we did not bother supporting such usage. This release attempts to allow object transfer out of a shallowly-cloned repository in a more controlled way (i.e. the receiver becomes a shallow repository with a truncated history). * Just like we give a reasonable default for "less" via the LESS environment variable, we now specify a reasonable default for "lv" via the "LV" environment variable when spawning the pager. * Two-level configuration variable names in "branch.*" and "remote.*" hierarchies, whose variables are predominantly three-level, were not completed by hitting a <TAB> in bash and zsh completions. * Fetching a 'frotz' branch with "git fetch", while a 'frotz/nitfol' remote-tracking branch from an earlier fetch was still there, would error out, primarily because the command was not told that it is allowed to lose any information on our side. "git fetch --prune" now can be used to remove 'frotz/nitfol' to make room for fetching and storing the 'frotz' remote-tracking branch. * "diff.orderfile=<file>" configuration variable can be used to pretend as if the "-O<file>" option were given from the command line of "git diff", etc. * The negative pathspec syntax allows "git log -- . ':!dir'" to tell us "I am interested in everything but 'dir' directory". * "git difftool" shows how many different paths there are in total, and how many of them have been shown so far, to indicate progress. * "git push origin master" used to push our 'master' branch to update the 'master' branch at the 'origin' repository. This has been enhanced to use the same ref mapping "git push origin" would use to determine what ref at the 'origin' to be updated with our 'master'. For example, with this configuration [remote "origin"] push = refs/heads/*:refs/review/* that would cause "git push origin" to push out our local branches to corresponding refs under refs/review/ hierarchy at 'origin', "git push origin master" would update 'refs/review/master' over there. Alternatively, if push.default is set to 'upstream' and our 'master' is set to integrate with 'topic' from the 'origin' branch, running "git push origin" while on our 'master' would update their 'topic' branch, and running "git push origin master" while on any of our branches does the same. * "gitweb" learned to treat ref hierarchies other than refs/heads as if they are additional branch namespaces (e.g. refs/changes/ in Gerrit). * "git for-each-ref --format=..." learned a few formatting directives; e.g. "%(color:red)%(HEAD)%(color:reset) %(refname:short) %(subject)". * The command string given to "git submodule foreach" is passed directly to the shell, without being eval'ed. This is a backward incompatible change that may break existing users. * "git log" and friends learned the "--exclude=<glob>" option, to allow people to say "list history of all branches except those that match this pattern" with "git log --exclude='*/*' --branches". * "git rev-parse --parseopt" learned a new "--stuck-long" option to help scripts parse options with an optional parameter. * The "--tags" option to "git fetch" no longer tells the command to fetch _only_ the tags. It instead fetches tags _in addition to_ what are fetched by the same command line without the option.
2014-02-23Changes 1.8.8:adam7-44/+39
User-visible changes: - Client-side bugfixes: * use CryptoAPI to validate intermediary certificates on Windows (r1564623) * fix automatic relocate for wcs not at repository root (r1541638 et al) * diff: fix when target is a drive root on Windows (r1541635) * wc: improve performance when used with SQLite 3.8 (r1542765) * copy: fix some scenarios that broke the working copy (r1560690) * move: fix errors when moving files between an external and the parent working copy (r1551524, r1551579) * log: resolve performance regression in certain scenarios (r1553101 et al) * merge: decrease work to detect differences between 3 files (r1548486) * checkout: don't require flush support for symlinks on Windows (r1547774) * commit: don't change file permissions inappropriately (issue 4440) * commit: fix assertion due to invalid pool lifetime (r1553376 et al) * version: don't cut off the distribution version on Linux (r1544878 et al) * flush stdout before exiting to avoid information being lost (r1499470) * status: fix missing sentinel value on warning codes (r1543145) * update/switch: improve some WC db queries that may return incorrect results depending on how SQLite is built (r1567109) - Server-side bugfixes: * reduce memory usage during checkout and export (r1564215) * fsfs: create rep-cache.db with proper permissions (issue 3437) * mod_dav_svn: prevent crashes with SVNListParentPath on (CVE-2014-0032) * mod_dav_svn: fix SVNAllowBulkUpdates directive merging (r1548105) * mod_dav_svn: include requested property changes in reports (r1557522) * svnserve: correct default cache size in help text (r1563110) * svnadmin dump: reduce size of dump files with '--deltas' (r1554978) * resolve integer underflow that resulted in infinite loops (r1567985) Developer-visible changes: - General: * fix ocassional failure of check_tests.py 12 (r1496127 et al) * fix failure with SQLite 3.8.1-3.8.3 when built with SQLITE_ENABLE_STAT3/4 due to bug in SQLite (r1567286, r1567392) * specify SQLite defaults that can be changed when SQLite is built to avoid unexpected behavior with Subversion (r1567064) - API changes: * numerous documentation fixes * svn_client_commit_item3_dup() fix pool lifetime issues (r1550803) * ra_serf: properly ask multiple certificate validation providers for acceptance of certificate failures (r1535532) * release internal fs objects when closing commit editor (r1555499) * svn_client_proplist4() don't call the callback multiple times for the same path in order to deliver inherited properties (r1549858 et al) - Bindings: * javahl: make test suite run without installing on OS X (r1535115) * swig: fix building out of tarball on OS X (r1555654) * swig-pl: fix with --enable-sqlite-compatibility-version (r1559009) * swig: fix building bindings on OS X when APR has the -no-cpp-precomp flag in the apr-config --cppflags output. (r1535610) * swig: fix building from tarball with an out-of-tree build (r1543187)
2014-02-23Update to 0.32wen2-6/+6
Upstream changes: 0.32 Thu Feb 20 22:53:19 GMT 2014 * Fix tests to support statically built perls 0.30 Sat Jan 25 13:26:51 GMT 2014 * Fix 'uninitialized' warnings during testing * Added done_testing() to tests 0.28 Sat Jan 4 11:07:27 GMT 2014 * Fix 'Prototype after' warnings 0.26 Sat Jan 4 10:08:35 GMT 2014 * New functions added (reisub) * Documented by magnolia
2014-02-22Update to 3.07wen2-6/+6
Upstream changes: 3.07 Fri Feb 21 2014 - fix for is_core tests and perls ending in 0 3.06 Thu Feb 20 2014 - updated for 5.19.9 - fix Module::CoreList::is_core default perl version - fix Module::CoreList::is_core version comparision 3.05 - Prepared for v5.19.9
2014-02-22Add LICENSE=cc0-1.0-universal.hiramatsu1-1/+2
2014-02-22Add patches/patch-util_google_sparsehash_sparseconfig.h to distinfowiz1-1/+2
2014-02-21Disable container forward definitions for libc++, it doesn't agree withjoerg1-1/+2
the use of inline namespaces.
2014-02-21Fix build with libc++.joerg1-0/+13
2014-02-21gtk-doc update added new files. Bump revision.joerg2-2/+7
2014-02-21Needs gmake. Not MAKE_JOBS_SAFE.fhajny1-1/+4
2014-02-20Add and enable p5-PerlIO-utf8_strict.schmonz1-1/+2
2014-02-20Add p5-PerlIO-utf8_strict, a fast and correct UTF-8 PerlIO layer.schmonz3-0/+28
Unlike perl's default :utf8 layer it checks the input for correctness.
2014-02-20Add p5-Convert-Binary-C and p5-Data-Stagfhajny1-1/+3
2014-02-20Import devel/p5-Data-Stag.fhajny3-0/+31
This module is for manipulating data as hierarchical tag/value pairs (Structured TAGs or Simple Tree AGgreggates). These datastructures can be represented as nested arrays, which have the advantage of being native to perl.
2014-02-20Import devel/p5-Convert-Binary-C.fhajny3-0/+27
Convert::Binary::C is a preprocessor and parser for C type definitions. It is highly configurable and should support arbitrarily complex data structures. Its object-oriented interface has pack and unpack methods that act as replacements for Perl's pack and unpack and allow to use the C types instead of a string representation of the data structure for conversion of binary data from and to Perl's complex data structures.
2014-02-20Add initial builtin.mk for libinotify.jperkin1-0/+47
2014-02-20Update to 1.2.0:wiz3-14/+49
Urwid 1.2.0 =========== 2014-02-09 * Add support for PyPy, drop support for Python 2.4, 2.5 * Signals now support using weakly referenced arguments to help avoid leaking objects when a signal consumer is no longer referenced (by Matthijs Kooijman) * Add TornadoEventLoop class (by Alexander Glyzov) * Update GlibEventLoop to use python-gi for Python3 compatibility (by Israel Garcia) * Automate testing with Python 2.6, 2.7, 3.2, 3.3 and PyPy using travis-ci * New container method get_focus_widgets() (by Matthijs Kooijman) * Add support for double and triple click mouse events (by Igor KotrasiƄski) * Allow disabling and re-enabling of mouse tracking (by Jim Garrison) * Create section in docs for example program screenshots generated as images like the tutorial examples * Add suggested basic color combination images to manual * Fall back to 80x24 if screen size detection fails * Fix screen.stop(), screen.start() disabling mouse events * Fix to make GridFlow v_sep argument behave as documented * Fix for registering high palette entries in the form "hX" where X > 15 so that basic colors are applied in 88-color mode * Fix for raw_display clear-right escape not working with standout attribute on some terminals * Fix for Terminal widget select loop: retry when interrupted
2014-02-20Update to 0.20.1:wiz2-7/+6
=================== 0.20.1 (2014-02-11) =================== Bugs fixed ---------- * List/Tuple literals multiplied by more than one factor were only multiplied by the last factor instead of all. * Lookups of special methods (specifically for context managers) could fail in Python <= 2.6/3.1. * Local variables were erroneously appended to the signature introspection of Cython implemented functions with keyword-only arguments under Python 3. * In-place assignments to variables with inferred Python builtin/extension types could fail with type errors if the result value type was incompatible with the type of the previous value. * The C code generation order of cdef classes, closures, helper code, etc. was not deterministic, thus leading to high code churn. * Type inference could fail to deduce C enum types. * Type inference could deduce unsafe or inefficient types from integer assignments within a mix of inferred Python variables and integer variables.
2014-02-19Revert part of previous, Linux builtins have been fixed properly.jperkin1-2/+2
2014-02-19Linux needs -liconv. Remove duplicate definitions.jperkin1-6/+4
2014-02-19GCC_REQD should be appended to, not set.jperkin1-2/+2
Fixes issues where a newer GCC has been chosen by the user but the GCC_REQD was forcing an older (and broken) one to be pulled regardless.
2014-02-18Mark as not ready for python-3.x.wiz1-2/+2
2014-02-18Fix packaging when py-setuptools is installed by just switching to itwiz4-34/+17
completely and adapting the package. Replace patch-aa with post-install target. Fix interpreter path in installed file. Bump PKGREVISION. Addresses PR pkg/48602 by Hauke Fath.
2014-02-17Update p5-Config-MVP to 2.200007.hiramatsu2-7/+6
Changes from previous: ---------------------- 2.200007 2014-01-29 21:04:25-05:00 America/New_York - throw an exception when a bundle reports an impossible situation, like { value => [] }; https://github.com/rjbs/Config-MVP/issues/5 2.200006 2013-09-17 08:58:53 Asia/Tokyo - fix repository data 2.200005 2013-09-17 08:56:36 Asia/Tokyo - removed use of deprecated Class::MOP::load_class (thanks, Karen Etheridge) 2.200004 2013-08-27 12:09:19 America/New_York - pass the arguments to missing_plugin in the right order 2.200003 2013-01-30 21:35:34 America/New_York - doc fixes (Thanks, George Hartzell!)
2014-02-17+py-loganrodent1-1/+2
2014-02-17Import py27-logan-0.5.9.1 as devel/py-logan.rodent4-0/+43
Logan is a toolkit for running standalone Django applications. It provides you with tools to create a CLI runner, manage settings, and the ability to bootstrap the process.
2014-02-16add recommended test depends, update commentsno1-3/+6
2014-02-16Revert DESCR to previous better version.wiz1-1/+3