summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2008-04-17Update www/p5-CGI to 3.35abs2-6/+6
Version 3.35 1. Resync with bleadperl, primarily fixing a bug in parsing semicolons in uploaded filenames. Version 3.34 1. Handle Unicode %uXXXX escapes properly -- patch from DANKOGAI@cpan.org 2. Fix url() method to not choke on path names that contain regex characters. Version 3.33 1. Remove uninit variable warning when calling url(-relative=>1) 2. Fix uninit variable warnings for two lc calls 3. Fixed failure of tempfile upload due to sprintf() taint failure in perl 5.10 Version 3.32 1. Patch from Miguel Santinho to prevent sending premature headers under mod_perl 2.0 Version 3.31 1. Patch from Xavier Robin so that CGI::Carp issues a 500 Status code rather than a 200 status code. 2. Patch from Alexander Klink to select correct temporary directory in OSX Leopard so that upload works. 3. Possibly fixed "wrapped pack" error on 5.10 and higher. Version 3.30 1. Patch from Mike Barry to handle POSTDATA in the same way as PUT. 2. Patch from Rafael Garcia-Suarez to correctly reencode unicode values as byte values.
2008-04-17update www/ap2-fcgid from 2.0 to 2.2abs2-10/+8
pkgsrc changes: replace MAKE_FLAGS+= INCLUDES="-I${LOCALBASE}/include/httpd" with MAKE_FLAGS+= INCLUDES="-I${BUILDLINK_PREFIX.apache}/include/httpd" Version2.2 (Jul 31st 2007) 1. Support configuration "PassHeader" Thank Hans Christian Saustrup for the suggestion. 2. Support apr_shm_remove() in httpd.2.0.X Thank Hans Christian Saustrup for bug report. 3. Support configuration "TimeScore" Thank Tim Jensen for the patch. 4. Support new configurations "MaxRequestInMem" and "MaxRequestLen" If the length of http request longer than "MaxRequestInMem", it will store in tmp file. It the length of http request longer than "MaxRequestLen", it will return internal server error. Thank Gabriel Barazer(gabriel at oxeva.fr) for the bug report. Thank Steffen(info at apachelounge.com) for the help on this issue. 5. Fix miner Sanity check bug Thank Yuya Tanaka for bug report UNIX&Win32 source: mod_fcgid.2.2.tar.gz Version2.1 ( Feb 15th 2007 ) 1. Add missing config.m4 and Makefile.in for static linking Thank Mark Drago for notice 2. FCGIWrapper disallowed in .htaccess Thank Balinares for patch 3. Bug fix. Authoritative flag reversed Thank Chris Darroch for the patch 4. Support arguments in FCGIWrapper Thank Andre Nathan for suggestion and great help on testing it. 5. Support new config "SharememPath", which specifies the location of share memory path. 6. Check running user is root or not, while suexec is enabled. Thank Chris Holleman for the bug report. 7. Bug fix. Should not pass respond to auth checkers. Thank Szabolcs Hock for bug report.
2008-04-17Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.14.ghen4-12/+12
Security fixes in this version: MFSA 2008-20 Crash in JavaScript garbage collector For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.14/releasenotes/
2008-04-16Explain about the two API versions, and cross-reference the othergdt2-2/+5
package, labeling 314 as newer than 38.
2008-04-16Fix required_files line in rc.d script now that we are usingsborrill2-4/+4
PKG_SYSCONFSUBDIR. Bump PKGREVISION
2008-04-16PYTHON_VERSIONS_ACCEPTED+=25abs1-2/+2
2008-04-16Update to 1.5.9. Drop maintainership.wiz4-27/+16
Version 1.5.9 released 2008-02-17, 08:58 GMT 2008-01-25 - Added Ukrainian translation (Anton Lytvynenko) 2008-01-09 - Include Debian patch #403812, FTBFS on GNU/kFreeBSD - Mark unread now toggles read status, Debian bug #394312 Version 1.5.8 released 2008-01-09, 08:15 GMT 1.5.8 has made it... somehow. Well actually this is just a small change which adds two new translations and build fixes as well as moving the manpages to share/ hierachy. In other words, I have lost track of the changes. ;) I'm currently going through the Debian bugtracker and integrate most of what's pilled up there.
2008-04-15update to 2.22.1drochner3-87/+135
This switches to the gnome-2.22 release branch.
2008-04-15update to 2.22.1.1drochner4-60/+57
This switches to the gnome-2.22 release branch.
2008-04-15update to 3.18.1drochner3-28/+8
This switches to the gnome-2.22 release branch.
2008-04-14Fix commit involving Makefile:1.2 that bumped the PKGREVISION ofjlam2-1/+16
merb-sequel to 1. In that commit, the dependency was bumped at the package level, but gems also track dependencies independently of pkgsrc, so patch the Rakefile to: + Bump the dependency on sequel to 1.4.0. + Remove the dependency on sequel_model, which was merged into the main sequel package as of version 1.4.0.
2008-04-14Don't define preprocessor symbols to avoid deprecated features; somegdt3-3/+21
of the dependencies are too new and this uses symbols that are now deprecated. Based on similar fix to gtkhtl314.
2008-04-14Update www/thoth to 0.1.3. Changes from version 0.1.2 include:jlam3-7/+38
* When creating or editing a blog post or page, the preview is displayed above the edit form rather than below it. * Spaces in blog post URLs are replaced with - rather than _ (this change will only affect new posts; existing post URLs will not be changed). * Blog posts provide Atom feeds for recent comments. * Tag pages provide Atom feeds for posts with that tag. * Blog posts are marked up using the hAtom microformat. * Thoth auto-generates an XML sitemap at http://yourblog.com/sitemap (set site.enable_sitemap to false to disable). * Comment URLs are built using the name of the post the comment is attached to rather than the id. * Fixed a bug that prevented Atom and RSS feeds from being cached when server-side caching was enabled. * Fixed entry titles in Atom feeds claiming to be type="html" when in fact they weren't. * Fixed a bug that sometimes caused flash messages to be cached with the output of an action and re-displayed until the cached action expired.
2008-04-14Don't disable deprecated features in dependency packages. Fixes buildgdt3-3/+21
problems apparently caused by newer versions of some dependencies. Based on suggestion by Matthias Drochner.
2008-04-13Update to 1.36:wiz2-7/+6
Release 1.36 <gerard@tty.nl>: Escape Unicode strings as UTF-8. Bjoern Hoehrmann <derhoermi@gmx.net>: fixed URL encoded data: URLs GAAS: uri_escape_utf8() now exported by default as documented. BDFOY: Test fails with Business::ISBN installed [RT#33220] JDHEDDEN: lc(undef) reports warning in blead [RT#32742] GEOFFR: add some tests for gopher URIs [RT#29211]
2008-04-13Update www/thin to 0.8.0. Changes from version 0.7.1 include:jlam3-10/+17
* Fix server crash when header too large. * Add --require (-r) option to require a library before executing your script. * Rename --rackup short option to -R, warn and load as rackup when file ends with .ru. * List supported adapters in command usage. * Add file adapter to built-in adapter, serve static files in current directory. * Allow disabling signal handling in Server with :signals => false * Make Server.new arguments more flexible, can now specify any of host, port, app or hash options. * Add --backend option to specified which backend to use. * Serve static file only on GET and HEAD requests in Rails adapter. * Add threaded option to run server in threaded mode; calling the application in a thread allowing for concurrency in the Rack adapter. * Guess which adapter to use from directory (chdir option) or use specified one in 'adapter' option.
2008-04-13+ Remove databases/ruby-sequel-model -- it has been merged intojlam2-7/+7
databases/ruby-sequel as of version 1.4.0. + Update dependencies for www/thoth and www/merb-sequel to reflect removal of ruby-sequel-model -- use ruby-sequel instead. Bump the PKGREVISION for these two packages.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam18-158/+146
through PLIST_SUBST to the plist module.
2008-04-11Switch from PYTHON_VERSIONS_ACCEPTED= to PYTHON_VERSIONS_INCOMPATIBLE= (and ↵abs2-4/+4
enable 25)
2008-04-10update to 1.4.14drochner2-6/+6
This release fixes a freeze when migrating from v1.0.x and also solves some problems with search folders.
2008-04-10clean up dependenciesdrochner2-5/+2
2008-04-09Update to 6.2adrianp2-6/+6
This release fixes security vulnerabilities and also changes APIs. Sites are urged to upgrade immediately after reading the security announcement: * SA-2008-026 - Drupal core - Drupal core - Access bypass In addition to this security vulnerability, the following bugs have been fixed since the 6.0 release: * #228120 by jvandyk: typo in documentation in comment.tpl.php * #226480 by gpk: fix wording on when node access rebuild button is displayed in node_configure() * #229817 by mcarrera: l() attributes were not properly specified in theme.inc's theme_username() * #234403 by alienbrain: PHP.net documents we should use CRLF in mail headers, so do that * #226555 by jvandyk, Rok Zlender: fix notice level error in xmlrpc.inc * #204415 by chx: actually use 'administer content types' permission for node type editing instead of 'administer nodes' * #234699 by hass: theme_link() did not mark frontpage links active properly * #237717 by hass: missing t() in system_clear_cache_submit() * #232037 by pwolanin: (performance) block regions should only be populated when called for, not in all cases (fixes performance expectation on 403/404 pages) * #226728 by chx: (performance) temporary cache table entries were not flushed, causing cache_menu and cache_form to grow big * #231587 by pwolanin, killes: (performance) use two level cache in menus, instead of storing very large amounts of data multiple times * #239196 by jvandyk and myself: missing status check on nodes in search indexing counter * rolling back #234403 by Bevan and damz: we should keep using LF in mail headers, without CR, CRLF causes problems * #238564 by scor: two missing t() calls in update.module * #241629 by solotandem: dblog module left one more row in, when cleaning up in cron * #244597 by kbahey: remove cruft from user_login(), that added extra message to the form was never used or displayed
2008-04-09Update to CVS state of 20080324:wiz6-233/+112
2.5 years of various changes and improvements. pkgsrc changes: Use libtool to provide a shared library; fixes wip/kdewebdev4 on amd64. Generate API documentation from the provided files using doxygen. Standardize path to installed documentation.
2008-04-09Update "firefox-bin-flash" package to 9.0.124. The new version fixestron2-6/+6
the security vulnerability report in CVE-2007-6019.
2008-04-08Update p5-WWW-Mechanize from 1.30 to 1.34abs2-6/+6
1.34 Mon Dec 10 00:30:39 CST 2007 ======================================== [FIXES] Many fixes to make the test suite more portable. 1.32 Tue Oct 30 12:02:17 CDT 2007 ======================================== [ENHANCEMENTS] Added dump methods to mirror mech-dump: * $mech->dump_images() * $mech->dump_links() * $mech->dump_forms() * $mech->dump_all() Sanity checks in the WWW::Mechanize::Image constructor. Every Image must have a "url" and "tag" field passed in to it. 1.31_02 Thu Oct 25 11:48:29 CDT 2007 ======================================== [ENHANCEMENTS] Added class, class_regex, id and id_regex limiters to find_link() and find_all_links(). Thanks to Adriano Ferreira. 1.31_01 Mon Sep 17 23:38:03 CDT 2007 ======================================== [FIXES] Mech tests now pass even if your DNS server gives A records for anything (like OpenDNS). Thanks, Miyagawa! Searching for the <base href> is now case-inensitive. A better solution would be to actually parse the HTML. [ENHANCEMENTS] mech-dump now handles --user and --password arguments for sites that require authentication.
2008-04-08Add p5-CGI-Ajaxabs1-1/+2
2008-04-08Import www/p5-CGI-Ajax-0.7.01 into pkgsrcabs3-0/+31
CGI::Ajax is an object-oriented module that provides a unique mechanism for using perl code asynchronously from javascript- enhanced HTML pages. CGI::Ajax unburdens the user from having to write extensive javascript, except for associating an exported method with a document-defined event (such as onClick, onKeyUp, etc). CGI::Ajax also mixes well with HTML containing more complex javascript.
2008-04-07Update to 9.27, this closes PR pkg/38369:xtraeme2-15/+15
Security * Fixed an issue where newsfeed prompts could cause Opera to execute arbitrary code, as reported by Michal Zalewski. See our advisory. http://www.opera.com/support/search/view/881/ * Solved an issue where resized canvas patterns could cause Opera to execute arbitrary code, as reported by Michal Zalewski. See our advisory. http://www.opera.com/support/search/view/882/ * Improved keyboard handling of password inputs, as reported by Trystan S. Miscellaneous * Fixed a BitTorrent transfer stability issue. * Resolved stablity issues with the Acid 3 test. * Additional stability fixes.
2008-04-07Add checksums for geolizer optionmartin1-1/+4
2008-04-07Changes 6.7:adam5-46/+40
New features/improvements: - Full support for -day option. To build different report for each day - Added virtualenamequot tag - Added option NotPageList - Addes .jobs and .mobi domains Fixes: - Minor bug in awstats_configure.pl Other/Documentation: - Updated some language files. - Updated browsers database.
2008-04-06The package supports installation to DESTDIR.heinz1-1/+4
A C compiler is required.
2008-04-06The package supports installation to DESTDIR.heinz1-1/+4
No C compiler required.
2008-04-06Remove some commented lines from the Makefile - no functional changeadrianp1-4/+1
2008-04-06+drupal6adrianp1-1/+2
2008-04-06Drupal 6.x branch:adrianp7-0/+825
Drupal is software that allows an individual or a community of users to easily publish, manage and organize a great variety of content on a website. Tens of thousands of people and organizations have used Drupal to set up scores of different kinds of web sites, including * community web portals and discussion sites * corporate web sites/intranet portals * personal web sites * aficionado sites * e-commerce applications * resource directories Drupal includes features to enable: * content management systems * blogs * collaborative authoring environments * forums * newsletters * picture galleries * file uploads and download
2008-04-06Add CONFLICTS for upcoming drupal 6 importadrianp1-1/+3
2008-04-04Add and enable new ruby-* packages.jlam1-1/+37
2008-04-04Install as a gem using the pkgsrc rubygem.mk framework instead ofjlam17-668/+706
directly into site_ruby.
2008-04-04Initial import of webby-0.8.2 as www/webby.jlam4-0/+183
Webby is a static website generator tool. Rake tasks are used to convert erb, textile, markdown, etc. formatted files into HTML suitable for publication to a web server.
2008-04-04Initial import of ruby18-thoth-flickr-0.1.0 as www/thoth-flickr.jlam4-0/+29
This package contains a Flickr plugin for the Thoth blog engine.
2008-04-04Initial import of ruby18-thoth-delicious-0.1.0 as www/thoth-delicious.jlam4-0/+29
This package contains a del.icio.us plugin for the Thoth blog engine.
2008-04-04Initial import of thoth-0.1.2 as www/thoth.jlam4-0/+145
Thoth is a blog engine written in Ruby and based on Ramaze and Sequel. Its simple, elegant architecture, minimalist featureset, and extensible codebase make it both fast and easy to customize.
2008-04-04Initial import of thin-0.7.1 as www/thin.jlam4-0/+196
Thin is a very simple web server written in Ruby. It's single-threaded, which means it can only serve one request at a time. This simplicity affords increased speed and decreased memory usage for singled-threaded framework like Rails.
2008-04-04Initial import of ruby18-rack-0.3.0 as www/ruby-rack.jlam4-0/+117
Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call.
2008-04-04Initial import of ruby18-net-flickr-0.0.1 as www/ruby-net-flickr.jlam4-0/+41
Net::Flickr provides an elegant, Ruby-fied implementation of Flickr's REST API.
2008-04-04Update ruby-mechanize to version 0.7.5. Changes from version 0.6.8jlam3-36/+158
include: + Install as a Ruby gem. * Fixed a bug when fetching files and not pages. * WWW::Mechanize#get now takes hash arguments for uri parameters. * Handling gzipped responses with no Content-Length header * Fixed a bug with EOF errors in net/http. [#17570] * Handling 0 length gzipped responses. [#17471] * Changed parser to lazily parse links * Lazily parsing document * Updating UTF-8 support for urls * Adding AREA tags to the links list. * WWW::Mechanize#follow_meta_refresh will allow you to automatically follow meta refresh tags. [#10032] * Adding x-gzip to accepted content-encoding. * Added Digest Authentication support. * Many bug fixes.
2008-04-04Initial import of ruby18-jsmin-1.0.0 as www/ruby-jsmin.jlam4-0/+28
This package contains a Ruby library for "minifying" JavaScript files by removing unnecessary characters.
2008-04-04Initial import of ruby18-cssmin-1.0.0 as www/ruby-cssmin.jlam4-0/+29
This package contains a Ruby library for "minifying" CSS files by removing unnecessary characters.
2008-04-04Initial import of ramaze-0.3.9.1 as www/ramaze.jlam4-0/+722
Ramaze is a simple, light and modular open-source web-framework written in Ruby. It provides several easy to understand and fully documented abstractions useful for the daily work of a pragmatic webdeveloper.
2008-04-04Initial import of mongrel-upload-progress-0.2.2 asjlam4-0/+39
www/mongrel-upload-progress. This package is a Mongrel plugin to keep track of the status of all currently processing file uploads.