Commit graph

204637 commits

Author SHA1 Message Date
wen
7277f4a51f Updated filesystems/p5-Path-Tiny to 0.027 2013-07-27 07:45:45 +00:00
wen
2761c7aad4 Update to 0.027
Upstream changes:
0.027     2013-07-25 19:38:44 America/New_York

    [ADDED]

    - Added the 'digest' method to produce a hexadecimal SHA-256
      (or user-specified) digest of a file

0.026     2013-07-14 21:25:22 America/New_York

    [FIXED]

    - Fixed bug where lines() with a count longer than the
      file would return undef for the extra lines.  Now returns
      only the lines in the file if the count is greater than
      the number of lines.

0.025     2013-07-10 09:32:13 America/New_York

    [FIXED]

    - Spew to an existing symlink now atomically replaces
      the resolved destination, not the symlink
2013-07-27 07:44:42 +00:00
wen
eac8558f64 Updated devel/p5-MooseX-ClassAttribute to 0.27 2013-07-27 07:13:55 +00:00
wen
4799935d69 Update to 0.27
Upstream changes:
0.27   2013-03-28

- The latest Moose release (2.08) broke this module. This release fixes
  MooseX::ClassAttribute to work with both new and old Mooses. Reported by
  Jonathan Stowe. RT #84263.
2013-07-27 07:10:43 +00:00
wiz
43c6d24c26 Updated meta-pkgs/modular-xorg-protos to 1.2 2013-07-27 06:24:04 +00:00
wiz
263039e429 Add more xorg proto packages. Bump version. 2013-07-27 06:23:55 +00:00
wen
1d22e08d69 Updated devel/p5-MooseX-Aliases to 0.11 2013-07-27 05:25:04 +00:00
wen
645d88b075 Update to 0.11
Update DEPENDS

