mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Add port www/py-feedfinder:
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/
This commit is contained in:
parent
c6cc5a1a37
commit
cb1c3ebdf3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190713
@ -983,6 +983,7 @@
|
||||
SUBDIR += py-django-devel
|
||||
SUBDIR += py-ez_web
|
||||
SUBDIR += py-fcgi
|
||||
SUBDIR += py-feedfinder
|
||||
SUBDIR += py-flup
|
||||
SUBDIR += py-forgethtml
|
||||
SUBDIR += py-formencode
|
||||
|
20
www/py-feedfinder/Makefile
Normal file
20
www/py-feedfinder/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# 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>
|
3
www/py-feedfinder/distinfo
Normal file
3
www/py-feedfinder/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (feedfinder-1.3.7.1.tar.gz) = d7f4c11a10ee4cf72b7319405ec3fc0c
|
||||
SHA256 (feedfinder-1.3.7.1.tar.gz) = a2dc7f92491e9b080719128e3411c2c2d7219ff931dbd01e1155d3d2042f2066
|
||||
SIZE (feedfinder-1.3.7.1.tar.gz) = 4560
|
6
www/py-feedfinder/pkg-descr
Normal file
6
www/py-feedfinder/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
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/
|
3
www/py-feedfinder/pkg-plist
Normal file
3
www/py-feedfinder/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%PYTHON_SITELIBDIR%%/feedfinder.py
|
||||
%%PYTHON_SITELIBDIR%%/feedfinder.pyc
|
||||
%%PYTHON_SITELIBDIR%%/feedfinder.pyo
|
Loading…
Reference in New Issue
Block a user