Commit graph

8651 commits

Author SHA1 Message Date
tnn
480cfbcd75 PLIST fix for previous 2009-08-29 11:50:32 +00:00
tnn
15458d9ed0 Add a "gnome" option which toggles gnome-vfs (and dbus) support.
Enable this by default.
Bump revision.
2009-08-29 10:34:37 +00:00
tez
690d009d45 Fix for Secunia Advisory: SA35780
from http://bugs.gentoo.org/attachment.cgi?id=199846
2009-08-27 21:51:37 +00:00
wiz
0d0c0ca4b2 Remove empty line. 2009-08-27 19:39:54 +00:00
abs
a24d9150ad +p5-Catalyst-Action-REST p5-URI-FromHash 2009-08-27 10:44:04 +00:00
abs
cc57c67c41 Added www/p5-Catalyst-Action-REST version 0.76
This Action handles doing automatic method dispatching for REST
requests. It takes a normal Catalyst action, and changes the dispatch
to append an underscore and method name.

For example, in the synopsis above, calling GET on "/foo" would
result in the foo_GET method being dispatched.

If a method is requested that is not implemented, this action will
return a status 405 (Method Not Found). It will populate the "Allow"
header with the list of implemented request methods. You can override
this behavior by implementing a custom 405 handler like so:

   sub foo_not_implemented {
      ... handle not implemented methods ...
   }

If you do not provide an _OPTIONS subroutine, we will automatically
respond with a 200 OK. The "Allow" header will be populated with
the list of implemented request methods.

It is likely that you really want to look at Catalyst::Controller::REST,
which brings this class together with automatic Serialization of
requests and responses.
2009-08-27 10:37:24 +00:00
abs
c77d3c8d74 Added www/p5-URI-FromHash version 0.03
This module provides a simple one-subroutine "named parameters"
style interface for creating URIs. Underneath the hood it uses
URI.pm, though because of the simplified interface it may not
support all possible options for all types of URIs.

It was created for the common case where you simply want to have
a simple interface for creating syntactically correct URIs from
known components (like a path and query string). Doing this using
the native URI.pm interface is rather tedious, requiring a number
of method calls, which is particularly ugly when done inside a
templating system such as Mason or TT2.
2009-08-27 10:36:42 +00:00
martin
dfc4489ca3 New bugs reported upstream - add references 2009-08-26 21:42:25 +00:00
martin
ff953c9cf8 Fix very obvious alignment issue 2009-08-26 21:07:31 +00:00
sno
9e04a7c891 bump revision because of graphics/jpeg update 2009-08-26 20:22:51 +00:00
sno
949cd3bc1f bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
sno
7d1e46223c Adding a bug-fix which supresses same function is installed multiple times.
See http://rt.cpan.org/Ticket/Display.html?id=48989 for details.
2009-08-26 17:39:01 +00:00
sno
bf80d16fc5 Adding a bug-fix which supresses same function is installed multiple times.
See http://rt.cpan.org/Ticket/Display.html?id=48989 for details.
2009-08-26 17:36:53 +00:00
wiz
aa35d2e30c Remove BROKEN_IN variable. It was no maintained, and there was no
defined workflow for setting it, removing it, or removing packages
depending on it.
2009-08-25 12:32:54 +00:00
wiz
724818b671 Get rid of now unnecessary EXTRACT_OPTS_ZIP. 2009-08-25 11:57:44 +00:00
taca
978baade94 Update www/opengoo package to 1.5.2.
Since 1.5.1
-----------
- bugfix: Tags permissions rollbacked. It caused errors in some mysql settings.
- bugfix: Document editor toolbar not shown correctly.
- bugfix: Invited users to an event weren't being shown when editing the event.
- bugfix: When subscribing users to an object through the object's view, the
	  users were not being notified.
- bugfix: When editing an object, selected subscribers were reset after
	  changing the object's workspace.
- bugfix: When instantiating a milestone template it's subtasks were not added
	  to the same workspace.
- bugfix: Fixed performance issues when changing a workspace's parent on the
	  GUI.
- bugfix: Notes listing showed creator as last updater.
- bugfix: Cron events view wasn't converting times to user's timezone.
- bugfix: When filtering email by tag some extra email was shown.
- bugfix: Creating a template in IE wouldn't let you edit it's properties.
- bugfix: Dragging a task in the calendar would throw an error.
- bugfix: "Can't open file" error when classifying email.
- bugfix: Linked objects listing was missing the drag handle.
- bugfix: Workspaces for classfied Emails were not being shown on dashboard
	  viewed as list.
