Commit graph

1569 commits

Author SHA1 Message Date
wiz
5ed66ffaaa De-fuzz.
Please use pkgdiff, since it avoids (in most cases) the problem with
RCS ids in patches, like in this one.
2001-05-25 13:05:40 +00:00
abs
d9a13bd466 Obey rc.conf if present (modelled on apache rc.d file), plus allow entries
to be prepended to CLASSPATH by setting optional tomcat_classpath
2001-05-24 16:06:43 +00:00
jlam
54718a4db7 Standardize name of file to include for build-links to be "buildlink.mk".
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers
and libraries.  Create a variable BUILDLINK_TARGETS whose value is the
list of build-link targets to execute.
2001-05-24 08:53:54 +00:00
jlam
8dcde607be Update ap-dtcl to mod_dtcl-0.10.0. There is no list of changes from version
0.8.12, but mod_dtcl now uses <? ?> tags instead of <+ +>.  For now, mod_dtcl
contains compatibility code so that your old scripts will still run.
2001-05-24 03:04:05 +00:00
abs
813d0a2943 We should at least try to build on Linux 2001-05-23 12:12:33 +00:00
wiz
339b53e786 Add size. 2001-05-22 23:05:32 +00:00
jlam
3f48ef4609 Update horde to 1.2.5. Changes from version 1.2.4:
[max] Move all JavaScript URLs to the onclick event handler to prevent
      breaking IE SSL in certain circumstances.
[cjh] Browser detection recognizes ie6.
[cjh] Added locale/se (Daniel Andersson <daniel@addelei.nu>).
[bjn] Ignore errors from PHPLIB session.inc posix_getpid (which isn't
      supported by Windows 95/98/ME).
[cjh] Run $language through basename() before returning it in select_lang()
      to avoid possible exploits, though a seperate bug in php needs to be
      present to really exploit this.
