cb1c3ebdf3
You're writing an RSS reader and a reader types in diveintomark.org. How are you supposed to subscribe to that? feedfinder uses RSS autodiscovery, Atom autodiscovery, spidering, URL correction, and Web service queries -- whatever it takes -- to find the feed. WWW: http://www.aaronsw.com/2002/feedfinder/
20 lines
406 B
Makefile
20 lines
406 B
Makefile
# New ports collection makefile for: feedfinder
|
|
# Date created: 23 April 2007
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= feedfinder
|
|
PORTVERSION= 1.3.7.1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CENKES
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= Ultra-liberal feed finder
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|