summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2009-02-14+apache-tomcat6adrianp1-1/+2
2009-02-14Apache Tomcat 6.x is the current focus of development. It builds upon theadrianp5-0/+852
improvements made in Tomcat 5.5.x and implements the Servlet 2.5 and JSP 2.1 specifications. In addition to that, it includes the following improvements: * Memory usage optimizations * Advanced IO capabilities * Refactored clustering While we're here make a number of improvements based on the old 5.5.x pkg: - Use MASTER_SITE_APACHE - Default to running as an unprived user - Use a more standard rc.d script - Cleaner pkg_delete operation based on standard files/dirs that change
2009-02-13Add PKG_DESTDIR_SUPPORT - release maintainershipabs2-13/+16
2009-02-13Add PKG_DESTDIR_SUPPORTabs2-5/+9
2009-02-13Switch to using INSTALLATION_DIRSabs1-7/+7
2009-02-13Add PKG_DESTDIR_SUPPORT, relinquish maintainershipabs1-9/+10
2009-02-13Add PKG_DESTDIR_SUPPORTabs1-1/+4
2009-02-13+p5-Catalyst-View-Masonabs1-1/+2
2009-02-13Added www/p5-Catalyst-View-Mason version 0.16abs3-0/+28
A view base class for Catalyst using HTML::Mason
2009-02-13Use ${MASTER_SITE_APACHE}adrianp2-8/+8
Use .tar.gz DISTFILE
2009-02-13Remove broken import of p5-Catalyst-Plugin-Authentication-Credential-Passwordabs4-32/+1
Its part of Catalyst-Plugin-Authentication
2009-02-13Fix RPC-XML version DEPENDabs1-2/+2
2009-02-13+p5-Catalyst-Plugin-Server + ↵abs1-1/+3
p5-Catalyst-Plugin-Authentication-Credential-Password
2009-02-13Added www/p5-Catalyst-Plugin-Authentication-Credential-Password version 0.10010abs3-0/+30
THIS IS A COMPATIBILITY SHIM to allow old configurations of Catalyst Authentication to work without code changes.
2009-02-13Added www/p5-Catalyst-Plugin-Server version 0.24abs3-0/+35
Base plugin for XMLRPC and SOAP server. XMLRPC Plugin for Catalyst which we tried to make compatible with the way Catalyst works with URLS. Main features are: * Split XMLRPC methodNames by STRING to find out Controller. * Single entrypoint for XMLRPC calls, like http://host.tld/rpc * DispatchTypes (attributes) which work much the same as Catalyst attrs * XMLRPC Parameter handling transparent to Catalyst parameter handling
2009-02-13Instead of depending on the entire JDK just for 'jar', in the build processadrianp1-3/+6
add a BUILD_DEPENDS for archivers/fastjar PKGREVISION++
2009-02-13Cast ne_crc to int32_t as expected by the regression tests. On LP64joerg4-17/+22
systems, it would not be negative otherwise. clearsilver-base is destdir ready, mark it so. clearsilver itself is a meta package, mark it so.
2009-02-13Look for the Adobe Flash plugin installed by pkgsrc out-of-the-box.ahoka2-3/+5
2009-02-12+apache-rolleradrianp1-1/+2
2009-02-12Apache Roller is a full-featured, multi-user and group-blog server suitableadrianp7-0/+126
for blog sites large and small. Roller is a Java web application that should be able to run on any Java EE server and any relational database. Currently, Roller is best supported on Tomcat and MySQL -- but users have reported success running Roller on Glassfish, Websphere, JBoss, Resin, Gernonimo, Derby, PostgresSQL, Oracle, etc.) Here are some of Roller's key features: * Multi-user blogging: can support tens of thousands of users and blogs * Group blogging with three permisson levels (editor, author and limited) * Support for comment moderation and comment spam prevention measures * Bloggers have complete control over blog layout/style via templates * Built-in search engine indexes weblog entry content * Pluggable cache and rendering system * Support for blog clients that support MetaWeblog API * All blogs have entry and comment feeds in both RSS 2.0 and Atom 1.0 formats
2009-02-11Revert unintended change.joerg1-2/+2
2009-02-11replace my quick-and-dirty setgroups/initgroups patch by the upstreamdrochner2-9/+16
version, to ease further updates
2009-02-11Retire the BSD installer as used by older DragonFly releases. DragonFlyjoerg1-2/+2
itself ships the sources nowaday, so this has become redundant.
2009-02-11SHA1_Update conflicts with openssl which may be dynamically loadedmarkd4-2/+70
at runtime via libcups or libgssapi so causing a crash due to using the wrong binding. Rename here to avoid conflict. Patch from Yorick Hardy. Fixes the crashes that had been seen when trying to print that had previously been worked around by stopping cups calling the routine. Also fixes PR pkg/39863
2009-02-10DESTDIR supportjoerg1-3/+5
2009-02-10Add PKG_DESTDIR_SUPPORTabs1-5/+7
2009-02-10Update ns-remote to 1.12:abs6-220/+12
- Add PKG_DESTDIR_SUPPORT - Move source to code.google and import Makefile, patches and ns-open script from pkgsrc
2009-02-10Update www/typo3 package to 4.2.6.taca2-9/+9
Quote from release announce is here and see ChangeLog for detail. All versions are maintenance releases and contain bugfixes and security fixes. IMPORTANT: These versions include an important security fix to the TYPO3 core. A security announcement has just been released: http://typo3.org/teams/security/security-bulletins/typo3-sa-2009-002/
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg14-19/+29
changed runtime dependencies now.
2009-02-09Fix DESTDIR installation.joerg1-1/+3
2009-02-09Remove Python 2.1 support.joerg1-2/+2
2009-02-09Needs Python 2.5 yield.joerg1-1/+3
2009-02-09Fix patch to not contain RCS IDs.joerg2-6/+5
2009-02-07Updated www/mediawiki to 1.13.4martti3-7/+13
A number of cross-site scripting (XSS) security vulnerabilities were discovered in the web-based installer (config/index.php). These vulnerabilities all require a live installer -- once the installer has been used to install a wiki, it is deactivated. Note that cross-site scripting vulnerabilities can be used to attack any website in the same cookie domain. So if you have an uninstalled copy of MediaWiki on the same site as an active web service, MediaWiki could be used to attack the active service. If you are hosting an old copy of MediaWiki that you have never installed, we advise you to remove it from the web.
2009-02-07Update www/typolight package to 2.6.6.taca3-9/+11
* pkgsrc change: improve description MESSAGE about update of the frontend template. Version 2.6.6 (2009-02-07) -------------------------- - Re-added the TinyMCE "indent" and "outdent" buttons (#490) - Fixed issue with content element "article" modifying the page title (#462) - Fixed issue with safe mode hack changing file owner when renaming case-sensitively - Fixed issue with 403 pages not being shown if an article is specified (#477) - Fixed a few minor bugs
2009-02-06update to 3.24.4drochner2-6/+6
changes: -bugfixes -translation updates
2009-02-06disable the "enchant" option (which was on per default unfortunately) -drochner2-4/+6
with that the browser crashes immediately if a page is loaded bump PKGREVISION
2009-02-05Add package option 'doc'.seb3-79/+98
If and only if this option is set the documentation for the tidy library is built with doxygen and then installed. This new package option is set by default hence preserving the previous package "behaviour" in the default case. Not setting this option provides smaller build dependencies: doxygen is not required. Please note that the manual page of the command line tool tidy is still provided even if the package option 'doc' is not set. Bump PKGREVISION to 1.
2009-02-05update to firefox3-3.0.6.tnn3-21/+6
Firefox 3.0.6 fixes several issues found in Firefox 3.0.5: * Fixed several security issues. * Fixed several stability issues. * In previous versions of Firefox, some users experienced a problem where parts of the screen were not properly displaying after Firefox was open for long periods of time. * Improved the ability for scripted commands (including those included in popular extensions like Adblock Plus) to work properly with plugins. (bug 438830) * Removed the client user ID from crash reports. * Fixed issues with the display of some Indic scripts.
2009-02-05Re-introduce support for APACHE_CUSTOM_CFLAGS in mk.confsborrill1-1/+4
2009-02-05Remove www/squid26.taca19-526/+0
Squid 2.6's support was end. Please use www/squid27 instead.
2009-02-05Remove squid26.taca1-2/+1
2009-02-05Update www/squid27 package to 2.7.6(2.7.STABLE6).taca4-53/+131
Changes to squid-2.7.STABLE6 (4 February 2009) - Bug #2494: Fix tproxy url in configure - Correct latency measurements - Correct upgrade_http0.9 example - Correct parsing of invalid http version numbers - Crossreference authenticate_ip_shortcircuit_access and authenticate_ip_shortcircuit_ttl - Add in some better documentation for override-expire.
2009-02-04update to 3.0.10drochner5-36/+9
3.0.10 is a stable release which includes many enhancements but no major new features. The most prominent improvements are SOCKS5 support and zlib support for the default Privoxy builds.
2009-02-04give up supplementary group memberships on uid/gid switch, fixesdrochner4-7/+21
unexpected privileges reported in PR pkg/40532 by Cem Kayali, the issue is being discussed with upstream, thanks to Cem for detailed reports, also back out explicit passing of PRIVOXY_GROUP to the program -- while it does not hurt it is redundant because PRIVOXY_GROUP is already the primary group of PRIVOXY_USER
2009-02-04Update squid30 package to 3.0.13 (3.0.STABLE13).taca2-6/+6
Changes to squid-3.0.STABLE13 (03 Feb 2009): - Fix several issues in request parsing - Fix memory leak from logformat parsing - Fix various ESI build errors - ... and some documentation updates
2009-02-03Add & enable p5-WWW-Shortenseb1-1/+2
2009-02-03Initial import of p5-WWW-Shorten version 2.02 in the NetBSD Packagesseb3-0/+32
Collection. The Perl 5 module WWW::Shorten provides an interface to URL shortening sites. These sites maintain databases of long URLs, each of which has a unique identifier. A very simple program called shorten is supplied. This program takes a URL and gives you a shortened version of it.
2009-02-02+ies4linuxabs2-3/+4
2009-02-02Added www/ies4linux version 2.99.0.1abs5-0/+170
IEs4Linux is the simpler way to have Microsoft Internet Explorer running on any OS running Wine. It provides a script with an optional GUI interface to install various versions of IE and associated registry settings and plugins into your .wine configuration.