[cjh] Reject From: addresses containing spaces, ';', or '&', and don't put
      quotes around addresses (since sendmail doesn't strip them). If this
      is too strict, we'll reconsider later.
2001-05-22 21:11:57 +00:00
mjl
445e9c7820 Update to 1.03.
- Made raw error message accessible from the new error display via
      an unobtrusive link.
    - Fixed Apache tests when started by a non-root user.
    - Added short-circuits for Apache tests on Win32 and on systems with
      Apache configurations that cannot be properly parsed.
    - Completely redesigned error display. The new display includes a
      contextual source listing and readable stacktrace. You can access the
      old error behavior with the raw_html and raw_fatal error modes.
    - Fixed $m->file to close its filehandle between uses.
    - Fixed bad interaction with Mason 1.01 and CPAN module, by adding
      version number to ApacheHandler.pm.
    - Fixed $m->top_comp to work as documented, and made documentation
    - Fixed specification of a component root as "foo => /foo"
    - Added 'use Apache.pm' to ApacheHandler.pm, necessary for some
      mod_perl installations.
    - Implemented configuration of Mason from httpd.conf via PerlSetVar
      directives.  This removes the need for a handler.pl file in many
      cases.
    - Revamped ApacheHandler tests to use a real Apache web server and
      mod_perl (assuming this is installed).  This allows for much better
      testing of Mason.  However, the test suite takes a bit longer to run
      as starting and stopping the server can take a second or two each
      time.
    - ** Fixed handling of POST requests with query strings via CGI.pm;
      the query string arguments were previously ignored, and are now merged
      with POST arguments. This is an incompatible change only for those
      whose code relied on the arguments missing.
    - Added basic validation of arguments to Parser, Interp,
      and ApacheHandler constructors.
    - Added interp->die_handler, allowing you to install your own
      subroutine as $SIG{__DIE__} to catch errors during component
      execution.  Alternately, you can simply turn the special error
      handling off.
    - Added interp->use_dhandlers and interp->use_autohandlers, more
      intuitive ways to turn on/off dhandlers and autohandlers.
    - Eliminated interp->verbose_compile_error, which is no longer needed
      and has not worked for some time.
    - Documented that you cannot call return() from a <%shared> or <%once>
      section.
    - Fixed documentation of escaped newline behavior.
    - Fixed incorrect code for using mod_perl args method in
      eg/session_handler.pl.
2001-05-22 17:24:54 +00:00
jlam
b065e705f1 Pass in CPPFLAGS through CFLAGS to the configure script to eventually pass
then to libneon/Makefile.  Should now pick up libintl.h if it's not in
the base system.  Noted by David Brownlee <abs@formula1.com>.
2001-05-22 16:09:14 +00:00
jlam
8c75dc7fc6 Pass --with-included-neon to configure script to ensure use of the supplied
neon library.
2001-05-22 15:22:20 +00:00
wiz
26c40c61dd Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.
2001-05-22 09:32:18 +00:00
wiz
d3c112794d Add size. 2001-05-21 21:45:45 +00:00
zuntum
e48bc8ecbf Add Size entries to distinfo 2001-05-21 05:43:22 +00:00
tron
a5e6d8ab03 Add missing "Size" entries. 2001-05-21 05:27:56 +00:00
jonb
6c1b257916 Make all the ap-* packages work with apache6 as well as apache
(except for ap-ssl, of course)
2001-05-20 05:23:26 +00:00
tron
11158ff71a Update "analog" package to version 5.0. Changes since version 5.01:
5.01 (19-May-01)
- New command PNGIMAGES.
- New token "PLAIN:" in ALIAS commands.
- Unix man page included in source distribution.
- New example configuration file examples/bigbyrep.cfg.
- A few small bug fixes.
- Italian report descriptions files; corrections to German language files.
2001-05-19 22:30:58 +00:00
jdolecek
b7418d960c Update to Csacek 2.1.6. Changes are merely bugfixes.
Use a --with-apxs=FOO configure flag instead of a patch.
2001-05-19 17:46:20 +00:00
jtb
1bbc093770 Use GNU_CONFIGURE=yes. 2001-05-19 17:40:01 +00:00
jlam
dc6eadbf21 Use ${XARGS} instead of invoking xargs directly. 2001-05-19 03:56:23 +00:00
jlam
5f0d65a65d Introduce a new make variable APACHE_CUSTOM_CFLAGS that can be set in
/etc/mk.conf to any string of legal compiler flags to tune different aspects
of the built httpd.
2001-05-18 06:01:35 +00:00
jlam
763c66cabe Revert last change...MAKE is now added CONFIGURE_ENV in bsd.pkg.mk. 2001-05-18 02:19:07 +00:00
jlam
da633d8a57 Add, enable, and note new package php4-pcre:
PHP4 extension for Perl-compatible regular expressions
2001-05-17 21:04:33 +00:00
jlam
4eccd56c87 PHP4 extension for Perl-compatible regular expressions 2001-05-17 21:02:23 +00:00
abs
c332bc2929 Add MAKE="${MAKE}" to CONFIGURE_ENV, otherwise on Linux apache configures to
use gmake when when it is being compiled with bmake, and much pain ensues
2001-05-17 16:32:26 +00:00
jlam
a3029f739e Enable .netrc-parsing support and simplify readline/editline handling. 2001-05-16 05:55:33 +00:00
jlam
df2edf0d6c cadaver is a command-line WebDAV client for Unix. It supports file upload,
download, on-screen display, namespace operations (move/copy), collection
creation and deletion, and locking operations.
2001-05-16 04:40:48 +00:00
jlam
51cefafd85 Add and enable ap-dav 2001-05-16 02:12:40 +00:00
jlam
ff9ccac706 ap-dav -- Apache WebDAV module
WebDAV stands for "Web-based Distributed Authoring and Versioning".  It is
a set of extensions to the HTTP protocol which allows users to
collaboratively edit and manage files on remote web servers.

mod_dav is an Apache module to provide DAV capabilities (RFC 2518) for the
Apache web server.  mod_dav currently implements a Class 1 and Class 2 DAV
server.  This means that it provides all the basic DAV facilities for
manipulating resources (files) on the target web server, along with
manipulating properties on those resources.  In addition, it handles the
(un)locking of resources so that clients can have exclusive access to
modify resources.
2001-05-16 02:11:54 +00:00
jlam
5692914ba8 Add and enable sitecopy 2001-05-15 23:27:42 +00:00
jlam
0db9506cfc sitecopy - utility for synchronizing remote and local web sites
Sitecopy is for copying locally stored web sites to remote web servers.  A
single command will upload files to the server which have changed locally,
and delete files from the server which have been removed locally, to keep
the remote site synchronized with the local site.  The aim is to remove the
hassle of uploading and deleting individual files using an FTP client.
Sitecopy will also optionally try to spot files you move locally, and move
them remotely.

FTP, WebDAV and other HTTP-based authoring servers (for instance, AOLserver
and Netscape Enterprise) are supported.
2001-05-15 23:27:07 +00:00
tron
53b715d9ef Update "opera" package to versio 5.0.1. Changes since 5.0b8:
- Font fix. The standard monospace font is now detected on startup even
  if not set in the opera.ini file
- Fixed a font problem that could cause the same font to be displayd
  several times in the font selector
- Improved button bar layout (less wasted space) when the ad banner
  is visible
- Several fixes regarding keyboard focus handling when loading a page.
- Focus could get lost or moved to another window what a framed page
  was reloaded. This could also happen when entering print preview
- Transfer window will now always be activated the first time
  (even when "activate window on new transfer" is not selected)
- The transfer window will be raised when activated even when
  iconified outside the Opera workspace
- The autocompletion dropdown list is now wider than the address
  entry field of the document window when necessary
- Fixed a cookie filter problem that could reverse the filter action
- Decorations of the workspace windows can now be chosen from
  the opera.ini file. There are three options: Qt-2 style, ms-win
  style and the old Opera style. The Qt-2 style is default
- The menu bar can be made visible (if hidden) from the doument
  and workspace popup menus
2001-05-15 12:01:16 +00:00
jlam
d35a59d1be Disable the pcre support...it should be a separate loadable module. 2001-05-14 22:38:17 +00:00
jlam
4f3f95f3d7 Mirror changes in www/apache/files/apache.sh. 2001-05-14 21:28:33 +00:00
jlam
7ba343dd3c Make this look more like databases/postgresql-server/files/pgsql.sh:
Respect /etc/rc.conf.
	Handle "force" commands.
	Allow overriding of ${name}_flags with ${flags} from environment.
2001-05-14 21:27:25 +00:00
tron
388de43ca3 Restore sane default directories which got lost during update. 2001-05-14 20:35:16 +00:00
zuntum
dc15cc0e3a Update p5-libwww to 5.53
2001-04-10   Gisle Aas <gisle@ActiveState.com>

Release 5.53

    LWP::Simple::get() could sometimes return nothing on failure in
    list context.  Now it always returns 'undef'.

    HTTP::Cookies does not request 2 dots on domain names any more.
    New option to hide the Cookie2 header.  Cookie2 header now quote
    the version number. Updated reference to RFC 2965.

    Support for embedded userinfo in http proxy URIs.  It means that
    you know can set up your proxy with things like:
        http_proxy="http://proxyuser:proxypass@proxyhost:port"
    Patch by John Klar <j.klar@xpedite.com>.

    Experimental HTTP/1.1 support.  New module called Net::HTTP that
    provide the lower level interface and a LWP::Protocol::http11
    module that builds on it.  The HTTP/1.1 protocol module must be
    loaded and registered explicitly, otherwise the old and trustworthy
    HTTP/1.0 module will be used.

    LWP::Protocol::GHTTP will try to use the get_headers() methods
    so that it can actually extract all the headers.

2001-03-29   Gisle Aas <gisle@ActiveState.com>

Release 5.52

    HTTP::Header: new method $h->init_header() that will only
    set the header if it is not already set.  Some shuffling
    around in the code.

    LWP::UserAgent will not override 'User-Agent', 'From'
    or 'Range' headers if they are explicitly set in the
    request passed in.

    HTML::Form tries to optimize parsing be restricting the
    tags that are reported by HTML::Parser.  Will need
    HTML::Parser v3.19_93 or better for this to actually
    have any effect.

    LWP::Protocol::ftp now deals with path parameters again.
    It means that you can append ";type=a" to ftp-URI and
    it will download the document in ASCII mode.

    If the server output multiple Location headers on a redirect,
    ignore all but the first one.

    Extract cookies failed on request URIs with empty paths.
    This was only triggered if you used URI objects directly in
    scripts.

    This change was actually part of 5.51:  Fix qop="auth"
    handling for Digest authentication.
    Patch by Dave Dunkin <dave_dunkin@hotmail.com>.

2001-03-14   Gisle Aas <gisle@ActiveState.com>

Release 5.51

    SECURITY FIX: If LWP::UserAgent::env_proxy is called in a CGI
    environment, the case-insensitivity when looking for "http_proxy"
    permits "HTTP_PROXY" to be found, but this can be trivially set by the
    web client using the "Proxy:" header.  The fix applied is that
    $ENV{HTTP_PROXY} is not longer honored for CGI scripts.
    The CGI_HTTP_PROXY environment variable can be used instead.
    Problem reported by Randal L. Schwartz.

    NOTE: It is recommended that everybody that use LWP::UserAgent
          (including LWP::Simple) in CGI scripts upgrade to this release.

    Explicit setting of action on HTML::Form had no effect because
    of a code typo.  Patch by BooK <book@netcourrier.com>.

    HTTP::Daemon: The CONNECT method need special treatment because
    it does not provide a URI as argument (just a "hostname:port").
    The non-upward compatibility warning is that you must now call
    $request->url->host_port to get the host/port string for CONNECT,
    rather than calling $request->url and using the entire string.
    Based on patch from Randal L. Schwartz <merlyn@stonehenge.com>

HTTP::Daemon: Create self URL based on $self->sockaddr.  This works
    better when LocalAddr is used to specify the port number.  Based on
    patch from Ben Low <ben@snrc.uow.edu.au>.

    Avoid potential '<FILE> chunk 1' messages at the end of the response
    'message'.
2001-05-14 16:01:22 +00:00
jlam
c8a19cbc1b PostgreSQL is installed into ${LOCALBASE}. 2001-05-14 15:10:25 +00:00
jlam
cded4feae4 Update postgresql dependencies to look like:
DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib
2001-05-14 15:04:49 +00:00
jlam
a457d71ef9 Update php4 and modules to 4.0.5. Changes from version 4.0.4.1nb1 include
many general bugfixes, important fixes to the pgsql module to support
PostgreSQL transactions correctly, speedups, and a zlib output compressor.
2001-05-14 14:12:27 +00:00
jlam
e870d60151 Update ap-ssl to 2.8.3. Changes from version 2.8.2 include:
*) Allow loadcacert.cgi script to work inside mod_perl.

   *) Fixed typo in the directive descriptions in mod_ssl.c

   *) Fixed ENGINE support: the engine support is are now already
      loaded at configure time. Else mod_ssl fails to find them.
