Bug 146235

Summary: [new port] www/rssdler: RSS broadcatcher
Product: Ports & Packages Reporter: swell.k <swell.k>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
a.diff none

Description swell.k 2010-05-02 14:00:15 UTC
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.
Comment 1 swell.k 2010-05-10 06:55:02 UTC
resending as shar archive for convenience

--- a.shar begins here ---
#!/bin/sh
# This is a shell archive
echo x www/rssdler
mkdir -p www/rssdler > /dev/null 2>&1
echo x www/rssdler/Makefile
sed 's/^X//' > www/rssdler/Makefile << 'SHAR_END'
X# New ports collection makefile for:	rssdler
X# Date created:		02 May 2010
X# Whom:			Anonymous <swell.k@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	rssdler
XPORTVERSION=	0.4.2
XCATEGORIES=	www
XMASTER_SITES=	GOOGLE_CODE
X
XMAINTAINER=	swell.k@gmail.com
XCOMMENT=	Automatically grab link elements of an RSS feed
X
XBUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}feedparser>=4.1:${PORTSDIR}/textproc/py-feedparser
XRUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}feedparser>=4.1:${PORTSDIR}/textproc/py-feedparser
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=yes
XWRKSRC=		${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g}
X
XOPTIONS=	MECHANIZE "Retrieve pages with mechanize" On
X
X.include <bsd.port.pre.mk>
X
X.if !defined(WITHOUT_MECHANIZE)
XRUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}mechanize>=0.2:${PORTSDIR}/www/py-mechanize
X.endif
X
X.include <bsd.port.post.mk>
SHAR_END
echo x www/rssdler/distinfo
sed 's/^X//' > www/rssdler/distinfo << 'SHAR_END'
XMD5 (rssdler-0.4.2.tar.gz) = 2f0aef5611bc1231928b861f717953eb
XSHA256 (rssdler-0.4.2.tar.gz) = 96e1fefd1a6a3325aee1778fcf5ca115dcfb924047024f70e1ddd869017829ce
XSIZE (rssdler-0.4.2.tar.gz) = 36612
SHAR_END
echo x www/rssdler/pkg-descr
sed 's/^X//' > www/rssdler/pkg-descr << 'SHAR_END'
XA utility to automatically download enclosures and other objects
Xlinked to from various types of RSS feeds. Works well on podcasts,
Xvideocasts, and torrents.
X
XWWW: http://code.google.com/p/rssdler/
SHAR_END
echo x www/rssdler/pkg-plist
sed 's/^X//' > www/rssdler/pkg-plist << 'SHAR_END'
Xbin/rssdler
X%%PYTHON_SITELIBDIR%%/rssdler.py
X%%PYTHON_SITELIBDIR%%/rssdler.pyc
X%%PYTHON_SITELIBDIR%%/rssdler.pyo
SHAR_END
exit
--- a.shar ends here ---
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2010-05-12 17:29:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2010-05-12 19:37:49 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-05-12 19:37:50 UTC
amdmi3      2010-05-12 18:37:41 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/rssdler          Makefile distinfo pkg-descr pkg-plist 
  Log:
  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/
  
  PR:             146235
  Submitted by:   Anonymous <swell.k@gmail.com>
  
  Revision  Changes    Path
  1.2623    +1 -0      ports/www/Makefile
  1.1       +31 -0     ports/www/rssdler/Makefile (new)
  1.1       +3 -0      ports/www/rssdler/distinfo (new)
  1.1       +5 -0      ports/www/rssdler/pkg-descr (new)
  1.1       +4 -0      ports/www/rssdler/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"