Commit graph

10612 commits

Author SHA1 Message Date
hiramatsu
4c64ac08c3 Update p5-HTML-TableExtract to 2.11.
Changes from previous:
2.11  Tue Aug 23 16:01:04 EDT 2011
        - added parsing context, override for eof() and parse() for
          memory clear on new docs or post-eof()
        - fixed some long standing test warnings
2011-11-15 09:10:53 +00:00
hiramatsu
946bdc765b Update p5-Catalyst-View-JSON to 0.33.
Changes from previous:
0.33  Tue Apr 12 12:20:22 PDT 2011
        - Fixed local_request monkey patching to support Catalyst >= 5.89

0.32  Tue Jan  4 10:03:05 PST 2011
        - remove Opera special casing (omega)
2011-11-15 09:10:35 +00:00
hiramatsu
9f4e707a8b Add p5-HTTP-Server-EV. 2011-11-15 06:43:41 +00:00
hiramatsu
2684d96e93 Import www/p5-HTTP-Server-EV, submitted in PR/45603.
Asynchronous HTTP server using EV event loop.

It doesn't load files received in the POST request in memory as most
of CGI modules does, but stores them directly to tmp files, so it's
useful for handling large files without using a lot of memory.
2011-11-15 06:42:33 +00:00
dholland
49d67f9038 Take apache22 out of PKG_APACHE_ACCEPTED, because this conflicts with
apache22 >= 2.2.10, and we're now on 2.2.21.

Ideally this would instead accept apache22 older than 2.2.10, but
given how old (and insecure) that is there's not much point. I guess
if anyone really really wants to do that they can revert this change
locally... but I can't say I recommend it.
2011-11-14 22:26:31 +00:00
alnsn
b5ac87d973 Fix a typo in URL: cgiweb.cgi -> gitweb.cgi 2011-11-14 21:17:59 +00:00
hiramatsu
046e3c2b2a Update p5-HTML-Template-Pro to 0.9506.
Changes from previous:
0.9505 Fri Jul  1 13:27:10 EEST 2011
	- bugfix in perl wrapper: fix in WrapAssociate.pm
	  thanks to Viktor Bukhtoyarov

0.9506 Tue Oct  4 22:55:35 EEST 2011
	- file name in logs
2011-11-14 09:41:07 +00:00
hiramatsu
5d74a75701 Update p5-Plack-Middleware-Deflater to 0.05.
Changes from previous:
0.05  Wed Jun 22 23:28:32 JST 2011
        - No code changes
        - Added Test::Requires to build_requires
        - Fixed pod

0.04  Mon May 16 12:58:30 JST 2011
        - Added content_type and vary_user_agent options (kazeburo)
        - Added psgix.no-compress and psgix.compress-only-text/html enviroment
          value like Apache mod_deflate (kazeburo)
2011-11-14 09:40:27 +00:00
tnn
aeec466013 Drop MAKE_JOBS_SAFE=no; I think it was a local problem. 2011-11-13 17:02:20 +00:00
taca
d51dfef918 Update geeklog package to 1.8.1. Remove PRIVILEGED_STAGES setting, too.
Oct 9, 2011 (1.8.1)
-----------

