Commit graph

10638 commits

Author SHA1 Message Date
ryoon
b68fb815e0 Add apache-tomcat7 2011-11-19 17:45:37 +00:00
ryoon
b9f67c194f Set LICENSE. 2011-11-19 17:13:09 +00:00
ryoon
4deb69b389 Import apache-tomcat-7.0.22 as www/apache-tomcat7
Apache Tomcat is an implementation of the Java Servlet and JavaServer Pages
technologies. The Java Servlet and JavaServer Pages specifications are
developed under the Java Community Process.

Apache Tomcat is developed in an open and participatory environment and
released under the Apache Software License. Apache Tomcat is intended to
be a collaboration of the best-of-breed developers from around the world.
We invite you to participate in this open development project.

Apache Tomcat powers numerous large-scale, mission-critical web applications
across a diverse range of industries and organizations.


I have tested some war apps and they works. But not fully tested.
2011-11-19 17:11:10 +00:00
taca
a75b145597 Update ruby-rails3 package to 3.0.11 (version change only). 2011-11-19 15:39:56 +00:00
taca
7b1d6620fd Update ruby-activeresource3 to 3.0.11 (version change only). 2011-11-19 15:37:10 +00:00
taca
27f72cbd7a Update ruby-actionpack3 package to 3.0.11.
*Rails 3.0.11 (unreleased)*

* Fix XSS security vulnerability in the `translate` helper method. When using
  interpolation in combination with HTML-safe translations, the interpolated
  input would not get HTML escaped. *GH 3664*

  Before:

      translate('foo_html', :something => '<script>') # => "...<script>..."

  After:

      translate('foo_html', :something => '<script>') # => "...&lt;script&gt;..."

  *Sergey Nartimov*

* Implement a workaround for a bug in ruby-1.9.3p0 where an error would be
  raised while attempting to convert a template from one encoding to another.

  Please see http://redmine.ruby-lang.org/issues/5564 for details of the bug.

  The workaround is to load all conversions into memory ahead of time, and will
  only happen if the ruby version is exactly 1.9.3p0. The hope is obviously
  that the underlying problem will be resolved in the next patchlevel release
  of 1.9.3.

* Fix assert_select_email to work on multipart and non-multipart emails as the
  method stopped working correctly in Rails 3.x due to changes in the new mail
  gem.

* Fix url_for when passed a hash to prevent additional options (eg. :host,
  :protocol) from being added to the hash after calling it.
2011-11-19 15:34:37 +00:00
hiramatsu
c7cdb647c8 Update p5-LWP-Online to 1.08.
Changes from previous:
1.08 Fri  9 Jul 2011
	- Updated to Module::Install::DSL 1.01
	- Added the Microsoft NCSI URL to the list of sites probed
