FreeBSD Bugzilla – Attachment 105721 Details for
Bug 146235
[new port] www/rssdler: RSS broadcatcher
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
a.diff
a.diff (text/plain), 2.81 KB, created by
swell.k
on 2010-05-02 14:00:15 UTC
(
hide
)
Description:
a.diff
Filename:
MIME Type:
Creator:
swell.k
Created:
2010-05-02 14:00:15 UTC
Size:
2.81 KB
patch
obsolete
>Index: www/Makefile >=================================================================== >RCS file: /a/.cvsup/ports/www/Makefile,v >retrieving revision 1.2613 >diff -u -p -r1.2613 Makefile >--- www/Makefile 26 Apr 2010 16:17:14 -0000 1.2613 >+++ www/Makefile 2 May 2010 12:45:03 -0000 >@@ -1488,6 +1488,7 @@ > SUBDIR += retawq > SUBDIR += rnews > SUBDIR += roundup >+ SUBDIR += rssdler > SUBDIR += rssowl > SUBDIR += rsstail > SUBDIR += rsstool >Index: www/rssdler/Makefile >=================================================================== >RCS file: www/rssdler/Makefile >diff -N www/rssdler/Makefile >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ www/rssdler/Makefile 2 May 2010 12:42:31 -0000 >@@ -0,0 +1,31 @@ >+# New ports collection makefile for: rssdler >+# Date created: 02 May 2010 >+# Whom: Anonymous <swell.k@gmail.com> >+# >+# $FreeBSD$ >+# >+ >+PORTNAME= rssdler >+PORTVERSION= 0.4.2 >+CATEGORIES= www >+MASTER_SITES= ${MASTER_SITE_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> >Index: www/rssdler/distinfo >=================================================================== >RCS file: www/rssdler/distinfo >diff -N www/rssdler/distinfo >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ www/rssdler/distinfo 2 May 2010 12:01:37 -0000 >@@ -0,0 +1,3 @@ >+MD5 (rssdler-0.4.2.tar.gz) = 2f0aef5611bc1231928b861f717953eb >+SHA256 (rssdler-0.4.2.tar.gz) = 96e1fefd1a6a3325aee1778fcf5ca115dcfb924047024f70e1ddd869017829ce >+SIZE (rssdler-0.4.2.tar.gz) = 36612 >Index: www/rssdler/pkg-descr >=================================================================== >RCS file: www/rssdler/pkg-descr >diff -N www/rssdler/pkg-descr >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ www/rssdler/pkg-descr 2 May 2010 12:14:28 -0000 >@@ -0,0 +1,5 @@ >+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/ >Index: www/rssdler/pkg-plist >=================================================================== >RCS file: www/rssdler/pkg-plist >diff -N www/rssdler/pkg-plist >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ www/rssdler/pkg-plist 2 May 2010 12:05:57 -0000 >@@ -0,0 +1,4 @@ >+bin/rssdler >+%%PYTHON_SITELIBDIR%%/rssdler.py >+%%PYTHON_SITELIBDIR%%/rssdler.pyc >+%%PYTHON_SITELIBDIR%%/rssdler.pyo
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 146235
: 105721