summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-09-12add license, add NO_BIN_ON_FTPgdt2-2/+147
2008-09-12Adding missing files to be added. (Oops!)taca6-0/+139
Noted by Klaus Klein via private mail.
2008-09-12Make ssl support an option (that defaults to on)sborrill2-6/+9
2008-09-12Note update of www/squid26 package to 2.6.21nb1 and these package addition:taca1-1/+4
www/squid27: squid-2.7.4(2.7.STABLE4) www/squid30: squid-3.0.9(3.0.STABLE9)
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-12Another set:he1-1/+7
Updated security/p5-Crypt-Rijndael to 1.07 Added devel/p5-IO version 1.2301 Added devel/p5-POE-Test-Loops version 1.002 Updated devel/p5-POE to 1.003nb1 Updated devel/p5-Curses to 1.24 Updated databases/p5-DBIx-Class-DynamicDefault to 0.03
2008-09-12Update from version 0.01 to 0.03.he2-8/+8
Pkgsrc changes: o Adjust dependencies to track package requirements Upstream changes: 0.03 Thu, 11 Sep 2008 18:42:48 +0200 Florian Ragwitz (1): Require DBIx::Class >= 0.08009. 0.02 Wed, 10 Sep 2008 23:02:57 +0200 Florian Ragwitz (4): Another SYNOPSIS example. Test accessor handling. Test behaviour when columns with default values are set explicitly. Improve documentation. Tests for always_update. Document always_update. Implement always_update.
2008-09-12vlc08 update to 0.8.6isborrill1-1/+2
2008-09-12Update to 0.8.6i and fixes for CVE-2008-3732, CVE-2008-3794sborrill11-106/+278
2008-09-12Set MAINTAINER to pkgsrc-users@NetBSD.org for these packages,he6-12/+12
as per private communication with previous maintainer. No associated version bump.
2008-09-12I should have added this file in my previous commit.ahoka1-0/+15
2008-09-12Add LICENSE=libdvdcss-license because RESTRICTED is set; leavegdt1-3/+3
RESTRICTED and NO_*_ON_* as they were (set).
2008-09-12Determine both for setmode.c and pwcache.c if any of the functions isjoerg2-116/+20
provided by the system and if one is lacking use the file. Don't short cut the list as before and do a second iteration, it is just confusing. This breaks the regression introduced by the last commit on OS X.
2008-09-12Make swscale an option (on by default). This option needs to be disabled forsborrill3-14/+22
vlc08 (0.8.6i).
2008-09-12share/icons/hicolor/icon-theme.cache is not oursjmcneill1-2/+1
2008-09-12Add ptlib, opal-devel, ekiga-develjmcneill1-1/+4
2008-09-12Enable ekiga-develjmcneill1-1/+2
2008-09-12Ekiga (formely known as GnomeMeeting) is an open source VoIP and videojmcneill5-0/+442
conferencing application for GNOME. Ekiga uses both the H.323 and SIP protocols. It supports many audio and video codecs, and is interoperable with other SIP compliant software and also with Microsoft NetMeeting.
2008-09-12Enable opal-develjmcneill1-1/+2
2008-09-12OPAL is the "next generation" of OpenH323 that has a new architecture.jmcneill5-0/+225
Not only does it support H.323 and SIP, but new VoIP protocols or devices can be added very easily. BTW: OPAL is an acronym for Open Phone Abstraction Library, but that is not really important :)
2008-09-12Add ptlibjmcneill1-1/+2
2008-09-12PTLib is a multi-platform C++ class library. Programs based on PTLib can runjmcneill17-0/+694
on both Microsoft Windows and Unix/Linux. The library contains both the "basic" classes (strings, arrays, lists) and the higher-level functionality (networking, multi-threading).
2008-09-12Update from version 1.23 to 1.24.he3-38/+6
Pkgsrc changes: o Remove a redundant WRKSRC setting o Remove no longer needed patch-aa Upstream changes: New in 1.24 (Released September 10, 2008) Export KEY_RESIZE, KEY_EVENT. For Netbsd, allow both Netbsd and BSD guesses via CURSES_LIBTYPE, and default to Ncurses. Used to guess only BSD. From Ulrich Habel rhaen@NetBSD.org . Add guess capability for Dragonfly. From Ulrich Habel rhaen@NetBSD.org .
2008-09-12Update from version 1.003 to 1.003nb1.he1-1/+4
Pkgsrc changes: o Add two overlooked dependencies; a newer IO::Handle from the newly imported p5-IO package is needed, and the package during build also complains that it wants POE::Test::Loops, so give it the newly imported package for that one as well.
2008-09-12Add p5-POE-Test-Loops.he1-1/+2
2008-09-12Import p5-POE-Test-Loops version 1.002.he3-0/+24
POE::Test::Loops contains one function, generate(), which will generate all the loop tests for one or more POE::Loop subclasses.
2008-09-12Add p5-IO.he1-1/+2
2008-09-12Import p5-IO version 1.2301.he3-0/+47
IO provides a simple mechanism to load several of the IO modules in one go. The IO modules belonging to the core are: IO::Handle IO::Seekable IO::File IO::Pipe IO::Socket IO::Dir IO::Select IO::Poll Note that these modules should be loaded via use IO qw(Handle File); # etc. and not via the deprecated method use IO; # DEPRECATED
2008-09-12Patch libavcodec to build with our slightly older version of x264.ahoka3-6/+7
This reenables the x264 option and makes it default again. This patch should be removed after an x264 update.
2008-09-12clarify restriction - "restrictive copyright" is nonsensical.gdt1-2/+2
2008-09-12remove note to add licensegdt1-2/+1
2008-09-12refer to licensegdt1-2/+1
2008-09-12add licensegdt1-0/+8
2008-09-12Update from version 1.06 to 1.07.he2-6/+6
Upstream changes: 1.07 - Fri Aug 15 16:53:36 2008 * Fixed the odd character problems in some of the files * No need to upgrade if you already have this installed 1.06_03 - Sun Jun 22 11:32:46 2008 * Trying the __sgi definition. If this doesn't make things blow up, this release will get bumped to 1.07. 1.06_02 - Thu Jun 19 11:55:21 2008 * Removed wide chars from the header file. Some compilers like to complain about things that are wrong. :( 1.06_01 - Wed Jun 18 09:37:34 2008 This is a test of a fix for Irix. 1.06_01 - Wed Jun 4 19:18:57 2008 * This is a test of a fix for Irix.
2008-09-12remove note to add license now that it is presentgdt1-2/+1
2008-09-12Clarify that the vague patent claims are made by the licensor.gdt1-2/+2
2008-09-12+generic-nonlicense, NO_*_ON_* because one can't read the license duegdt1-1/+5
to distfile/homepage lossage. candidate for removal.
2008-09-12Add LICENSE=generic-nonlicense, set NO_*_ON_* due to unfetchablegdt1-1/+5
distfile.
2008-09-12add licensegdt2-1/+77
2008-09-12Import of wxGTK-2.8.joerg2-2/+6
2008-09-12set NO_*_ON_CDROM following LICENSE.gdt1-1/+3
2008-09-12Add NetBSD-specific warning for stacksize ulimit on 64-bit platforms.ghen1-0/+14
2008-09-12Rename MESSAGE to MESSAGE.common (for addition of platform-specific ↵ghen1-1/+1
MESSAGE.NetBSD).
2008-09-12Import wxGTK contrib for version 2.8.8.joerg4-0/+122
2008-09-12Import wxGTK 2.8.8.joerg10-0/+1112
2008-09-12Updated www/trac to 0.11.1abs1-1/+2