- bugfix: Error when deleting trashed emails from cron.
- bugfix: Error when instantiating templates with parameters assigned to a
	  project.
- bugfix: Instantiated template objects were not assigned to the current
	  workspace.
- langs: Added missing langs for tasks report fields.
- langs: Updated langs.
2009-08-24 12:42:54 +00:00
martin
8e82da2469 The aggregate allocator for JSScripts did not care about alignment at all -
make it deal properly at least on 64 bit archs (natural alignment seems
to fit for all substructures for 32bit archs)
2009-08-23 23:56:19 +00:00
wiz
bc9bfb65d1 Remove www/cocoon, last updated in 2001, broken since 2006, missing
a dependency since 2008.
Remove textproc/fop, last updated in 2001, only used by cocoon.
2009-08-23 22:22:33 +00:00
gdt
bbeb6dd3bc drop PKGREVISION on makefiles that rode the subversion version bump 2009-08-22 23:28:23 +00:00
obache
0ccc9e5970 Update http_load to 20060312, a.k.a. 12mar2006.
Changes is unknown, but at least, patch-ab was incorporated.
2009-08-22 12:01:21 +00:00
obache
7a9e7606cc Honor PKGMANDIR. 2009-08-22 09:30:37 +00:00
sno
c682d687e0 Updating package www/p5-CGI-Application from 4.21 to 4.31
pkgsrc changes:
  - Adding license

Upstream changes since 4.21:
4.31 Wed Jul 29, 2009
    [FEATURES]
    - html_tmpl_class() now allows setting an an alternate HTML::Template class
      at a run time. This makes it easy to set the class to be
      'HTML::Template::Dumper' for debugging. You can then see and precisely
      test the Perl data structure that would be sent your template, taking
      into account the template tokens that are actually set there.  (Mark Stosberg)

    [DOCUMENTATION]
    - More typo fixes (Lyle)
2009-08-20 18:28:40 +00:00
sno
85732b8543 Updating package www/p5-Catalyst-Plugin-Session-State-Cookie from 0.12
to 0.13

pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.13    2009-08-19
        - Remove Test::MockObject from the test suite as prone to failing on
          some platforms and perl versions due to its UNIVERSAL:: package
          dependencies.
        - Remove Class::Accessor::Fast and replace with Moose. This allows
          us to not have a ->new method, This is more correct for Plugins
          and also means that Catalyst is not forced to invoke the scary
          replace_constructor at scope end handling.
2009-08-20 18:22:35 +00:00
sno
7cd4037536 Update package www/p5-Catalyst-Plugin-Session from 0.25 to 0.26
pkgsrc changes:
  - Adjusting dependencies according to META.yml

Upstream changes:
0.26 2009-08-19
        - Remove Test::MockObject from the test suite as prone to failing on
          some platforms and perl versions due to it's UNIVERSAL:: package
          dependencies.
2009-08-20 18:04:16 +00:00
sno
226ce0d2a3 Updating package www/p5-Apache2-AuthCookieDBI from 2.04 to 2.05
pkgsrc changes:
  - Adding license
  - Removing dependency to CORE module Digest::MD5

Upstream changes:
2.05 - Thu May 14 18:37:07 PDT 2009
       - Fixed bug in _get_cipher_type() where it was not memoizing the
         Crypt::CBC objects.
       - Fixed https://rt.cpan.org/Ticket/Display.html?id=45207
         Hash keys for configuration values were wrong in several places.
       - Improved test coverage a little.
2009-08-20 18:01:58 +00:00
jwise
1acce63ea9 Give up maintainership of packages where I am still listed as MAINTAINER. 2009-08-20 15:24:58 +00:00
sno
7e0ac02db2 Updating package www/p5-FCGI-ProcManager from 0.18nb1 to 0.19
pkgsrc changes:
  - Adjusting MASTER_SITES
  - Adding license

No upstream changes noted, but 117 times all smoke tests passed.
2009-08-19 19:11:48 +00:00
sno
3c9b084c21 Updating package www/p5-LWPx-ParanoidAgent from 1.03nb1 to 1.07
pkgsrc changes:
  - Adjusting dependencies (remove core module from extra dependencies)
  - Adding license

