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.
This commit is contained in:
parent
f09db9e6c6
commit
7fddc80123
3 changed files with 24 additions and 20 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
$NetBSD: md5,v 1.2 2000/12/31 14:04:44 rh Exp $
|
||||
$NetBSD: md5,v 1.3 2001/04/06 22:21:10 rh Exp $
|
||||
|
||||
MD5 (gtkhtml-0.8.tar.gz) = 3c80b274420d3c205a5d50febcf3ff17
|
||||
SHA1 (gtkhtml-0.8.3.tar.gz) = 100d74a394531907cba654ff0f29cf7e55f44fd6
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2001/01/04 15:10:58 agc Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2001/04/06 22:21:10 rh Exp $
|
||||
bin/ebrowser
|
||||
bin/gnome-gtkhtml-editor
|
||||
bin/gtkhtml-properties-capplet
|
||||
|
@ -28,18 +28,13 @@ include/gtkhtml/htmlcolorset.h
|
|||
include/gtkhtml/htmlcursor.h
|
||||
include/gtkhtml/htmldrawqueue.h
|
||||
include/gtkhtml/htmlembedded.h
|
||||
include/gtkhtml/htmlengine-cutbuffer.h
|
||||
include/gtkhtml/htmlengine-edit-clueflowstyle.h
|
||||
include/gtkhtml/htmlengine-edit-copy.h
|
||||
include/gtkhtml/htmlengine-edit-cut-and-paste.h
|
||||
include/gtkhtml/htmlengine-edit-cursor.h
|
||||
include/gtkhtml/htmlengine-edit-cut.h
|
||||
include/gtkhtml/htmlengine-edit-delete.h
|
||||
include/gtkhtml/htmlengine-edit-fontstyle.h
|
||||
include/gtkhtml/htmlengine-edit-images.c
|
||||
include/gtkhtml/htmlengine-edit-images.h
|
||||
include/gtkhtml/htmlengine-edit-insert.h
|
||||
include/gtkhtml/htmlengine-edit-movement.h
|
||||
include/gtkhtml/htmlengine-edit-paste.h
|
||||
include/gtkhtml/htmlengine-edit-rule.h
|
||||
include/gtkhtml/htmlengine-edit-selection-updater.h
|
||||
include/gtkhtml/htmlengine-edit-table.h
|
||||
|
@ -61,7 +56,7 @@ include/gtkhtml/htmliframe.h
|
|||
include/gtkhtml/htmlimage.h
|
||||
include/gtkhtml/htmlimageinput.h
|
||||
include/gtkhtml/htmlinterval.h
|
||||
include/gtkhtml/htmllinktextmaster.h
|
||||
include/gtkhtml/htmllinktext.h
|
||||
include/gtkhtml/htmllist.h
|
||||
include/gtkhtml/htmlobject.h
|
||||
include/gtkhtml/htmlpainter.h
|
||||
|
@ -80,8 +75,6 @@ include/gtkhtml/htmltablecell.h
|
|||
include/gtkhtml/htmltext.h
|
||||
include/gtkhtml/htmltextarea.h
|
||||
include/gtkhtml/htmltextinput.h
|
||||
include/gtkhtml/htmltextmaster.c
|
||||
include/gtkhtml/htmltextmaster.h
|
||||
include/gtkhtml/htmltextslave.h
|
||||
include/gtkhtml/htmltokenizer.h
|
||||
include/gtkhtml/htmltype.h
|
||||
|
@ -96,21 +89,30 @@ lib/gtkhtmlConf.sh
|
|||
lib/libgtkhtml.a
|
||||
lib/libgtkhtml.la
|
||||
lib/libgtkhtml.so
|
||||
lib/libgtkhtml.so.6
|
||||
lib/libgtkhtml.so.6.0
|
||||
lib/libgtkhtml.so.8
|
||||
lib/libgtkhtml.so.8.1
|
||||
share/control-center/Documents/gtkhtml-properties.desktop
|
||||
share/gnome/apps/Settings/Documents/gtkhtml-properties.desktop
|
||||
share/gnome/html/gtkhtml.sgml
|
||||
share/gnome/html/gtkhtml.hierarchy
|
||||
share/gnome/html/gtkhtml.types
|
||||
share/gnome/html/gtkhtml-decl.txt
|
||||
share/gnome/html/gtkhtml-sections.txt
|
||||
share/gnome/ui/GNOME_GtkHTML_Editor.xml
|
||||
share/gtkhtml/Editor.idl
|
||||
share/gtkhtml/gtkhtml-capplet.glade
|
||||
share/gtkhtml/keybindingsrc.emacs
|
||||
share/gtkhtml/keybindingsrc.ms
|
||||
share/gtkhtml/keybindingsrc.xemacs
|
||||
share/locale/az/LC_MESSAGES/gtkhtml.mo
|
||||
share/locale/cs/LC_MESSAGES/gtkhtml.mo
|
||||
share/locale/da/LC_MESSAGES/gtkhtml.mo
|
||||
share/locale/el/LC_MESSAGES/gtkhtml.mo
|
||||
share/locale/es/LC_MESSAGES/gtkhtml.mo
|
||||
share/locale/fi/LC_MESSAGES/gtkhtml.mo
|
||||
share/locale/gl/LC_MESSAGES/gtkhtml.mo
|
||||
share/locale/it/LC_MESSAGES/gtkhtml.mo
|
||||
share/locale/sk/LC_MESSAGES/gtkhtml.mo
|
||||
share/locale/ko/LC_MESSAGES/gtkhtml.mo
|
||||
share/locale/pl/LC_MESSAGES/gtkhtml.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/gtkhtml.mo
|
||||
|
@ -126,5 +128,7 @@ share/locale/sl/LC_MESSAGES/gtkhtml.mo
|
|||
share/locale/tr/LC_MESSAGES/gtkhtml.mo
|
||||
share/oaf/GNOME_GtkHTML_EBrowser.oafinfo
|
||||
share/oaf/GNOME_GtkHTML_Editor.oafinfo
|
||||
@exec mkdir -p -m 0755 %D/share/gnome/html/gtkhtml
|
||||
@dirrm share/gnome/html/gtkhtml
|
||||
@dirrm include/gtkhtml
|
||||
@dirrm share/gtkhtml
|
||||
|
|
Loading…
Reference in a new issue