diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-06-09 16:38:10 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-06-09 16:38:10 +0000 |
commit | 2d3138d27db16a22a2da07d84c868b9c3c53228e (patch) | |
tree | a1e8061c87923fae7278424118dab5bd716bec79 /www/libgtkhtml | |
parent | ac36cb884f92b32edbabb83e6993c1cd228cc62e (diff) | |
download | ports-2d3138d27db16a22a2da07d84c868b9c3c53228e.tar.gz ports-2d3138d27db16a22a2da07d84c868b9c3c53228e.zip |
Add GtkHTML, a GTK/GNOME lightweight HTML rendering, printing,
and editing engine.
Note that this requires the zlib functionality just added to www/libwww.
Notes
Notes:
svn path=/head/; revision=29451
Diffstat (limited to 'www/libgtkhtml')
-rw-r--r-- | www/libgtkhtml/Makefile | 32 | ||||
-rw-r--r-- | www/libgtkhtml/distinfo | 1 | ||||
-rw-r--r-- | www/libgtkhtml/files/patch-aa | 11 | ||||
-rw-r--r-- | www/libgtkhtml/pkg-comment | 1 | ||||
-rw-r--r-- | www/libgtkhtml/pkg-descr | 5 | ||||
-rw-r--r-- | www/libgtkhtml/pkg-plist | 83 |
6 files changed, 133 insertions, 0 deletions
diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile new file mode 100644 index 000000000000..a5ca55d100a0 --- /dev/null +++ b/www/libgtkhtml/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: gtkhtml +# Date created: 2nd June 2000 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gtkhtml +PORTVERSION= 0.4 +CATEGORIES= www gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= unstable/sources/gtkhtml + +MAINTAINER= ade@FreeBSD.org + +LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \ + wwwzip.1:${PORTSDIR}/www/libwww + +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + GLIB_CONFIG="${GLIB_CONFIG}" \ + GTK_CONFIG="${GTK_CONFIG}" \ + LIBS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/www/libgtkhtml/distinfo b/www/libgtkhtml/distinfo new file mode 100644 index 000000000000..df33240cf453 --- /dev/null +++ b/www/libgtkhtml/distinfo @@ -0,0 +1 @@ +MD5 (gtkhtml-0.4.tar.gz) = 391adb93f7dc4ecc5bbd677c597e9347 diff --git a/www/libgtkhtml/files/patch-aa b/www/libgtkhtml/files/patch-aa new file mode 100644 index 000000000000..bc5a4bc0ed29 --- /dev/null +++ b/www/libgtkhtml/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.orig Fri Jun 2 09:18:22 2000 ++++ Makefile.in Fri Jun 2 14:04:24 2000 +@@ -107,7 +107,7 @@ + @BONOBO_TRUE@DIR_COMPONENTS = components + @BONOBO_FALSE@DIR_COMPONENTS = + +-confexecdir = $(libdir) ++confexecdir = $(sysconfdir) + confexec_DATA = gtkhtmlConf.sh + + EXTRA_DIST = html-component.gnorba gtkhtmlConf.sh.in gtkhtml.spec.in gtkhtml.spec diff --git a/www/libgtkhtml/pkg-comment b/www/libgtkhtml/pkg-comment new file mode 100644 index 000000000000..7dd0e4db6f0c --- /dev/null +++ b/www/libgtkhtml/pkg-comment @@ -0,0 +1 @@ +Lightweight HTML rendering/printing/editing engine diff --git a/www/libgtkhtml/pkg-descr b/www/libgtkhtml/pkg-descr new file mode 100644 index 000000000000..abb1b154d544 --- /dev/null +++ b/www/libgtkhtml/pkg-descr @@ -0,0 +1,5 @@ +This is GtkHTML, a lightweight HTML rendering/printing/editing engine. +It was originally based on KHTMLW, but is now being developed +independently. + +WWW: http://www.gnome.org/ diff --git a/www/libgtkhtml/pkg-plist b/www/libgtkhtml/pkg-plist new file mode 100644 index 000000000000..418ddb6b12ae --- /dev/null +++ b/www/libgtkhtml/pkg-plist @@ -0,0 +1,83 @@ +bin/html-editor-control +etc/CORBA/servers/html-component.gnorba +etc/gtkhtmlConf.sh +include/gtkhtml/gtkhtml-embedded.h +include/gtkhtml/gtkhtml-keybinding.h +include/gtkhtml/gtkhtml-private.h +include/gtkhtml/gtkhtml-stream.h +include/gtkhtml/gtkhtml.h +include/gtkhtml/gtkhtmldebug.h +include/gtkhtml/gtkhtmlfontstyle.h +include/gtkhtml/htmlanchor.h +include/gtkhtml/htmlbutton.h +include/gtkhtml/htmlcheckbox.h +include/gtkhtml/htmlclue.h +include/gtkhtml/htmlcluealigned.h +include/gtkhtml/htmlclueflow.h +include/gtkhtml/htmlclueh.h +include/gtkhtml/htmlcluev.h +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-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-selection-updater.h +include/gtkhtml/htmlengine-edit.h +include/gtkhtml/htmlengine-print.h +include/gtkhtml/htmlengine-save.h +include/gtkhtml/htmlengine.h +include/gtkhtml/htmlentity.h +include/gtkhtml/htmlform.h +include/gtkhtml/htmlgdkfontmanager.h +include/gtkhtml/htmlgdkpainter.h +include/gtkhtml/htmlhidden.h +include/gtkhtml/htmliframe.h +include/gtkhtml/htmlimage.h +include/gtkhtml/htmlimageinput.h +include/gtkhtml/htmllinktext.h +include/gtkhtml/htmllinktextmaster.h +include/gtkhtml/htmllist.h +include/gtkhtml/htmlobject.h +include/gtkhtml/htmlpainter.h +include/gtkhtml/htmlprinter.h +include/gtkhtml/htmlprintfontmanager.h +include/gtkhtml/htmlradio.h +include/gtkhtml/htmlreplace.h +include/gtkhtml/htmlrule.h +include/gtkhtml/htmlsearch.h +include/gtkhtml/htmlselect.h +include/gtkhtml/htmlsettings.h +include/gtkhtml/htmlstack.h +include/gtkhtml/htmlstringtokenizer.h +include/gtkhtml/htmltable.h +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 +include/gtkhtml/htmlundo-action.h +include/gtkhtml/htmlundo.h +include/gtkhtml/htmlurl.h +include/gtkhtml/htmlvspace.h +lib/libgtkhtml.a +lib/libgtkhtml.so +lib/libgtkhtml.so.2 +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +share/gnome/oaf/html-editor-control.oafinfo +@dirrm include/gtkhtml |