diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
commit | 1b3327761c8bcb98d89b529daeae9600844b4361 (patch) | |
tree | 0be1cd4eb5fec6661da4798906b0d9bd522e794f /net/liferea | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2 marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip |
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/liferea')
-rw-r--r-- | net/liferea/Makefile | 89 | ||||
-rw-r--r-- | net/liferea/distinfo | 3 | ||||
-rw-r--r-- | net/liferea/files/patch-5.X_build_fix | 10 | ||||
-rw-r--r-- | net/liferea/files/patch-dont_install_wrapper_script | 22 | ||||
-rw-r--r-- | net/liferea/pkg-descr | 7 | ||||
-rw-r--r-- | net/liferea/pkg-plist | 134 |
6 files changed, 0 insertions, 265 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile deleted file mode 100644 index 4f9a2fcf2..000000000 --- a/net/liferea/Makefile +++ /dev/null @@ -1,89 +0,0 @@ -# Ports collection Makefile for: liferea -# Date created: 28 August 2003 -# Whom: Hye-Shik Chang <perky@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= liferea -PORTVERSION= 1.0.23 -PORTREVISION= 2 -CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= liferea - -MAINTAINER= pav@FreeBSD.org -COMMENT= Simple RSS/RDF feed reader - -USE_XLIB= yes -USE_GECKO= mozilla firefox -USE_GNOME= gnomeprefix gnomehack libgtkhtml -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --mandir=${PREFIX}/man -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= liferea.1 -GCONF_SCHEMAS= liferea.schemas - -OPTIONS= DBUS "Enable dbus support" on \ - XPI "Firefox extension to subscribe feeds (req. dbus)" off \ - MOZILLA "Use Mozilla for rendering" off \ - XULRUNNER "Use Xulrunner for rendering" off - -.include <bsd.port.pre.mk> - -.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_XPI -PATCH_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip -RUN_DEPENDS+= firefox:${PORTSDIR}/www/firefox -PLIST_SUB+= XPI="" -.else -PLIST_SUB+= XPI="@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 's,{print $$1},{print $$2},g' \ - ${WRKSRC}/configure -.endif -.ifdef WITH_XPI - @${MKDIR} ${WRKDIR}/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab} - @${UNZIP_CMD} -q -d ${WRKDIR}/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab} ${WRKSRC}/feedbag.xpi -.endif - -post-install: -.ifdef WITH_XPI - ${MKDIR} ${PREFIX}/lib/firefox/extensions/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab}/chrome - ${INSTALL_DATA} ${WRKDIR}/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab}/chrome/feedbag.jar ${PREFIX}/lib/firefox/extensions/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab}/chrome - ${INSTALL_DATA} ${WRKDIR}/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab}/chrome.manifest ${PREFIX}/lib/firefox/extensions/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab} - ${INSTALL_DATA} ${WRKDIR}/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab}/install.rdf ${PREFIX}/lib/firefox/extensions/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab} -.endif - -.include <bsd.port.post.mk> diff --git a/net/liferea/distinfo b/net/liferea/distinfo deleted file mode 100644 index b19457fca..000000000 --- a/net/liferea/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (liferea-1.0.23.tar.gz) = f3f5499e4b8a032cdb595eb47255829a -SHA256 (liferea-1.0.23.tar.gz) = b94caa271f4ff7fd7254d30a255b1c54b03c4bb2fbe795979967eec16c38b432 -SIZE (liferea-1.0.23.tar.gz) = 1571355 diff --git a/net/liferea/files/patch-5.X_build_fix b/net/liferea/files/patch-5.X_build_fix deleted file mode 100644 index a5c26d0ae..000000000 --- a/net/liferea/files/patch-5.X_build_fix +++ /dev/null @@ -1,10 +0,0 @@ ---- src/net/zlib_interface.c.orig Tue Jan 24 22:28:04 2006 -+++ src/net/zlib_interface.c Sat May 20 22:46:03 2006 -@@ -29,6 +29,7 @@ - #include <stdio.h> - #include <zlib.h> - #include <string.h> -+#include <sys/types.h> - - int JG_ZLIB_DEBUG = 1; - 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 94c9fe82d..000000000 --- a/net/liferea/pkg-plist +++ /dev/null @@ -1,134 +0,0 @@ -bin/liferea -bin/liferea-add-feed -%%XPI%%lib/firefox/extensions/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab}/chrome/feedbag.jar -%%XPI%%lib/firefox/extensions/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab}/chrome.manifest -%%XPI%%lib/firefox/extensions/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab}/install.rdf -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 -share/gnome/applications/liferea.desktop -share/gnome/liferea/css/adblock.css -share/gnome/liferea/css/liferea.css -share/gnome/liferea/css/liferea2.css -share/gnome/liferea/doc/html/about_de.html -share/gnome/liferea/doc/html/about_en.html -share/gnome/liferea/doc/html/enclosures_de.html -share/gnome/liferea/doc/html/enclosures_en.html -share/gnome/liferea/doc/html/faq_de.html -share/gnome/liferea/doc/html/faq_en.html -share/gnome/liferea/doc/html/faq_ja.html -share/gnome/liferea/doc/html/folders_de.html -share/gnome/liferea/doc/html/folders_en.html -share/gnome/liferea/doc/html/headlines_de.html -share/gnome/liferea/doc/html/headlines_en.html -share/gnome/liferea/doc/html/help_feed_available.png -share/gnome/liferea/doc/html/help_feed_error.png -share/gnome/liferea/doc/html/help_feed_ocs.png -share/gnome/liferea/doc/html/help_feed_prop_auth_1.0.0.png -share/gnome/liferea/doc/html/help_feed_prop_cache_1.0.0.png -share/gnome/liferea/doc/html/help_feed_prop_enclosures_1.0.0.png -share/gnome/liferea/doc/html/help_feed_prop_general_1.0.0.png -share/gnome/liferea/doc/html/help_feed_prop_source_1.0.0.png -share/gnome/liferea/doc/html/help_item_flag.png -share/gnome/liferea/doc/html/help_prefs_browser_1.0.0.png -share/gnome/liferea/doc/html/help_prefs_enclosures_1.0.0.png -share/gnome/liferea/doc/html/help_prefs_feeds_1.0.0.png -share/gnome/liferea/doc/html/help_prefs_folders_1.0.0.png -share/gnome/liferea/doc/html/help_prefs_gui_1.0.0.png -share/gnome/liferea/doc/html/help_prefs_headlines_1.0.0.png -share/gnome/liferea/doc/html/help_prefs_proxy_1.0.0.png -share/gnome/liferea/doc/html/help_search_1.0.0.png -share/gnome/liferea/doc/html/help_subscribe_1.0.0.png -share/gnome/liferea/doc/html/help_vfolder_1.0.0.png -share/gnome/liferea/doc/html/preferences_de.html -share/gnome/liferea/doc/html/preferences_en.html -share/gnome/liferea/doc/html/reference.css -share/gnome/liferea/doc/html/reference_de.html -share/gnome/liferea/doc/html/reference_en.html -share/gnome/liferea/doc/html/reference_ja.html -share/gnome/liferea/doc/html/reference_nl.html -share/gnome/liferea/doc/html/searching_de.html -share/gnome/liferea/doc/html/searching_en.html -share/gnome/liferea/doc/html/subscriptions_de.html -share/gnome/liferea/doc/html/subscriptions_en.html -share/gnome/liferea/doc/html/topics_de.html -share/gnome/liferea/doc/html/topics_en.html -share/gnome/liferea/doc/html/topics_ja.html -share/gnome/liferea/doc/html/updating_de.html -share/gnome/liferea/doc/html/updating_en.html -share/gnome/liferea/dtd/html.ent -share/gnome/liferea/opml/feedlist.opml -share/gnome/liferea/opml/feedlist_de.opml -share/gnome/liferea/opml/feedlist_es.opml -share/gnome/liferea/opml/feedlist_fr.opml -share/gnome/liferea/opml/feedlist_nl.opml -share/gnome/liferea/opml/feedlist_pl.opml -share/gnome/liferea/opml/feedlist_sk.opml -share/gnome/liferea/pixmaps/arrow.png -share/gnome/liferea/pixmaps/available.png -share/gnome/liferea/pixmaps/available_offline.png -share/gnome/liferea/pixmaps/directory.png -share/gnome/liferea/pixmaps/edit.png -share/gnome/liferea/pixmaps/empty.png -share/gnome/liferea/pixmaps/empty_offline.png -share/gnome/liferea/pixmaps/flag.png -share/gnome/liferea/pixmaps/liferea.png -share/gnome/liferea/pixmaps/ocs.png -share/gnome/liferea/pixmaps/offline.png -share/gnome/liferea/pixmaps/online.png -share/gnome/liferea/pixmaps/read.xpm -share/gnome/liferea/pixmaps/technorati.png -share/gnome/liferea/pixmaps/unread.png -share/gnome/liferea/pixmaps/vfolder.png -share/gnome/pixmaps/liferea.png -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/es/LC_MESSAGES/liferea.mo -share/locale/fi/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/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_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/sv/LC_MESSAGES/liferea.mo -share/locale/zh_CN/LC_MESSAGES/liferea.mo -share/locale/zh_TW/LC_MESSAGES/liferea.mo -@dirrm share/gnome/liferea/pixmaps -@dirrm share/gnome/liferea/opml -@dirrm share/gnome/liferea/dtd -@dirrm share/gnome/liferea/doc/html -@dirrm share/gnome/liferea/doc -@dirrm share/gnome/liferea/css -@dirrm share/gnome/liferea -@dirrm lib/liferea -%%XPI%%@dirrm lib/firefox/extensions/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab}/chrome -%%XPI%%@dirrm lib/firefox/extensions/{79ea0ec1-3fc3-4ade-8220-262d4c4825ab} -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca |