Commit graph

228344 commits

Author SHA1 Message Date
taca
2c4f581475 Remove ruby-debug-extra package which support ruby18 only. 2015-02-04 13:47:00 +00:00
taca
1448037449 Remove ruby-debug-ide package which support ruby18 only. 2015-02-04 13:46:26 +00:00
taca
2e7a6ebbdd Remove ruby-debug, ruby-debug-base, ruby-debug-extra and ruby-debug-ide. 2015-02-04 13:45:21 +00:00
taca
34dcbe7cb4 Add and enable ruby-debugger, ruby-debugger-linecache and
ruby-debugger-ruby_core_source.
2015-02-04 13:44:22 +00:00
taca
a0f8ba74a7 Note addtion of ruby-debugger related packages.
devel/ruby-debugger-linecache		version 1.2.0
	devel/ruby-debugger-ruby_core_source	version 1.3.8
	devel/ruby-debugger			version 1.6.8
2015-02-04 13:40:43 +00:00
taca
cad06a0a94 Add ruby-debugger package version 1.6.8. It supports Ruby 1.9.3 and 2.0.0.
debugger is a fast implementation of the standard Ruby debugger debug.rb.

It is implemented by utilizing a new Ruby C API hook. The core component
provides support that front-ends can build on. It provides breakpoint
handling, bindings for stack frames among other things.
2015-02-04 13:39:43 +00:00
taca
2df794560e Add ruby-debugger-ruby_core_source package version 1.3.8.
Provide Ruby core source files for C extensions that need them.
2015-02-04 13:37:18 +00:00
taca
c7e2e900cd Add ruby-debugger-linecache package version 1.2.0.
Linecache is a module for reading and caching lines. This may be useful for
example in a debugger where the same lines are shown many times.
2015-02-04 13:36:04 +00:00
wiz
0f8d83fb02 Updated time/py-vdirsyncer to 0.4.2nb2 2015-02-04 12:36:46 +00:00
wiz
5f16732bf9 Fix path to example files. Bump PKGREVISION. 2015-02-04 12:36:38 +00:00
wiz
1c58afbc71 Updated finance/p5-Finance-Quote to 1.37 2015-02-04 12:22:50 +00:00
wiz
4351c0519e Update to 1.37. Remove Crypt-SSLeai dependency, add DateTime.
1.37      2015-02-01 20:24:32+01:00 Europe/Brussels
        * modified 00-use.t to show more info
        * Remove Crypt::SSLeay dependency in favor of LWP::Protocol::https (Geert Janssens)
        * Updated HU.pm and test file to current website (Kristof Marussy)
2015-02-04 12:22:42 +00:00
wiz
dd68cb1347 Updated devel/p5-AppConfig to 1.68 2015-02-04 12:20:22 +00:00
wiz
472a5b182a Update to 1.68:
1.68 2015-02-03 NEILB
    - Spelling corrections for docs. RT #84896. ASB++
    - Added pod release-time test. ASB++
    - Added links to entries in SEE ALSO. ASB++
2015-02-04 12:20:14 +00:00
wiz
d125992b50 Updated security/p5-IO-Socket-SSL to 2.012 2015-02-04 12:19:15 +00:00
wiz
56343eddac Update to 2.012. Depend on p5-Mozilla-CA.
2.012 2014/02/02
- fix t/ocsp.t in case no HTTP::Tiny is installed
2.011 2014/02/01
- fix t/ocsp.t - don't count on revoked.grc.com using OCSP stapling #101855
- added option 'purpose' to Utils::CERT_create to get better control of the
  certificates purpose. Default is 'server,client' for non-CA (contrary to
  only 'server' before)
- removed RC4 from default cipher suites on the server site
  https://github.com/noxxi/p5-io-socket-ssl/issues/22
- refactoring of some tests using Test::More thanks to Sweet-kid and the
  2015 Pull Request Challenge
2015-02-04 12:19:07 +00:00
wiz
b247089e02 Updated time/khal to 0.4.0 2015-02-04 12:09:55 +00:00
wiz
a672f58dac Update to 0.4.0:
0.4.0

released on 2015-02-02
dependency changes

    new dependency: click>3.2
    removed dependency: docopt
    note to package mantainers: requirements.txt has been removed,
    dependencies are still listed in setup.py
    users will need to delete the local database, no data should
    be lost (and khal will inform the user about this)

bug fixes

    FIX: vtimezones were not assembled properly, this lead to
    spurious offsets of events in some other calendar applications

