summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2012-06-02Update ruby-fast_gettext to 0.6.7.taca2-6/+6
Changes are unknown.
2012-06-02Update ruby-gettext o 2.2.1.taca3-13/+21
= Ruby-GetText-Package-2.2.1 (2012-05-20) * Supported non ASCII string in msgid. [GitHub#1] [Patch by Urban Hafner] * Stopped overriding String#% on Ruby 1.9. * Fixed a bug that "\" is too escaped. * Removed GetText.bindtext dependency from GetText::PoParser. * Ranamed GetText::MOFile to GetText::MoFile but GetText::MOFile is still available. Thanks to: * Urban Hafner
2012-06-02Update ZenTest to 4.8.1.taca2-6/+6
=== 4.8.1 / 2012-06-01 * 1 bug fix: * Fixed 1.9 bug caused by differences between Hash#find_all and Hash#select. (semaperepelitsa)
2012-06-01Add gnu/man/man1/patch.1cheusov2-6/+11
++pkgrevision
2012-06-01Remove LICENSE=#wiz1-2/+1
2012-06-01Update hoe to 3.0.6.taca2-6/+6
=== 3.0.6 / 2012-05-15 * 1 minor enhancement: * Added install_plugins to the newb task === 3.0.5 / 2012-05-07 * 1 bug fix: * Fixed ridocs argument handling (erikh) === 3.0.4 / 2012-05-01 * 1 bug fix: * Removed rubygems/deprecated and rolled my own for users on older rubygems
2012-06-01Update ZenTest to 4.8.0.taca2-6/+6
=== 4.8.0 / 2012-05-04 * 1 minor enhancement: * Added Minitest generation to zentest (use -t to generate for test/unit) * 1 bug fix: * Fixes and clarifications to Autotest#find_file. (hugh sasse)
2012-06-01Work around gcc/sparc64/-O3 bug by using buildlink to rename "-O3" to "-O1".jdc1-1/+6
2012-05-31add & enable p5-Test-DistManifestimil1-1/+2
2012-05-31Initial import of p5-Test-DistManifest, version 1.012, into the NetBSD Packagesimil3-0/+43
Collection. This module provides a simple method of testing that a MANIFEST matches the distribution. It tests three things: Everything in MANIFEST exists Everything in the package is listed in MANIFEST, or subsequently matches a regular expression mask in MANIFEST.SKIP Nothing exists in MANIFEST that also matches a mask in MANIFEST.SKIP, so as to avoid an unsatisfiable dependency conditions If there is no MANIFEST.SKIP included in your distribution, this module will replicate the toolchain behaviour of using the default system-wide MANIFEST.SKIP file. To view the contents of this file, use the command: $ perldoc -m ExtUtils::MANIFEST.SKIP
2012-05-31Depend on libusb1. Requested by upstream maintainer, Peter Stuge.wiz1-2/+3
Bump PKGREVISION.
2012-05-31Add buildlink3.mkwiz1-0/+12
2012-05-31Updating package for CPAN module Contextual::Return insno2-8/+7
devel/p5-Contextual-Return from 0.003.001nb1 to 0.004.003. Upstream changes (in reverse order): 0.003002 Thu Jan 19 09:27:29 2012 - Updated version number of Contextual::Return::Failure to placate CPAN indexer - Improved error messages for bare handlers in bad contexts (thanks Mathew) - Work around problems with Test::More and caller 0.004000 Thu Feb 16 14:30:56 2012 - Fixed context propagation bugs in FIXED and ACTIVE modifiers - Added STRICT modifier to prevent fallbacks (i.e. impose strict typing on return values) 0.004001 Thu Feb 16 19:01:05 2012 - Fixed annoying POD nit (thanks Salvatore) 0.004002 Fri Mar 2 06:18:38 2012 - Fixed significant typo (Carp:carp -> Carp::carp) (thanks everyone who reported it) 0.004003 Wed Apr 11 07:55:49 2012 - Doc patch (thanks Fabrizio) - Patched failures.t to account from bleadperl changes (thanks Zefram!)
2012-05-31Increase build dependency of gtk-doc for the kqueue configuration.reed1-2/+2
With older version 1.11nb1, it had many failures during automake. Noticed that this newer version allowed the configuration and build to complete.
2012-05-30Update to 0.2:jmmv3-7/+63
Released on 2012/05/30. * New global constants: globals_index. * New methods added to the state class: get_metafield, get_metatable, insert, push_value, raw_get and raw_set. * Acknowledged that Lua 5.2 is currently not supported.
2012-05-30Note conflict with libusb-compat.wiz1-1/+3
2012-05-30Add buildlink3.mk.wiz1-0/+12
2012-05-30+ libusb-compatwiz1-1/+2
2012-05-30Initial import of libusb-compat-0.1.4.wiz4-0/+46
Notes: depends on libusbx (we need a switch between the two) Conflicts with libusb (we need a switch between the two) libusb-compat-0.1 is a replacement for libusb-0.1. However, instead of being an actual implementation, libusb-0.1 is more of a compatibility layer (or wrapper) which just converts libusb-0.1 calls into their libusb-1.0 equivalents. It aims to look, feel and behave exactly like libusb-0.1. As it is a replacement, you cannot install it alongside libusb-0.1 on the same system. As the compatibility layer implements the exact same ABI and API, no modifications to existing libusb-0.1-based applications are needed. You do not even have to recompile them. This compatibility layer is a drop-in replacement.
2012-05-30+ libusbx.wiz1-1/+2
2012-05-30Mark conflict with libusbx.wiz1-1/+3
2012-05-30Initial import of libusbx, a fork of libusb1.wiz4-0/+46
libusbx is a library that provides generic access to USB devices. As a library, it is meant to be used by developers, to facilitate the development of applications that communicate with USB hardware. It is portable: Using a single cross-platform API, it provides access to USB devices on Linux, OS X, Windows and OpenBSD. It is user-mode: No special privilege or elevation is required for the application to communicate with a device. It is version-agnostic: All versions of the USB protocol, from 1.0 to 3.0 (latest), are supported. libusbx is a fork of libusb.
2012-05-30Mention that this is version 0 of the library. Bump PKGREVISION.wiz2-3/+5
2012-05-30+ libusb1.wiz1-1/+2
2012-05-30Initial import of libusb1-1.0.9.wiz4-0/+36
libusb is a library for USB device access from Linux, Mac OS X, OpenBSD, NetBSD, and Windows userspace. This package contains major version 1 of the library.
2012-05-30Update to 2.3.2, by Jaap Boender in PR 44991.wiz9-132/+2019
===== 2.3.2 (2011-11-04) ===== * Add location informations in logs: ** allow loggers to get the current location through local storage ** pass current location to logging functions ** pass the current location with the syntax extension * Add Lwt.on_termination * Add Lwt_unix.reinstall_signal_handler * Add Lwt_io.flush_all * Add assert_lwt keyword to the syntax extension * Add Lwt.wrap * Add Lwt_glib.iter and Lwt_glib.wakeup * ocaml 3.13 ready * Allow to compile without libev support * Fix bugs in Lwt_io * Better handling of forks * Fix many problems on Windows ===== 2.3.1 (2011-07-13) ===== * Fix building of documentation when using the tarball * Add Lwt_unix.fsync and Lwt_unix.fdatasync * Fix the stubs for Lwt_unix.send_msg when fd-passing is not available * Add -lwt-sequence-strict option to the syntax extension * Use a custom PRNG state for Lwt.choose and Lwt.pick * Fix a display glitch when starting the toplevel * Add Lwt_unix.fork which should now be used when one want to use Lwt in the child process * Better implementation of Lwt_unix.readlink and Lwt_unix.gethostbyname, which fixes compilation on Hurd * Add Lwt.wakeup_later and Lwt.wakeup_later_exn to be used when one need to do lot of nested wakeup, which fixes a buffer overflow in Lwt_mutex * Fix Lwt_unix.abort and Lwt_unix.close (threads was never wakeup) * Fix Lwt_throttle for correct timings * Fix subtle use of cancel ===== 2.3.0 (2011-04-12) ===== * Add an extensible system of engines to: ** allow the user to replace libev by another event system, such as select ** allow easier integration of external libraries supporting asynchronous operations * Lots of improvements for windows: ** use the ocaml select instead of libev by default on windows ** make asynchronous operations on non-socket file descriptors such as pipes to work ** make glib integration to work * Better use of engines in Lwt_unix: now events are cached to minimize the amount of calls to epoll_ctl * Use an eventfd when possible for notifications for faster delivery * Add modules: ** Lwt_sys: allow to test availability of extra features ** Lwt_react: replace Lwt_event and Lwt_signal * Allow to configure logging rules at runtime in Lwt_log * Add match_lwt and while_lwt to the syntax extension * Fixes: ** syntax extension: handle "lwt ... = ... in ..." at toplevel ** make the notification system fork-proof ** fix an issue with stubs not raising correctly exceptions ===== 2.2.1 (2011-01-26) ===== * Better interaction with Js_of_ocaml. * Add functions {{{Lwt.register_pause_notifier}}} and {{{Lwt.paused_count}}}. ===== 2.2.0 (2010-12-13) ===== * Bugfixes: ** Fix a bug with cancellable threads causing {{{Canceled}}} exceptions to be raised randomly ** Fix a fd-leak in Lwt_io.open_connection * {{{Lwt_unix}}} now use libev instead of select * Add thread local storage support to {{{Lwt}}} * Add backtrace support to {{{Lwt}}}. Now {{{Lwt}}} exceptions can be recored by using the syntax extension with the {{{-lwt-debug}}} command line switch. * Allow blocking system calls to be executed in parallels * Change the type of many functions of {{{Lwt_unix}}}, which now return a {{{Lwt}}} thread * Add functions {{{Lwt_unix.readable}}} and {{{Lwt_unix.writable}}} * Add function {{{Lwt_io.is_busy}}} * Add functions {{{Lwt_event.delay}}} and {{{Lwt_signal.delay}}} * Add function {{{Lwt_term.render_update}}} * Add function {{{Lwt_ssl.embed_socket}}} * Add module {{{Lwt_bytes}}} defining operations on bigarrays instead of strings * Use bigarrays in Lwt_io instead of strings for the internal buffer. Lwt_io.make now takes a function that uses a bigarray. * Add module {{{Lwt_switch}}} ===== 2.1.1 (2010-06-13) ===== * Many bugfixes, including: ** buggy behaviour of cancellable threads ** file descriptor leakage in {{{Lwt_unix.accept_n}}} * Add {{{Lwt.nchoose}}} and {{{Lwt.npick}}} * Use {{{set_close_on_exec}}} for fds created by {{{Lwt_log}}} * Better implementation of lwtized react functions ===== 2.1.0 (2010-04-19) ===== * Rename {{{Lwt.select}}} to {{{Lwt.pick}}} * Removing module {{{Lwt_monitor}}} in favour of {{{Lwt_mutex}}} and new module {{{Lwt_condition}}} * More react helpers: ** {{{Lwt_event.next}}} ** {{{Lwt_event.limit}}} and {{{Lwt_signal.limit}}} ** {{{Lwt_event.from}}} * Adding function {{{Lwt_main.fast_yield}}} * Adding unit tests * Optimisation of {{{Lwt}}} * Adding module {{{Lwt_log}}} for logging * Adding a camlp4 filter for remmoving logging statement or inlining tests * Adding module {{{Lwt_daemon}}} * Adding function {{{Lwt_unix.recv_msg}}} and {{{Lwt_unix.send_msg}}} * Adding function {{{Lwt_unix.wait4}}} * Adding function {{{Lwt_io.establish_server}}} * Adding module {{{Lwt_list}}} * Enhancement in {{{Lwt_process}}}, it now support redirections and timeouts * Allow to use {{{select}}} on arbitrary high file descriptors * More commands and features in {{{Lwt_read_line}}}: ** Handle "undo" command ** New controlable read-lines instances ** More edition commands ** Completion as you type ** Backward search * Enhancement in {{{Lwt_term}}}: more drawing functions and allow to put the terminal into drawing mode * Optimisation of {{{Lwt_stream}}} * Optimisation of {{{Lwt_io.write_char}}} and {{{Lwt_io.read_char}}} * Bugfix of {{{Lwt_stream}}}: two parallel {{{Lwt_stream.get}}} returned the same value * Bugfix in {{{Lwt_unix.connect}}}: it returned immediatly on EINPROGRESS * Bugfixes in {{{Lwt_glib}}}: file descriptors were not monitored correctly ===== 2.0.0 (2009-10-15) ===== * Adding modules: ** {{{Lwt_stream}}}: lwt-aware version of the {{{Stream}}} module ** {{{Lwt_gc}}} for using {{{finalise}}} without {{{Lwt_unix.run}}} ** {{{Lwt_io}}}: a new implementation of buffered channels with more features and better handling of concurrent access ** {{{Lwt_text}}}: implementation of text channels ** {{{Lwt_process}}}: helpers to spawn processes and communicate with them ** {{{Lwt_main}}} for abstracting the main loop and allowing replacement by a custom main loop ** {{{Lwt_glib}}} for integration into the glib main event loop ** {{{Lwt_term}}} for interaction with the terminal ** {{{Lwt_read_line}}} for interactive user input ** {{{Lwt_monitor}}}, {{{Lwt_mvar}}}: combined locks for synchronization with conditional variables for notification ** {{{Lwt_throttle}}} for limiting rate of execution (e.g. for authentication procedure) ** {{{Lwt_sequence}}}: mutable sequence of elements ** {{{Lwt_event}}}, {{{Lwt_signal}}}: helpers for reactive programming with lwt * Adding a syntax extension {{{pa_lwt}}}: ** handles anonymous bind {{{a >> b}}} ** adds syntactic sugar for catching errors (ticket #6) ** adds syntactic sugar for parallel let-binding construction ** adds syntactic sugar for for-like loops * Top-level integration: ** threads can runs while reading user input ** line editing support * New enhanced OCaml toplevel with some basic completion features * Adding C stubs to reimplement {{{Unix.read}}} and {{{Unix.write}}} with assumption of non-blocking behaviour * Adding more functions/helpers in {{{Lwt}}} * Fixing memory leaks in {{{Lwt.choose}}} * Bugfix in {{{Lwt_chan.close_*}}} (ticket #66) * Separate the type of threads (covariant) from the type of thread wakeners (contravariant); the type of many functions related to {{{Lwt.wait}}} has been changed * Add cancelable threads * Unix-dependent part is now put in its own archive and findlib package.
2012-05-30Remove GNU_PROGRAM_PREFIX as discussed in pkgsrc-users@cheusov3-12/+11
2012-05-30Updating package for CPAN module Log::Any::Adapter insno2-7/+8
devel/p5-Log-Any-Adapter from 0.06 to 0.07. pkgsrc changes: - fix dependency change missing in update to 0.06 - adjust dependencies as documented in package upstream (META.json) Upstream changes: 0.07 Feb 22, 2012 - add Carp, Log::Any as prereqs
2012-05-30Updating package for CPAN module Devel::GlobalDestruction insno2-6/+6
devel/p5-Devel-GlobalDestruction from 0.04 to 0.05. Upstream changes: 0.05 Thu, 26 Apr 2012 * Pure-perl implementation for situations where neither ${^GLOBAL_PHASE} nor XS are available
2012-05-30Apply fix from http://gcc.gnu.org/ml/java-patches/2010-q1/msg00058.htmljperkin4-3/+69
Fixes Solaris/64bit, tested on NetBSD/amd64.
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@)cheusov2-8/+7
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).cheusov2-22/+11
All utilities are installed with a prefix 'g'. Symlinks with original names are created in ${PREFIX}/gnu/bin. ++pkgrevision
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).cheusov3-24/+14
All utilities are installed with a prefix 'g'. Symlinks with original names are created in ${PREFIX}/gnu/bin. ++pkgrevision Fix for some pkglint warnings
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@)cheusov1-4/+2
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).cheusov2-19/+10
All utilities are installed with a prefix 'g'. Symlinks with original names are created in ${PREFIX}/gnu/bin. ++pkgrevision
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).cheusov2-12/+16
All utilities are installed with a prefix 'g'. Symlinks with original names are created in ${PREFIX}/gnu/bin. ++pkgrevision Add LICENSE
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).cheusov2-16/+28
All utilities are installed with a prefix 'g'. Symlinks with original names are created in ${PREFIX}/gnu/bin. ++pkgrevision
2012-05-29Update to 0.9.2:wiz2-8/+10
# 0.9.2 - 2012.03.29 - Fix disabling and hiding actions (Aurelien Gateau) - Avoid spamming dbus at startup (Aurelien Gateau) - Do not print warnings when not necessary (Aurelien Gateau) # 0.9.1 - 2012.03.26 - Add support for "opened" and "closed" events (Aurelien Gateau) - Add support for icon-data (LP BUG 633339) (Christoph Spielmann)
2012-05-29+ ocaml-reactwiz1-1/+2
2012-05-29Initial import of ocaml-react-0.9.3, packaged by Jaap Boender in PR 45184.wiz5-0/+72
React is an OCaml module for functional reactive programming (FRP). It provides support to program with time varying values: declarative events and signals.
2012-05-29Update to 1.25:wiz2-6/+6
* Version 1.25 (released 2012-05-23) [stable] ** MSVC: Build fixes related to _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE. Reported by Bartosz Brachaczek <b.brachaczek@gmail.com>. ** examples: Fix compiler warning about ignoring return value from fgets. ** tests: Ship with a valgrind suppressions file for the strlen issue. See tests/libidn.supp and bottom of HACKING for discussion. ** Update gnulib files and translations. ** API and ABI is backwards compatible with the previous version.
2012-05-29Update to 7.2b:wiz7-72/+47
7.2b: An incorrect assertion in multi-threaded mode was fixed. 7.2: This release adds many enhancements and fixes.
2012-05-29Update to 1.0.5:wiz2-7/+6
1.0.5: Adam Jackson (1): Silence useless pedantry warning from find(1) when running cleanlinks. Alan Coopersmith (8): Remove unused variable in get_sun_compiler_versions Strip trailing whitespace Add const attributes to fix gcc -Wwrite-strings warnings Rework temp filename pointers into const & non-const parts Convert error logging functions to normal idioms Fix a bunch of "too many arguments for format" warnings xmkmf.man: Remove instructions for "X Consortium" monolithic build tree imake 1.0.5 1.0.4: Alan Coopersmith (4): config: upgrade to util-macros 1.8 for additional man page support config: Remove unnecessary calls from configure.ac Use autoconf standard HAVE_MKSTEMP instead of HAS_MKSTEMP imake 1.0.4 Gaetan Nadon (1): config: update AC_PREREQ statement to 2.60 Yaakov Selkowitz (5): Allow for EXEEXT in appman_DATA rule Use AC_PROG_SED to find sed Use standard .gitignore with custom section for imake mkdirhier: use mkdir -p Nuke RCS tags
2012-05-29Update to 1.0.4:wiz3-22/+6
Alan Coopersmith (7): Add README with pointers to mailing list, bugzilla & git repos Strip trailing whitespace Move extern variable declarations to common header (def.h) Add const attributes to fix gcc -Wwrite-strings warnings Call strdup directly, instead of via copy macro define(): Avoid assigning constant string to non-const char * makedepend 1.0.4 Cyril Brulebois (1): Fix bashism: shell string comparison is =, not ==. Stuart Kreitman (1): Raise MAXFILES from 1024 to 2048
2012-05-29Fix comment after #endif directive so that it matches otherenami2-4/+4
directives, before sending this patch to upstream.
2012-05-28Add VAX to the list of supported architecturesabs2-1/+19
(That is not a typo)
2012-05-28Changes 1.7.10.3:adam3-10/+10
* The message file for German translation has been updated a bit. * Running "git checkout" on an unborn branch used to corrupt HEAD. * When checking out another commit from an already detached state, we used to report all commits that are not reachable from any of the refs as lossage, but some of them might be reachable from the new HEAD, and there is no need to warn about them. * Some time ago, "git clone" lost the progress output for its "checkout" phase; when run without any "--quiet" option, it should give progress to the lengthy operation. * The directory path used in "git diff --no-index", when it recurses down, was broken with a recent update after v1.7.10.1 release. * "log -z --pretty=tformat:..." did not terminate each record with NUL. The fix is not entirely correct when the output also asks for --patch and/or --stat, though. * The DWIM behaviour for "log --pretty=format:%gd -g" was somewhat broken and gave undue precedence to configured log.date, causing "git stash list" to show "stash@{time stamp string}". * "git status --porcelain" ignored "--branch" option by mistake. The output for "git status --branch -z" was also incorrect and did not terminate the record for the current branch name with NUL as asked. * When a submodule repository uses alternate object store mechanism, some commands that were started from the superproject did not notice it and failed with "No such object" errors. The subcommands of "git submodule" command that recursed into the submodule in a separate process were OK; only the ones that cheated and peeked directly into the submodule's repository from the primary process were affected.
2012-05-28Update devel/apache-ant to 1.8.4tonio3-8/+11
Changes from Ant 1.8.3 TO Ant 1.8.4 Fixed bugs: * Ported libbzip2's fallback sort algorithm to CBZip2OutputStream to speed up compression in certain edge cases. Merge from Commons Compress. * Using specially crafted inputs this can be used as a denial of service attack. See CVE-2012-2098.
2012-05-27Fix PLIST, this fixes build failure.ryoon1-122/+76
2012-05-25Update RT to version 3.8.12:spz11-213/+13
Changes from 3.8.11 to 3.8.12: This release, in addition to being a bugfix release, also resolves a number of security vulnerabilities. It resolves CVE-2011-2082, CVE-2011-2083, CVE-2011-2084, CVE-2011-2085, CVE-2011-4458, CVE-2011-4459, and CVE-2011-4460. * Upgrade prototype.js to version 1.7, for compatibility with google charts. * Remove ie7.js, which is no longer used. * Ensure that TransactionBatch scripts are only run once. Changes from 3.8.10 to 3.8.11: This release contains a number of bugfixes and minor security updates since the 3.8.10 release, most notably: * Adjust FCGI dependency to one which resolves FCGI's CVE-2011-2766 * New WebHttpOnlyCookies option, enabled by default, which hides RT's cookie from direct Javascript access. * Compatibility with perl 5.12 and 5.14, by removing deprecated "for qw(...)" and "defined %hash" syntax. * MySQL 5.5 compatibility, by specifying ENGINE=InnoDB rather than TYPE=InnoDB * Ensure that RT::Interface::Web's _Overlay, _Local, and _Vendor files are loaded correctly. * Fix session cleaner for on-disk sessions, broken since 3.8.0. * Ensure that only one "Based on" attribute is stored for each custom field. * Fix the loading of Shredder plugins, broken in 3.8.10.