2001-05-14 14:02:47 +00:00
jlam
3d570b5894 Update apache to 1.3.19nb2. The only change from version 1.3.19nb1 is using
the updated EAPI patches from mod_ssl-2.8.3-1.3.19 which includes the
following fix:

   *) Fixed EAPI context usage in http_request.c: a context pointer
      potentially can be NULL requests and can cause a segfault if
      dereferenced.
2001-05-14 14:02:02 +00:00
zuntum
64aa918370 Update p5-HTML-Parser to 3.24
Changelog at http://search.cpan.org/doc/GAAS/HTML-Parser-3.24/Changes

Fixes pkg/12896 by Nathan Ahlstrom <nrahlstr@winternet.com>
2001-05-14 13:40:39 +00:00
zuntum
286a349c8d Update p5-URI to 1.12
Changelog:

   URI->new($u, $scheme) does no longer fail if given a badly
   formatted scheme string.


   URI::WithBase's clone and base method was basically just
   broken.  This also affected the URI::URL subclass.
   The clone() method did not copy the base, and updating
   the base with the base method always set it to "1".

Fixes pkg/12895 by Nathan Ahlstrom <nrahlstr@winternet.com>
2001-05-14 13:30:54 +00:00
tron
206934a93a Update "analog" package to version 5.0. This is a major update over
version 4.16 which include many new features including new reports.
See the include "whatsnew.html" for detailed description.
2001-05-14 12:42:14 +00:00
dmcmahill
5728c47653 this works on 1.5 alpha so only mark it as broken for old systems (1.3,1.4).
also don't use floats as ints...
2001-05-13 01:16:23 +00:00
jlam
785502875b USE_PERL is not the correct name of the variable. Remove it anyway and
properly add a build depend on perl so that Apache's apxs will work.
2001-05-12 15:01:45 +00:00
jlam
37139b716b PERL5_REQD shouldn't be used directly by libperl DEPENDS as the perl and
libperl versions may not be exactly the same.
2001-05-11 14:42:31 +00:00
wiz
b0a3e019a8 Adapt to linuxppc version number change. 2001-05-11 09:20:55 +00:00
wiz
56c9966741 Adapt to new version number of linuxppc_lib. 2001-05-11 09:15:43 +00:00
taya
a43de9108b Most notable changes are:
* Personal Security Manager 2.0 with improved performance and new UI.
     * MailNews front end has been overhauled with a huge performance
       improvement.
     * Browser and Mail now utilize a new cache, and new viewmanager
       for improved performance and correctness.
     * Image rendering library was rewritten from scratch for increased
       preformance.

