Commit graph

2634 commits

Author SHA1 Message Date
wiz
f855956ead Add and enable mozilla-stable. 2002-10-04 23:15:55 +00:00
tron
56dbfe2693 Update "ap-ssl" package to version 2.8.11. Changes since 2.8.10:
- Upgraded to Apache 1.3.27.
- Fixed internal error handling for CRL verification.
- Initialize OpenSSL ENGINE before initializing OpenSSL
  to workaround problems with the PRNG.
- Also find "openssl" executable in "sbin" directories.
- Honor specified number of maximum bytes on SSLRandomSeed
  if reading from EGD.
- Fixed generation of SSL_CLIENT_CERT_CHAIN_[0-9] variables.
2002-10-04 19:16:46 +00:00
tron
02318624eb Update "apache" package to version 1.3.27. This version fixes many bugs
discovered in version 1.3.26 including these security fixes:
- SECURITY: CAN-2002-0840 (cve.mitre.org)
  Prevent a cross-site scripting vulnerability in the default
  error page.  The issue could only be exploited if the directive
  UseCanonicalName is set to Off and a server is being run at
  a domain that allows wildcard DNS.  [Matthew Murphy]
- SECURITY CAN-2002-0843 (cve.mitre.org)
  Fix some possible overflows in ab.c that could be exploited by
  a malicious server. Reported by David Wagner. [Jim Jagielski]
- SECURITY CAN-2002-0839 (cve.mitre.org)
  Add the new directive 'ShmemUIDisUser'. By default, Apache
  will no longer set the uid/gid of SysV shared memory scoreboard
  to User/Group, and it will therefore stay the uid/gid of
  the parent Apache process. This is actually the way it should
  be, however, some implementations may still require this, which
  can be enabled by 'ShmemUIDisUser On'.  Reported by iDefense.
  [Jim Jagielski]
2002-10-04 19:14:02 +00:00
taya
af891841ed Initial import of mozilla-stable
This is a stable branch of mozilla.
A select group of APIs have been marked "@FROZEN. Mozilla.org intends
to maintain API compatibility for this set until next major release.
This branch is targeted at the developer community and enables
the creation of Internet-based applications.
2002-10-04 15:47:07 +00:00
itojun
8a40a41e87 upgrade to 2.0.43.
Changes with Apache 2.0.43

  *) SECURITY: [CAN-2002-0840] HTML-escape the address produced by
     ap_server_signature() against this cross-site scripting
     vulnerability exposed by the directive 'UseCanonicalName Off'.
     Also HTML-escape the SERVER_NAME environment variable for CGI
     and SSI requests.  It's safe to escape as only the '<', '>',
     and '&' characters are affected, which won't appear in a valid
     hostname.  Reported by Matthew Murphy <mattmurphy@kc.rr.com>.
     [Brian Pane]

  *) Fix a core dump in mod_cache when it attemtped to store uncopyable
     buckets. This happened, for instance, when a file to be cached
     contained SSI tags to execute a CGI script (passed as a pipe
     bucket). [Paul J. Reder]

  *) Ensure that output already available is flushed to the network
     when the content-length filter realizes that no new output will
     be available for a while.  This helps some streaming CGIs as
     well as some other dynamically-generated content.  [Jeff Trawick]

  *) Fix a mutex problem in mod_ssl session cache support which
     could lead to an infinite loop.  PR 12705
     [amund.elstad@ergo.no (Amund Elstad), Jeff Trawick]

  *) SECURITY: Allow POST requests and CGI scripts to work when DAV
     is enabled on the location.  [Ryan Bloom]

  *) Allow the UserDir directive to accept a list of directories.
     This matches what Apache 1.3 does.  Also add documentation for
     this feature. [Jay Ball <jay@veggiespam.com>]

  *) New Module: mod_logio. adds the ability to log bytes sent and
     received. [Bojan Smojver <bojan@rexursive.com>]

  *) SuExec needs to use the same default directory as the rest of
     server, namely /usr/local/apache2.
     [SangBeom han <sbhan@os.korea.ac.kr>]

  *) Get mod_auth_ldap to retry connections on LDAP_SERVER_DOWN.
     [Thomas Bennett <thomas.bennett@eds.com>, Graham Leggett]

  *) Make sure the contents of the WWW-Authenticate header is
     passed on a 4xx error by proxy. Previously all headers
     were dropped, resulting in the browser being unable to
     authenticate. [Dr Richard Reiner <rreiner@fscinternet.com>,
     Richard Danielli <rdanielli@fscinternet.com>, Graham Wiseman
     <gwiseman@fscinternet.com>, David Henderson
     <dhenderson@fscinternet.com>]

  *) Make mod_cache's CacheMaxStreamingBuffer directive work
     properly for virtual hosts that override server-wide mod_cache
     setttings.  [Matthieu Estrade <estrade-m@ifrance.com>]

  *) Add -p option to apxs to allow programs to be compiled with apxs.
     [Justin Erenkrantz]
2002-10-04 02:35:51 +00:00
simonb
1bf0982d6c Update adzap to version 20021003; adds a few more ad patterns, no major
changes.
2002-10-03 23:50:42 +00:00
taya
d63ba0a229 Add MASTER_SITES accidentaly removed from previous commit 2002-10-03 16:08:13 +00:00
taya
1cc2e3a66d - Split Makefile to Makefile & Makefile.common
- Use __ELF__ to detect ELF
- Modify xpcom stuff for arm like m68k
2002-10-03 15:53:59 +00:00
wiz
f84611a4d8 Set PATCHDIR, for htmldoc-x11. 2002-10-03 15:33:20 +00:00
wiz
6aedfe3b0f Make modules use automake.mk. Bump PKGREVISION for phpize change. 2002-10-02 23:48:07 +00:00
wiz
317244aa10 Use automake.mk (untested). 2002-10-02 22:28:09 +00:00
wiz
29fdb06c35 Use autoconf.mk. 2002-10-02 19:36:28 +00:00
wiz
8947abfa47 Use autoconf.mk. 2002-10-02 18:52:38 +00:00
wiz
f99cd0ca20 Convert to use automake.mk. 2002-10-02 18:41:44 +00:00
itojun
c86f29fb9b upgrade to 2.0.42.
---
Changes with Apache 2.0.42

  *) mod_dav: Check for versioning hooks before using them.
     [Greg Stein]

