Date: Sun, 02 May 2010 16:52:56 +0400 From: Anonymous <swell.k@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/146235: [new port] www/rssdler: RSS broadcatcher Message-ID: <86vdb6v51z.fsf@gmail.com> Resent-Message-ID: <201005021300.o42D0Goc061053@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 146235 >Category: ports >Synopsis: [new port] www/rssdler: RSS broadcatcher >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 02 13:00:15 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Anonymous >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: Tested with/without mechonize using transmission watchdir feature. >Description: from WWW: A utility to automatically download enclosures and other objects linked to from various types of RSS feeds. Works well on podcasts, videocasts, and torrents. >How-To-Repeat: >Fix: --- a.diff begins here --- Index: www/Makefile =================================================================== RCS file: /a/.cvsup/ports/www/Makefile,v retrieving revision 1.2613 diff -u -p -r1.2613 Makefile --- www/Makefile 26 Apr 2010 16:17:14 -0000 1.2613 +++ www/Makefile 2 May 2010 12:45:03 -0000 @@ -1488,6 +1488,7 @@ SUBDIR += retawq SUBDIR += rnews SUBDIR += roundup + SUBDIR += rssdler SUBDIR += rssowl SUBDIR += rsstail SUBDIR += rsstool Index: www/rssdler/Makefile =================================================================== RCS file: www/rssdler/Makefile diff -N www/rssdler/Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ www/rssdler/Makefile 2 May 2010 12:42:31 -0000 @@ -0,0 +1,31 @@ +# New ports collection makefile for: rssdler +# Date created: 02 May 2010 +# Whom: Anonymous <swell.k@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= rssdler +PORTVERSION= 0.4.2 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} + +MAINTAINER= swell.k@gmail.com +COMMENT= Automatically grab link elements of an RSS feed + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=4.1:${PORTSDIR}/textproc/py-feedparser +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=4.1:${PORTSDIR}/textproc/py-feedparser + +USE_PYTHON= yes +USE_PYDISTUTILS=yes +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g} + +OPTIONS= MECHANIZE "Retrieve pages with mechanize" On + +.include <bsd.port.pre.mk> + +.if !defined(WITHOUT_MECHANIZE) +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mechanize>=0.2:${PORTSDIR}/www/py-mechanize +.endif + +.include <bsd.port.post.mk> Index: www/rssdler/distinfo =================================================================== RCS file: www/rssdler/distinfo diff -N www/rssdler/distinfo --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ www/rssdler/distinfo 2 May 2010 12:01:37 -0000 @@ -0,0 +1,3 @@ +MD5 (rssdler-0.4.2.tar.gz) = 2f0aef5611bc1231928b861f717953eb +SHA256 (rssdler-0.4.2.tar.gz) = 96e1fefd1a6a3325aee1778fcf5ca115dcfb924047024f70e1ddd869017829ce +SIZE (rssdler-0.4.2.tar.gz) = 36612 Index: www/rssdler/pkg-descr =================================================================== RCS file: www/rssdler/pkg-descr diff -N www/rssdler/pkg-descr --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ www/rssdler/pkg-descr 2 May 2010 12:14:28 -0000 @@ -0,0 +1,5 @@ +A utility to automatically download enclosures and other objects +linked to from various types of RSS feeds. Works well on podcasts, +videocasts, and torrents. + +WWW: http://code.google.com/p/rssdler/ Index: www/rssdler/pkg-plist =================================================================== RCS file: www/rssdler/pkg-plist diff -N www/rssdler/pkg-plist --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ www/rssdler/pkg-plist 2 May 2010 12:05:57 -0000 @@ -0,0 +1,4 @@ +bin/rssdler +%%PYTHON_SITELIBDIR%%/rssdler.py +%%PYTHON_SITELIBDIR%%/rssdler.pyc +%%PYTHON_SITELIBDIR%%/rssdler.pyo --- a.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86vdb6v51z.fsf>