head	1.2;
access;
symbols
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.08.21.22.24.43;	author lwhsu;	state dead;
branches;
next	1.1;

1.1
date	2010.05.12.18.37.41;	author amdmi3;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Rename www/rssdler to www/py-rssdler

PR:		ports/148401
Submitted by:	Anonymous <swell.k AT gmail.com> (maintainer)
@
text
@# New ports collection makefile for:	rssdler
# Date created:		02 May 2010
# Whom:			Anonymous <swell.k@@gmail.com>
#
# $FreeBSD: ports/www/rssdler/Makefile,v 1.1 2010/05/12 18:37:41 amdmi3 Exp $
#

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


1.1
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>
@
text
@d5 1
a5 1
# $FreeBSD$
@

