Commit graph

1652 commits

Author SHA1 Message Date
jlam
354c679deb Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-19 04:52:16 +00:00
jlam
ad98a7645b Mark these packages as USE_BUILDLINK_ONLY. 2001-06-18 21:32:23 +00:00
jlam
1b8599f365 Convert to use buildlink.mk files. 2001-06-18 05:56:45 +00:00
jwise
0867a49fa9 Oh, fer chrissakes...
Re-enable EAPI, allowing this package to build a module which will be stable
with our apache.

People, please:  if you absolutely must update a package without contacting the
package maintainer, please make sure you understand how the maintainer chose to
build the package.  And if you absolutely must replace that build mechanism with
a completely different mechanism, _please_ test your work.  _Please_.

This package clearly had not been tested:  it was left in a state where it compiled
cleanly but produced a module which could not be loaded into apache on any ELF
system, and which, once this problem was resolved, squawked loudly when loaded into
apache that it had been built against the old apache API, and would be unstable
when run against our (EAPI-enabled) apache.

There, now that really is out of my system.  It was a little frustrating to rebuild
apache and then find that a module which I was depending on had been
broken in the meantime...

Now, about that coffee...
2001-06-13 18:16:07 +00:00
explorer
79b0f5f360 enable sockets in php4. 2001-06-13 06:20:28 +00:00
jlam
328a35f96f LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12 20:33:00 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
jlam
dbfde59b14 The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles.  As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.
2001-06-11 02:05:07 +00:00
jlam
598425d982 Re-add definition of PERL5_SITEARCH accidentally removed during last
update.  Fixes pkg/13157.
2001-06-11 00:34:25 +00:00
mrg
9e9906cce3 upgrade to bozohttpd 5.07:
- cgi-bin fixes from chuck@research.att.com
	- most file types supported by default
	- allow default file (index.html) and user public directories
	(~/public_html) to be specified on the command line.
2001-06-10 05:31:18 +00:00
jlam
3bc5e40254 Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-10 00:08:41 +00:00
wiz
2a1bff66d3 Update to 2.21b, as requested in pkg/13144 by Wolfgang Rupprecht.
Changes: Lots of bugfixes (lingering-close problem, USR1 handling,
off-by-1 in base64 decoding and others), throttling syslog, tuned
throttling, improvements on mmap cache, etc.  See
http://www.acme.com/software/thttpd/#releasenotes
2001-06-09 11:26:33 +00:00
wiz
14cefa5540 Sort. 2001-06-09 10:53:07 +00:00
jlam
0fd480400b Update ap-ssl to 2.8.4 using mod_ssl-2.8.4-1.3.20. Relevant changes from
version 2.8.3 include:

   *) Upgraded to Apache 1.3.20
2001-06-09 06:50:24 +00:00
jlam
00f02e20eb Update ap-ssl to 2.8.4 using mod_ssl-2.8.4-1.3.20. The only relevant change
from version 2.8.3 is upgrading the mod_ssl sources to patch against Apache
1.3.20.  The pkgsrc changes include unifying repeated SED replacement info
for various files into one location, FILES_SUBST.
2001-06-09 06:50:23 +00:00
jlam
99d44cc895 Update apache to 1.3.20. Relevant changes from version 1.3.19 include:
NetBSD Packages Collection (pkgsrc) changes:
     * Modify French page in same way as the English page.  Translation
       provided by Remi Zara <remi_zara@mac.com> in private e-mail.
     * Use EAPI patches from mod_ssl-2.8.4-1.3.20.
     * Unify repeated SED replacement info for config.layout, apache.sh,
       DEINSTALL, and INSTALL into one location, FILES_SUBST.
     * Modify patch to apxs to use 0:0 instead of root:wheel, as some
       non-NetBSD systems don't have a wheel group.

   The general bug fixes:
     * Eliminate a potential segfault if an invalid floating point value
       is passed to the ap_snprintf() function, on platforms supporting
       isnan() and isinf().
     * Fix a possible segfault at startup in the detection of a default
       ServerName or IP string when no ServerName was specified.
     * Fixed mod_proxy to retain empty headers, as allowed by RFC2068.
     * Properly resolve the location of ndbm on Linux and some glibc2
       builds, where ndbm.h is in the nonstandard db1/ subdir.

   The main new features include:
     * Enhanced rotatelogs to allow a UTC offset to be specified, and
       the format logfile names with human-readable date/time stamps.
     * Added the NOESCAPE (NS) flag to RewriteRule, to disable *all*
       normal URI escaping.  Note incautious use can give unexpected
       results or introduce security risks.
     * Added the '\' character to RewriteRule to allow escaping of
       special characters.  Allows embedding of both the '$' and '%'
       characters in the results, so 'foo\$1' translates to 'foo$1'
       rather than 'foo\<value of $1>'.
     * Added the -V flag to suexec, to display the compile-time settings
       with which it was built.  (Only valid for root or the HTTPD_USER
       username.)
     * Introduced EBCDIC conversion configuration options, controlling the
       conversion based on MIME type or file suffix.