See the release notes below for detail:
    http://www.mozilla.org/releases/mozilla0.9/
2001-05-11 00:37:45 +00:00
tron
faba133276 Add missing "shutdown" keyword in startup file. 2001-05-10 21:58:01 +00:00
wiz
3f4718f3e6 Use SHA1, and add sizes for the remaining architectures. 2001-05-09 20:39:55 +00:00
wiz
f5f554e543 Add SHA1 checksums and sizes for the remaining architectures. 2001-05-09 20:02:47 +00:00
wiz
6473897e0f Use SHA1, and add size. 2001-05-09 12:31:39 +00:00
jlam
5f9dd5a24f Improve rc.d-style startup script. It now respects settings in
/etc/rc.conf (apache=YES/NO and apache_start=startssl) if it exists.
2001-05-08 18:13:51 +00:00
jlam
a7a1b31121 Allow changing document root for suexec through ${APACHE_SUEXEC_DOCROOT}.
Closes pkg/12852 by Eric Schnoebelen <eric@milo.cirr.com>.
2001-05-08 17:28:08 +00:00
jtb
cd69b3bb37 Use HUGS_PREFIX. 2001-05-06 02:04:27 +00:00
jtb
982f953e3b Add NO_SRC_ON_FTP -- it's already in ${MASTER_SITE_LOCAL}.
Remove unnecessary sed redirection.
2001-05-06 02:02:09 +00:00
fredb
9d8ecd70a1 Explicitly disable pthreads, as that option doesn't work on NetBSD at all.
Partially fixes PR pkg/12705.
2001-05-05 21:06:26 +00:00
fredb
966fe08a16 Simplify the package "Makefile" by utilizing the "USE_RMAN" hook
in bsd.pkg.mk.
2001-05-05 17:40:26 +00:00
hubertf
61b35899ac don't need .CURDIR on DEPENDS 2001-05-05 16:33:07 +00:00
hubertf
f97d35ffa4 make sure FILESDIR etc. are absolute paths -> prepend with ${.CURDIR}
XXX someone please teach pkglint about $PKGSRCDIR
2001-05-05 16:27:59 +00:00
wiz
e5444d2ccc Add ${.CURDIR} in some places. Noted by Takahiro Kambe. 2001-05-05 16:22:55 +00:00
skrll
84681861a4 Fix. Picked up by bulk build. 2001-05-05 16:22:04 +00:00
skrll
796f6dfe65 Sort 2001-05-05 16:17:41 +00:00
wiz
011bf78d9b Add '--enable-dns' to CONFIGURE_ARGS. pkg/12753 by Dave Burgess. 2001-05-05 12:12:14 +00:00
fredb
9549fb77c3 The homepage is at <http://www.chimera.org/>. Who would have guessed it? 2001-05-04 13:11:44 +00:00
agc
1fa15f9097 Add distfile size 2001-05-04 10:49:04 +00:00
fredb
ebdbc9fe6e Remove gratuitious input redirection from ${SED} statement. 2001-05-04 02:41:09 +00:00
fredb
9815bf4435 The homepage seems to be missing in action. 2001-05-04 02:39:12 +00:00
wiz
7db41c77b6 Add and enable php3-pdflib. 2001-05-03 17:01:16 +00:00
wiz
f11cb0d1db PHP3 extension for PDF library functions.
Provided by Rex McMlaster in pkg/11895.
2001-05-03 17:00:22 +00:00
wiz
5902a4a2c5 Use a shared distinfo file. 2001-05-03 16:53:57 +00:00
wiz
f9e69a9b8d Add and enable p5-HTTP-Request-Form and php4-mcrypto, and remove w3m-m17n.
Sort.
2001-05-03 16:10:29 +00:00
wiz
cb96c40168 Initial import of p5-HTTP-Request-Form, provided by David Rankin in
pkg/11083:
Construct HTTP::Request objects for form processing
2001-05-03 16:07:19 +00:00
jlam
41dc957e4a Use --export-dynamic instead of -E as it's recognized by both the old
and new ld on both a.out and ELF, on advice from skrll.netbsd.org.
2001-05-03 14:31:00 +00:00
jlam
96c8d6b325 Honor CFLAGS passed in from environment during build. 2001-05-03 14:24:47 +00:00
jlam
c1f398c93e Only depend on rman if not in base system, and install HTML documentation
under ${PREFIX}/share/doc/html.
2001-05-03 14:23:36 +00:00
agc
9dcd167d1f The version of the distfile on the MASTER_SITE is liable to change without
any change in the version number (because there *is* no version number),
so set the MASTER_SITE to MASTER_SITE_BACKUP, and add SHA1 digest and
distfile size.
2001-05-03 14:03:37 +00:00
agc
51ae629b9a It would appear that changes are made to the distfile on the MASTER_SITE
without updating the version number.