new and changed features

    new config_option: [default] print_new, lets the user decide
    what should be printed after adding a new event
    new config option: [default] show_all_days lets users decide
    if they want to see days without any events in agenda and
    calendar view (thanks to Pierre David)
    khal (and ikhal) can now display weeknumbers (see config file)
    khal new can now create repetitive events (with ârepeat), see
    documentation (thanks to Eric Scheibler)
    config file: the debug option has been removed (use khal -v
    instead)
    better support for broken events, e.g. events ending before
    they start (Thanks to Markus Unterwaditzer)
    more recurrence rules are supported, khal will print warnings
    on unsupported rules
    change in behaviour: recurring events are now always expanded
    until 2037
    major speedup in inserting events into the caching database,
    especially noticeable when running khal for the first time or
    after an deleting the database (Thanks to Markus Unterwaditzer)

ikhal

    ikhalâs calendar should now be filled on startup
    pressing t refocuses on today
    pressing ctrl-w in input fields should delete the last word
    before the cursor
    when the focus is set on the events list/editor, the current
    date should still be visible in the calendar

0.3.1

released on 2014-09-08

    FIX: events deleted in the vdir are not shown anymore in khal.
    You might want to delete your local database file, if you have
    deleted any events on the server.
    FIX: in some cases non-ascii characters were printed even if
    unicode_symbols is set to False in the config
    FIX: events with different start and end timezones are now
    properly exported (the end timezone was disregarded when building
    an icalendar, but since timezones cannot be edited anyway, this
    shouldnât have caused any problems)
    FIX: calendars marked as read-only in the configuration file
    should now really be read-only

0.3.0

