summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2010-01-29skip check-interpreter for deploy template files.obache1-1/+4
2010-01-28update to the fresh releasespz3-6/+14
The changelog from 6.0.20 to 6.0.24 is quite lengthy, please refer to http://tomcat.apache.org/tomcat-6.0-doc/changelog.html for details fixes CVE-2009-2693, CVE-2009-2901 and CVE-2009-2902
2010-01-27Added www/p5-Catalyst-Model-File version 0.08sno1-1/+2
2010-01-27Importing www/p5-Catalyst-Model-File version 0.08 as dependency of scheduledsno3-0/+31
import of www/p5-Task-CatInABox. This module provides a file based storage model for Catalyst.
2010-01-27Added www/p5-Catalyst-Authentication-Store-Htpasswd version 1.003sno1-1/+2
2010-01-27Importing www/p5-Catalyst-Authentication-Store-Htpasswd version 1.003 assno3-0/+37
an indirect dependency of update for editors/p5-Padre-Plugin-Catalyst. This plugin uses Authen::Htpasswd to let Catalyst applications use <.htpasswd> files for it's authentication storage.
2010-01-27Update to kde4 4.3.5markd2-6/+5
* A number of bugs in KIO have been squashed, making updating of shown directories work again and solving some other stability issues * A crash when creating an avatar from the webcam in Kopete has been fixed * kded taking 100% CPU time in certain situations has been cured
2010-01-27Added www/p5-Catalyst-Authentication-Credential-HTTP-Proxy version 0.06sno1-1/+2
2010-01-27Importing www/p5-Catalyst-Authentication-Credential-HTTP-Proxy version 0.06.sno3-0/+37
This module enables use of HTTP Proxy authentication with Catalyst::Plugin::Authentication. Currently this module only supports the Basic scheme, but upon request Digest will also be added.
2010-01-27Added www/p5-Catalyst-Authentication-Credential-HTTP version 1.011sno1-1/+2
2010-01-27Importing www/p5-Catalyst-Authentication-Credential-HTTP version 1.011 assno3-0/+42
indirect dependency of upcoming 0.08 version of editors/p5-Padre-Plugin-Catalyst This module provides the feature of HTTP authentication for Catalyst::Plugin::Authentication. Both basic and digest authentication are currently supported. When authentication is required, this module sets a status of 401, and the body of the response to 'Authorization required.'. To override this and set some own content, check for the $c->res->status == 401 in the end action, and change the body accordingly.
2010-01-27Adding license and PERL5_MODULE_TYPE to avoid AutoInstall tries installingsno1-3/+5
from CPAN.
2010-01-27DEPENDS should be right after MAINTAINER block, reorder.wiz2-7/+7
2010-01-27Added www/p5-Task-Catalyst-Tutorial version 0.06sno1-1/+2
2010-01-27Importing www/p5-Task-Catalyst-Tutorial as a dependency of scheduledsno3-0/+46
editors/p5-Padre-Plugin-Catalyst-0.08 Catalyst::Manual::Tutorial installs a "MyApp" tutorial example and everything it needs. The tutorial covers a wide range of Catalyst features.
2010-01-26apply expat patch to bundled version:drochner3-3/+20
add patch from upstream CVS to fix CVE-2009-3560 (possible DOS due to crash on bad input) bump PKGREVISION
2010-01-26Update "firefox" package to 3.5.7. Changes since version 3.5.6:tron1-4/+2
- Fixed a common stability issue. - Fixed a problem with how updates were being presented to users. Approved by Tobias Nygren.
2010-01-26Added www/p5-Catalyst-Controller-HTML-FormFu version 0.06001sno1-1/+2
2010-01-26Importing www/p5-Catalyst-Controller-HTML-FormFu version 0.06001 as indirectsno3-0/+46
dependency of upcoming editors/p5-Padre-Plugin-Catalyst update. Catalyst::Controller::HTML::FormFu provides Catalyst integration for HTML::FormFu.
2010-01-26Added www/p5-HTML-FormFu version 0.06001sno1-1/+2
2010-01-26Importing www/p5-HTML-FormFu 0.06001 as indirect dependency ofsno3-0/+70
scheduled update of editors/p5-Padre-Plugin-Catalyst. HTML::FormFu is a HTML form framework which aims to be as easy as possible to use for basic web forms, but with the power and flexibility to do anything else you might want to do (as long as it involves forms). Almost any part of formfu's behaviour and output can be configured. By default formfu renders "XHTML 1.0 Strict" compliant markup, with as little extra markup as possible, but with sufficient CSS class names to allow for a wide-range of output styles to be generated by changing only the CSS.
2010-01-26Update fengoffice to 1.6.2.taca3-9/+27
Changes (from http://www.fengoffice.com/web/blogen/?p=125). Improvements in 1.6.2: * Added a checkbox to apply a task's assignee to all subtasks. * Allow changing the maximum tasks display limit in the Tasks module. * Speeded up the quick mark as read (blue dots in listings). * Added actions in the email view to move to and out of the Junk folder and to mark as unread. * Allow to set a subtask's start and due date when adding it from the parent task's view. * Request username when changing an expired password for increased security. Bug fixes in 1.6.2: * When editing a user, the user gained access to your personal workspace if you didn't have access to his. * When editing a user's personal workspace you can now chose from all workspaces, not only yours. * "Full" search engine now matches words individually instead of matching the whole phrase. * White screen of death when downloading files added before version 1.4. * Week numbers for january were incorrect. * Error 500 when importing companies. * Some links in email didn't open in new windows. * When creating a contact, objects linked to the contact were ignored. * Invalid UTF8 characters are now escaped before saving an email to avoid database errors. * Pick date widgets were not being shown full size on IE8. * Special characters in vcard files are converted when importing contacts. * Improved compatibility with RSS readers - changed the "pubdate" tag to "pubDate". * When checking email through cron, the "max spam level" user config option was disregarded. * The User column for emails in the Oveview List was the owner of the email account and not the user who wrote the email. * User with read access to an email account didn't view emails in the Overview List. * Missing lang 'success archive files'. * The string "None" was hardcoded in english in some fields of the time report. * User with permissions to edit owner company data could not edit the logo.
2010-01-26Update typolight27-translations package to 20100126.taca3-8/+8
Swedish translation files are update to suppoty TYPOlight 2.7.6.
2010-01-26Added www/p5-Catalyst-Plugin-Authorization-ACL version 0.15sno1-1/+2
2010-01-26Importing www/p5-Catalyst-Plugin-Authorization-ACL as indirect dependencysno3-0/+60
of scheduled update for editors/p5-Padre-Plugin-Catalyst. This module provides Access Control List style path protection, with arbitrary rules for Catalyst applications. It operates only on the Catalyst private namespace, at least at the moment. The two hierarchies of actions and controllers in Catalyst are: * Private Namespace Every action has its own private path. This path reflects the Perl namespaces the actions were born in, and the namespaces of their controllers. * External Namespace Some actions are also directly accessible from the outside, via a URL. The private and external paths will be the same, if you are using Local actions. Alternatively Path, Regex, or Global can be used to specify a different external path for an action. The ACL module currently only knows to exploit the private namespace. In the future extensions may be made to support external namespaces as well. When a path is visited, rules are tested one after the other, with the most exact rule fitting the path first, and continuing up the path. Testing continues until a rule explcitly allows or denies access.
2010-01-26Updating www/p5-Catalyst-Plugin-Authentication from 0.10015nb1 to 0.10016sno2-7/+8
pkgsrc changes: - Adjusting dependencies Upstream changes: 0.10016 22 Jan 2010 - Move root actions out of applcation class in tests to remove warnings in the latest Catalyst. - Add AUTOLOAD method to the default user class so that methods are delegated down onto the underlieing user object retrieved from the store (if present) - Fix typos in documentation (RT#49476) - Fix compatibilty with Catalyst 5.70 (RT#50466) - Various documentation improvements - Fix Realm::Processive's authinfo_mungle option (RT#47106)
2010-01-26Update to 3.20100122. From the changelog:schmonz2-6/+6
* inline: Avoid showing edit links if page editing is disabled. (Sjoerd) * signinedit: Auto-disable the plugin when all authentication methods are disabled. * comments: Fix permalinks for comments using new conflict-free filenames. * img: Support alignment of images with captions. (Giuseppe Bilotta) * websetup: Fix utf-8 problems. * websetup: Fix bug in array change detection. * linkmap: Simplify and improve browser compatibility by using an img, not object tag. * git: The new git-notes feature in git 1.6.6 changes git log output in a way that broke ikiwiki's parser if notes are added to commits. * po: Avoid crash when a page is empty.
2010-01-26Update ja-trac to 0.11.6pl1,aka Trac-0.11.6.ja1.obache4-78/+6
(security fixes are already by 0.11.5pl1nb1 in pkgsrc) Trac-0.11.6.ja1 (Jan 24, 2010) * Merge Trac-0.11.6 * Apply patch - trac:changeset:8997 Trac 0.11.6 (November 28, 2009) http://svn.edgewall.org/repos/trac/tags/trac-0.11.6 Trac 0.11.6 contains two security fixes and a number of bug fixes, performance improvements and minor enhancements. The following list contains only a few highlights: Security fixes: * Fixed the policy checks in report results when using alternate formats. * Added a check for the "raw" role that is missing in docutils < 0.6. Performance improvements: * Re-enabled connection pooling with SQLite (#3446). * Added caching of configuration options (#8510). Bug fixes: * Fixed the "database is locked" issue with SQLite (#3446, #8468). * Deprecated SQLite 2.x support (#8625). * Fixed hanlding of times in timezones with DST (#8240). * Avoid corruption of trac.ini during write (#8623). * Improved support for revision ranges in revision log view (#8349)
2010-01-25Update to seamonkey-2.0.2.tnn2-7/+6
General stability/bugfix update.
2010-01-24Add & enable p5-Mojoseb1-1/+2
2010-01-24Initial import of p5-Mojo version 0.999.914 (upstream versionseb3-0/+28
0.999914) in the NetBSD Packages Collection. Mojo provides a minimal interface between web servers and Perl web frameworks. Also included in the distribution are two MVC web frameworks named Mojolicious and Mojolicious::Lite.
2010-01-24More PKGREVISION bumps of jpeg dependencies.wiz3-4/+6
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files and Robert Elz.
2010-01-23Support ipv6.joerg1-2/+8
2010-01-23Update to new master site.joerg2-8/+10
2010-01-23Suggest setting up log rotation.joerg1-0/+9
2010-01-23Update to nginx-0.8.32. Way too many changes to list after two years ofjoerg6-39/+106
development. Based on wip/nginx.
2010-01-22update to 1.6.2drochner2-7/+6
changes: -minor bugfixes -Updated Catalan translation
2010-01-22Release maintainership, so someone else can update this to the current decade.ghen1-2/+2
2010-01-20Update to 4.11, set LICENSE.wiz2-8/+7
4.11 Fri Dec 18 2009: - Balint Szilakszi <szbalint at cpan.org> - Fixed t/19multi.t for libcurl versions compiled with asyncronous dns resolution. 4.10 Fri Dec 18 2009: - Balint Szilakszi <szbalint at cpan.org> - Added support for CURLINFO_SLIST in getinfo (patch by claes). - Merging documentation fixes upstream from the FreeBSD port (thanks Peter). - Added support for curl_multi_fdset.
2010-01-19-explicitely depend on libsoup - while it was pulled in by webkitdrochner2-3/+3
indirectly, "configure" checks itself for it -make "avahi" non-default (because we don't have nss support for it, and it conflicts with "mdnsd" on NetBSD-current)
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz32-56/+64
2010-01-17Fix typo: py-django-registratio -> py-django-registration.wiz1-2/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz47-81/+94
2010-01-17update version in master_site. hi tnn!zafer1-3/+3
2010-01-17Updating www/p5-HTTP-Body from 1.05 to 1.06sno2-11/+15
pkgsrc changes: - Adding license definition - Adjusting dependencies - Adjusting module type Upstream changes: 1.06 2010-01-09 19:21:00 - Added $body->cleanup(1) flag to enable auto-deletion of temporary files during DESTROY. (Vany Serezhkin) - Fixed parsing of multipart bodies with boundaries that contain commas. (Tomas Doran, http://rt.cpan.org/Public/Bug/Display.html?id=41407) - Dropped YAML, we now use Perl as a serialization format in our tests. We call this PAML ;)
2010-01-16Added LICENSE.heinz1-1/+2
2010-01-16Updating www/p5-FCGI from 0.67nb3 to 0.68sno2-16/+14
Upstream changes: Version 0.68 -- 31 Dec 2009 <mst@shadowcat.co.uk> Matt S Trout o No changes since the previous development release. Version 0.67_01 -- 20 Dec 2009 <mst@shadowcat.co.uk> Matt S Trout o Add FILENO method which returns a defined but invalid value to placate things such as IPC::Run which call fileno to check if a filehandle is open. Closes bugs: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544540 http://rt.cpan.org/Public/Bug/Display.html?id=50972 Removes need for upstream patch in OpenBSD <bobtfish@bobtfish.net> o Call the fcgi lib's attach/detach <robs@fastcgi.com>
2010-01-16Updating www/p5-HTML-Mason from 1.42nb1 to 1.44sno2-23/+25
pkgsrc changes: - Adjusting dependencies according to META.yml Upstream changes: 1.44 Jan 4, 2010 [ ENHANCEMENTS ] - Use Log::Any to log various events, such as the start and end of each request and each component call. - Add $m->log, allowing easy logging to a component-specific namespace. - Fix use of CHI when no data directory is specified. 1.43 Dec 25, 2009 [ BUG FIXES ] - If a component was located in a patch with spaces, the feature which referred to errors by their source file line number was broken. This could cause test failures if the package was downloaded into a path with spaces by CPAN. Reported by Shawn Moore. RT #53072. - HTML::Entities is no longer an optional dependency. This fixes some issues with packaged versions of Mason. Reported by Jens Rehsack. RT #48890. - $m->flush_buffer is now ignored when inside $m->scomp or $m->content. Patch by Frederic Briere, with extra tests from Ruslan Zakirov. RT #38924.
2010-01-16Updating www/p5-Catalyst-Manual from 5.8001 to 5.8003sno2-8/+7
pkgsrc changes: - Adjusting module type - use "Module::Install::Bundled" directly Upstream changes: 5.8003 28 Dec 2009 - Variety of typo fixes - Fix incorrectness re :Global and :Local - Update DevelopmentProcess.pod 5.8002 15 Nov 2009 - Update tutorial to match latest prepacked versions in Debian 5 - Add FormHandler branch (with thanks to gshank!) - Misc cleanup/freshing up of tutorial. - Fix indenting issue (with thanks to Kiffin Gish) - Integrate tome fix branch (with thanks to tome!) - Add a "negative" test to confirm that test02 does not have an admin create link - Integrate sqlite3 clarification and link by wolfman2000 from tutorial_role_updates branch - Fix Pod typos in ::Internals (RT#51488) - Fix Pod typos in the Cookbook (RT#51466) - Fix a Test::Pod failure and make Debian happier. - Typo fixes from garu - Misc minor and/or typo fixes
2010-01-16Updating www/p5-Catalyst-Devel from 1.21 to 1.26sno2-15/+21
pkgsrc changes: - Adjusting dependencies Upstream changes: 1.26 2010-01-12 03:55:50 - Depend on Catalyst::Plugin::Static::Simple 0.28 to avoid failures caused by a bug in 0.27. 1.25 2010-01-02 16:13:06 - Update repository metadata after moving from svn to git. 1.24 2009-12-07 23:23:36 - File name for .yml file generated is now correct. - Fixes for consistent spacing in generated application template. - Stop requiring generated test files to have a true return value. - Win32 compatibility fixes: 1) hardcoded 'make' replaced by: $Config{make}||'make' 2) testing executable flags skipped on Win32 - Fix pod to match option names on Catalyst::Script::Server 1.23 2009-12-06 12:22:12 - Fix generated app test to be multi-platform and fix issue with case for generated files. (Dave Rolsky) - Fix Test::More version dependency so that subtest works correctly. - Add a $VERSION to Catalyst::Helper as PAUSE used to pull $VERSION (i.e. 0.01) out of the app template section and use that, so we now can't not have a version number here or it makes pause unhappy. 1.22 2009-12-05 07:23:00 - Use MooseX::Emulate::Class::Accessor::Fast so that options supplied to ->new are put into the hash even if attributes do not exist for them. This fixes -force recreating application scripts. 1.21_01 2009-12-01 03:34:23 - Update generated scripts to use the new Catalyst::Script:: classes available from Catalyst 5.80014_02. Note: Any applications whos scripts are upgraded will need to depend on at least this version of Catalyst. - Change application templates from being inlined in Catalyst::Helper to being in a share dir making the templates much easier to maintain and patch. - Generate new applications with Moose and Moose style components. - Remove dependency on parent.pm as this has been removed from the generated application template. - Turn off deprecated regex component lookup in the config of new applications. - Test application generation and helper classes properly. - Change tests in generated application and components to use the new done_testing feature rather than having test plans. - Update required versions of dependencies to ensure the installed versions won't cause deprecation warnings with the latest Catalyst. - Exclude root/, t/ and hidden dirs from file change monitoring when using File::ChangeNotify 0.08+. (dew) - Updated POD of Module/Install/Catalyst.pm (Karsten Heymann) - Added debian package building temp files to the list of ignored files/directories and fix ignore for subversion checkouts. (Karsten Heymann)