diff options
author | reg <reg@FreeBSD.org> | 2001-01-22 09:23:18 +0800 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2001-01-22 09:23:18 +0800 |
commit | 960cc4414b09d2ef6c0359ac6b77d032fa4aa3fc (patch) | |
tree | 70094e1f5ead95c6ec90837fef4838e9e7075f41 /www/seamonkey2/pkg-descr | |
parent | 810113f4c4cd84e881d055366bc9bc1c591e36fb (diff) | |
download | freebsd-ports-gnome-960cc4414b09d2ef6c0359ac6b77d032fa4aa3fc.tar.gz freebsd-ports-gnome-960cc4414b09d2ef6c0359ac6b77d032fa4aa3fc.tar.zst freebsd-ports-gnome-960cc4414b09d2ef6c0359ac6b77d032fa4aa3fc.zip |
Add PSM support.
Submitted by: nsayer
Remove use of libgcc_r, since it was so uncerimoniously removed. If this
doesn't work on -stable, then -stable is broken, and someone needs to fix
it...
Submitted by: Roman Shterenzon <roman@xpert.com>
Use sched_getpriority_max(), instead of hard coded value.
Submitted by: Peter Haight <peterh@sapros.com>, dufault
Revise pkg-comment and pkg-descr.
PR: 24296
Submitted by: roam
Enable SVG support, and disable C++ exceptions (since they will only slow
things down).
Diffstat (limited to 'www/seamonkey2/pkg-descr')
-rw-r--r-- | www/seamonkey2/pkg-descr | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/www/seamonkey2/pkg-descr b/www/seamonkey2/pkg-descr index ea15c853bf80..de3c7588cc3e 100644 --- a/www/seamonkey2/pkg-descr +++ b/www/seamonkey2/pkg-descr @@ -1,3 +1,17 @@ -This is the source code that Netscape released and will be used for -its next generation of browsers. It is intended for use by developers -and testers only. +This is the open source web browser, which forms the basis for +Netscape Navigator 6. It should be fully compliant with all W3C +standards, including HTML, CSS, XML, XSL, JavaScript, MathML, +SVG and RDF. This version also supports SSL encryption, but +does not yet support Java. + +While the code is officially still in pre-release, the browser +is mostly stable, and does a good job displaying most pages on +the web. Mail and News also work, and provide some interesting +features, such as the ability to check multiple POP3 servers. + +Testers are most welcome, but should submit bug reports about +the browser itself to mozilla.org (http://bugzilla.mozilla.org/) +rather than via FreeBSD. + + +WWW: http://www.mozilla.org |