- Fixed exact match censoring option (bug #0001392) [Tom]
- Fixed adding elements to empty Configuration arrays (bug #0001396) [Tom]
- Blank out OAuth consumer key and secret in rootdebug dumps [Dirk]
- Fixed deleting elements from Configuration arrays (bug #0001394, patch
  provided by dengen)
- Avoid censoring in What's Related block (bug #0001393) [Tom, Dirk]
- Fixed error message display in admin's user editor when renaming the
  userphoto failed [Dirk]
- Don't display details of a failed MS SQL query by default [Dirk]

- Updated Japanese language file, provided by the Geeklog.jp group
2011-11-13 15:52:24 +00:00
taca
d586884a8b Update contao210-translations package to 20111108.
Update French language files to support Contao 2.10.3.
2011-11-13 15:48:32 +00:00
ghen
223cc9d6cc Removed www/skipstone. 2011-11-13 13:44:54 +00:00
ghen
1feea51f77 Remove skipstone, this has been marked BROKEN for ages and upstream is dead
as well.
2011-11-13 13:44:10 +00:00
hiramatsu
3126df360a Update p5-Catalyst-View-TT to 0.37.
Changes from previous:
0.37   2011-07-17 09:20:00
        - Allow setting of TT class rather than forcing 'Template'

0.36   2010-10-19 15:00:00
        - Fixed subclassing when using expose_methods
2011-11-13 09:36:31 +00:00
hiramatsu
a757f901a6 Update p5-CatalystX-CRUD-YUI to 0.025.
Changes from previous:
0.025   23 Oct 2010
        * change field.description.length to .defined to appease TT.
        * add Create Related links. Patch from Adam Mackler.
        * fix some XHTML compliance bugs (reported by Adam Mackler).
        * change 'use Class::C3' to 'use MRO::Compat' in test libs.
        * add m2m example to MyDBIC test app
2011-11-13 06:15:22 +00:00
hiramatsu
3f3988d394 Update p5-HTML-RewriteAttributes to 0.04.
Change from previous:
0.04    Thu Nov 18 2010
        Resources: Ignore @import statements that appear in comments
2011-11-13 04:49:25 +00:00
mspo
dfe57ca449 Update to varnish 3.0.2
There are VCL-incompatible changes between 2.x and 3.x.

Some release highlights (https://www.varnish-cache.org/):
Introduction of VMODs
Add streaming on pass and miss. This is controlled by the beresp.do_stream boolean. This includes support for compression/uncompression.
Add support for ESI and gzip.
Handle objects larger than 2G.
HTTP Range support is now enabled by default
The ban lurker is enabled by default
if there is a backend or director with the name default, use that as the default backend, otherwise use the first one listed.
Add many more stats counters. Amongst those, add per storage backend stats and per-backend statistics.
Syslog the platform we are running on
The -l (shared memory log file) argument has been changed, please see the varnishd manual for the new syntax.
The -S and -T arguments are now stored in the shmlog
Make it possible to name storage backends. The names have to be unique.
The max_esi_includes parameter has been renamed to max_esi_depth.
The err_ttl parameter has been removed and is replaced by a setting in default.vcl.
Add panic.show and panic.clear CLI commands.
VCL now has vcl_init and vcl_fini functions that are called when a given VCL has been loaded and unloaded.
Varnish is now stricter in enforcing no duplication of probes, backends and ACLs.
The ABI of vmods are now checked. This will require a rebuild of all vmods against the new version of Varnish.
2011-11-12 20:40:16 +00:00
tnn
9ff58d7914 Update to seamonkey-l10n-2.5b4. 2011-11-12 16:42:12 +00:00
tnn
b3e08649f7 Update to seamonkey-2.5b4.
No major changes to seamonkey itself, the major change is that this
is based on the same mozilla branch as firefox-8.0.
2011-11-12 16:41:43 +00:00
tnn
f31d5440ad Bump to firefox-l10n-8.0. 2011-11-12 13:33:18 +00:00
tnn
e58b5b6540 Update to firefox-8.0.
XXX Set MAKE_JOBS_SAFE=no for now. Should investigate why it fails
without it as it prolongs build time significantly.

Upstream changes:

Add-ons installed by third party programs are now disabled by default
Added a one-time add-on selection dialog to manage previously installed add-ons
Added Twitter to the search bar for select locales. Additional locale support
  will be added in the future
Added a preference to load tabs on demand, improving start-up time when
  windows are restored
Improved performance and memory handling when using <audio> and <video>
  elements
Added CORS support for cross-domain textures in WebGL
Added support for HTML5 context menus
Added support for insertAdjacentHTML
Improved CSS hyphen support for many languages
Improved WebSocket support
Fixed several stability issues
Fixed several security issues
2011-11-12 12:45:03 +00:00
hiramatsu
cf6d9e2f86 Update p5-CGI-Emulate-PSGI to 0.14.
Changes from previous:
0.14 Mon Oct 31 10:37:49 PDT 2011
     - Fixed a bug where croak was not imported from Carp (ctfliblime)

0.13 Sun Sep 18 12:10:56 PDT 2011
     - Set the status header to 302 if there's Location header but no Status in the resonse (ASP)

0.12 Thu Jun  9 23:58:10 PDT 2011
     - Fixed the PSGI header generation to prevent invalid PSGI response headers
       such as newlines in the value and "Status" key

0.11 Fri Feb 18 21:35:29 PST 2011
     - Filter psgix.* environment too (mkanat)
2011-11-12 02:58:03 +00:00
hiramatsu
b4e8ac30e0 Update p5-Plack-Middleware-Debug to 0.14.
Changes from previous:
0.14  Sun Sep 18 12:51:49 PDT 2011
     - Fixed warnings (chiselwright)

0.13  Mon Jul 18 13:57:27 PDT 2011
     - Fixed the way $spec mangling works (Jon Swartz)

0.12  Mon Mar 28 16:20:54 PDT 2011
     - Added experimental TrackObjects panel
     - Fixed UUV warnings for Catalyst (jjn1016)

0.11  Fri Jan 14 10:54:53 PST 2011
     - Fixed memory leaks in Parameters panel (jnap)
     - Fixed memory leaks in responses not HTML/XML (forwardever)

0.10  Wed Aug 25 12:43:54 PDT 2010
     - Support panels in non-200 responses as well since they're useful for debugging anyway (haarg)
2011-11-12 02:56:21 +00:00
hiramatsu
4d659d5aa0 Update p5-CGI-ProgressBar to 0.05.
Change from previous:
0.05  Tue Nov 30 17:00:00 2010
	- Patch from CPAN RT
2011-11-12 01:24:05 +00:00
hiramatsu
b2e43d8700 Update p5-Plack-Middleware-Header to 0.04.
Change from previous:
0.04  Thu Sep  9 06:30:43 UTC 2010
        - support delayed response (thanks to Olaf Alders)
2011-11-12 01:23:29 +00:00
hiramatsu
845d63d3c3 Update p5-Test-WWW-Mechanize-Catalyst to 0.56.
Changes from previous:
0.56 Thu Oct 13 21:05 BRT 2011
     - Add port to Host header

0.55 Tue Sep 27 19:20 BST 2011
     - Set 'Host' header for remote requests too

0.54 Mon Aug 1 20:49 BST 2011
     - change to make sure we support changes in Catalyst::Test introduced
       in the Cataplack port.

0.53 Sun Dec 5 23:03 GMT 2010
     - Fix tests to work with the upcoming psgi based Catalyst release
       as $c->req->header('Host') now more accurately reflects what you
       see in a real web server (i.e. the port will not be defined if it
       is 80)
     - Fix tests to work when the CATALYST_DEBUG environment variable is
       set by explicitly setting it to 0 in tests which require it.
2011-11-11 22:54:00 +00:00
hiramatsu
9e6ef756bd Update p5-CSS-Squish to 0.10.
Change from previous:
- Declare Test::LongString as BUILD_REQUIRE.
2011-11-11 22:53:28 +00:00
joerg
727414b816 Add user-destdir support 2011-11-11 18:48:24 +00:00
joerg
92bf206731 Fix PLIST. Add user-destdir support 2011-11-11 18:46:58 +00:00
hiramatsu
7f5a6b6898 Update p5-CGI-Session to 4.48.
Changes from previous:
4.48 - July 11th, 2011
    No code changes.

    * INTERNAL: quit using "use diagnostics;" to avert some test failures

4.47 - July 8th, 2011
    No code changes.

    * DOCS: minor POD fixes (Rene Mayorga and Nicholas Bamber)

4.46 - July 8th, 2011
    No code changes.

    * INTERNAL: More packaging fixes.

4.45 - July 1st, 2011
    No code changes.

   * INTERNAL: Fix packaging problem with 4.44.

4.44 - June 6th, 2011

   * FIX: Fix 5.14 compatibility issue (Walt Arstingstall)
   * DOCS: Clarify docs for static ID generator (oalders)

4.43 - Saturday, December 11, 2010

    * FIX: Avoid deleting unmatched sessions when calling find() when ip_match is enabled.
        Closes RT#47795. Thanks to m-uchino, Ron Savage, and Mark Stosberg

    * NEW: new public ip_match() method is available, primarily for use with find(). (Ron Savage, Mark Stosberg)

    * DOCS: UTF8 related documentation was updated.

    * INTERNAL: Don't add _SESSION_EXPIRE_LIST to internal hash unless we need to.
                RT#51192, Thanks to Pavel V. Rochnyack, Ron Savage, Mark Stosberg
    * INTERNAL: Avoid calling sprintf() in CGI::Session::ErrorHandler, fixing RT#48733
        Solves taint error for Perl V 5.10.0. All well-written code will have
        been using errstr() to retrieve errors anyway so this change will not
        affect any code which obeys the API. (Peter Kaminsk, Ron Savage, Mark Stosberg)
    * INTERNAL: The undocumented 4th parameter to load() has changed its meaning.
	* INTERNAL: Test suite improvements. (Ron Savage, Mark Stosberg)
2011-11-11 08:28:38 +00:00
spz
8e8dddcbe0 fix for http://secunia.com/advisories/45793/
snarfed (with adjustment regarding location) from
http://svn.apache.org/viewvc/httpd/httpd/trunk/server/util.c?r1=1198940&r2=1198939&pathrev=1198940
2011-11-11 07:58:03 +00:00
hiramatsu
1e1d02a240 Updated p5-HTML-TreeBuilder-XPath to 0.14.
Changes from previous:
version 0.14
date: 2011-09-20
# bug fix
fix:   comment() did not work, as the text was in {text} not {_text}
       report and initial patch by perlover

version 0.13
date: 2011-06-19
# minor improvement
added: make the link _parent a weakref
       sent by Graham Barr https://rt.cpan.org/Public/Bug/Display.html?id=68896

version 0.12
date:   2010-09-29
# minor bug fix
fix:    added getLocalName on elements
        see https://rt.cpan.org/Public/Bug/Display.html?id=61746
        found and fixed by Tokuhiro Matsuno
added:  a few tests
2011-11-11 07:45:55 +00:00
hiramatsu
006f93388d Updated p5-Plack-Middleware-ReverseProxy to 0.11.
Changes from previous:
0.11    Thu Oct 13 11:30:00 2011
        - test_requires 'Test::Base' instead of use_test_base (by tokuhirom)

0.10    Fri Aug 26 00:30:00 2011
        - fix dependency error (RT:70437 by bobtfish)

0.09    Tue May 03 20:02:00 2011
        - fix for x-forwarded-proto: http (by fujiwara)

0.08    Tue Nov 23 18:20:00 2010
        - Compatibility with Apache 1.x frontend

0.07    Sat Aug 28 09:40:00 2010
        - Fix dependencies
2011-11-11 04:32:49 +00:00
hiramatsu
fe002cd663 Update p5-Plack-Middleware-Session to 0.14.
Changes from previous:
0.14 Tue Mar 29 13:48:42 PDT 2011
    - Support get_dbh callback in Store::DBI (kazeburo)

0.13 Wed Dec 22 08:56:52 PST 2010
    - Added WARNINGS to deprecate request parameter based session state from the default state
    - Added 'change_id' option for paranoids against session fixation (s-aska, nihen)
2011-11-10 04:40:24 +00:00
joerg
01b9deb8b3 Revert removal of neon (hi ryoon!) 2011-11-09 02:37:37 +00:00
taca
a0d197e158 Oops, forgot to remove these files, too. 2011-11-08 16:28:17 +00:00
taca
6b9a0108b4 * Remove .require_paths from PLIST
* Bump PKGREVISION.
2011-11-08 15:37:33 +00:00
is
05f2f3a453 mod-limitipconn, as from wip/ap2-limitipconn by Todd Vierling, but
modified for user-destdir, brought forward to version 0.23, and
with the added contributed LocalIP patch from the author's web page.
2011-11-08 14:45:14 +00:00
taca
26e0891596 Remove typolight generic directory. 2011-11-08 12:16:12 +00:00
taca
fcd1f9bd7d Remove typolight28 packages, please migrate to contao210 package now. 2011-11-08 12:15:53 +00:00
taca
93235ca1fe Remove typolight related entries. 2011-11-08 12:15:12 +00:00
taca
69f221b3a0 Update contao210-translations package 20111103.
Add Portuguese language files.
2011-11-08 12:12:37 +00:00
taca
802c84e83a Update www/contao210 and www/contao210-example package to 2.10.3.
Version 2.10.3 (2011-11-07)
---------------------------
- Fixed: the postLogin/Logout hooks broke the save() method of the model
  (#3545)
- Fixed: the style sheet editor did not handle font-family/size:inherit
  correctly (#3531)
- Fixed: MooTools changed the default wMode settings for Swiff (#3540)
- Fixed: the style sheet importer did not handle
  border-color:transparent/inherit (#3480)
- Fixed: do not index empty news/event/FAQ/newsletter reader pages (#3511)
- Fixed: group labels were not always loaded correctly (#3591)
- Fixed: added a rename() workaround for Windows to the FileCache class (#3390)
- Fixed: the site structure was not ordered properly for non-admins (#3423)
- Fixed: custom layout sections were not displayed in "override all" mode
  (#3460)
- Fixed a few minor issues
2011-11-08 12:11:42 +00:00
hiramatsu
f68ded8e85 Update p5-CSS to 1.09.
Change from previous;
1.09
 -Recompiled P::RD Grammar against newer version to fix https://rt.cpan.org/Public/Bug/Display.html?id=53948
2011-11-07 15:13:15 +00:00
schmonz
eee6477dd1 Update to 3.20111106. From the changelog:
* searchquery.tmpl: Track escaping change in upstream template.
     Thanks Olly Betts for review.
   * svn: Support subversion 1.7, which does not have .svn in each
     subdirectory.
   * rst: import docutils lazily, to avoid errors during ikiwiki --setup.
     Closes: #637604 (Thanks, smcv)
   * Make the setup automator create YAML formatted files.
   * Fix handling of discussion page creation links to make discussion pages
     in the right place and with the right case. Broken by page case
     preservation feature added in 3.20110707.
2011-11-07 03:43:18 +00:00
hiramatsu
6fcaee51be Update p5-CGI-PSGI to 0.15.
Changes from previous:
0.15  Tue May 17 13:58:50 PDT 2011
        - Updated the list of overriding methods per CGI.pm update
        - Added a note that you can't use CGI::Pretty (reported by Maestro)

0.14  Sat Dec 25 11:35:52 PST 2010
        - Port fixes for header injection from CGI.pm (markstos)

0.13  Sat Oct 30 23:09:06 PDT 2010
        - Specify Test::More dep

0.12  Mon Oct 25 11:06:59 PDT 2010
        - Strip Status: header since to conform PSGI spec (clkao)
2011-11-06 02:44:44 +00:00
hiramatsu
88f08cc895 Update p5-Squatting-On-PSGI to 0.06.
Changes from previous:
0.06  Fri Apr 29 21:09:58 PDT 2011
  - require latest Squatting

0.05  Wed Apr 27 04:38:04 PDT 2011
  - support for Plack::Middleware
  - updated tests to work w/ Squatting 0.80
2011-11-05 23:00:34 +00:00
hiramatsu
7f87114339 Update p5-Catalyst-Plugin-AutoRestart to 0.94.
Change from previous:
0.94    2011-06-29
                - Add option to kill through HUP signal instead of exit.
2011-11-05 20:25:52 +00:00
ryoon
c226d77f1c Add nanoblogger and nanoblogger-extra 2011-11-05 15:56:36 +00:00
ryoon
3f3596c077 Import of nanoblogger-extra-3.4.2 as www/nanoblogger-extra
This is a collection of various contributions and add-ons for
NanoBlogger, which among other things, includes important translations
for languages other than English.
2011-11-05 15:53:45 +00:00