summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2014-08-17Added ocaml-type_conv SUBDIR entryjaapb1-1/+2
2014-08-17Added package devel/ocaml-type_conv, a type conversion support library forjaapb5-0/+54
OCaml. It's mostly needed as a dependency to a bunch of other packages.
2014-08-17Revamped package to use ocaml.mk infrastructure.jaapb3-41/+17
Package name is now ocaml-optcomp rather than optcomp, in line with most other OCaml packages. This only affects devel/ocaml-deriving-ocsigen, which will be updated shortly.
2014-08-17Add p5-Mooswen1-1/+2
2014-08-17Import Moos-0.29 as devel/p5-Moos.wen3-0/+35
Moos completes the M to Moose sequence of Perl OO modules. This one is pure Perl, single file and mostly Moose compatible(for what it does). Moos has no non-core dependencies, but certain features (roles, debugging functions, legacy Perl support) do require additional modules. If you steer away from those features, you don't need those additional modules.
2014-08-17Fix SDL_LoadObject to try the soname itself first, without any prefixes,wiz3-7/+13
and only fallback to other places when that fails. Bump PKGREVISION.
2014-08-17Update HOMEPAGEwen1-2/+2
2014-08-17Update to 0.74wen2-6/+6
Upstream changes: 0.74 Sat Aug 16 16:53:28 PDT 2014 - Change ' / ' to '/' in doc 0.73 Sat Aug 16 11:15:52 PDT 2014 - Meta 0.0.2 0.72 Sat Aug 16 01:37:38 PDT 2014 - Remove File::Basename from tests 0.71 Fri Aug 15 22:54:05 PDT 2014 - Add t/000-require-modules.t 0.70 Fri Aug 15 18:27:20 PDT 2014 - Add t/000-compile-modules.t 0.69 Fri Aug 15 20:54:27 BST 2014 - Restore deprecated "WriteInlineMakefile" for now.
2014-08-17Update to 2.1211wen2-6/+7
Add missing BUILD_DEPENDS Upstream changes: 2.1211 2014-08-11 [DOCUMENTATION] - Updated Changes and Moose::Manual::Delta to note when we started removing lazy_build from docs. Also added a note in the Moose::Meta::Attribute docs stating that use of this feature is discouraged. - Added a pointer from the auto_deref feature to Moose::Meta::Attribute::Native. This is often a better choice. [OTHER] - The subs installed by Moose::Exporter->setup_import_methods are now named using Sub::Name (Dave Rolsky, RT#97572)
2014-08-17Add p5-Test-CleanNamespaceswen1-1/+2
2014-08-17Import Test-CleanNamespaces-0.15 as devel/p5-Test-CleanNamespaces.wen3-0/+34
This module lets you check your module's namespaces for imported functions you might have forgotten to remove with namespace::autoclean or namespace::clean and are therefore available to be called as methods, which usually isn't want you want.
2014-08-16+ hs-vector-algorithmsszptvlfn1-1/+2
2014-08-16Import vector-algorithms-0.6.0.3 as devel/hs-vector-algorithms,szptvlfn5-0/+80
packaged for wip. Efficient algorithms for vector arrays
2014-08-16+ hs-deepseq-genericsszptvlfn1-1/+2
2014-08-16Import deepseq-generics-0.1.1.1 as devel/hs-deepseq-generics.szptvlfn5-0/+59
This package provides a GHC.Generics-based Control.DeepSeq.Generics.genericRnf function which can be used for providing a rnf implementation. See the documentation for the genericRnf function in the Control.DeepSeq.Generics module to get started. The original idea was pioneered in the generic-deepseq package (see http://www.haskell.org/pipermail/haskell-cafe/2012-February/099551.html for more information). This package differs from the generic-deepseq package by working in combination with the existing deepseq package as opposed to defining a conflicting drop-in replacement for deepseq's Control.Deepseq module.
2014-08-16Update to 1.29:wiz4-13/+13
* Version 1.29 (released 2014-08-10) [stable] ** libidn: Mark internal variable "g_utf8_skip" as static. Reported by Thomas Dineen <tdineen@ix.netcom.com>. ** idn: Flush stdout to simplify for tools that buffer too heavily. Tiny patch from Hugh Daschbach <hugh@ccss.com>. ** i18n: Added Brazilian Portuguese translation. Thanks to Rafael Ferreira. ** Update gnulib files. ** API and ABI is backwards compatible with the previous version.
2014-08-15Fix buildwen1-2/+2
Reported by: joerg@(Thanks !)
2014-08-14Update to 2.09. From the changelog:schmonz2-6/+6
Fix bug in handling of scalar arg in old (5.10 or older) module. Whitespace & POD cleanups.
2014-08-14Fix PLIST for Python != 2.7.joerg1-2/+2
2014-08-14Import kyua-0.10.jmmv18-365/+224
This is a "new" import that unifies all the previous Kyua subpackages (kyua-atf-compat, kyua-cli and kyua-testers) under a single package. The change has been made upstream mainly for simplicity reasons; the old modular scheme was unnecessary. Given that this new import should be really considered to be an update, the following are the changes since kyua-cli-0.9 and kyua-testers-0.3, both released last week: Experimental version released on August 14th, 2014. * Merged 'kyua-cli' and 'kyua-testers' into a single 'kyua' package. * Dropped the 'kyua-atf-compat' package. * Issue 100: Do not try to drop privileges to unprivileged_user when we are already running as an unprivileged user. Doing so is not possible and thus causes spurious test failures when the current user is not root and the current user and unprivileged_user do not match. * Issue 79: Mention kyua.conf(5) in the "see also" section of kyua(1). * Issue 75: Change the rewrite__expected_signal__bad_arg test in testers/atf_result_test to use a different signal value. This is to prevent triggering a core dump that made the test fail in some platforms.
2014-08-14Update shtk to 1.4:jmmv3-9/+12
Released on 2013-12-30. * Added support for a user-defined SHTK_MODULESPATH variable. This colon-separated, user-tunable variable lists the directories that contain modules. * Added a modulesdir variable to shtk.pc so that third-party packages can install shtk-compliant modules into the shared directory. This variable is also exposed by the SHTK_CHECK macro of shtk.m4 as SHTK_MODULESDIR. * Added a new bool module with a shtk_bool_check function to convert a string to a boolean. * Added a new cleanup module to simplify the installation and automatic execution of termination handlers. * Fixed the config module in Mac OS X 10.9 to respect default values of configuration variables.
2014-08-14fix patch-av patch prefix for scmcvsrichard2-9/+8
2014-08-14Remove subversion 1.6, EOL over a year ago.obache17-2851/+1
2014-08-14Updated to 2.6.2. ruby18 isn't supported. From NEWS.md:rodent3-27/+69
### Bug fixes * If you have a Rails >= 4.1 project and you are running tests using Spring, matchers that depend on assertions within Rails' testing layer (e.g. `render_template` and `route`) will no longer fail. * Fix `permit` so that it can be used more than once in the same test. * Revert change to `validate_uniqueness_of` made in 2.6.0 so that it no longer provides default values for non-primary, non-nullable columns. This approach was causing test failures because it makes the assumption that none of these columns allow only specific values, which is not true. If you get an error from `validate_uniqueness_of`, your best bet continues to be creating a record manually and calling `validate_uniqueness_of` on that instead. ### Other changes * The majority of warnings that the gem produced have been removed. The gem still produces warnings under Ruby 1.9.3; we will address this in a future release.
2014-08-13Use less random gcc flags.joerg2-1/+15
2014-08-13Not compatible with Python 2.6.joerg1-2/+2
2014-08-13Fix operator constness.joerg2-1/+15
2014-08-13Call the various autotools directly as bootstrap wants to use the wrongjoerg3-18/+8
scripts.
2014-08-13Add upstream bug report URL.wiz2-3/+4
2014-08-13Update to 2.04, a version from this century.wiz4-27/+58
Last pkgsrc was version from 2002. Changes in 2.04: Add new programming language ObjectiveâC. Add new bracket style option "style=google" (-A14). Add new option "indent-preproc-cond" (xw) to indent preprocessor conditional statements (#118). Add new bracket modify options "attach-namespaces", "attach-classes", "attach-inlines", and "attach-extern-c". Add new option "indent-modifiers" (-xG) to indent class access modifiers one-half indent (#130). Add new option "remove-brackets" (-xj) to remove brackets from single line conditional statements. Add new option "remove-comment-prefix" (-xp) to remove the leading '*' from multi-line comments. Add new option "align-method-colon" (-xM) to align ObjectiveâC method colons. Add new option "pad-method-colon=#" (-xP#) to space pad ObjectiveâC method colons. Add new options "pad-method-prefix" (-xQ), and "unpad-method-prefix" (-xR) to pad the ObjectiveâC "-" and "+" method prefix. Add new dll entry point AStyleMainUtf16 for processing C# UTF-16 strings. Add formatting of C++11 raw string literals (#222). Add "style=knf" as an alternative to "style=linux". Remove depreciated "bracket=" options. Improve recognition and formatting of pointers and references (#174 and other changes). Improve the recognition of block-opening brackets. Improve code using a static code analyzer (#195). Change "max-code-length" to include ObjectiveâC methods. Change "indent-elseifs" and "break-blocks" to look ahead only if in command-type brackets (speed improvement). Fix linux bracket styles to break the opening bracket in inline function definitions (#185). Fix indentation of switch block comments (#164). Fix enums to indent with tabs when requested (#92, #121). Fix formatting of rvalue reference without a name in a declaration (#219). Fix "pad-first-paren-out" to not pad if the following parens are empty (#232). Fix end-of-statement reset when comments follow closing bracket. Fix the ASBeautifier active and waiting stacks to delete the ASBeautifier objects before deleting the pointers. Fix ASBeautifier "init" to delete the tempStack vectors before deleting the tempStack. Fix Linux piping problem by changing "cin" input to build a stringstream before formatting. Fix to identify the correct bracket type when 'extern "C"' is part of the enum definition. Fix to clear 'extern "C"' variables when the block is closed. Fix unindented 'extern "C"' to not indent when in a #else preprocessor directive. Fix not always correctly formatting linux type brackets for enum blocks. Fix align-pointer in a range-based for statement (#217). Fix pointer-reference argument alignment to correctly position a following comment (#235). Fix to not attach a bracket to a line ending in a backslash '\' (#186, #214, #220). Fix to recognize templates using multiple lines (#85, #87, #136). Fix formatting of template continuation lines (#85, #87, #136). Fix to allow '^' as an array operator (#233). Fix an "enum" argument being mistaken for an enumeration (#211). Fix to recognize a non-instatement array after a "},{" sequence. Fix "pad-oper" to not pad before a following comma. Fix recognition of an operator when the calculation contains a bitwise "not" '~' (#166). Fix to allow a preprocessor statement within a preprocessor define (#238). Fix preprocessor comparison to check for whole words (#246). Fix "add-brackets" when a line contains more than one paren pairs (#181). Fix to allow Mac old CR line endings in the options file (#129). Refactor to aid debugging and improve design and decomposition: Move ALL preliminary indentation calculations to computePreliminaryIndentation() in ASBeautifier. Move calculation of 'force tab' indents to preLineWS() in ASBeautifier. Combine methods init() and init(ASSourceIterator*) in ASBeautifier. Extract method adjustParsedLineIndentation() in ASBeautifier. Extract method parseCurrentLine() in ASEnhancer. Remove astyle_main.cpp unused functions getFilesUnchanged, getOptionsFileRequired, and setOptionsFileRequired. Older changes included in distfile, or available on http://astyle.sourceforge.net/notes.html
2014-08-13+ p5-Getopt-Tabularwiz1-1/+2
2014-08-13Import p5-Getopt-Tabular-0.3 as devel/p5-Getopt-Tabular.wiz3-0/+23
Getopt::Tabular is a Perl 5 module for table-driven argument parsing, vaguely inspired by John Ousterhout's Tk_ParseArgv.
2014-08-13Fix for build failure on Interix caused by sizeof(intmax_t) == 0cheusov3-9/+29
++pkgrevision
2014-08-13Update to 0.06:wiz2-6/+6
0.06 2014-07-29 - Improved the abstract - explicit mention that functions are supported - Improved the SYNOPSIS - split into separate code blocks - Improved the DESCRIPTION. Made clearer that as soon as you specify an import symbol, you have to also specify any you want from @EXPORT. - Removed the BUGS and CAVEATS section from the doc; it was just being self-deprecating about whether it deserved the "lite" moniker.
2014-08-13Always use system-wide getcwd(3) instead built-in replacement.cheusov3-3/+29
Do not use non-standard getcwd(NULL,0). This fixes cvs on Interix (cvs [diff aborted]: cannot get working directory: No such file or directory);
2014-08-13Revbump after boost-libs updateadam9-16/+18
2014-08-13Changes 1.56.0:adam13-643/+681
Modularization Boost version control has migrated to a system using git submodules. This shouldn't make too much of a difference to users, although the directory structure is now a bit different. Parts of some libraries have been moved into different modules, and several new modules have been extracted from existing code. All header paths should remain the same. The new modules are: Assert: Customizable assert macros. Maintained by Peter Dimov. Core: Core utilities used by other libraries, with minimal dependencies. Maintained by Peter Dimov, Glen Fernandes and Andrey Semashev. Lexical_Cast: General literal text conversions, such as an int represented a string, or vice-versa, from Kevlin Henney. Throw_Exception: A common infrastructure for throwing exceptions from Boost libraries, from Emil Dotchevski. Winapi: Windows API declarations without <windows.h>, for internal Boost use. New Libraries Align: Memory alignment functions, allocators, and adaptors, from Glen Fernandes. Type_Index: Runtime/Compile time copyable type info, from Antony Polukhin.
2014-08-13Backout Official Patch 5. Some packages have already dealt with removalmarkd3-41/+3
of the obsolete "Function" and adding it back in breaks them. Noted by Takahiro Kambe.
2014-08-13Changes 1.8.10:adam6-15/+13
This release addresses two security issues: CVE-2014-3522: ra_serf improper validation of wildcards in SSL certs. CVE-2014-3528: credentials cached with svn may be sent to wrong server.
2014-08-12Update to nss 3.16.4markd2-6/+6
This release consists primarily of CA certificate changes as listed below, and includes a small number of bug fixes. Notable Changes: * The following 1024-bit root CA certificate was restored to allow more time to develop a better transition strategy for affected sites. It was removed in NSS 3.16.3, but discussion in the mozilla.dev.security.policy forum led to the decision to keep this root included longer in order to give website administrators more time to update their web servers. - CN = GTE CyberTrust Global Root * In NSS 3.16.3, the 1024-bit "Entrust.net Secure Server Certification Authority" root CA certificate was removed. In NSS 3.16.4, a 2048-bit intermediate CA certificate has been included, without explicit trust. The intention is to mitigate the effects of the previous removal of the 1024-bit Entrust.net root certificate, because many public Internet sites still use the "USERTrust Legacy Secure Server CA" intermediate certificate that is signed by the 1024-bit Entrust.net root certificate. The inclusion of the intermediate certificate is a temporary measure to allow those sites to function, by allowing them to find a trust path to another 2048-bit root CA certificate. The temporarily included intermediate certificate expires November 1, 2015.
2014-08-12Improve DESCR, from Jan Danielsson on pkgsrc-users.wiz1-1/+2
2014-08-11Apply Readline-6.3 Official Patches 1 - 6markd7-3/+164
2014-08-11Bump PKGREVISION for hs-transformers-base-0.4.3szptvlfn2-2/+4
2014-08-11Update to 0.4.3szptvlfn3-8/+10
Changes from https://github.com/mvv/transformers-base 0.4.3 - Merge pull request #6 from tensor5/master Enable Safe Haskell extension
2014-08-11Use a (shell) "for" loop to deal with creating the symbolic links for bothtron1-15/+10
include filenames instead of duplicating the code.
2014-08-11Also create "ncurses/ncurses.h" if we are using a builtin curses library.tron1-1/+8
Some packages (e.g. "cmake" version 3.0.1) automatically discover "${PREFIX}/include/ncurses/ncurses.h" and derive the include filename from this path.
2014-08-11Remove unnecessary chunk.wiz2-12/+3
2014-08-11Adapt path for cmake-3.0. Bump PKGREVISION.wiz2-4/+4
2014-08-11Update to 0.79wen2-7/+6
Upstream changes: 0.79 Sat Aug 9 00:55:07 PDT 2014 - Dep on EU::MM 6.52 0.78 Sat Aug 9 00:23:58 PDT 2014 - Fix swim errors 0.77 Fri Aug 8 12:39:43 PDT 2014 - Change Provider test to use string eval, keeping it out of the eyes of Perl::Prereqs. 0.76 Thu Aug 7 00:29:39 PDT 2014 - Fix bad encoding in Pod 0.75 Wed Aug 6 22:04:50 PDT 2014 - Use PR/14 which makes old and new Test::Builders work. exodist++ 0.74 Wed Aug 6 13:36:29 PDT 2014 - Add dependency on Filter::Util::Call just to be sure - Spiffy requires it and we already require Spiffy 0.73 Wed Aug 6 13:24:45 PDT 2014 - Doc fix. Thanks @Perlover++ 0.72 Wed Aug 6 10:31:52 PDT 2014 - Dep on new Spiffy-0.40 to get rid of warnings on blead 5.21.x 0.71 Wed Aug 6 09:50:04 PDT 2014 - Applied PR/4 from schwern++ 0.70 Wed Aug 6 09:30:03 PDT 2014 - Fixed doc typo 0.69 Wed Aug 6 09:09:34 PDT 2014 - Add $VERSION back into Test::Base 0.68 Wed Aug 6 08:56:09 PDT 2014 - PR/11 and fixes 0.67 Tue Aug 5 10:16:09 PDT 2014 - Add badges to doc 0.66 Mon Aug 4 00:39:44 PDT 2014 - Remove (c) from Copyright - Ginish doc to Swim 0.65 Sat Aug 2 23:48:34 PDT 2014 - Fix copyright years. 0.64 Fri Aug 1 23:16:11 PDT 2014 - Add Algorithm::Diff and Text::Diff to test.requires 0.63 Fri Aug 1 23:04:30 PDT 2014 - Switch to Zilla-Dist 0.62 Mon Feb 10 14:45:04 PST 2014 - Bad plan in a test 0.61 Sat Feb 8 11:08:00 PST 2014 - Switch to dzil
2014-08-11Update to 0.29wen2-7/+6
Upstream changes: 0.29 2014/07/17 12:18:12 [CHANGES] * Added Test::Future * Stronger deprecations - repeat {} on failures warns every time, ->and_then / ->or_else warn once [BUGFIXES] * Define the behaviour of dependent futures when components are cancelled. (Partially fixes RT96685) * Use Module::Build->prompt (RT96409) * Ensure that repeat on an empty foreach list or empty generator without 'otherwise' behaves correctly, just yield an immediate 0.28 2014/06/08 22:43:40 [CHANGES] * Added ->label * Added ->btime, rtime, elapsed tracing timers * Better handling of 'breaks' version detection 0.27 2014/06/06 17:42:27 [BUGFIXES] * Depend on Carp 1.25 for the new message format with trailing period, so tests work 0.26 2014/06/01 12:52:53 [CHANGES] * Added ->is_failed accessor * Implement ->export_to_level in Future::Utils * Print a warning about lost sequence Futures * Allow Future->done and Future->fail as simple class constructors to return immediates * Added Future->unwrap [BUGFIXES] * Ensure that sequence futures are weaken()ed in the forward direction. **NOTE** This will potentially break existing code that depended on strong references. This old code was, however, broken.