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 /net | |
parent | 5f1a5e92e5febfe34bea4ebd2ea781354c5a1e8a (diff) | |
download | marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.gz marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.bz2 marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.lz marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.xz 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 'net')
-rw-r--r-- | net/libproxy-webkit/Makefile | 29 | ||||
-rw-r--r-- | net/libproxy-webkit/pkg-descr | 7 | ||||
-rw-r--r-- | net/libproxy-webkit/pkg-plist | 1 | ||||
-rw-r--r-- | net/liferea/Makefile | 45 | ||||
-rw-r--r-- | net/liferea/distinfo | 3 | ||||
-rw-r--r-- | net/liferea/pkg-descr | 7 | ||||
-rw-r--r-- | net/liferea/pkg-plist | 164 |
7 files changed, 0 insertions, 256 deletions
diff --git a/net/libproxy-webkit/Makefile b/net/libproxy-webkit/Makefile deleted file mode 100644 index 69464aeb0..000000000 --- a/net/libproxy-webkit/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: libproxy-webkit -# Date created: 26 February 2009 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/net/libproxy-webkit/Makefile,v 1.5 2010/03/28 06:41:22 dinoex Exp $ -# - -PORTREVISION= 10 -CATEGORIES= net devel -PKGNAMESUFFIX= -webkit - -MAINTAINER= gnome@FreeBSD.org -COMMENT= WebKit Javascript plug-in for libproxy - -LIB_DEPENDS= proxy.0:${PORTSDIR}/net/libproxy \ - webkitgtk-1.0.13:${PORTSDIR}/www/webkit-gtk2 - -MASTERDIR= ${.CURDIR}/../libproxy -BUILD_WRKSRC= ${WRKSRC}/src/plugins -INSTALL_WRKSRC= ${BUILD_WRKSRC} -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist -CONFIGURE_ARGS=--without-gnome --without-kde --with-webkit \ - --without-mozjs --without-networkmanager --without-python \ - --without-envvar --without-file - -LIBPROXY_SLAVE= yes - -.include "${MASTERDIR}/Makefile" diff --git a/net/libproxy-webkit/pkg-descr b/net/libproxy-webkit/pkg-descr deleted file mode 100644 index e9b912c76..000000000 --- a/net/libproxy-webkit/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Libproxy exists to answer the question: Given a network resource, how do I -reach it? It handles all the details, enabling you to get back to -programming. - -This plug-in allows the WebKit web browser to make use of libproxy. - -WWW: http://code.google.com/p/libproxy/ diff --git a/net/libproxy-webkit/pkg-plist b/net/libproxy-webkit/pkg-plist deleted file mode 100644 index 1032ea9e2..000000000 --- a/net/libproxy-webkit/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/libproxy/%%VERSION%%/plugins/webkit.so diff --git a/net/liferea/Makefile b/net/liferea/Makefile deleted file mode 100644 index ad2807a82..000000000 --- a/net/liferea/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# Ports collection Makefile for: liferea -# Date created: 28 August 2003 -# Whom: Hye-Shik Chang <perky@FreeBSD.org> -# -# $FreeBSD: ports/net/liferea/Makefile,v 1.145 2010/07/01 11:13:34 pav Exp $ -# - -PORTNAME= liferea -PORTVERSION= 1.6.4 -PORTREVISION= 1 -CATEGORIES= net gnome -MASTER_SITES= SF/${PORTNAME}/Liferea%20Stable/${PORTVERSION} - -MAINTAINER= pav@FreeBSD.org -COMMENT= Simple RSS/RDF feed reader - -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - webkitgtk-1.0.13:${PORTSDIR}/www/webkit-gtk2 - -USE_GNOME= gnomeprefix gnomehack libglade2 -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -MAKE_JOBS_SAFE= yes - -MAN1= liferea.1 -MANLANG= "" pl -GCONF_SCHEMAS= liferea.schemas -INSTALLS_ICONS= yes - -OPTIONS= LIBNOTIFY "Enable libnotify support" on - -.include <bsd.port.pre.mk> - -.ifdef WITHOUT_LIBNOTIFY -CONFIGURE_ARGS+=--disable-libnotify -PLIST_SUB+= NOTIFY="@comment " -.else -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify -PLIST_SUB+= NOTIFY="" -.endif - -.include <bsd.port.post.mk> diff --git a/net/liferea/distinfo b/net/liferea/distinfo deleted file mode 100644 index a05fd324a..000000000 --- a/net/liferea/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (liferea-1.6.4.tar.gz) = 921b5778f5cc67a60eec4669b6048844 -SHA256 (liferea-1.6.4.tar.gz) = 1549b379fcb446257d7312eb4b165655fbd32ba6243bfd35055479436c502f9e -SIZE (liferea-1.6.4.tar.gz) = 1743075 diff --git a/net/liferea/pkg-descr b/net/liferea/pkg-descr deleted file mode 100644 index 3f0b1f4cf..000000000 --- a/net/liferea/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Liferea is a simple FeedReader clone. It is a reader for RSS/RDF -feeds. The problem with FeedReader: for now its only available for -Windows. There are some projects for GNU/Linux or Unices, but no -satisfying solutions for GTK/GNOME. Therefore I started to write -this program. Liferea is an abbreviation for Linux Feed Reader. - -WWW: http://liferea.sourceforge.net/ diff --git a/net/liferea/pkg-plist b/net/liferea/pkg-plist deleted file mode 100644 index 5e60c9d73..000000000 --- a/net/liferea/pkg-plist +++ /dev/null @@ -1,164 +0,0 @@ -bin/liferea -bin/liferea-add-feed -%%NOTIFY%%lib/liferea/liblinotiflibnotify.a -%%NOTIFY%%lib/liferea/liblinotiflibnotify.la -%%NOTIFY%%lib/liferea/liblinotiflibnotify.so -share/applications/liferea.desktop -share/liferea/auth.glade -share/liferea/bloglines_source.glade -share/liferea/google_source.glade -share/liferea/liferea.glade -share/liferea/new_subscription.glade -share/liferea/node_source.glade -share/liferea/opml_source.glade -share/liferea/simple_subscription.glade -share/liferea/css/adblock.css -share/liferea/css/liferea.css -share/liferea/doc/html/about_de.html -share/liferea/doc/html/about_en.html -share/liferea/doc/html/concepts_de.html -share/liferea/doc/html/concepts_en.html -share/liferea/doc/html/enclosures_de.html -share/liferea/doc/html/enclosures_en.html -share/liferea/doc/html/faq_de.html -share/liferea/doc/html/faq_en.html -share/liferea/doc/html/folders_de.html -share/liferea/doc/html/folders_en.html -share/liferea/doc/html/greader_de.html -share/liferea/doc/html/greader_en.html -share/liferea/doc/html/headlines_de.html -share/liferea/doc/html/headlines_en.html -share/liferea/doc/html/help_feed_default.png -share/liferea/doc/html/help_feed_error.png -share/liferea/doc/html/help_feed_prop_adv_1.6.0.png -share/liferea/doc/html/help_feed_prop_cache_1.6.0.png -share/liferea/doc/html/help_feed_prop_downl_1.6.0.png -share/liferea/doc/html/help_feed_prop_general_1.6.0.png -share/liferea/doc/html/help_feed_prop_source_1.6.0.png -share/liferea/doc/html/help_folder.png -share/liferea/doc/html/help_item_flag.png -share/liferea/doc/html/help_item_unread.png -share/liferea/doc/html/help_opml.png -share/liferea/doc/html/help_prefs_browser_1.6.0.png -share/liferea/doc/html/help_prefs_enclosures_1.6.0.png -share/liferea/doc/html/help_prefs_feeds_1.6.0.png -share/liferea/doc/html/help_prefs_folders_1.6.0.png -share/liferea/doc/html/help_prefs_gui_1.6.0.png -share/liferea/doc/html/help_prefs_headlines_1.6.0.png -share/liferea/doc/html/help_prefs_proxy_1.6.0.png -share/liferea/doc/html/help_search_1.6.0.png -share/liferea/doc/html/help_subscribe_1.6.0.png -share/liferea/doc/html/help_vfolder_1.6.0.png -share/liferea/doc/html/newsbin_de.html -share/liferea/doc/html/newsbin_en.html -share/liferea/doc/html/preferences_de.html -share/liferea/doc/html/preferences_en.html -share/liferea/doc/html/reference.css -share/liferea/doc/html/reference_de.html -share/liferea/doc/html/reference_en.html -share/liferea/doc/html/searching_de.html -share/liferea/doc/html/searching_en.html -share/liferea/doc/html/subscriptions_de.html -share/liferea/doc/html/subscriptions_en.html -share/liferea/doc/html/topics_de.html -share/liferea/doc/html/topics_en.html -share/liferea/doc/html/updating_de.html -share/liferea/doc/html/updating_en.html -share/liferea/dtd/html.ent -share/liferea/opml/feedlist.opml -share/liferea/opml/feedlist_bg.opml -share/liferea/opml/feedlist_ca.opml -share/liferea/opml/feedlist_de.opml -share/liferea/opml/feedlist_es.opml -share/liferea/opml/feedlist_eu.opml -share/liferea/opml/feedlist_fr.opml -share/liferea/opml/feedlist_it.opml -share/liferea/opml/feedlist_nl.opml -share/liferea/opml/feedlist_pl.opml -share/liferea/opml/feedlist_pt.opml -share/liferea/opml/feedlist_pt_BR.opml -share/liferea/opml/feedlist_ru.opml -share/liferea/opml/feedlist_sk.opml -share/liferea/opml/feedlist_sv.opml -share/liferea/pixmaps/arrow.png -share/liferea/pixmaps/attachment.png -share/liferea/pixmaps/available.png -share/liferea/pixmaps/available_offline.png -share/liferea/pixmaps/bookmark.png -share/liferea/pixmaps/comments.png -share/liferea/pixmaps/default.png -share/liferea/pixmaps/directory.png -share/liferea/pixmaps/edit.png -share/liferea/pixmaps/empty.png -share/liferea/pixmaps/empty_offline.png -share/liferea/pixmaps/fl_bloglines.png -share/liferea/pixmaps/fl_google.png -share/liferea/pixmaps/fl_opml.png -share/liferea/pixmaps/flag.png -share/liferea/pixmaps/folder_empty.png -share/liferea/pixmaps/grayflag.png -share/liferea/pixmaps/newsbin.png -share/liferea/pixmaps/read.xpm -share/liferea/pixmaps/tag.png -share/liferea/pixmaps/technorati.png -share/liferea/pixmaps/unread.png -share/liferea/pixmaps/vfolder.png -share/liferea/xslt/feed.xml -share/liferea/xslt/feed.xml.in -share/liferea/xslt/folder.xml -share/liferea/xslt/folder.xml.in -share/liferea/xslt/item.xml -share/liferea/xslt/item.xml.in -share/liferea/xslt/i18n-filter.xslt -share/liferea/xslt/newsbin.xml -share/liferea/xslt/newsbin.xml.in -share/liferea/xslt/source.xml -share/liferea/xslt/source.xml.in -share/liferea/xslt/vfolder.xml -share/liferea/xslt/vfolder.xml.in -share/icons/hicolor/16x16/apps/liferea.png -share/icons/hicolor/22x22/apps/liferea.png -share/icons/hicolor/24x24/apps/liferea.png -share/icons/hicolor/32x32/apps/liferea.png -share/icons/hicolor/48x48/apps/liferea.png -share/icons/hicolor/scalable/apps/liferea.svg -share/locale/ar/LC_MESSAGES/liferea.mo -share/locale/be@latin/LC_MESSAGES/liferea.mo -share/locale/bg/LC_MESSAGES/liferea.mo -share/locale/ca/LC_MESSAGES/liferea.mo -share/locale/cs/LC_MESSAGES/liferea.mo -share/locale/de/LC_MESSAGES/liferea.mo -share/locale/el/LC_MESSAGES/liferea.mo -share/locale/es/LC_MESSAGES/liferea.mo -share/locale/eu/LC_MESSAGES/liferea.mo -share/locale/fi/LC_MESSAGES/liferea.mo -share/locale/fr/LC_MESSAGES/liferea.mo -share/locale/hu/LC_MESSAGES/liferea.mo -share/locale/it/LC_MESSAGES/liferea.mo -share/locale/ja/LC_MESSAGES/liferea.mo -share/locale/ko/LC_MESSAGES/liferea.mo -share/locale/mk/LC_MESSAGES/liferea.mo -share/locale/nl/LC_MESSAGES/liferea.mo -share/locale/pl/LC_MESSAGES/liferea.mo -share/locale/pt/LC_MESSAGES/liferea.mo -share/locale/pt_BR/LC_MESSAGES/liferea.mo -share/locale/ro/LC_MESSAGES/liferea.mo -share/locale/ru/LC_MESSAGES/liferea.mo -share/locale/sk/LC_MESSAGES/liferea.mo -share/locale/sq/LC_MESSAGES/liferea.mo -share/locale/sv/LC_MESSAGES/liferea.mo -share/locale/tr/LC_MESSAGES/liferea.mo -share/locale/zh_CN/LC_MESSAGES/liferea.mo -share/locale/zh_TW/LC_MESSAGES/liferea.mo -@dirrm share/liferea/xslt -@dirrm share/liferea/pixmaps -@dirrm share/liferea/opml -@dirrm share/liferea/dtd -@dirrm share/liferea/doc/html -@dirrm share/liferea/doc -@dirrm share/liferea/css -@dirrm share/liferea -@dirrmtry man/pl/man1 -@dirrmtry man/pl -@dirrm lib/liferea -@dirrmtry share/applications |