diff options
author | rh <rh> | 2001-04-06 22:21:09 +0000 |
---|---|---|
committer | rh <rh> | 2001-04-06 22:21:09 +0000 |
commit | 18ca54cb1e18fe4e5982588182cd3ce06e875353 (patch) | |
tree | 02fbe630a6a80df0436defb6b331973d17dba0cd /www/gtkhtml/Makefile | |
parent | 35d88d0ff561d9749832ce12e0a5c5a6e3034c4a (diff) | |
download | pkgsrc-18ca54cb1e18fe4e5982588182cd3ce06e875353.tar.gz |
Update gtkhtml to 0.8.3
Changes include:
General:
- Fixed X selections so that we no longer try to pass UTF-8 encoded text
in STRING atoms.
- Improved the table layout code so that now we render tables very close
to the big name browsers, one or two small issues left
- Added many missing attributes to the HTML export code so that at least
we pass on the attributes we understand.
- Support for sub sup and strike elements.
- We now parse param elements before emitting the object requested signal
so that we can make an informed choice about whether or not the object is
supported.
Editor:
- We now hook to the gnome-spell component to do spelling.
- Rename the idl and oafinfo to bring us in line with the new naming
conventions
- The editor control now exposes an interface for issuing editor commands
Ebrowser:
- New component to support simple browsing tasks.
Diffstat (limited to 'www/gtkhtml/Makefile')
-rw-r--r-- | www/gtkhtml/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index fd86ffd2242..b96d0128352 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2001/02/17 17:22:05 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/04/06 22:21:09 rh Exp $ # -DISTNAME= gtkhtml-0.8 +DISTNAME= gtkhtml-0.8.3 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gtkhtml/} @@ -9,11 +9,11 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ COMMENT= lightweight HTML rendering/printing/editing engine -DEPENDS+= gal>=0.4.1:../../devel/gal +DEPENDS+= gal>=0.5nb1:../../devel/gal DEPENDS+= glibwww-*:../../www/glibwww -DEPENDS+= bonobo>=0.29:../../devel/bonobo -DEPENDS+= control-center>=1.2.0:../../x11/controlcenter -DEPENDS+= gnome-print>=0.20:../../print/gnome-print +DEPENDS+= bonobo>=0.37:../../devel/bonobo +DEPENDS+= control-center>=1.4.0:../../x11/controlcenter +DEPENDS+= gnome-print>=0.28:../../print/gnome-print GNU_CONFIGURE= YES USE_X11BASE= YES |