Upstream changes:
1.07:  2009-08-05
	- Skip the whole test when it can't bind to the specified private IP
	  (Tatsuhiko Miyagawa)
	- Fix the way to get LWP error when it's set to X-Died instead of $@
	  (Zbigniew Lukasiak)

1.06:  2009-07-17
	- explicitly load deprecated module LWP::Debug, now that it's not
	  loaded by default.  (Tatsuhiko Miyagawa <miyagawa@gmail.com>)

1.05:  2009-06-21
        - patch from Alessio Signorini <alessio.signorini@spryte.it> to
	  quiet a warning that could be triggered

1.04:  2008-10-30
	- fix tests to no longer rely on my DNS servers, which had since migrated
	  to EasyDNS which doesn't allow the types of malicious records I was
	  testing for.  instead, switch to a mock object resolver.
	  (Brad Fitzpatrick, brad@danga.com)
2009-08-19 19:00:31 +00:00
sno
39647f451d Updating package www/p5-HTTP-Server-Simple-Mason from 0.11 to 0.12
pkgsrc changes:
  - Adding license (perl license)

Upstream changes:
0.12 Tue Jul  7 17:01:55 EDT 2009
    * Test update. Looks like LWP::Simple now returns undef instead of '' on fail
2009-08-19 18:56:08 +00:00
sno
3467a6c581 Updating package www/p5-HTTP-Server-Simple from 0.38 to 0.40
pkgsrc changes:
  - Adding license (perl license)

Upstream changes:
0.40 Mon Aug 17 22:01:07 EDT 2009

* After a fork, we need to reset the random seed lest we have
  duplicated random numbers in both forks.

0.39 Mon Aug 17 09:41:05 EDT 2009

* Added signature tests

0.38_04 Wed Aug 12 20:15:14 EDT 2009

Another pass at the Win32 fixes from KMX

0.38_03 Sat Apr 11 18:47:29 EDT 2009