Point MASTER_SITE at MASTER_SITE_BACKUP, as the backup sites contain the
distfile that was originally checksummed, and update distinfo to have an
SHA1 digest and distfile size.
2001-05-03 13:53:09 +00:00
jlam
1f0e782888 Reformat to ease readability. 2001-05-03 13:45:25 +00:00
jlam
47648cd842 Prefer VAR+= lines to backslash line continuations to make this file easier
to grep through.
2001-05-03 13:41:43 +00:00
jlam
749befd222 Only pass -Wl,-E to linker on ELF platforms. This fixes build problems
on a.out platforms pointed out by rh@netbsd.org.
2001-05-03 13:40:33 +00:00
jlam
a06b6353c3 Share common distinfo file with www/php4 2001-05-02 22:47:30 +00:00
jlam
71e78c7453 Add libexec/cgi-bin directory to standard /usr/pkg hierarchy. Remove all
the per-package code that attempt to remove this directory if it's empty.
2001-05-02 22:22:42 +00:00
wiz
848f6dc8ad Fix typo (with no actual effect) 2001-05-01 21:37:04 +00:00
wennmach
96058422d4 o remove whitespace from Makefile
o add $NetBSD$ RCS tag to patch-ab
o regen distinfo
2001-05-01 18:07:48 +00:00
jlam
1dde355ed9 php4-mcrypt - PHP4 extension for the mcrypt crypto algorithms library.
Package provided by Stephen Borrill <sborrill@precedence.co.uk> in
pkg/12722.
2001-05-01 17:59:32 +00:00
jlam
d28621d5b8 Add support for building the mcrypt module as a separate package. 2001-05-01 17:56:45 +00:00
jlam
b73958a86e Document PHP_PKG_VERS variable. 2001-05-01 17:34:43 +00:00
jlam
5188c12f76 Remove unneeded distinfo files. PHP4 module packages now use the distinfo
file from www/php4.
2001-05-01 17:29:51 +00:00
jlam
cf8df2877b Use a common distinfo file amongst the various php4 module packages. 2001-05-01 17:28:41 +00:00
kei
3f66920b25 recovered original DESCR statement which got lost during merge. 2001-05-01 00:37:34 +00:00
kei
4553c0ae0e As per request of itojun and hubertf, rename w3m-m17n as w3m. It reduces our
maintenance cost.  Approved by agc.
2001-05-01 00:31:24 +00:00
kei
6bd9c900f8 removed unused variable EMULSUBDIR and EMULDIR. They are handled by
linuxppc_lib package.
2001-04-30 23:18:54 +00:00
abs
c3a5a5619b Updated opera to 5.0b8
Changes since 5.0b7

