diff options
author | ahze <ahze@FreeBSD.org> | 2006-03-15 19:35:32 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-03-15 19:35:32 +0800 |
commit | d562fc632fd8e0b3c254094e00308e27fe047e9a (patch) | |
tree | 1bee45b665d4f6ca51216abff5b28734d3502086 /www/xulrunner/pkg-descr | |
parent | 21724006129b86342d0a502d04a7f02c0015bd5e (diff) | |
download | freebsd-ports-gnome-d562fc632fd8e0b3c254094e00308e27fe047e9a.tar.gz freebsd-ports-gnome-d562fc632fd8e0b3c254094e00308e27fe047e9a.tar.zst freebsd-ports-gnome-d562fc632fd8e0b3c254094e00308e27fe047e9a.zip |
- Add xulrunner
Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications
that are as rich as Firefox and Thunderbird. It will provide mechanisms for
installing, upgrading, and uninstalling these applications. XULRunner will
also provide libxul, a solution which allows the embedding of Mozilla
technologies in other projects and products.
WWW: http://developer.mozilla.org/en/docs/XULRunner
Most patches obtained from: www/seamonkey
Diffstat (limited to 'www/xulrunner/pkg-descr')
-rw-r--r-- | www/xulrunner/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/xulrunner/pkg-descr b/www/xulrunner/pkg-descr new file mode 100644 index 000000000000..a4c33d7dfb77 --- /dev/null +++ b/www/xulrunner/pkg-descr @@ -0,0 +1,7 @@ +Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications +that are as rich as Firefox and Thunderbird. It will provide mechanisms for +installing, upgrading, and uninstalling these applications. XULRunner will +also provide libxul, a solution which allows the embedding of Mozilla +technologies in other projects and products. + +WWW: http://developer.mozilla.org/en/docs/XULRunner |