summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2015-03-11Update to 0.32wen2-6/+6
Upstream changes: 0.32 2015/03/10 19:54:22 [CHANGES] * Documentation updates for new ->wrap_cb method [BUGFIXES] * Empty convergents should respect subclassing (RT97537) * Adjust loss-report regexp for bleadperl (RT99002 again) * Make trailing periods in warning tests optional, to account for Carp version changes (RT100685) 0.31 2015/03/08 17:50:06 [CHANGES] * Added debugging warning when destroying a failed Future that has not reported its failure (RT102198) * Have ->and_then / ->or_else die immediately to further their deprecation * Announce done_cb/fail_cb/cancel_cb as deprecated in favour of curry * Provide ->wrap_cb method (experimental) [BUGFIXES] * Ensure that Test::Future does not retain Futures once they are complete (RT101128) * 'use Future' in Future::Utils (RT102167)
2015-03-11Use tarball for www/firefox31.ryoon1-1/+2
Thank you, tnn@.
2015-03-10These pacakges do not support newer Ruby 2.0 and Ruby 2.1.taca2-4/+4
2015-03-10Allow build with ruby18.taca1-1/+3
2015-03-10Update swig to 1.3.38. It required by x11/ruby-wxruby with ruby193.taca3-251/+267
* Remove descriptino about gnuradio incompatibility since it related packages are already using swig2. Version: 1.3.38 (31 January 2009) Tagline: SWIG is a compiler that integrates C and C++ with languages including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua, Scheme (Guile, MzScheme, CHICKEN), Pike, C#, Modula-3, Common Lisp (CLISP, Allegro CL, CFFI, UFFI), Octave and R. SWIG reads annotated C/C++ header files and creates wrapper code (glue code) in order to make the corresponding C/C++ libraries available to the listed languages, or to extend C/C++ programs with a scripting language.
2015-03-10These package are still needed by ruby18 packages.taca1-1/+3
2015-03-10Remove rubyforge since rubyforge.org has gone.taca4-41/+0
2015-03-10Remove rubyforge.taca1-2/+1
2015-03-09Updated py-requests to version 2.5.3imil2-6/+6
Changes 2.5.3 (2015-02-24) Bugfixes Revert changes to our vendored certificate bundle. For more context see (#2455, #2456, and http://bugs.python.org/issue23476) 2.5.2 (2015-02-23) Features and Improvements Add sha256 fingerprint support. (shazow/urllib3#540) Improve the performance of headers. (shazow/urllib3#544) Bugfixes Copy pip’s import machinery. When downstream redistributors remove requests.packages.urllib3 the import machinery will continue to let those same symbols work. Example usage in requests’ documentation and 3rd-party libraries relying on the vendored copies of urllib3 will work without having to fallback to the system urllib3. Attempt to quote parts of the URL on redirect if unquoting and then quoting fails. (#2356) Fix filename type check for multipart form-data uploads. (#2411) Properly handle the case where a server issuing digest authentication challenges provides both auth and auth-int qop-values. (#2408) Fix a socket leak. (shazow/urllib3#549) Fix multiple Set-Cookie headers properly. (shazow/urllib3#534) Disable the built-in hostname verification. (shazow/urllib3#526) Fix the behaviour of decoding an exhausted stream. (shazow/urllib3#535) Security Pulled in an updated cacert.pem. Drop RC4 from the default cipher list. (shazow/urllib3#551)
2015-03-09+ py-configargparsewiz1-1/+2
2015-03-09Import py34-configargparse-0.9.3 as devel/py-configargparse, packagedwiz4-0/+37
for wip by leot1990. Applications with more than a handful of user-settable options are best configured through a combination of command line args, config files, hard-coded defaults, and in some cases, environment variables. Python's command line parsing modules like argparse have very limited support for config files and environment variables, so this module extends argparse to add these features.
2015-03-09Update to 14.0:wiz2-6/+6
---- 14.0 ---- * Bootstrap script now accepts ``--to-dir`` to customize save directory or allow for re-use of existing repository of setuptools versions. See Pull Request #112 for background. * Issue #285: ``easy_install`` no longer will default to installing packages to the "user site packages" directory if it is itself installed there. Instead, the user must pass ``--user`` in all cases to install packages to the user site packages. This behavior now matches that of "pip install". To configure an environment to always install to the user site packages, consider using the "install-dir" and "scripts-dir" parameters to easy_install through an appropriate distutils config file. ------ 13.0.2 ------ * Issue #359: Include pytest.ini in the sdist so invocation of py.test on the sdist honors the pytest configuration. ------ 13.0.1 ------ Re-release of 13.0. Intermittent connectivity issues caused the release process to fail and PyPI uploads no longer accept files for 13.0. ---- 13.0 ---- * Issue #356: Back out Pull Request #119 as it requires Setuptools 10 or later as the source during an upgrade. * Removed build_py class from setup.py. According to 892f439d216e, this functionality was added to support upgrades from old Distribute versions, 0.6.5 and 0.6.6. ---- 12.4 ---- * Pull Request #119: Restore writing of ``setup_requires`` to metadata (previously added in 8.4 and removed in 9.0).
2015-03-09Update to 0.9.1:wiz2-6/+6
0.9.1 CFFI 0.9.1 was released today. This is a bugfix release that only concerns versions of CPython 3.4 older than last August, on non-Windows platforms. 0.9 CFFI 0.9.0 was released today. The readthedocs.org page is still missing a "release 0.9" tag, which I'll add as soon as its admin pages are back online. I hope everything else is in order. The documentation can be seen at http://cffi.readthedocs.org/en/latest/ . There are a number of small new features in this release; for more details, search for "version 0.9" on that page. Note that PyPy 2.5.0 includes a version of CFFI that is mislabelled as "0.8.6"; it is actually close to 0.9. I'll try to make sure that the next PyPy release matches exactly a CFFI release.
2015-03-09Update to 1.56b:wiz3-8/+9
-------------- Version 1.56b: -------------- - Renamed related_work.txt to historical_notes.txt. - Made minor edits to the ASAN doc. - Added docs/sister_projects.txt with a list of inspired or closely related utilities. -------------- Version 1.55b: -------------- - Fixed a glitch with afl-showmap opening /dev/null with O_RDONLY when running in quiet mode. Spotted by Tyler Nighswander. -------------- Version 1.54b: -------------- - Added another postprocessor example for PNG. - Made a cosmetic fix to realloc() handling in experimental/post_library/, suggested by Jakub Wilk. - Improved -ldl handling. Suggested by Jakub Wilk. -------------- Version 1.53b: -------------- - Fixed an -l ordering issue that is apparently still a problem on Ubuntu. Spotted by William Robinet. -------------- Version 1.52b: -------------- - Added support for file format postprocessors. Requested by Ben Nagy. This feature is intentionally buried, since it's fairly easy to misuse and useful only in some scenarios. See experimental/post_library/. -------------- Version 1.51b: -------------- - Made it possible to properly override LD_BIND_NOW after one very unusual report of trouble. - Cleaned up typos, thanks to Jakub Wilk. - Fixed a bug in AFL_DUMB_FORKSRV.
2015-03-09Update to 6.4:wiz2-7/+6
Version 6.4 07.03.2015 + Fixed t/f016.t, t/f027.t and t/f028.t which started failing on 01/01/2015 + Fixed t/f035.t which gave a warning "Unescaped left brace in regex is deprecated" with Perl 5.21.x
2015-03-08Don't use MACHINE_ARCH for fixed strings.joerg1-11/+11
2015-03-08Fix typo.rodent1-2/+2
2015-03-08add missing p5-Path-FindDevtnn1-1/+2
2015-03-08Use --format-executable instead of post-install target.taca1-4/+2
2015-03-08Add ${GEM_EXTSDIR}/gem.build_complete to PLIST.taca1-1/+2
2015-03-08Fix build with ruby21-base.taca1-3/+10
2015-03-08Allow build with ruby22-base.taca1-2/+2
2015-03-08Add missing p5-File-ShareDir-ProjectDistDir SUBDIRtnn1-1/+2
2015-03-08Remove "-Werror" for now to solve build problem until someone fix (ortaca2-1/+17
update libthrift to newer version) the real problem.
2015-03-08Bump PKGREVISION.taca1-2/+3
This should be commited with commit of PLIST.
2015-03-08Update PLIST.taca1-5/+2
It looks like some of files which are loaded during build. Bump PKGREVISION.
2015-03-08Bump PKGREVISION refelcts PLIST update.taca1-1/+2
2015-03-08Use lang/ruby/gem-extract.mk which replaces this package's own fetch andtaca1-27/+3
extract routine. No functional change.
2015-03-08Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.taca17-17/+34
2015-03-08Changes 2.3.1:adam2-6/+6
* "update-index --refresh" used to leak when an entry cannot be refreshed for whatever reason. * "git fast-import" used to crash when it could not close and conclude the resulting packfile cleanly. * "git blame" died, trying to free an uninitialized piece of memory. * "git merge-file" did not work correctly in a subdirectory. * "git submodule add" failed to squash "path/to/././submodule" to "path/to/submodule". * In v2.2.0, we broke "git prune" that runs in a repository that borrows from an alternate object store. * Certain older vintages of cURL give irregular output from "curl-config --vernum", which confused our build system. * An earlier workaround to squelch unhelpful deprecation warnings from the complier on Mac OSX unnecessarily set minimum required version of the OS, which the user might want to raise (or lower) for other reasons. * Longstanding configuration variable naming rules has been added to the documentation. * The credential helper for Windows (in contrib/) used to mishandle a user name with an at-sign in it. * Older GnuPG implementations may not correctly import the keyring material we prepare for the tests to use. * Clarify in the documentation that "remote.<nick>.pushURL" and "remote.<nick>.URL" are there to name the same repository accessed via different transports, not two separate repositories. * The pack bitmap support did not build with older versions of GCC. * Reading configuration from a blob object, when it ends with a lone CR, use to confuse the configuration parser. * We didn't format an integer that wouldn't fit in "int" but in "uintmax_t" correctly. * "git push --signed" gave an incorrectly worded error message when the other side did not support the capability. * "git fetch" over a remote-helper that cannot respond to "list" command could not fetch from a symbolic reference e.g. HEAD. * The insn sheet "git rebase -i" creates did not fully honor core.abbrev settings. * The tests that wanted to see that file becomes unreadable after running "chmod a-r file", and the tests that wanted to make sure it is not run as root, we used "can we write into the / directory?" as a cheap substitute, but on some platforms that is not a good heuristics. The tests and their prerequisites have been updated to check what they really require. * The configuration variable 'mailinfo.scissors' was hard to discover in the documentation. * Correct a breakage to git-svn around v2.2 era that triggers premature closing of FileHandle. * Even though we officially haven't dropped Perl 5.8 support, the Getopt::Long package that came with it does not support "--no-" prefix to negate a boolean option; manually add support to help people with older Getopt::Long package.
2015-03-07+php-pthreadsrodent1-1/+2
2015-03-07Import php55-pthreads-2.0.10 as devel/php-pthreads.rodent3-0/+30
This package provides multi-threading that is compatible with PHP based on Posix threads.
2015-03-07wants pthreadstnn1-1/+2
2015-03-07convert to USE_GITHUBtnn1-2/+4
2015-03-06Update to 31.5.0ryoon1-2/+2
Changelog: Fixed in Firefox/Thunderbird ESR 31.5 2015-24 Reading of local files through manipulation of form autocomplete 2015-19 Out-of-bounds read and write while rendering SVG content 2015-16 Use-after-free in IndexedDB 2015-12 Invoking Mozilla updater will load locally stored DLL files 2015-11 Miscellaneous memory safety hazards (rv:36.0 / rv:31.5)
2015-03-06add a comment for the next person who ventures heretnn1-1/+6
2015-03-06Don't steer away from the documented procedure, use bsd.prefs.mksevan1-2/+2
2015-03-05recursive bump for mhash bump. While here fix build with gcrypt option.tnn1-3/+3
2015-03-05Update to 1.30. Add comment to one patch, and remove another patchwiz5-24/+13
for which there is no comment and which I don't understand. New in 1.30: * Version 1.30 (released 2015-03-02) [stable] ** libidn: The punycode.{c,h} files were re-imported from RFC 3492bis. A comment explaining the origin and what was changed was added. ** Bump gettext to 0.19.3. ** Use LT_INIT instead of AC_LIBTOOL_WIN32_DLL. ** i18n: Added Hungarian translation. Updated some other languages. Thanks to Balázs Úr. ** API and ABI is backwards compatible with the previous version.
2015-03-05remove dup RCS idtnn1-2/+1
2015-03-05Import File-ShareDir-ProjectDistDir-1.000004 as ↵wen3-0/+31
devel/p5-File-ShareDir-ProjectDistDir. File::ShareDir::ProjectDistDir simple set-and-forget using of a '/share' directory in your projects root.
2015-03-05Import Path-FindDev-0.5.2 as devel/p5-Path-FindDevwen3-0/+28
Path::FindDev is used to find a development path somewhere in an upper hierarchy. It is mostly a glue layer around Path::IsDev with a few directory walking tricks.
2015-03-05Update to 2.000000:wiz2-6/+6
2.000000 - 2015-03-02 * Incompatible Changes - Fatal warnings and the other additional checks from the strictures module will no longer be applied to modules using Moo or Moo::Role. We now only apply strict and (non-fatal) warnings, matching the behavior of Moose. - Classes without attributes used to store everything passed to ->new in the object. This has been fixed to not store anything in the object, making it consistent with classes that had attributes. - Moo will now pass __no_BUILD__ to parent constructors when inheriting from a Moose or Class::Tiny class, to prevent them from calling BUILD functions. Moo calls the BUILD functions itself, which previously led to them being called multiple times. - Attempting to replace an existing constructor, or modify one that has been used, will throw an error. This includes adding attributes. Previously, this would result in some attributes being silently ignored by the constructor. - If a class's @ISA is modified without using 'extends' in a way that affects object construction, Moo will detect this and throw an error. This can happen in code that uses ->load_components from Class::C3::Componentised, which is common in DBIx::Class modules. * Bug Fixes - Fix calling class methods on Moo::HandleMoose::FakeMetaClass, such as modules scanning all classes * Miscellaneous - use Sub::Util instead of Sub::Name if available
2015-03-05Update to 1.71:wiz2-6/+6
1.71 2015-03-01 NEILB - Switched to a much more concise README, rather than one based on the pod. SHLOMIF++ - Added documentation for the varlist() method to the doc for AppConfig::State. RT#36409 - Added "use 5.006" to all the modules. RT#47799 - Fixed syntax error in doc. RT#74104 1.70 2015-03-01 NEILB - Some trailing spaces removed. SHLOMIF++ - Min perl specified in the dist metadata. SHLOMIF++ - Scoped declaration of $_ to fix warning. RT#68068 CELOGEEK++ - Fixed mistake in documentation - RT#35640, Steve Bertrand++
2015-03-05Update to 0.406:wiz2-6/+6
0.406 2015-03-03 - add new functions firstres and lastres in addition to firstidx, lastidx, firstval and lastval - regenerate MANIFEST to bundle README.md
2015-03-05Update to 6.49:wiz2-6/+6
Added a deprecation warning The TZ config variable is going away. Added a deprecation warning. Some speedups for timezone handling Based on RT 102284, I have done some optimization of the timezone handling code. Bug fixes Added the missing is_date base method to Date::Manip::Base. Mario Domgoergen. Time zone fixes Newest zoneinfo data (tzdata 2015a) Language fixes A number of corrections by Nicholas Riley
2015-03-04Update devel/lua-lpeg to version 0.12.2.alnsn2-6/+6
Fix a crash reported on lua-l mailing list.
2015-03-04Don't use the clang bl3.mk file, it will go away soon. Change to DEPENDS.tnn1-2/+2
XXX this still looks wrong
2015-03-03Include mk/bsd.fast.prefs.mk, it's needed for setting MACHINE_ARCH correctly.sevan1-1/+3
Resolves packing issue on FreeBSD/AMD64 Reviewed by jaapb@ wiz@
2015-03-03Read from uhid device and insert events until there are no more eventsjmcneill2-7/+123
to consume. Matches SDL2 BSD joystick driver behavior, and makes things like "iBUFFALO Classic USB Gamepad" work with Retroarch.