summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2014-05-28Revbump after cairo updatepho1-2/+2
2014-05-27+ hs-unordered-containersszptvlfn1-1/+2
2014-05-27Import unordered-containers-0.2.4.0 as devel/hs-unordered-containers,szptvlfn5-0/+64
packaged for wip by pho. Efficient hashing-based container types. The containers have been optimized for performance critical use, both in terms of large data quantities and high speed.
2014-05-27Update to 1.8.1. Fix HOMEPAGE.wiz3-10/+9
Changes not found :(
2014-05-27Update to 0.5.4:wiz3-33/+6
0.5.3 -> 0.5.4 ================= Akira TAGOH (5): Fix the module build on NetBSD (fixed issue#7) Fix format Add date property to language-subtag-registry.xml Get rid of the extra space in case word-wrapping Remove the language subtag registry file on dist
2014-05-27Update to 3.11.1:wiz4-25/+27
2014-5-26 meld 3.11.1 ===================== Features: * New (alpha) infrastructure for stand-alone Windows builds (Kai Willadsen) * Display renames and metadata in Bazaar repositories (Louis des Landes) * Improved tab labels in version control comparisons (Kai Willadsen) * New merge-order preference to accompany comparison-order (Kai Willadsen) * Added a prompt to mark a conflict as resolved from file comparison (Kai Willadsen) Fixes: * Fix filtering for shallow folder comparisons (Casey) * Several install and distribution fixes (Kai Willadsen) * Sundry bug fixes (Dominique Leuenberger, Thomas Klausner, Louis des Landes, Kai Willadsen) Translations: * Andika Triwidada (id) * Benjamin Steinwender (de) * Daniel Mustieles (es) * Facundo Dario Illanes (es) * Inaki Larranaga Murgoitio (eu) * Jiri Grönroos (fi) * Marek Černocký (cs) * Milo Casagrande (it) * Piotr Drąg (pl) * Rafael Ferreira (pt_BR) * Tom Tryfonidis (el) * Ville-Pekka Vainio (fi) * Мирослав Николић (sr, sr@latin)
2014-05-27Update to 2.3.0wen2-6/+6
Upstream changes: 2.3.0 2014-05-25T23:07:19Z - Fixed #17; memory leak in applying roles to instances
2014-05-27Update to 2.1207wen2-6/+6
Upstream changes: 2.1207 2014-05-26 [OTHER] - Fixed Specio support to work with the latest Specio (0.10). This version of Specio no longer uses Moose internally. - exceptions in Class::MOP no longer use Moose::Util, instead using their own private implementation of throw_exception, to avoid needless premature loading of Moose logic.
2014-05-27Update to 1.004006wen2-6/+6
Upstream changes: 1.004006 - 2014-05-27 - fix quotify for characters in the \x80-\xFF range when used under the utf8 pragma. Also fixes some cases of constructor generation with the pragma. 1.004005 - 2014-05-23 - releasing 1.004_004 as stable 1.004_004 - 2014-05-12 - stop internally depending on Moo::Object::new including all inputs in constructed object - be more careful when munging code for inlining - fix maintaining source of quoted sub for lifetime of sub - redo foreign C3 compatibility, fixing constructors without changing behavior for Moo constructors - don't build Moose metaclass when checking Moo classes with ->is_role - include Sub::Name in recommendations metadata 1.004_003 - 2014-04-13 - always maintain source of quoted subs for the lifetime of the sub - fix Sub::Quote and Sub::Defer leaking memory - Class::XSAccessor is now listed as a recommended prerequisite - fix generating a subclass with roles when using a non-standard accessor - use alternate quoting routine, which is faster and saves memory by not loading B.pm - fix default of undef - fix inheriting from a class with a prototype on new - use ->is_role internally to check if a package is a role - minimise Role::Tiny coupling outside Moo::Role - fix calling parent constructor when C3 multiple inheritance is in use (such as when combining with DBIx::Class) - return true from Moo::Role->is_role for all loaded Moose roles - improved test coverage - fix strictures author test when PERL_STRICTURES_EXTRA is set - remove Dist::CheckConflicts prerequisite and replace with a test to report known broken downstream modules - fix x_breaks metadata
2014-05-27Update to 1.003003wen2-6/+6
Upstream changes: 1.003003 - 2014-03-15 - overloads specified as method names rather than subrefs are now applied properly - allow superclass to provide conflicting methods (RT#91054) - use ->is_role internally to check if a package is a role - document that Role::Tiny applies strict and fatal warnings
2014-05-27Add forgotten patch for libc++ build.joerg1-0/+13
2014-05-27Redo -ldl handling. Be nicer to libc++.joerg3-8/+20
2014-05-27Darwin: pangocoretext.h is no longer installed because cairo-quartz is now ↵pho1-2/+1
disabled.
2014-05-26Bug 730332 - glib uses wrong timezone transition with zoneinfo 2014c and upwiz3-2/+24
Patch from John Ralls. Bump PKGREVISION.
2014-05-26+ hs-blaze-builder, hs-transformers-base, hs-transformers-compat, hs-vectorszptvlfn1-1/+5
2014-05-26Import transformers-compat-0.3.3 as devel/hs-transformers-compat,szptvlfn5-0/+59
packaged for wip. This package includes backported versions of types that were added to transformers in transformers 0.3 an 0.4 for users who need strict transformers 0.2 or 0.3 compatibility to run on old versions of the platform, but also need those types. Those users should be able to just depend on transformers >= 0.2 and transformers-compat >= 0.3. Note: missing methods are not supplied, but this at least permits the types to be used.
2014-05-26Import transformers-base-0.4.2 as devel/hs-transformers-base,szptvlfn5-0/+52
packaged for wip by pho. This package provides a straightforward port of monadLib's BaseM typeclass to transformers.
2014-05-26Import vector-0.10.9.2 as devel/hs-vector,szptvlfn5-0/+144
packaged for wip by pho. An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop fusion optimization framework. It is structured as follows: * Data.Vector Boxed vectors of arbitrary types. * Data.Vector.Unboxed Unboxed vectors with an adaptive representation based on data type families. * Data.Vector.Storable Unboxed vectors of Storable types. * Data.Vector.Primitive Unboxed vectors of primitive types as defined by the primitive package. Data.Vector.Unboxed is more flexible at no performance cost. * Data.Vector.Generic Generic interface to the vector types.
2014-05-26Import blaze-builder-0.3.3.2 as devel/hs-blaze-builder,szptvlfn5-0/+108
packaged for wip by pho. This library provides an abstraction of buffered output of byte streams and several convenience functions to exploit it. For example, it allows to efficiently serialize Haskell values to lazy bytestrings with a large average chunk size. The large average chunk size allows to make good use of cache prefetching in later processing steps (e.g. compression) and reduces the sytem call overhead when writing the resulting lazy bytestring to a file or sending it over the network.
2014-05-25Correct wrong install_name for Darwin.pho3-4/+19
Makefile had a SUBST for this but it wasn't working.
2014-05-25+ hs-hashable, hs-primitive, hs-stmszptvlfn1-1/+4
2014-05-25Import stm-2.4.3 as devel/hs-stm,szptvlfn5-0/+79
packaged for wip by pho. Software Transactional Memory: a modular composable concurrency abstraction. See * Composable memory transactions, by Tim Harris, Simon Marlow, Simon Peyton Jones, and Maurice Herlihy, in /ACM Conference on Principles and Practice of Parallel Programming/ 2005. http://research.microsoft.com/Users/simonpj/papers/stm/index.htm
2014-05-25Import hashable-1.2.2.0 as devel/hs-hashable,szptvlfn5-0/+56
packaged for wip by pho. This package defines a class, Hashable, for types that can be converted to a hash value. This class exists for the benefit of hashing-based data structures. The package provides instances for basic types and a way to combine hash values.
2014-05-25Import primitive-0.5.3.0 as devel/hs-primitive,szptvlfn5-0/+72
packaged for wip by pho. This package provides various primitive memory-related operations.
2014-05-25Add dconf database management support fragments.obache2-0/+40
2014-05-25Fixes hard-coded dconf database directory name.obache2-2/+13
Use ${PKG_SYSCONFDIR}/dconf instead of /etc/dconf. Bump PKGREVISION.
2014-05-24+ hdevtools, hs-exceptionsszptvlfn1-1/+3
2014-05-24Import hdevtools-0.1.0.5 as devel/hdevtools,szptvlfn4-0/+37
packaged for wip. hdevtools is a backend for text editor plugins, to allow for things such as syntax and type checking of Haskell code, and retrieving type information, all directly from within your text editor. The advantage that hdevtools has over competitors, is that it runs silently in a persistent background process, and therefore is able to keeps all of your Haskell modules and dependent libraries loaded in memory. This way, when you change only a single source file, only it needs to be reloaded and rechecked, instead of having to reload everything. This makes hdevtools very fast for checking syntax and type errors (runs just as fast as the :reload command in GHCi).
2014-05-24Import exceptions-0.6.1 as devel/hs-exceptions,szptvlfn5-0/+56
packaged for wip. Extensible optionally-pure exceptions
2014-05-23+ hs-ghc-pathsszptvlfn1-1/+2
2014-05-23Import ghc-paths-0.1.0.9 as devel/hs-ghc-paths,szptvlfn5-0/+48
packaged for wip by pho. Knowledge of GHC's installation directories.
2014-05-23Update devel/p5-Tie-Array-AsHash to 0.200.hiramatsu2-7/+7
Changes from previous: ---------------------- 0.200 2013-11-05 - update toolchain - reformat changes as per CPAN::Changes::Spec - move repository to GitHub - tidy tests and loader part - find better abstract
2014-05-22+ hs-cmdargsszptvlfn1-1/+2
2014-05-22Import cmdargs-0.10.7 as devel/hs-cmdargs,szptvlfn5-0/+134
packaged for wip. This library provides an easy way to define command line parsers. Most users will want to use the System.Console.CmdArgs.Implicit module, whose documentation contains an example. * System.Console.CmdArgs.Explicit provides a way to write command line parsers for both single mode programs (most programs) and multiple mode programs (e.g. darcs or cabal). Parsers are defined by constructing a data structure. * System.Console.CmdArgs.Implicit provides a way to concisely define command line parsers, up to three times shorter than getopt. These parsers are translated into the Explicit data type. * System.Console.CmdArgs.GetOpt provides a wrapper allowing compatiblity with existing getopt parsers, mapping to the Explicit data type. For a general reference on what command line flags are commonly used, see http://www.faqs.org/docs/artu/ch10s05.html.
2014-05-22Changes 2.0.12:adam3-13/+16
- This is a maintenance release backporting some fixes from the pending 3.0.0 release. - Octave 3.8 support added. - C++11 support for new versions of erase/insert in the STL containers. - Compilation fixes on some systems for the generated Lua, PHP, Python and R wrappers.
2014-05-22Update devel/p5-Test-TempDir to 0.08.hiramatsu2-7/+6
Changes from previous: ---------------------- 0.08 2013-09-25 02:21:17Z (Karen Etheridge) - re-release with fixed compile test 0.07 2013-09-12 05:13:09Z (Karen Etheridge) - fixed test error from last release when Directory::Scratch is not installed 0.06 2013-09-12 00:22:49Z (Karen Etheridge) - fixed enum declaration, as per deprecations in Moose-2.1100 - converted to Dist::Zilla
2014-05-22Update to 0.67wen2-6/+6
Upstream changes: 0.67: # 2013-11-20T08:40:52+0100 - Support fish shell. Thanks to @yenzie++ - `info` command now takes an optional module name and show information for it. Thanks to @trcjr++ - doc/bug fixes from @mmcclimon++, @mperry2++, and markstos++ 0.66: # 2013-08-03T00:22:29+0200 - fix a bug the made download failed with curl program. 0.65: # 2013-08-01T07:19:03+0200 - exec command: error hadndling improvements. Thanks to @vsespb. - install command: add "--clang" option. Thanks to @salva - various bug fixes. thanks to @ironcamel and @gottreu
2014-05-22Update to 1.7004wen2-6/+6
Upstream changes: 1.7004 2014-04-27 18:22:11 CEST [Bug Fixes] - Downgrade Parse::CPAN::Meta as well #373 1.7003 2014-04-27 17:11:14 CEST [Bug Fixes] - Downgrade CPAN::Meta (moznion) #372 1.7002 2014-04-27 07:45:53 CEST [Bug Fixes] - Bump fatpacked local::lib #364 - Fix a bug where build.log files are not properly renamed on the first run on Win32 (haarg) #368
2014-05-21Update to 1.0.7:wiz2-7/+6
This release fixes generation of the ccmakedep, mergelib and xmkmf scripts when using GNU cpp >= 4.8.
2014-05-21+ gccmakedep.wiz1-1/+2
2014-05-21+ hs-random, hs-sybszptvlfn1-1/+3
2014-05-21Import random-1.0.1.1 as devel/hs-random,szptvlfn5-0/+49
packaged for wip by pho. This package provides a basic random number generation library, including the ability to split random number generators.
2014-05-21Import syb-0.4.1 as devel/hs-syb,szptvlfn5-0/+115
packaged for wip by pho. This package contains the generics system described in the Scrap Your Boilerplate papers (see http://www.cs.uu.nl/wiki/GenericProgramming/SYB). It defines the Data class of types permitting folding and unfolding of constructor applications, instances of this class for primitive types, and a variety of traversals.
2014-05-21Import gccmakedep-1.0.3 as devel/gccmakedep.wiz4-0/+28
The gccmakedep program calls 'gcc -M' to output makefile rules describing the dependencies of each sourcefile, so that make (1) knows which object files must be recompiled when a dependency has changed.
2014-05-21Use PTHREAD_AUTO_VARS, fixed pthread support in depending packages.fhajny1-1/+3
Bump PKGREVISION.
2014-05-21Not make-jobs-safe.wiz1-1/+3
See https://bugs.gentoo.org/show_bug.cgi?id=388607 which is against an older version, but the problem showed up today for me (1.8.9), so it's still not fixed upstream, or got broken again.
2014-05-21Add .cfi_startprroc / .cfi_endproc annotation. XXX Note marking up thejoerg2-1/+89
frame yet. Hide ARM instructions when using DWARF EH.
2014-05-20+ hs-data-defaultszptvlfn1-1/+2
2014-05-20Import data-default-0.5.3 as devel/hs-data-default,szptvlfn5-0/+61
packaged for wip by pho. This module defines a class for types with a default value. Instances are provided for '()', Set, Map, Int, Integer, Float, Double, Ratio, Maybe, '[]', '->' and IO.
2014-05-20+ hs-extensible-exceptionsszptvlfn1-1/+2