2011-11-19 03:28:43 +00:00
hiramatsu
4dff510eea Update p5-HTTP-Proxy to 0.25.
Changes from previous:
0.25 Sun Jul  3 00:28:10 CEST 2011
        [ENHANCEMENTS]
        - new Engine: HTTP::Proxy::Engine::Threaded, by Angelos Karageorgiou
        [FIXES]
        - Correctly call eod() when the response has no body
          (closed RT ticket #48310)
2011-11-19 03:28:23 +00:00
hiramatsu
6f0d836458 Update p5-HTML-FormFu to 0.09005.
Changes from previous:
0.09005 2011-09-06
    - bump version of prereq CGI to 3.37 to make all tests pass

0.09004 2011-08-26

    - skip aggregate.t on Win32
    - no functional changes to HTML::FormFu

0.09003_02 2011-08-25

    - disable Test::Aggregate on Win32

0.09003_01 2011-05-11

    - using Test::Aggregate for the test suite if installed
      tests finish now in seconds instead of minutes

0.09003 2011-05-10

    - fixed regression in Model::HashRef introduced in 0.09000

0.09002 2011-03-21

    - Hopefully fix IO::Interactive dependency properly

0.09001 2011-03-31

    - Fix IO::Interactive dependency

0.09000 2011-03-29

    - Codebase changed to use Moose - massive internal changes - any custom
      Elements, Constraints, etc will require changes.
      See advice on mailing list:
      http://www.mail-archive.com/html-formfu@lists.scsys.co.uk/msg02325.html
      Or ask for help on the mailing list:
      http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

    - Bug fix: was a fatal error when a value was submitted for Label element
      (code called delete_nested_hash_value instead of deleted_nested_hash_key).

    - Bug fix: RT#65728 Filter::Split shouldn't return a value if no value was
      submitted.

    - Bug fix: Element::Date now uses default() in preference to
      default_natural(). RT#65727

    - DateTime elements, minutes and seconds have new 'interval' option.

    - Now only delete submitted value if there's no other field on the form with
      the same name.

    - load_config_file(stem) now honours the include path order, to mimic TT
      behaviour.
2011-11-18 13:21:41 +00:00
mrg
ceb5bb67ba update to bozohttpd 20111118. changes include:
o  add -P <pidfile> option, from jmmv@netbsd.org
        o  avoid crashes with http basic auth, from pooka@netbsd.org
        o  add support for REDIRECT_STATUS variable, from tls@netbsd.org
        o  support .mp4 files in the default map
        o  directory indexes with files with : are now displayed properly, from
           reed@netbsd.org
        o  allow -I option to be useful in non-inetd mode as well
2011-11-18 09:37:21 +00:00
hiramatsu
7005699330 Update p5-Continuit to 1.5.
Changes from previous:
Version 1.5 (released 2011.09.17)
  * Fix PSGI docroot
  * Documentation improvements

Version 1.4 (released 2011.03.20)
  * Make PSGI adapter be non-blocking
  * Also make it use the psgi.streaming interface
  * Add yield to Adapt::HttpDaemon's print (I thought it was there before?)
  * Add Coro thread descriptions for better debugging

Version 1.3 (released 2010.11.22)
  * Stupid version number issue

Version 1.2.0 (released 2010.11.22)
  * Refactor PSGI adaptor (scrottie)
  * Random documentation updates
2011-11-18 00:15:56 +00:00
hiramatsu
a50210ac62 Update p5-Catalyst-Action-RenderView to 0.16.
Changes from previous:
0.16 2011-01-05 19:28:00 GMT
    - Fix bug accidentally introduced in the last version with response
      3xx statuses.

0.15 2011-01-04 14:19:36 CET
    - Don't delegate to a view if the response body is set to `undef'.
    - Make sure a Test::More with done_testing support is available.
2011-11-18 00:14:42 +00:00
hiramatsu
c1a5300826 Update p5-HTML-Selector-XPath to 0.11.
Changes from previous:
0.11 Sun Oct 23 21:45:00 GMT 2011
      - Add test to MANIFEST so it also ships

0.10 Sun Oct 23 21:10:53 GMT 2011
      - Identifiers are now parsed closer to the CSS3 spec
      - Certain invalid attribute selectors now raise an exception

0.09 Sun Oct 16 13:07:09 GMT 2011
      - Fix bug in attribute-value-substring selectors where
        the CSS attributes were wrongly assumed to be
        specified with @href (Aaron Crane)
      - Make test suite less verbose (Aaron Crane)

0.08 Sun Sep 18 12:31:31 PDT 2011
      - Fix bug when combining selectors (p , q). Whitespace created invalid
        XPath expressions there. (Corion)
      - Fix bug when combining :root selectors as the second selector.
        The first selector was modified. (Corion)
      - :root now acts relative to the given "root" option,
        not the document root (Corion)
      - More css3 selectors support (Corion)

0.07 Mon Mar  7 17:07:39 PST 2011
      - Added a COPYRIGHT section

0.06 Thu Feb 17 13:54:45 PST 2011
      - Add CSS3 "=$" operator (Corion)
      - Add CSS3 "=^" operator (Corion)
      - Add complex subexpressions for :not() (Corion)
      - Add :empty selector (Corion)
      - Support 'root' parameters to to_xpath (JZOBEL, David Wheeler, Corion)

0.05 Thu Feb 17 09:08:06 PST 2011
      - Add CSS3 "=*" operator for real substring matching (Corion)
      - Add CSS3 ":first-of-type" and ":nth-of-type()" pseudo-attributes (Corion)
        (but if you're using them, you're likely better off using XPath already)
      - Add CSS3 "~" operator (Corion)
      - Adopt tests for "~" operator from RT #61990, by Aaron Crane (Corion)
      - Add :contains() selector (only immediate child nodes) (Corion)
      - Support implicit selectors like "> em" (translated to "* > em") (Corion)
        Fixes RT #50131 (Reported by David Wheeler)
      - Fix more implicit universal selectors (fixes RT #49982)
        :lang(c) as a bare selector works now (Corion, Aaron Crane)
2011-11-17 14:15:13 +00:00
hiramatsu
c3834de980 Update p5-Plack-Middleware-File-Sass to 0.03.
Changes from previous:
0.03  Sun Feb 13 19:40:10 PST 2011
        - Use 'sass' gem executable if installed.

0.02  Fri Feb 11 19:01:42 PST 2011
        - Supported SCSS with the new option 'syntax'
2011-11-17 14:14:39 +00:00
taca
4f0901c4e8 Update MASTER_SITES; SF.net project name has updated. 2011-11-17 11:17:39 +00:00
hiramatsu
8eb21b82d0 Update p5-HTTP-Parser-XS to 0.14.
Changes from previous:
0.14
	- do not include '#' and the following characters in URI in PATH_INFO or QUERY_STRING

0.13
	- fix compile error on GCC < 3 (RT #63074)

0.12
	- fix undeclared dependency on URI::Escape (RT #62716)
	- fix parsing of protocol version in the pure perl impl to exactly match that of XS

0.11
	- fix build error due to the use of Module::Install::ReadmeMarkdownFromPod (RT #62589)

0.10
	- support for HTTP response parsing (by gfx,mala,tokuhirom)
2011-11-17 09:11:04 +00:00
hiramatsu
f89fb7e327 Update p5-HTTP-Parser to 0.06.
Change from previous:
0.06  2011-03-06
  - fix by frodwith for rt.cpan.org #66298 (path string parsing)
2011-11-17 09:10:28 +00:00
hiramatsu
1c227e452e Updated to p5-HTML-StickyQuery to 0.13.
Changes from previous:
0.13 2010-12-03  IKEBE Tomohiro  <ikebe@livedoor.jp>

        * use parent.
	* modern layout.
2011-11-17 08:04:22 +00:00
hiramatsu
3417fb2f9c Update p5-Net-FastCGI to 0.13.
Changes from previous:
0.13 2011-02-12
   - No functional changes in this release
   - Added eg/runfcgi.pl, contributed by Paul Evans (LeoNerd)
   - Added eg/server.pl
2011-11-17 07:58:01 +00:00
jnemeth
84adadf0b9 add and enable ap22-limitipconn 2011-11-17 04:29:58 +00:00
drochner
6d973d2e5f update to 0.4.2
changes:
-bookmark dialog crashes are fixed
-faster, base64-based CSS support
-Speed dial received a makeover
-Cookies are stored in an sqlite3 database
-more of subtle tweaks and improvements
2011-11-16 19:56:36 +00:00
hiramatsu
4edbb3da4c Update p5-HTTP-Body to 1.14.
Changes from previous:
1.14    Tue 26 Oct 2011 19:42:00 CET
        - removed benchmark test data and benchmark script for release (Torsten Raudssus [GETTY])

1.12    Sat 19 Mar 2011 19:05:17 CET
        - Fixed the t/08 test

1.11    Tue 26 Oct 2010 14:10:00 UTC
        - Added param_order capability (Torsten Raudssus [GETTY])

1.10    Fri 8 Oct 2010 15:50:55 UTC
        - Patch for test failure ( thanks KENTNL/MITHALDU! )
2011-11-16 08:05:53 +00:00
hiramatsu
25490f75d0 Update p5-Plack-App-Proxy to 0.19.
Changes from previous:
0.19
        - Add pluggable backends, since AnyEvent seems to be flaky on
          some systems. (doy)

0.18    02/17/2010
        - Fixes for RewriteLocation when used on a mounted proxy
          (hiratara, rbuels)
        - Ignore $ENV{http_proxy}
        - Include reason for failure in 502 response
        - Disabled persistent HTTP connection option in AnyEvent::HTTP

0.17    01/19/2010
        - Bump version to fix some CPAN issues

0.16    01/12/2010
        - Rewrite proxy code to use AnyEvent::HTTP's on_body callback.
          This gets chunked and gzipped responses working.
2011-11-16 08:05:28 +00:00
sbd
6c1bcc271a Recursive bump for multimedia/ffmpeg buildlink addition. 2011-11-16 01:33:15 +00:00
sno
4e64a11ac5 Added SUBDIR for recently added p5-HTTP-Tiny 2011-11-15 12:58:15 +00:00
sno
41704f9580 Importing CPAN module HTTP::Tiny 0.016 into www/p5-HTTP-Tiny to extend
the Perl programming language with a simple http client as dependency of
scheduled import of MetaCPAN::API (dependency of scheduled update of
Git::CPAN::Patch).

This is a very simple HTTP/1.1 client, designed for doing simple GET
requests without the overhead of a large framework like LWP::UserAgent.

It is more correct and more complete than HTTP::Lite. It supports proxies
(currently only non-authenticating ones) and redirection. It also correctly
resumes after EINTR.
2011-11-15 12:57:14 +00:00
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