summaryrefslogtreecommitdiff
path: root/www/gtkhtml/Makefile
diff options
context:
space:
mode:
authorrh <rh>2001-08-11 18:35:44 +0000
committerrh <rh>2001-08-11 18:35:44 +0000
commit054a7746ab7c339547b53b2c5b8eb95ed2d821bf (patch)
tree0dbaab5fbbb001ebf6238e0f83d1e233aed72614 /www/gtkhtml/Makefile
parent80ddc21da43f0710c4adf5bc5ec732dbe9a158a4 (diff)
downloadpkgsrc-054a7746ab7c339547b53b2c5b8eb95ed2d821bf.tar.gz
Update gtkhtml to 0.11.1
Notable 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/Makefile37
1 files changed, 19 insertions, 18 deletions
diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile
index 3144984fd7a..b5e7e80e019 100644
--- a/www/gtkhtml/Makefile
+++ b/www/gtkhtml/Makefile
@@ -1,26 +1,27 @@
-# $NetBSD: Makefile,v 1.7 2001/06/11 06:34:54 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2001/08/11 18:35:44 rh Exp $
#
-DISTNAME= gtkhtml-0.8.3
-CATEGORIES= www gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gtkhtml/}
+DISTNAME= gtkhtml-0.11.1
+CATEGORIES= www gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gtkhtml/}
-MAINTAINER= rh@netbsd.org
-HOMEPAGE= http://www.gnome.org/
-COMMENT= lightweight HTML rendering/printing/editing engine
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://www.gnome.org/
+COMMENT= lightweight HTML rendering/printing/editing engine
-DEPENDS+= gal>=0.5nb1:../../devel/gal
-DEPENDS+= glibwww-*:../../www/glibwww
-DEPENDS+= bonobo>=0.37:../../devel/bonobo
-DEPENDS+= control-center>=1.4.0:../../x11/controlcenter
-DEPENDS+= gnome-print>=0.28:../../print/gnome-print
-DEPENDS+= libghttp>=1.0:../../www/libghttp
+DEPENDS+= gal>=0.5nb1:../../devel/gal
+DEPENDS+= glibwww-*:../../www/glibwww
+DEPENDS+= bonobo>=0.37:../../devel/bonobo
+DEPENDS+= {control-center,libcapplet}>=1.4.0:../../x11/controlcenter
+DEPENDS+= gnome-print>=0.28:../../print/gnome-print
+DEPENDS+= libghttp>=1.0:../../www/libghttp
-GNU_CONFIGURE= YES
-USE_X11BASE= YES
-USE_LIBTOOL= YES
+GNU_CONFIGURE= YES
+USE_X11BASE= YES
+USE_LIBTOOL= YES
+USE_GMAKE= YES
-LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
-CPPFLAGS+= -I${LOCALBASE}/include
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+CPPFLAGS+= -I${LOCALBASE}/include
.include "../../mk/bsd.pkg.mk"