summaryrefslogtreecommitdiffstats
path: root/www/webkit-gtk2
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-12 01:51:34 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-12 01:51:34 +0800
commit2f836c64a2940e1460834c4085ba6d418001bf17 (patch)
tree81909a3bce2caf57600151b32c8dcb1e7735c28c /www/webkit-gtk2
parent262752d178a4a70c9cd941f23ee5052d0e8968d9 (diff)
downloadmarcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.gz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.zst
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.zip
Remove these ports now that they have been merged into the FreeBSD ports
tree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11869 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/webkit-gtk2')
-rw-r--r--www/webkit-gtk2/Makefile72
-rw-r--r--www/webkit-gtk2/distinfo3
-rw-r--r--www/webkit-gtk2/files/patch-WebKit_gtk_webkit.pc.in8
-rw-r--r--www/webkit-gtk2/files/patch-Webcore_plugins_PluginDatabase.cpp10
-rw-r--r--www/webkit-gtk2/files/patch-cairo31
-rw-r--r--www/webkit-gtk2/pkg-descr5
-rw-r--r--www/webkit-gtk2/pkg-plist28
7 files changed, 0 insertions, 157 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile
deleted file mode 100644
index 18baf8812..000000000
--- a/www/webkit-gtk2/Makefile
+++ /dev/null
@@ -1,72 +0,0 @@
-# New ports collection makefile for: webkit
-# Date created: 2007-10-21
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/www/webkit-gtk2/Makefile,v 1.22 2008/08/21 21:53:00 mezz Exp $
-#
-
-PORTNAME= webkit
-PORTVERSION= 1.0.1
-PORTREVISION= 4
-CATEGORIES= www
-MASTER_SITES= http://people.freedesktop.org/~alp/webkit/gtk/
-PKGNAMESUFFIX= -gtk2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= An opensource browser engine
-
-LIB_DEPENDS= icutu.38:${PORTSDIR}/devel/icu \
- curl.4:${PORTSDIR}/ftp/curl \
- sqlite3.8:${PORTSDIR}/databases/sqlite3
-
-WANT_GSTREAMER= yes
-USE_XORG= xt
-USE_BISON= build
-USE_GMAKE= yes
-USE_GNOME= gtk20 libxslt
-USE_PERL5= yes
-USE_LDCONFIG= yes
-USE_AUTOTOOLS= autoconf:262 automake:110 libtool:15
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --with-webkit-target=x11 \
- --enable-icon-database \
- --enable-svg \
- --enable-svg-fonts \
- --enable-svg-experimental
-MAKEFILE= GNUmakefile
-
-BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk2
-#_BROWSER_PLUGINS_DIR= ${BROWSER_PLUGINS_DIR:S|^/|"|:S|/|", "|g}",
-
-OPTIONS= VIDEO "Enable video support" on
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_VIDEO)
-USE_GSTREAMER+= gnomevfs
-CONFIGURE_ARGS+=--enable-video
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \
- ${WRKSRC}/WebCore/plugins/PluginDatabase.cpp
- @${REINPLACE_CMD} -e 's|autoconf|${AUTOCONF}|g ; \
- s|automake|${AUTOMAKE}|g ; s|aclocal|${ACLOCAL}|g ; \
- s|autoheader|${AUTOHEADER}|g ; \
- s|LIBTOOLIZE=libtoolize|LIBTOOLIZE=${LIBTOOLIZE}|g ; \
- s|$$srcdir/configure|#$$srcdir/configure|g' \
- ${WRKSRC}/autogen.sh
- @${FIND} ${WRKSRC} -name GNUmakefile.am | ${XARGS} ${REINPLACE_CMD} -e \
- 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
-
-pre-configure:
- @(cd ${WRKSRC} && ${SH} autogen.sh)
-
-post-install:
-# Install compat pkg-config file so we don't have to patch ports
- ${CP} ${PREFIX}/libdata/pkgconfig/webkit-1.0.pc \
- ${PREFIX}/libdata/pkgconfig/WebKitGtk.pc
-
-.include <bsd.port.post.mk>
diff --git a/www/webkit-gtk2/distinfo b/www/webkit-gtk2/distinfo
deleted file mode 100644
index b36c0f022..000000000
--- a/www/webkit-gtk2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (webkit-1.0.1.tar.gz) = 4de68a5773998bea14e8939aa341c466
-SHA256 (webkit-1.0.1.tar.gz) = 9601ed57978e7f1221f770c24933d2037fdb93e4b412716d842b993507f0b856
-SIZE (webkit-1.0.1.tar.gz) = 13418752
diff --git a/www/webkit-gtk2/files/patch-WebKit_gtk_webkit.pc.in b/www/webkit-gtk2/files/patch-WebKit_gtk_webkit.pc.in
deleted file mode 100644
index 006b49709..000000000
--- a/www/webkit-gtk2/files/patch-WebKit_gtk_webkit.pc.in
+++ /dev/null
@@ -1,8 +0,0 @@
---- WebKit/gtk/webkit.pc.in.orig 2008-04-01 14:46:09.251210738 -0400
-+++ WebKit/gtk/webkit.pc.in 2008-04-01 14:46:21.218068816 -0400
-@@ -8,4 +8,4 @@
- Version: @VERSION@
- Requires: gtk+-2.0
- Libs: -L${libdir} -lwebkit-1.0
--Cflags: -I${includedir}/webkit-1.0
-+Cflags: -I${includedir}/webkit-1.0 -I${includedir}/webkit-1.0/webkit
diff --git a/www/webkit-gtk2/files/patch-Webcore_plugins_PluginDatabase.cpp b/www/webkit-gtk2/files/patch-Webcore_plugins_PluginDatabase.cpp
deleted file mode 100644
index ed0a5895f..000000000
--- a/www/webkit-gtk2/files/patch-Webcore_plugins_PluginDatabase.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- WebCore/plugins/PluginDatabase.cpp.orig 2008-05-26 01:03:07.236973838 -0700
-+++ WebCore/plugins/PluginDatabase.cpp 2008-05-26 01:03:52.356436787 -0700
-@@ -281,6 +281,7 @@
- userPluginPath.append(String("/.netscape/plugins"));
- paths.append(userPluginPath);
-
-+ paths.append("%%BROWSER_PLUGINS%%");
- paths.append("/usr/lib/browser/plugins");
- paths.append("/usr/local/lib/mozilla/plugins");
- paths.append("/usr/lib/firefox/plugins");
diff --git a/www/webkit-gtk2/files/patch-cairo b/www/webkit-gtk2/files/patch-cairo
deleted file mode 100644
index 4bba0cc2a..000000000
--- a/www/webkit-gtk2/files/patch-cairo
+++ /dev/null
@@ -1,31 +0,0 @@
---- WebCore/platform/graphics/BitmapImage.cpp
-+++ WebCore/platform/graphics/BitmapImage.cpp
-@@ -203,7 +203,7 @@ float BitmapImage::frameDurationAtIndex(size_t index)
- bool BitmapImage::frameHasAlphaAtIndex(size_t index)
- {
- if (index >= frameCount())
-- return 0;
-+ return true;
-
- if (index >= m_frames.size() || !m_frames[index].m_frame)
- cacheFrame(index);
---- WebCore/platform/graphics/cairo/ImageCairo.cpp
-+++ WebCore/platform/graphics/cairo/ImageCairo.cpp
-@@ -76,6 +76,7 @@ BitmapImage::BitmapImage(cairo_surface_t* surface, ImageObserver* observer)
-
- m_frames.grow(1);
- m_frames[0].m_frame = surface;
-+ m_frames[0].m_hasAlpha = cairo_surface_get_content(surface) != CAIRO_CONTENT_COLOR;
- checkForSolidColor();
- }
-
---- WebCore/platform/graphics/cg/ImageCG.cpp
-+++ WebCore/platform/graphics/cg/ImageCG.cpp
-@@ -87,6 +87,7 @@ BitmapImage::BitmapImage(CGImageRef cgImage, ImageObserver* observer)
-
- m_frames.grow(1);
- m_frames[0].m_frame = cgImage;
-+ m_frames[0].m_hasAlpha = true;
- checkForSolidColor();
- }
-
diff --git a/www/webkit-gtk2/pkg-descr b/www/webkit-gtk2/pkg-descr
deleted file mode 100644
index 40ef1e3ef..000000000
--- a/www/webkit-gtk2/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-WebKit is an open source web browser engine. It is able to display content
-such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest,
-XSLT, CSS, Javascript/ECMAscript and more.
-
-WWW: http://webkit.org/
diff --git a/www/webkit-gtk2/pkg-plist b/www/webkit-gtk2/pkg-plist
deleted file mode 100644
index 85d72c47f..000000000
--- a/www/webkit-gtk2/pkg-plist
+++ /dev/null
@@ -1,28 +0,0 @@
-bin/jsc
-include/webkit-1.0/JavaScriptCore/JSBase.h
-include/webkit-1.0/JavaScriptCore/JSContextRef.h
-include/webkit-1.0/JavaScriptCore/JSObjectRef.h
-include/webkit-1.0/JavaScriptCore/JSStringRef.h
-include/webkit-1.0/JavaScriptCore/JSStringRefBSTR.h
-include/webkit-1.0/JavaScriptCore/JSStringRefCF.h
-include/webkit-1.0/JavaScriptCore/JSValueRef.h
-include/webkit-1.0/JavaScriptCore/JavaScript.h
-include/webkit-1.0/JavaScriptCore/JavaScriptCore.h
-include/webkit-1.0/webkit/webkit.h
-include/webkit-1.0/webkit/webkitdefines.h
-include/webkit-1.0/webkit/webkitnetworkrequest.h
-include/webkit-1.0/webkit/webkitversion.h
-include/webkit-1.0/webkit/webkitwebbackforwardlist.h
-include/webkit-1.0/webkit/webkitwebframe.h
-include/webkit-1.0/webkit/webkitwebhistoryitem.h
-include/webkit-1.0/webkit/webkitwebsettings.h
-include/webkit-1.0/webkit/webkitwebview.h
-lib/libwebkit-1.0.a
-lib/libwebkit-1.0.la
-lib/libwebkit-1.0.so
-lib/libwebkit-1.0.so.1
-libdata/pkgconfig/WebKitGtk.pc
-libdata/pkgconfig/webkit-1.0.pc
-@dirrm include/webkit-1.0/webkit
-@dirrm include/webkit-1.0/JavaScriptCore
-@dirrm include/webkit-1.0