Import rawdog-1.9
rawdog is an RSS Aggregator Without Delusions Of Grandeur. Written in Python, it uses Mark Pilgrim's feed parser. It runs from cron, collects articles from a number of feeds, and generates a static HTML page listing the newest articles in date order. It supports per-feed customizable update times, and uses ETags, Last-Modified, and gzip compression to minimize network bandwidth usage. ok sturm@.
This commit is contained in:
parent
dd6c115ad6
commit
b527c7dfcb
39
www/rawdog/Makefile
Normal file
39
www/rawdog/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/02/17 20:54:31 xsa Exp $
|
||||
|
||||
COMMENT= "RSS Aggregator Without Delusions Of Grandeur"
|
||||
|
||||
DISTNAME= rawdog-1.9
|
||||
CATEGORIES= www news
|
||||
|
||||
HOMEPAGE= http://offog.org/code/rawdog.html
|
||||
|
||||
MAINTAINER= Xavier Santolaria <xsa@openbsd.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://offog.org/files/
|
||||
|
||||
MODULES= python
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
DOCDIR= ${PREFIX}/share/doc/rawdog
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/rawdog
|
||||
|
||||
do-configure:
|
||||
@perl -pi -e \
|
||||
's,/usr/bin/env python,/usr/bin/env python${MODPY_VERSION},g' \
|
||||
${WRKSRC}/rawdog
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}
|
||||
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/config ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/style.css ${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/rawdog/distinfo
Normal file
3
www/rawdog/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (rawdog-1.9.tar.gz) = 63d42a2cd8686edb11a6033d1ba24214
|
||||
RMD160 (rawdog-1.9.tar.gz) = c3b976ba0caa3201ae98be9f437f5883f058a0a2
|
||||
SHA1 (rawdog-1.9.tar.gz) = 2cd444428c3b4df16c053abfd935a16febe06981
|
6
www/rawdog/pkg/DESCR
Normal file
6
www/rawdog/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
rawdog is an RSS Aggregator Without Delusions Of Grandeur. Written in
|
||||
Python, it uses Mark Pilgrim's feed parser. It runs from cron, collects
|
||||
articles from a number of feeds, and generates a static HTML page
|
||||
listing the newest articles in date order. It supports per-feed
|
||||
customizable update times, and uses ETags, Last-Modified, and gzip
|
||||
compression to minimize network bandwidth usage.
|
18
www/rawdog/pkg/PLIST
Normal file
18
www/rawdog/pkg/PLIST
Normal file
@ -0,0 +1,18 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/02/17 20:54:31 xsa Exp $
|
||||
bin/rawdog
|
||||
lib/python${MODPY_VERSION}/site-packages/rawdoglib/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/rawdoglib/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/rawdoglib/feedparser.py
|
||||
lib/python${MODPY_VERSION}/site-packages/rawdoglib/feedparser.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/rawdoglib/persister.py
|
||||
lib/python${MODPY_VERSION}/site-packages/rawdoglib/persister.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/rawdoglib/rawdog.py
|
||||
lib/python${MODPY_VERSION}/site-packages/rawdoglib/rawdog.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/rawdoglib/timeoutsocket.py
|
||||
lib/python${MODPY_VERSION}/site-packages/rawdoglib/timeoutsocket.pyc
|
||||
share/doc/rawdog/README
|
||||
share/examples/rawdog/config
|
||||
share/examples/rawdog/style.css
|
||||
@dirrm share/examples/rawdog
|
||||
@dirrm share/doc/rawdog
|
||||
@dirrm lib/python${MODPY_VERSION}/site-packages/rawdoglib
|
Loading…
Reference in New Issue
Block a user