diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-05 19:34:49 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-05 19:34:49 +0800 |
commit | bde500a3f7cf00b9c196f3393e21c440b318b03f (patch) | |
tree | b107009a045c5f5fad5d442bbd34f58d031772cb /net | |
parent | 910ed5f4ecfca362ba908a3f74a888b6e78022ff (diff) | |
download | marcuscom-ports-bde500a3f7cf00b9c196f3393e21c440b318b03f.tar marcuscom-ports-bde500a3f7cf00b9c196f3393e21c440b318b03f.tar.gz marcuscom-ports-bde500a3f7cf00b9c196f3393e21c440b318b03f.tar.bz2 marcuscom-ports-bde500a3f7cf00b9c196f3393e21c440b318b03f.tar.lz marcuscom-ports-bde500a3f7cf00b9c196f3393e21c440b318b03f.tar.xz marcuscom-ports-bde500a3f7cf00b9c196f3393e21c440b318b03f.tar.zst marcuscom-ports-bde500a3f7cf00b9c196f3393e21c440b318b03f.zip |
webkit-gtk2 shlib changed its name. Chase all users. also update some
depend lines to include a version because there is now a webkitgtk-1.0 and
webkitgtk-3.0. So webkitgtk matches both.
While here reset epiphany back to the 2.30 version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14295 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, 256 insertions, 0 deletions
diff --git a/net/libproxy-webkit/Makefile b/net/libproxy-webkit/Makefile new file mode 100644 index 000000000..69464aeb0 --- /dev/null +++ b/net/libproxy-webkit/Makefile @@ -0,0 +1,29 @@ +# 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 new file mode 100644 index 000000000..e9b912c76 --- /dev/null +++ b/net/libproxy-webkit/pkg-descr @@ -0,0 +1,7 @@ +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 new file mode 100644 index 000000000..1032ea9e2 --- /dev/null +++ b/net/libproxy-webkit/pkg-plist @@ -0,0 +1 @@ +lib/libproxy/%%VERSION%%/plugins/webkit.so diff --git a/net/liferea/Makefile b/net/liferea/Makefile new file mode 100644 index 000000000..ad2807a82 --- /dev/null +++ b/net/liferea/Makefile @@ -0,0 +1,45 @@ +# 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 new file mode 100644 index 000000000..a05fd324a --- /dev/null +++ b/net/liferea/distinfo @@ -0,0 +1,3 @@ +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 new file mode 100644 index 000000000..3f0b1f4cf --- /dev/null +++ b/net/liferea/pkg-descr @@ -0,0 +1,7 @@ +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 new file mode 100644 index 000000000..5e60c9d73 --- /dev/null +++ b/net/liferea/pkg-plist @@ -0,0 +1,164 @@ +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 |