summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2001-02-28remove deprecated MIRROR_DISTFILE (the correct replacements hadwiz1-2/+1
been added already)
2001-02-28whitespace fixeswiz3-6/+5
2001-02-28We want RCS Ids in the patches.wiz5-0/+5
This is one of the things pkglint checks, so _please_ use it.
2001-02-27conditionally remove libexec/cgi-binwiz1-1/+2
2001-02-27Put back the patch to avoid dlclose(). Without the patch, it's notjdolecek2-1/+20
possible to use LoadModule at all (httpd crashes soon after it forks). This is most probably an Apache problem. Until the real problem is tracked down, put this in as workaround. This addresses lib/12164 and bin/12283.
2001-02-26Add definition of PERL5_SITEARCH used earlier in Makefile. This variable is nojlam1-1/+6
longer automatically defined by bsd.pkg.mk, and this package can't USE_PERL5 as it's part of the perl5 meta-package.
2001-02-26Update to version 20010225 (more ad patterns).simonb2-4/+4
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf19-55/+51
XXX need to teach pkglint to be more picky about this
2001-02-24Add missing "PROVIDE:" line.tron1-1/+2
2001-02-23Update MD5 checksum to match what is on master site.tron1-2/+2
2001-02-23fix:jun1-3/+3
DEPENDS pax -> ${PAX}:pkglint pickup "pax" words in comment line.
2001-02-22Fix MASTER_SITES, and pkglint issue reported by Tomasz Luchowski (pkg/12263).wiz1-4/+9
2001-02-21change dependencies to suse_compat>=6.3, suse_x11>=6.3 - operajdolecek1-3/+3
seems to work with 6.3 versions just ok
2001-02-20Update "opera" package to version 5.0b6. Changes since version 4.0b5:tron3-7/+21
- Ad banner support - CTRL+Backspace will replace the text in the url entry field with the current selected text - A link will always be opened in a new window when activated by the Middle Mouse Button - Toolbar positions and layout are now saved through sessions - The selected Qt widget style is now saved through sessions - Resize animation can now be disabled and saved through sessions - The size of New normalized windows is larger - Activating fullscreen will now automatically hide toolbars and other elements - The Home button of the button toolbar has got DnD capabilites - Added support for "Linked Window" - A Copy operation in the HotList will now save the urls to the system clipboard buffer as well - First letter navigation in the HotList can be enabled or disabled - The Hotlist will now be saved to disk once contents is modified - Remote operation from the commandline. You can open a page in an already running instance of Opera (use the "-help" option on the commandline for more information) - Toolbar pixmaps are now changed on the fly (no need to restart Opera) when changed from the preference dialog box - The progress toolbar is more configurable. Each element except for the url input field can be hidden. The state is saved through sessions - Printing works better - Print preview mode - Support for more javascript events in form controls - Better font handling - Fixed some problems with inline frames (IFRAME) - Fixed asynchronous resolver bug (it failed to look up addresses in /etc/hosts) - Fixed the transparent background bug - and much more...
2001-02-19more ELF PLIST fixes (no symlinks for compat_* pacakgesdmcmahill1-3/+1
2001-02-19revert previous change. We don't install ELF shared lib links ondmcmahill1-3/+1
compat_* programs.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz216-216/+237
2001-02-17Update to mozilla 0.8taya12-96/+63
See release notes for detail. http://www.mozilla.org/releases/mozilla0.8/
2001-02-16Not needed any more -- COMMENTs are in Makefiles now.wiz1-1/+0
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-110/+112
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
2001-02-15Updated to 1.10abs2-4/+4
Changes since 1.09 The $u->query_form method will now escape spaces in form keys or values as '+' (instead of '%20'). This also affect the $mailto_uri->header() method. This is actually the wrong thing to do, but this practise is now even documented in official places like http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4.1 so we might as well follow the stream. URI::Heuristic did not work for domain-names with dashes '-' in them. Fixed. Documented that $uri->xxx($1) might not work. Closes pkg/11990
2001-02-15Update to 1.63:abs4-84/+9
Changes since 1.62: - Require LWP 5.50. A bug fix was introduced in LWP 5.49 which solves problems with relative Location: headers for Checkbot. - Create a defaults --match argument based on all the start URLs, not just the first one. - Remove .bak files when the new files are written correctly. - Create correct URLs when --file argument also contains directories. - Deal with redirects without a Location: header. - Don't exclude checkbot's own pages automagically. - Always ask server about file type for HTTP requests when uncertain. - Make output well-formed HTML. - Several typo's and other output fixes. patch-aa incorporated into main dist.
2001-02-15Update to 5.50:abs2-4/+4
Changes since 5.48: Release 5.50 Fix for test cases that failed because of URI-1.10 now encode space as '+' instead of '%20. Patch by Christian Gilmore <cgilmore@tivoli.com>. Makefile.PL: Require URI-1.10. HTTP::Daemon now accepts any non-space character as method name on the request line. It used to fail on methods like "M-POST" because it only allowed \w-chars. HTTP::Date now allow fractional seconds in ISO date formats. Based on patch from Mark D. Anderson <mda@discerning.com> HTTP::Request::Common will now calculate Content-length even if $DYNAMIC_FILE_UPLOAD is set. Patch provided by Lindley, Lee T <Lee.Lindley@viasystems.com>. 2000-12-31 Gisle Aas <gisle@ActiveState.com> Release 5.49 HTML::Form: Use croak() instead of die. Implement $f->possible_values. Avoid use of undef value warnings. HTTP::Cookies: fix epath issue. Make it work for URI::http as the uri-attribute of HTTP::Request object HTTP::Date: Allow ignored timezone info in parenthesis. Patch by Sander van Zoest <sander@covalent.net>. Fix calculation of non-GMT timezones (wrong sign). Patch by KONISHI Katsuhiro <konishi@din.or.jp>. HTTP::Response: Let $res->base() absolutize the URI. Based on bug report from Hans de Graaff <hans@degraaff.org>. Fixed minor doc typos in HTTP::Headers::Util and LWP::UserAgent. HTTP::Request::Common: Support boundary spec from client. LWP::Simple: Avoid trivial_http_get when @ appears in authority part of URI LWP::Authen::Digest: Need to have query in URI param. Spotted by <ronald@innovation.ch>. LWP::Protocol::http: unescape username/password if they are specified in the URI. Added LWP::Protocol::GHTTP. This allow LWP to use the HTTP::GHTTP module as the low level HTTP driver.
2001-02-13Update "analog" package to version 4.16. Changes since version 4.15:tron4-8/+8
- Security fix for buffer overflow bug. - Small correction to Brazilian Portuguese language file.
2001-02-13Workaround for file permission problem of htdocs/index.html.*. Problem reportkei1-1/+3
submitted to the author.
2001-02-13Move Horde's PHPLIB library into the horde subtree and protect it withjlam3-30/+34
appropriate settings in horde.conf.
2001-02-12Add and enable hordejlam1-1/+2
2001-02-12Horde PHP application frameworkjlam17-0/+820
2001-02-12Update md5 checksum. Address to PR pkg/12182.taca1-2/+2
2001-02-12Link c-client object files directly into PHP4 IMAP shared module. This getsjlam5-30/+40
php4-imap working on my Apache 1.3.17 + mod_ssl 2.8.0 + PHP4 installation.
2001-02-11Make this pkg build properly if W3M_USE_JAPANESE=no is in /etc/mk.conf.hubertf2-1/+16
Fixes PR 12186 by Michael van Elst <mlelstv@serpens.de>
2001-02-11Add the necessary support files for sparc64.eeh4-0/+416
2001-02-10__NetBSD_Version__ needs <sys/param.h>.fredb2-6/+17
2001-02-09Make LYNX_SCREEN_LIB=curses build again on NetBSD-1.4.3 and older.fredb2-9/+21
2001-02-09Add configure hack to ensure that we're doing the feature tests withfredb1-4/+4
-lcurses and not -lncurses when LYNX_SCREEN_LIB is set to "curses".
2001-02-08Update lynx-current to 2.8.4dev16. This snapshot contains very manyfredb7-110/+29
bug-fixes, and also integrates SSL and internationalization support! For details, see the CHANGES file in the snapshot or at http://lynx.isc.org/current/CHANGES No longer bother installing lynx{.cfg,.lss} to ${PREFIX}/etc/. They weren't being looked at by default, anyway, while it remains trivial to override the default locations via environment variables.
2001-02-08make patchsum.kei1-2/+2
2001-02-08added NetBSD RCS Id tag.kei1-0/+2
2001-02-08HOMEPAGE has changed to "http://htdig.sourceforge.net/". MASTER_SITES not.kei1-2/+2
2001-02-08Add German mirror site.tron1-2/+3
2001-02-07Bring in the fix for bug #63846, which prevents many buttons from working on atmycroft2-1/+15
least macppc (due to an uninitialized variable!).
2001-02-07- Don't use the ".php" script on the master sites for downloading becausetron1-2/+3
it confuses our FTP client. - Add German mirror site.
2001-02-07Fix incorrect version number in dependence on "apache" package.tron1-2/+2
2001-02-07Fix typo.tron2-4/+4
2001-02-07Add missing directory name "source" to URL for German "mod_ssl" mirror.tron1-2/+2
2001-02-07Add German mirror sites.tron1-1/+3
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz5-21/+28
2001-02-06slightly better way to handle -p1 patchesitojun1-9/+4
2001-02-06pull official patch from apache.org. make it 1.3.17.1itojun2-7/+20
2001-02-06s/apache/apache6/. oopsitojun1-2/+2