released on 2014-09-03

    new unified documentation
	    html documentation (website) and man pages are all
	    generated from the same sources via sphinx (type make
	    html or make man in doc/, the result will be build in
	    build/html or build/man respectively
	    the new documentation lives in doc/
	    the package sphinxcontrib-newsfeed is needed for
	    generating the html version (for generating an RSS
	    feed)
	    the man pages live doc/build/man/, they can be build
	    by running make man in doc/sphinx/

    new dependencies: configobj, tzlocal>=1.0

    IMPORTANT: the configuration fileâs syntax changed (again),
    have a look at the new documentation for details

    local_timezone and default_timezone will now be set to the
    timezone the computer is set to (if they are not set in the
    configuration file)
2015-02-04 12:09:46 +00:00
wiz
d5cffa0e68 Updated time/py-vdirsyncer to 0.4.2nb1 2015-02-04 12:06:32 +00:00
wiz
fc67f853b1 Depend on py-atomicwrites, because it's required. Bump PKGREVISION. 2015-02-04 12:06:24 +00:00
wiz
c783927f8e Added time/py-tzlocal version 1.1.2 2015-02-04 11:55:19 +00:00
wiz
9cabb0528e Added devel/py-atomicwrites version 0.1.0 2015-02-04 11:54:33 +00:00
wiz
fb721d9d3d + py-atomicwrites. 2015-02-04 11:54:25 +00:00
wiz
6dcdcd7b49 Import py34-atomicwrites-0.1.0 as devel/py-atomicwrites.
Atomic file writes on POSIX.
2015-02-04 11:54:19 +00:00
wiz
7343afad9e + py-tzlocal. 2015-02-04 11:43:46 +00:00
wiz
d509e03c2e Import py34-tzlocal-1.1.2 as time/py-tzlocal.
This Python module returns a tzinfo object with the local timezone
information under Unix and Win-32. It requires pytz, and returns
pytz tzinfo objects.

This module attempts to fix a glaring hole in pytz, that there is
no way to get the local timezone information, unless you know the
zoneinfo name, and under several Linux distros that's hard or
impossible to figure out.

Also, with Windows different timezone system using pytz isn't of
much use unless you separately configure the zoneinfo timezone
name.

With tzlocal you only need to call get_localzone() and you will
get a tzinfo object with the local time zone info. On some Unices
you will still not get to know what the timezone name is, but you
don't need that when you have the tzinfo file. However, if the
timezone name is readily available it will be used.
2015-02-04 11:41:09 +00:00
wiz
5306103e43 Added devel/py-configobj version 5.0.6 2015-02-04 10:08:57 +00:00
wiz
b90302f19a + py-configobj 2015-02-04 10:08:49 +00:00
wiz
09d4aee5b8 Import py34-configobj-5.0.6 as devel/py-configobj, packaged for wip
by jihbed.

ConfigObj is a simple but powerful config file reader and writer:
an ini file round tripper. Its main feature is that it is very easy to use,
with a straightforward programmer's interface and a simple syntax for
config files. It has lots of other features though :

    * Nested sections (subsections), to any level
    * List values
    * Multiple line values
    * String interpolation (substitution)
    * Integrated with a powerful validation system
          o including automatic type checking / conversion
          o repeated sections
          o and allowing default values
    * When writing out config files, ConfigObj preserves all comments
    and the order of members and sections
    * Many useful methods and options for working with configuration files
    (like the 'reload'
    and 'merge' methods)
    * Full Unicode support

This project is also the home of validate which handles the type
checking and conversion for ConfigObj. Support for validate is integrated
into ConfigObj, but it can also be used on its own for reading and implementing
validation specifications
2015-02-04 10:08:33 +00:00
snj
7d5abede15 Updated shells/zsh to 5.0.7nb1 2015-02-04 09:24:35 +00:00
snj
c2e32e6323 Apply upstream revision 22c4ea424ce2e8febce04d324c5ec9898f5d534b.
Thix fixes, at the very least, issues with cvs command/filename
completion.

Bump PKGREVISION to 1.
2015-02-04 09:22:34 +00:00
hauke
faffe808a4 Updated editors/xemacs 2015-02-04 09:21:07 +00:00
hauke
fdc938c899 Update to XEmacs 21.4.23
2015-01-29  Vin Shelton <acs@xemacs.org>

        * XEmacs 21.4.23 is released

2015-01-08  Vin Shelton  <acs@xemacs.org>

        Fix progress bar crashes.
        Thanks to Ralf Soergel for diagnosis and a patch.

        * configure.in (Athena widgets):
        Test for "international" resource in SimpleWidgetClass in libXaw3d.
        * configure: Rebuild.
2015-02-04 09:19:20 +00:00
spz
c3f2b3af56 update libevent to version 2.0.22 (which also updates py-libevent-rpcgen)
Upstream ChangeLog:

Changes in version 2.0.22-stable (5 Jan 2015)

SECURITY FIXES (evbuffers)
 o Avoid integer overflow bugs in evbuffer_add() and related functions.
   See CVE-2014-6272 advisory for more information.
   (20d6d4458bee5d88bda1511c225c25b2d3198d6c)

BUGFIXES (evhttp)
 o fix #73 and fix http_connection_fail_test to catch it (crash fix)
   (b618204 Greg Hazel)
 o Avoid racy bufferevent activation (5eb1788 Nate Rosenblum)

BUGFIXES (compilation and portability)
 o Fix compilation with WIN32_HAVE_CONDITION_VARIABLES enabled (7e45739)
 o Fix missing AC_PROG_SED on older Autoconfs (9ab2b3f Tay Ray Chuan)
 o Backport libevent to vanilla Autoconf 2.59 (as used in RHEL5)
   (74d4c44 Kevin Bowling)
 o Use AC_CONFIG_HEADERS in place of AM_CONFIG_HEADERS for
   automake 1.13 compat (817ea36)
 o Rename configure.in to configure.ac to appease newer autoconfs (0c79787)
 o Avoid using top_srcdir in TESTS: new automakes do not like this (a55514e)
 o Use windows vsnprintf fixup logic on all windows environments (e826f19)
 o Fix a compiler warning when checking for arc4random_buf linker breakage.
   (5cb3865)
 o Fix another arc4random_buf-related warning (e64a2b0)
 o Add -Qunused-arguments for clang on macos (b56611d Trond Norbye)

BUGFIXES (resource leaks/lock errors on error)
 o Avoid leaking fds on evconnlistener with no callback set (69db261)
 o Avoid double-close on getsockname error in evutil_ersatz_socketpair
   (0a822a6)
 o Fix a locking error in bufferevent_socket_get_dns_error. (0a5eb2e)
 o libevent/win32_dealloc() : fix sizeof(pointer) vs sizeof(*pointer)
   (b8f5980 Frank Denis)

BUGFIXES: (other stability)
 o bufferevent_pair: don't call downcast(NULL) (f2428a2)
 o Consistently check for failure from evbuffer_pullup() (60f8f72)
 o Fix race caused by event_active (3c7d6fc vjpai)

BUGFIXES (miscellaneous)
 o Avoid redundant invocations of init_extension_functions for IOCP (3b77d62)
 o Typo fixes from Linus Nordberg (cec62cb, 8cd695b)
 o Add a few files created by "make verify" to .gitignore.
   (1a8295a Pierre Phaneuf)
 o regress_buffer: fix 'memcmp' compare size (79800df Maks Naumov)
 o Fix bufferevent setwatermark suspend_read (b34e4ac ufo2243)
 o Fix evbuffer_peek() with len==-1 and start_at non-NULL. (fb7e76a)

BUFGIXES (evdns)
 o Checking request nameserver for NULL, before using it.
   (5c710c0 Belobrov Andrey)
 o Fix SEGFAULT after evdns_base_resume if no nameservers installed.
   (f8d7df8 Azat Khuzhin)
 o Fix a crash in evdns related to shutting down evdns (9f39c88,e8fe749)

BUGFIXES (epoll)
 o Check does arch have the epoll_create and __NR_epoll_wait syscalls.
   (dfe1e52 Marcin Juszkiewicz)

BUGFIXES (evutil_secure_random)
 o Avoid other RNG initialization FS reads when urandom file is specified
   (9695e9c, bb52471)
 o When we seed from /proc/sys/kernel/random/uuid, count it as success (e35b540)
 o Document that arc4random is not a great cryptographic PRNG. (6e49696)
 o Add evutil_secure_rng_set_urandom_device_file (2bbb5d7)
 o Really remove RNG seeds from the stack (f5ced88)


DOCUMENTATION FIXES
 o Fix a mistake in evbuffer_remove() arguments in example http server
   code (c322c20 Gyepi Sam)
 o Fix a typo in a comment in buffer.h. Spotted by Alt_F4 (773b0a5)
 o Clarify event_base_loop exit conditions (031a803)
 o Use FindClose for handle from FindFirstFile in http-server.c (6466e88)
 o Fix a typo in a doxygen comment. Reported by 亦得. (be1aeff)
2015-02-04 08:04:34 +00:00
snj
64206daaf6 Updated games/chromium-bsu to 0.9.15.1 2015-02-04 08:02:25 +00:00
snj
a908f5a132 Update chromium-bsu to 0.9.15.1.
Condensed changes:
* Translation updates
* Various code cleanup
* Fix movement using the diagonal keys on keypads
* Initialise the horizontal key movement speed properly
* Documentation improvements
* Add support for playing on a keyboard to the SDL backend.
* Add a new fourth level
* Various minor bugfixes
* Change the high scores file from a memory dump to plain text.
  Users with an existing high scores file in memory dump format will
  have their high scores file converted to plain text on startup.
2015-02-04 08:01:49 +00:00
wiz
75f476d99f Updated sysutils/libpciaccess to 0.13.3 2015-02-04 06:59:57 +00:00
wiz
f362f2f71a Update to 0.13.3:
libpciaccess is used by the Xorg server to interface with the appropriate
routines for finding and using PCI bus devices on various operating systems.

This release provides a number of platform-specific improvements for various
platforms, including Linux, Solaris, OpenBSD, NetBSD, and Hurd, plus the
addition of some support for Cygwin.

Alan Coopersmith (3):
      Enable use of __attribute__((deprecated)) with Solaris Studio 12.4 compiler
      Solaris: Fix fd leak in pci_device_solx_devfs_map_range()
      libpciaccess 0.13.3

Marcin Ko?cielnicki (1):
      Fix IO access functions on linux+sysfs.

Mark Kettenis (1):
      Use PCIOCREADMASK on OpenBSD.

Matthew Green (1):
      Implement the kernel_has_driver() method for NetBSD.

Samuel Pitoiset (2):
      Windows/Cygwin: Add support through the WinIo library
      Fix a compilation error on GNU Hurd platforms.

Thomas Klausner (2):
      Fix zlib handling on NetBSD.
      Improve NetBSD i386 detection.
2015-02-04 06:59:46 +00:00
pho
c0e976aa58 lang/ghc7 no longer requires ${PREFIX}/lib to be put into /etc/ld-elf.so.conf
The installed GHC has already been working without the ld hack. These
changes should only affect the package build so revbump isn't needed.

Makefile (CONFIGURE_ENV):
  Refactored with no semantic changes.

Makefile (post-patch):
  ${WRKSRC}/libraries/base/configure.ac is patched too.

Makefile (CHECK_SHLIBS_SUPPORTED):
  Removed the variable as the package now supports it.

Makefile (CHECK_SHLIBS_SKIP):
  Added to skip checks for dynamic Haskell libraries. See the comment
  for details.

bootstrap.mk (pre-configure):
  Use ${CONFIGURE_ENV} when configuring the stage-0 compiler. See the
  comment for details.

patches/patch-libraries_base_configure.ac:
  Added to prevent {CPP,LD}FLAGS from being clobbered. See the comment
  for details. I will send the patch to the upstream in a few days or
  weeks (or even months, depending on my busyness).
2015-02-04 06:53:18 +00:00
taca
78ebe17712 Note update of textproc/ruby-multi_json package to 1.10.1. 2015-02-04 03:27:44 +00:00
taca
bbc6e32c1b Update ruby-multi_json to 1.10.1.
1.10.1
------
* [Explicitly require stringio for Gson adapter](623ec8142d)
* [Do not read StrignIO object before passing it to JrJackson](a6dc935df0)

1.10.0
------
* [Performance tweaks](58724acfed)

1.9.3
-----
* [Convert indent option to Fixnum before passing to Oj](826fc5535b)

1.9.2
-----
* [Enable use_to_json option for Oj adapter by default](76a4aaf697)

1.9.1
-----
* [Remove unused LoadError file](65dedd84d5)

1.9.0
----
* [Rename LoadError to ParseError](4abb98fe3a)
* [Adapter load failure throws AdapterError instead of ArgumentError](4da612b617)

1.8.4
-----
* [Make Gson adapter explicitly read StringIO object](b58b498747)

1.8.3
-----
* [Make JrJackson explicitly read StringIO objects](e1f162d5b6)
* [Prevent calling #downcase on alias symbols](c1cf075453)

1.8.2
-----
* [Downcase adapter string name for OS compatibility](b8e15a0322)

1.8.1
-----
* [Let the adapter handle strings with invalid encoding](6af2bf87b8)

1.8.0
-----
* [Raise MultiJson::LoadError on blank input](c44f9c928b)

1.7.9
-----
* [Explicitly require json gem code even when constant is defined](36f7906c66)

1.7.8
-----
* [Reorder JrJackson before json_gem](315b6e460b)
* [Update vendored OkJson to version 43](99a6b662f6)

1.7.7
-----
* [Fix options caching issues](a3f14c3661)

1.7.6
-----
* [Bring back MultiJson::VERSION constant](31b990c272)

1.7.5
-----
* [Fix warning '*' interpreted as argument prefix](b698962c7f)
* [Remove stdlib warning](d06eec6b79)

1.7.4
-----
* [Cache options for better performance](8a26ee9314)

1.7.3
-----
* [Require json/ext to ensure extension version gets loaded for json_gem](942686f7e8)
* [Rename JrJackson](078de7ba8b)
* [Prefer JrJackson to JSON gem if present](af8bd9799a)
* [Print a warning if outdated gem versions are used](e7438e7ba2)
* [Loosen required_rubygems_version for compatibility with Ubuntu 10.04](59fad014e8)

1.7.2
-----
* [Rename Jrjackson adapter to JrJackson](b36dc915fc)
* [Implement jrjackson -> jr_jackson alias for back-compatability](aa50ab8b7b)
* [Update vendored OkJson module](30a3f474e1)

1.7.1
-----
* [Fix capitalization of JrJackson class](5373a5e38c)
2015-02-04 03:27:08 +00:00
mef
70523a5701 Updated net/balance to 3.56 2015-02-04 01:52:58 +00:00
mef
3d62ae1856 Update 3.54 to 3.56
-------------------
  http://freecode.com/projects/balance
  3.56 06 Nov 2013 11:51: Out-of-band data handling has been added.
2015-02-04 01:52:41 +00:00
alnsn
0f2a3b722e Updated devel/lua-lpeg to 0.12.1. 2015-02-03 23:02:28 +00:00
alnsn
d23a58c779 Update devel/lua-lpeg to 0.12.1.
This new release fixes a few bugs; in particular, it corrects a small
incompatibility with Lua 5.3.
2015-02-03 22:59:01 +00:00
abs
c0908aacf8 Updated pkgtools/pkgdiff to 1.6 2015-02-03 22:51:20 +00:00
mef
f6262d82d0 Delete leftout patch. No longer necessary. 2015-02-03 22:50:52 +00:00
abs
b7662e1edb Updated pkgtools/pkgdiff to 1.6
1.6: Correctly handle filenames with whitespace in pkgdiff and mkpatches
2015-02-03 22:50:27 +00:00
snj
14a59297be Update glpng to 1.46, from its "new" home at http://repo.or.cz/w/glpng.git.
Changes:
- Documentation fixes
- Appease newer compilers
- Fix build with png-1.5
- Fix CVE-2010-1519
- Add memory reading functions
- Add luminance alpha support
2015-02-03 22:26:50 +00:00
agc
ada62f45b2 Update netpgpverify, and libnetpgpverify, to 20150204
+ dump the huge output to /dev/null so that we can see what's
happening with the other tests in testit.sh

+ fix from jperkin@, don't try to be clever when selecting the only
key id in a keyring

+ add a test for single key (non-ssh) pubring
2015-02-03 21:36:48 +00:00