summaryrefslogtreecommitdiffstats
path: root/net/straw
diff options
context:
space:
mode:
Diffstat (limited to 'net/straw')
-rw-r--r--net/straw/Makefile46
-rw-r--r--net/straw/distinfo2
-rw-r--r--net/straw/files/patch-setup.cfg8
-rw-r--r--net/straw/files/patch-setup.py11
-rw-r--r--net/straw/files/patch-src-lib_LookupManager.py11
-rw-r--r--net/straw/files/patch-src::straw11
-rw-r--r--net/straw/pkg-descr3
-rw-r--r--net/straw/pkg-message6
-rw-r--r--net/straw/pkg-plist171
9 files changed, 0 insertions, 269 deletions
diff --git a/net/straw/Makefile b/net/straw/Makefile
deleted file mode 100644
index a8ce3cc..0000000
--- a/net/straw/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: straw
-# Date created: 06 March 2003
-# Whom: Mezz <mezz7@cox.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= straw
-PORTVERSION= 0.27
-PORTREVISION= 7
-CATEGORIES= net gnome
-MASTER_SITES= GNOME
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A GNOME 2 desktop weblog aggregator written in Python
-
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \
- ${PYTHON_SITELIBDIR}/dbus/_dbus.py:${PORTSDIR}/devel/py-dbus
-
-DEPRECATED= abandoned upstream and does not work with python 2.6+
-EXPIRATION_DATE=2011-03-31
-
-USE_GMAKE= yes
-USE_BZIP2= yes
-USE_GNOME= gnomehier libglade2 pygnome2 pygnomeextras
-USE_PYTHON= 2.5+
-USE_PYDISTUTILS= yes
-PYDISTUTILS_PKGNAME= Straw
-PYDISTUTILS_EGGINFODIR= ${PREFIX}/share
-PYDISTUTILS_INSTALLARGS= -c -O1 --prefix=${PREFIX} \
- --install-lib=${PREFIX}/share \
- --with-desktop-file-dir=share/applications
-
-GCONF_SCHEMAS= straw.schemas
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|g' \
- ${WRKSRC}/src/straw
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/net/straw/distinfo b/net/straw/distinfo
deleted file mode 100644
index 6ebe18d..0000000
--- a/net/straw/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (straw-0.27.tar.bz2) = ed773c67dd3a367f08e7a2833b9517e2499d15c3977e6f1fd2131edf0eec7340
-SIZE (straw-0.27.tar.bz2) = 246922
diff --git a/net/straw/files/patch-setup.cfg b/net/straw/files/patch-setup.cfg
deleted file mode 100644
index fcb58d9..0000000
--- a/net/straw/files/patch-setup.cfg
+++ /dev/null
@@ -1,8 +0,0 @@
---- setup.cfg Thu Jan 26 15:11:29 2006
-+++ setup.cfg Wed Jan 3 23:25:15 2007
-@@ -9,4 +9,4 @@
- force-manifest = 1
- [install]
- prefix=/usr/local
--sysconfdir=/etc
-+sysconfdir=/usr/local/etc
diff --git a/net/straw/files/patch-setup.py b/net/straw/files/patch-setup.py
deleted file mode 100644
index a024cf1..0000000
--- a/net/straw/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py Sat Feb 18 16:22:43 2006
-+++ setup.py Wed Jan 3 23:38:53 2007
-@@ -146,7 +146,7 @@
- pot_file = 'po/straw.pot',
- translations = translations(),
- modules_check = modules_check,
-- msg_sources = translation_files(),
-+ msg_sources = ['glade/strings.c'] + glob.glob('src/lib/*.py'),
- desktop_file = ['straw.desktop.in'],
- constants = [('constants.py.in', strawenv)],
- scripts = ['src/straw'],
diff --git a/net/straw/files/patch-src-lib_LookupManager.py b/net/straw/files/patch-src-lib_LookupManager.py
deleted file mode 100644
index ac5a868..0000000
--- a/net/straw/files/patch-src-lib_LookupManager.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/lib/LookupManager.py Sat Feb 18 16:11:38 2006
-+++ src/lib/LookupManager.py Sun May 20 09:51:00 2007
-@@ -26,7 +26,7 @@
- import Config
- try:
- import adns, ADNS
-- _have_adns = True
-+ _have_adns = False
- except ImportError:
- error.log("No ADNS library found, using synchronous name lookups.")
- _have_adns = False
diff --git a/net/straw/files/patch-src::straw b/net/straw/files/patch-src::straw
deleted file mode 100644
index ec142ac..0000000
--- a/net/straw/files/patch-src::straw
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/straw Sat Oct 21 07:53:23 2006
-+++ src/straw Sun May 20 09:49:06 2007
-@@ -102,7 +102,7 @@
- if ENV_IN_SOURCE:
- from lib import Application, Config
- else:
-- from straw import Application, Config
-+ import Application, Config
-
- # set offline to false if offline. Previous releases just rely on the
- # previous state of the 'offline' config. So if the user specifies
diff --git a/net/straw/pkg-descr b/net/straw/pkg-descr
deleted file mode 100644
index 3e7f789..0000000
--- a/net/straw/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-A feed aggregator for open source desktops
-
-WWW: http://www.gnome.org/projects/straw/
diff --git a/net/straw/pkg-message b/net/straw/pkg-message
deleted file mode 100644
index b887178..0000000
--- a/net/straw/pkg-message
+++ /dev/null
@@ -1,6 +0,0 @@
-##
-The ADNS feature has been disabled, because it will never work on FreeBSD.
-There has a different function that will do the lookup without ADNS, although
-ADNS should be more smoother. The problem with ADNS is possible has to do with
-the thread safe or something else.
-##
diff --git a/net/straw/pkg-plist b/net/straw/pkg-plist
deleted file mode 100644
index 4f0bdbb..0000000
--- a/net/straw/pkg-plist
+++ /dev/null
@@ -1,171 +0,0 @@
-bin/straw
-share/applications/straw.desktop
-share/straw/Application.py
-share/straw/Application.pyc
-share/straw/Application.pyo
-share/straw/CategorySelector.py
-share/straw/CategorySelector.pyc
-share/straw/CategorySelector.pyo
-share/straw/Config.py
-share/straw/Config.pyc
-share/straw/Config.pyo
-share/straw/Event.py
-share/straw/Event.pyc
-share/straw/Event.pyo
-share/straw/Feed.py
-share/straw/Feed.pyc
-share/straw/Feed.pyo
-share/straw/FeedCategoryList.py
-share/straw/FeedCategoryList.pyc
-share/straw/FeedCategoryList.pyo
-share/straw/FeedDataRouter.py
-share/straw/FeedDataRouter.pyc
-share/straw/FeedDataRouter.pyo
-share/straw/FeedItems.py
-share/straw/FeedItems.pyc
-share/straw/FeedItems.pyo
-share/straw/FeedList.py
-share/straw/FeedList.pyc
-share/straw/FeedList.pyo
-share/straw/FeedListView.py
-share/straw/FeedListView.pyc
-share/straw/FeedListView.pyo
-share/straw/FeedPropertiesDialog.py
-share/straw/FeedPropertiesDialog.pyc
-share/straw/FeedPropertiesDialog.pyo
-share/straw/Find.py
-share/straw/Find.pyc
-share/straw/Find.pyo
-share/straw/ImageCache.py
-share/straw/ImageCache.pyc
-share/straw/ImageCache.pyo
-share/straw/ItemList.py
-share/straw/ItemList.pyc
-share/straw/ItemList.pyo
-share/straw/ItemStore.py
-share/straw/ItemStore.pyc
-share/straw/ItemStore.pyo
-share/straw/ItemView.py
-share/straw/ItemView.pyc
-share/straw/ItemView.pyo
-share/straw/LookupManager.py
-share/straw/LookupManager.pyc
-share/straw/LookupManager.pyo
-share/straw/MVP.py
-share/straw/MVP.pyc
-share/straw/MVP.pyo
-share/straw/MainloopManager.py
-share/straw/MainloopManager.pyc
-share/straw/MainloopManager.pyo
-share/straw/MessageManager.py
-share/straw/MessageManager.pyc
-share/straw/MessageManager.pyo
-share/straw/NetworkConstants.py
-share/straw/NetworkConstants.pyc
-share/straw/NetworkConstants.pyo
-share/straw/OPML.py
-share/straw/OPML.pyc
-share/straw/OPML.pyo
-share/straw/OPMLExport.py
-share/straw/OPMLExport.pyc
-share/straw/OPMLExport.pyo
-share/straw/OPMLImport.py
-share/straw/OPMLImport.pyc
-share/straw/OPMLImport.pyo
-share/straw/OfflineToggle.py
-share/straw/OfflineToggle.pyc
-share/straw/OfflineToggle.pyo
-share/straw/ParsedSummary.py
-share/straw/ParsedSummary.pyc
-share/straw/ParsedSummary.pyo
-share/straw/PollManager.py
-share/straw/PollManager.pyc
-share/straw/PollManager.pyo
-share/straw/PreferencesDialog.py
-share/straw/PreferencesDialog.pyc
-share/straw/PreferencesDialog.pyo
-share/straw/QueueDict.py
-share/straw/QueueDict.pyc
-share/straw/QueueDict.pyo
-share/straw/SummaryItem.py
-share/straw/SummaryItem.pyc
-share/straw/SummaryItem.pyo
-share/straw/SummaryParser.py
-share/straw/SummaryParser.pyc
-share/straw/SummaryParser.pyo
-share/straw/Tray.py
-share/straw/Tray.pyc
-share/straw/Tray.pyo
-share/straw/URLFetch.py
-share/straw/URLFetch.pyc
-share/straw/URLFetch.pyo
-share/straw/ValueMonitor.py
-share/straw/ValueMonitor.pyc
-share/straw/ValueMonitor.pyo
-share/straw/__init__.py
-share/straw/__init__.pyc
-share/straw/__init__.pyo
-share/straw/constants.py
-share/straw/constants.pyc
-share/straw/constants.pyo
-share/straw/default_subscriptions.opml
-share/straw/dialogs.py
-share/straw/dialogs.pyc
-share/straw/dialogs.pyo
-share/straw/error.py
-share/straw/error.pyc
-share/straw/error.pyo
-share/straw/feedfinder.py
-share/straw/feedfinder.pyc
-share/straw/feedfinder.pyo
-share/straw/feedparser.py
-share/straw/feedparser.pyc
-share/straw/feedparser.pyo
-share/straw/httplib_async.py
-share/straw/httplib_async.pyc
-share/straw/httplib_async.pyo
-share/straw/image-broken.png
-share/straw/image-waiting.png
-share/straw/straw.css
-share/straw/straw.glade
-share/straw/straw.png
-share/straw/strawdbus.py
-share/straw/strawdbus.pyc
-share/straw/strawdbus.pyo
-share/straw/subscribe.py
-share/straw/subscribe.pyc
-share/straw/subscribe.pyo
-share/straw/utils.py
-share/straw/utils.pyc
-share/straw/utils.pyo
-share/locale/ar/LC_MESSAGES/straw.mo
-share/locale/bg/LC_MESSAGES/straw.mo
-share/locale/cs/LC_MESSAGES/straw.mo
-share/locale/de/LC_MESSAGES/straw.mo
-share/locale/dz/LC_MESSAGES/straw.mo
-share/locale/en_CA/LC_MESSAGES/straw.mo
-share/locale/en_GB/LC_MESSAGES/straw.mo
-share/locale/es/LC_MESSAGES/straw.mo
-share/locale/eu/LC_MESSAGES/straw.mo
-share/locale/fi/LC_MESSAGES/straw.mo
-share/locale/fr/LC_MESSAGES/straw.mo
-share/locale/it/LC_MESSAGES/straw.mo
-share/locale/ja/LC_MESSAGES/straw.mo
-share/locale/lt/LC_MESSAGES/straw.mo
-share/locale/nb/LC_MESSAGES/straw.mo
-share/locale/ne/LC_MESSAGES/straw.mo
-share/locale/nl/LC_MESSAGES/straw.mo
-share/locale/pa/LC_MESSAGES/straw.mo
-share/locale/pt/LC_MESSAGES/straw.mo
-share/locale/pt_BR/LC_MESSAGES/straw.mo
-share/locale/ru/LC_MESSAGES/straw.mo
-share/locale/rw/LC_MESSAGES/straw.mo
-share/locale/sr/LC_MESSAGES/straw.mo
-share/locale/sr@Latn/LC_MESSAGES/straw.mo
-share/locale/sv/LC_MESSAGES/straw.mo
-share/locale/uk/LC_MESSAGES/straw.mo
-share/locale/vi/LC_MESSAGES/straw.mo
-share/locale/zh_CN/LC_MESSAGES/straw.mo
-share/pixmaps/straw.png
-@dirrm share/straw
-@dirrmtry share/applications
OpenPOWER on IntegriCloud