2001-06-09 06:36:42 +00:00
taya
5841d45272 Update mozilla to 0.9.1 and add header files to package
0.9.1 is a bugfix release. Stability greatly improved since Mozilla 0.9

See release notes for detail.

	http://www.mozilla.org/releases/mozilla0.9.1/
2001-06-09 04:13:25 +00:00
jlam
513c15afd8 Note dependency on php-pcre. 2001-06-07 16:30:49 +00:00
jlam
f083dca500 Add and enable php3-pcre. 2001-06-07 16:29:00 +00:00
jlam
8eecb93cd2 php3-pcre: Perl-compatible regular expressions for PHP3
This package is a placeholder that just depends on php3.
2001-06-07 16:28:27 +00:00
jlam
e6d06bdfcf Fix comment to make it relevant for PCRE, not LDAP. 2001-06-07 16:22:08 +00:00
jlam
a296bb6770 Update p5-CGI to 2.75.2. Changes include a fix for a syntax error in
a subroutine definition.
2001-06-07 04:29:04 +00:00
jtb
3c1368e8bb LICENSE=mosaic-license. 2001-06-06 00:28:04 +00:00
wiz
64d36b96f5 Remove some unexec's for share/locale that are now created by default. 2001-06-05 22:32:40 +00:00
abs
9af12135f5 Pull the README from the www.htmlhelp.com site, use DIST_SUBDIR 2001-05-30 13:38:52 +00:00
abs
d59d4cfcfc Enable www/wdg-validator & textproc/lq-sp 2001-05-30 09:49:36 +00:00
abs
790e614e13 wdg-validate-1.0.2 - HTML validator from the Web Design Group 2001-05-30 09:44:53 +00:00
kim
fb94567679 This should be the last fix to the sum (I'll stop fixing the distro). 2001-05-27 22:32:06 +00:00
kim
148ca9d857 Fix sum again. 2001-05-27 22:30:28 +00:00
kim
14eba7ab10 Fix sum 2001-05-27 22:25:00 +00:00
kim
3666489b6d Upgrade to 1.3 (too many errors in man page). 2001-05-27 22:11:12 +00:00
kim
67c43b084c add and enable webnew 2001-05-27 19:11:22 +00:00
kim
4dcb0635ff Webnew produces a listing of URLs (web documents) sorted by
the last modification time as reported by the HTTP server.
It produces by default a HTML 2.0 document on standard output.
2001-05-27 19:10:46 +00:00
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
jlam
399307672c Rethink how to link in c-client library so that we don't depend upon
libtool internals when linking the objects in libc-client_pic.a into
imap.so.
2001-04-30 03:31:26 +00:00
jlam
5f2fb1b9ff Ensure we export symbols when linking mod_ssl.so. Also use PERL5_REQD
instead of hardcoding perl-5.* in build dependency.
2001-04-30 03:27:30 +00:00
jlam
752f7906eb * Introduce variable ${PHP_CONFDIR} for location of php.ini configuration
file.  It defaults to ${LOCALBASE}/etc.
* Move example configuration files to ${PREFIX}/share/examples/php.
* Ensure we export symbols when linking loadable shared object files
  during extension module creation.
2001-04-30 03:25:15 +00:00
dmcmahill
6d02e9fd66 restore checksums for solaris/sparc, bsdi, linux/ppc binaries 2001-04-30 00:38:43 +00:00
dmcmahill
63166253bd restore checksums for sunos, solaris, and bsdi binaries 2001-04-30 00:36:41 +00:00
dmcmahill
89f6e6dc33 add SHA1 and size for the OSF binary. 2001-04-29 23:37:23 +00:00
jlam
f765238971 Make apache and apache6 package skeletons look more similar. Change
maintainer of apache6 package back to itojun@netbsd.org.
2001-04-29 21:21:13 +00:00
jlam
6a44f59798 Update apache to 1.3.19nb1. Changes from 1.3.19 include using mod_ssl
2.8.2 patches and more thorough use of APACHE_SYSCONFDIR setting.
2001-04-29 20:42:28 +00:00
jlam
d2115787d1 Need apache>=1.3.19nb1, the apache package version with the mod_ssl-2.8.2
patches.
2001-04-29 20:40:32 +00:00
jlam
c9b1cd81cf Update ap-ssl to 2.8.2. Relevant changes from version 2.8.1:
*) Moved the Shared Memory Cyclic Buffer (SHMCB) session cache
      variant from "experimental" state to "production" by removing the
      `#ifdef SSL_EXPERIMENTAL_SHMCB ...#endif' wrappers. This means
      that now `SSLSessionCache shmcb:...' is unconditionally available.

   *) Made the mutex handling more robust by retrying the
      semaphore-based operations in interrupt situations
      (errno == EINTR).

   *) Also log the OpenSSL error message if the RSA temporary
      key(s) cannot be generated.

   *) Fixed mod_ssl Auth handler: it now returns DECLINED instead of
      OK if authentication is passed successfully to allow other modules
      (usually mod_auth) to still deny the request.

   *) Fixed certificate DN handling under EBCDIC platforms.
