From 1de4405f9c800b3bf98e16cb85196a144e1d1ba6 Mon Sep 17 00:00:00 2001 From: ahze Date: Mon, 30 Apr 2007 18:35:54 +0000 Subject: - share/gnome -> share - honor PREFIX git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8710 df743ca5-7f9a-e211-a948-0013205c9059 --- net/straw/Makefile | 43 +++++++++++++ net/straw/distinfo | 3 + net/straw/pkg-descr | 3 + net/straw/pkg-message | 6 ++ net/straw/pkg-plist | 173 ++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 228 insertions(+) create mode 100644 net/straw/Makefile create mode 100644 net/straw/distinfo create mode 100644 net/straw/pkg-descr create mode 100644 net/straw/pkg-message create mode 100644 net/straw/pkg-plist (limited to 'net') diff --git a/net/straw/Makefile b/net/straw/Makefile new file mode 100644 index 000000000..021c20538 --- /dev/null +++ b/net/straw/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: straw +# Date created: 06 March 2003 +# Whom: Mezz +# +# $FreeBSD$ +# + +PORTNAME= straw +PORTVERSION= 0.26 +PORTREVISION= 1 +CATEGORIES= net gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR=sources/${PORTNAME}/${PORTVERSION} + +MAINTAINER= R.Mahmatkhanov@SKYLINK.RU +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 + +USE_GMAKE= yes +USE_XLIB= yes +USE_GNOME= gnomehier libglade2 pygnome2 pygnomeextras +USE_PYTHON= 2.4+ +USE_PYDISTUTILS= yes +PYDISTUTILS_INSTALLARGS= -c -O1 --prefix=${PREFIX} \ + --install-lib=${PREFIX}/share \ + --with-desktop-file-dir=share/applications + +GCONF_SCHEMAS= straw.schemas + +.include + +post-patch: + @${REINPLACE_CMD} -e 's|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|g' \ + ${WRKSRC}/src/straw + @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|' ${WRKSRC}/setup.cfg + +post-install: + @${CAT} ${PKGMESSAGE} + +.include diff --git a/net/straw/distinfo b/net/straw/distinfo new file mode 100644 index 000000000..7d101e9fa --- /dev/null +++ b/net/straw/distinfo @@ -0,0 +1,3 @@ +MD5 (straw-0.26.tar.gz) = 934d2ba4b0219120218ce83a36976f47 +SHA256 (straw-0.26.tar.gz) = 7dd1ae7108629874c3fb198747f788440ee3f3699b16f07f70860b11f6439a18 +SIZE (straw-0.26.tar.gz) = 318208 diff --git a/net/straw/pkg-descr b/net/straw/pkg-descr new file mode 100644 index 000000000..3e7f78932 --- /dev/null +++ b/net/straw/pkg-descr @@ -0,0 +1,3 @@ +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 new file mode 100644 index 000000000..b887178e1 --- /dev/null +++ b/net/straw/pkg-message @@ -0,0 +1,6 @@ +## +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 new file mode 100644 index 000000000..ff75f356b --- /dev/null +++ b/net/straw/pkg-plist @@ -0,0 +1,173 @@ +bin/straw +share/applications/straw.desktop +share/pixmaps/straw.png +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/offline.png +share/straw/online.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/strawtypes.py +share/straw/strawtypes.pyc +share/straw/strawtypes.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/bg/LC_MESSAGES/straw.mo +share/locale/cs/LC_MESSAGES/straw.mo +share/locale/de/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/ne/LC_MESSAGES/straw.mo +share/locale/nl/LC_MESSAGES/straw.mo +share/locale/no/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 +@dirrm share/straw -- cgit v1.2.3