* Subject: [rt.cpan.org #44961] [PATCH] xdg reports select() is problematic on win32

0.38_02 Fri Apr 10 20:57:19 EDT 2009

* Specify an HTTP version for our GETs should get escaping to wokr

0.38_01 Mon Mar  2 18:11:46 EST 2009
* http://rt.cpan.org/Ticket/Attachment/568795/286902/ from confound++ for
  http://rt.cpan.org/Public/Bug/Display.html?id=28122
2009-08-19 18:52:54 +00:00
sno
ee2844650e Updating package www/p5-HTTP-Proxy from 0.23 to 0.24
Upstream changes:
0.24 Tue Jul 21 21:28:02 CEST 2009
        [ENHANCEMENTS]
        - When a short-circuit response was send, the next response
          would not be filtered at all. This has been fixed.
        [FIXES]
        - yet another fix for t/23connect, proposed by Marek Rouchal
          (closed RT ticket #38995) [test skipped for now]
        - HTTP::Headers::Util's split_header_words() returns lower case
          tokens/keys since October 6, 2008. Fix by Maurice Aubrey.
          (closed RT tickets #43249, #43622)
2009-08-19 18:48:25 +00:00
sno
55cc281820 Updating package www/p5-Catalyst-Devel from 1.19 to 1.20
pkgsrc changes:
  - Adjust dependencies

Upstream changes:
1.20    2009-08-11 23:30:30
        - Bump required File::ChangeNotify version to 0.07. Closes RT#48610.
2009-08-19 18:41:24 +00:00
sno
03a2a57781 Updating package www/p5-WWW-Mechanize from 1.58 to 1.60
Upstream changes:
1.60        Mon Aug 17 00:41:39 CDT 2009
========================================
No new features.  Exists only to skip tests that always fail on
Windows.

Fixed up some minor documentation problems.
2009-08-19 18:37:41 +00:00
sno
91544cb06e Updating package www/p5-Catalyst-Plugin-Session-State-Cookie from 0.11
to 0.12

pkgsrc changes:
  - Adjusting dependencies
  - Adding license

Upstream changes:
0.12    2009-07-18
        - Introduced a new option cookie_httponly
        - Option cookie_secure extended (old syntax fully supported)
2009-08-19 18:34:07 +00:00
sno
d9f63e103f Updating package www/p5-Catalyst-Plugin-Session from 0.24 to 0.25
pkgsrc changes:
  - Adjusting license (now we have ${PERL5_LICENSE}

Upstream changes:
0.25 2009-0708
        - Add the a change_session_id method which can be called after
          authentication to change the user's session cookie whilst preserving
          their session data. This can be used to provide protection from
          Session Fixation attacks. (kmx)
2009-08-19 18:27:40 +00:00
sno
3edd38c650 Updating package www/p5-Catalyst-Plugin-ConfigLoader from 0.24 to 0.27
pkgsrc changes:
  - Require Catalyst 5.8 in general

Upstream changes:
0.27  Thu Aug 13 2009
    - Require Catalyst 5.8 for tests that use ctx_request() (RT #48651)

0.26  Mon Aug 10 2009
    - Fix test to not need "parent" (RT #48547)
    - Do not localize %ENV, rather, remove potentially conflicting
      k-v pairs (RT #48557)

0.25  Fri Aug 07 2009
    - Fix get_config_local_suffix and get_config_path when finding values
      from ENV vars (RT #47937)
2009-08-19 18:23:08 +00:00
sno
cc2316c701 Updating package www/p5-Catalyst-Model-Adaptor from 0.03nb1 to 0.05
pkgsrc changes:
  - Updating MASTER_SITES
  - Adding license (perl license)
  - Adjusting dependencies

Upstream changes:
0.05   7 August 2009
       - Fix a minor documentation problem. Reported by Eric Prestemon.
         (Closes RT#48487)
       - Switch from Class::C3 to MRO::Compat.

0.04   16 July 2009
       - If no arguments are supplied, then construct new objects with {}
         by default, rather than undef, as Moose classes fail if given undef.
2009-08-19 18:18:16 +00:00
sno
5d1b76a23c Updating package www/p5-CatalystX-Component-Traits from 0.03 to 0.08
pkgsrc changes:
  - Adjust dependencies according to META.yml

Upstream changes:
0.08  2009-07-29 23:39:30
   - Require Module::Pluggable 3.9 to avoid test failures.
   - More verbose error when traits cannot be found, including full search path.

0.07  2009-07-26 15:11:55
    - fix incompatibility with perl 5.8

0.06  2009-07-20 21:44:13
    - configurable trait merging support

0.05  2009-07-17 23:46:43
    - Correctly pass the application class into component constructors

0.04  2009-07-16 13:01:02
    - updated algorithm to handle CatalystX:: namespaced things
2009-08-19 18:01:23 +00:00
minskim
04b863a428 Bump PKGREVISION of w3m-img because the default options of w3m has
been changed.
2009-08-19 06:17:10 +00:00
minskim
957b62b09e Let emacs-w3m-snapshot require w3m>=0.5.2nb3 because earlier versions
built with default options do not support unicode, which is needed
by emacs-w3m-snapshot.

Noted by Aleksej Saushev on pkgsrc-users@.
2009-08-19 06:01:37 +00:00
minskim
86627d5877 Enable m17n and unicode unconditionally. The package size increase
caused by them is less than 1MB.

OK'ed by uebayasi@.
2009-08-19 05:47:17 +00:00
minskim
ac9673367e Update ap-auth-kerb to 5.4.
Changes:
* implemented KrbServiceName Any to deal with multiple keytab entries for
  various browsers
* implemented KrbLocalUserMapping i.e. to strip @REALM from username for
  further use
* implemented already_succeeded function to avoid hammering the KDC with
  same auth requests in single connection
* fixed threading issues
* improved configure and Makefile scripts (mainly for BSD users)
* fixed minor issues
2009-08-18 23:10:49 +00:00
taca
287644cda7 Update typolight27-translations package to 20090815.
* Update Slovak translation files.
2009-08-18 15:54:53 +00:00
sno
6c7ca5db0a Updating package for p5 module LWP (www/p5-libwww) from 5.830 to 5.831
Upstream changes:
2009-08-13  Release 5.831

Ville Skytt"a (3):
      Fix bzip2 content encoding/decoding.
      send_te() doc grammar fix.
      Document time2str() behavior with an undefined argument.

Gisle Aas (1):
      HTML::Message's content_charset trigger warnings from HTML::Parser [RT#48621]
2009-08-18 14:36:41 +00:00
sno
bca7bec10a Updating package for p5 module www/p5-URI from 1.38 to 1.40
Upstream changes:
2009-08-14 Release 1.40 - Gisle Aas <gisle@ActiveState.com>
   Even stricter test for working DNS, 2nd try.

2009-08-13 Release 1.39 - Gisle Aas <gisle@ActiveState.com>
   Even stricter test for working DNS, hopefully this gets rid of the rest of
   the heuristics.t failures.
2009-08-18 14:32:40 +00:00
sno
dd77c2cfc2 Updating package for www/p5-HTML-Parser from 3.61 to 3.62
Upstream changes:
2009-08-13  Release 3.62

Ville Skytt"a (4):
      HTTP::Header doc typo fix.
      Do not bother tracking style or script, they're ignored.
      Bring HTML 5 head elements up to date with WD-html5-20090423.
      Improve HeadParser performance.

Gisle Aas (1):
      Doc patch: Make it clearer what the return value from ->parse is
2009-08-18 14:28:00 +00:00
sno
97c8cb8458 Updating package www/p5-CGI from 3.44 to 3.45
Upstream changes:
Version 3.45
  [BUG FIXES]
  1. Prevent warnings about "uninitialized values" for REQUEST_URI, HTTP_USER_AGENT and other environment variables.
     Patches by Callum Gibson, heiko and Mark Stosberg. (RT#24684, RT#29065)
  2. Avoid death in some cases when running under Taint mode on Windows.
     Patch by Peter Hancock (RT#43796)
  3. Allow 0 to be used as a default value in popup_menu(). This was broken starting in 3.37.
     Thanks to Haze, who was the first to report this and supply a patch, and pfschill, who pinpointed
     when the bug was introduced. A regression test for this was also added. (RT#37908)
  4. Allow "+" as a valid character in file names, which fixes temp file creation on OS X Leopard.
     Thanks to Andy Armstrong, and alech for patches. (RT#30504)
  5. Set binmode() on the Netware platform, thanks to Guenter Knauf (RT#27455)
  6. Don't allow a CGI::Carp error handler to die recursively. Print a warning and exit instead.
     Thanks to Marc Chantreux. (RT#45956)
  7. The Dump() method now is fixed to escape HTML properly. Thanks to Mark Stosberg (RT#21341)
  8. Support for <optgroup> with scrolling_list() now works the same way as it does for popup_menu().
     Thanks to Stuart Johnston (RT#30097)
  9. CGI::Pretty now works properly when $" is set to ''. Thanks to Jim Keenan (RT#12401)
 10. Fix crash when used in combination with PerlEx::DBI. Thanks to Burak G"ursoy (RT#19902)

  [DOCUMENTATION]
  1. Several typos were fixed, Thanks to ambs. (RT#41105)
  2. A typo related to the nosticky pragma was fixed, thanks to Britton Kerin. (RT#43220)
  3. examples/nph-clock.cgi is now more portable, by calling localtime() rather than `/bin/date`,
     thanks to Guenter Knauf. (RT#27456).
  4. In CGI::Carp, the SEE ALSO section was cleaned up, thanks to Slaven Rezic. (RT#32769)
  5. The docs for redirect() were updated to reflect that most headers are
     ignored during redirection. Thanks to Mark Stosberg (RT#44911)

  [INTERNALS]
  1. New t/unescapeHTML.t test script has been added. It includes a TODO test for a pre-existing
     bug which could use a patch. Thanks to Pete Gamache and Mark Stosberg (RT#39122)
  2. New test scripts have been added for user_agent(), popup_menu() and query_string(), scrolling_list() and Dump()
     Thanks to Mark Stosberg and Stuart Johnston. (RT#37908, RT#43006, RT#21341, RT#30097)
  3. CGI::Carp and CGI::Util have been updated to have non-developer version numbers.
     Thanks to Slaven Rezic. (RT#48425)
  4. CGI::Switch and CGI::Apache now properly set their VERSION in their own name space.
     Thanks to Alexey Tourbin (RT#11941,RT#11942)
2009-08-18 14:23:26 +00:00
sno
c7493ff272 - Updating dependency to p5-GD-Graph3d
- Bump PKGREVISION for this
- Adding license according to POD (perl)
2009-08-17 19:15:33 +00:00
sno
f790990c41 - Updating dependency to p5-GD-Graph3d
- Bump PKGREVISION for this
- Adding license according to META.yml (MIT)
2009-08-17 19:13:59 +00:00
sno
0752dc4c2e - Updating dependency to p5-GD-Graph3d
- Adding recommended dependencies (Template::Plugin::*)
- Bump PKGREVISION for this
2009-08-17 19:11:37 +00:00