2001-04-29 20:36:47 +00:00
dmcmahill
124e994b92 add SHA1 and size for osf version 2001-04-29 19:50:34 +00:00
jtb
b97c41dde3 Remove redundant echoing, quoting, and input redirection to sed. 2001-04-28 23:59:17 +00:00
jtb
775c3ef460 Add some missing PLIST entries. 2001-04-28 05:17:02 +00:00
jtb
c7ec78613e Add missing man page file(s) to PLIST. 2001-04-28 04:35:06 +00:00
wiz
b79473875f Add and enable p5-Apache-DBILog{ger,Config} 2001-04-27 20:43:13 +00:00
wiz
8697a340c6 Initial import of p5-Apache-DBILogger-0.93, provided in pkg/12643
by Nathan Ahlstrom.
DESCR:
DBI is a database access Application Programming Interface (API)
for the Perl Language. The DBI API Specification defines a set
of functions, variables and conventions that provide a consistent
database interface independant of the actual database being used.
With this module you can now have your httpd (apache) logs redirected
into a database table for future querying.
2001-04-27 20:40:09 +00:00
wiz
f64bce083d Initial import of p5-Apache-DBILogConfig-0.01, provided by
Nathan Ahlstrom in pkg/12642.
DESCR:
DBI is a database access Application Programming Interface (API)
for the Perl Language. The DBI API Specification defines a set
of functions, variables and conventions that provide a consistent
database interface independant of the actual database being used.
The Apache-DBI-LogConfig module redirects the apache logs into a
database table.
2001-04-27 20:38:48 +00:00