From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 2 13:00:17 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 333D61065673 for ; Sun, 2 May 2010 13:00:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id EAA218FC0A for ; Sun, 2 May 2010 13:00:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o42D0GSr061054 for ; Sun, 2 May 2010 13:00:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o42D0Goc061053; Sun, 2 May 2010 13:00:16 GMT (envelope-from gnats) Resent-Date: Sun, 2 May 2010 13:00:16 GMT Resent-Message-Id: <201005021300.o42D0Goc061053@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anonymous Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BB9F51065670 for ; Sun, 2 May 2010 12:55:29 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-bw0-f216.google.com (mail-bw0-f216.google.com [209.85.218.216]) by mx1.freebsd.org (Postfix) with ESMTP id 4B3E18FC08 for ; Sun, 2 May 2010 12:55:28 +0000 (UTC) Received: by bwz8 with SMTP id 8so940342bwz.3 for ; Sun, 02 May 2010 05:55:19 -0700 (PDT) Received: by 10.204.22.20 with SMTP id l20mr8554007bkb.118.1272804918933; Sun, 02 May 2010 05:55:18 -0700 (PDT) Received: from localhost (95-26-245-70.broadband.corbina.ru [95.26.245.70]) by mx.google.com with ESMTPS id 14sm1304606bwz.2.2010.05.02.05.55.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 02 May 2010 05:55:18 -0700 (PDT) Message-Id: <86vdb6v51z.fsf@gmail.com> Date: Sun, 02 May 2010 16:52:56 +0400 From: Anonymous To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/146235: [new port] www/rssdler: RSS broadcatcher X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 May 2010 13:00:17 -0000 >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 +# +# $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 + +.if !defined(WITHOUT_MECHANIZE) +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mechanize>=0.2:${PORTSDIR}/www/py-mechanize +.endif + +.include 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: