mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
New Port: news/rawdog: A simple RSS aggregator
New port for rawdog, a simple RSS aggregator. It generates a HTML page from a collection of RSS feeds. PR: ports/56650 Submitted by: Tim Bishop <tim@bishnet.net>
This commit is contained in:
parent
e11145a0fa
commit
72176d5958
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90559
@ -60,6 +60,7 @@
|
||||
SUBDIR += pgpmoose
|
||||
SUBDIR += plor
|
||||
SUBDIR += pyne
|
||||
SUBDIR += rawdog
|
||||
SUBDIR += rkive
|
||||
SUBDIR += slnr
|
||||
SUBDIR += slrn
|
||||
|
36
news/rawdog/Makefile
Normal file
36
news/rawdog/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# New ports collection makefile for: rawdog
|
||||
# Date created: 9 September 2003
|
||||
# Whom: Tim Bishop <tim@bishnet.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= rawdog
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= news python
|
||||
MASTER_SITES= http://offog.org/files/
|
||||
|
||||
MAINTAINER= tim@bishnet.net
|
||||
COMMENT= A simple RSS aggregator
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/config ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/style.css ${EXAMPLESDIR}
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
@echo " ---------------------------------------------"
|
||||
@echo " Sample config and stylesheet installed in:"
|
||||
@echo " ${EXAMPLESDIR}"
|
||||
.if !defined(NOPORTDOCS)
|
||||
@echo " Please read the README:"
|
||||
@echo " ${DOCSDIR}/README"
|
||||
.endif
|
||||
@echo " ---------------------------------------------"
|
||||
|
||||
.include <bsd.port.mk>
|
1
news/rawdog/distinfo
Normal file
1
news/rawdog/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (rawdog-1.2.tar.gz) = 9e299adbba577fbb3e6e805ea5a61763
|
12
news/rawdog/pkg-descr
Normal file
12
news/rawdog/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
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.
|
||||
|
||||
rawdog's output format is similar to that of PyDS and Hep.
|
||||
|
||||
WWW: http://offog.org/code/rawdog.html
|
22
news/rawdog/pkg-plist
Normal file
22
news/rawdog/pkg-plist
Normal file
@ -0,0 +1,22 @@
|
||||
bin/rawdog
|
||||
%%PYTHON_SITELIBDIR%%/rawdoglib/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/rawdoglib/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/rawdoglib/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/rawdoglib/feedparser.py
|
||||
%%PYTHON_SITELIBDIR%%/rawdoglib/feedparser.pyc
|
||||
%%PYTHON_SITELIBDIR%%/rawdoglib/feedparser.pyo
|
||||
%%PYTHON_SITELIBDIR%%/rawdoglib/persister.py
|
||||
%%PYTHON_SITELIBDIR%%/rawdoglib/persister.pyc
|
||||
%%PYTHON_SITELIBDIR%%/rawdoglib/persister.pyo
|
||||
%%PYTHON_SITELIBDIR%%/rawdoglib/rawdog.py
|
||||
%%PYTHON_SITELIBDIR%%/rawdoglib/rawdog.pyc
|
||||
%%PYTHON_SITELIBDIR%%/rawdoglib/rawdog.pyo
|
||||
%%PYTHON_SITELIBDIR%%/rawdoglib/timeoutsocket.py
|
||||
%%PYTHON_SITELIBDIR%%/rawdoglib/timeoutsocket.pyc
|
||||
%%PYTHON_SITELIBDIR%%/rawdoglib/timeoutsocket.pyo
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/rawdoglib
|
||||
%%EXAMPLESDIR%%/config
|
||||
%%EXAMPLESDIR%%/style.css
|
||||
@dirrm %%EXAMPLESDIR%%
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user