1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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>
This commit is contained in:
Dmitry Marakasov 2010-05-12 18:37:41 +00:00
parent bfd0eb9a4e
commit 5b211eb2d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254211
5 changed files with 44 additions and 0 deletions

View File

@ -1492,6 +1492,7 @@
SUBDIR += retawq
SUBDIR += rnews
SUBDIR += roundup
SUBDIR += rssdler
SUBDIR += rssowl
SUBDIR += rsstail
SUBDIR += rsstool

31
www/rssdler/Makefile Normal file
View File

@ -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= 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>

3
www/rssdler/distinfo Normal file
View File

@ -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

5
www/rssdler/pkg-descr Normal file
View File

@ -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/

4
www/rssdler/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
bin/rssdler
%%PYTHON_SITELIBDIR%%/rssdler.py
%%PYTHON_SITELIBDIR%%/rssdler.pyc
%%PYTHON_SITELIBDIR%%/rssdler.pyo