Upstream changes:
0.11  2013-07-12
      - Doc fixes. (Toby Inkster, #4)
      - Packaging cleanup.
      - Drop old backcompat code for Moose < 2.00.
2013-07-27 05:23:44 +00:00
wen
29d18c7bfc Updated devel/p5-Moo to 1.003000 2013-07-27 05:18:35 +00:00
wen
ba556e6cf9 Update to 1.003000
Update DEPENDS

Upstream changes:
1.003000 - 2013-07-15
  - fix composing roles that require methods provided by the other (RT#82711)
  - document optional use of Class::XSAccessor with caveats
  - fix constructor generated when creating a class with
    create_class_with_roles when the superclass constructor hasn't been
    generated yet
  - fix extending the constructor generator using Moo classes/roles
  - non-lazy attribute defaults are used when applying a role to an object
  - updated META files to list prerequisites in proper phases
  - $Method::Generate::Accessor::CurrentAttribute hashref contains
    information about attribute currently being processed (available
    to exception objects thrown by "isa" and "coerce")
  - properly die when composing a module that isn't a Role
  - fix passing attribute parameters for traits when inflating to Moose
  - fix inflating method modifiers applied to multiple methods
  - fix documentation for Sub::Quote::capture_unroll
  - add documentation noting Sub::Quote's use of strictures
  - fix FOREIGNBUILDARGS not being called if no attributes created
2013-07-27 05:17:05 +00:00
obache
25b0614f8b One more sync distinfo with mplayer, update of main distfile was missed.
PR pkg/48086
2013-07-27 05:00:25 +00:00
taca
ae99b99f98 Note update of www/bind98 and bind99 packages.
net/bind99	9.9.3pl2
        net/bind98	9.8.5pl2
2013-07-27 03:21:48 +00:00
taca
9ea8f8350a Update bind98 to 9.8.5pl2 (BIND 9.8.5-P2).
--- 9.8.5-P2 released ---

3621.	[security]	Incorrect bounds checking on private type 'keydata'
			can lead to a remotely triggerable REQUIRE failure
			(CVE-2013-4854). [RT #34238]
2013-07-27 03:20:53 +00:00
taca
934549b35b Update bind99 to 9.9.3pl2 (BIND 9.9.3-P2).
--- 9.9.3-P2 released ---

3621.	[security]	Incorrect bounds checking on private type 'keydata'
			can lead to a remotely triggerable REQUIRE failure
			(CVE-2013-4854). [RT #34238]
2013-07-27 03:20:07 +00:00
wen
672ccfaf18 Updated devel/p5-Role-Tiny to 1.003001 2013-07-27 02:02:04 +00:00
wen
41bfddc0d2 Update to 1.003001
Upstream changes:
1.003001 - 2013-07-14
  - fix test accidentally requiring Class::Method::Modifiers

1.003000 - 2013-07-14
  - allow composing roles simultaneously that mutually require each other
    (RT#82711)
  - Fix _concrete_methods_of returning non-CODE entries
  - fix broken implementation of method conflict resolution
    (Perlmonks#1041015)
  - add is_role method for checking if a given package is a role
  - drop minimum perl version - code tests just fine on 5.6.1 and 5.6.2

1.002005 - 2013-02-01
  - complain loudly if Class::Method::Modifiers is too old (and skip tests)
  - don't use $_ as loop variable when calling arbitrary code
2013-07-27 02:01:06 +00:00
wen
4bf920f22d Updated devel/p5-File-ChangeNotify to 0.23 2013-07-27 01:50:42 +00:00
wen
c35c2cf63a Update to 0.23
Upstream changes:
0.23   2013-01-26

- The new_events() watcher method blocked when using IO::Kqueue as the watcher
  backend. Reported and patched by Jun Kuriyama.


0.22   2012-04-13

- Remove unnecessary Perl 5.10 requirement.


0.21   2012-02-03

- The implementation of the exclude feature did not work properly in several
  cases. First, for the Inotify and KQueue watchers, when a new directory was
  created that should have been excluded, it was not. Second, it didn't work
  for files at all for these watchers. Reported by Jon Swartz. RT #73089.
2013-07-27 01:49:39 +00:00
wen
33adfd17ae Updated devel/p5-Moose to 2.1004 2013-07-27 01:36:28 +00:00
wen
7d793de715 Update to 2.1004
Remove some unneeded comments.

Upstream changes;
2.1004 Fri, Jul 26, 2013

  [BUG FIXES]

  * 2.1003 was released with some bad metadata, which caused the prereq test
    to fail.

2.1003 Fri, Jul 26, 2013

  [OTHER]

  * Releasing 2.0901 as stable.

2.0901-TRIAL Fri, Jun 21, 2013

  [ENHANCEMENTS]

  * The with_immutable() sub from Test::Moose now passes a boolean value to
    the code block containing tests indicating whether or not the classes have
    been made immutable. This can make for nicer test descriptions. (Dave
    Rolsky)

  * You can now use Specio types instead of Moose builtins or
    MooseX::Types. As a bonus, Specio types inline coercion. However, this
    support is still experimental (as is Specio), so use it with care. (Dave
    Rolsky)

2.0900-TRIAL Sun, May 26, 2013

  [API CHANGES]

  * Fixed the Num builtin type to reject NaN, Inf, numbers with whitespace,
    and other questionable strings. The MooseX::Types::LaxNum distro
    implements the old behavior. RT#70539 (Upasana Shukla)
2013-07-27 01:35:21 +00:00
wen
8d54735026 Updated devel/p5-Data-Visitor to 0.30 2013-07-27 01:11:09 +00:00
wen
eea6d06551 Update to 0.30
Upstream changes:
0.30  2013-06-24
    - doy/data-visitor should probably be the canonical repository at this
      point

0.29  2013-06-24
    - The class callbacks to be run for an object are now chosen once, at the
      start of visiting that object. Previously, it always looked through the
      entire list of callbacks every time, in a loop in which the object in
      question could be changed by the callback. Since the class callbacks are
      only partially ordered, this lead to differences in whether a callback
      would be called or not based on hash order. reported by Robin Smidsrd.
2013-07-27 01:09:52 +00:00
wiz
65456e9786 spectrwm/scrotwm updates. 2013-07-26 17:58:29 +00:00
wiz
c9e45afa19 Remove scrotwm, replaced by spectrwm. 2013-07-26 17:57:49 +00:00
wiz
4815ad1d34 Added wm/spectrwm version 2.2.0 2013-07-26 17:57:13 +00:00
wiz
965ea50d8a Import spectrwm-2.2.0 as wm/spectrwm.
Based on a package by Lokesh Mandvekar <lsm5@fedoraproject.org>
and wm/scrotwm.

Spectrwm is a small dynamic tiling window manager for X11. It tries
to stay out of the way so that valuable screen real estate can be
used for much more important stuff. It has sane defaults and does
not require one to learn a language to do any configuration. It
was written by hackers for hackers and it strives to be small,
compact and fast.

It was largely inspired by xmonad and dwm. Both are fine products
but suffer from things like: crazy-unportable-language-syndrome,
silly defaults, asymmetrical window layout, "how hard can it be?"
and good old NIH. Nevertheless dwm was a phenomenal resource and
many good ideas and code was borrowed from it. On the other hand
xmonad has great defaults, key bindings and xinerama support but
is crippled by not being written in C.

Spectrwm is a beautiful pearl! For it too, was created by grinding
irritation. Nothing is a bigger waste of time than moving windows
around until they are the right size-ish or having just about any
relevant key combination being eaten for some task one never needs.
The path of agony is too long to quote and in classical OpenBSD
fashion (put up, or hack up) a brand new window manager was whooped
up to serve no other purpose than to obey its masters. It was
written by Marco Peereboom & Ryan Thomas McBride and it is released
under the ISC license.
2013-07-26 17:55:37 +00:00
ryoon
f48455eeea Cygwin64 1.7.22's gcc 4.8.1 does not accept -no-undefined.
Restrict to use with libtool only.
2013-07-26 13:13:12 +00:00
ryoon
7bd80c34e5 Fix build on Cygwin64.
* Patches borrowed from cygwin64's libffi-3.0.13-1-src.tar.bz2.
2013-07-26 13:12:25 +00:00
ryoon
159d66d403 Fix build under Cygwin.
* Restore -no-undefined.
2013-07-26 13:08:32 +00:00
ryoon
02c5525ba5 Fix build under Cygwin. 2013-07-26 12:54:39 +00:00
ryoon
dcad4a848a Fix build under GNU/kFreeBSD/amd64. 2013-07-26 12:40:06 +00:00
ryoon
215be0b3a6 Fix build on Cygwin.
__dev32_t is removed since 1.7.19 of cygwin.
Like http://mail-index.netbsd.org/source-changes/2013/06/14/msg044776.html .
2013-07-26 12:37:41 +00:00
obache
b895faaf7d logrotate-3.8.5 [pkg/48073], nagios-3.5.0 [pkg/48082] 2013-07-26 11:47:57 +00:00
ryoon
620547760d Fix build under GNU/kFreeBSD. 2013-07-26 11:37:22 +00:00
ryoon
f410fbb180 Updated security/openssl to 1.0.1enb2 2013-07-26 11:27:41 +00:00
ryoon
1bc777576d Bump PKGREVISION.
* For DragonFly, use its own condition.
* Add Debian GNU/kFreeBSD support.
2013-07-26 11:27:02 +00:00
ryoon
78a31ba5ca Fix build under GNU/kFreeBSD.
* Add variable for GNU/kFreeBSD.
2013-07-26 10:59:53 +00:00
ryoon
e21fff9259 Fix build under GNU/kFreeBSD.
* host_os in configure script is something wrong
  (gnukfreebsd, not kfreebsd*-gnu).
2013-07-26 10:48:22 +00:00
ryoon
c77ba94129 Fix build under GNU/kFreeBSD. 2013-07-26 10:35:44 +00:00
ryoon
863a841957 Fix build under GNU/kFreeBSD. 2013-07-26 10:21:41 +00:00
fhajny
da048e8a2c Fix build on at least SunOS by pointing to real OpenSSL. 2013-07-26 09:50:21 +00:00
ryoon
b2b976982f Updated pkgtools/bootstrap-mk-files to 20130727 2013-07-26 09:39:13 +00:00
ryoon
48fb0b40e9 Add (Debian) GNU/kFreeBSD port.
Similar to GNU/Linux.

Bump bootstrap-mk-files to 20130727.
2013-07-26 09:38:15 +00:00
fhajny
8c7dfafeff Updated lang/nodejs to 0.10.15 2013-07-26 09:34:23 +00:00
fhajny
30a3d1a065 2013.07.25, Version 0.10.15 (Stable)
* src: fix process.getuid() return value (Ben Noordhuis)

2013.07.25, Version 0.10.14 (Stable), fdf57f811f9683a4ec49a74dc7226517e32e6c9d
* uv: Upgrade to v0.10.13
* npm: Upgrade to v1.3.5
* os: Don't report negative times in cpu info (Ben Noordhuis)
* fs: Handle large UID and GID (Ben Noordhuis)
* url: Fix edge-case when protocol is non-lowercase (Shuan Wang)
* doc: Streams API Doc Rewrite (isaacs)
* node: call MakeDomainCallback in all domain cases (Trevor Norris)
* crypto: fix memory leak in LoadPKCS12 (Fedor Indutny)
2013-07-26 09:34:05 +00:00
is
43f6998bbb Don't overwrite shlib.pl with the really old version from files/ .
Fixes PR 48067 by Matthias Kretschmer.
Tests: Backported to 2013Q1, it passes "make test" on NetBSD/i386
6.1, the PR submitter's quick test as well as the PR submitter's
extended application that triggered the PR.
2013-07-26 09:29:34 +00:00
kleink
7ae177716f Updated www/py-werkzeug to 0.9.3.
Updated www/py-werkzeug-docs to 0.9.3.
2013-07-26 09:17:13 +00:00
kleink
b70b973f70 Update py-werkzeug and py-werkzeug-docs to 0.9.3.
Version 0.9.3
-------------

(bugfix release, released on July 25th 2013)

- Restored beahvior of the ``data`` descriptor of the request class to pre 0.9
  behavior.  This now also means that ``.data`` and ``.get_data()`` have
  different behavior.  New code should use ``.get_data()`` always.

  In addition to that there is now a flag for the ``.get_data()`` method that
  controls what should happen with form data parsing and the form parser will
  honor cached data.  This makes dealing with custom form data more consistent.
2013-07-26 09:16:00 +00:00
schmonz
ad6619c01c Provide slightly more correct upgrade instructions. 2013-07-25 16:32:20 +00:00
wen
77bbaff6a5 Updated devel/py-pip to 1.4 2013-07-25 15:13:22 +00:00