Changes with Apache 2.0.41

  *) The protocol version (eg: HTTP/1.1) in the request line parsing
     is now case insensitive. [Jim Jagielski]

  *) Allow AddOutputFilterByType to add multiple filters per directive.
     [Justin Erenkrantz]

  *) Remove warnings with Sun's Forte compiler.  [Justin Erenkrantz]

  *) Fixed mod_disk_cache's generation of 304s
     [Kris Verbeeck <Kris.Verbeeck@ubizen.com>]

  *) Add support for using fnmatch patterns in the final path
     segment of an Include statement (eg.. include /foo/bar/*.conf).
     and remove the noise on stderr during config dir processing.
     [Joe Orton <jorton@redhat.com>]

  *) mod_cache: cache_storage.c. Add the hostname and any request
     args to the key generated for caching. This provides a unique
     key for each virtual host and for each request with unique
     args. [Paul J. Reder, args code provided by Kris Verbeeck]

  *) mod_cache: Do not cache responses to GET requests with query
     URLs if the origin server does not explicitly provide an
     Expires header on the response (RFC 2616 Section 13.9)
     [Kris Verbeeck krisv@be.ubizen.com]

  *) Fix memory leak in core_output_filter.  [Justin Erenkrantz]

  *) Update OpenSSL detection to work on Darwin.
     [Sander Temme <sctemme@covalent.net>]

  *) Update the xslt and css to give the documentation a more
     modern style.
     [André Malo <nd@perlig.de>, Gernot Winkler <greh@o3media.de>]

  *) Fix some bucket memory leaks in the chunking code
     [Joe Schaefer <joe+apache@sunstarsys.com>]

  *) Add ModMimeUsePathInfo directive.  [Justin Erenkrantz]

  *) mod_cache: added support for caching streamed responses (proxy,
     CGI, etc) with optional CacheMaxStreamingBuffer setting [Brian Pane]

  *) Add image/x-icon to httpd.conf PR 10993.
     [Ian Holsman, Peter Bieringer <pb@bieringer.de>]

  *) Fix FileETags none operation.  PR 12207.
     [Justin Erenkrantz, Andrew Ho <andrew@tellme.com>]

  *) Restored the experimental leader/followers MPM to working
     condition and converted its thread synchronization from
     mutexes to atomic CAS.  [Brian Pane]

  *) Fix Logic on non-html file removal in mod_deflate
     [Kris Verbeeck <Kris.Verbeeck@ubizen.com>]

  *) Fix "ab -g"'s truncated year: the last digit was cut off.
     [Leon Brocard <acme@astray.com>]

  *) mod_rewrite can now sets cookies in err_headers, uses the correct
     expiry date, and can now set the path as well
     PR 12132,12181,12172.
     [Ian Holsman / Rob Cromwell <apachechangelog@robcromwell.com>]

  *) The content-length filter no longer tries to buffer up
     the entire output of a long-running request before sending
     anything to the client.  [Brian Pane]

  *) Win32: Lower the default stack size from 1MB to 256K. This will
     allow around 8000 threads to be started per child process.
     'EDITBIN /STACK:size apache.exe' can be used to change this
     value directly in the apache.exe executable.
     [Bill Stoddard]

  *) Win32: Implement ThreadLimit directive in the Windows MPM.
     [Bill Stoddard]

  *) Remove CacheOn config directive since it is set but never checked.
     No sense wasting cycles on unused code. Besides, the only truly
     bug free code is deleted code. :)   [Paul J. Reder]

  *) BufferLogs are now run-time enabled, and the log_config now has 2 new
     callbacks to allow a 3rd party module to actually do the writing of the
     log file [Ian Holsman]

  *) Correct ISAPIReadAheadBuffer to default to 49152, per mod_isapi docs.
     [André Malo, Astrid Keßler <kess@kess-net.de>]

  *) Fix Segfault in mod_cache. [Kris Verbeeck <Kris.Verbeeck@ubizen.com>]

  *) Fix a null pointer dereference in the merge_env_dir_configs
     function of the mod_env module. PR 11791
     [Paul J. Reder]

  *) New option to ServerTokens 'maj[or]'. Only show the major version
     Also Surfaced this directive in the standard config (default FULL)
     [Ian Holsman]

  *) Change mod_rewrite to use apr-util's dbm support for dbm rewrite
     maps.  The dbm type (e.g., ndbm, gdbm) can be specified on the
     RewriteMap directive.  PR 10644  [Jeff Trawick]

  *) Fixed mod_rewrite's RewriteMap prg: support so that request/response
     pairs will no longer get out of sync with each other.  PR 9534
     [Cliff Woolley]

  *) Fixes required to get quoted and escaped command args working in
     mod_ext_filter. PR 11793 [Paul J. Reder]

  *) mod-proxy: handle proxied responses with no status lines
     [JD Silvester <jsilves@uwo.ca>, Brett Huttley <brett@huttley.net>]

  *) Fix bug where environment or command line arguments containing
     non-ASCII-7 characters would cause the Win32 child process creation
     to fail.  PR 11854  [William Rowe]

  *) Bug #11213.. make module loading error messages more informative
     [Ian Darwin <Ian779@darwinsys.com>]

  *) thread safety & proxy-ftp [Alexey Panchenko alexey@liwest.ru, Ian Holsman]

  *) mod_disk_cache works much better. This module should still
     be considered experimental. [Eric Prud'hommeaux]

  *) Performance improvement for keepalive requests: when setting
     aside a small file for potential concatenation with the next
     response on the connection, set aside the file descriptor rather
     than copying the file into the heap.  [Brian Pane]
2002-10-02 13:10:02 +00:00
jschauma
6703c9b3a6 Prefix distinfo files and PLISTs with ${PKGDIR}.
This should fix PR pkg/18494
2002-10-02 01:09:06 +00:00
jschauma
25c8ec4f3c Add a blurb to sysctl -w net.inet6.ip6.v6only=0 if inet6 is enabled.
Netscape 7 will not work otherwise.
2002-10-01 20:16:42 +00:00
drochner
e8276b0441 add a bunch of Zope Products 2002-10-01 18:11:56 +00:00
drochner
fa0ea955d9 Knowledge base / FAQ like data collections in Zope 2002-10-01 18:03:16 +00:00
drochner
b76a7ad9d5 helper to build navigation bars 2002-10-01 18:01:37 +00:00
drochner
40204cf61a a "wiki" implementation in Zope 2002-10-01 18:00:42 +00:00
drochner
f67327b2ab another workgroup / portal building application 2002-10-01 17:59:42 +00:00
drochner
89c8c59812 manage tabular data in Zope where SQL would be overkill 2002-10-01 17:58:27 +00:00
drochner
ebe4ae8346 fun with Zope: insert fortune(6) cookies
(XXX doesn't work well with our rot13'd files)
2002-10-01 17:55:43 +00:00
drochner
5d2c1a6c1a fun with Zope: insert 'Zippy the Pinhead' quotes 2002-10-01 17:53:32 +00:00
jschauma
eec166101d Allow the user to choose "Complete installation" by setting the
NS_INST variable to 'complete'.  The 'complete' installation includes
the java plugin, which may be desirable for some people.
2002-10-01 03:55:43 +00:00
jschauma
30498a6ff3 Fix cvs-tag ($Netbsd -> $NetBSD) 2002-09-30 13:47:26 +00:00
jschauma
a5c7144943 Move PLISTs and distinfo files (back) from FILESDIR to the main dir,
as discussed on pkgsrc-changes.  Sorry everybody for the mess, this
(hopefully) was the last episode of netscape7's big PLIST/distinfo-shuffle
(aka 'why-cvs-really-should-have-a-mv-command').
2002-09-30 13:45:44 +00:00
jschauma
3a85735cbe Change DIST_SUBDIR to 'netscape7/${PKG_LANG}' to allow people to
keep distfiles for the different languages.  Suggested by wiz.
2002-09-30 04:07:19 +00:00
grant
0e50c57752 There are no longer any proxy settings, or additional files to download. 2002-09-29 23:17:17 +00:00
jschauma
2b0e93d8e8 - Allow the user to choose the language version of this package by setting
a variable (PKG_LANG), adding and modifying PLISTs and distinfo's as necessary.
- Do not use the installer as the distfile, but the "real" distfile.
  This increases the initial download time, but allows for building without
  a network connection.  As suggested by grant in PR pkg/18461
- Only try to pax over files from the linux-emul root if they were
  created in there.  This should address PR pkg/18461 by grant.

Bump PKGREVISION.
2002-09-29 22:58:43 +00:00
jschauma
d3f653b1a9 Move PLIST.linux into ${FILESDIR} to be consistent with the upcoming
commit including various other PLISTs.  Keeps this dir cleaner.
2002-09-29 22:51:39 +00:00
wiz
29cdfd35ae Update to 1.8.22, as requested by Christian Biere in PR 18460.
Changes:
NEW FEATURES

- Now support many Windows code pages in addition to ISO charsets.
- HTMLDOC now supports heading levels 1 to 15.
- HTMLDOC now allows the author to omit headings from
  the TOC using the _HD_OMIT_TOC attribute.
- HTMLDOC now supports remote book files when running
  from the command-line.
- HTMLDOC now supports hexadecimal character constants (&#xFF)
- New --nup and NUMBER-UP options for PostScript and PDF output.
- HTMLDOC now logs HTML errors.
- HTMLDOC now supports the A3, B, Legal, and Tabloid size names.
- HTMLDOC now supports embedding of the base Type1 fonts
  in PostScript and PDF output.

CHANGES

- HTMLDOC now calculates the resolution of the body
  image using the printable width instead of the page width.
- HTMLDOC should now compile out-of-the-box using the Cygwin tools.
- HTMLDOC no longer inserts whitespace between text inside DIV elements.
- HTMLDOC now supports quoted usernames and passwords in URLs.
- HTMLDOC now defaults unknown colors to white for background colors and
  black for foreground colors. This should make documents that use
  non-standard color names still appear readable.
- The HTML parser now allows BODY to auto-close HEAD and visa-versa.

BUG FIXES

- HTMLDOC could crash when checking if a URL is already cached.
- HTMLDOC didn't adjust the top margin when changing the
  page header if the comment didn't appear at the top of a page.
- HTMLDOC didn't initialize the right number of TOC headings.
- When using a logo image in the header, the header was
  placed too low on the page.
- "make install" didn't work in the fonts directory.
- "&euro;" didn't work, while "&#128;" did: the
  character name table was not sorted properly...
- Links didn't always point to the right page in PDF output.
- XRX comment output could crash HTMLDOC.
- Fixed-width columns in tables could be resized by HTMLDOC.
- When writing PostScript commands, some printers reset
  their duplexing state when a new setpagedevice command
  is received; we now cache the current duplex state and
  change it only as needed.
- The MEDIA SIZE comment didn't adjust the printable
  size for the current landscape setting.
- HTMLDOC placed the header one line too high.
- When continuing a chapter onto the next page, H3 and
  higher headings would be indented the wrong amount.
- HTMLDOC wouldn't compile using GCC under HP-UX due to
  a badly "fixed" system header file (vmtypes.h).
- Generating a book without a table-of-contents would
  produce a bad PDF file.
- The Xerox XRX comments used the wrong units for the
  media size, points instead of millimeters.
- IMG elements with links that use the ALIGN attribute
  didn't get the links.
- Header and footer comments would interfere with the
  top and bottom margin settings.
- Fixed a bug in the htmlReadFile() function which
  caused user-provided title pages not to be displayed
  in PS or PDF output.
- The table-of-contents would inherit the last media
  settings in the document, but use the initial settings
  when formatting.
2002-09-29 14:20:04 +00:00
martti
10a4f71311 Updated cvsweb to 2.0.6
* New config variable: annotate_options
* Make annotate work under mod_perl
* Output address only if it's set
* Fix annotate HTML output
* Escape file names in directory listings
* Mention cvs < 1.11 '-l' bug
2002-09-29 12:46:41 +00:00
grant
45001e3511 * Add "createdirs" command to create initial cache directories.
* s/echo/@ECHO@/ for portability.

ok'd by seb.
2002-09-27 17:15:56 +00:00
wiz
deb5b4d80a regen (bl1 -> bl2) 2002-09-27 09:53:14 +00:00
shell
11b48ad041 Updated to p5-URI-1.22
Changes :
- Added URI::QueryParam module.  It contains some
  extra methods to manipulate the query form key/value pairs.
- Added support for the sip: and sips: URI scheme.
  Contributed by Ryan Kereliuk <ryker@ryker.org>.
- use_buildlink2
- use perl5 module
2002-09-27 09:43:53 +00:00
taca
98befe5f99 Update BUILDLINK_DEPENDS.apache to apache-1.3.26nb5.
Should I bump ap-ssl's PKG_REVISION, too?
2002-09-27 03:43:43 +00:00
grant
c15738ec00 Explicitly turn on large file support, as some Apache modules have
problems when it is not enabled, notably mod_perl. Fixes pkg/18070
from myself, ok'd by wiz.

Bump PKGREVISION.
2002-09-26 01:48:29 +00:00
wiz
df928bdfda We have databases/p5-Apache-DBI-0.88, so we don't need www/ap-DBI-0.87
[which is an older version of the same source]. Remove it.
Noted by Andrew Brown in connection with PR 18280.
2002-09-25 18:39:36 +00:00
wiz
282e2ccfea Close PR 18095: INSTALL_DATA_DIR does not take more than one argument
on Solaris. Patch by Julien T. Letessier.
2002-09-25 18:10:20 +00:00
seb
b215bfd7bf buildlink1 -> buildlink2
Use perl5/module.mk
2002-09-25 15:04:31 +00:00
seb
aa363b8111 buildlink1 -> buildlink2
Use perl5/module.mk
2002-09-25 13:56:49 +00:00
wiz
f2038c6bb2 Remove interpreter patching from patch -- is done by REPLACE_PERL. 2002-09-25 00:28:27 +00:00
dmcmahill
3cbc9aa9eb install the files in share/examples/bins/templates.joi which were missing
before.  Problem noted by Thomas Klausner.  Bump pkgrev.
2002-09-25 00:09:32 +00:00
wiz
dcdf9bd97d Sort. 2002-09-24 13:51:21 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
dmcmahill
f96f445a7a udpate to bins-1.1.17. Changes since last packaged version:
BINS 1.1.17
---------

- new parameter feedbackMail to add a link "Send Feedback" in the
pages (only used in the joi templates for now).

- new parameter treePreview to add a the thumbnail album in the tree
page (only used in the joi templates for now).

- new parameters backgroundImage & excludeBackgroundImage to use an
image as a wallpaper (only used in the joi templates for now).

- joi templates have been updated, using above features.

(templates and patch by Joachim Kohlhammer).

- Russian translation has been updated.
(thanks to Andrei Emeltchenko).

BINS 1.1.16
-----------

- static elements (icons, css, javascript, etc.) can now be used by
the templates, by using a static subdir in the templates directory
(see the joi templates).

- joi templates has been added. It uses icons, css and javascript. See
http://album.sautret.org/300_lieux/500_Paris/index.html for an example
applied on some of the sub-albums of my main album. You can use it
with the templateStyle parameter in the binsrc or album.xml, or with
the -s command line parameter (see bins(1) man page).
(templates and patch by Joachim Kohlhammer).

- new parameter homeURL has been added to link your home page to the
Leave button of the joi template.

- javaScriptPreloadImage parameter has been renamed to
javaScriptPreloadThumbs. New javaScriptPreloadImage parameter can be
used to add some javascript code in image pages to preload the next
image of the same size when current one is loaded, to speed up the
album browsing.
(patch from David Panofsky).

- added Russian translation.
(thanks to Andrei Emeltchenko).

- Mandrake 9.0 and NetBSD packages are now available. Check the
download page.
(mdk rpm by C<E9>dric Thevenet, NetBSD package by dmcmahill @ netbsd.org)

- install.sh script can now install BINS in specified directories. For
example, to install it in /opt/bins, use the following command :
PREFIX=/opt/bins install.sh
2002-09-24 02:01:29 +00:00
jlam
f2c0e2bffd buildlink1 -> buildlink2 2002-09-23 23:34:59 +00:00
markd
9da9d2f41f -Wl,-rpath -> -Wl,-R to also work on Solaris. 2002-09-23 13:52:15 +00:00
wiz
3ea336ad9f application.buildlink.mk -> application.mk 2002-09-22 09:45:25 +00:00
jlam
1f6b6ef6f1 Create the netscape wrapper script in ${WRKDIR}, not in ${FILESDIR}.
Fixes pkg/18370 by Tracy Di Marco White <nb-pr@gendalia.org>.
2002-09-22 01:29:00 +00:00
jlam
e44bf515dc Strip the ".buildlink" from the names of the python application and
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks.  Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
2002-09-21 23:46:45 +00:00
jlam
f6a1747cd8 buildlink1 -> buildlink2 2002-09-21 22:56:28 +00:00
tron
ecfd046a4f Make this work with version 4.80 of the "communicator" and "navigator"
package. Bump version number to reflect change.
2002-09-21 15:14:55 +00:00
jlam
41ed4d01d8 buildlink1 -> buildlink2 2002-09-21 07:44:28 +00:00
rh
ba6fe38868 Add and enable libgtkhtml 2002-09-21 01:26:54 +00:00
rh
eed4bfcab1 Initial import of libgtkhtml-2.0.2, a lightweight HTML rendering/printing/
editing widget for GNOME2.  Provided by Julio Merino <jmmv@hispabsd.org>
This closes PR pkg/18216
2002-09-21 01:26:09 +00:00
jlam
6449f14956 * shlibtool is not there, so don't LIBTOOL_OVERRIDE it
* Copy the real libtool, not the libtool buildlink2 wrapper, to
  ${PREFIX}/share/httpd/build.  This fixes pkg/18349 by YAMAMOTO Takashi
  <yamt@mwd.biglobe.ne.jp>.
2002-09-20 19:51:53 +00:00
abs
7062c43fe0 Handle netscape7, and used sed rather than what would need to be four
versions of the startup script. The versioning here depends on the
navigator package and is difficult to fix cleanly...
2002-09-20 17:00:41 +00:00
abs
0efa57e841 Update linux and solaris 2.8 to navigator/communicator 4.8. Package is
named *-4.80. Other platforms not available in this release.
2002-09-20 16:59:27 +00:00
jschauma
3421c2c75b Move ONLY_FOR_PLATFORMS into main Makefile; include OS/ARCH dependent
Makefiles only if they exist (ie don't barf if not supported).
2002-09-20 13:54:53 +00:00
jlam
9504778970 buildlink1 -> buildlink2 2002-09-20 12:04:53 +00:00
jlam
bfb4f7729b buildlink1 -> buildlink2 2002-09-20 12:00:50 +00:00
abs
930260816a Update to 1.7
'Support' netscape7
	Fix multiple entry NETSCAPE_PREFERRED logic
2002-09-20 11:26:51 +00:00
grant
0c5bb6abcc Make these scripts more portable by taking advantage of automatic rc.d
script handling and using @RCD_SCRIPTS_SHELL@.

as discussed with jlam.
2002-09-20 02:01:54 +00:00
jlam
428690a394 Fix typo, from pkg/18336 by Joachim Koenig-Baltes. 2002-09-20 01:53:14 +00:00
jschauma
348e23cac8 Add and enable netscape7 2002-09-19 22:34:53 +00:00
jschauma
0224de848e Initial import of www/netscape7 -- this is Netscape's famous Browser/Mail- and
Newclient suite version 7.0, now including AIM and ICQ clients etc.  It is run
under Linux emulation on NetBSD.

At the moment, this package is only for NetBSD-*-i386 and Linux-*-i[3-6]86.
2002-09-19 22:33:48 +00:00
jlam
5c053dd06a Take advantage of the auto-generation and installation of rc.d scripts. 2002-09-19 09:04:02 +00:00
uebayasi
b234fe0870 Add & enable emacs-w3m. 2002-09-16 07:06:19 +00:00
uebayasi
cb24e9442a Initial import of Emacs-w3m 1.3.2.
Emacs-w3m, a simple interface program of w3m, which works on Emacs.

w3m itself is a good program for WWW. Emacs-w3m provides an interface of w3m
on Emacs so that users can use Emacs's editing environment for WWW access.
This benefits multibyte language users.
2002-09-16 07:05:01 +00:00
grant
d58587c86c * make use of PKG_SYSCONFDIR in rc script.
* use bsd.pkg.install.mk for rc script and config file installation.

Checked by Stoned Elipot <seb@netbsd.org>.
2002-09-15 14:39:50 +00:00
uebayasi
244ea6c5e6 Update to w3m 0.3.1 - 2002-07-16.
Changes:

* func: REINIT
        INIT_MAILCAP deleted, use REINIT MAILCAP instead
* func: DEFINE_KEY
* rc: keymap_file
* rc: use_dictcommand, dictcommand
* rc: mark_all_pages
* configure: -mandir
* func: COMMAND
* -title option: set buffer name to terminal title
* X-Face support: USE_XFACE, require uncompface
2002-09-15 13:09:36 +00:00
jlam
82497c7f64 Use USE_PERL5=build instead of directly depending on perl. 2002-09-13 23:42:27 +00:00
wiz
37e2604506 Make bins_edit run again. Bump to 1.1.15nb1. 2002-09-13 17:58:26 +00:00
mrg
ab104a658e update to bozohttpd 5.15. changes are:
o  add .ogg support -> `application/x-ogg'
	o  fix CGI requests with "/" in the query part
2002-09-13 09:30:06 +00:00
wiz
3c8c087aa0 Fix HOMEPAGE and MASTER_SITE.
XXX: Could do with an update. Anyone reading this? ;)
2002-09-12 23:14:33 +00:00
wiz
36d1d7d214 Fix a problem with cgi-bin's and the GET method.
Patch from mrg, due to be included in the next release, but who knows
when that will be ;)

Bump to 5.14nb1.
2002-09-12 21:20:31 +00:00
drochner
e2c3ff7155 add all these Zope products 2002-09-12 18:21:40 +00:00
drochner
8a05ac599c some document management/publication framework for Zope
(which did reveal multithreaded Python problems...)
2002-09-12 18:16:51 +00:00
drochner
2876e7cbd1 XML->HTML translation for Zope 2002-09-12 18:14:02 +00:00
drochner
0a5c97f2e7 some FORM support for Zope 2002-09-12 18:13:04 +00:00
drochner
7e09193e84 XML processing for other Zope products 2002-09-12 18:12:02 +00:00
drochner
9e8e124594 another Zope image presentation product 2002-09-12 18:10:17 +00:00
wiz
0ffc9a6958 Update to 2.1pre3.
Changes:
This version includes two bugfixes in the Javascript support, the X icon
name is now set, an associations bug was fixed, along with an occasional
paste bug, a Euro entity was added, and parsing \xab numbers in Javascript
is now supported, along with other features.
2002-09-12 13:44:47 +00:00
drochner
ee6308f0bb unused 2002-09-12 11:10:23 +00:00
drochner
ed9dff7c26 product.buildlink.mk -> product.mk 2002-09-12 11:09:48 +00:00
drochner
090db04946 rename product.buildlink.mk to product.mk since this doesn't use
"buildlink" logics
also define a default prefix - fixes PR pkg/18191
2002-09-12 11:01:37 +00:00
simonb
0984dd14fe Update to 20020912; changes an ad pattern, and old distfile no longer
available.
2002-09-12 00:28:43 +00:00
jlam
936bc5845d buildlink1 -> buildlink2 2002-09-11 11:31:40 +00:00
wiz
f834334f80 Wildcard p5-Text-Iconv depends. 2002-09-11 09:15:02 +00:00
wiz
80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00
jlam
657e7b4f06 Patch the man page at pre-build instead of post-build so the catpage is
generated with the fixes.
2002-09-09 17:18:20 +00:00
jlam
0355adfc82 Directly replace the "/usr/pkg" reference in the man page with "${PREFIX}"
in the package Makefile in one step instead of three.
2002-09-09 17:13:32 +00:00
simonb
34a7d4389f Update to version 20020906. Add more ad patterns. Also adds a new
variable (STUBURL_COUNTERHTML); users should update to the latest
adzap.conf as shown in the message.
2002-09-07 14:23:25 +00:00
jlam
759551ae80 libcurl.so needs the openssl libraries. 2002-09-05 20:48:17 +00:00
jlam
1043436bb4 Add a buildlink2.mk file for the headers and libraries from www/curl. 2002-09-05 20:40:01 +00:00
fredb
6832a16900 Update wwwoffle to Version 2.7e. From the NEWS file:
Bug Fixes:
 Correct some invalid HTML in the message files.  Fix some memory leaks, free
 some unfreed memory, check some pointers, close some files.  Don't send the
 extra arguments to POST requests that WWWOFFLE uses internally.  Removed
 segmentation fault potential when password not used in config file.  Another
 fix for the cookie problem.  Warn if running as root.  Try both IPv6 and IPv4
 socket binding (IPv6 may not accept IPv4).  Potential bug fix for page
 corruption.  Potential fix for IPv6 configuration on Solaris.

New Features:
 Add an option to have case-insensitive matching for URL-SPEC path and args.
 Added the option to only fetch images on the same host (automatic fetching).
 Allow URL-SPECs to contain an '=' sign embedded in them (long time bug fix).
 The monitor options page now accepts ranges of hours or days (e.g. '1-5n').

[Note: The change to IPv6 binding to not require IPv4-mapped addresses was
already present in the package as "patch-ac".]

[Note: TODO: Have the package create a user, and let the "rc.d" script run
wwwoffle as that user.]

Also, reorder ${MASTER_SITES} to comply with the request on the download
page, and work around an install target corner case for the benefit of bulk
build machines (only applies for hosts on which wwwoffle has never run).
2002-09-05 16:56:54 +00:00
fredb
f54df28f73 Clarify comment. 2002-09-05 15:34:19 +00:00
zuntum
cbccfd05f7 Include "pkgsrc/www/php4/Makefile.php" again, because the package does not build
with it. The line seems to have accidentally been removed when linker flags patch
went in.
2002-09-05 12:39:41 +00:00
dillo
ee5704e0a5 regen 2002-09-05 01:42:00 +00:00
dillo
f5c9ce69d6 add support for big endian 16bit 5-6-5 rgb displays
(I still ride on the revision bump for the decode fix.)
2002-09-05 01:41:24 +00:00
dillo
3be9330b1b fix for big-endian 24 bit displays (if condition were in wrong order) 2002-09-04 23:19:49 +00:00
wiz
4513b797ed Fix annoying bug in command line parsing (+ was handled incorrectly).
Patch will be sent to maintainers in a minute.
Bump PKGREVISION.

Also, use common distinfo file and patch dir for links and links-gui.
2002-09-04 20:47:45 +00:00
drochner
517dc9fc58 Enable all the zope-2.5 stuff. It works "well enough".
(now that the Python-pth problems are solved)
2002-09-04 15:07:19 +00:00
drochner
901703ba89 add a pkg to publish photo collections in Zope
(it doesn't work too well for me, primarily due to py-Imaging limitations,
but anyway...)
2002-09-04 15:01:49 +00:00
drochner
b6af300b0d add a pkg to export local files in Zope 2002-09-04 14:57:55 +00:00
drochner
b4a8c7d2c7 add the Zope "Content Management Framework" 2002-09-04 14:55:49 +00:00
drochner
ac3995c2f5 common definitions for add-on products 2002-09-04 14:50:43 +00:00
agc
cb0e38446b Apply patches from Lubomir Sedlacik <salo@Xtrmntr.org> in PR 18115 to
generalise the linker flags used to export symbols by setting them on
a per-OS basis.

> many packages force -Wl,-export-dynamic which is not portable outside GNU ld
> and cause problems e.g. on Solaris.  some of these packages use if
> conditionals either only for NetBSD or except SunOS, but the state is not
> coherent and it may complicate later when support for new OS is added to
> pkgsrc (e.g. ongoing work on HP-UX support).
>
> jlam proposed the following framework in discussion on tech-pkg:
>
>   http://mail-index.netbsd.org/tech-pkg/2002/06/21/0009.html
>
> now, ${EXPORT_SYMBOLS_LDFLAGS} is used instead of directly defining
> -Wl,-export-dynamic which is set in appropriate defs.*.mk to reasonable
> values.  packages should be converted to this framework by:
>
> 1) replacing LDFLAGS+= -Wl,-export-dynamic and LIBS+= -export-dynamic with:
>
>    LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
>
> 2) for use in patchfiles, add this variable to MAKE_ENV if needed:
>
>    MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS}
>
> 3) replace occurances of -Wl,-export-dynamic and -export-dynamic in patch
>    files with:
>
>    $(EXPORT_SYMBOLS_LDFLAGS)
2002-09-04 14:47:32 +00:00
mycroft
12a43970b2 Swipe the patch for bug 160535 from the Mozilla tree, to fix unaligned access
problems on 64-bit platforms.
(I don't think this is the right way to do it, but...)
2002-09-03 14:58:17 +00:00
kim
857ca3b7ce Add and enable p5-Apache-Gallery 2002-09-01 22:44:00 +00:00
kim
e03b38184e Apache::Gallery creates an thumbnail index of each directory and
allows viewing pictures in different resolutions.  Pictures are
resized on the fly and cached.
2002-09-01 22:42:49 +00:00
wiz
4e6408c34d Fix panix.com master site. From pkg/18059 by Bill Warner. 2002-09-01 16:46:45 +00:00
tron
b7562e1002 Update "opera6" package to version 6.03. Changes since version 6.02:
- Applied OpenSSL ASN.1 patch
- New Certum CA root certificate and updated old roots
- Fixed problem with untrusted HTML content being inserted into
  Directory listings (buffer overrun)
2002-08-31 05:25:30 +00:00
dmcmahill
9b7c6fa691 update to bins-1.1.15 changes are:
BINS 1.1.15
-----------

- New parameter linkInsteadOfCopy has been added, to create a link to
the image in the destination directory instead of copying it, when
it's possible.
Patch from Vincent Bernat.

- Correct a bug that crashed bins with Perl 5.8.0
Patch from Marty Leisner

- Include links for movie files (avi, mpeg and mov) in the navigation
bar of albums ("In this album" upper left box).
Patch from Vincent Cautaer.

- Scale method (to created scaled pictures and thumbnails) can now be
chose with the new scaleMethod parameter. It can be either scale or
sample. sample is faster, scale is better.
Idea from Mark W. Eichin.

- Don't perform rotation on files matching the regexp defined by the
new noRotation parameter (default to _Orig suffix). This can be used
in conjunction with scaleIfSameSize=0 and a scaled size of 100%x100%
to keep original pictures in your album.
Patch from Vincent Cautaer.

- Correct a bad behavior with some little pictures when scaled sizes
uses mixed pixels and percentages.
Patch from Vincent Cautaer.

- jpegtran can now be used with image names containing spaces.
Patch from Vincent Bernat.

- Define $verbose earlier to avoid warning.
Patch from Vincent Bernat.

- Chop local encoding to avoid carrier return.
Patch from Vincent Bernat.

- A sample album.xml file is provided in the doc directory. Take a
look at it to see how you can customize a album.
2002-08-31 04:34:21 +00:00
wiz
1f7ebc4af7 Update to 2.6:
- New Feature: HTML::Template will combine HTML_TEMPLATE_ROOT
               environment variable and path option if both are
               available. (Jesse Erlbaum)
- New Feature: __counter__ variable now available when
               loop_context_vars is set (Simran Gambhir)
- New Feature: The default attribute allows you to specify
               defaults for <tmpl_var> tags.
- Bug Fix: fixed parser to reject <tmpl_var>s with no names.
           (crazyinsomniac)
- Doc Fix: fixed documentation to correctly describe the
           interaction of case_sensitive and loop_context_vars.
           (Peter Claus Lamprecht)
- Doc Fix: updated mailing-list information to reflect move from
           vm.com to sourceforge.net
2002-08-31 01:34:23 +00:00
drochner
4d8d2b4a4d take a sledgehammer and make this compile with mozilla-1.1 2002-08-29 20:00:20 +00:00
taya
87c9490a0e fix PLIST
merge PLIST-* to PLIST
improve install script to share with mozilla-1.0 branch(not imported yet)
2002-08-29 15:11:06 +00:00
martti
ad19359ee1 Updated apache to 2.0.40
*  SECURITY: [CAN-2002-0661] Close a very significant security hole that
     applies only to the Win32, OS2 and Netware platforms.  Unix was not
     affected, Cygwin may be affected.  Certain URIs will bypass security
     and allow users to invoke or access any file depending on the system
     configuration.  Without upgrading, a single .conf change will close
     the vulnerability.  Add the following directive in the global server
     httpd.conf context before any other Alias or Redirect directives;
         RedirectMatch 400 "\\\.\."
     Reported by Auriemma Luigi <bugtest@sitoverde.com>.
     [Brad Nicholes]

  *  SECURITY:  Close a path-revealing exposure in multiview type
     map negotiation (such as the default error documents) where the
     module would report the full path of the typemapped .var file when
     multiple documents or no documents could be served based on the mime
     negotiation.  Reported by Auriemma Luigi <bugtest@sitoverde.com>.
     [CAN-2002-0654]  [William Rowe]

  *  SECURITY:  Close a path-revealing exposure in cgi/cgid when we
     fail to invoke a script.  The modules would report "couldn't create
     child process /path-to-script/script.pl" revealing the full path
     of the script.  Reported by Jim Race <jrace@qualys.com>.
     [CAN-2002-0654]  [Bill Stoddard]

  *  More bug fixes (see the CHANGES file)
2002-08-29 14:12:27 +00:00
itojun
d590951151 upgrade to 1.1. includes CSS/cookie-stealing security fix.
* Improved application and layout performance
* Improved stability
* Improved Web site compatibility
* Improved CSS, DOM and HTML standards support

* Distinct window icons for the different Mozilla applications (artwork contributed by Grayrest).
* Mozilla can now trigger MS DUN when started without a connection.
* Fullscreen mode for Mozilla on Linux (press F11).
* Browser tabs now close left to right (they used to close right to left).
* The tab bar now has a button for creating new tabs.
* All Search entry points now use your default search engine.
* Download Manager has been enabled as the default download view (with many improvements)
* Autocomplete in the location bar has more intelligent completion.
* The Linux File Picker has improved filtering and a new directory button.
* File extensions more accurately handled in downloads and we save the correct files when saving complete Web pages
* Drag and drop support has been greatly improved.
* View selection source: Context clicking on a selection now lets you view the HTML source for the selected area.
* Page info displays more page info with improved General and Media tab content.
* New button in prefs for making Mozilla the system default browser on MS Windows

* MathML is now enabled for Mozilla on Macintosh (it was already available on Windows and Linux).
* Mozilla now takes advantage of Quartz rendering for users of Mac OS X 10.1.5
* Better Bi-Di Arabic and Hebrew support including improved layout of Arabic pages on Linux and other platforms without their own Arabic shaping support.
* We have new layout performance enhancements targeted at DHTML.
* Mozilla now has support for the display of XBM images.

* Image and plug-in blocking for Mail & News
* Mozilla allows you to view HTML mail messages as plain text.
* You can now quote the current message in a Mail compose window with Quote Original under the options menu.

* The JavaScript Debugger has gone through a major development cycle. It now sports a palette of nine views which can be rearranged within the main window or docked in separate floating windows. It is also possible to create user-defined views and commands directly with JavaScript. More details are available in the FAQ, newsgroup, or IRC channel.
* Chatzilla has improved tab completion and can now join channels with Japanese names.
2002-08-29 07:07:47 +00:00
jlam
9011dee12e buildlink1 -> buildlink2. 2002-08-28 15:53:09 +00:00
grant
e2b0ec1e59 deprecate SQUID_SYSCONFDIR in favour of PKG_SYSCONFDIR.squid 2002-08-26 06:42:10 +00:00
jlam
7e568e0125 Add back inclusion of bsd.pkg.mk that was accidentally removed. 2002-08-26 06:15:25 +00:00
grant
1debbed618 backout previous, the problem seems to lie with our Apache pkg on Solaris. 2002-08-26 00:42:34 +00:00
grant
4032b2d34c fix configure problem on Solaris while calling apxs. 2002-08-26 00:32:22 +00:00
grant
1073ef32e7 The Solaris linker doesn't understand --export-dynamic, so give this a
chance of working by only passing -Wl,--export-dynamic if we are not
on SunOS.
2002-08-26 00:16:57 +00:00
grant
b9e3298441 format and word Apache module MESSAGEs consistently. 2002-08-26 00:12:46 +00:00
jlam
a020ed9056 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:50:52 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
jlam
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
2002-08-25 18:38:05 +00:00
dmcmahill
fdc98437ad update to bins-1.1.14 provided in PR pkg/17984 by Eric Jacoboni,
jaco at scrogneugneu.org.

Changes since 1.1.10 are:

- Some image files and directories can now be excluded by setting some
regexp to excludeFiles and excludeDirs new parameters. excludeDirs is
set to ^CVS$ in default config, and thus, CVS subdirs aren't processed
by bins now.

- HTML generation performances have been increased by using the
blind_cache parameter of HTML::Template.
Thanks to Mark Eichin for this one.

- Corrected a bug that wrongly set width and height of thumbnails and
prevented Internet Explorer (at least version 5) to display them.

- Changed the image template so that Internet Explorer can display the
title tooltip on the prev/next thumbnails (when thumbPrevNext is 1).

- bins now process .thm (THuMbnail) files. Accroding to Mark Eichin,
Canon cameras that do movies generate mvi*.thm files which are really
small JPEGs with exif data.

- It is now possible to use the <sizes> parameter in picture
description files to have different scaled images number and scaled
sizes for pictures in the same album (for example, one can have three
scaled pictures, small, medium and big, for most of the images of an
album, and a fourth one, huge, for big panoramas). Some other
parameters, such as titleOnThumbnail, defaultSize or
thumbnailBackground, can now also be used on a per image basis.

- A bug introduced in 1.1.10 version that caused scaleIfSameSize
parameter to be always 1 has been corrected.
Thanks to Mark Eichin for pointing out the problem
and to Dan (mcmahill @ mtl.mit.edu) and Kamil Iskra for the correction path.

- jpegtran can now be used even if it cannot handle the same file in
input and output (this is the case for the jpegtran shipped with most
GNU/Linux distribution, except Debian).
Patch from Kamil Iskra.

- Corrected encoding problem on creation date.

- Sorting order for directories and/or pictures can now be reversed,
using the -r command line option or the reverseOrder parameter.
Patch from Christian Hoenig for the -r option.

- A bug on automatic rotation of destination image when -o was used
has been corrected (width and height were inversed).

- French translation has been corrected.

- Some javascript code is now added in thumbnails pages to preload
thumbnails of the next page when current one is loaded, to speed up
the album browsing. This can be deactivated with the new
javaScriptPreloadImages parameter.

- Generated HTML code is now cleaned up to reduce the size of pages
and thus, speed up browsing. This reduces the size of HTML BINS files
by about 30%. This uses the HTML::Clean(3) library (new
dependency). This can be deactivated with the new compactHTML
parameter.

- Use of the jpegtran program is now deactivated in default config
(some versions fail to perform rotation correctly). A new parameter
rotateWithJpegtran has been added. Set it to 1 in binsrc to continue
to use jpegtran.

- Added some non breakable spaces in HTML code.

- Strip . (dots) in small size names when creating file names (this
caused problem with italian i18n). You may have to delete all your
generated HTML files before running bins on a old italian album to
clean it up.

- Some minor bugs have been corrected.

- French translation has been corrected.
2002-08-24 11:24:55 +00:00
wiz
bd699c58f9 Add commented out zope25. 2002-08-23 11:49:22 +00:00
mrg
8c5e0252cd update to bozohttpd 5.14. changes include:
o  allow -X mode to work for "/"
	o  work on systems without MADV_SEQUENTIAL
	o  make a local cut-down copy of "queue.h" (fixes linux & solaris
	   support at the very least)
	o  portability fixes for pre-ipv6 socket api systems (eg, solaris 7)
	o  portability fixes for missing _PATH_DEFPATH, LOG_FTP and __progname
	o  better documentation on virtual host support
2002-08-23 08:37:24 +00:00
jschauma
67a188989e Linux hides yp_* function implementations in libnsl, so add that
library to LIBS when on linux.  (Approved by jlam)
2002-08-22 18:51:12 +00:00
drochner
79f41aa33d First cut on an actual Zope pkg, which requires a thread enabled Python,
for which we only have a pth version. Needs Testing.
Also needs some work for installation/startup scripts.
2002-08-22 16:54:48 +00:00
martti
9168d2fc40 Updated kannel to 1.2.0
This is the latest stable version (lots of bug fixes).
2002-08-22 11:31:33 +00:00
uebayasi
117417c36c Rerun make makepatchsum. 2002-08-22 09:45:35 +00:00
blymn
d9f15a7f03 Patched lynx to make sure endwin() is called on exit. 2002-08-21 12:01:04 +00:00
grant
618961e568 check that USE_INET6 is defined.
remove extraneous parenthesis around .if (${FOO} ..) conditions.
2002-08-21 02:43:44 +00:00
wiz
13c7dfd1c2 Update to 1.21:
Restore perl-5.004 and perl-5.005 compatibility.
Direct support for some new schemes urn:, urn:isbn:,
urn:oid:, rtsp:, and rtspu:.  The rtsp support was
contributed by Matt Selsky <selsky@columbia.edu>.
The host for URI::file was not unescaped.
2002-08-20 14:48:54 +00:00
blymn
15822bdbce This patch fixes the problem with lynx not resetting the tty settings
on exit on 1.5.3 machines.  This closes PR 15621.
2002-08-20 13:41:33 +00:00
blymn
cff6112030 Added patch that fixes PR 15621. 2002-08-20 13:39:43 +00:00
uebayasi
519ca12a48 Sitecopy 0.11.4. New features are,
* Added basic --verify mode, to check whether the remote copy of a
	  site using safe mode has been modified outside sitecopy's control.
	* Added Norwegian Nynorsk translation, nn.po (Karl Ove Hufthammer
	  <huftis@bigfoot.com>)
	* Added 'http tolerant' option, to skip OPTIONS check in WebDAV mode.

And many fixes & updates.
2002-08-20 08:52:33 +00:00
fredb
054b6f0fcb Initial import of mMosaic-3.7.2. This is a derivative work of NCSA XMosaic
that has some support for tables and frames, builds against openmotif, and
is also IPv6 capable! The name stands for "mbone" Mosaic, but that part
probably doesn't even work (yet).

[For real this time -- previous try misspelled the name of the directory.]
2002-08-20 00:39:54 +00:00
fredb
51465b5eff Add and enable mMosiac. 2002-08-20 00:09:12 +00:00
fredb
b09c2acbd2 Update to lynx2.8.4rel.1c, here known as 2.8.4.1.3:
* escape blanks and other non-7bit graphic characters in startfile and similar
  addresses to guard against interpreting the address as multiple lines
  during a GET, etc (report by Ulf Harnhammar <ulfh@Update.UU.SE>) -TD
2002-08-19 23:56:15 +00:00
fredb
b6fdc03c94 Use one less subshell to build this. 2002-08-19 23:07:31 +00:00
fredb
2f8555ea74 Make this build "-O2" on all platforms, increase the shell limits to make
up for the extra requirements this imposes, and bump ${PKGREVISION}.
2002-08-19 23:06:38 +00:00