summaryrefslogtreecommitdiffstats
path: root/net/liferea
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
commite934b106497f17545e236bb9644bed935cd118ad (patch)
tree29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /net/liferea
parent14c9f603eb5d9868d374e46ac865925da109a838 (diff)
downloadmarcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/liferea')
-rw-r--r--net/liferea/Makefile86
-rw-r--r--net/liferea/distinfo3
-rw-r--r--net/liferea/files/patch-dont_install_wrapper_script22
-rw-r--r--net/liferea/pkg-descr7
-rw-r--r--net/liferea/pkg-plist153
5 files changed, 0 insertions, 271 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile
deleted file mode 100644
index f88bc70c8..000000000
--- a/net/liferea/Makefile
+++ /dev/null
@@ -1,86 +0,0 @@
-# Ports collection Makefile for: liferea
-# Date created: 28 August 2003
-# Whom: Hye-Shik Chang <perky@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= liferea
-PORTVERSION= 1.4.5b
-PORTREVISION= 1
-CATEGORIES= net gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= liferea
-
-MAINTAINER= pav@FreeBSD.org
-COMMENT= Simple RSS/RDF feed reader
-
-LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
-
-USE_GECKO= mozilla firefox
-USE_GNOME= gnomeprefix gnomehack libgtkhtml libglade2
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-MAN1= liferea.1
-MANLANG= "" pl
-GCONF_SCHEMAS= liferea.schemas
-INSTALLS_ICONS= yes
-
-OPTIONS= LIBNOTIFY "Enable libnotify support" on \
- DBUS "Enable dbus support" on \
- GNUTLS "Enable SSL/HTTPS support" on \
- MOZILLA "Use Firefox for rendering" off \
- XULRUNNER "Use Xulrunner for rendering" off
-
-.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
-
-.ifdef WITHOUT_GNUTLS
-CONFIGURE_ARGS+=--disable-gnutls
-.else
-LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
-.endif
-
-.ifdef WITH_MOZILLA
-.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
-CONFIGURE_ARGS+=--enable-gecko=${GECKO}
-PLIST_SUB+= MOZ=""
-.else
-CONFIGURE_ARGS+=--disable-gecko
-PLIST_SUB+= MOZ="@comment "
-.endif
-
-.ifdef WITH_XULRUNNER
-BUILD_DEPENDS+= xulrunner:${PORTSDIR}/www/xulrunner
-RUN_DEPENDS+= xulrunner:${PORTSDIR}/www/xulrunner
-PLIST_SUB+= XUL=""
-.else
-CONFIGURE_ARGS+=--disable-xulrunner
-PLIST_SUB+= XUL="@comment "
-.endif
-
-.ifdef WITHOUT_DBUS
-CONFIGURE_ARGS+=--disable-dbus
-.else
-LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus
-.endif
-
-post-patch:
-.ifdef WITH_MOZILLA
- @${REINPLACE_CMD} -e 's,firefox-,$$gecko_provider-,g' \
- -e 's,\(gecko_provider=\).*$$,\1${GECKO},' \
- -e '/INCLUDE/s,{print $$1},{print $$2},g' \
- ${WRKSRC}/configure
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/net/liferea/distinfo b/net/liferea/distinfo
deleted file mode 100644
index 2e463a3ab..000000000
--- a/net/liferea/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (liferea-1.4.5b.tar.gz) = b5e9f4b6ef74a90a051ba23321d9384b
-SHA256 (liferea-1.4.5b.tar.gz) = 8efcfd3559a2501bcf4625ae6896d56d8aa9326e4f9ba144a333fa06ba43864b
-SIZE (liferea-1.4.5b.tar.gz) = 1580291
diff --git a/net/liferea/files/patch-dont_install_wrapper_script b/net/liferea/files/patch-dont_install_wrapper_script
deleted file mode 100644
index d050e8eff..000000000
--- a/net/liferea/files/patch-dont_install_wrapper_script
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/Makefile.in.orig Mon May 29 17:07:31 2006
-+++ src/Makefile.in Mon May 29 17:08:38 2006
-@@ -204,7 +204,7 @@
-
-
- bin_PROGRAMS = liferea-bin
--bin_SCRIPTS = liferea liferea-add-feed
-+bin_SCRIPTS = liferea-add-feed
-
- liferea_bin_SOURCES = \
- atom10.c atom10.h \
-@@ -374,8 +374,8 @@
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
-- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
-- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
-+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/liferea"; \
-+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/liferea || exit 1; \
- else :; fi; \
- done
-
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 2922c74f7..000000000
--- a/net/liferea/pkg-plist
+++ /dev/null
@@ -1,153 +0,0 @@
-bin/liferea
-bin/liferea-add-feed
-lib/liferea/liblihtmlg.la
-lib/liferea/liblihtmlg.so
-%%MOZ%%lib/liferea/liblihtmlm.la
-%%MOZ%%lib/liferea/liblihtmlm.so
-%%XUL%%lib/liferea/liblihtmlx.la
-%%XUL%%lib/liferea/liblihtmlx.so
-%%NOTIFY%%lib/liferea/liblinotiflibnotify.la
-%%NOTIFY%%lib/liferea/liblinotiflibnotify.so
-%%NOTIFY%%lib/liferea/liblinotiflibnotify.so.0
-share/applications/liferea.desktop
-share/liferea/bloglines_source.glade
-share/liferea/google_source.glade
-share/liferea/liferea.glade
-share/liferea/node_source.glade
-share/liferea/opml_source.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/faq_ja.html
-share/liferea/doc/html/folders_de.html
-share/liferea/doc/html/folders_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.4.0.png
-share/liferea/doc/html/help_feed_prop_cache_1.4.0.png
-share/liferea/doc/html/help_feed_prop_downl_1.4.0.png
-share/liferea/doc/html/help_feed_prop_general_1.4.0.png
-share/liferea/doc/html/help_feed_prop_source_1.4.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.4.0.png
-share/liferea/doc/html/help_prefs_enclosures_1.4.0.png
-share/liferea/doc/html/help_prefs_feeds_1.4.0.png
-share/liferea/doc/html/help_prefs_folders_1.4.0.png
-share/liferea/doc/html/help_prefs_gui_1.4.0.png
-share/liferea/doc/html/help_prefs_headlines_1.4.0.png
-share/liferea/doc/html/help_prefs_proxy_1.4.0.png
-share/liferea/doc/html/help_search_1.4.0.png
-share/liferea/doc/html/help_source_add_1.4.0.png
-share/liferea/doc/html/help_subscribe_1.4.0.png
-share/liferea/doc/html/help_vfolder_1.4.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/reference_ja.html
-share/liferea/doc/html/reference_nl.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/topics_ja.html
-share/liferea/doc/html/updating_de.html
-share/liferea/doc/html/updating_en.html
-share/liferea/dtd/html.ent
-share/liferea/media/xspf_license.txt
-share/liferea/media/xspf_player_slim.swf
-share/liferea/opml/feedlist.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_nl.opml
-share/liferea/opml/feedlist_pl.opml
-share/liferea/opml/feedlist_sk.opml
-share/liferea/opml/feedlist_sv.opml
-share/liferea/opml/feedlist_tr.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/grayflag.png
-share/liferea/pixmaps/liferea.png
-share/liferea/pixmaps/newsbin.png
-share/liferea/pixmaps/ocs.png
-share/liferea/pixmaps/offline.png
-share/liferea/pixmaps/online.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/48x48/apps/liferea.png
-share/locale/ar/LC_MESSAGES/liferea.mo
-share/locale/be@latin/LC_MESSAGES/liferea.mo
-share/locale/ca/LC_MESSAGES/liferea.mo
-share/locale/de/LC_MESSAGES/liferea.mo
-share/locale/es/LC_MESSAGES/liferea.mo
-share/locale/eu/LC_MESSAGES/liferea.mo
-share/locale/fr/LC_MESSAGES/liferea.mo
-share/locale/it/LC_MESSAGES/liferea.mo
-share/locale/ja/LC_MESSAGES/liferea.mo
-share/locale/pl/LC_MESSAGES/liferea.mo
-share/locale/pt_BR/LC_MESSAGES/liferea.mo
-share/locale/ru/LC_MESSAGES/liferea.mo
-share/locale/sv/LC_MESSAGES/liferea.mo
-share/locale/tr/LC_MESSAGES/liferea.mo
-@dirrm share/liferea/xslt
-@dirrm share/liferea/pixmaps
-@dirrm share/liferea/opml
-@dirrm share/liferea/media
-@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