- Minor improvements for zooming (underlined links etc.)
- Improved stability a lot (especially "random" crashes)
- Minor CSS cascading rule fix
- Fix for inaccessible links (and other elements) on certain websites
- Horizontal scrolling is now working in fullscreen mode
- Nested folders now works again on the bookmark popup menu
- Dropdown auto completion has been improved. It will now
  expand upwards if the toolbars is placed at the bottom. A
  number of other fixes as well.
- Keyboard activated Copy/Cut/Paste should now be compatible with
  Gtk based applications.
- A HotList Copy/Cut/Paste problem that could occur after Up/Down
  arrows had been used is solved.
- Triple click support in edit fields
- Improved "Do not show me again" functionality is various dialog boxes
- The "Cookie Server Filter" dialog box is now operational
- Initial sound support. This includes action sounds, but not
  document background sound. The sound support depends on NAS
  is running in the system.
- The window save file is now better protected against data
  corruption. A corrupted window file could cause missing scrollbars
  and other problems with saved windows
- Popup windows can now be opened in the background so that they
  will not interfere the current maximzed window.
- Improved session management support. Opera will now save the
  state if the window manager tells it to do so (this is what
  happens if Opera is running while the window mananger shuts down)
- Window toolbars buttons will now use pixmaps and colors to
  tell the document state better than before.
- Context sensitive help for all dialogs
- "Sans-Serif" element of the "CSS Generic Font Family"
  is now read properly from opera.ini
- The transfer window has been upgraded. It can now be made a
  tear-off window that lives outside the opera workspace.
- Support for configurable toolbar buttons and special button support.
  This is still only available editing the button.ini file.
- A page can now be saved as text as well as in HTML
- The SpaceBar behavior is extended. If a link is active by keyboard
  navigation, then the link will be activated when SpaceBar is pressed,
  otherwise is does a PageDown action.
- The find toolbar is now functional.
2001-04-30 10:23:24 +00:00
jlam
630b57fbf4 Add missing directory to PLIST. 2001-04-30 05:56:59 +00:00
jlam
2d4b40f1d2 - Repect ${APACHE_SYSCONFDIR} setting
- Install example horde.conf Apache config file fragment info
  ${PREFIX}/share/examples/horde.
2001-04-30 05:53:29 +00:00
jlam
973a745d6d Add APACHE_SYSCONFDIR to BUILD_DEFS. 2001-04-30 04:27:34 +00:00
jlam
1edfee944f Change build dependency from perl-5.* to perl>=${PERL5_REQD}. 2001-04-30 03:46:32 +00:00