summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2008-09-14update to 1.4.19drochner3-7/+8
Fixes a bug introduced with 1.4.18 that causes all news bin contents to be dropped on startup.
2008-09-14* Handle gracefuly Ruby iconv depends on, fix PR pkg/36474.taca3-3/+43
* Fix wrong condition check of mandatory libraries. * Proper load gem based ruby-ncurses. Bump PKGREVISION.
2008-09-13Update from version 0.07nb2 to 0.10, discussed with maintainer.he2-8/+14
Pkgsrc changes: o Revert MAINTAINER to pkgsrc-users@ as directed by maintainer o Allow this package to work both with apache13 and newer versions o Add HOMEPAGE using search.cpan.org o (Committed even though I could not get "make test" going.) Upstream changes: 0.10 February 25, 2008 Add make disttest procedure to RELEASE document - fred Check for Apache::Test version 1.30, needed to run tests - fred Apache::Reload and Apache2::Reload bundled for CPAN release This release incorporates unreleased changes in 0.08 and 0.09 [Fred Moyer <fred@redhotpenguin.com>] 0.09 Apache2::Reload was part of mod_perl2 core in this version 0.08 Remove modified modules before reloading them [Javier Ureuen Val] Imported from v0.07 into ASF SVN [Philip M. Gollucci <pgollucci@p6m7g8.com>] Matt Sergeant <matt@sergeant.org> has donated Apache-Reload to the ASF.
2008-09-13Update from version 0.20 to 0.23, discussed with maintainer.he1-6/+8
Pkgsrc changes: o Reset maintainer to pkgsrc-users@, per request from maintainer o Use MASTER_SITES_PERL_CPAN o Set PERL5_REQD according to Meta.yaml in package o Adjust dependencies according to package Upstream changes: version: 0.23 date: Friday June 06 12:51:18 PDT 2008 changes: - Incorporated 'jemplate-url.patch' to match uri/url filtering behavior to TT, thanks leedo --- version: 0.22 date: Mon Apr 28 21:52:03 PDT 2008 changes: - Fixed a few buglets found in 0.21 --- version: 0.21 date: Mon Apr 28 12:44:13 CST 2008 changes: - Robert Krimen provided massive improvements including: - jQuery support - YUI support - Many new command line options for fine grained control - Doc changes - Much refactoring - Ingy added: - A standalone Jemplate compiler (bin/jemplate) - Some doc: (bin/README)
2008-09-13Change HOMEPAGE to use search.cpan.org/dist/<module-name>. No version bump.he1-2/+2
2008-09-13updated to 4.11rhaen2-6/+6
ChangeLog: 4.11 Sun Aug 10, 2008 No code changes. [DOCUMENTATION] - Fix POD syntax issue.
2008-09-12Adding missing files to be added. (Oops!)taca6-0/+139
Noted by Klaus Klein via private mail.
2008-09-12* Disable squid.taca1-2/+5
* Add and enable squid26, squid27 and squid30.
2008-09-12Importing squid-2.6.21 (2.6.STABLE21) package as www/squid26.taca19-0/+528
* This is legacy stable release but I keep it for a while. * Switch to new squid package frame work. * Drop RunCache support. Bump PKGREVISION.
2008-09-12Importing squid-3.0.9 (3.0.STABLE9) package as www/squid30, handlestaca17-0/+371
PR pkg/39188. New feature with Squid 3.0. * Code converted to C++, with significant internal restructuring and rewrites. * ICAP implementation (RFC 3507 and www.icap-forum.org) * Edge Side Includes (ESI) implementation (www.esi.org) Missing feature from squid 2.6 * refresh_stale_hit option. Not yet ported. * ability to follow X-Forwarded-For. Not yet ported. * Full caching of Vary/ETag using If-None-Match. Only basic Vary cache supported. Not yet ported. * Mapping of server error messages. Not yet ported. * http_access2 access directive. Not yet ported. * Location header rewrites. Not yet ported. * wais_relay. Feature dropped as it's equivalent to cache_peer + cache_peer_access. * urlgroup. Not yet ported. * collapsed forwarding. Not yet ported. * stable Windows support. Irregularly maintained. Currently, COSS backend support isn't available, too.
2008-09-12Importing squid-2.7.4 (2.7.STABLE4) package as www/squid27.taca17-0/+437
This is current stable release of Squid. pkgsrc change: * Drop support for pkgsrc original log_mime_hdrs_list. If someone want to use it, please feedback it to upstream. Changes from squid 2.6. * Experimental support for HTTP/1.1, mainly targeted at reverse proxy installations. Not yet HTTP/1.1 compliant hoewever. * A number of performance improvements; including request/reply parser, eliminating various redundant data copies and some completely rewritten sections. * Support for WAIS has been removed. * "act-as-origin" option for http_port - Squid can now emulate an origin server when acting as an accelerator. * "min-size" option for cache_dir - the minimum object size to store in a cache directory. Previously objects of any size up to a "max-size" maximum size would be considered as candidated for storing in a store_dir; this option allows the administrator to tune various stores for small and large objects rather than trying to tune it for both. * Support for Solaris /dev/poll for network IO - more efficient than poll() or select() and backwards compatible to Solaris 7. This must be manually enabled during configure by specifying "--enable-devpoll". * Support for FreeBSD accept filters. Use "accept_filter httpready" in squid.conf to enable this. * A semi-modular logging framework has been introduced, which both allows for more efficient non-blocking logging with the supplied logging daemon, but also allows for third-party modules to intercept the squid logs and process them. An example "UDP" logging helper, thanks to the Wikimedia Foundation, is included. * Support for rewriting URLs into canonical forms when storing and retrieving objects. A common practice seen in Content Delivery Networks is to serve the same content from a variety of different URLs or hosts; this makes efficient caching difficult. The store URL rewriting framework allows the administrator to rewrite a variety of URLs into one canonical form, so matching content from a variety of sources can be stored and retrieved as if they came from the same source, whilst still fetching the content from the original destination. See the "storeurl_rewrite_program" option for more information, and http://wiki.squid-cache.org/Features/StoreURLRewrite for some examples. * Object revalidation can now occur in the background. Cache validation can now occur in the background without requiring an active client to drive it. Stale content being revalidated can be served in situ whilst the object is being refreshed. See the "max_stale" and "refresh_pattern" options for more information. * introduce a new option, "zero_buffers", which controls whether Squid will zero the memory used for buffers and other data structures before use. This may or may not improve performance on specific workloads. * Cache authentication based on source IP address. This reduces the pressure on external authenticators which may not be able to keep up under high load - NTLM/winbind is a good example of this. See the "authenticate_ip_shortcircuit_access" and "authenticate_ip_shortcircuit_ttl" options for more information. * Support for configuration file includes has been added. "include" can now be used to include a configuration file or a glob of configuration files in a directory. * The default rules to not cache dynamic content from cgi-bin and query URLs have been altered. Previously, the "cache" ACL was used to mark requests as non-cachable - this is enforced even on dynamic content which returns cachability information. This has changed in Squid-2.7 to use the default refresh pattern. Dynamic content is now cached if it is marked as cachable. You should remove the default configuration lines with QUERY (acl, and cache) and replace them with the correct refresh_pattern entries. * Accelerator mode support cleaned up to behave more consistent when combining multiple accelerator mode options * Zero Penalty Hit support, allowing cache misses to be marked by custom TOS/priority values, useful when using packet shaping/prioritization outside Squid and needing to separate cache hits from misses.
2008-09-12Restructuring Squid package:taca28-823/+96
* Now www/squid directory is common directory for squid packages. * package options clean up and all options are described. * LDAP helper support. (PR pkg/39386) * DESTDIR support. * Move some MESSAGE to documation directory. Next, I'll import squid26, squid27 and squid30 packages.
2008-09-12Set MAINTAINER to pkgsrc-users@NetBSD.org for these packages,he1-2/+2
as per private communication with previous maintainer. No associated version bump.
2008-09-12Updated www/trac to 0.11.1abs5-192/+310
Trac 0.11.1 (August 6, 2008) http://svn.edgewall.org/repos/trac/tags/trac-0.11.1 Trac 0.11.1 contains a number of bug fixes and minor enhancements. The following list contains only a few highlights: * Improved DB connection handling (new connection pool) * Better MySQL backend unicode support. "utf8" and "utf8_bin" is the recommended database charset and collation settings. * Fixes intermittent "constraint violation" and "invalid form token" error messages. * Fixes roadmap layout glitch in Firefox 3. * Safer default umask value for tracd (can be set using --umask option) * Better default PYTHON_EGG_CACHE value. The complete list of closed tickets can be found here: http://trac.edgewall.org/query?status=closed&milestone=0.11.1 Trac 0.11 'Genshi' (June 22, 2008) http://svn.edgewall.org/repos/trac/tags/trac-0.11 Trac 0.11 contains a great number of new features, improvements and bug fixes. The following list contains only a few highlights: * New template engine for generating content (Genshi) * New configurable workflow in the ticket subsystem * Finer-grained control of permissions * Support for Pygments as the default syntax highlighter * Improved repository browser ("blame" support, dynamic in-place expansion of folders) * Improved user preferences subsystem, among which the possibility for * any user to select their time zone and disable access keys * The WebAdmin plugin is now an integral part of Trac * Paging of timeline and query results. A more complete list of new features can be found in the RELEASE file. The complete list of closed tickets can be found here: http://trac.edgewall.org/query?status=closed&milestone=0.11
2008-09-12Oops, correct patch-aa checksum.epg1-2/+2
2008-09-12Update to 2.3 (approved by maintainer), and add patch-aa to fix a link issueepg3-6/+43
(submitted upstream). I can't find any summary of changes, just a bunch of wiki pages: http://code.google.com/p/modwsgi/wiki/ChangesInVersion0104 http://code.google.com/p/modwsgi/wiki/ChangesInVersion0105 http://code.google.com/p/modwsgi/wiki/ChangesInVersion0106 http://code.google.com/p/modwsgi/wiki/ChangesInVersion0200 http://code.google.com/p/modwsgi/wiki/ChangesInVersion0201 http://code.google.com/p/modwsgi/wiki/ChangesInVersion0202 http://code.google.com/p/modwsgi/wiki/ChangesInVersion0203
2008-09-12Default EGG_NAME to ${DISTNAME} in egg.mk and drop EGG_NAME from packages thatepg3-6/+3
set it to ${DISTNAME}.
2008-09-11add and enable py-beautifulsoupjnemeth1-1/+2
2008-09-11Update drraw to 2.2a5.kleink2-7/+6
Changes since 2.2a4 [2007-05-30]: - Various dates displayed now follow the ISO 8601 format. - Graph start date, end date and creation dates can now be added to the image. - Data Source Templates have been enhanced: - Dynamic elements can now be stacked on top of previous graph element not just on top of themselves (courtesy of Francois Deppierraz), - Number of elements can be used in dynamic element CDEFs, and Formula field, - Builtin formulas allow calculating the AVERAGE and STDDEV, - Old files and files without values are automatically skipped (courtesy of R.P. Aditya). - Orange look, still ugly though :) - New Data Source rows are now properly disabled on load. - Allow &DBFinder() to follow symlinks. - Switched to /usr/bin/perl (from /usr/local/bin/perl).
2008-09-11Update from version 0.14 to 0.16.he2-6/+6
Upstream changes: 0.16 25 Aug 2008 * refactor the form_to_object() to avoid setting the PK value for a new object 0.15 24 Aug 2008 * fix the form_to_object() method to work with 0.29 core REST api
2008-09-11Update from version 0.08 to 0.09.he2-7/+7
Pkgsrc changes: o Adjust dependencies Upstream changes: 0.09 2008-09-03 12:00:00 - Filter out unwanted stack frames and attributes in the $SIG{__DIE__} handler instead of finalize_error(). - Avoid stringifying refs in the trace, since we now throw them away immediately.
2008-09-11Update from version 0.05 to 0.07.he2-9/+8
Pkgsrc changes: o Adjusted dependencies, removed p5-Test-MockObject to track package Upstream changes: 0.07 2008-08-21 - repackaged 0.06 2008-08-20 - support renamed Catalyst::Authentication::* modules - removed dependency on Test::MockObject
2008-09-11Update from version 0.10006 to 0.10007.he2-6/+7
Upstream changes: 0.10007 2008-08-17 - Update tests prereqs to include Test::Exception (RT #36339) - Some documentation fixes (including RT #36062) - Compatibility fix where the use of new style config and old style Authentication::Store::Minimal would cause a crash (Reported & fixed by Jos Boumans C<kane@cpan.org>) - Documentation update on Password - to indicate proper field naming - Decouple Authentication system from session. The realm class now allows complete control over how a user is persisted across requests. - pod fixes (RT #36062, RT #36063)
2008-09-11Changes 6.8:adam3-8/+12
New features/improvements: - Added OnlyUsers option. - Can track RPC request. - HTMLHeadSection can accept \n in string. - Add option MetaRobot. - Increase seriously bot detection. - Better detection of windows OS. - Add condition HOSTINLOG in extra sections. - Can show a full list for extrasection. Fixes: - Fixed pb in xml output for history files. - Fixed a bug in awstats_configure.pl script. Other/Documentation: - Updated some language files. - Updated documentation. - Updated browsers database. - Added a more complete xslt example. - Remove some deprecated code. - Update status of GeoIP City plugin database. A free version is now available like GeoIP Country database.
2008-09-11Update to 10.0.1 and add destdir support.dholland20-973/+1004
Changes are large and can be found at http://www.w3.org/Amaya/User/New.html. This update also fixes an ancient security vulnerability and makes the package build on amd64.
2008-09-10Add & enable p5-Test-WWW-Declareseb1-1/+2
2008-09-10Initial import of p5-Test-WWW-Declare version 0.01 in the NetBSDseb3-0/+33
Packages Collection. Often in web apps, tests are very dependent on the state set up by previous tests. If one test fails (e.g. "follow the link to the admin page") then it's likely there will be many more failures. The Perl 5 module Test::WWW::Declare module aims to alleviate this problem, as well as provide a nicer interface to Test::WWW::Mechanize.
2008-09-10Update to 3.2.2adrianp2-7/+6
[jan] SECURITY: Fix unescaped output in the MIME attachment linking. [jan] SECURITY: Add another check to the XSS filter.
2008-09-10Use egg.mk, cutting the Makefile in half (and fixing semi-automatic PLISTepg2-23/+14
generation, now that egg.mk does it).
2008-09-10Updated www/apache-tomcat55 to 5.5.27abs3-8/+11
Tomcat 5.5.27 (fhanik) General 44463: War file upload in manager webapp fails due to missing commons-io dependency. Added commons-io 1.4. (rjung) Catalina 44021, 43013: Add support for # to signify multi-level contexts for directories and wars. 44494: Backport from 6.0 (rjung) Add additional checks for URI normalization. (remm) Don't throw an ArrayIndexOutOfBoundsException when empty URL is requested. Patch provided by Charles R Caldarale. (markt) 29936: Don't use parser from a webapp to parse web.xml and possibly context.xml files. (markt) 43079: Correct pattern verification for suspicious URLs. Patch provided by John Kew. (markt) 43080: Log suspicious URL pattern warnings to the correct web application. (markt) 43117: Setting an empty workDIR could delete all of CATALINA_HOME. Patch provided by Takayuki Kaneko. (markt) 44282: Prevent security exception in trace level logging for web application class loader when running under a security manager. (markt) 44529: No roles specified (deny all) should take precedence over no auth-constraint specified (allow-all). (markt) 43578: Enable start on Linux if $CATALINA_HOME contains a space. Original patch provided by Ray Sauers with improvements by Ian Ward Comfort. (markt) 44673: Throw IOE if ServletInputStream is closed and a call is made to any read(), ready(), mark(), reset(), or skip() method as per javadocs for Reader. (markt) Enable the CGIServlet to work with Windows Vista. (markt) Add additional permission required to read JDK logging configuration when running with a security manager. (markt) 44943: Reduce copy/paste issues caused by different engine names in server.xml. (markt) 45195: Prevent NPE when calling Session.getAttribute(null) and Session.removeAttribute(null). The spec is unclear but this is a regression from 5.0.x. (markt) 45293: Update name of commons-logging jar in security policy. (markt) 45453: Fix race condition in JDBC Realm. Based on a patch provided by Santtu Hyrkk. (markt) JAAS Realm did not read role information for users. (markt) Connectors Log errors for AJP signoffs at DEBUG level, since it is harmless if mod_jk has hung up the phone. (billbarker) 42727: Handle request lines that are exact multiples of 4096 in length. Patch provided by Will Pugh. (markt) 43191: Compression could not be disabled for some file types. Based on a patch by Len Popp. (markt) 45591: Fix NPE on shutdown failure in some cases. Based on a patch by Matt Passell. (markt) Jasper 31257: Quote endorsed dirs if they contain a space. (markt) 42943: Make sure nested element is inside <jsp:text> element before throwing exception. (markt) 44877: Prevent collisions in tag pool names. (markt) 45015: Enfore JSP spec rules on quoting in attrbutes. This is configurable using the system property org.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING. (markt) Webapps 42899: When saving config from admin app, correctly handle case where the old config file does not exist. (markt) 44541: Document packetSize attribute for AJP connector. (markt) 44715: Document use of secret for AJP connector. (markt) 45323: Add note that context.xml files can only contain a single Context element. (markt) Update JNDI datasource docs since maxActive setting for unlimited changed in commons-pool > 1.2. (markt) Specification Use a localised error message if a user tries to write a negative length byte array during default processing of a HEAD request. (markt) 44562: HEAD requests cannot use includes. Patch provided by David Jencks. (markt)
2008-09-09Update to 2.63. From the changelog:schmonz3-22/+22
* Set cookies HttpOnly. * Typo. Closes: #[497003](http://bugs.debian.org/497003) * Ignore failure to install files into /etc, in case install is running as non-root. * Work around perl $\_ scoping nonsense that caused breakage when loading external plugins. * style.css: Add missing semicolon. Closes: #[497176](http://bugs.debian.org/497176) * filecheck: Fall back to testing for binary or plain text files if no mime type is detected. * table: Support header=column to make the table header be the first column of the data. (AlexandreDupas) * For fine control over what characters are allowed, unescaped in source filenames, the wiki\_file\_chars setting is added. For example, set to "-[:alnum:]+/.\_" to disable colons from being used in source files (which can cause troubl om Windows). * po/Makefile: update po files when the pot file has changed. Closes: #[497951](http://bugs.debian.org/497951) * editpage: New core plugin factoring out page editing to allow disabling it if desired.
2008-09-09Add security fix of FCKeditor.taca3-3/+21
http://www.geeklog.net/article.php/file-uploads Bump PKGREVISION.
2008-09-08Fix deps for modular xorg. PKGREVISION++.dholland1-3/+10
2008-09-08py-setuptools is only support for 2.4+joerg1-1/+2
2008-09-07Add & enable p5-CSS-Tinyseb1-1/+2
2008-09-07Initial import of p5-CSS-Tiny version 1.15 in the NetBSD Packagesseb3-0/+26
Collection. The Perl 5 module CSS::Tiny provides a class to read and write .css stylesheets with as little code as possible, reducing load time and memory overhead.
2008-09-07Add & enable p5-Pod-POM-Webseb1-1/+2
2008-09-07Initial import of p5-Pod-POM-Web version 1.09 in the NetBSD Packagesseb3-0/+36
Collection. Pod::POM::Web is a Web application for browsing the documentation of Perl components installed on your local machine. Since pages are dynamically generated, they are always in sync with code actually installed.
2008-09-07Add & enable p5-Alien-GvaScriptseb1-1/+2
2008-09-07Initial import of p5-Alien-GvaScript version 1.09 in the NetBSDseb3-0/+31
Packages Collection. GvaScript is a javascript framework, built on top of the prototype object-oriented javascript framework (http://prototype.conio.net) and offers a number of extensions and widgets, such as keymap handling, application-specific events, autocompletion on input field, and a tree navigator. GvaScript is distributed using Perl tools, but the actual content of the library is pure javascript.
2008-09-07Bump PKGREVISION for db4 shlib name change (4.6 -> 4.7).wiz1-1/+2
Noted by OBATA Akio.
2008-09-07updated to 1.40rhaen2-6/+6
Changelog: 1.40 Jul 24, 2008 [ BUG FIXES ] - Attempting to set multiple cookies when running under CGIHandler failed. Patch by Andrej Czapszys. RT #33710. - The Request->alter_superclass() method could cause a segfault (sometimes) with perl 5.10.0. Reported and patched by Jesse Vincent.
2008-09-06Bump PKGREVISION for libevent users due to 1.4.3->1.4.5 shlib name change.wiz1-2/+2
2008-09-06Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlibwiz7-13/+14
name change).
2008-09-05Add BeautifullSoup package.darcy4-0/+40
Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping. Three features make it powerful: 1. Beautiful Soup won't choke if you give it bad markup. It yields a parse tree that makes approximately as much sense as your original document. This is usually good enough to collect the data you need and run away. 2. Beautiful Soup provides a few simple methods and Pythonic idioms for navigating, searching, and modifying a parse tree: a toolkit for dissecting a document and extracting what you need. You don't have to create a custom parser for each application. 3. Beautiful Soup automatically converts incoming documents to Unicode and outgoing documents to UTF-8. You don't have to think about encodings, unless the document doesn't specify an encoding and Beautiful Soup can't autodetect one. Then you just have to specify the original encoding.
2008-09-04Update Django to newly released version 1.0, fixing a cross-site requesttonnerre4-185/+1356
forgery vulnerability described in http://www.djangoproject.com/weblog/2008/sep/02/security/ .
2008-09-04Add and enable loggerhead py-paste py-simpletalepg1-1/+4
2008-09-04Import loggerhead-1.6.epg5-0/+205
Loggerhead is a web viewer for Bazaar branches. It can be used to navigate a branch history, annotate files, perform searches... all the usual things.
2008-09-04Oops, this doesn't require 2.5; DEPEND on setuptools and dropepg2-15/+20
PYTHON_VERSIONS_ACCEPTED (should work with any).
2008-09-04Import py-SimpleTAL-4.1.epg4-0/+55
SimpleTAL is a stand alone Python implementation of the TAL, TALES and METAL specifications used in Zope to power HTML and XML templates. SimpleTAL is an independent implementation of TAL; there are no dependencies on Zope nor is any of the Zope work re-used.