diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-19 20:44:51 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-19 20:44:51 +0800 |
commit | ff85d5e2a3bf18213b74759d1c8c49525f4f892e (patch) | |
tree | 7f57f622938b0296aea309c1aeabcebc970ce318 /www | |
parent | 5f1a5e92e5febfe34bea4ebd2ea781354c5a1e8a (diff) | |
download | marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.gz marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.zst marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.zip |
Remove webkit-gtk2. Use the version in FreeBSD ports instead of 1.3.3.
When I did this port it looked like this would be the new stable version.
That is until GNOME 3 got delayed.
If your webkit-gtk2 port is 1.3.3 you will need to run
"portmaster -r webkit-gtk-1" after updating.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14597 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
53 files changed, 0 insertions, 1675 deletions
diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile deleted file mode 100644 index 53429d13b..000000000 --- a/www/kazehakase/Makefile +++ /dev/null @@ -1,91 +0,0 @@ -# New ports collection makefile for: kazehakase -# Date created: 2004-04-06 -# Whom: michael johnson <ahze@ahze.net> -# -# $FreeBSD: ports/www/kazehakase/Makefile,v 1.77 2010/05/31 02:01:26 ade Exp $ -# $MCom: ports/www/kazehakase/Makefile,v 1.26 2009/10/22 22:10:49 kwm Exp $ -# - -PORTNAME= kazehakase -PORTVERSION= 0.5.8 -PORTREVISION= 4 -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR= ${PORTNAME}/43802 - -MAINTAINER= ahze@FreeBSD.org -COMMENT= Kazehakase is a browser with gecko engine like Epiphany or Galeon - -LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls \ - estraier.8:${PORTSDIR}/textproc/hyperestraier - -USE_GNOME= gnomehack intlhack gnomeprefix gtk20 -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GECKO= libxul seamonkey -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gecko_engine=${GECKO} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} \ - -I${LOCALBASE}/include/nspr" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -MAN1= kazehakase.1 -OPTIONS= WEBKIT "Webkit Backend (along with Gecko)" On - -.if defined(WITH_MIGEMO) -USE_RUBY= yes -BUILD_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv -RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv -.endif - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -BROKEN= does not build on 6.x -.endif - -.if defined(WITH_WEBKIT) -LIB_DEPENDS+= webkitgtk-1.0.13:${PORTSDIR}/www/webkit-gtk2 -PLIST_SUB+= WEBKIT="" -.else -PLIST_SUB+= WEBKIT="@comment " -.endif - -.if defined(WITH_THUMBNAIL) || exists(${LOCALBASE}/bin/gs) -USE_GHOSTSCRIPT=yes -.endif - -.if defined(WITH_MIGEMO) -.if ${ARCH} == "i386" || ${ARCH} == "sparc64" -RUN_DEPENDS+= migemo:${PORTSDIR}/japanese/migemo - -CONFIGURE_ARGS+= --enable-migemo -.endif -.endif - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "Enable Migemo (Japanese incremental search) by defining WITH_MIGEMO" - @${ECHO_MSG} "" - @${ECHO_MSG} "Enable Thumbnail support by defining WITH_THUMBNAIL" - @${ECHO_MSG} "" - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/share/migemo|${LOCALBASE}/share/migemo|; \ - s|=beginner|=medium|' ${WRKSRC}/etc/kzrc -.if defined(WITH_MIGEMO) - @${REINPLACE_CMD} -e 's|migemo=fals|migemo=tru|' ${WRKSRC}/etc/kzrc -.endif -.if defined(WITH_THUMBNAIL) - @${ECHO_MSG} "create_thumbnail=true" >> ${WRKSRC}/etc/kzrc -.endif - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-D.*_DISABLE_DEPRECATED=1||g' - @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ - ${WRKSRC}/configure - -pre-install: - @${REINPLACE_CMD} -e 's|localen|locale|' \ - ${WRKSRC}/po/Makefile - -.include <bsd.port.post.mk> diff --git a/www/kazehakase/distinfo b/www/kazehakase/distinfo deleted file mode 100644 index eded3d9e8..000000000 --- a/www/kazehakase/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (kazehakase-0.5.8.tar.gz) = 22d831982ebe010338907381caee8fdf -SHA256 (kazehakase-0.5.8.tar.gz) = 1d461c56b3df86544d123d2a15484a156a6053c4fe2884d773a987d450406943 -SIZE (kazehakase-0.5.8.tar.gz) = 1433099 diff --git a/www/kazehakase/files/patch-configure b/www/kazehakase/files/patch-configure deleted file mode 100644 index 9a617da0c..000000000 --- a/www/kazehakase/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Mon May 29 10:03:44 2006 -+++ configure Mon May 29 10:03:54 2006 -@@ -976,7 +976,7 @@ - psdir='${docdir}' - libdir='${exec_prefix}/lib' - localedir='${datarootdir}/locale' --mandir='${datarootdir}/man' -+mandir='${prefix}/man' - - ac_prev= - ac_dashdash= diff --git a/www/kazehakase/files/patch-etc::bookmarkbar.xml b/www/kazehakase/files/patch-etc::bookmarkbar.xml deleted file mode 100644 index 3609035d6..000000000 --- a/www/kazehakase/files/patch-etc::bookmarkbar.xml +++ /dev/null @@ -1,23 +0,0 @@ ---- etc/bookmarkbar.xml.orig Thu Oct 28 19:38:33 2004 -+++ etc/bookmarkbar.xml Thu Oct 28 19:39:48 2004 -@@ -10,6 +10,20 @@ - </bookmark> - <separator/> - <folder> -+ <title>FreeBSD News</title> -+ <info> -+ <metadata owner="http://kazehakase.sourceforge.jp/" kz:location="http://www.freebsd.org/news/news.rdf"> -+ </metadata> -+ </info> -+ </folder> -+ <folder> -+ <title>FreshPorts</title> -+ <info> -+ <metadata owner="http://kazehakase.sourceforge.jp/" kz:location="http://www.freshports.org/backend/rss2.0.php"> -+ </metadata> -+ </info> -+ </folder> -+ <folder> - <title>Yahoo!News</title> - <info> - <metadata owner="http://kazehakase.sourceforge.jp/" kz:location="http://rss.news.yahoo.com/rss/topstories"> diff --git a/www/kazehakase/files/patch-src_net_kz-http.c b/www/kazehakase/files/patch-src_net_kz-http.c deleted file mode 100644 index deb8e918b..000000000 --- a/www/kazehakase/files/patch-src_net_kz-http.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/net/kz-http.c.orig 2009-09-04 00:46:36.000000000 +0200 -+++ src/net/kz-http.c 2009-09-04 00:46:49.000000000 +0200 -@@ -25,7 +25,7 @@ - # include "config.h" - #endif /* HAVE_CONFIG_H */ - --#include <features.h> -+//#include <features.h> - #define __USE_XOPEN - #include <time.h> - #include "gnet.h" diff --git a/www/kazehakase/pkg-descr b/www/kazehakase/pkg-descr deleted file mode 100644 index 238ff04cc..000000000 --- a/www/kazehakase/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Kazehakase is a browser with gecko engine like Epiphany or Galeon. - -Main features: - - o Tabbed browsing - o Remote bookmark (e.g. RSS) in menu or sidebar - It is able to update periodically - o In Japan, there are other remote bookmarks, for instance, LIRS - (In Japanese), hina-di (In Japanese) , Kazehakase can handle these ones. - o Variable UI (menus, toolbar etc.) on user level - o Customizable mouse gestures - o Customizable key accelerator - -WWW: http://kazehakase.sourceforge.jp/ diff --git a/www/kazehakase/pkg-plist b/www/kazehakase/pkg-plist deleted file mode 100644 index d27231a95..000000000 --- a/www/kazehakase/pkg-plist +++ /dev/null @@ -1,84 +0,0 @@ -bin/kazehakase -bin/kz-embed-process -etc/kazehakase/bookmarkbar.xml -etc/kazehakase/bookmarks.xml -etc/kazehakase/kz-ui-beginner.xml -etc/kazehakase/kz-ui-bookmarks.xml -etc/kazehakase/kz-ui-expert.xml -etc/kazehakase/kz-ui-medium.xml -etc/kazehakase/kzrc -etc/kazehakase/mozilla/encodings.xml -etc/kazehakase/proxyrc -etc/kazehakase/smartbookmarks.xml -lib/kazehakase/libkazehakase.la -lib/kazehakase/libkazehakase.so -lib/kazehakase/libkazehakase.so.1 -lib/kazehakase/embed/gecko.la -lib/kazehakase/embed/gecko.so -lib/kazehakase/embed/per_process.la -lib/kazehakase/embed/per_process.so -%%WEBKIT%%lib/kazehakase/embed/webkit_gtk.la -%%WEBKIT%%lib/kazehakase/embed/webkit_gtk.so -lib/kazehakase/search/hyper-estraier.la -lib/kazehakase/search/hyper-estraier.so -share/applications/kazehakase.desktop -share/kazehakase/icons/autoscroll.xpm -share/kazehakase/icons/kz-anchor.png -share/kazehakase/icons/kz-book-search.png -share/kazehakase/icons/kz-bookmark.png -share/kazehakase/icons/kz-closebackward.png -share/kazehakase/icons/kz-closeforward.png -share/kazehakase/icons/kz-closewindow.png -share/kazehakase/icons/kz-copyimagelocation.png -share/kazehakase/icons/kz-copyurl.png -share/kazehakase/icons/kz-epiphany.png -share/kazehakase/icons/kz-firefox.png -share/kazehakase/icons/kz-folder-open.png -share/kazehakase/icons/kz-folder-search.png -share/kazehakase/icons/kz-folder.png -share/kazehakase/icons/kz-font-decrease.png -share/kazehakase/icons/kz-font-increase.png -share/kazehakase/icons/kz-galeon.png -share/kazehakase/icons/kz-google.png -share/kazehakase/icons/kz-gray.png -share/kazehakase/icons/kz-green.png -share/kazehakase/icons/kz-history.png -share/kazehakase/icons/kz-konqueror.png -share/kazehakase/icons/kz-logo-bg.png -share/kazehakase/icons/kz-logo.png -share/kazehakase/icons/kz-mozilla.png -share/kazehakase/icons/kz-netscape.png -share/kazehakase/icons/kz-newwindow.png -share/kazehakase/icons/kz-openimagewindow.png -share/kazehakase/icons/kz-openlinkwindow.png -share/kazehakase/icons/kz-openselectedlink.png -share/kazehakase/icons/kz-red.png -share/kazehakase/icons/kz-remote-bookmark.png -share/kazehakase/icons/kz-rss-feed.png -share/kazehakase/icons/kz-savelink.png -share/kazehakase/icons/kz-scrap-bookmark.png -share/kazehakase/icons/kz-search.png -share/kazehakase/icons/kz-separator.png -share/kazehakase/icons/kz-smart-bookmark.png -share/kazehakase/icons/kz-tab-next.png -share/kazehakase/icons/kz-tab-prev.png -share/kazehakase/icons/kz-view-source.png -share/kazehakase/icons/kz-yellow.png -share/kazehakase/kz-no-thumbnail.png -share/kazehakase/search-result.css -share/kazehakase/search-result.js -share/pixmaps/kazehakase-icon.png -share/locale/cs/LC_MESSAGES/kazehakase.mo -share/locale/de/LC_MESSAGES/kazehakase.mo -share/locale/fr/LC_MESSAGES/kazehakase.mo -share/locale/ja/LC_MESSAGES/kazehakase.mo -share/locale/nl/LC_MESSAGES/kazehakase.mo -share/locale/ru/LC_MESSAGES/kazehakase.mo -@dirrm share/kazehakase/icons -@dirrm share/kazehakase -@dirrm lib/kazehakase/search -@dirrm lib/kazehakase/embed -@dirrm lib/kazehakase -@dirrm etc/kazehakase/mozilla -@dirrm etc/kazehakase -@dirrmtry share/applications diff --git a/www/midori/Makefile b/www/midori/Makefile deleted file mode 100644 index d0ff32ef2..000000000 --- a/www/midori/Makefile +++ /dev/null @@ -1,85 +0,0 @@ -# New ports collection makefile for: midori -# Date created: 2007-10-21 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD: ports/www/midori/Makefile,v 1.17 2010/05/31 02:01:28 ade Exp $ -# $MCom: ports/www/midori/Makefile,v 1.21 2010/04/05 21:56:26 kwm Exp $ -# - -PORTNAME= midori -PORTVERSION= 0.2.6 -PORTREVISION= 3 -CATEGORIES= www xfce -MASTER_SITES= http://archive.xfce.org/src/apps/${PORTNAME}/${PORTVERSION:R}/ -DIST_SUBDIR= xfce4 - -MAINTAINER= ahze@FreeBSD.org -COMMENT= Lightweight web browser using WebKit browser engine - -LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 \ - notify.1:${PORTSDIR}/devel/libnotify \ - vala.0:${PORTSDIR}/lang/vala -BUILD_DEPENDS= rsvg-convert:${PORTSDIR}/graphics/librsvg2 - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--disable-unique \ - --disable-libidn \ - --enable-sqlite \ - --enable-libnotify \ - --enable-addons \ - --jobs=${MAKE_JOBS_NUMBER} - -MAKE_JOBS_SAFE= yes -HAS_CONFIGURE= yes -USE_PYTHON_BUILD= yes -USE_BZIP2= yes -USE_GNOME= glib20 gtk20 intltool libxml2 pkgconfig -USE_XORG= xscrnsaver -INSTALLS_ICONS= yes -USE_LDCONFIG= yes - -OPTIONS= NLS "Enable Native Language support" on \ - USERDOCS "Build user documentation" off \ - APIDOCS "Build api documentation" off - -.include <bsd.port.pre.mk> - -# WAF needs that -CONFIGURE_ENV+= CC="${CC}" - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.if defined(WITH_USERDOCS) -BUILD_DEPENDS+=rst2html:${PORTSDIR}/textproc/py-docutils -CONFIGURE_ARGS+=--enable-userdocs -PLIST_SUB+= USERDOCS="" -.else -CONFIGURE_ARGS+=--disable-userdocs -PLIST_SUB+= USERDOCS="@comment " -.endif - -.if defined(WITH_APIDOCS) -BUILD_DEPENDS+= gtkdoc-scan:${PORTSDIR}/textproc/gtk-doc -CONFIGURE_ARGS+=--enable-apidocs -PLIST_SUB+= APIDOCS="" -.else -CONFIGURE_ARGS+=--disable-apidocs -PLIST_SUB+= APIDOCS="@comment " -.endif - -post-install: -.if defined(WITH_APIDOCS) - ${MKDIR} ${DOCSDIR}/api/katze/html - ${MKDIR} ${DOCSDIR}/api/midori/html - (cd ${WRKSRC}/_build_/docs/api/katze/html && ${COPYTREE_SHARE} \* ${DOCSDIR}/api/katze/html) - (cd ${WRKSRC}/_build_/docs/api/midori/html && ${COPYTREE_SHARE} \* ${DOCSDIR}/api/midori/html) -.endif - -.include <bsd.port.post.mk> diff --git a/www/midori/distinfo b/www/midori/distinfo deleted file mode 100644 index 60f25541b..000000000 --- a/www/midori/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xfce4/midori-0.2.6.tar.bz2) = 249ddb3485d8246e0fda25dd735953f0 -SHA256 (xfce4/midori-0.2.6.tar.bz2) = 2da90265db44b23161e9b78ea5f78a42db8a10cfaae7dcf6287c880a4b2a6db2 -SIZE (xfce4/midori-0.2.6.tar.bz2) = 712959 diff --git a/www/midori/files/patch-data_search b/www/midori/files/patch-data_search deleted file mode 100644 index 4fafcf236..000000000 --- a/www/midori/files/patch-data_search +++ /dev/null @@ -1,16 +0,0 @@ ---- data/search.orig 2010-05-26 12:31:56.000000000 +0200 -+++ data/search 2010-05-26 12:34:03.000000000 +0200 -@@ -6,6 +6,13 @@ - icon= - token=g - -+[FreshPorts] -+name=FreshPorts -+text=The changes made to the FreeBSD ports tree -+uri=http://www.freshports.org/search.php?query=%s -+icon= -+token=fp -+ - [Wikipedia] - name=Wikipedia - text=The free encyclopedia diff --git a/www/midori/files/patch-wscript b/www/midori/files/patch-wscript deleted file mode 100644 index ccab30837..000000000 --- a/www/midori/files/patch-wscript +++ /dev/null @@ -1,12 +0,0 @@ ---- wscript.orig 2010-05-26 12:34:09.000000000 +0200 -+++ wscript 2010-05-26 12:35:30.000000000 +0200 -@@ -267,8 +267,7 @@ - if not conf.env['HAVE_UNIQUE']: - if Options.platform == 'win32': - conf.check (lib='ws2_32') -- check_pkg ('openssl', mandatory=False) -- conf.define ('USE_SSL', [0,1][conf.env['HAVE_OPENSSL'] == 1]) -+ conf.define ('HAVE_OPENSSL', [0,1][conf.check (header_name='openssl/opensslv.h')]) - conf.define ('HAVE_NETDB_H', [0,1][conf.check (header_name='netdb.h')]) - conf.check (header_name='sys/wait.h') - conf.check (header_name='sys/select.h') diff --git a/www/midori/pkg-descr b/www/midori/pkg-descr deleted file mode 100644 index fa4e7314b..000000000 --- a/www/midori/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Midori is a lightweight web browser. - -* Full integration with GTK+2. -* Fast rendering with WebKit. -* Tabs, windows and session management. -* Bookmarks are stored with XBEL. -* Searchbox based on OpenSearch. -* Custom context menu actions. -* User scripts and user styles support. -* Extensible via Lua scripts. - -WWW: http://software.twotoasts.de/?page=midori diff --git a/www/midori/pkg-plist b/www/midori/pkg-plist deleted file mode 100644 index e493f63f1..000000000 --- a/www/midori/pkg-plist +++ /dev/null @@ -1,160 +0,0 @@ -bin/midori -etc/xdg/midori/search -include/midori-0.2/extensions/external-applications.h -lib/midori/libadblock.so -lib/midori/libaddons.so -lib/midori/libcolorful-tabs.so -lib/midori/libcookie-manager.so -lib/midori/libexternal-applications.so -lib/midori/libfeed-panel.so -lib/midori/libformhistory.so -lib/midori/libmouse-gestures.so -lib/midori/libpage-holder.so -lib/midori/libshortcuts.so -lib/midori/libstatus-clock.so -lib/midori/libstatusbar-features.so -lib/midori/libtab-panel.so -lib/midori/libtab-switcher.so -lib/midori/libtoolbar-editor.so -lib/midori/libweb-cache.so -share/applications/midori.desktop -%%DOCSDIR%%/AUTHORS -%%DOCSDIR%%/COPYING -%%DOCSDIR%%/ChangeLog -%%DOCSDIR%%/EXPAT -%%DOCSDIR%%/README -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/api-index-full.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/ch01.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/home.png -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/index.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/index.sgml -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-KatzeItem.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-KatzePreferences.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-KatzeScrolled.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-array.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-arrayaction.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-http-auth.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-http-cookies.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-net.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-separatoraction.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-throbber.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-utils.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze.devhelp -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze.devhelp2 -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/left.png -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/right.png -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/style.css -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/up.png -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/api-index-full.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/ch01.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/home.png -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/index.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/index.sgml -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/left.png -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-GtkIconEntry.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-MidoriBrowser.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-MidoriExtension.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-MidoriPreferences.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-MidoriViewable.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori-app.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori-array.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori-locationaction.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori-panel.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori-searchaction.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori-stock.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori-view.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori-websettings.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-socket.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-sokoke.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori.devhelp -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori.devhelp2 -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/right.png -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/style.css -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/up.png -%%USERDOCS%%%%DOCSDIR%%/user/midori.html -share/icons/hicolor/16x16/apps/midori.png -share/icons/hicolor/16x16/categories/extension.png -share/icons/hicolor/16x16/status/news-feed.png -share/icons/hicolor/22x22/apps/midori.png -share/icons/hicolor/22x22/categories/extension.png -share/icons/hicolor/22x22/status/news-feed.png -share/icons/hicolor/24x24/apps/midori.png -share/icons/hicolor/24x24/categories/extension.png -share/icons/hicolor/24x24/status/news-feed.png -share/icons/hicolor/32x32/apps/midori.png -share/icons/hicolor/32x32/categories/extension.png -share/icons/hicolor/32x32/status/news-feed.png -share/icons/hicolor/48x48/apps/midori.png -share/icons/hicolor/48x48/categories/extension.png -share/icons/hicolor/48x48/status/news-feed.png -%%NLS%%share/locale/ast/LC_MESSAGES/midori.mo -%%NLS%%share/locale/ca/LC_MESSAGES/midori.mo -%%NLS%%share/locale/cs/LC_MESSAGES/midori.mo -%%NLS%%share/locale/da/LC_MESSAGES/midori.mo -%%NLS%%share/locale/de/LC_MESSAGES/midori.mo -%%NLS%%share/locale/el/LC_MESSAGES/midori.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/midori.mo -%%NLS%%share/locale/es/LC_MESSAGES/midori.mo -%%NLS%%share/locale/et/LC_MESSAGES/midori.mo -%%NLS%%share/locale/fi/LC_MESSAGES/midori.mo -%%NLS%%share/locale/fr/LC_MESSAGES/midori.mo -%%NLS%%share/locale/gl/LC_MESSAGES/midori.mo -%%NLS%%share/locale/he/LC_MESSAGES/midori.mo -%%NLS%%share/locale/hr/LC_MESSAGES/midori.mo -%%NLS%%share/locale/hu/LC_MESSAGES/midori.mo -%%NLS%%share/locale/id/LC_MESSAGES/midori.mo -%%NLS%%share/locale/it/LC_MESSAGES/midori.mo -%%NLS%%share/locale/ja/LC_MESSAGES/midori.mo -%%NLS%%share/locale/ko/LC_MESSAGES/midori.mo -%%NLS%%share/locale/nl/LC_MESSAGES/midori.mo -%%NLS%%share/locale/no/LC_MESSAGES/midori.mo -%%NLS%%share/locale/pa/LC_MESSAGES/midori.mo -%%NLS%%share/locale/pl/LC_MESSAGES/midori.mo -%%NLS%%share/locale/pt/LC_MESSAGES/midori.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/midori.mo -%%NLS%%share/locale/ro/LC_MESSAGES/midori.mo -%%NLS%%share/locale/ru/LC_MESSAGES/midori.mo -%%NLS%%share/locale/sk/LC_MESSAGES/midori.mo -%%NLS%%share/locale/sr/LC_MESSAGES/midori.mo -%%NLS%%share/locale/sr@latin/LC_MESSAGES/midori.mo -%%NLS%%share/locale/sv/LC_MESSAGES/midori.mo -%%NLS%%share/locale/tr/LC_MESSAGES/midori.mo -%%NLS%%share/locale/ug/LC_MESSAGES/midori.mo -%%NLS%%share/locale/uk/LC_MESSAGES/midori.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/midori.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/midori.mo -%%DATADIR%%/res/autosuggestcontrol.css -%%DATADIR%%/res/autosuggestcontrol.js -%%DATADIR%%/res/error.html -%%DATADIR%%/res/logo-shade.png -%%DATADIR%%/res/mootools.js -%%DATADIR%%/res/speeddial-head.html -%%DATADIR%%/res/speeddial.json -share/vala/vapi/external-applications.deps -share/vala/vapi/external-applications.vapi -@dirrmtry share/vala/vapi -@dirrmtry share/vala -@dirrm %%DATADIR%%/res -@dirrm %%DATADIR%% -%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ug -%%NLS%%@dirrmtry share/locale/sr@latin/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/sr@latin -%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ast -%%APIDOCS%%@dirrm %%DOCSDIR%%/api/midori/html -%%APIDOCS%%@dirrm %%DOCSDIR%%/api/midori -%%APIDOCS%%@dirrm %%DOCSDIR%%/api/katze/html -%%APIDOCS%%@dirrm %%DOCSDIR%%/api/katze -%%APIDOCS%%@dirrm %%DOCSDIR%%/api -%%USERDOCS%%@dirrm %%DOCSDIR%%/user -@dirrm %%DOCSDIR%% -@dirrmtry share/applications -@dirrm lib/midori -@dirrm include/midori-0.2/extensions -@dirrm include/midori-0.2 -@dirrm etc/xdg/midori -@dirrmtry etc/xdg -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/www/p5-Gtk2-WebKit/Makefile b/www/p5-Gtk2-WebKit/Makefile deleted file mode 100644 index 92a08777a..000000000 --- a/www/p5-Gtk2-WebKit/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: p5-Gtk2-WebKit -# Date created: 2009-01-26 -# Whom: Zane C, Bowers <vvelox@vvelox.net> -# -# $FreeBSD: ports/www/p5-Gtk2-WebKit/Makefile,v 1.9 2010/03/28 06:45:00 dinoex Exp $ -# - -PORTNAME= Gtk2-WebKit -PORTVERSION= 0.07 -PORTREVISION= 3 -CATEGORIES= www perl5 -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/F/FL/FLORA -PKGNAMEPREFIX= p5- - -MAINTAINER= vvelox@vvelox.net -COMMENT= Web content engine library for Gtk2 - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2/CodeGen.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ - ${SITE_PERL}/${PERL_ARCH}/Glib/MakeHelper.pm:${PORTSDIR}/devel/p5-Glib2 \ - ${SITE_PERL}/${PERL_ARCH}/Cairo/Install/Files.pm:${PORTSDIR}/graphics/p5-Cairo \ - ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \ - ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ - ${LOCALBASE}/libdata/pkgconfig/webkit-1.0.pc:${PORTSDIR}/www/webkit-gtk2 - -NO_PACKAGE= Man page creation hangs on some systems for unknown reasons - -PERL_CONFIGURE= yes - -MAN3= Gtk2::WebKit.3 \ - Gtk2::WebKit::WebView.3 \ - Gtk2::WebKit::WebBackForwardList.3 \ - Gtk2::WebKit::WebSettings.3 \ - Gtk2::WebKit::index.3 \ - Gtk2::WebKit::WebFrame.3 \ - Gtk2::WebKit::NetworkRequest.3 \ - Gtk2::WebKit::WebHistoryItem.3 - -.include <bsd.port.mk> diff --git a/www/p5-Gtk2-WebKit/distinfo b/www/p5-Gtk2-WebKit/distinfo deleted file mode 100644 index 098a190b2..000000000 --- a/www/p5-Gtk2-WebKit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Gtk2-WebKit-0.07.tar.gz) = 893b0fabb6f313b3ace33b645dec39b0 -SHA256 (Gtk2-WebKit-0.07.tar.gz) = 2c6ef49cfa689e037694812eb43cbe050f2488af7860eafbd017f0a5e0dd4c6f -SIZE (Gtk2-WebKit-0.07.tar.gz) = 65994 diff --git a/www/p5-Gtk2-WebKit/pkg-descr b/www/p5-Gtk2-WebKit/pkg-descr deleted file mode 100644 index cea174712..000000000 --- a/www/p5-Gtk2-WebKit/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -WebKit is a web content engine, derived from KHTML and KJS from KDE, and used -primarily in Apple's Safari browser. It is made to be embedded in other -applications, such as mail readers, or web browsers. - -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://search.cpan.org/dist/Gtk2-WebKit/ diff --git a/www/p5-Gtk2-WebKit/pkg-plist b/www/p5-Gtk2-WebKit/pkg-plist deleted file mode 100644 index 22e68f259..000000000 --- a/www/p5-Gtk2-WebKit/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/WebBackForwardList.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/WebView.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/WebFrame.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/WebHistoryItem.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/NetworkRequest.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/index.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/Install/Files.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/Install/webkit.typemap -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/Install/webkit-autogen.h -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/WebKit/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/WebKit/WebKit.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/WebKit/WebKit.bs -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/WebSettings.pod -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/Install -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2 -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/WebKit -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2 -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto diff --git a/www/py-jswebkit/Makefile b/www/py-jswebkit/Makefile deleted file mode 100644 index 6a3bb3f49..000000000 --- a/www/py-jswebkit/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: py-jswebkit -# Date created: 07 Mar 2010 -# Whom: Ju Pengfei <jupengfei@gmail.com> -# -# $FreeBSD: ports/www/py-jswebkit/Makefile,v 1.2 2010/05/07 07:50:26 wen Exp $ -# - -PORTNAME= jswebkit -PORTVERSION= 0.0.2 -PORTREVISION= 1 -CATEGORIES= www python -MASTER_SITES= GOOGLE_CODE -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= python-${PORTNAME}-${PORTVERSION} - -MAINTAINER= jupengfei@gmail.com -COMMENT= WebKit/JavaScriptCore Python bindings - -BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython -LIB_DEPENDS= webkitgtk:${PORTSDIR}/www/webkit-gtk2 -RUN_DEPENDS= ${BUILD_DEPENDS} - -PLIST_FILES= %%PYTHON_SITELIBDIR%%/jswebkit.so - -PROJECTHOST= gwrite - -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= python_jswebkit - -.include <bsd.port.mk> diff --git a/www/py-jswebkit/distinfo b/www/py-jswebkit/distinfo deleted file mode 100644 index baca9b0cd..000000000 --- a/www/py-jswebkit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (python-jswebkit-0.0.2.tar.gz) = dbae60853a9f9edd340f23edf2a5dc0c -SHA256 (python-jswebkit-0.0.2.tar.gz) = d673a0ab1b339d0b20ec3d2c6fad96a1961ebeda8f177a25ccfedc362289d5bc -SIZE (python-jswebkit-0.0.2.tar.gz) = 55707 diff --git a/www/py-jswebkit/pkg-descr b/www/py-jswebkit/pkg-descr deleted file mode 100644 index 6a3593fbb..000000000 --- a/www/py-jswebkit/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -python-jswebkit is an cython wrapper for JSContextRef -in pywebkitgtk, which makes it able to call JavaScript -functions with WebKit/JavaScriptCore. - -WWW: http://code.google.com/p/gwrite diff --git a/www/py-webkitgtk/Makefile b/www/py-webkitgtk/Makefile deleted file mode 100644 index e3a888305..000000000 --- a/www/py-webkitgtk/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: py-webkitgtk -# Date created: 07 Mar 2010 -# Whom: Ju Pengfei <jupengfei@gmail.com> -# -# $FreeBSD: ports/www/py-webkitgtk/Makefile,v 1.1 2010/04/26 08:31:41 wen Exp $ -# - -PORTNAME= webkitgtk -PORTVERSION= 1.1.7 -PORTREVISION= 1 -CATEGORIES= www python -MASTER_SITES= GOOGLE_CODE -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} - -MAINTAINER= jupengfei@gmail.com -COMMENT= Python bindings for the WebKit GTK+ port - -LIB_DEPENDS= webkitgtk:${PORTSDIR}/www/webkit-gtk2 - -PROJECTHOST= pywebkitgtk - -GNU_CONFIGURE= yes -USE_GNOME= glib20 libxslt pkgconfig pygtk2 -USE_GMAKE= yes -USE_PYTHON= yes - -.include <bsd.port.mk> diff --git a/www/py-webkitgtk/distinfo b/www/py-webkitgtk/distinfo deleted file mode 100644 index 0f116ce0b..000000000 --- a/www/py-webkitgtk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pywebkitgtk-1.1.7.tar.gz) = 4dbe0111c0b0ad2280052e4534903a9b -SHA256 (pywebkitgtk-1.1.7.tar.gz) = 86ec33ca842eb07caf9a6c6ff12368bd1d125c8296198239f3515828483fac3f -SIZE (pywebkitgtk-1.1.7.tar.gz) = 333819 diff --git a/www/py-webkitgtk/pkg-descr b/www/py-webkitgtk/pkg-descr deleted file mode 100644 index 2b93e3277..000000000 --- a/www/py-webkitgtk/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Python bindings for the WebKit GTK+ port. - -WWW: http://code.google.com/p/pywebkitgtk diff --git a/www/py-webkitgtk/pkg-plist b/www/py-webkitgtk/pkg-plist deleted file mode 100644 index a16ebff91..000000000 --- a/www/py-webkitgtk/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -%%PYTHON_SITELIBDIR%%/webkit/webkit.so -%%PYTHON_SITELIBDIR%%/webkit/webkit.la -%%PYTHON_SITELIBDIR%%/webkit/webkit.a -%%PYTHON_SITELIBDIR%%/webkit/__init__.py -share/pywebkitgtk/defs/webkit-base-types.defs -share/pywebkitgtk/defs/webkit-1.1-types.defs -share/pywebkitgtk/defs/webkit-1.0.2.defs -share/pywebkitgtk/defs/webkit-1.1.defs -@dirrm %%PYTHON_SITELIBDIR%%/webkit -@dirrm share/pywebkitgtk/defs -@dirrm share/pywebkitgtk diff --git a/www/surf/Makefile b/www/surf/Makefile deleted file mode 100644 index fb80298d8..000000000 --- a/www/surf/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: surf -# Date created: December 21, 2009 -# Whom: Christopher Knaust <jigboe@gmx.de> -# -# $FreeBSD: ports/www/surf/Makefile,v 1.4 2010/03/28 06:45:06 dinoex Exp $ -# - -PORTNAME= surf -PORTVERSION= 0.3 -PORTREVISION= 3 -CATEGORIES= www -MASTER_SITES= http://dl.suckless.org/${PORTNAME}/ \ - LOCAL/glarkin - -MAINTAINER= jigboe@gmx.de -COMMENT= A simple Web browser based on WebKit/Gtk+ - -LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 -RUN_DEPENDS= dmenu:${PORTSDIR}/x11/dmenu - -USE_GNOME= gtk20 pkgconfig - -MAN1= surf.1 -PLIST_FILES= bin/surf -PORTDOCS= LICENSE README - -# Name conflicts with the math/surf port -NO_LATEST_LINK= yes - -pre-everything:: - @${ECHO_MSG} "You can build surf with your own config.h using the SURF_CONF knob:" - @${ECHO_MSG} "make SURF_CONF=/path/to/surf/config.h install clean" - -post-extract: -.if defined(SURF_CONF) - @${ECHO_MSG} "creating config.h from ${SURF_CONF}" - @${CP} ${SURF_CONF} ${WRKSRC}/config.h -.endif - -post-install: -.if !defined(NOPORTDOCS) - @${ECHO_MSG} "installing additional documentation to ${DOCSDIR}" - @${MKDIR} ${DOCSDIR} - @${INSTALL_MAN} ${WRKSRC}/LICENSE ${DOCSDIR} - @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/www/surf/distinfo b/www/surf/distinfo deleted file mode 100644 index 8bd34c700..000000000 --- a/www/surf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (surf-0.3.tar.gz) = 0b7bbe58f0ca140f1fb7aac09c4319d9 -SHA256 (surf-0.3.tar.gz) = 652a9ddb0a82a6350fabbc7c8d8a9f852b8c838263f892ac7695dfcdd5b31842 -SIZE (surf-0.3.tar.gz) = 9838 diff --git a/www/surf/files/patch-config.mk b/www/surf/files/patch-config.mk deleted file mode 100644 index d19ad65c9..000000000 --- a/www/surf/files/patch-config.mk +++ /dev/null @@ -1,38 +0,0 @@ ---- config.mk 2009-10-30 13:41:02.000000000 +0100 -+++ config.mk 2009-12-21 19:25:11.000000000 +0100 -@@ -4,25 +4,25 @@ VERSION = 0.3 - # Customize below to fit your system - - # paths --PREFIX = /usr/local --MANPREFIX = ${PREFIX}/share/man -+PREFIX?= /usr/local -+MANPREFIX = ${PREFIX}/man - --GTKINC=$(shell pkg-config --cflags gtk+-2.0 webkit-1.0) --GTKLIB=$(shell pkg-config --libs gtk+-2.0 webkit-1.0) -+GTKINC!= pkg-config --cflags gtk+-2.0 webkit-1.0 -+GTKLIB!= pkg-config --libs gtk+-2.0 webkit-1.0 - - - # includes and libs --INCS = -I. -I/usr/include ${GTKINC} --LIBS = -L/usr/lib -lc ${GTKLIB} -lgthread-2.0 -+INCS = ${GTKINC} -+LIBS = ${PTHREAD_LIBS} ${GTKLIB} - - # flags --CPPFLAGS = -DVERSION=\"${VERSION}\" --CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} --LDFLAGS = -s ${LIBS} -+CPPFLAGS+= -DVERSION=\"${VERSION}\" -+CFLAGS+= -std=c99 ${INCS} ${CPPFLAGS} -+LDFLAGS+= ${LIBS} - - # Solaris - #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" - #LDFLAGS = ${LIBS} - - # compiler and linker --CC = cc -+CC?= cc diff --git a/www/surf/pkg-descr b/www/surf/pkg-descr deleted file mode 100644 index 26aab1a1f..000000000 --- a/www/surf/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -surf is a simple web browser based on WebKit/GTK+. It is able to display -websites and follow links. It supports the XEmbed protocol which makes -it possible to embed it in another application. Furthermore, one can -point surf to another URI by setting its XProperties. - -WWW: http://surf.suckless.org diff --git a/www/uzbl/Makefile b/www/uzbl/Makefile deleted file mode 100644 index 472e789a7..000000000 --- a/www/uzbl/Makefile +++ /dev/null @@ -1,84 +0,0 @@ -# Ports collection makefile for: uzbl -# Date created: 2009/12/14 -# Whom: aehlig@linta.de -# -# $FreeBSD: ports/www/uzbl/Makefile,v 1.7 2010/04/05 23:31:06 sylvio Exp $ -# - -PORTNAME= uzbl -DISTVERSION= 0.0.0.${GITDATE} -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://www.linta.de/distfiles/ - -MAINTAINER= aehlig@linta.de -COMMENT= Web interface tools which adhere to the unix philosophy - -LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 - -USE_GNOME= gtk20 -USE_LDCONFIG= yes -USE_GMAKE= yes - -GITDATE= 2010.04.03 -GITVERSION= ae15d25 - -WRKSRC= ${WRKDIR}/Dieterbe-uzbl-${GITVERSION} - -.if !defined(NOPORTDOCS) -PORTDOCS= AUTHORS README COMMUNITY CONTRIBUTING FAQ INSTALL TODO config-syntax \ - multiple-instances-management performance url-editing config.h -.endif - -.if !defined(NOPORTDATA) -PORTDATA= examples -.endif - -post-patch: - @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|" \ - ${WRKSRC}/examples/config/config \ - ${WRKSRC}/src/uzbl-browser \ - ${WRKSRC}/examples/data/scripts/uzbl-event-manager - @${REINPLACE_CMD} -e "s|share/uzbl|${DATADIR_REL}|" \ - ${WRKSRC}/examples/config/config \ - ${WRKSRC}/src/uzbl-browser \ - ${WRKSRC}/examples/data/scripts/uzbl-event-manager - @${REINPLACE_CMD} -e "s|/usr/share/uzbl|${DATADIR}|" \ - ${WRKSRC}/examples/data/scripts/uzbl-tabbed - -post-build: - @${FIND} ${WRKSRC} \( -name "*.orig" -or -name "*.bak" \) -exec ${RM} -f {} \; - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/uzbl-core ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/src/uzbl-browser ${PREFIX}/bin -.for f in uzbl-event-manager uzbl-cookie-daemon uzbl-tabbed - ${INSTALL_SCRIPT} ${WRKSRC}/examples/data/scripts/${f} ${PREFIX}/bin -.endfor -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/src/config.h ${DOCSDIR} -.for f in COMMUNITY CONTRIBUTING FAQ INSTALL TODO config-syntax \ - multiple-instances-management performance url-editing - ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR}/${f} -.endfor -.for f in AUTHORS README - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/${f} -.endfor -.endif -.if !defined(NOPORTDATA) - ${MKDIR} ${DATADIR}/examples/data/dforms ${DATADIR}/examples/config -.for f in config/cookies \ - data/bookmarks \ - data/dforms/bbs.archlinux.org \ - data/style.css data/uzbl.png - ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${DATADIR}/examples/${f} -.endfor - ${INSTALL_DATA} ${WRKSRC}/examples/config/config ${DATADIR}/examples/config/config - (cd ${WRKSRC}/examples/data && \ - ${COPYTREE_BIN} plugins ${DATADIR}/examples/data/) - (cd ${WRKSRC}/examples/data && \ - ${COPYTREE_BIN} scripts ${DATADIR}/examples/data/) -.endif - -.include <bsd.port.mk> diff --git a/www/uzbl/distinfo b/www/uzbl/distinfo deleted file mode 100644 index e28e7617c..000000000 --- a/www/uzbl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (uzbl-0.0.0.2010.04.03.tar.gz) = 70487d59dd5a1e5a1eca36b976800128 -SHA256 (uzbl-0.0.0.2010.04.03.tar.gz) = 3aa1412dba013a8db0261b2c0773c94e121aeb98c9d03dce4ea049329f4abacb -SIZE (uzbl-0.0.0.2010.04.03.tar.gz) = 134854 diff --git a/www/uzbl/files/patch-examples__data__scripts__auth.py b/www/uzbl/files/patch-examples__data__scripts__auth.py deleted file mode 100644 index acf48c790..000000000 --- a/www/uzbl/files/patch-examples__data__scripts__auth.py +++ /dev/null @@ -1,9 +0,0 @@ ---- examples/data/scripts/auth.py.orig 2010-04-09 13:34:30.000000000 +0200 -+++ examples/data/scripts/auth.py 2010-04-09 13:35:05.000000000 +0200 -@@ -1,4 +1,5 @@ --#!/usr/bin/python -+#!/usr/bin/env python -+ - - import gtk - import sys diff --git a/www/uzbl/files/patch-examples__data__uzbl__scripts__uzbl-cookie-daemon b/www/uzbl/files/patch-examples__data__uzbl__scripts__uzbl-cookie-daemon deleted file mode 100644 index 6e000260f..000000000 --- a/www/uzbl/files/patch-examples__data__uzbl__scripts__uzbl-cookie-daemon +++ /dev/null @@ -1,29 +0,0 @@ ---- ./examples/data/scripts/uzbl-cookie-daemon.orig 2010-01-05 20:17:29.000000000 +0100 -+++ ./examples/data/scripts/uzbl-cookie-daemon 2010-01-07 13:24:58.000000000 +0100 -@@ -187,7 +187,7 @@ - raise Exception("directory at %r is not a socket" % cookie_socket) - - try: -- sock = socket.socket(socket.AF_UNIX, socket.SOCK_SEQPACKET) -+ sock = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) - sock.connect(cookie_socket) - sock.close() - echo("detected daemon listening on %r" % cookie_socket) -@@ -210,7 +210,7 @@ - return False - - try: -- sock = socket.socket(socket.AF_UNIX, socket.SOCK_SEQPACKET) -+ sock = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) - sock.connect(cookie_socket) - sock.send(cmd) - sock.close() -@@ -420,7 +420,7 @@ - mkbasedir(cookie_socket) - - self.server_socket = socket.socket(socket.AF_UNIX, -- socket.SOCK_SEQPACKET) -+ socket.SOCK_STREAM) - - self.server_socket.bind(cookie_socket) - diff --git a/www/uzbl/files/patch-uzbl-core.c b/www/uzbl/files/patch-uzbl-core.c deleted file mode 100644 index cbea01208..000000000 --- a/www/uzbl/files/patch-uzbl-core.c +++ /dev/null @@ -1,19 +0,0 @@ ---- src/uzbl-core.c.orig 2010-01-05 20:17:29.000000000 +0100 -+++ src/uzbl-core.c 2010-01-08 10:13:45.000000000 +0100 -@@ -29,6 +29,7 @@ - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -+#include <sys/errno.h> - #include "uzbl-core.h" - #include "callbacks.h" - #include "events.h" -@@ -1436,7 +1437,7 @@ - sa.sun_family = AF_UNIX; - - /* create socket file descriptor and connect it to path */ -- fd = socket(AF_UNIX, SOCK_SEQPACKET, 0); -+ fd = socket(AF_UNIX, SOCK_STREAM, 0); - if(fd == -1) { - g_printerr("talk_to_socket: creating socket failed (%s)\n", strerror(errno)); - return; diff --git a/www/uzbl/pkg-descr b/www/uzbl/pkg-descr deleted file mode 100644 index 6f83044a9..000000000 --- a/www/uzbl/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Uzbl is a collection of web interface tools that follow the UNIX philosophy - -"Write programs that do one thing and do it well. Write programs to work -together. Write programs to handle text streams, because that is a universal -interface." - -WWW: http://www.uzbl.org diff --git a/www/uzbl/pkg-plist b/www/uzbl/pkg-plist deleted file mode 100644 index 4a0cd5078..000000000 --- a/www/uzbl/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/uzbl-core -bin/uzbl-browser -bin/uzbl-cookie-daemon -bin/uzbl-event-manager -bin/uzbl-tabbed diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile deleted file mode 100644 index 18bab2d12..000000000 --- a/www/webkit-gtk2/Makefile +++ /dev/null @@ -1,106 +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.64 2010/07/13 09:56:34 kwm Exp $ -# - -PORTNAME= webkit -PORTVERSION= 1.3.3 -CATEGORIES= www -MASTER_SITES= http://webkitgtk.org/ -PKGNAMESUFFIX= -gtk2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An opensource browser engine - -BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ - ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf -LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant \ - curl.6:${PORTSDIR}/ftp/curl \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - soup-2.4.1:${PORTSDIR}/devel/libsoup - -WANT_GSTREAMER= yes -MAKE_JOBS_SAFE= yes -USE_XORG= xt -USE_BISON= build -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gtk20 libxslt ltverhack:13 -USE_PERL5= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - ac_cv_path_FLEX="${LOCALBASE}/bin/flex" \ - ac_cv_path_GPERF="${LOCALBASE}/bin/gperf" \ - ac_cv_path_DOLT_BASH="" -CONFIGURE_ARGS= --enable-icon-database \ - --enable-svg \ - --enable-svg-fonts \ - --with-gtk=2.0 -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 \ - DEBUG "Build with debug support" off \ - STATIC "Enable building static library" off - -.include <bsd.port.pre.mk> - -.if exists (${LOCALBASE}/lib/libicutu.so.44) -LIB_DEPENDS+= icutu.44:${PORTSDIR}/devel/icu4 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-WebCore_platform_text_TextBreakIterator.h -.else -LIB_DEPENDS+= icutu.38:${PORTSDIR}/devel/icu -.endif - -.if defined(WITH_VIDEO) -USE_GSTREAMER+= yes -CONFIGURE_ARGS+=--enable-video -.else -CONFIGURE_ARGS+=--disable-video -.endif - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+=--enable-debug -.else -CONFIGURE_ARGS+=--disable-debug -.endif - -.if defined(WITH_STATIC) -CONFIGURE_ARGS+=--enable-static -PLIST_SUB+= STATIC="" -.else -PLIST_SUB+= STATIC="@comment " -.endif - -.if ${OSVERSION} < 700000 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-JavaScriptCore_yarr_RegexJIT.h \ - ${FILESDIR}/extra-patch-JavaScriptCore_assembler_MacroAssemblerCodeRef.h -BROKEN= does not compile on 6.X -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \ - ${WRKSRC}/WebCore/plugins/PluginDatabase.cpp - @${REINPLACE_CMD} -e 's|"gperf|"${LOCALBASE}/bin/gperf|g' \ - ${WRKSRC}/WebCore/make-hash-tools.pl \ - ${WRKSRC}/WebCore/css/makevalues.pl \ - ${WRKSRC}/WebCore/css/makeprop.pl - @${FIND} ${WRKSRC} -name GNUmakefile.* | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' -.if !defined(WITH_STATIC) - @${REINPLACE_CMD} -e 's|^build_old_libs=yes|build_old_libs=no|' \ - ${WRKDIR}/gnome-libtool -.endif - @${REINPLACE_CMD} -e 's|/usr/bin/gcc|${CC}|' \ - ${WRKSRC}/WebCore/dom/make_names.pl \ - ${WRKSRC}/WebCore/css/make-css-file-arrays.pl \ - ${WRKSRC}/WebCore/bindings/scripts/IDLParser.pm - -.include <bsd.port.post.mk> diff --git a/www/webkit-gtk2/distinfo b/www/webkit-gtk2/distinfo deleted file mode 100644 index 3f584cbe1..000000000 --- a/www/webkit-gtk2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (webkit-1.3.3.tar.gz) = 22af6591b124610a8df55c7a87989349 -SHA256 (webkit-1.3.3.tar.gz) = 6520c80aa9b444ca882ee3dbe11b445d5d34bca837a6fcd46eccaf66301e6e08 -SIZE (webkit-1.3.3.tar.gz) = 7306862 diff --git a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_assembler_MacroAssemblerCodeRef.h b/www/webkit-gtk2/files/extra-patch-JavaScriptCore_assembler_MacroAssemblerCodeRef.h deleted file mode 100644 index 8bb6f17ce..000000000 --- a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_assembler_MacroAssemblerCodeRef.h +++ /dev/null @@ -1,11 +0,0 @@ ---- JavaScriptCore/assembler/MacroAssemblerCodeRef.h.orig 2010-01-14 15:19:17.000000000 +0000 -+++ JavaScriptCore/assembler/MacroAssemblerCodeRef.h 2010-01-14 15:21:00.000000000 +0000 -@@ -74,7 +74,7 @@ public: - // Error: #694: reinterpret_cast cannot cast away const or other type qualifiers - : m_value((void*)(value)) - #else -- : m_value(reinterpret_cast<void*>(value)) -+ : m_value((void*)(value)) - #endif - { - ASSERT_VALID_CODE_POINTER(m_value); diff --git a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_yarr_RegexJIT.h b/www/webkit-gtk2/files/extra-patch-JavaScriptCore_yarr_RegexJIT.h deleted file mode 100644 index c46912d7a..000000000 --- a/www/webkit-gtk2/files/extra-patch-JavaScriptCore_yarr_RegexJIT.h +++ /dev/null @@ -1,11 +0,0 @@ ---- JavaScriptCore/yarr/RegexJIT.h.orig 2009-10-09 23:47:41.000000000 -0400 -+++ JavaScriptCore/yarr/RegexJIT.h 2009-10-09 23:48:19.000000000 -0400 -@@ -73,7 +73,7 @@ public: - - int execute(const UChar* input, unsigned start, unsigned length, int* output) - { -- return reinterpret_cast<RegexJITCode>(m_ref.m_code.executableAddress())(input, start, length, output); -+ return ((RegexJITCode)m_ref.m_code.executableAddress())(input, start, length, output); - } - - private: diff --git a/www/webkit-gtk2/files/extra-patch-WebCore_platform_text_TextBreakIterator.h b/www/webkit-gtk2/files/extra-patch-WebCore_platform_text_TextBreakIterator.h deleted file mode 100644 index a86503535..000000000 --- a/www/webkit-gtk2/files/extra-patch-WebCore_platform_text_TextBreakIterator.h +++ /dev/null @@ -1,15 +0,0 @@ -Pr 143718, fix build with icu 4.3 - ---- WebCore/platform/text/TextBreakIterator.h.orig 2009-09-22 18:29:21.000000000 +0300 -+++ WebCore/platform/text/TextBreakIterator.h 2010-02-10 08:49:59.000000000 +0200 -@@ -26,7 +26,7 @@ - - namespace WebCore { - -- class TextBreakIterator; -+ typedef struct UBreakIterator TextBreakIterator; - - // Note: The returned iterator is good only until you get another iterator. - - - diff --git a/www/webkit-gtk2/files/patch-JavaScriptCore-runtime_JSValue.h b/www/webkit-gtk2/files/patch-JavaScriptCore-runtime_JSValue.h deleted file mode 100644 index 9c32953b9..000000000 --- a/www/webkit-gtk2/files/patch-JavaScriptCore-runtime_JSValue.h +++ /dev/null @@ -1,14 +0,0 @@ ---- JavaScriptCore/runtime/JSValue.h.orig 2010-02-05 17:26:52.000000000 +0100 -+++ JavaScriptCore/runtime/JSValue.h 2010-03-25 21:43:11.000000000 +0100 -@@ -491,7 +491,11 @@ namespace JSC { - u.asBits.tag = CellTag; - else - u.asBits.tag = EmptyValueTag; -+#if defined(__sparc64) -+ u.asBits.payload = reinterpret_cast<int64_t>(ptr); -+#else - u.asBits.payload = reinterpret_cast<int32_t>(ptr); -+#endif - #if ENABLE(JSC_ZOMBIES) - ASSERT(!isZombie()); - #endif diff --git a/www/webkit-gtk2/files/patch-WebKit_gtk_resources_error.html b/www/webkit-gtk2/files/patch-WebKit_gtk_resources_error.html deleted file mode 100644 index 292fc47b6..000000000 --- a/www/webkit-gtk2/files/patch-WebKit_gtk_resources_error.html +++ /dev/null @@ -1,17 +0,0 @@ ---- WebKit/gtk/resources/error.html.orig -+++ WebKit/gtk/resources/error.html -@@ -21,12 +21,12 @@ - } - - #errorTitleText { -- font-size: 120%; -+ font-size: 120%%; - font-weight: bold; - } - - #errorMessageText { -- font-size: 80%; -+ font-size: 80%%; - } - - </style> 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 1d41c7c8d..000000000 --- a/www/webkit-gtk2/files/patch-WebKit_gtk_webkit.pc.in +++ /dev/null @@ -1,8 +0,0 @@ ---- WebKit/gtk/webkit.pc.in.orig 2009-05-13 20:55:10.000000000 +0800 -+++ WebKit/gtk/webkit.pc.in 2009-05-19 15:09:51.000000000 +0800 -@@ -8,4 +8,4 @@ Description: Web content engine for GTK+ - Version: @VERSION@ - Requires: glib-2.0 gtk+-2.0 libsoup-2.4 - 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 2670c229d..000000000 --- a/www/webkit-gtk2/files/patch-Webcore_plugins_PluginDatabase.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- WebCore/plugins/PluginDatabase.cpp.orig 2008-11-02 03:12:05.000000000 +0800 -+++ WebCore/plugins/PluginDatabase.cpp 2009-05-19 15:09:51.000000000 +0800 -@@ -283,6 +283,7 @@ Vector<String> PluginDatabase::defaultPl - userPluginPath.append(String("/.netscape/plugins")); - paths.append(userPluginPath); - -+ paths.append("%%BROWSER_PLUGINS_DIR%%"); - 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 2c4293af5..000000000 --- a/www/webkit-gtk2/files/patch-cairo +++ /dev/null @@ -1,11 +0,0 @@ ---- WebCore/platform/graphics/BitmapImage.cpp.orig 2009-03-04 03:34:16.000000000 +0800 -+++ WebCore/platform/graphics/BitmapImage.cpp 2009-05-19 15:09:51.000000000 +0800 -@@ -202,7 +202,7 @@ bool BitmapImage::isSizeAvailable() - NativeImagePtr BitmapImage::frameAtIndex(size_t index) - { - if (index >= frameCount()) -- return 0; -+ return NULL; - - if (index >= m_frames.size() || !m_frames[index].m_frame) - cacheFrame(index); diff --git a/www/webkit-gtk2/files/patch-configure b/www/webkit-gtk2/files/patch-configure deleted file mode 100644 index 08c05beea..000000000 --- a/www/webkit-gtk2/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig 2009-06-15 17:23:17.000000000 +0200 -+++ configure 2009-06-15 20:19:44.000000000 +0200 -@@ -21204,7 +21204,7 @@ fi - - if test "$enable_jit" = "yes"; then - case "$host_cpu" in -- i*86|x86_64) -+ i*86|x86_64|amd64) - - cat >>confdefs.h <<\_ACEOF - #define ENABLE_JIT 1 -@@ -21243,7 +21243,7 @@ cat >>confdefs.h <<\_ACEOF - _ACEOF - - ;; -- x86_64) -+ x86_64|amd64) - - cat >>confdefs.h <<\_ACEOF - #define WTF_USE_JIT_STUB_ARGUMENT_REGISTER 1 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 2cd5f2ace..000000000 --- a/www/webkit-gtk2/pkg-plist +++ /dev/null @@ -1,460 +0,0 @@ -bin/jsc-1 -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/JavaScriptCore/WebKitAvailability.h -include/webkit-1.0/webkit/WebKitDOMAttr.h -include/webkit-1.0/webkit/WebKitDOMBarInfo.h -include/webkit-1.0/webkit/WebKitDOMBlob.h -include/webkit-1.0/webkit/WebKitDOMCDATASection.h -include/webkit-1.0/webkit/WebKitDOMCSSRule.h -include/webkit-1.0/webkit/WebKitDOMCSSRuleList.h -include/webkit-1.0/webkit/WebKitDOMCSSStyleDeclaration.h -include/webkit-1.0/webkit/WebKitDOMCSSStyleSheet.h -include/webkit-1.0/webkit/WebKitDOMCSSValue.h -include/webkit-1.0/webkit/WebKitDOMCharacterData.h -include/webkit-1.0/webkit/WebKitDOMComment.h -include/webkit-1.0/webkit/WebKitDOMConsole.h -include/webkit-1.0/webkit/WebKitDOMDOMApplicationCache.h -include/webkit-1.0/webkit/WebKitDOMDOMImplementation.h -include/webkit-1.0/webkit/WebKitDOMDOMSelection.h -include/webkit-1.0/webkit/WebKitDOMDOMStringList.h -include/webkit-1.0/webkit/WebKitDOMDOMWindow.h -include/webkit-1.0/webkit/WebKitDOMDatabase.h -include/webkit-1.0/webkit/WebKitDOMDocument.h -include/webkit-1.0/webkit/WebKitDOMDocumentFragment.h -include/webkit-1.0/webkit/WebKitDOMDocumentType.h -include/webkit-1.0/webkit/WebKitDOMElement.h -include/webkit-1.0/webkit/WebKitDOMEntityReference.h -include/webkit-1.0/webkit/WebKitDOMEvent.h -include/webkit-1.0/webkit/WebKitDOMEventTarget.h -include/webkit-1.0/webkit/WebKitDOMFile.h -include/webkit-1.0/webkit/WebKitDOMFileList.h -include/webkit-1.0/webkit/WebKitDOMHTMLAnchorElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLAppletElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLAreaElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLBRElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLBaseElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLBaseFontElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLBlockquoteElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLBodyElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLButtonElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLCanvasElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLCollection.h -include/webkit-1.0/webkit/WebKitDOMHTMLDListElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLDirectoryElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLDivElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLDocument.h -include/webkit-1.0/webkit/WebKitDOMHTMLElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLEmbedElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLFieldSetElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLFontElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLFormElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLFrameElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLFrameSetElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLHRElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLHeadElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLHeadingElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLHtmlElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLIFrameElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLImageElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLInputElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLIsIndexElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLLIElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLLabelElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLLegendElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLLinkElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLMapElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLMarqueeElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLMenuElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLMetaElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLModElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLOListElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLObjectElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLOptGroupElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLOptionElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLOptionsCollection.h -include/webkit-1.0/webkit/WebKitDOMHTMLParagraphElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLParamElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLPreElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLQuoteElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLScriptElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLSelectElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLStyleElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLTableCaptionElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLTableCellElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLTableColElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLTableElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLTableRowElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLTableSectionElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLTextAreaElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLTitleElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLUListElement.h -include/webkit-1.0/webkit/WebKitDOMHistory.h -include/webkit-1.0/webkit/WebKitDOMLocation.h -include/webkit-1.0/webkit/WebKitDOMMediaList.h -include/webkit-1.0/webkit/WebKitDOMMemoryInfo.h -include/webkit-1.0/webkit/WebKitDOMMessagePort.h -include/webkit-1.0/webkit/WebKitDOMDOMMimeType.h -include/webkit-1.0/webkit/WebKitDOMDOMMimeTypeArray.h -include/webkit-1.0/webkit/WebKitDOMNamedNodeMap.h -include/webkit-1.0/webkit/WebKitDOMNavigator.h -include/webkit-1.0/webkit/WebKitDOMNode.h -include/webkit-1.0/webkit/WebKitDOMNodeFilter.h -include/webkit-1.0/webkit/WebKitDOMNodeIterator.h -include/webkit-1.0/webkit/WebKitDOMNodeList.h -include/webkit-1.0/webkit/WebKitDOMObject.h -include/webkit-1.0/webkit/WebKitDOMDOMPlugin.h -include/webkit-1.0/webkit/WebKitDOMDOMPluginArray.h -include/webkit-1.0/webkit/WebKitDOMProcessingInstruction.h -include/webkit-1.0/webkit/WebKitDOMRange.h -include/webkit-1.0/webkit/WebKitDOMScreen.h -include/webkit-1.0/webkit/WebKitDOMDOMStringMap.h -include/webkit-1.0/webkit/WebKitDOMStorage.h -include/webkit-1.0/webkit/WebKitDOMStyleMedia.h -include/webkit-1.0/webkit/WebKitDOMStyleSheet.h -include/webkit-1.0/webkit/WebKitDOMStyleSheetList.h -include/webkit-1.0/webkit/WebKitDOMText.h -include/webkit-1.0/webkit/WebKitDOMTreeWalker.h -include/webkit-1.0/webkit/WebKitDOMValidityState.h -include/webkit-1.0/webkit/WebKitDOMWebKitPoint.h -include/webkit-1.0/webkit/WebKitDOMXPathExpression.h -include/webkit-1.0/webkit/WebKitDOMXPathNSResolver.h -include/webkit-1.0/webkit/WebKitDOMXPathResult.h -include/webkit-1.0/webkit/webkit.h -include/webkit-1.0/webkit/webkitdefines.h -include/webkit-1.0/webkit/webkitdom.h -include/webkit-1.0/webkit/webkitdomdefines.h -include/webkit-1.0/webkit/webkitdownload.h -include/webkit-1.0/webkit/webkitenumtypes.h -include/webkit-1.0/webkit/webkiterror.h -include/webkit-1.0/webkit/webkitgeolocationpolicydecision.h -include/webkit-1.0/webkit/webkithittestresult.h -include/webkit-1.0/webkit/webkitnetworkrequest.h -include/webkit-1.0/webkit/webkitnetworkresponse.h -include/webkit-1.0/webkit/webkitsecurityorigin.h -include/webkit-1.0/webkit/webkitsoupauthdialog.h -include/webkit-1.0/webkit/webkitversion.h -include/webkit-1.0/webkit/webkitwebbackforwardlist.h -include/webkit-1.0/webkit/webkitwebdatabase.h -include/webkit-1.0/webkit/webkitwebdatasource.h -include/webkit-1.0/webkit/webkitwebframe.h -include/webkit-1.0/webkit/webkitwebhistoryitem.h -include/webkit-1.0/webkit/webkitwebinspector.h -include/webkit-1.0/webkit/webkitwebnavigationaction.h -include/webkit-1.0/webkit/webkitwebpolicydecision.h -include/webkit-1.0/webkit/webkitwebresource.h -include/webkit-1.0/webkit/webkitwebsettings.h -include/webkit-1.0/webkit/webkitwebview.h -include/webkit-1.0/webkit/webkitwebwindowfeatures.h -%%STATIC%%lib/libwebkitgtk-1.0.a -lib/libwebkitgtk-1.0.la -lib/libwebkitgtk-1.0.so -lib/libwebkitgtk-1.0.so.13 -libdata/pkgconfig/webkit-1.0.pc -share/locale/cs/LC_MESSAGES/webkit-2.0.mo -share/locale/de/LC_MESSAGES/webkit-2.0.mo -share/locale/en_GB/LC_MESSAGES/webkit-2.0.mo -share/locale/es/LC_MESSAGES/webkit-2.0.mo -share/locale/et/LC_MESSAGES/webkit-2.0.mo -share/locale/gl/LC_MESSAGES/webkit-2.0.mo -share/locale/gu/LC_MESSAGES/webkit-2.0.mo -share/locale/he/LC_MESSAGES/webkit-2.0.mo -share/locale/it/LC_MESSAGES/webkit-2.0.mo -share/locale/lt/LC_MESSAGES/webkit-2.0.mo -share/locale/lv/LC_MESSAGES/webkit-2.0.mo -share/locale/nl/LC_MESSAGES/webkit-2.0.mo -share/locale/pa/LC_MESSAGES/webkit-2.0.mo -share/locale/pt/LC_MESSAGES/webkit-2.0.mo -share/locale/pt_BR/LC_MESSAGES/webkit-2.0.mo -share/locale/ru/LC_MESSAGES/webkit-2.0.mo -share/locale/sl/LC_MESSAGES/webkit-2.0.mo -share/locale/sr/LC_MESSAGES/webkit-2.0.mo -share/locale/sr@latin/LC_MESSAGES/webkit-2.0.mo -share/locale/sv/LC_MESSAGES/webkit-2.0.mo -share/locale/uk/LC_MESSAGES/webkit-2.0.mo -share/locale/vi/LC_MESSAGES/webkit-2.0.mo -share/locale/zh_CN/LC_MESSAGES/webkit-2.0.mo -share/webkit-1.0/images/deleteButton.png -share/webkit-1.0/images/inputSpeech.png -share/webkit-1.0/images/missingImage.png -share/webkit-1.0/images/nullPlugin.png -share/webkit-1.0/images/panIcon.png -share/webkit-1.0/images/textAreaResizeCorner.png -share/webkit-1.0/images/urlIcon.png -share/webkit-1.0/resources/error.html -share/webkit-1.0/webinspector/AbstractTimelinePanel.js -share/webkit-1.0/webinspector/ApplicationCacheItemsView.js -share/webkit-1.0/webinspector/AuditCategories.js -share/webkit-1.0/webinspector/AuditLauncherView.js -share/webkit-1.0/webinspector/AuditResultView.js -share/webkit-1.0/webinspector/AuditRules.js -share/webkit-1.0/webinspector/AuditsPanel.js -share/webkit-1.0/webinspector/BottomUpProfileDataGridTree.js -share/webkit-1.0/webinspector/BreakpointManager.js -share/webkit-1.0/webinspector/BreakpointsSidebarPane.js -share/webkit-1.0/webinspector/CSSCompletions.js -share/webkit-1.0/webinspector/CSSStyleModel.js -share/webkit-1.0/webinspector/CallStackSidebarPane.js -share/webkit-1.0/webinspector/Callback.js -share/webkit-1.0/webinspector/ChangesView.js -share/webkit-1.0/webinspector/Checkbox.js -share/webkit-1.0/webinspector/Color.js -share/webkit-1.0/webinspector/ConsolePanel.js -share/webkit-1.0/webinspector/ConsoleView.js -share/webkit-1.0/webinspector/ContextMenu.js -share/webkit-1.0/webinspector/CookieItemsView.js -share/webkit-1.0/webinspector/DOMAgent.js -share/webkit-1.0/webinspector/DOMStorage.js -share/webkit-1.0/webinspector/DOMStorageItemsView.js -share/webkit-1.0/webinspector/DOMSyntaxHighlighter.js -share/webkit-1.0/webinspector/DataGrid.js -share/webkit-1.0/webinspector/Database.js -share/webkit-1.0/webinspector/DatabaseQueryView.js -share/webkit-1.0/webinspector/DatabaseTableView.js -share/webkit-1.0/webinspector/Drawer.js -share/webkit-1.0/webinspector/ElementsPanel.js -share/webkit-1.0/webinspector/ElementsTreeOutline.js -share/webkit-1.0/webinspector/EventListenersSidebarPane.js -share/webkit-1.0/webinspector/FontView.js -share/webkit-1.0/webinspector/HAREntry.js -share/webkit-1.0/webinspector/HelpScreen.js -share/webkit-1.0/webinspector/ImageView.js -share/webkit-1.0/webinspector/Images/applicationCache.png -share/webkit-1.0/webinspector/Images/auditsIcon.png -share/webkit-1.0/webinspector/Images/back.png -share/webkit-1.0/webinspector/Images/breakpointBorder.png -share/webkit-1.0/webinspector/Images/breakpointConditionalBorder.png -share/webkit-1.0/webinspector/Images/breakpointConditionalCounterBorder.png -share/webkit-1.0/webinspector/Images/breakpointCounterBorder.png -share/webkit-1.0/webinspector/Images/breakpointsActivateButtonGlyph.png -share/webkit-1.0/webinspector/Images/breakpointsDeactivateButtonGlyph.png -share/webkit-1.0/webinspector/Images/checker.png -share/webkit-1.0/webinspector/Images/clearConsoleButtonGlyph.png -share/webkit-1.0/webinspector/Images/closeButtons.png -share/webkit-1.0/webinspector/Images/consoleButtonGlyph.png -share/webkit-1.0/webinspector/Images/consoleIcon.png -share/webkit-1.0/webinspector/Images/cookie.png -share/webkit-1.0/webinspector/Images/database.png -share/webkit-1.0/webinspector/Images/databaseTable.png -share/webkit-1.0/webinspector/Images/debuggerContinue.png -share/webkit-1.0/webinspector/Images/debuggerPause.png -share/webkit-1.0/webinspector/Images/debuggerStepInto.png -share/webkit-1.0/webinspector/Images/debuggerStepOut.png -share/webkit-1.0/webinspector/Images/debuggerStepOver.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallDown.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallDownBlack.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallDownWhite.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRight.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRightBlack.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRightDown.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRightDownBlack.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRightDownWhite.png -share/webkit-1.0/webinspector/Images/disclosureTriangleSmallRightWhite.png -share/webkit-1.0/webinspector/Images/dockButtonGlyph.png -share/webkit-1.0/webinspector/Images/elementsIcon.png -share/webkit-1.0/webinspector/Images/enableOutlineButtonGlyph.png -share/webkit-1.0/webinspector/Images/enableSolidButtonGlyph.png -share/webkit-1.0/webinspector/Images/errorIcon.png -share/webkit-1.0/webinspector/Images/errorMediumIcon.png -share/webkit-1.0/webinspector/Images/errorRedDot.png -share/webkit-1.0/webinspector/Images/excludeButtonGlyph.png -share/webkit-1.0/webinspector/Images/focusButtonGlyph.png -share/webkit-1.0/webinspector/Images/forward.png -share/webkit-1.0/webinspector/Images/gearButtonGlyph.png -share/webkit-1.0/webinspector/Images/glossyHeader.png -share/webkit-1.0/webinspector/Images/glossyHeaderPressed.png -share/webkit-1.0/webinspector/Images/glossyHeaderSelected.png -share/webkit-1.0/webinspector/Images/glossyHeaderSelectedPressed.png -share/webkit-1.0/webinspector/Images/goArrow.png -share/webkit-1.0/webinspector/Images/graphLabelCalloutLeft.png -share/webkit-1.0/webinspector/Images/graphLabelCalloutRight.png -share/webkit-1.0/webinspector/Images/grayConnectorPoint.png -share/webkit-1.0/webinspector/Images/largerResourcesButtonGlyph.png -share/webkit-1.0/webinspector/Images/localStorage.png -share/webkit-1.0/webinspector/Images/nodeSearchButtonGlyph.png -share/webkit-1.0/webinspector/Images/paneBottomGrow.png -share/webkit-1.0/webinspector/Images/paneBottomGrowActive.png -share/webkit-1.0/webinspector/Images/paneGrowHandleLine.png -share/webkit-1.0/webinspector/Images/paneSettingsButtons.png -share/webkit-1.0/webinspector/Images/pauseOnExceptionButtonGlyph.png -share/webkit-1.0/webinspector/Images/percentButtonGlyph.png -share/webkit-1.0/webinspector/Images/popoverArrows.png -share/webkit-1.0/webinspector/Images/popoverBackground.png -share/webkit-1.0/webinspector/Images/profileGroupIcon.png -share/webkit-1.0/webinspector/Images/profileIcon.png -share/webkit-1.0/webinspector/Images/profileSmallIcon.png -share/webkit-1.0/webinspector/Images/profilesIcon.png -share/webkit-1.0/webinspector/Images/profilesSilhouette.png -share/webkit-1.0/webinspector/Images/programCounterBorder.png -share/webkit-1.0/webinspector/Images/radioDot.png -share/webkit-1.0/webinspector/Images/recordButtonGlyph.png -share/webkit-1.0/webinspector/Images/recordToggledButtonGlyph.png -share/webkit-1.0/webinspector/Images/reloadButtonGlyph.png -share/webkit-1.0/webinspector/Images/resourceCSSIcon.png -share/webkit-1.0/webinspector/Images/resourceDocumentIcon.png -share/webkit-1.0/webinspector/Images/resourceDocumentIconSmall.png -share/webkit-1.0/webinspector/Images/resourceJSIcon.png -share/webkit-1.0/webinspector/Images/resourcePlainIcon.png -share/webkit-1.0/webinspector/Images/resourcePlainIconSmall.png -share/webkit-1.0/webinspector/Images/resourcesIcon.png -share/webkit-1.0/webinspector/Images/resourcesSilhouette.png -share/webkit-1.0/webinspector/Images/resourcesSizeGraphIcon.png -share/webkit-1.0/webinspector/Images/resourcesTimeGraphIcon.png -share/webkit-1.0/webinspector/Images/scriptsIcon.png -share/webkit-1.0/webinspector/Images/scriptsSilhouette.png -share/webkit-1.0/webinspector/Images/searchSmallBlue.png -share/webkit-1.0/webinspector/Images/searchSmallBrightBlue.png -share/webkit-1.0/webinspector/Images/searchSmallGray.png -share/webkit-1.0/webinspector/Images/searchSmallWhite.png -share/webkit-1.0/webinspector/Images/segment.png -share/webkit-1.0/webinspector/Images/segmentEnd.png -share/webkit-1.0/webinspector/Images/segmentHover.png -share/webkit-1.0/webinspector/Images/segmentHoverEnd.png -share/webkit-1.0/webinspector/Images/segmentSelected.png -share/webkit-1.0/webinspector/Images/segmentSelectedEnd.png -share/webkit-1.0/webinspector/Images/sessionStorage.png -share/webkit-1.0/webinspector/Images/spinner.gif -share/webkit-1.0/webinspector/Images/splitviewDimple.png -share/webkit-1.0/webinspector/Images/splitviewDividerBackground.png -share/webkit-1.0/webinspector/Images/statusbarBackground.png -share/webkit-1.0/webinspector/Images/statusbarBottomBackground.png -share/webkit-1.0/webinspector/Images/statusbarButtons.png -share/webkit-1.0/webinspector/Images/statusbarMenuButton.png -share/webkit-1.0/webinspector/Images/statusbarMenuButtonSelected.png -share/webkit-1.0/webinspector/Images/statusbarResizerHorizontal.png -share/webkit-1.0/webinspector/Images/statusbarResizerVertical.png -share/webkit-1.0/webinspector/Images/storageIcon.png -share/webkit-1.0/webinspector/Images/successGreenDot.png -share/webkit-1.0/webinspector/Images/thumbActiveHoriz.png -share/webkit-1.0/webinspector/Images/thumbActiveVert.png -share/webkit-1.0/webinspector/Images/thumbHoriz.png -share/webkit-1.0/webinspector/Images/thumbHoverHoriz.png -share/webkit-1.0/webinspector/Images/thumbHoverVert.png -share/webkit-1.0/webinspector/Images/thumbVert.png -share/webkit-1.0/webinspector/Images/timelineBarBlue.png -share/webkit-1.0/webinspector/Images/timelineBarGray.png -share/webkit-1.0/webinspector/Images/timelineBarGreen.png -share/webkit-1.0/webinspector/Images/timelineBarOrange.png -share/webkit-1.0/webinspector/Images/timelineBarPurple.png -share/webkit-1.0/webinspector/Images/timelineBarRed.png -share/webkit-1.0/webinspector/Images/timelineBarYellow.png -share/webkit-1.0/webinspector/Images/timelineCheckmarks.png -share/webkit-1.0/webinspector/Images/timelineDots.png -share/webkit-1.0/webinspector/Images/timelineHollowPillBlue.png -share/webkit-1.0/webinspector/Images/timelineHollowPillGray.png -share/webkit-1.0/webinspector/Images/timelineHollowPillGreen.png -share/webkit-1.0/webinspector/Images/timelineHollowPillOrange.png -share/webkit-1.0/webinspector/Images/timelineHollowPillPurple.png -share/webkit-1.0/webinspector/Images/timelineHollowPillRed.png -share/webkit-1.0/webinspector/Images/timelineHollowPillYellow.png -share/webkit-1.0/webinspector/Images/timelineIcon.png -share/webkit-1.0/webinspector/Images/timelinePillBlue.png -share/webkit-1.0/webinspector/Images/timelinePillGray.png -share/webkit-1.0/webinspector/Images/timelinePillGreen.png -share/webkit-1.0/webinspector/Images/timelinePillOrange.png -share/webkit-1.0/webinspector/Images/timelinePillPurple.png -share/webkit-1.0/webinspector/Images/timelinePillRed.png -share/webkit-1.0/webinspector/Images/timelinePillYellow.png -share/webkit-1.0/webinspector/Images/toolbarItemSelected.png -share/webkit-1.0/webinspector/Images/trackHoriz.png -share/webkit-1.0/webinspector/Images/trackVert.png -share/webkit-1.0/webinspector/Images/treeDownTriangleBlack.png -share/webkit-1.0/webinspector/Images/treeDownTriangleWhite.png -share/webkit-1.0/webinspector/Images/treeRightTriangleBlack.png -share/webkit-1.0/webinspector/Images/treeRightTriangleWhite.png -share/webkit-1.0/webinspector/Images/treeUpTriangleBlack.png -share/webkit-1.0/webinspector/Images/treeUpTriangleWhite.png -share/webkit-1.0/webinspector/Images/undockButtonGlyph.png -share/webkit-1.0/webinspector/Images/userInputIcon.png -share/webkit-1.0/webinspector/Images/userInputPreviousIcon.png -share/webkit-1.0/webinspector/Images/userInputResultIcon.png -share/webkit-1.0/webinspector/Images/warningIcon.png -share/webkit-1.0/webinspector/Images/warningMediumIcon.png -share/webkit-1.0/webinspector/Images/warningOrangeDot.png -share/webkit-1.0/webinspector/Images/warningsErrors.png -share/webkit-1.0/webinspector/Images/whiteConnectorPoint.png -share/webkit-1.0/webinspector/InjectedFakeWorker.js -share/webkit-1.0/webinspector/InjectedScript.js -share/webkit-1.0/webinspector/InjectedScriptAccess.js -share/webkit-1.0/webinspector/InspectorBackendStub.js -share/webkit-1.0/webinspector/InspectorFrontendHostStub.js -share/webkit-1.0/webinspector/KeyboardShortcut.js -share/webkit-1.0/webinspector/MetricsSidebarPane.js -share/webkit-1.0/webinspector/Object.js -share/webkit-1.0/webinspector/ObjectPropertiesSection.js -share/webkit-1.0/webinspector/ObjectProxy.js -share/webkit-1.0/webinspector/Panel.js -share/webkit-1.0/webinspector/PanelEnablerView.js -share/webkit-1.0/webinspector/Placard.js -share/webkit-1.0/webinspector/Popover.js -share/webkit-1.0/webinspector/ProfileDataGridTree.js -share/webkit-1.0/webinspector/ProfileView.js -share/webkit-1.0/webinspector/ProfilesPanel.js -share/webkit-1.0/webinspector/PropertiesSection.js -share/webkit-1.0/webinspector/PropertiesSidebarPane.js -share/webkit-1.0/webinspector/Resource.js -share/webkit-1.0/webinspector/ResourceCategory.js -share/webkit-1.0/webinspector/ResourceView.js -share/webkit-1.0/webinspector/ResourcesPanel.js -share/webkit-1.0/webinspector/ScopeChainSidebarPane.js -share/webkit-1.0/webinspector/Script.js -share/webkit-1.0/webinspector/ScriptView.js -share/webkit-1.0/webinspector/ScriptsPanel.js -share/webkit-1.0/webinspector/Section.js -share/webkit-1.0/webinspector/Settings.js -share/webkit-1.0/webinspector/ShortcutsHelp.js -share/webkit-1.0/webinspector/SidebarPane.js -share/webkit-1.0/webinspector/SidebarTreeElement.js -share/webkit-1.0/webinspector/SourceCSSTokenizer.js -share/webkit-1.0/webinspector/SourceFrame.js -share/webkit-1.0/webinspector/SourceHTMLTokenizer.js -share/webkit-1.0/webinspector/SourceJavaScriptTokenizer.js -share/webkit-1.0/webinspector/SourceTokenizer.js -share/webkit-1.0/webinspector/SourceView.js -share/webkit-1.0/webinspector/StatusBarButton.js -share/webkit-1.0/webinspector/StoragePanel.js -share/webkit-1.0/webinspector/StylesSidebarPane.js -share/webkit-1.0/webinspector/SummaryBar.js -share/webkit-1.0/webinspector/TabbedPane.js -share/webkit-1.0/webinspector/TestController.js -share/webkit-1.0/webinspector/TextEditorHighlighter.js -share/webkit-1.0/webinspector/TextEditorModel.js -share/webkit-1.0/webinspector/TextPrompt.js -share/webkit-1.0/webinspector/TextViewer.js -share/webkit-1.0/webinspector/TimelineAgent.js -share/webkit-1.0/webinspector/TimelineGrid.js -share/webkit-1.0/webinspector/TimelineOverviewPane.js -share/webkit-1.0/webinspector/TimelinePanel.js -share/webkit-1.0/webinspector/TopDownProfileDataGridTree.js -share/webkit-1.0/webinspector/View.js -share/webkit-1.0/webinspector/WatchExpressionsSidebarPane.js -share/webkit-1.0/webinspector/WelcomeView.js -share/webkit-1.0/webinspector/WorkersSidebarPane.js -share/webkit-1.0/webinspector/audits.css -share/webkit-1.0/webinspector/helpScreen.css -share/webkit-1.0/webinspector/inspector.css -share/webkit-1.0/webinspector/inspector.html -share/webkit-1.0/webinspector/inspector.js -share/webkit-1.0/webinspector/inspectorSyntaxHighlight.css -share/webkit-1.0/webinspector/localizedStrings.js -share/webkit-1.0/webinspector/popover.css -share/webkit-1.0/webinspector/textViewer.css -share/webkit-1.0/webinspector/treeoutline.js -share/webkit-1.0/webinspector/utilities.js -@dirrm share/webkit-1.0/webinspector/Images -@dirrm share/webkit-1.0/webinspector -@dirrm share/webkit-1.0/resources -@dirrm share/webkit-1.0/images -@dirrm share/webkit-1.0 -@dirrm include/webkit-1.0/webkit -@dirrm include/webkit-1.0/JavaScriptCore -@dirrm include/webkit-1.0 -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin diff --git a/www/webkit-sharp/Makefile b/www/webkit-sharp/Makefile deleted file mode 100644 index 9fbb81a9a..000000000 --- a/www/webkit-sharp/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: webkit-sharp -# Date created: 2008-09-01 -# Whom: Romain Tartiere <romain@blogreen.org> -# -# $FreeBSD: ports/www/webkit-sharp/Makefile,v 1.6 2010/06/01 12:41:29 romain Exp $ -# - -PORTNAME= webkit-sharp -PORTVERSION= 0.3 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ - -MAINTAINER= mono@FreeBSD.org -COMMENT= Mono bindings for Webkit - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/webkit-1.0.pc:${PORTSDIR}/www/webkit-gtk2 -RUN_DEPENDS= ${BUILD_DEPENDS} - -PLIST_SUB+= ASSEMBLY_VERSION=1.1.15 - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gtksharp20 - -.include <bsd.port.mk> diff --git a/www/webkit-sharp/distinfo b/www/webkit-sharp/distinfo deleted file mode 100644 index 5877a8677..000000000 --- a/www/webkit-sharp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (webkit-sharp-0.3.tar.bz2) = 21482f9d5eafb0ef4acc6e790482f934 -SHA256 (webkit-sharp-0.3.tar.bz2) = 6633630b6e4834b0f93726570d1c97e884470e3c400ae929cca2f1376b7b959a -SIZE (webkit-sharp-0.3.tar.bz2) = 88972 diff --git a/www/webkit-sharp/files/patch-sources_webkit-sharp.dll.config.in b/www/webkit-sharp/files/patch-sources_webkit-sharp.dll.config.in deleted file mode 100644 index 208342e16..000000000 --- a/www/webkit-sharp/files/patch-sources_webkit-sharp.dll.config.in +++ /dev/null @@ -1,10 +0,0 @@ - -$FreeBSD: ports/www/webkit-sharp/files/patch-sources_webkit-sharp.dll.config.in,v 1.1 2010/06/01 12:41:29 romain Exp $ - ---- sources/webkit-sharp.dll.config.in.orig -+++ sources/webkit-sharp.dll.config.in -@@ -1,3 +1,3 @@ - <configuration> -- <dllmap dll="webkit-1.0" target="webkit-1.0@LIB_PREFIX@.2@LIB_SUFFIX@"/> -+ <dllmap dll="webkit-1.0" target="webkit-1.0@LIB_PREFIX@@LIB_SUFFIX@"/> - </configuration> diff --git a/www/webkit-sharp/pkg-descr b/www/webkit-sharp/pkg-descr deleted file mode 100644 index 8c4b1875e..000000000 --- a/www/webkit-sharp/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -WebKit# is a .NET language binding for the WebKit rendering engine. - -WWW: http://webkit.org diff --git a/www/webkit-sharp/pkg-plist b/www/webkit-sharp/pkg-plist deleted file mode 100644 index 414f35656..000000000 --- a/www/webkit-sharp/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -@comment $FreeBSD: ports/www/webkit-sharp/pkg-plist,v 1.3 2010/06/01 12:41:29 romain Exp $ -lib/mono/gac/webkit-sharp/%%ASSEMBLY_VERSION%%.0__eaa1d335d2e19745/webkit-sharp.dll -lib/mono/gac/webkit-sharp/%%ASSEMBLY_VERSION%%.0__eaa1d335d2e19745/webkit-sharp.dll.config -lib/mono/webkit-sharp/webkit-sharp.dll -lib/monodoc/sources/webkit-sharp-docs.source -lib/monodoc/sources/webkit-sharp-docs.tree -lib/monodoc/sources/webkit-sharp-docs.zip -libdata/pkgconfig/webkit-sharp-1.0.pc -@dirrm lib/mono/webkit-sharp -@dirrm lib/mono/gac/webkit-sharp/%%ASSEMBLY_VERSION%%.0__eaa1d335d2e19745 -@dirrm lib/mono/gac/webkit-sharp |