Commit graph

2781 commits

Author SHA1 Message Date
taca
36687c3cf8 Make sure to update distinfo. 2002-12-13 13:19:48 +00:00
uebayasi
10c57e570a Update to 0.3.2.2 - 2002-12-06
* security fix: html_quote for img alt attributes
2002-12-13 10:43:46 +00:00
abs
6826b96b8b shorten COMMENT 2002-12-12 14:34:49 +00:00
he
0267e3d822 Apply the same patch as for mozilla and phoenix to make this
build on 1.5.3.
2002-12-11 22:48:01 +00:00
he
36ed86860f Allow this to build on 1.5.3, where CODESET isn't defined.
Fixes PR#19325.
2002-12-11 13:35:00 +00:00
he
799ecdf7b2 Add a patch to make this build & run on 1.5.3, where CODESET isn't
defined.  Fix to PR#19325 forthcoming (same problem with phoenix).
2002-12-11 12:00:36 +00:00
simonb
d6da2257a7 Sort previous include. 2002-12-11 00:27:49 +00:00
drochner
b7969269df the version was already fixed in the previous commit - back out last
to avoid confusion
2002-12-10 18:07:38 +00:00
taya
a7c3fc28ed Update phoenix to 0.5
What's new from release notes
- Multiple homepages
- Sidebar remembers its state across sessions
- Download fixes
- History improvements
- Accessibility improvements
- Size and memory reduction
- Performance improvements
- Stability improvements
- Better Windows appearance
- Many more new themes
- Too many fixes to list

See below for detail.
http://www.mozilla.org/projects/phoenix/phoenix-release-notes.html
2002-12-10 16:02:38 +00:00
drochner
88daec5de6 update to 0.13.1
fixes a permission problem
2002-12-10 15:12:00 +00:00
hubertf
173644f651 Update to galeon 1.2.7:
- Compatible with Mozilla 1.0.1, 1.1, 1.2
- Sidebar link opening behaviour now matches Mozilla
- TypeAheadFind support
- bugfixes
2002-12-10 01:30:02 +00:00
hubertf
a94e76f576 add an include-dir - needed for galeon 1.2.7 2002-12-10 01:27:44 +00:00
jmmv
fe874b6a1a Do not remove %D/share/pixmaps when deinstalling, as it is now part of the
standard directory tree.
2002-12-09 21:53:52 +00:00
wiz
07ffc79ada Note conflict between apr-devel and apache2 packages. 2002-12-09 20:23:40 +00:00
abs
4af8d554a9 Updated HTML-FixEntities to 1.03
Remove unwanted cruft from Makefile.PL so we can work with perl 5.8
2002-12-09 19:17:19 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
grant
65583bdcc3 Updated phoenix-linux to 0.5.
Changes since 0.4 include:

* Multiple homepages
* Intellimouse 5-button support
* Sidebar remembers its state across sessions
* Download fixes
* History improvements
* Accessibility improvements
* Size and memory reduction
* Performance improvements
* Stability improvements
* Many many more themes (http://texturizer.net/phoenix/themes.html)
* Miscellaneous bug fixes, including middle clicking in content area

The full list of changes can be found at:

	http://www.mozilla.org/projects/phoenix/phoenix-release-notes.html

Thanks to Oliver Tonnhofer for submitting this update in PR pkg/19328.
2002-12-09 00:24:51 +00:00
mrg
674571ffd7 the solaris dynamic linker is called /usr/lib/ld.so.1, not /usr/lib/ld.so.
the latter is the a.out dynamic linker.  as we're using the ELF navigator,
look for the ELF dynamic linker.
2002-12-08 01:54:19 +00:00
jmmv
70adb306d2 Trivially update to curl 7.10.2.
Changes since 7.10.1:
- Dave Halbakken added curl_version_info to lib/libcurl.def to make libcurl
  properly build with MSVC on Windows.
- Doing HTTP PUT without a specified file size now makes libcurl use
  Transfer-Encoding: chunked.
- Bug report #634625 identified how curl returned timeout immediately when
  CURLOPT_CONNECTTIMEOUT was used and provided a fix.
- Lehel Bernadt found out and fixed. libcurl sent error message to the debug
  output when it stored the error message.
- Avery Fay found some problems with the DNS cache (when the cache time was
  set to 0 we got a memory leak, but when the leak was fixed he got a crash
  when he used the CURLOPT_INTERFACE with that) that had me do some real
  restructuring so that we now have a reference counter in the dns cache
  entries to prevent an entry to get flushed while still actually in use.
  I also detected that we previously didn't update the time stamp when we
  extracted an entry from the cache so that must've been a reason for some
  very weird dns cache bugs.
- Downgraded automake to 1.6.3 in an attempt to fix cygwin problems. (It
  turned out this didn't help though.)
- Disable the DNS cache (by setting the timeout to 0) made libcurl leak
  memory. Avery Fay brought the example code that proved this.
- Upgraded to autoconf 2.54 and automake 1.7 on the release-build host.
- Kevin Roth made the command line tool check for a CURL_CA_BUNDLE environment
  variable (if --cacert isn't used) and if not set, the Windows version will
  check for a file named "curl-ca-bundle.crt" in the current directory or the
  directory where curl is located. That file is then used as CA root cert
  bundle.
- Avery Fay pointed out that curl's configure scrip didn't get right if you
  used autoconf newer than 2.52. This was due to some badly quoted code.
- Emiliano Ida confirmed that we now build properly with the Borland C++
  compiler too. We needed yet another fix for the ISO cpp check in the curl.h
  header file.
- Yet another fix was needed to get the HTTP download without headers to work.
  This time it was needed if the first "believed header" was read all in the
  first read. Test 306 has not run properly since the 11th october fix.
- Zvi Har'El pointed out a problem with curl's name resolving on Redhat 8
  machines (running IPv6 disabled). Mats Lidell let me use an account on his
  machine and I could verify that gethostbyname_r() has been changed to return
  EAGAIN instead of ERANGE when the given buffer size is too small. This is
  glibc 2.2.93.
- Albert Chin helped me get the -no-undefined option corrected in
  lib/Makefile.am since Cygwin builds want it there while Solaris builds don't
  want it present. Kevin Roth helped me try it out on cygwin.
- Nikita Schmidt provided a bug fix for a FOLLOWLOCATION bug introduced when
  the ../ support got in (7.10.1).
- Fabrizio Ammollo pointed out a remaining problem with FOLLOWLOCATION in
  the multi interface.
- Richard Cooper's experimenting proved that -j (CURLOPT_COOKIESESSION) didn't
  work quite as supposed. You needed to set it *before* you use
  CURLOPT_COOKIEFILE, and we dont' want that kind of dependencies.
- Andrés García provided corrections for erratas in four libcurl man pages.
- Starting now, we generate and include PDF versions of all the docs in the
  release archives.
- Trying to connect to a host on a bad port number caused the multi interface
  to never return failure and it appeared to keep on trying forever (it just
  didn't do anything).
- Downloading HTTP without headers didn't work 100%, some of the initial data
  got written twice. Kevin Roth reported.
- Kevin Roth found out the "config file" parser in the client code could
  segfault, like if DOS newlines were used.
2002-12-07 23:38:56 +00:00
drochner
95a1dc8c68 update to 1.8.23
changes:
HTMLDOC now supports a full alpha channel in PNG files.
HTMLDOC now reports an error when a table, image, or section of text
 overflows into an adjacent table cell or off the right edge of the page.
The NEW SHEET page comment now breaks on N-up boundaries when N is
 greater than 1.
bugfixes
2002-12-07 18:53:13 +00:00
drochner
05397d454f update to 0.13
changes:
Bugfixes, more solid CMF & Plone support, wikimail enhancements, skins
re-organization.
2002-12-07 18:04:12 +00:00
schmonz
0a1bd5acad Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. 2002-12-07 02:38:52 +00:00
wiz
8c9ba09ba3 Try to make lintpkgsrc happy. 2002-12-05 11:45:49 +00:00
drochner
7ea2d71dfe misc cleanup 2002-12-05 11:31:56 +00:00
tron
0203e6dd3e Update "opera6" package to version 6.11. Changes since version 6.10:
Fixed some problems with banner handling. Banner data with corrupted
contents could in some cases crash Opera.
2002-12-05 08:12:42 +00:00
grant
152ed14a8c use automatic MESSAGE handling. 2002-12-05 05:51:18 +00:00
uebayasi
bea2c68c4f Correct checksum. (Possibly the distfile was changed in the master site?)
PR19287 by <seebs at vash dot cel dot plethora dot net>.
2002-12-05 02:59:46 +00:00
taya
cf27da7dd8 Update mozilla to 1.2.1
What's new from Release notes:
(See release notes for detail - http://www.mozilla.org/releases/mozilla1.2.1/)
Browser
 * Type Ahead Find is a new feature that allows quick navigation when you type
   a succession of characters in the browser, matching the text in one or more
   links on the page.

 * Building on Mozilla's customizability, you can now show toolbars as
   text/icons/both (in the default Classic theme). We also have a few other
   usability improvements like image selection visualization (image highlights
   with system selection color when selected) and the removal of the confusing
   toolbar grippies.

 * Improvements to native look and feel in both the browser interface and
   the browser content area. We now support most native GTK themes in Mozilla
   which means that your Mozilla toolbars and other widgets will pick up
   the GTK theme look and feel. We also support native look and feel for web
   content like form controls under windowsXP.

 * Making tabbed browsing even more useful, you can launch the browser with
   a group of bookmarks as your start page. This loads several pages into tabs
   at startup.

 * Keyboard access is greatly improved including additional accesskeys for
   menus, other ui elements and page elements.

 * We have a new features that utilizes browser idle time to download
   or prefetch documents that the user might visit in the near future.

 * XML prettyprinting, similar to IEs default-view for XML is now available
   in Mozilla.

Mail
 * Mozilla Mail has a new "filter after the fact" capability so users can
   create a filter and then run that filter on already downloaded mail.
   Filter logging has also been implemented which allows power users to see
   a log of all of the filter actions.

 * In mail you can now select and copy text from message headers and you can
   now drag and drop from the message search results window.
2002-12-04 15:20:27 +00:00
drochner
1e249b2cad add missing version number (pointed out by Martti Kuparinen) 2002-12-04 11:54:33 +00:00
rearnsha
73cbcb6fe9 Correct output filename: Extrnals.html, not Extnals.html 2002-12-04 11:34:13 +00:00
drochner
f691c4c3ad add zope HTML documentation 2002-12-03 19:48:53 +00:00
drochner
7c68a76293 added this weather thing 2002-12-03 19:38:22 +00:00
drochner
46039c74e8 zope product to display weather data 2002-12-03 19:36:49 +00:00
wiz
68165f26dc regen (squid-2.5.STABLE1-disable-http-violations.patch size and SHA1 change) 2002-12-03 16:58:56 +00:00
wiz
cb75f7a2bd Downgrade buildlink depends to libwww>=5.3.2nb2.
Noted by Frederick Bruckman on tech-pkg.
2002-12-03 16:47:32 +00:00
grant
dac711e214 allow 'mkcert' to work on Solaris by using ${SH} rather than /bin/sh. 2002-12-03 14:31:32 +00:00
grant
6b64e15604 Update mozilla-linux to 1.2.1.
Major changes since Mozilla 1.1:

Browser
* Type ahead find
* Additional toolbar customization
* Visual enhancements to interface
* Tabbed browsing enhancements
* Browser idle time can now be used to auto-fetch ahead documents
* XML prettyprinting
* Fix for DHTML bug in 1.2

Mail
* New "filter after the fact" capability
* Drag and drop from the message search results window

The full list of changes can be found at

	http://www.mozilla.org/releases/mozilla1.2.1/
2002-12-03 08:59:48 +00:00
wiz
5bcae32496 Fix DEPENDS lines to use -[0-9]* instead of -*. 2002-12-02 15:17:58 +00:00
tron
d608a740c8 Update package "analog" to version 5.30. Changes since version 5.24:
- Reads gzipped logfiles without the need for an UNCOMPRESS command.
- Host inclusions and exclusions can now use IP address ranges and subnet
  masks.
- New command BYTESDP command to list kilobytes etc. to a chosen number of
  decimal places.
- New code for RISC OS port.
- Indonesian and Slovak language files.
- New How-To entitled Getting started under Windows.
2002-12-02 12:08:43 +00:00
grant
d4b0776ace If we include buildlink2.mk files, we need to turn on USE_BUILDLINK2
:-)

Fixes openssl dependancy problem on platforms which do not have a
suitable (read: secure) openssl in the base system.

Some whitespace cleanup.
2002-12-02 03:09:01 +00:00
grant
1c2ca2f346 src/fs/diskd: only include sys/msg.h if we have it.
fixes build on (at least) Darwin 6.2.
2002-12-01 05:36:51 +00:00
drochner
e3633faa23 update to 0.8.6.1
changes:
       - Added Indexer object, which can find index entries and present
         them.
       - Enabled nested markup in text.
       - Added easier way to add references to files, images. Can now
         also reference assets not in local folder.
       - Ability to open/close branches of the site. Added a new
         'Viewer' role. Users with this role can see closed branches.
       - Request for approval now implemented; users can leave a message
         for the editors.
       - Added new definition list element.
       - Images now have various alignment options.
       - Beginnings of Silva XML import infrastructure.
2002-11-29 17:49:50 +00:00
drochner
052fc54588 add 2 zope pkgs 2002-11-29 17:42:17 +00:00
drochner
601ad6e7a8 import "colorz" - a color scheme editor for Zope 2002-11-29 17:36:15 +00:00
drochner
0ad02b26e6 add an extension to store Zope data in the normal file system 2002-11-29 17:34:46 +00:00
drochner
869d4ffeca the distfile changed w/o name change 2002-11-29 17:26:33 +00:00
itojun
5022f86334 w3m now needs gtk-pixbuf. PR 19198. 2002-11-29 05:19:55 +00:00
drochner
240e675eac update to 0.8.3
changes:
- Instead of checking for an attribute 'cached' it is now calling
       a method called 'cached()' on the widget.
2002-11-28 12:45:02 +00:00
itojun
7c9a898c4b update to 0.3.2.1 (w3m-0.3.2.1-m17n-20021127).
full changelog is too long to be included here.  most important fix is below:

> From: Fumitoshi UKAI <ukai@debian.or.jp>
> w3m 0.3.2.1 is stable update of w3m 0.3.2.
> Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> found a security vulnerability
> in w3m 0.3.2 that w3m will miss to escape html tag in frame contents,
> so malicious frame html will deceive you to access your local files, cookies
> and so on.
2002-11-28 05:24:16 +00:00
drochner
906a069b3b update to 1.2.1
changes:
-preparation for zope-2.6
-look-&-feel changes
-bugfixes
2002-11-27 16:27:03 +00:00