summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-08-17Added SUBDIR entry for ocamlmodjaapb1-1/+2
2014-08-17Added package devel/ocamlmod, a program to generate OCaml modules fromjaapb5-0/+36
source code. Needed as a dependency for other packages.
2014-08-17Added devel/ocamlify version 0.0.2jaapb1-1/+2
2014-08-17Added ocamlify SUBDIR entry to Makefilejaapb1-1/+2
2014-08-17Added new package devel/ocamlify, which allows embedding of externaljaapb5-0/+39
resources directly into OCaml code. Needed as a dependency for other packages, mostly.
2014-08-17Added devel/ocaml-odn version 0.0.11jaapb1-1/+2
2014-08-17Added SUBDIR entry for ocaml-odnjaapb1-1/+2
2014-08-17New package devel/ocaml-odn, a data dumping library for ocaml. Mostlyjaapb5-0/+59
important as a dependency for other packages.
2014-08-17Added ocaml-type_conv SUBDIR entryjaapb1-1/+2
2014-08-17Added devel/ocaml-type_conv version 111.13.00jaapb1-1/+3
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-17Describe notmuch-emacs option.wiz1-0/+1
2014-08-17Updated mail/notmuch to 0.18.1nb1wiz1-1/+2
2014-08-17Disable emacs detection by default.wiz3-35/+72
Add notmuch emacs option that pulls in emacs and installs compiled lisp files as well. Based on a similar patch by J. Lewis Muir on pkgsrc-users. Bump PKGREVISION.
2014-08-17Added devel/p5-Moos version 0.29wen1-1/+2
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-17Updated graphics/tuxpaint to 0.9.21wiz2-3/+3
2014-08-17Update to 0.9.21:wiz6-161/+411
Tux Paint 0.9.21 features nearly two dozen new Magic tools, as well as updates to old favorites. Many of these were developed by six students from around the globe during Google's 2008 Summer of Code program, under the mentorship of Tux Paint developers. Exciting new Magic tools include intelligent train tracks that automatically connect when their paths cross, a realistic rainbow tool, a fisheye lens effect, edge and silhouette tracing tools, various string art effects, and a tool to fold the edges of your drawing up from the corners. There is also a brush that paints with 'toothpaste', and others that paint with confetti, rain, snowballs, and snowflakes! Additionally, many classic Magic tools (like Blur and Tint) can now affect the entire drawing, instead of just a selected area. Coloring-book style Starter Images are now easier to make. Images with transparency (alpha channel) are still supported, but additionally, if no transparent layer is found, Tux Paint will assume that white is the background color. This means you can now draw or scan any simple black-and-white image and use it as a Tux Paint Starter Image! New in Tux Paint 0.9.21, the Text tool now supports bidirectional languages like Hebrew and Arabic, thanks to the FriBidi library. Tux Paint has also been translated to two new languages, Shuswap and Songhay, and many other translations have been updated. On Linux, environment variables (like "$HOME") may now be used when setting directories for saving images or finding data files. And of course, Tux Paint 0.9.21 incorporates a number of minor improvements and bug fixes requested by the Tux Paint community. For example, Tux Paint no longer drops out of fullscreen mode in Windows if the [Windows] key is pressed (XP, 2000 and Vista only), and it brings up an error window if it fails to print.
2014-08-17File to centralise common definitions for OCaml packages. Not yet used atjaapb1-0/+108
the moment, but I will start slowly converting packages.
2014-08-17Updated devel/SDL to 1.2.15nb12wiz1-1/+2
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-17Updated graphics/pngcrush to 1.7.76adam1-1/+2
2014-08-17Changes 1.7.76:adam2-6/+6
Updated libpng to version 1.6.12.
2014-08-17Updated databases/sqlite3 to 3.8.6; mail/exim to 4.84; emulators/qemu to 2.1.0adam2-3/+8
2014-08-17Changes 2.1.0:adam9-232/+27
Incompatible changes: --------------------- The 82573L NIC was incorrectly treated as an 8254xx model. It no longer works correctly on either Linux (3.14.*) or Windows 7 and has been removed. On x86, migration from QEMU 1.7 to QEMU 2.0 was broken if the guest had PCI bridges or for some number of CPUs (12, 13, 14, 54, 55, 56, 97, 98, 99, 139, 140) are the only ones). QEMU 2.1 fixes this, so that migration from QEMU 1.7 to QEMU 2.1 should always work. However, the fix breaks the following scenarios instead: migration from QEMU 2.0 to QEMU 2.1 with PCI bridges and machine types pc-i440fx-1.7/pc-i440fx-2.0 migration from QEMU 2.0 to QEMU 2.1 with the aforementioned number of CPUs and machine type pc-i440fx-1.7 Future incompatible changes: ---------------------------- Three options are using different names on the command line and in configuration file. In particular: The "acpi" configuration file section matches command-line option "acpitable"; The "boot-opts" configuration file section matches command-line option "boot"; The "smp-opts" configuration file section matches command-line option "smp". Starting with QEMU xyz.jkl, -readconfig will standardize on the name for the command line option. ARM --- Firmware can be passed to the vexpress machine via -bios. Improvements to Allwinner SoC emulation. AArch64 TCG system emulation support. AArch64 SHA and Crypto instruction support. LM32 ---- Support for semihosting. Microblaze ---------- Support for u-boot initrd images. MIPS ---- Support for KVM in the Malta board. more...
2014-08-17Note update of www/wordpressmorr2-3/+3
2014-08-17Security update to version 3.9.2morr3-7/+8
Changes: * Fixes a possible denial of service issue in PHP’s XML processing, reported by Nir Goldshlager of the Salesforce.com Product Security Team. Fixed by Michael Adams and Andrew Nacin of the WordPress security team and David Rothstein of the Drupal security team. * Fixes a possible but unlikely code execution when processing widgets (WordPress is not affected by default), discovered by Alex Concha of the WordPress security team. * Prevents information disclosure via XML entity attacks in the external GetID3 library, reported by Ivan Novikov of ONSec. * Adds protections against brute attacks against CSRF tokens, reported by David Tomaschik of the Google Security Team. * Contains some additional security hardening, like preventing cross-site scripting that could be triggered only by administrators.
2014-08-17Don't use "/bin/ksh" as wrapper shell under Mac OS X Mavericks.tron1-2/+3
It frequently crashes, at least if you use parallel builds.
2014-08-17Changes 4.84:adam4-12/+12
TL/01 Bugzilla 1506: Re-add a 'return NULL' to silence complaints from static checkers that were complaining about end of non-void function with no return. JH/01 Bug 1513: Fix parsing of quoted parameter values in MIME headers. This was a regression intruduced in 4.83 by another bugfix. JH/02 Fix broken compilation when EXPERIMENTAL_DSN is enabled. TL/02 Bug 1509: Fix exipick for enhanced spoolfile specification used when EXPERIMENTAL_DNS is enabled.
2014-08-17Changes 3.8.6:adam7-22/+25
Added support for hexadecimal integer literals in the SQL parser. (Ex: 0x123abc) Enhanced the PRAGMA integrity_check command to detect UNIQUE and NOT NULL constraint violations. Increase the maximum value of SQLITE_MAX_ATTACHED from 62 to 125. Increase the timeout in WAL mode before issuing an SQLITE_PROTOCOL error from 1 second to 10 seconds. Added the likely(X) SQL function. The unicode61 tokenizer is now included in FTS4 by default. Trigger automatic reprepares on all prepared statements when ANALYZE is run. Added a new loadable extension source code file to the source tree: fileio.c Add extension functions readfile(X) and writefile(X,Y) (using code copy/pasted from fileio.c in the previous bullet) to the command-line shell. Added the .fullschema dot-command to the command-line shell. Performance Enhancements: ------------------------- Deactivate the DISTINCT keyword on subqueries on the right-hand side of the IN operator. Add the capability of evaluating an IN operator as a sequence of comparisons as an alternative to using a table lookup. Use the sequence of comparisons implementation in circumstances where it is likely to be faster, such as when the right-hand side of the IN operator is small and/or changes frequently. The query planner now uses sqlite_stat4 information (created by ANALYZE) to help determine if the skip-scan optimization is appropriate. Ensure that the query planner never tries to use a self-made transient index in place of a schema-defined index. Other minor tweaks to improve the quality of VDBE code. Bug Fixes: ---------- Fix a bug in CREATE UNIQUE INDEX, introduced when WITHOUT ROWID support added in version 3.8.2, that allows a non-unique NOT NULL column to be given a UNIQUE index. Fix a bug in R-Tree extension, introduced in the previous release, that can cause an incorrect results for queries that use the rowid of the R-Tree on the left-hand side of an IN operator. Fix the sqlite3_stmt_busy() interface so that it gives the correct answer for ROLLBACK statements that have been stepped but never reset. Fix a bug in that would cause a null pointer to be dereferenced if a column with a DEFAULT that is an aggregate function tried to usee its DEFAULT. CSV output from the command-line shell now always uses CRNL for the row separator and avoids inserting CR in front of NLs contained in data. Fix a column affinity problem with the IN operator. Fix the ANALYZE command so that it adds correct samples for WITHOUT ROWID tables in the sqlite_stat4 table.
2014-08-17Update HOMEPAGEwen1-2/+2
2014-08-17PLIST is conditional on python 2 vs 3.markd1-3/+33
2014-08-17Updated devel/p5-Inline to 0.74wen1-1/+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-17Updated devel/p5-Moose to 2.1211wen1-1/+2
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-17Added devel/p5-Test-CleanNamespaces version 0.15wen1-1/+2
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-17Fix build with gcc 4.5.Xmarkd2-1/+18
https://github.com/boostorg/variant/commit/8f111d3126c5a706f0eca0b90f5e01c9a4601178
2014-08-16+ hs-vector-algorithmsszptvlfn1-1/+2
2014-08-16Added devel/hs-vector-algorithms version 0.6.0.3szptvlfn1-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-16Added devel/hs-deepseq-generics version 0.1.1.1szptvlfn1-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-16Updated math/hs-scientific to 0.3.3.0szptvlfn1-1/+2
2014-08-16Update to 0.3.3.0szptvlfn5-17/+23
changelog: 0.3.3.0 * Add the isFloating or isInteger predicates. Courtesy of Zejun Wu (@watashi). * Add the toRealFloat' and toBoundedInteger functions. Courtesy of Fujimura Daisuke (@fujimura). 0.3.2.2 * Enable package to link with integer-simple instead of integer-gmp using the -finteger-simple cabal flag. Courtesy of @k0ral. 0.3.2.1 * Parameterize inclusion of the Data.ByteString.Builder.Scientific module using the bytestring-builder flag. Disabling this flag allows building on GHC-7.0.4 which has bytestring-0.9 installed by default. 0.3.2.0 * Add the floatingOrInteger function * Fix build on GHC-7.0.4 * More efficient and better behaving magnitude computation * Lower the number of cached magnitudes to 324 (same as GHC.Float) 0.3.1.0 * Don't normalize on construction but do it when pretty-printing instead. Also provide a manual normalize function. * Improve efficiency of toRealFloat * Added note about caching magnitudes * Dropped dependency on arithmoi * Make benchmark easier to build * Add junit XML output support (for Jenkins) 0.3.0.2 * Lower the minimal QuickCheck version. * Make sure sized exponents are generated in the QuickCheck tests. 0.3.0.1 * Fix build for bytestring-0.10.0.* 0.3.0.0 * Fix a DoS vulnerability that allowed an attacker to crash the process by sending a scientific with a huge exponent like 1e1000000000. * Fix various RealFrac methods. * Cache some powers of 10 to speed up the magnitude computation. * Normalize scientific numbers on construction. * Move the Text Builder to its own module & provide a ByteString builder * Added more documentation