aboutsummaryrefslogtreecommitdiff
path: root/www/gtkhtml3
diff options
context:
space:
mode:
Diffstat (limited to 'www/gtkhtml3')
-rw-r--r--www/gtkhtml3/Makefile38
-rw-r--r--www/gtkhtml3/distinfo1
-rw-r--r--www/gtkhtml3/files/patch-aa11
-rw-r--r--www/gtkhtml3/files/patch-ad7
-rw-r--r--www/gtkhtml3/files/patch-af7
-rw-r--r--www/gtkhtml3/pkg-comment1
-rw-r--r--www/gtkhtml3/pkg-descr5
-rw-r--r--www/gtkhtml3/pkg-plist128
8 files changed, 0 insertions, 198 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile
deleted file mode 100644
index 6b045d0f6e7b..000000000000
--- a/www/gtkhtml3/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: gtkhtml
-# Date created: 2nd June 2000
-# Whom: Ade Lovett <ade@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gtkhtml
-PORTVERSION= 0.8.2
-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 \
- ghttp.1:${PORTSDIR}/www/libghttp \
- wwwzip.1:${PORTSDIR}/www/libwww \
- gconf-1.1:${PORTSDIR}/devel/gconf \
- pspell.4:${PORTSDIR}/textproc/pspell \
- gal.4:${PORTSDIR}/x11-toolkits/gal
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOME= yes
-USE_LIBTOOL= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-
-pre-patch:
- @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
- 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
- s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
-
-.include <bsd.port.mk>
diff --git a/www/gtkhtml3/distinfo b/www/gtkhtml3/distinfo
deleted file mode 100644
index 20554d4fdabd..000000000000
--- a/www/gtkhtml3/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gtkhtml-0.8.2.tar.gz) = 3ade33b17db2eefdfe0e8a2f26effe8b
diff --git a/www/gtkhtml3/files/patch-aa b/www/gtkhtml3/files/patch-aa
deleted file mode 100644
index bc5a4bc0ed29..000000000000
--- a/www/gtkhtml3/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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/gtkhtml3/files/patch-ad b/www/gtkhtml3/files/patch-ad
deleted file mode 100644
index 5ef7772b0a97..000000000000
--- a/www/gtkhtml3/files/patch-ad
+++ /dev/null
@@ -1,7 +0,0 @@
---- src/gtkhtml.c.orig Thu Oct 19 04:04:22 2000
-+++ src/gtkhtml.c Fri Oct 20 10:40:47 2000
-@@ -2625,3 +2625,3 @@
-
-- rcfile = g_strconcat ((from_share ? PREFIX "/share/gtkhtml/" : gnome_util_user_home ()),
-+ rcfile = g_strconcat ((from_share ? PREFIX "/share/gnome/gtkhtml/" : gnome_util_user_home ()),
- (from_share ? "" : "/.gnome/"), name, NULL);
diff --git a/www/gtkhtml3/files/patch-af b/www/gtkhtml3/files/patch-af
deleted file mode 100644
index d7e199bf43cc..000000000000
--- a/www/gtkhtml3/files/patch-af
+++ /dev/null
@@ -1,7 +0,0 @@
---- configure.orig Thu Dec 14 12:54:55 2000
-+++ configure Thu Dec 14 16:34:25 2000
-@@ -3932,3 +3932,3 @@
- BACKUP_LDFLAGS=$LDFLAGS
-- LDFLAGS="$LDFLAGS `gtk-config --libs`"
-+ LDFLAGS="$LDFLAGS `$GTK_CONFIG --libs`"
- echo $ac_n "checking for gdk_im_begin""... $ac_c" 1>&6
diff --git a/www/gtkhtml3/pkg-comment b/www/gtkhtml3/pkg-comment
deleted file mode 100644
index 7dd0e4db6f0c..000000000000
--- a/www/gtkhtml3/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Lightweight HTML rendering/printing/editing engine
diff --git a/www/gtkhtml3/pkg-descr b/www/gtkhtml3/pkg-descr
deleted file mode 100644
index abb1b154d544..000000000000
--- a/www/gtkhtml3/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-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/gtkhtml3/pkg-plist b/www/gtkhtml3/pkg-plist
deleted file mode 100644
index 6243c1958f0f..000000000000
--- a/www/gtkhtml3/pkg-plist
+++ /dev/null
@@ -1,128 +0,0 @@
-bin/ebrowser
-bin/gnome-gtkhtml-editor
-bin/gtkhtml-properties-capplet
-etc/CORBA/servers/html-component.gnorba
-etc/gtkhtmlConf.sh
-include/gtkhtml/gtkhtml-embedded.h
-include/gtkhtml/gtkhtml-enums.h
-include/gtkhtml/gtkhtml-im.h
-include/gtkhtml/gtkhtml-keybinding.h
-include/gtkhtml/gtkhtml-private.h
-include/gtkhtml/gtkhtml-properties.h
-include/gtkhtml/gtkhtml-search.h
-include/gtkhtml/gtkhtml-stream.h
-include/gtkhtml/gtkhtml-types.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/htmlcolor.h
-include/gtkhtml/htmlcolorset.h
-include/gtkhtml/htmlcursor.h
-include/gtkhtml/htmldrawqueue.h
-include/gtkhtml/htmlembedded.h
-include/gtkhtml/htmlengine-edit-clueflowstyle.h
-include/gtkhtml/htmlengine-edit-cut-and-paste.h
-include/gtkhtml/htmlengine-edit-cursor.h
-include/gtkhtml/htmlengine-edit-fontstyle.h
-include/gtkhtml/htmlengine-edit-images.c
-include/gtkhtml/htmlengine-edit-images.h
-include/gtkhtml/htmlengine-edit-movement.h
-include/gtkhtml/htmlengine-edit-rule.h
-include/gtkhtml/htmlengine-edit-selection-updater.h
-include/gtkhtml/htmlengine-edit-table.h
-include/gtkhtml/htmlengine-edit-text.h
-include/gtkhtml/htmlengine-edit.h
-include/gtkhtml/htmlengine-print.h
-include/gtkhtml/htmlengine-save.h
-include/gtkhtml/htmlengine-search.h
-include/gtkhtml/htmlengine.h
-include/gtkhtml/htmlentity.h
-include/gtkhtml/htmlenums.h
-include/gtkhtml/htmlenumutils.h
-include/gtkhtml/htmlfontmanager.h
-include/gtkhtml/htmlform.h
-include/gtkhtml/htmlgdkpainter.h
-include/gtkhtml/htmlhidden.h
-include/gtkhtml/htmlhspace.h
-include/gtkhtml/htmliframe.h
-include/gtkhtml/htmlimage.h
-include/gtkhtml/htmlimageinput.h
-include/gtkhtml/htmlinterval.h
-include/gtkhtml/htmllinktext.h
-include/gtkhtml/htmllist.h
-include/gtkhtml/htmlobject.h
-include/gtkhtml/htmlpainter.h
-include/gtkhtml/htmlprinter.h
-include/gtkhtml/htmlradio.h
-include/gtkhtml/htmlreplace.h
-include/gtkhtml/htmlrule.h
-include/gtkhtml/htmlsearch.h
-include/gtkhtml/htmlselect.h
-include/gtkhtml/htmlselection.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/htmltextslave.h
-include/gtkhtml/htmltokenizer.h
-include/gtkhtml/htmltype.h
-include/gtkhtml/htmltypes.h
-include/gtkhtml/htmlundo-action.h
-include/gtkhtml/htmlundo.h
-include/gtkhtml/htmlvspace.h
-lib/bonobo/plugin/libstorage_http.so
-lib/libgtkhtml.a
-lib/libgtkhtml.so
-lib/libgtkhtml.so.8
-share/gnome/apps/Settings/Documents/gtkhtml-properties.desktop
-share/gnome/control-center/Documents/gtkhtml-properties.desktop
-share/gnome/gtkhtml/Editor.idl
-share/gnome/gtkhtml/gtkhtml-capplet.glade
-share/gnome/gtkhtml/keybindingsrc.emacs
-share/gnome/gtkhtml/keybindingsrc.ms
-share/gnome/gtkhtml/keybindingsrc.xemacs
-share/gnome/html/gtkhtml-decl.txt
-share/gnome/html/gtkhtml-sections.txt
-share/gnome/html/gtkhtml.hierarchy
-share/gnome/html/gtkhtml.sgml
-share/gnome/html/gtkhtml.types
-share/gnome/oaf/GNOME_GtkHTML_EBrowser.oafinfo
-share/gnome/oaf/GNOME_GtkHTML_Editor.oafinfo
-share/gnome/ui/GNOME_GtkHTML_Editor.xml
-share/locale/az/LC_MESSAGES/gtkhtml.mo
-share/locale/cs/LC_MESSAGES/gtkhtml.mo
-share/locale/da/LC_MESSAGES/gtkhtml.mo
-share/locale/de/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/fr/LC_MESSAGES/gtkhtml.mo
-share/locale/gl/LC_MESSAGES/gtkhtml.mo
-share/locale/it/LC_MESSAGES/gtkhtml.mo
-share/locale/ja/LC_MESSAGES/gtkhtml.mo
-share/locale/ko/LC_MESSAGES/gtkhtml.mo
-share/locale/nl/LC_MESSAGES/gtkhtml.mo
-share/locale/no/LC_MESSAGES/gtkhtml.mo
-share/locale/pl/LC_MESSAGES/gtkhtml.mo
-share/locale/pt_BR/LC_MESSAGES/gtkhtml.mo
-share/locale/ru/LC_MESSAGES/gtkhtml.mo
-share/locale/sk/LC_MESSAGES/gtkhtml.mo
-share/locale/sl/LC_MESSAGES/gtkhtml.mo
-share/locale/sv/LC_MESSAGES/gtkhtml.mo
-share/locale/tr/LC_MESSAGES/gtkhtml.mo
-share/locale/uk/LC_MESSAGES/gtkhtml.mo
-@dirrm share/gnome/html/gtkhtml
-@dirrm share/gnome/gtkhtml
-@dirrm include/gtkhtml